/*! 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: 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: #e2e8f0; /* 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::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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.hover\:container:hover {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.focus\:container:focus {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.first\:container:first-child {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.last\:container:last-child {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.group:hover .group-hover\:container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

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

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

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

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

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

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

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

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

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

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

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

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.space-y-25 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

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

.space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.space-y-29 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.space-y-35 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.space-x-35 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.space-y-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.space-x-37 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

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

.space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.space-y-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

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

.space-y-70 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.space-x-70 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.space-y-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.space-x-75 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

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

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

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

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

.space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

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

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

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

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

.space-y-135 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.space-x-135 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-145 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.space-x-145 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.space-y-150 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.space-x-150 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.space-y-160 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.space-x-160 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.space-y-165 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.space-x-165 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.space-y-168 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.space-x-168 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.space-y-170 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.space-x-170 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.space-y-180 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.space-x-180 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-220 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.space-x-220 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.space-y-230 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.space-x-230 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.space-y-235 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.space-x-235 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.space-y-250 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.space-x-250 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.space-y-300 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.space-x-300 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.space-y-320 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.space-x-320 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.space-y-350 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.space-x-350 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.space-y-375 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.space-x-375 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.space-y-400 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.space-x-400 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.space-y-450 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.space-x-450 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.space-y-700 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.space-x-700 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

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

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

.space-y-1p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.space-x-1p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-11p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.space-x-11p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.space-y-20p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.space-x-20p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.space-y-24p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.space-x-24p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.space-y-25p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.space-x-25p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.space-y-32p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.space-x-32p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.space-y-35p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.space-x-35p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.space-y-40p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.space-x-40p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.space-y-49p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.space-x-49p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.space-y-49-5p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.space-x-49-5p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.space-y-80p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.space-x-80p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.space-y-vh80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.space-x-vh80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.space-y-vh86 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.space-x-vh86 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.space-y-vh90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.space-x-vh90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.space-y-vw80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.space-x-vw80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.space-y-vw90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.space-x-vw90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.space-y-92p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.space-x-92p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.space-y-93p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.space-x-93p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.space-y-94p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.space-x-94p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.space-y-95p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.space-x-95p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.space-y-96p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.space-x-96p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.space-y-100p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.space-x-100p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

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

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

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

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

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

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

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

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

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.-space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

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

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.-space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

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

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

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

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.-space-y-25 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

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

.-space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.-space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.-space-y-29 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.-space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.-space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.-space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.-space-y-35 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.-space-x-35 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.-space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.-space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.-space-y-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.-space-x-37 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

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

.-space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.-space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.-space-y-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

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

.-space-y-70 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.-space-x-70 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.-space-y-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.-space-x-75 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.-space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.-space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

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

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

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

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

.-space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.-space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

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

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

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

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

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

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

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

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

.-space-y-135 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.-space-x-135 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-145 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.-space-x-145 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.-space-y-150 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.-space-x-150 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.-space-y-160 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.-space-x-160 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.-space-y-165 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.-space-x-165 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.-space-y-168 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.-space-x-168 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.-space-y-170 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.-space-x-170 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.-space-y-180 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.-space-x-180 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-220 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.-space-x-220 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.-space-y-230 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.-space-x-230 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.-space-y-235 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.-space-x-235 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.-space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.-space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.-space-y-250 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.-space-x-250 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.-space-y-300 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.-space-x-300 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.-space-y-320 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.-space-x-320 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.-space-y-350 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.-space-x-350 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.-space-y-375 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.-space-x-375 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.-space-y-400 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.-space-x-400 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.-space-y-450 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.-space-x-450 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.-space-y-700 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.-space-x-700 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

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

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

.-space-y-1p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.-space-x-1p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.-space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.-space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-11p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.-space-x-11p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.-space-y-20p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.-space-x-20p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.-space-y-24p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.-space-x-24p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.-space-y-25p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.-space-x-25p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.-space-y-32p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.-space-x-32p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.-space-y-35p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.-space-x-35p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.-space-y-40p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.-space-x-40p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.-space-y-49p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.-space-x-49p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.-space-y-49-5p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.-space-x-49-5p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.-space-y-80p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.-space-x-80p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.-space-y-vh80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.-space-x-vh80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.-space-y-vh86 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.-space-x-vh86 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.-space-y-vh90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.-space-x-vh90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.-space-y-vw80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.-space-x-vw80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.-space-y-vw90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.-space-x-vw90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.-space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.-space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.-space-y-92p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.-space-x-92p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.-space-y-93p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.-space-x-93p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.-space-y-94p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.-space-x-94p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.-space-y-95p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.-space-x-95p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.-space-y-96p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.-space-x-96p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.-space-y-100p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.-space-x-100p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.hover\:space-y-0:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.hover\:space-x-0:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-1:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.hover\:space-x-1:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-2:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.hover\:space-x-2:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-3:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.hover\:space-x-3:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-4:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.hover\:space-x-4:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-5:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.hover\:space-x-5:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-6:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.hover\:space-x-6:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-8:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.hover\:space-x-8:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-9:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

.hover\:space-x-9:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9px * var(--space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-10:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.hover\:space-x-10:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.hover\:space-x-12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-13:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

.hover\:space-x-13:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(13px * var(--space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-14:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.hover\:space-x-14:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-15:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.hover\:space-x-15:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-16:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.hover\:space-x-16:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-17:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

.hover\:space-x-17:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(17px * var(--space-x-reverse));
  margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-18:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.hover\:space-x-18:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-20:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.hover\:space-x-20:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-22:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(22px * var(--space-y-reverse));
}

.hover\:space-x-22:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(22px * var(--space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-24:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.hover\:space-x-24:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-25:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.hover\:space-x-25:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-28:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.hover\:space-x-28:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-29:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.hover\:space-x-29:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-30:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.hover\:space-x-30:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-32:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.hover\:space-x-32:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-35:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.hover\:space-x-35:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-36:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.hover\:space-x-36:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-37:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.hover\:space-x-37:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-40:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.hover\:space-x-40:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-45:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.hover\:space-x-45:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-48:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

.hover\:space-x-48:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-50:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.hover\:space-x-50:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-55:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.hover\:space-x-55:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-56:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.hover\:space-x-56:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-60:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.hover\:space-x-60:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-62:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(62px * var(--space-y-reverse));
}

.hover\:space-x-62:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(62px * var(--space-x-reverse));
  margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-64:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.hover\:space-x-64:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-65:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

.hover\:space-x-65:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-70:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.hover\:space-x-70:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-75:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.hover\:space-x-75:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.hover\:space-x-80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-85:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse));
}

.hover\:space-x-85:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.hover\:space-x-90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-95:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse));
}

.hover\:space-x-95:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-96:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96px * var(--space-y-reverse));
}

.hover\:space-x-96:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96px * var(--space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-100:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.hover\:space-x-100:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-110:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(110px * var(--space-y-reverse));
}

.hover\:space-x-110:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(110px * var(--space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-115:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.hover\:space-x-115:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-120:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(120px * var(--space-y-reverse));
}

.hover\:space-x-120:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(120px * var(--space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-128:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse));
}

.hover\:space-x-128:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-135:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.hover\:space-x-135:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-140:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(140px * var(--space-y-reverse));
}

.hover\:space-x-140:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(140px * var(--space-x-reverse));
  margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-145:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.hover\:space-x-145:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-150:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.hover\:space-x-150:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-160:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.hover\:space-x-160:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-165:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.hover\:space-x-165:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-168:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.hover\:space-x-168:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-170:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.hover\:space-x-170:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-180:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.hover\:space-x-180:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-200:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(200px * var(--space-y-reverse));
}

.hover\:space-x-200:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(200px * var(--space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-220:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.hover\:space-x-220:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-230:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.hover\:space-x-230:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-235:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.hover\:space-x-235:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-240:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.hover\:space-x-240:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-250:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.hover\:space-x-250:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-300:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.hover\:space-x-300:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-320:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.hover\:space-x-320:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-350:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.hover\:space-x-350:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-375:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.hover\:space-x-375:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-400:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.hover\:space-x-400:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-450:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.hover\:space-x-450:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-700:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.hover\:space-x-700:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-px:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.hover\:space-x-px:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-1p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.hover\:space-x-1p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-11p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.hover\:space-x-11p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-20p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.hover\:space-x-20p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-24p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.hover\:space-x-24p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-25p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.hover\:space-x-25p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-32p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.hover\:space-x-32p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-35p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.hover\:space-x-35p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-40p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.hover\:space-x-40p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-49p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.hover\:space-x-49p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-80p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.hover\:space-x-80p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-90p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.hover\:space-x-90p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-92p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.hover\:space-x-92p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-93p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.hover\:space-x-93p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-94p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.hover\:space-x-94p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-95p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.hover\:space-x-95p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-96p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.hover\:space-x-96p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-100p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.hover\:space-x-100p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-0:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.hover\:-space-x-0:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-1:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.hover\:-space-x-1:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-2:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.hover\:-space-x-2:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-3:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.hover\:-space-x-3:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-4:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.hover\:-space-x-4:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-5:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.hover\:-space-x-5:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-6:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.hover\:-space-x-6:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-8:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.hover\:-space-x-8:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-9:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

.hover\:-space-x-9:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9px * var(--space-x-reverse));
  margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-10:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.hover\:-space-x-10:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.hover\:-space-x-12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-13:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

.hover\:-space-x-13:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-13px * var(--space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-14:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.hover\:-space-x-14:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-15:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.hover\:-space-x-15:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-16:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.hover\:-space-x-16:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-17:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

.hover\:-space-x-17:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-17px * var(--space-x-reverse));
  margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-18:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.hover\:-space-x-18:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-20:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.hover\:-space-x-20:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-22:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-22px * var(--space-y-reverse));
}

.hover\:-space-x-22:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-22px * var(--space-x-reverse));
  margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-24:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.hover\:-space-x-24:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-25:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.hover\:-space-x-25:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-28:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.hover\:-space-x-28:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-29:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.hover\:-space-x-29:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-30:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.hover\:-space-x-30:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-32:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.hover\:-space-x-32:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-35:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.hover\:-space-x-35:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-36:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.hover\:-space-x-36:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-37:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.hover\:-space-x-37:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-40:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.hover\:-space-x-40:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-45:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.hover\:-space-x-45:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-48:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

.hover\:-space-x-48:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-50:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.hover\:-space-x-50:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-55:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.hover\:-space-x-55:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-56:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.hover\:-space-x-56:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-60:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.hover\:-space-x-60:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-62:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-62px * var(--space-y-reverse));
}

.hover\:-space-x-62:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-62px * var(--space-x-reverse));
  margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-64:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.hover\:-space-x-64:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-65:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

.hover\:-space-x-65:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-70:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.hover\:-space-x-70:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-75:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.hover\:-space-x-75:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.hover\:-space-x-80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-85:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse));
}

.hover\:-space-x-85:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.hover\:-space-x-90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-95:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse));
}

.hover\:-space-x-95:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-96:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96px * var(--space-y-reverse));
}

.hover\:-space-x-96:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96px * var(--space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-100:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.hover\:-space-x-100:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-110:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-110px * var(--space-y-reverse));
}

.hover\:-space-x-110:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-110px * var(--space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-115:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.hover\:-space-x-115:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-120:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-120px * var(--space-y-reverse));
}

.hover\:-space-x-120:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-120px * var(--space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-128:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse));
}

.hover\:-space-x-128:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-135:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.hover\:-space-x-135:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-140:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-140px * var(--space-y-reverse));
}

.hover\:-space-x-140:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-140px * var(--space-x-reverse));
  margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-145:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.hover\:-space-x-145:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-150:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.hover\:-space-x-150:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-160:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.hover\:-space-x-160:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-165:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.hover\:-space-x-165:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-168:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.hover\:-space-x-168:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-170:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.hover\:-space-x-170:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-180:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.hover\:-space-x-180:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-200:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-200px * var(--space-y-reverse));
}

.hover\:-space-x-200:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-200px * var(--space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-220:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.hover\:-space-x-220:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-230:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.hover\:-space-x-230:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-235:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.hover\:-space-x-235:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-240:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.hover\:-space-x-240:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-250:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.hover\:-space-x-250:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-300:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.hover\:-space-x-300:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-320:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.hover\:-space-x-320:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-350:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.hover\:-space-x-350:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-375:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.hover\:-space-x-375:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-400:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.hover\:-space-x-400:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-450:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.hover\:-space-x-450:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-700:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.hover\:-space-x-700:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-px:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.hover\:-space-x-px:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.focus\:space-y-0:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.focus\:space-x-0:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-1:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.focus\:space-x-1:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-2:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.focus\:space-x-2:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-3:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.focus\:space-x-3:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-4:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.focus\:space-x-4:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-5:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.focus\:space-x-5:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-6:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.focus\:space-x-6:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-8:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.focus\:space-x-8:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-9:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

.focus\:space-x-9:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9px * var(--space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-10:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.focus\:space-x-10:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.focus\:space-x-12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-13:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

.focus\:space-x-13:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(13px * var(--space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-14:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.focus\:space-x-14:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-15:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.focus\:space-x-15:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-16:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.focus\:space-x-16:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-17:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

.focus\:space-x-17:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(17px * var(--space-x-reverse));
  margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-18:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.focus\:space-x-18:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-20:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.focus\:space-x-20:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-22:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(22px * var(--space-y-reverse));
}

.focus\:space-x-22:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(22px * var(--space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-24:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.focus\:space-x-24:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-25:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.focus\:space-x-25:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-28:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.focus\:space-x-28:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-29:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.focus\:space-x-29:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-30:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.focus\:space-x-30:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-32:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.focus\:space-x-32:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-35:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.focus\:space-x-35:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-36:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.focus\:space-x-36:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-37:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.focus\:space-x-37:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-40:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.focus\:space-x-40:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-45:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.focus\:space-x-45:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-48:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

.focus\:space-x-48:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-50:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.focus\:space-x-50:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-55:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.focus\:space-x-55:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-56:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.focus\:space-x-56:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-60:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.focus\:space-x-60:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-62:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(62px * var(--space-y-reverse));
}

.focus\:space-x-62:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(62px * var(--space-x-reverse));
  margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-64:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.focus\:space-x-64:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-65:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

.focus\:space-x-65:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-70:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.focus\:space-x-70:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-75:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.focus\:space-x-75:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.focus\:space-x-80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-85:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse));
}

.focus\:space-x-85:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.focus\:space-x-90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-95:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse));
}

.focus\:space-x-95:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-96:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96px * var(--space-y-reverse));
}

.focus\:space-x-96:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96px * var(--space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-100:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.focus\:space-x-100:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-110:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(110px * var(--space-y-reverse));
}

.focus\:space-x-110:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(110px * var(--space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-115:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.focus\:space-x-115:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-120:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(120px * var(--space-y-reverse));
}

.focus\:space-x-120:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(120px * var(--space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-128:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse));
}

.focus\:space-x-128:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-135:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.focus\:space-x-135:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-140:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(140px * var(--space-y-reverse));
}

.focus\:space-x-140:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(140px * var(--space-x-reverse));
  margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-145:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.focus\:space-x-145:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-150:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.focus\:space-x-150:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-160:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.focus\:space-x-160:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-165:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.focus\:space-x-165:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-168:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.focus\:space-x-168:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-170:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.focus\:space-x-170:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-180:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.focus\:space-x-180:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-200:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(200px * var(--space-y-reverse));
}

.focus\:space-x-200:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(200px * var(--space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-220:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.focus\:space-x-220:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-230:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.focus\:space-x-230:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-235:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.focus\:space-x-235:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-240:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.focus\:space-x-240:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-250:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.focus\:space-x-250:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-300:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.focus\:space-x-300:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-320:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.focus\:space-x-320:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-350:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.focus\:space-x-350:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-375:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.focus\:space-x-375:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-400:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.focus\:space-x-400:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-450:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.focus\:space-x-450:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-700:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.focus\:space-x-700:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-px:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.focus\:space-x-px:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-1p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.focus\:space-x-1p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-11p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.focus\:space-x-11p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-20p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.focus\:space-x-20p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-24p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.focus\:space-x-24p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-25p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.focus\:space-x-25p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-32p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.focus\:space-x-32p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-35p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.focus\:space-x-35p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-40p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.focus\:space-x-40p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-49p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.focus\:space-x-49p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-80p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.focus\:space-x-80p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-90p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.focus\:space-x-90p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-92p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.focus\:space-x-92p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-93p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.focus\:space-x-93p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-94p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.focus\:space-x-94p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-95p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.focus\:space-x-95p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-96p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.focus\:space-x-96p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-100p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.focus\:space-x-100p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-0:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.focus\:-space-x-0:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-1:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.focus\:-space-x-1:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-2:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.focus\:-space-x-2:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-3:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.focus\:-space-x-3:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-4:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.focus\:-space-x-4:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-5:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.focus\:-space-x-5:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-6:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.focus\:-space-x-6:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-8:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.focus\:-space-x-8:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-9:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

.focus\:-space-x-9:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9px * var(--space-x-reverse));
  margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-10:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.focus\:-space-x-10:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.focus\:-space-x-12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-13:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

.focus\:-space-x-13:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-13px * var(--space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-14:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.focus\:-space-x-14:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-15:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.focus\:-space-x-15:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-16:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.focus\:-space-x-16:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-17:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

.focus\:-space-x-17:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-17px * var(--space-x-reverse));
  margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-18:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.focus\:-space-x-18:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-20:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.focus\:-space-x-20:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-22:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-22px * var(--space-y-reverse));
}

.focus\:-space-x-22:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-22px * var(--space-x-reverse));
  margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-24:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.focus\:-space-x-24:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-25:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.focus\:-space-x-25:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-28:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.focus\:-space-x-28:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-29:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.focus\:-space-x-29:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-30:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.focus\:-space-x-30:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-32:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.focus\:-space-x-32:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-35:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.focus\:-space-x-35:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-36:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.focus\:-space-x-36:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-37:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.focus\:-space-x-37:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-40:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.focus\:-space-x-40:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-45:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.focus\:-space-x-45:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-48:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

.focus\:-space-x-48:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-50:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.focus\:-space-x-50:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-55:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.focus\:-space-x-55:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-56:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.focus\:-space-x-56:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-60:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.focus\:-space-x-60:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-62:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-62px * var(--space-y-reverse));
}

.focus\:-space-x-62:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-62px * var(--space-x-reverse));
  margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-64:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.focus\:-space-x-64:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-65:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

.focus\:-space-x-65:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-70:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.focus\:-space-x-70:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-75:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.focus\:-space-x-75:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.focus\:-space-x-80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-85:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse));
}

.focus\:-space-x-85:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.focus\:-space-x-90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-95:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse));
}

.focus\:-space-x-95:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-96:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96px * var(--space-y-reverse));
}

.focus\:-space-x-96:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96px * var(--space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-100:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.focus\:-space-x-100:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-110:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-110px * var(--space-y-reverse));
}

.focus\:-space-x-110:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-110px * var(--space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-115:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.focus\:-space-x-115:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-120:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-120px * var(--space-y-reverse));
}

.focus\:-space-x-120:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-120px * var(--space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-128:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse));
}

.focus\:-space-x-128:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-135:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.focus\:-space-x-135:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-140:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-140px * var(--space-y-reverse));
}

.focus\:-space-x-140:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-140px * var(--space-x-reverse));
  margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-145:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.focus\:-space-x-145:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-150:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.focus\:-space-x-150:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-160:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.focus\:-space-x-160:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-165:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.focus\:-space-x-165:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-168:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.focus\:-space-x-168:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-170:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.focus\:-space-x-170:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-180:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.focus\:-space-x-180:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-200:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-200px * var(--space-y-reverse));
}

.focus\:-space-x-200:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-200px * var(--space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-220:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.focus\:-space-x-220:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-230:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.focus\:-space-x-230:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-235:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.focus\:-space-x-235:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-240:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.focus\:-space-x-240:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-250:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.focus\:-space-x-250:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-300:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.focus\:-space-x-300:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-320:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.focus\:-space-x-320:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-350:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.focus\:-space-x-350:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-375:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.focus\:-space-x-375:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-400:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.focus\:-space-x-400:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-450:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.focus\:-space-x-450:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-700:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.focus\:-space-x-700:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-px:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.focus\:-space-x-px:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.first\:space-y-0:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.first\:space-x-0:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-1:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.first\:space-x-1:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-2:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.first\:space-x-2:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-3:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.first\:space-x-3:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-4:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.first\:space-x-4:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-5:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.first\:space-x-5:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-6:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.first\:space-x-6:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-8:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.first\:space-x-8:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-9:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

.first\:space-x-9:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9px * var(--space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-10:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.first\:space-x-10:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.first\:space-x-12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-13:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

.first\:space-x-13:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(13px * var(--space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-14:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.first\:space-x-14:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-15:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.first\:space-x-15:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-16:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.first\:space-x-16:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-17:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

.first\:space-x-17:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(17px * var(--space-x-reverse));
  margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-18:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.first\:space-x-18:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-20:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.first\:space-x-20:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-22:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(22px * var(--space-y-reverse));
}

.first\:space-x-22:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(22px * var(--space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-24:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.first\:space-x-24:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-25:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.first\:space-x-25:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-28:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.first\:space-x-28:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-29:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.first\:space-x-29:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-30:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.first\:space-x-30:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-32:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.first\:space-x-32:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-35:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.first\:space-x-35:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-36:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.first\:space-x-36:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-37:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.first\:space-x-37:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-40:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.first\:space-x-40:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-45:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.first\:space-x-45:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-48:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

.first\:space-x-48:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-50:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.first\:space-x-50:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-55:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.first\:space-x-55:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-56:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.first\:space-x-56:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-60:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.first\:space-x-60:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-62:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(62px * var(--space-y-reverse));
}

.first\:space-x-62:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(62px * var(--space-x-reverse));
  margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-64:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.first\:space-x-64:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-65:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

.first\:space-x-65:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-70:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.first\:space-x-70:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-75:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.first\:space-x-75:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.first\:space-x-80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-85:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse));
}

.first\:space-x-85:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.first\:space-x-90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-95:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse));
}

.first\:space-x-95:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-96:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96px * var(--space-y-reverse));
}

.first\:space-x-96:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96px * var(--space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-100:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.first\:space-x-100:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-110:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(110px * var(--space-y-reverse));
}

.first\:space-x-110:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(110px * var(--space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-115:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.first\:space-x-115:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-120:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(120px * var(--space-y-reverse));
}

.first\:space-x-120:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(120px * var(--space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-128:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse));
}

.first\:space-x-128:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-135:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.first\:space-x-135:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-140:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(140px * var(--space-y-reverse));
}

.first\:space-x-140:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(140px * var(--space-x-reverse));
  margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-145:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.first\:space-x-145:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-150:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.first\:space-x-150:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-160:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.first\:space-x-160:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-165:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.first\:space-x-165:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-168:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.first\:space-x-168:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-170:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.first\:space-x-170:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-180:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.first\:space-x-180:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-200:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(200px * var(--space-y-reverse));
}

.first\:space-x-200:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(200px * var(--space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-220:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.first\:space-x-220:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-230:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.first\:space-x-230:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-235:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.first\:space-x-235:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-240:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.first\:space-x-240:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-250:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.first\:space-x-250:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-300:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.first\:space-x-300:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-320:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.first\:space-x-320:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-350:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.first\:space-x-350:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-375:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.first\:space-x-375:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-400:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.first\:space-x-400:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-450:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.first\:space-x-450:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-700:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.first\:space-x-700:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-px:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.first\:space-x-px:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-1p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.first\:space-x-1p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-11p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.first\:space-x-11p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-20p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.first\:space-x-20p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-24p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.first\:space-x-24p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-25p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.first\:space-x-25p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-32p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.first\:space-x-32p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-35p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.first\:space-x-35p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-40p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.first\:space-x-40p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-49p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.first\:space-x-49p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-80p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.first\:space-x-80p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-90p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.first\:space-x-90p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-92p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.first\:space-x-92p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-93p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.first\:space-x-93p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-94p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.first\:space-x-94p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-95p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.first\:space-x-95p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-96p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.first\:space-x-96p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-100p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.first\:space-x-100p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-0:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.first\:-space-x-0:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-1:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.first\:-space-x-1:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-2:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.first\:-space-x-2:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-3:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.first\:-space-x-3:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-4:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.first\:-space-x-4:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-5:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.first\:-space-x-5:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-6:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.first\:-space-x-6:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-8:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.first\:-space-x-8:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-9:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

.first\:-space-x-9:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9px * var(--space-x-reverse));
  margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-10:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.first\:-space-x-10:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.first\:-space-x-12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-13:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

.first\:-space-x-13:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-13px * var(--space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-14:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.first\:-space-x-14:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-15:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.first\:-space-x-15:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-16:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.first\:-space-x-16:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-17:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

.first\:-space-x-17:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-17px * var(--space-x-reverse));
  margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-18:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.first\:-space-x-18:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-20:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.first\:-space-x-20:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-22:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-22px * var(--space-y-reverse));
}

.first\:-space-x-22:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-22px * var(--space-x-reverse));
  margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-24:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.first\:-space-x-24:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-25:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.first\:-space-x-25:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-28:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.first\:-space-x-28:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-29:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.first\:-space-x-29:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-30:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.first\:-space-x-30:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-32:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.first\:-space-x-32:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-35:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.first\:-space-x-35:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-36:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.first\:-space-x-36:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-37:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.first\:-space-x-37:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-40:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.first\:-space-x-40:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-45:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.first\:-space-x-45:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-48:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

.first\:-space-x-48:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-50:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.first\:-space-x-50:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-55:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.first\:-space-x-55:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-56:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.first\:-space-x-56:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-60:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.first\:-space-x-60:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-62:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-62px * var(--space-y-reverse));
}

.first\:-space-x-62:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-62px * var(--space-x-reverse));
  margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-64:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.first\:-space-x-64:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-65:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

.first\:-space-x-65:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-70:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.first\:-space-x-70:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-75:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.first\:-space-x-75:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.first\:-space-x-80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-85:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse));
}

.first\:-space-x-85:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.first\:-space-x-90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-95:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse));
}

.first\:-space-x-95:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-96:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96px * var(--space-y-reverse));
}

.first\:-space-x-96:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96px * var(--space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-100:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.first\:-space-x-100:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-110:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-110px * var(--space-y-reverse));
}

.first\:-space-x-110:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-110px * var(--space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-115:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.first\:-space-x-115:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-120:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-120px * var(--space-y-reverse));
}

.first\:-space-x-120:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-120px * var(--space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-128:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse));
}

.first\:-space-x-128:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-135:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.first\:-space-x-135:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-140:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-140px * var(--space-y-reverse));
}

.first\:-space-x-140:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-140px * var(--space-x-reverse));
  margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-145:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.first\:-space-x-145:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-150:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.first\:-space-x-150:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-160:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.first\:-space-x-160:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-165:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.first\:-space-x-165:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-168:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.first\:-space-x-168:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-170:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.first\:-space-x-170:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-180:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.first\:-space-x-180:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-200:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-200px * var(--space-y-reverse));
}

.first\:-space-x-200:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-200px * var(--space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-220:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.first\:-space-x-220:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-230:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.first\:-space-x-230:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-235:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.first\:-space-x-235:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-240:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.first\:-space-x-240:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-250:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.first\:-space-x-250:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-300:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.first\:-space-x-300:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-320:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.first\:-space-x-320:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-350:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.first\:-space-x-350:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-375:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.first\:-space-x-375:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-400:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.first\:-space-x-400:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-450:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.first\:-space-x-450:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-700:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.first\:-space-x-700:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-px:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.first\:-space-x-px:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.last\:space-y-0:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.last\:space-x-0:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-1:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.last\:space-x-1:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-2:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.last\:space-x-2:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-3:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.last\:space-x-3:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-4:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.last\:space-x-4:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-5:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.last\:space-x-5:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-6:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.last\:space-x-6:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-8:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.last\:space-x-8:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-9:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

.last\:space-x-9:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9px * var(--space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-10:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.last\:space-x-10:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.last\:space-x-12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-13:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

.last\:space-x-13:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(13px * var(--space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-14:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.last\:space-x-14:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-15:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.last\:space-x-15:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-16:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.last\:space-x-16:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-17:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

.last\:space-x-17:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(17px * var(--space-x-reverse));
  margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-18:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.last\:space-x-18:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-20:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.last\:space-x-20:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-22:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(22px * var(--space-y-reverse));
}

.last\:space-x-22:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(22px * var(--space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-24:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.last\:space-x-24:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-25:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.last\:space-x-25:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-28:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.last\:space-x-28:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-29:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.last\:space-x-29:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-30:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.last\:space-x-30:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-32:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.last\:space-x-32:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-35:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.last\:space-x-35:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-36:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.last\:space-x-36:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-37:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.last\:space-x-37:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-40:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.last\:space-x-40:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-45:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.last\:space-x-45:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-48:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

.last\:space-x-48:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-50:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.last\:space-x-50:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-55:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.last\:space-x-55:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-56:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.last\:space-x-56:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-60:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.last\:space-x-60:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-62:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(62px * var(--space-y-reverse));
}

.last\:space-x-62:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(62px * var(--space-x-reverse));
  margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-64:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.last\:space-x-64:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-65:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

.last\:space-x-65:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-70:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.last\:space-x-70:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-75:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.last\:space-x-75:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.last\:space-x-80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-85:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse));
}

.last\:space-x-85:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.last\:space-x-90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-95:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse));
}

.last\:space-x-95:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-96:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96px * var(--space-y-reverse));
}

.last\:space-x-96:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96px * var(--space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-100:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.last\:space-x-100:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-110:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(110px * var(--space-y-reverse));
}

.last\:space-x-110:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(110px * var(--space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-115:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.last\:space-x-115:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-120:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(120px * var(--space-y-reverse));
}

.last\:space-x-120:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(120px * var(--space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-128:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse));
}

.last\:space-x-128:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-135:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.last\:space-x-135:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-140:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(140px * var(--space-y-reverse));
}

.last\:space-x-140:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(140px * var(--space-x-reverse));
  margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-145:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.last\:space-x-145:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-150:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.last\:space-x-150:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-160:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.last\:space-x-160:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-165:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.last\:space-x-165:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-168:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.last\:space-x-168:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-170:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.last\:space-x-170:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-180:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.last\:space-x-180:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-200:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(200px * var(--space-y-reverse));
}

.last\:space-x-200:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(200px * var(--space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-220:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.last\:space-x-220:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-230:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.last\:space-x-230:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-235:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.last\:space-x-235:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-240:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.last\:space-x-240:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-250:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.last\:space-x-250:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-300:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.last\:space-x-300:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-320:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.last\:space-x-320:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-350:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.last\:space-x-350:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-375:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.last\:space-x-375:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-400:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.last\:space-x-400:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-450:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.last\:space-x-450:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-700:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.last\:space-x-700:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-px:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.last\:space-x-px:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-1p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.last\:space-x-1p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-11p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.last\:space-x-11p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-20p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.last\:space-x-20p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-24p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.last\:space-x-24p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-25p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.last\:space-x-25p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-32p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.last\:space-x-32p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-35p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.last\:space-x-35p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-40p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.last\:space-x-40p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-49p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.last\:space-x-49p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-80p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.last\:space-x-80p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-90p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.last\:space-x-90p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-92p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.last\:space-x-92p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-93p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.last\:space-x-93p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-94p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.last\:space-x-94p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-95p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.last\:space-x-95p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-96p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.last\:space-x-96p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-100p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.last\:space-x-100p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-0:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.last\:-space-x-0:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-1:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.last\:-space-x-1:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-2:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.last\:-space-x-2:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-3:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.last\:-space-x-3:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-4:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.last\:-space-x-4:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-5:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.last\:-space-x-5:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-6:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.last\:-space-x-6:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-8:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.last\:-space-x-8:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-9:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

.last\:-space-x-9:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9px * var(--space-x-reverse));
  margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-10:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.last\:-space-x-10:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.last\:-space-x-12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-13:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

.last\:-space-x-13:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-13px * var(--space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-14:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.last\:-space-x-14:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-15:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.last\:-space-x-15:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-16:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.last\:-space-x-16:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-17:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

.last\:-space-x-17:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-17px * var(--space-x-reverse));
  margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-18:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.last\:-space-x-18:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-20:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.last\:-space-x-20:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-22:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-22px * var(--space-y-reverse));
}

.last\:-space-x-22:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-22px * var(--space-x-reverse));
  margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-24:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.last\:-space-x-24:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-25:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.last\:-space-x-25:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-28:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.last\:-space-x-28:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-29:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.last\:-space-x-29:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-30:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.last\:-space-x-30:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-32:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.last\:-space-x-32:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-35:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.last\:-space-x-35:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-36:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.last\:-space-x-36:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-37:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.last\:-space-x-37:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-40:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.last\:-space-x-40:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-45:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.last\:-space-x-45:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-48:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

.last\:-space-x-48:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-50:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.last\:-space-x-50:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-55:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.last\:-space-x-55:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-56:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.last\:-space-x-56:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-60:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.last\:-space-x-60:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-62:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-62px * var(--space-y-reverse));
}

.last\:-space-x-62:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-62px * var(--space-x-reverse));
  margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-64:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.last\:-space-x-64:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-65:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

.last\:-space-x-65:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-70:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.last\:-space-x-70:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-75:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.last\:-space-x-75:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.last\:-space-x-80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-85:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse));
}

.last\:-space-x-85:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.last\:-space-x-90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-95:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse));
}

.last\:-space-x-95:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-96:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96px * var(--space-y-reverse));
}

.last\:-space-x-96:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96px * var(--space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-100:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.last\:-space-x-100:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-110:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-110px * var(--space-y-reverse));
}

.last\:-space-x-110:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-110px * var(--space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-115:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.last\:-space-x-115:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-120:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-120px * var(--space-y-reverse));
}

.last\:-space-x-120:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-120px * var(--space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-128:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse));
}

.last\:-space-x-128:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-135:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.last\:-space-x-135:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-140:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-140px * var(--space-y-reverse));
}

.last\:-space-x-140:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-140px * var(--space-x-reverse));
  margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-145:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.last\:-space-x-145:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-150:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.last\:-space-x-150:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-160:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.last\:-space-x-160:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-165:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.last\:-space-x-165:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-168:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.last\:-space-x-168:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-170:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.last\:-space-x-170:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-180:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.last\:-space-x-180:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-200:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-200px * var(--space-y-reverse));
}

.last\:-space-x-200:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-200px * var(--space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-220:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.last\:-space-x-220:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-230:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.last\:-space-x-230:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-235:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.last\:-space-x-235:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-240:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.last\:-space-x-240:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-250:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.last\:-space-x-250:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-300:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.last\:-space-x-300:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-320:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.last\:-space-x-320:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-350:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.last\:-space-x-350:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-375:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.last\:-space-x-375:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-400:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.last\:-space-x-400:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-450:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.last\:-space-x-450:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-700:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.last\:-space-x-700:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-px:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.last\:-space-x-px:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.group:hover .group-hover\:space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3px * var(--space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9px * var(--space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(13px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(13px * var(--space-x-reverse));
  margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(17px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-17 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(17px * var(--space-x-reverse));
  margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(22px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(22px * var(--space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-25 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-25 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(28px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(28px * var(--space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-29 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(29px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(29px * var(--space-x-reverse));
  margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32px * var(--space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-35 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-35 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35px * var(--space-x-reverse));
  margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(37px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-37 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(37px * var(--space-x-reverse));
  margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-45 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-45 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(48px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(48px * var(--space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-55 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-55 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(56px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(56px * var(--space-x-reverse));
  margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-60 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-60 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-62 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(62px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-62 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(62px * var(--space-x-reverse));
  margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(64px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(64px * var(--space-x-reverse));
  margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(65px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-65 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(65px * var(--space-x-reverse));
  margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-70 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(70px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-70 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(70px * var(--space-x-reverse));
  margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-75 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75px * var(--space-x-reverse));
  margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-85 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(85px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-85 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(85px * var(--space-x-reverse));
  margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-95 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-95 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95px * var(--space-x-reverse));
  margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-96 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-96 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96px * var(--space-x-reverse));
  margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100px * var(--space-x-reverse));
  margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-110 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(110px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-110 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(110px * var(--space-x-reverse));
  margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-115 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-115 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-120 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(120px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-120 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(120px * var(--space-x-reverse));
  margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-128 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(128px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-128 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(128px * var(--space-x-reverse));
  margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-135 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(135px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-135 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(135px * var(--space-x-reverse));
  margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-140 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(140px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-140 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(140px * var(--space-x-reverse));
  margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-145 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(145px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-145 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(145px * var(--space-x-reverse));
  margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-150 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(150px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-150 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(150px * var(--space-x-reverse));
  margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-160 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(160px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-160 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(160px * var(--space-x-reverse));
  margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-165 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(165px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-165 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(165px * var(--space-x-reverse));
  margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-168 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(168px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-168 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(168px * var(--space-x-reverse));
  margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-170 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(170px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-170 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(170px * var(--space-x-reverse));
  margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-180 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(180px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-180 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(180px * var(--space-x-reverse));
  margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-200 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(200px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-200 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(200px * var(--space-x-reverse));
  margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-220 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(220px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-220 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(220px * var(--space-x-reverse));
  margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-230 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(230px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-230 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(230px * var(--space-x-reverse));
  margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-235 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(235px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-235 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(235px * var(--space-x-reverse));
  margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(240px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(240px * var(--space-x-reverse));
  margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-250 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(250px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-250 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(250px * var(--space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-300 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(300px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-300 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(300px * var(--space-x-reverse));
  margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-320 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(320px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-320 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(320px * var(--space-x-reverse));
  margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-350 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(350px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-350 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(350px * var(--space-x-reverse));
  margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-375 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(375px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-375 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(375px * var(--space-x-reverse));
  margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-400 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(400px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-400 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(400px * var(--space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-450 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(450px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-450 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(450px * var(--space-x-reverse));
  margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-700 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(700px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-700 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(700px * var(--space-x-reverse));
  margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-1p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-1p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1% * var(--space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.3333% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.3333% * var(--space-x-reverse));
  margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-11p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-11p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(11% * var(--space-x-reverse));
  margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-20p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-20p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-24p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24.25% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-24p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(24.25% * var(--space-x-reverse));
  margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-25p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-25p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-32p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(32% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-32p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(32% * var(--space-x-reverse));
  margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-35p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(35% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-35p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(35% * var(--space-x-reverse));
  margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-40p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-40p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-49p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-49p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49% * var(--space-x-reverse));
  margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49.5% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(49.5% * var(--space-x-reverse));
  margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-80p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-80p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vh * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vh * var(--space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(86vh * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(86vh * var(--space-x-reverse));
  margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vh * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vh * var(--space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80vw * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80vw * var(--space-x-reverse));
  margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90vw * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90vw * var(--space-x-reverse));
  margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(90% * var(--space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-92p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(92% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-92p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(92% * var(--space-x-reverse));
  margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-93p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-93p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(93% * var(--space-x-reverse));
  margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-94p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(94% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-94p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(94% * var(--space-x-reverse));
  margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-95p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(95% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-95p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(95% * var(--space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-96p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(96% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-96p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(96% * var(--space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-100p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.group:hover .group-hover\:space-x-100p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3px * var(--space-x-reverse));
  margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9px * var(--space-x-reverse));
  margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-13 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-13px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-13 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-13px * var(--space-x-reverse));
  margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-17 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-17px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-17 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-17px * var(--space-x-reverse));
  margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-22px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-22px * var(--space-x-reverse));
  margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-25 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-25 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-28px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-28px * var(--space-x-reverse));
  margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-29 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-29px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-29 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-29px * var(--space-x-reverse));
  margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32px * var(--space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-35 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-35 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35px * var(--space-x-reverse));
  margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-37 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-37px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-37 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-37px * var(--space-x-reverse));
  margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-45 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-45 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-48px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-48px * var(--space-x-reverse));
  margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-55 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-55 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-56px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-56px * var(--space-x-reverse));
  margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-60 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-60 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-62 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-62px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-62 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-62px * var(--space-x-reverse));
  margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-64px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-64px * var(--space-x-reverse));
  margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-65 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-65px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-65 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-65px * var(--space-x-reverse));
  margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-70 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-70px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-70 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-70px * var(--space-x-reverse));
  margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-75 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-75 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75px * var(--space-x-reverse));
  margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-85 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-85px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-85 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-85px * var(--space-x-reverse));
  margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-95 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-95 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95px * var(--space-x-reverse));
  margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-96 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-96 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96px * var(--space-x-reverse));
  margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100px * var(--space-x-reverse));
  margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-110 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-110px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-110 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-110px * var(--space-x-reverse));
  margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-115 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-115 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-120 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-120px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-120 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-120px * var(--space-x-reverse));
  margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-128 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-128px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-128 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-128px * var(--space-x-reverse));
  margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-135 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-135px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-135 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-135px * var(--space-x-reverse));
  margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-140 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-140px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-140 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-140px * var(--space-x-reverse));
  margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-145 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-145px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-145 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-145px * var(--space-x-reverse));
  margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-150 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-150px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-150 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-150px * var(--space-x-reverse));
  margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-160 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-160px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-160 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-160px * var(--space-x-reverse));
  margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-165 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-165px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-165 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-165px * var(--space-x-reverse));
  margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-168 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-168px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-168 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-168px * var(--space-x-reverse));
  margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-170 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-170px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-170 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-170px * var(--space-x-reverse));
  margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-180 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-180px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-180 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-180px * var(--space-x-reverse));
  margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-200 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-200px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-200 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-200px * var(--space-x-reverse));
  margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-220 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-220px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-220 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-220px * var(--space-x-reverse));
  margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-230 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-230px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-230 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-230px * var(--space-x-reverse));
  margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-235 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-235px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-235 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-235px * var(--space-x-reverse));
  margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-240px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-240px * var(--space-x-reverse));
  margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-250 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-250px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-250 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-250px * var(--space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-300 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-300px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-300 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-300px * var(--space-x-reverse));
  margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-320 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-320px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-320 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-320px * var(--space-x-reverse));
  margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-350 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-350px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-350 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-350px * var(--space-x-reverse));
  margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-375 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-375px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-375 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-375px * var(--space-x-reverse));
  margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-400 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-400px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-400 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-400px * var(--space-x-reverse));
  margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-450 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-450px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-450 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-450px * var(--space-x-reverse));
  margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-700 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-700px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-700 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-700px * var(--space-x-reverse));
  margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-1p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-1p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1% * var(--space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.3333% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.3333% * var(--space-x-reverse));
  margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-11p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-11p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-11% * var(--space-x-reverse));
  margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-20p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-20p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-24p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24.25% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-24p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-24.25% * var(--space-x-reverse));
  margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-25p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-25p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-32p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-32% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-32p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-32% * var(--space-x-reverse));
  margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-35p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-35% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-35p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-35% * var(--space-x-reverse));
  margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-40p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-40p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-49p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-49p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49% * var(--space-x-reverse));
  margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49.5% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-49.5% * var(--space-x-reverse));
  margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-80p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-80p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vh * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vh * var(--space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-86vh * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-86vh * var(--space-x-reverse));
  margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vh * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vh * var(--space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80vw * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80vw * var(--space-x-reverse));
  margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90vw * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90vw * var(--space-x-reverse));
  margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-90% * var(--space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-92p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-92% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-92p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-92% * var(--space-x-reverse));
  margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-93p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-93p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-93% * var(--space-x-reverse));
  margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-94p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-94% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-94p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-94% * var(--space-x-reverse));
  margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-95p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-95% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-95p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-95% * var(--space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-96p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-96% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-96p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-96% * var(--space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:-space-y-100p > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.group:hover .group-hover\:-space-x-100p > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.group:hover .group-hover\:space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.group:hover .group-hover\:space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

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

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

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

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

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

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

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

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

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

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

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.hover\:divide-y-0:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.hover\:divide-x-0:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.hover\:divide-y-2:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.hover\:divide-x-2:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.hover\:divide-y-4:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.hover\:divide-x-4:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.hover\:divide-y-8:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.hover\:divide-x-8:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.hover\:divide-y:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.hover\:divide-x:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.focus\:divide-y-0:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.focus\:divide-x-0:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.focus\:divide-y-2:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.focus\:divide-x-2:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.focus\:divide-y-4:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.focus\:divide-x-4:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.focus\:divide-y-8:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.focus\:divide-x-8:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.focus\:divide-y:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.focus\:divide-x:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.first\:divide-y-0:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.first\:divide-x-0:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.first\:divide-y-2:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.first\:divide-x-2:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.first\:divide-y-4:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.first\:divide-x-4:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.first\:divide-y-8:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.first\:divide-x-8:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.first\:divide-y:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.first\:divide-x:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.last\:divide-y-0:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.last\:divide-x-0:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.last\:divide-y-2:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.last\:divide-x-2:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.last\:divide-y-4:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.last\:divide-x-4:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.last\:divide-y-8:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.last\:divide-x-8:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.last\:divide-y:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.last\:divide-x:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.group:hover .group-hover\:divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.group:hover .group-hover\:divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.group:hover .group-hover\:divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.group:hover .group-hover\:divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.group:hover .group-hover\:divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.group:hover .group-hover\:divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.group:hover .group-hover\:divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.group:hover .group-hover\:divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.group:hover .group-hover\:divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.group:hover .group-hover\:divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.group:hover .group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.group:hover .group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

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

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

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.divide-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.divide-green > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.divide-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.divide-dark-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.divide-light-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.divide-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.divide-text-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.divide-background-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.divide-grey-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

.hover\:divide-current:hover > :not(template) ~ :not(template) {
  border-color: currentColor;
}

.hover\:divide-black:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.hover\:divide-white:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.hover\:divide-red:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.hover\:divide-yellow:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.hover\:divide-green:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.hover\:divide-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.hover\:divide-grey:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

.focus\:divide-current:focus > :not(template) ~ :not(template) {
  border-color: currentColor;
}

.focus\:divide-black:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.focus\:divide-white:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.focus\:divide-red:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.focus\:divide-yellow:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.focus\:divide-green:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.focus\:divide-blue:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.focus\:divide-grey:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

.first\:divide-current:first-child > :not(template) ~ :not(template) {
  border-color: currentColor;
}

.first\:divide-black:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.first\:divide-white:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.first\:divide-red:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.first\:divide-yellow:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.first\:divide-green:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.first\:divide-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.first\:divide-grey:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

.last\:divide-current:last-child > :not(template) ~ :not(template) {
  border-color: currentColor;
}

.last\:divide-black:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.last\:divide-white:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.last\:divide-red:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.last\:divide-yellow:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.last\:divide-green:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.last\:divide-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.last\:divide-grey:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

.group:hover .group-hover\:divide-current > :not(template) ~ :not(template) {
  border-color: currentColor;
}

.group:hover .group-hover\:divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.group:hover .group-hover\:divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.group:hover .group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.group:hover .group-hover\:divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}

.group:hover .group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}

.group:hover .group-hover\:divide-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--divide-opacity));
}

.group:hover .group-hover\:divide-green > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.group:hover .group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.group:hover .group-hover\:divide-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.group:hover .group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}

.group:hover .group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.group:hover .group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.group:hover .group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--divide-opacity));
}

.group:hover .group-hover\:divide-light-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--divide-opacity));
}

.group:hover .group-hover\:divide-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--divide-opacity));
}

.group:hover .group-hover\:divide-text-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--divide-opacity));
}

.group:hover .group-hover\:divide-background-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.group:hover .group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.divide-opacity-15 > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.divide-opacity-80 > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

.group:hover .group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.group:hover .group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
  --divide-opacity: 0.15;
}

.group:hover .group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.group:hover .group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.group:hover .group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.group:hover .group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
  --divide-opacity: 0.8;
}

.group:hover .group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

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

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

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

.hover\:not-sr-only:hover {
  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;
}

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

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

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

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

.group:hover .group-hover\: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;
}

.group:hover .group-hover\:not-sr-only {
  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;
}

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

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

.first\:appearance-none:first-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.last\:appearance-none:last-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.group:hover .group-hover\: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;
}

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

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

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

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

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

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

.first\:bg-fixed:first-child {
  background-attachment: fixed;
}

.first\:bg-local:first-child {
  background-attachment: local;
}

.first\:bg-scroll:first-child {
  background-attachment: scroll;
}

.last\:bg-fixed:last-child {
  background-attachment: fixed;
}

.last\:bg-local:last-child {
  background-attachment: local;
}

.last\:bg-scroll:last-child {
  background-attachment: scroll;
}

.group:hover .group-hover\:bg-fixed {
  background-attachment: fixed;
}

.group:hover .group-hover\:bg-local {
  background-attachment: local;
}

.group:hover .group-hover\:bg-scroll {
  background-attachment: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

.first\:bg-clip-border:first-child {
  background-clip: border-box;
}

.first\:bg-clip-padding:first-child {
  background-clip: padding-box;
}

.first\:bg-clip-content:first-child {
  background-clip: content-box;
}

.first\:bg-clip-text:first-child {
  -webkit-background-clip: text;
          background-clip: text;
}

.last\:bg-clip-border:last-child {
  background-clip: border-box;
}

.last\:bg-clip-padding:last-child {
  background-clip: padding-box;
}

.last\:bg-clip-content:last-child {
  background-clip: content-box;
}

.last\:bg-clip-text:last-child {
  -webkit-background-clip: text;
          background-clip: text;
}

.group:hover .group-hover\:bg-clip-border {
  background-clip: border-box;
}

.group:hover .group-hover\:bg-clip-padding {
  background-clip: padding-box;
}

.group:hover .group-hover\:bg-clip-content {
  background-clip: content-box;
}

.group:hover .group-hover\:bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.bg-gray-500 {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.bg-orange-100 {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.bg-orange-300 {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.bg-orange-400 {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.bg-orange-600 {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.bg-orange-700 {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.bg-orange-800 {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.bg-orange-900 {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.bg-yellow {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.bg-green {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.bg-teal-100 {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.bg-teal-300 {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.bg-teal-400 {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.bg-teal-600 {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.bg-teal-700 {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.bg-teal-800 {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.bg-teal-900 {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.bg-indigo-100 {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.bg-indigo-200 {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.bg-indigo-300 {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.bg-indigo-400 {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.bg-indigo-600 {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.bg-indigo-700 {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.bg-indigo-800 {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.bg-indigo-900 {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.bg-purple-100 {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.bg-purple-200 {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.bg-purple-300 {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.bg-purple-400 {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.bg-purple-500 {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.bg-purple-600 {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.bg-purple-700 {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.bg-purple-800 {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.bg-purple-900 {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.bg-pink-100 {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.bg-pink-600 {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.bg-pink-700 {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.bg-pink-800 {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.bg-pink-900 {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.bg-dark-blue {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.bg-light-blue {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.bg-text-grey {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.bg-background-grey {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-grey-blue {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

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

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

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

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

.hover\:bg-gray-100:hover {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.hover\:bg-gray-300:hover {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.hover\:bg-gray-500:hover {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.hover\:bg-gray-600:hover {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.hover\:bg-gray-700:hover {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.hover\:bg-gray-900:hover {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.hover\:bg-red:hover {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.hover\:bg-orange-100:hover {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.hover\:bg-orange-200:hover {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.hover\:bg-orange-300:hover {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.hover\:bg-orange-400:hover {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.hover\:bg-orange-500:hover {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.hover\:bg-orange-600:hover {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.hover\:bg-orange-700:hover {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.hover\:bg-orange-800:hover {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.hover\:bg-orange-900:hover {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.hover\:bg-yellow:hover {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.hover\:bg-green:hover {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.hover\:bg-teal-100:hover {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.hover\:bg-teal-200:hover {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.hover\:bg-teal-300:hover {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.hover\:bg-teal-500:hover {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.hover\:bg-teal-600:hover {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.hover\:bg-teal-700:hover {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.hover\:bg-teal-800:hover {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.hover\:bg-teal-900:hover {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.hover\:bg-blue:hover {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.hover\:bg-purple-100:hover {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.hover\:bg-purple-200:hover {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.hover\:bg-purple-300:hover {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.hover\:bg-purple-400:hover {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.hover\:bg-purple-500:hover {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.hover\:bg-purple-600:hover {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.hover\:bg-purple-700:hover {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.hover\:bg-purple-800:hover {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.hover\:bg-purple-900:hover {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.hover\:bg-pink-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.hover\:bg-pink-200:hover {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.hover\:bg-pink-300:hover {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.hover\:bg-pink-400:hover {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.hover\:bg-pink-500:hover {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.hover\:bg-pink-600:hover {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.hover\:bg-pink-700:hover {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.hover\:bg-pink-900:hover {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.hover\:bg-dark-blue:hover {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.hover\:bg-light-blue:hover {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.hover\:bg-grey:hover {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.hover\:bg-text-grey:hover {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.hover\:bg-background-grey:hover {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-grey-blue:hover {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

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

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

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

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

.focus\:bg-gray-100:focus {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.focus\:bg-gray-200:focus {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.focus\:bg-gray-300:focus {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.focus\:bg-gray-400:focus {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.focus\:bg-gray-500:focus {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.focus\:bg-gray-600:focus {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.focus\:bg-gray-700:focus {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.focus\:bg-gray-800:focus {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.focus\:bg-gray-900:focus {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.focus\:bg-red:focus {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.focus\:bg-orange-100:focus {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.focus\:bg-orange-200:focus {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.focus\:bg-orange-300:focus {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.focus\:bg-orange-400:focus {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.focus\:bg-orange-500:focus {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.focus\:bg-orange-600:focus {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.focus\:bg-orange-700:focus {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.focus\:bg-orange-800:focus {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.focus\:bg-orange-900:focus {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.focus\:bg-yellow:focus {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.focus\:bg-green:focus {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.focus\:bg-teal-100:focus {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.focus\:bg-teal-200:focus {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.focus\:bg-teal-300:focus {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.focus\:bg-teal-400:focus {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.focus\:bg-teal-500:focus {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.focus\:bg-teal-600:focus {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.focus\:bg-teal-700:focus {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.focus\:bg-teal-800:focus {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.focus\:bg-teal-900:focus {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.focus\:bg-blue:focus {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.focus\:bg-purple-100:focus {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.focus\:bg-purple-200:focus {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.focus\:bg-purple-300:focus {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.focus\:bg-purple-400:focus {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.focus\:bg-purple-500:focus {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.focus\:bg-purple-600:focus {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.focus\:bg-purple-700:focus {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.focus\:bg-purple-800:focus {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.focus\:bg-purple-900:focus {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.focus\:bg-pink-100:focus {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.focus\:bg-pink-200:focus {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.focus\:bg-pink-300:focus {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.focus\:bg-pink-400:focus {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.focus\:bg-pink-500:focus {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.focus\:bg-pink-600:focus {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.focus\:bg-pink-700:focus {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.focus\:bg-pink-800:focus {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.focus\:bg-pink-900:focus {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.focus\:bg-dark-blue:focus {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.focus\:bg-light-blue:focus {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.focus\:bg-grey:focus {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.focus\:bg-text-grey:focus {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.focus\:bg-background-grey:focus {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.focus\:bg-grey-blue:focus {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

.first\:bg-transparent:first-child {
  background-color: transparent;
}

.first\:bg-current:first-child {
  background-color: currentColor;
}

.first\:bg-black:first-child {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.first\:bg-white:first-child {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.first\:bg-gray-100:first-child {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.first\:bg-gray-200:first-child {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.first\:bg-gray-300:first-child {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.first\:bg-gray-400:first-child {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.first\:bg-gray-500:first-child {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.first\:bg-gray-600:first-child {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.first\:bg-gray-700:first-child {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.first\:bg-gray-800:first-child {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.first\:bg-gray-900:first-child {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.first\:bg-red:first-child {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.first\:bg-orange-100:first-child {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.first\:bg-orange-200:first-child {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.first\:bg-orange-300:first-child {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.first\:bg-orange-400:first-child {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.first\:bg-orange-500:first-child {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.first\:bg-orange-600:first-child {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.first\:bg-orange-700:first-child {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.first\:bg-orange-800:first-child {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.first\:bg-orange-900:first-child {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.first\:bg-yellow:first-child {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.first\:bg-green:first-child {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.first\:bg-teal-100:first-child {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.first\:bg-teal-200:first-child {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.first\:bg-teal-300:first-child {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.first\:bg-teal-400:first-child {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.first\:bg-teal-500:first-child {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.first\:bg-teal-600:first-child {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.first\:bg-teal-700:first-child {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.first\:bg-teal-800:first-child {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.first\:bg-teal-900:first-child {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.first\:bg-blue:first-child {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.first\:bg-indigo-100:first-child {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.first\:bg-indigo-200:first-child {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.first\:bg-indigo-300:first-child {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.first\:bg-indigo-400:first-child {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.first\:bg-indigo-500:first-child {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.first\:bg-indigo-600:first-child {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.first\:bg-indigo-700:first-child {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.first\:bg-indigo-800:first-child {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.first\:bg-indigo-900:first-child {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.first\:bg-purple-100:first-child {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.first\:bg-purple-200:first-child {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.first\:bg-purple-300:first-child {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.first\:bg-purple-400:first-child {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.first\:bg-purple-500:first-child {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.first\:bg-purple-600:first-child {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.first\:bg-purple-700:first-child {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.first\:bg-purple-800:first-child {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.first\:bg-purple-900:first-child {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.first\:bg-pink-100:first-child {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.first\:bg-pink-200:first-child {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.first\:bg-pink-300:first-child {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.first\:bg-pink-400:first-child {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.first\:bg-pink-500:first-child {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.first\:bg-pink-600:first-child {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.first\:bg-pink-700:first-child {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.first\:bg-pink-800:first-child {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.first\:bg-pink-900:first-child {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.first\:bg-dark-blue:first-child {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.first\:bg-light-blue:first-child {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.first\:bg-grey:first-child {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.first\:bg-text-grey:first-child {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.first\:bg-background-grey:first-child {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.first\:bg-grey-blue:first-child {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

.last\:bg-transparent:last-child {
  background-color: transparent;
}

.last\:bg-current:last-child {
  background-color: currentColor;
}

.last\:bg-black:last-child {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.last\:bg-white:last-child {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.last\:bg-gray-100:last-child {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.last\:bg-gray-200:last-child {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.last\:bg-gray-300:last-child {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.last\:bg-gray-400:last-child {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.last\:bg-gray-500:last-child {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.last\:bg-gray-600:last-child {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.last\:bg-gray-700:last-child {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.last\:bg-gray-800:last-child {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.last\:bg-gray-900:last-child {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.last\:bg-red:last-child {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.last\:bg-orange-100:last-child {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.last\:bg-orange-200:last-child {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.last\:bg-orange-300:last-child {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.last\:bg-orange-400:last-child {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.last\:bg-orange-500:last-child {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.last\:bg-orange-600:last-child {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.last\:bg-orange-700:last-child {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.last\:bg-orange-800:last-child {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.last\:bg-orange-900:last-child {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.last\:bg-yellow:last-child {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.last\:bg-green:last-child {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.last\:bg-teal-100:last-child {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.last\:bg-teal-200:last-child {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.last\:bg-teal-300:last-child {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.last\:bg-teal-400:last-child {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.last\:bg-teal-500:last-child {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.last\:bg-teal-600:last-child {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.last\:bg-teal-700:last-child {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.last\:bg-teal-800:last-child {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.last\:bg-teal-900:last-child {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.last\:bg-blue:last-child {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.last\:bg-indigo-100:last-child {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.last\:bg-indigo-200:last-child {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.last\:bg-indigo-300:last-child {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.last\:bg-indigo-400:last-child {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.last\:bg-indigo-500:last-child {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.last\:bg-indigo-600:last-child {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.last\:bg-indigo-700:last-child {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.last\:bg-indigo-800:last-child {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.last\:bg-indigo-900:last-child {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.last\:bg-purple-100:last-child {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.last\:bg-purple-200:last-child {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.last\:bg-purple-300:last-child {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.last\:bg-purple-400:last-child {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.last\:bg-purple-500:last-child {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.last\:bg-purple-600:last-child {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.last\:bg-purple-700:last-child {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.last\:bg-purple-800:last-child {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.last\:bg-purple-900:last-child {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.last\:bg-pink-100:last-child {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.last\:bg-pink-200:last-child {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.last\:bg-pink-300:last-child {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.last\:bg-pink-400:last-child {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.last\:bg-pink-500:last-child {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.last\:bg-pink-600:last-child {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.last\:bg-pink-700:last-child {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.last\:bg-pink-800:last-child {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.last\:bg-pink-900:last-child {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.last\:bg-dark-blue:last-child {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.last\:bg-light-blue:last-child {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.last\:bg-grey:last-child {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.last\:bg-text-grey:last-child {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.last\:bg-background-grey:last-child {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.last\:bg-grey-blue:last-child {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

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

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

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

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

.group:hover .group-hover\:bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.group:hover .group-hover\:bg-red {
  --bg-opacity: 1;
  background-color: #b94d4d;
  background-color: rgba(185, 77, 77, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-100 {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-300 {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-400 {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-600 {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-700 {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-800 {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}

.group:hover .group-hover\:bg-orange-900 {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}

.group:hover .group-hover\:bg-yellow {
  --bg-opacity: 1;
  background-color: #e4a817;
  background-color: rgba(228, 168, 23, var(--bg-opacity));
}

.group:hover .group-hover\:bg-green {
  --bg-opacity: 1;
  background-color: #92DA8E;
  background-color: rgba(146, 218, 142, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-100 {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-300 {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-400 {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-600 {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-700 {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-800 {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.group:hover .group-hover\:bg-teal-900 {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.group:hover .group-hover\:bg-blue {
  --bg-opacity: 1;
  background-color: #5e8ab5;
  background-color: rgba(94, 138, 181, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.group:hover .group-hover\:bg-dark-blue {
  --bg-opacity: 1;
  background-color: #00404c;
  background-color: rgba(0, 64, 76, var(--bg-opacity));
}

.group:hover .group-hover\:bg-light-blue {
  --bg-opacity: 1;
  background-color: #d7e2ed;
  background-color: rgba(215, 226, 237, var(--bg-opacity));
}

.group:hover .group-hover\:bg-grey {
  --bg-opacity: 1;
  background-color: #f2f5f6;
  background-color: rgba(242, 245, 246, var(--bg-opacity));
}

.group:hover .group-hover\:bg-text-grey {
  --bg-opacity: 1;
  background-color: #7b7c7d;
  background-color: rgba(123, 124, 125, var(--bg-opacity));
}

.group:hover .group-hover\:bg-background-grey {
  --bg-opacity: 1;
  background-color: #E2E8F0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.group:hover .group-hover\:bg-grey-blue {
  --bg-opacity: 1;
  background-color: #88a5ab;
  background-color: rgba(136, 165, 171, var(--bg-opacity));
}

.bg-none {
  background-image: none;
}

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

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

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

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

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

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

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

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

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.focus\:bg-none:focus {
  background-image: none;
}

.focus\:bg-gradient-to-t:focus {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-tr:focus {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-r:focus {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-br:focus {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-b:focus {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-bl:focus {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-l:focus {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.focus\:bg-gradient-to-tl:focus {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.first\:bg-none:first-child {
  background-image: none;
}

.first\:bg-gradient-to-t:first-child {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.first\:bg-gradient-to-tr:first-child {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.first\:bg-gradient-to-r:first-child {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.first\:bg-gradient-to-br:first-child {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.first\:bg-gradient-to-b:first-child {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.first\:bg-gradient-to-bl:first-child {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.first\:bg-gradient-to-l:first-child {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.first\:bg-gradient-to-tl:first-child {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.last\:bg-none:last-child {
  background-image: none;
}

.last\:bg-gradient-to-t:last-child {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.last\:bg-gradient-to-tr:last-child {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.last\:bg-gradient-to-r:last-child {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.last\:bg-gradient-to-br:last-child {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.last\:bg-gradient-to-b:last-child {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.last\:bg-gradient-to-bl:last-child {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.last\:bg-gradient-to-l:last-child {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.last\:bg-gradient-to-tl:last-child {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-none {
  background-image: none;
}

.group:hover .group-hover\:bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.group:hover .group-hover\:bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

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

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

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

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

.from-gray-100 {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.from-gray-200 {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.from-gray-300 {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.from-gray-400 {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.from-gray-500 {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.from-gray-600 {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.from-gray-700 {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.from-gray-800 {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.from-gray-900 {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.from-red {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.from-orange-100 {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.from-orange-200 {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.from-orange-300 {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.from-orange-400 {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.from-orange-500 {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.from-orange-600 {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.from-orange-700 {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.from-orange-800 {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.from-orange-900 {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.from-yellow {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.from-green {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.from-teal-100 {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.from-teal-200 {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.from-teal-300 {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.from-teal-400 {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.from-teal-500 {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.from-teal-600 {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.from-teal-700 {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.from-teal-800 {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.from-teal-900 {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.from-blue {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.from-indigo-100 {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.from-indigo-200 {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.from-indigo-300 {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.from-indigo-400 {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.from-indigo-500 {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.from-indigo-600 {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.from-indigo-700 {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.from-indigo-800 {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.from-indigo-900 {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.from-purple-100 {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.from-purple-200 {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.from-purple-300 {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.from-purple-400 {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.from-purple-500 {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.from-purple-600 {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.from-purple-700 {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.from-purple-800 {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.from-purple-900 {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.from-pink-100 {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.from-pink-200 {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.from-pink-300 {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.from-pink-400 {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.from-pink-500 {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.from-pink-600 {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.from-pink-700 {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.from-pink-800 {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.from-pink-900 {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.from-dark-blue {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.from-light-blue {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.from-grey {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.from-text-grey {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.from-background-grey {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.from-grey-blue {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

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

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

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

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

.via-gray-100 {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.via-gray-200 {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.via-gray-300 {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.via-gray-400 {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.via-gray-500 {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.via-gray-600 {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.via-gray-700 {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.via-gray-800 {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.via-gray-900 {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.via-red {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.via-orange-100 {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.via-orange-200 {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.via-orange-300 {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.via-orange-400 {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.via-orange-500 {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.via-orange-600 {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.via-orange-700 {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.via-orange-800 {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.via-orange-900 {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.via-yellow {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.via-green {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.via-teal-100 {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.via-teal-200 {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.via-teal-300 {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.via-teal-400 {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.via-teal-500 {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.via-teal-600 {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.via-teal-700 {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.via-teal-800 {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.via-teal-900 {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.via-blue {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.via-indigo-100 {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.via-indigo-200 {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.via-indigo-300 {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.via-indigo-400 {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.via-indigo-500 {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.via-indigo-600 {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.via-indigo-700 {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.via-indigo-800 {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.via-indigo-900 {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.via-purple-100 {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.via-purple-200 {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.via-purple-300 {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.via-purple-400 {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.via-purple-500 {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.via-purple-600 {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.via-purple-700 {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.via-purple-800 {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.via-purple-900 {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.via-pink-100 {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.via-pink-200 {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.via-pink-300 {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.via-pink-400 {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.via-pink-500 {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.via-pink-600 {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.via-pink-700 {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.via-pink-800 {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.via-pink-900 {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.via-dark-blue {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.via-light-blue {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.via-grey {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.via-text-grey {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.via-background-grey {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.via-grey-blue {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.to-transparent {
  --gradient-to-color: transparent;
}

.to-current {
  --gradient-to-color: currentColor;
}

.to-black {
  --gradient-to-color: #000;
}

.to-white {
  --gradient-to-color: #fff;
}

.to-gray-100 {
  --gradient-to-color: #f7fafc;
}

.to-gray-200 {
  --gradient-to-color: #edf2f7;
}

.to-gray-300 {
  --gradient-to-color: #e2e8f0;
}

.to-gray-400 {
  --gradient-to-color: #cbd5e0;
}

.to-gray-500 {
  --gradient-to-color: #a0aec0;
}

.to-gray-600 {
  --gradient-to-color: #718096;
}

.to-gray-700 {
  --gradient-to-color: #4a5568;
}

.to-gray-800 {
  --gradient-to-color: #2d3748;
}

.to-gray-900 {
  --gradient-to-color: #1a202c;
}

.to-red {
  --gradient-to-color: #b94d4d;
}

.to-orange-100 {
  --gradient-to-color: #fffaf0;
}

.to-orange-200 {
  --gradient-to-color: #feebc8;
}

.to-orange-300 {
  --gradient-to-color: #fbd38d;
}

.to-orange-400 {
  --gradient-to-color: #f6ad55;
}

.to-orange-500 {
  --gradient-to-color: #ed8936;
}

.to-orange-600 {
  --gradient-to-color: #dd6b20;
}

.to-orange-700 {
  --gradient-to-color: #c05621;
}

.to-orange-800 {
  --gradient-to-color: #9c4221;
}

.to-orange-900 {
  --gradient-to-color: #7b341e;
}

.to-yellow {
  --gradient-to-color: #e4a817;
}

.to-green {
  --gradient-to-color: #92DA8E;
}

.to-teal-100 {
  --gradient-to-color: #e6fffa;
}

.to-teal-200 {
  --gradient-to-color: #b2f5ea;
}

.to-teal-300 {
  --gradient-to-color: #81e6d9;
}

.to-teal-400 {
  --gradient-to-color: #4fd1c5;
}

.to-teal-500 {
  --gradient-to-color: #38b2ac;
}

.to-teal-600 {
  --gradient-to-color: #319795;
}

.to-teal-700 {
  --gradient-to-color: #2c7a7b;
}

.to-teal-800 {
  --gradient-to-color: #285e61;
}

.to-teal-900 {
  --gradient-to-color: #234e52;
}

.to-blue {
  --gradient-to-color: #5e8ab5;
}

.to-indigo-100 {
  --gradient-to-color: #ebf4ff;
}

.to-indigo-200 {
  --gradient-to-color: #c3dafe;
}

.to-indigo-300 {
  --gradient-to-color: #a3bffa;
}

.to-indigo-400 {
  --gradient-to-color: #7f9cf5;
}

.to-indigo-500 {
  --gradient-to-color: #667eea;
}

.to-indigo-600 {
  --gradient-to-color: #5a67d8;
}

.to-indigo-700 {
  --gradient-to-color: #4c51bf;
}

.to-indigo-800 {
  --gradient-to-color: #434190;
}

.to-indigo-900 {
  --gradient-to-color: #3c366b;
}

.to-purple-100 {
  --gradient-to-color: #faf5ff;
}

.to-purple-200 {
  --gradient-to-color: #e9d8fd;
}

.to-purple-300 {
  --gradient-to-color: #d6bcfa;
}

.to-purple-400 {
  --gradient-to-color: #b794f4;
}

.to-purple-500 {
  --gradient-to-color: #9f7aea;
}

.to-purple-600 {
  --gradient-to-color: #805ad5;
}

.to-purple-700 {
  --gradient-to-color: #6b46c1;
}

.to-purple-800 {
  --gradient-to-color: #553c9a;
}

.to-purple-900 {
  --gradient-to-color: #44337a;
}

.to-pink-100 {
  --gradient-to-color: #fff5f7;
}

.to-pink-200 {
  --gradient-to-color: #fed7e2;
}

.to-pink-300 {
  --gradient-to-color: #fbb6ce;
}

.to-pink-400 {
  --gradient-to-color: #f687b3;
}

.to-pink-500 {
  --gradient-to-color: #ed64a6;
}

.to-pink-600 {
  --gradient-to-color: #d53f8c;
}

.to-pink-700 {
  --gradient-to-color: #b83280;
}

.to-pink-800 {
  --gradient-to-color: #97266d;
}

.to-pink-900 {
  --gradient-to-color: #702459;
}

.to-dark-blue {
  --gradient-to-color: #00404c;
}

.to-light-blue {
  --gradient-to-color: #d7e2ed;
}

.to-grey {
  --gradient-to-color: #f2f5f6;
}

.to-text-grey {
  --gradient-to-color: #7b7c7d;
}

.to-background-grey {
  --gradient-to-color: #E2E8F0;
}

.to-grey-blue {
  --gradient-to-color: #88a5ab;
}

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

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

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

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

.hover\:from-gray-100:hover {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:from-gray-200:hover {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:from-gray-300:hover {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:from-gray-400:hover {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:from-gray-500:hover {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:from-gray-600:hover {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:from-gray-700:hover {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:from-gray-800:hover {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:from-gray-900:hover {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:from-red:hover {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.hover\:from-orange-100:hover {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.hover\:from-orange-200:hover {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.hover\:from-orange-300:hover {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.hover\:from-orange-400:hover {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.hover\:from-orange-500:hover {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.hover\:from-orange-600:hover {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.hover\:from-orange-700:hover {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.hover\:from-orange-800:hover {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.hover\:from-orange-900:hover {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.hover\:from-yellow:hover {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.hover\:from-green:hover {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.hover\:from-teal-100:hover {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:from-teal-200:hover {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:from-teal-300:hover {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:from-teal-400:hover {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:from-teal-500:hover {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:from-teal-600:hover {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:from-teal-700:hover {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:from-teal-800:hover {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:from-teal-900:hover {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:from-blue:hover {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.hover\:from-indigo-100:hover {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:from-indigo-200:hover {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:from-indigo-300:hover {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:from-indigo-400:hover {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:from-indigo-500:hover {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:from-indigo-600:hover {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:from-indigo-700:hover {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:from-indigo-800:hover {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:from-indigo-900:hover {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:from-purple-100:hover {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.hover\:from-purple-200:hover {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.hover\:from-purple-300:hover {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.hover\:from-purple-400:hover {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.hover\:from-purple-500:hover {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.hover\:from-purple-600:hover {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.hover\:from-purple-700:hover {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.hover\:from-purple-800:hover {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.hover\:from-purple-900:hover {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.hover\:from-pink-100:hover {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:from-pink-200:hover {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:from-pink-300:hover {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:from-pink-400:hover {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:from-pink-500:hover {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:from-pink-600:hover {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:from-pink-700:hover {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:from-pink-800:hover {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:from-pink-900:hover {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:from-dark-blue:hover {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.hover\:from-light-blue:hover {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.hover\:from-grey:hover {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.hover\:from-text-grey:hover {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.hover\:from-background-grey:hover {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:from-grey-blue:hover {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

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

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

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

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

.hover\:via-gray-100:hover {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:via-gray-200:hover {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:via-gray-300:hover {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:via-gray-400:hover {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:via-gray-500:hover {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:via-gray-600:hover {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:via-gray-700:hover {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:via-gray-800:hover {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:via-gray-900:hover {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:via-red:hover {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.hover\:via-orange-100:hover {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.hover\:via-orange-200:hover {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.hover\:via-orange-300:hover {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.hover\:via-orange-400:hover {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.hover\:via-orange-500:hover {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.hover\:via-orange-600:hover {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.hover\:via-orange-700:hover {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.hover\:via-orange-800:hover {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.hover\:via-orange-900:hover {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.hover\:via-yellow:hover {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.hover\:via-green:hover {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.hover\:via-teal-100:hover {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:via-teal-200:hover {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:via-teal-300:hover {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:via-teal-400:hover {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:via-teal-500:hover {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:via-teal-600:hover {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:via-teal-700:hover {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:via-teal-800:hover {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:via-teal-900:hover {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:via-blue:hover {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.hover\:via-indigo-100:hover {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:via-indigo-200:hover {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:via-indigo-300:hover {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:via-indigo-400:hover {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:via-indigo-500:hover {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:via-indigo-600:hover {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:via-indigo-700:hover {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:via-indigo-800:hover {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:via-indigo-900:hover {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:via-purple-100:hover {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.hover\:via-purple-200:hover {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.hover\:via-purple-300:hover {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.hover\:via-purple-400:hover {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.hover\:via-purple-500:hover {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.hover\:via-purple-600:hover {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.hover\:via-purple-700:hover {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.hover\:via-purple-800:hover {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.hover\:via-purple-900:hover {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.hover\:via-pink-100:hover {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:via-pink-200:hover {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:via-pink-300:hover {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:via-pink-400:hover {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:via-pink-500:hover {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:via-pink-600:hover {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:via-pink-700:hover {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:via-pink-800:hover {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:via-pink-900:hover {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:via-dark-blue:hover {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.hover\:via-light-blue:hover {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.hover\:via-grey:hover {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.hover\:via-text-grey:hover {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.hover\:via-background-grey:hover {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:via-grey-blue:hover {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent;
}

.hover\:to-current:hover {
  --gradient-to-color: currentColor;
}

.hover\:to-black:hover {
  --gradient-to-color: #000;
}

.hover\:to-white:hover {
  --gradient-to-color: #fff;
}

.hover\:to-gray-100:hover {
  --gradient-to-color: #f7fafc;
}

.hover\:to-gray-200:hover {
  --gradient-to-color: #edf2f7;
}

.hover\:to-gray-300:hover {
  --gradient-to-color: #e2e8f0;
}

.hover\:to-gray-400:hover {
  --gradient-to-color: #cbd5e0;
}

.hover\:to-gray-500:hover {
  --gradient-to-color: #a0aec0;
}

.hover\:to-gray-600:hover {
  --gradient-to-color: #718096;
}

.hover\:to-gray-700:hover {
  --gradient-to-color: #4a5568;
}

.hover\:to-gray-800:hover {
  --gradient-to-color: #2d3748;
}

.hover\:to-gray-900:hover {
  --gradient-to-color: #1a202c;
}

.hover\:to-red:hover {
  --gradient-to-color: #b94d4d;
}

.hover\:to-orange-100:hover {
  --gradient-to-color: #fffaf0;
}

.hover\:to-orange-200:hover {
  --gradient-to-color: #feebc8;
}

.hover\:to-orange-300:hover {
  --gradient-to-color: #fbd38d;
}

.hover\:to-orange-400:hover {
  --gradient-to-color: #f6ad55;
}

.hover\:to-orange-500:hover {
  --gradient-to-color: #ed8936;
}

.hover\:to-orange-600:hover {
  --gradient-to-color: #dd6b20;
}

.hover\:to-orange-700:hover {
  --gradient-to-color: #c05621;
}

.hover\:to-orange-800:hover {
  --gradient-to-color: #9c4221;
}

.hover\:to-orange-900:hover {
  --gradient-to-color: #7b341e;
}

.hover\:to-yellow:hover {
  --gradient-to-color: #e4a817;
}

.hover\:to-green:hover {
  --gradient-to-color: #92DA8E;
}

.hover\:to-teal-100:hover {
  --gradient-to-color: #e6fffa;
}

.hover\:to-teal-200:hover {
  --gradient-to-color: #b2f5ea;
}

.hover\:to-teal-300:hover {
  --gradient-to-color: #81e6d9;
}

.hover\:to-teal-400:hover {
  --gradient-to-color: #4fd1c5;
}

.hover\:to-teal-500:hover {
  --gradient-to-color: #38b2ac;
}

.hover\:to-teal-600:hover {
  --gradient-to-color: #319795;
}

.hover\:to-teal-700:hover {
  --gradient-to-color: #2c7a7b;
}

.hover\:to-teal-800:hover {
  --gradient-to-color: #285e61;
}

.hover\:to-teal-900:hover {
  --gradient-to-color: #234e52;
}

.hover\:to-blue:hover {
  --gradient-to-color: #5e8ab5;
}

.hover\:to-indigo-100:hover {
  --gradient-to-color: #ebf4ff;
}

.hover\:to-indigo-200:hover {
  --gradient-to-color: #c3dafe;
}

.hover\:to-indigo-300:hover {
  --gradient-to-color: #a3bffa;
}

.hover\:to-indigo-400:hover {
  --gradient-to-color: #7f9cf5;
}

.hover\:to-indigo-500:hover {
  --gradient-to-color: #667eea;
}

.hover\:to-indigo-600:hover {
  --gradient-to-color: #5a67d8;
}

.hover\:to-indigo-700:hover {
  --gradient-to-color: #4c51bf;
}

.hover\:to-indigo-800:hover {
  --gradient-to-color: #434190;
}

.hover\:to-indigo-900:hover {
  --gradient-to-color: #3c366b;
}

.hover\:to-purple-100:hover {
  --gradient-to-color: #faf5ff;
}

.hover\:to-purple-200:hover {
  --gradient-to-color: #e9d8fd;
}

.hover\:to-purple-300:hover {
  --gradient-to-color: #d6bcfa;
}

.hover\:to-purple-400:hover {
  --gradient-to-color: #b794f4;
}

.hover\:to-purple-500:hover {
  --gradient-to-color: #9f7aea;
}

.hover\:to-purple-600:hover {
  --gradient-to-color: #805ad5;
}

.hover\:to-purple-700:hover {
  --gradient-to-color: #6b46c1;
}

.hover\:to-purple-800:hover {
  --gradient-to-color: #553c9a;
}

.hover\:to-purple-900:hover {
  --gradient-to-color: #44337a;
}

.hover\:to-pink-100:hover {
  --gradient-to-color: #fff5f7;
}

.hover\:to-pink-200:hover {
  --gradient-to-color: #fed7e2;
}

.hover\:to-pink-300:hover {
  --gradient-to-color: #fbb6ce;
}

.hover\:to-pink-400:hover {
  --gradient-to-color: #f687b3;
}

.hover\:to-pink-500:hover {
  --gradient-to-color: #ed64a6;
}

.hover\:to-pink-600:hover {
  --gradient-to-color: #d53f8c;
}

.hover\:to-pink-700:hover {
  --gradient-to-color: #b83280;
}

.hover\:to-pink-800:hover {
  --gradient-to-color: #97266d;
}

.hover\:to-pink-900:hover {
  --gradient-to-color: #702459;
}

.hover\:to-dark-blue:hover {
  --gradient-to-color: #00404c;
}

.hover\:to-light-blue:hover {
  --gradient-to-color: #d7e2ed;
}

.hover\:to-grey:hover {
  --gradient-to-color: #f2f5f6;
}

.hover\:to-text-grey:hover {
  --gradient-to-color: #7b7c7d;
}

.hover\:to-background-grey:hover {
  --gradient-to-color: #E2E8F0;
}

.hover\:to-grey-blue:hover {
  --gradient-to-color: #88a5ab;
}

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

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

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

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

.focus\:from-gray-100:focus {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:from-gray-200:focus {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:from-gray-300:focus {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:from-gray-400:focus {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:from-gray-500:focus {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:from-gray-600:focus {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:from-gray-700:focus {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:from-gray-800:focus {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:from-gray-900:focus {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:from-red:focus {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.focus\:from-orange-100:focus {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.focus\:from-orange-200:focus {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.focus\:from-orange-300:focus {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.focus\:from-orange-400:focus {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.focus\:from-orange-500:focus {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.focus\:from-orange-600:focus {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.focus\:from-orange-700:focus {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.focus\:from-orange-800:focus {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.focus\:from-orange-900:focus {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.focus\:from-yellow:focus {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.focus\:from-green:focus {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.focus\:from-teal-100:focus {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:from-teal-200:focus {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:from-teal-300:focus {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:from-teal-400:focus {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:from-teal-500:focus {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:from-teal-600:focus {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:from-teal-700:focus {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:from-teal-800:focus {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:from-teal-900:focus {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:from-blue:focus {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.focus\:from-indigo-100:focus {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:from-indigo-200:focus {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:from-indigo-300:focus {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:from-indigo-400:focus {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:from-indigo-500:focus {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:from-indigo-600:focus {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:from-indigo-700:focus {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:from-indigo-800:focus {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:from-indigo-900:focus {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:from-purple-100:focus {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.focus\:from-purple-200:focus {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.focus\:from-purple-300:focus {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.focus\:from-purple-400:focus {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.focus\:from-purple-500:focus {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.focus\:from-purple-600:focus {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.focus\:from-purple-700:focus {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.focus\:from-purple-800:focus {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.focus\:from-purple-900:focus {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.focus\:from-pink-100:focus {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:from-pink-200:focus {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:from-pink-300:focus {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:from-pink-400:focus {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:from-pink-500:focus {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:from-pink-600:focus {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:from-pink-700:focus {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:from-pink-800:focus {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:from-pink-900:focus {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:from-dark-blue:focus {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.focus\:from-light-blue:focus {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.focus\:from-grey:focus {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.focus\:from-text-grey:focus {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.focus\:from-background-grey:focus {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:from-grey-blue:focus {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

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

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

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

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

.focus\:via-gray-100:focus {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:via-gray-200:focus {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:via-gray-300:focus {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:via-gray-400:focus {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:via-gray-500:focus {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:via-gray-600:focus {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:via-gray-700:focus {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:via-gray-800:focus {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:via-gray-900:focus {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:via-red:focus {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.focus\:via-orange-100:focus {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.focus\:via-orange-200:focus {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.focus\:via-orange-300:focus {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.focus\:via-orange-400:focus {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.focus\:via-orange-500:focus {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.focus\:via-orange-600:focus {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.focus\:via-orange-700:focus {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.focus\:via-orange-800:focus {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.focus\:via-orange-900:focus {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.focus\:via-yellow:focus {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.focus\:via-green:focus {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.focus\:via-teal-100:focus {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:via-teal-200:focus {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:via-teal-300:focus {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:via-teal-400:focus {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:via-teal-500:focus {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:via-teal-600:focus {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:via-teal-700:focus {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:via-teal-800:focus {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:via-teal-900:focus {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:via-blue:focus {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.focus\:via-indigo-100:focus {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:via-indigo-200:focus {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:via-indigo-300:focus {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:via-indigo-400:focus {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:via-indigo-500:focus {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:via-indigo-600:focus {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:via-indigo-700:focus {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:via-indigo-800:focus {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:via-indigo-900:focus {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:via-purple-100:focus {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.focus\:via-purple-200:focus {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.focus\:via-purple-300:focus {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.focus\:via-purple-400:focus {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.focus\:via-purple-500:focus {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.focus\:via-purple-600:focus {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.focus\:via-purple-700:focus {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.focus\:via-purple-800:focus {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.focus\:via-purple-900:focus {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.focus\:via-pink-100:focus {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:via-pink-200:focus {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:via-pink-300:focus {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:via-pink-400:focus {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:via-pink-500:focus {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:via-pink-600:focus {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:via-pink-700:focus {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:via-pink-800:focus {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:via-pink-900:focus {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:via-dark-blue:focus {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.focus\:via-light-blue:focus {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.focus\:via-grey:focus {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.focus\:via-text-grey:focus {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.focus\:via-background-grey:focus {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:via-grey-blue:focus {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent;
}

.focus\:to-current:focus {
  --gradient-to-color: currentColor;
}

.focus\:to-black:focus {
  --gradient-to-color: #000;
}

.focus\:to-white:focus {
  --gradient-to-color: #fff;
}

.focus\:to-gray-100:focus {
  --gradient-to-color: #f7fafc;
}

.focus\:to-gray-200:focus {
  --gradient-to-color: #edf2f7;
}

.focus\:to-gray-300:focus {
  --gradient-to-color: #e2e8f0;
}

.focus\:to-gray-400:focus {
  --gradient-to-color: #cbd5e0;
}

.focus\:to-gray-500:focus {
  --gradient-to-color: #a0aec0;
}

.focus\:to-gray-600:focus {
  --gradient-to-color: #718096;
}

.focus\:to-gray-700:focus {
  --gradient-to-color: #4a5568;
}

.focus\:to-gray-800:focus {
  --gradient-to-color: #2d3748;
}

.focus\:to-gray-900:focus {
  --gradient-to-color: #1a202c;
}

.focus\:to-red:focus {
  --gradient-to-color: #b94d4d;
}

.focus\:to-orange-100:focus {
  --gradient-to-color: #fffaf0;
}

.focus\:to-orange-200:focus {
  --gradient-to-color: #feebc8;
}

.focus\:to-orange-300:focus {
  --gradient-to-color: #fbd38d;
}

.focus\:to-orange-400:focus {
  --gradient-to-color: #f6ad55;
}

.focus\:to-orange-500:focus {
  --gradient-to-color: #ed8936;
}

.focus\:to-orange-600:focus {
  --gradient-to-color: #dd6b20;
}

.focus\:to-orange-700:focus {
  --gradient-to-color: #c05621;
}

.focus\:to-orange-800:focus {
  --gradient-to-color: #9c4221;
}

.focus\:to-orange-900:focus {
  --gradient-to-color: #7b341e;
}

.focus\:to-yellow:focus {
  --gradient-to-color: #e4a817;
}

.focus\:to-green:focus {
  --gradient-to-color: #92DA8E;
}

.focus\:to-teal-100:focus {
  --gradient-to-color: #e6fffa;
}

.focus\:to-teal-200:focus {
  --gradient-to-color: #b2f5ea;
}

.focus\:to-teal-300:focus {
  --gradient-to-color: #81e6d9;
}

.focus\:to-teal-400:focus {
  --gradient-to-color: #4fd1c5;
}

.focus\:to-teal-500:focus {
  --gradient-to-color: #38b2ac;
}

.focus\:to-teal-600:focus {
  --gradient-to-color: #319795;
}

.focus\:to-teal-700:focus {
  --gradient-to-color: #2c7a7b;
}

.focus\:to-teal-800:focus {
  --gradient-to-color: #285e61;
}

.focus\:to-teal-900:focus {
  --gradient-to-color: #234e52;
}

.focus\:to-blue:focus {
  --gradient-to-color: #5e8ab5;
}

.focus\:to-indigo-100:focus {
  --gradient-to-color: #ebf4ff;
}

.focus\:to-indigo-200:focus {
  --gradient-to-color: #c3dafe;
}

.focus\:to-indigo-300:focus {
  --gradient-to-color: #a3bffa;
}

.focus\:to-indigo-400:focus {
  --gradient-to-color: #7f9cf5;
}

.focus\:to-indigo-500:focus {
  --gradient-to-color: #667eea;
}

.focus\:to-indigo-600:focus {
  --gradient-to-color: #5a67d8;
}

.focus\:to-indigo-700:focus {
  --gradient-to-color: #4c51bf;
}

.focus\:to-indigo-800:focus {
  --gradient-to-color: #434190;
}

.focus\:to-indigo-900:focus {
  --gradient-to-color: #3c366b;
}

.focus\:to-purple-100:focus {
  --gradient-to-color: #faf5ff;
}

.focus\:to-purple-200:focus {
  --gradient-to-color: #e9d8fd;
}

.focus\:to-purple-300:focus {
  --gradient-to-color: #d6bcfa;
}

.focus\:to-purple-400:focus {
  --gradient-to-color: #b794f4;
}

.focus\:to-purple-500:focus {
  --gradient-to-color: #9f7aea;
}

.focus\:to-purple-600:focus {
  --gradient-to-color: #805ad5;
}

.focus\:to-purple-700:focus {
  --gradient-to-color: #6b46c1;
}

.focus\:to-purple-800:focus {
  --gradient-to-color: #553c9a;
}

.focus\:to-purple-900:focus {
  --gradient-to-color: #44337a;
}

.focus\:to-pink-100:focus {
  --gradient-to-color: #fff5f7;
}

.focus\:to-pink-200:focus {
  --gradient-to-color: #fed7e2;
}

.focus\:to-pink-300:focus {
  --gradient-to-color: #fbb6ce;
}

.focus\:to-pink-400:focus {
  --gradient-to-color: #f687b3;
}

.focus\:to-pink-500:focus {
  --gradient-to-color: #ed64a6;
}

.focus\:to-pink-600:focus {
  --gradient-to-color: #d53f8c;
}

.focus\:to-pink-700:focus {
  --gradient-to-color: #b83280;
}

.focus\:to-pink-800:focus {
  --gradient-to-color: #97266d;
}

.focus\:to-pink-900:focus {
  --gradient-to-color: #702459;
}

.focus\:to-dark-blue:focus {
  --gradient-to-color: #00404c;
}

.focus\:to-light-blue:focus {
  --gradient-to-color: #d7e2ed;
}

.focus\:to-grey:focus {
  --gradient-to-color: #f2f5f6;
}

.focus\:to-text-grey:focus {
  --gradient-to-color: #7b7c7d;
}

.focus\:to-background-grey:focus {
  --gradient-to-color: #E2E8F0;
}

.focus\:to-grey-blue:focus {
  --gradient-to-color: #88a5ab;
}

.first\:from-transparent:first-child {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.first\:from-current:first-child {
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.first\:from-black:first-child {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.first\:from-white:first-child {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.first\:from-gray-100:first-child {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.first\:from-gray-200:first-child {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.first\:from-gray-300:first-child {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.first\:from-gray-400:first-child {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.first\:from-gray-500:first-child {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.first\:from-gray-600:first-child {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.first\:from-gray-700:first-child {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.first\:from-gray-800:first-child {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.first\:from-gray-900:first-child {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.first\:from-red:first-child {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.first\:from-orange-100:first-child {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.first\:from-orange-200:first-child {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.first\:from-orange-300:first-child {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.first\:from-orange-400:first-child {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.first\:from-orange-500:first-child {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.first\:from-orange-600:first-child {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.first\:from-orange-700:first-child {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.first\:from-orange-800:first-child {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.first\:from-orange-900:first-child {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.first\:from-yellow:first-child {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.first\:from-green:first-child {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.first\:from-teal-100:first-child {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.first\:from-teal-200:first-child {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.first\:from-teal-300:first-child {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.first\:from-teal-400:first-child {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.first\:from-teal-500:first-child {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.first\:from-teal-600:first-child {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.first\:from-teal-700:first-child {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.first\:from-teal-800:first-child {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.first\:from-teal-900:first-child {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.first\:from-blue:first-child {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.first\:from-indigo-100:first-child {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.first\:from-indigo-200:first-child {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.first\:from-indigo-300:first-child {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.first\:from-indigo-400:first-child {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.first\:from-indigo-500:first-child {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.first\:from-indigo-600:first-child {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.first\:from-indigo-700:first-child {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.first\:from-indigo-800:first-child {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.first\:from-indigo-900:first-child {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.first\:from-purple-100:first-child {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.first\:from-purple-200:first-child {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.first\:from-purple-300:first-child {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.first\:from-purple-400:first-child {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.first\:from-purple-500:first-child {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.first\:from-purple-600:first-child {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.first\:from-purple-700:first-child {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.first\:from-purple-800:first-child {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.first\:from-purple-900:first-child {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.first\:from-pink-100:first-child {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.first\:from-pink-200:first-child {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.first\:from-pink-300:first-child {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.first\:from-pink-400:first-child {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.first\:from-pink-500:first-child {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.first\:from-pink-600:first-child {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.first\:from-pink-700:first-child {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.first\:from-pink-800:first-child {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.first\:from-pink-900:first-child {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.first\:from-dark-blue:first-child {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.first\:from-light-blue:first-child {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.first\:from-grey:first-child {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.first\:from-text-grey:first-child {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.first\:from-background-grey:first-child {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.first\:from-grey-blue:first-child {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.first\:via-transparent:first-child {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.first\:via-current:first-child {
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.first\:via-black:first-child {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.first\:via-white:first-child {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.first\:via-gray-100:first-child {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.first\:via-gray-200:first-child {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.first\:via-gray-300:first-child {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.first\:via-gray-400:first-child {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.first\:via-gray-500:first-child {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.first\:via-gray-600:first-child {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.first\:via-gray-700:first-child {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.first\:via-gray-800:first-child {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.first\:via-gray-900:first-child {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.first\:via-red:first-child {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.first\:via-orange-100:first-child {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.first\:via-orange-200:first-child {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.first\:via-orange-300:first-child {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.first\:via-orange-400:first-child {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.first\:via-orange-500:first-child {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.first\:via-orange-600:first-child {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.first\:via-orange-700:first-child {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.first\:via-orange-800:first-child {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.first\:via-orange-900:first-child {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.first\:via-yellow:first-child {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.first\:via-green:first-child {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.first\:via-teal-100:first-child {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.first\:via-teal-200:first-child {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.first\:via-teal-300:first-child {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.first\:via-teal-400:first-child {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.first\:via-teal-500:first-child {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.first\:via-teal-600:first-child {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.first\:via-teal-700:first-child {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.first\:via-teal-800:first-child {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.first\:via-teal-900:first-child {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.first\:via-blue:first-child {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.first\:via-indigo-100:first-child {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.first\:via-indigo-200:first-child {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.first\:via-indigo-300:first-child {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.first\:via-indigo-400:first-child {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.first\:via-indigo-500:first-child {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.first\:via-indigo-600:first-child {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.first\:via-indigo-700:first-child {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.first\:via-indigo-800:first-child {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.first\:via-indigo-900:first-child {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.first\:via-purple-100:first-child {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.first\:via-purple-200:first-child {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.first\:via-purple-300:first-child {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.first\:via-purple-400:first-child {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.first\:via-purple-500:first-child {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.first\:via-purple-600:first-child {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.first\:via-purple-700:first-child {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.first\:via-purple-800:first-child {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.first\:via-purple-900:first-child {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.first\:via-pink-100:first-child {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.first\:via-pink-200:first-child {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.first\:via-pink-300:first-child {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.first\:via-pink-400:first-child {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.first\:via-pink-500:first-child {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.first\:via-pink-600:first-child {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.first\:via-pink-700:first-child {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.first\:via-pink-800:first-child {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.first\:via-pink-900:first-child {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.first\:via-dark-blue:first-child {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.first\:via-light-blue:first-child {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.first\:via-grey:first-child {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.first\:via-text-grey:first-child {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.first\:via-background-grey:first-child {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.first\:via-grey-blue:first-child {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.first\:to-transparent:first-child {
  --gradient-to-color: transparent;
}

.first\:to-current:first-child {
  --gradient-to-color: currentColor;
}

.first\:to-black:first-child {
  --gradient-to-color: #000;
}

.first\:to-white:first-child {
  --gradient-to-color: #fff;
}

.first\:to-gray-100:first-child {
  --gradient-to-color: #f7fafc;
}

.first\:to-gray-200:first-child {
  --gradient-to-color: #edf2f7;
}

.first\:to-gray-300:first-child {
  --gradient-to-color: #e2e8f0;
}

.first\:to-gray-400:first-child {
  --gradient-to-color: #cbd5e0;
}

.first\:to-gray-500:first-child {
  --gradient-to-color: #a0aec0;
}

.first\:to-gray-600:first-child {
  --gradient-to-color: #718096;
}

.first\:to-gray-700:first-child {
  --gradient-to-color: #4a5568;
}

.first\:to-gray-800:first-child {
  --gradient-to-color: #2d3748;
}

.first\:to-gray-900:first-child {
  --gradient-to-color: #1a202c;
}

.first\:to-red:first-child {
  --gradient-to-color: #b94d4d;
}

.first\:to-orange-100:first-child {
  --gradient-to-color: #fffaf0;
}

.first\:to-orange-200:first-child {
  --gradient-to-color: #feebc8;
}

.first\:to-orange-300:first-child {
  --gradient-to-color: #fbd38d;
}

.first\:to-orange-400:first-child {
  --gradient-to-color: #f6ad55;
}

.first\:to-orange-500:first-child {
  --gradient-to-color: #ed8936;
}

.first\:to-orange-600:first-child {
  --gradient-to-color: #dd6b20;
}

.first\:to-orange-700:first-child {
  --gradient-to-color: #c05621;
}

.first\:to-orange-800:first-child {
  --gradient-to-color: #9c4221;
}

.first\:to-orange-900:first-child {
  --gradient-to-color: #7b341e;
}

.first\:to-yellow:first-child {
  --gradient-to-color: #e4a817;
}

.first\:to-green:first-child {
  --gradient-to-color: #92DA8E;
}

.first\:to-teal-100:first-child {
  --gradient-to-color: #e6fffa;
}

.first\:to-teal-200:first-child {
  --gradient-to-color: #b2f5ea;
}

.first\:to-teal-300:first-child {
  --gradient-to-color: #81e6d9;
}

.first\:to-teal-400:first-child {
  --gradient-to-color: #4fd1c5;
}

.first\:to-teal-500:first-child {
  --gradient-to-color: #38b2ac;
}

.first\:to-teal-600:first-child {
  --gradient-to-color: #319795;
}

.first\:to-teal-700:first-child {
  --gradient-to-color: #2c7a7b;
}

.first\:to-teal-800:first-child {
  --gradient-to-color: #285e61;
}

.first\:to-teal-900:first-child {
  --gradient-to-color: #234e52;
}

.first\:to-blue:first-child {
  --gradient-to-color: #5e8ab5;
}

.first\:to-indigo-100:first-child {
  --gradient-to-color: #ebf4ff;
}

.first\:to-indigo-200:first-child {
  --gradient-to-color: #c3dafe;
}

.first\:to-indigo-300:first-child {
  --gradient-to-color: #a3bffa;
}

.first\:to-indigo-400:first-child {
  --gradient-to-color: #7f9cf5;
}

.first\:to-indigo-500:first-child {
  --gradient-to-color: #667eea;
}

.first\:to-indigo-600:first-child {
  --gradient-to-color: #5a67d8;
}

.first\:to-indigo-700:first-child {
  --gradient-to-color: #4c51bf;
}

.first\:to-indigo-800:first-child {
  --gradient-to-color: #434190;
}

.first\:to-indigo-900:first-child {
  --gradient-to-color: #3c366b;
}

.first\:to-purple-100:first-child {
  --gradient-to-color: #faf5ff;
}

.first\:to-purple-200:first-child {
  --gradient-to-color: #e9d8fd;
}

.first\:to-purple-300:first-child {
  --gradient-to-color: #d6bcfa;
}

.first\:to-purple-400:first-child {
  --gradient-to-color: #b794f4;
}

.first\:to-purple-500:first-child {
  --gradient-to-color: #9f7aea;
}

.first\:to-purple-600:first-child {
  --gradient-to-color: #805ad5;
}

.first\:to-purple-700:first-child {
  --gradient-to-color: #6b46c1;
}

.first\:to-purple-800:first-child {
  --gradient-to-color: #553c9a;
}

.first\:to-purple-900:first-child {
  --gradient-to-color: #44337a;
}

.first\:to-pink-100:first-child {
  --gradient-to-color: #fff5f7;
}

.first\:to-pink-200:first-child {
  --gradient-to-color: #fed7e2;
}

.first\:to-pink-300:first-child {
  --gradient-to-color: #fbb6ce;
}

.first\:to-pink-400:first-child {
  --gradient-to-color: #f687b3;
}

.first\:to-pink-500:first-child {
  --gradient-to-color: #ed64a6;
}

.first\:to-pink-600:first-child {
  --gradient-to-color: #d53f8c;
}

.first\:to-pink-700:first-child {
  --gradient-to-color: #b83280;
}

.first\:to-pink-800:first-child {
  --gradient-to-color: #97266d;
}

.first\:to-pink-900:first-child {
  --gradient-to-color: #702459;
}

.first\:to-dark-blue:first-child {
  --gradient-to-color: #00404c;
}

.first\:to-light-blue:first-child {
  --gradient-to-color: #d7e2ed;
}

.first\:to-grey:first-child {
  --gradient-to-color: #f2f5f6;
}

.first\:to-text-grey:first-child {
  --gradient-to-color: #7b7c7d;
}

.first\:to-background-grey:first-child {
  --gradient-to-color: #E2E8F0;
}

.first\:to-grey-blue:first-child {
  --gradient-to-color: #88a5ab;
}

.last\:from-transparent:last-child {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.last\:from-current:last-child {
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.last\:from-black:last-child {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.last\:from-white:last-child {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.last\:from-gray-100:last-child {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.last\:from-gray-200:last-child {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.last\:from-gray-300:last-child {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.last\:from-gray-400:last-child {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.last\:from-gray-500:last-child {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.last\:from-gray-600:last-child {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.last\:from-gray-700:last-child {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.last\:from-gray-800:last-child {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.last\:from-gray-900:last-child {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.last\:from-red:last-child {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.last\:from-orange-100:last-child {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.last\:from-orange-200:last-child {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.last\:from-orange-300:last-child {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.last\:from-orange-400:last-child {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.last\:from-orange-500:last-child {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.last\:from-orange-600:last-child {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.last\:from-orange-700:last-child {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.last\:from-orange-800:last-child {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.last\:from-orange-900:last-child {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.last\:from-yellow:last-child {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.last\:from-green:last-child {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.last\:from-teal-100:last-child {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.last\:from-teal-200:last-child {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.last\:from-teal-300:last-child {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.last\:from-teal-400:last-child {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.last\:from-teal-500:last-child {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.last\:from-teal-600:last-child {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.last\:from-teal-700:last-child {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.last\:from-teal-800:last-child {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.last\:from-teal-900:last-child {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.last\:from-blue:last-child {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.last\:from-indigo-100:last-child {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.last\:from-indigo-200:last-child {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.last\:from-indigo-300:last-child {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.last\:from-indigo-400:last-child {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.last\:from-indigo-500:last-child {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.last\:from-indigo-600:last-child {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.last\:from-indigo-700:last-child {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.last\:from-indigo-800:last-child {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.last\:from-indigo-900:last-child {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.last\:from-purple-100:last-child {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.last\:from-purple-200:last-child {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.last\:from-purple-300:last-child {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.last\:from-purple-400:last-child {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.last\:from-purple-500:last-child {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.last\:from-purple-600:last-child {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.last\:from-purple-700:last-child {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.last\:from-purple-800:last-child {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.last\:from-purple-900:last-child {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.last\:from-pink-100:last-child {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.last\:from-pink-200:last-child {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.last\:from-pink-300:last-child {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.last\:from-pink-400:last-child {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.last\:from-pink-500:last-child {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.last\:from-pink-600:last-child {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.last\:from-pink-700:last-child {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.last\:from-pink-800:last-child {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.last\:from-pink-900:last-child {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.last\:from-dark-blue:last-child {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.last\:from-light-blue:last-child {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.last\:from-grey:last-child {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.last\:from-text-grey:last-child {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.last\:from-background-grey:last-child {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.last\:from-grey-blue:last-child {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.last\:via-transparent:last-child {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.last\:via-current:last-child {
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.last\:via-black:last-child {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.last\:via-white:last-child {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.last\:via-gray-100:last-child {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.last\:via-gray-200:last-child {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.last\:via-gray-300:last-child {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.last\:via-gray-400:last-child {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.last\:via-gray-500:last-child {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.last\:via-gray-600:last-child {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.last\:via-gray-700:last-child {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.last\:via-gray-800:last-child {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.last\:via-gray-900:last-child {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.last\:via-red:last-child {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.last\:via-orange-100:last-child {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.last\:via-orange-200:last-child {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.last\:via-orange-300:last-child {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.last\:via-orange-400:last-child {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.last\:via-orange-500:last-child {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.last\:via-orange-600:last-child {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.last\:via-orange-700:last-child {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.last\:via-orange-800:last-child {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.last\:via-orange-900:last-child {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.last\:via-yellow:last-child {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.last\:via-green:last-child {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.last\:via-teal-100:last-child {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.last\:via-teal-200:last-child {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.last\:via-teal-300:last-child {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.last\:via-teal-400:last-child {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.last\:via-teal-500:last-child {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.last\:via-teal-600:last-child {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.last\:via-teal-700:last-child {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.last\:via-teal-800:last-child {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.last\:via-teal-900:last-child {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.last\:via-blue:last-child {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.last\:via-indigo-100:last-child {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.last\:via-indigo-200:last-child {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.last\:via-indigo-300:last-child {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.last\:via-indigo-400:last-child {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.last\:via-indigo-500:last-child {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.last\:via-indigo-600:last-child {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.last\:via-indigo-700:last-child {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.last\:via-indigo-800:last-child {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.last\:via-indigo-900:last-child {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.last\:via-purple-100:last-child {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.last\:via-purple-200:last-child {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.last\:via-purple-300:last-child {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.last\:via-purple-400:last-child {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.last\:via-purple-500:last-child {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.last\:via-purple-600:last-child {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.last\:via-purple-700:last-child {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.last\:via-purple-800:last-child {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.last\:via-purple-900:last-child {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.last\:via-pink-100:last-child {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.last\:via-pink-200:last-child {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.last\:via-pink-300:last-child {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.last\:via-pink-400:last-child {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.last\:via-pink-500:last-child {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.last\:via-pink-600:last-child {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.last\:via-pink-700:last-child {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.last\:via-pink-800:last-child {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.last\:via-pink-900:last-child {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.last\:via-dark-blue:last-child {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.last\:via-light-blue:last-child {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.last\:via-grey:last-child {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.last\:via-text-grey:last-child {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.last\:via-background-grey:last-child {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.last\:via-grey-blue:last-child {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.last\:to-transparent:last-child {
  --gradient-to-color: transparent;
}

.last\:to-current:last-child {
  --gradient-to-color: currentColor;
}

.last\:to-black:last-child {
  --gradient-to-color: #000;
}

.last\:to-white:last-child {
  --gradient-to-color: #fff;
}

.last\:to-gray-100:last-child {
  --gradient-to-color: #f7fafc;
}

.last\:to-gray-200:last-child {
  --gradient-to-color: #edf2f7;
}

.last\:to-gray-300:last-child {
  --gradient-to-color: #e2e8f0;
}

.last\:to-gray-400:last-child {
  --gradient-to-color: #cbd5e0;
}

.last\:to-gray-500:last-child {
  --gradient-to-color: #a0aec0;
}

.last\:to-gray-600:last-child {
  --gradient-to-color: #718096;
}

.last\:to-gray-700:last-child {
  --gradient-to-color: #4a5568;
}

.last\:to-gray-800:last-child {
  --gradient-to-color: #2d3748;
}

.last\:to-gray-900:last-child {
  --gradient-to-color: #1a202c;
}

.last\:to-red:last-child {
  --gradient-to-color: #b94d4d;
}

.last\:to-orange-100:last-child {
  --gradient-to-color: #fffaf0;
}

.last\:to-orange-200:last-child {
  --gradient-to-color: #feebc8;
}

.last\:to-orange-300:last-child {
  --gradient-to-color: #fbd38d;
}

.last\:to-orange-400:last-child {
  --gradient-to-color: #f6ad55;
}

.last\:to-orange-500:last-child {
  --gradient-to-color: #ed8936;
}

.last\:to-orange-600:last-child {
  --gradient-to-color: #dd6b20;
}

.last\:to-orange-700:last-child {
  --gradient-to-color: #c05621;
}

.last\:to-orange-800:last-child {
  --gradient-to-color: #9c4221;
}

.last\:to-orange-900:last-child {
  --gradient-to-color: #7b341e;
}

.last\:to-yellow:last-child {
  --gradient-to-color: #e4a817;
}

.last\:to-green:last-child {
  --gradient-to-color: #92DA8E;
}

.last\:to-teal-100:last-child {
  --gradient-to-color: #e6fffa;
}

.last\:to-teal-200:last-child {
  --gradient-to-color: #b2f5ea;
}

.last\:to-teal-300:last-child {
  --gradient-to-color: #81e6d9;
}

.last\:to-teal-400:last-child {
  --gradient-to-color: #4fd1c5;
}

.last\:to-teal-500:last-child {
  --gradient-to-color: #38b2ac;
}

.last\:to-teal-600:last-child {
  --gradient-to-color: #319795;
}

.last\:to-teal-700:last-child {
  --gradient-to-color: #2c7a7b;
}

.last\:to-teal-800:last-child {
  --gradient-to-color: #285e61;
}

.last\:to-teal-900:last-child {
  --gradient-to-color: #234e52;
}

.last\:to-blue:last-child {
  --gradient-to-color: #5e8ab5;
}

.last\:to-indigo-100:last-child {
  --gradient-to-color: #ebf4ff;
}

.last\:to-indigo-200:last-child {
  --gradient-to-color: #c3dafe;
}

.last\:to-indigo-300:last-child {
  --gradient-to-color: #a3bffa;
}

.last\:to-indigo-400:last-child {
  --gradient-to-color: #7f9cf5;
}

.last\:to-indigo-500:last-child {
  --gradient-to-color: #667eea;
}

.last\:to-indigo-600:last-child {
  --gradient-to-color: #5a67d8;
}

.last\:to-indigo-700:last-child {
  --gradient-to-color: #4c51bf;
}

.last\:to-indigo-800:last-child {
  --gradient-to-color: #434190;
}

.last\:to-indigo-900:last-child {
  --gradient-to-color: #3c366b;
}

.last\:to-purple-100:last-child {
  --gradient-to-color: #faf5ff;
}

.last\:to-purple-200:last-child {
  --gradient-to-color: #e9d8fd;
}

.last\:to-purple-300:last-child {
  --gradient-to-color: #d6bcfa;
}

.last\:to-purple-400:last-child {
  --gradient-to-color: #b794f4;
}

.last\:to-purple-500:last-child {
  --gradient-to-color: #9f7aea;
}

.last\:to-purple-600:last-child {
  --gradient-to-color: #805ad5;
}

.last\:to-purple-700:last-child {
  --gradient-to-color: #6b46c1;
}

.last\:to-purple-800:last-child {
  --gradient-to-color: #553c9a;
}

.last\:to-purple-900:last-child {
  --gradient-to-color: #44337a;
}

.last\:to-pink-100:last-child {
  --gradient-to-color: #fff5f7;
}

.last\:to-pink-200:last-child {
  --gradient-to-color: #fed7e2;
}

.last\:to-pink-300:last-child {
  --gradient-to-color: #fbb6ce;
}

.last\:to-pink-400:last-child {
  --gradient-to-color: #f687b3;
}

.last\:to-pink-500:last-child {
  --gradient-to-color: #ed64a6;
}

.last\:to-pink-600:last-child {
  --gradient-to-color: #d53f8c;
}

.last\:to-pink-700:last-child {
  --gradient-to-color: #b83280;
}

.last\:to-pink-800:last-child {
  --gradient-to-color: #97266d;
}

.last\:to-pink-900:last-child {
  --gradient-to-color: #702459;
}

.last\:to-dark-blue:last-child {
  --gradient-to-color: #00404c;
}

.last\:to-light-blue:last-child {
  --gradient-to-color: #d7e2ed;
}

.last\:to-grey:last-child {
  --gradient-to-color: #f2f5f6;
}

.last\:to-text-grey:last-child {
  --gradient-to-color: #7b7c7d;
}

.last\:to-background-grey:last-child {
  --gradient-to-color: #E2E8F0;
}

.last\:to-grey-blue:last-child {
  --gradient-to-color: #88a5ab;
}

.group:hover .group-hover\:from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

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

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

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

.group:hover .group-hover\:from-gray-100 {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.group:hover .group-hover\:from-gray-200 {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.group:hover .group-hover\:from-gray-300 {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:from-gray-400 {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.group:hover .group-hover\:from-gray-500 {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.group:hover .group-hover\:from-gray-600 {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.group:hover .group-hover\:from-gray-700 {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.group:hover .group-hover\:from-gray-800 {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.group:hover .group-hover\:from-gray-900 {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.group:hover .group-hover\:from-red {
  --gradient-from-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.group:hover .group-hover\:from-orange-100 {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.group:hover .group-hover\:from-orange-200 {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.group:hover .group-hover\:from-orange-300 {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.group:hover .group-hover\:from-orange-400 {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.group:hover .group-hover\:from-orange-500 {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.group:hover .group-hover\:from-orange-600 {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.group:hover .group-hover\:from-orange-700 {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.group:hover .group-hover\:from-orange-800 {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.group:hover .group-hover\:from-orange-900 {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.group:hover .group-hover\:from-yellow {
  --gradient-from-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.group:hover .group-hover\:from-green {
  --gradient-from-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.group:hover .group-hover\:from-teal-100 {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.group:hover .group-hover\:from-teal-200 {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.group:hover .group-hover\:from-teal-300 {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.group:hover .group-hover\:from-teal-400 {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.group:hover .group-hover\:from-teal-500 {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.group:hover .group-hover\:from-teal-600 {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.group:hover .group-hover\:from-teal-700 {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.group:hover .group-hover\:from-teal-800 {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.group:hover .group-hover\:from-teal-900 {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.group:hover .group-hover\:from-blue {
  --gradient-from-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.group:hover .group-hover\:from-indigo-100 {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.group:hover .group-hover\:from-indigo-200 {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.group:hover .group-hover\:from-indigo-300 {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.group:hover .group-hover\:from-indigo-400 {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.group:hover .group-hover\:from-indigo-500 {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.group:hover .group-hover\:from-indigo-600 {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.group:hover .group-hover\:from-indigo-700 {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.group:hover .group-hover\:from-indigo-800 {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.group:hover .group-hover\:from-indigo-900 {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.group:hover .group-hover\:from-purple-100 {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.group:hover .group-hover\:from-purple-200 {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.group:hover .group-hover\:from-purple-300 {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.group:hover .group-hover\:from-purple-400 {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.group:hover .group-hover\:from-purple-500 {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.group:hover .group-hover\:from-purple-600 {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.group:hover .group-hover\:from-purple-700 {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.group:hover .group-hover\:from-purple-800 {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.group:hover .group-hover\:from-purple-900 {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.group:hover .group-hover\:from-pink-100 {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.group:hover .group-hover\:from-pink-200 {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.group:hover .group-hover\:from-pink-300 {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.group:hover .group-hover\:from-pink-400 {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.group:hover .group-hover\:from-pink-500 {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.group:hover .group-hover\:from-pink-600 {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.group:hover .group-hover\:from-pink-700 {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.group:hover .group-hover\:from-pink-800 {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.group:hover .group-hover\:from-pink-900 {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.group:hover .group-hover\:from-dark-blue {
  --gradient-from-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.group:hover .group-hover\:from-light-blue {
  --gradient-from-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.group:hover .group-hover\:from-grey {
  --gradient-from-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.group:hover .group-hover\:from-text-grey {
  --gradient-from-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.group:hover .group-hover\:from-background-grey {
  --gradient-from-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:from-grey-blue {
  --gradient-from-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

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

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

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

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

.group:hover .group-hover\:via-gray-100 {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.group:hover .group-hover\:via-gray-200 {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.group:hover .group-hover\:via-gray-300 {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:via-gray-400 {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.group:hover .group-hover\:via-gray-500 {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.group:hover .group-hover\:via-gray-600 {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.group:hover .group-hover\:via-gray-700 {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.group:hover .group-hover\:via-gray-800 {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.group:hover .group-hover\:via-gray-900 {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.group:hover .group-hover\:via-red {
  --gradient-via-color: #b94d4d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
}

.group:hover .group-hover\:via-orange-100 {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}

.group:hover .group-hover\:via-orange-200 {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}

.group:hover .group-hover\:via-orange-300 {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}

.group:hover .group-hover\:via-orange-400 {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}

.group:hover .group-hover\:via-orange-500 {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}

.group:hover .group-hover\:via-orange-600 {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}

.group:hover .group-hover\:via-orange-700 {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}

.group:hover .group-hover\:via-orange-800 {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}

.group:hover .group-hover\:via-orange-900 {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}

.group:hover .group-hover\:via-yellow {
  --gradient-via-color: #e4a817;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
}

.group:hover .group-hover\:via-green {
  --gradient-via-color: #92DA8E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
}

.group:hover .group-hover\:via-teal-100 {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.group:hover .group-hover\:via-teal-200 {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.group:hover .group-hover\:via-teal-300 {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.group:hover .group-hover\:via-teal-400 {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.group:hover .group-hover\:via-teal-500 {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.group:hover .group-hover\:via-teal-600 {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.group:hover .group-hover\:via-teal-700 {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.group:hover .group-hover\:via-teal-800 {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.group:hover .group-hover\:via-teal-900 {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.group:hover .group-hover\:via-blue {
  --gradient-via-color: #5e8ab5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
}

.group:hover .group-hover\:via-indigo-100 {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.group:hover .group-hover\:via-indigo-200 {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.group:hover .group-hover\:via-indigo-300 {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.group:hover .group-hover\:via-indigo-400 {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.group:hover .group-hover\:via-indigo-500 {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.group:hover .group-hover\:via-indigo-600 {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.group:hover .group-hover\:via-indigo-700 {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.group:hover .group-hover\:via-indigo-800 {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.group:hover .group-hover\:via-indigo-900 {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.group:hover .group-hover\:via-purple-100 {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}

.group:hover .group-hover\:via-purple-200 {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}

.group:hover .group-hover\:via-purple-300 {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}

.group:hover .group-hover\:via-purple-400 {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}

.group:hover .group-hover\:via-purple-500 {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}

.group:hover .group-hover\:via-purple-600 {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}

.group:hover .group-hover\:via-purple-700 {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}

.group:hover .group-hover\:via-purple-800 {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}

.group:hover .group-hover\:via-purple-900 {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}

.group:hover .group-hover\:via-pink-100 {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.group:hover .group-hover\:via-pink-200 {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.group:hover .group-hover\:via-pink-300 {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.group:hover .group-hover\:via-pink-400 {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.group:hover .group-hover\:via-pink-500 {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.group:hover .group-hover\:via-pink-600 {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.group:hover .group-hover\:via-pink-700 {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.group:hover .group-hover\:via-pink-800 {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.group:hover .group-hover\:via-pink-900 {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.group:hover .group-hover\:via-dark-blue {
  --gradient-via-color: #00404c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
}

.group:hover .group-hover\:via-light-blue {
  --gradient-via-color: #d7e2ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
}

.group:hover .group-hover\:via-grey {
  --gradient-via-color: #f2f5f6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
}

.group:hover .group-hover\:via-text-grey {
  --gradient-via-color: #7b7c7d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
}

.group:hover .group-hover\:via-background-grey {
  --gradient-via-color: #E2E8F0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:via-grey-blue {
  --gradient-via-color: #88a5ab;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
}

.group:hover .group-hover\:to-transparent {
  --gradient-to-color: transparent;
}

.group:hover .group-hover\:to-current {
  --gradient-to-color: currentColor;
}

.group:hover .group-hover\:to-black {
  --gradient-to-color: #000;
}

.group:hover .group-hover\:to-white {
  --gradient-to-color: #fff;
}

.group:hover .group-hover\:to-gray-100 {
  --gradient-to-color: #f7fafc;
}

.group:hover .group-hover\:to-gray-200 {
  --gradient-to-color: #edf2f7;
}

.group:hover .group-hover\:to-gray-300 {
  --gradient-to-color: #e2e8f0;
}

.group:hover .group-hover\:to-gray-400 {
  --gradient-to-color: #cbd5e0;
}

.group:hover .group-hover\:to-gray-500 {
  --gradient-to-color: #a0aec0;
}

.group:hover .group-hover\:to-gray-600 {
  --gradient-to-color: #718096;
}

.group:hover .group-hover\:to-gray-700 {
  --gradient-to-color: #4a5568;
}

.group:hover .group-hover\:to-gray-800 {
  --gradient-to-color: #2d3748;
}

.group:hover .group-hover\:to-gray-900 {
  --gradient-to-color: #1a202c;
}

.group:hover .group-hover\:to-red {
  --gradient-to-color: #b94d4d;
}

.group:hover .group-hover\:to-orange-100 {
  --gradient-to-color: #fffaf0;
}

.group:hover .group-hover\:to-orange-200 {
  --gradient-to-color: #feebc8;
}

.group:hover .group-hover\:to-orange-300 {
  --gradient-to-color: #fbd38d;
}

.group:hover .group-hover\:to-orange-400 {
  --gradient-to-color: #f6ad55;
}

.group:hover .group-hover\:to-orange-500 {
  --gradient-to-color: #ed8936;
}

.group:hover .group-hover\:to-orange-600 {
  --gradient-to-color: #dd6b20;
}

.group:hover .group-hover\:to-orange-700 {
  --gradient-to-color: #c05621;
}

.group:hover .group-hover\:to-orange-800 {
  --gradient-to-color: #9c4221;
}

.group:hover .group-hover\:to-orange-900 {
  --gradient-to-color: #7b341e;
}

.group:hover .group-hover\:to-yellow {
  --gradient-to-color: #e4a817;
}

.group:hover .group-hover\:to-green {
  --gradient-to-color: #92DA8E;
}

.group:hover .group-hover\:to-teal-100 {
  --gradient-to-color: #e6fffa;
}

.group:hover .group-hover\:to-teal-200 {
  --gradient-to-color: #b2f5ea;
}

.group:hover .group-hover\:to-teal-300 {
  --gradient-to-color: #81e6d9;
}

.group:hover .group-hover\:to-teal-400 {
  --gradient-to-color: #4fd1c5;
}

.group:hover .group-hover\:to-teal-500 {
  --gradient-to-color: #38b2ac;
}

.group:hover .group-hover\:to-teal-600 {
  --gradient-to-color: #319795;
}

.group:hover .group-hover\:to-teal-700 {
  --gradient-to-color: #2c7a7b;
}

.group:hover .group-hover\:to-teal-800 {
  --gradient-to-color: #285e61;
}

.group:hover .group-hover\:to-teal-900 {
  --gradient-to-color: #234e52;
}

.group:hover .group-hover\:to-blue {
  --gradient-to-color: #5e8ab5;
}

.group:hover .group-hover\:to-indigo-100 {
  --gradient-to-color: #ebf4ff;
}

.group:hover .group-hover\:to-indigo-200 {
  --gradient-to-color: #c3dafe;
}

.group:hover .group-hover\:to-indigo-300 {
  --gradient-to-color: #a3bffa;
}

.group:hover .group-hover\:to-indigo-400 {
  --gradient-to-color: #7f9cf5;
}

.group:hover .group-hover\:to-indigo-500 {
  --gradient-to-color: #667eea;
}

.group:hover .group-hover\:to-indigo-600 {
  --gradient-to-color: #5a67d8;
}

.group:hover .group-hover\:to-indigo-700 {
  --gradient-to-color: #4c51bf;
}

.group:hover .group-hover\:to-indigo-800 {
  --gradient-to-color: #434190;
}

.group:hover .group-hover\:to-indigo-900 {
  --gradient-to-color: #3c366b;
}

.group:hover .group-hover\:to-purple-100 {
  --gradient-to-color: #faf5ff;
}

.group:hover .group-hover\:to-purple-200 {
  --gradient-to-color: #e9d8fd;
}

.group:hover .group-hover\:to-purple-300 {
  --gradient-to-color: #d6bcfa;
}

.group:hover .group-hover\:to-purple-400 {
  --gradient-to-color: #b794f4;
}

.group:hover .group-hover\:to-purple-500 {
  --gradient-to-color: #9f7aea;
}

.group:hover .group-hover\:to-purple-600 {
  --gradient-to-color: #805ad5;
}

.group:hover .group-hover\:to-purple-700 {
  --gradient-to-color: #6b46c1;
}

.group:hover .group-hover\:to-purple-800 {
  --gradient-to-color: #553c9a;
}

.group:hover .group-hover\:to-purple-900 {
  --gradient-to-color: #44337a;
}

.group:hover .group-hover\:to-pink-100 {
  --gradient-to-color: #fff5f7;
}

.group:hover .group-hover\:to-pink-200 {
  --gradient-to-color: #fed7e2;
}

.group:hover .group-hover\:to-pink-300 {
  --gradient-to-color: #fbb6ce;
}

.group:hover .group-hover\:to-pink-400 {
  --gradient-to-color: #f687b3;
}

.group:hover .group-hover\:to-pink-500 {
  --gradient-to-color: #ed64a6;
}

.group:hover .group-hover\:to-pink-600 {
  --gradient-to-color: #d53f8c;
}

.group:hover .group-hover\:to-pink-700 {
  --gradient-to-color: #b83280;
}

.group:hover .group-hover\:to-pink-800 {
  --gradient-to-color: #97266d;
}

.group:hover .group-hover\:to-pink-900 {
  --gradient-to-color: #702459;
}

.group:hover .group-hover\:to-dark-blue {
  --gradient-to-color: #00404c;
}

.group:hover .group-hover\:to-light-blue {
  --gradient-to-color: #d7e2ed;
}

.group:hover .group-hover\:to-grey {
  --gradient-to-color: #f2f5f6;
}

.group:hover .group-hover\:to-text-grey {
  --gradient-to-color: #7b7c7d;
}

.group:hover .group-hover\:to-background-grey {
  --gradient-to-color: #E2E8F0;
}

.group:hover .group-hover\:to-grey-blue {
  --gradient-to-color: #88a5ab;
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-15 {
  --bg-opacity: 0.15;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-80 {
  --bg-opacity: 0.8;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0;
}

.hover\:bg-opacity-15:hover {
  --bg-opacity: 0.15;
}

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

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

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

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

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

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0;
}

.focus\:bg-opacity-15:focus {
  --bg-opacity: 0.15;
}

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

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

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

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

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

.first\:bg-opacity-0:first-child {
  --bg-opacity: 0;
}

.first\:bg-opacity-15:first-child {
  --bg-opacity: 0.15;
}

.first\:bg-opacity-25:first-child {
  --bg-opacity: 0.25;
}

.first\:bg-opacity-50:first-child {
  --bg-opacity: 0.5;
}

.first\:bg-opacity-75:first-child {
  --bg-opacity: 0.75;
}

.first\:bg-opacity-80:first-child {
  --bg-opacity: 0.8;
}

.first\:bg-opacity-100:first-child {
  --bg-opacity: 1;
}

.last\:bg-opacity-0:last-child {
  --bg-opacity: 0;
}

.last\:bg-opacity-15:last-child {
  --bg-opacity: 0.15;
}

.last\:bg-opacity-25:last-child {
  --bg-opacity: 0.25;
}

.last\:bg-opacity-50:last-child {
  --bg-opacity: 0.5;
}

.last\:bg-opacity-75:last-child {
  --bg-opacity: 0.75;
}

.last\:bg-opacity-80:last-child {
  --bg-opacity: 0.8;
}

.last\:bg-opacity-100:last-child {
  --bg-opacity: 1;
}

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

.group:hover .group-hover\:bg-opacity-15 {
  --bg-opacity: 0.15;
}

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

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

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

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

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

.first\:bg-bottom:first-child {
  background-position: bottom;
}

.first\:bg-center:first-child {
  background-position: center;
}

.first\:bg-left:first-child {
  background-position: left;
}

.first\:bg-left-bottom:first-child {
  background-position: left bottom;
}

.first\:bg-left-top:first-child {
  background-position: left top;
}

.first\:bg-right:first-child {
  background-position: right;
}

.first\:bg-right-bottom:first-child {
  background-position: right bottom;
}

.first\:bg-right-top:first-child {
  background-position: right top;
}

.first\:bg-top:first-child {
  background-position: top;
}

.last\:bg-bottom:last-child {
  background-position: bottom;
}

.last\:bg-center:last-child {
  background-position: center;
}

.last\:bg-left:last-child {
  background-position: left;
}

.last\:bg-left-bottom:last-child {
  background-position: left bottom;
}

.last\:bg-left-top:last-child {
  background-position: left top;
}

.last\:bg-right:last-child {
  background-position: right;
}

.last\:bg-right-bottom:last-child {
  background-position: right bottom;
}

.last\:bg-right-top:last-child {
  background-position: right top;
}

.last\:bg-top:last-child {
  background-position: top;
}

.group:hover .group-hover\:bg-bottom {
  background-position: bottom;
}

.group:hover .group-hover\:bg-center {
  background-position: center;
}

.group:hover .group-hover\:bg-left {
  background-position: left;
}

.group:hover .group-hover\:bg-left-bottom {
  background-position: left bottom;
}

.group:hover .group-hover\:bg-left-top {
  background-position: left top;
}

.group:hover .group-hover\:bg-right {
  background-position: right;
}

.group:hover .group-hover\:bg-right-bottom {
  background-position: right bottom;
}

.group:hover .group-hover\:bg-right-top {
  background-position: right top;
}

.group:hover .group-hover\: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;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.focus\:bg-repeat:focus {
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.first\:bg-repeat:first-child {
  background-repeat: repeat;
}

.first\:bg-no-repeat:first-child {
  background-repeat: no-repeat;
}

.first\:bg-repeat-x:first-child {
  background-repeat: repeat-x;
}

.first\:bg-repeat-y:first-child {
  background-repeat: repeat-y;
}

.first\:bg-repeat-round:first-child {
  background-repeat: round;
}

.first\:bg-repeat-space:first-child {
  background-repeat: space;
}

.last\:bg-repeat:last-child {
  background-repeat: repeat;
}

.last\:bg-no-repeat:last-child {
  background-repeat: no-repeat;
}

.last\:bg-repeat-x:last-child {
  background-repeat: repeat-x;
}

.last\:bg-repeat-y:last-child {
  background-repeat: repeat-y;
}

.last\:bg-repeat-round:last-child {
  background-repeat: round;
}

.last\:bg-repeat-space:last-child {
  background-repeat: space;
}

.group:hover .group-hover\:bg-repeat {
  background-repeat: repeat;
}

.group:hover .group-hover\:bg-no-repeat {
  background-repeat: no-repeat;
}

.group:hover .group-hover\:bg-repeat-x {
  background-repeat: repeat-x;
}

.group:hover .group-hover\:bg-repeat-y {
  background-repeat: repeat-y;
}

.group:hover .group-hover\:bg-repeat-round {
  background-repeat: round;
}

.group:hover .group-hover\:bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.first\:bg-auto:first-child {
  background-size: auto;
}

.first\:bg-cover:first-child {
  background-size: cover;
}

.first\:bg-contain:first-child {
  background-size: contain;
}

.last\:bg-auto:last-child {
  background-size: auto;
}

.last\:bg-cover:last-child {
  background-size: cover;
}

.last\:bg-contain:last-child {
  background-size: contain;
}

.group:hover .group-hover\:bg-auto {
  background-size: auto;
}

.group:hover .group-hover\:bg-cover {
  background-size: cover;
}

.group:hover .group-hover\:bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.focus\:border-collapse:focus {
  border-collapse: collapse;
}

.focus\:border-separate:focus {
  border-collapse: separate;
}

.first\:border-collapse:first-child {
  border-collapse: collapse;
}

.first\:border-separate:first-child {
  border-collapse: separate;
}

.last\:border-collapse:last-child {
  border-collapse: collapse;
}

.last\:border-separate:last-child {
  border-collapse: separate;
}

.group:hover .group-hover\:border-collapse {
  border-collapse: collapse;
}

.group:hover .group-hover\:border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800 {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-gray-900 {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-red {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.border-orange-100 {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.border-orange-200 {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.border-orange-300 {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.border-orange-400 {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.border-orange-500 {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.border-orange-600 {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.border-orange-700 {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.border-orange-800 {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.border-orange-900 {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.border-yellow {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.border-green {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.border-teal-100 {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.border-teal-200 {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.border-teal-300 {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.border-teal-400 {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.border-teal-500 {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.border-teal-600 {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.border-teal-700 {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.border-teal-800 {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.border-teal-900 {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.border-blue {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.border-indigo-100 {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.border-indigo-200 {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.border-indigo-300 {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.border-indigo-400 {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.border-indigo-500 {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.border-indigo-600 {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.border-indigo-700 {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.border-indigo-800 {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.border-indigo-900 {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.border-purple-100 {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.border-purple-200 {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.border-purple-300 {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.border-purple-400 {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.border-purple-500 {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.border-purple-600 {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.border-purple-700 {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.border-purple-800 {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.border-purple-900 {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.border-pink-100 {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.border-pink-200 {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.border-pink-300 {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.border-pink-400 {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.border-pink-600 {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.border-pink-700 {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.border-pink-800 {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.border-pink-900 {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.border-dark-blue {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.border-light-blue {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.border-text-grey {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.border-background-grey {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-grey-blue {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

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

.hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-gray-100:hover {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-gray-200:hover {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.hover\:border-gray-300:hover {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-gray-400:hover {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.hover\:border-gray-500:hover {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.hover\:border-gray-600:hover {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.hover\:border-gray-700:hover {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.hover\:border-gray-800:hover {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.hover\:border-gray-900:hover {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.hover\:border-red:hover {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.hover\:border-orange-100:hover {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.hover\:border-orange-200:hover {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.hover\:border-orange-300:hover {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.hover\:border-orange-400:hover {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.hover\:border-orange-500:hover {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.hover\:border-orange-600:hover {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.hover\:border-orange-700:hover {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.hover\:border-orange-800:hover {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.hover\:border-orange-900:hover {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.hover\:border-yellow:hover {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.hover\:border-green:hover {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.hover\:border-teal-100:hover {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.hover\:border-teal-200:hover {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.hover\:border-teal-300:hover {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.hover\:border-teal-400:hover {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.hover\:border-teal-500:hover {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.hover\:border-teal-600:hover {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.hover\:border-teal-700:hover {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.hover\:border-teal-800:hover {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.hover\:border-teal-900:hover {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.hover\:border-blue:hover {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.hover\:border-indigo-100:hover {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.hover\:border-indigo-200:hover {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.hover\:border-indigo-300:hover {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.hover\:border-indigo-400:hover {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.hover\:border-indigo-500:hover {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.hover\:border-indigo-600:hover {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.hover\:border-indigo-700:hover {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.hover\:border-indigo-800:hover {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.hover\:border-indigo-900:hover {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.hover\:border-purple-100:hover {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.hover\:border-purple-200:hover {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.hover\:border-purple-300:hover {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.hover\:border-purple-400:hover {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.hover\:border-purple-500:hover {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.hover\:border-purple-600:hover {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.hover\:border-purple-700:hover {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.hover\:border-purple-800:hover {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.hover\:border-purple-900:hover {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.hover\:border-pink-100:hover {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.hover\:border-pink-200:hover {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.hover\:border-pink-300:hover {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.hover\:border-pink-400:hover {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.hover\:border-pink-500:hover {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.hover\:border-pink-600:hover {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.hover\:border-pink-700:hover {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.hover\:border-pink-800:hover {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.hover\:border-pink-900:hover {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.hover\:border-dark-blue:hover {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.hover\:border-light-blue:hover {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.hover\:border-grey:hover {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.hover\:border-text-grey:hover {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.hover\:border-background-grey:hover {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-grey-blue:hover {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:border-black:focus {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.focus\:border-white:focus {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.focus\:border-gray-100:focus {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.focus\:border-gray-200:focus {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.focus\:border-gray-300:focus {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-gray-400:focus {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.focus\:border-gray-500:focus {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.focus\:border-gray-600:focus {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.focus\:border-gray-700:focus {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.focus\:border-gray-800:focus {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.focus\:border-gray-900:focus {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.focus\:border-red:focus {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.focus\:border-orange-100:focus {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.focus\:border-orange-200:focus {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.focus\:border-orange-300:focus {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.focus\:border-orange-400:focus {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.focus\:border-orange-500:focus {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.focus\:border-orange-600:focus {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.focus\:border-orange-700:focus {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.focus\:border-orange-800:focus {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.focus\:border-orange-900:focus {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.focus\:border-yellow:focus {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.focus\:border-green:focus {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.focus\:border-teal-100:focus {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.focus\:border-teal-200:focus {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.focus\:border-teal-300:focus {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.focus\:border-teal-400:focus {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.focus\:border-teal-500:focus {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.focus\:border-teal-600:focus {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.focus\:border-teal-700:focus {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.focus\:border-teal-800:focus {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.focus\:border-teal-900:focus {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.focus\:border-blue:focus {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.focus\:border-indigo-100:focus {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.focus\:border-indigo-200:focus {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.focus\:border-indigo-300:focus {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.focus\:border-indigo-400:focus {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.focus\:border-indigo-500:focus {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.focus\:border-indigo-600:focus {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.focus\:border-indigo-700:focus {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.focus\:border-indigo-800:focus {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.focus\:border-indigo-900:focus {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.focus\:border-purple-100:focus {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.focus\:border-purple-200:focus {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.focus\:border-purple-300:focus {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.focus\:border-purple-400:focus {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.focus\:border-purple-500:focus {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.focus\:border-purple-600:focus {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.focus\:border-purple-700:focus {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.focus\:border-purple-800:focus {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.focus\:border-purple-900:focus {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.focus\:border-pink-100:focus {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.focus\:border-pink-200:focus {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.focus\:border-pink-300:focus {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.focus\:border-pink-400:focus {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.focus\:border-pink-500:focus {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.focus\:border-pink-600:focus {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.focus\:border-pink-700:focus {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.focus\:border-pink-800:focus {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.focus\:border-pink-900:focus {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.focus\:border-dark-blue:focus {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.focus\:border-light-blue:focus {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.focus\:border-grey:focus {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.focus\:border-text-grey:focus {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.focus\:border-background-grey:focus {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-grey-blue:focus {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

.first\:border-transparent:first-child {
  border-color: transparent;
}

.first\:border-current:first-child {
  border-color: currentColor;
}

.first\:border-black:first-child {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.first\:border-white:first-child {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.first\:border-gray-100:first-child {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.first\:border-gray-200:first-child {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.first\:border-gray-300:first-child {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.first\:border-gray-400:first-child {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.first\:border-gray-500:first-child {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.first\:border-gray-600:first-child {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.first\:border-gray-700:first-child {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.first\:border-gray-800:first-child {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.first\:border-gray-900:first-child {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.first\:border-red:first-child {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.first\:border-orange-100:first-child {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.first\:border-orange-200:first-child {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.first\:border-orange-300:first-child {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.first\:border-orange-400:first-child {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.first\:border-orange-500:first-child {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.first\:border-orange-600:first-child {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.first\:border-orange-700:first-child {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.first\:border-orange-800:first-child {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.first\:border-orange-900:first-child {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.first\:border-yellow:first-child {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.first\:border-green:first-child {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.first\:border-teal-100:first-child {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.first\:border-teal-200:first-child {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.first\:border-teal-300:first-child {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.first\:border-teal-400:first-child {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.first\:border-teal-500:first-child {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.first\:border-teal-600:first-child {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.first\:border-teal-700:first-child {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.first\:border-teal-800:first-child {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.first\:border-teal-900:first-child {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.first\:border-blue:first-child {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.first\:border-indigo-100:first-child {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.first\:border-indigo-200:first-child {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.first\:border-indigo-300:first-child {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.first\:border-indigo-400:first-child {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.first\:border-indigo-500:first-child {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.first\:border-indigo-600:first-child {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.first\:border-indigo-700:first-child {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.first\:border-indigo-800:first-child {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.first\:border-indigo-900:first-child {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.first\:border-purple-100:first-child {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.first\:border-purple-200:first-child {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.first\:border-purple-300:first-child {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.first\:border-purple-400:first-child {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.first\:border-purple-500:first-child {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.first\:border-purple-600:first-child {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.first\:border-purple-700:first-child {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.first\:border-purple-800:first-child {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.first\:border-purple-900:first-child {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.first\:border-pink-100:first-child {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.first\:border-pink-200:first-child {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.first\:border-pink-300:first-child {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.first\:border-pink-400:first-child {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.first\:border-pink-500:first-child {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.first\:border-pink-600:first-child {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.first\:border-pink-700:first-child {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.first\:border-pink-800:first-child {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.first\:border-pink-900:first-child {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.first\:border-dark-blue:first-child {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.first\:border-light-blue:first-child {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.first\:border-grey:first-child {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.first\:border-text-grey:first-child {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.first\:border-background-grey:first-child {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.first\:border-grey-blue:first-child {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

.last\:border-transparent:last-child {
  border-color: transparent;
}

.last\:border-current:last-child {
  border-color: currentColor;
}

.last\:border-black:last-child {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.last\:border-white:last-child {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.last\:border-gray-100:last-child {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.last\:border-gray-200:last-child {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.last\:border-gray-300:last-child {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.last\:border-gray-400:last-child {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.last\:border-gray-500:last-child {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.last\:border-gray-600:last-child {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.last\:border-gray-700:last-child {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.last\:border-gray-800:last-child {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.last\:border-gray-900:last-child {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.last\:border-red:last-child {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.last\:border-orange-100:last-child {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.last\:border-orange-200:last-child {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.last\:border-orange-300:last-child {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.last\:border-orange-400:last-child {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.last\:border-orange-500:last-child {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.last\:border-orange-600:last-child {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.last\:border-orange-700:last-child {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.last\:border-orange-800:last-child {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.last\:border-orange-900:last-child {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.last\:border-yellow:last-child {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.last\:border-green:last-child {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.last\:border-teal-100:last-child {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.last\:border-teal-200:last-child {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.last\:border-teal-300:last-child {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.last\:border-teal-400:last-child {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.last\:border-teal-500:last-child {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.last\:border-teal-600:last-child {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.last\:border-teal-700:last-child {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.last\:border-teal-800:last-child {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.last\:border-teal-900:last-child {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.last\:border-blue:last-child {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.last\:border-indigo-100:last-child {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.last\:border-indigo-200:last-child {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.last\:border-indigo-300:last-child {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.last\:border-indigo-400:last-child {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.last\:border-indigo-500:last-child {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.last\:border-indigo-600:last-child {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.last\:border-indigo-700:last-child {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.last\:border-indigo-800:last-child {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.last\:border-indigo-900:last-child {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.last\:border-purple-100:last-child {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.last\:border-purple-200:last-child {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.last\:border-purple-300:last-child {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.last\:border-purple-400:last-child {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.last\:border-purple-500:last-child {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.last\:border-purple-600:last-child {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.last\:border-purple-700:last-child {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.last\:border-purple-800:last-child {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.last\:border-purple-900:last-child {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.last\:border-pink-100:last-child {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.last\:border-pink-200:last-child {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.last\:border-pink-300:last-child {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.last\:border-pink-400:last-child {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.last\:border-pink-500:last-child {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.last\:border-pink-600:last-child {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.last\:border-pink-700:last-child {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.last\:border-pink-800:last-child {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.last\:border-pink-900:last-child {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.last\:border-dark-blue:last-child {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.last\:border-light-blue:last-child {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.last\:border-grey:last-child {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.last\:border-text-grey:last-child {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.last\:border-background-grey:last-child {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.last\:border-grey-blue:last-child {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

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

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

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

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

.group:hover .group-hover\:border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.group:hover .group-hover\:border-red {
  --border-opacity: 1;
  border-color: #b94d4d;
  border-color: rgba(185, 77, 77, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-100 {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-200 {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-300 {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-400 {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-500 {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-600 {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-700 {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-800 {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.group:hover .group-hover\:border-orange-900 {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.group:hover .group-hover\:border-yellow {
  --border-opacity: 1;
  border-color: #e4a817;
  border-color: rgba(228, 168, 23, var(--border-opacity));
}

.group:hover .group-hover\:border-green {
  --border-opacity: 1;
  border-color: #92DA8E;
  border-color: rgba(146, 218, 142, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-100 {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-200 {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-300 {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-400 {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-500 {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-600 {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-700 {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-800 {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.group:hover .group-hover\:border-teal-900 {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.group:hover .group-hover\:border-blue {
  --border-opacity: 1;
  border-color: #5e8ab5;
  border-color: rgba(94, 138, 181, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-100 {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-200 {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-300 {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.group:hover .group-hover\:border-dark-blue {
  --border-opacity: 1;
  border-color: #00404c;
  border-color: rgba(0, 64, 76, var(--border-opacity));
}

.group:hover .group-hover\:border-light-blue {
  --border-opacity: 1;
  border-color: #d7e2ed;
  border-color: rgba(215, 226, 237, var(--border-opacity));
}

.group:hover .group-hover\:border-grey {
  --border-opacity: 1;
  border-color: #f2f5f6;
  border-color: rgba(242, 245, 246, var(--border-opacity));
}

.group:hover .group-hover\:border-text-grey {
  --border-opacity: 1;
  border-color: #7b7c7d;
  border-color: rgba(123, 124, 125, var(--border-opacity));
}

.group:hover .group-hover\:border-background-grey {
  --border-opacity: 1;
  border-color: #E2E8F0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.group:hover .group-hover\:border-grey-blue {
  --border-opacity: 1;
  border-color: #88a5ab;
  border-color: rgba(136, 165, 171, var(--border-opacity));
}

.border-opacity-0 {
  --border-opacity: 0;
}

.border-opacity-15 {
  --border-opacity: 0.15;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.border-opacity-80 {
  --border-opacity: 0.8;
}

.border-opacity-100 {
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0;
}

.hover\:border-opacity-15:hover {
  --border-opacity: 0.15;
}

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

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

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

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

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

.focus\:border-opacity-0:focus {
  --border-opacity: 0;
}

.focus\:border-opacity-15:focus {
  --border-opacity: 0.15;
}

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

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

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

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

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

.first\:border-opacity-0:first-child {
  --border-opacity: 0;
}

.first\:border-opacity-15:first-child {
  --border-opacity: 0.15;
}

.first\:border-opacity-25:first-child {
  --border-opacity: 0.25;
}

.first\:border-opacity-50:first-child {
  --border-opacity: 0.5;
}

.first\:border-opacity-75:first-child {
  --border-opacity: 0.75;
}

.first\:border-opacity-80:first-child {
  --border-opacity: 0.8;
}

.first\:border-opacity-100:first-child {
  --border-opacity: 1;
}

.last\:border-opacity-0:last-child {
  --border-opacity: 0;
}

.last\:border-opacity-15:last-child {
  --border-opacity: 0.15;
}

.last\:border-opacity-25:last-child {
  --border-opacity: 0.25;
}

.last\:border-opacity-50:last-child {
  --border-opacity: 0.5;
}

.last\:border-opacity-75:last-child {
  --border-opacity: 0.75;
}

.last\:border-opacity-80:last-child {
  --border-opacity: 0.8;
}

.last\:border-opacity-100:last-child {
  --border-opacity: 1;
}

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

.group:hover .group-hover\:border-opacity-15 {
  --border-opacity: 0.15;
}

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

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

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

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

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

.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-xl {
  border-radius: 0.75rem;
}

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

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

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

.rounded-t-none {
  border-top-left-radius: 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-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 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-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-none:hover {
  border-radius: 0;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-xl:hover {
  border-radius: 0.75rem;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem;
}

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-t-none:hover {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hover\:rounded-r-none:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-l-none:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-b:hover {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-t-md:hover {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-r-md:hover {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-b-md:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-l-md:hover {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-t-xl:hover {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.hover\:rounded-r-xl:hover {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-b-xl:hover {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-l-xl:hover {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-t-2xl:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.hover\:rounded-r-2xl:hover {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-b-2xl:hover {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-l-2xl:hover {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-t-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-r-3xl:hover {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-b-3xl:hover {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-l-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0;
}

.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0;
}

.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0;
}

.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0;
}

.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem;
}

.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem;
}

.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-tl-md:hover {
  border-top-left-radius: 0.375rem;
}

.hover\:rounded-tr-md:hover {
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-br-md:hover {
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-bl-md:hover {
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem;
}

.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-tl-xl:hover {
  border-top-left-radius: 0.75rem;
}

.hover\:rounded-tr-xl:hover {
  border-top-right-radius: 0.75rem;
}

.hover\:rounded-br-xl:hover {
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-bl-xl:hover {
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-tl-2xl:hover {
  border-top-left-radius: 1rem;
}

.hover\:rounded-tr-2xl:hover {
  border-top-right-radius: 1rem;
}

.hover\:rounded-br-2xl:hover {
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-bl-2xl:hover {
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-tl-3xl:hover {
  border-top-left-radius: 1.5rem;
}

.hover\:rounded-tr-3xl:hover {
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-br-3xl:hover {
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-bl-3xl:hover {
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}

.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}

.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-none:focus {
  border-radius: 0;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-xl:focus {
  border-radius: 0.75rem;
}

.focus\:rounded-2xl:focus {
  border-radius: 1rem;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-t-md:focus {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-r-md:focus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-b-md:focus {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-l-md:focus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-t-xl:focus {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-r-xl:focus {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-b-xl:focus {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-l-xl:focus {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-t-2xl:focus {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus\:rounded-r-2xl:focus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-b-2xl:focus {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-l-2xl:focus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-r-3xl:focus {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-b-3xl:focus {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-l-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-tl-md:focus {
  border-top-left-radius: 0.375rem;
}

.focus\:rounded-tr-md:focus {
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-br-md:focus {
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-bl-md:focus {
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-tl-xl:focus {
  border-top-left-radius: 0.75rem;
}

.focus\:rounded-tr-xl:focus {
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-br-xl:focus {
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-bl-xl:focus {
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-tl-2xl:focus {
  border-top-left-radius: 1rem;
}

.focus\:rounded-tr-2xl:focus {
  border-top-right-radius: 1rem;
}

.focus\:rounded-br-2xl:focus {
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-bl-2xl:focus {
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-tl-3xl:focus {
  border-top-left-radius: 1.5rem;
}

.focus\:rounded-tr-3xl:focus {
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-br-3xl:focus {
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-bl-3xl:focus {
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-md:first-child {
  border-radius: 0.375rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-xl:first-child {
  border-radius: 0.75rem;
}

.first\:rounded-2xl:first-child {
  border-radius: 1rem;
}

.first\:rounded-3xl:first-child {
  border-radius: 1.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.first\:rounded-r-md:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-b-md:first-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-t-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.first\:rounded-r-xl:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-b-xl:first-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-l-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-t-2xl:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.first\:rounded-r-2xl:first-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.first\:rounded-b-2xl:first-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-l-2xl:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-t-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.first\:rounded-r-3xl:first-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-b-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-l-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-tl-md:first-child {
  border-top-left-radius: 0.375rem;
}

.first\:rounded-tr-md:first-child {
  border-top-right-radius: 0.375rem;
}

.first\:rounded-br-md:first-child {
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-bl-md:first-child {
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-tl-xl:first-child {
  border-top-left-radius: 0.75rem;
}

.first\:rounded-tr-xl:first-child {
  border-top-right-radius: 0.75rem;
}

.first\:rounded-br-xl:first-child {
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-bl-xl:first-child {
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-tl-2xl:first-child {
  border-top-left-radius: 1rem;
}

.first\:rounded-tr-2xl:first-child {
  border-top-right-radius: 1rem;
}

.first\:rounded-br-2xl:first-child {
  border-bottom-right-radius: 1rem;
}

.first\:rounded-bl-2xl:first-child {
  border-bottom-left-radius: 1rem;
}

.first\:rounded-tl-3xl:first-child {
  border-top-left-radius: 1.5rem;
}

.first\:rounded-tr-3xl:first-child {
  border-top-right-radius: 1.5rem;
}

.first\:rounded-br-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-bl-3xl:first-child {
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-md:last-child {
  border-radius: 0.375rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-xl:last-child {
  border-radius: 0.75rem;
}

.last\:rounded-2xl:last-child {
  border-radius: 1rem;
}

.last\:rounded-3xl:last-child {
  border-radius: 1.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-t-md:last-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-l-md:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-t-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.last\:rounded-r-xl:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-l-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-t-2xl:last-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.last\:rounded-r-2xl:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.last\:rounded-b-2xl:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-l-2xl:last-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-t-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.last\:rounded-r-3xl:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-b-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-l-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-tl-md:last-child {
  border-top-left-radius: 0.375rem;
}

.last\:rounded-tr-md:last-child {
  border-top-right-radius: 0.375rem;
}

.last\:rounded-br-md:last-child {
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-bl-md:last-child {
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-tl-xl:last-child {
  border-top-left-radius: 0.75rem;
}

.last\:rounded-tr-xl:last-child {
  border-top-right-radius: 0.75rem;
}

.last\:rounded-br-xl:last-child {
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-bl-xl:last-child {
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-tl-2xl:last-child {
  border-top-left-radius: 1rem;
}

.last\:rounded-tr-2xl:last-child {
  border-top-right-radius: 1rem;
}

.last\:rounded-br-2xl:last-child {
  border-bottom-right-radius: 1rem;
}

.last\:rounded-bl-2xl:last-child {
  border-bottom-left-radius: 1rem;
}

.last\:rounded-tl-3xl:last-child {
  border-top-left-radius: 1.5rem;
}

.last\:rounded-tr-3xl:last-child {
  border-top-right-radius: 1.5rem;
}

.last\:rounded-br-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-bl-3xl:last-child {
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-none {
  border-radius: 0;
}

.group:hover .group-hover\:rounded-sm {
  border-radius: 0.125rem;
}

.group:hover .group-hover\:rounded {
  border-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-md {
  border-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-lg {
  border-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-xl {
  border-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-2xl {
  border-radius: 1rem;
}

.group:hover .group-hover\:rounded-3xl {
  border-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-full {
  border-radius: 9999px;
}

.group:hover .group-hover\:rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.group:hover .group-hover\:rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.group:hover .group-hover\:rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tl-none {
  border-top-left-radius: 0;
}

.group:hover .group-hover\:rounded-tr-none {
  border-top-right-radius: 0;
}

.group:hover .group-hover\:rounded-br-none {
  border-bottom-right-radius: 0;
}

.group:hover .group-hover\:rounded-bl-none {
  border-bottom-left-radius: 0;
}

.group:hover .group-hover\:rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tl {
  border-top-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tr {
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-tl-full {
  border-top-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tr-full {
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\: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;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-none:hover {
  border-style: none;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.focus\:border-double:focus {
  border-style: double;
}

.focus\:border-none:focus {
  border-style: none;
}

.first\:border-solid:first-child {
  border-style: solid;
}

.first\:border-dashed:first-child {
  border-style: dashed;
}

.first\:border-dotted:first-child {
  border-style: dotted;
}

.first\:border-double:first-child {
  border-style: double;
}

.first\:border-none:first-child {
  border-style: none;
}

.last\:border-solid:last-child {
  border-style: solid;
}

.last\:border-dashed:last-child {
  border-style: dashed;
}

.last\:border-dotted:last-child {
  border-style: dotted;
}

.last\:border-double:last-child {
  border-style: double;
}

.last\:border-none:last-child {
  border-style: none;
}

.group:hover .group-hover\:border-solid {
  border-style: solid;
}

.group:hover .group-hover\:border-dashed {
  border-style: dashed;
}

.group:hover .group-hover\:border-dotted {
  border-style: dotted;
}

.group:hover .group-hover\:border-double {
  border-style: double;
}

.group:hover .group-hover\:border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0;
}

.hover\:border-r-0:hover {
  border-right-width: 0;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0;
}

.hover\:border-l-0:hover {
  border-left-width: 0;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0;
}

.focus\:border-r-0:focus {
  border-right-width: 0;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0;
}

.focus\:border-l-0:focus {
  border-left-width: 0;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}

.first\:border-r-0:first-child {
  border-right-width: 0;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0;
}

.first\:border-l-0:first-child {
  border-left-width: 0;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0;
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.group:hover .group-hover\:border-0 {
  border-width: 0;
}

.group:hover .group-hover\:border-2 {
  border-width: 2px;
}

.group:hover .group-hover\:border-4 {
  border-width: 4px;
}

.group:hover .group-hover\:border-8 {
  border-width: 8px;
}

.group:hover .group-hover\:border {
  border-width: 1px;
}

.group:hover .group-hover\:border-t-0 {
  border-top-width: 0;
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0;
}

.group:hover .group-hover\:border-b-0 {
  border-bottom-width: 0;
}

.group:hover .group-hover\:border-l-0 {
  border-left-width: 0;
}

.group:hover .group-hover\:border-t-2 {
  border-top-width: 2px;
}

.group:hover .group-hover\:border-r-2 {
  border-right-width: 2px;
}

.group:hover .group-hover\:border-b-2 {
  border-bottom-width: 2px;
}

.group:hover .group-hover\:border-l-2 {
  border-left-width: 2px;
}

.group:hover .group-hover\:border-t-4 {
  border-top-width: 4px;
}

.group:hover .group-hover\:border-r-4 {
  border-right-width: 4px;
}

.group:hover .group-hover\:border-b-4 {
  border-bottom-width: 4px;
}

.group:hover .group-hover\:border-l-4 {
  border-left-width: 4px;
}

.group:hover .group-hover\:border-t-8 {
  border-top-width: 8px;
}

.group:hover .group-hover\:border-r-8 {
  border-right-width: 8px;
}

.group:hover .group-hover\:border-b-8 {
  border-bottom-width: 8px;
}

.group:hover .group-hover\:border-l-8 {
  border-left-width: 8px;
}

.group:hover .group-hover\:border-t {
  border-top-width: 1px;
}

.group:hover .group-hover\:border-r {
  border-right-width: 1px;
}

.group:hover .group-hover\:border-b {
  border-bottom-width: 1px;
}

.group:hover .group-hover\:border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.hover\:box-border:hover {
  box-sizing: border-box;
}

.hover\:box-content:hover {
  box-sizing: content-box;
}

.focus\:box-border:focus {
  box-sizing: border-box;
}

.focus\:box-content:focus {
  box-sizing: content-box;
}

.first\:box-border:first-child {
  box-sizing: border-box;
}

.first\:box-content:first-child {
  box-sizing: content-box;
}

.last\:box-border:last-child {
  box-sizing: border-box;
}

.last\:box-content:last-child {
  box-sizing: content-box;
}

.group:hover .group-hover\:box-border {
  box-sizing: border-box;
}

.group:hover .group-hover\: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;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.focus\:cursor-auto:focus {
  cursor: auto;
}

.focus\:cursor-default:focus {
  cursor: default;
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

.focus\:cursor-wait:focus {
  cursor: wait;
}

.focus\:cursor-text:focus {
  cursor: text;
}

.focus\:cursor-move:focus {
  cursor: move;
}

.focus\:cursor-not-allowed:focus {
  cursor: not-allowed;
}

.first\:cursor-auto:first-child {
  cursor: auto;
}

.first\:cursor-default:first-child {
  cursor: default;
}

.first\:cursor-pointer:first-child {
  cursor: pointer;
}

.first\:cursor-wait:first-child {
  cursor: wait;
}

.first\:cursor-text:first-child {
  cursor: text;
}

.first\:cursor-move:first-child {
  cursor: move;
}

.first\:cursor-not-allowed:first-child {
  cursor: not-allowed;
}

.last\:cursor-auto:last-child {
  cursor: auto;
}

.last\:cursor-default:last-child {
  cursor: default;
}

.last\:cursor-pointer:last-child {
  cursor: pointer;
}

.last\:cursor-wait:last-child {
  cursor: wait;
}

.last\:cursor-text:last-child {
  cursor: text;
}

.last\:cursor-move:last-child {
  cursor: move;
}

.last\:cursor-not-allowed:last-child {
  cursor: not-allowed;
}

.group:hover .group-hover\:cursor-auto {
  cursor: auto;
}

.group:hover .group-hover\:cursor-default {
  cursor: default;
}

.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}

.group:hover .group-hover\:cursor-wait {
  cursor: wait;
}

.group:hover .group-hover\:cursor-text {
  cursor: text;
}

.group:hover .group-hover\:cursor-move {
  cursor: move;
}

.group:hover .group-hover\:cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:table:hover {
  display: table;
}

.hover\:table-caption:hover {
  display: table-caption;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:table-column:hover {
  display: table-column;
}

.hover\:table-column-group:hover {
  display: table-column-group;
}

.hover\:table-footer-group:hover {
  display: table-footer-group;
}

.hover\:table-header-group:hover {
  display: table-header-group;
}

.hover\:table-row-group:hover {
  display: table-row-group;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:flow-root:hover {
  display: flow-root;
}

.hover\:grid:hover {
  display: grid;
}

.hover\:inline-grid:hover {
  display: inline-grid;
}

.hover\:contents:hover {
  display: contents;
}

.hover\:hidden:hover {
  display: none;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:inline:focus {
  display: inline;
}

.focus\:flex:focus {
  display: flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.focus\:table:focus {
  display: table;
}

.focus\:table-caption:focus {
  display: table-caption;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.focus\:table-column:focus {
  display: table-column;
}

.focus\:table-column-group:focus {
  display: table-column-group;
}

.focus\:table-footer-group:focus {
  display: table-footer-group;
}

.focus\:table-header-group:focus {
  display: table-header-group;
}

.focus\:table-row-group:focus {
  display: table-row-group;
}

.focus\:table-row:focus {
  display: table-row;
}

.focus\:flow-root:focus {
  display: flow-root;
}

.focus\:grid:focus {
  display: grid;
}

.focus\:inline-grid:focus {
  display: inline-grid;
}

.focus\:contents:focus {
  display: contents;
}

.focus\:hidden:focus {
  display: none;
}

.first\:block:first-child {
  display: block;
}

.first\:inline-block:first-child {
  display: inline-block;
}

.first\:inline:first-child {
  display: inline;
}

.first\:flex:first-child {
  display: flex;
}

.first\:inline-flex:first-child {
  display: inline-flex;
}

.first\:table:first-child {
  display: table;
}

.first\:table-caption:first-child {
  display: table-caption;
}

.first\:table-cell:first-child {
  display: table-cell;
}

.first\:table-column:first-child {
  display: table-column;
}

.first\:table-column-group:first-child {
  display: table-column-group;
}

.first\:table-footer-group:first-child {
  display: table-footer-group;
}

.first\:table-header-group:first-child {
  display: table-header-group;
}

.first\:table-row-group:first-child {
  display: table-row-group;
}

.first\:table-row:first-child {
  display: table-row;
}

.first\:flow-root:first-child {
  display: flow-root;
}

.first\:grid:first-child {
  display: grid;
}

.first\:inline-grid:first-child {
  display: inline-grid;
}

.first\:contents:first-child {
  display: contents;
}

.first\:hidden:first-child {
  display: none;
}

.last\:block:last-child {
  display: block;
}

.last\:inline-block:last-child {
  display: inline-block;
}

.last\:inline:last-child {
  display: inline;
}

.last\:flex:last-child {
  display: flex;
}

.last\:inline-flex:last-child {
  display: inline-flex;
}

.last\:table:last-child {
  display: table;
}

.last\:table-caption:last-child {
  display: table-caption;
}

.last\:table-cell:last-child {
  display: table-cell;
}

.last\:table-column:last-child {
  display: table-column;
}

.last\:table-column-group:last-child {
  display: table-column-group;
}

.last\:table-footer-group:last-child {
  display: table-footer-group;
}

.last\:table-header-group:last-child {
  display: table-header-group;
}

.last\:table-row-group:last-child {
  display: table-row-group;
}

.last\:table-row:last-child {
  display: table-row;
}

.last\:flow-root:last-child {
  display: flow-root;
}

.last\:grid:last-child {
  display: grid;
}

.last\:inline-grid:last-child {
  display: inline-grid;
}

.last\:contents:last-child {
  display: contents;
}

.last\:hidden:last-child {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\: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;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.focus\:flex-row:focus {
  flex-direction: row;
}

.focus\:flex-row-reverse:focus {
  flex-direction: row-reverse;
}

.focus\:flex-col:focus {
  flex-direction: column;
}

.focus\:flex-col-reverse:focus {
  flex-direction: column-reverse;
}

.first\:flex-row:first-child {
  flex-direction: row;
}

.first\:flex-row-reverse:first-child {
  flex-direction: row-reverse;
}

.first\:flex-col:first-child {
  flex-direction: column;
}

.first\:flex-col-reverse:first-child {
  flex-direction: column-reverse;
}

.last\:flex-row:last-child {
  flex-direction: row;
}

.last\:flex-row-reverse:last-child {
  flex-direction: row-reverse;
}

.last\:flex-col:last-child {
  flex-direction: column;
}

.last\:flex-col-reverse:last-child {
  flex-direction: column-reverse;
}

.group:hover .group-hover\:flex-row {
  flex-direction: row;
}

.group:hover .group-hover\:flex-row-reverse {
  flex-direction: row-reverse;
}

.group:hover .group-hover\:flex-col {
  flex-direction: column;
}

.group:hover .group-hover\: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;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-no-wrap:hover {
  flex-wrap: nowrap;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.focus\:flex-no-wrap:focus {
  flex-wrap: nowrap;
}

.first\:flex-wrap:first-child {
  flex-wrap: wrap;
}

.first\:flex-wrap-reverse:first-child {
  flex-wrap: wrap-reverse;
}

.first\:flex-no-wrap:first-child {
  flex-wrap: nowrap;
}

.last\:flex-wrap:last-child {
  flex-wrap: wrap;
}

.last\:flex-wrap-reverse:last-child {
  flex-wrap: wrap-reverse;
}

.last\:flex-no-wrap:last-child {
  flex-wrap: nowrap;
}

.group:hover .group-hover\:flex-wrap {
  flex-wrap: wrap;
}

.group:hover .group-hover\:flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.group:hover .group-hover\:flex-no-wrap {
  flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.hover\:place-items-auto:hover {
  place-items: auto;
}

.hover\:place-items-start:hover {
  place-items: start;
}

.hover\:place-items-end:hover {
  place-items: end;
}

.hover\:place-items-center:hover {
  place-items: center;
}

.hover\:place-items-stretch:hover {
  place-items: stretch;
}

.focus\:place-items-auto:focus {
  place-items: auto;
}

.focus\:place-items-start:focus {
  place-items: start;
}

.focus\:place-items-end:focus {
  place-items: end;
}

.focus\:place-items-center:focus {
  place-items: center;
}

.focus\:place-items-stretch:focus {
  place-items: stretch;
}

.first\:place-items-auto:first-child {
  place-items: auto;
}

.first\:place-items-start:first-child {
  place-items: start;
}

.first\:place-items-end:first-child {
  place-items: end;
}

.first\:place-items-center:first-child {
  place-items: center;
}

.first\:place-items-stretch:first-child {
  place-items: stretch;
}

.last\:place-items-auto:last-child {
  place-items: auto;
}

.last\:place-items-start:last-child {
  place-items: start;
}

.last\:place-items-end:last-child {
  place-items: end;
}

.last\:place-items-center:last-child {
  place-items: center;
}

.last\:place-items-stretch:last-child {
  place-items: stretch;
}

.group:hover .group-hover\:place-items-auto {
  place-items: auto;
}

.group:hover .group-hover\:place-items-start {
  place-items: start;
}

.group:hover .group-hover\:place-items-end {
  place-items: end;
}

.group:hover .group-hover\:place-items-center {
  place-items: center;
}

.group:hover .group-hover\:place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.hover\:place-content-center:hover {
  place-content: center;
}

.hover\:place-content-start:hover {
  place-content: start;
}

.hover\:place-content-end:hover {
  place-content: end;
}

.hover\:place-content-between:hover {
  place-content: space-between;
}

.hover\:place-content-around:hover {
  place-content: space-around;
}

.hover\:place-content-evenly:hover {
  place-content: space-evenly;
}

.hover\:place-content-stretch:hover {
  place-content: stretch;
}

.focus\:place-content-center:focus {
  place-content: center;
}

.focus\:place-content-start:focus {
  place-content: start;
}

.focus\:place-content-end:focus {
  place-content: end;
}

.focus\:place-content-between:focus {
  place-content: space-between;
}

.focus\:place-content-around:focus {
  place-content: space-around;
}

.focus\:place-content-evenly:focus {
  place-content: space-evenly;
}

.focus\:place-content-stretch:focus {
  place-content: stretch;
}

.first\:place-content-center:first-child {
  place-content: center;
}

.first\:place-content-start:first-child {
  place-content: start;
}

.first\:place-content-end:first-child {
  place-content: end;
}

.first\:place-content-between:first-child {
  place-content: space-between;
}

.first\:place-content-around:first-child {
  place-content: space-around;
}

.first\:place-content-evenly:first-child {
  place-content: space-evenly;
}

.first\:place-content-stretch:first-child {
  place-content: stretch;
}

.last\:place-content-center:last-child {
  place-content: center;
}

.last\:place-content-start:last-child {
  place-content: start;
}

.last\:place-content-end:last-child {
  place-content: end;
}

.last\:place-content-between:last-child {
  place-content: space-between;
}

.last\:place-content-around:last-child {
  place-content: space-around;
}

.last\:place-content-evenly:last-child {
  place-content: space-evenly;
}

.last\:place-content-stretch:last-child {
  place-content: stretch;
}

.group:hover .group-hover\:place-content-center {
  place-content: center;
}

.group:hover .group-hover\:place-content-start {
  place-content: start;
}

.group:hover .group-hover\:place-content-end {
  place-content: end;
}

.group:hover .group-hover\:place-content-between {
  place-content: space-between;
}

.group:hover .group-hover\:place-content-around {
  place-content: space-around;
}

.group:hover .group-hover\:place-content-evenly {
  place-content: space-evenly;
}

.group:hover .group-hover\:place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.hover\:place-self-auto:hover {
  place-self: auto;
}

.hover\:place-self-start:hover {
  place-self: start;
}

.hover\:place-self-end:hover {
  place-self: end;
}

.hover\:place-self-center:hover {
  place-self: center;
}

.hover\:place-self-stretch:hover {
  place-self: stretch;
}

.focus\:place-self-auto:focus {
  place-self: auto;
}

.focus\:place-self-start:focus {
  place-self: start;
}

.focus\:place-self-end:focus {
  place-self: end;
}

.focus\:place-self-center:focus {
  place-self: center;
}

.focus\:place-self-stretch:focus {
  place-self: stretch;
}

.first\:place-self-auto:first-child {
  place-self: auto;
}

.first\:place-self-start:first-child {
  place-self: start;
}

.first\:place-self-end:first-child {
  place-self: end;
}

.first\:place-self-center:first-child {
  place-self: center;
}

.first\:place-self-stretch:first-child {
  place-self: stretch;
}

.last\:place-self-auto:last-child {
  place-self: auto;
}

.last\:place-self-start:last-child {
  place-self: start;
}

.last\:place-self-end:last-child {
  place-self: end;
}

.last\:place-self-center:last-child {
  place-self: center;
}

.last\:place-self-stretch:last-child {
  place-self: stretch;
}

.group:hover .group-hover\:place-self-auto {
  place-self: auto;
}

.group:hover .group-hover\:place-self-start {
  place-self: start;
}

.group:hover .group-hover\:place-self-end {
  place-self: end;
}

.group:hover .group-hover\:place-self-center {
  place-self: center;
}

.group:hover .group-hover\:place-self-stretch {
  place-self: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.hover\:items-center:hover {
  align-items: center;
}

.hover\:items-baseline:hover {
  align-items: baseline;
}

.hover\:items-stretch:hover {
  align-items: stretch;
}

.focus\:items-start:focus {
  align-items: flex-start;
}

.focus\:items-end:focus {
  align-items: flex-end;
}

.focus\:items-center:focus {
  align-items: center;
}

.focus\:items-baseline:focus {
  align-items: baseline;
}

.focus\:items-stretch:focus {
  align-items: stretch;
}

.first\:items-start:first-child {
  align-items: flex-start;
}

.first\:items-end:first-child {
  align-items: flex-end;
}

.first\:items-center:first-child {
  align-items: center;
}

.first\:items-baseline:first-child {
  align-items: baseline;
}

.first\:items-stretch:first-child {
  align-items: stretch;
}

.last\:items-start:last-child {
  align-items: flex-start;
}

.last\:items-end:last-child {
  align-items: flex-end;
}

.last\:items-center:last-child {
  align-items: center;
}

.last\:items-baseline:last-child {
  align-items: baseline;
}

.last\:items-stretch:last-child {
  align-items: stretch;
}

.group:hover .group-hover\:items-start {
  align-items: flex-start;
}

.group:hover .group-hover\:items-end {
  align-items: flex-end;
}

.group:hover .group-hover\:items-center {
  align-items: center;
}

.group:hover .group-hover\:items-baseline {
  align-items: baseline;
}

.group:hover .group-hover\: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;
}

.hover\:content-center:hover {
  align-content: center;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.hover\:content-evenly:hover {
  align-content: space-evenly;
}

.focus\:content-center:focus {
  align-content: center;
}

.focus\:content-start:focus {
  align-content: flex-start;
}

.focus\:content-end:focus {
  align-content: flex-end;
}

.focus\:content-between:focus {
  align-content: space-between;
}

.focus\:content-around:focus {
  align-content: space-around;
}

.focus\:content-evenly:focus {
  align-content: space-evenly;
}

.first\:content-center:first-child {
  align-content: center;
}

.first\:content-start:first-child {
  align-content: flex-start;
}

.first\:content-end:first-child {
  align-content: flex-end;
}

.first\:content-between:first-child {
  align-content: space-between;
}

.first\:content-around:first-child {
  align-content: space-around;
}

.first\:content-evenly:first-child {
  align-content: space-evenly;
}

.last\:content-center:last-child {
  align-content: center;
}

.last\:content-start:last-child {
  align-content: flex-start;
}

.last\:content-end:last-child {
  align-content: flex-end;
}

.last\:content-between:last-child {
  align-content: space-between;
}

.last\:content-around:last-child {
  align-content: space-around;
}

.last\:content-evenly:last-child {
  align-content: space-evenly;
}

.group:hover .group-hover\:content-center {
  align-content: center;
}

.group:hover .group-hover\:content-start {
  align-content: flex-start;
}

.group:hover .group-hover\:content-end {
  align-content: flex-end;
}

.group:hover .group-hover\:content-between {
  align-content: space-between;
}

.group:hover .group-hover\:content-around {
  align-content: space-around;
}

.group:hover .group-hover\: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;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.hover\:self-center:hover {
  align-self: center;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.focus\:self-auto:focus {
  align-self: auto;
}

.focus\:self-start:focus {
  align-self: flex-start;
}

.focus\:self-end:focus {
  align-self: flex-end;
}

.focus\:self-center:focus {
  align-self: center;
}

.focus\:self-stretch:focus {
  align-self: stretch;
}

.first\:self-auto:first-child {
  align-self: auto;
}

.first\:self-start:first-child {
  align-self: flex-start;
}

.first\:self-end:first-child {
  align-self: flex-end;
}

.first\:self-center:first-child {
  align-self: center;
}

.first\:self-stretch:first-child {
  align-self: stretch;
}

.last\:self-auto:last-child {
  align-self: auto;
}

.last\:self-start:last-child {
  align-self: flex-start;
}

.last\:self-end:last-child {
  align-self: flex-end;
}

.last\:self-center:last-child {
  align-self: center;
}

.last\:self-stretch:last-child {
  align-self: stretch;
}

.group:hover .group-hover\:self-auto {
  align-self: auto;
}

.group:hover .group-hover\:self-start {
  align-self: flex-start;
}

.group:hover .group-hover\:self-end {
  align-self: flex-end;
}

.group:hover .group-hover\:self-center {
  align-self: center;
}

.group:hover .group-hover\:self-stretch {
  align-self: stretch;
}

.justify-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.hover\:justify-items-auto:hover {
  justify-items: auto;
}

.hover\:justify-items-start:hover {
  justify-items: start;
}

.hover\:justify-items-end:hover {
  justify-items: end;
}

.hover\:justify-items-center:hover {
  justify-items: center;
}

.hover\:justify-items-stretch:hover {
  justify-items: stretch;
}

.focus\:justify-items-auto:focus {
  justify-items: auto;
}

.focus\:justify-items-start:focus {
  justify-items: start;
}

.focus\:justify-items-end:focus {
  justify-items: end;
}

.focus\:justify-items-center:focus {
  justify-items: center;
}

.focus\:justify-items-stretch:focus {
  justify-items: stretch;
}

.first\:justify-items-auto:first-child {
  justify-items: auto;
}

.first\:justify-items-start:first-child {
  justify-items: start;
}

.first\:justify-items-end:first-child {
  justify-items: end;
}

.first\:justify-items-center:first-child {
  justify-items: center;
}

.first\:justify-items-stretch:first-child {
  justify-items: stretch;
}

.last\:justify-items-auto:last-child {
  justify-items: auto;
}

.last\:justify-items-start:last-child {
  justify-items: start;
}

.last\:justify-items-end:last-child {
  justify-items: end;
}

.last\:justify-items-center:last-child {
  justify-items: center;
}

.last\:justify-items-stretch:last-child {
  justify-items: stretch;
}

.group:hover .group-hover\:justify-items-auto {
  justify-items: auto;
}

.group:hover .group-hover\:justify-items-start {
  justify-items: start;
}

.group:hover .group-hover\:justify-items-end {
  justify-items: end;
}

.group:hover .group-hover\:justify-items-center {
  justify-items: center;
}

.group:hover .group-hover\:justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.hover\:justify-evenly:hover {
  justify-content: space-evenly;
}

.focus\:justify-start:focus {
  justify-content: flex-start;
}

.focus\:justify-end:focus {
  justify-content: flex-end;
}

.focus\:justify-center:focus {
  justify-content: center;
}

.focus\:justify-between:focus {
  justify-content: space-between;
}

.focus\:justify-around:focus {
  justify-content: space-around;
}

.focus\:justify-evenly:focus {
  justify-content: space-evenly;
}

.first\:justify-start:first-child {
  justify-content: flex-start;
}

.first\:justify-end:first-child {
  justify-content: flex-end;
}

.first\:justify-center:first-child {
  justify-content: center;
}

.first\:justify-between:first-child {
  justify-content: space-between;
}

.first\:justify-around:first-child {
  justify-content: space-around;
}

.first\:justify-evenly:first-child {
  justify-content: space-evenly;
}

.last\:justify-start:last-child {
  justify-content: flex-start;
}

.last\:justify-end:last-child {
  justify-content: flex-end;
}

.last\:justify-center:last-child {
  justify-content: center;
}

.last\:justify-between:last-child {
  justify-content: space-between;
}

.last\:justify-around:last-child {
  justify-content: space-around;
}

.last\:justify-evenly:last-child {
  justify-content: space-evenly;
}

.group:hover .group-hover\:justify-start {
  justify-content: flex-start;
}

.group:hover .group-hover\:justify-end {
  justify-content: flex-end;
}

.group:hover .group-hover\:justify-center {
  justify-content: center;
}

.group:hover .group-hover\:justify-between {
  justify-content: space-between;
}

.group:hover .group-hover\:justify-around {
  justify-content: space-around;
}

.group:hover .group-hover\:justify-evenly {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.hover\:justify-self-auto:hover {
  justify-self: auto;
}

.hover\:justify-self-start:hover {
  justify-self: start;
}

.hover\:justify-self-end:hover {
  justify-self: end;
}

.hover\:justify-self-center:hover {
  justify-self: center;
}

.hover\:justify-self-stretch:hover {
  justify-self: stretch;
}

.focus\:justify-self-auto:focus {
  justify-self: auto;
}

.focus\:justify-self-start:focus {
  justify-self: start;
}

.focus\:justify-self-end:focus {
  justify-self: end;
}

.focus\:justify-self-center:focus {
  justify-self: center;
}

.focus\:justify-self-stretch:focus {
  justify-self: stretch;
}

.first\:justify-self-auto:first-child {
  justify-self: auto;
}

.first\:justify-self-start:first-child {
  justify-self: start;
}

.first\:justify-self-end:first-child {
  justify-self: end;
}

.first\:justify-self-center:first-child {
  justify-self: center;
}

.first\:justify-self-stretch:first-child {
  justify-self: stretch;
}

.last\:justify-self-auto:last-child {
  justify-self: auto;
}

.last\:justify-self-start:last-child {
  justify-self: start;
}

.last\:justify-self-end:last-child {
  justify-self: end;
}

.last\:justify-self-center:last-child {
  justify-self: center;
}

.last\:justify-self-stretch:last-child {
  justify-self: stretch;
}

.group:hover .group-hover\:justify-self-auto {
  justify-self: auto;
}

.group:hover .group-hover\:justify-self-start {
  justify-self: start;
}

.group:hover .group-hover\:justify-self-end {
  justify-self: end;
}

.group:hover .group-hover\:justify-self-center {
  justify-self: center;
}

.group:hover .group-hover\:justify-self-stretch {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.hover\:flex-1:hover {
  flex: 1 1 0%;
}

.hover\:flex-auto:hover {
  flex: 1 1 auto;
}

.hover\:flex-initial:hover {
  flex: 0 1 auto;
}

.hover\:flex-none:hover {
  flex: none;
}

.focus\:flex-1:focus {
  flex: 1 1 0%;
}

.focus\:flex-auto:focus {
  flex: 1 1 auto;
}

.focus\:flex-initial:focus {
  flex: 0 1 auto;
}

.focus\:flex-none:focus {
  flex: none;
}

.first\:flex-1:first-child {
  flex: 1 1 0%;
}

.first\:flex-auto:first-child {
  flex: 1 1 auto;
}

.first\:flex-initial:first-child {
  flex: 0 1 auto;
}

.first\:flex-none:first-child {
  flex: none;
}

.last\:flex-1:last-child {
  flex: 1 1 0%;
}

.last\:flex-auto:last-child {
  flex: 1 1 auto;
}

.last\:flex-initial:last-child {
  flex: 0 1 auto;
}

.last\:flex-none:last-child {
  flex: none;
}

.group:hover .group-hover\:flex-1 {
  flex: 1 1 0%;
}

.group:hover .group-hover\:flex-auto {
  flex: 1 1 auto;
}

.group:hover .group-hover\:flex-initial {
  flex: 0 1 auto;
}

.group:hover .group-hover\:flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.hover\:flex-grow-0:hover {
  flex-grow: 0;
}

.hover\:flex-grow:hover {
  flex-grow: 1;
}

.focus\:flex-grow-0:focus {
  flex-grow: 0;
}

.focus\:flex-grow:focus {
  flex-grow: 1;
}

.first\:flex-grow-0:first-child {
  flex-grow: 0;
}

.first\:flex-grow:first-child {
  flex-grow: 1;
}

.last\:flex-grow-0:last-child {
  flex-grow: 0;
}

.last\:flex-grow:last-child {
  flex-grow: 1;
}

.group:hover .group-hover\:flex-grow-0 {
  flex-grow: 0;
}

.group:hover .group-hover\:flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.hover\:flex-shrink-0:hover {
  flex-shrink: 0;
}

.hover\:flex-shrink:hover {
  flex-shrink: 1;
}

.focus\:flex-shrink-0:focus {
  flex-shrink: 0;
}

.focus\:flex-shrink:focus {
  flex-shrink: 1;
}

.first\:flex-shrink-0:first-child {
  flex-shrink: 0;
}

.first\:flex-shrink:first-child {
  flex-shrink: 1;
}

.last\:flex-shrink-0:last-child {
  flex-shrink: 0;
}

.last\:flex-shrink:last-child {
  flex-shrink: 1;
}

.group:hover .group-hover\:flex-shrink-0 {
  flex-shrink: 0;
}

.group:hover .group-hover\: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;
}

.hover\:order-1:hover {
  order: 1;
}

.hover\:order-2:hover {
  order: 2;
}

.hover\:order-3:hover {
  order: 3;
}

.hover\:order-4:hover {
  order: 4;
}

.hover\:order-5:hover {
  order: 5;
}

.hover\:order-6:hover {
  order: 6;
}

.hover\:order-7:hover {
  order: 7;
}

.hover\:order-8:hover {
  order: 8;
}

.hover\:order-9:hover {
  order: 9;
}

.hover\:order-10:hover {
  order: 10;
}

.hover\:order-11:hover {
  order: 11;
}

.hover\:order-12:hover {
  order: 12;
}

.hover\:order-first:hover {
  order: -9999;
}

.hover\:order-last:hover {
  order: 9999;
}

.hover\:order-none:hover {
  order: 0;
}

.focus\:order-1:focus {
  order: 1;
}

.focus\:order-2:focus {
  order: 2;
}

.focus\:order-3:focus {
  order: 3;
}

.focus\:order-4:focus {
  order: 4;
}

.focus\:order-5:focus {
  order: 5;
}

.focus\:order-6:focus {
  order: 6;
}

.focus\:order-7:focus {
  order: 7;
}

.focus\:order-8:focus {
  order: 8;
}

.focus\:order-9:focus {
  order: 9;
}

.focus\:order-10:focus {
  order: 10;
}

.focus\:order-11:focus {
  order: 11;
}

.focus\:order-12:focus {
  order: 12;
}

.focus\:order-first:focus {
  order: -9999;
}

.focus\:order-last:focus {
  order: 9999;
}

.focus\:order-none:focus {
  order: 0;
}

.first\:order-1:first-child {
  order: 1;
}

.first\:order-2:first-child {
  order: 2;
}

.first\:order-3:first-child {
  order: 3;
}

.first\:order-4:first-child {
  order: 4;
}

.first\:order-5:first-child {
  order: 5;
}

.first\:order-6:first-child {
  order: 6;
}

.first\:order-7:first-child {
  order: 7;
}

.first\:order-8:first-child {
  order: 8;
}

.first\:order-9:first-child {
  order: 9;
}

.first\:order-10:first-child {
  order: 10;
}

.first\:order-11:first-child {
  order: 11;
}

.first\:order-12:first-child {
  order: 12;
}

.first\:order-first:first-child {
  order: -9999;
}

.first\:order-last:first-child {
  order: 9999;
}

.first\:order-none:first-child {
  order: 0;
}

.last\:order-1:last-child {
  order: 1;
}

.last\:order-2:last-child {
  order: 2;
}

.last\:order-3:last-child {
  order: 3;
}

.last\:order-4:last-child {
  order: 4;
}

.last\:order-5:last-child {
  order: 5;
}

.last\:order-6:last-child {
  order: 6;
}

.last\:order-7:last-child {
  order: 7;
}

.last\:order-8:last-child {
  order: 8;
}

.last\:order-9:last-child {
  order: 9;
}

.last\:order-10:last-child {
  order: 10;
}

.last\:order-11:last-child {
  order: 11;
}

.last\:order-12:last-child {
  order: 12;
}

.last\:order-first:last-child {
  order: -9999;
}

.last\:order-last:last-child {
  order: 9999;
}

.last\:order-none:last-child {
  order: 0;
}

.group:hover .group-hover\:order-1 {
  order: 1;
}

.group:hover .group-hover\:order-2 {
  order: 2;
}

.group:hover .group-hover\:order-3 {
  order: 3;
}

.group:hover .group-hover\:order-4 {
  order: 4;
}

.group:hover .group-hover\:order-5 {
  order: 5;
}

.group:hover .group-hover\:order-6 {
  order: 6;
}

.group:hover .group-hover\:order-7 {
  order: 7;
}

.group:hover .group-hover\:order-8 {
  order: 8;
}

.group:hover .group-hover\:order-9 {
  order: 9;
}

.group:hover .group-hover\:order-10 {
  order: 10;
}

.group:hover .group-hover\:order-11 {
  order: 11;
}

.group:hover .group-hover\:order-12 {
  order: 12;
}

.group:hover .group-hover\:order-first {
  order: -9999;
}

.group:hover .group-hover\:order-last {
  order: 9999;
}

.group:hover .group-hover\:order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hover\:float-right:hover {
  float: right;
}

.hover\:float-left:hover {
  float: left;
}

.hover\:float-none:hover {
  float: none;
}

.hover\:clearfix:hover:after {
  content: "";
  display: table;
  clear: both;
}

.focus\:float-right:focus {
  float: right;
}

.focus\:float-left:focus {
  float: left;
}

.focus\:float-none:focus {
  float: none;
}

.focus\:clearfix:focus:after {
  content: "";
  display: table;
  clear: both;
}

.first\:float-right:first-child {
  float: right;
}

.first\:float-left:first-child {
  float: left;
}

.first\:float-none:first-child {
  float: none;
}

.first\:clearfix:first-child:after {
  content: "";
  display: table;
  clear: both;
}

.last\:float-right:last-child {
  float: right;
}

.last\:float-left:last-child {
  float: left;
}

.last\:float-none:last-child {
  float: none;
}

.last\:clearfix:last-child:after {
  content: "";
  display: table;
  clear: both;
}

.group:hover .group-hover\:float-right {
  float: right;
}

.group:hover .group-hover\:float-left {
  float: left;
}

.group:hover .group-hover\:float-none {
  float: none;
}

.group:hover .group-hover\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.hover\:clear-left:hover {
  clear: left;
}

.hover\:clear-right:hover {
  clear: right;
}

.hover\:clear-both:hover {
  clear: both;
}

.hover\:clear-none:hover {
  clear: none;
}

.focus\:clear-left:focus {
  clear: left;
}

.focus\:clear-right:focus {
  clear: right;
}

.focus\:clear-both:focus {
  clear: both;
}

.focus\:clear-none:focus {
  clear: none;
}

.first\:clear-left:first-child {
  clear: left;
}

.first\:clear-right:first-child {
  clear: right;
}

.first\:clear-both:first-child {
  clear: both;
}

.first\:clear-none:first-child {
  clear: none;
}

.last\:clear-left:last-child {
  clear: left;
}

.last\:clear-right:last-child {
  clear: right;
}

.last\:clear-both:last-child {
  clear: both;
}

.last\:clear-none:last-child {
  clear: none;
}

.group:hover .group-hover\:clear-left {
  clear: left;
}

.group:hover .group-hover\:clear-right {
  clear: right;
}

.group:hover .group-hover\:clear-both {
  clear: both;
}

.group:hover .group-hover\:clear-none {
  clear: none;
}

.font-proxima-medium {
  font-family: 'ProximaSoft-Medium';
}

.font-proxima-semibold {
  font-family: 'ProximaSoft-Semibold';
}

.font-avenir-book {
  font-family: 'Avenir-Book';
}

.font-avenir-medium {
  font-family: 'Avenir-Medium';
}

.font-avenir-heavy {
  font-family: 'Avenir-Heavy';
}

.font-nunito-regular {
  font-family: 'NunitoSans-Regular';
}

.font-pacifico {
  font-family: 'Pacifico';
}

.hover\:font-proxima-medium:hover {
  font-family: 'ProximaSoft-Medium';
}

.hover\:font-proxima-semibold:hover {
  font-family: 'ProximaSoft-Semibold';
}

.hover\:font-avenir-book:hover {
  font-family: 'Avenir-Book';
}

.hover\:font-avenir-medium:hover {
  font-family: 'Avenir-Medium';
}

.hover\:font-avenir-heavy:hover {
  font-family: 'Avenir-Heavy';
}

.hover\:font-nunito-regular:hover {
  font-family: 'NunitoSans-Regular';
}

.hover\:font-pacifico:hover {
  font-family: 'Pacifico';
}

.focus\:font-proxima-medium:focus {
  font-family: 'ProximaSoft-Medium';
}

.focus\:font-proxima-semibold:focus {
  font-family: 'ProximaSoft-Semibold';
}

.focus\:font-avenir-book:focus {
  font-family: 'Avenir-Book';
}

.focus\:font-avenir-medium:focus {
  font-family: 'Avenir-Medium';
}

.focus\:font-avenir-heavy:focus {
  font-family: 'Avenir-Heavy';
}

.focus\:font-nunito-regular:focus {
  font-family: 'NunitoSans-Regular';
}

.focus\:font-pacifico:focus {
  font-family: 'Pacifico';
}

.first\:font-proxima-medium:first-child {
  font-family: 'ProximaSoft-Medium';
}

.first\:font-proxima-semibold:first-child {
  font-family: 'ProximaSoft-Semibold';
}

.first\:font-avenir-book:first-child {
  font-family: 'Avenir-Book';
}

.first\:font-avenir-medium:first-child {
  font-family: 'Avenir-Medium';
}

.first\:font-avenir-heavy:first-child {
  font-family: 'Avenir-Heavy';
}

.first\:font-nunito-regular:first-child {
  font-family: 'NunitoSans-Regular';
}

.first\:font-pacifico:first-child {
  font-family: 'Pacifico';
}

.last\:font-proxima-medium:last-child {
  font-family: 'ProximaSoft-Medium';
}

.last\:font-proxima-semibold:last-child {
  font-family: 'ProximaSoft-Semibold';
}

.last\:font-avenir-book:last-child {
  font-family: 'Avenir-Book';
}

.last\:font-avenir-medium:last-child {
  font-family: 'Avenir-Medium';
}

.last\:font-avenir-heavy:last-child {
  font-family: 'Avenir-Heavy';
}

.last\:font-nunito-regular:last-child {
  font-family: 'NunitoSans-Regular';
}

.last\:font-pacifico:last-child {
  font-family: 'Pacifico';
}

.group:hover .group-hover\:font-proxima-medium {
  font-family: 'ProximaSoft-Medium';
}

.group:hover .group-hover\:font-proxima-semibold {
  font-family: 'ProximaSoft-Semibold';
}

.group:hover .group-hover\:font-avenir-book {
  font-family: 'Avenir-Book';
}

.group:hover .group-hover\:font-avenir-medium {
  font-family: 'Avenir-Medium';
}

.group:hover .group-hover\:font-avenir-heavy {
  font-family: 'Avenir-Heavy';
}

.group:hover .group-hover\:font-nunito-regular {
  font-family: 'NunitoSans-Regular';
}

.group:hover .group-hover\:font-pacifico {
  font-family: 'Pacifico';
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.first\:font-hairline:first-child {
  font-weight: 100;
}

.first\:font-thin:first-child {
  font-weight: 200;
}

.first\:font-light:first-child {
  font-weight: 300;
}

.first\:font-normal:first-child {
  font-weight: 400;
}

.first\:font-medium:first-child {
  font-weight: 500;
}

.first\:font-semibold:first-child {
  font-weight: 600;
}

.first\:font-bold:first-child {
  font-weight: 700;
}

.first\:font-extrabold:first-child {
  font-weight: 800;
}

.first\:font-black:first-child {
  font-weight: 900;
}

.last\:font-hairline:last-child {
  font-weight: 100;
}

.last\:font-thin:last-child {
  font-weight: 200;
}

.last\:font-light:last-child {
  font-weight: 300;
}

.last\:font-normal:last-child {
  font-weight: 400;
}

.last\:font-medium:last-child {
  font-weight: 500;
}

.last\:font-semibold:last-child {
  font-weight: 600;
}

.last\:font-bold:last-child {
  font-weight: 700;
}

.last\:font-extrabold:last-child {
  font-weight: 800;
}

.last\:font-black:last-child {
  font-weight: 900;
}

.group:hover .group-hover\:font-hairline {
  font-weight: 100;
}

.group:hover .group-hover\:font-thin {
  font-weight: 200;
}

.group:hover .group-hover\:font-light {
  font-weight: 300;
}

.group:hover .group-hover\:font-normal {
  font-weight: 400;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:font-extrabold {
  font-weight: 800;
}

.group:hover .group-hover\:font-black {
  font-weight: 900;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 3px;
}

.h-4 {
  height: 4px;
}

.h-5 {
  height: 5px;
}

.h-6 {
  height: 6px;
}

.h-8 {
  height: 8px;
}

.h-9 {
  height: 9px;
}

.h-10 {
  height: 10px;
}

.h-12 {
  height: 12px;
}

.h-13 {
  height: 13px;
}

.h-14 {
  height: 14px;
}

.h-15 {
  height: 15px;
}

.h-16 {
  height: 16px;
}

.h-17 {
  height: 17px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-22 {
  height: 22px;
}

.h-24 {
  height: 24px;
}

.h-25 {
  height: 25px;
}

.h-28 {
  height: 28px;
}

.h-29 {
  height: 29px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-35 {
  height: 35px;
}

.h-36 {
  height: 36px;
}

.h-37 {
  height: 37px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-56 {
  height: 56px;
}

.h-60 {
  height: 60px;
}

.h-62 {
  height: 62px;
}

.h-64 {
  height: 64px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-96 {
  height: 96px;
}

.h-100 {
  height: 100px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-128 {
  height: 128px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.h-160 {
  height: 160px;
}

.h-165 {
  height: 165px;
}

.h-168 {
  height: 168px;
}

.h-170 {
  height: 170px;
}

.h-180 {
  height: 180px;
}

.h-200 {
  height: 200px;
}

.h-220 {
  height: 220px;
}

.h-230 {
  height: 230px;
}

.h-235 {
  height: 235px;
}

.h-240 {
  height: 240px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-320 {
  height: 320px;
}

.h-350 {
  height: 350px;
}

.h-375 {
  height: 375px;
}

.h-400 {
  height: 400px;
}

.h-450 {
  height: 450px;
}

.h-700 {
  height: 700px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-1p {
  height: 1%;
}

.h-1\/12 {
  height: 8.3333%;
}

.h-2\/12 {
  height: 16.666667%;
}

.h-11p {
  height: 11%;
}

.h-20p {
  height: 20%;
}

.h-24p {
  height: 24.25%;
}

.h-25p {
  height: 25%;
}

.h-32p {
  height: 32%;
}

.h-35p {
  height: 35%;
}

.h-40p {
  height: 40%;
}

.h-49p {
  height: 49%;
}

.h-49-5p {
  height: 49.5%;
}

.h-80p {
  height: 80%;
}

.h-vh80 {
  height: 80vh;
}

.h-vh86 {
  height: 86vh;
}

.h-vh90 {
  height: 90vh;
}

.h-vw80 {
  height: 80vw;
}

.h-vw90 {
  height: 90vw;
}

.h-90p {
  height: 90%;
}

.h-92p {
  height: 92%;
}

.h-93p {
  height: 93%;
}

.h-94p {
  height: 94%;
}

.h-95p {
  height: 95%;
}

.h-96p {
  height: 96%;
}

.h-100p {
  height: 100%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.hover\:h-0:hover {
  height: 0px;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 3px;
}

.hover\:h-4:hover {
  height: 4px;
}

.hover\:h-5:hover {
  height: 5px;
}

.hover\:h-6:hover {
  height: 6px;
}

.hover\:h-8:hover {
  height: 8px;
}

.hover\:h-9:hover {
  height: 9px;
}

.hover\:h-10:hover {
  height: 10px;
}

.hover\:h-12:hover {
  height: 12px;
}

.hover\:h-13:hover {
  height: 13px;
}

.hover\:h-14:hover {
  height: 14px;
}

.hover\:h-15:hover {
  height: 15px;
}

.hover\:h-16:hover {
  height: 16px;
}

.hover\:h-17:hover {
  height: 17px;
}

.hover\:h-18:hover {
  height: 18px;
}

.hover\:h-20:hover {
  height: 20px;
}

.hover\:h-22:hover {
  height: 22px;
}

.hover\:h-24:hover {
  height: 24px;
}

.hover\:h-25:hover {
  height: 25px;
}

.hover\:h-28:hover {
  height: 28px;
}

.hover\:h-29:hover {
  height: 29px;
}

.hover\:h-30:hover {
  height: 30px;
}

.hover\:h-32:hover {
  height: 32px;
}

.hover\:h-35:hover {
  height: 35px;
}

.hover\:h-36:hover {
  height: 36px;
}

.hover\:h-37:hover {
  height: 37px;
}

.hover\:h-40:hover {
  height: 40px;
}

.hover\:h-45:hover {
  height: 45px;
}

.hover\:h-48:hover {
  height: 48px;
}

.hover\:h-50:hover {
  height: 50px;
}

.hover\:h-55:hover {
  height: 55px;
}

.hover\:h-56:hover {
  height: 56px;
}

.hover\:h-60:hover {
  height: 60px;
}

.hover\:h-62:hover {
  height: 62px;
}

.hover\:h-64:hover {
  height: 64px;
}

.hover\:h-65:hover {
  height: 65px;
}

.hover\:h-70:hover {
  height: 70px;
}

.hover\:h-75:hover {
  height: 75px;
}

.hover\:h-80:hover {
  height: 80px;
}

.hover\:h-85:hover {
  height: 85px;
}

.hover\:h-90:hover {
  height: 90px;
}

.hover\:h-95:hover {
  height: 95px;
}

.hover\:h-96:hover {
  height: 96px;
}

.hover\:h-100:hover {
  height: 100px;
}

.hover\:h-110:hover {
  height: 110px;
}

.hover\:h-115:hover {
  height: 115px;
}

.hover\:h-120:hover {
  height: 120px;
}

.hover\:h-128:hover {
  height: 128px;
}

.hover\:h-135:hover {
  height: 135px;
}

.hover\:h-140:hover {
  height: 140px;
}

.hover\:h-145:hover {
  height: 145px;
}

.hover\:h-150:hover {
  height: 150px;
}

.hover\:h-160:hover {
  height: 160px;
}

.hover\:h-165:hover {
  height: 165px;
}

.hover\:h-168:hover {
  height: 168px;
}

.hover\:h-170:hover {
  height: 170px;
}

.hover\:h-180:hover {
  height: 180px;
}

.hover\:h-200:hover {
  height: 200px;
}

.hover\:h-220:hover {
  height: 220px;
}

.hover\:h-230:hover {
  height: 230px;
}

.hover\:h-235:hover {
  height: 235px;
}

.hover\:h-240:hover {
  height: 240px;
}

.hover\:h-250:hover {
  height: 250px;
}

.hover\:h-300:hover {
  height: 300px;
}

.hover\:h-320:hover {
  height: 320px;
}

.hover\:h-350:hover {
  height: 350px;
}

.hover\:h-375:hover {
  height: 375px;
}

.hover\:h-400:hover {
  height: 400px;
}

.hover\:h-450:hover {
  height: 450px;
}

.hover\:h-700:hover {
  height: 700px;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-1p:hover {
  height: 1%;
}

.hover\:h-1\/12:hover {
  height: 8.3333%;
}

.hover\:h-2\/12:hover {
  height: 16.666667%;
}

.hover\:h-11p:hover {
  height: 11%;
}

.hover\:h-20p:hover {
  height: 20%;
}

.hover\:h-24p:hover {
  height: 24.25%;
}

.hover\:h-25p:hover {
  height: 25%;
}

.hover\:h-32p:hover {
  height: 32%;
}

.hover\:h-35p:hover {
  height: 35%;
}

.hover\:h-40p:hover {
  height: 40%;
}

.hover\:h-49p:hover {
  height: 49%;
}

.hover\:h-49-5p:hover {
  height: 49.5%;
}

.hover\:h-80p:hover {
  height: 80%;
}

.hover\:h-vh80:hover {
  height: 80vh;
}

.hover\:h-vh86:hover {
  height: 86vh;
}

.hover\:h-vh90:hover {
  height: 90vh;
}

.hover\:h-vw80:hover {
  height: 80vw;
}

.hover\:h-vw90:hover {
  height: 90vw;
}

.hover\:h-90p:hover {
  height: 90%;
}

.hover\:h-92p:hover {
  height: 92%;
}

.hover\:h-93p:hover {
  height: 93%;
}

.hover\:h-94p:hover {
  height: 94%;
}

.hover\:h-95p:hover {
  height: 95%;
}

.hover\:h-96p:hover {
  height: 96%;
}

.hover\:h-100p:hover {
  height: 100%;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.focus\:h-0:focus {
  height: 0px;
}

.focus\:h-1:focus {
  height: 0.25rem;
}

.focus\:h-2:focus {
  height: 0.5rem;
}

.focus\:h-3:focus {
  height: 3px;
}

.focus\:h-4:focus {
  height: 4px;
}

.focus\:h-5:focus {
  height: 5px;
}

.focus\:h-6:focus {
  height: 6px;
}

.focus\:h-8:focus {
  height: 8px;
}

.focus\:h-9:focus {
  height: 9px;
}

.focus\:h-10:focus {
  height: 10px;
}

.focus\:h-12:focus {
  height: 12px;
}

.focus\:h-13:focus {
  height: 13px;
}

.focus\:h-14:focus {
  height: 14px;
}

.focus\:h-15:focus {
  height: 15px;
}

.focus\:h-16:focus {
  height: 16px;
}

.focus\:h-17:focus {
  height: 17px;
}

.focus\:h-18:focus {
  height: 18px;
}

.focus\:h-20:focus {
  height: 20px;
}

.focus\:h-22:focus {
  height: 22px;
}

.focus\:h-24:focus {
  height: 24px;
}

.focus\:h-25:focus {
  height: 25px;
}

.focus\:h-28:focus {
  height: 28px;
}

.focus\:h-29:focus {
  height: 29px;
}

.focus\:h-30:focus {
  height: 30px;
}

.focus\:h-32:focus {
  height: 32px;
}

.focus\:h-35:focus {
  height: 35px;
}

.focus\:h-36:focus {
  height: 36px;
}

.focus\:h-37:focus {
  height: 37px;
}

.focus\:h-40:focus {
  height: 40px;
}

.focus\:h-45:focus {
  height: 45px;
}

.focus\:h-48:focus {
  height: 48px;
}

.focus\:h-50:focus {
  height: 50px;
}

.focus\:h-55:focus {
  height: 55px;
}

.focus\:h-56:focus {
  height: 56px;
}

.focus\:h-60:focus {
  height: 60px;
}

.focus\:h-62:focus {
  height: 62px;
}

.focus\:h-64:focus {
  height: 64px;
}

.focus\:h-65:focus {
  height: 65px;
}

.focus\:h-70:focus {
  height: 70px;
}

.focus\:h-75:focus {
  height: 75px;
}

.focus\:h-80:focus {
  height: 80px;
}

.focus\:h-85:focus {
  height: 85px;
}

.focus\:h-90:focus {
  height: 90px;
}

.focus\:h-95:focus {
  height: 95px;
}

.focus\:h-96:focus {
  height: 96px;
}

.focus\:h-100:focus {
  height: 100px;
}

.focus\:h-110:focus {
  height: 110px;
}

.focus\:h-115:focus {
  height: 115px;
}

.focus\:h-120:focus {
  height: 120px;
}

.focus\:h-128:focus {
  height: 128px;
}

.focus\:h-135:focus {
  height: 135px;
}

.focus\:h-140:focus {
  height: 140px;
}

.focus\:h-145:focus {
  height: 145px;
}

.focus\:h-150:focus {
  height: 150px;
}

.focus\:h-160:focus {
  height: 160px;
}

.focus\:h-165:focus {
  height: 165px;
}

.focus\:h-168:focus {
  height: 168px;
}

.focus\:h-170:focus {
  height: 170px;
}

.focus\:h-180:focus {
  height: 180px;
}

.focus\:h-200:focus {
  height: 200px;
}

.focus\:h-220:focus {
  height: 220px;
}

.focus\:h-230:focus {
  height: 230px;
}

.focus\:h-235:focus {
  height: 235px;
}

.focus\:h-240:focus {
  height: 240px;
}

.focus\:h-250:focus {
  height: 250px;
}

.focus\:h-300:focus {
  height: 300px;
}

.focus\:h-320:focus {
  height: 320px;
}

.focus\:h-350:focus {
  height: 350px;
}

.focus\:h-375:focus {
  height: 375px;
}

.focus\:h-400:focus {
  height: 400px;
}

.focus\:h-450:focus {
  height: 450px;
}

.focus\:h-700:focus {
  height: 700px;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:h-px:focus {
  height: 1px;
}

.focus\:h-1p:focus {
  height: 1%;
}

.focus\:h-1\/12:focus {
  height: 8.3333%;
}

.focus\:h-2\/12:focus {
  height: 16.666667%;
}

.focus\:h-11p:focus {
  height: 11%;
}

.focus\:h-20p:focus {
  height: 20%;
}

.focus\:h-24p:focus {
  height: 24.25%;
}

.focus\:h-25p:focus {
  height: 25%;
}

.focus\:h-32p:focus {
  height: 32%;
}

.focus\:h-35p:focus {
  height: 35%;
}

.focus\:h-40p:focus {
  height: 40%;
}

.focus\:h-49p:focus {
  height: 49%;
}

.focus\:h-49-5p:focus {
  height: 49.5%;
}

.focus\:h-80p:focus {
  height: 80%;
}

.focus\:h-vh80:focus {
  height: 80vh;
}

.focus\:h-vh86:focus {
  height: 86vh;
}

.focus\:h-vh90:focus {
  height: 90vh;
}

.focus\:h-vw80:focus {
  height: 80vw;
}

.focus\:h-vw90:focus {
  height: 90vw;
}

.focus\:h-90p:focus {
  height: 90%;
}

.focus\:h-92p:focus {
  height: 92%;
}

.focus\:h-93p:focus {
  height: 93%;
}

.focus\:h-94p:focus {
  height: 94%;
}

.focus\:h-95p:focus {
  height: 95%;
}

.focus\:h-96p:focus {
  height: 96%;
}

.focus\:h-100p:focus {
  height: 100%;
}

.focus\:h-full:focus {
  height: 100%;
}

.focus\:h-screen:focus {
  height: 100vh;
}

.first\:h-0:first-child {
  height: 0px;
}

.first\:h-1:first-child {
  height: 0.25rem;
}

.first\:h-2:first-child {
  height: 0.5rem;
}

.first\:h-3:first-child {
  height: 3px;
}

.first\:h-4:first-child {
  height: 4px;
}

.first\:h-5:first-child {
  height: 5px;
}

.first\:h-6:first-child {
  height: 6px;
}

.first\:h-8:first-child {
  height: 8px;
}

.first\:h-9:first-child {
  height: 9px;
}

.first\:h-10:first-child {
  height: 10px;
}

.first\:h-12:first-child {
  height: 12px;
}

.first\:h-13:first-child {
  height: 13px;
}

.first\:h-14:first-child {
  height: 14px;
}

.first\:h-15:first-child {
  height: 15px;
}

.first\:h-16:first-child {
  height: 16px;
}

.first\:h-17:first-child {
  height: 17px;
}

.first\:h-18:first-child {
  height: 18px;
}

.first\:h-20:first-child {
  height: 20px;
}

.first\:h-22:first-child {
  height: 22px;
}

.first\:h-24:first-child {
  height: 24px;
}

.first\:h-25:first-child {
  height: 25px;
}

.first\:h-28:first-child {
  height: 28px;
}

.first\:h-29:first-child {
  height: 29px;
}

.first\:h-30:first-child {
  height: 30px;
}

.first\:h-32:first-child {
  height: 32px;
}

.first\:h-35:first-child {
  height: 35px;
}

.first\:h-36:first-child {
  height: 36px;
}

.first\:h-37:first-child {
  height: 37px;
}

.first\:h-40:first-child {
  height: 40px;
}

.first\:h-45:first-child {
  height: 45px;
}

.first\:h-48:first-child {
  height: 48px;
}

.first\:h-50:first-child {
  height: 50px;
}

.first\:h-55:first-child {
  height: 55px;
}

.first\:h-56:first-child {
  height: 56px;
}

.first\:h-60:first-child {
  height: 60px;
}

.first\:h-62:first-child {
  height: 62px;
}

.first\:h-64:first-child {
  height: 64px;
}

.first\:h-65:first-child {
  height: 65px;
}

.first\:h-70:first-child {
  height: 70px;
}

.first\:h-75:first-child {
  height: 75px;
}

.first\:h-80:first-child {
  height: 80px;
}

.first\:h-85:first-child {
  height: 85px;
}

.first\:h-90:first-child {
  height: 90px;
}

.first\:h-95:first-child {
  height: 95px;
}

.first\:h-96:first-child {
  height: 96px;
}

.first\:h-100:first-child {
  height: 100px;
}

.first\:h-110:first-child {
  height: 110px;
}

.first\:h-115:first-child {
  height: 115px;
}

.first\:h-120:first-child {
  height: 120px;
}

.first\:h-128:first-child {
  height: 128px;
}

.first\:h-135:first-child {
  height: 135px;
}

.first\:h-140:first-child {
  height: 140px;
}

.first\:h-145:first-child {
  height: 145px;
}

.first\:h-150:first-child {
  height: 150px;
}

.first\:h-160:first-child {
  height: 160px;
}

.first\:h-165:first-child {
  height: 165px;
}

.first\:h-168:first-child {
  height: 168px;
}

.first\:h-170:first-child {
  height: 170px;
}

.first\:h-180:first-child {
  height: 180px;
}

.first\:h-200:first-child {
  height: 200px;
}

.first\:h-220:first-child {
  height: 220px;
}

.first\:h-230:first-child {
  height: 230px;
}

.first\:h-235:first-child {
  height: 235px;
}

.first\:h-240:first-child {
  height: 240px;
}

.first\:h-250:first-child {
  height: 250px;
}

.first\:h-300:first-child {
  height: 300px;
}

.first\:h-320:first-child {
  height: 320px;
}

.first\:h-350:first-child {
  height: 350px;
}

.first\:h-375:first-child {
  height: 375px;
}

.first\:h-400:first-child {
  height: 400px;
}

.first\:h-450:first-child {
  height: 450px;
}

.first\:h-700:first-child {
  height: 700px;
}

.first\:h-auto:first-child {
  height: auto;
}

.first\:h-px:first-child {
  height: 1px;
}

.first\:h-1p:first-child {
  height: 1%;
}

.first\:h-1\/12:first-child {
  height: 8.3333%;
}

.first\:h-2\/12:first-child {
  height: 16.666667%;
}

.first\:h-11p:first-child {
  height: 11%;
}

.first\:h-20p:first-child {
  height: 20%;
}

.first\:h-24p:first-child {
  height: 24.25%;
}

.first\:h-25p:first-child {
  height: 25%;
}

.first\:h-32p:first-child {
  height: 32%;
}

.first\:h-35p:first-child {
  height: 35%;
}

.first\:h-40p:first-child {
  height: 40%;
}

.first\:h-49p:first-child {
  height: 49%;
}

.first\:h-49-5p:first-child {
  height: 49.5%;
}

.first\:h-80p:first-child {
  height: 80%;
}

.first\:h-vh80:first-child {
  height: 80vh;
}

.first\:h-vh86:first-child {
  height: 86vh;
}

.first\:h-vh90:first-child {
  height: 90vh;
}

.first\:h-vw80:first-child {
  height: 80vw;
}

.first\:h-vw90:first-child {
  height: 90vw;
}

.first\:h-90p:first-child {
  height: 90%;
}

.first\:h-92p:first-child {
  height: 92%;
}

.first\:h-93p:first-child {
  height: 93%;
}

.first\:h-94p:first-child {
  height: 94%;
}

.first\:h-95p:first-child {
  height: 95%;
}

.first\:h-96p:first-child {
  height: 96%;
}

.first\:h-100p:first-child {
  height: 100%;
}

.first\:h-full:first-child {
  height: 100%;
}

.first\:h-screen:first-child {
  height: 100vh;
}

.last\:h-0:last-child {
  height: 0px;
}

.last\:h-1:last-child {
  height: 0.25rem;
}

.last\:h-2:last-child {
  height: 0.5rem;
}

.last\:h-3:last-child {
  height: 3px;
}

.last\:h-4:last-child {
  height: 4px;
}

.last\:h-5:last-child {
  height: 5px;
}

.last\:h-6:last-child {
  height: 6px;
}

.last\:h-8:last-child {
  height: 8px;
}

.last\:h-9:last-child {
  height: 9px;
}

.last\:h-10:last-child {
  height: 10px;
}

.last\:h-12:last-child {
  height: 12px;
}

.last\:h-13:last-child {
  height: 13px;
}

.last\:h-14:last-child {
  height: 14px;
}

.last\:h-15:last-child {
  height: 15px;
}

.last\:h-16:last-child {
  height: 16px;
}

.last\:h-17:last-child {
  height: 17px;
}

.last\:h-18:last-child {
  height: 18px;
}

.last\:h-20:last-child {
  height: 20px;
}

.last\:h-22:last-child {
  height: 22px;
}

.last\:h-24:last-child {
  height: 24px;
}

.last\:h-25:last-child {
  height: 25px;
}

.last\:h-28:last-child {
  height: 28px;
}

.last\:h-29:last-child {
  height: 29px;
}

.last\:h-30:last-child {
  height: 30px;
}

.last\:h-32:last-child {
  height: 32px;
}

.last\:h-35:last-child {
  height: 35px;
}

.last\:h-36:last-child {
  height: 36px;
}

.last\:h-37:last-child {
  height: 37px;
}

.last\:h-40:last-child {
  height: 40px;
}

.last\:h-45:last-child {
  height: 45px;
}

.last\:h-48:last-child {
  height: 48px;
}

.last\:h-50:last-child {
  height: 50px;
}

.last\:h-55:last-child {
  height: 55px;
}

.last\:h-56:last-child {
  height: 56px;
}

.last\:h-60:last-child {
  height: 60px;
}

.last\:h-62:last-child {
  height: 62px;
}

.last\:h-64:last-child {
  height: 64px;
}

.last\:h-65:last-child {
  height: 65px;
}

.last\:h-70:last-child {
  height: 70px;
}

.last\:h-75:last-child {
  height: 75px;
}

.last\:h-80:last-child {
  height: 80px;
}

.last\:h-85:last-child {
  height: 85px;
}

.last\:h-90:last-child {
  height: 90px;
}

.last\:h-95:last-child {
  height: 95px;
}

.last\:h-96:last-child {
  height: 96px;
}

.last\:h-100:last-child {
  height: 100px;
}

.last\:h-110:last-child {
  height: 110px;
}

.last\:h-115:last-child {
  height: 115px;
}

.last\:h-120:last-child {
  height: 120px;
}

.last\:h-128:last-child {
  height: 128px;
}

.last\:h-135:last-child {
  height: 135px;
}

.last\:h-140:last-child {
  height: 140px;
}

.last\:h-145:last-child {
  height: 145px;
}

.last\:h-150:last-child {
  height: 150px;
}

.last\:h-160:last-child {
  height: 160px;
}

.last\:h-165:last-child {
  height: 165px;
}

.last\:h-168:last-child {
  height: 168px;
}

.last\:h-170:last-child {
  height: 170px;
}

.last\:h-180:last-child {
  height: 180px;
}

.last\:h-200:last-child {
  height: 200px;
}

.last\:h-220:last-child {
  height: 220px;
}

.last\:h-230:last-child {
  height: 230px;
}

.last\:h-235:last-child {
  height: 235px;
}

.last\:h-240:last-child {
  height: 240px;
}

.last\:h-250:last-child {
  height: 250px;
}

.last\:h-300:last-child {
  height: 300px;
}

.last\:h-320:last-child {
  height: 320px;
}

.last\:h-350:last-child {
  height: 350px;
}

.last\:h-375:last-child {
  height: 375px;
}

.last\:h-400:last-child {
  height: 400px;
}

.last\:h-450:last-child {
  height: 450px;
}

.last\:h-700:last-child {
  height: 700px;
}

.last\:h-auto:last-child {
  height: auto;
}

.last\:h-px:last-child {
  height: 1px;
}

.last\:h-1p:last-child {
  height: 1%;
}

.last\:h-1\/12:last-child {
  height: 8.3333%;
}

.last\:h-2\/12:last-child {
  height: 16.666667%;
}

.last\:h-11p:last-child {
  height: 11%;
}

.last\:h-20p:last-child {
  height: 20%;
}

.last\:h-24p:last-child {
  height: 24.25%;
}

.last\:h-25p:last-child {
  height: 25%;
}

.last\:h-32p:last-child {
  height: 32%;
}

.last\:h-35p:last-child {
  height: 35%;
}

.last\:h-40p:last-child {
  height: 40%;
}

.last\:h-49p:last-child {
  height: 49%;
}

.last\:h-49-5p:last-child {
  height: 49.5%;
}

.last\:h-80p:last-child {
  height: 80%;
}

.last\:h-vh80:last-child {
  height: 80vh;
}

.last\:h-vh86:last-child {
  height: 86vh;
}

.last\:h-vh90:last-child {
  height: 90vh;
}

.last\:h-vw80:last-child {
  height: 80vw;
}

.last\:h-vw90:last-child {
  height: 90vw;
}

.last\:h-90p:last-child {
  height: 90%;
}

.last\:h-92p:last-child {
  height: 92%;
}

.last\:h-93p:last-child {
  height: 93%;
}

.last\:h-94p:last-child {
  height: 94%;
}

.last\:h-95p:last-child {
  height: 95%;
}

.last\:h-96p:last-child {
  height: 96%;
}

.last\:h-100p:last-child {
  height: 100%;
}

.last\:h-full:last-child {
  height: 100%;
}

.last\:h-screen:last-child {
  height: 100vh;
}

.group:hover .group-hover\:h-0 {
  height: 0px;
}

.group:hover .group-hover\:h-1 {
  height: 0.25rem;
}

.group:hover .group-hover\:h-2 {
  height: 0.5rem;
}

.group:hover .group-hover\:h-3 {
  height: 3px;
}

.group:hover .group-hover\:h-4 {
  height: 4px;
}

.group:hover .group-hover\:h-5 {
  height: 5px;
}

.group:hover .group-hover\:h-6 {
  height: 6px;
}

.group:hover .group-hover\:h-8 {
  height: 8px;
}

.group:hover .group-hover\:h-9 {
  height: 9px;
}

.group:hover .group-hover\:h-10 {
  height: 10px;
}

.group:hover .group-hover\:h-12 {
  height: 12px;
}

.group:hover .group-hover\:h-13 {
  height: 13px;
}

.group:hover .group-hover\:h-14 {
  height: 14px;
}

.group:hover .group-hover\:h-15 {
  height: 15px;
}

.group:hover .group-hover\:h-16 {
  height: 16px;
}

.group:hover .group-hover\:h-17 {
  height: 17px;
}

.group:hover .group-hover\:h-18 {
  height: 18px;
}

.group:hover .group-hover\:h-20 {
  height: 20px;
}

.group:hover .group-hover\:h-22 {
  height: 22px;
}

.group:hover .group-hover\:h-24 {
  height: 24px;
}

.group:hover .group-hover\:h-25 {
  height: 25px;
}

.group:hover .group-hover\:h-28 {
  height: 28px;
}

.group:hover .group-hover\:h-29 {
  height: 29px;
}

.group:hover .group-hover\:h-30 {
  height: 30px;
}

.group:hover .group-hover\:h-32 {
  height: 32px;
}

.group:hover .group-hover\:h-35 {
  height: 35px;
}

.group:hover .group-hover\:h-36 {
  height: 36px;
}

.group:hover .group-hover\:h-37 {
  height: 37px;
}

.group:hover .group-hover\:h-40 {
  height: 40px;
}

.group:hover .group-hover\:h-45 {
  height: 45px;
}

.group:hover .group-hover\:h-48 {
  height: 48px;
}

.group:hover .group-hover\:h-50 {
  height: 50px;
}

.group:hover .group-hover\:h-55 {
  height: 55px;
}

.group:hover .group-hover\:h-56 {
  height: 56px;
}

.group:hover .group-hover\:h-60 {
  height: 60px;
}

.group:hover .group-hover\:h-62 {
  height: 62px;
}

.group:hover .group-hover\:h-64 {
  height: 64px;
}

.group:hover .group-hover\:h-65 {
  height: 65px;
}

.group:hover .group-hover\:h-70 {
  height: 70px;
}

.group:hover .group-hover\:h-75 {
  height: 75px;
}

.group:hover .group-hover\:h-80 {
  height: 80px;
}

.group:hover .group-hover\:h-85 {
  height: 85px;
}

.group:hover .group-hover\:h-90 {
  height: 90px;
}

.group:hover .group-hover\:h-95 {
  height: 95px;
}

.group:hover .group-hover\:h-96 {
  height: 96px;
}

.group:hover .group-hover\:h-100 {
  height: 100px;
}

.group:hover .group-hover\:h-110 {
  height: 110px;
}

.group:hover .group-hover\:h-115 {
  height: 115px;
}

.group:hover .group-hover\:h-120 {
  height: 120px;
}

.group:hover .group-hover\:h-128 {
  height: 128px;
}

.group:hover .group-hover\:h-135 {
  height: 135px;
}

.group:hover .group-hover\:h-140 {
  height: 140px;
}

.group:hover .group-hover\:h-145 {
  height: 145px;
}

.group:hover .group-hover\:h-150 {
  height: 150px;
}

.group:hover .group-hover\:h-160 {
  height: 160px;
}

.group:hover .group-hover\:h-165 {
  height: 165px;
}

.group:hover .group-hover\:h-168 {
  height: 168px;
}

.group:hover .group-hover\:h-170 {
  height: 170px;
}

.group:hover .group-hover\:h-180 {
  height: 180px;
}

.group:hover .group-hover\:h-200 {
  height: 200px;
}

.group:hover .group-hover\:h-220 {
  height: 220px;
}

.group:hover .group-hover\:h-230 {
  height: 230px;
}

.group:hover .group-hover\:h-235 {
  height: 235px;
}

.group:hover .group-hover\:h-240 {
  height: 240px;
}

.group:hover .group-hover\:h-250 {
  height: 250px;
}

.group:hover .group-hover\:h-300 {
  height: 300px;
}

.group:hover .group-hover\:h-320 {
  height: 320px;
}

.group:hover .group-hover\:h-350 {
  height: 350px;
}

.group:hover .group-hover\:h-375 {
  height: 375px;
}

.group:hover .group-hover\:h-400 {
  height: 400px;
}

.group:hover .group-hover\:h-450 {
  height: 450px;
}

.group:hover .group-hover\:h-700 {
  height: 700px;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

.group:hover .group-hover\:h-px {
  height: 1px;
}

.group:hover .group-hover\:h-1p {
  height: 1%;
}

.group:hover .group-hover\:h-1\/12 {
  height: 8.3333%;
}

.group:hover .group-hover\:h-2\/12 {
  height: 16.666667%;
}

.group:hover .group-hover\:h-11p {
  height: 11%;
}

.group:hover .group-hover\:h-20p {
  height: 20%;
}

.group:hover .group-hover\:h-24p {
  height: 24.25%;
}

.group:hover .group-hover\:h-25p {
  height: 25%;
}

.group:hover .group-hover\:h-32p {
  height: 32%;
}

.group:hover .group-hover\:h-35p {
  height: 35%;
}

.group:hover .group-hover\:h-40p {
  height: 40%;
}

.group:hover .group-hover\:h-49p {
  height: 49%;
}

.group:hover .group-hover\:h-49-5p {
  height: 49.5%;
}

.group:hover .group-hover\:h-80p {
  height: 80%;
}

.group:hover .group-hover\:h-vh80 {
  height: 80vh;
}

.group:hover .group-hover\:h-vh86 {
  height: 86vh;
}

.group:hover .group-hover\:h-vh90 {
  height: 90vh;
}

.group:hover .group-hover\:h-vw80 {
  height: 80vw;
}

.group:hover .group-hover\:h-vw90 {
  height: 90vw;
}

.group:hover .group-hover\:h-90p {
  height: 90%;
}

.group:hover .group-hover\:h-92p {
  height: 92%;
}

.group:hover .group-hover\:h-93p {
  height: 93%;
}

.group:hover .group-hover\:h-94p {
  height: 94%;
}

.group:hover .group-hover\:h-95p {
  height: 95%;
}

.group:hover .group-hover\:h-96p {
  height: 96%;
}

.group:hover .group-hover\:h-100p {
  height: 100%;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:h-screen {
  height: 100vh;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-21 {
  font-size: 21px;
}

.text-23 {
  font-size: 23px;
}

.text-24 {
  font-size: 24px;
}

.text-27 {
  font-size: 27px;
}

.text-35 {
  font-size: 35px;
}

.text-40 {
  font-size: 40px;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.hover\:text-12:hover {
  font-size: 12px;
}

.hover\:text-13:hover {
  font-size: 13px;
}

.hover\:text-14:hover {
  font-size: 14px;
}

.hover\:text-15:hover {
  font-size: 15px;
}

.hover\:text-16:hover {
  font-size: 16px;
}

.hover\:text-17:hover {
  font-size: 17px;
}

.hover\:text-18:hover {
  font-size: 18px;
}

.hover\:text-21:hover {
  font-size: 21px;
}

.hover\:text-23:hover {
  font-size: 23px;
}

.hover\:text-24:hover {
  font-size: 24px;
}

.hover\:text-27:hover {
  font-size: 27px;
}

.hover\:text-35:hover {
  font-size: 35px;
}

.hover\:text-40:hover {
  font-size: 40px;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
}

.hover\:text-base:hover {
  font-size: 1rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
}

.hover\:text-6xl:hover {
  font-size: 4rem;
}

.focus\:text-12:focus {
  font-size: 12px;
}

.focus\:text-13:focus {
  font-size: 13px;
}

.focus\:text-14:focus {
  font-size: 14px;
}

.focus\:text-15:focus {
  font-size: 15px;
}

.focus\:text-16:focus {
  font-size: 16px;
}

.focus\:text-17:focus {
  font-size: 17px;
}

.focus\:text-18:focus {
  font-size: 18px;
}

.focus\:text-21:focus {
  font-size: 21px;
}

.focus\:text-23:focus {
  font-size: 23px;
}

.focus\:text-24:focus {
  font-size: 24px;
}

.focus\:text-27:focus {
  font-size: 27px;
}

.focus\:text-35:focus {
  font-size: 35px;
}

.focus\:text-40:focus {
  font-size: 40px;
}

.focus\:text-xs:focus {
  font-size: 0.75rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
}

.focus\:text-base:focus {
  font-size: 1rem;
}

.focus\:text-lg:focus {
  font-size: 1.125rem;
}

.focus\:text-xl:focus {
  font-size: 1.25rem;
}

.focus\:text-2xl:focus {
  font-size: 1.5rem;
}

.focus\:text-3xl:focus {
  font-size: 1.875rem;
}

.focus\:text-4xl:focus {
  font-size: 2.25rem;
}

.focus\:text-5xl:focus {
  font-size: 3rem;
}

.focus\:text-6xl:focus {
  font-size: 4rem;
}

.first\:text-12:first-child {
  font-size: 12px;
}

.first\:text-13:first-child {
  font-size: 13px;
}

.first\:text-14:first-child {
  font-size: 14px;
}

.first\:text-15:first-child {
  font-size: 15px;
}

.first\:text-16:first-child {
  font-size: 16px;
}

.first\:text-17:first-child {
  font-size: 17px;
}

.first\:text-18:first-child {
  font-size: 18px;
}

.first\:text-21:first-child {
  font-size: 21px;
}

.first\:text-23:first-child {
  font-size: 23px;
}

.first\:text-24:first-child {
  font-size: 24px;
}

.first\:text-27:first-child {
  font-size: 27px;
}

.first\:text-35:first-child {
  font-size: 35px;
}

.first\:text-40:first-child {
  font-size: 40px;
}

.first\:text-xs:first-child {
  font-size: 0.75rem;
}

.first\:text-sm:first-child {
  font-size: 0.875rem;
}

.first\:text-base:first-child {
  font-size: 1rem;
}

.first\:text-lg:first-child {
  font-size: 1.125rem;
}

.first\:text-xl:first-child {
  font-size: 1.25rem;
}

.first\:text-2xl:first-child {
  font-size: 1.5rem;
}

.first\:text-3xl:first-child {
  font-size: 1.875rem;
}

.first\:text-4xl:first-child {
  font-size: 2.25rem;
}

.first\:text-5xl:first-child {
  font-size: 3rem;
}

.first\:text-6xl:first-child {
  font-size: 4rem;
}

.last\:text-12:last-child {
  font-size: 12px;
}

.last\:text-13:last-child {
  font-size: 13px;
}

.last\:text-14:last-child {
  font-size: 14px;
}

.last\:text-15:last-child {
  font-size: 15px;
}

.last\:text-16:last-child {
  font-size: 16px;
}

.last\:text-17:last-child {
  font-size: 17px;
}

.last\:text-18:last-child {
  font-size: 18px;
}

.last\:text-21:last-child {
  font-size: 21px;
}

.last\:text-23:last-child {
  font-size: 23px;
}

.last\:text-24:last-child {
  font-size: 24px;
}

.last\:text-27:last-child {
  font-size: 27px;
}

.last\:text-35:last-child {
  font-size: 35px;
}

.last\:text-40:last-child {
  font-size: 40px;
}

.last\:text-xs:last-child {
  font-size: 0.75rem;
}

.last\:text-sm:last-child {
  font-size: 0.875rem;
}

.last\:text-base:last-child {
  font-size: 1rem;
}

.last\:text-lg:last-child {
  font-size: 1.125rem;
}

.last\:text-xl:last-child {
  font-size: 1.25rem;
}

.last\:text-2xl:last-child {
  font-size: 1.5rem;
}

.last\:text-3xl:last-child {
  font-size: 1.875rem;
}

.last\:text-4xl:last-child {
  font-size: 2.25rem;
}

.last\:text-5xl:last-child {
  font-size: 3rem;
}

.last\:text-6xl:last-child {
  font-size: 4rem;
}

.group:hover .group-hover\:text-12 {
  font-size: 12px;
}

.group:hover .group-hover\:text-13 {
  font-size: 13px;
}

.group:hover .group-hover\:text-14 {
  font-size: 14px;
}

.group:hover .group-hover\:text-15 {
  font-size: 15px;
}

.group:hover .group-hover\:text-16 {
  font-size: 16px;
}

.group:hover .group-hover\:text-17 {
  font-size: 17px;
}

.group:hover .group-hover\:text-18 {
  font-size: 18px;
}

.group:hover .group-hover\:text-21 {
  font-size: 21px;
}

.group:hover .group-hover\:text-23 {
  font-size: 23px;
}

.group:hover .group-hover\:text-24 {
  font-size: 24px;
}

.group:hover .group-hover\:text-27 {
  font-size: 27px;
}

.group:hover .group-hover\:text-35 {
  font-size: 35px;
}

.group:hover .group-hover\:text-40 {
  font-size: 40px;
}

.group:hover .group-hover\:text-xs {
  font-size: 0.75rem;
}

.group:hover .group-hover\:text-sm {
  font-size: 0.875rem;
}

.group:hover .group-hover\:text-base {
  font-size: 1rem;
}

.group:hover .group-hover\:text-lg {
  font-size: 1.125rem;
}

.group:hover .group-hover\:text-xl {
  font-size: 1.25rem;
}

.group:hover .group-hover\:text-2xl {
  font-size: 1.5rem;
}

.group:hover .group-hover\:text-3xl {
  font-size: 1.875rem;
}

.group:hover .group-hover\:text-4xl {
  font-size: 2.25rem;
}

.group:hover .group-hover\:text-5xl {
  font-size: 3rem;
}

.group:hover .group-hover\:text-6xl {
  font-size: 4rem;
}

.leading-1 {
  line-height: 1;
}

.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-19 {
  line-height: 19px;
}

.leading-22 {
  line-height: 22px;
}

.leading-25 {
  line-height: 25px;
}

.leading-27 {
  line-height: 27px;
}

.leading-28 {
  line-height: 28px;
}

.leading-31 {
  line-height: 31px;
}

.leading-32 {
  line-height: 32px;
}

.leading-40 {
  line-height: 40px;
}

.leading-43 {
  line-height: 43px;
}

.leading-47 {
  line-height: 47px;
}

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

.hover\:leading-1:hover {
  line-height: 1;
}

.hover\:leading-3:hover {
  line-height: .75rem;
}

.hover\:leading-4:hover {
  line-height: 1rem;
}

.hover\:leading-5:hover {
  line-height: 1.25rem;
}

.hover\:leading-6:hover {
  line-height: 1.5rem;
}

.hover\:leading-7:hover {
  line-height: 1.75rem;
}

.hover\:leading-8:hover {
  line-height: 2rem;
}

.hover\:leading-9:hover {
  line-height: 2.25rem;
}

.hover\:leading-10:hover {
  line-height: 2.5rem;
}

.hover\:leading-19:hover {
  line-height: 19px;
}

.hover\:leading-22:hover {
  line-height: 22px;
}

.hover\:leading-25:hover {
  line-height: 25px;
}

.hover\:leading-27:hover {
  line-height: 27px;
}

.hover\:leading-28:hover {
  line-height: 28px;
}

.hover\:leading-31:hover {
  line-height: 31px;
}

.hover\:leading-32:hover {
  line-height: 32px;
}

.hover\:leading-40:hover {
  line-height: 40px;
}

.hover\:leading-43:hover {
  line-height: 43px;
}

.hover\:leading-47:hover {
  line-height: 47px;
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:leading-tight:hover {
  line-height: 1.25;
}

.hover\:leading-snug:hover {
  line-height: 1.375;
}

.hover\:leading-normal:hover {
  line-height: 1.5;
}

.hover\:leading-relaxed:hover {
  line-height: 1.625;
}

.hover\:leading-loose:hover {
  line-height: 2;
}

.focus\:leading-1:focus {
  line-height: 1;
}

.focus\:leading-3:focus {
  line-height: .75rem;
}

.focus\:leading-4:focus {
  line-height: 1rem;
}

.focus\:leading-5:focus {
  line-height: 1.25rem;
}

.focus\:leading-6:focus {
  line-height: 1.5rem;
}

.focus\:leading-7:focus {
  line-height: 1.75rem;
}

.focus\:leading-8:focus {
  line-height: 2rem;
}

.focus\:leading-9:focus {
  line-height: 2.25rem;
}

.focus\:leading-10:focus {
  line-height: 2.5rem;
}

.focus\:leading-19:focus {
  line-height: 19px;
}

.focus\:leading-22:focus {
  line-height: 22px;
}

.focus\:leading-25:focus {
  line-height: 25px;
}

.focus\:leading-27:focus {
  line-height: 27px;
}

.focus\:leading-28:focus {
  line-height: 28px;
}

.focus\:leading-31:focus {
  line-height: 31px;
}

.focus\:leading-32:focus {
  line-height: 32px;
}

.focus\:leading-40:focus {
  line-height: 40px;
}

.focus\:leading-43:focus {
  line-height: 43px;
}

.focus\:leading-47:focus {
  line-height: 47px;
}

.focus\:leading-none:focus {
  line-height: 1;
}

.focus\:leading-tight:focus {
  line-height: 1.25;
}

.focus\:leading-snug:focus {
  line-height: 1.375;
}

.focus\:leading-normal:focus {
  line-height: 1.5;
}

.focus\:leading-relaxed:focus {
  line-height: 1.625;
}

.focus\:leading-loose:focus {
  line-height: 2;
}

.first\:leading-1:first-child {
  line-height: 1;
}

.first\:leading-3:first-child {
  line-height: .75rem;
}

.first\:leading-4:first-child {
  line-height: 1rem;
}

.first\:leading-5:first-child {
  line-height: 1.25rem;
}

.first\:leading-6:first-child {
  line-height: 1.5rem;
}

.first\:leading-7:first-child {
  line-height: 1.75rem;
}

.first\:leading-8:first-child {
  line-height: 2rem;
}

.first\:leading-9:first-child {
  line-height: 2.25rem;
}

.first\:leading-10:first-child {
  line-height: 2.5rem;
}

.first\:leading-19:first-child {
  line-height: 19px;
}

.first\:leading-22:first-child {
  line-height: 22px;
}

.first\:leading-25:first-child {
  line-height: 25px;
}

.first\:leading-27:first-child {
  line-height: 27px;
}

.first\:leading-28:first-child {
  line-height: 28px;
}

.first\:leading-31:first-child {
  line-height: 31px;
}

.first\:leading-32:first-child {
  line-height: 32px;
}

.first\:leading-40:first-child {
  line-height: 40px;
}

.first\:leading-43:first-child {
  line-height: 43px;
}

.first\:leading-47:first-child {
  line-height: 47px;
}

.first\:leading-none:first-child {
  line-height: 1;
}

.first\:leading-tight:first-child {
  line-height: 1.25;
}

.first\:leading-snug:first-child {
  line-height: 1.375;
}

.first\:leading-normal:first-child {
  line-height: 1.5;
}

.first\:leading-relaxed:first-child {
  line-height: 1.625;
}

.first\:leading-loose:first-child {
  line-height: 2;
}

.last\:leading-1:last-child {
  line-height: 1;
}

.last\:leading-3:last-child {
  line-height: .75rem;
}

.last\:leading-4:last-child {
  line-height: 1rem;
}

.last\:leading-5:last-child {
  line-height: 1.25rem;
}

.last\:leading-6:last-child {
  line-height: 1.5rem;
}

.last\:leading-7:last-child {
  line-height: 1.75rem;
}

.last\:leading-8:last-child {
  line-height: 2rem;
}

.last\:leading-9:last-child {
  line-height: 2.25rem;
}

.last\:leading-10:last-child {
  line-height: 2.5rem;
}

.last\:leading-19:last-child {
  line-height: 19px;
}

.last\:leading-22:last-child {
  line-height: 22px;
}

.last\:leading-25:last-child {
  line-height: 25px;
}

.last\:leading-27:last-child {
  line-height: 27px;
}

.last\:leading-28:last-child {
  line-height: 28px;
}

.last\:leading-31:last-child {
  line-height: 31px;
}

.last\:leading-32:last-child {
  line-height: 32px;
}

.last\:leading-40:last-child {
  line-height: 40px;
}

.last\:leading-43:last-child {
  line-height: 43px;
}

.last\:leading-47:last-child {
  line-height: 47px;
}

.last\:leading-none:last-child {
  line-height: 1;
}

.last\:leading-tight:last-child {
  line-height: 1.25;
}

.last\:leading-snug:last-child {
  line-height: 1.375;
}

.last\:leading-normal:last-child {
  line-height: 1.5;
}

.last\:leading-relaxed:last-child {
  line-height: 1.625;
}

.last\:leading-loose:last-child {
  line-height: 2;
}

.group:hover .group-hover\:leading-1 {
  line-height: 1;
}

.group:hover .group-hover\:leading-3 {
  line-height: .75rem;
}

.group:hover .group-hover\:leading-4 {
  line-height: 1rem;
}

.group:hover .group-hover\:leading-5 {
  line-height: 1.25rem;
}

.group:hover .group-hover\:leading-6 {
  line-height: 1.5rem;
}

.group:hover .group-hover\:leading-7 {
  line-height: 1.75rem;
}

.group:hover .group-hover\:leading-8 {
  line-height: 2rem;
}

.group:hover .group-hover\:leading-9 {
  line-height: 2.25rem;
}

.group:hover .group-hover\:leading-10 {
  line-height: 2.5rem;
}

.group:hover .group-hover\:leading-19 {
  line-height: 19px;
}

.group:hover .group-hover\:leading-22 {
  line-height: 22px;
}

.group:hover .group-hover\:leading-25 {
  line-height: 25px;
}

.group:hover .group-hover\:leading-27 {
  line-height: 27px;
}

.group:hover .group-hover\:leading-28 {
  line-height: 28px;
}

.group:hover .group-hover\:leading-31 {
  line-height: 31px;
}

.group:hover .group-hover\:leading-32 {
  line-height: 32px;
}

.group:hover .group-hover\:leading-40 {
  line-height: 40px;
}

.group:hover .group-hover\:leading-43 {
  line-height: 43px;
}

.group:hover .group-hover\:leading-47 {
  line-height: 47px;
}

.group:hover .group-hover\:leading-none {
  line-height: 1;
}

.group:hover .group-hover\:leading-tight {
  line-height: 1.25;
}

.group:hover .group-hover\:leading-snug {
  line-height: 1.375;
}

.group:hover .group-hover\:leading-normal {
  line-height: 1.5;
}

.group:hover .group-hover\:leading-relaxed {
  line-height: 1.625;
}

.group:hover .group-hover\:leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.hover\:list-inside:hover {
  list-style-position: inside;
}

.hover\:list-outside:hover {
  list-style-position: outside;
}

.focus\:list-inside:focus {
  list-style-position: inside;
}

.focus\:list-outside:focus {
  list-style-position: outside;
}

.first\:list-inside:first-child {
  list-style-position: inside;
}

.first\:list-outside:first-child {
  list-style-position: outside;
}

.last\:list-inside:last-child {
  list-style-position: inside;
}

.last\:list-outside:last-child {
  list-style-position: outside;
}

.group:hover .group-hover\:list-inside {
  list-style-position: inside;
}

.group:hover .group-hover\:list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.hover\:list-none:hover {
  list-style-type: none;
}

.hover\:list-disc:hover {
  list-style-type: disc;
}

.hover\:list-decimal:hover {
  list-style-type: decimal;
}

.focus\:list-none:focus {
  list-style-type: none;
}

.focus\:list-disc:focus {
  list-style-type: disc;
}

.focus\:list-decimal:focus {
  list-style-type: decimal;
}

.first\:list-none:first-child {
  list-style-type: none;
}

.first\:list-disc:first-child {
  list-style-type: disc;
}

.first\:list-decimal:first-child {
  list-style-type: decimal;
}

.last\:list-none:last-child {
  list-style-type: none;
}

.last\:list-disc:last-child {
  list-style-type: disc;
}

.last\:list-decimal:last-child {
  list-style-type: decimal;
}

.group:hover .group-hover\:list-none {
  list-style-type: none;
}

.group:hover .group-hover\:list-disc {
  list-style-type: disc;
}

.group:hover .group-hover\:list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 3px;
}

.m-4 {
  margin: 4px;
}

.m-5 {
  margin: 5px;
}

.m-6 {
  margin: 6px;
}

.m-8 {
  margin: 8px;
}

.m-9 {
  margin: 9px;
}

.m-10 {
  margin: 10px;
}

.m-12 {
  margin: 12px;
}

.m-13 {
  margin: 13px;
}

.m-14 {
  margin: 14px;
}

.m-15 {
  margin: 15px;
}

.m-16 {
  margin: 16px;
}

.m-17 {
  margin: 17px;
}

.m-18 {
  margin: 18px;
}

.m-20 {
  margin: 20px;
}

.m-22 {
  margin: 22px;
}

.m-24 {
  margin: 24px;
}

.m-25 {
  margin: 25px;
}

.m-28 {
  margin: 28px;
}

.m-29 {
  margin: 29px;
}

.m-30 {
  margin: 30px;
}

.m-32 {
  margin: 32px;
}

.m-35 {
  margin: 35px;
}

.m-36 {
  margin: 36px;
}

.m-37 {
  margin: 37px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-48 {
  margin: 48px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-56 {
  margin: 56px;
}

.m-60 {
  margin: 60px;
}

.m-62 {
  margin: 62px;
}

.m-64 {
  margin: 64px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-96 {
  margin: 96px;
}

.m-100 {
  margin: 100px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-128 {
  margin: 128px;
}

.m-135 {
  margin: 135px;
}

.m-140 {
  margin: 140px;
}

.m-145 {
  margin: 145px;
}

.m-150 {
  margin: 150px;
}

.m-160 {
  margin: 160px;
}

.m-165 {
  margin: 165px;
}

.m-168 {
  margin: 168px;
}

.m-170 {
  margin: 170px;
}

.m-180 {
  margin: 180px;
}

.m-200 {
  margin: 200px;
}

.m-220 {
  margin: 220px;
}

.m-230 {
  margin: 230px;
}

.m-235 {
  margin: 235px;
}

.m-240 {
  margin: 240px;
}

.m-250 {
  margin: 250px;
}

.m-300 {
  margin: 300px;
}

.m-320 {
  margin: 320px;
}

.m-350 {
  margin: 350px;
}

.m-375 {
  margin: 375px;
}

.m-400 {
  margin: 400px;
}

.m-450 {
  margin: 450px;
}

.m-700 {
  margin: 700px;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-1p {
  margin: 1%;
}

.m-1\/12 {
  margin: 8.3333%;
}

.m-2\/12 {
  margin: 16.666667%;
}

.m-11p {
  margin: 11%;
}

.m-20p {
  margin: 20%;
}

.m-24p {
  margin: 24.25%;
}

.m-25p {
  margin: 25%;
}

.m-32p {
  margin: 32%;
}

.m-35p {
  margin: 35%;
}

.m-40p {
  margin: 40%;
}

.m-49p {
  margin: 49%;
}

.m-49-5p {
  margin: 49.5%;
}

.m-80p {
  margin: 80%;
}

.m-vh80 {
  margin: 80vh;
}

.m-vh86 {
  margin: 86vh;
}

.m-vh90 {
  margin: 90vh;
}

.m-vw80 {
  margin: 80vw;
}

.m-vw90 {
  margin: 90vw;
}

.m-90p {
  margin: 90%;
}

.m-92p {
  margin: 92%;
}

.m-93p {
  margin: 93%;
}

.m-94p {
  margin: 94%;
}

.m-95p {
  margin: 95%;
}

.m-96p {
  margin: 96%;
}

.m-100p {
  margin: 100%;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -3px;
}

.-m-4 {
  margin: -4px;
}

.-m-5 {
  margin: -5px;
}

.-m-6 {
  margin: -6px;
}

.-m-8 {
  margin: -8px;
}

.-m-9 {
  margin: -9px;
}

.-m-10 {
  margin: -10px;
}

.-m-12 {
  margin: -12px;
}

.-m-13 {
  margin: -13px;
}

.-m-14 {
  margin: -14px;
}

.-m-15 {
  margin: -15px;
}

.-m-16 {
  margin: -16px;
}

.-m-17 {
  margin: -17px;
}

.-m-18 {
  margin: -18px;
}

.-m-20 {
  margin: -20px;
}

.-m-22 {
  margin: -22px;
}

.-m-24 {
  margin: -24px;
}

.-m-25 {
  margin: -25px;
}

.-m-28 {
  margin: -28px;
}

.-m-29 {
  margin: -29px;
}

.-m-30 {
  margin: -30px;
}

.-m-32 {
  margin: -32px;
}

.-m-35 {
  margin: -35px;
}

.-m-36 {
  margin: -36px;
}

.-m-37 {
  margin: -37px;
}

.-m-40 {
  margin: -40px;
}

.-m-45 {
  margin: -45px;
}

.-m-48 {
  margin: -48px;
}

.-m-50 {
  margin: -50px;
}

.-m-55 {
  margin: -55px;
}

.-m-56 {
  margin: -56px;
}

.-m-60 {
  margin: -60px;
}

.-m-62 {
  margin: -62px;
}

.-m-64 {
  margin: -64px;
}

.-m-65 {
  margin: -65px;
}

.-m-70 {
  margin: -70px;
}

.-m-75 {
  margin: -75px;
}

.-m-80 {
  margin: -80px;
}

.-m-85 {
  margin: -85px;
}

.-m-90 {
  margin: -90px;
}

.-m-95 {
  margin: -95px;
}

.-m-96 {
  margin: -96px;
}

.-m-100 {
  margin: -100px;
}

.-m-110 {
  margin: -110px;
}

.-m-115 {
  margin: -115px;
}

.-m-120 {
  margin: -120px;
}

.-m-128 {
  margin: -128px;
}

.-m-135 {
  margin: -135px;
}

.-m-140 {
  margin: -140px;
}

.-m-145 {
  margin: -145px;
}

.-m-150 {
  margin: -150px;
}

.-m-160 {
  margin: -160px;
}

.-m-165 {
  margin: -165px;
}

.-m-168 {
  margin: -168px;
}

.-m-170 {
  margin: -170px;
}

.-m-180 {
  margin: -180px;
}

.-m-200 {
  margin: -200px;
}

.-m-220 {
  margin: -220px;
}

.-m-230 {
  margin: -230px;
}

.-m-235 {
  margin: -235px;
}

.-m-240 {
  margin: -240px;
}

.-m-250 {
  margin: -250px;
}

.-m-300 {
  margin: -300px;
}

.-m-320 {
  margin: -320px;
}

.-m-350 {
  margin: -350px;
}

.-m-375 {
  margin: -375px;
}

.-m-400 {
  margin: -400px;
}

.-m-450 {
  margin: -450px;
}

.-m-700 {
  margin: -700px;
}

.-m-px {
  margin: -1px;
}

.-m-1p {
  margin: -1%;
}

.-m-1\/12 {
  margin: -8.3333%;
}

.-m-2\/12 {
  margin: -16.66667%;
}

.-m-11p {
  margin: -11%;
}

.-m-20p {
  margin: -20%;
}

.-m-24p {
  margin: -24.25%;
}

.-m-25p {
  margin: -25%;
}

.-m-32p {
  margin: -32%;
}

.-m-35p {
  margin: -35%;
}

.-m-40p {
  margin: -40%;
}

.-m-49p {
  margin: -49%;
}

.-m-49-5p {
  margin: -49.5%;
}

.-m-80p {
  margin: -80%;
}

.-m-vh80 {
  margin: -80vh;
}

.-m-vh86 {
  margin: -86vh;
}

.-m-vh90 {
  margin: -90vh;
}

.-m-vw80 {
  margin: -80vw;
}

.-m-vw90 {
  margin: -90vw;
}

.-m-90p {
  margin: -90%;
}

.-m-92p {
  margin: -92%;
}

.-m-93p {
  margin: -93%;
}

.-m-94p {
  margin: -94%;
}

.-m-95p {
  margin: -95%;
}

.-m-96p {
  margin: -96%;
}

.-m-100p {
  margin: -100%;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.mx-13 {
  margin-left: 13px;
  margin-right: 13px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.mx-37 {
  margin-left: 37px;
  margin-right: 37px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.mx-62 {
  margin-left: 62px;
  margin-right: 62px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.mx-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.my-168 {
  margin-top: 168px;
  margin-bottom: 168px;
}

.mx-168 {
  margin-left: 168px;
  margin-right: 168px;
}

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.mx-220 {
  margin-left: 220px;
  margin-right: 220px;
}

.my-230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.mx-230 {
  margin-left: 230px;
  margin-right: 230px;
}

.my-235 {
  margin-top: 235px;
  margin-bottom: 235px;
}

.mx-235 {
  margin-left: 235px;
  margin-right: 235px;
}

.my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.mx-240 {
  margin-left: 240px;
  margin-right: 240px;
}

.my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.mx-250 {
  margin-left: 250px;
  margin-right: 250px;
}

.my-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}

.my-320 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.mx-320 {
  margin-left: 320px;
  margin-right: 320px;
}

.my-350 {
  margin-top: 350px;
  margin-bottom: 350px;
}

.mx-350 {
  margin-left: 350px;
  margin-right: 350px;
}

.my-375 {
  margin-top: 375px;
  margin-bottom: 375px;
}

.mx-375 {
  margin-left: 375px;
  margin-right: 375px;
}

.my-400 {
  margin-top: 400px;
  margin-bottom: 400px;
}

.mx-400 {
  margin-left: 400px;
  margin-right: 400px;
}

.my-450 {
  margin-top: 450px;
  margin-bottom: 450px;
}

.mx-450 {
  margin-left: 450px;
  margin-right: 450px;
}

.my-700 {
  margin-top: 700px;
  margin-bottom: 700px;
}

.mx-700 {
  margin-left: 700px;
  margin-right: 700px;
}

.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-1p {
  margin-top: 1%;
  margin-bottom: 1%;
}

.mx-1p {
  margin-left: 1%;
  margin-right: 1%;
}

.my-1\/12 {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.mx-1\/12 {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.my-2\/12 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-2\/12 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-11p {
  margin-top: 11%;
  margin-bottom: 11%;
}

.mx-11p {
  margin-left: 11%;
  margin-right: 11%;
}

.my-20p {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-20p {
  margin-left: 20%;
  margin-right: 20%;
}

.my-24p {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.mx-24p {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.my-25p {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-25p {
  margin-left: 25%;
  margin-right: 25%;
}

.my-32p {
  margin-top: 32%;
  margin-bottom: 32%;
}

.mx-32p {
  margin-left: 32%;
  margin-right: 32%;
}

.my-35p {
  margin-top: 35%;
  margin-bottom: 35%;
}

.mx-35p {
  margin-left: 35%;
  margin-right: 35%;
}

.my-40p {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-40p {
  margin-left: 40%;
  margin-right: 40%;
}

.my-49p {
  margin-top: 49%;
  margin-bottom: 49%;
}

.mx-49p {
  margin-left: 49%;
  margin-right: 49%;
}

.my-49-5p {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.mx-49-5p {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.my-80p {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-80p {
  margin-left: 80%;
  margin-right: 80%;
}

.my-vh80 {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.mx-vh80 {
  margin-left: 80vh;
  margin-right: 80vh;
}

.my-vh86 {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.mx-vh86 {
  margin-left: 86vh;
  margin-right: 86vh;
}

.my-vh90 {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.mx-vh90 {
  margin-left: 90vh;
  margin-right: 90vh;
}

.my-vw80 {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.mx-vw80 {
  margin-left: 80vw;
  margin-right: 80vw;
}

.my-vw90 {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.mx-vw90 {
  margin-left: 90vw;
  margin-right: 90vw;
}

.my-90p {
  margin-top: 90%;
  margin-bottom: 90%;
}

.mx-90p {
  margin-left: 90%;
  margin-right: 90%;
}

.my-92p {
  margin-top: 92%;
  margin-bottom: 92%;
}

.mx-92p {
  margin-left: 92%;
  margin-right: 92%;
}

.my-93p {
  margin-top: 93%;
  margin-bottom: 93%;
}

.mx-93p {
  margin-left: 93%;
  margin-right: 93%;
}

.my-94p {
  margin-top: 94%;
  margin-bottom: 94%;
}

.mx-94p {
  margin-left: 94%;
  margin-right: 94%;
}

.my-95p {
  margin-top: 95%;
  margin-bottom: 95%;
}

.mx-95p {
  margin-left: 95%;
  margin-right: 95%;
}

.my-96p {
  margin-top: 96%;
  margin-bottom: 96%;
}

.mx-96p {
  margin-left: 96%;
  margin-right: 96%;
}

.my-100p {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-100p {
  margin-left: 100%;
  margin-right: 100%;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.-mx-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.-my-4 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.-mx-4 {
  margin-left: -4px;
  margin-right: -4px;
}

.-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.-my-6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.-mx-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.-my-8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.-my-9 {
  margin-top: -9px;
  margin-bottom: -9px;
}

.-mx-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-13 {
  margin-top: -13px;
  margin-bottom: -13px;
}

.-mx-13 {
  margin-left: -13px;
  margin-right: -13px;
}

.-my-14 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.-mx-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.-my-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-17 {
  margin-top: -17px;
  margin-bottom: -17px;
}

.-mx-17 {
  margin-left: -17px;
  margin-right: -17px;
}

.-my-18 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.-mx-18 {
  margin-left: -18px;
  margin-right: -18px;
}

.-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-22 {
  margin-top: -22px;
  margin-bottom: -22px;
}

.-mx-22 {
  margin-left: -22px;
  margin-right: -22px;
}

.-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.-my-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.-mx-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.-my-28 {
  margin-top: -28px;
  margin-bottom: -28px;
}

.-mx-28 {
  margin-left: -28px;
  margin-right: -28px;
}

.-my-29 {
  margin-top: -29px;
  margin-bottom: -29px;
}

.-mx-29 {
  margin-left: -29px;
  margin-right: -29px;
}

.-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.-mx-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.-my-32 {
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-32 {
  margin-left: -32px;
  margin-right: -32px;
}

.-my-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.-mx-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}

.-my-37 {
  margin-top: -37px;
  margin-bottom: -37px;
}

.-mx-37 {
  margin-left: -37px;
  margin-right: -37px;
}

.-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.-my-45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.-mx-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.-my-48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.-mx-48 {
  margin-left: -48px;
  margin-right: -48px;
}

.-my-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.-mx-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.-my-55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

.-mx-55 {
  margin-left: -55px;
  margin-right: -55px;
}

.-my-56 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.-mx-56 {
  margin-left: -56px;
  margin-right: -56px;
}

.-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.-mx-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.-my-62 {
  margin-top: -62px;
  margin-bottom: -62px;
}

.-mx-62 {
  margin-left: -62px;
  margin-right: -62px;
}

.-my-64 {
  margin-top: -64px;
  margin-bottom: -64px;
}

.-mx-64 {
  margin-left: -64px;
  margin-right: -64px;
}

.-my-65 {
  margin-top: -65px;
  margin-bottom: -65px;
}

.-mx-65 {
  margin-left: -65px;
  margin-right: -65px;
}

.-my-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.-mx-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.-my-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.-mx-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.-mx-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.-my-85 {
  margin-top: -85px;
  margin-bottom: -85px;
}

.-mx-85 {
  margin-left: -85px;
  margin-right: -85px;
}

.-my-90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.-mx-90 {
  margin-left: -90px;
  margin-right: -90px;
}

.-my-95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.-mx-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.-my-96 {
  margin-top: -96px;
  margin-bottom: -96px;
}

.-mx-96 {
  margin-left: -96px;
  margin-right: -96px;
}

.-my-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.-mx-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.-my-110 {
  margin-top: -110px;
  margin-bottom: -110px;
}

.-mx-110 {
  margin-left: -110px;
  margin-right: -110px;
}

.-my-115 {
  margin-top: -115px;
  margin-bottom: -115px;
}

.-mx-115 {
  margin-left: -115px;
  margin-right: -115px;
}

.-my-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

.-mx-120 {
  margin-left: -120px;
  margin-right: -120px;
}

.-my-128 {
  margin-top: -128px;
  margin-bottom: -128px;
}

.-mx-128 {
  margin-left: -128px;
  margin-right: -128px;
}

.-my-135 {
  margin-top: -135px;
  margin-bottom: -135px;
}

.-mx-135 {
  margin-left: -135px;
  margin-right: -135px;
}

.-my-140 {
  margin-top: -140px;
  margin-bottom: -140px;
}

.-mx-140 {
  margin-left: -140px;
  margin-right: -140px;
}

.-my-145 {
  margin-top: -145px;
  margin-bottom: -145px;
}

.-mx-145 {
  margin-left: -145px;
  margin-right: -145px;
}

.-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.-mx-150 {
  margin-left: -150px;
  margin-right: -150px;
}

.-my-160 {
  margin-top: -160px;
  margin-bottom: -160px;
}

.-mx-160 {
  margin-left: -160px;
  margin-right: -160px;
}

.-my-165 {
  margin-top: -165px;
  margin-bottom: -165px;
}

.-mx-165 {
  margin-left: -165px;
  margin-right: -165px;
}

.-my-168 {
  margin-top: -168px;
  margin-bottom: -168px;
}

.-mx-168 {
  margin-left: -168px;
  margin-right: -168px;
}

.-my-170 {
  margin-top: -170px;
  margin-bottom: -170px;
}

.-mx-170 {
  margin-left: -170px;
  margin-right: -170px;
}

.-my-180 {
  margin-top: -180px;
  margin-bottom: -180px;
}

.-mx-180 {
  margin-left: -180px;
  margin-right: -180px;
}

.-my-200 {
  margin-top: -200px;
  margin-bottom: -200px;
}

.-mx-200 {
  margin-left: -200px;
  margin-right: -200px;
}

.-my-220 {
  margin-top: -220px;
  margin-bottom: -220px;
}

.-mx-220 {
  margin-left: -220px;
  margin-right: -220px;
}

.-my-230 {
  margin-top: -230px;
  margin-bottom: -230px;
}

.-mx-230 {
  margin-left: -230px;
  margin-right: -230px;
}

.-my-235 {
  margin-top: -235px;
  margin-bottom: -235px;
}

.-mx-235 {
  margin-left: -235px;
  margin-right: -235px;
}

.-my-240 {
  margin-top: -240px;
  margin-bottom: -240px;
}

.-mx-240 {
  margin-left: -240px;
  margin-right: -240px;
}

.-my-250 {
  margin-top: -250px;
  margin-bottom: -250px;
}

.-mx-250 {
  margin-left: -250px;
  margin-right: -250px;
}

.-my-300 {
  margin-top: -300px;
  margin-bottom: -300px;
}

.-mx-300 {
  margin-left: -300px;
  margin-right: -300px;
}

.-my-320 {
  margin-top: -320px;
  margin-bottom: -320px;
}

.-mx-320 {
  margin-left: -320px;
  margin-right: -320px;
}

.-my-350 {
  margin-top: -350px;
  margin-bottom: -350px;
}

.-mx-350 {
  margin-left: -350px;
  margin-right: -350px;
}

.-my-375 {
  margin-top: -375px;
  margin-bottom: -375px;
}

.-mx-375 {
  margin-left: -375px;
  margin-right: -375px;
}

.-my-400 {
  margin-top: -400px;
  margin-bottom: -400px;
}

.-mx-400 {
  margin-left: -400px;
  margin-right: -400px;
}

.-my-450 {
  margin-top: -450px;
  margin-bottom: -450px;
}

.-mx-450 {
  margin-left: -450px;
  margin-right: -450px;
}

.-my-700 {
  margin-top: -700px;
  margin-bottom: -700px;
}

.-mx-700 {
  margin-left: -700px;
  margin-right: -700px;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-1p {
  margin-top: -1%;
  margin-bottom: -1%;
}

.-mx-1p {
  margin-left: -1%;
  margin-right: -1%;
}

.-my-1\/12 {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.-mx-1\/12 {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.-my-2\/12 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-2\/12 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-11p {
  margin-top: -11%;
  margin-bottom: -11%;
}

.-mx-11p {
  margin-left: -11%;
  margin-right: -11%;
}

.-my-20p {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-20p {
  margin-left: -20%;
  margin-right: -20%;
}

.-my-24p {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.-mx-24p {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.-my-25p {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-25p {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-32p {
  margin-top: -32%;
  margin-bottom: -32%;
}

.-mx-32p {
  margin-left: -32%;
  margin-right: -32%;
}

.-my-35p {
  margin-top: -35%;
  margin-bottom: -35%;
}

.-mx-35p {
  margin-left: -35%;
  margin-right: -35%;
}

.-my-40p {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-40p {
  margin-left: -40%;
  margin-right: -40%;
}

.-my-49p {
  margin-top: -49%;
  margin-bottom: -49%;
}

.-mx-49p {
  margin-left: -49%;
  margin-right: -49%;
}

.-my-49-5p {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.-mx-49-5p {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.-my-80p {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-80p {
  margin-left: -80%;
  margin-right: -80%;
}

.-my-vh80 {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.-mx-vh80 {
  margin-left: -80vh;
  margin-right: -80vh;
}

.-my-vh86 {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.-mx-vh86 {
  margin-left: -86vh;
  margin-right: -86vh;
}

.-my-vh90 {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.-mx-vh90 {
  margin-left: -90vh;
  margin-right: -90vh;
}

.-my-vw80 {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.-mx-vw80 {
  margin-left: -80vw;
  margin-right: -80vw;
}

.-my-vw90 {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.-mx-vw90 {
  margin-left: -90vw;
  margin-right: -90vw;
}

.-my-90p {
  margin-top: -90%;
  margin-bottom: -90%;
}

.-mx-90p {
  margin-left: -90%;
  margin-right: -90%;
}

.-my-92p {
  margin-top: -92%;
  margin-bottom: -92%;
}

.-mx-92p {
  margin-left: -92%;
  margin-right: -92%;
}

.-my-93p {
  margin-top: -93%;
  margin-bottom: -93%;
}

.-mx-93p {
  margin-left: -93%;
  margin-right: -93%;
}

.-my-94p {
  margin-top: -94%;
  margin-bottom: -94%;
}

.-mx-94p {
  margin-left: -94%;
  margin-right: -94%;
}

.-my-95p {
  margin-top: -95%;
  margin-bottom: -95%;
}

.-mx-95p {
  margin-left: -95%;
  margin-right: -95%;
}

.-my-96p {
  margin-top: -96%;
  margin-bottom: -96%;
}

.-mx-96p {
  margin-left: -96%;
  margin-right: -96%;
}

.-my-100p {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-100p {
  margin-left: -100%;
  margin-right: -100%;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-22 {
  margin-top: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-62 {
  margin-top: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mt-135 {
  margin-top: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mt-168 {
  margin-top: 168px;
}

.mr-168 {
  margin-right: 168px;
}

.mb-168 {
  margin-bottom: 168px;
}

.ml-168 {
  margin-left: 168px;
}

.mt-170 {
  margin-top: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-220 {
  margin-top: 220px;
}

.mr-220 {
  margin-right: 220px;
}

.mb-220 {
  margin-bottom: 220px;
}

.ml-220 {
  margin-left: 220px;
}

.mt-230 {
  margin-top: 230px;
}

.mr-230 {
  margin-right: 230px;
}

.mb-230 {
  margin-bottom: 230px;
}

.ml-230 {
  margin-left: 230px;
}

.mt-235 {
  margin-top: 235px;
}

.mr-235 {
  margin-right: 235px;
}

.mb-235 {
  margin-bottom: 235px;
}

.ml-235 {
  margin-left: 235px;
}

.mt-240 {
  margin-top: 240px;
}

.mr-240 {
  margin-right: 240px;
}

.mb-240 {
  margin-bottom: 240px;
}

.ml-240 {
  margin-left: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.ml-250 {
  margin-left: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.mt-320 {
  margin-top: 320px;
}

.mr-320 {
  margin-right: 320px;
}

.mb-320 {
  margin-bottom: 320px;
}

.ml-320 {
  margin-left: 320px;
}

.mt-350 {
  margin-top: 350px;
}

.mr-350 {
  margin-right: 350px;
}

.mb-350 {
  margin-bottom: 350px;
}

.ml-350 {
  margin-left: 350px;
}

.mt-375 {
  margin-top: 375px;
}

.mr-375 {
  margin-right: 375px;
}

.mb-375 {
  margin-bottom: 375px;
}

.ml-375 {
  margin-left: 375px;
}

.mt-400 {
  margin-top: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.ml-400 {
  margin-left: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.mb-450 {
  margin-bottom: 450px;
}

.ml-450 {
  margin-left: 450px;
}

.mt-700 {
  margin-top: 700px;
}

.mr-700 {
  margin-right: 700px;
}

.mb-700 {
  margin-bottom: 700px;
}

.ml-700 {
  margin-left: 700px;
}

.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-1p {
  margin-top: 1%;
}

.mr-1p {
  margin-right: 1%;
}

.mb-1p {
  margin-bottom: 1%;
}

.ml-1p {
  margin-left: 1%;
}

.mt-1\/12 {
  margin-top: 8.3333%;
}

.mr-1\/12 {
  margin-right: 8.3333%;
}

.mb-1\/12 {
  margin-bottom: 8.3333%;
}

.ml-1\/12 {
  margin-left: 8.3333%;
}

.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-11p {
  margin-top: 11%;
}

.mr-11p {
  margin-right: 11%;
}

.mb-11p {
  margin-bottom: 11%;
}

.ml-11p {
  margin-left: 11%;
}

.mt-20p {
  margin-top: 20%;
}

.mr-20p {
  margin-right: 20%;
}

.mb-20p {
  margin-bottom: 20%;
}

.ml-20p {
  margin-left: 20%;
}

.mt-24p {
  margin-top: 24.25%;
}

.mr-24p {
  margin-right: 24.25%;
}

.mb-24p {
  margin-bottom: 24.25%;
}

.ml-24p {
  margin-left: 24.25%;
}

.mt-25p {
  margin-top: 25%;
}

.mr-25p {
  margin-right: 25%;
}

.mb-25p {
  margin-bottom: 25%;
}

.ml-25p {
  margin-left: 25%;
}

.mt-32p {
  margin-top: 32%;
}

.mr-32p {
  margin-right: 32%;
}

.mb-32p {
  margin-bottom: 32%;
}

.ml-32p {
  margin-left: 32%;
}

.mt-35p {
  margin-top: 35%;
}

.mr-35p {
  margin-right: 35%;
}

.mb-35p {
  margin-bottom: 35%;
}

.ml-35p {
  margin-left: 35%;
}

.mt-40p {
  margin-top: 40%;
}

.mr-40p {
  margin-right: 40%;
}

.mb-40p {
  margin-bottom: 40%;
}

.ml-40p {
  margin-left: 40%;
}

.mt-49p {
  margin-top: 49%;
}

.mr-49p {
  margin-right: 49%;
}

.mb-49p {
  margin-bottom: 49%;
}

.ml-49p {
  margin-left: 49%;
}

.mt-49-5p {
  margin-top: 49.5%;
}

.mr-49-5p {
  margin-right: 49.5%;
}

.mb-49-5p {
  margin-bottom: 49.5%;
}

.ml-49-5p {
  margin-left: 49.5%;
}

.mt-80p {
  margin-top: 80%;
}

.mr-80p {
  margin-right: 80%;
}

.mb-80p {
  margin-bottom: 80%;
}

.ml-80p {
  margin-left: 80%;
}

.mt-vh80 {
  margin-top: 80vh;
}

.mr-vh80 {
  margin-right: 80vh;
}

.mb-vh80 {
  margin-bottom: 80vh;
}

.ml-vh80 {
  margin-left: 80vh;
}

.mt-vh86 {
  margin-top: 86vh;
}

.mr-vh86 {
  margin-right: 86vh;
}

.mb-vh86 {
  margin-bottom: 86vh;
}

.ml-vh86 {
  margin-left: 86vh;
}

.mt-vh90 {
  margin-top: 90vh;
}

.mr-vh90 {
  margin-right: 90vh;
}

.mb-vh90 {
  margin-bottom: 90vh;
}

.ml-vh90 {
  margin-left: 90vh;
}

.mt-vw80 {
  margin-top: 80vw;
}

.mr-vw80 {
  margin-right: 80vw;
}

.mb-vw80 {
  margin-bottom: 80vw;
}

.ml-vw80 {
  margin-left: 80vw;
}

.mt-vw90 {
  margin-top: 90vw;
}

.mr-vw90 {
  margin-right: 90vw;
}

.mb-vw90 {
  margin-bottom: 90vw;
}

.ml-vw90 {
  margin-left: 90vw;
}

.mt-90p {
  margin-top: 90%;
}

.mr-90p {
  margin-right: 90%;
}

.mb-90p {
  margin-bottom: 90%;
}

.ml-90p {
  margin-left: 90%;
}

.mt-92p {
  margin-top: 92%;
}

.mr-92p {
  margin-right: 92%;
}

.mb-92p {
  margin-bottom: 92%;
}

.ml-92p {
  margin-left: 92%;
}

.mt-93p {
  margin-top: 93%;
}

.mr-93p {
  margin-right: 93%;
}

.mb-93p {
  margin-bottom: 93%;
}

.ml-93p {
  margin-left: 93%;
}

.mt-94p {
  margin-top: 94%;
}

.mr-94p {
  margin-right: 94%;
}

.mb-94p {
  margin-bottom: 94%;
}

.ml-94p {
  margin-left: 94%;
}

.mt-95p {
  margin-top: 95%;
}

.mr-95p {
  margin-right: 95%;
}

.mb-95p {
  margin-bottom: 95%;
}

.ml-95p {
  margin-left: 95%;
}

.mt-96p {
  margin-top: 96%;
}

.mr-96p {
  margin-right: 96%;
}

.mb-96p {
  margin-bottom: 96%;
}

.ml-96p {
  margin-left: 96%;
}

.mt-100p {
  margin-top: 100%;
}

.mr-100p {
  margin-right: 100%;
}

.mb-100p {
  margin-bottom: 100%;
}

.ml-100p {
  margin-left: 100%;
}

.-mt-0 {
  margin-top: 0px;
}

.-mr-0 {
  margin-right: 0px;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-ml-0 {
  margin-left: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -3px;
}

.-mr-3 {
  margin-right: -3px;
}

.-mb-3 {
  margin-bottom: -3px;
}

.-ml-3 {
  margin-left: -3px;
}

.-mt-4 {
  margin-top: -4px;
}

.-mr-4 {
  margin-right: -4px;
}

.-mb-4 {
  margin-bottom: -4px;
}

.-ml-4 {
  margin-left: -4px;
}

.-mt-5 {
  margin-top: -5px;
}

.-mr-5 {
  margin-right: -5px;
}

.-mb-5 {
  margin-bottom: -5px;
}

.-ml-5 {
  margin-left: -5px;
}

.-mt-6 {
  margin-top: -6px;
}

.-mr-6 {
  margin-right: -6px;
}

.-mb-6 {
  margin-bottom: -6px;
}

.-ml-6 {
  margin-left: -6px;
}

.-mt-8 {
  margin-top: -8px;
}

.-mr-8 {
  margin-right: -8px;
}

.-mb-8 {
  margin-bottom: -8px;
}

.-ml-8 {
  margin-left: -8px;
}

.-mt-9 {
  margin-top: -9px;
}

.-mr-9 {
  margin-right: -9px;
}

.-mb-9 {
  margin-bottom: -9px;
}

.-ml-9 {
  margin-left: -9px;
}

.-mt-10 {
  margin-top: -10px;
}

.-mr-10 {
  margin-right: -10px;
}

.-mb-10 {
  margin-bottom: -10px;
}

.-ml-10 {
  margin-left: -10px;
}

.-mt-12 {
  margin-top: -12px;
}

.-mr-12 {
  margin-right: -12px;
}

.-mb-12 {
  margin-bottom: -12px;
}

.-ml-12 {
  margin-left: -12px;
}

.-mt-13 {
  margin-top: -13px;
}

.-mr-13 {
  margin-right: -13px;
}

.-mb-13 {
  margin-bottom: -13px;
}

.-ml-13 {
  margin-left: -13px;
}

.-mt-14 {
  margin-top: -14px;
}

.-mr-14 {
  margin-right: -14px;
}

.-mb-14 {
  margin-bottom: -14px;
}

.-ml-14 {
  margin-left: -14px;
}

.-mt-15 {
  margin-top: -15px;
}

.-mr-15 {
  margin-right: -15px;
}

.-mb-15 {
  margin-bottom: -15px;
}

.-ml-15 {
  margin-left: -15px;
}

.-mt-16 {
  margin-top: -16px;
}

.-mr-16 {
  margin-right: -16px;
}

.-mb-16 {
  margin-bottom: -16px;
}

.-ml-16 {
  margin-left: -16px;
}

.-mt-17 {
  margin-top: -17px;
}

.-mr-17 {
  margin-right: -17px;
}

.-mb-17 {
  margin-bottom: -17px;
}

.-ml-17 {
  margin-left: -17px;
}

.-mt-18 {
  margin-top: -18px;
}

.-mr-18 {
  margin-right: -18px;
}

.-mb-18 {
  margin-bottom: -18px;
}

.-ml-18 {
  margin-left: -18px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mr-20 {
  margin-right: -20px;
}

.-mb-20 {
  margin-bottom: -20px;
}

.-ml-20 {
  margin-left: -20px;
}

.-mt-22 {
  margin-top: -22px;
}

.-mr-22 {
  margin-right: -22px;
}

.-mb-22 {
  margin-bottom: -22px;
}

.-ml-22 {
  margin-left: -22px;
}

.-mt-24 {
  margin-top: -24px;
}

.-mr-24 {
  margin-right: -24px;
}

.-mb-24 {
  margin-bottom: -24px;
}

.-ml-24 {
  margin-left: -24px;
}

.-mt-25 {
  margin-top: -25px;
}

.-mr-25 {
  margin-right: -25px;
}

.-mb-25 {
  margin-bottom: -25px;
}

.-ml-25 {
  margin-left: -25px;
}

.-mt-28 {
  margin-top: -28px;
}

.-mr-28 {
  margin-right: -28px;
}

.-mb-28 {
  margin-bottom: -28px;
}

.-ml-28 {
  margin-left: -28px;
}

.-mt-29 {
  margin-top: -29px;
}

.-mr-29 {
  margin-right: -29px;
}

.-mb-29 {
  margin-bottom: -29px;
}

.-ml-29 {
  margin-left: -29px;
}

.-mt-30 {
  margin-top: -30px;
}

.-mr-30 {
  margin-right: -30px;
}

.-mb-30 {
  margin-bottom: -30px;
}

.-ml-30 {
  margin-left: -30px;
}

.-mt-32 {
  margin-top: -32px;
}

.-mr-32 {
  margin-right: -32px;
}

.-mb-32 {
  margin-bottom: -32px;
}

.-ml-32 {
  margin-left: -32px;
}

.-mt-35 {
  margin-top: -35px;
}

.-mr-35 {
  margin-right: -35px;
}

.-mb-35 {
  margin-bottom: -35px;
}

.-ml-35 {
  margin-left: -35px;
}

.-mt-36 {
  margin-top: -36px;
}

.-mr-36 {
  margin-right: -36px;
}

.-mb-36 {
  margin-bottom: -36px;
}

.-ml-36 {
  margin-left: -36px;
}

.-mt-37 {
  margin-top: -37px;
}

.-mr-37 {
  margin-right: -37px;
}

.-mb-37 {
  margin-bottom: -37px;
}

.-ml-37 {
  margin-left: -37px;
}

.-mt-40 {
  margin-top: -40px;
}

.-mr-40 {
  margin-right: -40px;
}

.-mb-40 {
  margin-bottom: -40px;
}

.-ml-40 {
  margin-left: -40px;
}

.-mt-45 {
  margin-top: -45px;
}

.-mr-45 {
  margin-right: -45px;
}

.-mb-45 {
  margin-bottom: -45px;
}

.-ml-45 {
  margin-left: -45px;
}

.-mt-48 {
  margin-top: -48px;
}

.-mr-48 {
  margin-right: -48px;
}

.-mb-48 {
  margin-bottom: -48px;
}

.-ml-48 {
  margin-left: -48px;
}

.-mt-50 {
  margin-top: -50px;
}

.-mr-50 {
  margin-right: -50px;
}

.-mb-50 {
  margin-bottom: -50px;
}

.-ml-50 {
  margin-left: -50px;
}

.-mt-55 {
  margin-top: -55px;
}

.-mr-55 {
  margin-right: -55px;
}

.-mb-55 {
  margin-bottom: -55px;
}

.-ml-55 {
  margin-left: -55px;
}

.-mt-56 {
  margin-top: -56px;
}

.-mr-56 {
  margin-right: -56px;
}

.-mb-56 {
  margin-bottom: -56px;
}

.-ml-56 {
  margin-left: -56px;
}

.-mt-60 {
  margin-top: -60px;
}

.-mr-60 {
  margin-right: -60px;
}

.-mb-60 {
  margin-bottom: -60px;
}

.-ml-60 {
  margin-left: -60px;
}

.-mt-62 {
  margin-top: -62px;
}

.-mr-62 {
  margin-right: -62px;
}

.-mb-62 {
  margin-bottom: -62px;
}

.-ml-62 {
  margin-left: -62px;
}

.-mt-64 {
  margin-top: -64px;
}

.-mr-64 {
  margin-right: -64px;
}

.-mb-64 {
  margin-bottom: -64px;
}

.-ml-64 {
  margin-left: -64px;
}

.-mt-65 {
  margin-top: -65px;
}

.-mr-65 {
  margin-right: -65px;
}

.-mb-65 {
  margin-bottom: -65px;
}

.-ml-65 {
  margin-left: -65px;
}

.-mt-70 {
  margin-top: -70px;
}

.-mr-70 {
  margin-right: -70px;
}

.-mb-70 {
  margin-bottom: -70px;
}

.-ml-70 {
  margin-left: -70px;
}

.-mt-75 {
  margin-top: -75px;
}

.-mr-75 {
  margin-right: -75px;
}

.-mb-75 {
  margin-bottom: -75px;
}

.-ml-75 {
  margin-left: -75px;
}

.-mt-80 {
  margin-top: -80px;
}

.-mr-80 {
  margin-right: -80px;
}

.-mb-80 {
  margin-bottom: -80px;
}

.-ml-80 {
  margin-left: -80px;
}

.-mt-85 {
  margin-top: -85px;
}

.-mr-85 {
  margin-right: -85px;
}

.-mb-85 {
  margin-bottom: -85px;
}

.-ml-85 {
  margin-left: -85px;
}

.-mt-90 {
  margin-top: -90px;
}

.-mr-90 {
  margin-right: -90px;
}

.-mb-90 {
  margin-bottom: -90px;
}

.-ml-90 {
  margin-left: -90px;
}

.-mt-95 {
  margin-top: -95px;
}

.-mr-95 {
  margin-right: -95px;
}

.-mb-95 {
  margin-bottom: -95px;
}

.-ml-95 {
  margin-left: -95px;
}

.-mt-96 {
  margin-top: -96px;
}

.-mr-96 {
  margin-right: -96px;
}

.-mb-96 {
  margin-bottom: -96px;
}

.-ml-96 {
  margin-left: -96px;
}

.-mt-100 {
  margin-top: -100px;
}

.-mr-100 {
  margin-right: -100px;
}

.-mb-100 {
  margin-bottom: -100px;
}

.-ml-100 {
  margin-left: -100px;
}

.-mt-110 {
  margin-top: -110px;
}

.-mr-110 {
  margin-right: -110px;
}

.-mb-110 {
  margin-bottom: -110px;
}

.-ml-110 {
  margin-left: -110px;
}

.-mt-115 {
  margin-top: -115px;
}

.-mr-115 {
  margin-right: -115px;
}

.-mb-115 {
  margin-bottom: -115px;
}

.-ml-115 {
  margin-left: -115px;
}

.-mt-120 {
  margin-top: -120px;
}

.-mr-120 {
  margin-right: -120px;
}

.-mb-120 {
  margin-bottom: -120px;
}

.-ml-120 {
  margin-left: -120px;
}

.-mt-128 {
  margin-top: -128px;
}

.-mr-128 {
  margin-right: -128px;
}

.-mb-128 {
  margin-bottom: -128px;
}

.-ml-128 {
  margin-left: -128px;
}

.-mt-135 {
  margin-top: -135px;
}

.-mr-135 {
  margin-right: -135px;
}

.-mb-135 {
  margin-bottom: -135px;
}

.-ml-135 {
  margin-left: -135px;
}

.-mt-140 {
  margin-top: -140px;
}

.-mr-140 {
  margin-right: -140px;
}

.-mb-140 {
  margin-bottom: -140px;
}

.-ml-140 {
  margin-left: -140px;
}

.-mt-145 {
  margin-top: -145px;
}

.-mr-145 {
  margin-right: -145px;
}

.-mb-145 {
  margin-bottom: -145px;
}

.-ml-145 {
  margin-left: -145px;
}

.-mt-150 {
  margin-top: -150px;
}

.-mr-150 {
  margin-right: -150px;
}

.-mb-150 {
  margin-bottom: -150px;
}

.-ml-150 {
  margin-left: -150px;
}

.-mt-160 {
  margin-top: -160px;
}

.-mr-160 {
  margin-right: -160px;
}

.-mb-160 {
  margin-bottom: -160px;
}

.-ml-160 {
  margin-left: -160px;
}

.-mt-165 {
  margin-top: -165px;
}

.-mr-165 {
  margin-right: -165px;
}

.-mb-165 {
  margin-bottom: -165px;
}

.-ml-165 {
  margin-left: -165px;
}

.-mt-168 {
  margin-top: -168px;
}

.-mr-168 {
  margin-right: -168px;
}

.-mb-168 {
  margin-bottom: -168px;
}

.-ml-168 {
  margin-left: -168px;
}

.-mt-170 {
  margin-top: -170px;
}

.-mr-170 {
  margin-right: -170px;
}

.-mb-170 {
  margin-bottom: -170px;
}

.-ml-170 {
  margin-left: -170px;
}

.-mt-180 {
  margin-top: -180px;
}

.-mr-180 {
  margin-right: -180px;
}

.-mb-180 {
  margin-bottom: -180px;
}

.-ml-180 {
  margin-left: -180px;
}

.-mt-200 {
  margin-top: -200px;
}

.-mr-200 {
  margin-right: -200px;
}

.-mb-200 {
  margin-bottom: -200px;
}

.-ml-200 {
  margin-left: -200px;
}

.-mt-220 {
  margin-top: -220px;
}

.-mr-220 {
  margin-right: -220px;
}

.-mb-220 {
  margin-bottom: -220px;
}

.-ml-220 {
  margin-left: -220px;
}

.-mt-230 {
  margin-top: -230px;
}

.-mr-230 {
  margin-right: -230px;
}

.-mb-230 {
  margin-bottom: -230px;
}

.-ml-230 {
  margin-left: -230px;
}

.-mt-235 {
  margin-top: -235px;
}

.-mr-235 {
  margin-right: -235px;
}

.-mb-235 {
  margin-bottom: -235px;
}

.-ml-235 {
  margin-left: -235px;
}

.-mt-240 {
  margin-top: -240px;
}

.-mr-240 {
  margin-right: -240px;
}

.-mb-240 {
  margin-bottom: -240px;
}

.-ml-240 {
  margin-left: -240px;
}

.-mt-250 {
  margin-top: -250px;
}

.-mr-250 {
  margin-right: -250px;
}

.-mb-250 {
  margin-bottom: -250px;
}

.-ml-250 {
  margin-left: -250px;
}

.-mt-300 {
  margin-top: -300px;
}

.-mr-300 {
  margin-right: -300px;
}

.-mb-300 {
  margin-bottom: -300px;
}

.-ml-300 {
  margin-left: -300px;
}

.-mt-320 {
  margin-top: -320px;
}

.-mr-320 {
  margin-right: -320px;
}

.-mb-320 {
  margin-bottom: -320px;
}

.-ml-320 {
  margin-left: -320px;
}

.-mt-350 {
  margin-top: -350px;
}

.-mr-350 {
  margin-right: -350px;
}

.-mb-350 {
  margin-bottom: -350px;
}

.-ml-350 {
  margin-left: -350px;
}

.-mt-375 {
  margin-top: -375px;
}

.-mr-375 {
  margin-right: -375px;
}

.-mb-375 {
  margin-bottom: -375px;
}

.-ml-375 {
  margin-left: -375px;
}

.-mt-400 {
  margin-top: -400px;
}

.-mr-400 {
  margin-right: -400px;
}

.-mb-400 {
  margin-bottom: -400px;
}

.-ml-400 {
  margin-left: -400px;
}

.-mt-450 {
  margin-top: -450px;
}

.-mr-450 {
  margin-right: -450px;
}

.-mb-450 {
  margin-bottom: -450px;
}

.-ml-450 {
  margin-left: -450px;
}

.-mt-700 {
  margin-top: -700px;
}

.-mr-700 {
  margin-right: -700px;
}

.-mb-700 {
  margin-bottom: -700px;
}

.-ml-700 {
  margin-left: -700px;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-1p {
  margin-top: -1%;
}

.-mr-1p {
  margin-right: -1%;
}

.-mb-1p {
  margin-bottom: -1%;
}

.-ml-1p {
  margin-left: -1%;
}

.-mt-1\/12 {
  margin-top: -8.3333%;
}

.-mr-1\/12 {
  margin-right: -8.3333%;
}

.-mb-1\/12 {
  margin-bottom: -8.3333%;
}

.-ml-1\/12 {
  margin-left: -8.3333%;
}

.-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-11p {
  margin-top: -11%;
}

.-mr-11p {
  margin-right: -11%;
}

.-mb-11p {
  margin-bottom: -11%;
}

.-ml-11p {
  margin-left: -11%;
}

.-mt-20p {
  margin-top: -20%;
}

.-mr-20p {
  margin-right: -20%;
}

.-mb-20p {
  margin-bottom: -20%;
}

.-ml-20p {
  margin-left: -20%;
}

.-mt-24p {
  margin-top: -24.25%;
}

.-mr-24p {
  margin-right: -24.25%;
}

.-mb-24p {
  margin-bottom: -24.25%;
}

.-ml-24p {
  margin-left: -24.25%;
}

.-mt-25p {
  margin-top: -25%;
}

.-mr-25p {
  margin-right: -25%;
}

.-mb-25p {
  margin-bottom: -25%;
}

.-ml-25p {
  margin-left: -25%;
}

.-mt-32p {
  margin-top: -32%;
}

.-mr-32p {
  margin-right: -32%;
}

.-mb-32p {
  margin-bottom: -32%;
}

.-ml-32p {
  margin-left: -32%;
}

.-mt-35p {
  margin-top: -35%;
}

.-mr-35p {
  margin-right: -35%;
}

.-mb-35p {
  margin-bottom: -35%;
}

.-ml-35p {
  margin-left: -35%;
}

.-mt-40p {
  margin-top: -40%;
}

.-mr-40p {
  margin-right: -40%;
}

.-mb-40p {
  margin-bottom: -40%;
}

.-ml-40p {
  margin-left: -40%;
}

.-mt-49p {
  margin-top: -49%;
}

.-mr-49p {
  margin-right: -49%;
}

.-mb-49p {
  margin-bottom: -49%;
}

.-ml-49p {
  margin-left: -49%;
}

.-mt-49-5p {
  margin-top: -49.5%;
}

.-mr-49-5p {
  margin-right: -49.5%;
}

.-mb-49-5p {
  margin-bottom: -49.5%;
}

.-ml-49-5p {
  margin-left: -49.5%;
}

.-mt-80p {
  margin-top: -80%;
}

.-mr-80p {
  margin-right: -80%;
}

.-mb-80p {
  margin-bottom: -80%;
}

.-ml-80p {
  margin-left: -80%;
}

.-mt-vh80 {
  margin-top: -80vh;
}

.-mr-vh80 {
  margin-right: -80vh;
}

.-mb-vh80 {
  margin-bottom: -80vh;
}

.-ml-vh80 {
  margin-left: -80vh;
}

.-mt-vh86 {
  margin-top: -86vh;
}

.-mr-vh86 {
  margin-right: -86vh;
}

.-mb-vh86 {
  margin-bottom: -86vh;
}

.-ml-vh86 {
  margin-left: -86vh;
}

.-mt-vh90 {
  margin-top: -90vh;
}

.-mr-vh90 {
  margin-right: -90vh;
}

.-mb-vh90 {
  margin-bottom: -90vh;
}

.-ml-vh90 {
  margin-left: -90vh;
}

.-mt-vw80 {
  margin-top: -80vw;
}

.-mr-vw80 {
  margin-right: -80vw;
}

.-mb-vw80 {
  margin-bottom: -80vw;
}

.-ml-vw80 {
  margin-left: -80vw;
}

.-mt-vw90 {
  margin-top: -90vw;
}

.-mr-vw90 {
  margin-right: -90vw;
}

.-mb-vw90 {
  margin-bottom: -90vw;
}

.-ml-vw90 {
  margin-left: -90vw;
}

.-mt-90p {
  margin-top: -90%;
}

.-mr-90p {
  margin-right: -90%;
}

.-mb-90p {
  margin-bottom: -90%;
}

.-ml-90p {
  margin-left: -90%;
}

.-mt-92p {
  margin-top: -92%;
}

.-mr-92p {
  margin-right: -92%;
}

.-mb-92p {
  margin-bottom: -92%;
}

.-ml-92p {
  margin-left: -92%;
}

.-mt-93p {
  margin-top: -93%;
}

.-mr-93p {
  margin-right: -93%;
}

.-mb-93p {
  margin-bottom: -93%;
}

.-ml-93p {
  margin-left: -93%;
}

.-mt-94p {
  margin-top: -94%;
}

.-mr-94p {
  margin-right: -94%;
}

.-mb-94p {
  margin-bottom: -94%;
}

.-ml-94p {
  margin-left: -94%;
}

.-mt-95p {
  margin-top: -95%;
}

.-mr-95p {
  margin-right: -95%;
}

.-mb-95p {
  margin-bottom: -95%;
}

.-ml-95p {
  margin-left: -95%;
}

.-mt-96p {
  margin-top: -96%;
}

.-mr-96p {
  margin-right: -96%;
}

.-mb-96p {
  margin-bottom: -96%;
}

.-ml-96p {
  margin-left: -96%;
}

.-mt-100p {
  margin-top: -100%;
}

.-mr-100p {
  margin-right: -100%;
}

.-mb-100p {
  margin-bottom: -100%;
}

.-ml-100p {
  margin-left: -100%;
}

.hover\:m-0:hover {
  margin: 0px;
}

.hover\:m-1:hover {
  margin: 0.25rem;
}

.hover\:m-2:hover {
  margin: 0.5rem;
}

.hover\:m-3:hover {
  margin: 3px;
}

.hover\:m-4:hover {
  margin: 4px;
}

.hover\:m-5:hover {
  margin: 5px;
}

.hover\:m-6:hover {
  margin: 6px;
}

.hover\:m-8:hover {
  margin: 8px;
}

.hover\:m-9:hover {
  margin: 9px;
}

.hover\:m-10:hover {
  margin: 10px;
}

.hover\:m-12:hover {
  margin: 12px;
}

.hover\:m-13:hover {
  margin: 13px;
}

.hover\:m-14:hover {
  margin: 14px;
}

.hover\:m-15:hover {
  margin: 15px;
}

.hover\:m-16:hover {
  margin: 16px;
}

.hover\:m-17:hover {
  margin: 17px;
}

.hover\:m-18:hover {
  margin: 18px;
}

.hover\:m-20:hover {
  margin: 20px;
}

.hover\:m-22:hover {
  margin: 22px;
}

.hover\:m-24:hover {
  margin: 24px;
}

.hover\:m-25:hover {
  margin: 25px;
}

.hover\:m-28:hover {
  margin: 28px;
}

.hover\:m-29:hover {
  margin: 29px;
}

.hover\:m-30:hover {
  margin: 30px;
}

.hover\:m-32:hover {
  margin: 32px;
}

.hover\:m-35:hover {
  margin: 35px;
}

.hover\:m-36:hover {
  margin: 36px;
}

.hover\:m-37:hover {
  margin: 37px;
}

.hover\:m-40:hover {
  margin: 40px;
}

.hover\:m-45:hover {
  margin: 45px;
}

.hover\:m-48:hover {
  margin: 48px;
}

.hover\:m-50:hover {
  margin: 50px;
}

.hover\:m-55:hover {
  margin: 55px;
}

.hover\:m-56:hover {
  margin: 56px;
}

.hover\:m-60:hover {
  margin: 60px;
}

.hover\:m-62:hover {
  margin: 62px;
}

.hover\:m-64:hover {
  margin: 64px;
}

.hover\:m-65:hover {
  margin: 65px;
}

.hover\:m-70:hover {
  margin: 70px;
}

.hover\:m-75:hover {
  margin: 75px;
}

.hover\:m-80:hover {
  margin: 80px;
}

.hover\:m-85:hover {
  margin: 85px;
}

.hover\:m-90:hover {
  margin: 90px;
}

.hover\:m-95:hover {
  margin: 95px;
}

.hover\:m-96:hover {
  margin: 96px;
}

.hover\:m-100:hover {
  margin: 100px;
}

.hover\:m-110:hover {
  margin: 110px;
}

.hover\:m-115:hover {
  margin: 115px;
}

.hover\:m-120:hover {
  margin: 120px;
}

.hover\:m-128:hover {
  margin: 128px;
}

.hover\:m-135:hover {
  margin: 135px;
}

.hover\:m-140:hover {
  margin: 140px;
}

.hover\:m-145:hover {
  margin: 145px;
}

.hover\:m-150:hover {
  margin: 150px;
}

.hover\:m-160:hover {
  margin: 160px;
}

.hover\:m-165:hover {
  margin: 165px;
}

.hover\:m-168:hover {
  margin: 168px;
}

.hover\:m-170:hover {
  margin: 170px;
}

.hover\:m-180:hover {
  margin: 180px;
}

.hover\:m-200:hover {
  margin: 200px;
}

.hover\:m-220:hover {
  margin: 220px;
}

.hover\:m-230:hover {
  margin: 230px;
}

.hover\:m-235:hover {
  margin: 235px;
}

.hover\:m-240:hover {
  margin: 240px;
}

.hover\:m-250:hover {
  margin: 250px;
}

.hover\:m-300:hover {
  margin: 300px;
}

.hover\:m-320:hover {
  margin: 320px;
}

.hover\:m-350:hover {
  margin: 350px;
}

.hover\:m-375:hover {
  margin: 375px;
}

.hover\:m-400:hover {
  margin: 400px;
}

.hover\:m-450:hover {
  margin: 450px;
}

.hover\:m-700:hover {
  margin: 700px;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:m-1p:hover {
  margin: 1%;
}

.hover\:m-1\/12:hover {
  margin: 8.3333%;
}

.hover\:m-2\/12:hover {
  margin: 16.666667%;
}

.hover\:m-11p:hover {
  margin: 11%;
}

.hover\:m-20p:hover {
  margin: 20%;
}

.hover\:m-24p:hover {
  margin: 24.25%;
}

.hover\:m-25p:hover {
  margin: 25%;
}

.hover\:m-32p:hover {
  margin: 32%;
}

.hover\:m-35p:hover {
  margin: 35%;
}

.hover\:m-40p:hover {
  margin: 40%;
}

.hover\:m-49p:hover {
  margin: 49%;
}

.hover\:m-49-5p:hover {
  margin: 49.5%;
}

.hover\:m-80p:hover {
  margin: 80%;
}

.hover\:m-vh80:hover {
  margin: 80vh;
}

.hover\:m-vh86:hover {
  margin: 86vh;
}

.hover\:m-vh90:hover {
  margin: 90vh;
}

.hover\:m-vw80:hover {
  margin: 80vw;
}

.hover\:m-vw90:hover {
  margin: 90vw;
}

.hover\:m-90p:hover {
  margin: 90%;
}

.hover\:m-92p:hover {
  margin: 92%;
}

.hover\:m-93p:hover {
  margin: 93%;
}

.hover\:m-94p:hover {
  margin: 94%;
}

.hover\:m-95p:hover {
  margin: 95%;
}

.hover\:m-96p:hover {
  margin: 96%;
}

.hover\:m-100p:hover {
  margin: 100%;
}

.hover\:-m-0:hover {
  margin: 0px;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

.hover\:-m-2:hover {
  margin: -0.5rem;
}

.hover\:-m-3:hover {
  margin: -3px;
}

.hover\:-m-4:hover {
  margin: -4px;
}

.hover\:-m-5:hover {
  margin: -5px;
}

.hover\:-m-6:hover {
  margin: -6px;
}

.hover\:-m-8:hover {
  margin: -8px;
}

.hover\:-m-9:hover {
  margin: -9px;
}

.hover\:-m-10:hover {
  margin: -10px;
}

.hover\:-m-12:hover {
  margin: -12px;
}

.hover\:-m-13:hover {
  margin: -13px;
}

.hover\:-m-14:hover {
  margin: -14px;
}

.hover\:-m-15:hover {
  margin: -15px;
}

.hover\:-m-16:hover {
  margin: -16px;
}

.hover\:-m-17:hover {
  margin: -17px;
}

.hover\:-m-18:hover {
  margin: -18px;
}

.hover\:-m-20:hover {
  margin: -20px;
}

.hover\:-m-22:hover {
  margin: -22px;
}

.hover\:-m-24:hover {
  margin: -24px;
}

.hover\:-m-25:hover {
  margin: -25px;
}

.hover\:-m-28:hover {
  margin: -28px;
}

.hover\:-m-29:hover {
  margin: -29px;
}

.hover\:-m-30:hover {
  margin: -30px;
}

.hover\:-m-32:hover {
  margin: -32px;
}

.hover\:-m-35:hover {
  margin: -35px;
}

.hover\:-m-36:hover {
  margin: -36px;
}

.hover\:-m-37:hover {
  margin: -37px;
}

.hover\:-m-40:hover {
  margin: -40px;
}

.hover\:-m-45:hover {
  margin: -45px;
}

.hover\:-m-48:hover {
  margin: -48px;
}

.hover\:-m-50:hover {
  margin: -50px;
}

.hover\:-m-55:hover {
  margin: -55px;
}

.hover\:-m-56:hover {
  margin: -56px;
}

.hover\:-m-60:hover {
  margin: -60px;
}

.hover\:-m-62:hover {
  margin: -62px;
}

.hover\:-m-64:hover {
  margin: -64px;
}

.hover\:-m-65:hover {
  margin: -65px;
}

.hover\:-m-70:hover {
  margin: -70px;
}

.hover\:-m-75:hover {
  margin: -75px;
}

.hover\:-m-80:hover {
  margin: -80px;
}

.hover\:-m-85:hover {
  margin: -85px;
}

.hover\:-m-90:hover {
  margin: -90px;
}

.hover\:-m-95:hover {
  margin: -95px;
}

.hover\:-m-96:hover {
  margin: -96px;
}

.hover\:-m-100:hover {
  margin: -100px;
}

.hover\:-m-110:hover {
  margin: -110px;
}

.hover\:-m-115:hover {
  margin: -115px;
}

.hover\:-m-120:hover {
  margin: -120px;
}

.hover\:-m-128:hover {
  margin: -128px;
}

.hover\:-m-135:hover {
  margin: -135px;
}

.hover\:-m-140:hover {
  margin: -140px;
}

.hover\:-m-145:hover {
  margin: -145px;
}

.hover\:-m-150:hover {
  margin: -150px;
}

.hover\:-m-160:hover {
  margin: -160px;
}

.hover\:-m-165:hover {
  margin: -165px;
}

.hover\:-m-168:hover {
  margin: -168px;
}

.hover\:-m-170:hover {
  margin: -170px;
}

.hover\:-m-180:hover {
  margin: -180px;
}

.hover\:-m-200:hover {
  margin: -200px;
}

.hover\:-m-220:hover {
  margin: -220px;
}

.hover\:-m-230:hover {
  margin: -230px;
}

.hover\:-m-235:hover {
  margin: -235px;
}

.hover\:-m-240:hover {
  margin: -240px;
}

.hover\:-m-250:hover {
  margin: -250px;
}

.hover\:-m-300:hover {
  margin: -300px;
}

.hover\:-m-320:hover {
  margin: -320px;
}

.hover\:-m-350:hover {
  margin: -350px;
}

.hover\:-m-375:hover {
  margin: -375px;
}

.hover\:-m-400:hover {
  margin: -400px;
}

.hover\:-m-450:hover {
  margin: -450px;
}

.hover\:-m-700:hover {
  margin: -700px;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:-m-1p:hover {
  margin: -1%;
}

.hover\:-m-1\/12:hover {
  margin: -8.3333%;
}

.hover\:-m-2\/12:hover {
  margin: -16.66667%;
}

.hover\:-m-11p:hover {
  margin: -11%;
}

.hover\:-m-20p:hover {
  margin: -20%;
}

.hover\:-m-24p:hover {
  margin: -24.25%;
}

.hover\:-m-25p:hover {
  margin: -25%;
}

.hover\:-m-32p:hover {
  margin: -32%;
}

.hover\:-m-35p:hover {
  margin: -35%;
}

.hover\:-m-40p:hover {
  margin: -40%;
}

.hover\:-m-49p:hover {
  margin: -49%;
}

.hover\:-m-49-5p:hover {
  margin: -49.5%;
}

.hover\:-m-80p:hover {
  margin: -80%;
}

.hover\:-m-vh80:hover {
  margin: -80vh;
}

.hover\:-m-vh86:hover {
  margin: -86vh;
}

.hover\:-m-vh90:hover {
  margin: -90vh;
}

.hover\:-m-vw80:hover {
  margin: -80vw;
}

.hover\:-m-vw90:hover {
  margin: -90vw;
}

.hover\:-m-90p:hover {
  margin: -90%;
}

.hover\:-m-92p:hover {
  margin: -92%;
}

.hover\:-m-93p:hover {
  margin: -93%;
}

.hover\:-m-94p:hover {
  margin: -94%;
}

.hover\:-m-95p:hover {
  margin: -95%;
}

.hover\:-m-96p:hover {
  margin: -96%;
}

.hover\:-m-100p:hover {
  margin: -100%;
}

.hover\:my-0:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hover\:mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:my-1:hover {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hover\:mx-1:hover {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hover\:my-2:hover {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hover\:mx-2:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.hover\:my-3:hover {
  margin-top: 3px;
  margin-bottom: 3px;
}

.hover\:mx-3:hover {
  margin-left: 3px;
  margin-right: 3px;
}

.hover\:my-4:hover {
  margin-top: 4px;
  margin-bottom: 4px;
}

.hover\:mx-4:hover {
  margin-left: 4px;
  margin-right: 4px;
}

.hover\:my-5:hover {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hover\:mx-5:hover {
  margin-left: 5px;
  margin-right: 5px;
}

.hover\:my-6:hover {
  margin-top: 6px;
  margin-bottom: 6px;
}

.hover\:mx-6:hover {
  margin-left: 6px;
  margin-right: 6px;
}

.hover\:my-8:hover {
  margin-top: 8px;
  margin-bottom: 8px;
}

.hover\:mx-8:hover {
  margin-left: 8px;
  margin-right: 8px;
}

.hover\:my-9:hover {
  margin-top: 9px;
  margin-bottom: 9px;
}

.hover\:mx-9:hover {
  margin-left: 9px;
  margin-right: 9px;
}

.hover\:my-10:hover {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hover\:mx-10:hover {
  margin-left: 10px;
  margin-right: 10px;
}

.hover\:my-12:hover {
  margin-top: 12px;
  margin-bottom: 12px;
}

.hover\:mx-12:hover {
  margin-left: 12px;
  margin-right: 12px;
}

.hover\:my-13:hover {
  margin-top: 13px;
  margin-bottom: 13px;
}

.hover\:mx-13:hover {
  margin-left: 13px;
  margin-right: 13px;
}

.hover\:my-14:hover {
  margin-top: 14px;
  margin-bottom: 14px;
}

.hover\:mx-14:hover {
  margin-left: 14px;
  margin-right: 14px;
}

.hover\:my-15:hover {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hover\:mx-15:hover {
  margin-left: 15px;
  margin-right: 15px;
}

.hover\:my-16:hover {
  margin-top: 16px;
  margin-bottom: 16px;
}

.hover\:mx-16:hover {
  margin-left: 16px;
  margin-right: 16px;
}

.hover\:my-17:hover {
  margin-top: 17px;
  margin-bottom: 17px;
}

.hover\:mx-17:hover {
  margin-left: 17px;
  margin-right: 17px;
}

.hover\:my-18:hover {
  margin-top: 18px;
  margin-bottom: 18px;
}

.hover\:mx-18:hover {
  margin-left: 18px;
  margin-right: 18px;
}

.hover\:my-20:hover {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hover\:mx-20:hover {
  margin-left: 20px;
  margin-right: 20px;
}

.hover\:my-22:hover {
  margin-top: 22px;
  margin-bottom: 22px;
}

.hover\:mx-22:hover {
  margin-left: 22px;
  margin-right: 22px;
}

.hover\:my-24:hover {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hover\:mx-24:hover {
  margin-left: 24px;
  margin-right: 24px;
}

.hover\:my-25:hover {
  margin-top: 25px;
  margin-bottom: 25px;
}

.hover\:mx-25:hover {
  margin-left: 25px;
  margin-right: 25px;
}

.hover\:my-28:hover {
  margin-top: 28px;
  margin-bottom: 28px;
}

.hover\:mx-28:hover {
  margin-left: 28px;
  margin-right: 28px;
}

.hover\:my-29:hover {
  margin-top: 29px;
  margin-bottom: 29px;
}

.hover\:mx-29:hover {
  margin-left: 29px;
  margin-right: 29px;
}

.hover\:my-30:hover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hover\:mx-30:hover {
  margin-left: 30px;
  margin-right: 30px;
}

.hover\:my-32:hover {
  margin-top: 32px;
  margin-bottom: 32px;
}

.hover\:mx-32:hover {
  margin-left: 32px;
  margin-right: 32px;
}

.hover\:my-35:hover {
  margin-top: 35px;
  margin-bottom: 35px;
}

.hover\:mx-35:hover {
  margin-left: 35px;
  margin-right: 35px;
}

.hover\:my-36:hover {
  margin-top: 36px;
  margin-bottom: 36px;
}

.hover\:mx-36:hover {
  margin-left: 36px;
  margin-right: 36px;
}

.hover\:my-37:hover {
  margin-top: 37px;
  margin-bottom: 37px;
}

.hover\:mx-37:hover {
  margin-left: 37px;
  margin-right: 37px;
}

.hover\:my-40:hover {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hover\:mx-40:hover {
  margin-left: 40px;
  margin-right: 40px;
}

.hover\:my-45:hover {
  margin-top: 45px;
  margin-bottom: 45px;
}

.hover\:mx-45:hover {
  margin-left: 45px;
  margin-right: 45px;
}

.hover\:my-48:hover {
  margin-top: 48px;
  margin-bottom: 48px;
}

.hover\:mx-48:hover {
  margin-left: 48px;
  margin-right: 48px;
}

.hover\:my-50:hover {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hover\:mx-50:hover {
  margin-left: 50px;
  margin-right: 50px;
}

.hover\:my-55:hover {
  margin-top: 55px;
  margin-bottom: 55px;
}

.hover\:mx-55:hover {
  margin-left: 55px;
  margin-right: 55px;
}

.hover\:my-56:hover {
  margin-top: 56px;
  margin-bottom: 56px;
}

.hover\:mx-56:hover {
  margin-left: 56px;
  margin-right: 56px;
}

.hover\:my-60:hover {
  margin-top: 60px;
  margin-bottom: 60px;
}

.hover\:mx-60:hover {
  margin-left: 60px;
  margin-right: 60px;
}

.hover\:my-62:hover {
  margin-top: 62px;
  margin-bottom: 62px;
}

.hover\:mx-62:hover {
  margin-left: 62px;
  margin-right: 62px;
}

.hover\:my-64:hover {
  margin-top: 64px;
  margin-bottom: 64px;
}

.hover\:mx-64:hover {
  margin-left: 64px;
  margin-right: 64px;
}

.hover\:my-65:hover {
  margin-top: 65px;
  margin-bottom: 65px;
}

.hover\:mx-65:hover {
  margin-left: 65px;
  margin-right: 65px;
}

.hover\:my-70:hover {
  margin-top: 70px;
  margin-bottom: 70px;
}

.hover\:mx-70:hover {
  margin-left: 70px;
  margin-right: 70px;
}

.hover\:my-75:hover {
  margin-top: 75px;
  margin-bottom: 75px;
}

.hover\:mx-75:hover {
  margin-left: 75px;
  margin-right: 75px;
}

.hover\:my-80:hover {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hover\:mx-80:hover {
  margin-left: 80px;
  margin-right: 80px;
}

.hover\:my-85:hover {
  margin-top: 85px;
  margin-bottom: 85px;
}

.hover\:mx-85:hover {
  margin-left: 85px;
  margin-right: 85px;
}

.hover\:my-90:hover {
  margin-top: 90px;
  margin-bottom: 90px;
}

.hover\:mx-90:hover {
  margin-left: 90px;
  margin-right: 90px;
}

.hover\:my-95:hover {
  margin-top: 95px;
  margin-bottom: 95px;
}

.hover\:mx-95:hover {
  margin-left: 95px;
  margin-right: 95px;
}

.hover\:my-96:hover {
  margin-top: 96px;
  margin-bottom: 96px;
}

.hover\:mx-96:hover {
  margin-left: 96px;
  margin-right: 96px;
}

.hover\:my-100:hover {
  margin-top: 100px;
  margin-bottom: 100px;
}

.hover\:mx-100:hover {
  margin-left: 100px;
  margin-right: 100px;
}

.hover\:my-110:hover {
  margin-top: 110px;
  margin-bottom: 110px;
}

.hover\:mx-110:hover {
  margin-left: 110px;
  margin-right: 110px;
}

.hover\:my-115:hover {
  margin-top: 115px;
  margin-bottom: 115px;
}

.hover\:mx-115:hover {
  margin-left: 115px;
  margin-right: 115px;
}

.hover\:my-120:hover {
  margin-top: 120px;
  margin-bottom: 120px;
}

.hover\:mx-120:hover {
  margin-left: 120px;
  margin-right: 120px;
}

.hover\:my-128:hover {
  margin-top: 128px;
  margin-bottom: 128px;
}

.hover\:mx-128:hover {
  margin-left: 128px;
  margin-right: 128px;
}

.hover\:my-135:hover {
  margin-top: 135px;
  margin-bottom: 135px;
}

.hover\:mx-135:hover {
  margin-left: 135px;
  margin-right: 135px;
}

.hover\:my-140:hover {
  margin-top: 140px;
  margin-bottom: 140px;
}

.hover\:mx-140:hover {
  margin-left: 140px;
  margin-right: 140px;
}

.hover\:my-145:hover {
  margin-top: 145px;
  margin-bottom: 145px;
}

.hover\:mx-145:hover {
  margin-left: 145px;
  margin-right: 145px;
}

.hover\:my-150:hover {
  margin-top: 150px;
  margin-bottom: 150px;
}

.hover\:mx-150:hover {
  margin-left: 150px;
  margin-right: 150px;
}

.hover\:my-160:hover {
  margin-top: 160px;
  margin-bottom: 160px;
}

.hover\:mx-160:hover {
  margin-left: 160px;
  margin-right: 160px;
}

.hover\:my-165:hover {
  margin-top: 165px;
  margin-bottom: 165px;
}

.hover\:mx-165:hover {
  margin-left: 165px;
  margin-right: 165px;
}

.hover\:my-168:hover {
  margin-top: 168px;
  margin-bottom: 168px;
}

.hover\:mx-168:hover {
  margin-left: 168px;
  margin-right: 168px;
}

.hover\:my-170:hover {
  margin-top: 170px;
  margin-bottom: 170px;
}

.hover\:mx-170:hover {
  margin-left: 170px;
  margin-right: 170px;
}

.hover\:my-180:hover {
  margin-top: 180px;
  margin-bottom: 180px;
}

.hover\:mx-180:hover {
  margin-left: 180px;
  margin-right: 180px;
}

.hover\:my-200:hover {
  margin-top: 200px;
  margin-bottom: 200px;
}

.hover\:mx-200:hover {
  margin-left: 200px;
  margin-right: 200px;
}

.hover\:my-220:hover {
  margin-top: 220px;
  margin-bottom: 220px;
}

.hover\:mx-220:hover {
  margin-left: 220px;
  margin-right: 220px;
}

.hover\:my-230:hover {
  margin-top: 230px;
  margin-bottom: 230px;
}

.hover\:mx-230:hover {
  margin-left: 230px;
  margin-right: 230px;
}

.hover\:my-235:hover {
  margin-top: 235px;
  margin-bottom: 235px;
}

.hover\:mx-235:hover {
  margin-left: 235px;
  margin-right: 235px;
}

.hover\:my-240:hover {
  margin-top: 240px;
  margin-bottom: 240px;
}

.hover\:mx-240:hover {
  margin-left: 240px;
  margin-right: 240px;
}

.hover\:my-250:hover {
  margin-top: 250px;
  margin-bottom: 250px;
}

.hover\:mx-250:hover {
  margin-left: 250px;
  margin-right: 250px;
}

.hover\:my-300:hover {
  margin-top: 300px;
  margin-bottom: 300px;
}

.hover\:mx-300:hover {
  margin-left: 300px;
  margin-right: 300px;
}

.hover\:my-320:hover {
  margin-top: 320px;
  margin-bottom: 320px;
}

.hover\:mx-320:hover {
  margin-left: 320px;
  margin-right: 320px;
}

.hover\:my-350:hover {
  margin-top: 350px;
  margin-bottom: 350px;
}

.hover\:mx-350:hover {
  margin-left: 350px;
  margin-right: 350px;
}

.hover\:my-375:hover {
  margin-top: 375px;
  margin-bottom: 375px;
}

.hover\:mx-375:hover {
  margin-left: 375px;
  margin-right: 375px;
}

.hover\:my-400:hover {
  margin-top: 400px;
  margin-bottom: 400px;
}

.hover\:mx-400:hover {
  margin-left: 400px;
  margin-right: 400px;
}

.hover\:my-450:hover {
  margin-top: 450px;
  margin-bottom: 450px;
}

.hover\:mx-450:hover {
  margin-left: 450px;
  margin-right: 450px;
}

.hover\:my-700:hover {
  margin-top: 700px;
  margin-bottom: 700px;
}

.hover\:mx-700:hover {
  margin-left: 700px;
  margin-right: 700px;
}

.hover\:my-auto:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.hover\:mx-auto:hover {
  margin-left: auto;
  margin-right: auto;
}

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:my-1p:hover {
  margin-top: 1%;
  margin-bottom: 1%;
}

.hover\:mx-1p:hover {
  margin-left: 1%;
  margin-right: 1%;
}

.hover\:my-1\/12:hover {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.hover\:mx-1\/12:hover {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.hover\:my-2\/12:hover {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.hover\:mx-2\/12:hover {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.hover\:my-11p:hover {
  margin-top: 11%;
  margin-bottom: 11%;
}

.hover\:mx-11p:hover {
  margin-left: 11%;
  margin-right: 11%;
}

.hover\:my-20p:hover {
  margin-top: 20%;
  margin-bottom: 20%;
}

.hover\:mx-20p:hover {
  margin-left: 20%;
  margin-right: 20%;
}

.hover\:my-24p:hover {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.hover\:mx-24p:hover {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.hover\:my-25p:hover {
  margin-top: 25%;
  margin-bottom: 25%;
}

.hover\:mx-25p:hover {
  margin-left: 25%;
  margin-right: 25%;
}

.hover\:my-32p:hover {
  margin-top: 32%;
  margin-bottom: 32%;
}

.hover\:mx-32p:hover {
  margin-left: 32%;
  margin-right: 32%;
}

.hover\:my-35p:hover {
  margin-top: 35%;
  margin-bottom: 35%;
}

.hover\:mx-35p:hover {
  margin-left: 35%;
  margin-right: 35%;
}

.hover\:my-40p:hover {
  margin-top: 40%;
  margin-bottom: 40%;
}

.hover\:mx-40p:hover {
  margin-left: 40%;
  margin-right: 40%;
}

.hover\:my-49p:hover {
  margin-top: 49%;
  margin-bottom: 49%;
}

.hover\:mx-49p:hover {
  margin-left: 49%;
  margin-right: 49%;
}

.hover\:my-49-5p:hover {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.hover\:mx-49-5p:hover {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.hover\:my-80p:hover {
  margin-top: 80%;
  margin-bottom: 80%;
}

.hover\:mx-80p:hover {
  margin-left: 80%;
  margin-right: 80%;
}

.hover\:my-vh80:hover {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.hover\:mx-vh80:hover {
  margin-left: 80vh;
  margin-right: 80vh;
}

.hover\:my-vh86:hover {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.hover\:mx-vh86:hover {
  margin-left: 86vh;
  margin-right: 86vh;
}

.hover\:my-vh90:hover {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.hover\:mx-vh90:hover {
  margin-left: 90vh;
  margin-right: 90vh;
}

.hover\:my-vw80:hover {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.hover\:mx-vw80:hover {
  margin-left: 80vw;
  margin-right: 80vw;
}

.hover\:my-vw90:hover {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.hover\:mx-vw90:hover {
  margin-left: 90vw;
  margin-right: 90vw;
}

.hover\:my-90p:hover {
  margin-top: 90%;
  margin-bottom: 90%;
}

.hover\:mx-90p:hover {
  margin-left: 90%;
  margin-right: 90%;
}

.hover\:my-92p:hover {
  margin-top: 92%;
  margin-bottom: 92%;
}

.hover\:mx-92p:hover {
  margin-left: 92%;
  margin-right: 92%;
}

.hover\:my-93p:hover {
  margin-top: 93%;
  margin-bottom: 93%;
}

.hover\:mx-93p:hover {
  margin-left: 93%;
  margin-right: 93%;
}

.hover\:my-94p:hover {
  margin-top: 94%;
  margin-bottom: 94%;
}

.hover\:mx-94p:hover {
  margin-left: 94%;
  margin-right: 94%;
}

.hover\:my-95p:hover {
  margin-top: 95%;
  margin-bottom: 95%;
}

.hover\:mx-95p:hover {
  margin-left: 95%;
  margin-right: 95%;
}

.hover\:my-96p:hover {
  margin-top: 96%;
  margin-bottom: 96%;
}

.hover\:mx-96p:hover {
  margin-left: 96%;
  margin-right: 96%;
}

.hover\:my-100p:hover {
  margin-top: 100%;
  margin-bottom: 100%;
}

.hover\:mx-100p:hover {
  margin-left: 100%;
  margin-right: 100%;
}

.hover\:-my-0:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hover\:-mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hover\:-my-2:hover {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hover\:-mx-2:hover {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hover\:-my-3:hover {
  margin-top: -3px;
  margin-bottom: -3px;
}

.hover\:-mx-3:hover {
  margin-left: -3px;
  margin-right: -3px;
}

.hover\:-my-4:hover {
  margin-top: -4px;
  margin-bottom: -4px;
}

.hover\:-mx-4:hover {
  margin-left: -4px;
  margin-right: -4px;
}

.hover\:-my-5:hover {
  margin-top: -5px;
  margin-bottom: -5px;
}

.hover\:-mx-5:hover {
  margin-left: -5px;
  margin-right: -5px;
}

.hover\:-my-6:hover {
  margin-top: -6px;
  margin-bottom: -6px;
}

.hover\:-mx-6:hover {
  margin-left: -6px;
  margin-right: -6px;
}

.hover\:-my-8:hover {
  margin-top: -8px;
  margin-bottom: -8px;
}

.hover\:-mx-8:hover {
  margin-left: -8px;
  margin-right: -8px;
}

.hover\:-my-9:hover {
  margin-top: -9px;
  margin-bottom: -9px;
}

.hover\:-mx-9:hover {
  margin-left: -9px;
  margin-right: -9px;
}

.hover\:-my-10:hover {
  margin-top: -10px;
  margin-bottom: -10px;
}

.hover\:-mx-10:hover {
  margin-left: -10px;
  margin-right: -10px;
}

.hover\:-my-12:hover {
  margin-top: -12px;
  margin-bottom: -12px;
}

.hover\:-mx-12:hover {
  margin-left: -12px;
  margin-right: -12px;
}

.hover\:-my-13:hover {
  margin-top: -13px;
  margin-bottom: -13px;
}

.hover\:-mx-13:hover {
  margin-left: -13px;
  margin-right: -13px;
}

.hover\:-my-14:hover {
  margin-top: -14px;
  margin-bottom: -14px;
}

.hover\:-mx-14:hover {
  margin-left: -14px;
  margin-right: -14px;
}

.hover\:-my-15:hover {
  margin-top: -15px;
  margin-bottom: -15px;
}

.hover\:-mx-15:hover {
  margin-left: -15px;
  margin-right: -15px;
}

.hover\:-my-16:hover {
  margin-top: -16px;
  margin-bottom: -16px;
}

.hover\:-mx-16:hover {
  margin-left: -16px;
  margin-right: -16px;
}

.hover\:-my-17:hover {
  margin-top: -17px;
  margin-bottom: -17px;
}

.hover\:-mx-17:hover {
  margin-left: -17px;
  margin-right: -17px;
}

.hover\:-my-18:hover {
  margin-top: -18px;
  margin-bottom: -18px;
}

.hover\:-mx-18:hover {
  margin-left: -18px;
  margin-right: -18px;
}

.hover\:-my-20:hover {
  margin-top: -20px;
  margin-bottom: -20px;
}

.hover\:-mx-20:hover {
  margin-left: -20px;
  margin-right: -20px;
}

.hover\:-my-22:hover {
  margin-top: -22px;
  margin-bottom: -22px;
}

.hover\:-mx-22:hover {
  margin-left: -22px;
  margin-right: -22px;
}

.hover\:-my-24:hover {
  margin-top: -24px;
  margin-bottom: -24px;
}

.hover\:-mx-24:hover {
  margin-left: -24px;
  margin-right: -24px;
}

.hover\:-my-25:hover {
  margin-top: -25px;
  margin-bottom: -25px;
}

.hover\:-mx-25:hover {
  margin-left: -25px;
  margin-right: -25px;
}

.hover\:-my-28:hover {
  margin-top: -28px;
  margin-bottom: -28px;
}

.hover\:-mx-28:hover {
  margin-left: -28px;
  margin-right: -28px;
}

.hover\:-my-29:hover {
  margin-top: -29px;
  margin-bottom: -29px;
}

.hover\:-mx-29:hover {
  margin-left: -29px;
  margin-right: -29px;
}

.hover\:-my-30:hover {
  margin-top: -30px;
  margin-bottom: -30px;
}

.hover\:-mx-30:hover {
  margin-left: -30px;
  margin-right: -30px;
}

.hover\:-my-32:hover {
  margin-top: -32px;
  margin-bottom: -32px;
}

.hover\:-mx-32:hover {
  margin-left: -32px;
  margin-right: -32px;
}

.hover\:-my-35:hover {
  margin-top: -35px;
  margin-bottom: -35px;
}

.hover\:-mx-35:hover {
  margin-left: -35px;
  margin-right: -35px;
}

.hover\:-my-36:hover {
  margin-top: -36px;
  margin-bottom: -36px;
}

.hover\:-mx-36:hover {
  margin-left: -36px;
  margin-right: -36px;
}

.hover\:-my-37:hover {
  margin-top: -37px;
  margin-bottom: -37px;
}

.hover\:-mx-37:hover {
  margin-left: -37px;
  margin-right: -37px;
}

.hover\:-my-40:hover {
  margin-top: -40px;
  margin-bottom: -40px;
}

.hover\:-mx-40:hover {
  margin-left: -40px;
  margin-right: -40px;
}

.hover\:-my-45:hover {
  margin-top: -45px;
  margin-bottom: -45px;
}

.hover\:-mx-45:hover {
  margin-left: -45px;
  margin-right: -45px;
}

.hover\:-my-48:hover {
  margin-top: -48px;
  margin-bottom: -48px;
}

.hover\:-mx-48:hover {
  margin-left: -48px;
  margin-right: -48px;
}

.hover\:-my-50:hover {
  margin-top: -50px;
  margin-bottom: -50px;
}

.hover\:-mx-50:hover {
  margin-left: -50px;
  margin-right: -50px;
}

.hover\:-my-55:hover {
  margin-top: -55px;
  margin-bottom: -55px;
}

.hover\:-mx-55:hover {
  margin-left: -55px;
  margin-right: -55px;
}

.hover\:-my-56:hover {
  margin-top: -56px;
  margin-bottom: -56px;
}

.hover\:-mx-56:hover {
  margin-left: -56px;
  margin-right: -56px;
}

.hover\:-my-60:hover {
  margin-top: -60px;
  margin-bottom: -60px;
}

.hover\:-mx-60:hover {
  margin-left: -60px;
  margin-right: -60px;
}

.hover\:-my-62:hover {
  margin-top: -62px;
  margin-bottom: -62px;
}

.hover\:-mx-62:hover {
  margin-left: -62px;
  margin-right: -62px;
}

.hover\:-my-64:hover {
  margin-top: -64px;
  margin-bottom: -64px;
}

.hover\:-mx-64:hover {
  margin-left: -64px;
  margin-right: -64px;
}

.hover\:-my-65:hover {
  margin-top: -65px;
  margin-bottom: -65px;
}

.hover\:-mx-65:hover {
  margin-left: -65px;
  margin-right: -65px;
}

.hover\:-my-70:hover {
  margin-top: -70px;
  margin-bottom: -70px;
}

.hover\:-mx-70:hover {
  margin-left: -70px;
  margin-right: -70px;
}

.hover\:-my-75:hover {
  margin-top: -75px;
  margin-bottom: -75px;
}

.hover\:-mx-75:hover {
  margin-left: -75px;
  margin-right: -75px;
}

.hover\:-my-80:hover {
  margin-top: -80px;
  margin-bottom: -80px;
}

.hover\:-mx-80:hover {
  margin-left: -80px;
  margin-right: -80px;
}

.hover\:-my-85:hover {
  margin-top: -85px;
  margin-bottom: -85px;
}

.hover\:-mx-85:hover {
  margin-left: -85px;
  margin-right: -85px;
}

.hover\:-my-90:hover {
  margin-top: -90px;
  margin-bottom: -90px;
}

.hover\:-mx-90:hover {
  margin-left: -90px;
  margin-right: -90px;
}

.hover\:-my-95:hover {
  margin-top: -95px;
  margin-bottom: -95px;
}

.hover\:-mx-95:hover {
  margin-left: -95px;
  margin-right: -95px;
}

.hover\:-my-96:hover {
  margin-top: -96px;
  margin-bottom: -96px;
}

.hover\:-mx-96:hover {
  margin-left: -96px;
  margin-right: -96px;
}

.hover\:-my-100:hover {
  margin-top: -100px;
  margin-bottom: -100px;
}

.hover\:-mx-100:hover {
  margin-left: -100px;
  margin-right: -100px;
}

.hover\:-my-110:hover {
  margin-top: -110px;
  margin-bottom: -110px;
}

.hover\:-mx-110:hover {
  margin-left: -110px;
  margin-right: -110px;
}

.hover\:-my-115:hover {
  margin-top: -115px;
  margin-bottom: -115px;
}

.hover\:-mx-115:hover {
  margin-left: -115px;
  margin-right: -115px;
}

.hover\:-my-120:hover {
  margin-top: -120px;
  margin-bottom: -120px;
}

.hover\:-mx-120:hover {
  margin-left: -120px;
  margin-right: -120px;
}

.hover\:-my-128:hover {
  margin-top: -128px;
  margin-bottom: -128px;
}

.hover\:-mx-128:hover {
  margin-left: -128px;
  margin-right: -128px;
}

.hover\:-my-135:hover {
  margin-top: -135px;
  margin-bottom: -135px;
}

.hover\:-mx-135:hover {
  margin-left: -135px;
  margin-right: -135px;
}

.hover\:-my-140:hover {
  margin-top: -140px;
  margin-bottom: -140px;
}

.hover\:-mx-140:hover {
  margin-left: -140px;
  margin-right: -140px;
}

.hover\:-my-145:hover {
  margin-top: -145px;
  margin-bottom: -145px;
}

.hover\:-mx-145:hover {
  margin-left: -145px;
  margin-right: -145px;
}

.hover\:-my-150:hover {
  margin-top: -150px;
  margin-bottom: -150px;
}

.hover\:-mx-150:hover {
  margin-left: -150px;
  margin-right: -150px;
}

.hover\:-my-160:hover {
  margin-top: -160px;
  margin-bottom: -160px;
}

.hover\:-mx-160:hover {
  margin-left: -160px;
  margin-right: -160px;
}

.hover\:-my-165:hover {
  margin-top: -165px;
  margin-bottom: -165px;
}

.hover\:-mx-165:hover {
  margin-left: -165px;
  margin-right: -165px;
}

.hover\:-my-168:hover {
  margin-top: -168px;
  margin-bottom: -168px;
}

.hover\:-mx-168:hover {
  margin-left: -168px;
  margin-right: -168px;
}

.hover\:-my-170:hover {
  margin-top: -170px;
  margin-bottom: -170px;
}

.hover\:-mx-170:hover {
  margin-left: -170px;
  margin-right: -170px;
}

.hover\:-my-180:hover {
  margin-top: -180px;
  margin-bottom: -180px;
}

.hover\:-mx-180:hover {
  margin-left: -180px;
  margin-right: -180px;
}

.hover\:-my-200:hover {
  margin-top: -200px;
  margin-bottom: -200px;
}

.hover\:-mx-200:hover {
  margin-left: -200px;
  margin-right: -200px;
}

.hover\:-my-220:hover {
  margin-top: -220px;
  margin-bottom: -220px;
}

.hover\:-mx-220:hover {
  margin-left: -220px;
  margin-right: -220px;
}

.hover\:-my-230:hover {
  margin-top: -230px;
  margin-bottom: -230px;
}

.hover\:-mx-230:hover {
  margin-left: -230px;
  margin-right: -230px;
}

.hover\:-my-235:hover {
  margin-top: -235px;
  margin-bottom: -235px;
}

.hover\:-mx-235:hover {
  margin-left: -235px;
  margin-right: -235px;
}

.hover\:-my-240:hover {
  margin-top: -240px;
  margin-bottom: -240px;
}

.hover\:-mx-240:hover {
  margin-left: -240px;
  margin-right: -240px;
}

.hover\:-my-250:hover {
  margin-top: -250px;
  margin-bottom: -250px;
}

.hover\:-mx-250:hover {
  margin-left: -250px;
  margin-right: -250px;
}

.hover\:-my-300:hover {
  margin-top: -300px;
  margin-bottom: -300px;
}

.hover\:-mx-300:hover {
  margin-left: -300px;
  margin-right: -300px;
}

.hover\:-my-320:hover {
  margin-top: -320px;
  margin-bottom: -320px;
}

.hover\:-mx-320:hover {
  margin-left: -320px;
  margin-right: -320px;
}

.hover\:-my-350:hover {
  margin-top: -350px;
  margin-bottom: -350px;
}

.hover\:-mx-350:hover {
  margin-left: -350px;
  margin-right: -350px;
}

.hover\:-my-375:hover {
  margin-top: -375px;
  margin-bottom: -375px;
}

.hover\:-mx-375:hover {
  margin-left: -375px;
  margin-right: -375px;
}

.hover\:-my-400:hover {
  margin-top: -400px;
  margin-bottom: -400px;
}

.hover\:-mx-400:hover {
  margin-left: -400px;
  margin-right: -400px;
}

.hover\:-my-450:hover {
  margin-top: -450px;
  margin-bottom: -450px;
}

.hover\:-mx-450:hover {
  margin-left: -450px;
  margin-right: -450px;
}

.hover\:-my-700:hover {
  margin-top: -700px;
  margin-bottom: -700px;
}

.hover\:-mx-700:hover {
  margin-left: -700px;
  margin-right: -700px;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:-my-1p:hover {
  margin-top: -1%;
  margin-bottom: -1%;
}

.hover\:-mx-1p:hover {
  margin-left: -1%;
  margin-right: -1%;
}

.hover\:-my-1\/12:hover {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.hover\:-mx-1\/12:hover {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.hover\:-my-2\/12:hover {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.hover\:-mx-2\/12:hover {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.hover\:-my-11p:hover {
  margin-top: -11%;
  margin-bottom: -11%;
}

.hover\:-mx-11p:hover {
  margin-left: -11%;
  margin-right: -11%;
}

.hover\:-my-20p:hover {
  margin-top: -20%;
  margin-bottom: -20%;
}

.hover\:-mx-20p:hover {
  margin-left: -20%;
  margin-right: -20%;
}

.hover\:-my-24p:hover {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.hover\:-mx-24p:hover {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.hover\:-my-25p:hover {
  margin-top: -25%;
  margin-bottom: -25%;
}

.hover\:-mx-25p:hover {
  margin-left: -25%;
  margin-right: -25%;
}

.hover\:-my-32p:hover {
  margin-top: -32%;
  margin-bottom: -32%;
}

.hover\:-mx-32p:hover {
  margin-left: -32%;
  margin-right: -32%;
}

.hover\:-my-35p:hover {
  margin-top: -35%;
  margin-bottom: -35%;
}

.hover\:-mx-35p:hover {
  margin-left: -35%;
  margin-right: -35%;
}

.hover\:-my-40p:hover {
  margin-top: -40%;
  margin-bottom: -40%;
}

.hover\:-mx-40p:hover {
  margin-left: -40%;
  margin-right: -40%;
}

.hover\:-my-49p:hover {
  margin-top: -49%;
  margin-bottom: -49%;
}

.hover\:-mx-49p:hover {
  margin-left: -49%;
  margin-right: -49%;
}

.hover\:-my-49-5p:hover {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.hover\:-mx-49-5p:hover {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.hover\:-my-80p:hover {
  margin-top: -80%;
  margin-bottom: -80%;
}

.hover\:-mx-80p:hover {
  margin-left: -80%;
  margin-right: -80%;
}

.hover\:-my-vh80:hover {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.hover\:-mx-vh80:hover {
  margin-left: -80vh;
  margin-right: -80vh;
}

.hover\:-my-vh86:hover {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.hover\:-mx-vh86:hover {
  margin-left: -86vh;
  margin-right: -86vh;
}

.hover\:-my-vh90:hover {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.hover\:-mx-vh90:hover {
  margin-left: -90vh;
  margin-right: -90vh;
}

.hover\:-my-vw80:hover {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.hover\:-mx-vw80:hover {
  margin-left: -80vw;
  margin-right: -80vw;
}

.hover\:-my-vw90:hover {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.hover\:-mx-vw90:hover {
  margin-left: -90vw;
  margin-right: -90vw;
}

.hover\:-my-90p:hover {
  margin-top: -90%;
  margin-bottom: -90%;
}

.hover\:-mx-90p:hover {
  margin-left: -90%;
  margin-right: -90%;
}

.hover\:-my-92p:hover {
  margin-top: -92%;
  margin-bottom: -92%;
}

.hover\:-mx-92p:hover {
  margin-left: -92%;
  margin-right: -92%;
}

.hover\:-my-93p:hover {
  margin-top: -93%;
  margin-bottom: -93%;
}

.hover\:-mx-93p:hover {
  margin-left: -93%;
  margin-right: -93%;
}

.hover\:-my-94p:hover {
  margin-top: -94%;
  margin-bottom: -94%;
}

.hover\:-mx-94p:hover {
  margin-left: -94%;
  margin-right: -94%;
}

.hover\:-my-95p:hover {
  margin-top: -95%;
  margin-bottom: -95%;
}

.hover\:-mx-95p:hover {
  margin-left: -95%;
  margin-right: -95%;
}

.hover\:-my-96p:hover {
  margin-top: -96%;
  margin-bottom: -96%;
}

.hover\:-mx-96p:hover {
  margin-left: -96%;
  margin-right: -96%;
}

.hover\:-my-100p:hover {
  margin-top: -100%;
  margin-bottom: -100%;
}

.hover\:-mx-100p:hover {
  margin-left: -100%;
  margin-right: -100%;
}

.hover\:mt-0:hover {
  margin-top: 0px;
}

.hover\:mr-0:hover {
  margin-right: 0px;
}

.hover\:mb-0:hover {
  margin-bottom: 0px;
}

.hover\:ml-0:hover {
  margin-left: 0px;
}

.hover\:mt-1:hover {
  margin-top: 0.25rem;
}

.hover\:mr-1:hover {
  margin-right: 0.25rem;
}

.hover\:mb-1:hover {
  margin-bottom: 0.25rem;
}

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:mt-2:hover {
  margin-top: 0.5rem;
}

.hover\:mr-2:hover {
  margin-right: 0.5rem;
}

.hover\:mb-2:hover {
  margin-bottom: 0.5rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:mt-3:hover {
  margin-top: 3px;
}

.hover\:mr-3:hover {
  margin-right: 3px;
}

.hover\:mb-3:hover {
  margin-bottom: 3px;
}

.hover\:ml-3:hover {
  margin-left: 3px;
}

.hover\:mt-4:hover {
  margin-top: 4px;
}

.hover\:mr-4:hover {
  margin-right: 4px;
}

.hover\:mb-4:hover {
  margin-bottom: 4px;
}

.hover\:ml-4:hover {
  margin-left: 4px;
}

.hover\:mt-5:hover {
  margin-top: 5px;
}

.hover\:mr-5:hover {
  margin-right: 5px;
}

.hover\:mb-5:hover {
  margin-bottom: 5px;
}

.hover\:ml-5:hover {
  margin-left: 5px;
}

.hover\:mt-6:hover {
  margin-top: 6px;
}

.hover\:mr-6:hover {
  margin-right: 6px;
}

.hover\:mb-6:hover {
  margin-bottom: 6px;
}

.hover\:ml-6:hover {
  margin-left: 6px;
}

.hover\:mt-8:hover {
  margin-top: 8px;
}

.hover\:mr-8:hover {
  margin-right: 8px;
}

.hover\:mb-8:hover {
  margin-bottom: 8px;
}

.hover\:ml-8:hover {
  margin-left: 8px;
}

.hover\:mt-9:hover {
  margin-top: 9px;
}

.hover\:mr-9:hover {
  margin-right: 9px;
}

.hover\:mb-9:hover {
  margin-bottom: 9px;
}

.hover\:ml-9:hover {
  margin-left: 9px;
}

.hover\:mt-10:hover {
  margin-top: 10px;
}

.hover\:mr-10:hover {
  margin-right: 10px;
}

.hover\:mb-10:hover {
  margin-bottom: 10px;
}

.hover\:ml-10:hover {
  margin-left: 10px;
}

.hover\:mt-12:hover {
  margin-top: 12px;
}

.hover\:mr-12:hover {
  margin-right: 12px;
}

.hover\:mb-12:hover {
  margin-bottom: 12px;
}

.hover\:ml-12:hover {
  margin-left: 12px;
}

.hover\:mt-13:hover {
  margin-top: 13px;
}

.hover\:mr-13:hover {
  margin-right: 13px;
}

.hover\:mb-13:hover {
  margin-bottom: 13px;
}

.hover\:ml-13:hover {
  margin-left: 13px;
}

.hover\:mt-14:hover {
  margin-top: 14px;
}

.hover\:mr-14:hover {
  margin-right: 14px;
}

.hover\:mb-14:hover {
  margin-bottom: 14px;
}

.hover\:ml-14:hover {
  margin-left: 14px;
}

.hover\:mt-15:hover {
  margin-top: 15px;
}

.hover\:mr-15:hover {
  margin-right: 15px;
}

.hover\:mb-15:hover {
  margin-bottom: 15px;
}

.hover\:ml-15:hover {
  margin-left: 15px;
}

.hover\:mt-16:hover {
  margin-top: 16px;
}

.hover\:mr-16:hover {
  margin-right: 16px;
}

.hover\:mb-16:hover {
  margin-bottom: 16px;
}

.hover\:ml-16:hover {
  margin-left: 16px;
}

.hover\:mt-17:hover {
  margin-top: 17px;
}

.hover\:mr-17:hover {
  margin-right: 17px;
}

.hover\:mb-17:hover {
  margin-bottom: 17px;
}

.hover\:ml-17:hover {
  margin-left: 17px;
}

.hover\:mt-18:hover {
  margin-top: 18px;
}

.hover\:mr-18:hover {
  margin-right: 18px;
}

.hover\:mb-18:hover {
  margin-bottom: 18px;
}

.hover\:ml-18:hover {
  margin-left: 18px;
}

.hover\:mt-20:hover {
  margin-top: 20px;
}

.hover\:mr-20:hover {
  margin-right: 20px;
}

.hover\:mb-20:hover {
  margin-bottom: 20px;
}

.hover\:ml-20:hover {
  margin-left: 20px;
}

.hover\:mt-22:hover {
  margin-top: 22px;
}

.hover\:mr-22:hover {
  margin-right: 22px;
}

.hover\:mb-22:hover {
  margin-bottom: 22px;
}

.hover\:ml-22:hover {
  margin-left: 22px;
}

.hover\:mt-24:hover {
  margin-top: 24px;
}

.hover\:mr-24:hover {
  margin-right: 24px;
}

.hover\:mb-24:hover {
  margin-bottom: 24px;
}

.hover\:ml-24:hover {
  margin-left: 24px;
}

.hover\:mt-25:hover {
  margin-top: 25px;
}

.hover\:mr-25:hover {
  margin-right: 25px;
}

.hover\:mb-25:hover {
  margin-bottom: 25px;
}

.hover\:ml-25:hover {
  margin-left: 25px;
}

.hover\:mt-28:hover {
  margin-top: 28px;
}

.hover\:mr-28:hover {
  margin-right: 28px;
}

.hover\:mb-28:hover {
  margin-bottom: 28px;
}

.hover\:ml-28:hover {
  margin-left: 28px;
}

.hover\:mt-29:hover {
  margin-top: 29px;
}

.hover\:mr-29:hover {
  margin-right: 29px;
}

.hover\:mb-29:hover {
  margin-bottom: 29px;
}

.hover\:ml-29:hover {
  margin-left: 29px;
}

.hover\:mt-30:hover {
  margin-top: 30px;
}

.hover\:mr-30:hover {
  margin-right: 30px;
}

.hover\:mb-30:hover {
  margin-bottom: 30px;
}

.hover\:ml-30:hover {
  margin-left: 30px;
}

.hover\:mt-32:hover {
  margin-top: 32px;
}

.hover\:mr-32:hover {
  margin-right: 32px;
}

.hover\:mb-32:hover {
  margin-bottom: 32px;
}

.hover\:ml-32:hover {
  margin-left: 32px;
}

.hover\:mt-35:hover {
  margin-top: 35px;
}

.hover\:mr-35:hover {
  margin-right: 35px;
}

.hover\:mb-35:hover {
  margin-bottom: 35px;
}

.hover\:ml-35:hover {
  margin-left: 35px;
}

.hover\:mt-36:hover {
  margin-top: 36px;
}

.hover\:mr-36:hover {
  margin-right: 36px;
}

.hover\:mb-36:hover {
  margin-bottom: 36px;
}

.hover\:ml-36:hover {
  margin-left: 36px;
}

.hover\:mt-37:hover {
  margin-top: 37px;
}

.hover\:mr-37:hover {
  margin-right: 37px;
}

.hover\:mb-37:hover {
  margin-bottom: 37px;
}

.hover\:ml-37:hover {
  margin-left: 37px;
}

.hover\:mt-40:hover {
  margin-top: 40px;
}

.hover\:mr-40:hover {
  margin-right: 40px;
}

.hover\:mb-40:hover {
  margin-bottom: 40px;
}

.hover\:ml-40:hover {
  margin-left: 40px;
}

.hover\:mt-45:hover {
  margin-top: 45px;
}

.hover\:mr-45:hover {
  margin-right: 45px;
}

.hover\:mb-45:hover {
  margin-bottom: 45px;
}

.hover\:ml-45:hover {
  margin-left: 45px;
}

.hover\:mt-48:hover {
  margin-top: 48px;
}

.hover\:mr-48:hover {
  margin-right: 48px;
}

.hover\:mb-48:hover {
  margin-bottom: 48px;
}

.hover\:ml-48:hover {
  margin-left: 48px;
}

.hover\:mt-50:hover {
  margin-top: 50px;
}

.hover\:mr-50:hover {
  margin-right: 50px;
}

.hover\:mb-50:hover {
  margin-bottom: 50px;
}

.hover\:ml-50:hover {
  margin-left: 50px;
}

.hover\:mt-55:hover {
  margin-top: 55px;
}

.hover\:mr-55:hover {
  margin-right: 55px;
}

.hover\:mb-55:hover {
  margin-bottom: 55px;
}

.hover\:ml-55:hover {
  margin-left: 55px;
}

.hover\:mt-56:hover {
  margin-top: 56px;
}

.hover\:mr-56:hover {
  margin-right: 56px;
}

.hover\:mb-56:hover {
  margin-bottom: 56px;
}

.hover\:ml-56:hover {
  margin-left: 56px;
}

.hover\:mt-60:hover {
  margin-top: 60px;
}

.hover\:mr-60:hover {
  margin-right: 60px;
}

.hover\:mb-60:hover {
  margin-bottom: 60px;
}

.hover\:ml-60:hover {
  margin-left: 60px;
}

.hover\:mt-62:hover {
  margin-top: 62px;
}

.hover\:mr-62:hover {
  margin-right: 62px;
}

.hover\:mb-62:hover {
  margin-bottom: 62px;
}

.hover\:ml-62:hover {
  margin-left: 62px;
}

.hover\:mt-64:hover {
  margin-top: 64px;
}

.hover\:mr-64:hover {
  margin-right: 64px;
}

.hover\:mb-64:hover {
  margin-bottom: 64px;
}

.hover\:ml-64:hover {
  margin-left: 64px;
}

.hover\:mt-65:hover {
  margin-top: 65px;
}

.hover\:mr-65:hover {
  margin-right: 65px;
}

.hover\:mb-65:hover {
  margin-bottom: 65px;
}

.hover\:ml-65:hover {
  margin-left: 65px;
}

.hover\:mt-70:hover {
  margin-top: 70px;
}

.hover\:mr-70:hover {
  margin-right: 70px;
}

.hover\:mb-70:hover {
  margin-bottom: 70px;
}

.hover\:ml-70:hover {
  margin-left: 70px;
}

.hover\:mt-75:hover {
  margin-top: 75px;
}

.hover\:mr-75:hover {
  margin-right: 75px;
}

.hover\:mb-75:hover {
  margin-bottom: 75px;
}

.hover\:ml-75:hover {
  margin-left: 75px;
}

.hover\:mt-80:hover {
  margin-top: 80px;
}

.hover\:mr-80:hover {
  margin-right: 80px;
}

.hover\:mb-80:hover {
  margin-bottom: 80px;
}

.hover\:ml-80:hover {
  margin-left: 80px;
}

.hover\:mt-85:hover {
  margin-top: 85px;
}

.hover\:mr-85:hover {
  margin-right: 85px;
}

.hover\:mb-85:hover {
  margin-bottom: 85px;
}

.hover\:ml-85:hover {
  margin-left: 85px;
}

.hover\:mt-90:hover {
  margin-top: 90px;
}

.hover\:mr-90:hover {
  margin-right: 90px;
}

.hover\:mb-90:hover {
  margin-bottom: 90px;
}

.hover\:ml-90:hover {
  margin-left: 90px;
}

.hover\:mt-95:hover {
  margin-top: 95px;
}

.hover\:mr-95:hover {
  margin-right: 95px;
}

.hover\:mb-95:hover {
  margin-bottom: 95px;
}

.hover\:ml-95:hover {
  margin-left: 95px;
}

.hover\:mt-96:hover {
  margin-top: 96px;
}

.hover\:mr-96:hover {
  margin-right: 96px;
}

.hover\:mb-96:hover {
  margin-bottom: 96px;
}

.hover\:ml-96:hover {
  margin-left: 96px;
}

.hover\:mt-100:hover {
  margin-top: 100px;
}

.hover\:mr-100:hover {
  margin-right: 100px;
}

.hover\:mb-100:hover {
  margin-bottom: 100px;
}

.hover\:ml-100:hover {
  margin-left: 100px;
}

.hover\:mt-110:hover {
  margin-top: 110px;
}

.hover\:mr-110:hover {
  margin-right: 110px;
}

.hover\:mb-110:hover {
  margin-bottom: 110px;
}

.hover\:ml-110:hover {
  margin-left: 110px;
}

.hover\:mt-115:hover {
  margin-top: 115px;
}

.hover\:mr-115:hover {
  margin-right: 115px;
}

.hover\:mb-115:hover {
  margin-bottom: 115px;
}

.hover\:ml-115:hover {
  margin-left: 115px;
}

.hover\:mt-120:hover {
  margin-top: 120px;
}

.hover\:mr-120:hover {
  margin-right: 120px;
}

.hover\:mb-120:hover {
  margin-bottom: 120px;
}

.hover\:ml-120:hover {
  margin-left: 120px;
}

.hover\:mt-128:hover {
  margin-top: 128px;
}

.hover\:mr-128:hover {
  margin-right: 128px;
}

.hover\:mb-128:hover {
  margin-bottom: 128px;
}

.hover\:ml-128:hover {
  margin-left: 128px;
}

.hover\:mt-135:hover {
  margin-top: 135px;
}

.hover\:mr-135:hover {
  margin-right: 135px;
}

.hover\:mb-135:hover {
  margin-bottom: 135px;
}

.hover\:ml-135:hover {
  margin-left: 135px;
}

.hover\:mt-140:hover {
  margin-top: 140px;
}

.hover\:mr-140:hover {
  margin-right: 140px;
}

.hover\:mb-140:hover {
  margin-bottom: 140px;
}

.hover\:ml-140:hover {
  margin-left: 140px;
}

.hover\:mt-145:hover {
  margin-top: 145px;
}

.hover\:mr-145:hover {
  margin-right: 145px;
}

.hover\:mb-145:hover {
  margin-bottom: 145px;
}

.hover\:ml-145:hover {
  margin-left: 145px;
}

.hover\:mt-150:hover {
  margin-top: 150px;
}

.hover\:mr-150:hover {
  margin-right: 150px;
}

.hover\:mb-150:hover {
  margin-bottom: 150px;
}

.hover\:ml-150:hover {
  margin-left: 150px;
}

.hover\:mt-160:hover {
  margin-top: 160px;
}

.hover\:mr-160:hover {
  margin-right: 160px;
}

.hover\:mb-160:hover {
  margin-bottom: 160px;
}

.hover\:ml-160:hover {
  margin-left: 160px;
}

.hover\:mt-165:hover {
  margin-top: 165px;
}

.hover\:mr-165:hover {
  margin-right: 165px;
}

.hover\:mb-165:hover {
  margin-bottom: 165px;
}

.hover\:ml-165:hover {
  margin-left: 165px;
}

.hover\:mt-168:hover {
  margin-top: 168px;
}

.hover\:mr-168:hover {
  margin-right: 168px;
}

.hover\:mb-168:hover {
  margin-bottom: 168px;
}

.hover\:ml-168:hover {
  margin-left: 168px;
}

.hover\:mt-170:hover {
  margin-top: 170px;
}

.hover\:mr-170:hover {
  margin-right: 170px;
}

.hover\:mb-170:hover {
  margin-bottom: 170px;
}

.hover\:ml-170:hover {
  margin-left: 170px;
}

.hover\:mt-180:hover {
  margin-top: 180px;
}

.hover\:mr-180:hover {
  margin-right: 180px;
}

.hover\:mb-180:hover {
  margin-bottom: 180px;
}

.hover\:ml-180:hover {
  margin-left: 180px;
}

.hover\:mt-200:hover {
  margin-top: 200px;
}

.hover\:mr-200:hover {
  margin-right: 200px;
}

.hover\:mb-200:hover {
  margin-bottom: 200px;
}

.hover\:ml-200:hover {
  margin-left: 200px;
}

.hover\:mt-220:hover {
  margin-top: 220px;
}

.hover\:mr-220:hover {
  margin-right: 220px;
}

.hover\:mb-220:hover {
  margin-bottom: 220px;
}

.hover\:ml-220:hover {
  margin-left: 220px;
}

.hover\:mt-230:hover {
  margin-top: 230px;
}

.hover\:mr-230:hover {
  margin-right: 230px;
}

.hover\:mb-230:hover {
  margin-bottom: 230px;
}

.hover\:ml-230:hover {
  margin-left: 230px;
}

.hover\:mt-235:hover {
  margin-top: 235px;
}

.hover\:mr-235:hover {
  margin-right: 235px;
}

.hover\:mb-235:hover {
  margin-bottom: 235px;
}

.hover\:ml-235:hover {
  margin-left: 235px;
}

.hover\:mt-240:hover {
  margin-top: 240px;
}

.hover\:mr-240:hover {
  margin-right: 240px;
}

.hover\:mb-240:hover {
  margin-bottom: 240px;
}

.hover\:ml-240:hover {
  margin-left: 240px;
}

.hover\:mt-250:hover {
  margin-top: 250px;
}

.hover\:mr-250:hover {
  margin-right: 250px;
}

.hover\:mb-250:hover {
  margin-bottom: 250px;
}

.hover\:ml-250:hover {
  margin-left: 250px;
}

.hover\:mt-300:hover {
  margin-top: 300px;
}

.hover\:mr-300:hover {
  margin-right: 300px;
}

.hover\:mb-300:hover {
  margin-bottom: 300px;
}

.hover\:ml-300:hover {
  margin-left: 300px;
}

.hover\:mt-320:hover {
  margin-top: 320px;
}

.hover\:mr-320:hover {
  margin-right: 320px;
}

.hover\:mb-320:hover {
  margin-bottom: 320px;
}

.hover\:ml-320:hover {
  margin-left: 320px;
}

.hover\:mt-350:hover {
  margin-top: 350px;
}

.hover\:mr-350:hover {
  margin-right: 350px;
}

.hover\:mb-350:hover {
  margin-bottom: 350px;
}

.hover\:ml-350:hover {
  margin-left: 350px;
}

.hover\:mt-375:hover {
  margin-top: 375px;
}

.hover\:mr-375:hover {
  margin-right: 375px;
}

.hover\:mb-375:hover {
  margin-bottom: 375px;
}

.hover\:ml-375:hover {
  margin-left: 375px;
}

.hover\:mt-400:hover {
  margin-top: 400px;
}

.hover\:mr-400:hover {
  margin-right: 400px;
}

.hover\:mb-400:hover {
  margin-bottom: 400px;
}

.hover\:ml-400:hover {
  margin-left: 400px;
}

.hover\:mt-450:hover {
  margin-top: 450px;
}

.hover\:mr-450:hover {
  margin-right: 450px;
}

.hover\:mb-450:hover {
  margin-bottom: 450px;
}

.hover\:ml-450:hover {
  margin-left: 450px;
}

.hover\:mt-700:hover {
  margin-top: 700px;
}

.hover\:mr-700:hover {
  margin-right: 700px;
}

.hover\:mb-700:hover {
  margin-bottom: 700px;
}

.hover\:ml-700:hover {
  margin-left: 700px;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.hover\:mt-1p:hover {
  margin-top: 1%;
}

.hover\:mr-1p:hover {
  margin-right: 1%;
}

.hover\:mb-1p:hover {
  margin-bottom: 1%;
}

.hover\:ml-1p:hover {
  margin-left: 1%;
}

.hover\:mt-1\/12:hover {
  margin-top: 8.3333%;
}

.hover\:mr-1\/12:hover {
  margin-right: 8.3333%;
}

.hover\:mb-1\/12:hover {
  margin-bottom: 8.3333%;
}

.hover\:ml-1\/12:hover {
  margin-left: 8.3333%;
}

.hover\:mt-2\/12:hover {
  margin-top: 16.666667%;
}

.hover\:mr-2\/12:hover {
  margin-right: 16.666667%;
}

.hover\:mb-2\/12:hover {
  margin-bottom: 16.666667%;
}

.hover\:ml-2\/12:hover {
  margin-left: 16.666667%;
}

.hover\:mt-11p:hover {
  margin-top: 11%;
}

.hover\:mr-11p:hover {
  margin-right: 11%;
}

.hover\:mb-11p:hover {
  margin-bottom: 11%;
}

.hover\:ml-11p:hover {
  margin-left: 11%;
}

.hover\:mt-20p:hover {
  margin-top: 20%;
}

.hover\:mr-20p:hover {
  margin-right: 20%;
}

.hover\:mb-20p:hover {
  margin-bottom: 20%;
}

.hover\:ml-20p:hover {
  margin-left: 20%;
}

.hover\:mt-24p:hover {
  margin-top: 24.25%;
}

.hover\:mr-24p:hover {
  margin-right: 24.25%;
}

.hover\:mb-24p:hover {
  margin-bottom: 24.25%;
}

.hover\:ml-24p:hover {
  margin-left: 24.25%;
}

.hover\:mt-25p:hover {
  margin-top: 25%;
}

.hover\:mr-25p:hover {
  margin-right: 25%;
}

.hover\:mb-25p:hover {
  margin-bottom: 25%;
}

.hover\:ml-25p:hover {
  margin-left: 25%;
}

.hover\:mt-32p:hover {
  margin-top: 32%;
}

.hover\:mr-32p:hover {
  margin-right: 32%;
}

.hover\:mb-32p:hover {
  margin-bottom: 32%;
}

.hover\:ml-32p:hover {
  margin-left: 32%;
}

.hover\:mt-35p:hover {
  margin-top: 35%;
}

.hover\:mr-35p:hover {
  margin-right: 35%;
}

.hover\:mb-35p:hover {
  margin-bottom: 35%;
}

.hover\:ml-35p:hover {
  margin-left: 35%;
}

.hover\:mt-40p:hover {
  margin-top: 40%;
}

.hover\:mr-40p:hover {
  margin-right: 40%;
}

.hover\:mb-40p:hover {
  margin-bottom: 40%;
}

.hover\:ml-40p:hover {
  margin-left: 40%;
}

.hover\:mt-49p:hover {
  margin-top: 49%;
}

.hover\:mr-49p:hover {
  margin-right: 49%;
}

.hover\:mb-49p:hover {
  margin-bottom: 49%;
}

.hover\:ml-49p:hover {
  margin-left: 49%;
}

.hover\:mt-49-5p:hover {
  margin-top: 49.5%;
}

.hover\:mr-49-5p:hover {
  margin-right: 49.5%;
}

.hover\:mb-49-5p:hover {
  margin-bottom: 49.5%;
}

.hover\:ml-49-5p:hover {
  margin-left: 49.5%;
}

.hover\:mt-80p:hover {
  margin-top: 80%;
}

.hover\:mr-80p:hover {
  margin-right: 80%;
}

.hover\:mb-80p:hover {
  margin-bottom: 80%;
}

.hover\:ml-80p:hover {
  margin-left: 80%;
}

.hover\:mt-vh80:hover {
  margin-top: 80vh;
}

.hover\:mr-vh80:hover {
  margin-right: 80vh;
}

.hover\:mb-vh80:hover {
  margin-bottom: 80vh;
}

.hover\:ml-vh80:hover {
  margin-left: 80vh;
}

.hover\:mt-vh86:hover {
  margin-top: 86vh;
}

.hover\:mr-vh86:hover {
  margin-right: 86vh;
}

.hover\:mb-vh86:hover {
  margin-bottom: 86vh;
}

.hover\:ml-vh86:hover {
  margin-left: 86vh;
}

.hover\:mt-vh90:hover {
  margin-top: 90vh;
}

.hover\:mr-vh90:hover {
  margin-right: 90vh;
}

.hover\:mb-vh90:hover {
  margin-bottom: 90vh;
}

.hover\:ml-vh90:hover {
  margin-left: 90vh;
}

.hover\:mt-vw80:hover {
  margin-top: 80vw;
}

.hover\:mr-vw80:hover {
  margin-right: 80vw;
}

.hover\:mb-vw80:hover {
  margin-bottom: 80vw;
}

.hover\:ml-vw80:hover {
  margin-left: 80vw;
}

.hover\:mt-vw90:hover {
  margin-top: 90vw;
}

.hover\:mr-vw90:hover {
  margin-right: 90vw;
}

.hover\:mb-vw90:hover {
  margin-bottom: 90vw;
}

.hover\:ml-vw90:hover {
  margin-left: 90vw;
}

.hover\:mt-90p:hover {
  margin-top: 90%;
}

.hover\:mr-90p:hover {
  margin-right: 90%;
}

.hover\:mb-90p:hover {
  margin-bottom: 90%;
}

.hover\:ml-90p:hover {
  margin-left: 90%;
}

.hover\:mt-92p:hover {
  margin-top: 92%;
}

.hover\:mr-92p:hover {
  margin-right: 92%;
}

.hover\:mb-92p:hover {
  margin-bottom: 92%;
}

.hover\:ml-92p:hover {
  margin-left: 92%;
}

.hover\:mt-93p:hover {
  margin-top: 93%;
}

.hover\:mr-93p:hover {
  margin-right: 93%;
}

.hover\:mb-93p:hover {
  margin-bottom: 93%;
}

.hover\:ml-93p:hover {
  margin-left: 93%;
}

.hover\:mt-94p:hover {
  margin-top: 94%;
}

.hover\:mr-94p:hover {
  margin-right: 94%;
}

.hover\:mb-94p:hover {
  margin-bottom: 94%;
}

.hover\:ml-94p:hover {
  margin-left: 94%;
}

.hover\:mt-95p:hover {
  margin-top: 95%;
}

.hover\:mr-95p:hover {
  margin-right: 95%;
}

.hover\:mb-95p:hover {
  margin-bottom: 95%;
}

.hover\:ml-95p:hover {
  margin-left: 95%;
}

.hover\:mt-96p:hover {
  margin-top: 96%;
}

.hover\:mr-96p:hover {
  margin-right: 96%;
}

.hover\:mb-96p:hover {
  margin-bottom: 96%;
}

.hover\:ml-96p:hover {
  margin-left: 96%;
}

.hover\:mt-100p:hover {
  margin-top: 100%;
}

.hover\:mr-100p:hover {
  margin-right: 100%;
}

.hover\:mb-100p:hover {
  margin-bottom: 100%;
}

.hover\:ml-100p:hover {
  margin-left: 100%;
}

.hover\:-mt-0:hover {
  margin-top: 0px;
}

.hover\:-mr-0:hover {
  margin-right: 0px;
}

.hover\:-mb-0:hover {
  margin-bottom: 0px;
}

.hover\:-ml-0:hover {
  margin-left: 0px;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -3px;
}

.hover\:-mr-3:hover {
  margin-right: -3px;
}

.hover\:-mb-3:hover {
  margin-bottom: -3px;
}

.hover\:-ml-3:hover {
  margin-left: -3px;
}

.hover\:-mt-4:hover {
  margin-top: -4px;
}

.hover\:-mr-4:hover {
  margin-right: -4px;
}

.hover\:-mb-4:hover {
  margin-bottom: -4px;
}

.hover\:-ml-4:hover {
  margin-left: -4px;
}

.hover\:-mt-5:hover {
  margin-top: -5px;
}

.hover\:-mr-5:hover {
  margin-right: -5px;
}

.hover\:-mb-5:hover {
  margin-bottom: -5px;
}

.hover\:-ml-5:hover {
  margin-left: -5px;
}

.hover\:-mt-6:hover {
  margin-top: -6px;
}

.hover\:-mr-6:hover {
  margin-right: -6px;
}

.hover\:-mb-6:hover {
  margin-bottom: -6px;
}

.hover\:-ml-6:hover {
  margin-left: -6px;
}

.hover\:-mt-8:hover {
  margin-top: -8px;
}

.hover\:-mr-8:hover {
  margin-right: -8px;
}

.hover\:-mb-8:hover {
  margin-bottom: -8px;
}

.hover\:-ml-8:hover {
  margin-left: -8px;
}

.hover\:-mt-9:hover {
  margin-top: -9px;
}

.hover\:-mr-9:hover {
  margin-right: -9px;
}

.hover\:-mb-9:hover {
  margin-bottom: -9px;
}

.hover\:-ml-9:hover {
  margin-left: -9px;
}

.hover\:-mt-10:hover {
  margin-top: -10px;
}

.hover\:-mr-10:hover {
  margin-right: -10px;
}

.hover\:-mb-10:hover {
  margin-bottom: -10px;
}

.hover\:-ml-10:hover {
  margin-left: -10px;
}

.hover\:-mt-12:hover {
  margin-top: -12px;
}

.hover\:-mr-12:hover {
  margin-right: -12px;
}

.hover\:-mb-12:hover {
  margin-bottom: -12px;
}

.hover\:-ml-12:hover {
  margin-left: -12px;
}

.hover\:-mt-13:hover {
  margin-top: -13px;
}

.hover\:-mr-13:hover {
  margin-right: -13px;
}

.hover\:-mb-13:hover {
  margin-bottom: -13px;
}

.hover\:-ml-13:hover {
  margin-left: -13px;
}

.hover\:-mt-14:hover {
  margin-top: -14px;
}

.hover\:-mr-14:hover {
  margin-right: -14px;
}

.hover\:-mb-14:hover {
  margin-bottom: -14px;
}

.hover\:-ml-14:hover {
  margin-left: -14px;
}

.hover\:-mt-15:hover {
  margin-top: -15px;
}

.hover\:-mr-15:hover {
  margin-right: -15px;
}

.hover\:-mb-15:hover {
  margin-bottom: -15px;
}

.hover\:-ml-15:hover {
  margin-left: -15px;
}

.hover\:-mt-16:hover {
  margin-top: -16px;
}

.hover\:-mr-16:hover {
  margin-right: -16px;
}

.hover\:-mb-16:hover {
  margin-bottom: -16px;
}

.hover\:-ml-16:hover {
  margin-left: -16px;
}

.hover\:-mt-17:hover {
  margin-top: -17px;
}

.hover\:-mr-17:hover {
  margin-right: -17px;
}

.hover\:-mb-17:hover {
  margin-bottom: -17px;
}

.hover\:-ml-17:hover {
  margin-left: -17px;
}

.hover\:-mt-18:hover {
  margin-top: -18px;
}

.hover\:-mr-18:hover {
  margin-right: -18px;
}

.hover\:-mb-18:hover {
  margin-bottom: -18px;
}

.hover\:-ml-18:hover {
  margin-left: -18px;
}

.hover\:-mt-20:hover {
  margin-top: -20px;
}

.hover\:-mr-20:hover {
  margin-right: -20px;
}

.hover\:-mb-20:hover {
  margin-bottom: -20px;
}

.hover\:-ml-20:hover {
  margin-left: -20px;
}

.hover\:-mt-22:hover {
  margin-top: -22px;
}

.hover\:-mr-22:hover {
  margin-right: -22px;
}

.hover\:-mb-22:hover {
  margin-bottom: -22px;
}

.hover\:-ml-22:hover {
  margin-left: -22px;
}

.hover\:-mt-24:hover {
  margin-top: -24px;
}

.hover\:-mr-24:hover {
  margin-right: -24px;
}

.hover\:-mb-24:hover {
  margin-bottom: -24px;
}

.hover\:-ml-24:hover {
  margin-left: -24px;
}

.hover\:-mt-25:hover {
  margin-top: -25px;
}

.hover\:-mr-25:hover {
  margin-right: -25px;
}

.hover\:-mb-25:hover {
  margin-bottom: -25px;
}

.hover\:-ml-25:hover {
  margin-left: -25px;
}

.hover\:-mt-28:hover {
  margin-top: -28px;
}

.hover\:-mr-28:hover {
  margin-right: -28px;
}

.hover\:-mb-28:hover {
  margin-bottom: -28px;
}

.hover\:-ml-28:hover {
  margin-left: -28px;
}

.hover\:-mt-29:hover {
  margin-top: -29px;
}

.hover\:-mr-29:hover {
  margin-right: -29px;
}

.hover\:-mb-29:hover {
  margin-bottom: -29px;
}

.hover\:-ml-29:hover {
  margin-left: -29px;
}

.hover\:-mt-30:hover {
  margin-top: -30px;
}

.hover\:-mr-30:hover {
  margin-right: -30px;
}

.hover\:-mb-30:hover {
  margin-bottom: -30px;
}

.hover\:-ml-30:hover {
  margin-left: -30px;
}

.hover\:-mt-32:hover {
  margin-top: -32px;
}

.hover\:-mr-32:hover {
  margin-right: -32px;
}

.hover\:-mb-32:hover {
  margin-bottom: -32px;
}

.hover\:-ml-32:hover {
  margin-left: -32px;
}

.hover\:-mt-35:hover {
  margin-top: -35px;
}

.hover\:-mr-35:hover {
  margin-right: -35px;
}

.hover\:-mb-35:hover {
  margin-bottom: -35px;
}

.hover\:-ml-35:hover {
  margin-left: -35px;
}

.hover\:-mt-36:hover {
  margin-top: -36px;
}

.hover\:-mr-36:hover {
  margin-right: -36px;
}

.hover\:-mb-36:hover {
  margin-bottom: -36px;
}

.hover\:-ml-36:hover {
  margin-left: -36px;
}

.hover\:-mt-37:hover {
  margin-top: -37px;
}

.hover\:-mr-37:hover {
  margin-right: -37px;
}

.hover\:-mb-37:hover {
  margin-bottom: -37px;
}

.hover\:-ml-37:hover {
  margin-left: -37px;
}

.hover\:-mt-40:hover {
  margin-top: -40px;
}

.hover\:-mr-40:hover {
  margin-right: -40px;
}

.hover\:-mb-40:hover {
  margin-bottom: -40px;
}

.hover\:-ml-40:hover {
  margin-left: -40px;
}

.hover\:-mt-45:hover {
  margin-top: -45px;
}

.hover\:-mr-45:hover {
  margin-right: -45px;
}

.hover\:-mb-45:hover {
  margin-bottom: -45px;
}

.hover\:-ml-45:hover {
  margin-left: -45px;
}

.hover\:-mt-48:hover {
  margin-top: -48px;
}

.hover\:-mr-48:hover {
  margin-right: -48px;
}

.hover\:-mb-48:hover {
  margin-bottom: -48px;
}

.hover\:-ml-48:hover {
  margin-left: -48px;
}

.hover\:-mt-50:hover {
  margin-top: -50px;
}

.hover\:-mr-50:hover {
  margin-right: -50px;
}

.hover\:-mb-50:hover {
  margin-bottom: -50px;
}

.hover\:-ml-50:hover {
  margin-left: -50px;
}

.hover\:-mt-55:hover {
  margin-top: -55px;
}

.hover\:-mr-55:hover {
  margin-right: -55px;
}

.hover\:-mb-55:hover {
  margin-bottom: -55px;
}

.hover\:-ml-55:hover {
  margin-left: -55px;
}

.hover\:-mt-56:hover {
  margin-top: -56px;
}

.hover\:-mr-56:hover {
  margin-right: -56px;
}

.hover\:-mb-56:hover {
  margin-bottom: -56px;
}

.hover\:-ml-56:hover {
  margin-left: -56px;
}

.hover\:-mt-60:hover {
  margin-top: -60px;
}

.hover\:-mr-60:hover {
  margin-right: -60px;
}

.hover\:-mb-60:hover {
  margin-bottom: -60px;
}

.hover\:-ml-60:hover {
  margin-left: -60px;
}

.hover\:-mt-62:hover {
  margin-top: -62px;
}

.hover\:-mr-62:hover {
  margin-right: -62px;
}

.hover\:-mb-62:hover {
  margin-bottom: -62px;
}

.hover\:-ml-62:hover {
  margin-left: -62px;
}

.hover\:-mt-64:hover {
  margin-top: -64px;
}

.hover\:-mr-64:hover {
  margin-right: -64px;
}

.hover\:-mb-64:hover {
  margin-bottom: -64px;
}

.hover\:-ml-64:hover {
  margin-left: -64px;
}

.hover\:-mt-65:hover {
  margin-top: -65px;
}

.hover\:-mr-65:hover {
  margin-right: -65px;
}

.hover\:-mb-65:hover {
  margin-bottom: -65px;
}

.hover\:-ml-65:hover {
  margin-left: -65px;
}

.hover\:-mt-70:hover {
  margin-top: -70px;
}

.hover\:-mr-70:hover {
  margin-right: -70px;
}

.hover\:-mb-70:hover {
  margin-bottom: -70px;
}

.hover\:-ml-70:hover {
  margin-left: -70px;
}

.hover\:-mt-75:hover {
  margin-top: -75px;
}

.hover\:-mr-75:hover {
  margin-right: -75px;
}

.hover\:-mb-75:hover {
  margin-bottom: -75px;
}

.hover\:-ml-75:hover {
  margin-left: -75px;
}

.hover\:-mt-80:hover {
  margin-top: -80px;
}

.hover\:-mr-80:hover {
  margin-right: -80px;
}

.hover\:-mb-80:hover {
  margin-bottom: -80px;
}

.hover\:-ml-80:hover {
  margin-left: -80px;
}

.hover\:-mt-85:hover {
  margin-top: -85px;
}

.hover\:-mr-85:hover {
  margin-right: -85px;
}

.hover\:-mb-85:hover {
  margin-bottom: -85px;
}

.hover\:-ml-85:hover {
  margin-left: -85px;
}

.hover\:-mt-90:hover {
  margin-top: -90px;
}

.hover\:-mr-90:hover {
  margin-right: -90px;
}

.hover\:-mb-90:hover {
  margin-bottom: -90px;
}

.hover\:-ml-90:hover {
  margin-left: -90px;
}

.hover\:-mt-95:hover {
  margin-top: -95px;
}

.hover\:-mr-95:hover {
  margin-right: -95px;
}

.hover\:-mb-95:hover {
  margin-bottom: -95px;
}

.hover\:-ml-95:hover {
  margin-left: -95px;
}

.hover\:-mt-96:hover {
  margin-top: -96px;
}

.hover\:-mr-96:hover {
  margin-right: -96px;
}

.hover\:-mb-96:hover {
  margin-bottom: -96px;
}

.hover\:-ml-96:hover {
  margin-left: -96px;
}

.hover\:-mt-100:hover {
  margin-top: -100px;
}

.hover\:-mr-100:hover {
  margin-right: -100px;
}

.hover\:-mb-100:hover {
  margin-bottom: -100px;
}

.hover\:-ml-100:hover {
  margin-left: -100px;
}

.hover\:-mt-110:hover {
  margin-top: -110px;
}

.hover\:-mr-110:hover {
  margin-right: -110px;
}

.hover\:-mb-110:hover {
  margin-bottom: -110px;
}

.hover\:-ml-110:hover {
  margin-left: -110px;
}

.hover\:-mt-115:hover {
  margin-top: -115px;
}

.hover\:-mr-115:hover {
  margin-right: -115px;
}

.hover\:-mb-115:hover {
  margin-bottom: -115px;
}

.hover\:-ml-115:hover {
  margin-left: -115px;
}

.hover\:-mt-120:hover {
  margin-top: -120px;
}

.hover\:-mr-120:hover {
  margin-right: -120px;
}

.hover\:-mb-120:hover {
  margin-bottom: -120px;
}

.hover\:-ml-120:hover {
  margin-left: -120px;
}

.hover\:-mt-128:hover {
  margin-top: -128px;
}

.hover\:-mr-128:hover {
  margin-right: -128px;
}

.hover\:-mb-128:hover {
  margin-bottom: -128px;
}

.hover\:-ml-128:hover {
  margin-left: -128px;
}

.hover\:-mt-135:hover {
  margin-top: -135px;
}

.hover\:-mr-135:hover {
  margin-right: -135px;
}

.hover\:-mb-135:hover {
  margin-bottom: -135px;
}

.hover\:-ml-135:hover {
  margin-left: -135px;
}

.hover\:-mt-140:hover {
  margin-top: -140px;
}

.hover\:-mr-140:hover {
  margin-right: -140px;
}

.hover\:-mb-140:hover {
  margin-bottom: -140px;
}

.hover\:-ml-140:hover {
  margin-left: -140px;
}

.hover\:-mt-145:hover {
  margin-top: -145px;
}

.hover\:-mr-145:hover {
  margin-right: -145px;
}

.hover\:-mb-145:hover {
  margin-bottom: -145px;
}

.hover\:-ml-145:hover {
  margin-left: -145px;
}

.hover\:-mt-150:hover {
  margin-top: -150px;
}

.hover\:-mr-150:hover {
  margin-right: -150px;
}

.hover\:-mb-150:hover {
  margin-bottom: -150px;
}

.hover\:-ml-150:hover {
  margin-left: -150px;
}

.hover\:-mt-160:hover {
  margin-top: -160px;
}

.hover\:-mr-160:hover {
  margin-right: -160px;
}

.hover\:-mb-160:hover {
  margin-bottom: -160px;
}

.hover\:-ml-160:hover {
  margin-left: -160px;
}

.hover\:-mt-165:hover {
  margin-top: -165px;
}

.hover\:-mr-165:hover {
  margin-right: -165px;
}

.hover\:-mb-165:hover {
  margin-bottom: -165px;
}

.hover\:-ml-165:hover {
  margin-left: -165px;
}

.hover\:-mt-168:hover {
  margin-top: -168px;
}

.hover\:-mr-168:hover {
  margin-right: -168px;
}

.hover\:-mb-168:hover {
  margin-bottom: -168px;
}

.hover\:-ml-168:hover {
  margin-left: -168px;
}

.hover\:-mt-170:hover {
  margin-top: -170px;
}

.hover\:-mr-170:hover {
  margin-right: -170px;
}

.hover\:-mb-170:hover {
  margin-bottom: -170px;
}

.hover\:-ml-170:hover {
  margin-left: -170px;
}

.hover\:-mt-180:hover {
  margin-top: -180px;
}

.hover\:-mr-180:hover {
  margin-right: -180px;
}

.hover\:-mb-180:hover {
  margin-bottom: -180px;
}

.hover\:-ml-180:hover {
  margin-left: -180px;
}

.hover\:-mt-200:hover {
  margin-top: -200px;
}

.hover\:-mr-200:hover {
  margin-right: -200px;
}

.hover\:-mb-200:hover {
  margin-bottom: -200px;
}

.hover\:-ml-200:hover {
  margin-left: -200px;
}

.hover\:-mt-220:hover {
  margin-top: -220px;
}

.hover\:-mr-220:hover {
  margin-right: -220px;
}

.hover\:-mb-220:hover {
  margin-bottom: -220px;
}

.hover\:-ml-220:hover {
  margin-left: -220px;
}

.hover\:-mt-230:hover {
  margin-top: -230px;
}

.hover\:-mr-230:hover {
  margin-right: -230px;
}

.hover\:-mb-230:hover {
  margin-bottom: -230px;
}

.hover\:-ml-230:hover {
  margin-left: -230px;
}

.hover\:-mt-235:hover {
  margin-top: -235px;
}

.hover\:-mr-235:hover {
  margin-right: -235px;
}

.hover\:-mb-235:hover {
  margin-bottom: -235px;
}

.hover\:-ml-235:hover {
  margin-left: -235px;
}

.hover\:-mt-240:hover {
  margin-top: -240px;
}

.hover\:-mr-240:hover {
  margin-right: -240px;
}

.hover\:-mb-240:hover {
  margin-bottom: -240px;
}

.hover\:-ml-240:hover {
  margin-left: -240px;
}

.hover\:-mt-250:hover {
  margin-top: -250px;
}

.hover\:-mr-250:hover {
  margin-right: -250px;
}

.hover\:-mb-250:hover {
  margin-bottom: -250px;
}

.hover\:-ml-250:hover {
  margin-left: -250px;
}

.hover\:-mt-300:hover {
  margin-top: -300px;
}

.hover\:-mr-300:hover {
  margin-right: -300px;
}

.hover\:-mb-300:hover {
  margin-bottom: -300px;
}

.hover\:-ml-300:hover {
  margin-left: -300px;
}

.hover\:-mt-320:hover {
  margin-top: -320px;
}

.hover\:-mr-320:hover {
  margin-right: -320px;
}

.hover\:-mb-320:hover {
  margin-bottom: -320px;
}

.hover\:-ml-320:hover {
  margin-left: -320px;
}

.hover\:-mt-350:hover {
  margin-top: -350px;
}

.hover\:-mr-350:hover {
  margin-right: -350px;
}

.hover\:-mb-350:hover {
  margin-bottom: -350px;
}

.hover\:-ml-350:hover {
  margin-left: -350px;
}

.hover\:-mt-375:hover {
  margin-top: -375px;
}

.hover\:-mr-375:hover {
  margin-right: -375px;
}

.hover\:-mb-375:hover {
  margin-bottom: -375px;
}

.hover\:-ml-375:hover {
  margin-left: -375px;
}

.hover\:-mt-400:hover {
  margin-top: -400px;
}

.hover\:-mr-400:hover {
  margin-right: -400px;
}

.hover\:-mb-400:hover {
  margin-bottom: -400px;
}

.hover\:-ml-400:hover {
  margin-left: -400px;
}

.hover\:-mt-450:hover {
  margin-top: -450px;
}

.hover\:-mr-450:hover {
  margin-right: -450px;
}

.hover\:-mb-450:hover {
  margin-bottom: -450px;
}

.hover\:-ml-450:hover {
  margin-left: -450px;
}

.hover\:-mt-700:hover {
  margin-top: -700px;
}

.hover\:-mr-700:hover {
  margin-right: -700px;
}

.hover\:-mb-700:hover {
  margin-bottom: -700px;
}

.hover\:-ml-700:hover {
  margin-left: -700px;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.hover\:-mt-1p:hover {
  margin-top: -1%;
}

.hover\:-mr-1p:hover {
  margin-right: -1%;
}

.hover\:-mb-1p:hover {
  margin-bottom: -1%;
}

.hover\:-ml-1p:hover {
  margin-left: -1%;
}

.hover\:-mt-1\/12:hover {
  margin-top: -8.3333%;
}

.hover\:-mr-1\/12:hover {
  margin-right: -8.3333%;
}

.hover\:-mb-1\/12:hover {
  margin-bottom: -8.3333%;
}

.hover\:-ml-1\/12:hover {
  margin-left: -8.3333%;
}

.hover\:-mt-2\/12:hover {
  margin-top: -16.66667%;
}

.hover\:-mr-2\/12:hover {
  margin-right: -16.66667%;
}

.hover\:-mb-2\/12:hover {
  margin-bottom: -16.66667%;
}

.hover\:-ml-2\/12:hover {
  margin-left: -16.66667%;
}

.hover\:-mt-11p:hover {
  margin-top: -11%;
}

.hover\:-mr-11p:hover {
  margin-right: -11%;
}

.hover\:-mb-11p:hover {
  margin-bottom: -11%;
}

.hover\:-ml-11p:hover {
  margin-left: -11%;
}

.hover\:-mt-20p:hover {
  margin-top: -20%;
}

.hover\:-mr-20p:hover {
  margin-right: -20%;
}

.hover\:-mb-20p:hover {
  margin-bottom: -20%;
}

.hover\:-ml-20p:hover {
  margin-left: -20%;
}

.hover\:-mt-24p:hover {
  margin-top: -24.25%;
}

.hover\:-mr-24p:hover {
  margin-right: -24.25%;
}

.hover\:-mb-24p:hover {
  margin-bottom: -24.25%;
}

.hover\:-ml-24p:hover {
  margin-left: -24.25%;
}

.hover\:-mt-25p:hover {
  margin-top: -25%;
}

.hover\:-mr-25p:hover {
  margin-right: -25%;
}

.hover\:-mb-25p:hover {
  margin-bottom: -25%;
}

.hover\:-ml-25p:hover {
  margin-left: -25%;
}

.hover\:-mt-32p:hover {
  margin-top: -32%;
}

.hover\:-mr-32p:hover {
  margin-right: -32%;
}

.hover\:-mb-32p:hover {
  margin-bottom: -32%;
}

.hover\:-ml-32p:hover {
  margin-left: -32%;
}

.hover\:-mt-35p:hover {
  margin-top: -35%;
}

.hover\:-mr-35p:hover {
  margin-right: -35%;
}

.hover\:-mb-35p:hover {
  margin-bottom: -35%;
}

.hover\:-ml-35p:hover {
  margin-left: -35%;
}

.hover\:-mt-40p:hover {
  margin-top: -40%;
}

.hover\:-mr-40p:hover {
  margin-right: -40%;
}

.hover\:-mb-40p:hover {
  margin-bottom: -40%;
}

.hover\:-ml-40p:hover {
  margin-left: -40%;
}

.hover\:-mt-49p:hover {
  margin-top: -49%;
}

.hover\:-mr-49p:hover {
  margin-right: -49%;
}

.hover\:-mb-49p:hover {
  margin-bottom: -49%;
}

.hover\:-ml-49p:hover {
  margin-left: -49%;
}

.hover\:-mt-49-5p:hover {
  margin-top: -49.5%;
}

.hover\:-mr-49-5p:hover {
  margin-right: -49.5%;
}

.hover\:-mb-49-5p:hover {
  margin-bottom: -49.5%;
}

.hover\:-ml-49-5p:hover {
  margin-left: -49.5%;
}

.hover\:-mt-80p:hover {
  margin-top: -80%;
}

.hover\:-mr-80p:hover {
  margin-right: -80%;
}

.hover\:-mb-80p:hover {
  margin-bottom: -80%;
}

.hover\:-ml-80p:hover {
  margin-left: -80%;
}

.hover\:-mt-vh80:hover {
  margin-top: -80vh;
}

.hover\:-mr-vh80:hover {
  margin-right: -80vh;
}

.hover\:-mb-vh80:hover {
  margin-bottom: -80vh;
}

.hover\:-ml-vh80:hover {
  margin-left: -80vh;
}

.hover\:-mt-vh86:hover {
  margin-top: -86vh;
}

.hover\:-mr-vh86:hover {
  margin-right: -86vh;
}

.hover\:-mb-vh86:hover {
  margin-bottom: -86vh;
}

.hover\:-ml-vh86:hover {
  margin-left: -86vh;
}

.hover\:-mt-vh90:hover {
  margin-top: -90vh;
}

.hover\:-mr-vh90:hover {
  margin-right: -90vh;
}

.hover\:-mb-vh90:hover {
  margin-bottom: -90vh;
}

.hover\:-ml-vh90:hover {
  margin-left: -90vh;
}

.hover\:-mt-vw80:hover {
  margin-top: -80vw;
}

.hover\:-mr-vw80:hover {
  margin-right: -80vw;
}

.hover\:-mb-vw80:hover {
  margin-bottom: -80vw;
}

.hover\:-ml-vw80:hover {
  margin-left: -80vw;
}

.hover\:-mt-vw90:hover {
  margin-top: -90vw;
}

.hover\:-mr-vw90:hover {
  margin-right: -90vw;
}

.hover\:-mb-vw90:hover {
  margin-bottom: -90vw;
}

.hover\:-ml-vw90:hover {
  margin-left: -90vw;
}

.hover\:-mt-90p:hover {
  margin-top: -90%;
}

.hover\:-mr-90p:hover {
  margin-right: -90%;
}

.hover\:-mb-90p:hover {
  margin-bottom: -90%;
}

.hover\:-ml-90p:hover {
  margin-left: -90%;
}

.hover\:-mt-92p:hover {
  margin-top: -92%;
}

.hover\:-mr-92p:hover {
  margin-right: -92%;
}

.hover\:-mb-92p:hover {
  margin-bottom: -92%;
}

.hover\:-ml-92p:hover {
  margin-left: -92%;
}

.hover\:-mt-93p:hover {
  margin-top: -93%;
}

.hover\:-mr-93p:hover {
  margin-right: -93%;
}

.hover\:-mb-93p:hover {
  margin-bottom: -93%;
}

.hover\:-ml-93p:hover {
  margin-left: -93%;
}

.hover\:-mt-94p:hover {
  margin-top: -94%;
}

.hover\:-mr-94p:hover {
  margin-right: -94%;
}

.hover\:-mb-94p:hover {
  margin-bottom: -94%;
}

.hover\:-ml-94p:hover {
  margin-left: -94%;
}

.hover\:-mt-95p:hover {
  margin-top: -95%;
}

.hover\:-mr-95p:hover {
  margin-right: -95%;
}

.hover\:-mb-95p:hover {
  margin-bottom: -95%;
}

.hover\:-ml-95p:hover {
  margin-left: -95%;
}

.hover\:-mt-96p:hover {
  margin-top: -96%;
}

.hover\:-mr-96p:hover {
  margin-right: -96%;
}

.hover\:-mb-96p:hover {
  margin-bottom: -96%;
}

.hover\:-ml-96p:hover {
  margin-left: -96%;
}

.hover\:-mt-100p:hover {
  margin-top: -100%;
}

.hover\:-mr-100p:hover {
  margin-right: -100%;
}

.hover\:-mb-100p:hover {
  margin-bottom: -100%;
}

.hover\:-ml-100p:hover {
  margin-left: -100%;
}

.focus\:m-0:focus {
  margin: 0px;
}

.focus\:m-1:focus {
  margin: 0.25rem;
}

.focus\:m-2:focus {
  margin: 0.5rem;
}

.focus\:m-3:focus {
  margin: 3px;
}

.focus\:m-4:focus {
  margin: 4px;
}

.focus\:m-5:focus {
  margin: 5px;
}

.focus\:m-6:focus {
  margin: 6px;
}

.focus\:m-8:focus {
  margin: 8px;
}

.focus\:m-9:focus {
  margin: 9px;
}

.focus\:m-10:focus {
  margin: 10px;
}

.focus\:m-12:focus {
  margin: 12px;
}

.focus\:m-13:focus {
  margin: 13px;
}

.focus\:m-14:focus {
  margin: 14px;
}

.focus\:m-15:focus {
  margin: 15px;
}

.focus\:m-16:focus {
  margin: 16px;
}

.focus\:m-17:focus {
  margin: 17px;
}

.focus\:m-18:focus {
  margin: 18px;
}

.focus\:m-20:focus {
  margin: 20px;
}

.focus\:m-22:focus {
  margin: 22px;
}

.focus\:m-24:focus {
  margin: 24px;
}

.focus\:m-25:focus {
  margin: 25px;
}

.focus\:m-28:focus {
  margin: 28px;
}

.focus\:m-29:focus {
  margin: 29px;
}

.focus\:m-30:focus {
  margin: 30px;
}

.focus\:m-32:focus {
  margin: 32px;
}

.focus\:m-35:focus {
  margin: 35px;
}

.focus\:m-36:focus {
  margin: 36px;
}

.focus\:m-37:focus {
  margin: 37px;
}

.focus\:m-40:focus {
  margin: 40px;
}

.focus\:m-45:focus {
  margin: 45px;
}

.focus\:m-48:focus {
  margin: 48px;
}

.focus\:m-50:focus {
  margin: 50px;
}

.focus\:m-55:focus {
  margin: 55px;
}

.focus\:m-56:focus {
  margin: 56px;
}

.focus\:m-60:focus {
  margin: 60px;
}

.focus\:m-62:focus {
  margin: 62px;
}

.focus\:m-64:focus {
  margin: 64px;
}

.focus\:m-65:focus {
  margin: 65px;
}

.focus\:m-70:focus {
  margin: 70px;
}

.focus\:m-75:focus {
  margin: 75px;
}

.focus\:m-80:focus {
  margin: 80px;
}

.focus\:m-85:focus {
  margin: 85px;
}

.focus\:m-90:focus {
  margin: 90px;
}

.focus\:m-95:focus {
  margin: 95px;
}

.focus\:m-96:focus {
  margin: 96px;
}

.focus\:m-100:focus {
  margin: 100px;
}

.focus\:m-110:focus {
  margin: 110px;
}

.focus\:m-115:focus {
  margin: 115px;
}

.focus\:m-120:focus {
  margin: 120px;
}

.focus\:m-128:focus {
  margin: 128px;
}

.focus\:m-135:focus {
  margin: 135px;
}

.focus\:m-140:focus {
  margin: 140px;
}

.focus\:m-145:focus {
  margin: 145px;
}

.focus\:m-150:focus {
  margin: 150px;
}

.focus\:m-160:focus {
  margin: 160px;
}

.focus\:m-165:focus {
  margin: 165px;
}

.focus\:m-168:focus {
  margin: 168px;
}

.focus\:m-170:focus {
  margin: 170px;
}

.focus\:m-180:focus {
  margin: 180px;
}

.focus\:m-200:focus {
  margin: 200px;
}

.focus\:m-220:focus {
  margin: 220px;
}

.focus\:m-230:focus {
  margin: 230px;
}

.focus\:m-235:focus {
  margin: 235px;
}

.focus\:m-240:focus {
  margin: 240px;
}

.focus\:m-250:focus {
  margin: 250px;
}

.focus\:m-300:focus {
  margin: 300px;
}

.focus\:m-320:focus {
  margin: 320px;
}

.focus\:m-350:focus {
  margin: 350px;
}

.focus\:m-375:focus {
  margin: 375px;
}

.focus\:m-400:focus {
  margin: 400px;
}

.focus\:m-450:focus {
  margin: 450px;
}

.focus\:m-700:focus {
  margin: 700px;
}

.focus\:m-auto:focus {
  margin: auto;
}

.focus\:m-px:focus {
  margin: 1px;
}

.focus\:m-1p:focus {
  margin: 1%;
}

.focus\:m-1\/12:focus {
  margin: 8.3333%;
}

.focus\:m-2\/12:focus {
  margin: 16.666667%;
}

.focus\:m-11p:focus {
  margin: 11%;
}

.focus\:m-20p:focus {
  margin: 20%;
}

.focus\:m-24p:focus {
  margin: 24.25%;
}

.focus\:m-25p:focus {
  margin: 25%;
}

.focus\:m-32p:focus {
  margin: 32%;
}

.focus\:m-35p:focus {
  margin: 35%;
}

.focus\:m-40p:focus {
  margin: 40%;
}

.focus\:m-49p:focus {
  margin: 49%;
}

.focus\:m-49-5p:focus {
  margin: 49.5%;
}

.focus\:m-80p:focus {
  margin: 80%;
}

.focus\:m-vh80:focus {
  margin: 80vh;
}

.focus\:m-vh86:focus {
  margin: 86vh;
}

.focus\:m-vh90:focus {
  margin: 90vh;
}

.focus\:m-vw80:focus {
  margin: 80vw;
}

.focus\:m-vw90:focus {
  margin: 90vw;
}

.focus\:m-90p:focus {
  margin: 90%;
}

.focus\:m-92p:focus {
  margin: 92%;
}

.focus\:m-93p:focus {
  margin: 93%;
}

.focus\:m-94p:focus {
  margin: 94%;
}

.focus\:m-95p:focus {
  margin: 95%;
}

.focus\:m-96p:focus {
  margin: 96%;
}

.focus\:m-100p:focus {
  margin: 100%;
}

.focus\:-m-0:focus {
  margin: 0px;
}

.focus\:-m-1:focus {
  margin: -0.25rem;
}

.focus\:-m-2:focus {
  margin: -0.5rem;
}

.focus\:-m-3:focus {
  margin: -3px;
}

.focus\:-m-4:focus {
  margin: -4px;
}

.focus\:-m-5:focus {
  margin: -5px;
}

.focus\:-m-6:focus {
  margin: -6px;
}

.focus\:-m-8:focus {
  margin: -8px;
}

.focus\:-m-9:focus {
  margin: -9px;
}

.focus\:-m-10:focus {
  margin: -10px;
}

.focus\:-m-12:focus {
  margin: -12px;
}

.focus\:-m-13:focus {
  margin: -13px;
}

.focus\:-m-14:focus {
  margin: -14px;
}

.focus\:-m-15:focus {
  margin: -15px;
}

.focus\:-m-16:focus {
  margin: -16px;
}

.focus\:-m-17:focus {
  margin: -17px;
}

.focus\:-m-18:focus {
  margin: -18px;
}

.focus\:-m-20:focus {
  margin: -20px;
}

.focus\:-m-22:focus {
  margin: -22px;
}

.focus\:-m-24:focus {
  margin: -24px;
}

.focus\:-m-25:focus {
  margin: -25px;
}

.focus\:-m-28:focus {
  margin: -28px;
}

.focus\:-m-29:focus {
  margin: -29px;
}

.focus\:-m-30:focus {
  margin: -30px;
}

.focus\:-m-32:focus {
  margin: -32px;
}

.focus\:-m-35:focus {
  margin: -35px;
}

.focus\:-m-36:focus {
  margin: -36px;
}

.focus\:-m-37:focus {
  margin: -37px;
}

.focus\:-m-40:focus {
  margin: -40px;
}

.focus\:-m-45:focus {
  margin: -45px;
}

.focus\:-m-48:focus {
  margin: -48px;
}

.focus\:-m-50:focus {
  margin: -50px;
}

.focus\:-m-55:focus {
  margin: -55px;
}

.focus\:-m-56:focus {
  margin: -56px;
}

.focus\:-m-60:focus {
  margin: -60px;
}

.focus\:-m-62:focus {
  margin: -62px;
}

.focus\:-m-64:focus {
  margin: -64px;
}

.focus\:-m-65:focus {
  margin: -65px;
}

.focus\:-m-70:focus {
  margin: -70px;
}

.focus\:-m-75:focus {
  margin: -75px;
}

.focus\:-m-80:focus {
  margin: -80px;
}

.focus\:-m-85:focus {
  margin: -85px;
}

.focus\:-m-90:focus {
  margin: -90px;
}

.focus\:-m-95:focus {
  margin: -95px;
}

.focus\:-m-96:focus {
  margin: -96px;
}

.focus\:-m-100:focus {
  margin: -100px;
}

.focus\:-m-110:focus {
  margin: -110px;
}

.focus\:-m-115:focus {
  margin: -115px;
}

.focus\:-m-120:focus {
  margin: -120px;
}

.focus\:-m-128:focus {
  margin: -128px;
}

.focus\:-m-135:focus {
  margin: -135px;
}

.focus\:-m-140:focus {
  margin: -140px;
}

.focus\:-m-145:focus {
  margin: -145px;
}

.focus\:-m-150:focus {
  margin: -150px;
}

.focus\:-m-160:focus {
  margin: -160px;
}

.focus\:-m-165:focus {
  margin: -165px;
}

.focus\:-m-168:focus {
  margin: -168px;
}

.focus\:-m-170:focus {
  margin: -170px;
}

.focus\:-m-180:focus {
  margin: -180px;
}

.focus\:-m-200:focus {
  margin: -200px;
}

.focus\:-m-220:focus {
  margin: -220px;
}

.focus\:-m-230:focus {
  margin: -230px;
}

.focus\:-m-235:focus {
  margin: -235px;
}

.focus\:-m-240:focus {
  margin: -240px;
}

.focus\:-m-250:focus {
  margin: -250px;
}

.focus\:-m-300:focus {
  margin: -300px;
}

.focus\:-m-320:focus {
  margin: -320px;
}

.focus\:-m-350:focus {
  margin: -350px;
}

.focus\:-m-375:focus {
  margin: -375px;
}

.focus\:-m-400:focus {
  margin: -400px;
}

.focus\:-m-450:focus {
  margin: -450px;
}

.focus\:-m-700:focus {
  margin: -700px;
}

.focus\:-m-px:focus {
  margin: -1px;
}

.focus\:-m-1p:focus {
  margin: -1%;
}

.focus\:-m-1\/12:focus {
  margin: -8.3333%;
}

.focus\:-m-2\/12:focus {
  margin: -16.66667%;
}

.focus\:-m-11p:focus {
  margin: -11%;
}

.focus\:-m-20p:focus {
  margin: -20%;
}

.focus\:-m-24p:focus {
  margin: -24.25%;
}

.focus\:-m-25p:focus {
  margin: -25%;
}

.focus\:-m-32p:focus {
  margin: -32%;
}

.focus\:-m-35p:focus {
  margin: -35%;
}

.focus\:-m-40p:focus {
  margin: -40%;
}

.focus\:-m-49p:focus {
  margin: -49%;
}

.focus\:-m-49-5p:focus {
  margin: -49.5%;
}

.focus\:-m-80p:focus {
  margin: -80%;
}

.focus\:-m-vh80:focus {
  margin: -80vh;
}

.focus\:-m-vh86:focus {
  margin: -86vh;
}

.focus\:-m-vh90:focus {
  margin: -90vh;
}

.focus\:-m-vw80:focus {
  margin: -80vw;
}

.focus\:-m-vw90:focus {
  margin: -90vw;
}

.focus\:-m-90p:focus {
  margin: -90%;
}

.focus\:-m-92p:focus {
  margin: -92%;
}

.focus\:-m-93p:focus {
  margin: -93%;
}

.focus\:-m-94p:focus {
  margin: -94%;
}

.focus\:-m-95p:focus {
  margin: -95%;
}

.focus\:-m-96p:focus {
  margin: -96%;
}

.focus\:-m-100p:focus {
  margin: -100%;
}

.focus\:my-0:focus {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus\:mx-0:focus {
  margin-left: 0px;
  margin-right: 0px;
}

.focus\:my-1:focus {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.focus\:mx-1:focus {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.focus\:my-2:focus {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.focus\:mx-2:focus {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.focus\:my-3:focus {
  margin-top: 3px;
  margin-bottom: 3px;
}

.focus\:mx-3:focus {
  margin-left: 3px;
  margin-right: 3px;
}

.focus\:my-4:focus {
  margin-top: 4px;
  margin-bottom: 4px;
}

.focus\:mx-4:focus {
  margin-left: 4px;
  margin-right: 4px;
}

.focus\:my-5:focus {
  margin-top: 5px;
  margin-bottom: 5px;
}

.focus\:mx-5:focus {
  margin-left: 5px;
  margin-right: 5px;
}

.focus\:my-6:focus {
  margin-top: 6px;
  margin-bottom: 6px;
}

.focus\:mx-6:focus {
  margin-left: 6px;
  margin-right: 6px;
}

.focus\:my-8:focus {
  margin-top: 8px;
  margin-bottom: 8px;
}

.focus\:mx-8:focus {
  margin-left: 8px;
  margin-right: 8px;
}

.focus\:my-9:focus {
  margin-top: 9px;
  margin-bottom: 9px;
}

.focus\:mx-9:focus {
  margin-left: 9px;
  margin-right: 9px;
}

.focus\:my-10:focus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.focus\:mx-10:focus {
  margin-left: 10px;
  margin-right: 10px;
}

.focus\:my-12:focus {
  margin-top: 12px;
  margin-bottom: 12px;
}

.focus\:mx-12:focus {
  margin-left: 12px;
  margin-right: 12px;
}

.focus\:my-13:focus {
  margin-top: 13px;
  margin-bottom: 13px;
}

.focus\:mx-13:focus {
  margin-left: 13px;
  margin-right: 13px;
}

.focus\:my-14:focus {
  margin-top: 14px;
  margin-bottom: 14px;
}

.focus\:mx-14:focus {
  margin-left: 14px;
  margin-right: 14px;
}

.focus\:my-15:focus {
  margin-top: 15px;
  margin-bottom: 15px;
}

.focus\:mx-15:focus {
  margin-left: 15px;
  margin-right: 15px;
}

.focus\:my-16:focus {
  margin-top: 16px;
  margin-bottom: 16px;
}

.focus\:mx-16:focus {
  margin-left: 16px;
  margin-right: 16px;
}

.focus\:my-17:focus {
  margin-top: 17px;
  margin-bottom: 17px;
}

.focus\:mx-17:focus {
  margin-left: 17px;
  margin-right: 17px;
}

.focus\:my-18:focus {
  margin-top: 18px;
  margin-bottom: 18px;
}

.focus\:mx-18:focus {
  margin-left: 18px;
  margin-right: 18px;
}

.focus\:my-20:focus {
  margin-top: 20px;
  margin-bottom: 20px;
}

.focus\:mx-20:focus {
  margin-left: 20px;
  margin-right: 20px;
}

.focus\:my-22:focus {
  margin-top: 22px;
  margin-bottom: 22px;
}

.focus\:mx-22:focus {
  margin-left: 22px;
  margin-right: 22px;
}

.focus\:my-24:focus {
  margin-top: 24px;
  margin-bottom: 24px;
}

.focus\:mx-24:focus {
  margin-left: 24px;
  margin-right: 24px;
}

.focus\:my-25:focus {
  margin-top: 25px;
  margin-bottom: 25px;
}

.focus\:mx-25:focus {
  margin-left: 25px;
  margin-right: 25px;
}

.focus\:my-28:focus {
  margin-top: 28px;
  margin-bottom: 28px;
}

.focus\:mx-28:focus {
  margin-left: 28px;
  margin-right: 28px;
}

.focus\:my-29:focus {
  margin-top: 29px;
  margin-bottom: 29px;
}

.focus\:mx-29:focus {
  margin-left: 29px;
  margin-right: 29px;
}

.focus\:my-30:focus {
  margin-top: 30px;
  margin-bottom: 30px;
}

.focus\:mx-30:focus {
  margin-left: 30px;
  margin-right: 30px;
}

.focus\:my-32:focus {
  margin-top: 32px;
  margin-bottom: 32px;
}

.focus\:mx-32:focus {
  margin-left: 32px;
  margin-right: 32px;
}

.focus\:my-35:focus {
  margin-top: 35px;
  margin-bottom: 35px;
}

.focus\:mx-35:focus {
  margin-left: 35px;
  margin-right: 35px;
}

.focus\:my-36:focus {
  margin-top: 36px;
  margin-bottom: 36px;
}

.focus\:mx-36:focus {
  margin-left: 36px;
  margin-right: 36px;
}

.focus\:my-37:focus {
  margin-top: 37px;
  margin-bottom: 37px;
}

.focus\:mx-37:focus {
  margin-left: 37px;
  margin-right: 37px;
}

.focus\:my-40:focus {
  margin-top: 40px;
  margin-bottom: 40px;
}

.focus\:mx-40:focus {
  margin-left: 40px;
  margin-right: 40px;
}

.focus\:my-45:focus {
  margin-top: 45px;
  margin-bottom: 45px;
}

.focus\:mx-45:focus {
  margin-left: 45px;
  margin-right: 45px;
}

.focus\:my-48:focus {
  margin-top: 48px;
  margin-bottom: 48px;
}

.focus\:mx-48:focus {
  margin-left: 48px;
  margin-right: 48px;
}

.focus\:my-50:focus {
  margin-top: 50px;
  margin-bottom: 50px;
}

.focus\:mx-50:focus {
  margin-left: 50px;
  margin-right: 50px;
}

.focus\:my-55:focus {
  margin-top: 55px;
  margin-bottom: 55px;
}

.focus\:mx-55:focus {
  margin-left: 55px;
  margin-right: 55px;
}

.focus\:my-56:focus {
  margin-top: 56px;
  margin-bottom: 56px;
}

.focus\:mx-56:focus {
  margin-left: 56px;
  margin-right: 56px;
}

.focus\:my-60:focus {
  margin-top: 60px;
  margin-bottom: 60px;
}

.focus\:mx-60:focus {
  margin-left: 60px;
  margin-right: 60px;
}

.focus\:my-62:focus {
  margin-top: 62px;
  margin-bottom: 62px;
}

.focus\:mx-62:focus {
  margin-left: 62px;
  margin-right: 62px;
}

.focus\:my-64:focus {
  margin-top: 64px;
  margin-bottom: 64px;
}

.focus\:mx-64:focus {
  margin-left: 64px;
  margin-right: 64px;
}

.focus\:my-65:focus {
  margin-top: 65px;
  margin-bottom: 65px;
}

.focus\:mx-65:focus {
  margin-left: 65px;
  margin-right: 65px;
}

.focus\:my-70:focus {
  margin-top: 70px;
  margin-bottom: 70px;
}

.focus\:mx-70:focus {
  margin-left: 70px;
  margin-right: 70px;
}

.focus\:my-75:focus {
  margin-top: 75px;
  margin-bottom: 75px;
}

.focus\:mx-75:focus {
  margin-left: 75px;
  margin-right: 75px;
}

.focus\:my-80:focus {
  margin-top: 80px;
  margin-bottom: 80px;
}

.focus\:mx-80:focus {
  margin-left: 80px;
  margin-right: 80px;
}

.focus\:my-85:focus {
  margin-top: 85px;
  margin-bottom: 85px;
}

.focus\:mx-85:focus {
  margin-left: 85px;
  margin-right: 85px;
}

.focus\:my-90:focus {
  margin-top: 90px;
  margin-bottom: 90px;
}

.focus\:mx-90:focus {
  margin-left: 90px;
  margin-right: 90px;
}

.focus\:my-95:focus {
  margin-top: 95px;
  margin-bottom: 95px;
}

.focus\:mx-95:focus {
  margin-left: 95px;
  margin-right: 95px;
}

.focus\:my-96:focus {
  margin-top: 96px;
  margin-bottom: 96px;
}

.focus\:mx-96:focus {
  margin-left: 96px;
  margin-right: 96px;
}

.focus\:my-100:focus {
  margin-top: 100px;
  margin-bottom: 100px;
}

.focus\:mx-100:focus {
  margin-left: 100px;
  margin-right: 100px;
}

.focus\:my-110:focus {
  margin-top: 110px;
  margin-bottom: 110px;
}

.focus\:mx-110:focus {
  margin-left: 110px;
  margin-right: 110px;
}

.focus\:my-115:focus {
  margin-top: 115px;
  margin-bottom: 115px;
}

.focus\:mx-115:focus {
  margin-left: 115px;
  margin-right: 115px;
}

.focus\:my-120:focus {
  margin-top: 120px;
  margin-bottom: 120px;
}

.focus\:mx-120:focus {
  margin-left: 120px;
  margin-right: 120px;
}

.focus\:my-128:focus {
  margin-top: 128px;
  margin-bottom: 128px;
}

.focus\:mx-128:focus {
  margin-left: 128px;
  margin-right: 128px;
}

.focus\:my-135:focus {
  margin-top: 135px;
  margin-bottom: 135px;
}

.focus\:mx-135:focus {
  margin-left: 135px;
  margin-right: 135px;
}

.focus\:my-140:focus {
  margin-top: 140px;
  margin-bottom: 140px;
}

.focus\:mx-140:focus {
  margin-left: 140px;
  margin-right: 140px;
}

.focus\:my-145:focus {
  margin-top: 145px;
  margin-bottom: 145px;
}

.focus\:mx-145:focus {
  margin-left: 145px;
  margin-right: 145px;
}

.focus\:my-150:focus {
  margin-top: 150px;
  margin-bottom: 150px;
}

.focus\:mx-150:focus {
  margin-left: 150px;
  margin-right: 150px;
}

.focus\:my-160:focus {
  margin-top: 160px;
  margin-bottom: 160px;
}

.focus\:mx-160:focus {
  margin-left: 160px;
  margin-right: 160px;
}

.focus\:my-165:focus {
  margin-top: 165px;
  margin-bottom: 165px;
}

.focus\:mx-165:focus {
  margin-left: 165px;
  margin-right: 165px;
}

.focus\:my-168:focus {
  margin-top: 168px;
  margin-bottom: 168px;
}

.focus\:mx-168:focus {
  margin-left: 168px;
  margin-right: 168px;
}

.focus\:my-170:focus {
  margin-top: 170px;
  margin-bottom: 170px;
}

.focus\:mx-170:focus {
  margin-left: 170px;
  margin-right: 170px;
}

.focus\:my-180:focus {
  margin-top: 180px;
  margin-bottom: 180px;
}

.focus\:mx-180:focus {
  margin-left: 180px;
  margin-right: 180px;
}

.focus\:my-200:focus {
  margin-top: 200px;
  margin-bottom: 200px;
}

.focus\:mx-200:focus {
  margin-left: 200px;
  margin-right: 200px;
}

.focus\:my-220:focus {
  margin-top: 220px;
  margin-bottom: 220px;
}

.focus\:mx-220:focus {
  margin-left: 220px;
  margin-right: 220px;
}

.focus\:my-230:focus {
  margin-top: 230px;
  margin-bottom: 230px;
}

.focus\:mx-230:focus {
  margin-left: 230px;
  margin-right: 230px;
}

.focus\:my-235:focus {
  margin-top: 235px;
  margin-bottom: 235px;
}

.focus\:mx-235:focus {
  margin-left: 235px;
  margin-right: 235px;
}

.focus\:my-240:focus {
  margin-top: 240px;
  margin-bottom: 240px;
}

.focus\:mx-240:focus {
  margin-left: 240px;
  margin-right: 240px;
}

.focus\:my-250:focus {
  margin-top: 250px;
  margin-bottom: 250px;
}

.focus\:mx-250:focus {
  margin-left: 250px;
  margin-right: 250px;
}

.focus\:my-300:focus {
  margin-top: 300px;
  margin-bottom: 300px;
}

.focus\:mx-300:focus {
  margin-left: 300px;
  margin-right: 300px;
}

.focus\:my-320:focus {
  margin-top: 320px;
  margin-bottom: 320px;
}

.focus\:mx-320:focus {
  margin-left: 320px;
  margin-right: 320px;
}

.focus\:my-350:focus {
  margin-top: 350px;
  margin-bottom: 350px;
}

.focus\:mx-350:focus {
  margin-left: 350px;
  margin-right: 350px;
}

.focus\:my-375:focus {
  margin-top: 375px;
  margin-bottom: 375px;
}

.focus\:mx-375:focus {
  margin-left: 375px;
  margin-right: 375px;
}

.focus\:my-400:focus {
  margin-top: 400px;
  margin-bottom: 400px;
}

.focus\:mx-400:focus {
  margin-left: 400px;
  margin-right: 400px;
}

.focus\:my-450:focus {
  margin-top: 450px;
  margin-bottom: 450px;
}

.focus\:mx-450:focus {
  margin-left: 450px;
  margin-right: 450px;
}

.focus\:my-700:focus {
  margin-top: 700px;
  margin-bottom: 700px;
}

.focus\:mx-700:focus {
  margin-left: 700px;
  margin-right: 700px;
}

.focus\:my-auto:focus {
  margin-top: auto;
  margin-bottom: auto;
}

.focus\:mx-auto:focus {
  margin-left: auto;
  margin-right: auto;
}

.focus\:my-px:focus {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus\:mx-px:focus {
  margin-left: 1px;
  margin-right: 1px;
}

.focus\:my-1p:focus {
  margin-top: 1%;
  margin-bottom: 1%;
}

.focus\:mx-1p:focus {
  margin-left: 1%;
  margin-right: 1%;
}

.focus\:my-1\/12:focus {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.focus\:mx-1\/12:focus {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.focus\:my-2\/12:focus {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.focus\:mx-2\/12:focus {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.focus\:my-11p:focus {
  margin-top: 11%;
  margin-bottom: 11%;
}

.focus\:mx-11p:focus {
  margin-left: 11%;
  margin-right: 11%;
}

.focus\:my-20p:focus {
  margin-top: 20%;
  margin-bottom: 20%;
}

.focus\:mx-20p:focus {
  margin-left: 20%;
  margin-right: 20%;
}

.focus\:my-24p:focus {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.focus\:mx-24p:focus {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.focus\:my-25p:focus {
  margin-top: 25%;
  margin-bottom: 25%;
}

.focus\:mx-25p:focus {
  margin-left: 25%;
  margin-right: 25%;
}

.focus\:my-32p:focus {
  margin-top: 32%;
  margin-bottom: 32%;
}

.focus\:mx-32p:focus {
  margin-left: 32%;
  margin-right: 32%;
}

.focus\:my-35p:focus {
  margin-top: 35%;
  margin-bottom: 35%;
}

.focus\:mx-35p:focus {
  margin-left: 35%;
  margin-right: 35%;
}

.focus\:my-40p:focus {
  margin-top: 40%;
  margin-bottom: 40%;
}

.focus\:mx-40p:focus {
  margin-left: 40%;
  margin-right: 40%;
}

.focus\:my-49p:focus {
  margin-top: 49%;
  margin-bottom: 49%;
}

.focus\:mx-49p:focus {
  margin-left: 49%;
  margin-right: 49%;
}

.focus\:my-49-5p:focus {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.focus\:mx-49-5p:focus {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.focus\:my-80p:focus {
  margin-top: 80%;
  margin-bottom: 80%;
}

.focus\:mx-80p:focus {
  margin-left: 80%;
  margin-right: 80%;
}

.focus\:my-vh80:focus {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.focus\:mx-vh80:focus {
  margin-left: 80vh;
  margin-right: 80vh;
}

.focus\:my-vh86:focus {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.focus\:mx-vh86:focus {
  margin-left: 86vh;
  margin-right: 86vh;
}

.focus\:my-vh90:focus {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.focus\:mx-vh90:focus {
  margin-left: 90vh;
  margin-right: 90vh;
}

.focus\:my-vw80:focus {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.focus\:mx-vw80:focus {
  margin-left: 80vw;
  margin-right: 80vw;
}

.focus\:my-vw90:focus {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.focus\:mx-vw90:focus {
  margin-left: 90vw;
  margin-right: 90vw;
}

.focus\:my-90p:focus {
  margin-top: 90%;
  margin-bottom: 90%;
}

.focus\:mx-90p:focus {
  margin-left: 90%;
  margin-right: 90%;
}

.focus\:my-92p:focus {
  margin-top: 92%;
  margin-bottom: 92%;
}

.focus\:mx-92p:focus {
  margin-left: 92%;
  margin-right: 92%;
}

.focus\:my-93p:focus {
  margin-top: 93%;
  margin-bottom: 93%;
}

.focus\:mx-93p:focus {
  margin-left: 93%;
  margin-right: 93%;
}

.focus\:my-94p:focus {
  margin-top: 94%;
  margin-bottom: 94%;
}

.focus\:mx-94p:focus {
  margin-left: 94%;
  margin-right: 94%;
}

.focus\:my-95p:focus {
  margin-top: 95%;
  margin-bottom: 95%;
}

.focus\:mx-95p:focus {
  margin-left: 95%;
  margin-right: 95%;
}

.focus\:my-96p:focus {
  margin-top: 96%;
  margin-bottom: 96%;
}

.focus\:mx-96p:focus {
  margin-left: 96%;
  margin-right: 96%;
}

.focus\:my-100p:focus {
  margin-top: 100%;
  margin-bottom: 100%;
}

.focus\:mx-100p:focus {
  margin-left: 100%;
  margin-right: 100%;
}

.focus\:-my-0:focus {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus\:-mx-0:focus {
  margin-left: 0px;
  margin-right: 0px;
}

.focus\:-my-1:focus {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus\:-mx-1:focus {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus\:-my-2:focus {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus\:-mx-2:focus {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus\:-my-3:focus {
  margin-top: -3px;
  margin-bottom: -3px;
}

.focus\:-mx-3:focus {
  margin-left: -3px;
  margin-right: -3px;
}

.focus\:-my-4:focus {
  margin-top: -4px;
  margin-bottom: -4px;
}

.focus\:-mx-4:focus {
  margin-left: -4px;
  margin-right: -4px;
}

.focus\:-my-5:focus {
  margin-top: -5px;
  margin-bottom: -5px;
}

.focus\:-mx-5:focus {
  margin-left: -5px;
  margin-right: -5px;
}

.focus\:-my-6:focus {
  margin-top: -6px;
  margin-bottom: -6px;
}

.focus\:-mx-6:focus {
  margin-left: -6px;
  margin-right: -6px;
}

.focus\:-my-8:focus {
  margin-top: -8px;
  margin-bottom: -8px;
}

.focus\:-mx-8:focus {
  margin-left: -8px;
  margin-right: -8px;
}

.focus\:-my-9:focus {
  margin-top: -9px;
  margin-bottom: -9px;
}

.focus\:-mx-9:focus {
  margin-left: -9px;
  margin-right: -9px;
}

.focus\:-my-10:focus {
  margin-top: -10px;
  margin-bottom: -10px;
}

.focus\:-mx-10:focus {
  margin-left: -10px;
  margin-right: -10px;
}

.focus\:-my-12:focus {
  margin-top: -12px;
  margin-bottom: -12px;
}

.focus\:-mx-12:focus {
  margin-left: -12px;
  margin-right: -12px;
}

.focus\:-my-13:focus {
  margin-top: -13px;
  margin-bottom: -13px;
}

.focus\:-mx-13:focus {
  margin-left: -13px;
  margin-right: -13px;
}

.focus\:-my-14:focus {
  margin-top: -14px;
  margin-bottom: -14px;
}

.focus\:-mx-14:focus {
  margin-left: -14px;
  margin-right: -14px;
}

.focus\:-my-15:focus {
  margin-top: -15px;
  margin-bottom: -15px;
}

.focus\:-mx-15:focus {
  margin-left: -15px;
  margin-right: -15px;
}

.focus\:-my-16:focus {
  margin-top: -16px;
  margin-bottom: -16px;
}

.focus\:-mx-16:focus {
  margin-left: -16px;
  margin-right: -16px;
}

.focus\:-my-17:focus {
  margin-top: -17px;
  margin-bottom: -17px;
}

.focus\:-mx-17:focus {
  margin-left: -17px;
  margin-right: -17px;
}

.focus\:-my-18:focus {
  margin-top: -18px;
  margin-bottom: -18px;
}

.focus\:-mx-18:focus {
  margin-left: -18px;
  margin-right: -18px;
}

.focus\:-my-20:focus {
  margin-top: -20px;
  margin-bottom: -20px;
}

.focus\:-mx-20:focus {
  margin-left: -20px;
  margin-right: -20px;
}

.focus\:-my-22:focus {
  margin-top: -22px;
  margin-bottom: -22px;
}

.focus\:-mx-22:focus {
  margin-left: -22px;
  margin-right: -22px;
}

.focus\:-my-24:focus {
  margin-top: -24px;
  margin-bottom: -24px;
}

.focus\:-mx-24:focus {
  margin-left: -24px;
  margin-right: -24px;
}

.focus\:-my-25:focus {
  margin-top: -25px;
  margin-bottom: -25px;
}

.focus\:-mx-25:focus {
  margin-left: -25px;
  margin-right: -25px;
}

.focus\:-my-28:focus {
  margin-top: -28px;
  margin-bottom: -28px;
}

.focus\:-mx-28:focus {
  margin-left: -28px;
  margin-right: -28px;
}

.focus\:-my-29:focus {
  margin-top: -29px;
  margin-bottom: -29px;
}

.focus\:-mx-29:focus {
  margin-left: -29px;
  margin-right: -29px;
}

.focus\:-my-30:focus {
  margin-top: -30px;
  margin-bottom: -30px;
}

.focus\:-mx-30:focus {
  margin-left: -30px;
  margin-right: -30px;
}

.focus\:-my-32:focus {
  margin-top: -32px;
  margin-bottom: -32px;
}

.focus\:-mx-32:focus {
  margin-left: -32px;
  margin-right: -32px;
}

.focus\:-my-35:focus {
  margin-top: -35px;
  margin-bottom: -35px;
}

.focus\:-mx-35:focus {
  margin-left: -35px;
  margin-right: -35px;
}

.focus\:-my-36:focus {
  margin-top: -36px;
  margin-bottom: -36px;
}

.focus\:-mx-36:focus {
  margin-left: -36px;
  margin-right: -36px;
}

.focus\:-my-37:focus {
  margin-top: -37px;
  margin-bottom: -37px;
}

.focus\:-mx-37:focus {
  margin-left: -37px;
  margin-right: -37px;
}

.focus\:-my-40:focus {
  margin-top: -40px;
  margin-bottom: -40px;
}

.focus\:-mx-40:focus {
  margin-left: -40px;
  margin-right: -40px;
}

.focus\:-my-45:focus {
  margin-top: -45px;
  margin-bottom: -45px;
}

.focus\:-mx-45:focus {
  margin-left: -45px;
  margin-right: -45px;
}

.focus\:-my-48:focus {
  margin-top: -48px;
  margin-bottom: -48px;
}

.focus\:-mx-48:focus {
  margin-left: -48px;
  margin-right: -48px;
}

.focus\:-my-50:focus {
  margin-top: -50px;
  margin-bottom: -50px;
}

.focus\:-mx-50:focus {
  margin-left: -50px;
  margin-right: -50px;
}

.focus\:-my-55:focus {
  margin-top: -55px;
  margin-bottom: -55px;
}

.focus\:-mx-55:focus {
  margin-left: -55px;
  margin-right: -55px;
}

.focus\:-my-56:focus {
  margin-top: -56px;
  margin-bottom: -56px;
}

.focus\:-mx-56:focus {
  margin-left: -56px;
  margin-right: -56px;
}

.focus\:-my-60:focus {
  margin-top: -60px;
  margin-bottom: -60px;
}

.focus\:-mx-60:focus {
  margin-left: -60px;
  margin-right: -60px;
}

.focus\:-my-62:focus {
  margin-top: -62px;
  margin-bottom: -62px;
}

.focus\:-mx-62:focus {
  margin-left: -62px;
  margin-right: -62px;
}

.focus\:-my-64:focus {
  margin-top: -64px;
  margin-bottom: -64px;
}

.focus\:-mx-64:focus {
  margin-left: -64px;
  margin-right: -64px;
}

.focus\:-my-65:focus {
  margin-top: -65px;
  margin-bottom: -65px;
}

.focus\:-mx-65:focus {
  margin-left: -65px;
  margin-right: -65px;
}

.focus\:-my-70:focus {
  margin-top: -70px;
  margin-bottom: -70px;
}

.focus\:-mx-70:focus {
  margin-left: -70px;
  margin-right: -70px;
}

.focus\:-my-75:focus {
  margin-top: -75px;
  margin-bottom: -75px;
}

.focus\:-mx-75:focus {
  margin-left: -75px;
  margin-right: -75px;
}

.focus\:-my-80:focus {
  margin-top: -80px;
  margin-bottom: -80px;
}

.focus\:-mx-80:focus {
  margin-left: -80px;
  margin-right: -80px;
}

.focus\:-my-85:focus {
  margin-top: -85px;
  margin-bottom: -85px;
}

.focus\:-mx-85:focus {
  margin-left: -85px;
  margin-right: -85px;
}

.focus\:-my-90:focus {
  margin-top: -90px;
  margin-bottom: -90px;
}

.focus\:-mx-90:focus {
  margin-left: -90px;
  margin-right: -90px;
}

.focus\:-my-95:focus {
  margin-top: -95px;
  margin-bottom: -95px;
}

.focus\:-mx-95:focus {
  margin-left: -95px;
  margin-right: -95px;
}

.focus\:-my-96:focus {
  margin-top: -96px;
  margin-bottom: -96px;
}

.focus\:-mx-96:focus {
  margin-left: -96px;
  margin-right: -96px;
}

.focus\:-my-100:focus {
  margin-top: -100px;
  margin-bottom: -100px;
}

.focus\:-mx-100:focus {
  margin-left: -100px;
  margin-right: -100px;
}

.focus\:-my-110:focus {
  margin-top: -110px;
  margin-bottom: -110px;
}

.focus\:-mx-110:focus {
  margin-left: -110px;
  margin-right: -110px;
}

.focus\:-my-115:focus {
  margin-top: -115px;
  margin-bottom: -115px;
}

.focus\:-mx-115:focus {
  margin-left: -115px;
  margin-right: -115px;
}

.focus\:-my-120:focus {
  margin-top: -120px;
  margin-bottom: -120px;
}

.focus\:-mx-120:focus {
  margin-left: -120px;
  margin-right: -120px;
}

.focus\:-my-128:focus {
  margin-top: -128px;
  margin-bottom: -128px;
}

.focus\:-mx-128:focus {
  margin-left: -128px;
  margin-right: -128px;
}

.focus\:-my-135:focus {
  margin-top: -135px;
  margin-bottom: -135px;
}

.focus\:-mx-135:focus {
  margin-left: -135px;
  margin-right: -135px;
}

.focus\:-my-140:focus {
  margin-top: -140px;
  margin-bottom: -140px;
}

.focus\:-mx-140:focus {
  margin-left: -140px;
  margin-right: -140px;
}

.focus\:-my-145:focus {
  margin-top: -145px;
  margin-bottom: -145px;
}

.focus\:-mx-145:focus {
  margin-left: -145px;
  margin-right: -145px;
}

.focus\:-my-150:focus {
  margin-top: -150px;
  margin-bottom: -150px;
}

.focus\:-mx-150:focus {
  margin-left: -150px;
  margin-right: -150px;
}

.focus\:-my-160:focus {
  margin-top: -160px;
  margin-bottom: -160px;
}

.focus\:-mx-160:focus {
  margin-left: -160px;
  margin-right: -160px;
}

.focus\:-my-165:focus {
  margin-top: -165px;
  margin-bottom: -165px;
}

.focus\:-mx-165:focus {
  margin-left: -165px;
  margin-right: -165px;
}

.focus\:-my-168:focus {
  margin-top: -168px;
  margin-bottom: -168px;
}

.focus\:-mx-168:focus {
  margin-left: -168px;
  margin-right: -168px;
}

.focus\:-my-170:focus {
  margin-top: -170px;
  margin-bottom: -170px;
}

.focus\:-mx-170:focus {
  margin-left: -170px;
  margin-right: -170px;
}

.focus\:-my-180:focus {
  margin-top: -180px;
  margin-bottom: -180px;
}

.focus\:-mx-180:focus {
  margin-left: -180px;
  margin-right: -180px;
}

.focus\:-my-200:focus {
  margin-top: -200px;
  margin-bottom: -200px;
}

.focus\:-mx-200:focus {
  margin-left: -200px;
  margin-right: -200px;
}

.focus\:-my-220:focus {
  margin-top: -220px;
  margin-bottom: -220px;
}

.focus\:-mx-220:focus {
  margin-left: -220px;
  margin-right: -220px;
}

.focus\:-my-230:focus {
  margin-top: -230px;
  margin-bottom: -230px;
}

.focus\:-mx-230:focus {
  margin-left: -230px;
  margin-right: -230px;
}

.focus\:-my-235:focus {
  margin-top: -235px;
  margin-bottom: -235px;
}

.focus\:-mx-235:focus {
  margin-left: -235px;
  margin-right: -235px;
}

.focus\:-my-240:focus {
  margin-top: -240px;
  margin-bottom: -240px;
}

.focus\:-mx-240:focus {
  margin-left: -240px;
  margin-right: -240px;
}

.focus\:-my-250:focus {
  margin-top: -250px;
  margin-bottom: -250px;
}

.focus\:-mx-250:focus {
  margin-left: -250px;
  margin-right: -250px;
}

.focus\:-my-300:focus {
  margin-top: -300px;
  margin-bottom: -300px;
}

.focus\:-mx-300:focus {
  margin-left: -300px;
  margin-right: -300px;
}

.focus\:-my-320:focus {
  margin-top: -320px;
  margin-bottom: -320px;
}

.focus\:-mx-320:focus {
  margin-left: -320px;
  margin-right: -320px;
}

.focus\:-my-350:focus {
  margin-top: -350px;
  margin-bottom: -350px;
}

.focus\:-mx-350:focus {
  margin-left: -350px;
  margin-right: -350px;
}

.focus\:-my-375:focus {
  margin-top: -375px;
  margin-bottom: -375px;
}

.focus\:-mx-375:focus {
  margin-left: -375px;
  margin-right: -375px;
}

.focus\:-my-400:focus {
  margin-top: -400px;
  margin-bottom: -400px;
}

.focus\:-mx-400:focus {
  margin-left: -400px;
  margin-right: -400px;
}

.focus\:-my-450:focus {
  margin-top: -450px;
  margin-bottom: -450px;
}

.focus\:-mx-450:focus {
  margin-left: -450px;
  margin-right: -450px;
}

.focus\:-my-700:focus {
  margin-top: -700px;
  margin-bottom: -700px;
}

.focus\:-mx-700:focus {
  margin-left: -700px;
  margin-right: -700px;
}

.focus\:-my-px:focus {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus\:-mx-px:focus {
  margin-left: -1px;
  margin-right: -1px;
}

.focus\:-my-1p:focus {
  margin-top: -1%;
  margin-bottom: -1%;
}

.focus\:-mx-1p:focus {
  margin-left: -1%;
  margin-right: -1%;
}

.focus\:-my-1\/12:focus {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.focus\:-mx-1\/12:focus {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.focus\:-my-2\/12:focus {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.focus\:-mx-2\/12:focus {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.focus\:-my-11p:focus {
  margin-top: -11%;
  margin-bottom: -11%;
}

.focus\:-mx-11p:focus {
  margin-left: -11%;
  margin-right: -11%;
}

.focus\:-my-20p:focus {
  margin-top: -20%;
  margin-bottom: -20%;
}

.focus\:-mx-20p:focus {
  margin-left: -20%;
  margin-right: -20%;
}

.focus\:-my-24p:focus {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.focus\:-mx-24p:focus {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.focus\:-my-25p:focus {
  margin-top: -25%;
  margin-bottom: -25%;
}

.focus\:-mx-25p:focus {
  margin-left: -25%;
  margin-right: -25%;
}

.focus\:-my-32p:focus {
  margin-top: -32%;
  margin-bottom: -32%;
}

.focus\:-mx-32p:focus {
  margin-left: -32%;
  margin-right: -32%;
}

.focus\:-my-35p:focus {
  margin-top: -35%;
  margin-bottom: -35%;
}

.focus\:-mx-35p:focus {
  margin-left: -35%;
  margin-right: -35%;
}

.focus\:-my-40p:focus {
  margin-top: -40%;
  margin-bottom: -40%;
}

.focus\:-mx-40p:focus {
  margin-left: -40%;
  margin-right: -40%;
}

.focus\:-my-49p:focus {
  margin-top: -49%;
  margin-bottom: -49%;
}

.focus\:-mx-49p:focus {
  margin-left: -49%;
  margin-right: -49%;
}

.focus\:-my-49-5p:focus {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.focus\:-mx-49-5p:focus {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.focus\:-my-80p:focus {
  margin-top: -80%;
  margin-bottom: -80%;
}

.focus\:-mx-80p:focus {
  margin-left: -80%;
  margin-right: -80%;
}

.focus\:-my-vh80:focus {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.focus\:-mx-vh80:focus {
  margin-left: -80vh;
  margin-right: -80vh;
}

.focus\:-my-vh86:focus {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.focus\:-mx-vh86:focus {
  margin-left: -86vh;
  margin-right: -86vh;
}

.focus\:-my-vh90:focus {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.focus\:-mx-vh90:focus {
  margin-left: -90vh;
  margin-right: -90vh;
}

.focus\:-my-vw80:focus {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.focus\:-mx-vw80:focus {
  margin-left: -80vw;
  margin-right: -80vw;
}

.focus\:-my-vw90:focus {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.focus\:-mx-vw90:focus {
  margin-left: -90vw;
  margin-right: -90vw;
}

.focus\:-my-90p:focus {
  margin-top: -90%;
  margin-bottom: -90%;
}

.focus\:-mx-90p:focus {
  margin-left: -90%;
  margin-right: -90%;
}

.focus\:-my-92p:focus {
  margin-top: -92%;
  margin-bottom: -92%;
}

.focus\:-mx-92p:focus {
  margin-left: -92%;
  margin-right: -92%;
}

.focus\:-my-93p:focus {
  margin-top: -93%;
  margin-bottom: -93%;
}

.focus\:-mx-93p:focus {
  margin-left: -93%;
  margin-right: -93%;
}

.focus\:-my-94p:focus {
  margin-top: -94%;
  margin-bottom: -94%;
}

.focus\:-mx-94p:focus {
  margin-left: -94%;
  margin-right: -94%;
}

.focus\:-my-95p:focus {
  margin-top: -95%;
  margin-bottom: -95%;
}

.focus\:-mx-95p:focus {
  margin-left: -95%;
  margin-right: -95%;
}

.focus\:-my-96p:focus {
  margin-top: -96%;
  margin-bottom: -96%;
}

.focus\:-mx-96p:focus {
  margin-left: -96%;
  margin-right: -96%;
}

.focus\:-my-100p:focus {
  margin-top: -100%;
  margin-bottom: -100%;
}

.focus\:-mx-100p:focus {
  margin-left: -100%;
  margin-right: -100%;
}

.focus\:mt-0:focus {
  margin-top: 0px;
}

.focus\:mr-0:focus {
  margin-right: 0px;
}

.focus\:mb-0:focus {
  margin-bottom: 0px;
}

.focus\:ml-0:focus {
  margin-left: 0px;
}

.focus\:mt-1:focus {
  margin-top: 0.25rem;
}

.focus\:mr-1:focus {
  margin-right: 0.25rem;
}

.focus\:mb-1:focus {
  margin-bottom: 0.25rem;
}

.focus\:ml-1:focus {
  margin-left: 0.25rem;
}

.focus\:mt-2:focus {
  margin-top: 0.5rem;
}

.focus\:mr-2:focus {
  margin-right: 0.5rem;
}

.focus\:mb-2:focus {
  margin-bottom: 0.5rem;
}

.focus\:ml-2:focus {
  margin-left: 0.5rem;
}

.focus\:mt-3:focus {
  margin-top: 3px;
}

.focus\:mr-3:focus {
  margin-right: 3px;
}

.focus\:mb-3:focus {
  margin-bottom: 3px;
}

.focus\:ml-3:focus {
  margin-left: 3px;
}

.focus\:mt-4:focus {
  margin-top: 4px;
}

.focus\:mr-4:focus {
  margin-right: 4px;
}

.focus\:mb-4:focus {
  margin-bottom: 4px;
}

.focus\:ml-4:focus {
  margin-left: 4px;
}

.focus\:mt-5:focus {
  margin-top: 5px;
}

.focus\:mr-5:focus {
  margin-right: 5px;
}

.focus\:mb-5:focus {
  margin-bottom: 5px;
}

.focus\:ml-5:focus {
  margin-left: 5px;
}

.focus\:mt-6:focus {
  margin-top: 6px;
}

.focus\:mr-6:focus {
  margin-right: 6px;
}

.focus\:mb-6:focus {
  margin-bottom: 6px;
}

.focus\:ml-6:focus {
  margin-left: 6px;
}

.focus\:mt-8:focus {
  margin-top: 8px;
}

.focus\:mr-8:focus {
  margin-right: 8px;
}

.focus\:mb-8:focus {
  margin-bottom: 8px;
}

.focus\:ml-8:focus {
  margin-left: 8px;
}

.focus\:mt-9:focus {
  margin-top: 9px;
}

.focus\:mr-9:focus {
  margin-right: 9px;
}

.focus\:mb-9:focus {
  margin-bottom: 9px;
}

.focus\:ml-9:focus {
  margin-left: 9px;
}

.focus\:mt-10:focus {
  margin-top: 10px;
}

.focus\:mr-10:focus {
  margin-right: 10px;
}

.focus\:mb-10:focus {
  margin-bottom: 10px;
}

.focus\:ml-10:focus {
  margin-left: 10px;
}

.focus\:mt-12:focus {
  margin-top: 12px;
}

.focus\:mr-12:focus {
  margin-right: 12px;
}

.focus\:mb-12:focus {
  margin-bottom: 12px;
}

.focus\:ml-12:focus {
  margin-left: 12px;
}

.focus\:mt-13:focus {
  margin-top: 13px;
}

.focus\:mr-13:focus {
  margin-right: 13px;
}

.focus\:mb-13:focus {
  margin-bottom: 13px;
}

.focus\:ml-13:focus {
  margin-left: 13px;
}

.focus\:mt-14:focus {
  margin-top: 14px;
}

.focus\:mr-14:focus {
  margin-right: 14px;
}

.focus\:mb-14:focus {
  margin-bottom: 14px;
}

.focus\:ml-14:focus {
  margin-left: 14px;
}

.focus\:mt-15:focus {
  margin-top: 15px;
}

.focus\:mr-15:focus {
  margin-right: 15px;
}

.focus\:mb-15:focus {
  margin-bottom: 15px;
}

.focus\:ml-15:focus {
  margin-left: 15px;
}

.focus\:mt-16:focus {
  margin-top: 16px;
}

.focus\:mr-16:focus {
  margin-right: 16px;
}

.focus\:mb-16:focus {
  margin-bottom: 16px;
}

.focus\:ml-16:focus {
  margin-left: 16px;
}

.focus\:mt-17:focus {
  margin-top: 17px;
}

.focus\:mr-17:focus {
  margin-right: 17px;
}

.focus\:mb-17:focus {
  margin-bottom: 17px;
}

.focus\:ml-17:focus {
  margin-left: 17px;
}

.focus\:mt-18:focus {
  margin-top: 18px;
}

.focus\:mr-18:focus {
  margin-right: 18px;
}

.focus\:mb-18:focus {
  margin-bottom: 18px;
}

.focus\:ml-18:focus {
  margin-left: 18px;
}

.focus\:mt-20:focus {
  margin-top: 20px;
}

.focus\:mr-20:focus {
  margin-right: 20px;
}

.focus\:mb-20:focus {
  margin-bottom: 20px;
}

.focus\:ml-20:focus {
  margin-left: 20px;
}

.focus\:mt-22:focus {
  margin-top: 22px;
}

.focus\:mr-22:focus {
  margin-right: 22px;
}

.focus\:mb-22:focus {
  margin-bottom: 22px;
}

.focus\:ml-22:focus {
  margin-left: 22px;
}

.focus\:mt-24:focus {
  margin-top: 24px;
}

.focus\:mr-24:focus {
  margin-right: 24px;
}

.focus\:mb-24:focus {
  margin-bottom: 24px;
}

.focus\:ml-24:focus {
  margin-left: 24px;
}

.focus\:mt-25:focus {
  margin-top: 25px;
}

.focus\:mr-25:focus {
  margin-right: 25px;
}

.focus\:mb-25:focus {
  margin-bottom: 25px;
}

.focus\:ml-25:focus {
  margin-left: 25px;
}

.focus\:mt-28:focus {
  margin-top: 28px;
}

.focus\:mr-28:focus {
  margin-right: 28px;
}

.focus\:mb-28:focus {
  margin-bottom: 28px;
}

.focus\:ml-28:focus {
  margin-left: 28px;
}

.focus\:mt-29:focus {
  margin-top: 29px;
}

.focus\:mr-29:focus {
  margin-right: 29px;
}

.focus\:mb-29:focus {
  margin-bottom: 29px;
}

.focus\:ml-29:focus {
  margin-left: 29px;
}

.focus\:mt-30:focus {
  margin-top: 30px;
}

.focus\:mr-30:focus {
  margin-right: 30px;
}

.focus\:mb-30:focus {
  margin-bottom: 30px;
}

.focus\:ml-30:focus {
  margin-left: 30px;
}

.focus\:mt-32:focus {
  margin-top: 32px;
}

.focus\:mr-32:focus {
  margin-right: 32px;
}

.focus\:mb-32:focus {
  margin-bottom: 32px;
}

.focus\:ml-32:focus {
  margin-left: 32px;
}

.focus\:mt-35:focus {
  margin-top: 35px;
}

.focus\:mr-35:focus {
  margin-right: 35px;
}

.focus\:mb-35:focus {
  margin-bottom: 35px;
}

.focus\:ml-35:focus {
  margin-left: 35px;
}

.focus\:mt-36:focus {
  margin-top: 36px;
}

.focus\:mr-36:focus {
  margin-right: 36px;
}

.focus\:mb-36:focus {
  margin-bottom: 36px;
}

.focus\:ml-36:focus {
  margin-left: 36px;
}

.focus\:mt-37:focus {
  margin-top: 37px;
}

.focus\:mr-37:focus {
  margin-right: 37px;
}

.focus\:mb-37:focus {
  margin-bottom: 37px;
}

.focus\:ml-37:focus {
  margin-left: 37px;
}

.focus\:mt-40:focus {
  margin-top: 40px;
}

.focus\:mr-40:focus {
  margin-right: 40px;
}

.focus\:mb-40:focus {
  margin-bottom: 40px;
}

.focus\:ml-40:focus {
  margin-left: 40px;
}

.focus\:mt-45:focus {
  margin-top: 45px;
}

.focus\:mr-45:focus {
  margin-right: 45px;
}

.focus\:mb-45:focus {
  margin-bottom: 45px;
}

.focus\:ml-45:focus {
  margin-left: 45px;
}

.focus\:mt-48:focus {
  margin-top: 48px;
}

.focus\:mr-48:focus {
  margin-right: 48px;
}

.focus\:mb-48:focus {
  margin-bottom: 48px;
}

.focus\:ml-48:focus {
  margin-left: 48px;
}

.focus\:mt-50:focus {
  margin-top: 50px;
}

.focus\:mr-50:focus {
  margin-right: 50px;
}

.focus\:mb-50:focus {
  margin-bottom: 50px;
}

.focus\:ml-50:focus {
  margin-left: 50px;
}

.focus\:mt-55:focus {
  margin-top: 55px;
}

.focus\:mr-55:focus {
  margin-right: 55px;
}

.focus\:mb-55:focus {
  margin-bottom: 55px;
}

.focus\:ml-55:focus {
  margin-left: 55px;
}

.focus\:mt-56:focus {
  margin-top: 56px;
}

.focus\:mr-56:focus {
  margin-right: 56px;
}

.focus\:mb-56:focus {
  margin-bottom: 56px;
}

.focus\:ml-56:focus {
  margin-left: 56px;
}

.focus\:mt-60:focus {
  margin-top: 60px;
}

.focus\:mr-60:focus {
  margin-right: 60px;
}

.focus\:mb-60:focus {
  margin-bottom: 60px;
}

.focus\:ml-60:focus {
  margin-left: 60px;
}

.focus\:mt-62:focus {
  margin-top: 62px;
}

.focus\:mr-62:focus {
  margin-right: 62px;
}

.focus\:mb-62:focus {
  margin-bottom: 62px;
}

.focus\:ml-62:focus {
  margin-left: 62px;
}

.focus\:mt-64:focus {
  margin-top: 64px;
}

.focus\:mr-64:focus {
  margin-right: 64px;
}

.focus\:mb-64:focus {
  margin-bottom: 64px;
}

.focus\:ml-64:focus {
  margin-left: 64px;
}

.focus\:mt-65:focus {
  margin-top: 65px;
}

.focus\:mr-65:focus {
  margin-right: 65px;
}

.focus\:mb-65:focus {
  margin-bottom: 65px;
}

.focus\:ml-65:focus {
  margin-left: 65px;
}

.focus\:mt-70:focus {
  margin-top: 70px;
}

.focus\:mr-70:focus {
  margin-right: 70px;
}

.focus\:mb-70:focus {
  margin-bottom: 70px;
}

.focus\:ml-70:focus {
  margin-left: 70px;
}

.focus\:mt-75:focus {
  margin-top: 75px;
}

.focus\:mr-75:focus {
  margin-right: 75px;
}

.focus\:mb-75:focus {
  margin-bottom: 75px;
}

.focus\:ml-75:focus {
  margin-left: 75px;
}

.focus\:mt-80:focus {
  margin-top: 80px;
}

.focus\:mr-80:focus {
  margin-right: 80px;
}

.focus\:mb-80:focus {
  margin-bottom: 80px;
}

.focus\:ml-80:focus {
  margin-left: 80px;
}

.focus\:mt-85:focus {
  margin-top: 85px;
}

.focus\:mr-85:focus {
  margin-right: 85px;
}

.focus\:mb-85:focus {
  margin-bottom: 85px;
}

.focus\:ml-85:focus {
  margin-left: 85px;
}

.focus\:mt-90:focus {
  margin-top: 90px;
}

.focus\:mr-90:focus {
  margin-right: 90px;
}

.focus\:mb-90:focus {
  margin-bottom: 90px;
}

.focus\:ml-90:focus {
  margin-left: 90px;
}

.focus\:mt-95:focus {
  margin-top: 95px;
}

.focus\:mr-95:focus {
  margin-right: 95px;
}

.focus\:mb-95:focus {
  margin-bottom: 95px;
}

.focus\:ml-95:focus {
  margin-left: 95px;
}

.focus\:mt-96:focus {
  margin-top: 96px;
}

.focus\:mr-96:focus {
  margin-right: 96px;
}

.focus\:mb-96:focus {
  margin-bottom: 96px;
}

.focus\:ml-96:focus {
  margin-left: 96px;
}

.focus\:mt-100:focus {
  margin-top: 100px;
}

.focus\:mr-100:focus {
  margin-right: 100px;
}

.focus\:mb-100:focus {
  margin-bottom: 100px;
}

.focus\:ml-100:focus {
  margin-left: 100px;
}

.focus\:mt-110:focus {
  margin-top: 110px;
}

.focus\:mr-110:focus {
  margin-right: 110px;
}

.focus\:mb-110:focus {
  margin-bottom: 110px;
}

.focus\:ml-110:focus {
  margin-left: 110px;
}

.focus\:mt-115:focus {
  margin-top: 115px;
}

.focus\:mr-115:focus {
  margin-right: 115px;
}

.focus\:mb-115:focus {
  margin-bottom: 115px;
}

.focus\:ml-115:focus {
  margin-left: 115px;
}

.focus\:mt-120:focus {
  margin-top: 120px;
}

.focus\:mr-120:focus {
  margin-right: 120px;
}

.focus\:mb-120:focus {
  margin-bottom: 120px;
}

.focus\:ml-120:focus {
  margin-left: 120px;
}

.focus\:mt-128:focus {
  margin-top: 128px;
}

.focus\:mr-128:focus {
  margin-right: 128px;
}

.focus\:mb-128:focus {
  margin-bottom: 128px;
}

.focus\:ml-128:focus {
  margin-left: 128px;
}

.focus\:mt-135:focus {
  margin-top: 135px;
}

.focus\:mr-135:focus {
  margin-right: 135px;
}

.focus\:mb-135:focus {
  margin-bottom: 135px;
}

.focus\:ml-135:focus {
  margin-left: 135px;
}

.focus\:mt-140:focus {
  margin-top: 140px;
}

.focus\:mr-140:focus {
  margin-right: 140px;
}

.focus\:mb-140:focus {
  margin-bottom: 140px;
}

.focus\:ml-140:focus {
  margin-left: 140px;
}

.focus\:mt-145:focus {
  margin-top: 145px;
}

.focus\:mr-145:focus {
  margin-right: 145px;
}

.focus\:mb-145:focus {
  margin-bottom: 145px;
}

.focus\:ml-145:focus {
  margin-left: 145px;
}

.focus\:mt-150:focus {
  margin-top: 150px;
}

.focus\:mr-150:focus {
  margin-right: 150px;
}

.focus\:mb-150:focus {
  margin-bottom: 150px;
}

.focus\:ml-150:focus {
  margin-left: 150px;
}

.focus\:mt-160:focus {
  margin-top: 160px;
}

.focus\:mr-160:focus {
  margin-right: 160px;
}

.focus\:mb-160:focus {
  margin-bottom: 160px;
}

.focus\:ml-160:focus {
  margin-left: 160px;
}

.focus\:mt-165:focus {
  margin-top: 165px;
}

.focus\:mr-165:focus {
  margin-right: 165px;
}

.focus\:mb-165:focus {
  margin-bottom: 165px;
}

.focus\:ml-165:focus {
  margin-left: 165px;
}

.focus\:mt-168:focus {
  margin-top: 168px;
}

.focus\:mr-168:focus {
  margin-right: 168px;
}

.focus\:mb-168:focus {
  margin-bottom: 168px;
}

.focus\:ml-168:focus {
  margin-left: 168px;
}

.focus\:mt-170:focus {
  margin-top: 170px;
}

.focus\:mr-170:focus {
  margin-right: 170px;
}

.focus\:mb-170:focus {
  margin-bottom: 170px;
}

.focus\:ml-170:focus {
  margin-left: 170px;
}

.focus\:mt-180:focus {
  margin-top: 180px;
}

.focus\:mr-180:focus {
  margin-right: 180px;
}

.focus\:mb-180:focus {
  margin-bottom: 180px;
}

.focus\:ml-180:focus {
  margin-left: 180px;
}

.focus\:mt-200:focus {
  margin-top: 200px;
}

.focus\:mr-200:focus {
  margin-right: 200px;
}

.focus\:mb-200:focus {
  margin-bottom: 200px;
}

.focus\:ml-200:focus {
  margin-left: 200px;
}

.focus\:mt-220:focus {
  margin-top: 220px;
}

.focus\:mr-220:focus {
  margin-right: 220px;
}

.focus\:mb-220:focus {
  margin-bottom: 220px;
}

.focus\:ml-220:focus {
  margin-left: 220px;
}

.focus\:mt-230:focus {
  margin-top: 230px;
}

.focus\:mr-230:focus {
  margin-right: 230px;
}

.focus\:mb-230:focus {
  margin-bottom: 230px;
}

.focus\:ml-230:focus {
  margin-left: 230px;
}

.focus\:mt-235:focus {
  margin-top: 235px;
}

.focus\:mr-235:focus {
  margin-right: 235px;
}

.focus\:mb-235:focus {
  margin-bottom: 235px;
}

.focus\:ml-235:focus {
  margin-left: 235px;
}

.focus\:mt-240:focus {
  margin-top: 240px;
}

.focus\:mr-240:focus {
  margin-right: 240px;
}

.focus\:mb-240:focus {
  margin-bottom: 240px;
}

.focus\:ml-240:focus {
  margin-left: 240px;
}

.focus\:mt-250:focus {
  margin-top: 250px;
}

.focus\:mr-250:focus {
  margin-right: 250px;
}

.focus\:mb-250:focus {
  margin-bottom: 250px;
}

.focus\:ml-250:focus {
  margin-left: 250px;
}

.focus\:mt-300:focus {
  margin-top: 300px;
}

.focus\:mr-300:focus {
  margin-right: 300px;
}

.focus\:mb-300:focus {
  margin-bottom: 300px;
}

.focus\:ml-300:focus {
  margin-left: 300px;
}

.focus\:mt-320:focus {
  margin-top: 320px;
}

.focus\:mr-320:focus {
  margin-right: 320px;
}

.focus\:mb-320:focus {
  margin-bottom: 320px;
}

.focus\:ml-320:focus {
  margin-left: 320px;
}

.focus\:mt-350:focus {
  margin-top: 350px;
}

.focus\:mr-350:focus {
  margin-right: 350px;
}

.focus\:mb-350:focus {
  margin-bottom: 350px;
}

.focus\:ml-350:focus {
  margin-left: 350px;
}

.focus\:mt-375:focus {
  margin-top: 375px;
}

.focus\:mr-375:focus {
  margin-right: 375px;
}

.focus\:mb-375:focus {
  margin-bottom: 375px;
}

.focus\:ml-375:focus {
  margin-left: 375px;
}

.focus\:mt-400:focus {
  margin-top: 400px;
}

.focus\:mr-400:focus {
  margin-right: 400px;
}

.focus\:mb-400:focus {
  margin-bottom: 400px;
}

.focus\:ml-400:focus {
  margin-left: 400px;
}

.focus\:mt-450:focus {
  margin-top: 450px;
}

.focus\:mr-450:focus {
  margin-right: 450px;
}

.focus\:mb-450:focus {
  margin-bottom: 450px;
}

.focus\:ml-450:focus {
  margin-left: 450px;
}

.focus\:mt-700:focus {
  margin-top: 700px;
}

.focus\:mr-700:focus {
  margin-right: 700px;
}

.focus\:mb-700:focus {
  margin-bottom: 700px;
}

.focus\:ml-700:focus {
  margin-left: 700px;
}

.focus\:mt-auto:focus {
  margin-top: auto;
}

.focus\:mr-auto:focus {
  margin-right: auto;
}

.focus\:mb-auto:focus {
  margin-bottom: auto;
}

.focus\:ml-auto:focus {
  margin-left: auto;
}

.focus\:mt-px:focus {
  margin-top: 1px;
}

.focus\:mr-px:focus {
  margin-right: 1px;
}

.focus\:mb-px:focus {
  margin-bottom: 1px;
}

.focus\:ml-px:focus {
  margin-left: 1px;
}

.focus\:mt-1p:focus {
  margin-top: 1%;
}

.focus\:mr-1p:focus {
  margin-right: 1%;
}

.focus\:mb-1p:focus {
  margin-bottom: 1%;
}

.focus\:ml-1p:focus {
  margin-left: 1%;
}

.focus\:mt-1\/12:focus {
  margin-top: 8.3333%;
}

.focus\:mr-1\/12:focus {
  margin-right: 8.3333%;
}

.focus\:mb-1\/12:focus {
  margin-bottom: 8.3333%;
}

.focus\:ml-1\/12:focus {
  margin-left: 8.3333%;
}

.focus\:mt-2\/12:focus {
  margin-top: 16.666667%;
}

.focus\:mr-2\/12:focus {
  margin-right: 16.666667%;
}

.focus\:mb-2\/12:focus {
  margin-bottom: 16.666667%;
}

.focus\:ml-2\/12:focus {
  margin-left: 16.666667%;
}

.focus\:mt-11p:focus {
  margin-top: 11%;
}

.focus\:mr-11p:focus {
  margin-right: 11%;
}

.focus\:mb-11p:focus {
  margin-bottom: 11%;
}

.focus\:ml-11p:focus {
  margin-left: 11%;
}

.focus\:mt-20p:focus {
  margin-top: 20%;
}

.focus\:mr-20p:focus {
  margin-right: 20%;
}

.focus\:mb-20p:focus {
  margin-bottom: 20%;
}

.focus\:ml-20p:focus {
  margin-left: 20%;
}

.focus\:mt-24p:focus {
  margin-top: 24.25%;
}

.focus\:mr-24p:focus {
  margin-right: 24.25%;
}

.focus\:mb-24p:focus {
  margin-bottom: 24.25%;
}

.focus\:ml-24p:focus {
  margin-left: 24.25%;
}

.focus\:mt-25p:focus {
  margin-top: 25%;
}

.focus\:mr-25p:focus {
  margin-right: 25%;
}

.focus\:mb-25p:focus {
  margin-bottom: 25%;
}

.focus\:ml-25p:focus {
  margin-left: 25%;
}

.focus\:mt-32p:focus {
  margin-top: 32%;
}

.focus\:mr-32p:focus {
  margin-right: 32%;
}

.focus\:mb-32p:focus {
  margin-bottom: 32%;
}

.focus\:ml-32p:focus {
  margin-left: 32%;
}

.focus\:mt-35p:focus {
  margin-top: 35%;
}

.focus\:mr-35p:focus {
  margin-right: 35%;
}

.focus\:mb-35p:focus {
  margin-bottom: 35%;
}

.focus\:ml-35p:focus {
  margin-left: 35%;
}

.focus\:mt-40p:focus {
  margin-top: 40%;
}

.focus\:mr-40p:focus {
  margin-right: 40%;
}

.focus\:mb-40p:focus {
  margin-bottom: 40%;
}

.focus\:ml-40p:focus {
  margin-left: 40%;
}

.focus\:mt-49p:focus {
  margin-top: 49%;
}

.focus\:mr-49p:focus {
  margin-right: 49%;
}

.focus\:mb-49p:focus {
  margin-bottom: 49%;
}

.focus\:ml-49p:focus {
  margin-left: 49%;
}

.focus\:mt-49-5p:focus {
  margin-top: 49.5%;
}

.focus\:mr-49-5p:focus {
  margin-right: 49.5%;
}

.focus\:mb-49-5p:focus {
  margin-bottom: 49.5%;
}

.focus\:ml-49-5p:focus {
  margin-left: 49.5%;
}

.focus\:mt-80p:focus {
  margin-top: 80%;
}

.focus\:mr-80p:focus {
  margin-right: 80%;
}

.focus\:mb-80p:focus {
  margin-bottom: 80%;
}

.focus\:ml-80p:focus {
  margin-left: 80%;
}

.focus\:mt-vh80:focus {
  margin-top: 80vh;
}

.focus\:mr-vh80:focus {
  margin-right: 80vh;
}

.focus\:mb-vh80:focus {
  margin-bottom: 80vh;
}

.focus\:ml-vh80:focus {
  margin-left: 80vh;
}

.focus\:mt-vh86:focus {
  margin-top: 86vh;
}

.focus\:mr-vh86:focus {
  margin-right: 86vh;
}

.focus\:mb-vh86:focus {
  margin-bottom: 86vh;
}

.focus\:ml-vh86:focus {
  margin-left: 86vh;
}

.focus\:mt-vh90:focus {
  margin-top: 90vh;
}

.focus\:mr-vh90:focus {
  margin-right: 90vh;
}

.focus\:mb-vh90:focus {
  margin-bottom: 90vh;
}

.focus\:ml-vh90:focus {
  margin-left: 90vh;
}

.focus\:mt-vw80:focus {
  margin-top: 80vw;
}

.focus\:mr-vw80:focus {
  margin-right: 80vw;
}

.focus\:mb-vw80:focus {
  margin-bottom: 80vw;
}

.focus\:ml-vw80:focus {
  margin-left: 80vw;
}

.focus\:mt-vw90:focus {
  margin-top: 90vw;
}

.focus\:mr-vw90:focus {
  margin-right: 90vw;
}

.focus\:mb-vw90:focus {
  margin-bottom: 90vw;
}

.focus\:ml-vw90:focus {
  margin-left: 90vw;
}

.focus\:mt-90p:focus {
  margin-top: 90%;
}

.focus\:mr-90p:focus {
  margin-right: 90%;
}

.focus\:mb-90p:focus {
  margin-bottom: 90%;
}

.focus\:ml-90p:focus {
  margin-left: 90%;
}

.focus\:mt-92p:focus {
  margin-top: 92%;
}

.focus\:mr-92p:focus {
  margin-right: 92%;
}

.focus\:mb-92p:focus {
  margin-bottom: 92%;
}

.focus\:ml-92p:focus {
  margin-left: 92%;
}

.focus\:mt-93p:focus {
  margin-top: 93%;
}

.focus\:mr-93p:focus {
  margin-right: 93%;
}

.focus\:mb-93p:focus {
  margin-bottom: 93%;
}

.focus\:ml-93p:focus {
  margin-left: 93%;
}

.focus\:mt-94p:focus {
  margin-top: 94%;
}

.focus\:mr-94p:focus {
  margin-right: 94%;
}

.focus\:mb-94p:focus {
  margin-bottom: 94%;
}

.focus\:ml-94p:focus {
  margin-left: 94%;
}

.focus\:mt-95p:focus {
  margin-top: 95%;
}

.focus\:mr-95p:focus {
  margin-right: 95%;
}

.focus\:mb-95p:focus {
  margin-bottom: 95%;
}

.focus\:ml-95p:focus {
  margin-left: 95%;
}

.focus\:mt-96p:focus {
  margin-top: 96%;
}

.focus\:mr-96p:focus {
  margin-right: 96%;
}

.focus\:mb-96p:focus {
  margin-bottom: 96%;
}

.focus\:ml-96p:focus {
  margin-left: 96%;
}

.focus\:mt-100p:focus {
  margin-top: 100%;
}

.focus\:mr-100p:focus {
  margin-right: 100%;
}

.focus\:mb-100p:focus {
  margin-bottom: 100%;
}

.focus\:ml-100p:focus {
  margin-left: 100%;
}

.focus\:-mt-0:focus {
  margin-top: 0px;
}

.focus\:-mr-0:focus {
  margin-right: 0px;
}

.focus\:-mb-0:focus {
  margin-bottom: 0px;
}

.focus\:-ml-0:focus {
  margin-left: 0px;
}

.focus\:-mt-1:focus {
  margin-top: -0.25rem;
}

.focus\:-mr-1:focus {
  margin-right: -0.25rem;
}

.focus\:-mb-1:focus {
  margin-bottom: -0.25rem;
}

.focus\:-ml-1:focus {
  margin-left: -0.25rem;
}

.focus\:-mt-2:focus {
  margin-top: -0.5rem;
}

.focus\:-mr-2:focus {
  margin-right: -0.5rem;
}

.focus\:-mb-2:focus {
  margin-bottom: -0.5rem;
}

.focus\:-ml-2:focus {
  margin-left: -0.5rem;
}

.focus\:-mt-3:focus {
  margin-top: -3px;
}

.focus\:-mr-3:focus {
  margin-right: -3px;
}

.focus\:-mb-3:focus {
  margin-bottom: -3px;
}

.focus\:-ml-3:focus {
  margin-left: -3px;
}

.focus\:-mt-4:focus {
  margin-top: -4px;
}

.focus\:-mr-4:focus {
  margin-right: -4px;
}

.focus\:-mb-4:focus {
  margin-bottom: -4px;
}

.focus\:-ml-4:focus {
  margin-left: -4px;
}

.focus\:-mt-5:focus {
  margin-top: -5px;
}

.focus\:-mr-5:focus {
  margin-right: -5px;
}

.focus\:-mb-5:focus {
  margin-bottom: -5px;
}

.focus\:-ml-5:focus {
  margin-left: -5px;
}

.focus\:-mt-6:focus {
  margin-top: -6px;
}

.focus\:-mr-6:focus {
  margin-right: -6px;
}

.focus\:-mb-6:focus {
  margin-bottom: -6px;
}

.focus\:-ml-6:focus {
  margin-left: -6px;
}

.focus\:-mt-8:focus {
  margin-top: -8px;
}

.focus\:-mr-8:focus {
  margin-right: -8px;
}

.focus\:-mb-8:focus {
  margin-bottom: -8px;
}

.focus\:-ml-8:focus {
  margin-left: -8px;
}

.focus\:-mt-9:focus {
  margin-top: -9px;
}

.focus\:-mr-9:focus {
  margin-right: -9px;
}

.focus\:-mb-9:focus {
  margin-bottom: -9px;
}

.focus\:-ml-9:focus {
  margin-left: -9px;
}

.focus\:-mt-10:focus {
  margin-top: -10px;
}

.focus\:-mr-10:focus {
  margin-right: -10px;
}

.focus\:-mb-10:focus {
  margin-bottom: -10px;
}

.focus\:-ml-10:focus {
  margin-left: -10px;
}

.focus\:-mt-12:focus {
  margin-top: -12px;
}

.focus\:-mr-12:focus {
  margin-right: -12px;
}

.focus\:-mb-12:focus {
  margin-bottom: -12px;
}

.focus\:-ml-12:focus {
  margin-left: -12px;
}

.focus\:-mt-13:focus {
  margin-top: -13px;
}

.focus\:-mr-13:focus {
  margin-right: -13px;
}

.focus\:-mb-13:focus {
  margin-bottom: -13px;
}

.focus\:-ml-13:focus {
  margin-left: -13px;
}

.focus\:-mt-14:focus {
  margin-top: -14px;
}

.focus\:-mr-14:focus {
  margin-right: -14px;
}

.focus\:-mb-14:focus {
  margin-bottom: -14px;
}

.focus\:-ml-14:focus {
  margin-left: -14px;
}

.focus\:-mt-15:focus {
  margin-top: -15px;
}

.focus\:-mr-15:focus {
  margin-right: -15px;
}

.focus\:-mb-15:focus {
  margin-bottom: -15px;
}

.focus\:-ml-15:focus {
  margin-left: -15px;
}

.focus\:-mt-16:focus {
  margin-top: -16px;
}

.focus\:-mr-16:focus {
  margin-right: -16px;
}

.focus\:-mb-16:focus {
  margin-bottom: -16px;
}

.focus\:-ml-16:focus {
  margin-left: -16px;
}

.focus\:-mt-17:focus {
  margin-top: -17px;
}

.focus\:-mr-17:focus {
  margin-right: -17px;
}

.focus\:-mb-17:focus {
  margin-bottom: -17px;
}

.focus\:-ml-17:focus {
  margin-left: -17px;
}

.focus\:-mt-18:focus {
  margin-top: -18px;
}

.focus\:-mr-18:focus {
  margin-right: -18px;
}

.focus\:-mb-18:focus {
  margin-bottom: -18px;
}

.focus\:-ml-18:focus {
  margin-left: -18px;
}

.focus\:-mt-20:focus {
  margin-top: -20px;
}

.focus\:-mr-20:focus {
  margin-right: -20px;
}

.focus\:-mb-20:focus {
  margin-bottom: -20px;
}

.focus\:-ml-20:focus {
  margin-left: -20px;
}

.focus\:-mt-22:focus {
  margin-top: -22px;
}

.focus\:-mr-22:focus {
  margin-right: -22px;
}

.focus\:-mb-22:focus {
  margin-bottom: -22px;
}

.focus\:-ml-22:focus {
  margin-left: -22px;
}

.focus\:-mt-24:focus {
  margin-top: -24px;
}

.focus\:-mr-24:focus {
  margin-right: -24px;
}

.focus\:-mb-24:focus {
  margin-bottom: -24px;
}

.focus\:-ml-24:focus {
  margin-left: -24px;
}

.focus\:-mt-25:focus {
  margin-top: -25px;
}

.focus\:-mr-25:focus {
  margin-right: -25px;
}

.focus\:-mb-25:focus {
  margin-bottom: -25px;
}

.focus\:-ml-25:focus {
  margin-left: -25px;
}

.focus\:-mt-28:focus {
  margin-top: -28px;
}

.focus\:-mr-28:focus {
  margin-right: -28px;
}

.focus\:-mb-28:focus {
  margin-bottom: -28px;
}

.focus\:-ml-28:focus {
  margin-left: -28px;
}

.focus\:-mt-29:focus {
  margin-top: -29px;
}

.focus\:-mr-29:focus {
  margin-right: -29px;
}

.focus\:-mb-29:focus {
  margin-bottom: -29px;
}

.focus\:-ml-29:focus {
  margin-left: -29px;
}

.focus\:-mt-30:focus {
  margin-top: -30px;
}

.focus\:-mr-30:focus {
  margin-right: -30px;
}

.focus\:-mb-30:focus {
  margin-bottom: -30px;
}

.focus\:-ml-30:focus {
  margin-left: -30px;
}

.focus\:-mt-32:focus {
  margin-top: -32px;
}

.focus\:-mr-32:focus {
  margin-right: -32px;
}

.focus\:-mb-32:focus {
  margin-bottom: -32px;
}

.focus\:-ml-32:focus {
  margin-left: -32px;
}

.focus\:-mt-35:focus {
  margin-top: -35px;
}

.focus\:-mr-35:focus {
  margin-right: -35px;
}

.focus\:-mb-35:focus {
  margin-bottom: -35px;
}

.focus\:-ml-35:focus {
  margin-left: -35px;
}

.focus\:-mt-36:focus {
  margin-top: -36px;
}

.focus\:-mr-36:focus {
  margin-right: -36px;
}

.focus\:-mb-36:focus {
  margin-bottom: -36px;
}

.focus\:-ml-36:focus {
  margin-left: -36px;
}

.focus\:-mt-37:focus {
  margin-top: -37px;
}

.focus\:-mr-37:focus {
  margin-right: -37px;
}

.focus\:-mb-37:focus {
  margin-bottom: -37px;
}

.focus\:-ml-37:focus {
  margin-left: -37px;
}

.focus\:-mt-40:focus {
  margin-top: -40px;
}

.focus\:-mr-40:focus {
  margin-right: -40px;
}

.focus\:-mb-40:focus {
  margin-bottom: -40px;
}

.focus\:-ml-40:focus {
  margin-left: -40px;
}

.focus\:-mt-45:focus {
  margin-top: -45px;
}

.focus\:-mr-45:focus {
  margin-right: -45px;
}

.focus\:-mb-45:focus {
  margin-bottom: -45px;
}

.focus\:-ml-45:focus {
  margin-left: -45px;
}

.focus\:-mt-48:focus {
  margin-top: -48px;
}

.focus\:-mr-48:focus {
  margin-right: -48px;
}

.focus\:-mb-48:focus {
  margin-bottom: -48px;
}

.focus\:-ml-48:focus {
  margin-left: -48px;
}

.focus\:-mt-50:focus {
  margin-top: -50px;
}

.focus\:-mr-50:focus {
  margin-right: -50px;
}

.focus\:-mb-50:focus {
  margin-bottom: -50px;
}

.focus\:-ml-50:focus {
  margin-left: -50px;
}

.focus\:-mt-55:focus {
  margin-top: -55px;
}

.focus\:-mr-55:focus {
  margin-right: -55px;
}

.focus\:-mb-55:focus {
  margin-bottom: -55px;
}

.focus\:-ml-55:focus {
  margin-left: -55px;
}

.focus\:-mt-56:focus {
  margin-top: -56px;
}

.focus\:-mr-56:focus {
  margin-right: -56px;
}

.focus\:-mb-56:focus {
  margin-bottom: -56px;
}

.focus\:-ml-56:focus {
  margin-left: -56px;
}

.focus\:-mt-60:focus {
  margin-top: -60px;
}

.focus\:-mr-60:focus {
  margin-right: -60px;
}

.focus\:-mb-60:focus {
  margin-bottom: -60px;
}

.focus\:-ml-60:focus {
  margin-left: -60px;
}

.focus\:-mt-62:focus {
  margin-top: -62px;
}

.focus\:-mr-62:focus {
  margin-right: -62px;
}

.focus\:-mb-62:focus {
  margin-bottom: -62px;
}

.focus\:-ml-62:focus {
  margin-left: -62px;
}

.focus\:-mt-64:focus {
  margin-top: -64px;
}

.focus\:-mr-64:focus {
  margin-right: -64px;
}

.focus\:-mb-64:focus {
  margin-bottom: -64px;
}

.focus\:-ml-64:focus {
  margin-left: -64px;
}

.focus\:-mt-65:focus {
  margin-top: -65px;
}

.focus\:-mr-65:focus {
  margin-right: -65px;
}

.focus\:-mb-65:focus {
  margin-bottom: -65px;
}

.focus\:-ml-65:focus {
  margin-left: -65px;
}

.focus\:-mt-70:focus {
  margin-top: -70px;
}

.focus\:-mr-70:focus {
  margin-right: -70px;
}

.focus\:-mb-70:focus {
  margin-bottom: -70px;
}

.focus\:-ml-70:focus {
  margin-left: -70px;
}

.focus\:-mt-75:focus {
  margin-top: -75px;
}

.focus\:-mr-75:focus {
  margin-right: -75px;
}

.focus\:-mb-75:focus {
  margin-bottom: -75px;
}

.focus\:-ml-75:focus {
  margin-left: -75px;
}

.focus\:-mt-80:focus {
  margin-top: -80px;
}

.focus\:-mr-80:focus {
  margin-right: -80px;
}

.focus\:-mb-80:focus {
  margin-bottom: -80px;
}

.focus\:-ml-80:focus {
  margin-left: -80px;
}

.focus\:-mt-85:focus {
  margin-top: -85px;
}

.focus\:-mr-85:focus {
  margin-right: -85px;
}

.focus\:-mb-85:focus {
  margin-bottom: -85px;
}

.focus\:-ml-85:focus {
  margin-left: -85px;
}

.focus\:-mt-90:focus {
  margin-top: -90px;
}

.focus\:-mr-90:focus {
  margin-right: -90px;
}

.focus\:-mb-90:focus {
  margin-bottom: -90px;
}

.focus\:-ml-90:focus {
  margin-left: -90px;
}

.focus\:-mt-95:focus {
  margin-top: -95px;
}

.focus\:-mr-95:focus {
  margin-right: -95px;
}

.focus\:-mb-95:focus {
  margin-bottom: -95px;
}

.focus\:-ml-95:focus {
  margin-left: -95px;
}

.focus\:-mt-96:focus {
  margin-top: -96px;
}

.focus\:-mr-96:focus {
  margin-right: -96px;
}

.focus\:-mb-96:focus {
  margin-bottom: -96px;
}

.focus\:-ml-96:focus {
  margin-left: -96px;
}

.focus\:-mt-100:focus {
  margin-top: -100px;
}

.focus\:-mr-100:focus {
  margin-right: -100px;
}

.focus\:-mb-100:focus {
  margin-bottom: -100px;
}

.focus\:-ml-100:focus {
  margin-left: -100px;
}

.focus\:-mt-110:focus {
  margin-top: -110px;
}

.focus\:-mr-110:focus {
  margin-right: -110px;
}

.focus\:-mb-110:focus {
  margin-bottom: -110px;
}

.focus\:-ml-110:focus {
  margin-left: -110px;
}

.focus\:-mt-115:focus {
  margin-top: -115px;
}

.focus\:-mr-115:focus {
  margin-right: -115px;
}

.focus\:-mb-115:focus {
  margin-bottom: -115px;
}

.focus\:-ml-115:focus {
  margin-left: -115px;
}

.focus\:-mt-120:focus {
  margin-top: -120px;
}

.focus\:-mr-120:focus {
  margin-right: -120px;
}

.focus\:-mb-120:focus {
  margin-bottom: -120px;
}

.focus\:-ml-120:focus {
  margin-left: -120px;
}

.focus\:-mt-128:focus {
  margin-top: -128px;
}

.focus\:-mr-128:focus {
  margin-right: -128px;
}

.focus\:-mb-128:focus {
  margin-bottom: -128px;
}

.focus\:-ml-128:focus {
  margin-left: -128px;
}

.focus\:-mt-135:focus {
  margin-top: -135px;
}

.focus\:-mr-135:focus {
  margin-right: -135px;
}

.focus\:-mb-135:focus {
  margin-bottom: -135px;
}

.focus\:-ml-135:focus {
  margin-left: -135px;
}

.focus\:-mt-140:focus {
  margin-top: -140px;
}

.focus\:-mr-140:focus {
  margin-right: -140px;
}

.focus\:-mb-140:focus {
  margin-bottom: -140px;
}

.focus\:-ml-140:focus {
  margin-left: -140px;
}

.focus\:-mt-145:focus {
  margin-top: -145px;
}

.focus\:-mr-145:focus {
  margin-right: -145px;
}

.focus\:-mb-145:focus {
  margin-bottom: -145px;
}

.focus\:-ml-145:focus {
  margin-left: -145px;
}

.focus\:-mt-150:focus {
  margin-top: -150px;
}

.focus\:-mr-150:focus {
  margin-right: -150px;
}

.focus\:-mb-150:focus {
  margin-bottom: -150px;
}

.focus\:-ml-150:focus {
  margin-left: -150px;
}

.focus\:-mt-160:focus {
  margin-top: -160px;
}

.focus\:-mr-160:focus {
  margin-right: -160px;
}

.focus\:-mb-160:focus {
  margin-bottom: -160px;
}

.focus\:-ml-160:focus {
  margin-left: -160px;
}

.focus\:-mt-165:focus {
  margin-top: -165px;
}

.focus\:-mr-165:focus {
  margin-right: -165px;
}

.focus\:-mb-165:focus {
  margin-bottom: -165px;
}

.focus\:-ml-165:focus {
  margin-left: -165px;
}

.focus\:-mt-168:focus {
  margin-top: -168px;
}

.focus\:-mr-168:focus {
  margin-right: -168px;
}

.focus\:-mb-168:focus {
  margin-bottom: -168px;
}

.focus\:-ml-168:focus {
  margin-left: -168px;
}

.focus\:-mt-170:focus {
  margin-top: -170px;
}

.focus\:-mr-170:focus {
  margin-right: -170px;
}

.focus\:-mb-170:focus {
  margin-bottom: -170px;
}

.focus\:-ml-170:focus {
  margin-left: -170px;
}

.focus\:-mt-180:focus {
  margin-top: -180px;
}

.focus\:-mr-180:focus {
  margin-right: -180px;
}

.focus\:-mb-180:focus {
  margin-bottom: -180px;
}

.focus\:-ml-180:focus {
  margin-left: -180px;
}

.focus\:-mt-200:focus {
  margin-top: -200px;
}

.focus\:-mr-200:focus {
  margin-right: -200px;
}

.focus\:-mb-200:focus {
  margin-bottom: -200px;
}

.focus\:-ml-200:focus {
  margin-left: -200px;
}

.focus\:-mt-220:focus {
  margin-top: -220px;
}

.focus\:-mr-220:focus {
  margin-right: -220px;
}

.focus\:-mb-220:focus {
  margin-bottom: -220px;
}

.focus\:-ml-220:focus {
  margin-left: -220px;
}

.focus\:-mt-230:focus {
  margin-top: -230px;
}

.focus\:-mr-230:focus {
  margin-right: -230px;
}

.focus\:-mb-230:focus {
  margin-bottom: -230px;
}

.focus\:-ml-230:focus {
  margin-left: -230px;
}

.focus\:-mt-235:focus {
  margin-top: -235px;
}

.focus\:-mr-235:focus {
  margin-right: -235px;
}

.focus\:-mb-235:focus {
  margin-bottom: -235px;
}

.focus\:-ml-235:focus {
  margin-left: -235px;
}

.focus\:-mt-240:focus {
  margin-top: -240px;
}

.focus\:-mr-240:focus {
  margin-right: -240px;
}

.focus\:-mb-240:focus {
  margin-bottom: -240px;
}

.focus\:-ml-240:focus {
  margin-left: -240px;
}

.focus\:-mt-250:focus {
  margin-top: -250px;
}

.focus\:-mr-250:focus {
  margin-right: -250px;
}

.focus\:-mb-250:focus {
  margin-bottom: -250px;
}

.focus\:-ml-250:focus {
  margin-left: -250px;
}

.focus\:-mt-300:focus {
  margin-top: -300px;
}

.focus\:-mr-300:focus {
  margin-right: -300px;
}

.focus\:-mb-300:focus {
  margin-bottom: -300px;
}

.focus\:-ml-300:focus {
  margin-left: -300px;
}

.focus\:-mt-320:focus {
  margin-top: -320px;
}

.focus\:-mr-320:focus {
  margin-right: -320px;
}

.focus\:-mb-320:focus {
  margin-bottom: -320px;
}

.focus\:-ml-320:focus {
  margin-left: -320px;
}

.focus\:-mt-350:focus {
  margin-top: -350px;
}

.focus\:-mr-350:focus {
  margin-right: -350px;
}

.focus\:-mb-350:focus {
  margin-bottom: -350px;
}

.focus\:-ml-350:focus {
  margin-left: -350px;
}

.focus\:-mt-375:focus {
  margin-top: -375px;
}

.focus\:-mr-375:focus {
  margin-right: -375px;
}

.focus\:-mb-375:focus {
  margin-bottom: -375px;
}

.focus\:-ml-375:focus {
  margin-left: -375px;
}

.focus\:-mt-400:focus {
  margin-top: -400px;
}

.focus\:-mr-400:focus {
  margin-right: -400px;
}

.focus\:-mb-400:focus {
  margin-bottom: -400px;
}

.focus\:-ml-400:focus {
  margin-left: -400px;
}

.focus\:-mt-450:focus {
  margin-top: -450px;
}

.focus\:-mr-450:focus {
  margin-right: -450px;
}

.focus\:-mb-450:focus {
  margin-bottom: -450px;
}

.focus\:-ml-450:focus {
  margin-left: -450px;
}

.focus\:-mt-700:focus {
  margin-top: -700px;
}

.focus\:-mr-700:focus {
  margin-right: -700px;
}

.focus\:-mb-700:focus {
  margin-bottom: -700px;
}

.focus\:-ml-700:focus {
  margin-left: -700px;
}

.focus\:-mt-px:focus {
  margin-top: -1px;
}

.focus\:-mr-px:focus {
  margin-right: -1px;
}

.focus\:-mb-px:focus {
  margin-bottom: -1px;
}

.focus\:-ml-px:focus {
  margin-left: -1px;
}

.focus\:-mt-1p:focus {
  margin-top: -1%;
}

.focus\:-mr-1p:focus {
  margin-right: -1%;
}

.focus\:-mb-1p:focus {
  margin-bottom: -1%;
}

.focus\:-ml-1p:focus {
  margin-left: -1%;
}

.focus\:-mt-1\/12:focus {
  margin-top: -8.3333%;
}

.focus\:-mr-1\/12:focus {
  margin-right: -8.3333%;
}

.focus\:-mb-1\/12:focus {
  margin-bottom: -8.3333%;
}

.focus\:-ml-1\/12:focus {
  margin-left: -8.3333%;
}

.focus\:-mt-2\/12:focus {
  margin-top: -16.66667%;
}

.focus\:-mr-2\/12:focus {
  margin-right: -16.66667%;
}

.focus\:-mb-2\/12:focus {
  margin-bottom: -16.66667%;
}

.focus\:-ml-2\/12:focus {
  margin-left: -16.66667%;
}

.focus\:-mt-11p:focus {
  margin-top: -11%;
}

.focus\:-mr-11p:focus {
  margin-right: -11%;
}

.focus\:-mb-11p:focus {
  margin-bottom: -11%;
}

.focus\:-ml-11p:focus {
  margin-left: -11%;
}

.focus\:-mt-20p:focus {
  margin-top: -20%;
}

.focus\:-mr-20p:focus {
  margin-right: -20%;
}

.focus\:-mb-20p:focus {
  margin-bottom: -20%;
}

.focus\:-ml-20p:focus {
  margin-left: -20%;
}

.focus\:-mt-24p:focus {
  margin-top: -24.25%;
}

.focus\:-mr-24p:focus {
  margin-right: -24.25%;
}

.focus\:-mb-24p:focus {
  margin-bottom: -24.25%;
}

.focus\:-ml-24p:focus {
  margin-left: -24.25%;
}

.focus\:-mt-25p:focus {
  margin-top: -25%;
}

.focus\:-mr-25p:focus {
  margin-right: -25%;
}

.focus\:-mb-25p:focus {
  margin-bottom: -25%;
}

.focus\:-ml-25p:focus {
  margin-left: -25%;
}

.focus\:-mt-32p:focus {
  margin-top: -32%;
}

.focus\:-mr-32p:focus {
  margin-right: -32%;
}

.focus\:-mb-32p:focus {
  margin-bottom: -32%;
}

.focus\:-ml-32p:focus {
  margin-left: -32%;
}

.focus\:-mt-35p:focus {
  margin-top: -35%;
}

.focus\:-mr-35p:focus {
  margin-right: -35%;
}

.focus\:-mb-35p:focus {
  margin-bottom: -35%;
}

.focus\:-ml-35p:focus {
  margin-left: -35%;
}

.focus\:-mt-40p:focus {
  margin-top: -40%;
}

.focus\:-mr-40p:focus {
  margin-right: -40%;
}

.focus\:-mb-40p:focus {
  margin-bottom: -40%;
}

.focus\:-ml-40p:focus {
  margin-left: -40%;
}

.focus\:-mt-49p:focus {
  margin-top: -49%;
}

.focus\:-mr-49p:focus {
  margin-right: -49%;
}

.focus\:-mb-49p:focus {
  margin-bottom: -49%;
}

.focus\:-ml-49p:focus {
  margin-left: -49%;
}

.focus\:-mt-49-5p:focus {
  margin-top: -49.5%;
}

.focus\:-mr-49-5p:focus {
  margin-right: -49.5%;
}

.focus\:-mb-49-5p:focus {
  margin-bottom: -49.5%;
}

.focus\:-ml-49-5p:focus {
  margin-left: -49.5%;
}

.focus\:-mt-80p:focus {
  margin-top: -80%;
}

.focus\:-mr-80p:focus {
  margin-right: -80%;
}

.focus\:-mb-80p:focus {
  margin-bottom: -80%;
}

.focus\:-ml-80p:focus {
  margin-left: -80%;
}

.focus\:-mt-vh80:focus {
  margin-top: -80vh;
}

.focus\:-mr-vh80:focus {
  margin-right: -80vh;
}

.focus\:-mb-vh80:focus {
  margin-bottom: -80vh;
}

.focus\:-ml-vh80:focus {
  margin-left: -80vh;
}

.focus\:-mt-vh86:focus {
  margin-top: -86vh;
}

.focus\:-mr-vh86:focus {
  margin-right: -86vh;
}

.focus\:-mb-vh86:focus {
  margin-bottom: -86vh;
}

.focus\:-ml-vh86:focus {
  margin-left: -86vh;
}

.focus\:-mt-vh90:focus {
  margin-top: -90vh;
}

.focus\:-mr-vh90:focus {
  margin-right: -90vh;
}

.focus\:-mb-vh90:focus {
  margin-bottom: -90vh;
}

.focus\:-ml-vh90:focus {
  margin-left: -90vh;
}

.focus\:-mt-vw80:focus {
  margin-top: -80vw;
}

.focus\:-mr-vw80:focus {
  margin-right: -80vw;
}

.focus\:-mb-vw80:focus {
  margin-bottom: -80vw;
}

.focus\:-ml-vw80:focus {
  margin-left: -80vw;
}

.focus\:-mt-vw90:focus {
  margin-top: -90vw;
}

.focus\:-mr-vw90:focus {
  margin-right: -90vw;
}

.focus\:-mb-vw90:focus {
  margin-bottom: -90vw;
}

.focus\:-ml-vw90:focus {
  margin-left: -90vw;
}

.focus\:-mt-90p:focus {
  margin-top: -90%;
}

.focus\:-mr-90p:focus {
  margin-right: -90%;
}

.focus\:-mb-90p:focus {
  margin-bottom: -90%;
}

.focus\:-ml-90p:focus {
  margin-left: -90%;
}

.focus\:-mt-92p:focus {
  margin-top: -92%;
}

.focus\:-mr-92p:focus {
  margin-right: -92%;
}

.focus\:-mb-92p:focus {
  margin-bottom: -92%;
}

.focus\:-ml-92p:focus {
  margin-left: -92%;
}

.focus\:-mt-93p:focus {
  margin-top: -93%;
}

.focus\:-mr-93p:focus {
  margin-right: -93%;
}

.focus\:-mb-93p:focus {
  margin-bottom: -93%;
}

.focus\:-ml-93p:focus {
  margin-left: -93%;
}

.focus\:-mt-94p:focus {
  margin-top: -94%;
}

.focus\:-mr-94p:focus {
  margin-right: -94%;
}

.focus\:-mb-94p:focus {
  margin-bottom: -94%;
}

.focus\:-ml-94p:focus {
  margin-left: -94%;
}

.focus\:-mt-95p:focus {
  margin-top: -95%;
}

.focus\:-mr-95p:focus {
  margin-right: -95%;
}

.focus\:-mb-95p:focus {
  margin-bottom: -95%;
}

.focus\:-ml-95p:focus {
  margin-left: -95%;
}

.focus\:-mt-96p:focus {
  margin-top: -96%;
}

.focus\:-mr-96p:focus {
  margin-right: -96%;
}

.focus\:-mb-96p:focus {
  margin-bottom: -96%;
}

.focus\:-ml-96p:focus {
  margin-left: -96%;
}

.focus\:-mt-100p:focus {
  margin-top: -100%;
}

.focus\:-mr-100p:focus {
  margin-right: -100%;
}

.focus\:-mb-100p:focus {
  margin-bottom: -100%;
}

.focus\:-ml-100p:focus {
  margin-left: -100%;
}

.first\:m-0:first-child {
  margin: 0px;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 3px;
}

.first\:m-4:first-child {
  margin: 4px;
}

.first\:m-5:first-child {
  margin: 5px;
}

.first\:m-6:first-child {
  margin: 6px;
}

.first\:m-8:first-child {
  margin: 8px;
}

.first\:m-9:first-child {
  margin: 9px;
}

.first\:m-10:first-child {
  margin: 10px;
}

.first\:m-12:first-child {
  margin: 12px;
}

.first\:m-13:first-child {
  margin: 13px;
}

.first\:m-14:first-child {
  margin: 14px;
}

.first\:m-15:first-child {
  margin: 15px;
}

.first\:m-16:first-child {
  margin: 16px;
}

.first\:m-17:first-child {
  margin: 17px;
}

.first\:m-18:first-child {
  margin: 18px;
}

.first\:m-20:first-child {
  margin: 20px;
}

.first\:m-22:first-child {
  margin: 22px;
}

.first\:m-24:first-child {
  margin: 24px;
}

.first\:m-25:first-child {
  margin: 25px;
}

.first\:m-28:first-child {
  margin: 28px;
}

.first\:m-29:first-child {
  margin: 29px;
}

.first\:m-30:first-child {
  margin: 30px;
}

.first\:m-32:first-child {
  margin: 32px;
}

.first\:m-35:first-child {
  margin: 35px;
}

.first\:m-36:first-child {
  margin: 36px;
}

.first\:m-37:first-child {
  margin: 37px;
}

.first\:m-40:first-child {
  margin: 40px;
}

.first\:m-45:first-child {
  margin: 45px;
}

.first\:m-48:first-child {
  margin: 48px;
}

.first\:m-50:first-child {
  margin: 50px;
}

.first\:m-55:first-child {
  margin: 55px;
}

.first\:m-56:first-child {
  margin: 56px;
}

.first\:m-60:first-child {
  margin: 60px;
}

.first\:m-62:first-child {
  margin: 62px;
}

.first\:m-64:first-child {
  margin: 64px;
}

.first\:m-65:first-child {
  margin: 65px;
}

.first\:m-70:first-child {
  margin: 70px;
}

.first\:m-75:first-child {
  margin: 75px;
}

.first\:m-80:first-child {
  margin: 80px;
}

.first\:m-85:first-child {
  margin: 85px;
}

.first\:m-90:first-child {
  margin: 90px;
}

.first\:m-95:first-child {
  margin: 95px;
}

.first\:m-96:first-child {
  margin: 96px;
}

.first\:m-100:first-child {
  margin: 100px;
}

.first\:m-110:first-child {
  margin: 110px;
}

.first\:m-115:first-child {
  margin: 115px;
}

.first\:m-120:first-child {
  margin: 120px;
}

.first\:m-128:first-child {
  margin: 128px;
}

.first\:m-135:first-child {
  margin: 135px;
}

.first\:m-140:first-child {
  margin: 140px;
}

.first\:m-145:first-child {
  margin: 145px;
}

.first\:m-150:first-child {
  margin: 150px;
}

.first\:m-160:first-child {
  margin: 160px;
}

.first\:m-165:first-child {
  margin: 165px;
}

.first\:m-168:first-child {
  margin: 168px;
}

.first\:m-170:first-child {
  margin: 170px;
}

.first\:m-180:first-child {
  margin: 180px;
}

.first\:m-200:first-child {
  margin: 200px;
}

.first\:m-220:first-child {
  margin: 220px;
}

.first\:m-230:first-child {
  margin: 230px;
}

.first\:m-235:first-child {
  margin: 235px;
}

.first\:m-240:first-child {
  margin: 240px;
}

.first\:m-250:first-child {
  margin: 250px;
}

.first\:m-300:first-child {
  margin: 300px;
}

.first\:m-320:first-child {
  margin: 320px;
}

.first\:m-350:first-child {
  margin: 350px;
}

.first\:m-375:first-child {
  margin: 375px;
}

.first\:m-400:first-child {
  margin: 400px;
}

.first\:m-450:first-child {
  margin: 450px;
}

.first\:m-700:first-child {
  margin: 700px;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:m-1p:first-child {
  margin: 1%;
}

.first\:m-1\/12:first-child {
  margin: 8.3333%;
}

.first\:m-2\/12:first-child {
  margin: 16.666667%;
}

.first\:m-11p:first-child {
  margin: 11%;
}

.first\:m-20p:first-child {
  margin: 20%;
}

.first\:m-24p:first-child {
  margin: 24.25%;
}

.first\:m-25p:first-child {
  margin: 25%;
}

.first\:m-32p:first-child {
  margin: 32%;
}

.first\:m-35p:first-child {
  margin: 35%;
}

.first\:m-40p:first-child {
  margin: 40%;
}

.first\:m-49p:first-child {
  margin: 49%;
}

.first\:m-49-5p:first-child {
  margin: 49.5%;
}

.first\:m-80p:first-child {
  margin: 80%;
}

.first\:m-vh80:first-child {
  margin: 80vh;
}

.first\:m-vh86:first-child {
  margin: 86vh;
}

.first\:m-vh90:first-child {
  margin: 90vh;
}

.first\:m-vw80:first-child {
  margin: 80vw;
}

.first\:m-vw90:first-child {
  margin: 90vw;
}

.first\:m-90p:first-child {
  margin: 90%;
}

.first\:m-92p:first-child {
  margin: 92%;
}

.first\:m-93p:first-child {
  margin: 93%;
}

.first\:m-94p:first-child {
  margin: 94%;
}

.first\:m-95p:first-child {
  margin: 95%;
}

.first\:m-96p:first-child {
  margin: 96%;
}

.first\:m-100p:first-child {
  margin: 100%;
}

.first\:-m-0:first-child {
  margin: 0px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -3px;
}

.first\:-m-4:first-child {
  margin: -4px;
}

.first\:-m-5:first-child {
  margin: -5px;
}

.first\:-m-6:first-child {
  margin: -6px;
}

.first\:-m-8:first-child {
  margin: -8px;
}

.first\:-m-9:first-child {
  margin: -9px;
}

.first\:-m-10:first-child {
  margin: -10px;
}

.first\:-m-12:first-child {
  margin: -12px;
}

.first\:-m-13:first-child {
  margin: -13px;
}

.first\:-m-14:first-child {
  margin: -14px;
}

.first\:-m-15:first-child {
  margin: -15px;
}

.first\:-m-16:first-child {
  margin: -16px;
}

.first\:-m-17:first-child {
  margin: -17px;
}

.first\:-m-18:first-child {
  margin: -18px;
}

.first\:-m-20:first-child {
  margin: -20px;
}

.first\:-m-22:first-child {
  margin: -22px;
}

.first\:-m-24:first-child {
  margin: -24px;
}

.first\:-m-25:first-child {
  margin: -25px;
}

.first\:-m-28:first-child {
  margin: -28px;
}

.first\:-m-29:first-child {
  margin: -29px;
}

.first\:-m-30:first-child {
  margin: -30px;
}

.first\:-m-32:first-child {
  margin: -32px;
}

.first\:-m-35:first-child {
  margin: -35px;
}

.first\:-m-36:first-child {
  margin: -36px;
}

.first\:-m-37:first-child {
  margin: -37px;
}

.first\:-m-40:first-child {
  margin: -40px;
}

.first\:-m-45:first-child {
  margin: -45px;
}

.first\:-m-48:first-child {
  margin: -48px;
}

.first\:-m-50:first-child {
  margin: -50px;
}

.first\:-m-55:first-child {
  margin: -55px;
}

.first\:-m-56:first-child {
  margin: -56px;
}

.first\:-m-60:first-child {
  margin: -60px;
}

.first\:-m-62:first-child {
  margin: -62px;
}

.first\:-m-64:first-child {
  margin: -64px;
}

.first\:-m-65:first-child {
  margin: -65px;
}

.first\:-m-70:first-child {
  margin: -70px;
}

.first\:-m-75:first-child {
  margin: -75px;
}

.first\:-m-80:first-child {
  margin: -80px;
}

.first\:-m-85:first-child {
  margin: -85px;
}

.first\:-m-90:first-child {
  margin: -90px;
}

.first\:-m-95:first-child {
  margin: -95px;
}

.first\:-m-96:first-child {
  margin: -96px;
}

.first\:-m-100:first-child {
  margin: -100px;
}

.first\:-m-110:first-child {
  margin: -110px;
}

.first\:-m-115:first-child {
  margin: -115px;
}

.first\:-m-120:first-child {
  margin: -120px;
}

.first\:-m-128:first-child {
  margin: -128px;
}

.first\:-m-135:first-child {
  margin: -135px;
}

.first\:-m-140:first-child {
  margin: -140px;
}

.first\:-m-145:first-child {
  margin: -145px;
}

.first\:-m-150:first-child {
  margin: -150px;
}

.first\:-m-160:first-child {
  margin: -160px;
}

.first\:-m-165:first-child {
  margin: -165px;
}

.first\:-m-168:first-child {
  margin: -168px;
}

.first\:-m-170:first-child {
  margin: -170px;
}

.first\:-m-180:first-child {
  margin: -180px;
}

.first\:-m-200:first-child {
  margin: -200px;
}

.first\:-m-220:first-child {
  margin: -220px;
}

.first\:-m-230:first-child {
  margin: -230px;
}

.first\:-m-235:first-child {
  margin: -235px;
}

.first\:-m-240:first-child {
  margin: -240px;
}

.first\:-m-250:first-child {
  margin: -250px;
}

.first\:-m-300:first-child {
  margin: -300px;
}

.first\:-m-320:first-child {
  margin: -320px;
}

.first\:-m-350:first-child {
  margin: -350px;
}

.first\:-m-375:first-child {
  margin: -375px;
}

.first\:-m-400:first-child {
  margin: -400px;
}

.first\:-m-450:first-child {
  margin: -450px;
}

.first\:-m-700:first-child {
  margin: -700px;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:-m-1p:first-child {
  margin: -1%;
}

.first\:-m-1\/12:first-child {
  margin: -8.3333%;
}

.first\:-m-2\/12:first-child {
  margin: -16.66667%;
}

.first\:-m-11p:first-child {
  margin: -11%;
}

.first\:-m-20p:first-child {
  margin: -20%;
}

.first\:-m-24p:first-child {
  margin: -24.25%;
}

.first\:-m-25p:first-child {
  margin: -25%;
}

.first\:-m-32p:first-child {
  margin: -32%;
}

.first\:-m-35p:first-child {
  margin: -35%;
}

.first\:-m-40p:first-child {
  margin: -40%;
}

.first\:-m-49p:first-child {
  margin: -49%;
}

.first\:-m-49-5p:first-child {
  margin: -49.5%;
}

.first\:-m-80p:first-child {
  margin: -80%;
}

.first\:-m-vh80:first-child {
  margin: -80vh;
}

.first\:-m-vh86:first-child {
  margin: -86vh;
}

.first\:-m-vh90:first-child {
  margin: -90vh;
}

.first\:-m-vw80:first-child {
  margin: -80vw;
}

.first\:-m-vw90:first-child {
  margin: -90vw;
}

.first\:-m-90p:first-child {
  margin: -90%;
}

.first\:-m-92p:first-child {
  margin: -92%;
}

.first\:-m-93p:first-child {
  margin: -93%;
}

.first\:-m-94p:first-child {
  margin: -94%;
}

.first\:-m-95p:first-child {
  margin: -95%;
}

.first\:-m-96p:first-child {
  margin: -96%;
}

.first\:-m-100p:first-child {
  margin: -100%;
}

.first\:my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 3px;
  margin-bottom: 3px;
}

.first\:mx-3:first-child {
  margin-left: 3px;
  margin-right: 3px;
}

.first\:my-4:first-child {
  margin-top: 4px;
  margin-bottom: 4px;
}

.first\:mx-4:first-child {
  margin-left: 4px;
  margin-right: 4px;
}

.first\:my-5:first-child {
  margin-top: 5px;
  margin-bottom: 5px;
}

.first\:mx-5:first-child {
  margin-left: 5px;
  margin-right: 5px;
}

.first\:my-6:first-child {
  margin-top: 6px;
  margin-bottom: 6px;
}

.first\:mx-6:first-child {
  margin-left: 6px;
  margin-right: 6px;
}

.first\:my-8:first-child {
  margin-top: 8px;
  margin-bottom: 8px;
}

.first\:mx-8:first-child {
  margin-left: 8px;
  margin-right: 8px;
}

.first\:my-9:first-child {
  margin-top: 9px;
  margin-bottom: 9px;
}

.first\:mx-9:first-child {
  margin-left: 9px;
  margin-right: 9px;
}

.first\:my-10:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.first\:mx-10:first-child {
  margin-left: 10px;
  margin-right: 10px;
}

.first\:my-12:first-child {
  margin-top: 12px;
  margin-bottom: 12px;
}

.first\:mx-12:first-child {
  margin-left: 12px;
  margin-right: 12px;
}

.first\:my-13:first-child {
  margin-top: 13px;
  margin-bottom: 13px;
}

.first\:mx-13:first-child {
  margin-left: 13px;
  margin-right: 13px;
}

.first\:my-14:first-child {
  margin-top: 14px;
  margin-bottom: 14px;
}

.first\:mx-14:first-child {
  margin-left: 14px;
  margin-right: 14px;
}

.first\:my-15:first-child {
  margin-top: 15px;
  margin-bottom: 15px;
}

.first\:mx-15:first-child {
  margin-left: 15px;
  margin-right: 15px;
}

.first\:my-16:first-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.first\:mx-16:first-child {
  margin-left: 16px;
  margin-right: 16px;
}

.first\:my-17:first-child {
  margin-top: 17px;
  margin-bottom: 17px;
}

.first\:mx-17:first-child {
  margin-left: 17px;
  margin-right: 17px;
}

.first\:my-18:first-child {
  margin-top: 18px;
  margin-bottom: 18px;
}

.first\:mx-18:first-child {
  margin-left: 18px;
  margin-right: 18px;
}

.first\:my-20:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.first\:mx-20:first-child {
  margin-left: 20px;
  margin-right: 20px;
}

.first\:my-22:first-child {
  margin-top: 22px;
  margin-bottom: 22px;
}

.first\:mx-22:first-child {
  margin-left: 22px;
  margin-right: 22px;
}

.first\:my-24:first-child {
  margin-top: 24px;
  margin-bottom: 24px;
}

.first\:mx-24:first-child {
  margin-left: 24px;
  margin-right: 24px;
}

.first\:my-25:first-child {
  margin-top: 25px;
  margin-bottom: 25px;
}

.first\:mx-25:first-child {
  margin-left: 25px;
  margin-right: 25px;
}

.first\:my-28:first-child {
  margin-top: 28px;
  margin-bottom: 28px;
}

.first\:mx-28:first-child {
  margin-left: 28px;
  margin-right: 28px;
}

.first\:my-29:first-child {
  margin-top: 29px;
  margin-bottom: 29px;
}

.first\:mx-29:first-child {
  margin-left: 29px;
  margin-right: 29px;
}

.first\:my-30:first-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

.first\:mx-30:first-child {
  margin-left: 30px;
  margin-right: 30px;
}

.first\:my-32:first-child {
  margin-top: 32px;
  margin-bottom: 32px;
}

.first\:mx-32:first-child {
  margin-left: 32px;
  margin-right: 32px;
}

.first\:my-35:first-child {
  margin-top: 35px;
  margin-bottom: 35px;
}

.first\:mx-35:first-child {
  margin-left: 35px;
  margin-right: 35px;
}

.first\:my-36:first-child {
  margin-top: 36px;
  margin-bottom: 36px;
}

.first\:mx-36:first-child {
  margin-left: 36px;
  margin-right: 36px;
}

.first\:my-37:first-child {
  margin-top: 37px;
  margin-bottom: 37px;
}

.first\:mx-37:first-child {
  margin-left: 37px;
  margin-right: 37px;
}

.first\:my-40:first-child {
  margin-top: 40px;
  margin-bottom: 40px;
}

.first\:mx-40:first-child {
  margin-left: 40px;
  margin-right: 40px;
}

.first\:my-45:first-child {
  margin-top: 45px;
  margin-bottom: 45px;
}

.first\:mx-45:first-child {
  margin-left: 45px;
  margin-right: 45px;
}

.first\:my-48:first-child {
  margin-top: 48px;
  margin-bottom: 48px;
}

.first\:mx-48:first-child {
  margin-left: 48px;
  margin-right: 48px;
}

.first\:my-50:first-child {
  margin-top: 50px;
  margin-bottom: 50px;
}

.first\:mx-50:first-child {
  margin-left: 50px;
  margin-right: 50px;
}

.first\:my-55:first-child {
  margin-top: 55px;
  margin-bottom: 55px;
}

.first\:mx-55:first-child {
  margin-left: 55px;
  margin-right: 55px;
}

.first\:my-56:first-child {
  margin-top: 56px;
  margin-bottom: 56px;
}

.first\:mx-56:first-child {
  margin-left: 56px;
  margin-right: 56px;
}

.first\:my-60:first-child {
  margin-top: 60px;
  margin-bottom: 60px;
}

.first\:mx-60:first-child {
  margin-left: 60px;
  margin-right: 60px;
}

.first\:my-62:first-child {
  margin-top: 62px;
  margin-bottom: 62px;
}

.first\:mx-62:first-child {
  margin-left: 62px;
  margin-right: 62px;
}

.first\:my-64:first-child {
  margin-top: 64px;
  margin-bottom: 64px;
}

.first\:mx-64:first-child {
  margin-left: 64px;
  margin-right: 64px;
}

.first\:my-65:first-child {
  margin-top: 65px;
  margin-bottom: 65px;
}

.first\:mx-65:first-child {
  margin-left: 65px;
  margin-right: 65px;
}

.first\:my-70:first-child {
  margin-top: 70px;
  margin-bottom: 70px;
}

.first\:mx-70:first-child {
  margin-left: 70px;
  margin-right: 70px;
}

.first\:my-75:first-child {
  margin-top: 75px;
  margin-bottom: 75px;
}

.first\:mx-75:first-child {
  margin-left: 75px;
  margin-right: 75px;
}

.first\:my-80:first-child {
  margin-top: 80px;
  margin-bottom: 80px;
}

.first\:mx-80:first-child {
  margin-left: 80px;
  margin-right: 80px;
}

.first\:my-85:first-child {
  margin-top: 85px;
  margin-bottom: 85px;
}

.first\:mx-85:first-child {
  margin-left: 85px;
  margin-right: 85px;
}

.first\:my-90:first-child {
  margin-top: 90px;
  margin-bottom: 90px;
}

.first\:mx-90:first-child {
  margin-left: 90px;
  margin-right: 90px;
}

.first\:my-95:first-child {
  margin-top: 95px;
  margin-bottom: 95px;
}

.first\:mx-95:first-child {
  margin-left: 95px;
  margin-right: 95px;
}

.first\:my-96:first-child {
  margin-top: 96px;
  margin-bottom: 96px;
}

.first\:mx-96:first-child {
  margin-left: 96px;
  margin-right: 96px;
}

.first\:my-100:first-child {
  margin-top: 100px;
  margin-bottom: 100px;
}

.first\:mx-100:first-child {
  margin-left: 100px;
  margin-right: 100px;
}

.first\:my-110:first-child {
  margin-top: 110px;
  margin-bottom: 110px;
}

.first\:mx-110:first-child {
  margin-left: 110px;
  margin-right: 110px;
}

.first\:my-115:first-child {
  margin-top: 115px;
  margin-bottom: 115px;
}

.first\:mx-115:first-child {
  margin-left: 115px;
  margin-right: 115px;
}

.first\:my-120:first-child {
  margin-top: 120px;
  margin-bottom: 120px;
}

.first\:mx-120:first-child {
  margin-left: 120px;
  margin-right: 120px;
}

.first\:my-128:first-child {
  margin-top: 128px;
  margin-bottom: 128px;
}

.first\:mx-128:first-child {
  margin-left: 128px;
  margin-right: 128px;
}

.first\:my-135:first-child {
  margin-top: 135px;
  margin-bottom: 135px;
}

.first\:mx-135:first-child {
  margin-left: 135px;
  margin-right: 135px;
}

.first\:my-140:first-child {
  margin-top: 140px;
  margin-bottom: 140px;
}

.first\:mx-140:first-child {
  margin-left: 140px;
  margin-right: 140px;
}

.first\:my-145:first-child {
  margin-top: 145px;
  margin-bottom: 145px;
}

.first\:mx-145:first-child {
  margin-left: 145px;
  margin-right: 145px;
}

.first\:my-150:first-child {
  margin-top: 150px;
  margin-bottom: 150px;
}

.first\:mx-150:first-child {
  margin-left: 150px;
  margin-right: 150px;
}

.first\:my-160:first-child {
  margin-top: 160px;
  margin-bottom: 160px;
}

.first\:mx-160:first-child {
  margin-left: 160px;
  margin-right: 160px;
}

.first\:my-165:first-child {
  margin-top: 165px;
  margin-bottom: 165px;
}

.first\:mx-165:first-child {
  margin-left: 165px;
  margin-right: 165px;
}

.first\:my-168:first-child {
  margin-top: 168px;
  margin-bottom: 168px;
}

.first\:mx-168:first-child {
  margin-left: 168px;
  margin-right: 168px;
}

.first\:my-170:first-child {
  margin-top: 170px;
  margin-bottom: 170px;
}

.first\:mx-170:first-child {
  margin-left: 170px;
  margin-right: 170px;
}

.first\:my-180:first-child {
  margin-top: 180px;
  margin-bottom: 180px;
}

.first\:mx-180:first-child {
  margin-left: 180px;
  margin-right: 180px;
}

.first\:my-200:first-child {
  margin-top: 200px;
  margin-bottom: 200px;
}

.first\:mx-200:first-child {
  margin-left: 200px;
  margin-right: 200px;
}

.first\:my-220:first-child {
  margin-top: 220px;
  margin-bottom: 220px;
}

.first\:mx-220:first-child {
  margin-left: 220px;
  margin-right: 220px;
}

.first\:my-230:first-child {
  margin-top: 230px;
  margin-bottom: 230px;
}

.first\:mx-230:first-child {
  margin-left: 230px;
  margin-right: 230px;
}

.first\:my-235:first-child {
  margin-top: 235px;
  margin-bottom: 235px;
}

.first\:mx-235:first-child {
  margin-left: 235px;
  margin-right: 235px;
}

.first\:my-240:first-child {
  margin-top: 240px;
  margin-bottom: 240px;
}

.first\:mx-240:first-child {
  margin-left: 240px;
  margin-right: 240px;
}

.first\:my-250:first-child {
  margin-top: 250px;
  margin-bottom: 250px;
}

.first\:mx-250:first-child {
  margin-left: 250px;
  margin-right: 250px;
}

.first\:my-300:first-child {
  margin-top: 300px;
  margin-bottom: 300px;
}

.first\:mx-300:first-child {
  margin-left: 300px;
  margin-right: 300px;
}

.first\:my-320:first-child {
  margin-top: 320px;
  margin-bottom: 320px;
}

.first\:mx-320:first-child {
  margin-left: 320px;
  margin-right: 320px;
}

.first\:my-350:first-child {
  margin-top: 350px;
  margin-bottom: 350px;
}

.first\:mx-350:first-child {
  margin-left: 350px;
  margin-right: 350px;
}

.first\:my-375:first-child {
  margin-top: 375px;
  margin-bottom: 375px;
}

.first\:mx-375:first-child {
  margin-left: 375px;
  margin-right: 375px;
}

.first\:my-400:first-child {
  margin-top: 400px;
  margin-bottom: 400px;
}

.first\:mx-400:first-child {
  margin-left: 400px;
  margin-right: 400px;
}

.first\:my-450:first-child {
  margin-top: 450px;
  margin-bottom: 450px;
}

.first\:mx-450:first-child {
  margin-left: 450px;
  margin-right: 450px;
}

.first\:my-700:first-child {
  margin-top: 700px;
  margin-bottom: 700px;
}

.first\:mx-700:first-child {
  margin-left: 700px;
  margin-right: 700px;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:my-1p:first-child {
  margin-top: 1%;
  margin-bottom: 1%;
}

.first\:mx-1p:first-child {
  margin-left: 1%;
  margin-right: 1%;
}

.first\:my-1\/12:first-child {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.first\:mx-1\/12:first-child {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.first\:my-2\/12:first-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.first\:mx-2\/12:first-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.first\:my-11p:first-child {
  margin-top: 11%;
  margin-bottom: 11%;
}

.first\:mx-11p:first-child {
  margin-left: 11%;
  margin-right: 11%;
}

.first\:my-20p:first-child {
  margin-top: 20%;
  margin-bottom: 20%;
}

.first\:mx-20p:first-child {
  margin-left: 20%;
  margin-right: 20%;
}

.first\:my-24p:first-child {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.first\:mx-24p:first-child {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.first\:my-25p:first-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.first\:mx-25p:first-child {
  margin-left: 25%;
  margin-right: 25%;
}

.first\:my-32p:first-child {
  margin-top: 32%;
  margin-bottom: 32%;
}

.first\:mx-32p:first-child {
  margin-left: 32%;
  margin-right: 32%;
}

.first\:my-35p:first-child {
  margin-top: 35%;
  margin-bottom: 35%;
}

.first\:mx-35p:first-child {
  margin-left: 35%;
  margin-right: 35%;
}

.first\:my-40p:first-child {
  margin-top: 40%;
  margin-bottom: 40%;
}

.first\:mx-40p:first-child {
  margin-left: 40%;
  margin-right: 40%;
}

.first\:my-49p:first-child {
  margin-top: 49%;
  margin-bottom: 49%;
}

.first\:mx-49p:first-child {
  margin-left: 49%;
  margin-right: 49%;
}

.first\:my-49-5p:first-child {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.first\:mx-49-5p:first-child {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.first\:my-80p:first-child {
  margin-top: 80%;
  margin-bottom: 80%;
}

.first\:mx-80p:first-child {
  margin-left: 80%;
  margin-right: 80%;
}

.first\:my-vh80:first-child {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.first\:mx-vh80:first-child {
  margin-left: 80vh;
  margin-right: 80vh;
}

.first\:my-vh86:first-child {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.first\:mx-vh86:first-child {
  margin-left: 86vh;
  margin-right: 86vh;
}

.first\:my-vh90:first-child {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.first\:mx-vh90:first-child {
  margin-left: 90vh;
  margin-right: 90vh;
}

.first\:my-vw80:first-child {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.first\:mx-vw80:first-child {
  margin-left: 80vw;
  margin-right: 80vw;
}

.first\:my-vw90:first-child {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.first\:mx-vw90:first-child {
  margin-left: 90vw;
  margin-right: 90vw;
}

.first\:my-90p:first-child {
  margin-top: 90%;
  margin-bottom: 90%;
}

.first\:mx-90p:first-child {
  margin-left: 90%;
  margin-right: 90%;
}

.first\:my-92p:first-child {
  margin-top: 92%;
  margin-bottom: 92%;
}

.first\:mx-92p:first-child {
  margin-left: 92%;
  margin-right: 92%;
}

.first\:my-93p:first-child {
  margin-top: 93%;
  margin-bottom: 93%;
}

.first\:mx-93p:first-child {
  margin-left: 93%;
  margin-right: 93%;
}

.first\:my-94p:first-child {
  margin-top: 94%;
  margin-bottom: 94%;
}

.first\:mx-94p:first-child {
  margin-left: 94%;
  margin-right: 94%;
}

.first\:my-95p:first-child {
  margin-top: 95%;
  margin-bottom: 95%;
}

.first\:mx-95p:first-child {
  margin-left: 95%;
  margin-right: 95%;
}

.first\:my-96p:first-child {
  margin-top: 96%;
  margin-bottom: 96%;
}

.first\:mx-96p:first-child {
  margin-left: 96%;
  margin-right: 96%;
}

.first\:my-100p:first-child {
  margin-top: 100%;
  margin-bottom: 100%;
}

.first\:mx-100p:first-child {
  margin-left: 100%;
  margin-right: 100%;
}

.first\:-my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:-mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -3px;
  margin-bottom: -3px;
}

.first\:-mx-3:first-child {
  margin-left: -3px;
  margin-right: -3px;
}

.first\:-my-4:first-child {
  margin-top: -4px;
  margin-bottom: -4px;
}

.first\:-mx-4:first-child {
  margin-left: -4px;
  margin-right: -4px;
}

.first\:-my-5:first-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.first\:-mx-5:first-child {
  margin-left: -5px;
  margin-right: -5px;
}

.first\:-my-6:first-child {
  margin-top: -6px;
  margin-bottom: -6px;
}

.first\:-mx-6:first-child {
  margin-left: -6px;
  margin-right: -6px;
}

.first\:-my-8:first-child {
  margin-top: -8px;
  margin-bottom: -8px;
}

.first\:-mx-8:first-child {
  margin-left: -8px;
  margin-right: -8px;
}

.first\:-my-9:first-child {
  margin-top: -9px;
  margin-bottom: -9px;
}

.first\:-mx-9:first-child {
  margin-left: -9px;
  margin-right: -9px;
}

.first\:-my-10:first-child {
  margin-top: -10px;
  margin-bottom: -10px;
}

.first\:-mx-10:first-child {
  margin-left: -10px;
  margin-right: -10px;
}

.first\:-my-12:first-child {
  margin-top: -12px;
  margin-bottom: -12px;
}

.first\:-mx-12:first-child {
  margin-left: -12px;
  margin-right: -12px;
}

.first\:-my-13:first-child {
  margin-top: -13px;
  margin-bottom: -13px;
}

.first\:-mx-13:first-child {
  margin-left: -13px;
  margin-right: -13px;
}

.first\:-my-14:first-child {
  margin-top: -14px;
  margin-bottom: -14px;
}

.first\:-mx-14:first-child {
  margin-left: -14px;
  margin-right: -14px;
}

.first\:-my-15:first-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.first\:-mx-15:first-child {
  margin-left: -15px;
  margin-right: -15px;
}

.first\:-my-16:first-child {
  margin-top: -16px;
  margin-bottom: -16px;
}

.first\:-mx-16:first-child {
  margin-left: -16px;
  margin-right: -16px;
}

.first\:-my-17:first-child {
  margin-top: -17px;
  margin-bottom: -17px;
}

.first\:-mx-17:first-child {
  margin-left: -17px;
  margin-right: -17px;
}

.first\:-my-18:first-child {
  margin-top: -18px;
  margin-bottom: -18px;
}

.first\:-mx-18:first-child {
  margin-left: -18px;
  margin-right: -18px;
}

.first\:-my-20:first-child {
  margin-top: -20px;
  margin-bottom: -20px;
}

.first\:-mx-20:first-child {
  margin-left: -20px;
  margin-right: -20px;
}

.first\:-my-22:first-child {
  margin-top: -22px;
  margin-bottom: -22px;
}

.first\:-mx-22:first-child {
  margin-left: -22px;
  margin-right: -22px;
}

.first\:-my-24:first-child {
  margin-top: -24px;
  margin-bottom: -24px;
}

.first\:-mx-24:first-child {
  margin-left: -24px;
  margin-right: -24px;
}

.first\:-my-25:first-child {
  margin-top: -25px;
  margin-bottom: -25px;
}

.first\:-mx-25:first-child {
  margin-left: -25px;
  margin-right: -25px;
}

.first\:-my-28:first-child {
  margin-top: -28px;
  margin-bottom: -28px;
}

.first\:-mx-28:first-child {
  margin-left: -28px;
  margin-right: -28px;
}

.first\:-my-29:first-child {
  margin-top: -29px;
  margin-bottom: -29px;
}

.first\:-mx-29:first-child {
  margin-left: -29px;
  margin-right: -29px;
}

.first\:-my-30:first-child {
  margin-top: -30px;
  margin-bottom: -30px;
}

.first\:-mx-30:first-child {
  margin-left: -30px;
  margin-right: -30px;
}

.first\:-my-32:first-child {
  margin-top: -32px;
  margin-bottom: -32px;
}

.first\:-mx-32:first-child {
  margin-left: -32px;
  margin-right: -32px;
}

.first\:-my-35:first-child {
  margin-top: -35px;
  margin-bottom: -35px;
}

.first\:-mx-35:first-child {
  margin-left: -35px;
  margin-right: -35px;
}

.first\:-my-36:first-child {
  margin-top: -36px;
  margin-bottom: -36px;
}

.first\:-mx-36:first-child {
  margin-left: -36px;
  margin-right: -36px;
}

.first\:-my-37:first-child {
  margin-top: -37px;
  margin-bottom: -37px;
}

.first\:-mx-37:first-child {
  margin-left: -37px;
  margin-right: -37px;
}

.first\:-my-40:first-child {
  margin-top: -40px;
  margin-bottom: -40px;
}

.first\:-mx-40:first-child {
  margin-left: -40px;
  margin-right: -40px;
}

.first\:-my-45:first-child {
  margin-top: -45px;
  margin-bottom: -45px;
}

.first\:-mx-45:first-child {
  margin-left: -45px;
  margin-right: -45px;
}

.first\:-my-48:first-child {
  margin-top: -48px;
  margin-bottom: -48px;
}

.first\:-mx-48:first-child {
  margin-left: -48px;
  margin-right: -48px;
}

.first\:-my-50:first-child {
  margin-top: -50px;
  margin-bottom: -50px;
}

.first\:-mx-50:first-child {
  margin-left: -50px;
  margin-right: -50px;
}

.first\:-my-55:first-child {
  margin-top: -55px;
  margin-bottom: -55px;
}

.first\:-mx-55:first-child {
  margin-left: -55px;
  margin-right: -55px;
}

.first\:-my-56:first-child {
  margin-top: -56px;
  margin-bottom: -56px;
}

.first\:-mx-56:first-child {
  margin-left: -56px;
  margin-right: -56px;
}

.first\:-my-60:first-child {
  margin-top: -60px;
  margin-bottom: -60px;
}

.first\:-mx-60:first-child {
  margin-left: -60px;
  margin-right: -60px;
}

.first\:-my-62:first-child {
  margin-top: -62px;
  margin-bottom: -62px;
}

.first\:-mx-62:first-child {
  margin-left: -62px;
  margin-right: -62px;
}

.first\:-my-64:first-child {
  margin-top: -64px;
  margin-bottom: -64px;
}

.first\:-mx-64:first-child {
  margin-left: -64px;
  margin-right: -64px;
}

.first\:-my-65:first-child {
  margin-top: -65px;
  margin-bottom: -65px;
}

.first\:-mx-65:first-child {
  margin-left: -65px;
  margin-right: -65px;
}

.first\:-my-70:first-child {
  margin-top: -70px;
  margin-bottom: -70px;
}

.first\:-mx-70:first-child {
  margin-left: -70px;
  margin-right: -70px;
}

.first\:-my-75:first-child {
  margin-top: -75px;
  margin-bottom: -75px;
}

.first\:-mx-75:first-child {
  margin-left: -75px;
  margin-right: -75px;
}

.first\:-my-80:first-child {
  margin-top: -80px;
  margin-bottom: -80px;
}

.first\:-mx-80:first-child {
  margin-left: -80px;
  margin-right: -80px;
}

.first\:-my-85:first-child {
  margin-top: -85px;
  margin-bottom: -85px;
}

.first\:-mx-85:first-child {
  margin-left: -85px;
  margin-right: -85px;
}

.first\:-my-90:first-child {
  margin-top: -90px;
  margin-bottom: -90px;
}

.first\:-mx-90:first-child {
  margin-left: -90px;
  margin-right: -90px;
}

.first\:-my-95:first-child {
  margin-top: -95px;
  margin-bottom: -95px;
}

.first\:-mx-95:first-child {
  margin-left: -95px;
  margin-right: -95px;
}

.first\:-my-96:first-child {
  margin-top: -96px;
  margin-bottom: -96px;
}

.first\:-mx-96:first-child {
  margin-left: -96px;
  margin-right: -96px;
}

.first\:-my-100:first-child {
  margin-top: -100px;
  margin-bottom: -100px;
}

.first\:-mx-100:first-child {
  margin-left: -100px;
  margin-right: -100px;
}

.first\:-my-110:first-child {
  margin-top: -110px;
  margin-bottom: -110px;
}

.first\:-mx-110:first-child {
  margin-left: -110px;
  margin-right: -110px;
}

.first\:-my-115:first-child {
  margin-top: -115px;
  margin-bottom: -115px;
}

.first\:-mx-115:first-child {
  margin-left: -115px;
  margin-right: -115px;
}

.first\:-my-120:first-child {
  margin-top: -120px;
  margin-bottom: -120px;
}

.first\:-mx-120:first-child {
  margin-left: -120px;
  margin-right: -120px;
}

.first\:-my-128:first-child {
  margin-top: -128px;
  margin-bottom: -128px;
}

.first\:-mx-128:first-child {
  margin-left: -128px;
  margin-right: -128px;
}

.first\:-my-135:first-child {
  margin-top: -135px;
  margin-bottom: -135px;
}

.first\:-mx-135:first-child {
  margin-left: -135px;
  margin-right: -135px;
}

.first\:-my-140:first-child {
  margin-top: -140px;
  margin-bottom: -140px;
}

.first\:-mx-140:first-child {
  margin-left: -140px;
  margin-right: -140px;
}

.first\:-my-145:first-child {
  margin-top: -145px;
  margin-bottom: -145px;
}

.first\:-mx-145:first-child {
  margin-left: -145px;
  margin-right: -145px;
}

.first\:-my-150:first-child {
  margin-top: -150px;
  margin-bottom: -150px;
}

.first\:-mx-150:first-child {
  margin-left: -150px;
  margin-right: -150px;
}

.first\:-my-160:first-child {
  margin-top: -160px;
  margin-bottom: -160px;
}

.first\:-mx-160:first-child {
  margin-left: -160px;
  margin-right: -160px;
}

.first\:-my-165:first-child {
  margin-top: -165px;
  margin-bottom: -165px;
}

.first\:-mx-165:first-child {
  margin-left: -165px;
  margin-right: -165px;
}

.first\:-my-168:first-child {
  margin-top: -168px;
  margin-bottom: -168px;
}

.first\:-mx-168:first-child {
  margin-left: -168px;
  margin-right: -168px;
}

.first\:-my-170:first-child {
  margin-top: -170px;
  margin-bottom: -170px;
}

.first\:-mx-170:first-child {
  margin-left: -170px;
  margin-right: -170px;
}

.first\:-my-180:first-child {
  margin-top: -180px;
  margin-bottom: -180px;
}

.first\:-mx-180:first-child {
  margin-left: -180px;
  margin-right: -180px;
}

.first\:-my-200:first-child {
  margin-top: -200px;
  margin-bottom: -200px;
}

.first\:-mx-200:first-child {
  margin-left: -200px;
  margin-right: -200px;
}

.first\:-my-220:first-child {
  margin-top: -220px;
  margin-bottom: -220px;
}

.first\:-mx-220:first-child {
  margin-left: -220px;
  margin-right: -220px;
}

.first\:-my-230:first-child {
  margin-top: -230px;
  margin-bottom: -230px;
}

.first\:-mx-230:first-child {
  margin-left: -230px;
  margin-right: -230px;
}

.first\:-my-235:first-child {
  margin-top: -235px;
  margin-bottom: -235px;
}

.first\:-mx-235:first-child {
  margin-left: -235px;
  margin-right: -235px;
}

.first\:-my-240:first-child {
  margin-top: -240px;
  margin-bottom: -240px;
}

.first\:-mx-240:first-child {
  margin-left: -240px;
  margin-right: -240px;
}

.first\:-my-250:first-child {
  margin-top: -250px;
  margin-bottom: -250px;
}

.first\:-mx-250:first-child {
  margin-left: -250px;
  margin-right: -250px;
}

.first\:-my-300:first-child {
  margin-top: -300px;
  margin-bottom: -300px;
}

.first\:-mx-300:first-child {
  margin-left: -300px;
  margin-right: -300px;
}

.first\:-my-320:first-child {
  margin-top: -320px;
  margin-bottom: -320px;
}

.first\:-mx-320:first-child {
  margin-left: -320px;
  margin-right: -320px;
}

.first\:-my-350:first-child {
  margin-top: -350px;
  margin-bottom: -350px;
}

.first\:-mx-350:first-child {
  margin-left: -350px;
  margin-right: -350px;
}

.first\:-my-375:first-child {
  margin-top: -375px;
  margin-bottom: -375px;
}

.first\:-mx-375:first-child {
  margin-left: -375px;
  margin-right: -375px;
}

.first\:-my-400:first-child {
  margin-top: -400px;
  margin-bottom: -400px;
}

.first\:-mx-400:first-child {
  margin-left: -400px;
  margin-right: -400px;
}

.first\:-my-450:first-child {
  margin-top: -450px;
  margin-bottom: -450px;
}

.first\:-mx-450:first-child {
  margin-left: -450px;
  margin-right: -450px;
}

.first\:-my-700:first-child {
  margin-top: -700px;
  margin-bottom: -700px;
}

.first\:-mx-700:first-child {
  margin-left: -700px;
  margin-right: -700px;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-my-1p:first-child {
  margin-top: -1%;
  margin-bottom: -1%;
}

.first\:-mx-1p:first-child {
  margin-left: -1%;
  margin-right: -1%;
}

.first\:-my-1\/12:first-child {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.first\:-mx-1\/12:first-child {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.first\:-my-2\/12:first-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.first\:-mx-2\/12:first-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.first\:-my-11p:first-child {
  margin-top: -11%;
  margin-bottom: -11%;
}

.first\:-mx-11p:first-child {
  margin-left: -11%;
  margin-right: -11%;
}

.first\:-my-20p:first-child {
  margin-top: -20%;
  margin-bottom: -20%;
}

.first\:-mx-20p:first-child {
  margin-left: -20%;
  margin-right: -20%;
}

.first\:-my-24p:first-child {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.first\:-mx-24p:first-child {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.first\:-my-25p:first-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.first\:-mx-25p:first-child {
  margin-left: -25%;
  margin-right: -25%;
}

.first\:-my-32p:first-child {
  margin-top: -32%;
  margin-bottom: -32%;
}

.first\:-mx-32p:first-child {
  margin-left: -32%;
  margin-right: -32%;
}

.first\:-my-35p:first-child {
  margin-top: -35%;
  margin-bottom: -35%;
}

.first\:-mx-35p:first-child {
  margin-left: -35%;
  margin-right: -35%;
}

.first\:-my-40p:first-child {
  margin-top: -40%;
  margin-bottom: -40%;
}

.first\:-mx-40p:first-child {
  margin-left: -40%;
  margin-right: -40%;
}

.first\:-my-49p:first-child {
  margin-top: -49%;
  margin-bottom: -49%;
}

.first\:-mx-49p:first-child {
  margin-left: -49%;
  margin-right: -49%;
}

.first\:-my-49-5p:first-child {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.first\:-mx-49-5p:first-child {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.first\:-my-80p:first-child {
  margin-top: -80%;
  margin-bottom: -80%;
}

.first\:-mx-80p:first-child {
  margin-left: -80%;
  margin-right: -80%;
}

.first\:-my-vh80:first-child {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.first\:-mx-vh80:first-child {
  margin-left: -80vh;
  margin-right: -80vh;
}

.first\:-my-vh86:first-child {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.first\:-mx-vh86:first-child {
  margin-left: -86vh;
  margin-right: -86vh;
}

.first\:-my-vh90:first-child {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.first\:-mx-vh90:first-child {
  margin-left: -90vh;
  margin-right: -90vh;
}

.first\:-my-vw80:first-child {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.first\:-mx-vw80:first-child {
  margin-left: -80vw;
  margin-right: -80vw;
}

.first\:-my-vw90:first-child {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.first\:-mx-vw90:first-child {
  margin-left: -90vw;
  margin-right: -90vw;
}

.first\:-my-90p:first-child {
  margin-top: -90%;
  margin-bottom: -90%;
}

.first\:-mx-90p:first-child {
  margin-left: -90%;
  margin-right: -90%;
}

.first\:-my-92p:first-child {
  margin-top: -92%;
  margin-bottom: -92%;
}

.first\:-mx-92p:first-child {
  margin-left: -92%;
  margin-right: -92%;
}

.first\:-my-93p:first-child {
  margin-top: -93%;
  margin-bottom: -93%;
}

.first\:-mx-93p:first-child {
  margin-left: -93%;
  margin-right: -93%;
}

.first\:-my-94p:first-child {
  margin-top: -94%;
  margin-bottom: -94%;
}

.first\:-mx-94p:first-child {
  margin-left: -94%;
  margin-right: -94%;
}

.first\:-my-95p:first-child {
  margin-top: -95%;
  margin-bottom: -95%;
}

.first\:-mx-95p:first-child {
  margin-left: -95%;
  margin-right: -95%;
}

.first\:-my-96p:first-child {
  margin-top: -96%;
  margin-bottom: -96%;
}

.first\:-mx-96p:first-child {
  margin-left: -96%;
  margin-right: -96%;
}

.first\:-my-100p:first-child {
  margin-top: -100%;
  margin-bottom: -100%;
}

.first\:-mx-100p:first-child {
  margin-left: -100%;
  margin-right: -100%;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:mr-0:first-child {
  margin-right: 0px;
}

.first\:mb-0:first-child {
  margin-bottom: 0px;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 3px;
}

.first\:mr-3:first-child {
  margin-right: 3px;
}

.first\:mb-3:first-child {
  margin-bottom: 3px;
}

.first\:ml-3:first-child {
  margin-left: 3px;
}

.first\:mt-4:first-child {
  margin-top: 4px;
}

.first\:mr-4:first-child {
  margin-right: 4px;
}

.first\:mb-4:first-child {
  margin-bottom: 4px;
}

.first\:ml-4:first-child {
  margin-left: 4px;
}

.first\:mt-5:first-child {
  margin-top: 5px;
}

.first\:mr-5:first-child {
  margin-right: 5px;
}

.first\:mb-5:first-child {
  margin-bottom: 5px;
}

.first\:ml-5:first-child {
  margin-left: 5px;
}

.first\:mt-6:first-child {
  margin-top: 6px;
}

.first\:mr-6:first-child {
  margin-right: 6px;
}

.first\:mb-6:first-child {
  margin-bottom: 6px;
}

.first\:ml-6:first-child {
  margin-left: 6px;
}

.first\:mt-8:first-child {
  margin-top: 8px;
}

.first\:mr-8:first-child {
  margin-right: 8px;
}

.first\:mb-8:first-child {
  margin-bottom: 8px;
}

.first\:ml-8:first-child {
  margin-left: 8px;
}

.first\:mt-9:first-child {
  margin-top: 9px;
}

.first\:mr-9:first-child {
  margin-right: 9px;
}

.first\:mb-9:first-child {
  margin-bottom: 9px;
}

.first\:ml-9:first-child {
  margin-left: 9px;
}

.first\:mt-10:first-child {
  margin-top: 10px;
}

.first\:mr-10:first-child {
  margin-right: 10px;
}

.first\:mb-10:first-child {
  margin-bottom: 10px;
}

.first\:ml-10:first-child {
  margin-left: 10px;
}

.first\:mt-12:first-child {
  margin-top: 12px;
}

.first\:mr-12:first-child {
  margin-right: 12px;
}

.first\:mb-12:first-child {
  margin-bottom: 12px;
}

.first\:ml-12:first-child {
  margin-left: 12px;
}

.first\:mt-13:first-child {
  margin-top: 13px;
}

.first\:mr-13:first-child {
  margin-right: 13px;
}

.first\:mb-13:first-child {
  margin-bottom: 13px;
}

.first\:ml-13:first-child {
  margin-left: 13px;
}

.first\:mt-14:first-child {
  margin-top: 14px;
}

.first\:mr-14:first-child {
  margin-right: 14px;
}

.first\:mb-14:first-child {
  margin-bottom: 14px;
}

.first\:ml-14:first-child {
  margin-left: 14px;
}

.first\:mt-15:first-child {
  margin-top: 15px;
}

.first\:mr-15:first-child {
  margin-right: 15px;
}

.first\:mb-15:first-child {
  margin-bottom: 15px;
}

.first\:ml-15:first-child {
  margin-left: 15px;
}

.first\:mt-16:first-child {
  margin-top: 16px;
}

.first\:mr-16:first-child {
  margin-right: 16px;
}

.first\:mb-16:first-child {
  margin-bottom: 16px;
}

.first\:ml-16:first-child {
  margin-left: 16px;
}

.first\:mt-17:first-child {
  margin-top: 17px;
}

.first\:mr-17:first-child {
  margin-right: 17px;
}

.first\:mb-17:first-child {
  margin-bottom: 17px;
}

.first\:ml-17:first-child {
  margin-left: 17px;
}

.first\:mt-18:first-child {
  margin-top: 18px;
}

.first\:mr-18:first-child {
  margin-right: 18px;
}

.first\:mb-18:first-child {
  margin-bottom: 18px;
}

.first\:ml-18:first-child {
  margin-left: 18px;
}

.first\:mt-20:first-child {
  margin-top: 20px;
}

.first\:mr-20:first-child {
  margin-right: 20px;
}

.first\:mb-20:first-child {
  margin-bottom: 20px;
}

.first\:ml-20:first-child {
  margin-left: 20px;
}

.first\:mt-22:first-child {
  margin-top: 22px;
}

.first\:mr-22:first-child {
  margin-right: 22px;
}

.first\:mb-22:first-child {
  margin-bottom: 22px;
}

.first\:ml-22:first-child {
  margin-left: 22px;
}

.first\:mt-24:first-child {
  margin-top: 24px;
}

.first\:mr-24:first-child {
  margin-right: 24px;
}

.first\:mb-24:first-child {
  margin-bottom: 24px;
}

.first\:ml-24:first-child {
  margin-left: 24px;
}

.first\:mt-25:first-child {
  margin-top: 25px;
}

.first\:mr-25:first-child {
  margin-right: 25px;
}

.first\:mb-25:first-child {
  margin-bottom: 25px;
}

.first\:ml-25:first-child {
  margin-left: 25px;
}

.first\:mt-28:first-child {
  margin-top: 28px;
}

.first\:mr-28:first-child {
  margin-right: 28px;
}

.first\:mb-28:first-child {
  margin-bottom: 28px;
}

.first\:ml-28:first-child {
  margin-left: 28px;
}

.first\:mt-29:first-child {
  margin-top: 29px;
}

.first\:mr-29:first-child {
  margin-right: 29px;
}

.first\:mb-29:first-child {
  margin-bottom: 29px;
}

.first\:ml-29:first-child {
  margin-left: 29px;
}

.first\:mt-30:first-child {
  margin-top: 30px;
}

.first\:mr-30:first-child {
  margin-right: 30px;
}

.first\:mb-30:first-child {
  margin-bottom: 30px;
}

.first\:ml-30:first-child {
  margin-left: 30px;
}

.first\:mt-32:first-child {
  margin-top: 32px;
}

.first\:mr-32:first-child {
  margin-right: 32px;
}

.first\:mb-32:first-child {
  margin-bottom: 32px;
}

.first\:ml-32:first-child {
  margin-left: 32px;
}

.first\:mt-35:first-child {
  margin-top: 35px;
}

.first\:mr-35:first-child {
  margin-right: 35px;
}

.first\:mb-35:first-child {
  margin-bottom: 35px;
}

.first\:ml-35:first-child {
  margin-left: 35px;
}

.first\:mt-36:first-child {
  margin-top: 36px;
}

.first\:mr-36:first-child {
  margin-right: 36px;
}

.first\:mb-36:first-child {
  margin-bottom: 36px;
}

.first\:ml-36:first-child {
  margin-left: 36px;
}

.first\:mt-37:first-child {
  margin-top: 37px;
}

.first\:mr-37:first-child {
  margin-right: 37px;
}

.first\:mb-37:first-child {
  margin-bottom: 37px;
}

.first\:ml-37:first-child {
  margin-left: 37px;
}

.first\:mt-40:first-child {
  margin-top: 40px;
}

.first\:mr-40:first-child {
  margin-right: 40px;
}

.first\:mb-40:first-child {
  margin-bottom: 40px;
}

.first\:ml-40:first-child {
  margin-left: 40px;
}

.first\:mt-45:first-child {
  margin-top: 45px;
}

.first\:mr-45:first-child {
  margin-right: 45px;
}

.first\:mb-45:first-child {
  margin-bottom: 45px;
}

.first\:ml-45:first-child {
  margin-left: 45px;
}

.first\:mt-48:first-child {
  margin-top: 48px;
}

.first\:mr-48:first-child {
  margin-right: 48px;
}

.first\:mb-48:first-child {
  margin-bottom: 48px;
}

.first\:ml-48:first-child {
  margin-left: 48px;
}

.first\:mt-50:first-child {
  margin-top: 50px;
}

.first\:mr-50:first-child {
  margin-right: 50px;
}

.first\:mb-50:first-child {
  margin-bottom: 50px;
}

.first\:ml-50:first-child {
  margin-left: 50px;
}

.first\:mt-55:first-child {
  margin-top: 55px;
}

.first\:mr-55:first-child {
  margin-right: 55px;
}

.first\:mb-55:first-child {
  margin-bottom: 55px;
}

.first\:ml-55:first-child {
  margin-left: 55px;
}

.first\:mt-56:first-child {
  margin-top: 56px;
}

.first\:mr-56:first-child {
  margin-right: 56px;
}

.first\:mb-56:first-child {
  margin-bottom: 56px;
}

.first\:ml-56:first-child {
  margin-left: 56px;
}

.first\:mt-60:first-child {
  margin-top: 60px;
}

.first\:mr-60:first-child {
  margin-right: 60px;
}

.first\:mb-60:first-child {
  margin-bottom: 60px;
}

.first\:ml-60:first-child {
  margin-left: 60px;
}

.first\:mt-62:first-child {
  margin-top: 62px;
}

.first\:mr-62:first-child {
  margin-right: 62px;
}

.first\:mb-62:first-child {
  margin-bottom: 62px;
}

.first\:ml-62:first-child {
  margin-left: 62px;
}

.first\:mt-64:first-child {
  margin-top: 64px;
}

.first\:mr-64:first-child {
  margin-right: 64px;
}

.first\:mb-64:first-child {
  margin-bottom: 64px;
}

.first\:ml-64:first-child {
  margin-left: 64px;
}

.first\:mt-65:first-child {
  margin-top: 65px;
}

.first\:mr-65:first-child {
  margin-right: 65px;
}

.first\:mb-65:first-child {
  margin-bottom: 65px;
}

.first\:ml-65:first-child {
  margin-left: 65px;
}

.first\:mt-70:first-child {
  margin-top: 70px;
}

.first\:mr-70:first-child {
  margin-right: 70px;
}

.first\:mb-70:first-child {
  margin-bottom: 70px;
}

.first\:ml-70:first-child {
  margin-left: 70px;
}

.first\:mt-75:first-child {
  margin-top: 75px;
}

.first\:mr-75:first-child {
  margin-right: 75px;
}

.first\:mb-75:first-child {
  margin-bottom: 75px;
}

.first\:ml-75:first-child {
  margin-left: 75px;
}

.first\:mt-80:first-child {
  margin-top: 80px;
}

.first\:mr-80:first-child {
  margin-right: 80px;
}

.first\:mb-80:first-child {
  margin-bottom: 80px;
}

.first\:ml-80:first-child {
  margin-left: 80px;
}

.first\:mt-85:first-child {
  margin-top: 85px;
}

.first\:mr-85:first-child {
  margin-right: 85px;
}

.first\:mb-85:first-child {
  margin-bottom: 85px;
}

.first\:ml-85:first-child {
  margin-left: 85px;
}

.first\:mt-90:first-child {
  margin-top: 90px;
}

.first\:mr-90:first-child {
  margin-right: 90px;
}

.first\:mb-90:first-child {
  margin-bottom: 90px;
}

.first\:ml-90:first-child {
  margin-left: 90px;
}

.first\:mt-95:first-child {
  margin-top: 95px;
}

.first\:mr-95:first-child {
  margin-right: 95px;
}

.first\:mb-95:first-child {
  margin-bottom: 95px;
}

.first\:ml-95:first-child {
  margin-left: 95px;
}

.first\:mt-96:first-child {
  margin-top: 96px;
}

.first\:mr-96:first-child {
  margin-right: 96px;
}

.first\:mb-96:first-child {
  margin-bottom: 96px;
}

.first\:ml-96:first-child {
  margin-left: 96px;
}

.first\:mt-100:first-child {
  margin-top: 100px;
}

.first\:mr-100:first-child {
  margin-right: 100px;
}

.first\:mb-100:first-child {
  margin-bottom: 100px;
}

.first\:ml-100:first-child {
  margin-left: 100px;
}

.first\:mt-110:first-child {
  margin-top: 110px;
}

.first\:mr-110:first-child {
  margin-right: 110px;
}

.first\:mb-110:first-child {
  margin-bottom: 110px;
}

.first\:ml-110:first-child {
  margin-left: 110px;
}

.first\:mt-115:first-child {
  margin-top: 115px;
}

.first\:mr-115:first-child {
  margin-right: 115px;
}

.first\:mb-115:first-child {
  margin-bottom: 115px;
}

.first\:ml-115:first-child {
  margin-left: 115px;
}

.first\:mt-120:first-child {
  margin-top: 120px;
}

.first\:mr-120:first-child {
  margin-right: 120px;
}

.first\:mb-120:first-child {
  margin-bottom: 120px;
}

.first\:ml-120:first-child {
  margin-left: 120px;
}

.first\:mt-128:first-child {
  margin-top: 128px;
}

.first\:mr-128:first-child {
  margin-right: 128px;
}

.first\:mb-128:first-child {
  margin-bottom: 128px;
}

.first\:ml-128:first-child {
  margin-left: 128px;
}

.first\:mt-135:first-child {
  margin-top: 135px;
}

.first\:mr-135:first-child {
  margin-right: 135px;
}

.first\:mb-135:first-child {
  margin-bottom: 135px;
}

.first\:ml-135:first-child {
  margin-left: 135px;
}

.first\:mt-140:first-child {
  margin-top: 140px;
}

.first\:mr-140:first-child {
  margin-right: 140px;
}

.first\:mb-140:first-child {
  margin-bottom: 140px;
}

.first\:ml-140:first-child {
  margin-left: 140px;
}

.first\:mt-145:first-child {
  margin-top: 145px;
}

.first\:mr-145:first-child {
  margin-right: 145px;
}

.first\:mb-145:first-child {
  margin-bottom: 145px;
}

.first\:ml-145:first-child {
  margin-left: 145px;
}

.first\:mt-150:first-child {
  margin-top: 150px;
}

.first\:mr-150:first-child {
  margin-right: 150px;
}

.first\:mb-150:first-child {
  margin-bottom: 150px;
}

.first\:ml-150:first-child {
  margin-left: 150px;
}

.first\:mt-160:first-child {
  margin-top: 160px;
}

.first\:mr-160:first-child {
  margin-right: 160px;
}

.first\:mb-160:first-child {
  margin-bottom: 160px;
}

.first\:ml-160:first-child {
  margin-left: 160px;
}

.first\:mt-165:first-child {
  margin-top: 165px;
}

.first\:mr-165:first-child {
  margin-right: 165px;
}

.first\:mb-165:first-child {
  margin-bottom: 165px;
}

.first\:ml-165:first-child {
  margin-left: 165px;
}

.first\:mt-168:first-child {
  margin-top: 168px;
}

.first\:mr-168:first-child {
  margin-right: 168px;
}

.first\:mb-168:first-child {
  margin-bottom: 168px;
}

.first\:ml-168:first-child {
  margin-left: 168px;
}

.first\:mt-170:first-child {
  margin-top: 170px;
}

.first\:mr-170:first-child {
  margin-right: 170px;
}

.first\:mb-170:first-child {
  margin-bottom: 170px;
}

.first\:ml-170:first-child {
  margin-left: 170px;
}

.first\:mt-180:first-child {
  margin-top: 180px;
}

.first\:mr-180:first-child {
  margin-right: 180px;
}

.first\:mb-180:first-child {
  margin-bottom: 180px;
}

.first\:ml-180:first-child {
  margin-left: 180px;
}

.first\:mt-200:first-child {
  margin-top: 200px;
}

.first\:mr-200:first-child {
  margin-right: 200px;
}

.first\:mb-200:first-child {
  margin-bottom: 200px;
}

.first\:ml-200:first-child {
  margin-left: 200px;
}

.first\:mt-220:first-child {
  margin-top: 220px;
}

.first\:mr-220:first-child {
  margin-right: 220px;
}

.first\:mb-220:first-child {
  margin-bottom: 220px;
}

.first\:ml-220:first-child {
  margin-left: 220px;
}

.first\:mt-230:first-child {
  margin-top: 230px;
}

.first\:mr-230:first-child {
  margin-right: 230px;
}

.first\:mb-230:first-child {
  margin-bottom: 230px;
}

.first\:ml-230:first-child {
  margin-left: 230px;
}

.first\:mt-235:first-child {
  margin-top: 235px;
}

.first\:mr-235:first-child {
  margin-right: 235px;
}

.first\:mb-235:first-child {
  margin-bottom: 235px;
}

.first\:ml-235:first-child {
  margin-left: 235px;
}

.first\:mt-240:first-child {
  margin-top: 240px;
}

.first\:mr-240:first-child {
  margin-right: 240px;
}

.first\:mb-240:first-child {
  margin-bottom: 240px;
}

.first\:ml-240:first-child {
  margin-left: 240px;
}

.first\:mt-250:first-child {
  margin-top: 250px;
}

.first\:mr-250:first-child {
  margin-right: 250px;
}

.first\:mb-250:first-child {
  margin-bottom: 250px;
}

.first\:ml-250:first-child {
  margin-left: 250px;
}

.first\:mt-300:first-child {
  margin-top: 300px;
}

.first\:mr-300:first-child {
  margin-right: 300px;
}

.first\:mb-300:first-child {
  margin-bottom: 300px;
}

.first\:ml-300:first-child {
  margin-left: 300px;
}

.first\:mt-320:first-child {
  margin-top: 320px;
}

.first\:mr-320:first-child {
  margin-right: 320px;
}

.first\:mb-320:first-child {
  margin-bottom: 320px;
}

.first\:ml-320:first-child {
  margin-left: 320px;
}

.first\:mt-350:first-child {
  margin-top: 350px;
}

.first\:mr-350:first-child {
  margin-right: 350px;
}

.first\:mb-350:first-child {
  margin-bottom: 350px;
}

.first\:ml-350:first-child {
  margin-left: 350px;
}

.first\:mt-375:first-child {
  margin-top: 375px;
}

.first\:mr-375:first-child {
  margin-right: 375px;
}

.first\:mb-375:first-child {
  margin-bottom: 375px;
}

.first\:ml-375:first-child {
  margin-left: 375px;
}

.first\:mt-400:first-child {
  margin-top: 400px;
}

.first\:mr-400:first-child {
  margin-right: 400px;
}

.first\:mb-400:first-child {
  margin-bottom: 400px;
}

.first\:ml-400:first-child {
  margin-left: 400px;
}

.first\:mt-450:first-child {
  margin-top: 450px;
}

.first\:mr-450:first-child {
  margin-right: 450px;
}

.first\:mb-450:first-child {
  margin-bottom: 450px;
}

.first\:ml-450:first-child {
  margin-left: 450px;
}

.first\:mt-700:first-child {
  margin-top: 700px;
}

.first\:mr-700:first-child {
  margin-right: 700px;
}

.first\:mb-700:first-child {
  margin-bottom: 700px;
}

.first\:ml-700:first-child {
  margin-left: 700px;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:mt-1p:first-child {
  margin-top: 1%;
}

.first\:mr-1p:first-child {
  margin-right: 1%;
}

.first\:mb-1p:first-child {
  margin-bottom: 1%;
}

.first\:ml-1p:first-child {
  margin-left: 1%;
}

.first\:mt-1\/12:first-child {
  margin-top: 8.3333%;
}

.first\:mr-1\/12:first-child {
  margin-right: 8.3333%;
}

.first\:mb-1\/12:first-child {
  margin-bottom: 8.3333%;
}

.first\:ml-1\/12:first-child {
  margin-left: 8.3333%;
}

.first\:mt-2\/12:first-child {
  margin-top: 16.666667%;
}

.first\:mr-2\/12:first-child {
  margin-right: 16.666667%;
}

.first\:mb-2\/12:first-child {
  margin-bottom: 16.666667%;
}

.first\:ml-2\/12:first-child {
  margin-left: 16.666667%;
}

.first\:mt-11p:first-child {
  margin-top: 11%;
}

.first\:mr-11p:first-child {
  margin-right: 11%;
}

.first\:mb-11p:first-child {
  margin-bottom: 11%;
}

.first\:ml-11p:first-child {
  margin-left: 11%;
}

.first\:mt-20p:first-child {
  margin-top: 20%;
}

.first\:mr-20p:first-child {
  margin-right: 20%;
}

.first\:mb-20p:first-child {
  margin-bottom: 20%;
}

.first\:ml-20p:first-child {
  margin-left: 20%;
}

.first\:mt-24p:first-child {
  margin-top: 24.25%;
}

.first\:mr-24p:first-child {
  margin-right: 24.25%;
}

.first\:mb-24p:first-child {
  margin-bottom: 24.25%;
}

.first\:ml-24p:first-child {
  margin-left: 24.25%;
}

.first\:mt-25p:first-child {
  margin-top: 25%;
}

.first\:mr-25p:first-child {
  margin-right: 25%;
}

.first\:mb-25p:first-child {
  margin-bottom: 25%;
}

.first\:ml-25p:first-child {
  margin-left: 25%;
}

.first\:mt-32p:first-child {
  margin-top: 32%;
}

.first\:mr-32p:first-child {
  margin-right: 32%;
}

.first\:mb-32p:first-child {
  margin-bottom: 32%;
}

.first\:ml-32p:first-child {
  margin-left: 32%;
}

.first\:mt-35p:first-child {
  margin-top: 35%;
}

.first\:mr-35p:first-child {
  margin-right: 35%;
}

.first\:mb-35p:first-child {
  margin-bottom: 35%;
}

.first\:ml-35p:first-child {
  margin-left: 35%;
}

.first\:mt-40p:first-child {
  margin-top: 40%;
}

.first\:mr-40p:first-child {
  margin-right: 40%;
}

.first\:mb-40p:first-child {
  margin-bottom: 40%;
}

.first\:ml-40p:first-child {
  margin-left: 40%;
}

.first\:mt-49p:first-child {
  margin-top: 49%;
}

.first\:mr-49p:first-child {
  margin-right: 49%;
}

.first\:mb-49p:first-child {
  margin-bottom: 49%;
}

.first\:ml-49p:first-child {
  margin-left: 49%;
}

.first\:mt-49-5p:first-child {
  margin-top: 49.5%;
}

.first\:mr-49-5p:first-child {
  margin-right: 49.5%;
}

.first\:mb-49-5p:first-child {
  margin-bottom: 49.5%;
}

.first\:ml-49-5p:first-child {
  margin-left: 49.5%;
}

.first\:mt-80p:first-child {
  margin-top: 80%;
}

.first\:mr-80p:first-child {
  margin-right: 80%;
}

.first\:mb-80p:first-child {
  margin-bottom: 80%;
}

.first\:ml-80p:first-child {
  margin-left: 80%;
}

.first\:mt-vh80:first-child {
  margin-top: 80vh;
}

.first\:mr-vh80:first-child {
  margin-right: 80vh;
}

.first\:mb-vh80:first-child {
  margin-bottom: 80vh;
}

.first\:ml-vh80:first-child {
  margin-left: 80vh;
}

.first\:mt-vh86:first-child {
  margin-top: 86vh;
}

.first\:mr-vh86:first-child {
  margin-right: 86vh;
}

.first\:mb-vh86:first-child {
  margin-bottom: 86vh;
}

.first\:ml-vh86:first-child {
  margin-left: 86vh;
}

.first\:mt-vh90:first-child {
  margin-top: 90vh;
}

.first\:mr-vh90:first-child {
  margin-right: 90vh;
}

.first\:mb-vh90:first-child {
  margin-bottom: 90vh;
}

.first\:ml-vh90:first-child {
  margin-left: 90vh;
}

.first\:mt-vw80:first-child {
  margin-top: 80vw;
}

.first\:mr-vw80:first-child {
  margin-right: 80vw;
}

.first\:mb-vw80:first-child {
  margin-bottom: 80vw;
}

.first\:ml-vw80:first-child {
  margin-left: 80vw;
}

.first\:mt-vw90:first-child {
  margin-top: 90vw;
}

.first\:mr-vw90:first-child {
  margin-right: 90vw;
}

.first\:mb-vw90:first-child {
  margin-bottom: 90vw;
}

.first\:ml-vw90:first-child {
  margin-left: 90vw;
}

.first\:mt-90p:first-child {
  margin-top: 90%;
}

.first\:mr-90p:first-child {
  margin-right: 90%;
}

.first\:mb-90p:first-child {
  margin-bottom: 90%;
}

.first\:ml-90p:first-child {
  margin-left: 90%;
}

.first\:mt-92p:first-child {
  margin-top: 92%;
}

.first\:mr-92p:first-child {
  margin-right: 92%;
}

.first\:mb-92p:first-child {
  margin-bottom: 92%;
}

.first\:ml-92p:first-child {
  margin-left: 92%;
}

.first\:mt-93p:first-child {
  margin-top: 93%;
}

.first\:mr-93p:first-child {
  margin-right: 93%;
}

.first\:mb-93p:first-child {
  margin-bottom: 93%;
}

.first\:ml-93p:first-child {
  margin-left: 93%;
}

.first\:mt-94p:first-child {
  margin-top: 94%;
}

.first\:mr-94p:first-child {
  margin-right: 94%;
}

.first\:mb-94p:first-child {
  margin-bottom: 94%;
}

.first\:ml-94p:first-child {
  margin-left: 94%;
}

.first\:mt-95p:first-child {
  margin-top: 95%;
}

.first\:mr-95p:first-child {
  margin-right: 95%;
}

.first\:mb-95p:first-child {
  margin-bottom: 95%;
}

.first\:ml-95p:first-child {
  margin-left: 95%;
}

.first\:mt-96p:first-child {
  margin-top: 96%;
}

.first\:mr-96p:first-child {
  margin-right: 96%;
}

.first\:mb-96p:first-child {
  margin-bottom: 96%;
}

.first\:ml-96p:first-child {
  margin-left: 96%;
}

.first\:mt-100p:first-child {
  margin-top: 100%;
}

.first\:mr-100p:first-child {
  margin-right: 100%;
}

.first\:mb-100p:first-child {
  margin-bottom: 100%;
}

.first\:ml-100p:first-child {
  margin-left: 100%;
}

.first\:-mt-0:first-child {
  margin-top: 0px;
}

.first\:-mr-0:first-child {
  margin-right: 0px;
}

.first\:-mb-0:first-child {
  margin-bottom: 0px;
}

.first\:-ml-0:first-child {
  margin-left: 0px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -3px;
}

.first\:-mr-3:first-child {
  margin-right: -3px;
}

.first\:-mb-3:first-child {
  margin-bottom: -3px;
}

.first\:-ml-3:first-child {
  margin-left: -3px;
}

.first\:-mt-4:first-child {
  margin-top: -4px;
}

.first\:-mr-4:first-child {
  margin-right: -4px;
}

.first\:-mb-4:first-child {
  margin-bottom: -4px;
}

.first\:-ml-4:first-child {
  margin-left: -4px;
}

.first\:-mt-5:first-child {
  margin-top: -5px;
}

.first\:-mr-5:first-child {
  margin-right: -5px;
}

.first\:-mb-5:first-child {
  margin-bottom: -5px;
}

.first\:-ml-5:first-child {
  margin-left: -5px;
}

.first\:-mt-6:first-child {
  margin-top: -6px;
}

.first\:-mr-6:first-child {
  margin-right: -6px;
}

.first\:-mb-6:first-child {
  margin-bottom: -6px;
}

.first\:-ml-6:first-child {
  margin-left: -6px;
}

.first\:-mt-8:first-child {
  margin-top: -8px;
}

.first\:-mr-8:first-child {
  margin-right: -8px;
}

.first\:-mb-8:first-child {
  margin-bottom: -8px;
}

.first\:-ml-8:first-child {
  margin-left: -8px;
}

.first\:-mt-9:first-child {
  margin-top: -9px;
}

.first\:-mr-9:first-child {
  margin-right: -9px;
}

.first\:-mb-9:first-child {
  margin-bottom: -9px;
}

.first\:-ml-9:first-child {
  margin-left: -9px;
}

.first\:-mt-10:first-child {
  margin-top: -10px;
}

.first\:-mr-10:first-child {
  margin-right: -10px;
}

.first\:-mb-10:first-child {
  margin-bottom: -10px;
}

.first\:-ml-10:first-child {
  margin-left: -10px;
}

.first\:-mt-12:first-child {
  margin-top: -12px;
}

.first\:-mr-12:first-child {
  margin-right: -12px;
}

.first\:-mb-12:first-child {
  margin-bottom: -12px;
}

.first\:-ml-12:first-child {
  margin-left: -12px;
}

.first\:-mt-13:first-child {
  margin-top: -13px;
}

.first\:-mr-13:first-child {
  margin-right: -13px;
}

.first\:-mb-13:first-child {
  margin-bottom: -13px;
}

.first\:-ml-13:first-child {
  margin-left: -13px;
}

.first\:-mt-14:first-child {
  margin-top: -14px;
}

.first\:-mr-14:first-child {
  margin-right: -14px;
}

.first\:-mb-14:first-child {
  margin-bottom: -14px;
}

.first\:-ml-14:first-child {
  margin-left: -14px;
}

.first\:-mt-15:first-child {
  margin-top: -15px;
}

.first\:-mr-15:first-child {
  margin-right: -15px;
}

.first\:-mb-15:first-child {
  margin-bottom: -15px;
}

.first\:-ml-15:first-child {
  margin-left: -15px;
}

.first\:-mt-16:first-child {
  margin-top: -16px;
}

.first\:-mr-16:first-child {
  margin-right: -16px;
}

.first\:-mb-16:first-child {
  margin-bottom: -16px;
}

.first\:-ml-16:first-child {
  margin-left: -16px;
}

.first\:-mt-17:first-child {
  margin-top: -17px;
}

.first\:-mr-17:first-child {
  margin-right: -17px;
}

.first\:-mb-17:first-child {
  margin-bottom: -17px;
}

.first\:-ml-17:first-child {
  margin-left: -17px;
}

.first\:-mt-18:first-child {
  margin-top: -18px;
}

.first\:-mr-18:first-child {
  margin-right: -18px;
}

.first\:-mb-18:first-child {
  margin-bottom: -18px;
}

.first\:-ml-18:first-child {
  margin-left: -18px;
}

.first\:-mt-20:first-child {
  margin-top: -20px;
}

.first\:-mr-20:first-child {
  margin-right: -20px;
}

.first\:-mb-20:first-child {
  margin-bottom: -20px;
}

.first\:-ml-20:first-child {
  margin-left: -20px;
}

.first\:-mt-22:first-child {
  margin-top: -22px;
}

.first\:-mr-22:first-child {
  margin-right: -22px;
}

.first\:-mb-22:first-child {
  margin-bottom: -22px;
}

.first\:-ml-22:first-child {
  margin-left: -22px;
}

.first\:-mt-24:first-child {
  margin-top: -24px;
}

.first\:-mr-24:first-child {
  margin-right: -24px;
}

.first\:-mb-24:first-child {
  margin-bottom: -24px;
}

.first\:-ml-24:first-child {
  margin-left: -24px;
}

.first\:-mt-25:first-child {
  margin-top: -25px;
}

.first\:-mr-25:first-child {
  margin-right: -25px;
}

.first\:-mb-25:first-child {
  margin-bottom: -25px;
}

.first\:-ml-25:first-child {
  margin-left: -25px;
}

.first\:-mt-28:first-child {
  margin-top: -28px;
}

.first\:-mr-28:first-child {
  margin-right: -28px;
}

.first\:-mb-28:first-child {
  margin-bottom: -28px;
}

.first\:-ml-28:first-child {
  margin-left: -28px;
}

.first\:-mt-29:first-child {
  margin-top: -29px;
}

.first\:-mr-29:first-child {
  margin-right: -29px;
}

.first\:-mb-29:first-child {
  margin-bottom: -29px;
}

.first\:-ml-29:first-child {
  margin-left: -29px;
}

.first\:-mt-30:first-child {
  margin-top: -30px;
}

.first\:-mr-30:first-child {
  margin-right: -30px;
}

.first\:-mb-30:first-child {
  margin-bottom: -30px;
}

.first\:-ml-30:first-child {
  margin-left: -30px;
}

.first\:-mt-32:first-child {
  margin-top: -32px;
}

.first\:-mr-32:first-child {
  margin-right: -32px;
}

.first\:-mb-32:first-child {
  margin-bottom: -32px;
}

.first\:-ml-32:first-child {
  margin-left: -32px;
}

.first\:-mt-35:first-child {
  margin-top: -35px;
}

.first\:-mr-35:first-child {
  margin-right: -35px;
}

.first\:-mb-35:first-child {
  margin-bottom: -35px;
}

.first\:-ml-35:first-child {
  margin-left: -35px;
}

.first\:-mt-36:first-child {
  margin-top: -36px;
}

.first\:-mr-36:first-child {
  margin-right: -36px;
}

.first\:-mb-36:first-child {
  margin-bottom: -36px;
}

.first\:-ml-36:first-child {
  margin-left: -36px;
}

.first\:-mt-37:first-child {
  margin-top: -37px;
}

.first\:-mr-37:first-child {
  margin-right: -37px;
}

.first\:-mb-37:first-child {
  margin-bottom: -37px;
}

.first\:-ml-37:first-child {
  margin-left: -37px;
}

.first\:-mt-40:first-child {
  margin-top: -40px;
}

.first\:-mr-40:first-child {
  margin-right: -40px;
}

.first\:-mb-40:first-child {
  margin-bottom: -40px;
}

.first\:-ml-40:first-child {
  margin-left: -40px;
}

.first\:-mt-45:first-child {
  margin-top: -45px;
}

.first\:-mr-45:first-child {
  margin-right: -45px;
}

.first\:-mb-45:first-child {
  margin-bottom: -45px;
}

.first\:-ml-45:first-child {
  margin-left: -45px;
}

.first\:-mt-48:first-child {
  margin-top: -48px;
}

.first\:-mr-48:first-child {
  margin-right: -48px;
}

.first\:-mb-48:first-child {
  margin-bottom: -48px;
}

.first\:-ml-48:first-child {
  margin-left: -48px;
}

.first\:-mt-50:first-child {
  margin-top: -50px;
}

.first\:-mr-50:first-child {
  margin-right: -50px;
}

.first\:-mb-50:first-child {
  margin-bottom: -50px;
}

.first\:-ml-50:first-child {
  margin-left: -50px;
}

.first\:-mt-55:first-child {
  margin-top: -55px;
}

.first\:-mr-55:first-child {
  margin-right: -55px;
}

.first\:-mb-55:first-child {
  margin-bottom: -55px;
}

.first\:-ml-55:first-child {
  margin-left: -55px;
}

.first\:-mt-56:first-child {
  margin-top: -56px;
}

.first\:-mr-56:first-child {
  margin-right: -56px;
}

.first\:-mb-56:first-child {
  margin-bottom: -56px;
}

.first\:-ml-56:first-child {
  margin-left: -56px;
}

.first\:-mt-60:first-child {
  margin-top: -60px;
}

.first\:-mr-60:first-child {
  margin-right: -60px;
}

.first\:-mb-60:first-child {
  margin-bottom: -60px;
}

.first\:-ml-60:first-child {
  margin-left: -60px;
}

.first\:-mt-62:first-child {
  margin-top: -62px;
}

.first\:-mr-62:first-child {
  margin-right: -62px;
}

.first\:-mb-62:first-child {
  margin-bottom: -62px;
}

.first\:-ml-62:first-child {
  margin-left: -62px;
}

.first\:-mt-64:first-child {
  margin-top: -64px;
}

.first\:-mr-64:first-child {
  margin-right: -64px;
}

.first\:-mb-64:first-child {
  margin-bottom: -64px;
}

.first\:-ml-64:first-child {
  margin-left: -64px;
}

.first\:-mt-65:first-child {
  margin-top: -65px;
}

.first\:-mr-65:first-child {
  margin-right: -65px;
}

.first\:-mb-65:first-child {
  margin-bottom: -65px;
}

.first\:-ml-65:first-child {
  margin-left: -65px;
}

.first\:-mt-70:first-child {
  margin-top: -70px;
}

.first\:-mr-70:first-child {
  margin-right: -70px;
}

.first\:-mb-70:first-child {
  margin-bottom: -70px;
}

.first\:-ml-70:first-child {
  margin-left: -70px;
}

.first\:-mt-75:first-child {
  margin-top: -75px;
}

.first\:-mr-75:first-child {
  margin-right: -75px;
}

.first\:-mb-75:first-child {
  margin-bottom: -75px;
}

.first\:-ml-75:first-child {
  margin-left: -75px;
}

.first\:-mt-80:first-child {
  margin-top: -80px;
}

.first\:-mr-80:first-child {
  margin-right: -80px;
}

.first\:-mb-80:first-child {
  margin-bottom: -80px;
}

.first\:-ml-80:first-child {
  margin-left: -80px;
}

.first\:-mt-85:first-child {
  margin-top: -85px;
}

.first\:-mr-85:first-child {
  margin-right: -85px;
}

.first\:-mb-85:first-child {
  margin-bottom: -85px;
}

.first\:-ml-85:first-child {
  margin-left: -85px;
}

.first\:-mt-90:first-child {
  margin-top: -90px;
}

.first\:-mr-90:first-child {
  margin-right: -90px;
}

.first\:-mb-90:first-child {
  margin-bottom: -90px;
}

.first\:-ml-90:first-child {
  margin-left: -90px;
}

.first\:-mt-95:first-child {
  margin-top: -95px;
}

.first\:-mr-95:first-child {
  margin-right: -95px;
}

.first\:-mb-95:first-child {
  margin-bottom: -95px;
}

.first\:-ml-95:first-child {
  margin-left: -95px;
}

.first\:-mt-96:first-child {
  margin-top: -96px;
}

.first\:-mr-96:first-child {
  margin-right: -96px;
}

.first\:-mb-96:first-child {
  margin-bottom: -96px;
}

.first\:-ml-96:first-child {
  margin-left: -96px;
}

.first\:-mt-100:first-child {
  margin-top: -100px;
}

.first\:-mr-100:first-child {
  margin-right: -100px;
}

.first\:-mb-100:first-child {
  margin-bottom: -100px;
}

.first\:-ml-100:first-child {
  margin-left: -100px;
}

.first\:-mt-110:first-child {
  margin-top: -110px;
}

.first\:-mr-110:first-child {
  margin-right: -110px;
}

.first\:-mb-110:first-child {
  margin-bottom: -110px;
}

.first\:-ml-110:first-child {
  margin-left: -110px;
}

.first\:-mt-115:first-child {
  margin-top: -115px;
}

.first\:-mr-115:first-child {
  margin-right: -115px;
}

.first\:-mb-115:first-child {
  margin-bottom: -115px;
}

.first\:-ml-115:first-child {
  margin-left: -115px;
}

.first\:-mt-120:first-child {
  margin-top: -120px;
}

.first\:-mr-120:first-child {
  margin-right: -120px;
}

.first\:-mb-120:first-child {
  margin-bottom: -120px;
}

.first\:-ml-120:first-child {
  margin-left: -120px;
}

.first\:-mt-128:first-child {
  margin-top: -128px;
}

.first\:-mr-128:first-child {
  margin-right: -128px;
}

.first\:-mb-128:first-child {
  margin-bottom: -128px;
}

.first\:-ml-128:first-child {
  margin-left: -128px;
}

.first\:-mt-135:first-child {
  margin-top: -135px;
}

.first\:-mr-135:first-child {
  margin-right: -135px;
}

.first\:-mb-135:first-child {
  margin-bottom: -135px;
}

.first\:-ml-135:first-child {
  margin-left: -135px;
}

.first\:-mt-140:first-child {
  margin-top: -140px;
}

.first\:-mr-140:first-child {
  margin-right: -140px;
}

.first\:-mb-140:first-child {
  margin-bottom: -140px;
}

.first\:-ml-140:first-child {
  margin-left: -140px;
}

.first\:-mt-145:first-child {
  margin-top: -145px;
}

.first\:-mr-145:first-child {
  margin-right: -145px;
}

.first\:-mb-145:first-child {
  margin-bottom: -145px;
}

.first\:-ml-145:first-child {
  margin-left: -145px;
}

.first\:-mt-150:first-child {
  margin-top: -150px;
}

.first\:-mr-150:first-child {
  margin-right: -150px;
}

.first\:-mb-150:first-child {
  margin-bottom: -150px;
}

.first\:-ml-150:first-child {
  margin-left: -150px;
}

.first\:-mt-160:first-child {
  margin-top: -160px;
}

.first\:-mr-160:first-child {
  margin-right: -160px;
}

.first\:-mb-160:first-child {
  margin-bottom: -160px;
}

.first\:-ml-160:first-child {
  margin-left: -160px;
}

.first\:-mt-165:first-child {
  margin-top: -165px;
}

.first\:-mr-165:first-child {
  margin-right: -165px;
}

.first\:-mb-165:first-child {
  margin-bottom: -165px;
}

.first\:-ml-165:first-child {
  margin-left: -165px;
}

.first\:-mt-168:first-child {
  margin-top: -168px;
}

.first\:-mr-168:first-child {
  margin-right: -168px;
}

.first\:-mb-168:first-child {
  margin-bottom: -168px;
}

.first\:-ml-168:first-child {
  margin-left: -168px;
}

.first\:-mt-170:first-child {
  margin-top: -170px;
}

.first\:-mr-170:first-child {
  margin-right: -170px;
}

.first\:-mb-170:first-child {
  margin-bottom: -170px;
}

.first\:-ml-170:first-child {
  margin-left: -170px;
}

.first\:-mt-180:first-child {
  margin-top: -180px;
}

.first\:-mr-180:first-child {
  margin-right: -180px;
}

.first\:-mb-180:first-child {
  margin-bottom: -180px;
}

.first\:-ml-180:first-child {
  margin-left: -180px;
}

.first\:-mt-200:first-child {
  margin-top: -200px;
}

.first\:-mr-200:first-child {
  margin-right: -200px;
}

.first\:-mb-200:first-child {
  margin-bottom: -200px;
}

.first\:-ml-200:first-child {
  margin-left: -200px;
}

.first\:-mt-220:first-child {
  margin-top: -220px;
}

.first\:-mr-220:first-child {
  margin-right: -220px;
}

.first\:-mb-220:first-child {
  margin-bottom: -220px;
}

.first\:-ml-220:first-child {
  margin-left: -220px;
}

.first\:-mt-230:first-child {
  margin-top: -230px;
}

.first\:-mr-230:first-child {
  margin-right: -230px;
}

.first\:-mb-230:first-child {
  margin-bottom: -230px;
}

.first\:-ml-230:first-child {
  margin-left: -230px;
}

.first\:-mt-235:first-child {
  margin-top: -235px;
}

.first\:-mr-235:first-child {
  margin-right: -235px;
}

.first\:-mb-235:first-child {
  margin-bottom: -235px;
}

.first\:-ml-235:first-child {
  margin-left: -235px;
}

.first\:-mt-240:first-child {
  margin-top: -240px;
}

.first\:-mr-240:first-child {
  margin-right: -240px;
}

.first\:-mb-240:first-child {
  margin-bottom: -240px;
}

.first\:-ml-240:first-child {
  margin-left: -240px;
}

.first\:-mt-250:first-child {
  margin-top: -250px;
}

.first\:-mr-250:first-child {
  margin-right: -250px;
}

.first\:-mb-250:first-child {
  margin-bottom: -250px;
}

.first\:-ml-250:first-child {
  margin-left: -250px;
}

.first\:-mt-300:first-child {
  margin-top: -300px;
}

.first\:-mr-300:first-child {
  margin-right: -300px;
}

.first\:-mb-300:first-child {
  margin-bottom: -300px;
}

.first\:-ml-300:first-child {
  margin-left: -300px;
}

.first\:-mt-320:first-child {
  margin-top: -320px;
}

.first\:-mr-320:first-child {
  margin-right: -320px;
}

.first\:-mb-320:first-child {
  margin-bottom: -320px;
}

.first\:-ml-320:first-child {
  margin-left: -320px;
}

.first\:-mt-350:first-child {
  margin-top: -350px;
}

.first\:-mr-350:first-child {
  margin-right: -350px;
}

.first\:-mb-350:first-child {
  margin-bottom: -350px;
}

.first\:-ml-350:first-child {
  margin-left: -350px;
}

.first\:-mt-375:first-child {
  margin-top: -375px;
}

.first\:-mr-375:first-child {
  margin-right: -375px;
}

.first\:-mb-375:first-child {
  margin-bottom: -375px;
}

.first\:-ml-375:first-child {
  margin-left: -375px;
}

.first\:-mt-400:first-child {
  margin-top: -400px;
}

.first\:-mr-400:first-child {
  margin-right: -400px;
}

.first\:-mb-400:first-child {
  margin-bottom: -400px;
}

.first\:-ml-400:first-child {
  margin-left: -400px;
}

.first\:-mt-450:first-child {
  margin-top: -450px;
}

.first\:-mr-450:first-child {
  margin-right: -450px;
}

.first\:-mb-450:first-child {
  margin-bottom: -450px;
}

.first\:-ml-450:first-child {
  margin-left: -450px;
}

.first\:-mt-700:first-child {
  margin-top: -700px;
}

.first\:-mr-700:first-child {
  margin-right: -700px;
}

.first\:-mb-700:first-child {
  margin-bottom: -700px;
}

.first\:-ml-700:first-child {
  margin-left: -700px;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.first\:-mt-1p:first-child {
  margin-top: -1%;
}

.first\:-mr-1p:first-child {
  margin-right: -1%;
}

.first\:-mb-1p:first-child {
  margin-bottom: -1%;
}

.first\:-ml-1p:first-child {
  margin-left: -1%;
}

.first\:-mt-1\/12:first-child {
  margin-top: -8.3333%;
}

.first\:-mr-1\/12:first-child {
  margin-right: -8.3333%;
}

.first\:-mb-1\/12:first-child {
  margin-bottom: -8.3333%;
}

.first\:-ml-1\/12:first-child {
  margin-left: -8.3333%;
}

.first\:-mt-2\/12:first-child {
  margin-top: -16.66667%;
}

.first\:-mr-2\/12:first-child {
  margin-right: -16.66667%;
}

.first\:-mb-2\/12:first-child {
  margin-bottom: -16.66667%;
}

.first\:-ml-2\/12:first-child {
  margin-left: -16.66667%;
}

.first\:-mt-11p:first-child {
  margin-top: -11%;
}

.first\:-mr-11p:first-child {
  margin-right: -11%;
}

.first\:-mb-11p:first-child {
  margin-bottom: -11%;
}

.first\:-ml-11p:first-child {
  margin-left: -11%;
}

.first\:-mt-20p:first-child {
  margin-top: -20%;
}

.first\:-mr-20p:first-child {
  margin-right: -20%;
}

.first\:-mb-20p:first-child {
  margin-bottom: -20%;
}

.first\:-ml-20p:first-child {
  margin-left: -20%;
}

.first\:-mt-24p:first-child {
  margin-top: -24.25%;
}

.first\:-mr-24p:first-child {
  margin-right: -24.25%;
}

.first\:-mb-24p:first-child {
  margin-bottom: -24.25%;
}

.first\:-ml-24p:first-child {
  margin-left: -24.25%;
}

.first\:-mt-25p:first-child {
  margin-top: -25%;
}

.first\:-mr-25p:first-child {
  margin-right: -25%;
}

.first\:-mb-25p:first-child {
  margin-bottom: -25%;
}

.first\:-ml-25p:first-child {
  margin-left: -25%;
}

.first\:-mt-32p:first-child {
  margin-top: -32%;
}

.first\:-mr-32p:first-child {
  margin-right: -32%;
}

.first\:-mb-32p:first-child {
  margin-bottom: -32%;
}

.first\:-ml-32p:first-child {
  margin-left: -32%;
}

.first\:-mt-35p:first-child {
  margin-top: -35%;
}

.first\:-mr-35p:first-child {
  margin-right: -35%;
}

.first\:-mb-35p:first-child {
  margin-bottom: -35%;
}

.first\:-ml-35p:first-child {
  margin-left: -35%;
}

.first\:-mt-40p:first-child {
  margin-top: -40%;
}

.first\:-mr-40p:first-child {
  margin-right: -40%;
}

.first\:-mb-40p:first-child {
  margin-bottom: -40%;
}

.first\:-ml-40p:first-child {
  margin-left: -40%;
}

.first\:-mt-49p:first-child {
  margin-top: -49%;
}

.first\:-mr-49p:first-child {
  margin-right: -49%;
}

.first\:-mb-49p:first-child {
  margin-bottom: -49%;
}

.first\:-ml-49p:first-child {
  margin-left: -49%;
}

.first\:-mt-49-5p:first-child {
  margin-top: -49.5%;
}

.first\:-mr-49-5p:first-child {
  margin-right: -49.5%;
}

.first\:-mb-49-5p:first-child {
  margin-bottom: -49.5%;
}

.first\:-ml-49-5p:first-child {
  margin-left: -49.5%;
}

.first\:-mt-80p:first-child {
  margin-top: -80%;
}

.first\:-mr-80p:first-child {
  margin-right: -80%;
}

.first\:-mb-80p:first-child {
  margin-bottom: -80%;
}

.first\:-ml-80p:first-child {
  margin-left: -80%;
}

.first\:-mt-vh80:first-child {
  margin-top: -80vh;
}

.first\:-mr-vh80:first-child {
  margin-right: -80vh;
}

.first\:-mb-vh80:first-child {
  margin-bottom: -80vh;
}

.first\:-ml-vh80:first-child {
  margin-left: -80vh;
}

.first\:-mt-vh86:first-child {
  margin-top: -86vh;
}

.first\:-mr-vh86:first-child {
  margin-right: -86vh;
}

.first\:-mb-vh86:first-child {
  margin-bottom: -86vh;
}

.first\:-ml-vh86:first-child {
  margin-left: -86vh;
}

.first\:-mt-vh90:first-child {
  margin-top: -90vh;
}

.first\:-mr-vh90:first-child {
  margin-right: -90vh;
}

.first\:-mb-vh90:first-child {
  margin-bottom: -90vh;
}

.first\:-ml-vh90:first-child {
  margin-left: -90vh;
}

.first\:-mt-vw80:first-child {
  margin-top: -80vw;
}

.first\:-mr-vw80:first-child {
  margin-right: -80vw;
}

.first\:-mb-vw80:first-child {
  margin-bottom: -80vw;
}

.first\:-ml-vw80:first-child {
  margin-left: -80vw;
}

.first\:-mt-vw90:first-child {
  margin-top: -90vw;
}

.first\:-mr-vw90:first-child {
  margin-right: -90vw;
}

.first\:-mb-vw90:first-child {
  margin-bottom: -90vw;
}

.first\:-ml-vw90:first-child {
  margin-left: -90vw;
}

.first\:-mt-90p:first-child {
  margin-top: -90%;
}

.first\:-mr-90p:first-child {
  margin-right: -90%;
}

.first\:-mb-90p:first-child {
  margin-bottom: -90%;
}

.first\:-ml-90p:first-child {
  margin-left: -90%;
}

.first\:-mt-92p:first-child {
  margin-top: -92%;
}

.first\:-mr-92p:first-child {
  margin-right: -92%;
}

.first\:-mb-92p:first-child {
  margin-bottom: -92%;
}

.first\:-ml-92p:first-child {
  margin-left: -92%;
}

.first\:-mt-93p:first-child {
  margin-top: -93%;
}

.first\:-mr-93p:first-child {
  margin-right: -93%;
}

.first\:-mb-93p:first-child {
  margin-bottom: -93%;
}

.first\:-ml-93p:first-child {
  margin-left: -93%;
}

.first\:-mt-94p:first-child {
  margin-top: -94%;
}

.first\:-mr-94p:first-child {
  margin-right: -94%;
}

.first\:-mb-94p:first-child {
  margin-bottom: -94%;
}

.first\:-ml-94p:first-child {
  margin-left: -94%;
}

.first\:-mt-95p:first-child {
  margin-top: -95%;
}

.first\:-mr-95p:first-child {
  margin-right: -95%;
}

.first\:-mb-95p:first-child {
  margin-bottom: -95%;
}

.first\:-ml-95p:first-child {
  margin-left: -95%;
}

.first\:-mt-96p:first-child {
  margin-top: -96%;
}

.first\:-mr-96p:first-child {
  margin-right: -96%;
}

.first\:-mb-96p:first-child {
  margin-bottom: -96%;
}

.first\:-ml-96p:first-child {
  margin-left: -96%;
}

.first\:-mt-100p:first-child {
  margin-top: -100%;
}

.first\:-mr-100p:first-child {
  margin-right: -100%;
}

.first\:-mb-100p:first-child {
  margin-bottom: -100%;
}

.first\:-ml-100p:first-child {
  margin-left: -100%;
}

.last\:m-0:last-child {
  margin: 0px;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 3px;
}

.last\:m-4:last-child {
  margin: 4px;
}

.last\:m-5:last-child {
  margin: 5px;
}

.last\:m-6:last-child {
  margin: 6px;
}

.last\:m-8:last-child {
  margin: 8px;
}

.last\:m-9:last-child {
  margin: 9px;
}

.last\:m-10:last-child {
  margin: 10px;
}

.last\:m-12:last-child {
  margin: 12px;
}

.last\:m-13:last-child {
  margin: 13px;
}

.last\:m-14:last-child {
  margin: 14px;
}

.last\:m-15:last-child {
  margin: 15px;
}

.last\:m-16:last-child {
  margin: 16px;
}

.last\:m-17:last-child {
  margin: 17px;
}

.last\:m-18:last-child {
  margin: 18px;
}

.last\:m-20:last-child {
  margin: 20px;
}

.last\:m-22:last-child {
  margin: 22px;
}

.last\:m-24:last-child {
  margin: 24px;
}

.last\:m-25:last-child {
  margin: 25px;
}

.last\:m-28:last-child {
  margin: 28px;
}

.last\:m-29:last-child {
  margin: 29px;
}

.last\:m-30:last-child {
  margin: 30px;
}

.last\:m-32:last-child {
  margin: 32px;
}

.last\:m-35:last-child {
  margin: 35px;
}

.last\:m-36:last-child {
  margin: 36px;
}

.last\:m-37:last-child {
  margin: 37px;
}

.last\:m-40:last-child {
  margin: 40px;
}

.last\:m-45:last-child {
  margin: 45px;
}

.last\:m-48:last-child {
  margin: 48px;
}

.last\:m-50:last-child {
  margin: 50px;
}

.last\:m-55:last-child {
  margin: 55px;
}

.last\:m-56:last-child {
  margin: 56px;
}

.last\:m-60:last-child {
  margin: 60px;
}

.last\:m-62:last-child {
  margin: 62px;
}

.last\:m-64:last-child {
  margin: 64px;
}

.last\:m-65:last-child {
  margin: 65px;
}

.last\:m-70:last-child {
  margin: 70px;
}

.last\:m-75:last-child {
  margin: 75px;
}

.last\:m-80:last-child {
  margin: 80px;
}

.last\:m-85:last-child {
  margin: 85px;
}

.last\:m-90:last-child {
  margin: 90px;
}

.last\:m-95:last-child {
  margin: 95px;
}

.last\:m-96:last-child {
  margin: 96px;
}

.last\:m-100:last-child {
  margin: 100px;
}

.last\:m-110:last-child {
  margin: 110px;
}

.last\:m-115:last-child {
  margin: 115px;
}

.last\:m-120:last-child {
  margin: 120px;
}

.last\:m-128:last-child {
  margin: 128px;
}

.last\:m-135:last-child {
  margin: 135px;
}

.last\:m-140:last-child {
  margin: 140px;
}

.last\:m-145:last-child {
  margin: 145px;
}

.last\:m-150:last-child {
  margin: 150px;
}

.last\:m-160:last-child {
  margin: 160px;
}

.last\:m-165:last-child {
  margin: 165px;
}

.last\:m-168:last-child {
  margin: 168px;
}

.last\:m-170:last-child {
  margin: 170px;
}

.last\:m-180:last-child {
  margin: 180px;
}

.last\:m-200:last-child {
  margin: 200px;
}

.last\:m-220:last-child {
  margin: 220px;
}

.last\:m-230:last-child {
  margin: 230px;
}

.last\:m-235:last-child {
  margin: 235px;
}

.last\:m-240:last-child {
  margin: 240px;
}

.last\:m-250:last-child {
  margin: 250px;
}

.last\:m-300:last-child {
  margin: 300px;
}

.last\:m-320:last-child {
  margin: 320px;
}

.last\:m-350:last-child {
  margin: 350px;
}

.last\:m-375:last-child {
  margin: 375px;
}

.last\:m-400:last-child {
  margin: 400px;
}

.last\:m-450:last-child {
  margin: 450px;
}

.last\:m-700:last-child {
  margin: 700px;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:m-1p:last-child {
  margin: 1%;
}

.last\:m-1\/12:last-child {
  margin: 8.3333%;
}

.last\:m-2\/12:last-child {
  margin: 16.666667%;
}

.last\:m-11p:last-child {
  margin: 11%;
}

.last\:m-20p:last-child {
  margin: 20%;
}

.last\:m-24p:last-child {
  margin: 24.25%;
}

.last\:m-25p:last-child {
  margin: 25%;
}

.last\:m-32p:last-child {
  margin: 32%;
}

.last\:m-35p:last-child {
  margin: 35%;
}

.last\:m-40p:last-child {
  margin: 40%;
}

.last\:m-49p:last-child {
  margin: 49%;
}

.last\:m-49-5p:last-child {
  margin: 49.5%;
}

.last\:m-80p:last-child {
  margin: 80%;
}

.last\:m-vh80:last-child {
  margin: 80vh;
}

.last\:m-vh86:last-child {
  margin: 86vh;
}

.last\:m-vh90:last-child {
  margin: 90vh;
}

.last\:m-vw80:last-child {
  margin: 80vw;
}

.last\:m-vw90:last-child {
  margin: 90vw;
}

.last\:m-90p:last-child {
  margin: 90%;
}

.last\:m-92p:last-child {
  margin: 92%;
}

.last\:m-93p:last-child {
  margin: 93%;
}

.last\:m-94p:last-child {
  margin: 94%;
}

.last\:m-95p:last-child {
  margin: 95%;
}

.last\:m-96p:last-child {
  margin: 96%;
}

.last\:m-100p:last-child {
  margin: 100%;
}

.last\:-m-0:last-child {
  margin: 0px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -3px;
}

.last\:-m-4:last-child {
  margin: -4px;
}

.last\:-m-5:last-child {
  margin: -5px;
}

.last\:-m-6:last-child {
  margin: -6px;
}

.last\:-m-8:last-child {
  margin: -8px;
}

.last\:-m-9:last-child {
  margin: -9px;
}

.last\:-m-10:last-child {
  margin: -10px;
}

.last\:-m-12:last-child {
  margin: -12px;
}

.last\:-m-13:last-child {
  margin: -13px;
}

.last\:-m-14:last-child {
  margin: -14px;
}

.last\:-m-15:last-child {
  margin: -15px;
}

.last\:-m-16:last-child {
  margin: -16px;
}

.last\:-m-17:last-child {
  margin: -17px;
}

.last\:-m-18:last-child {
  margin: -18px;
}

.last\:-m-20:last-child {
  margin: -20px;
}

.last\:-m-22:last-child {
  margin: -22px;
}

.last\:-m-24:last-child {
  margin: -24px;
}

.last\:-m-25:last-child {
  margin: -25px;
}

.last\:-m-28:last-child {
  margin: -28px;
}

.last\:-m-29:last-child {
  margin: -29px;
}

.last\:-m-30:last-child {
  margin: -30px;
}

.last\:-m-32:last-child {
  margin: -32px;
}

.last\:-m-35:last-child {
  margin: -35px;
}

.last\:-m-36:last-child {
  margin: -36px;
}

.last\:-m-37:last-child {
  margin: -37px;
}

.last\:-m-40:last-child {
  margin: -40px;
}

.last\:-m-45:last-child {
  margin: -45px;
}

.last\:-m-48:last-child {
  margin: -48px;
}

.last\:-m-50:last-child {
  margin: -50px;
}

.last\:-m-55:last-child {
  margin: -55px;
}

.last\:-m-56:last-child {
  margin: -56px;
}

.last\:-m-60:last-child {
  margin: -60px;
}

.last\:-m-62:last-child {
  margin: -62px;
}

.last\:-m-64:last-child {
  margin: -64px;
}

.last\:-m-65:last-child {
  margin: -65px;
}

.last\:-m-70:last-child {
  margin: -70px;
}

.last\:-m-75:last-child {
  margin: -75px;
}

.last\:-m-80:last-child {
  margin: -80px;
}

.last\:-m-85:last-child {
  margin: -85px;
}

.last\:-m-90:last-child {
  margin: -90px;
}

.last\:-m-95:last-child {
  margin: -95px;
}

.last\:-m-96:last-child {
  margin: -96px;
}

.last\:-m-100:last-child {
  margin: -100px;
}

.last\:-m-110:last-child {
  margin: -110px;
}

.last\:-m-115:last-child {
  margin: -115px;
}

.last\:-m-120:last-child {
  margin: -120px;
}

.last\:-m-128:last-child {
  margin: -128px;
}

.last\:-m-135:last-child {
  margin: -135px;
}

.last\:-m-140:last-child {
  margin: -140px;
}

.last\:-m-145:last-child {
  margin: -145px;
}

.last\:-m-150:last-child {
  margin: -150px;
}

.last\:-m-160:last-child {
  margin: -160px;
}

.last\:-m-165:last-child {
  margin: -165px;
}

.last\:-m-168:last-child {
  margin: -168px;
}

.last\:-m-170:last-child {
  margin: -170px;
}

.last\:-m-180:last-child {
  margin: -180px;
}

.last\:-m-200:last-child {
  margin: -200px;
}

.last\:-m-220:last-child {
  margin: -220px;
}

.last\:-m-230:last-child {
  margin: -230px;
}

.last\:-m-235:last-child {
  margin: -235px;
}

.last\:-m-240:last-child {
  margin: -240px;
}

.last\:-m-250:last-child {
  margin: -250px;
}

.last\:-m-300:last-child {
  margin: -300px;
}

.last\:-m-320:last-child {
  margin: -320px;
}

.last\:-m-350:last-child {
  margin: -350px;
}

.last\:-m-375:last-child {
  margin: -375px;
}

.last\:-m-400:last-child {
  margin: -400px;
}

.last\:-m-450:last-child {
  margin: -450px;
}

.last\:-m-700:last-child {
  margin: -700px;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:-m-1p:last-child {
  margin: -1%;
}

.last\:-m-1\/12:last-child {
  margin: -8.3333%;
}

.last\:-m-2\/12:last-child {
  margin: -16.66667%;
}

.last\:-m-11p:last-child {
  margin: -11%;
}

.last\:-m-20p:last-child {
  margin: -20%;
}

.last\:-m-24p:last-child {
  margin: -24.25%;
}

.last\:-m-25p:last-child {
  margin: -25%;
}

.last\:-m-32p:last-child {
  margin: -32%;
}

.last\:-m-35p:last-child {
  margin: -35%;
}

.last\:-m-40p:last-child {
  margin: -40%;
}

.last\:-m-49p:last-child {
  margin: -49%;
}

.last\:-m-49-5p:last-child {
  margin: -49.5%;
}

.last\:-m-80p:last-child {
  margin: -80%;
}

.last\:-m-vh80:last-child {
  margin: -80vh;
}

.last\:-m-vh86:last-child {
  margin: -86vh;
}

.last\:-m-vh90:last-child {
  margin: -90vh;
}

.last\:-m-vw80:last-child {
  margin: -80vw;
}

.last\:-m-vw90:last-child {
  margin: -90vw;
}

.last\:-m-90p:last-child {
  margin: -90%;
}

.last\:-m-92p:last-child {
  margin: -92%;
}

.last\:-m-93p:last-child {
  margin: -93%;
}

.last\:-m-94p:last-child {
  margin: -94%;
}

.last\:-m-95p:last-child {
  margin: -95%;
}

.last\:-m-96p:last-child {
  margin: -96%;
}

.last\:-m-100p:last-child {
  margin: -100%;
}

.last\:my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 3px;
  margin-bottom: 3px;
}

.last\:mx-3:last-child {
  margin-left: 3px;
  margin-right: 3px;
}

.last\:my-4:last-child {
  margin-top: 4px;
  margin-bottom: 4px;
}

.last\:mx-4:last-child {
  margin-left: 4px;
  margin-right: 4px;
}

.last\:my-5:last-child {
  margin-top: 5px;
  margin-bottom: 5px;
}

.last\:mx-5:last-child {
  margin-left: 5px;
  margin-right: 5px;
}

.last\:my-6:last-child {
  margin-top: 6px;
  margin-bottom: 6px;
}

.last\:mx-6:last-child {
  margin-left: 6px;
  margin-right: 6px;
}

.last\:my-8:last-child {
  margin-top: 8px;
  margin-bottom: 8px;
}

.last\:mx-8:last-child {
  margin-left: 8px;
  margin-right: 8px;
}

.last\:my-9:last-child {
  margin-top: 9px;
  margin-bottom: 9px;
}

.last\:mx-9:last-child {
  margin-left: 9px;
  margin-right: 9px;
}

.last\:my-10:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.last\:mx-10:last-child {
  margin-left: 10px;
  margin-right: 10px;
}

.last\:my-12:last-child {
  margin-top: 12px;
  margin-bottom: 12px;
}

.last\:mx-12:last-child {
  margin-left: 12px;
  margin-right: 12px;
}

.last\:my-13:last-child {
  margin-top: 13px;
  margin-bottom: 13px;
}

.last\:mx-13:last-child {
  margin-left: 13px;
  margin-right: 13px;
}

.last\:my-14:last-child {
  margin-top: 14px;
  margin-bottom: 14px;
}

.last\:mx-14:last-child {
  margin-left: 14px;
  margin-right: 14px;
}

.last\:my-15:last-child {
  margin-top: 15px;
  margin-bottom: 15px;
}

.last\:mx-15:last-child {
  margin-left: 15px;
  margin-right: 15px;
}

.last\:my-16:last-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.last\:mx-16:last-child {
  margin-left: 16px;
  margin-right: 16px;
}

.last\:my-17:last-child {
  margin-top: 17px;
  margin-bottom: 17px;
}

.last\:mx-17:last-child {
  margin-left: 17px;
  margin-right: 17px;
}

.last\:my-18:last-child {
  margin-top: 18px;
  margin-bottom: 18px;
}

.last\:mx-18:last-child {
  margin-left: 18px;
  margin-right: 18px;
}

.last\:my-20:last-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.last\:mx-20:last-child {
  margin-left: 20px;
  margin-right: 20px;
}

.last\:my-22:last-child {
  margin-top: 22px;
  margin-bottom: 22px;
}

.last\:mx-22:last-child {
  margin-left: 22px;
  margin-right: 22px;
}

.last\:my-24:last-child {
  margin-top: 24px;
  margin-bottom: 24px;
}

.last\:mx-24:last-child {
  margin-left: 24px;
  margin-right: 24px;
}

.last\:my-25:last-child {
  margin-top: 25px;
  margin-bottom: 25px;
}

.last\:mx-25:last-child {
  margin-left: 25px;
  margin-right: 25px;
}

.last\:my-28:last-child {
  margin-top: 28px;
  margin-bottom: 28px;
}

.last\:mx-28:last-child {
  margin-left: 28px;
  margin-right: 28px;
}

.last\:my-29:last-child {
  margin-top: 29px;
  margin-bottom: 29px;
}

.last\:mx-29:last-child {
  margin-left: 29px;
  margin-right: 29px;
}

.last\:my-30:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

.last\:mx-30:last-child {
  margin-left: 30px;
  margin-right: 30px;
}

.last\:my-32:last-child {
  margin-top: 32px;
  margin-bottom: 32px;
}

.last\:mx-32:last-child {
  margin-left: 32px;
  margin-right: 32px;
}

.last\:my-35:last-child {
  margin-top: 35px;
  margin-bottom: 35px;
}

.last\:mx-35:last-child {
  margin-left: 35px;
  margin-right: 35px;
}

.last\:my-36:last-child {
  margin-top: 36px;
  margin-bottom: 36px;
}

.last\:mx-36:last-child {
  margin-left: 36px;
  margin-right: 36px;
}

.last\:my-37:last-child {
  margin-top: 37px;
  margin-bottom: 37px;
}

.last\:mx-37:last-child {
  margin-left: 37px;
  margin-right: 37px;
}

.last\:my-40:last-child {
  margin-top: 40px;
  margin-bottom: 40px;
}

.last\:mx-40:last-child {
  margin-left: 40px;
  margin-right: 40px;
}

.last\:my-45:last-child {
  margin-top: 45px;
  margin-bottom: 45px;
}

.last\:mx-45:last-child {
  margin-left: 45px;
  margin-right: 45px;
}

.last\:my-48:last-child {
  margin-top: 48px;
  margin-bottom: 48px;
}

.last\:mx-48:last-child {
  margin-left: 48px;
  margin-right: 48px;
}

.last\:my-50:last-child {
  margin-top: 50px;
  margin-bottom: 50px;
}

.last\:mx-50:last-child {
  margin-left: 50px;
  margin-right: 50px;
}

.last\:my-55:last-child {
  margin-top: 55px;
  margin-bottom: 55px;
}

.last\:mx-55:last-child {
  margin-left: 55px;
  margin-right: 55px;
}

.last\:my-56:last-child {
  margin-top: 56px;
  margin-bottom: 56px;
}

.last\:mx-56:last-child {
  margin-left: 56px;
  margin-right: 56px;
}

.last\:my-60:last-child {
  margin-top: 60px;
  margin-bottom: 60px;
}

.last\:mx-60:last-child {
  margin-left: 60px;
  margin-right: 60px;
}

.last\:my-62:last-child {
  margin-top: 62px;
  margin-bottom: 62px;
}

.last\:mx-62:last-child {
  margin-left: 62px;
  margin-right: 62px;
}

.last\:my-64:last-child {
  margin-top: 64px;
  margin-bottom: 64px;
}

.last\:mx-64:last-child {
  margin-left: 64px;
  margin-right: 64px;
}

.last\:my-65:last-child {
  margin-top: 65px;
  margin-bottom: 65px;
}

.last\:mx-65:last-child {
  margin-left: 65px;
  margin-right: 65px;
}

.last\:my-70:last-child {
  margin-top: 70px;
  margin-bottom: 70px;
}

.last\:mx-70:last-child {
  margin-left: 70px;
  margin-right: 70px;
}

.last\:my-75:last-child {
  margin-top: 75px;
  margin-bottom: 75px;
}

.last\:mx-75:last-child {
  margin-left: 75px;
  margin-right: 75px;
}

.last\:my-80:last-child {
  margin-top: 80px;
  margin-bottom: 80px;
}

.last\:mx-80:last-child {
  margin-left: 80px;
  margin-right: 80px;
}

.last\:my-85:last-child {
  margin-top: 85px;
  margin-bottom: 85px;
}

.last\:mx-85:last-child {
  margin-left: 85px;
  margin-right: 85px;
}

.last\:my-90:last-child {
  margin-top: 90px;
  margin-bottom: 90px;
}

.last\:mx-90:last-child {
  margin-left: 90px;
  margin-right: 90px;
}

.last\:my-95:last-child {
  margin-top: 95px;
  margin-bottom: 95px;
}

.last\:mx-95:last-child {
  margin-left: 95px;
  margin-right: 95px;
}

.last\:my-96:last-child {
  margin-top: 96px;
  margin-bottom: 96px;
}

.last\:mx-96:last-child {
  margin-left: 96px;
  margin-right: 96px;
}

.last\:my-100:last-child {
  margin-top: 100px;
  margin-bottom: 100px;
}

.last\:mx-100:last-child {
  margin-left: 100px;
  margin-right: 100px;
}

.last\:my-110:last-child {
  margin-top: 110px;
  margin-bottom: 110px;
}

.last\:mx-110:last-child {
  margin-left: 110px;
  margin-right: 110px;
}

.last\:my-115:last-child {
  margin-top: 115px;
  margin-bottom: 115px;
}

.last\:mx-115:last-child {
  margin-left: 115px;
  margin-right: 115px;
}

.last\:my-120:last-child {
  margin-top: 120px;
  margin-bottom: 120px;
}

.last\:mx-120:last-child {
  margin-left: 120px;
  margin-right: 120px;
}

.last\:my-128:last-child {
  margin-top: 128px;
  margin-bottom: 128px;
}

.last\:mx-128:last-child {
  margin-left: 128px;
  margin-right: 128px;
}

.last\:my-135:last-child {
  margin-top: 135px;
  margin-bottom: 135px;
}

.last\:mx-135:last-child {
  margin-left: 135px;
  margin-right: 135px;
}

.last\:my-140:last-child {
  margin-top: 140px;
  margin-bottom: 140px;
}

.last\:mx-140:last-child {
  margin-left: 140px;
  margin-right: 140px;
}

.last\:my-145:last-child {
  margin-top: 145px;
  margin-bottom: 145px;
}

.last\:mx-145:last-child {
  margin-left: 145px;
  margin-right: 145px;
}

.last\:my-150:last-child {
  margin-top: 150px;
  margin-bottom: 150px;
}

.last\:mx-150:last-child {
  margin-left: 150px;
  margin-right: 150px;
}

.last\:my-160:last-child {
  margin-top: 160px;
  margin-bottom: 160px;
}

.last\:mx-160:last-child {
  margin-left: 160px;
  margin-right: 160px;
}

.last\:my-165:last-child {
  margin-top: 165px;
  margin-bottom: 165px;
}

.last\:mx-165:last-child {
  margin-left: 165px;
  margin-right: 165px;
}

.last\:my-168:last-child {
  margin-top: 168px;
  margin-bottom: 168px;
}

.last\:mx-168:last-child {
  margin-left: 168px;
  margin-right: 168px;
}

.last\:my-170:last-child {
  margin-top: 170px;
  margin-bottom: 170px;
}

.last\:mx-170:last-child {
  margin-left: 170px;
  margin-right: 170px;
}

.last\:my-180:last-child {
  margin-top: 180px;
  margin-bottom: 180px;
}

.last\:mx-180:last-child {
  margin-left: 180px;
  margin-right: 180px;
}

.last\:my-200:last-child {
  margin-top: 200px;
  margin-bottom: 200px;
}

.last\:mx-200:last-child {
  margin-left: 200px;
  margin-right: 200px;
}

.last\:my-220:last-child {
  margin-top: 220px;
  margin-bottom: 220px;
}

.last\:mx-220:last-child {
  margin-left: 220px;
  margin-right: 220px;
}

.last\:my-230:last-child {
  margin-top: 230px;
  margin-bottom: 230px;
}

.last\:mx-230:last-child {
  margin-left: 230px;
  margin-right: 230px;
}

.last\:my-235:last-child {
  margin-top: 235px;
  margin-bottom: 235px;
}

.last\:mx-235:last-child {
  margin-left: 235px;
  margin-right: 235px;
}

.last\:my-240:last-child {
  margin-top: 240px;
  margin-bottom: 240px;
}

.last\:mx-240:last-child {
  margin-left: 240px;
  margin-right: 240px;
}

.last\:my-250:last-child {
  margin-top: 250px;
  margin-bottom: 250px;
}

.last\:mx-250:last-child {
  margin-left: 250px;
  margin-right: 250px;
}

.last\:my-300:last-child {
  margin-top: 300px;
  margin-bottom: 300px;
}

.last\:mx-300:last-child {
  margin-left: 300px;
  margin-right: 300px;
}

.last\:my-320:last-child {
  margin-top: 320px;
  margin-bottom: 320px;
}

.last\:mx-320:last-child {
  margin-left: 320px;
  margin-right: 320px;
}

.last\:my-350:last-child {
  margin-top: 350px;
  margin-bottom: 350px;
}

.last\:mx-350:last-child {
  margin-left: 350px;
  margin-right: 350px;
}

.last\:my-375:last-child {
  margin-top: 375px;
  margin-bottom: 375px;
}

.last\:mx-375:last-child {
  margin-left: 375px;
  margin-right: 375px;
}

.last\:my-400:last-child {
  margin-top: 400px;
  margin-bottom: 400px;
}

.last\:mx-400:last-child {
  margin-left: 400px;
  margin-right: 400px;
}

.last\:my-450:last-child {
  margin-top: 450px;
  margin-bottom: 450px;
}

.last\:mx-450:last-child {
  margin-left: 450px;
  margin-right: 450px;
}

.last\:my-700:last-child {
  margin-top: 700px;
  margin-bottom: 700px;
}

.last\:mx-700:last-child {
  margin-left: 700px;
  margin-right: 700px;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:my-1p:last-child {
  margin-top: 1%;
  margin-bottom: 1%;
}

.last\:mx-1p:last-child {
  margin-left: 1%;
  margin-right: 1%;
}

.last\:my-1\/12:last-child {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.last\:mx-1\/12:last-child {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.last\:my-2\/12:last-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.last\:mx-2\/12:last-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.last\:my-11p:last-child {
  margin-top: 11%;
  margin-bottom: 11%;
}

.last\:mx-11p:last-child {
  margin-left: 11%;
  margin-right: 11%;
}

.last\:my-20p:last-child {
  margin-top: 20%;
  margin-bottom: 20%;
}

.last\:mx-20p:last-child {
  margin-left: 20%;
  margin-right: 20%;
}

.last\:my-24p:last-child {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.last\:mx-24p:last-child {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.last\:my-25p:last-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.last\:mx-25p:last-child {
  margin-left: 25%;
  margin-right: 25%;
}

.last\:my-32p:last-child {
  margin-top: 32%;
  margin-bottom: 32%;
}

.last\:mx-32p:last-child {
  margin-left: 32%;
  margin-right: 32%;
}

.last\:my-35p:last-child {
  margin-top: 35%;
  margin-bottom: 35%;
}

.last\:mx-35p:last-child {
  margin-left: 35%;
  margin-right: 35%;
}

.last\:my-40p:last-child {
  margin-top: 40%;
  margin-bottom: 40%;
}

.last\:mx-40p:last-child {
  margin-left: 40%;
  margin-right: 40%;
}

.last\:my-49p:last-child {
  margin-top: 49%;
  margin-bottom: 49%;
}

.last\:mx-49p:last-child {
  margin-left: 49%;
  margin-right: 49%;
}

.last\:my-49-5p:last-child {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.last\:mx-49-5p:last-child {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.last\:my-80p:last-child {
  margin-top: 80%;
  margin-bottom: 80%;
}

.last\:mx-80p:last-child {
  margin-left: 80%;
  margin-right: 80%;
}

.last\:my-vh80:last-child {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.last\:mx-vh80:last-child {
  margin-left: 80vh;
  margin-right: 80vh;
}

.last\:my-vh86:last-child {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.last\:mx-vh86:last-child {
  margin-left: 86vh;
  margin-right: 86vh;
}

.last\:my-vh90:last-child {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.last\:mx-vh90:last-child {
  margin-left: 90vh;
  margin-right: 90vh;
}

.last\:my-vw80:last-child {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.last\:mx-vw80:last-child {
  margin-left: 80vw;
  margin-right: 80vw;
}

.last\:my-vw90:last-child {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.last\:mx-vw90:last-child {
  margin-left: 90vw;
  margin-right: 90vw;
}

.last\:my-90p:last-child {
  margin-top: 90%;
  margin-bottom: 90%;
}

.last\:mx-90p:last-child {
  margin-left: 90%;
  margin-right: 90%;
}

.last\:my-92p:last-child {
  margin-top: 92%;
  margin-bottom: 92%;
}

.last\:mx-92p:last-child {
  margin-left: 92%;
  margin-right: 92%;
}

.last\:my-93p:last-child {
  margin-top: 93%;
  margin-bottom: 93%;
}

.last\:mx-93p:last-child {
  margin-left: 93%;
  margin-right: 93%;
}

.last\:my-94p:last-child {
  margin-top: 94%;
  margin-bottom: 94%;
}

.last\:mx-94p:last-child {
  margin-left: 94%;
  margin-right: 94%;
}

.last\:my-95p:last-child {
  margin-top: 95%;
  margin-bottom: 95%;
}

.last\:mx-95p:last-child {
  margin-left: 95%;
  margin-right: 95%;
}

.last\:my-96p:last-child {
  margin-top: 96%;
  margin-bottom: 96%;
}

.last\:mx-96p:last-child {
  margin-left: 96%;
  margin-right: 96%;
}

.last\:my-100p:last-child {
  margin-top: 100%;
  margin-bottom: 100%;
}

.last\:mx-100p:last-child {
  margin-left: 100%;
  margin-right: 100%;
}

.last\:-my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:-mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -3px;
  margin-bottom: -3px;
}

.last\:-mx-3:last-child {
  margin-left: -3px;
  margin-right: -3px;
}

.last\:-my-4:last-child {
  margin-top: -4px;
  margin-bottom: -4px;
}

.last\:-mx-4:last-child {
  margin-left: -4px;
  margin-right: -4px;
}

.last\:-my-5:last-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.last\:-mx-5:last-child {
  margin-left: -5px;
  margin-right: -5px;
}

.last\:-my-6:last-child {
  margin-top: -6px;
  margin-bottom: -6px;
}

.last\:-mx-6:last-child {
  margin-left: -6px;
  margin-right: -6px;
}

.last\:-my-8:last-child {
  margin-top: -8px;
  margin-bottom: -8px;
}

.last\:-mx-8:last-child {
  margin-left: -8px;
  margin-right: -8px;
}

.last\:-my-9:last-child {
  margin-top: -9px;
  margin-bottom: -9px;
}

.last\:-mx-9:last-child {
  margin-left: -9px;
  margin-right: -9px;
}

.last\:-my-10:last-child {
  margin-top: -10px;
  margin-bottom: -10px;
}

.last\:-mx-10:last-child {
  margin-left: -10px;
  margin-right: -10px;
}

.last\:-my-12:last-child {
  margin-top: -12px;
  margin-bottom: -12px;
}

.last\:-mx-12:last-child {
  margin-left: -12px;
  margin-right: -12px;
}

.last\:-my-13:last-child {
  margin-top: -13px;
  margin-bottom: -13px;
}

.last\:-mx-13:last-child {
  margin-left: -13px;
  margin-right: -13px;
}

.last\:-my-14:last-child {
  margin-top: -14px;
  margin-bottom: -14px;
}

.last\:-mx-14:last-child {
  margin-left: -14px;
  margin-right: -14px;
}

.last\:-my-15:last-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.last\:-mx-15:last-child {
  margin-left: -15px;
  margin-right: -15px;
}

.last\:-my-16:last-child {
  margin-top: -16px;
  margin-bottom: -16px;
}

.last\:-mx-16:last-child {
  margin-left: -16px;
  margin-right: -16px;
}

.last\:-my-17:last-child {
  margin-top: -17px;
  margin-bottom: -17px;
}

.last\:-mx-17:last-child {
  margin-left: -17px;
  margin-right: -17px;
}

.last\:-my-18:last-child {
  margin-top: -18px;
  margin-bottom: -18px;
}

.last\:-mx-18:last-child {
  margin-left: -18px;
  margin-right: -18px;
}

.last\:-my-20:last-child {
  margin-top: -20px;
  margin-bottom: -20px;
}

.last\:-mx-20:last-child {
  margin-left: -20px;
  margin-right: -20px;
}

.last\:-my-22:last-child {
  margin-top: -22px;
  margin-bottom: -22px;
}

.last\:-mx-22:last-child {
  margin-left: -22px;
  margin-right: -22px;
}

.last\:-my-24:last-child {
  margin-top: -24px;
  margin-bottom: -24px;
}

.last\:-mx-24:last-child {
  margin-left: -24px;
  margin-right: -24px;
}

.last\:-my-25:last-child {
  margin-top: -25px;
  margin-bottom: -25px;
}

.last\:-mx-25:last-child {
  margin-left: -25px;
  margin-right: -25px;
}

.last\:-my-28:last-child {
  margin-top: -28px;
  margin-bottom: -28px;
}

.last\:-mx-28:last-child {
  margin-left: -28px;
  margin-right: -28px;
}

.last\:-my-29:last-child {
  margin-top: -29px;
  margin-bottom: -29px;
}

.last\:-mx-29:last-child {
  margin-left: -29px;
  margin-right: -29px;
}

.last\:-my-30:last-child {
  margin-top: -30px;
  margin-bottom: -30px;
}

.last\:-mx-30:last-child {
  margin-left: -30px;
  margin-right: -30px;
}

.last\:-my-32:last-child {
  margin-top: -32px;
  margin-bottom: -32px;
}

.last\:-mx-32:last-child {
  margin-left: -32px;
  margin-right: -32px;
}

.last\:-my-35:last-child {
  margin-top: -35px;
  margin-bottom: -35px;
}

.last\:-mx-35:last-child {
  margin-left: -35px;
  margin-right: -35px;
}

.last\:-my-36:last-child {
  margin-top: -36px;
  margin-bottom: -36px;
}

.last\:-mx-36:last-child {
  margin-left: -36px;
  margin-right: -36px;
}

.last\:-my-37:last-child {
  margin-top: -37px;
  margin-bottom: -37px;
}

.last\:-mx-37:last-child {
  margin-left: -37px;
  margin-right: -37px;
}

.last\:-my-40:last-child {
  margin-top: -40px;
  margin-bottom: -40px;
}

.last\:-mx-40:last-child {
  margin-left: -40px;
  margin-right: -40px;
}

.last\:-my-45:last-child {
  margin-top: -45px;
  margin-bottom: -45px;
}

.last\:-mx-45:last-child {
  margin-left: -45px;
  margin-right: -45px;
}

.last\:-my-48:last-child {
  margin-top: -48px;
  margin-bottom: -48px;
}

.last\:-mx-48:last-child {
  margin-left: -48px;
  margin-right: -48px;
}

.last\:-my-50:last-child {
  margin-top: -50px;
  margin-bottom: -50px;
}

.last\:-mx-50:last-child {
  margin-left: -50px;
  margin-right: -50px;
}

.last\:-my-55:last-child {
  margin-top: -55px;
  margin-bottom: -55px;
}

.last\:-mx-55:last-child {
  margin-left: -55px;
  margin-right: -55px;
}

.last\:-my-56:last-child {
  margin-top: -56px;
  margin-bottom: -56px;
}

.last\:-mx-56:last-child {
  margin-left: -56px;
  margin-right: -56px;
}

.last\:-my-60:last-child {
  margin-top: -60px;
  margin-bottom: -60px;
}

.last\:-mx-60:last-child {
  margin-left: -60px;
  margin-right: -60px;
}

.last\:-my-62:last-child {
  margin-top: -62px;
  margin-bottom: -62px;
}

.last\:-mx-62:last-child {
  margin-left: -62px;
  margin-right: -62px;
}

.last\:-my-64:last-child {
  margin-top: -64px;
  margin-bottom: -64px;
}

.last\:-mx-64:last-child {
  margin-left: -64px;
  margin-right: -64px;
}

.last\:-my-65:last-child {
  margin-top: -65px;
  margin-bottom: -65px;
}

.last\:-mx-65:last-child {
  margin-left: -65px;
  margin-right: -65px;
}

.last\:-my-70:last-child {
  margin-top: -70px;
  margin-bottom: -70px;
}

.last\:-mx-70:last-child {
  margin-left: -70px;
  margin-right: -70px;
}

.last\:-my-75:last-child {
  margin-top: -75px;
  margin-bottom: -75px;
}

.last\:-mx-75:last-child {
  margin-left: -75px;
  margin-right: -75px;
}

.last\:-my-80:last-child {
  margin-top: -80px;
  margin-bottom: -80px;
}

.last\:-mx-80:last-child {
  margin-left: -80px;
  margin-right: -80px;
}

.last\:-my-85:last-child {
  margin-top: -85px;
  margin-bottom: -85px;
}

.last\:-mx-85:last-child {
  margin-left: -85px;
  margin-right: -85px;
}

.last\:-my-90:last-child {
  margin-top: -90px;
  margin-bottom: -90px;
}

.last\:-mx-90:last-child {
  margin-left: -90px;
  margin-right: -90px;
}

.last\:-my-95:last-child {
  margin-top: -95px;
  margin-bottom: -95px;
}

.last\:-mx-95:last-child {
  margin-left: -95px;
  margin-right: -95px;
}

.last\:-my-96:last-child {
  margin-top: -96px;
  margin-bottom: -96px;
}

.last\:-mx-96:last-child {
  margin-left: -96px;
  margin-right: -96px;
}

.last\:-my-100:last-child {
  margin-top: -100px;
  margin-bottom: -100px;
}

.last\:-mx-100:last-child {
  margin-left: -100px;
  margin-right: -100px;
}

.last\:-my-110:last-child {
  margin-top: -110px;
  margin-bottom: -110px;
}

.last\:-mx-110:last-child {
  margin-left: -110px;
  margin-right: -110px;
}

.last\:-my-115:last-child {
  margin-top: -115px;
  margin-bottom: -115px;
}

.last\:-mx-115:last-child {
  margin-left: -115px;
  margin-right: -115px;
}

.last\:-my-120:last-child {
  margin-top: -120px;
  margin-bottom: -120px;
}

.last\:-mx-120:last-child {
  margin-left: -120px;
  margin-right: -120px;
}

.last\:-my-128:last-child {
  margin-top: -128px;
  margin-bottom: -128px;
}

.last\:-mx-128:last-child {
  margin-left: -128px;
  margin-right: -128px;
}

.last\:-my-135:last-child {
  margin-top: -135px;
  margin-bottom: -135px;
}

.last\:-mx-135:last-child {
  margin-left: -135px;
  margin-right: -135px;
}

.last\:-my-140:last-child {
  margin-top: -140px;
  margin-bottom: -140px;
}

.last\:-mx-140:last-child {
  margin-left: -140px;
  margin-right: -140px;
}

.last\:-my-145:last-child {
  margin-top: -145px;
  margin-bottom: -145px;
}

.last\:-mx-145:last-child {
  margin-left: -145px;
  margin-right: -145px;
}

.last\:-my-150:last-child {
  margin-top: -150px;
  margin-bottom: -150px;
}

.last\:-mx-150:last-child {
  margin-left: -150px;
  margin-right: -150px;
}

.last\:-my-160:last-child {
  margin-top: -160px;
  margin-bottom: -160px;
}

.last\:-mx-160:last-child {
  margin-left: -160px;
  margin-right: -160px;
}

.last\:-my-165:last-child {
  margin-top: -165px;
  margin-bottom: -165px;
}

.last\:-mx-165:last-child {
  margin-left: -165px;
  margin-right: -165px;
}

.last\:-my-168:last-child {
  margin-top: -168px;
  margin-bottom: -168px;
}

.last\:-mx-168:last-child {
  margin-left: -168px;
  margin-right: -168px;
}

.last\:-my-170:last-child {
  margin-top: -170px;
  margin-bottom: -170px;
}

.last\:-mx-170:last-child {
  margin-left: -170px;
  margin-right: -170px;
}

.last\:-my-180:last-child {
  margin-top: -180px;
  margin-bottom: -180px;
}

.last\:-mx-180:last-child {
  margin-left: -180px;
  margin-right: -180px;
}

.last\:-my-200:last-child {
  margin-top: -200px;
  margin-bottom: -200px;
}

.last\:-mx-200:last-child {
  margin-left: -200px;
  margin-right: -200px;
}

.last\:-my-220:last-child {
  margin-top: -220px;
  margin-bottom: -220px;
}

.last\:-mx-220:last-child {
  margin-left: -220px;
  margin-right: -220px;
}

.last\:-my-230:last-child {
  margin-top: -230px;
  margin-bottom: -230px;
}

.last\:-mx-230:last-child {
  margin-left: -230px;
  margin-right: -230px;
}

.last\:-my-235:last-child {
  margin-top: -235px;
  margin-bottom: -235px;
}

.last\:-mx-235:last-child {
  margin-left: -235px;
  margin-right: -235px;
}

.last\:-my-240:last-child {
  margin-top: -240px;
  margin-bottom: -240px;
}

.last\:-mx-240:last-child {
  margin-left: -240px;
  margin-right: -240px;
}

.last\:-my-250:last-child {
  margin-top: -250px;
  margin-bottom: -250px;
}

.last\:-mx-250:last-child {
  margin-left: -250px;
  margin-right: -250px;
}

.last\:-my-300:last-child {
  margin-top: -300px;
  margin-bottom: -300px;
}

.last\:-mx-300:last-child {
  margin-left: -300px;
  margin-right: -300px;
}

.last\:-my-320:last-child {
  margin-top: -320px;
  margin-bottom: -320px;
}

.last\:-mx-320:last-child {
  margin-left: -320px;
  margin-right: -320px;
}

.last\:-my-350:last-child {
  margin-top: -350px;
  margin-bottom: -350px;
}

.last\:-mx-350:last-child {
  margin-left: -350px;
  margin-right: -350px;
}

.last\:-my-375:last-child {
  margin-top: -375px;
  margin-bottom: -375px;
}

.last\:-mx-375:last-child {
  margin-left: -375px;
  margin-right: -375px;
}

.last\:-my-400:last-child {
  margin-top: -400px;
  margin-bottom: -400px;
}

.last\:-mx-400:last-child {
  margin-left: -400px;
  margin-right: -400px;
}

.last\:-my-450:last-child {
  margin-top: -450px;
  margin-bottom: -450px;
}

.last\:-mx-450:last-child {
  margin-left: -450px;
  margin-right: -450px;
}

.last\:-my-700:last-child {
  margin-top: -700px;
  margin-bottom: -700px;
}

.last\:-mx-700:last-child {
  margin-left: -700px;
  margin-right: -700px;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-my-1p:last-child {
  margin-top: -1%;
  margin-bottom: -1%;
}

.last\:-mx-1p:last-child {
  margin-left: -1%;
  margin-right: -1%;
}

.last\:-my-1\/12:last-child {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.last\:-mx-1\/12:last-child {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.last\:-my-2\/12:last-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.last\:-mx-2\/12:last-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.last\:-my-11p:last-child {
  margin-top: -11%;
  margin-bottom: -11%;
}

.last\:-mx-11p:last-child {
  margin-left: -11%;
  margin-right: -11%;
}

.last\:-my-20p:last-child {
  margin-top: -20%;
  margin-bottom: -20%;
}

.last\:-mx-20p:last-child {
  margin-left: -20%;
  margin-right: -20%;
}

.last\:-my-24p:last-child {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.last\:-mx-24p:last-child {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.last\:-my-25p:last-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.last\:-mx-25p:last-child {
  margin-left: -25%;
  margin-right: -25%;
}

.last\:-my-32p:last-child {
  margin-top: -32%;
  margin-bottom: -32%;
}

.last\:-mx-32p:last-child {
  margin-left: -32%;
  margin-right: -32%;
}

.last\:-my-35p:last-child {
  margin-top: -35%;
  margin-bottom: -35%;
}

.last\:-mx-35p:last-child {
  margin-left: -35%;
  margin-right: -35%;
}

.last\:-my-40p:last-child {
  margin-top: -40%;
  margin-bottom: -40%;
}

.last\:-mx-40p:last-child {
  margin-left: -40%;
  margin-right: -40%;
}

.last\:-my-49p:last-child {
  margin-top: -49%;
  margin-bottom: -49%;
}

.last\:-mx-49p:last-child {
  margin-left: -49%;
  margin-right: -49%;
}

.last\:-my-49-5p:last-child {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.last\:-mx-49-5p:last-child {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.last\:-my-80p:last-child {
  margin-top: -80%;
  margin-bottom: -80%;
}

.last\:-mx-80p:last-child {
  margin-left: -80%;
  margin-right: -80%;
}

.last\:-my-vh80:last-child {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.last\:-mx-vh80:last-child {
  margin-left: -80vh;
  margin-right: -80vh;
}

.last\:-my-vh86:last-child {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.last\:-mx-vh86:last-child {
  margin-left: -86vh;
  margin-right: -86vh;
}

.last\:-my-vh90:last-child {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.last\:-mx-vh90:last-child {
  margin-left: -90vh;
  margin-right: -90vh;
}

.last\:-my-vw80:last-child {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.last\:-mx-vw80:last-child {
  margin-left: -80vw;
  margin-right: -80vw;
}

.last\:-my-vw90:last-child {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.last\:-mx-vw90:last-child {
  margin-left: -90vw;
  margin-right: -90vw;
}

.last\:-my-90p:last-child {
  margin-top: -90%;
  margin-bottom: -90%;
}

.last\:-mx-90p:last-child {
  margin-left: -90%;
  margin-right: -90%;
}

.last\:-my-92p:last-child {
  margin-top: -92%;
  margin-bottom: -92%;
}

.last\:-mx-92p:last-child {
  margin-left: -92%;
  margin-right: -92%;
}

.last\:-my-93p:last-child {
  margin-top: -93%;
  margin-bottom: -93%;
}

.last\:-mx-93p:last-child {
  margin-left: -93%;
  margin-right: -93%;
}

.last\:-my-94p:last-child {
  margin-top: -94%;
  margin-bottom: -94%;
}

.last\:-mx-94p:last-child {
  margin-left: -94%;
  margin-right: -94%;
}

.last\:-my-95p:last-child {
  margin-top: -95%;
  margin-bottom: -95%;
}

.last\:-mx-95p:last-child {
  margin-left: -95%;
  margin-right: -95%;
}

.last\:-my-96p:last-child {
  margin-top: -96%;
  margin-bottom: -96%;
}

.last\:-mx-96p:last-child {
  margin-left: -96%;
  margin-right: -96%;
}

.last\:-my-100p:last-child {
  margin-top: -100%;
  margin-bottom: -100%;
}

.last\:-mx-100p:last-child {
  margin-left: -100%;
  margin-right: -100%;
}

.last\:mt-0:last-child {
  margin-top: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:ml-0:last-child {
  margin-left: 0px;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 3px;
}

.last\:mr-3:last-child {
  margin-right: 3px;
}

.last\:mb-3:last-child {
  margin-bottom: 3px;
}

.last\:ml-3:last-child {
  margin-left: 3px;
}

.last\:mt-4:last-child {
  margin-top: 4px;
}

.last\:mr-4:last-child {
  margin-right: 4px;
}

.last\:mb-4:last-child {
  margin-bottom: 4px;
}

.last\:ml-4:last-child {
  margin-left: 4px;
}

.last\:mt-5:last-child {
  margin-top: 5px;
}

.last\:mr-5:last-child {
  margin-right: 5px;
}

.last\:mb-5:last-child {
  margin-bottom: 5px;
}

.last\:ml-5:last-child {
  margin-left: 5px;
}

.last\:mt-6:last-child {
  margin-top: 6px;
}

.last\:mr-6:last-child {
  margin-right: 6px;
}

.last\:mb-6:last-child {
  margin-bottom: 6px;
}

.last\:ml-6:last-child {
  margin-left: 6px;
}

.last\:mt-8:last-child {
  margin-top: 8px;
}

.last\:mr-8:last-child {
  margin-right: 8px;
}

.last\:mb-8:last-child {
  margin-bottom: 8px;
}

.last\:ml-8:last-child {
  margin-left: 8px;
}

.last\:mt-9:last-child {
  margin-top: 9px;
}

.last\:mr-9:last-child {
  margin-right: 9px;
}

.last\:mb-9:last-child {
  margin-bottom: 9px;
}

.last\:ml-9:last-child {
  margin-left: 9px;
}

.last\:mt-10:last-child {
  margin-top: 10px;
}

.last\:mr-10:last-child {
  margin-right: 10px;
}

.last\:mb-10:last-child {
  margin-bottom: 10px;
}

.last\:ml-10:last-child {
  margin-left: 10px;
}

.last\:mt-12:last-child {
  margin-top: 12px;
}

.last\:mr-12:last-child {
  margin-right: 12px;
}

.last\:mb-12:last-child {
  margin-bottom: 12px;
}

.last\:ml-12:last-child {
  margin-left: 12px;
}

.last\:mt-13:last-child {
  margin-top: 13px;
}

.last\:mr-13:last-child {
  margin-right: 13px;
}

.last\:mb-13:last-child {
  margin-bottom: 13px;
}

.last\:ml-13:last-child {
  margin-left: 13px;
}

.last\:mt-14:last-child {
  margin-top: 14px;
}

.last\:mr-14:last-child {
  margin-right: 14px;
}

.last\:mb-14:last-child {
  margin-bottom: 14px;
}

.last\:ml-14:last-child {
  margin-left: 14px;
}

.last\:mt-15:last-child {
  margin-top: 15px;
}

.last\:mr-15:last-child {
  margin-right: 15px;
}

.last\:mb-15:last-child {
  margin-bottom: 15px;
}

.last\:ml-15:last-child {
  margin-left: 15px;
}

.last\:mt-16:last-child {
  margin-top: 16px;
}

.last\:mr-16:last-child {
  margin-right: 16px;
}

.last\:mb-16:last-child {
  margin-bottom: 16px;
}

.last\:ml-16:last-child {
  margin-left: 16px;
}

.last\:mt-17:last-child {
  margin-top: 17px;
}

.last\:mr-17:last-child {
  margin-right: 17px;
}

.last\:mb-17:last-child {
  margin-bottom: 17px;
}

.last\:ml-17:last-child {
  margin-left: 17px;
}

.last\:mt-18:last-child {
  margin-top: 18px;
}

.last\:mr-18:last-child {
  margin-right: 18px;
}

.last\:mb-18:last-child {
  margin-bottom: 18px;
}

.last\:ml-18:last-child {
  margin-left: 18px;
}

.last\:mt-20:last-child {
  margin-top: 20px;
}

.last\:mr-20:last-child {
  margin-right: 20px;
}

.last\:mb-20:last-child {
  margin-bottom: 20px;
}

.last\:ml-20:last-child {
  margin-left: 20px;
}

.last\:mt-22:last-child {
  margin-top: 22px;
}

.last\:mr-22:last-child {
  margin-right: 22px;
}

.last\:mb-22:last-child {
  margin-bottom: 22px;
}

.last\:ml-22:last-child {
  margin-left: 22px;
}

.last\:mt-24:last-child {
  margin-top: 24px;
}

.last\:mr-24:last-child {
  margin-right: 24px;
}

.last\:mb-24:last-child {
  margin-bottom: 24px;
}

.last\:ml-24:last-child {
  margin-left: 24px;
}

.last\:mt-25:last-child {
  margin-top: 25px;
}

.last\:mr-25:last-child {
  margin-right: 25px;
}

.last\:mb-25:last-child {
  margin-bottom: 25px;
}

.last\:ml-25:last-child {
  margin-left: 25px;
}

.last\:mt-28:last-child {
  margin-top: 28px;
}

.last\:mr-28:last-child {
  margin-right: 28px;
}

.last\:mb-28:last-child {
  margin-bottom: 28px;
}

.last\:ml-28:last-child {
  margin-left: 28px;
}

.last\:mt-29:last-child {
  margin-top: 29px;
}

.last\:mr-29:last-child {
  margin-right: 29px;
}

.last\:mb-29:last-child {
  margin-bottom: 29px;
}

.last\:ml-29:last-child {
  margin-left: 29px;
}

.last\:mt-30:last-child {
  margin-top: 30px;
}

.last\:mr-30:last-child {
  margin-right: 30px;
}

.last\:mb-30:last-child {
  margin-bottom: 30px;
}

.last\:ml-30:last-child {
  margin-left: 30px;
}

.last\:mt-32:last-child {
  margin-top: 32px;
}

.last\:mr-32:last-child {
  margin-right: 32px;
}

.last\:mb-32:last-child {
  margin-bottom: 32px;
}

.last\:ml-32:last-child {
  margin-left: 32px;
}

.last\:mt-35:last-child {
  margin-top: 35px;
}

.last\:mr-35:last-child {
  margin-right: 35px;
}

.last\:mb-35:last-child {
  margin-bottom: 35px;
}

.last\:ml-35:last-child {
  margin-left: 35px;
}

.last\:mt-36:last-child {
  margin-top: 36px;
}

.last\:mr-36:last-child {
  margin-right: 36px;
}

.last\:mb-36:last-child {
  margin-bottom: 36px;
}

.last\:ml-36:last-child {
  margin-left: 36px;
}

.last\:mt-37:last-child {
  margin-top: 37px;
}

.last\:mr-37:last-child {
  margin-right: 37px;
}

.last\:mb-37:last-child {
  margin-bottom: 37px;
}

.last\:ml-37:last-child {
  margin-left: 37px;
}

.last\:mt-40:last-child {
  margin-top: 40px;
}

.last\:mr-40:last-child {
  margin-right: 40px;
}

.last\:mb-40:last-child {
  margin-bottom: 40px;
}

.last\:ml-40:last-child {
  margin-left: 40px;
}

.last\:mt-45:last-child {
  margin-top: 45px;
}

.last\:mr-45:last-child {
  margin-right: 45px;
}

.last\:mb-45:last-child {
  margin-bottom: 45px;
}

.last\:ml-45:last-child {
  margin-left: 45px;
}

.last\:mt-48:last-child {
  margin-top: 48px;
}

.last\:mr-48:last-child {
  margin-right: 48px;
}

.last\:mb-48:last-child {
  margin-bottom: 48px;
}

.last\:ml-48:last-child {
  margin-left: 48px;
}

.last\:mt-50:last-child {
  margin-top: 50px;
}

.last\:mr-50:last-child {
  margin-right: 50px;
}

.last\:mb-50:last-child {
  margin-bottom: 50px;
}

.last\:ml-50:last-child {
  margin-left: 50px;
}

.last\:mt-55:last-child {
  margin-top: 55px;
}

.last\:mr-55:last-child {
  margin-right: 55px;
}

.last\:mb-55:last-child {
  margin-bottom: 55px;
}

.last\:ml-55:last-child {
  margin-left: 55px;
}

.last\:mt-56:last-child {
  margin-top: 56px;
}

.last\:mr-56:last-child {
  margin-right: 56px;
}

.last\:mb-56:last-child {
  margin-bottom: 56px;
}

.last\:ml-56:last-child {
  margin-left: 56px;
}

.last\:mt-60:last-child {
  margin-top: 60px;
}

.last\:mr-60:last-child {
  margin-right: 60px;
}

.last\:mb-60:last-child {
  margin-bottom: 60px;
}

.last\:ml-60:last-child {
  margin-left: 60px;
}

.last\:mt-62:last-child {
  margin-top: 62px;
}

.last\:mr-62:last-child {
  margin-right: 62px;
}

.last\:mb-62:last-child {
  margin-bottom: 62px;
}

.last\:ml-62:last-child {
  margin-left: 62px;
}

.last\:mt-64:last-child {
  margin-top: 64px;
}

.last\:mr-64:last-child {
  margin-right: 64px;
}

.last\:mb-64:last-child {
  margin-bottom: 64px;
}

.last\:ml-64:last-child {
  margin-left: 64px;
}

.last\:mt-65:last-child {
  margin-top: 65px;
}

.last\:mr-65:last-child {
  margin-right: 65px;
}

.last\:mb-65:last-child {
  margin-bottom: 65px;
}

.last\:ml-65:last-child {
  margin-left: 65px;
}

.last\:mt-70:last-child {
  margin-top: 70px;
}

.last\:mr-70:last-child {
  margin-right: 70px;
}

.last\:mb-70:last-child {
  margin-bottom: 70px;
}

.last\:ml-70:last-child {
  margin-left: 70px;
}

.last\:mt-75:last-child {
  margin-top: 75px;
}

.last\:mr-75:last-child {
  margin-right: 75px;
}

.last\:mb-75:last-child {
  margin-bottom: 75px;
}

.last\:ml-75:last-child {
  margin-left: 75px;
}

.last\:mt-80:last-child {
  margin-top: 80px;
}

.last\:mr-80:last-child {
  margin-right: 80px;
}

.last\:mb-80:last-child {
  margin-bottom: 80px;
}

.last\:ml-80:last-child {
  margin-left: 80px;
}

.last\:mt-85:last-child {
  margin-top: 85px;
}

.last\:mr-85:last-child {
  margin-right: 85px;
}

.last\:mb-85:last-child {
  margin-bottom: 85px;
}

.last\:ml-85:last-child {
  margin-left: 85px;
}

.last\:mt-90:last-child {
  margin-top: 90px;
}

.last\:mr-90:last-child {
  margin-right: 90px;
}

.last\:mb-90:last-child {
  margin-bottom: 90px;
}

.last\:ml-90:last-child {
  margin-left: 90px;
}

.last\:mt-95:last-child {
  margin-top: 95px;
}

.last\:mr-95:last-child {
  margin-right: 95px;
}

.last\:mb-95:last-child {
  margin-bottom: 95px;
}

.last\:ml-95:last-child {
  margin-left: 95px;
}

.last\:mt-96:last-child {
  margin-top: 96px;
}

.last\:mr-96:last-child {
  margin-right: 96px;
}

.last\:mb-96:last-child {
  margin-bottom: 96px;
}

.last\:ml-96:last-child {
  margin-left: 96px;
}

.last\:mt-100:last-child {
  margin-top: 100px;
}

.last\:mr-100:last-child {
  margin-right: 100px;
}

.last\:mb-100:last-child {
  margin-bottom: 100px;
}

.last\:ml-100:last-child {
  margin-left: 100px;
}

.last\:mt-110:last-child {
  margin-top: 110px;
}

.last\:mr-110:last-child {
  margin-right: 110px;
}

.last\:mb-110:last-child {
  margin-bottom: 110px;
}

.last\:ml-110:last-child {
  margin-left: 110px;
}

.last\:mt-115:last-child {
  margin-top: 115px;
}

.last\:mr-115:last-child {
  margin-right: 115px;
}

.last\:mb-115:last-child {
  margin-bottom: 115px;
}

.last\:ml-115:last-child {
  margin-left: 115px;
}

.last\:mt-120:last-child {
  margin-top: 120px;
}

.last\:mr-120:last-child {
  margin-right: 120px;
}

.last\:mb-120:last-child {
  margin-bottom: 120px;
}

.last\:ml-120:last-child {
  margin-left: 120px;
}

.last\:mt-128:last-child {
  margin-top: 128px;
}

.last\:mr-128:last-child {
  margin-right: 128px;
}

.last\:mb-128:last-child {
  margin-bottom: 128px;
}

.last\:ml-128:last-child {
  margin-left: 128px;
}

.last\:mt-135:last-child {
  margin-top: 135px;
}

.last\:mr-135:last-child {
  margin-right: 135px;
}

.last\:mb-135:last-child {
  margin-bottom: 135px;
}

.last\:ml-135:last-child {
  margin-left: 135px;
}

.last\:mt-140:last-child {
  margin-top: 140px;
}

.last\:mr-140:last-child {
  margin-right: 140px;
}

.last\:mb-140:last-child {
  margin-bottom: 140px;
}

.last\:ml-140:last-child {
  margin-left: 140px;
}

.last\:mt-145:last-child {
  margin-top: 145px;
}

.last\:mr-145:last-child {
  margin-right: 145px;
}

.last\:mb-145:last-child {
  margin-bottom: 145px;
}

.last\:ml-145:last-child {
  margin-left: 145px;
}

.last\:mt-150:last-child {
  margin-top: 150px;
}

.last\:mr-150:last-child {
  margin-right: 150px;
}

.last\:mb-150:last-child {
  margin-bottom: 150px;
}

.last\:ml-150:last-child {
  margin-left: 150px;
}

.last\:mt-160:last-child {
  margin-top: 160px;
}

.last\:mr-160:last-child {
  margin-right: 160px;
}

.last\:mb-160:last-child {
  margin-bottom: 160px;
}

.last\:ml-160:last-child {
  margin-left: 160px;
}

.last\:mt-165:last-child {
  margin-top: 165px;
}

.last\:mr-165:last-child {
  margin-right: 165px;
}

.last\:mb-165:last-child {
  margin-bottom: 165px;
}

.last\:ml-165:last-child {
  margin-left: 165px;
}

.last\:mt-168:last-child {
  margin-top: 168px;
}

.last\:mr-168:last-child {
  margin-right: 168px;
}

.last\:mb-168:last-child {
  margin-bottom: 168px;
}

.last\:ml-168:last-child {
  margin-left: 168px;
}

.last\:mt-170:last-child {
  margin-top: 170px;
}

.last\:mr-170:last-child {
  margin-right: 170px;
}

.last\:mb-170:last-child {
  margin-bottom: 170px;
}

.last\:ml-170:last-child {
  margin-left: 170px;
}

.last\:mt-180:last-child {
  margin-top: 180px;
}

.last\:mr-180:last-child {
  margin-right: 180px;
}

.last\:mb-180:last-child {
  margin-bottom: 180px;
}

.last\:ml-180:last-child {
  margin-left: 180px;
}

.last\:mt-200:last-child {
  margin-top: 200px;
}

.last\:mr-200:last-child {
  margin-right: 200px;
}

.last\:mb-200:last-child {
  margin-bottom: 200px;
}

.last\:ml-200:last-child {
  margin-left: 200px;
}

.last\:mt-220:last-child {
  margin-top: 220px;
}

.last\:mr-220:last-child {
  margin-right: 220px;
}

.last\:mb-220:last-child {
  margin-bottom: 220px;
}

.last\:ml-220:last-child {
  margin-left: 220px;
}

.last\:mt-230:last-child {
  margin-top: 230px;
}

.last\:mr-230:last-child {
  margin-right: 230px;
}

.last\:mb-230:last-child {
  margin-bottom: 230px;
}

.last\:ml-230:last-child {
  margin-left: 230px;
}

.last\:mt-235:last-child {
  margin-top: 235px;
}

.last\:mr-235:last-child {
  margin-right: 235px;
}

.last\:mb-235:last-child {
  margin-bottom: 235px;
}

.last\:ml-235:last-child {
  margin-left: 235px;
}

.last\:mt-240:last-child {
  margin-top: 240px;
}

.last\:mr-240:last-child {
  margin-right: 240px;
}

.last\:mb-240:last-child {
  margin-bottom: 240px;
}

.last\:ml-240:last-child {
  margin-left: 240px;
}

.last\:mt-250:last-child {
  margin-top: 250px;
}

.last\:mr-250:last-child {
  margin-right: 250px;
}

.last\:mb-250:last-child {
  margin-bottom: 250px;
}

.last\:ml-250:last-child {
  margin-left: 250px;
}

.last\:mt-300:last-child {
  margin-top: 300px;
}

.last\:mr-300:last-child {
  margin-right: 300px;
}

.last\:mb-300:last-child {
  margin-bottom: 300px;
}

.last\:ml-300:last-child {
  margin-left: 300px;
}

.last\:mt-320:last-child {
  margin-top: 320px;
}

.last\:mr-320:last-child {
  margin-right: 320px;
}

.last\:mb-320:last-child {
  margin-bottom: 320px;
}

.last\:ml-320:last-child {
  margin-left: 320px;
}

.last\:mt-350:last-child {
  margin-top: 350px;
}

.last\:mr-350:last-child {
  margin-right: 350px;
}

.last\:mb-350:last-child {
  margin-bottom: 350px;
}

.last\:ml-350:last-child {
  margin-left: 350px;
}

.last\:mt-375:last-child {
  margin-top: 375px;
}

.last\:mr-375:last-child {
  margin-right: 375px;
}

.last\:mb-375:last-child {
  margin-bottom: 375px;
}

.last\:ml-375:last-child {
  margin-left: 375px;
}

.last\:mt-400:last-child {
  margin-top: 400px;
}

.last\:mr-400:last-child {
  margin-right: 400px;
}

.last\:mb-400:last-child {
  margin-bottom: 400px;
}

.last\:ml-400:last-child {
  margin-left: 400px;
}

.last\:mt-450:last-child {
  margin-top: 450px;
}

.last\:mr-450:last-child {
  margin-right: 450px;
}

.last\:mb-450:last-child {
  margin-bottom: 450px;
}

.last\:ml-450:last-child {
  margin-left: 450px;
}

.last\:mt-700:last-child {
  margin-top: 700px;
}

.last\:mr-700:last-child {
  margin-right: 700px;
}

.last\:mb-700:last-child {
  margin-bottom: 700px;
}

.last\:ml-700:last-child {
  margin-left: 700px;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:mt-1p:last-child {
  margin-top: 1%;
}

.last\:mr-1p:last-child {
  margin-right: 1%;
}

.last\:mb-1p:last-child {
  margin-bottom: 1%;
}

.last\:ml-1p:last-child {
  margin-left: 1%;
}

.last\:mt-1\/12:last-child {
  margin-top: 8.3333%;
}

.last\:mr-1\/12:last-child {
  margin-right: 8.3333%;
}

.last\:mb-1\/12:last-child {
  margin-bottom: 8.3333%;
}

.last\:ml-1\/12:last-child {
  margin-left: 8.3333%;
}

.last\:mt-2\/12:last-child {
  margin-top: 16.666667%;
}

.last\:mr-2\/12:last-child {
  margin-right: 16.666667%;
}

.last\:mb-2\/12:last-child {
  margin-bottom: 16.666667%;
}

.last\:ml-2\/12:last-child {
  margin-left: 16.666667%;
}

.last\:mt-11p:last-child {
  margin-top: 11%;
}

.last\:mr-11p:last-child {
  margin-right: 11%;
}

.last\:mb-11p:last-child {
  margin-bottom: 11%;
}

.last\:ml-11p:last-child {
  margin-left: 11%;
}

.last\:mt-20p:last-child {
  margin-top: 20%;
}

.last\:mr-20p:last-child {
  margin-right: 20%;
}

.last\:mb-20p:last-child {
  margin-bottom: 20%;
}

.last\:ml-20p:last-child {
  margin-left: 20%;
}

.last\:mt-24p:last-child {
  margin-top: 24.25%;
}

.last\:mr-24p:last-child {
  margin-right: 24.25%;
}

.last\:mb-24p:last-child {
  margin-bottom: 24.25%;
}

.last\:ml-24p:last-child {
  margin-left: 24.25%;
}

.last\:mt-25p:last-child {
  margin-top: 25%;
}

.last\:mr-25p:last-child {
  margin-right: 25%;
}

.last\:mb-25p:last-child {
  margin-bottom: 25%;
}

.last\:ml-25p:last-child {
  margin-left: 25%;
}

.last\:mt-32p:last-child {
  margin-top: 32%;
}

.last\:mr-32p:last-child {
  margin-right: 32%;
}

.last\:mb-32p:last-child {
  margin-bottom: 32%;
}

.last\:ml-32p:last-child {
  margin-left: 32%;
}

.last\:mt-35p:last-child {
  margin-top: 35%;
}

.last\:mr-35p:last-child {
  margin-right: 35%;
}

.last\:mb-35p:last-child {
  margin-bottom: 35%;
}

.last\:ml-35p:last-child {
  margin-left: 35%;
}

.last\:mt-40p:last-child {
  margin-top: 40%;
}

.last\:mr-40p:last-child {
  margin-right: 40%;
}

.last\:mb-40p:last-child {
  margin-bottom: 40%;
}

.last\:ml-40p:last-child {
  margin-left: 40%;
}

.last\:mt-49p:last-child {
  margin-top: 49%;
}

.last\:mr-49p:last-child {
  margin-right: 49%;
}

.last\:mb-49p:last-child {
  margin-bottom: 49%;
}

.last\:ml-49p:last-child {
  margin-left: 49%;
}

.last\:mt-49-5p:last-child {
  margin-top: 49.5%;
}

.last\:mr-49-5p:last-child {
  margin-right: 49.5%;
}

.last\:mb-49-5p:last-child {
  margin-bottom: 49.5%;
}

.last\:ml-49-5p:last-child {
  margin-left: 49.5%;
}

.last\:mt-80p:last-child {
  margin-top: 80%;
}

.last\:mr-80p:last-child {
  margin-right: 80%;
}

.last\:mb-80p:last-child {
  margin-bottom: 80%;
}

.last\:ml-80p:last-child {
  margin-left: 80%;
}

.last\:mt-vh80:last-child {
  margin-top: 80vh;
}

.last\:mr-vh80:last-child {
  margin-right: 80vh;
}

.last\:mb-vh80:last-child {
  margin-bottom: 80vh;
}

.last\:ml-vh80:last-child {
  margin-left: 80vh;
}

.last\:mt-vh86:last-child {
  margin-top: 86vh;
}

.last\:mr-vh86:last-child {
  margin-right: 86vh;
}

.last\:mb-vh86:last-child {
  margin-bottom: 86vh;
}

.last\:ml-vh86:last-child {
  margin-left: 86vh;
}

.last\:mt-vh90:last-child {
  margin-top: 90vh;
}

.last\:mr-vh90:last-child {
  margin-right: 90vh;
}

.last\:mb-vh90:last-child {
  margin-bottom: 90vh;
}

.last\:ml-vh90:last-child {
  margin-left: 90vh;
}

.last\:mt-vw80:last-child {
  margin-top: 80vw;
}

.last\:mr-vw80:last-child {
  margin-right: 80vw;
}

.last\:mb-vw80:last-child {
  margin-bottom: 80vw;
}

.last\:ml-vw80:last-child {
  margin-left: 80vw;
}

.last\:mt-vw90:last-child {
  margin-top: 90vw;
}

.last\:mr-vw90:last-child {
  margin-right: 90vw;
}

.last\:mb-vw90:last-child {
  margin-bottom: 90vw;
}

.last\:ml-vw90:last-child {
  margin-left: 90vw;
}

.last\:mt-90p:last-child {
  margin-top: 90%;
}

.last\:mr-90p:last-child {
  margin-right: 90%;
}

.last\:mb-90p:last-child {
  margin-bottom: 90%;
}

.last\:ml-90p:last-child {
  margin-left: 90%;
}

.last\:mt-92p:last-child {
  margin-top: 92%;
}

.last\:mr-92p:last-child {
  margin-right: 92%;
}

.last\:mb-92p:last-child {
  margin-bottom: 92%;
}

.last\:ml-92p:last-child {
  margin-left: 92%;
}

.last\:mt-93p:last-child {
  margin-top: 93%;
}

.last\:mr-93p:last-child {
  margin-right: 93%;
}

.last\:mb-93p:last-child {
  margin-bottom: 93%;
}

.last\:ml-93p:last-child {
  margin-left: 93%;
}

.last\:mt-94p:last-child {
  margin-top: 94%;
}

.last\:mr-94p:last-child {
  margin-right: 94%;
}

.last\:mb-94p:last-child {
  margin-bottom: 94%;
}

.last\:ml-94p:last-child {
  margin-left: 94%;
}

.last\:mt-95p:last-child {
  margin-top: 95%;
}

.last\:mr-95p:last-child {
  margin-right: 95%;
}

.last\:mb-95p:last-child {
  margin-bottom: 95%;
}

.last\:ml-95p:last-child {
  margin-left: 95%;
}

.last\:mt-96p:last-child {
  margin-top: 96%;
}

.last\:mr-96p:last-child {
  margin-right: 96%;
}

.last\:mb-96p:last-child {
  margin-bottom: 96%;
}

.last\:ml-96p:last-child {
  margin-left: 96%;
}

.last\:mt-100p:last-child {
  margin-top: 100%;
}

.last\:mr-100p:last-child {
  margin-right: 100%;
}

.last\:mb-100p:last-child {
  margin-bottom: 100%;
}

.last\:ml-100p:last-child {
  margin-left: 100%;
}

.last\:-mt-0:last-child {
  margin-top: 0px;
}

.last\:-mr-0:last-child {
  margin-right: 0px;
}

.last\:-mb-0:last-child {
  margin-bottom: 0px;
}

.last\:-ml-0:last-child {
  margin-left: 0px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -3px;
}

.last\:-mr-3:last-child {
  margin-right: -3px;
}

.last\:-mb-3:last-child {
  margin-bottom: -3px;
}

.last\:-ml-3:last-child {
  margin-left: -3px;
}

.last\:-mt-4:last-child {
  margin-top: -4px;
}

.last\:-mr-4:last-child {
  margin-right: -4px;
}

.last\:-mb-4:last-child {
  margin-bottom: -4px;
}

.last\:-ml-4:last-child {
  margin-left: -4px;
}

.last\:-mt-5:last-child {
  margin-top: -5px;
}

.last\:-mr-5:last-child {
  margin-right: -5px;
}

.last\:-mb-5:last-child {
  margin-bottom: -5px;
}

.last\:-ml-5:last-child {
  margin-left: -5px;
}

.last\:-mt-6:last-child {
  margin-top: -6px;
}

.last\:-mr-6:last-child {
  margin-right: -6px;
}

.last\:-mb-6:last-child {
  margin-bottom: -6px;
}

.last\:-ml-6:last-child {
  margin-left: -6px;
}

.last\:-mt-8:last-child {
  margin-top: -8px;
}

.last\:-mr-8:last-child {
  margin-right: -8px;
}

.last\:-mb-8:last-child {
  margin-bottom: -8px;
}

.last\:-ml-8:last-child {
  margin-left: -8px;
}

.last\:-mt-9:last-child {
  margin-top: -9px;
}

.last\:-mr-9:last-child {
  margin-right: -9px;
}

.last\:-mb-9:last-child {
  margin-bottom: -9px;
}

.last\:-ml-9:last-child {
  margin-left: -9px;
}

.last\:-mt-10:last-child {
  margin-top: -10px;
}

.last\:-mr-10:last-child {
  margin-right: -10px;
}

.last\:-mb-10:last-child {
  margin-bottom: -10px;
}

.last\:-ml-10:last-child {
  margin-left: -10px;
}

.last\:-mt-12:last-child {
  margin-top: -12px;
}

.last\:-mr-12:last-child {
  margin-right: -12px;
}

.last\:-mb-12:last-child {
  margin-bottom: -12px;
}

.last\:-ml-12:last-child {
  margin-left: -12px;
}

.last\:-mt-13:last-child {
  margin-top: -13px;
}

.last\:-mr-13:last-child {
  margin-right: -13px;
}

.last\:-mb-13:last-child {
  margin-bottom: -13px;
}

.last\:-ml-13:last-child {
  margin-left: -13px;
}

.last\:-mt-14:last-child {
  margin-top: -14px;
}

.last\:-mr-14:last-child {
  margin-right: -14px;
}

.last\:-mb-14:last-child {
  margin-bottom: -14px;
}

.last\:-ml-14:last-child {
  margin-left: -14px;
}

.last\:-mt-15:last-child {
  margin-top: -15px;
}

.last\:-mr-15:last-child {
  margin-right: -15px;
}

.last\:-mb-15:last-child {
  margin-bottom: -15px;
}

.last\:-ml-15:last-child {
  margin-left: -15px;
}

.last\:-mt-16:last-child {
  margin-top: -16px;
}

.last\:-mr-16:last-child {
  margin-right: -16px;
}

.last\:-mb-16:last-child {
  margin-bottom: -16px;
}

.last\:-ml-16:last-child {
  margin-left: -16px;
}

.last\:-mt-17:last-child {
  margin-top: -17px;
}

.last\:-mr-17:last-child {
  margin-right: -17px;
}

.last\:-mb-17:last-child {
  margin-bottom: -17px;
}

.last\:-ml-17:last-child {
  margin-left: -17px;
}

.last\:-mt-18:last-child {
  margin-top: -18px;
}

.last\:-mr-18:last-child {
  margin-right: -18px;
}

.last\:-mb-18:last-child {
  margin-bottom: -18px;
}

.last\:-ml-18:last-child {
  margin-left: -18px;
}

.last\:-mt-20:last-child {
  margin-top: -20px;
}

.last\:-mr-20:last-child {
  margin-right: -20px;
}

.last\:-mb-20:last-child {
  margin-bottom: -20px;
}

.last\:-ml-20:last-child {
  margin-left: -20px;
}

.last\:-mt-22:last-child {
  margin-top: -22px;
}

.last\:-mr-22:last-child {
  margin-right: -22px;
}

.last\:-mb-22:last-child {
  margin-bottom: -22px;
}

.last\:-ml-22:last-child {
  margin-left: -22px;
}

.last\:-mt-24:last-child {
  margin-top: -24px;
}

.last\:-mr-24:last-child {
  margin-right: -24px;
}

.last\:-mb-24:last-child {
  margin-bottom: -24px;
}

.last\:-ml-24:last-child {
  margin-left: -24px;
}

.last\:-mt-25:last-child {
  margin-top: -25px;
}

.last\:-mr-25:last-child {
  margin-right: -25px;
}

.last\:-mb-25:last-child {
  margin-bottom: -25px;
}

.last\:-ml-25:last-child {
  margin-left: -25px;
}

.last\:-mt-28:last-child {
  margin-top: -28px;
}

.last\:-mr-28:last-child {
  margin-right: -28px;
}

.last\:-mb-28:last-child {
  margin-bottom: -28px;
}

.last\:-ml-28:last-child {
  margin-left: -28px;
}

.last\:-mt-29:last-child {
  margin-top: -29px;
}

.last\:-mr-29:last-child {
  margin-right: -29px;
}

.last\:-mb-29:last-child {
  margin-bottom: -29px;
}

.last\:-ml-29:last-child {
  margin-left: -29px;
}

.last\:-mt-30:last-child {
  margin-top: -30px;
}

.last\:-mr-30:last-child {
  margin-right: -30px;
}

.last\:-mb-30:last-child {
  margin-bottom: -30px;
}

.last\:-ml-30:last-child {
  margin-left: -30px;
}

.last\:-mt-32:last-child {
  margin-top: -32px;
}

.last\:-mr-32:last-child {
  margin-right: -32px;
}

.last\:-mb-32:last-child {
  margin-bottom: -32px;
}

.last\:-ml-32:last-child {
  margin-left: -32px;
}

.last\:-mt-35:last-child {
  margin-top: -35px;
}

.last\:-mr-35:last-child {
  margin-right: -35px;
}

.last\:-mb-35:last-child {
  margin-bottom: -35px;
}

.last\:-ml-35:last-child {
  margin-left: -35px;
}

.last\:-mt-36:last-child {
  margin-top: -36px;
}

.last\:-mr-36:last-child {
  margin-right: -36px;
}

.last\:-mb-36:last-child {
  margin-bottom: -36px;
}

.last\:-ml-36:last-child {
  margin-left: -36px;
}

.last\:-mt-37:last-child {
  margin-top: -37px;
}

.last\:-mr-37:last-child {
  margin-right: -37px;
}

.last\:-mb-37:last-child {
  margin-bottom: -37px;
}

.last\:-ml-37:last-child {
  margin-left: -37px;
}

.last\:-mt-40:last-child {
  margin-top: -40px;
}

.last\:-mr-40:last-child {
  margin-right: -40px;
}

.last\:-mb-40:last-child {
  margin-bottom: -40px;
}

.last\:-ml-40:last-child {
  margin-left: -40px;
}

.last\:-mt-45:last-child {
  margin-top: -45px;
}

.last\:-mr-45:last-child {
  margin-right: -45px;
}

.last\:-mb-45:last-child {
  margin-bottom: -45px;
}

.last\:-ml-45:last-child {
  margin-left: -45px;
}

.last\:-mt-48:last-child {
  margin-top: -48px;
}

.last\:-mr-48:last-child {
  margin-right: -48px;
}

.last\:-mb-48:last-child {
  margin-bottom: -48px;
}

.last\:-ml-48:last-child {
  margin-left: -48px;
}

.last\:-mt-50:last-child {
  margin-top: -50px;
}

.last\:-mr-50:last-child {
  margin-right: -50px;
}

.last\:-mb-50:last-child {
  margin-bottom: -50px;
}

.last\:-ml-50:last-child {
  margin-left: -50px;
}

.last\:-mt-55:last-child {
  margin-top: -55px;
}

.last\:-mr-55:last-child {
  margin-right: -55px;
}

.last\:-mb-55:last-child {
  margin-bottom: -55px;
}

.last\:-ml-55:last-child {
  margin-left: -55px;
}

.last\:-mt-56:last-child {
  margin-top: -56px;
}

.last\:-mr-56:last-child {
  margin-right: -56px;
}

.last\:-mb-56:last-child {
  margin-bottom: -56px;
}

.last\:-ml-56:last-child {
  margin-left: -56px;
}

.last\:-mt-60:last-child {
  margin-top: -60px;
}

.last\:-mr-60:last-child {
  margin-right: -60px;
}

.last\:-mb-60:last-child {
  margin-bottom: -60px;
}

.last\:-ml-60:last-child {
  margin-left: -60px;
}

.last\:-mt-62:last-child {
  margin-top: -62px;
}

.last\:-mr-62:last-child {
  margin-right: -62px;
}

.last\:-mb-62:last-child {
  margin-bottom: -62px;
}

.last\:-ml-62:last-child {
  margin-left: -62px;
}

.last\:-mt-64:last-child {
  margin-top: -64px;
}

.last\:-mr-64:last-child {
  margin-right: -64px;
}

.last\:-mb-64:last-child {
  margin-bottom: -64px;
}

.last\:-ml-64:last-child {
  margin-left: -64px;
}

.last\:-mt-65:last-child {
  margin-top: -65px;
}

.last\:-mr-65:last-child {
  margin-right: -65px;
}

.last\:-mb-65:last-child {
  margin-bottom: -65px;
}

.last\:-ml-65:last-child {
  margin-left: -65px;
}

.last\:-mt-70:last-child {
  margin-top: -70px;
}

.last\:-mr-70:last-child {
  margin-right: -70px;
}

.last\:-mb-70:last-child {
  margin-bottom: -70px;
}

.last\:-ml-70:last-child {
  margin-left: -70px;
}

.last\:-mt-75:last-child {
  margin-top: -75px;
}

.last\:-mr-75:last-child {
  margin-right: -75px;
}

.last\:-mb-75:last-child {
  margin-bottom: -75px;
}

.last\:-ml-75:last-child {
  margin-left: -75px;
}

.last\:-mt-80:last-child {
  margin-top: -80px;
}

.last\:-mr-80:last-child {
  margin-right: -80px;
}

.last\:-mb-80:last-child {
  margin-bottom: -80px;
}

.last\:-ml-80:last-child {
  margin-left: -80px;
}

.last\:-mt-85:last-child {
  margin-top: -85px;
}

.last\:-mr-85:last-child {
  margin-right: -85px;
}

.last\:-mb-85:last-child {
  margin-bottom: -85px;
}

.last\:-ml-85:last-child {
  margin-left: -85px;
}

.last\:-mt-90:last-child {
  margin-top: -90px;
}

.last\:-mr-90:last-child {
  margin-right: -90px;
}

.last\:-mb-90:last-child {
  margin-bottom: -90px;
}

.last\:-ml-90:last-child {
  margin-left: -90px;
}

.last\:-mt-95:last-child {
  margin-top: -95px;
}

.last\:-mr-95:last-child {
  margin-right: -95px;
}

.last\:-mb-95:last-child {
  margin-bottom: -95px;
}

.last\:-ml-95:last-child {
  margin-left: -95px;
}

.last\:-mt-96:last-child {
  margin-top: -96px;
}

.last\:-mr-96:last-child {
  margin-right: -96px;
}

.last\:-mb-96:last-child {
  margin-bottom: -96px;
}

.last\:-ml-96:last-child {
  margin-left: -96px;
}

.last\:-mt-100:last-child {
  margin-top: -100px;
}

.last\:-mr-100:last-child {
  margin-right: -100px;
}

.last\:-mb-100:last-child {
  margin-bottom: -100px;
}

.last\:-ml-100:last-child {
  margin-left: -100px;
}

.last\:-mt-110:last-child {
  margin-top: -110px;
}

.last\:-mr-110:last-child {
  margin-right: -110px;
}

.last\:-mb-110:last-child {
  margin-bottom: -110px;
}

.last\:-ml-110:last-child {
  margin-left: -110px;
}

.last\:-mt-115:last-child {
  margin-top: -115px;
}

.last\:-mr-115:last-child {
  margin-right: -115px;
}

.last\:-mb-115:last-child {
  margin-bottom: -115px;
}

.last\:-ml-115:last-child {
  margin-left: -115px;
}

.last\:-mt-120:last-child {
  margin-top: -120px;
}

.last\:-mr-120:last-child {
  margin-right: -120px;
}

.last\:-mb-120:last-child {
  margin-bottom: -120px;
}

.last\:-ml-120:last-child {
  margin-left: -120px;
}

.last\:-mt-128:last-child {
  margin-top: -128px;
}

.last\:-mr-128:last-child {
  margin-right: -128px;
}

.last\:-mb-128:last-child {
  margin-bottom: -128px;
}

.last\:-ml-128:last-child {
  margin-left: -128px;
}

.last\:-mt-135:last-child {
  margin-top: -135px;
}

.last\:-mr-135:last-child {
  margin-right: -135px;
}

.last\:-mb-135:last-child {
  margin-bottom: -135px;
}

.last\:-ml-135:last-child {
  margin-left: -135px;
}

.last\:-mt-140:last-child {
  margin-top: -140px;
}

.last\:-mr-140:last-child {
  margin-right: -140px;
}

.last\:-mb-140:last-child {
  margin-bottom: -140px;
}

.last\:-ml-140:last-child {
  margin-left: -140px;
}

.last\:-mt-145:last-child {
  margin-top: -145px;
}

.last\:-mr-145:last-child {
  margin-right: -145px;
}

.last\:-mb-145:last-child {
  margin-bottom: -145px;
}

.last\:-ml-145:last-child {
  margin-left: -145px;
}

.last\:-mt-150:last-child {
  margin-top: -150px;
}

.last\:-mr-150:last-child {
  margin-right: -150px;
}

.last\:-mb-150:last-child {
  margin-bottom: -150px;
}

.last\:-ml-150:last-child {
  margin-left: -150px;
}

.last\:-mt-160:last-child {
  margin-top: -160px;
}

.last\:-mr-160:last-child {
  margin-right: -160px;
}

.last\:-mb-160:last-child {
  margin-bottom: -160px;
}

.last\:-ml-160:last-child {
  margin-left: -160px;
}

.last\:-mt-165:last-child {
  margin-top: -165px;
}

.last\:-mr-165:last-child {
  margin-right: -165px;
}

.last\:-mb-165:last-child {
  margin-bottom: -165px;
}

.last\:-ml-165:last-child {
  margin-left: -165px;
}

.last\:-mt-168:last-child {
  margin-top: -168px;
}

.last\:-mr-168:last-child {
  margin-right: -168px;
}

.last\:-mb-168:last-child {
  margin-bottom: -168px;
}

.last\:-ml-168:last-child {
  margin-left: -168px;
}

.last\:-mt-170:last-child {
  margin-top: -170px;
}

.last\:-mr-170:last-child {
  margin-right: -170px;
}

.last\:-mb-170:last-child {
  margin-bottom: -170px;
}

.last\:-ml-170:last-child {
  margin-left: -170px;
}

.last\:-mt-180:last-child {
  margin-top: -180px;
}

.last\:-mr-180:last-child {
  margin-right: -180px;
}

.last\:-mb-180:last-child {
  margin-bottom: -180px;
}

.last\:-ml-180:last-child {
  margin-left: -180px;
}

.last\:-mt-200:last-child {
  margin-top: -200px;
}

.last\:-mr-200:last-child {
  margin-right: -200px;
}

.last\:-mb-200:last-child {
  margin-bottom: -200px;
}

.last\:-ml-200:last-child {
  margin-left: -200px;
}

.last\:-mt-220:last-child {
  margin-top: -220px;
}

.last\:-mr-220:last-child {
  margin-right: -220px;
}

.last\:-mb-220:last-child {
  margin-bottom: -220px;
}

.last\:-ml-220:last-child {
  margin-left: -220px;
}

.last\:-mt-230:last-child {
  margin-top: -230px;
}

.last\:-mr-230:last-child {
  margin-right: -230px;
}

.last\:-mb-230:last-child {
  margin-bottom: -230px;
}

.last\:-ml-230:last-child {
  margin-left: -230px;
}

.last\:-mt-235:last-child {
  margin-top: -235px;
}

.last\:-mr-235:last-child {
  margin-right: -235px;
}

.last\:-mb-235:last-child {
  margin-bottom: -235px;
}

.last\:-ml-235:last-child {
  margin-left: -235px;
}

.last\:-mt-240:last-child {
  margin-top: -240px;
}

.last\:-mr-240:last-child {
  margin-right: -240px;
}

.last\:-mb-240:last-child {
  margin-bottom: -240px;
}

.last\:-ml-240:last-child {
  margin-left: -240px;
}

.last\:-mt-250:last-child {
  margin-top: -250px;
}

.last\:-mr-250:last-child {
  margin-right: -250px;
}

.last\:-mb-250:last-child {
  margin-bottom: -250px;
}

.last\:-ml-250:last-child {
  margin-left: -250px;
}

.last\:-mt-300:last-child {
  margin-top: -300px;
}

.last\:-mr-300:last-child {
  margin-right: -300px;
}

.last\:-mb-300:last-child {
  margin-bottom: -300px;
}

.last\:-ml-300:last-child {
  margin-left: -300px;
}

.last\:-mt-320:last-child {
  margin-top: -320px;
}

.last\:-mr-320:last-child {
  margin-right: -320px;
}

.last\:-mb-320:last-child {
  margin-bottom: -320px;
}

.last\:-ml-320:last-child {
  margin-left: -320px;
}

.last\:-mt-350:last-child {
  margin-top: -350px;
}

.last\:-mr-350:last-child {
  margin-right: -350px;
}

.last\:-mb-350:last-child {
  margin-bottom: -350px;
}

.last\:-ml-350:last-child {
  margin-left: -350px;
}

.last\:-mt-375:last-child {
  margin-top: -375px;
}

.last\:-mr-375:last-child {
  margin-right: -375px;
}

.last\:-mb-375:last-child {
  margin-bottom: -375px;
}

.last\:-ml-375:last-child {
  margin-left: -375px;
}

.last\:-mt-400:last-child {
  margin-top: -400px;
}

.last\:-mr-400:last-child {
  margin-right: -400px;
}

.last\:-mb-400:last-child {
  margin-bottom: -400px;
}

.last\:-ml-400:last-child {
  margin-left: -400px;
}

.last\:-mt-450:last-child {
  margin-top: -450px;
}

.last\:-mr-450:last-child {
  margin-right: -450px;
}

.last\:-mb-450:last-child {
  margin-bottom: -450px;
}

.last\:-ml-450:last-child {
  margin-left: -450px;
}

.last\:-mt-700:last-child {
  margin-top: -700px;
}

.last\:-mr-700:last-child {
  margin-right: -700px;
}

.last\:-mb-700:last-child {
  margin-bottom: -700px;
}

.last\:-ml-700:last-child {
  margin-left: -700px;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:-mt-1p:last-child {
  margin-top: -1%;
}

.last\:-mr-1p:last-child {
  margin-right: -1%;
}

.last\:-mb-1p:last-child {
  margin-bottom: -1%;
}

.last\:-ml-1p:last-child {
  margin-left: -1%;
}

.last\:-mt-1\/12:last-child {
  margin-top: -8.3333%;
}

.last\:-mr-1\/12:last-child {
  margin-right: -8.3333%;
}

.last\:-mb-1\/12:last-child {
  margin-bottom: -8.3333%;
}

.last\:-ml-1\/12:last-child {
  margin-left: -8.3333%;
}

.last\:-mt-2\/12:last-child {
  margin-top: -16.66667%;
}

.last\:-mr-2\/12:last-child {
  margin-right: -16.66667%;
}

.last\:-mb-2\/12:last-child {
  margin-bottom: -16.66667%;
}

.last\:-ml-2\/12:last-child {
  margin-left: -16.66667%;
}

.last\:-mt-11p:last-child {
  margin-top: -11%;
}

.last\:-mr-11p:last-child {
  margin-right: -11%;
}

.last\:-mb-11p:last-child {
  margin-bottom: -11%;
}

.last\:-ml-11p:last-child {
  margin-left: -11%;
}

.last\:-mt-20p:last-child {
  margin-top: -20%;
}

.last\:-mr-20p:last-child {
  margin-right: -20%;
}

.last\:-mb-20p:last-child {
  margin-bottom: -20%;
}

.last\:-ml-20p:last-child {
  margin-left: -20%;
}

.last\:-mt-24p:last-child {
  margin-top: -24.25%;
}

.last\:-mr-24p:last-child {
  margin-right: -24.25%;
}

.last\:-mb-24p:last-child {
  margin-bottom: -24.25%;
}

.last\:-ml-24p:last-child {
  margin-left: -24.25%;
}

.last\:-mt-25p:last-child {
  margin-top: -25%;
}

.last\:-mr-25p:last-child {
  margin-right: -25%;
}

.last\:-mb-25p:last-child {
  margin-bottom: -25%;
}

.last\:-ml-25p:last-child {
  margin-left: -25%;
}

.last\:-mt-32p:last-child {
  margin-top: -32%;
}

.last\:-mr-32p:last-child {
  margin-right: -32%;
}

.last\:-mb-32p:last-child {
  margin-bottom: -32%;
}

.last\:-ml-32p:last-child {
  margin-left: -32%;
}

.last\:-mt-35p:last-child {
  margin-top: -35%;
}

.last\:-mr-35p:last-child {
  margin-right: -35%;
}

.last\:-mb-35p:last-child {
  margin-bottom: -35%;
}

.last\:-ml-35p:last-child {
  margin-left: -35%;
}

.last\:-mt-40p:last-child {
  margin-top: -40%;
}

.last\:-mr-40p:last-child {
  margin-right: -40%;
}

.last\:-mb-40p:last-child {
  margin-bottom: -40%;
}

.last\:-ml-40p:last-child {
  margin-left: -40%;
}

.last\:-mt-49p:last-child {
  margin-top: -49%;
}

.last\:-mr-49p:last-child {
  margin-right: -49%;
}

.last\:-mb-49p:last-child {
  margin-bottom: -49%;
}

.last\:-ml-49p:last-child {
  margin-left: -49%;
}

.last\:-mt-49-5p:last-child {
  margin-top: -49.5%;
}

.last\:-mr-49-5p:last-child {
  margin-right: -49.5%;
}

.last\:-mb-49-5p:last-child {
  margin-bottom: -49.5%;
}

.last\:-ml-49-5p:last-child {
  margin-left: -49.5%;
}

.last\:-mt-80p:last-child {
  margin-top: -80%;
}

.last\:-mr-80p:last-child {
  margin-right: -80%;
}

.last\:-mb-80p:last-child {
  margin-bottom: -80%;
}

.last\:-ml-80p:last-child {
  margin-left: -80%;
}

.last\:-mt-vh80:last-child {
  margin-top: -80vh;
}

.last\:-mr-vh80:last-child {
  margin-right: -80vh;
}

.last\:-mb-vh80:last-child {
  margin-bottom: -80vh;
}

.last\:-ml-vh80:last-child {
  margin-left: -80vh;
}

.last\:-mt-vh86:last-child {
  margin-top: -86vh;
}

.last\:-mr-vh86:last-child {
  margin-right: -86vh;
}

.last\:-mb-vh86:last-child {
  margin-bottom: -86vh;
}

.last\:-ml-vh86:last-child {
  margin-left: -86vh;
}

.last\:-mt-vh90:last-child {
  margin-top: -90vh;
}

.last\:-mr-vh90:last-child {
  margin-right: -90vh;
}

.last\:-mb-vh90:last-child {
  margin-bottom: -90vh;
}

.last\:-ml-vh90:last-child {
  margin-left: -90vh;
}

.last\:-mt-vw80:last-child {
  margin-top: -80vw;
}

.last\:-mr-vw80:last-child {
  margin-right: -80vw;
}

.last\:-mb-vw80:last-child {
  margin-bottom: -80vw;
}

.last\:-ml-vw80:last-child {
  margin-left: -80vw;
}

.last\:-mt-vw90:last-child {
  margin-top: -90vw;
}

.last\:-mr-vw90:last-child {
  margin-right: -90vw;
}

.last\:-mb-vw90:last-child {
  margin-bottom: -90vw;
}

.last\:-ml-vw90:last-child {
  margin-left: -90vw;
}

.last\:-mt-90p:last-child {
  margin-top: -90%;
}

.last\:-mr-90p:last-child {
  margin-right: -90%;
}

.last\:-mb-90p:last-child {
  margin-bottom: -90%;
}

.last\:-ml-90p:last-child {
  margin-left: -90%;
}

.last\:-mt-92p:last-child {
  margin-top: -92%;
}

.last\:-mr-92p:last-child {
  margin-right: -92%;
}

.last\:-mb-92p:last-child {
  margin-bottom: -92%;
}

.last\:-ml-92p:last-child {
  margin-left: -92%;
}

.last\:-mt-93p:last-child {
  margin-top: -93%;
}

.last\:-mr-93p:last-child {
  margin-right: -93%;
}

.last\:-mb-93p:last-child {
  margin-bottom: -93%;
}

.last\:-ml-93p:last-child {
  margin-left: -93%;
}

.last\:-mt-94p:last-child {
  margin-top: -94%;
}

.last\:-mr-94p:last-child {
  margin-right: -94%;
}

.last\:-mb-94p:last-child {
  margin-bottom: -94%;
}

.last\:-ml-94p:last-child {
  margin-left: -94%;
}

.last\:-mt-95p:last-child {
  margin-top: -95%;
}

.last\:-mr-95p:last-child {
  margin-right: -95%;
}

.last\:-mb-95p:last-child {
  margin-bottom: -95%;
}

.last\:-ml-95p:last-child {
  margin-left: -95%;
}

.last\:-mt-96p:last-child {
  margin-top: -96%;
}

.last\:-mr-96p:last-child {
  margin-right: -96%;
}

.last\:-mb-96p:last-child {
  margin-bottom: -96%;
}

.last\:-ml-96p:last-child {
  margin-left: -96%;
}

.last\:-mt-100p:last-child {
  margin-top: -100%;
}

.last\:-mr-100p:last-child {
  margin-right: -100%;
}

.last\:-mb-100p:last-child {
  margin-bottom: -100%;
}

.last\:-ml-100p:last-child {
  margin-left: -100%;
}

.group:hover .group-hover\:m-0 {
  margin: 0px;
}

.group:hover .group-hover\:m-1 {
  margin: 0.25rem;
}

.group:hover .group-hover\:m-2 {
  margin: 0.5rem;
}

.group:hover .group-hover\:m-3 {
  margin: 3px;
}

.group:hover .group-hover\:m-4 {
  margin: 4px;
}

.group:hover .group-hover\:m-5 {
  margin: 5px;
}

.group:hover .group-hover\:m-6 {
  margin: 6px;
}

.group:hover .group-hover\:m-8 {
  margin: 8px;
}

.group:hover .group-hover\:m-9 {
  margin: 9px;
}

.group:hover .group-hover\:m-10 {
  margin: 10px;
}

.group:hover .group-hover\:m-12 {
  margin: 12px;
}

.group:hover .group-hover\:m-13 {
  margin: 13px;
}

.group:hover .group-hover\:m-14 {
  margin: 14px;
}

.group:hover .group-hover\:m-15 {
  margin: 15px;
}

.group:hover .group-hover\:m-16 {
  margin: 16px;
}

.group:hover .group-hover\:m-17 {
  margin: 17px;
}

.group:hover .group-hover\:m-18 {
  margin: 18px;
}

.group:hover .group-hover\:m-20 {
  margin: 20px;
}

.group:hover .group-hover\:m-22 {
  margin: 22px;
}

.group:hover .group-hover\:m-24 {
  margin: 24px;
}

.group:hover .group-hover\:m-25 {
  margin: 25px;
}

.group:hover .group-hover\:m-28 {
  margin: 28px;
}

.group:hover .group-hover\:m-29 {
  margin: 29px;
}

.group:hover .group-hover\:m-30 {
  margin: 30px;
}

.group:hover .group-hover\:m-32 {
  margin: 32px;
}

.group:hover .group-hover\:m-35 {
  margin: 35px;
}

.group:hover .group-hover\:m-36 {
  margin: 36px;
}

.group:hover .group-hover\:m-37 {
  margin: 37px;
}

.group:hover .group-hover\:m-40 {
  margin: 40px;
}

.group:hover .group-hover\:m-45 {
  margin: 45px;
}

.group:hover .group-hover\:m-48 {
  margin: 48px;
}

.group:hover .group-hover\:m-50 {
  margin: 50px;
}

.group:hover .group-hover\:m-55 {
  margin: 55px;
}

.group:hover .group-hover\:m-56 {
  margin: 56px;
}

.group:hover .group-hover\:m-60 {
  margin: 60px;
}

.group:hover .group-hover\:m-62 {
  margin: 62px;
}

.group:hover .group-hover\:m-64 {
  margin: 64px;
}

.group:hover .group-hover\:m-65 {
  margin: 65px;
}

.group:hover .group-hover\:m-70 {
  margin: 70px;
}

.group:hover .group-hover\:m-75 {
  margin: 75px;
}

.group:hover .group-hover\:m-80 {
  margin: 80px;
}

.group:hover .group-hover\:m-85 {
  margin: 85px;
}

.group:hover .group-hover\:m-90 {
  margin: 90px;
}

.group:hover .group-hover\:m-95 {
  margin: 95px;
}

.group:hover .group-hover\:m-96 {
  margin: 96px;
}

.group:hover .group-hover\:m-100 {
  margin: 100px;
}

.group:hover .group-hover\:m-110 {
  margin: 110px;
}

.group:hover .group-hover\:m-115 {
  margin: 115px;
}

.group:hover .group-hover\:m-120 {
  margin: 120px;
}

.group:hover .group-hover\:m-128 {
  margin: 128px;
}

.group:hover .group-hover\:m-135 {
  margin: 135px;
}

.group:hover .group-hover\:m-140 {
  margin: 140px;
}

.group:hover .group-hover\:m-145 {
  margin: 145px;
}

.group:hover .group-hover\:m-150 {
  margin: 150px;
}

.group:hover .group-hover\:m-160 {
  margin: 160px;
}

.group:hover .group-hover\:m-165 {
  margin: 165px;
}

.group:hover .group-hover\:m-168 {
  margin: 168px;
}

.group:hover .group-hover\:m-170 {
  margin: 170px;
}

.group:hover .group-hover\:m-180 {
  margin: 180px;
}

.group:hover .group-hover\:m-200 {
  margin: 200px;
}

.group:hover .group-hover\:m-220 {
  margin: 220px;
}

.group:hover .group-hover\:m-230 {
  margin: 230px;
}

.group:hover .group-hover\:m-235 {
  margin: 235px;
}

.group:hover .group-hover\:m-240 {
  margin: 240px;
}

.group:hover .group-hover\:m-250 {
  margin: 250px;
}

.group:hover .group-hover\:m-300 {
  margin: 300px;
}

.group:hover .group-hover\:m-320 {
  margin: 320px;
}

.group:hover .group-hover\:m-350 {
  margin: 350px;
}

.group:hover .group-hover\:m-375 {
  margin: 375px;
}

.group:hover .group-hover\:m-400 {
  margin: 400px;
}

.group:hover .group-hover\:m-450 {
  margin: 450px;
}

.group:hover .group-hover\:m-700 {
  margin: 700px;
}

.group:hover .group-hover\:m-auto {
  margin: auto;
}

.group:hover .group-hover\:m-px {
  margin: 1px;
}

.group:hover .group-hover\:m-1p {
  margin: 1%;
}

.group:hover .group-hover\:m-1\/12 {
  margin: 8.3333%;
}

.group:hover .group-hover\:m-2\/12 {
  margin: 16.666667%;
}

.group:hover .group-hover\:m-11p {
  margin: 11%;
}

.group:hover .group-hover\:m-20p {
  margin: 20%;
}

.group:hover .group-hover\:m-24p {
  margin: 24.25%;
}

.group:hover .group-hover\:m-25p {
  margin: 25%;
}

.group:hover .group-hover\:m-32p {
  margin: 32%;
}

.group:hover .group-hover\:m-35p {
  margin: 35%;
}

.group:hover .group-hover\:m-40p {
  margin: 40%;
}

.group:hover .group-hover\:m-49p {
  margin: 49%;
}

.group:hover .group-hover\:m-49-5p {
  margin: 49.5%;
}

.group:hover .group-hover\:m-80p {
  margin: 80%;
}

.group:hover .group-hover\:m-vh80 {
  margin: 80vh;
}

.group:hover .group-hover\:m-vh86 {
  margin: 86vh;
}

.group:hover .group-hover\:m-vh90 {
  margin: 90vh;
}

.group:hover .group-hover\:m-vw80 {
  margin: 80vw;
}

.group:hover .group-hover\:m-vw90 {
  margin: 90vw;
}

.group:hover .group-hover\:m-90p {
  margin: 90%;
}

.group:hover .group-hover\:m-92p {
  margin: 92%;
}

.group:hover .group-hover\:m-93p {
  margin: 93%;
}

.group:hover .group-hover\:m-94p {
  margin: 94%;
}

.group:hover .group-hover\:m-95p {
  margin: 95%;
}

.group:hover .group-hover\:m-96p {
  margin: 96%;
}

.group:hover .group-hover\:m-100p {
  margin: 100%;
}

.group:hover .group-hover\:-m-0 {
  margin: 0px;
}

.group:hover .group-hover\:-m-1 {
  margin: -0.25rem;
}

.group:hover .group-hover\:-m-2 {
  margin: -0.5rem;
}

.group:hover .group-hover\:-m-3 {
  margin: -3px;
}

.group:hover .group-hover\:-m-4 {
  margin: -4px;
}

.group:hover .group-hover\:-m-5 {
  margin: -5px;
}

.group:hover .group-hover\:-m-6 {
  margin: -6px;
}

.group:hover .group-hover\:-m-8 {
  margin: -8px;
}

.group:hover .group-hover\:-m-9 {
  margin: -9px;
}

.group:hover .group-hover\:-m-10 {
  margin: -10px;
}

.group:hover .group-hover\:-m-12 {
  margin: -12px;
}

.group:hover .group-hover\:-m-13 {
  margin: -13px;
}

.group:hover .group-hover\:-m-14 {
  margin: -14px;
}

.group:hover .group-hover\:-m-15 {
  margin: -15px;
}

.group:hover .group-hover\:-m-16 {
  margin: -16px;
}

.group:hover .group-hover\:-m-17 {
  margin: -17px;
}

.group:hover .group-hover\:-m-18 {
  margin: -18px;
}

.group:hover .group-hover\:-m-20 {
  margin: -20px;
}

.group:hover .group-hover\:-m-22 {
  margin: -22px;
}

.group:hover .group-hover\:-m-24 {
  margin: -24px;
}

.group:hover .group-hover\:-m-25 {
  margin: -25px;
}

.group:hover .group-hover\:-m-28 {
  margin: -28px;
}

.group:hover .group-hover\:-m-29 {
  margin: -29px;
}

.group:hover .group-hover\:-m-30 {
  margin: -30px;
}

.group:hover .group-hover\:-m-32 {
  margin: -32px;
}

.group:hover .group-hover\:-m-35 {
  margin: -35px;
}

.group:hover .group-hover\:-m-36 {
  margin: -36px;
}

.group:hover .group-hover\:-m-37 {
  margin: -37px;
}

.group:hover .group-hover\:-m-40 {
  margin: -40px;
}

.group:hover .group-hover\:-m-45 {
  margin: -45px;
}

.group:hover .group-hover\:-m-48 {
  margin: -48px;
}

.group:hover .group-hover\:-m-50 {
  margin: -50px;
}

.group:hover .group-hover\:-m-55 {
  margin: -55px;
}

.group:hover .group-hover\:-m-56 {
  margin: -56px;
}

.group:hover .group-hover\:-m-60 {
  margin: -60px;
}

.group:hover .group-hover\:-m-62 {
  margin: -62px;
}

.group:hover .group-hover\:-m-64 {
  margin: -64px;
}

.group:hover .group-hover\:-m-65 {
  margin: -65px;
}

.group:hover .group-hover\:-m-70 {
  margin: -70px;
}

.group:hover .group-hover\:-m-75 {
  margin: -75px;
}

.group:hover .group-hover\:-m-80 {
  margin: -80px;
}

.group:hover .group-hover\:-m-85 {
  margin: -85px;
}

.group:hover .group-hover\:-m-90 {
  margin: -90px;
}

.group:hover .group-hover\:-m-95 {
  margin: -95px;
}

.group:hover .group-hover\:-m-96 {
  margin: -96px;
}

.group:hover .group-hover\:-m-100 {
  margin: -100px;
}

.group:hover .group-hover\:-m-110 {
  margin: -110px;
}

.group:hover .group-hover\:-m-115 {
  margin: -115px;
}

.group:hover .group-hover\:-m-120 {
  margin: -120px;
}

.group:hover .group-hover\:-m-128 {
  margin: -128px;
}

.group:hover .group-hover\:-m-135 {
  margin: -135px;
}

.group:hover .group-hover\:-m-140 {
  margin: -140px;
}

.group:hover .group-hover\:-m-145 {
  margin: -145px;
}

.group:hover .group-hover\:-m-150 {
  margin: -150px;
}

.group:hover .group-hover\:-m-160 {
  margin: -160px;
}

.group:hover .group-hover\:-m-165 {
  margin: -165px;
}

.group:hover .group-hover\:-m-168 {
  margin: -168px;
}

.group:hover .group-hover\:-m-170 {
  margin: -170px;
}

.group:hover .group-hover\:-m-180 {
  margin: -180px;
}

.group:hover .group-hover\:-m-200 {
  margin: -200px;
}

.group:hover .group-hover\:-m-220 {
  margin: -220px;
}

.group:hover .group-hover\:-m-230 {
  margin: -230px;
}

.group:hover .group-hover\:-m-235 {
  margin: -235px;
}

.group:hover .group-hover\:-m-240 {
  margin: -240px;
}

.group:hover .group-hover\:-m-250 {
  margin: -250px;
}

.group:hover .group-hover\:-m-300 {
  margin: -300px;
}

.group:hover .group-hover\:-m-320 {
  margin: -320px;
}

.group:hover .group-hover\:-m-350 {
  margin: -350px;
}

.group:hover .group-hover\:-m-375 {
  margin: -375px;
}

.group:hover .group-hover\:-m-400 {
  margin: -400px;
}

.group:hover .group-hover\:-m-450 {
  margin: -450px;
}

.group:hover .group-hover\:-m-700 {
  margin: -700px;
}

.group:hover .group-hover\:-m-px {
  margin: -1px;
}

.group:hover .group-hover\:-m-1p {
  margin: -1%;
}

.group:hover .group-hover\:-m-1\/12 {
  margin: -8.3333%;
}

.group:hover .group-hover\:-m-2\/12 {
  margin: -16.66667%;
}

.group:hover .group-hover\:-m-11p {
  margin: -11%;
}

.group:hover .group-hover\:-m-20p {
  margin: -20%;
}

.group:hover .group-hover\:-m-24p {
  margin: -24.25%;
}

.group:hover .group-hover\:-m-25p {
  margin: -25%;
}

.group:hover .group-hover\:-m-32p {
  margin: -32%;
}

.group:hover .group-hover\:-m-35p {
  margin: -35%;
}

.group:hover .group-hover\:-m-40p {
  margin: -40%;
}

.group:hover .group-hover\:-m-49p {
  margin: -49%;
}

.group:hover .group-hover\:-m-49-5p {
  margin: -49.5%;
}

.group:hover .group-hover\:-m-80p {
  margin: -80%;
}

.group:hover .group-hover\:-m-vh80 {
  margin: -80vh;
}

.group:hover .group-hover\:-m-vh86 {
  margin: -86vh;
}

.group:hover .group-hover\:-m-vh90 {
  margin: -90vh;
}

.group:hover .group-hover\:-m-vw80 {
  margin: -80vw;
}

.group:hover .group-hover\:-m-vw90 {
  margin: -90vw;
}

.group:hover .group-hover\:-m-90p {
  margin: -90%;
}

.group:hover .group-hover\:-m-92p {
  margin: -92%;
}

.group:hover .group-hover\:-m-93p {
  margin: -93%;
}

.group:hover .group-hover\:-m-94p {
  margin: -94%;
}

.group:hover .group-hover\:-m-95p {
  margin: -95%;
}

.group:hover .group-hover\:-m-96p {
  margin: -96%;
}

.group:hover .group-hover\:-m-100p {
  margin: -100%;
}

.group:hover .group-hover\:my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.group:hover .group-hover\:mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.group:hover .group-hover\:my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.group:hover .group-hover\:my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.group:hover .group-hover\:my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.group:hover .group-hover\:mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.group:hover .group-hover\:my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.group:hover .group-hover\:mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.group:hover .group-hover\:my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.group:hover .group-hover\:mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.group:hover .group-hover\:my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.group:hover .group-hover\:mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.group:hover .group-hover\:my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.group:hover .group-hover\:mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.group:hover .group-hover\:my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.group:hover .group-hover\:mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.group:hover .group-hover\:my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.group:hover .group-hover\:mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.group:hover .group-hover\:my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.group:hover .group-hover\:mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.group:hover .group-hover\:my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.group:hover .group-hover\:mx-13 {
  margin-left: 13px;
  margin-right: 13px;
}

.group:hover .group-hover\:my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.group:hover .group-hover\:mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.group:hover .group-hover\:my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.group:hover .group-hover\:mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.group:hover .group-hover\:my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.group:hover .group-hover\:mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.group:hover .group-hover\:my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.group:hover .group-hover\:mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

.group:hover .group-hover\:my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.group:hover .group-hover\:mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.group:hover .group-hover\:my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.group:hover .group-hover\:mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.group:hover .group-hover\:my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.group:hover .group-hover\:mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.group:hover .group-hover\:my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.group:hover .group-hover\:mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.group:hover .group-hover\:my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.group:hover .group-hover\:mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.group:hover .group-hover\:my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.group:hover .group-hover\:mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.group:hover .group-hover\:my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.group:hover .group-hover\:mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.group:hover .group-hover\:my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.group:hover .group-hover\:mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.group:hover .group-hover\:my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.group:hover .group-hover\:mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.group:hover .group-hover\:my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.group:hover .group-hover\:mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.group:hover .group-hover\:my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.group:hover .group-hover\:mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.group:hover .group-hover\:my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.group:hover .group-hover\:mx-37 {
  margin-left: 37px;
  margin-right: 37px;
}

.group:hover .group-hover\:my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.group:hover .group-hover\:mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.group:hover .group-hover\:my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.group:hover .group-hover\:mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.group:hover .group-hover\:my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.group:hover .group-hover\:mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.group:hover .group-hover\:my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.group:hover .group-hover\:mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.group:hover .group-hover\:my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.group:hover .group-hover\:mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.group:hover .group-hover\:my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.group:hover .group-hover\:mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.group:hover .group-hover\:my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.group:hover .group-hover\:mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.group:hover .group-hover\:my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.group:hover .group-hover\:mx-62 {
  margin-left: 62px;
  margin-right: 62px;
}

.group:hover .group-hover\:my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.group:hover .group-hover\:mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.group:hover .group-hover\:my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.group:hover .group-hover\:mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.group:hover .group-hover\:my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.group:hover .group-hover\:mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.group:hover .group-hover\:my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.group:hover .group-hover\:mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.group:hover .group-hover\:my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.group:hover .group-hover\:mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.group:hover .group-hover\:my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.group:hover .group-hover\:mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.group:hover .group-hover\:my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.group:hover .group-hover\:mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.group:hover .group-hover\:my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.group:hover .group-hover\:mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.group:hover .group-hover\:my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.group:hover .group-hover\:mx-96 {
  margin-left: 96px;
  margin-right: 96px;
}

.group:hover .group-hover\:my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.group:hover .group-hover\:mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.group:hover .group-hover\:my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.group:hover .group-hover\:mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.group:hover .group-hover\:my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.group:hover .group-hover\:mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.group:hover .group-hover\:my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.group:hover .group-hover\:mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.group:hover .group-hover\:my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.group:hover .group-hover\:mx-128 {
  margin-left: 128px;
  margin-right: 128px;
}

.group:hover .group-hover\:my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.group:hover .group-hover\:mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.group:hover .group-hover\:my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.group:hover .group-hover\:mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.group:hover .group-hover\:my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.group:hover .group-hover\:mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.group:hover .group-hover\:my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.group:hover .group-hover\:mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.group:hover .group-hover\:my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.group:hover .group-hover\:mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.group:hover .group-hover\:my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.group:hover .group-hover\:mx-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.group:hover .group-hover\:my-168 {
  margin-top: 168px;
  margin-bottom: 168px;
}

.group:hover .group-hover\:mx-168 {
  margin-left: 168px;
  margin-right: 168px;
}

.group:hover .group-hover\:my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.group:hover .group-hover\:mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.group:hover .group-hover\:my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.group:hover .group-hover\:mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.group:hover .group-hover\:my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.group:hover .group-hover\:mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.group:hover .group-hover\:my-220 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.group:hover .group-hover\:mx-220 {
  margin-left: 220px;
  margin-right: 220px;
}

.group:hover .group-hover\:my-230 {
  margin-top: 230px;
  margin-bottom: 230px;
}

.group:hover .group-hover\:mx-230 {
  margin-left: 230px;
  margin-right: 230px;
}

.group:hover .group-hover\:my-235 {
  margin-top: 235px;
  margin-bottom: 235px;
}

.group:hover .group-hover\:mx-235 {
  margin-left: 235px;
  margin-right: 235px;
}

.group:hover .group-hover\:my-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.group:hover .group-hover\:mx-240 {
  margin-left: 240px;
  margin-right: 240px;
}

.group:hover .group-hover\:my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}

.group:hover .group-hover\:mx-250 {
  margin-left: 250px;
  margin-right: 250px;
}

.group:hover .group-hover\:my-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.group:hover .group-hover\:mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}

.group:hover .group-hover\:my-320 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.group:hover .group-hover\:mx-320 {
  margin-left: 320px;
  margin-right: 320px;
}

.group:hover .group-hover\:my-350 {
  margin-top: 350px;
  margin-bottom: 350px;
}

.group:hover .group-hover\:mx-350 {
  margin-left: 350px;
  margin-right: 350px;
}

.group:hover .group-hover\:my-375 {
  margin-top: 375px;
  margin-bottom: 375px;
}

.group:hover .group-hover\:mx-375 {
  margin-left: 375px;
  margin-right: 375px;
}

.group:hover .group-hover\:my-400 {
  margin-top: 400px;
  margin-bottom: 400px;
}

.group:hover .group-hover\:mx-400 {
  margin-left: 400px;
  margin-right: 400px;
}

.group:hover .group-hover\:my-450 {
  margin-top: 450px;
  margin-bottom: 450px;
}

.group:hover .group-hover\:mx-450 {
  margin-left: 450px;
  margin-right: 450px;
}

.group:hover .group-hover\:my-700 {
  margin-top: 700px;
  margin-bottom: 700px;
}

.group:hover .group-hover\:mx-700 {
  margin-left: 700px;
  margin-right: 700px;
}

.group:hover .group-hover\:my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.group:hover .group-hover\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.group:hover .group-hover\:my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.group:hover .group-hover\:mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.group:hover .group-hover\:my-1p {
  margin-top: 1%;
  margin-bottom: 1%;
}

.group:hover .group-hover\:mx-1p {
  margin-left: 1%;
  margin-right: 1%;
}

.group:hover .group-hover\:my-1\/12 {
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}

.group:hover .group-hover\:mx-1\/12 {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}

.group:hover .group-hover\:my-2\/12 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.group:hover .group-hover\:mx-2\/12 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.group:hover .group-hover\:my-11p {
  margin-top: 11%;
  margin-bottom: 11%;
}

.group:hover .group-hover\:mx-11p {
  margin-left: 11%;
  margin-right: 11%;
}

.group:hover .group-hover\:my-20p {
  margin-top: 20%;
  margin-bottom: 20%;
}

.group:hover .group-hover\:mx-20p {
  margin-left: 20%;
  margin-right: 20%;
}

.group:hover .group-hover\:my-24p {
  margin-top: 24.25%;
  margin-bottom: 24.25%;
}

.group:hover .group-hover\:mx-24p {
  margin-left: 24.25%;
  margin-right: 24.25%;
}

.group:hover .group-hover\:my-25p {
  margin-top: 25%;
  margin-bottom: 25%;
}

.group:hover .group-hover\:mx-25p {
  margin-left: 25%;
  margin-right: 25%;
}

.group:hover .group-hover\:my-32p {
  margin-top: 32%;
  margin-bottom: 32%;
}

.group:hover .group-hover\:mx-32p {
  margin-left: 32%;
  margin-right: 32%;
}

.group:hover .group-hover\:my-35p {
  margin-top: 35%;
  margin-bottom: 35%;
}

.group:hover .group-hover\:mx-35p {
  margin-left: 35%;
  margin-right: 35%;
}

.group:hover .group-hover\:my-40p {
  margin-top: 40%;
  margin-bottom: 40%;
}

.group:hover .group-hover\:mx-40p {
  margin-left: 40%;
  margin-right: 40%;
}

.group:hover .group-hover\:my-49p {
  margin-top: 49%;
  margin-bottom: 49%;
}

.group:hover .group-hover\:mx-49p {
  margin-left: 49%;
  margin-right: 49%;
}

.group:hover .group-hover\:my-49-5p {
  margin-top: 49.5%;
  margin-bottom: 49.5%;
}

.group:hover .group-hover\:mx-49-5p {
  margin-left: 49.5%;
  margin-right: 49.5%;
}

.group:hover .group-hover\:my-80p {
  margin-top: 80%;
  margin-bottom: 80%;
}

.group:hover .group-hover\:mx-80p {
  margin-left: 80%;
  margin-right: 80%;
}

.group:hover .group-hover\:my-vh80 {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.group:hover .group-hover\:mx-vh80 {
  margin-left: 80vh;
  margin-right: 80vh;
}

.group:hover .group-hover\:my-vh86 {
  margin-top: 86vh;
  margin-bottom: 86vh;
}

.group:hover .group-hover\:mx-vh86 {
  margin-left: 86vh;
  margin-right: 86vh;
}

.group:hover .group-hover\:my-vh90 {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.group:hover .group-hover\:mx-vh90 {
  margin-left: 90vh;
  margin-right: 90vh;
}

.group:hover .group-hover\:my-vw80 {
  margin-top: 80vw;
  margin-bottom: 80vw;
}

.group:hover .group-hover\:mx-vw80 {
  margin-left: 80vw;
  margin-right: 80vw;
}

.group:hover .group-hover\:my-vw90 {
  margin-top: 90vw;
  margin-bottom: 90vw;
}

.group:hover .group-hover\:mx-vw90 {
  margin-left: 90vw;
  margin-right: 90vw;
}

.group:hover .group-hover\:my-90p {
  margin-top: 90%;
  margin-bottom: 90%;
}

.group:hover .group-hover\:mx-90p {
  margin-left: 90%;
  margin-right: 90%;
}

.group:hover .group-hover\:my-92p {
  margin-top: 92%;
  margin-bottom: 92%;
}

.group:hover .group-hover\:mx-92p {
  margin-left: 92%;
  margin-right: 92%;
}

.group:hover .group-hover\:my-93p {
  margin-top: 93%;
  margin-bottom: 93%;
}

.group:hover .group-hover\:mx-93p {
  margin-left: 93%;
  margin-right: 93%;
}

.group:hover .group-hover\:my-94p {
  margin-top: 94%;
  margin-bottom: 94%;
}

.group:hover .group-hover\:mx-94p {
  margin-left: 94%;
  margin-right: 94%;
}

.group:hover .group-hover\:my-95p {
  margin-top: 95%;
  margin-bottom: 95%;
}

.group:hover .group-hover\:mx-95p {
  margin-left: 95%;
  margin-right: 95%;
}

.group:hover .group-hover\:my-96p {
  margin-top: 96%;
  margin-bottom: 96%;
}

.group:hover .group-hover\:mx-96p {
  margin-left: 96%;
  margin-right: 96%;
}

.group:hover .group-hover\:my-100p {
  margin-top: 100%;
  margin-bottom: 100%;
}

.group:hover .group-hover\:mx-100p {
  margin-left: 100%;
  margin-right: 100%;
}

.group:hover .group-hover\:-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.group:hover .group-hover\:-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.group:hover .group-hover\:-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-my-3 {
  margin-top: -3px;
  margin-bottom: -3px;
}

.group:hover .group-hover\:-mx-3 {
  margin-left: -3px;
  margin-right: -3px;
}

.group:hover .group-hover\:-my-4 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.group:hover .group-hover\:-mx-4 {
  margin-left: -4px;
  margin-right: -4px;
}

.group:hover .group-hover\:-my-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.group:hover .group-hover\:-mx-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.group:hover .group-hover\:-my-6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.group:hover .group-hover\:-mx-6 {
  margin-left: -6px;
  margin-right: -6px;
}

.group:hover .group-hover\:-my-8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.group:hover .group-hover\:-mx-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.group:hover .group-hover\:-my-9 {
  margin-top: -9px;
  margin-bottom: -9px;
}

.group:hover .group-hover\:-mx-9 {
  margin-left: -9px;
  margin-right: -9px;
}

.group:hover .group-hover\:-my-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.group:hover .group-hover\:-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.group:hover .group-hover\:-my-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.group:hover .group-hover\:-mx-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.group:hover .group-hover\:-my-13 {
  margin-top: -13px;
  margin-bottom: -13px;
}

.group:hover .group-hover\:-mx-13 {
  margin-left: -13px;
  margin-right: -13px;
}

.group:hover .group-hover\:-my-14 {
  margin-top: -14px;
  margin-bottom: -14px;
}

.group:hover .group-hover\:-mx-14 {
  margin-left: -14px;
  margin-right: -14px;
}

.group:hover .group-hover\:-my-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.group:hover .group-hover\:-mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.group:hover .group-hover\:-my-16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.group:hover .group-hover\:-mx-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.group:hover .group-hover\:-my-17 {
  margin-top: -17px;
  margin-bottom: -17px;
}

.group:hover .group-hover\:-mx-17 {
  margin-left: -17px;
  margin-right: -17px;
}

.group:hover .group-hover\:-my-18 {
  margin-top: -18px;
  margin-bottom: -18px;
}

.group:hover .group-hover\:-mx-18 {
  margin-left: -18px;
  margin-right: -18px;
}

.group:hover .group-hover\:-my-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.group:hover .group-hover\:-mx-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.group:hover .group-hover\:-my-22 {
  margin-top: -22px;
  margin-bottom: -22px;
}

.group:hover .group-hover\:-mx-22 {
  margin-left: -22px;
  margin-right: -22px;
}

.group:hover .group-hover\:-my-24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.group:hover .group-hover\:-mx-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.group:hover .group-hover\:-my-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.group:hover .group-hover\:-mx-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.group:hover .group-hover\:-my-28 {
  margin-top: -28px;
  margin-bottom: -28px;
}

.group:hover .group-hover\:-mx-28 {
  margin-left: -28px;
  margin-right: -28px;
}

.group:hover .group-hover\:-my-29 {
  margin-top: -29px;
  margin-bottom: -29px;
}

.group:hover .group-hover\:-mx-29 {
  margin-left: -29px;
  margin-right: -29px;
}

.group:hover .group-hover\:-my-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.group:hover .group-hover\:-mx-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.group:hover .group-hover\:-my-32 {
  margin-top: -32px;
  margin-bottom: -32px;
}

.group:hover .group-hover\:-mx-32 {
  margin-left: -32px;
  margin-right: -32px;
}

.group:hover .group-hover\:-my-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.group:hover .group-hover\:-mx-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.group:hover .group-hover\:-my-36 {
  margin-top: -36px;
  margin-bottom: -36px;
}

.group:hover .group-hover\:-mx-36 {
  margin-left: -36px;
  margin-right: -36px;
}

.group:hover .group-hover\:-my-37 {
  margin-top: -37px;
  margin-bottom: -37px;
}

.group:hover .group-hover\:-mx-37 {
  margin-left: -37px;
  margin-right: -37px;
}

.group:hover .group-hover\:-my-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.group:hover .group-hover\:-mx-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.group:hover .group-hover\:-my-45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.group:hover .group-hover\:-mx-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.group:hover .group-hover\:-my-48 {
  margin-top: -48px;
  margin-bottom: -48px;
}

.group:hover .group-hover\:-mx-48 {
  margin-left: -48px;
  margin-right: -48px;
}

.group:hover .group-hover\:-my-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.group:hover .group-hover\:-mx-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.group:hover .group-hover\:-my-55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

.group:hover .group-hover\:-mx-55 {
  margin-left: -55px;
  margin-right: -55px;
}

.group:hover .group-hover\:-my-56 {
  margin-top: -56px;
  margin-bottom: -56px;
}

.group:hover .group-hover\:-mx-56 {
  margin-left: -56px;
  margin-right: -56px;
}

.group:hover .group-hover\:-my-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.group:hover .group-hover\:-mx-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.group:hover .group-hover\:-my-62 {
  margin-top: -62px;
  margin-bottom: -62px;
}

.group:hover .group-hover\:-mx-62 {
  margin-left: -62px;
  margin-right: -62px;
}

.group:hover .group-hover\:-my-64 {
  margin-top: -64px;
  margin-bottom: -64px;
}

.group:hover .group-hover\:-mx-64 {
  margin-left: -64px;
  margin-right: -64px;
}

.group:hover .group-hover\:-my-65 {
  margin-top: -65px;
  margin-bottom: -65px;
}

.group:hover .group-hover\:-mx-65 {
  margin-left: -65px;
  margin-right: -65px;
}

.group:hover .group-hover\:-my-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.group:hover .group-hover\:-mx-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.group:hover .group-hover\:-my-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.group:hover .group-hover\:-mx-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.group:hover .group-hover\:-my-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.group:hover .group-hover\:-mx-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.group:hover .group-hover\:-my-85 {
  margin-top: -85px;
  margin-bottom: -85px;
}

.group:hover .group-hover\:-mx-85 {
  margin-left: -85px;
  margin-right: -85px;
}

.group:hover .group-hover\:-my-90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.group:hover .group-hover\:-mx-90 {
  margin-left: -90px;
  margin-right: -90px;
}

.group:hover .group-hover\:-my-95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.group:hover .group-hover\:-mx-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.group:hover .group-hover\:-my-96 {
  margin-top: -96px;
  margin-bottom: -96px;
}

.group:hover .group-hover\:-mx-96 {
  margin-left: -96px;
  margin-right: -96px;
}

.group:hover .group-hover\:-my-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.group:hover .group-hover\:-mx-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.group:hover .group-hover\:-my-110 {
  margin-top: -110px;
  margin-bottom: -110px;
}

.group:hover .group-hover\:-mx-110 {
  margin-left: -110px;
  margin-right: -110px;
}

.group:hover .group-hover\:-my-115 {
  margin-top: -115px;
  margin-bottom: -115px;
}

.group:hover .group-hover\:-mx-115 {
  margin-left: -115px;
  margin-right: -115px;
}

.group:hover .group-hover\:-my-120 {
  margin-top: -120px;
  margin-bottom: -120px;
}

.group:hover .group-hover\:-mx-120 {
  margin-left: -120px;
  margin-right: -120px;
}

.group:hover .group-hover\:-my-128 {
  margin-top: -128px;
  margin-bottom: -128px;
}

.group:hover .group-hover\:-mx-128 {
  margin-left: -128px;
  margin-right: -128px;
}

.group:hover .group-hover\:-my-135 {
  margin-top: -135px;
  margin-bottom: -135px;
}

.group:hover .group-hover\:-mx-135 {
  margin-left: -135px;
  margin-right: -135px;
}

.group:hover .group-hover\:-my-140 {
  margin-top: -140px;
  margin-bottom: -140px;
}

.group:hover .group-hover\:-mx-140 {
  margin-left: -140px;
  margin-right: -140px;
}

.group:hover .group-hover\:-my-145 {
  margin-top: -145px;
  margin-bottom: -145px;
}

.group:hover .group-hover\:-mx-145 {
  margin-left: -145px;
  margin-right: -145px;
}

.group:hover .group-hover\:-my-150 {
  margin-top: -150px;
  margin-bottom: -150px;
}

.group:hover .group-hover\:-mx-150 {
  margin-left: -150px;
  margin-right: -150px;
}

.group:hover .group-hover\:-my-160 {
  margin-top: -160px;
  margin-bottom: -160px;
}

.group:hover .group-hover\:-mx-160 {
  margin-left: -160px;
  margin-right: -160px;
}

.group:hover .group-hover\:-my-165 {
  margin-top: -165px;
  margin-bottom: -165px;
}

.group:hover .group-hover\:-mx-165 {
  margin-left: -165px;
  margin-right: -165px;
}

.group:hover .group-hover\:-my-168 {
  margin-top: -168px;
  margin-bottom: -168px;
}

.group:hover .group-hover\:-mx-168 {
  margin-left: -168px;
  margin-right: -168px;
}

.group:hover .group-hover\:-my-170 {
  margin-top: -170px;
  margin-bottom: -170px;
}

.group:hover .group-hover\:-mx-170 {
  margin-left: -170px;
  margin-right: -170px;
}

.group:hover .group-hover\:-my-180 {
  margin-top: -180px;
  margin-bottom: -180px;
}

.group:hover .group-hover\:-mx-180 {
  margin-left: -180px;
  margin-right: -180px;
}

.group:hover .group-hover\:-my-200 {
  margin-top: -200px;
  margin-bottom: -200px;
}

.group:hover .group-hover\:-mx-200 {
  margin-left: -200px;
  margin-right: -200px;
}

.group:hover .group-hover\:-my-220 {
  margin-top: -220px;
  margin-bottom: -220px;
}

.group:hover .group-hover\:-mx-220 {
  margin-left: -220px;
  margin-right: -220px;
}

.group:hover .group-hover\:-my-230 {
  margin-top: -230px;
  margin-bottom: -230px;
}

.group:hover .group-hover\:-mx-230 {
  margin-left: -230px;
  margin-right: -230px;
}

.group:hover .group-hover\:-my-235 {
  margin-top: -235px;
  margin-bottom: -235px;
}

.group:hover .group-hover\:-mx-235 {
  margin-left: -235px;
  margin-right: -235px;
}

.group:hover .group-hover\:-my-240 {
  margin-top: -240px;
  margin-bottom: -240px;
}

.group:hover .group-hover\:-mx-240 {
  margin-left: -240px;
  margin-right: -240px;
}

.group:hover .group-hover\:-my-250 {
  margin-top: -250px;
  margin-bottom: -250px;
}

.group:hover .group-hover\:-mx-250 {
  margin-left: -250px;
  margin-right: -250px;
}

.group:hover .group-hover\:-my-300 {
  margin-top: -300px;
  margin-bottom: -300px;
}

.group:hover .group-hover\:-mx-300 {
  margin-left: -300px;
  margin-right: -300px;
}

.group:hover .group-hover\:-my-320 {
  margin-top: -320px;
  margin-bottom: -320px;
}

.group:hover .group-hover\:-mx-320 {
  margin-left: -320px;
  margin-right: -320px;
}

.group:hover .group-hover\:-my-350 {
  margin-top: -350px;
  margin-bottom: -350px;
}

.group:hover .group-hover\:-mx-350 {
  margin-left: -350px;
  margin-right: -350px;
}

.group:hover .group-hover\:-my-375 {
  margin-top: -375px;
  margin-bottom: -375px;
}

.group:hover .group-hover\:-mx-375 {
  margin-left: -375px;
  margin-right: -375px;
}

.group:hover .group-hover\:-my-400 {
  margin-top: -400px;
  margin-bottom: -400px;
}

.group:hover .group-hover\:-mx-400 {
  margin-left: -400px;
  margin-right: -400px;
}

.group:hover .group-hover\:-my-450 {
  margin-top: -450px;
  margin-bottom: -450px;
}

.group:hover .group-hover\:-mx-450 {
  margin-left: -450px;
  margin-right: -450px;
}

.group:hover .group-hover\:-my-700 {
  margin-top: -700px;
  margin-bottom: -700px;
}

.group:hover .group-hover\:-mx-700 {
  margin-left: -700px;
  margin-right: -700px;
}

.group:hover .group-hover\:-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.group:hover .group-hover\:-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.group:hover .group-hover\:-my-1p {
  margin-top: -1%;
  margin-bottom: -1%;
}

.group:hover .group-hover\:-mx-1p {
  margin-left: -1%;
  margin-right: -1%;
}

.group:hover .group-hover\:-my-1\/12 {
  margin-top: -8.3333%;
  margin-bottom: -8.3333%;
}

.group:hover .group-hover\:-mx-1\/12 {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

.group:hover .group-hover\:-my-2\/12 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.group:hover .group-hover\:-mx-2\/12 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.group:hover .group-hover\:-my-11p {
  margin-top: -11%;
  margin-bottom: -11%;
}

.group:hover .group-hover\:-mx-11p {
  margin-left: -11%;
  margin-right: -11%;
}

.group:hover .group-hover\:-my-20p {
  margin-top: -20%;
  margin-bottom: -20%;
}

.group:hover .group-hover\:-mx-20p {
  margin-left: -20%;
  margin-right: -20%;
}

.group:hover .group-hover\:-my-24p {
  margin-top: -24.25%;
  margin-bottom: -24.25%;
}

.group:hover .group-hover\:-mx-24p {
  margin-left: -24.25%;
  margin-right: -24.25%;
}

.group:hover .group-hover\:-my-25p {
  margin-top: -25%;
  margin-bottom: -25%;
}

.group:hover .group-hover\:-mx-25p {
  margin-left: -25%;
  margin-right: -25%;
}

.group:hover .group-hover\:-my-32p {
  margin-top: -32%;
  margin-bottom: -32%;
}

.group:hover .group-hover\:-mx-32p {
  margin-left: -32%;
  margin-right: -32%;
}

.group:hover .group-hover\:-my-35p {
  margin-top: -35%;
  margin-bottom: -35%;
}

.group:hover .group-hover\:-mx-35p {
  margin-left: -35%;
  margin-right: -35%;
}

.group:hover .group-hover\:-my-40p {
  margin-top: -40%;
  margin-bottom: -40%;
}

.group:hover .group-hover\:-mx-40p {
  margin-left: -40%;
  margin-right: -40%;
}

.group:hover .group-hover\:-my-49p {
  margin-top: -49%;
  margin-bottom: -49%;
}

.group:hover .group-hover\:-mx-49p {
  margin-left: -49%;
  margin-right: -49%;
}

.group:hover .group-hover\:-my-49-5p {
  margin-top: -49.5%;
  margin-bottom: -49.5%;
}

.group:hover .group-hover\:-mx-49-5p {
  margin-left: -49.5%;
  margin-right: -49.5%;
}

.group:hover .group-hover\:-my-80p {
  margin-top: -80%;
  margin-bottom: -80%;
}

.group:hover .group-hover\:-mx-80p {
  margin-left: -80%;
  margin-right: -80%;
}

.group:hover .group-hover\:-my-vh80 {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.group:hover .group-hover\:-mx-vh80 {
  margin-left: -80vh;
  margin-right: -80vh;
}

.group:hover .group-hover\:-my-vh86 {
  margin-top: -86vh;
  margin-bottom: -86vh;
}

.group:hover .group-hover\:-mx-vh86 {
  margin-left: -86vh;
  margin-right: -86vh;
}

.group:hover .group-hover\:-my-vh90 {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.group:hover .group-hover\:-mx-vh90 {
  margin-left: -90vh;
  margin-right: -90vh;
}

.group:hover .group-hover\:-my-vw80 {
  margin-top: -80vw;
  margin-bottom: -80vw;
}

.group:hover .group-hover\:-mx-vw80 {
  margin-left: -80vw;
  margin-right: -80vw;
}

.group:hover .group-hover\:-my-vw90 {
  margin-top: -90vw;
  margin-bottom: -90vw;
}

.group:hover .group-hover\:-mx-vw90 {
  margin-left: -90vw;
  margin-right: -90vw;
}

.group:hover .group-hover\:-my-90p {
  margin-top: -90%;
  margin-bottom: -90%;
}

.group:hover .group-hover\:-mx-90p {
  margin-left: -90%;
  margin-right: -90%;
}

.group:hover .group-hover\:-my-92p {
  margin-top: -92%;
  margin-bottom: -92%;
}

.group:hover .group-hover\:-mx-92p {
  margin-left: -92%;
  margin-right: -92%;
}

.group:hover .group-hover\:-my-93p {
  margin-top: -93%;
  margin-bottom: -93%;
}

.group:hover .group-hover\:-mx-93p {
  margin-left: -93%;
  margin-right: -93%;
}

.group:hover .group-hover\:-my-94p {
  margin-top: -94%;
  margin-bottom: -94%;
}

.group:hover .group-hover\:-mx-94p {
  margin-left: -94%;
  margin-right: -94%;
}

.group:hover .group-hover\:-my-95p {
  margin-top: -95%;
  margin-bottom: -95%;
}

.group:hover .group-hover\:-mx-95p {
  margin-left: -95%;
  margin-right: -95%;
}

.group:hover .group-hover\:-my-96p {
  margin-top: -96%;
  margin-bottom: -96%;
}

.group:hover .group-hover\:-mx-96p {
  margin-left: -96%;
  margin-right: -96%;
}

.group:hover .group-hover\:-my-100p {
  margin-top: -100%;
  margin-bottom: -100%;
}

.group:hover .group-hover\:-mx-100p {
  margin-left: -100%;
  margin-right: -100%;
}

.group:hover .group-hover\:mt-0 {
  margin-top: 0px;
}

.group:hover .group-hover\:mr-0 {
  margin-right: 0px;
}

.group:hover .group-hover\:mb-0 {
  margin-bottom: 0px;
}

.group:hover .group-hover\:ml-0 {
  margin-left: 0px;
}

.group:hover .group-hover\:mt-1 {
  margin-top: 0.25rem;
}

.group:hover .group-hover\:mr-1 {
  margin-right: 0.25rem;
}

.group:hover .group-hover\:mb-1 {
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:ml-1 {
  margin-left: 0.25rem;
}

.group:hover .group-hover\:mt-2 {
  margin-top: 0.5rem;
}

.group:hover .group-hover\:mr-2 {
  margin-right: 0.5rem;
}

.group:hover .group-hover\:mb-2 {
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}

.group:hover .group-hover\:mt-3 {
  margin-top: 3px;
}

.group:hover .group-hover\:mr-3 {
  margin-right: 3px;
}

.group:hover .group-hover\:mb-3 {
  margin-bottom: 3px;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 3px;
}

.group:hover .group-hover\:mt-4 {
  margin-top: 4px;
}

.group:hover .group-hover\:mr-4 {
  margin-right: 4px;
}

.group:hover .group-hover\:mb-4 {
  margin-bottom: 4px;
}

.group:hover .group-hover\:ml-4 {
  margin-left: 4px;
}

.group:hover .group-hover\:mt-5 {
  margin-top: 5px;
}

.group:hover .group-hover\:mr-5 {
  margin-right: 5px;
}

.group:hover .group-hover\:mb-5 {
  margin-bottom: 5px;
}

.group:hover .group-hover\:ml-5 {
  margin-left: 5px;
}

.group:hover .group-hover\:mt-6 {
  margin-top: 6px;
}

.group:hover .group-hover\:mr-6 {
  margin-right: 6px;
}

.group:hover .group-hover\:mb-6 {
  margin-bottom: 6px;
}

.group:hover .group-hover\:ml-6 {
  margin-left: 6px;
}

.group:hover .group-hover\:mt-8 {
  margin-top: 8px;
}

.group:hover .group-hover\:mr-8 {
  margin-right: 8px;
}

.group:hover .group-hover\:mb-8 {
  margin-bottom: 8px;
}

.group:hover .group-hover\:ml-8 {
  margin-left: 8px;
}

.group:hover .group-hover\:mt-9 {
  margin-top: 9px;
}

.group:hover .group-hover\:mr-9 {
  margin-right: 9px;
}

.group:hover .group-hover\:mb-9 {
  margin-bottom: 9px;
}

.group:hover .group-hover\:ml-9 {
  margin-left: 9px;
}

.group:hover .group-hover\:mt-10 {
  margin-top: 10px;
}

.group:hover .group-hover\:mr-10 {
  margin-right: 10px;
}

.group:hover .group-hover\:mb-10 {
  margin-bottom: 10px;
}

.group:hover .group-hover\:ml-10 {
  margin-left: 10px;
}

.group:hover .group-hover\:mt-12 {
  margin-top: 12px;
}

.group:hover .group-hover\:mr-12 {
  margin-right: 12px;
}

.group:hover .group-hover\:mb-12 {
  margin-bottom: 12px;
}

.group:hover .group-hover\:ml-12 {
  margin-left: 12px;
}

.group:hover .group-hover\:mt-13 {
  margin-top: 13px;
}

.group:hover .group-hover\:mr-13 {
  margin-right: 13px;
}

.group:hover .group-hover\:mb-13 {
  margin-bottom: 13px;
}

.group:hover .group-hover\:ml-13 {
  margin-left: 13px;
}

.group:hover .group-hover\:mt-14 {
  margin-top: 14px;
}

.group:hover .group-hover\:mr-14 {
  margin-right: 14px;
}

.group:hover .group-hover\:mb-14 {
  margin-bottom: 14px;
}

.group:hover .group-hover\:ml-14 {
  margin-left: 14px;
}

.group:hover .group-hover\:mt-15 {
  margin-top: 15px;
}

.group:hover .group-hover\:mr-15 {
  margin-right: 15px;
}

.group:hover .group-hover\:mb-15 {
  margin-bottom: 15px;
}

.group:hover .group-hover\:ml-15 {
  margin-left: 15px;
}

.group:hover .group-hover\:mt-16 {
  margin-top: 16px;
}

.group:hover .group-hover\:mr-16 {
  margin-right: 16px;
}

.group:hover .group-hover\:mb-16 {
  margin-bottom: 16px;
}

.group:hover .group-hover\:ml-16 {
  margin-left: 16px;
}

.group:hover .group-hover\:mt-17 {
  margin-top: 17px;
}

.group:hover .group-hover\:mr-17 {
  margin-right: 17px;
}

.group:hover .group-hover\:mb-17 {
  margin-bottom: 17px;
}

.group:hover .group-hover\:ml-17 {
  margin-left: 17px;
}

.group:hover .group-hover\:mt-18 {
  margin-top: 18px;
}

.group:hover .group-hover\:mr-18 {
  margin-right: 18px;
}

.group:hover .group-hover\:mb-18 {
  margin-bottom: 18px;
}

.group:hover .group-hover\:ml-18 {
  margin-left: 18px;
}

.group:hover .group-hover\:mt-20 {
  margin-top: 20px;
}

.group:hover .group-hover\:mr-20 {
  margin-right: 20px;
}

.group:hover .group-hover\:mb-20 {
  margin-bottom: 20px;
}

.group:hover .group-hover\:ml-20 {
  margin-left: 20px;
}

.group:hover .group-hover\:mt-22 {
  margin-top: 22px;
}

.group:hover .group-hover\:mr-22 {
  margin-right: 22px;
}

.group:hover .group-hover\:mb-22 {
  margin-bottom: 22px;
}

.group:hover .group-hover\:ml-22 {
  margin-left: 22px;
}

.group:hover .group-hover\:mt-24 {
  margin-top: 24px;
}

.group:hover .group-hover\:mr-24 {
  margin-right: 24px;
}

.group:hover .group-hover\:mb-24 {
  margin-bottom: 24px;
}

.group:hover .group-hover\:ml-24 {
  margin-left: 24px;
}

.group:hover .group-hover\:mt-25 {
  margin-top: 25px;
}

.group:hover .group-hover\:mr-25 {
  margin-right: 25px;
}

.group:hover .group-hover\:mb-25 {
  margin-bottom: 25px;
}

.group:hover .group-hover\:ml-25 {
  margin-left: 25px;
}

.group:hover .group-hover\:mt-28 {
  margin-top: 28px;
}

.group:hover .group-hover\:mr-28 {
  margin-right: 28px;
}

.group:hover .group-hover\:mb-28 {
  margin-bottom: 28px;
}

.group:hover .group-hover\:ml-28 {
  margin-left: 28px;
}

.group:hover .group-hover\:mt-29 {
  margin-top: 29px;
}

.group:hover .group-hover\:mr-29 {
  margin-right: 29px;
}

.group:hover .group-hover\:mb-29 {
  margin-bottom: 29px;
}

.group:hover .group-hover\:ml-29 {
  margin-left: 29px;
}

.group:hover .group-hover\:mt-30 {
  margin-top: 30px;
}

.group:hover .group-hover\:mr-30 {
  margin-right: 30px;
}

.group:hover .group-hover\:mb-30 {
  margin-bottom: 30px;
}

.group:hover .group-hover\:ml-30 {
  margin-left: 30px;
}

.group:hover .group-hover\:mt-32 {
  margin-top: 32px;
}

.group:hover .group-hover\:mr-32 {
  margin-right: 32px;
}

.group:hover .group-hover\:mb-32 {
  margin-bottom: 32px;
}

.group:hover .group-hover\:ml-32 {
  margin-left: 32px;
}

.group:hover .group-hover\:mt-35 {
  margin-top: 35px;
}

.group:hover .group-hover\:mr-35 {
  margin-right: 35px;
}

.group:hover .group-hover\:mb-35 {
  margin-bottom: 35px;
}

.group:hover .group-hover\:ml-35 {
  margin-left: 35px;
}

.group:hover .group-hover\:mt-36 {
  margin-top: 36px;
}

.group:hover .group-hover\:mr-36 {
  margin-right: 36px;
}

.group:hover .group-hover\:mb-36 {
  margin-bottom: 36px;
}

.group:hover .group-hover\:ml-36 {
  margin-left: 36px;
}

.group:hover .group-hover\:mt-37 {
  margin-top: 37px;
}

.group:hover .group-hover\:mr-37 {
  margin-right: 37px;
}

.group:hover .group-hover\:mb-37 {
  margin-bottom: 37px;
}

.group:hover .group-hover\:ml-37 {
  margin-left: 37px;
}

.group:hover .group-hover\:mt-40 {
  margin-top: 40px;
}

.group:hover .group-hover\:mr-40 {
  margin-right: 40px;
}

.group:hover .group-hover\:mb-40 {
  margin-bottom: 40px;
}

.group:hover .group-hover\:ml-40 {
  margin-left: 40px;
}

.group:hover .group-hover\:mt-45 {
  margin-top: 45px;
}

.group:hover .group-hover\:mr-45 {
  margin-right: 45px;
}

.group:hover .group-hover\:mb-45 {
  margin-bottom: 45px;
}

.group:hover .group-hover\:ml-45 {
  margin-left: 45px;
}

.group:hover .group-hover\:mt-48 {
  margin-top: 48px;
}

.group:hover .group-hover\:mr-48 {
  margin-right: 48px;
}

.group:hover .group-hover\:mb-48 {
  margin-bottom: 48px;
}

.group:hover .group-hover\:ml-48 {
  margin-left: 48px;
}

.group:hover .group-hover\:mt-50 {
  margin-top: 50px;
}

.group:hover .group-hover\:mr-50 {
  margin-right: 50px;
}

.group:hover .group-hover\:mb-50 {
  margin-bottom: 50px;
}

.group:hover .group-hover\:ml-50 {
  margin-left: 50px;
}

.group:hover .group-hover\:mt-55 {
  margin-top: 55px;
}

.group:hover .group-hover\:mr-55 {
  margin-right: 55px;
}

.group:hover .group-hover\:mb-55 {
  margin-bottom: 55px;
}

.group:hover .group-hover\:ml-55 {
  margin-left: 55px;
}

.group:hover .group-hover\:mt-56 {
  margin-top: 56px;
}

.group:hover .group-hover\:mr-56 {
  margin-right: 56px;
}

.group:hover .group-hover\:mb-56 {
  margin-bottom: 56px;
}

.group:hover .group-hover\:ml-56 {
  margin-left: 56px;
}

.group:hover .group-hover\:mt-60 {
  margin-top: 60px;
}

.group:hover .group-hover\:mr-60 {
  margin-right: 60px;
}

.group:hover .group-hover\:mb-60 {
  margin-bottom: 60px;
}

.group:hover .group-hover\:ml-60 {
  margin-left: 60px;
}

.group:hover .group-hover\:mt-62 {
  margin-top: 62px;
}

.group:hover .group-hover\:mr-62 {
  margin-right: 62px;
}

.group:hover .group-hover\:mb-62 {
  margin-bottom: 62px;
}

.group:hover .group-hover\:ml-62 {
  margin-left: 62px;
}

.group:hover .group-hover\:mt-64 {
  margin-top: 64px;
}

.group:hover .group-hover\:mr-64 {
  margin-right: 64px;
}

.group:hover .group-hover\:mb-64 {
  margin-bottom: 64px;
}

.group:hover .group-hover\:ml-64 {
  margin-left: 64px;
}

.group:hover .group-hover\:mt-65 {
  margin-top: 65px;
}

.group:hover .group-hover\:mr-65 {
  margin-right: 65px;
}

.group:hover .group-hover\:mb-65 {
  margin-bottom: 65px;
}

.group:hover .group-hover\:ml-65 {
  margin-left: 65px;
}

.group:hover .group-hover\:mt-70 {
  margin-top: 70px;
}

.group:hover .group-hover\:mr-70 {
  margin-right: 70px;
}

.group:hover .group-hover\:mb-70 {
  margin-bottom: 70px;
}

.group:hover .group-hover\:ml-70 {
  margin-left: 70px;
}

.group:hover .group-hover\:mt-75 {
  margin-top: 75px;
}

.group:hover .group-hover\:mr-75 {
  margin-right: 75px;
}

.group:hover .group-hover\:mb-75 {
  margin-bottom: 75px;
}

.group:hover .group-hover\:ml-75 {
  margin-left: 75px;
}

.group:hover .group-hover\:mt-80 {
  margin-top: 80px;
}

.group:hover .group-hover\:mr-80 {
  margin-right: 80px;
}

.group:hover .group-hover\:mb-80 {
  margin-bottom: 80px;
}

.group:hover .group-hover\:ml-80 {
  margin-left: 80px;
}

.group:hover .group-hover\:mt-85 {
  margin-top: 85px;
}

.group:hover .group-hover\:mr-85 {
  margin-right: 85px;
}

.group:hover .group-hover\:mb-85 {
  margin-bottom: 85px;
}

.group:hover .group-hover\:ml-85 {
  margin-left: 85px;
}

.group:hover .group-hover\:mt-90 {
  margin-top: 90px;
}

.group:hover .group-hover\:mr-90 {
  margin-right: 90px;
}

.group:hover .group-hover\:mb-90 {
  margin-bottom: 90px;
}

.group:hover .group-hover\:ml-90 {
  margin-left: 90px;
}

.group:hover .group-hover\:mt-95 {
  margin-top: 95px;
}

.group:hover .group-hover\:mr-95 {
  margin-right: 95px;
}

.group:hover .group-hover\:mb-95 {
  margin-bottom: 95px;
}

.group:hover .group-hover\:ml-95 {
  margin-left: 95px;
}

.group:hover .group-hover\:mt-96 {
  margin-top: 96px;
}

.group:hover .group-hover\:mr-96 {
  margin-right: 96px;
}

.group:hover .group-hover\:mb-96 {
  margin-bottom: 96px;
}

.group:hover .group-hover\:ml-96 {
  margin-left: 96px;
}

.group:hover .group-hover\:mt-100 {
  margin-top: 100px;
}

.group:hover .group-hover\:mr-100 {
  margin-right: 100px;
}

.group:hover .group-hover\:mb-100 {
  margin-bottom: 100px;
}

.group:hover .group-hover\:ml-100 {
  margin-left: 100px;
}

.group:hover .group-hover\:mt-110 {
  margin-top: 110px;
}

.group:hover .group-hover\:mr-110 {
  margin-right: 110px;
}

.group:hover .group-hover\:mb-110 {
  margin-bottom: 110px;
}

.group:hover .group-hover\:ml-110 {
  margin-left: 110px;
}

.group:hover .group-hover\:mt-115 {
  margin-top: 115px;
}

.group:hover .group-hover\:mr-115 {
  margin-right: 115px;
}

.group:hover .group-hover\:mb-115 {
  margin-bottom: 115px;
}

.group:hover .group-hover\:ml-115 {
  margin-left: 115px;
}

.group:hover .group-hover\:mt-120 {
  margin-top: 120px;
}

.group:hover .group-hover\:mr-120 {
  margin-right: 120px;
}

.group:hover .group-hover\:mb-120 {
  margin-bottom: 120px;
}

.group:hover .group-hover\:ml-120 {
  margin-left: 120px;
}

.group:hover .group-hover\:mt-128 {
  margin-top: 128px;
}

.group:hover .group-hover\:mr-128 {
  margin-right: 128px;
}

.group:hover .group-hover\:mb-128 {
  margin-bottom: 128px;
}

.group:hover .group-hover\:ml-128 {
  margin-left: 128px;
}

.group:hover .group-hover\:mt-135 {
  margin-top: 135px;
}

.group:hover .group-hover\:mr-135 {
  margin-right: 135px;
}

.group:hover .group-hover\:mb-135 {
  margin-bottom: 135px;
}

.group:hover .group-hover\:ml-135 {
  margin-left: 135px;
}

.group:hover .group-hover\:mt-140 {
  margin-top: 140px;
}

.group:hover .group-hover\:mr-140 {
  margin-right: 140px;
}

.group:hover .group-hover\:mb-140 {
  margin-bottom: 140px;
}

.group:hover .group-hover\:ml-140 {
  margin-left: 140px;
}

.group:hover .group-hover\:mt-145 {
  margin-top: 145px;
}

.group:hover .group-hover\:mr-145 {
  margin-right: 145px;
}

.group:hover .group-hover\:mb-145 {
  margin-bottom: 145px;
}

.group:hover .group-hover\:ml-145 {
  margin-left: 145px;
}

.group:hover .group-hover\:mt-150 {
  margin-top: 150px;
}

.group:hover .group-hover\:mr-150 {
  margin-right: 150px;
}

.group:hover .group-hover\:mb-150 {
  margin-bottom: 150px;
}

.group:hover .group-hover\:ml-150 {
  margin-left: 150px;
}

.group:hover .group-hover\:mt-160 {
  margin-top: 160px;
}

.group:hover .group-hover\:mr-160 {
  margin-right: 160px;
}

.group:hover .group-hover\:mb-160 {
  margin-bottom: 160px;
}

.group:hover .group-hover\:ml-160 {
  margin-left: 160px;
}

.group:hover .group-hover\:mt-165 {
  margin-top: 165px;
}

.group:hover .group-hover\:mr-165 {
  margin-right: 165px;
}

.group:hover .group-hover\:mb-165 {
  margin-bottom: 165px;
}

.group:hover .group-hover\:ml-165 {
  margin-left: 165px;
}

.group:hover .group-hover\:mt-168 {
  margin-top: 168px;
}

.group:hover .group-hover\:mr-168 {
  margin-right: 168px;
}

.group:hover .group-hover\:mb-168 {
  margin-bottom: 168px;
}

.group:hover .group-hover\:ml-168 {
  margin-left: 168px;
}

.group:hover .group-hover\:mt-170 {
  margin-top: 170px;
}

.group:hover .group-hover\:mr-170 {
  margin-right: 170px;
}

.group:hover .group-hover\:mb-170 {
  margin-bottom: 170px;
}

.group:hover .group-hover\:ml-170 {
  margin-left: 170px;
}

.group:hover .group-hover\:mt-180 {
  margin-top: 180px;
}

.group:hover .group-hover\:mr-180 {
  margin-right: 180px;
}

.group:hover .group-hover\:mb-180 {
  margin-bottom: 180px;
}

.group:hover .group-hover\:ml-180 {
  margin-left: 180px;
}

.group:hover .group-hover\:mt-200 {
  margin-top: 200px;
}

.group:hover .group-hover\:mr-200 {
  margin-right: 200px;
}

.group:hover .group-hover\:mb-200 {
  margin-bottom: 200px;
}

.group:hover .group-hover\:ml-200 {
  margin-left: 200px;
}

.group:hover .group-hover\:mt-220 {
  margin-top: 220px;
}

.group:hover .group-hover\:mr-220 {
  margin-right: 220px;
}

.group:hover .group-hover\:mb-220 {
  margin-bottom: 220px;
}

.group:hover .group-hover\:ml-220 {
  margin-left: 220px;
}

.group:hover .group-hover\:mt-230 {
  margin-top: 230px;
}

.group:hover .group-hover\:mr-230 {
  margin-right: 230px;
}

.group:hover .group-hover\:mb-230 {
  margin-bottom: 230px;
}

.group:hover .group-hover\:ml-230 {
  margin-left: 230px;
}

.group:hover .group-hover\:mt-235 {
  margin-top: 235px;
}

.group:hover .group-hover\:mr-235 {
  margin-right: 235px;
}

.group:hover .group-hover\:mb-235 {
  margin-bottom: 235px;
}

.group:hover .group-hover\:ml-235 {
  margin-left: 235px;
}

.group:hover .group-hover\:mt-240 {
  margin-top: 240px;
}

.group:hover .group-hover\:mr-240 {
  margin-right: 240px;
}

.group:hover .group-hover\:mb-240 {
  margin-bottom: 240px;
}

.group:hover .group-hover\:ml-240 {
  margin-left: 240px;
}

.group:hover .group-hover\:mt-250 {
  margin-top: 250px;
}

.group:hover .group-hover\:mr-250 {
  margin-right: 250px;
}

.group:hover .group-hover\:mb-250 {
  margin-bottom: 250px;
}

.group:hover .group-hover\:ml-250 {
  margin-left: 250px;
}

.group:hover .group-hover\:mt-300 {
  margin-top: 300px;
}

.group:hover .group-hover\:mr-300 {
  margin-right: 300px;
}

.group:hover .group-hover\:mb-300 {
  margin-bottom: 300px;
}

.group:hover .group-hover\:ml-300 {
  margin-left: 300px;
}

.group:hover .group-hover\:mt-320 {
  margin-top: 320px;
}

.group:hover .group-hover\:mr-320 {
  margin-right: 320px;
}

.group:hover .group-hover\:mb-320 {
  margin-bottom: 320px;
}

.group:hover .group-hover\:ml-320 {
  margin-left: 320px;
}

.group:hover .group-hover\:mt-350 {
  margin-top: 350px;
}

.group:hover .group-hover\:mr-350 {
  margin-right: 350px;
}

.group:hover .group-hover\:mb-350 {
  margin-bottom: 350px;
}

.group:hover .group-hover\:ml-350 {
  margin-left: 350px;
}

.group:hover .group-hover\:mt-375 {
  margin-top: 375px;
}

.group:hover .group-hover\:mr-375 {
  margin-right: 375px;
}

.group:hover .group-hover\:mb-375 {
  margin-bottom: 375px;
}

.group:hover .group-hover\:ml-375 {
  margin-left: 375px;
}

.group:hover .group-hover\:mt-400 {
  margin-top: 400px;
}

.group:hover .group-hover\:mr-400 {
  margin-right: 400px;
}

.group:hover .group-hover\:mb-400 {
  margin-bottom: 400px;
}

.group:hover .group-hover\:ml-400 {
  margin-left: 400px;
}

.group:hover .group-hover\:mt-450 {
  margin-top: 450px;
}

.group:hover .group-hover\:mr-450 {
  margin-right: 450px;
}

.group:hover .group-hover\:mb-450 {
  margin-bottom: 450px;
}

.group:hover .group-hover\:ml-450 {
  margin-left: 450px;
}

.group:hover .group-hover\:mt-700 {
  margin-top: 700px;
}

.group:hover .group-hover\:mr-700 {
  margin-right: 700px;
}

.group:hover .group-hover\:mb-700 {
  margin-bottom: 700px;
}

.group:hover .group-hover\:ml-700 {
  margin-left: 700px;
}

.group:hover .group-hover\:mt-auto {
  margin-top: auto;
}

.group:hover .group-hover\:mr-auto {
  margin-right: auto;
}

.group:hover .group-hover\:mb-auto {
  margin-bottom: auto;
}

.group:hover .group-hover\:ml-auto {
  margin-left: auto;
}

.group:hover .group-hover\:mt-px {
  margin-top: 1px;
}

.group:hover .group-hover\:mr-px {
  margin-right: 1px;
}

.group:hover .group-hover\:mb-px {
  margin-bottom: 1px;
}

.group:hover .group-hover\:ml-px {
  margin-left: 1px;
}

.group:hover .group-hover\:mt-1p {
  margin-top: 1%;
}

.group:hover .group-hover\:mr-1p {
  margin-right: 1%;
}

.group:hover .group-hover\:mb-1p {
  margin-bottom: 1%;
}

.group:hover .group-hover\:ml-1p {
  margin-left: 1%;
}

.group:hover .group-hover\:mt-1\/12 {
  margin-top: 8.3333%;
}

.group:hover .group-hover\:mr-1\/12 {
  margin-right: 8.3333%;
}

.group:hover .group-hover\:mb-1\/12 {
  margin-bottom: 8.3333%;
}

.group:hover .group-hover\:ml-1\/12 {
  margin-left: 8.3333%;
}

.group:hover .group-hover\:mt-2\/12 {
  margin-top: 16.666667%;
}

.group:hover .group-hover\:mr-2\/12 {
  margin-right: 16.666667%;
}

.group:hover .group-hover\:mb-2\/12 {
  margin-bottom: 16.666667%;
}

.group:hover .group-hover\:ml-2\/12 {
  margin-left: 16.666667%;
}

.group:hover .group-hover\:mt-11p {
  margin-top: 11%;
}

.group:hover .group-hover\:mr-11p {
  margin-right: 11%;
}

.group:hover .group-hover\:mb-11p {
  margin-bottom: 11%;
}

.group:hover .group-hover\:ml-11p {
  margin-left: 11%;
}

.group:hover .group-hover\:mt-20p {
  margin-top: 20%;
}

.group:hover .group-hover\:mr-20p {
  margin-right: 20%;
}

.group:hover .group-hover\:mb-20p {
  margin-bottom: 20%;
}

.group:hover .group-hover\:ml-20p {
  margin-left: 20%;
}

.group:hover .group-hover\:mt-24p {
  margin-top: 24.25%;
}

.group:hover .group-hover\:mr-24p {
  margin-right: 24.25%;
}

.group:hover .group-hover\:mb-24p {
  margin-bottom: 24.25%;
}

.group:hover .group-hover\:ml-24p {
  margin-left: 24.25%;
}

.group:hover .group-hover\:mt-25p {
  margin-top: 25%;
}

.group:hover .group-hover\:mr-25p {
  margin-right: 25%;
}

.group:hover .group-hover\:mb-25p {
  margin-bottom: 25%;
}

.group:hover .group-hover\:ml-25p {
  margin-left: 25%;
}

.group:hover .group-hover\:mt-32p {
  margin-top: 32%;
}

.group:hover .group-hover\:mr-32p {
  margin-right: 32%;
}

.group:hover .group-hover\:mb-32p {
  margin-bottom: 32%;
}

.group:hover .group-hover\:ml-32p {
  margin-left: 32%;
}

.group:hover .group-hover\:mt-35p {
  margin-top: 35%;
}

.group:hover .group-hover\:mr-35p {
  margin-right: 35%;
}

.group:hover .group-hover\:mb-35p {
  margin-bottom: 35%;
}

.group:hover .group-hover\:ml-35p {
  margin-left: 35%;
}

.group:hover .group-hover\:mt-40p {
  margin-top: 40%;
}

.group:hover .group-hover\:mr-40p {
  margin-right: 40%;
}

.group:hover .group-hover\:mb-40p {
  margin-bottom: 40%;
}

.group:hover .group-hover\:ml-40p {
  margin-left: 40%;
}

.group:hover .group-hover\:mt-49p {
  margin-top: 49%;
}

.group:hover .group-hover\:mr-49p {
  margin-right: 49%;
}

.group:hover .group-hover\:mb-49p {
  margin-bottom: 49%;
}

.group:hover .group-hover\:ml-49p {
  margin-left: 49%;
}

.group:hover .group-hover\:mt-49-5p {
  margin-top: 49.5%;
}

.group:hover .group-hover\:mr-49-5p {
  margin-right: 49.5%;
}

.group:hover .group-hover\:mb-49-5p {
  margin-bottom: 49.5%;
}

.group:hover .group-hover\:ml-49-5p {
  margin-left: 49.5%;
}

.group:hover .group-hover\:mt-80p {
  margin-top: 80%;
}

.group:hover .group-hover\:mr-80p {
  margin-right: 80%;
}

.group:hover .group-hover\:mb-80p {
  margin-bottom: 80%;
}

.group:hover .group-hover\:ml-80p {
  margin-left: 80%;
}

.group:hover .group-hover\:mt-vh80 {
  margin-top: 80vh;
}

.group:hover .group-hover\:mr-vh80 {
  margin-right: 80vh;
}

.group:hover .group-hover\:mb-vh80 {
  margin-bottom: 80vh;
}

.group:hover .group-hover\:ml-vh80 {
  margin-left: 80vh;
}

.group:hover .group-hover\:mt-vh86 {
  margin-top: 86vh;
}

.group:hover .group-hover\:mr-vh86 {
  margin-right: 86vh;
}

.group:hover .group-hover\:mb-vh86 {
  margin-bottom: 86vh;
}

.group:hover .group-hover\:ml-vh86 {
  margin-left: 86vh;
}

.group:hover .group-hover\:mt-vh90 {
  margin-top: 90vh;
}

.group:hover .group-hover\:mr-vh90 {
  margin-right: 90vh;
}

.group:hover .group-hover\:mb-vh90 {
  margin-bottom: 90vh;
}

.group:hover .group-hover\:ml-vh90 {
  margin-left: 90vh;
}

.group:hover .group-hover\:mt-vw80 {
  margin-top: 80vw;
}

.group:hover .group-hover\:mr-vw80 {
  margin-right: 80vw;
}

.group:hover .group-hover\:mb-vw80 {
  margin-bottom: 80vw;
}

.group:hover .group-hover\:ml-vw80 {
  margin-left: 80vw;
}

.group:hover .group-hover\:mt-vw90 {
  margin-top: 90vw;
}

.group:hover .group-hover\:mr-vw90 {
  margin-right: 90vw;
}

.group:hover .group-hover\:mb-vw90 {
  margin-bottom: 90vw;
}

.group:hover .group-hover\:ml-vw90 {
  margin-left: 90vw;
}

.group:hover .group-hover\:mt-90p {
  margin-top: 90%;
}

.group:hover .group-hover\:mr-90p {
  margin-right: 90%;
}

.group:hover .group-hover\:mb-90p {
  margin-bottom: 90%;
}

.group:hover .group-hover\:ml-90p {
  margin-left: 90%;
}

.group:hover .group-hover\:mt-92p {
  margin-top: 92%;
}

.group:hover .group-hover\:mr-92p {
  margin-right: 92%;
}

.group:hover .group-hover\:mb-92p {
  margin-bottom: 92%;
}

.group:hover .group-hover\:ml-92p {
  margin-left: 92%;
}

.group:hover .group-hover\:mt-93p {
  margin-top: 93%;
}

.group:hover .group-hover\:mr-93p {
  margin-right: 93%;
}

.group:hover .group-hover\:mb-93p {
  margin-bottom: 93%;
}

.group:hover .group-hover\:ml-93p {
  margin-left: 93%;
}

.group:hover .group-hover\:mt-94p {
  margin-top: 94%;
}

.group:hover .group-hover\:mr-94p {
  margin-right: 94%;
}

.group:hover .group-hover\:mb-94p {
  margin-bottom: 94%;
}

.group:hover .group-hover\:ml-94p {
  margin-left: 94%;
}

.group:hover .group-hover\:mt-95p {
  margin-top: 95%;
}

.group:hover .group-hover\:mr-95p {
  margin-right: 95%;
}

.group:hover .group-hover\:mb-95p {
  margin-bottom: 95%;
}

.group:hover .group-hover\:ml-95p {
  margin-left: 95%;
}

.group:hover .group-hover\:mt-96p {
  margin-top: 96%;
}

.group:hover .group-hover\:mr-96p {
  margin-right: 96%;
}

.group:hover .group-hover\:mb-96p {
  margin-bottom: 96%;
}

.group:hover .group-hover\:ml-96p {
  margin-left: 96%;
}

.group:hover .group-hover\:mt-100p {
  margin-top: 100%;
}

.group:hover .group-hover\:mr-100p {
  margin-right: 100%;
}

.group:hover .group-hover\:mb-100p {
  margin-bottom: 100%;
}

.group:hover .group-hover\:ml-100p {
  margin-left: 100%;
}

.group:hover .group-hover\:-mt-0 {
  margin-top: 0px;
}

.group:hover .group-hover\:-mr-0 {
  margin-right: 0px;
}

.group:hover .group-hover\:-mb-0 {
  margin-bottom: 0px;
}

.group:hover .group-hover\:-ml-0 {
  margin-left: 0px;
}

.group:hover .group-hover\:-mt-1 {
  margin-top: -0.25rem;
}

.group:hover .group-hover\:-mr-1 {
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-mb-1 {
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-ml-1 {
  margin-left: -0.25rem;
}

.group:hover .group-hover\:-mt-2 {
  margin-top: -0.5rem;
}

.group:hover .group-hover\:-mr-2 {
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-mb-2 {
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-ml-2 {
  margin-left: -0.5rem;
}

.group:hover .group-hover\:-mt-3 {
  margin-top: -3px;
}

.group:hover .group-hover\:-mr-3 {
  margin-right: -3px;
}

.group:hover .group-hover\:-mb-3 {
  margin-bottom: -3px;
}

.group:hover .group-hover\:-ml-3 {
  margin-left: -3px;
}

.group:hover .group-hover\:-mt-4 {
  margin-top: -4px;
}

.group:hover .group-hover\:-mr-4 {
  margin-right: -4px;
}

.group:hover .group-hover\:-mb-4 {
  margin-bottom: -4px;
}

.group:hover .group-hover\:-ml-4 {
  margin-left: -4px;
}

.group:hover .group-hover\:-mt-5 {
  margin-top: -5px;
}

.group:hover .group-hover\:-mr-5 {
  margin-right: -5px;
}

.group:hover .group-hover\:-mb-5 {
  margin-bottom: -5px;
}

.group:hover .group-hover\:-ml-5 {
  margin-left: -5px;
}

.group:hover .group-hover\:-mt-6 {
  margin-top: -6px;
}

.group:hover .group-hover\:-mr-6 {
  margin-right: -6px;
}

.group:hover .group-hover\:-mb-6 {
  margin-bottom: -6px;
}

.group:hover .group-hover\:-ml-6 {
  margin-left: -6px;
}

.group:hover .group-hover\:-mt-8 {
  margin-top: -8px;
}

.group:hover .group-hover\:-mr-8 {
  margin-right: -8px;
}

.group:hover .group-hover\:-mb-8 {
  margin-bottom: -8px;
}

.group:hover .group-hover\:-ml-8 {
  margin-left: -8px;
}

.group:hover .group-hover\:-mt-9 {
  margin-top: -9px;
}

.group:hover .group-hover\:-mr-9 {
  margin-right: -9px;
}

.group:hover .group-hover\:-mb-9 {
  margin-bottom: -9px;
}

.group:hover .group-hover\:-ml-9 {
  margin-left: -9px;
}

.group:hover .group-hover\:-mt-10 {
  margin-top: -10px;
}

.group:hover .group-hover\:-mr-10 {
  margin-right: -10px;
}

.group:hover .group-hover\:-mb-10 {
  margin-bottom: -10px;
}

.group:hover .group-hover\:-ml-10 {
  margin-left: -10px;
}

.group:hover .group-hover\:-mt-12 {
  margin-top: -12px;
}

.group:hover .group-hover\:-mr-12 {
  margin-right: -12px;
}

.group:hover .group-hover\:-mb-12 {
  margin-bottom: -12px;
}

.group:hover .group-hover\:-ml-12 {
  margin-left: -12px;
}

.group:hover .group-hover\:-mt-13 {
  margin-top: -13px;
}

.group:hover .group-hover\:-mr-13 {
  margin-right: -13px;
}

.group:hover .group-hover\:-mb-13 {
  margin-bottom: -13px;
}

.group:hover .group-hover\:-ml-13 {
  margin-left: -13px;
}

.group:hover .group-hover\:-mt-14 {
  margin-top: -14px;
}

.group:hover .group-hover\:-mr-14 {
  margin-right: -14px;
}

.group:hover .group-hover\:-mb-14 {
  margin-bottom: -14px;
}

.group:hover .group-hover\:-ml-14 {
  margin-left: -14px;
}

.group:hover .group-hover\:-mt-15 {
  margin-top: -15px;
}

.group:hover .group-hover\:-mr-15 {
  margin-right: -15px;
}

.group:hover .group-hover\:-mb-15 {
  margin-bottom: -15px;
}

.group:hover .group-hover\:-ml-15 {
  margin-left: -15px;
}

.group:hover .group-hover\:-mt-16 {
  margin-top: -16px;
}

.group:hover .group-hover\:-mr-16 {
  margin-right: -16px;
}

.group:hover .group-hover\:-mb-16 {
  margin-bottom: -16px;
}

.group:hover .group-hover\:-ml-16 {
  margin-left: -16px;
}

.group:hover .group-hover\:-mt-17 {
  margin-top: -17px;
}

.group:hover .group-hover\:-mr-17 {
  margin-right: -17px;
}

.group:hover .group-hover\:-mb-17 {
  margin-bottom: -17px;
}

.group:hover .group-hover\:-ml-17 {
  margin-left: -17px;
}

.group:hover .group-hover\:-mt-18 {
  margin-top: -18px;
}

.group:hover .group-hover\:-mr-18 {
  margin-right: -18px;
}

.group:hover .group-hover\:-mb-18 {
  margin-bottom: -18px;
}

.group:hover .group-hover\:-ml-18 {
  margin-left: -18px;
}

.group:hover .group-hover\:-mt-20 {
  margin-top: -20px;
}

.group:hover .group-hover\:-mr-20 {
  margin-right: -20px;
}

.group:hover .group-hover\:-mb-20 {
  margin-bottom: -20px;
}

.group:hover .group-hover\:-ml-20 {
  margin-left: -20px;
}

.group:hover .group-hover\:-mt-22 {
  margin-top: -22px;
}

.group:hover .group-hover\:-mr-22 {
  margin-right: -22px;
}

.group:hover .group-hover\:-mb-22 {
  margin-bottom: -22px;
}

.group:hover .group-hover\:-ml-22 {
  margin-left: -22px;
}

.group:hover .group-hover\:-mt-24 {
  margin-top: -24px;
}

.group:hover .group-hover\:-mr-24 {
  margin-right: -24px;
}

.group:hover .group-hover\:-mb-24 {
  margin-bottom: -24px;
}

.group:hover .group-hover\:-ml-24 {
  margin-left: -24px;
}

.group:hover .group-hover\:-mt-25 {
  margin-top: -25px;
}

.group:hover .group-hover\:-mr-25 {
  margin-right: -25px;
}

.group:hover .group-hover\:-mb-25 {
  margin-bottom: -25px;
}

.group:hover .group-hover\:-ml-25 {
  margin-left: -25px;
}

.group:hover .group-hover\:-mt-28 {
  margin-top: -28px;
}

.group:hover .group-hover\:-mr-28 {
  margin-right: -28px;
}

.group:hover .group-hover\:-mb-28 {
  margin-bottom: -28px;
}

.group:hover .group-hover\:-ml-28 {
  margin-left: -28px;
}

.group:hover .group-hover\:-mt-29 {
  margin-top: -29px;
}

.group:hover .group-hover\:-mr-29 {
  margin-right: -29px;
}

.group:hover .group-hover\:-mb-29 {
  margin-bottom: -29px;
}

.group:hover .group-hover\:-ml-29 {
  margin-left: -29px;
}

.group:hover .group-hover\:-mt-30 {
  margin-top: -30px;
}

.group:hover .group-hover\:-mr-30 {
  margin-right: -30px;
}

.group:hover .group-hover\:-mb-30 {
  margin-bottom: -30px;
}

.group:hover .group-hover\:-ml-30 {
  margin-left: -30px;
}

.group:hover .group-hover\:-mt-32 {
  margin-top: -32px;
}

.group:hover .group-hover\:-mr-32 {
  margin-right: -32px;
}

.group:hover .group-hover\:-mb-32 {
  margin-bottom: -32px;
}

.group:hover .group-hover\:-ml-32 {
  margin-left: -32px;
}

.group:hover .group-hover\:-mt-35 {
  margin-top: -35px;
}

.group:hover .group-hover\:-mr-35 {
  margin-right: -35px;
}

.group:hover .group-hover\:-mb-35 {
  margin-bottom: -35px;
}

.group:hover .group-hover\:-ml-35 {
  margin-left: -35px;
}

.group:hover .group-hover\:-mt-36 {
  margin-top: -36px;
}

.group:hover .group-hover\:-mr-36 {
  margin-right: -36px;
}

.group:hover .group-hover\:-mb-36 {
  margin-bottom: -36px;
}

.group:hover .group-hover\:-ml-36 {
  margin-left: -36px;
}

.group:hover .group-hover\:-mt-37 {
  margin-top: -37px;
}

.group:hover .group-hover\:-mr-37 {
  margin-right: -37px;
}

.group:hover .group-hover\:-mb-37 {
  margin-bottom: -37px;
}

.group:hover .group-hover\:-ml-37 {
  margin-left: -37px;
}

.group:hover .group-hover\:-mt-40 {
  margin-top: -40px;
}

.group:hover .group-hover\:-mr-40 {
  margin-right: -40px;
}

.group:hover .group-hover\:-mb-40 {
  margin-bottom: -40px;
}

.group:hover .group-hover\:-ml-40 {
  margin-left: -40px;
}

.group:hover .group-hover\:-mt-45 {
  margin-top: -45px;
}

.group:hover .group-hover\:-mr-45 {
  margin-right: -45px;
}

.group:hover .group-hover\:-mb-45 {
  margin-bottom: -45px;
}

.group:hover .group-hover\:-ml-45 {
  margin-left: -45px;
}

.group:hover .group-hover\:-mt-48 {
  margin-top: -48px;
}

.group:hover .group-hover\:-mr-48 {
  margin-right: -48px;
}

.group:hover .group-hover\:-mb-48 {
  margin-bottom: -48px;
}

.group:hover .group-hover\:-ml-48 {
  margin-left: -48px;
}

.group:hover .group-hover\:-mt-50 {
  margin-top: -50px;
}

.group:hover .group-hover\:-mr-50 {
  margin-right: -50px;
}

.group:hover .group-hover\:-mb-50 {
  margin-bottom: -50px;
}

.group:hover .group-hover\:-ml-50 {
  margin-left: -50px;
}

.group:hover .group-hover\:-mt-55 {
  margin-top: -55px;
}

.group:hover .group-hover\:-mr-55 {
  margin-right: -55px;
}

.group:hover .group-hover\:-mb-55 {
  margin-bottom: -55px;
}

.group:hover .group-hover\:-ml-55 {
  margin-left: -55px;
}

.group:hover .group-hover\:-mt-56 {
  margin-top: -56px;
}

.group:hover .group-hover\:-mr-56 {
  margin-right: -56px;
}

.group:hover .group-hover\:-mb-56 {
  margin-bottom: -56px;
}

.group:hover .group-hover\:-ml-56 {
  margin-left: -56px;
}

.group:hover .group-hover\:-mt-60 {
  margin-top: -60px;
}

.group:hover .group-hover\:-mr-60 {
  margin-right: -60px;
}

.group:hover .group-hover\:-mb-60 {
  margin-bottom: -60px;
}

.group:hover .group-hover\:-ml-60 {
  margin-left: -60px;
}

.group:hover .group-hover\:-mt-62 {
  margin-top: -62px;
}

.group:hover .group-hover\:-mr-62 {
  margin-right: -62px;
}

.group:hover .group-hover\:-mb-62 {
  margin-bottom: -62px;
}

.group:hover .group-hover\:-ml-62 {
  margin-left: -62px;
}

.group:hover .group-hover\:-mt-64 {
  margin-top: -64px;
}

.group:hover .group-hover\:-mr-64 {
  margin-right: -64px;
}

.group:hover .group-hover\:-mb-64 {
  margin-bottom: -64px;
}

.group:hover .group-hover\:-ml-64 {
  margin-left: -64px;
}

.group:hover .group-hover\:-mt-65 {
  margin-top: -65px;
}

.group:hover .group-hover\:-mr-65 {
  margin-right: -65px;
}

.group:hover .group-hover\:-mb-65 {
  margin-bottom: -65px;
}

.group:hover .group-hover\:-ml-65 {
  margin-left: -65px;
}

.group:hover .group-hover\:-mt-70 {
  margin-top: -70px;
}

.group:hover .group-hover\:-mr-70 {
  margin-right: -70px;
}

.group:hover .group-hover\:-mb-70 {
  margin-bottom: -70px;
}

.group:hover .group-hover\:-ml-70 {
  margin-left: -70px;
}

.group:hover .group-hover\:-mt-75 {
  margin-top: -75px;
}

.group:hover .group-hover\:-mr-75 {
  margin-right: -75px;
}

.group:hover .group-hover\:-mb-75 {
  margin-bottom: -75px;
}

.group:hover .group-hover\:-ml-75 {
  margin-left: -75px;
}

.group:hover .group-hover\:-mt-80 {
  margin-top: -80px;
}

.group:hover .group-hover\:-mr-80 {
  margin-right: -80px;
}

.group:hover .group-hover\:-mb-80 {
  margin-bottom: -80px;
}

.group:hover .group-hover\:-ml-80 {
  margin-left: -80px;
}

.group:hover .group-hover\:-mt-85 {
  margin-top: -85px;
}

.group:hover .group-hover\:-mr-85 {
  margin-right: -85px;
}

.group:hover .group-hover\:-mb-85 {
  margin-bottom: -85px;
}

.group:hover .group-hover\:-ml-85 {
  margin-left: -85px;
}

.group:hover .group-hover\:-mt-90 {
  margin-top: -90px;
}

.group:hover .group-hover\:-mr-90 {
  margin-right: -90px;
}

.group:hover .group-hover\:-mb-90 {
  margin-bottom: -90px;
}

.group:hover .group-hover\:-ml-90 {
  margin-left: -90px;
}

.group:hover .group-hover\:-mt-95 {
  margin-top: -95px;
}

.group:hover .group-hover\:-mr-95 {
  margin-right: -95px;
}

.group:hover .group-hover\:-mb-95 {
  margin-bottom: -95px;
}

.group:hover .group-hover\:-ml-95 {
  margin-left: -95px;
}

.group:hover .group-hover\:-mt-96 {
  margin-top: -96px;
}

.group:hover .group-hover\:-mr-96 {
  margin-right: -96px;
}

.group:hover .group-hover\:-mb-96 {
  margin-bottom: -96px;
}

.group:hover .group-hover\:-ml-96 {
  margin-left: -96px;
}

.group:hover .group-hover\:-mt-100 {
  margin-top: -100px;
}

.group:hover .group-hover\:-mr-100 {
  margin-right: -100px;
}

.group:hover .group-hover\:-mb-100 {
  margin-bottom: -100px;
}

.group:hover .group-hover\:-ml-100 {
  margin-left: -100px;
}

.group:hover .group-hover\:-mt-110 {
  margin-top: -110px;
}

.group:hover .group-hover\:-mr-110 {
  margin-right: -110px;
}

.group:hover .group-hover\:-mb-110 {
  margin-bottom: -110px;
}

.group:hover .group-hover\:-ml-110 {
  margin-left: -110px;
}

.group:hover .group-hover\:-mt-115 {
  margin-top: -115px;
}

.group:hover .group-hover\:-mr-115 {
  margin-right: -115px;
}

.group:hover .group-hover\:-mb-115 {
  margin-bottom: -115px;
}

.group:hover .group-hover\:-ml-115 {
  margin-left: -115px;
}

.group:hover .group-hover\:-mt-120 {
  margin-top: -120px;
}

.group:hover .group-hover\:-mr-120 {
  margin-right: -120px;
}

.group:hover .group-hover\:-mb-120 {
  margin-bottom: -120px;
}

.group:hover .group-hover\:-ml-120 {
  margin-left: -120px;
}

.group:hover .group-hover\:-mt-128 {
  margin-top: -128px;
}

.group:hover .group-hover\:-mr-128 {
  margin-right: -128px;
}

.group:hover .group-hover\:-mb-128 {
  margin-bottom: -128px;
}

.group:hover .group-hover\:-ml-128 {
  margin-left: -128px;
}

.group:hover .group-hover\:-mt-135 {
  margin-top: -135px;
}

.group:hover .group-hover\:-mr-135 {
  margin-right: -135px;
}

.group:hover .group-hover\:-mb-135 {
  margin-bottom: -135px;
}

.group:hover .group-hover\:-ml-135 {
  margin-left: -135px;
}

.group:hover .group-hover\:-mt-140 {
  margin-top: -140px;
}

.group:hover .group-hover\:-mr-140 {
  margin-right: -140px;
}

.group:hover .group-hover\:-mb-140 {
  margin-bottom: -140px;
}

.group:hover .group-hover\:-ml-140 {
  margin-left: -140px;
}

.group:hover .group-hover\:-mt-145 {
  margin-top: -145px;
}

.group:hover .group-hover\:-mr-145 {
  margin-right: -145px;
}

.group:hover .group-hover\:-mb-145 {
  margin-bottom: -145px;
}

.group:hover .group-hover\:-ml-145 {
  margin-left: -145px;
}

.group:hover .group-hover\:-mt-150 {
  margin-top: -150px;
}

.group:hover .group-hover\:-mr-150 {
  margin-right: -150px;
}

.group:hover .group-hover\:-mb-150 {
  margin-bottom: -150px;
}

.group:hover .group-hover\:-ml-150 {
  margin-left: -150px;
}

.group:hover .group-hover\:-mt-160 {
  margin-top: -160px;
}

.group:hover .group-hover\:-mr-160 {
  margin-right: -160px;
}

.group:hover .group-hover\:-mb-160 {
  margin-bottom: -160px;
}

.group:hover .group-hover\:-ml-160 {
  margin-left: -160px;
}

.group:hover .group-hover\:-mt-165 {
  margin-top: -165px;
}

.group:hover .group-hover\:-mr-165 {
  margin-right: -165px;
}

.group:hover .group-hover\:-mb-165 {
  margin-bottom: -165px;
}

.group:hover .group-hover\:-ml-165 {
  margin-left: -165px;
}

.group:hover .group-hover\:-mt-168 {
  margin-top: -168px;
}

.group:hover .group-hover\:-mr-168 {
  margin-right: -168px;
}

.group:hover .group-hover\:-mb-168 {
  margin-bottom: -168px;
}

.group:hover .group-hover\:-ml-168 {
  margin-left: -168px;
}

.group:hover .group-hover\:-mt-170 {
  margin-top: -170px;
}

.group:hover .group-hover\:-mr-170 {
  margin-right: -170px;
}

.group:hover .group-hover\:-mb-170 {
  margin-bottom: -170px;
}

.group:hover .group-hover\:-ml-170 {
  margin-left: -170px;
}

.group:hover .group-hover\:-mt-180 {
  margin-top: -180px;
}

.group:hover .group-hover\:-mr-180 {
  margin-right: -180px;
}

.group:hover .group-hover\:-mb-180 {
  margin-bottom: -180px;
}

.group:hover .group-hover\:-ml-180 {
  margin-left: -180px;
}

.group:hover .group-hover\:-mt-200 {
  margin-top: -200px;
}

.group:hover .group-hover\:-mr-200 {
  margin-right: -200px;
}

.group:hover .group-hover\:-mb-200 {
  margin-bottom: -200px;
}

.group:hover .group-hover\:-ml-200 {
  margin-left: -200px;
}

.group:hover .group-hover\:-mt-220 {
  margin-top: -220px;
}

.group:hover .group-hover\:-mr-220 {
  margin-right: -220px;
}

.group:hover .group-hover\:-mb-220 {
  margin-bottom: -220px;
}

.group:hover .group-hover\:-ml-220 {
  margin-left: -220px;
}

.group:hover .group-hover\:-mt-230 {
  margin-top: -230px;
}

.group:hover .group-hover\:-mr-230 {
  margin-right: -230px;
}

.group:hover .group-hover\:-mb-230 {
  margin-bottom: -230px;
}

.group:hover .group-hover\:-ml-230 {
  margin-left: -230px;
}

.group:hover .group-hover\:-mt-235 {
  margin-top: -235px;
}

.group:hover .group-hover\:-mr-235 {
  margin-right: -235px;
}

.group:hover .group-hover\:-mb-235 {
  margin-bottom: -235px;
}

.group:hover .group-hover\:-ml-235 {
  margin-left: -235px;
}

.group:hover .group-hover\:-mt-240 {
  margin-top: -240px;
}

.group:hover .group-hover\:-mr-240 {
  margin-right: -240px;
}

.group:hover .group-hover\:-mb-240 {
  margin-bottom: -240px;
}

.group:hover .group-hover\:-ml-240 {
  margin-left: -240px;
}

.group:hover .group-hover\:-mt-250 {
  margin-top: -250px;
}

.group:hover .group-hover\:-mr-250 {
  margin-right: -250px;
}

.group:hover .group-hover\:-mb-250 {
  margin-bottom: -250px;
}

.group:hover .group-hover\:-ml-250 {
  margin-left: -250px;
}

.group:hover .group-hover\:-mt-300 {
  margin-top: -300px;
}

.group:hover .group-hover\:-mr-300 {
  margin-right: -300px;
}

.group:hover .group-hover\:-mb-300 {
  margin-bottom: -300px;
}

.group:hover .group-hover\:-ml-300 {
  margin-left: -300px;
}

.group:hover .group-hover\:-mt-320 {
  margin-top: -320px;
}

.group:hover .group-hover\:-mr-320 {
  margin-right: -320px;
}

.group:hover .group-hover\:-mb-320 {
  margin-bottom: -320px;
}

.group:hover .group-hover\:-ml-320 {
  margin-left: -320px;
}

.group:hover .group-hover\:-mt-350 {
  margin-top: -350px;
}

.group:hover .group-hover\:-mr-350 {
  margin-right: -350px;
}

.group:hover .group-hover\:-mb-350 {
  margin-bottom: -350px;
}

.group:hover .group-hover\:-ml-350 {
  margin-left: -350px;
}

.group:hover .group-hover\:-mt-375 {
  margin-top: -375px;
}

.group:hover .group-hover\:-mr-375 {
  margin-right: -375px;
}

.group:hover .group-hover\:-mb-375 {
  margin-bottom: -375px;
}

.group:hover .group-hover\:-ml-375 {
  margin-left: -375px;
}

.group:hover .group-hover\:-mt-400 {
  margin-top: -400px;
}

.group:hover .group-hover\:-mr-400 {
  margin-right: -400px;
}

.group:hover .group-hover\:-mb-400 {
  margin-bottom: -400px;
}

.group:hover .group-hover\:-ml-400 {
  margin-left: -400px;
}

.group:hover .group-hover\:-mt-450 {
  margin-top: -450px;
}

.group:hover .group-hover\:-mr-450 {
  margin-right: -450px;
}

.group:hover .group-hover\:-mb-450 {
  margin-bottom: -450px;
}

.group:hover .group-hover\:-ml-450 {
  margin-left: -450px;
}

.group:hover .group-hover\:-mt-700 {
  margin-top: -700px;
}

.group:hover .group-hover\:-mr-700 {
  margin-right: -700px;
}

.group:hover .group-hover\:-mb-700 {
  margin-bottom: -700px;
}

.group:hover .group-hover\:-ml-700 {
  margin-left: -700px;
}

.group:hover .group-hover\:-mt-px {
  margin-top: -1px;
}

.group:hover .group-hover\:-mr-px {
  margin-right: -1px;
}

.group:hover .group-hover\:-mb-px {
  margin-bottom: -1px;
}

.group:hover .group-hover\:-ml-px {
  margin-left: -1px;
}

.group:hover .group-hover\:-mt-1p {
  margin-top: -1%;
}

.group:hover .group-hover\:-mr-1p {
  margin-right: -1%;
}

.group:hover .group-hover\:-mb-1p {
  margin-bottom: -1%;
}

.group:hover .group-hover\:-ml-1p {
  margin-left: -1%;
}

.group:hover .group-hover\:-mt-1\/12 {
  margin-top: -8.3333%;
}

.group:hover .group-hover\:-mr-1\/12 {
  margin-right: -8.3333%;
}

.group:hover .group-hover\:-mb-1\/12 {
  margin-bottom: -8.3333%;
}

.group:hover .group-hover\:-ml-1\/12 {
  margin-left: -8.3333%;
}

.group:hover .group-hover\:-mt-2\/12 {
  margin-top: -16.66667%;
}

.group:hover .group-hover\:-mr-2\/12 {
  margin-right: -16.66667%;
}

.group:hover .group-hover\:-mb-2\/12 {
  margin-bottom: -16.66667%;
}

.group:hover .group-hover\:-ml-2\/12 {
  margin-left: -16.66667%;
}

.group:hover .group-hover\:-mt-11p {
  margin-top: -11%;
}

.group:hover .group-hover\:-mr-11p {
  margin-right: -11%;
}

.group:hover .group-hover\:-mb-11p {
  margin-bottom: -11%;
}

.group:hover .group-hover\:-ml-11p {
  margin-left: -11%;
}

.group:hover .group-hover\:-mt-20p {
  margin-top: -20%;
}

.group:hover .group-hover\:-mr-20p {
  margin-right: -20%;
}

.group:hover .group-hover\:-mb-20p {
  margin-bottom: -20%;
}

.group:hover .group-hover\:-ml-20p {
  margin-left: -20%;
}

.group:hover .group-hover\:-mt-24p {
  margin-top: -24.25%;
}

.group:hover .group-hover\:-mr-24p {
  margin-right: -24.25%;
}

.group:hover .group-hover\:-mb-24p {
  margin-bottom: -24.25%;
}

.group:hover .group-hover\:-ml-24p {
  margin-left: -24.25%;
}

.group:hover .group-hover\:-mt-25p {
  margin-top: -25%;
}

.group:hover .group-hover\:-mr-25p {
  margin-right: -25%;
}

.group:hover .group-hover\:-mb-25p {
  margin-bottom: -25%;
}

.group:hover .group-hover\:-ml-25p {
  margin-left: -25%;
}

.group:hover .group-hover\:-mt-32p {
  margin-top: -32%;
}

.group:hover .group-hover\:-mr-32p {
  margin-right: -32%;
}

.group:hover .group-hover\:-mb-32p {
  margin-bottom: -32%;
}

.group:hover .group-hover\:-ml-32p {
  margin-left: -32%;
}

.group:hover .group-hover\:-mt-35p {
  margin-top: -35%;
}

.group:hover .group-hover\:-mr-35p {
  margin-right: -35%;
}

.group:hover .group-hover\:-mb-35p {
  margin-bottom: -35%;
}

.group:hover .group-hover\:-ml-35p {
  margin-left: -35%;
}

.group:hover .group-hover\:-mt-40p {
  margin-top: -40%;
}

.group:hover .group-hover\:-mr-40p {
  margin-right: -40%;
}

.group:hover .group-hover\:-mb-40p {
  margin-bottom: -40%;
}

.group:hover .group-hover\:-ml-40p {
  margin-left: -40%;
}

.group:hover .group-hover\:-mt-49p {
  margin-top: -49%;
}

.group:hover .group-hover\:-mr-49p {
  margin-right: -49%;
}

.group:hover .group-hover\:-mb-49p {
  margin-bottom: -49%;
}

.group:hover .group-hover\:-ml-49p {
  margin-left: -49%;
}

.group:hover .group-hover\:-mt-49-5p {
  margin-top: -49.5%;
}

.group:hover .group-hover\:-mr-49-5p {
  margin-right: -49.5%;
}

.group:hover .group-hover\:-mb-49-5p {
  margin-bottom: -49.5%;
}

.group:hover .group-hover\:-ml-49-5p {
  margin-left: -49.5%;
}

.group:hover .group-hover\:-mt-80p {
  margin-top: -80%;
}

.group:hover .group-hover\:-mr-80p {
  margin-right: -80%;
}

.group:hover .group-hover\:-mb-80p {
  margin-bottom: -80%;
}

.group:hover .group-hover\:-ml-80p {
  margin-left: -80%;
}

.group:hover .group-hover\:-mt-vh80 {
  margin-top: -80vh;
}

.group:hover .group-hover\:-mr-vh80 {
  margin-right: -80vh;
}

.group:hover .group-hover\:-mb-vh80 {
  margin-bottom: -80vh;
}

.group:hover .group-hover\:-ml-vh80 {
  margin-left: -80vh;
}

.group:hover .group-hover\:-mt-vh86 {
  margin-top: -86vh;
}

.group:hover .group-hover\:-mr-vh86 {
  margin-right: -86vh;
}

.group:hover .group-hover\:-mb-vh86 {
  margin-bottom: -86vh;
}

.group:hover .group-hover\:-ml-vh86 {
  margin-left: -86vh;
}

.group:hover .group-hover\:-mt-vh90 {
  margin-top: -90vh;
}

.group:hover .group-hover\:-mr-vh90 {
  margin-right: -90vh;
}

.group:hover .group-hover\:-mb-vh90 {
  margin-bottom: -90vh;
}

.group:hover .group-hover\:-ml-vh90 {
  margin-left: -90vh;
}

.group:hover .group-hover\:-mt-vw80 {
  margin-top: -80vw;
}

.group:hover .group-hover\:-mr-vw80 {
  margin-right: -80vw;
}

.group:hover .group-hover\:-mb-vw80 {
  margin-bottom: -80vw;
}

.group:hover .group-hover\:-ml-vw80 {
  margin-left: -80vw;
}

.group:hover .group-hover\:-mt-vw90 {
  margin-top: -90vw;
}

.group:hover .group-hover\:-mr-vw90 {
  margin-right: -90vw;
}

.group:hover .group-hover\:-mb-vw90 {
  margin-bottom: -90vw;
}

.group:hover .group-hover\:-ml-vw90 {
  margin-left: -90vw;
}

.group:hover .group-hover\:-mt-90p {
  margin-top: -90%;
}

.group:hover .group-hover\:-mr-90p {
  margin-right: -90%;
}

.group:hover .group-hover\:-mb-90p {
  margin-bottom: -90%;
}

.group:hover .group-hover\:-ml-90p {
  margin-left: -90%;
}

.group:hover .group-hover\:-mt-92p {
  margin-top: -92%;
}

.group:hover .group-hover\:-mr-92p {
  margin-right: -92%;
}

.group:hover .group-hover\:-mb-92p {
  margin-bottom: -92%;
}

.group:hover .group-hover\:-ml-92p {
  margin-left: -92%;
}

.group:hover .group-hover\:-mt-93p {
  margin-top: -93%;
}

.group:hover .group-hover\:-mr-93p {
  margin-right: -93%;
}

.group:hover .group-hover\:-mb-93p {
  margin-bottom: -93%;
}

.group:hover .group-hover\:-ml-93p {
  margin-left: -93%;
}

.group:hover .group-hover\:-mt-94p {
  margin-top: -94%;
}

.group:hover .group-hover\:-mr-94p {
  margin-right: -94%;
}

.group:hover .group-hover\:-mb-94p {
  margin-bottom: -94%;
}

.group:hover .group-hover\:-ml-94p {
  margin-left: -94%;
}

.group:hover .group-hover\:-mt-95p {
  margin-top: -95%;
}

.group:hover .group-hover\:-mr-95p {
  margin-right: -95%;
}

.group:hover .group-hover\:-mb-95p {
  margin-bottom: -95%;
}

.group:hover .group-hover\:-ml-95p {
  margin-left: -95%;
}

.group:hover .group-hover\:-mt-96p {
  margin-top: -96%;
}

.group:hover .group-hover\:-mr-96p {
  margin-right: -96%;
}

.group:hover .group-hover\:-mb-96p {
  margin-bottom: -96%;
}

.group:hover .group-hover\:-ml-96p {
  margin-left: -96%;
}

.group:hover .group-hover\:-mt-100p {
  margin-top: -100%;
}

.group:hover .group-hover\:-mr-100p {
  margin-right: -100%;
}

.group:hover .group-hover\:-mb-100p {
  margin-bottom: -100%;
}

.group:hover .group-hover\:-ml-100p {
  margin-left: -100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-15 {
  max-height: 15px;
}

.max-h-250 {
  max-height: 250px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-80vh {
  max-height: 80vh;
}

.hover\:max-h-0:hover {
  max-height: 0px;
}

.hover\:max-h-15:hover {
  max-height: 15px;
}

.hover\:max-h-250:hover {
  max-height: 250px;
}

.hover\:max-h-300:hover {
  max-height: 300px;
}

.hover\:max-h-400:hover {
  max-height: 400px;
}

.hover\:max-h-450:hover {
  max-height: 450px;
}

.hover\:max-h-500:hover {
  max-height: 500px;
}

.hover\:max-h-full:hover {
  max-height: 100%;
}

.hover\:max-h-screen:hover {
  max-height: 100vh;
}

.hover\:max-h-80vh:hover {
  max-height: 80vh;
}

.focus\:max-h-0:focus {
  max-height: 0px;
}

.focus\:max-h-15:focus {
  max-height: 15px;
}

.focus\:max-h-250:focus {
  max-height: 250px;
}

.focus\:max-h-300:focus {
  max-height: 300px;
}

.focus\:max-h-400:focus {
  max-height: 400px;
}

.focus\:max-h-450:focus {
  max-height: 450px;
}

.focus\:max-h-500:focus {
  max-height: 500px;
}

.focus\:max-h-full:focus {
  max-height: 100%;
}

.focus\:max-h-screen:focus {
  max-height: 100vh;
}

.focus\:max-h-80vh:focus {
  max-height: 80vh;
}

.first\:max-h-0:first-child {
  max-height: 0px;
}

.first\:max-h-15:first-child {
  max-height: 15px;
}

.first\:max-h-250:first-child {
  max-height: 250px;
}

.first\:max-h-300:first-child {
  max-height: 300px;
}

.first\:max-h-400:first-child {
  max-height: 400px;
}

.first\:max-h-450:first-child {
  max-height: 450px;
}

.first\:max-h-500:first-child {
  max-height: 500px;
}

.first\:max-h-full:first-child {
  max-height: 100%;
}

.first\:max-h-screen:first-child {
  max-height: 100vh;
}

.first\:max-h-80vh:first-child {
  max-height: 80vh;
}

.last\:max-h-0:last-child {
  max-height: 0px;
}

.last\:max-h-15:last-child {
  max-height: 15px;
}

.last\:max-h-250:last-child {
  max-height: 250px;
}

.last\:max-h-300:last-child {
  max-height: 300px;
}

.last\:max-h-400:last-child {
  max-height: 400px;
}

.last\:max-h-450:last-child {
  max-height: 450px;
}

.last\:max-h-500:last-child {
  max-height: 500px;
}

.last\:max-h-full:last-child {
  max-height: 100%;
}

.last\:max-h-screen:last-child {
  max-height: 100vh;
}

.last\:max-h-80vh:last-child {
  max-height: 80vh;
}

.group:hover .group-hover\:max-h-0 {
  max-height: 0px;
}

.group:hover .group-hover\:max-h-15 {
  max-height: 15px;
}

.group:hover .group-hover\:max-h-250 {
  max-height: 250px;
}

.group:hover .group-hover\:max-h-300 {
  max-height: 300px;
}

.group:hover .group-hover\:max-h-400 {
  max-height: 400px;
}

.group:hover .group-hover\:max-h-450 {
  max-height: 450px;
}

.group:hover .group-hover\:max-h-500 {
  max-height: 500px;
}

.group:hover .group-hover\:max-h-full {
  max-height: 100%;
}

.group:hover .group-hover\:max-h-screen {
  max-height: 100vh;
}

.group:hover .group-hover\:max-h-80vh {
  max-height: 80vh;
}

.max-w-30 {
  max-width: 30px;
}

.max-w-110 {
  max-width: 110px;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-270 {
  max-width: 270px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1128 {
  max-width: 1128px;
}

.max-w-1380 {
  max-width: 1380px;
}

.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-xs {
  max-width: 376px;
}

.max-w-screen-s {
  max-width: 650px;
}

.max-w-screen-md {
  max-width: 900px;
}

.max-w-screen-desktop {
  max-width: 1025px;
}

.max-w-screen-desktop-min {
  max-width: 1248px;
}

.max-w-screen-lg {
  max-width: 1600px;
}

.max-w-100vw {
  max-width: 100vw;
}

.hover\:max-w-30:hover {
  max-width: 30px;
}

.hover\:max-w-110:hover {
  max-width: 110px;
}

.hover\:max-w-150:hover {
  max-width: 150px;
}

.hover\:max-w-270:hover {
  max-width: 270px;
}

.hover\:max-w-300:hover {
  max-width: 300px;
}

.hover\:max-w-500:hover {
  max-width: 500px;
}

.hover\:max-w-900:hover {
  max-width: 900px;
}

.hover\:max-w-1128:hover {
  max-width: 1128px;
}

.hover\:max-w-1380:hover {
  max-width: 1380px;
}

.hover\:max-w-none:hover {
  max-width: none;
}

.hover\:max-w-xs:hover {
  max-width: 20rem;
}

.hover\:max-w-sm:hover {
  max-width: 24rem;
}

.hover\:max-w-md:hover {
  max-width: 28rem;
}

.hover\:max-w-lg:hover {
  max-width: 32rem;
}

.hover\:max-w-xl:hover {
  max-width: 36rem;
}

.hover\:max-w-2xl:hover {
  max-width: 42rem;
}

.hover\:max-w-3xl:hover {
  max-width: 48rem;
}

.hover\:max-w-4xl:hover {
  max-width: 56rem;
}

.hover\:max-w-5xl:hover {
  max-width: 64rem;
}

.hover\:max-w-6xl:hover {
  max-width: 72rem;
}

.hover\:max-w-full:hover {
  max-width: 100%;
}

.hover\:max-w-screen-xs:hover {
  max-width: 376px;
}

.hover\:max-w-screen-s:hover {
  max-width: 650px;
}

.hover\:max-w-screen-md:hover {
  max-width: 900px;
}

.hover\:max-w-screen-desktop:hover {
  max-width: 1025px;
}

.hover\:max-w-screen-desktop-min:hover {
  max-width: 1248px;
}

.hover\:max-w-screen-lg:hover {
  max-width: 1600px;
}

.hover\:max-w-100vw:hover {
  max-width: 100vw;
}

.focus\:max-w-30:focus {
  max-width: 30px;
}

.focus\:max-w-110:focus {
  max-width: 110px;
}

.focus\:max-w-150:focus {
  max-width: 150px;
}

.focus\:max-w-270:focus {
  max-width: 270px;
}

.focus\:max-w-300:focus {
  max-width: 300px;
}

.focus\:max-w-500:focus {
  max-width: 500px;
}

.focus\:max-w-900:focus {
  max-width: 900px;
}

.focus\:max-w-1128:focus {
  max-width: 1128px;
}

.focus\:max-w-1380:focus {
  max-width: 1380px;
}

.focus\:max-w-none:focus {
  max-width: none;
}

.focus\:max-w-xs:focus {
  max-width: 20rem;
}

.focus\:max-w-sm:focus {
  max-width: 24rem;
}

.focus\:max-w-md:focus {
  max-width: 28rem;
}

.focus\:max-w-lg:focus {
  max-width: 32rem;
}

.focus\:max-w-xl:focus {
  max-width: 36rem;
}

.focus\:max-w-2xl:focus {
  max-width: 42rem;
}

.focus\:max-w-3xl:focus {
  max-width: 48rem;
}

.focus\:max-w-4xl:focus {
  max-width: 56rem;
}

.focus\:max-w-5xl:focus {
  max-width: 64rem;
}

.focus\:max-w-6xl:focus {
  max-width: 72rem;
}

.focus\:max-w-full:focus {
  max-width: 100%;
}

.focus\:max-w-screen-xs:focus {
  max-width: 376px;
}

.focus\:max-w-screen-s:focus {
  max-width: 650px;
}

.focus\:max-w-screen-md:focus {
  max-width: 900px;
}

.focus\:max-w-screen-desktop:focus {
  max-width: 1025px;
}

.focus\:max-w-screen-desktop-min:focus {
  max-width: 1248px;
}

.focus\:max-w-screen-lg:focus {
  max-width: 1600px;
}

.focus\:max-w-100vw:focus {
  max-width: 100vw;
}

.first\:max-w-30:first-child {
  max-width: 30px;
}

.first\:max-w-110:first-child {
  max-width: 110px;
}

.first\:max-w-150:first-child {
  max-width: 150px;
}

.first\:max-w-270:first-child {
  max-width: 270px;
}

.first\:max-w-300:first-child {
  max-width: 300px;
}

.first\:max-w-500:first-child {
  max-width: 500px;
}

.first\:max-w-900:first-child {
  max-width: 900px;
}

.first\:max-w-1128:first-child {
  max-width: 1128px;
}

.first\:max-w-1380:first-child {
  max-width: 1380px;
}

.first\:max-w-none:first-child {
  max-width: none;
}

.first\:max-w-xs:first-child {
  max-width: 20rem;
}

.first\:max-w-sm:first-child {
  max-width: 24rem;
}

.first\:max-w-md:first-child {
  max-width: 28rem;
}

.first\:max-w-lg:first-child {
  max-width: 32rem;
}

.first\:max-w-xl:first-child {
  max-width: 36rem;
}

.first\:max-w-2xl:first-child {
  max-width: 42rem;
}

.first\:max-w-3xl:first-child {
  max-width: 48rem;
}

.first\:max-w-4xl:first-child {
  max-width: 56rem;
}

.first\:max-w-5xl:first-child {
  max-width: 64rem;
}

.first\:max-w-6xl:first-child {
  max-width: 72rem;
}

.first\:max-w-full:first-child {
  max-width: 100%;
}

.first\:max-w-screen-xs:first-child {
  max-width: 376px;
}

.first\:max-w-screen-s:first-child {
  max-width: 650px;
}

.first\:max-w-screen-md:first-child {
  max-width: 900px;
}

.first\:max-w-screen-desktop:first-child {
  max-width: 1025px;
}

.first\:max-w-screen-desktop-min:first-child {
  max-width: 1248px;
}

.first\:max-w-screen-lg:first-child {
  max-width: 1600px;
}

.first\:max-w-100vw:first-child {
  max-width: 100vw;
}

.last\:max-w-30:last-child {
  max-width: 30px;
}

.last\:max-w-110:last-child {
  max-width: 110px;
}

.last\:max-w-150:last-child {
  max-width: 150px;
}

.last\:max-w-270:last-child {
  max-width: 270px;
}

.last\:max-w-300:last-child {
  max-width: 300px;
}

.last\:max-w-500:last-child {
  max-width: 500px;
}

.last\:max-w-900:last-child {
  max-width: 900px;
}

.last\:max-w-1128:last-child {
  max-width: 1128px;
}

.last\:max-w-1380:last-child {
  max-width: 1380px;
}

.last\:max-w-none:last-child {
  max-width: none;
}

.last\:max-w-xs:last-child {
  max-width: 20rem;
}

.last\:max-w-sm:last-child {
  max-width: 24rem;
}

.last\:max-w-md:last-child {
  max-width: 28rem;
}

.last\:max-w-lg:last-child {
  max-width: 32rem;
}

.last\:max-w-xl:last-child {
  max-width: 36rem;
}

.last\:max-w-2xl:last-child {
  max-width: 42rem;
}

.last\:max-w-3xl:last-child {
  max-width: 48rem;
}

.last\:max-w-4xl:last-child {
  max-width: 56rem;
}

.last\:max-w-5xl:last-child {
  max-width: 64rem;
}

.last\:max-w-6xl:last-child {
  max-width: 72rem;
}

.last\:max-w-full:last-child {
  max-width: 100%;
}

.last\:max-w-screen-xs:last-child {
  max-width: 376px;
}

.last\:max-w-screen-s:last-child {
  max-width: 650px;
}

.last\:max-w-screen-md:last-child {
  max-width: 900px;
}

.last\:max-w-screen-desktop:last-child {
  max-width: 1025px;
}

.last\:max-w-screen-desktop-min:last-child {
  max-width: 1248px;
}

.last\:max-w-screen-lg:last-child {
  max-width: 1600px;
}

.last\:max-w-100vw:last-child {
  max-width: 100vw;
}

.group:hover .group-hover\:max-w-30 {
  max-width: 30px;
}

.group:hover .group-hover\:max-w-110 {
  max-width: 110px;
}

.group:hover .group-hover\:max-w-150 {
  max-width: 150px;
}

.group:hover .group-hover\:max-w-270 {
  max-width: 270px;
}

.group:hover .group-hover\:max-w-300 {
  max-width: 300px;
}

.group:hover .group-hover\:max-w-500 {
  max-width: 500px;
}

.group:hover .group-hover\:max-w-900 {
  max-width: 900px;
}

.group:hover .group-hover\:max-w-1128 {
  max-width: 1128px;
}

.group:hover .group-hover\:max-w-1380 {
  max-width: 1380px;
}

.group:hover .group-hover\:max-w-none {
  max-width: none;
}

.group:hover .group-hover\:max-w-xs {
  max-width: 20rem;
}

.group:hover .group-hover\:max-w-sm {
  max-width: 24rem;
}

.group:hover .group-hover\:max-w-md {
  max-width: 28rem;
}

.group:hover .group-hover\:max-w-lg {
  max-width: 32rem;
}

.group:hover .group-hover\:max-w-xl {
  max-width: 36rem;
}

.group:hover .group-hover\:max-w-2xl {
  max-width: 42rem;
}

.group:hover .group-hover\:max-w-3xl {
  max-width: 48rem;
}

.group:hover .group-hover\:max-w-4xl {
  max-width: 56rem;
}

.group:hover .group-hover\:max-w-5xl {
  max-width: 64rem;
}

.group:hover .group-hover\:max-w-6xl {
  max-width: 72rem;
}

.group:hover .group-hover\:max-w-full {
  max-width: 100%;
}

.group:hover .group-hover\:max-w-screen-xs {
  max-width: 376px;
}

.group:hover .group-hover\:max-w-screen-s {
  max-width: 650px;
}

.group:hover .group-hover\:max-w-screen-md {
  max-width: 900px;
}

.group:hover .group-hover\:max-w-screen-desktop {
  max-width: 1025px;
}

.group:hover .group-hover\:max-w-screen-desktop-min {
  max-width: 1248px;
}

.group:hover .group-hover\:max-w-screen-lg {
  max-width: 1600px;
}

.group:hover .group-hover\:max-w-100vw {
  max-width: 100vw;
}

.min-h-0 {
  min-height: 0;
}

.min-h-150 {
  min-height: 150px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-50vh {
  min-height: 50vh;
}

.min-h-60vh {
  min-height: 60vh;
}

.min-h-80vh {
  min-height: 80vh;
}

.hover\:min-h-0:hover {
  min-height: 0;
}

.hover\:min-h-150:hover {
  min-height: 150px;
}

.hover\:min-h-full:hover {
  min-height: 100%;
}

.hover\:min-h-screen:hover {
  min-height: 100vh;
}

.hover\:min-h-50vh:hover {
  min-height: 50vh;
}

.hover\:min-h-60vh:hover {
  min-height: 60vh;
}

.hover\:min-h-80vh:hover {
  min-height: 80vh;
}

.focus\:min-h-0:focus {
  min-height: 0;
}

.focus\:min-h-150:focus {
  min-height: 150px;
}

.focus\:min-h-full:focus {
  min-height: 100%;
}

.focus\:min-h-screen:focus {
  min-height: 100vh;
}

.focus\:min-h-50vh:focus {
  min-height: 50vh;
}

.focus\:min-h-60vh:focus {
  min-height: 60vh;
}

.focus\:min-h-80vh:focus {
  min-height: 80vh;
}

.first\:min-h-0:first-child {
  min-height: 0;
}

.first\:min-h-150:first-child {
  min-height: 150px;
}

.first\:min-h-full:first-child {
  min-height: 100%;
}

.first\:min-h-screen:first-child {
  min-height: 100vh;
}

.first\:min-h-50vh:first-child {
  min-height: 50vh;
}

.first\:min-h-60vh:first-child {
  min-height: 60vh;
}

.first\:min-h-80vh:first-child {
  min-height: 80vh;
}

.last\:min-h-0:last-child {
  min-height: 0;
}

.last\:min-h-150:last-child {
  min-height: 150px;
}

.last\:min-h-full:last-child {
  min-height: 100%;
}

.last\:min-h-screen:last-child {
  min-height: 100vh;
}

.last\:min-h-50vh:last-child {
  min-height: 50vh;
}

.last\:min-h-60vh:last-child {
  min-height: 60vh;
}

.last\:min-h-80vh:last-child {
  min-height: 80vh;
}

.group:hover .group-hover\:min-h-0 {
  min-height: 0;
}

.group:hover .group-hover\:min-h-150 {
  min-height: 150px;
}

.group:hover .group-hover\:min-h-full {
  min-height: 100%;
}

.group:hover .group-hover\:min-h-screen {
  min-height: 100vh;
}

.group:hover .group-hover\:min-h-50vh {
  min-height: 50vh;
}

.group:hover .group-hover\:min-h-60vh {
  min-height: 60vh;
}

.group:hover .group-hover\:min-h-80vh {
  min-height: 80vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-6 {
  min-width: 6px;
}

.min-w-full {
  min-width: 100%;
}

.hover\:min-w-0:hover {
  min-width: 0;
}

.hover\:min-w-6:hover {
  min-width: 6px;
}

.hover\:min-w-full:hover {
  min-width: 100%;
}

.focus\:min-w-0:focus {
  min-width: 0;
}

.focus\:min-w-6:focus {
  min-width: 6px;
}

.focus\:min-w-full:focus {
  min-width: 100%;
}

.first\:min-w-0:first-child {
  min-width: 0;
}

.first\:min-w-6:first-child {
  min-width: 6px;
}

.first\:min-w-full:first-child {
  min-width: 100%;
}

.last\:min-w-0:last-child {
  min-width: 0;
}

.last\:min-w-6:last-child {
  min-width: 6px;
}

.last\:min-w-full:last-child {
  min-width: 100%;
}

.group:hover .group-hover\:min-w-0 {
  min-width: 0;
}

.group:hover .group-hover\:min-w-6 {
  min-width: 6px;
}

.group:hover .group-hover\: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;
}

.hover\:object-contain:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.hover\:object-cover:hover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:object-fill:hover {
  -o-object-fit: fill;
     object-fit: fill;
}

.hover\:object-none:hover {
  -o-object-fit: none;
     object-fit: none;
}

.hover\:object-scale-down:hover {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.focus\:object-contain:focus {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus\:object-cover:focus {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus\:object-fill:focus {
  -o-object-fit: fill;
     object-fit: fill;
}

.focus\:object-none:focus {
  -o-object-fit: none;
     object-fit: none;
}

.focus\:object-scale-down:focus {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.first\:object-contain:first-child {
  -o-object-fit: contain;
     object-fit: contain;
}

.first\:object-cover:first-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.first\:object-fill:first-child {
  -o-object-fit: fill;
     object-fit: fill;
}

.first\:object-none:first-child {
  -o-object-fit: none;
     object-fit: none;
}

.first\:object-scale-down:first-child {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.last\:object-contain:last-child {
  -o-object-fit: contain;
     object-fit: contain;
}

.last\:object-cover:last-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.last\:object-fill:last-child {
  -o-object-fit: fill;
     object-fit: fill;
}

.last\:object-none:last-child {
  -o-object-fit: none;
     object-fit: none;
}

.last\:object-scale-down:last-child {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.group:hover .group-hover\:object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.group:hover .group-hover\:object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.group:hover .group-hover\:object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.group:hover .group-hover\:object-none {
  -o-object-fit: none;
     object-fit: none;
}

.group:hover .group-hover\: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;
}

.hover\:object-bottom:hover {
  -o-object-position: bottom;
     object-position: bottom;
}

.hover\:object-center:hover {
  -o-object-position: center;
     object-position: center;
}

.hover\:object-left:hover {
  -o-object-position: left;
     object-position: left;
}

.hover\:object-left-bottom:hover {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.hover\:object-left-top:hover {
  -o-object-position: left top;
     object-position: left top;
}

.hover\:object-right:hover {
  -o-object-position: right;
     object-position: right;
}

.hover\:object-right-bottom:hover {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.hover\:object-right-top:hover {
  -o-object-position: right top;
     object-position: right top;
}

.hover\:object-top:hover {
  -o-object-position: top;
     object-position: top;
}

.focus\:object-bottom:focus {
  -o-object-position: bottom;
     object-position: bottom;
}

.focus\:object-center:focus {
  -o-object-position: center;
     object-position: center;
}

.focus\:object-left:focus {
  -o-object-position: left;
     object-position: left;
}

.focus\:object-left-bottom:focus {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.focus\:object-left-top:focus {
  -o-object-position: left top;
     object-position: left top;
}

.focus\:object-right:focus {
  -o-object-position: right;
     object-position: right;
}

.focus\:object-right-bottom:focus {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.focus\:object-right-top:focus {
  -o-object-position: right top;
     object-position: right top;
}

.focus\:object-top:focus {
  -o-object-position: top;
     object-position: top;
}

.first\:object-bottom:first-child {
  -o-object-position: bottom;
     object-position: bottom;
}

.first\:object-center:first-child {
  -o-object-position: center;
     object-position: center;
}

.first\:object-left:first-child {
  -o-object-position: left;
     object-position: left;
}

.first\:object-left-bottom:first-child {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.first\:object-left-top:first-child {
  -o-object-position: left top;
     object-position: left top;
}

.first\:object-right:first-child {
  -o-object-position: right;
     object-position: right;
}

.first\:object-right-bottom:first-child {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.first\:object-right-top:first-child {
  -o-object-position: right top;
     object-position: right top;
}

.first\:object-top:first-child {
  -o-object-position: top;
     object-position: top;
}

.last\:object-bottom:last-child {
  -o-object-position: bottom;
     object-position: bottom;
}

.last\:object-center:last-child {
  -o-object-position: center;
     object-position: center;
}

.last\:object-left:last-child {
  -o-object-position: left;
     object-position: left;
}

.last\:object-left-bottom:last-child {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.last\:object-left-top:last-child {
  -o-object-position: left top;
     object-position: left top;
}

.last\:object-right:last-child {
  -o-object-position: right;
     object-position: right;
}

.last\:object-right-bottom:last-child {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.last\:object-right-top:last-child {
  -o-object-position: right top;
     object-position: right top;
}

.last\:object-top:last-child {
  -o-object-position: top;
     object-position: top;
}

.group:hover .group-hover\:object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.group:hover .group-hover\:object-center {
  -o-object-position: center;
     object-position: center;
}

.group:hover .group-hover\:object-left {
  -o-object-position: left;
     object-position: left;
}

.group:hover .group-hover\:object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.group:hover .group-hover\:object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.group:hover .group-hover\:object-right {
  -o-object-position: right;
     object-position: right;
}

.group:hover .group-hover\:object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.group:hover .group-hover\:object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.group:hover .group-hover\:object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-15:hover {
  opacity: 0.15;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-15:focus {
  opacity: 0.15;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.first\:opacity-0:first-child {
  opacity: 0;
}

.first\:opacity-15:first-child {
  opacity: 0.15;
}

.first\:opacity-25:first-child {
  opacity: 0.25;
}

.first\:opacity-50:first-child {
  opacity: 0.5;
}

.first\:opacity-75:first-child {
  opacity: 0.75;
}

.first\:opacity-80:first-child {
  opacity: 0.8;
}

.first\:opacity-100:first-child {
  opacity: 1;
}

.last\:opacity-0:last-child {
  opacity: 0;
}

.last\:opacity-15:last-child {
  opacity: 0.15;
}

.last\:opacity-25:last-child {
  opacity: 0.25;
}

.last\:opacity-50:last-child {
  opacity: 0.5;
}

.last\:opacity-75:last-child {
  opacity: 0.75;
}

.last\:opacity-80:last-child {
  opacity: 0.8;
}

.last\:opacity-100:last-child {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-15 {
  opacity: 0.15;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:outline-white:hover {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.hover\:outline-black:hover {
  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;
}

.first\:outline-none:first-child {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.first\:outline-white:first-child {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.first\:outline-black:first-child {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.last\:outline-none:last-child {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.last\:outline-white:last-child {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.last\:outline-black:last-child {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.group:hover .group-hover\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.group:hover .group-hover\:outline-black {
  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;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.hover\:scrolling-touch:hover {
  -webkit-overflow-scrolling: touch;
}

.hover\:scrolling-auto:hover {
  -webkit-overflow-scrolling: auto;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:overflow-hidden:focus {
  overflow: hidden;
}

.focus\:overflow-visible:focus {
  overflow: visible;
}

.focus\:overflow-scroll:focus {
  overflow: scroll;
}

.focus\:overflow-x-auto:focus {
  overflow-x: auto;
}

.focus\:overflow-y-auto:focus {
  overflow-y: auto;
}

.focus\:overflow-x-hidden:focus {
  overflow-x: hidden;
}

.focus\:overflow-y-hidden:focus {
  overflow-y: hidden;
}

.focus\:overflow-x-visible:focus {
  overflow-x: visible;
}

.focus\:overflow-y-visible:focus {
  overflow-y: visible;
}

.focus\:overflow-x-scroll:focus {
  overflow-x: scroll;
}

.focus\:overflow-y-scroll:focus {
  overflow-y: scroll;
}

.focus\:scrolling-touch:focus {
  -webkit-overflow-scrolling: touch;
}

.focus\:scrolling-auto:focus {
  -webkit-overflow-scrolling: auto;
}

.first\:overflow-auto:first-child {
  overflow: auto;
}

.first\:overflow-hidden:first-child {
  overflow: hidden;
}

.first\:overflow-visible:first-child {
  overflow: visible;
}

.first\:overflow-scroll:first-child {
  overflow: scroll;
}

.first\:overflow-x-auto:first-child {
  overflow-x: auto;
}

.first\:overflow-y-auto:first-child {
  overflow-y: auto;
}

.first\:overflow-x-hidden:first-child {
  overflow-x: hidden;
}

.first\:overflow-y-hidden:first-child {
  overflow-y: hidden;
}

.first\:overflow-x-visible:first-child {
  overflow-x: visible;
}

.first\:overflow-y-visible:first-child {
  overflow-y: visible;
}

.first\:overflow-x-scroll:first-child {
  overflow-x: scroll;
}

.first\:overflow-y-scroll:first-child {
  overflow-y: scroll;
}

.first\:scrolling-touch:first-child {
  -webkit-overflow-scrolling: touch;
}

.first\:scrolling-auto:first-child {
  -webkit-overflow-scrolling: auto;
}

.last\:overflow-auto:last-child {
  overflow: auto;
}

.last\:overflow-hidden:last-child {
  overflow: hidden;
}

.last\:overflow-visible:last-child {
  overflow: visible;
}

.last\:overflow-scroll:last-child {
  overflow: scroll;
}

.last\:overflow-x-auto:last-child {
  overflow-x: auto;
}

.last\:overflow-y-auto:last-child {
  overflow-y: auto;
}

.last\:overflow-x-hidden:last-child {
  overflow-x: hidden;
}

.last\:overflow-y-hidden:last-child {
  overflow-y: hidden;
}

.last\:overflow-x-visible:last-child {
  overflow-x: visible;
}

.last\:overflow-y-visible:last-child {
  overflow-y: visible;
}

.last\:overflow-x-scroll:last-child {
  overflow-x: scroll;
}

.last\:overflow-y-scroll:last-child {
  overflow-y: scroll;
}

.last\:scrolling-touch:last-child {
  -webkit-overflow-scrolling: touch;
}

.last\:scrolling-auto:last-child {
  -webkit-overflow-scrolling: auto;
}

.group:hover .group-hover\:overflow-auto {
  overflow: auto;
}

.group:hover .group-hover\:overflow-hidden {
  overflow: hidden;
}

.group:hover .group-hover\:overflow-visible {
  overflow: visible;
}

.group:hover .group-hover\:overflow-scroll {
  overflow: scroll;
}

.group:hover .group-hover\:overflow-x-auto {
  overflow-x: auto;
}

.group:hover .group-hover\:overflow-y-auto {
  overflow-y: auto;
}

.group:hover .group-hover\:overflow-x-hidden {
  overflow-x: hidden;
}

.group:hover .group-hover\:overflow-y-hidden {
  overflow-y: hidden;
}

.group:hover .group-hover\:overflow-x-visible {
  overflow-x: visible;
}

.group:hover .group-hover\:overflow-y-visible {
  overflow-y: visible;
}

.group:hover .group-hover\:overflow-x-scroll {
  overflow-x: scroll;
}

.group:hover .group-hover\:overflow-y-scroll {
  overflow-y: scroll;
}

.group:hover .group-hover\:scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.group:hover .group-hover\:scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.hover\:overscroll-auto:hover {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.hover\:overscroll-contain:hover {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.hover\:overscroll-none:hover {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.hover\:overscroll-y-auto:hover {
  overscroll-behavior-y: auto;
}

.hover\:overscroll-y-contain:hover {
  overscroll-behavior-y: contain;
}

.hover\:overscroll-y-none:hover {
  overscroll-behavior-y: none;
}

.hover\:overscroll-x-auto:hover {
  overscroll-behavior-x: auto;
}

.hover\:overscroll-x-contain:hover {
  overscroll-behavior-x: contain;
}

.hover\:overscroll-x-none:hover {
  overscroll-behavior-x: none;
}

.focus\:overscroll-auto:focus {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.focus\:overscroll-contain:focus {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.focus\:overscroll-none:focus {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.focus\:overscroll-y-auto:focus {
  overscroll-behavior-y: auto;
}

.focus\:overscroll-y-contain:focus {
  overscroll-behavior-y: contain;
}

.focus\:overscroll-y-none:focus {
  overscroll-behavior-y: none;
}

.focus\:overscroll-x-auto:focus {
  overscroll-behavior-x: auto;
}

.focus\:overscroll-x-contain:focus {
  overscroll-behavior-x: contain;
}

.focus\:overscroll-x-none:focus {
  overscroll-behavior-x: none;
}

.first\:overscroll-auto:first-child {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.first\:overscroll-contain:first-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.first\:overscroll-none:first-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.first\:overscroll-y-auto:first-child {
  overscroll-behavior-y: auto;
}

.first\:overscroll-y-contain:first-child {
  overscroll-behavior-y: contain;
}

.first\:overscroll-y-none:first-child {
  overscroll-behavior-y: none;
}

.first\:overscroll-x-auto:first-child {
  overscroll-behavior-x: auto;
}

.first\:overscroll-x-contain:first-child {
  overscroll-behavior-x: contain;
}

.first\:overscroll-x-none:first-child {
  overscroll-behavior-x: none;
}

.last\:overscroll-auto:last-child {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.last\:overscroll-contain:last-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.last\:overscroll-none:last-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.last\:overscroll-y-auto:last-child {
  overscroll-behavior-y: auto;
}

.last\:overscroll-y-contain:last-child {
  overscroll-behavior-y: contain;
}

.last\:overscroll-y-none:last-child {
  overscroll-behavior-y: none;
}

.last\:overscroll-x-auto:last-child {
  overscroll-behavior-x: auto;
}

.last\:overscroll-x-contain:last-child {
  overscroll-behavior-x: contain;
}

.last\:overscroll-x-none:last-child {
  overscroll-behavior-x: none;
}

.group:hover .group-hover\:overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.group:hover .group-hover\:overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.group:hover .group-hover\:overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.group:hover .group-hover\:overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.group:hover .group-hover\:overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.group:hover .group-hover\:overscroll-y-none {
  overscroll-behavior-y: none;
}

.group:hover .group-hover\:overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.group:hover .group-hover\:overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.group:hover .group-hover\:overscroll-x-none {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-13 {
  padding: 13px;
}

.p-14 {
  padding: 14px;
}

.p-15 {
  padding: 15px;
}

.p-16 {
  padding: 16px;
}

.p-17 {
  padding: 17px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.p-22 {
  padding: 22px;
}

.p-24 {
  padding: 24px;
}

.p-25 {
  padding: 25px;
}

.p-28 {
  padding: 28px;
}

.p-29 {
  padding: 29px;
}

.p-30 {
  padding: 30px;
}

.p-32 {
  padding: 32px;
}

.p-35 {
  padding: 35px;
}

.p-36 {
  padding: 36px;
}

.p-37 {
  padding: 37px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-48 {
  padding: 48px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-56 {
  padding: 56px;
}

.p-60 {
  padding: 60px;
}

.p-62 {
  padding: 62px;
}

.p-64 {
  padding: 64px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-96 {
  padding: 96px;
}

.p-100 {
  padding: 100px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-128 {
  padding: 128px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-168 {
  padding: 168px;
}

.p-170 {
  padding: 170px;
}

.p-180 {
  padding: 180px;
}

.p-200 {
  padding: 200px;
}

.p-220 {
  padding: 220px;
}

.p-230 {
  padding: 230px;
}

.p-235 {
  padding: 235px;
}

.p-240 {
  padding: 240px;
}

.p-250 {
  padding: 250px;
}

.p-300 {
  padding: 300px;
}

.p-320 {
  padding: 320px;
}

.p-350 {
  padding: 350px;
}

.p-375 {
  padding: 375px;
}

.p-400 {
  padding: 400px;
}

.p-450 {
  padding: 450px;
}

.p-700 {
  padding: 700px;
}

.p-px {
  padding: 1px;
}

.p-1p {
  padding: 1%;
}

.p-1\/12 {
  padding: 8.3333%;
}

.p-2\/12 {
  padding: 16.666667%;
}

.p-11p {
  padding: 11%;
}

.p-20p {
  padding: 20%;
}

.p-24p {
  padding: 24.25%;
}

.p-25p {
  padding: 25%;
}

.p-32p {
  padding: 32%;
}

.p-35p {
  padding: 35%;
}

.p-40p {
  padding: 40%;
}

.p-49p {
  padding: 49%;
}

.p-49-5p {
  padding: 49.5%;
}

.p-80p {
  padding: 80%;
}

.p-vh80 {
  padding: 80vh;
}

.p-vh86 {
  padding: 86vh;
}

.p-vh90 {
  padding: 90vh;
}

.p-vw80 {
  padding: 80vw;
}

.p-vw90 {
  padding: 90vw;
}

.p-90p {
  padding: 90%;
}

.p-92p {
  padding: 92%;
}

.p-93p {
  padding: 93%;
}

.p-94p {
  padding: 94%;
}

.p-95p {
  padding: 95%;
}

.p-96p {
  padding: 96%;
}

.p-100p {
  padding: 100%;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.px-37 {
  padding-left: 37px;
  padding-right: 37px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.px-62 {
  padding-left: 62px;
  padding-right: 62px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.px-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.py-168 {
  padding-top: 168px;
  padding-bottom: 168px;
}

.px-168 {
  padding-left: 168px;
  padding-right: 168px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

.px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

.py-375 {
  padding-top: 375px;
  padding-bottom: 375px;
}

.px-375 {
  padding-left: 375px;
  padding-right: 375px;
}

.py-400 {
  padding-top: 400px;
  padding-bottom: 400px;
}

.px-400 {
  padding-left: 400px;
  padding-right: 400px;
}

.py-450 {
  padding-top: 450px;
  padding-bottom: 450px;
}

.px-450 {
  padding-left: 450px;
  padding-right: 450px;
}

.py-700 {
  padding-top: 700px;
  padding-bottom: 700px;
}

.px-700 {
  padding-left: 700px;
  padding-right: 700px;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1p {
  padding-top: 1%;
  padding-bottom: 1%;
}

.px-1p {
  padding-left: 1%;
  padding-right: 1%;
}

.py-1\/12 {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.px-1\/12 {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.py-2\/12 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-2\/12 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-11p {
  padding-top: 11%;
  padding-bottom: 11%;
}

.px-11p {
  padding-left: 11%;
  padding-right: 11%;
}

.py-20p {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-20p {
  padding-left: 20%;
  padding-right: 20%;
}

.py-24p {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.px-24p {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.py-25p {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-25p {
  padding-left: 25%;
  padding-right: 25%;
}

.py-32p {
  padding-top: 32%;
  padding-bottom: 32%;
}

.px-32p {
  padding-left: 32%;
  padding-right: 32%;
}

.py-35p {
  padding-top: 35%;
  padding-bottom: 35%;
}

.px-35p {
  padding-left: 35%;
  padding-right: 35%;
}

.py-40p {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-40p {
  padding-left: 40%;
  padding-right: 40%;
}

.py-49p {
  padding-top: 49%;
  padding-bottom: 49%;
}

.px-49p {
  padding-left: 49%;
  padding-right: 49%;
}

.py-49-5p {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.px-49-5p {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.py-80p {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-80p {
  padding-left: 80%;
  padding-right: 80%;
}

.py-vh80 {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.px-vh80 {
  padding-left: 80vh;
  padding-right: 80vh;
}

.py-vh86 {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.px-vh86 {
  padding-left: 86vh;
  padding-right: 86vh;
}

.py-vh90 {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.px-vh90 {
  padding-left: 90vh;
  padding-right: 90vh;
}

.py-vw80 {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.px-vw80 {
  padding-left: 80vw;
  padding-right: 80vw;
}

.py-vw90 {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.px-vw90 {
  padding-left: 90vw;
  padding-right: 90vw;
}

.py-90p {
  padding-top: 90%;
  padding-bottom: 90%;
}

.px-90p {
  padding-left: 90%;
  padding-right: 90%;
}

.py-92p {
  padding-top: 92%;
  padding-bottom: 92%;
}

.px-92p {
  padding-left: 92%;
  padding-right: 92%;
}

.py-93p {
  padding-top: 93%;
  padding-bottom: 93%;
}

.px-93p {
  padding-left: 93%;
  padding-right: 93%;
}

.py-94p {
  padding-top: 94%;
  padding-bottom: 94%;
}

.px-94p {
  padding-left: 94%;
  padding-right: 94%;
}

.py-95p {
  padding-top: 95%;
  padding-bottom: 95%;
}

.px-95p {
  padding-left: 95%;
  padding-right: 95%;
}

.py-96p {
  padding-top: 96%;
  padding-bottom: 96%;
}

.px-96p {
  padding-left: 96%;
  padding-right: 96%;
}

.py-100p {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-100p {
  padding-left: 100%;
  padding-right: 100%;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-22 {
  padding-top: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-62 {
  padding-top: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pt-135 {
  padding-top: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pl-165 {
  padding-left: 165px;
}

.pt-168 {
  padding-top: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pl-168 {
  padding-left: 168px;
}

.pt-170 {
  padding-top: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pr-220 {
  padding-right: 220px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pl-220 {
  padding-left: 220px;
}

.pt-230 {
  padding-top: 230px;
}

.pr-230 {
  padding-right: 230px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pl-230 {
  padding-left: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pr-235 {
  padding-right: 235px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pl-235 {
  padding-left: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pr-240 {
  padding-right: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pl-240 {
  padding-left: 240px;
}

.pt-250 {
  padding-top: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pl-250 {
  padding-left: 250px;
}

.pt-300 {
  padding-top: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-300 {
  padding-left: 300px;
}

.pt-320 {
  padding-top: 320px;
}

.pr-320 {
  padding-right: 320px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pl-320 {
  padding-left: 320px;
}

.pt-350 {
  padding-top: 350px;
}

.pr-350 {
  padding-right: 350px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pl-350 {
  padding-left: 350px;
}

.pt-375 {
  padding-top: 375px;
}

.pr-375 {
  padding-right: 375px;
}

.pb-375 {
  padding-bottom: 375px;
}

.pl-375 {
  padding-left: 375px;
}

.pt-400 {
  padding-top: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-400 {
  padding-left: 400px;
}

.pt-450 {
  padding-top: 450px;
}

.pr-450 {
  padding-right: 450px;
}

.pb-450 {
  padding-bottom: 450px;
}

.pl-450 {
  padding-left: 450px;
}

.pt-700 {
  padding-top: 700px;
}

.pr-700 {
  padding-right: 700px;
}

.pb-700 {
  padding-bottom: 700px;
}

.pl-700 {
  padding-left: 700px;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-1p {
  padding-top: 1%;
}

.pr-1p {
  padding-right: 1%;
}

.pb-1p {
  padding-bottom: 1%;
}

.pl-1p {
  padding-left: 1%;
}

.pt-1\/12 {
  padding-top: 8.3333%;
}

.pr-1\/12 {
  padding-right: 8.3333%;
}

.pb-1\/12 {
  padding-bottom: 8.3333%;
}

.pl-1\/12 {
  padding-left: 8.3333%;
}

.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-11p {
  padding-top: 11%;
}

.pr-11p {
  padding-right: 11%;
}

.pb-11p {
  padding-bottom: 11%;
}

.pl-11p {
  padding-left: 11%;
}

.pt-20p {
  padding-top: 20%;
}

.pr-20p {
  padding-right: 20%;
}

.pb-20p {
  padding-bottom: 20%;
}

.pl-20p {
  padding-left: 20%;
}

.pt-24p {
  padding-top: 24.25%;
}

.pr-24p {
  padding-right: 24.25%;
}

.pb-24p {
  padding-bottom: 24.25%;
}

.pl-24p {
  padding-left: 24.25%;
}

.pt-25p {
  padding-top: 25%;
}

.pr-25p {
  padding-right: 25%;
}

.pb-25p {
  padding-bottom: 25%;
}

.pl-25p {
  padding-left: 25%;
}

.pt-32p {
  padding-top: 32%;
}

.pr-32p {
  padding-right: 32%;
}

.pb-32p {
  padding-bottom: 32%;
}

.pl-32p {
  padding-left: 32%;
}

.pt-35p {
  padding-top: 35%;
}

.pr-35p {
  padding-right: 35%;
}

.pb-35p {
  padding-bottom: 35%;
}

.pl-35p {
  padding-left: 35%;
}

.pt-40p {
  padding-top: 40%;
}

.pr-40p {
  padding-right: 40%;
}

.pb-40p {
  padding-bottom: 40%;
}

.pl-40p {
  padding-left: 40%;
}

.pt-49p {
  padding-top: 49%;
}

.pr-49p {
  padding-right: 49%;
}

.pb-49p {
  padding-bottom: 49%;
}

.pl-49p {
  padding-left: 49%;
}

.pt-49-5p {
  padding-top: 49.5%;
}

.pr-49-5p {
  padding-right: 49.5%;
}

.pb-49-5p {
  padding-bottom: 49.5%;
}

.pl-49-5p {
  padding-left: 49.5%;
}

.pt-80p {
  padding-top: 80%;
}

.pr-80p {
  padding-right: 80%;
}

.pb-80p {
  padding-bottom: 80%;
}

.pl-80p {
  padding-left: 80%;
}

.pt-vh80 {
  padding-top: 80vh;
}

.pr-vh80 {
  padding-right: 80vh;
}

.pb-vh80 {
  padding-bottom: 80vh;
}

.pl-vh80 {
  padding-left: 80vh;
}

.pt-vh86 {
  padding-top: 86vh;
}

.pr-vh86 {
  padding-right: 86vh;
}

.pb-vh86 {
  padding-bottom: 86vh;
}

.pl-vh86 {
  padding-left: 86vh;
}

.pt-vh90 {
  padding-top: 90vh;
}

.pr-vh90 {
  padding-right: 90vh;
}

.pb-vh90 {
  padding-bottom: 90vh;
}

.pl-vh90 {
  padding-left: 90vh;
}

.pt-vw80 {
  padding-top: 80vw;
}

.pr-vw80 {
  padding-right: 80vw;
}

.pb-vw80 {
  padding-bottom: 80vw;
}

.pl-vw80 {
  padding-left: 80vw;
}

.pt-vw90 {
  padding-top: 90vw;
}

.pr-vw90 {
  padding-right: 90vw;
}

.pb-vw90 {
  padding-bottom: 90vw;
}

.pl-vw90 {
  padding-left: 90vw;
}

.pt-90p {
  padding-top: 90%;
}

.pr-90p {
  padding-right: 90%;
}

.pb-90p {
  padding-bottom: 90%;
}

.pl-90p {
  padding-left: 90%;
}

.pt-92p {
  padding-top: 92%;
}

.pr-92p {
  padding-right: 92%;
}

.pb-92p {
  padding-bottom: 92%;
}

.pl-92p {
  padding-left: 92%;
}

.pt-93p {
  padding-top: 93%;
}

.pr-93p {
  padding-right: 93%;
}

.pb-93p {
  padding-bottom: 93%;
}

.pl-93p {
  padding-left: 93%;
}

.pt-94p {
  padding-top: 94%;
}

.pr-94p {
  padding-right: 94%;
}

.pb-94p {
  padding-bottom: 94%;
}

.pl-94p {
  padding-left: 94%;
}

.pt-95p {
  padding-top: 95%;
}

.pr-95p {
  padding-right: 95%;
}

.pb-95p {
  padding-bottom: 95%;
}

.pl-95p {
  padding-left: 95%;
}

.pt-96p {
  padding-top: 96%;
}

.pr-96p {
  padding-right: 96%;
}

.pb-96p {
  padding-bottom: 96%;
}

.pl-96p {
  padding-left: 96%;
}

.pt-100p {
  padding-top: 100%;
}

.pr-100p {
  padding-right: 100%;
}

.pb-100p {
  padding-bottom: 100%;
}

.pl-100p {
  padding-left: 100%;
}

.hover\:p-0:hover {
  padding: 0px;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 3px;
}

.hover\:p-4:hover {
  padding: 4px;
}

.hover\:p-5:hover {
  padding: 5px;
}

.hover\:p-6:hover {
  padding: 6px;
}

.hover\:p-8:hover {
  padding: 8px;
}

.hover\:p-9:hover {
  padding: 9px;
}

.hover\:p-10:hover {
  padding: 10px;
}

.hover\:p-12:hover {
  padding: 12px;
}

.hover\:p-13:hover {
  padding: 13px;
}

.hover\:p-14:hover {
  padding: 14px;
}

.hover\:p-15:hover {
  padding: 15px;
}

.hover\:p-16:hover {
  padding: 16px;
}

.hover\:p-17:hover {
  padding: 17px;
}

.hover\:p-18:hover {
  padding: 18px;
}

.hover\:p-20:hover {
  padding: 20px;
}

.hover\:p-22:hover {
  padding: 22px;
}

.hover\:p-24:hover {
  padding: 24px;
}

.hover\:p-25:hover {
  padding: 25px;
}

.hover\:p-28:hover {
  padding: 28px;
}

.hover\:p-29:hover {
  padding: 29px;
}

.hover\:p-30:hover {
  padding: 30px;
}

.hover\:p-32:hover {
  padding: 32px;
}

.hover\:p-35:hover {
  padding: 35px;
}

.hover\:p-36:hover {
  padding: 36px;
}

.hover\:p-37:hover {
  padding: 37px;
}

.hover\:p-40:hover {
  padding: 40px;
}

.hover\:p-45:hover {
  padding: 45px;
}

.hover\:p-48:hover {
  padding: 48px;
}

.hover\:p-50:hover {
  padding: 50px;
}

.hover\:p-55:hover {
  padding: 55px;
}

.hover\:p-56:hover {
  padding: 56px;
}

.hover\:p-60:hover {
  padding: 60px;
}

.hover\:p-62:hover {
  padding: 62px;
}

.hover\:p-64:hover {
  padding: 64px;
}

.hover\:p-65:hover {
  padding: 65px;
}

.hover\:p-70:hover {
  padding: 70px;
}

.hover\:p-75:hover {
  padding: 75px;
}

.hover\:p-80:hover {
  padding: 80px;
}

.hover\:p-85:hover {
  padding: 85px;
}

.hover\:p-90:hover {
  padding: 90px;
}

.hover\:p-95:hover {
  padding: 95px;
}

.hover\:p-96:hover {
  padding: 96px;
}

.hover\:p-100:hover {
  padding: 100px;
}

.hover\:p-110:hover {
  padding: 110px;
}

.hover\:p-115:hover {
  padding: 115px;
}

.hover\:p-120:hover {
  padding: 120px;
}

.hover\:p-128:hover {
  padding: 128px;
}

.hover\:p-135:hover {
  padding: 135px;
}

.hover\:p-140:hover {
  padding: 140px;
}

.hover\:p-145:hover {
  padding: 145px;
}

.hover\:p-150:hover {
  padding: 150px;
}

.hover\:p-160:hover {
  padding: 160px;
}

.hover\:p-165:hover {
  padding: 165px;
}

.hover\:p-168:hover {
  padding: 168px;
}

.hover\:p-170:hover {
  padding: 170px;
}

.hover\:p-180:hover {
  padding: 180px;
}

.hover\:p-200:hover {
  padding: 200px;
}

.hover\:p-220:hover {
  padding: 220px;
}

.hover\:p-230:hover {
  padding: 230px;
}

.hover\:p-235:hover {
  padding: 235px;
}

.hover\:p-240:hover {
  padding: 240px;
}

.hover\:p-250:hover {
  padding: 250px;
}

.hover\:p-300:hover {
  padding: 300px;
}

.hover\:p-320:hover {
  padding: 320px;
}

.hover\:p-350:hover {
  padding: 350px;
}

.hover\:p-375:hover {
  padding: 375px;
}

.hover\:p-400:hover {
  padding: 400px;
}

.hover\:p-450:hover {
  padding: 450px;
}

.hover\:p-700:hover {
  padding: 700px;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:p-1p:hover {
  padding: 1%;
}

.hover\:p-1\/12:hover {
  padding: 8.3333%;
}

.hover\:p-2\/12:hover {
  padding: 16.666667%;
}

.hover\:p-11p:hover {
  padding: 11%;
}

.hover\:p-20p:hover {
  padding: 20%;
}

.hover\:p-24p:hover {
  padding: 24.25%;
}

.hover\:p-25p:hover {
  padding: 25%;
}

.hover\:p-32p:hover {
  padding: 32%;
}

.hover\:p-35p:hover {
  padding: 35%;
}

.hover\:p-40p:hover {
  padding: 40%;
}

.hover\:p-49p:hover {
  padding: 49%;
}

.hover\:p-49-5p:hover {
  padding: 49.5%;
}

.hover\:p-80p:hover {
  padding: 80%;
}

.hover\:p-vh80:hover {
  padding: 80vh;
}

.hover\:p-vh86:hover {
  padding: 86vh;
}

.hover\:p-vh90:hover {
  padding: 90vh;
}

.hover\:p-vw80:hover {
  padding: 80vw;
}

.hover\:p-vw90:hover {
  padding: 90vw;
}

.hover\:p-90p:hover {
  padding: 90%;
}

.hover\:p-92p:hover {
  padding: 92%;
}

.hover\:p-93p:hover {
  padding: 93%;
}

.hover\:p-94p:hover {
  padding: 94%;
}

.hover\:p-95p:hover {
  padding: 95%;
}

.hover\:p-96p:hover {
  padding: 96%;
}

.hover\:p-100p:hover {
  padding: 100%;
}

.hover\:py-0:hover {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hover\:px-0:hover {
  padding-left: 0px;
  padding-right: 0px;
}

.hover\:py-1:hover {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hover\:py-2:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hover\:py-3:hover {
  padding-top: 3px;
  padding-bottom: 3px;
}

.hover\:px-3:hover {
  padding-left: 3px;
  padding-right: 3px;
}

.hover\:py-4:hover {
  padding-top: 4px;
  padding-bottom: 4px;
}

.hover\:px-4:hover {
  padding-left: 4px;
  padding-right: 4px;
}

.hover\:py-5:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hover\:px-5:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.hover\:py-6:hover {
  padding-top: 6px;
  padding-bottom: 6px;
}

.hover\:px-6:hover {
  padding-left: 6px;
  padding-right: 6px;
}

.hover\:py-8:hover {
  padding-top: 8px;
  padding-bottom: 8px;
}

.hover\:px-8:hover {
  padding-left: 8px;
  padding-right: 8px;
}

.hover\:py-9:hover {
  padding-top: 9px;
  padding-bottom: 9px;
}

.hover\:px-9:hover {
  padding-left: 9px;
  padding-right: 9px;
}

.hover\:py-10:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hover\:px-10:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.hover\:py-12:hover {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hover\:px-12:hover {
  padding-left: 12px;
  padding-right: 12px;
}

.hover\:py-13:hover {
  padding-top: 13px;
  padding-bottom: 13px;
}

.hover\:px-13:hover {
  padding-left: 13px;
  padding-right: 13px;
}

.hover\:py-14:hover {
  padding-top: 14px;
  padding-bottom: 14px;
}

.hover\:px-14:hover {
  padding-left: 14px;
  padding-right: 14px;
}

.hover\:py-15:hover {
  padding-top: 15px;
  padding-bottom: 15px;
}

.hover\:px-15:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.hover\:py-16:hover {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hover\:px-16:hover {
  padding-left: 16px;
  padding-right: 16px;
}

.hover\:py-17:hover {
  padding-top: 17px;
  padding-bottom: 17px;
}

.hover\:px-17:hover {
  padding-left: 17px;
  padding-right: 17px;
}

.hover\:py-18:hover {
  padding-top: 18px;
  padding-bottom: 18px;
}

.hover\:px-18:hover {
  padding-left: 18px;
  padding-right: 18px;
}

.hover\:py-20:hover {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hover\:px-20:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.hover\:py-22:hover {
  padding-top: 22px;
  padding-bottom: 22px;
}

.hover\:px-22:hover {
  padding-left: 22px;
  padding-right: 22px;
}

.hover\:py-24:hover {
  padding-top: 24px;
  padding-bottom: 24px;
}

.hover\:px-24:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.hover\:py-25:hover {
  padding-top: 25px;
  padding-bottom: 25px;
}

.hover\:px-25:hover {
  padding-left: 25px;
  padding-right: 25px;
}

.hover\:py-28:hover {
  padding-top: 28px;
  padding-bottom: 28px;
}

.hover\:px-28:hover {
  padding-left: 28px;
  padding-right: 28px;
}

.hover\:py-29:hover {
  padding-top: 29px;
  padding-bottom: 29px;
}

.hover\:px-29:hover {
  padding-left: 29px;
  padding-right: 29px;
}

.hover\:py-30:hover {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hover\:px-30:hover {
  padding-left: 30px;
  padding-right: 30px;
}

.hover\:py-32:hover {
  padding-top: 32px;
  padding-bottom: 32px;
}

.hover\:px-32:hover {
  padding-left: 32px;
  padding-right: 32px;
}

.hover\:py-35:hover {
  padding-top: 35px;
  padding-bottom: 35px;
}

.hover\:px-35:hover {
  padding-left: 35px;
  padding-right: 35px;
}

.hover\:py-36:hover {
  padding-top: 36px;
  padding-bottom: 36px;
}

.hover\:px-36:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.hover\:py-37:hover {
  padding-top: 37px;
  padding-bottom: 37px;
}

.hover\:px-37:hover {
  padding-left: 37px;
  padding-right: 37px;
}

.hover\:py-40:hover {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hover\:px-40:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.hover\:py-45:hover {
  padding-top: 45px;
  padding-bottom: 45px;
}

.hover\:px-45:hover {
  padding-left: 45px;
  padding-right: 45px;
}

.hover\:py-48:hover {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hover\:px-48:hover {
  padding-left: 48px;
  padding-right: 48px;
}

.hover\:py-50:hover {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hover\:px-50:hover {
  padding-left: 50px;
  padding-right: 50px;
}

.hover\:py-55:hover {
  padding-top: 55px;
  padding-bottom: 55px;
}

.hover\:px-55:hover {
  padding-left: 55px;
  padding-right: 55px;
}

.hover\:py-56:hover {
  padding-top: 56px;
  padding-bottom: 56px;
}

.hover\:px-56:hover {
  padding-left: 56px;
  padding-right: 56px;
}

.hover\:py-60:hover {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hover\:px-60:hover {
  padding-left: 60px;
  padding-right: 60px;
}

.hover\:py-62:hover {
  padding-top: 62px;
  padding-bottom: 62px;
}

.hover\:px-62:hover {
  padding-left: 62px;
  padding-right: 62px;
}

.hover\:py-64:hover {
  padding-top: 64px;
  padding-bottom: 64px;
}

.hover\:px-64:hover {
  padding-left: 64px;
  padding-right: 64px;
}

.hover\:py-65:hover {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hover\:px-65:hover {
  padding-left: 65px;
  padding-right: 65px;
}

.hover\:py-70:hover {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hover\:px-70:hover {
  padding-left: 70px;
  padding-right: 70px;
}

.hover\:py-75:hover {
  padding-top: 75px;
  padding-bottom: 75px;
}

.hover\:px-75:hover {
  padding-left: 75px;
  padding-right: 75px;
}

.hover\:py-80:hover {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hover\:px-80:hover {
  padding-left: 80px;
  padding-right: 80px;
}

.hover\:py-85:hover {
  padding-top: 85px;
  padding-bottom: 85px;
}

.hover\:px-85:hover {
  padding-left: 85px;
  padding-right: 85px;
}

.hover\:py-90:hover {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hover\:px-90:hover {
  padding-left: 90px;
  padding-right: 90px;
}

.hover\:py-95:hover {
  padding-top: 95px;
  padding-bottom: 95px;
}

.hover\:px-95:hover {
  padding-left: 95px;
  padding-right: 95px;
}

.hover\:py-96:hover {
  padding-top: 96px;
  padding-bottom: 96px;
}

.hover\:px-96:hover {
  padding-left: 96px;
  padding-right: 96px;
}

.hover\:py-100:hover {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hover\:px-100:hover {
  padding-left: 100px;
  padding-right: 100px;
}

.hover\:py-110:hover {
  padding-top: 110px;
  padding-bottom: 110px;
}

.hover\:px-110:hover {
  padding-left: 110px;
  padding-right: 110px;
}

.hover\:py-115:hover {
  padding-top: 115px;
  padding-bottom: 115px;
}

.hover\:px-115:hover {
  padding-left: 115px;
  padding-right: 115px;
}

.hover\:py-120:hover {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hover\:px-120:hover {
  padding-left: 120px;
  padding-right: 120px;
}

.hover\:py-128:hover {
  padding-top: 128px;
  padding-bottom: 128px;
}

.hover\:px-128:hover {
  padding-left: 128px;
  padding-right: 128px;
}

.hover\:py-135:hover {
  padding-top: 135px;
  padding-bottom: 135px;
}

.hover\:px-135:hover {
  padding-left: 135px;
  padding-right: 135px;
}

.hover\:py-140:hover {
  padding-top: 140px;
  padding-bottom: 140px;
}

.hover\:px-140:hover {
  padding-left: 140px;
  padding-right: 140px;
}

.hover\:py-145:hover {
  padding-top: 145px;
  padding-bottom: 145px;
}

.hover\:px-145:hover {
  padding-left: 145px;
  padding-right: 145px;
}

.hover\:py-150:hover {
  padding-top: 150px;
  padding-bottom: 150px;
}

.hover\:px-150:hover {
  padding-left: 150px;
  padding-right: 150px;
}

.hover\:py-160:hover {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hover\:px-160:hover {
  padding-left: 160px;
  padding-right: 160px;
}

.hover\:py-165:hover {
  padding-top: 165px;
  padding-bottom: 165px;
}

.hover\:px-165:hover {
  padding-left: 165px;
  padding-right: 165px;
}

.hover\:py-168:hover {
  padding-top: 168px;
  padding-bottom: 168px;
}

.hover\:px-168:hover {
  padding-left: 168px;
  padding-right: 168px;
}

.hover\:py-170:hover {
  padding-top: 170px;
  padding-bottom: 170px;
}

.hover\:px-170:hover {
  padding-left: 170px;
  padding-right: 170px;
}

.hover\:py-180:hover {
  padding-top: 180px;
  padding-bottom: 180px;
}

.hover\:px-180:hover {
  padding-left: 180px;
  padding-right: 180px;
}

.hover\:py-200:hover {
  padding-top: 200px;
  padding-bottom: 200px;
}

.hover\:px-200:hover {
  padding-left: 200px;
  padding-right: 200px;
}

.hover\:py-220:hover {
  padding-top: 220px;
  padding-bottom: 220px;
}

.hover\:px-220:hover {
  padding-left: 220px;
  padding-right: 220px;
}

.hover\:py-230:hover {
  padding-top: 230px;
  padding-bottom: 230px;
}

.hover\:px-230:hover {
  padding-left: 230px;
  padding-right: 230px;
}

.hover\:py-235:hover {
  padding-top: 235px;
  padding-bottom: 235px;
}

.hover\:px-235:hover {
  padding-left: 235px;
  padding-right: 235px;
}

.hover\:py-240:hover {
  padding-top: 240px;
  padding-bottom: 240px;
}

.hover\:px-240:hover {
  padding-left: 240px;
  padding-right: 240px;
}

.hover\:py-250:hover {
  padding-top: 250px;
  padding-bottom: 250px;
}

.hover\:px-250:hover {
  padding-left: 250px;
  padding-right: 250px;
}

.hover\:py-300:hover {
  padding-top: 300px;
  padding-bottom: 300px;
}

.hover\:px-300:hover {
  padding-left: 300px;
  padding-right: 300px;
}

.hover\:py-320:hover {
  padding-top: 320px;
  padding-bottom: 320px;
}

.hover\:px-320:hover {
  padding-left: 320px;
  padding-right: 320px;
}

.hover\:py-350:hover {
  padding-top: 350px;
  padding-bottom: 350px;
}

.hover\:px-350:hover {
  padding-left: 350px;
  padding-right: 350px;
}

.hover\:py-375:hover {
  padding-top: 375px;
  padding-bottom: 375px;
}

.hover\:px-375:hover {
  padding-left: 375px;
  padding-right: 375px;
}

.hover\:py-400:hover {
  padding-top: 400px;
  padding-bottom: 400px;
}

.hover\:px-400:hover {
  padding-left: 400px;
  padding-right: 400px;
}

.hover\:py-450:hover {
  padding-top: 450px;
  padding-bottom: 450px;
}

.hover\:px-450:hover {
  padding-left: 450px;
  padding-right: 450px;
}

.hover\:py-700:hover {
  padding-top: 700px;
  padding-bottom: 700px;
}

.hover\:px-700:hover {
  padding-left: 700px;
  padding-right: 700px;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:py-1p:hover {
  padding-top: 1%;
  padding-bottom: 1%;
}

.hover\:px-1p:hover {
  padding-left: 1%;
  padding-right: 1%;
}

.hover\:py-1\/12:hover {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.hover\:px-1\/12:hover {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.hover\:py-2\/12:hover {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.hover\:px-2\/12:hover {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.hover\:py-11p:hover {
  padding-top: 11%;
  padding-bottom: 11%;
}

.hover\:px-11p:hover {
  padding-left: 11%;
  padding-right: 11%;
}

.hover\:py-20p:hover {
  padding-top: 20%;
  padding-bottom: 20%;
}

.hover\:px-20p:hover {
  padding-left: 20%;
  padding-right: 20%;
}

.hover\:py-24p:hover {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.hover\:px-24p:hover {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.hover\:py-25p:hover {
  padding-top: 25%;
  padding-bottom: 25%;
}

.hover\:px-25p:hover {
  padding-left: 25%;
  padding-right: 25%;
}

.hover\:py-32p:hover {
  padding-top: 32%;
  padding-bottom: 32%;
}

.hover\:px-32p:hover {
  padding-left: 32%;
  padding-right: 32%;
}

.hover\:py-35p:hover {
  padding-top: 35%;
  padding-bottom: 35%;
}

.hover\:px-35p:hover {
  padding-left: 35%;
  padding-right: 35%;
}

.hover\:py-40p:hover {
  padding-top: 40%;
  padding-bottom: 40%;
}

.hover\:px-40p:hover {
  padding-left: 40%;
  padding-right: 40%;
}

.hover\:py-49p:hover {
  padding-top: 49%;
  padding-bottom: 49%;
}

.hover\:px-49p:hover {
  padding-left: 49%;
  padding-right: 49%;
}

.hover\:py-49-5p:hover {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.hover\:px-49-5p:hover {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.hover\:py-80p:hover {
  padding-top: 80%;
  padding-bottom: 80%;
}

.hover\:px-80p:hover {
  padding-left: 80%;
  padding-right: 80%;
}

.hover\:py-vh80:hover {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.hover\:px-vh80:hover {
  padding-left: 80vh;
  padding-right: 80vh;
}

.hover\:py-vh86:hover {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.hover\:px-vh86:hover {
  padding-left: 86vh;
  padding-right: 86vh;
}

.hover\:py-vh90:hover {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.hover\:px-vh90:hover {
  padding-left: 90vh;
  padding-right: 90vh;
}

.hover\:py-vw80:hover {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.hover\:px-vw80:hover {
  padding-left: 80vw;
  padding-right: 80vw;
}

.hover\:py-vw90:hover {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.hover\:px-vw90:hover {
  padding-left: 90vw;
  padding-right: 90vw;
}

.hover\:py-90p:hover {
  padding-top: 90%;
  padding-bottom: 90%;
}

.hover\:px-90p:hover {
  padding-left: 90%;
  padding-right: 90%;
}

.hover\:py-92p:hover {
  padding-top: 92%;
  padding-bottom: 92%;
}

.hover\:px-92p:hover {
  padding-left: 92%;
  padding-right: 92%;
}

.hover\:py-93p:hover {
  padding-top: 93%;
  padding-bottom: 93%;
}

.hover\:px-93p:hover {
  padding-left: 93%;
  padding-right: 93%;
}

.hover\:py-94p:hover {
  padding-top: 94%;
  padding-bottom: 94%;
}

.hover\:px-94p:hover {
  padding-left: 94%;
  padding-right: 94%;
}

.hover\:py-95p:hover {
  padding-top: 95%;
  padding-bottom: 95%;
}

.hover\:px-95p:hover {
  padding-left: 95%;
  padding-right: 95%;
}

.hover\:py-96p:hover {
  padding-top: 96%;
  padding-bottom: 96%;
}

.hover\:px-96p:hover {
  padding-left: 96%;
  padding-right: 96%;
}

.hover\:py-100p:hover {
  padding-top: 100%;
  padding-bottom: 100%;
}

.hover\:px-100p:hover {
  padding-left: 100%;
  padding-right: 100%;
}

.hover\:pt-0:hover {
  padding-top: 0px;
}

.hover\:pr-0:hover {
  padding-right: 0px;
}

.hover\:pb-0:hover {
  padding-bottom: 0px;
}

.hover\:pl-0:hover {
  padding-left: 0px;
}

.hover\:pt-1:hover {
  padding-top: 0.25rem;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

.hover\:pb-1:hover {
  padding-bottom: 0.25rem;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:pt-2:hover {
  padding-top: 0.5rem;
}

.hover\:pr-2:hover {
  padding-right: 0.5rem;
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:pt-3:hover {
  padding-top: 3px;
}

.hover\:pr-3:hover {
  padding-right: 3px;
}

.hover\:pb-3:hover {
  padding-bottom: 3px;
}

.hover\:pl-3:hover {
  padding-left: 3px;
}

.hover\:pt-4:hover {
  padding-top: 4px;
}

.hover\:pr-4:hover {
  padding-right: 4px;
}

.hover\:pb-4:hover {
  padding-bottom: 4px;
}

.hover\:pl-4:hover {
  padding-left: 4px;
}

.hover\:pt-5:hover {
  padding-top: 5px;
}

.hover\:pr-5:hover {
  padding-right: 5px;
}

.hover\:pb-5:hover {
  padding-bottom: 5px;
}

.hover\:pl-5:hover {
  padding-left: 5px;
}

.hover\:pt-6:hover {
  padding-top: 6px;
}

.hover\:pr-6:hover {
  padding-right: 6px;
}

.hover\:pb-6:hover {
  padding-bottom: 6px;
}

.hover\:pl-6:hover {
  padding-left: 6px;
}

.hover\:pt-8:hover {
  padding-top: 8px;
}

.hover\:pr-8:hover {
  padding-right: 8px;
}

.hover\:pb-8:hover {
  padding-bottom: 8px;
}

.hover\:pl-8:hover {
  padding-left: 8px;
}

.hover\:pt-9:hover {
  padding-top: 9px;
}

.hover\:pr-9:hover {
  padding-right: 9px;
}

.hover\:pb-9:hover {
  padding-bottom: 9px;
}

.hover\:pl-9:hover {
  padding-left: 9px;
}

.hover\:pt-10:hover {
  padding-top: 10px;
}

.hover\:pr-10:hover {
  padding-right: 10px;
}

.hover\:pb-10:hover {
  padding-bottom: 10px;
}

.hover\:pl-10:hover {
  padding-left: 10px;
}

.hover\:pt-12:hover {
  padding-top: 12px;
}

.hover\:pr-12:hover {
  padding-right: 12px;
}

.hover\:pb-12:hover {
  padding-bottom: 12px;
}

.hover\:pl-12:hover {
  padding-left: 12px;
}

.hover\:pt-13:hover {
  padding-top: 13px;
}

.hover\:pr-13:hover {
  padding-right: 13px;
}

.hover\:pb-13:hover {
  padding-bottom: 13px;
}

.hover\:pl-13:hover {
  padding-left: 13px;
}

.hover\:pt-14:hover {
  padding-top: 14px;
}

.hover\:pr-14:hover {
  padding-right: 14px;
}

.hover\:pb-14:hover {
  padding-bottom: 14px;
}

.hover\:pl-14:hover {
  padding-left: 14px;
}

.hover\:pt-15:hover {
  padding-top: 15px;
}

.hover\:pr-15:hover {
  padding-right: 15px;
}

.hover\:pb-15:hover {
  padding-bottom: 15px;
}

.hover\:pl-15:hover {
  padding-left: 15px;
}

.hover\:pt-16:hover {
  padding-top: 16px;
}

.hover\:pr-16:hover {
  padding-right: 16px;
}

.hover\:pb-16:hover {
  padding-bottom: 16px;
}

.hover\:pl-16:hover {
  padding-left: 16px;
}

.hover\:pt-17:hover {
  padding-top: 17px;
}

.hover\:pr-17:hover {
  padding-right: 17px;
}

.hover\:pb-17:hover {
  padding-bottom: 17px;
}

.hover\:pl-17:hover {
  padding-left: 17px;
}

.hover\:pt-18:hover {
  padding-top: 18px;
}

.hover\:pr-18:hover {
  padding-right: 18px;
}

.hover\:pb-18:hover {
  padding-bottom: 18px;
}

.hover\:pl-18:hover {
  padding-left: 18px;
}

.hover\:pt-20:hover {
  padding-top: 20px;
}

.hover\:pr-20:hover {
  padding-right: 20px;
}

.hover\:pb-20:hover {
  padding-bottom: 20px;
}

.hover\:pl-20:hover {
  padding-left: 20px;
}

.hover\:pt-22:hover {
  padding-top: 22px;
}

.hover\:pr-22:hover {
  padding-right: 22px;
}

.hover\:pb-22:hover {
  padding-bottom: 22px;
}

.hover\:pl-22:hover {
  padding-left: 22px;
}

.hover\:pt-24:hover {
  padding-top: 24px;
}

.hover\:pr-24:hover {
  padding-right: 24px;
}

.hover\:pb-24:hover {
  padding-bottom: 24px;
}

.hover\:pl-24:hover {
  padding-left: 24px;
}

.hover\:pt-25:hover {
  padding-top: 25px;
}

.hover\:pr-25:hover {
  padding-right: 25px;
}

.hover\:pb-25:hover {
  padding-bottom: 25px;
}

.hover\:pl-25:hover {
  padding-left: 25px;
}

.hover\:pt-28:hover {
  padding-top: 28px;
}

.hover\:pr-28:hover {
  padding-right: 28px;
}

.hover\:pb-28:hover {
  padding-bottom: 28px;
}

.hover\:pl-28:hover {
  padding-left: 28px;
}

.hover\:pt-29:hover {
  padding-top: 29px;
}

.hover\:pr-29:hover {
  padding-right: 29px;
}

.hover\:pb-29:hover {
  padding-bottom: 29px;
}

.hover\:pl-29:hover {
  padding-left: 29px;
}

.hover\:pt-30:hover {
  padding-top: 30px;
}

.hover\:pr-30:hover {
  padding-right: 30px;
}

.hover\:pb-30:hover {
  padding-bottom: 30px;
}

.hover\:pl-30:hover {
  padding-left: 30px;
}

.hover\:pt-32:hover {
  padding-top: 32px;
}

.hover\:pr-32:hover {
  padding-right: 32px;
}

.hover\:pb-32:hover {
  padding-bottom: 32px;
}

.hover\:pl-32:hover {
  padding-left: 32px;
}

.hover\:pt-35:hover {
  padding-top: 35px;
}

.hover\:pr-35:hover {
  padding-right: 35px;
}

.hover\:pb-35:hover {
  padding-bottom: 35px;
}

.hover\:pl-35:hover {
  padding-left: 35px;
}

.hover\:pt-36:hover {
  padding-top: 36px;
}

.hover\:pr-36:hover {
  padding-right: 36px;
}

.hover\:pb-36:hover {
  padding-bottom: 36px;
}

.hover\:pl-36:hover {
  padding-left: 36px;
}

.hover\:pt-37:hover {
  padding-top: 37px;
}

.hover\:pr-37:hover {
  padding-right: 37px;
}

.hover\:pb-37:hover {
  padding-bottom: 37px;
}

.hover\:pl-37:hover {
  padding-left: 37px;
}

.hover\:pt-40:hover {
  padding-top: 40px;
}

.hover\:pr-40:hover {
  padding-right: 40px;
}

.hover\:pb-40:hover {
  padding-bottom: 40px;
}

.hover\:pl-40:hover {
  padding-left: 40px;
}

.hover\:pt-45:hover {
  padding-top: 45px;
}

.hover\:pr-45:hover {
  padding-right: 45px;
}

.hover\:pb-45:hover {
  padding-bottom: 45px;
}

.hover\:pl-45:hover {
  padding-left: 45px;
}

.hover\:pt-48:hover {
  padding-top: 48px;
}

.hover\:pr-48:hover {
  padding-right: 48px;
}

.hover\:pb-48:hover {
  padding-bottom: 48px;
}

.hover\:pl-48:hover {
  padding-left: 48px;
}

.hover\:pt-50:hover {
  padding-top: 50px;
}

.hover\:pr-50:hover {
  padding-right: 50px;
}

.hover\:pb-50:hover {
  padding-bottom: 50px;
}

.hover\:pl-50:hover {
  padding-left: 50px;
}

.hover\:pt-55:hover {
  padding-top: 55px;
}

.hover\:pr-55:hover {
  padding-right: 55px;
}

.hover\:pb-55:hover {
  padding-bottom: 55px;
}

.hover\:pl-55:hover {
  padding-left: 55px;
}

.hover\:pt-56:hover {
  padding-top: 56px;
}

.hover\:pr-56:hover {
  padding-right: 56px;
}

.hover\:pb-56:hover {
  padding-bottom: 56px;
}

.hover\:pl-56:hover {
  padding-left: 56px;
}

.hover\:pt-60:hover {
  padding-top: 60px;
}

.hover\:pr-60:hover {
  padding-right: 60px;
}

.hover\:pb-60:hover {
  padding-bottom: 60px;
}

.hover\:pl-60:hover {
  padding-left: 60px;
}

.hover\:pt-62:hover {
  padding-top: 62px;
}

.hover\:pr-62:hover {
  padding-right: 62px;
}

.hover\:pb-62:hover {
  padding-bottom: 62px;
}

.hover\:pl-62:hover {
  padding-left: 62px;
}

.hover\:pt-64:hover {
  padding-top: 64px;
}

.hover\:pr-64:hover {
  padding-right: 64px;
}

.hover\:pb-64:hover {
  padding-bottom: 64px;
}

.hover\:pl-64:hover {
  padding-left: 64px;
}

.hover\:pt-65:hover {
  padding-top: 65px;
}

.hover\:pr-65:hover {
  padding-right: 65px;
}

.hover\:pb-65:hover {
  padding-bottom: 65px;
}

.hover\:pl-65:hover {
  padding-left: 65px;
}

.hover\:pt-70:hover {
  padding-top: 70px;
}

.hover\:pr-70:hover {
  padding-right: 70px;
}

.hover\:pb-70:hover {
  padding-bottom: 70px;
}

.hover\:pl-70:hover {
  padding-left: 70px;
}

.hover\:pt-75:hover {
  padding-top: 75px;
}

.hover\:pr-75:hover {
  padding-right: 75px;
}

.hover\:pb-75:hover {
  padding-bottom: 75px;
}

.hover\:pl-75:hover {
  padding-left: 75px;
}

.hover\:pt-80:hover {
  padding-top: 80px;
}

.hover\:pr-80:hover {
  padding-right: 80px;
}

.hover\:pb-80:hover {
  padding-bottom: 80px;
}

.hover\:pl-80:hover {
  padding-left: 80px;
}

.hover\:pt-85:hover {
  padding-top: 85px;
}

.hover\:pr-85:hover {
  padding-right: 85px;
}

.hover\:pb-85:hover {
  padding-bottom: 85px;
}

.hover\:pl-85:hover {
  padding-left: 85px;
}

.hover\:pt-90:hover {
  padding-top: 90px;
}

.hover\:pr-90:hover {
  padding-right: 90px;
}

.hover\:pb-90:hover {
  padding-bottom: 90px;
}

.hover\:pl-90:hover {
  padding-left: 90px;
}

.hover\:pt-95:hover {
  padding-top: 95px;
}

.hover\:pr-95:hover {
  padding-right: 95px;
}

.hover\:pb-95:hover {
  padding-bottom: 95px;
}

.hover\:pl-95:hover {
  padding-left: 95px;
}

.hover\:pt-96:hover {
  padding-top: 96px;
}

.hover\:pr-96:hover {
  padding-right: 96px;
}

.hover\:pb-96:hover {
  padding-bottom: 96px;
}

.hover\:pl-96:hover {
  padding-left: 96px;
}

.hover\:pt-100:hover {
  padding-top: 100px;
}

.hover\:pr-100:hover {
  padding-right: 100px;
}

.hover\:pb-100:hover {
  padding-bottom: 100px;
}

.hover\:pl-100:hover {
  padding-left: 100px;
}

.hover\:pt-110:hover {
  padding-top: 110px;
}

.hover\:pr-110:hover {
  padding-right: 110px;
}

.hover\:pb-110:hover {
  padding-bottom: 110px;
}

.hover\:pl-110:hover {
  padding-left: 110px;
}

.hover\:pt-115:hover {
  padding-top: 115px;
}

.hover\:pr-115:hover {
  padding-right: 115px;
}

.hover\:pb-115:hover {
  padding-bottom: 115px;
}

.hover\:pl-115:hover {
  padding-left: 115px;
}

.hover\:pt-120:hover {
  padding-top: 120px;
}

.hover\:pr-120:hover {
  padding-right: 120px;
}

.hover\:pb-120:hover {
  padding-bottom: 120px;
}

.hover\:pl-120:hover {
  padding-left: 120px;
}

.hover\:pt-128:hover {
  padding-top: 128px;
}

.hover\:pr-128:hover {
  padding-right: 128px;
}

.hover\:pb-128:hover {
  padding-bottom: 128px;
}

.hover\:pl-128:hover {
  padding-left: 128px;
}

.hover\:pt-135:hover {
  padding-top: 135px;
}

.hover\:pr-135:hover {
  padding-right: 135px;
}

.hover\:pb-135:hover {
  padding-bottom: 135px;
}

.hover\:pl-135:hover {
  padding-left: 135px;
}

.hover\:pt-140:hover {
  padding-top: 140px;
}

.hover\:pr-140:hover {
  padding-right: 140px;
}

.hover\:pb-140:hover {
  padding-bottom: 140px;
}

.hover\:pl-140:hover {
  padding-left: 140px;
}

.hover\:pt-145:hover {
  padding-top: 145px;
}

.hover\:pr-145:hover {
  padding-right: 145px;
}

.hover\:pb-145:hover {
  padding-bottom: 145px;
}

.hover\:pl-145:hover {
  padding-left: 145px;
}

.hover\:pt-150:hover {
  padding-top: 150px;
}

.hover\:pr-150:hover {
  padding-right: 150px;
}

.hover\:pb-150:hover {
  padding-bottom: 150px;
}

.hover\:pl-150:hover {
  padding-left: 150px;
}

.hover\:pt-160:hover {
  padding-top: 160px;
}

.hover\:pr-160:hover {
  padding-right: 160px;
}

.hover\:pb-160:hover {
  padding-bottom: 160px;
}

.hover\:pl-160:hover {
  padding-left: 160px;
}

.hover\:pt-165:hover {
  padding-top: 165px;
}

.hover\:pr-165:hover {
  padding-right: 165px;
}

.hover\:pb-165:hover {
  padding-bottom: 165px;
}

.hover\:pl-165:hover {
  padding-left: 165px;
}

.hover\:pt-168:hover {
  padding-top: 168px;
}

.hover\:pr-168:hover {
  padding-right: 168px;
}

.hover\:pb-168:hover {
  padding-bottom: 168px;
}

.hover\:pl-168:hover {
  padding-left: 168px;
}

.hover\:pt-170:hover {
  padding-top: 170px;
}

.hover\:pr-170:hover {
  padding-right: 170px;
}

.hover\:pb-170:hover {
  padding-bottom: 170px;
}

.hover\:pl-170:hover {
  padding-left: 170px;
}

.hover\:pt-180:hover {
  padding-top: 180px;
}

.hover\:pr-180:hover {
  padding-right: 180px;
}

.hover\:pb-180:hover {
  padding-bottom: 180px;
}

.hover\:pl-180:hover {
  padding-left: 180px;
}

.hover\:pt-200:hover {
  padding-top: 200px;
}

.hover\:pr-200:hover {
  padding-right: 200px;
}

.hover\:pb-200:hover {
  padding-bottom: 200px;
}

.hover\:pl-200:hover {
  padding-left: 200px;
}

.hover\:pt-220:hover {
  padding-top: 220px;
}

.hover\:pr-220:hover {
  padding-right: 220px;
}

.hover\:pb-220:hover {
  padding-bottom: 220px;
}

.hover\:pl-220:hover {
  padding-left: 220px;
}

.hover\:pt-230:hover {
  padding-top: 230px;
}

.hover\:pr-230:hover {
  padding-right: 230px;
}

.hover\:pb-230:hover {
  padding-bottom: 230px;
}

.hover\:pl-230:hover {
  padding-left: 230px;
}

.hover\:pt-235:hover {
  padding-top: 235px;
}

.hover\:pr-235:hover {
  padding-right: 235px;
}

.hover\:pb-235:hover {
  padding-bottom: 235px;
}

.hover\:pl-235:hover {
  padding-left: 235px;
}

.hover\:pt-240:hover {
  padding-top: 240px;
}

.hover\:pr-240:hover {
  padding-right: 240px;
}

.hover\:pb-240:hover {
  padding-bottom: 240px;
}

.hover\:pl-240:hover {
  padding-left: 240px;
}

.hover\:pt-250:hover {
  padding-top: 250px;
}

.hover\:pr-250:hover {
  padding-right: 250px;
}

.hover\:pb-250:hover {
  padding-bottom: 250px;
}

.hover\:pl-250:hover {
  padding-left: 250px;
}

.hover\:pt-300:hover {
  padding-top: 300px;
}

.hover\:pr-300:hover {
  padding-right: 300px;
}

.hover\:pb-300:hover {
  padding-bottom: 300px;
}

.hover\:pl-300:hover {
  padding-left: 300px;
}

.hover\:pt-320:hover {
  padding-top: 320px;
}

.hover\:pr-320:hover {
  padding-right: 320px;
}

.hover\:pb-320:hover {
  padding-bottom: 320px;
}

.hover\:pl-320:hover {
  padding-left: 320px;
}

.hover\:pt-350:hover {
  padding-top: 350px;
}

.hover\:pr-350:hover {
  padding-right: 350px;
}

.hover\:pb-350:hover {
  padding-bottom: 350px;
}

.hover\:pl-350:hover {
  padding-left: 350px;
}

.hover\:pt-375:hover {
  padding-top: 375px;
}

.hover\:pr-375:hover {
  padding-right: 375px;
}

.hover\:pb-375:hover {
  padding-bottom: 375px;
}

.hover\:pl-375:hover {
  padding-left: 375px;
}

.hover\:pt-400:hover {
  padding-top: 400px;
}

.hover\:pr-400:hover {
  padding-right: 400px;
}

.hover\:pb-400:hover {
  padding-bottom: 400px;
}

.hover\:pl-400:hover {
  padding-left: 400px;
}

.hover\:pt-450:hover {
  padding-top: 450px;
}

.hover\:pr-450:hover {
  padding-right: 450px;
}

.hover\:pb-450:hover {
  padding-bottom: 450px;
}

.hover\:pl-450:hover {
  padding-left: 450px;
}

.hover\:pt-700:hover {
  padding-top: 700px;
}

.hover\:pr-700:hover {
  padding-right: 700px;
}

.hover\:pb-700:hover {
  padding-bottom: 700px;
}

.hover\:pl-700:hover {
  padding-left: 700px;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.hover\:pt-1p:hover {
  padding-top: 1%;
}

.hover\:pr-1p:hover {
  padding-right: 1%;
}

.hover\:pb-1p:hover {
  padding-bottom: 1%;
}

.hover\:pl-1p:hover {
  padding-left: 1%;
}

.hover\:pt-1\/12:hover {
  padding-top: 8.3333%;
}

.hover\:pr-1\/12:hover {
  padding-right: 8.3333%;
}

.hover\:pb-1\/12:hover {
  padding-bottom: 8.3333%;
}

.hover\:pl-1\/12:hover {
  padding-left: 8.3333%;
}

.hover\:pt-2\/12:hover {
  padding-top: 16.666667%;
}

.hover\:pr-2\/12:hover {
  padding-right: 16.666667%;
}

.hover\:pb-2\/12:hover {
  padding-bottom: 16.666667%;
}

.hover\:pl-2\/12:hover {
  padding-left: 16.666667%;
}

.hover\:pt-11p:hover {
  padding-top: 11%;
}

.hover\:pr-11p:hover {
  padding-right: 11%;
}

.hover\:pb-11p:hover {
  padding-bottom: 11%;
}

.hover\:pl-11p:hover {
  padding-left: 11%;
}

.hover\:pt-20p:hover {
  padding-top: 20%;
}

.hover\:pr-20p:hover {
  padding-right: 20%;
}

.hover\:pb-20p:hover {
  padding-bottom: 20%;
}

.hover\:pl-20p:hover {
  padding-left: 20%;
}

.hover\:pt-24p:hover {
  padding-top: 24.25%;
}

.hover\:pr-24p:hover {
  padding-right: 24.25%;
}

.hover\:pb-24p:hover {
  padding-bottom: 24.25%;
}

.hover\:pl-24p:hover {
  padding-left: 24.25%;
}

.hover\:pt-25p:hover {
  padding-top: 25%;
}

.hover\:pr-25p:hover {
  padding-right: 25%;
}

.hover\:pb-25p:hover {
  padding-bottom: 25%;
}

.hover\:pl-25p:hover {
  padding-left: 25%;
}

.hover\:pt-32p:hover {
  padding-top: 32%;
}

.hover\:pr-32p:hover {
  padding-right: 32%;
}

.hover\:pb-32p:hover {
  padding-bottom: 32%;
}

.hover\:pl-32p:hover {
  padding-left: 32%;
}

.hover\:pt-35p:hover {
  padding-top: 35%;
}

.hover\:pr-35p:hover {
  padding-right: 35%;
}

.hover\:pb-35p:hover {
  padding-bottom: 35%;
}

.hover\:pl-35p:hover {
  padding-left: 35%;
}

.hover\:pt-40p:hover {
  padding-top: 40%;
}

.hover\:pr-40p:hover {
  padding-right: 40%;
}

.hover\:pb-40p:hover {
  padding-bottom: 40%;
}

.hover\:pl-40p:hover {
  padding-left: 40%;
}

.hover\:pt-49p:hover {
  padding-top: 49%;
}

.hover\:pr-49p:hover {
  padding-right: 49%;
}

.hover\:pb-49p:hover {
  padding-bottom: 49%;
}

.hover\:pl-49p:hover {
  padding-left: 49%;
}

.hover\:pt-49-5p:hover {
  padding-top: 49.5%;
}

.hover\:pr-49-5p:hover {
  padding-right: 49.5%;
}

.hover\:pb-49-5p:hover {
  padding-bottom: 49.5%;
}

.hover\:pl-49-5p:hover {
  padding-left: 49.5%;
}

.hover\:pt-80p:hover {
  padding-top: 80%;
}

.hover\:pr-80p:hover {
  padding-right: 80%;
}

.hover\:pb-80p:hover {
  padding-bottom: 80%;
}

.hover\:pl-80p:hover {
  padding-left: 80%;
}

.hover\:pt-vh80:hover {
  padding-top: 80vh;
}

.hover\:pr-vh80:hover {
  padding-right: 80vh;
}

.hover\:pb-vh80:hover {
  padding-bottom: 80vh;
}

.hover\:pl-vh80:hover {
  padding-left: 80vh;
}

.hover\:pt-vh86:hover {
  padding-top: 86vh;
}

.hover\:pr-vh86:hover {
  padding-right: 86vh;
}

.hover\:pb-vh86:hover {
  padding-bottom: 86vh;
}

.hover\:pl-vh86:hover {
  padding-left: 86vh;
}

.hover\:pt-vh90:hover {
  padding-top: 90vh;
}

.hover\:pr-vh90:hover {
  padding-right: 90vh;
}

.hover\:pb-vh90:hover {
  padding-bottom: 90vh;
}

.hover\:pl-vh90:hover {
  padding-left: 90vh;
}

.hover\:pt-vw80:hover {
  padding-top: 80vw;
}

.hover\:pr-vw80:hover {
  padding-right: 80vw;
}

.hover\:pb-vw80:hover {
  padding-bottom: 80vw;
}

.hover\:pl-vw80:hover {
  padding-left: 80vw;
}

.hover\:pt-vw90:hover {
  padding-top: 90vw;
}

.hover\:pr-vw90:hover {
  padding-right: 90vw;
}

.hover\:pb-vw90:hover {
  padding-bottom: 90vw;
}

.hover\:pl-vw90:hover {
  padding-left: 90vw;
}

.hover\:pt-90p:hover {
  padding-top: 90%;
}

.hover\:pr-90p:hover {
  padding-right: 90%;
}

.hover\:pb-90p:hover {
  padding-bottom: 90%;
}

.hover\:pl-90p:hover {
  padding-left: 90%;
}

.hover\:pt-92p:hover {
  padding-top: 92%;
}

.hover\:pr-92p:hover {
  padding-right: 92%;
}

.hover\:pb-92p:hover {
  padding-bottom: 92%;
}

.hover\:pl-92p:hover {
  padding-left: 92%;
}

.hover\:pt-93p:hover {
  padding-top: 93%;
}

.hover\:pr-93p:hover {
  padding-right: 93%;
}

.hover\:pb-93p:hover {
  padding-bottom: 93%;
}

.hover\:pl-93p:hover {
  padding-left: 93%;
}

.hover\:pt-94p:hover {
  padding-top: 94%;
}

.hover\:pr-94p:hover {
  padding-right: 94%;
}

.hover\:pb-94p:hover {
  padding-bottom: 94%;
}

.hover\:pl-94p:hover {
  padding-left: 94%;
}

.hover\:pt-95p:hover {
  padding-top: 95%;
}

.hover\:pr-95p:hover {
  padding-right: 95%;
}

.hover\:pb-95p:hover {
  padding-bottom: 95%;
}

.hover\:pl-95p:hover {
  padding-left: 95%;
}

.hover\:pt-96p:hover {
  padding-top: 96%;
}

.hover\:pr-96p:hover {
  padding-right: 96%;
}

.hover\:pb-96p:hover {
  padding-bottom: 96%;
}

.hover\:pl-96p:hover {
  padding-left: 96%;
}

.hover\:pt-100p:hover {
  padding-top: 100%;
}

.hover\:pr-100p:hover {
  padding-right: 100%;
}

.hover\:pb-100p:hover {
  padding-bottom: 100%;
}

.hover\:pl-100p:hover {
  padding-left: 100%;
}

.focus\:p-0:focus {
  padding: 0px;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:p-2:focus {
  padding: 0.5rem;
}

.focus\:p-3:focus {
  padding: 3px;
}

.focus\:p-4:focus {
  padding: 4px;
}

.focus\:p-5:focus {
  padding: 5px;
}

.focus\:p-6:focus {
  padding: 6px;
}

.focus\:p-8:focus {
  padding: 8px;
}

.focus\:p-9:focus {
  padding: 9px;
}

.focus\:p-10:focus {
  padding: 10px;
}

.focus\:p-12:focus {
  padding: 12px;
}

.focus\:p-13:focus {
  padding: 13px;
}

.focus\:p-14:focus {
  padding: 14px;
}

.focus\:p-15:focus {
  padding: 15px;
}

.focus\:p-16:focus {
  padding: 16px;
}

.focus\:p-17:focus {
  padding: 17px;
}

.focus\:p-18:focus {
  padding: 18px;
}

.focus\:p-20:focus {
  padding: 20px;
}

.focus\:p-22:focus {
  padding: 22px;
}

.focus\:p-24:focus {
  padding: 24px;
}

.focus\:p-25:focus {
  padding: 25px;
}

.focus\:p-28:focus {
  padding: 28px;
}

.focus\:p-29:focus {
  padding: 29px;
}

.focus\:p-30:focus {
  padding: 30px;
}

.focus\:p-32:focus {
  padding: 32px;
}

.focus\:p-35:focus {
  padding: 35px;
}

.focus\:p-36:focus {
  padding: 36px;
}

.focus\:p-37:focus {
  padding: 37px;
}

.focus\:p-40:focus {
  padding: 40px;
}

.focus\:p-45:focus {
  padding: 45px;
}

.focus\:p-48:focus {
  padding: 48px;
}

.focus\:p-50:focus {
  padding: 50px;
}

.focus\:p-55:focus {
  padding: 55px;
}

.focus\:p-56:focus {
  padding: 56px;
}

.focus\:p-60:focus {
  padding: 60px;
}

.focus\:p-62:focus {
  padding: 62px;
}

.focus\:p-64:focus {
  padding: 64px;
}

.focus\:p-65:focus {
  padding: 65px;
}

.focus\:p-70:focus {
  padding: 70px;
}

.focus\:p-75:focus {
  padding: 75px;
}

.focus\:p-80:focus {
  padding: 80px;
}

.focus\:p-85:focus {
  padding: 85px;
}

.focus\:p-90:focus {
  padding: 90px;
}

.focus\:p-95:focus {
  padding: 95px;
}

.focus\:p-96:focus {
  padding: 96px;
}

.focus\:p-100:focus {
  padding: 100px;
}

.focus\:p-110:focus {
  padding: 110px;
}

.focus\:p-115:focus {
  padding: 115px;
}

.focus\:p-120:focus {
  padding: 120px;
}

.focus\:p-128:focus {
  padding: 128px;
}

.focus\:p-135:focus {
  padding: 135px;
}

.focus\:p-140:focus {
  padding: 140px;
}

.focus\:p-145:focus {
  padding: 145px;
}

.focus\:p-150:focus {
  padding: 150px;
}

.focus\:p-160:focus {
  padding: 160px;
}

.focus\:p-165:focus {
  padding: 165px;
}

.focus\:p-168:focus {
  padding: 168px;
}

.focus\:p-170:focus {
  padding: 170px;
}

.focus\:p-180:focus {
  padding: 180px;
}

.focus\:p-200:focus {
  padding: 200px;
}

.focus\:p-220:focus {
  padding: 220px;
}

.focus\:p-230:focus {
  padding: 230px;
}

.focus\:p-235:focus {
  padding: 235px;
}

.focus\:p-240:focus {
  padding: 240px;
}

.focus\:p-250:focus {
  padding: 250px;
}

.focus\:p-300:focus {
  padding: 300px;
}

.focus\:p-320:focus {
  padding: 320px;
}

.focus\:p-350:focus {
  padding: 350px;
}

.focus\:p-375:focus {
  padding: 375px;
}

.focus\:p-400:focus {
  padding: 400px;
}

.focus\:p-450:focus {
  padding: 450px;
}

.focus\:p-700:focus {
  padding: 700px;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:p-1p:focus {
  padding: 1%;
}

.focus\:p-1\/12:focus {
  padding: 8.3333%;
}

.focus\:p-2\/12:focus {
  padding: 16.666667%;
}

.focus\:p-11p:focus {
  padding: 11%;
}

.focus\:p-20p:focus {
  padding: 20%;
}

.focus\:p-24p:focus {
  padding: 24.25%;
}

.focus\:p-25p:focus {
  padding: 25%;
}

.focus\:p-32p:focus {
  padding: 32%;
}

.focus\:p-35p:focus {
  padding: 35%;
}

.focus\:p-40p:focus {
  padding: 40%;
}

.focus\:p-49p:focus {
  padding: 49%;
}

.focus\:p-49-5p:focus {
  padding: 49.5%;
}

.focus\:p-80p:focus {
  padding: 80%;
}

.focus\:p-vh80:focus {
  padding: 80vh;
}

.focus\:p-vh86:focus {
  padding: 86vh;
}

.focus\:p-vh90:focus {
  padding: 90vh;
}

.focus\:p-vw80:focus {
  padding: 80vw;
}

.focus\:p-vw90:focus {
  padding: 90vw;
}

.focus\:p-90p:focus {
  padding: 90%;
}

.focus\:p-92p:focus {
  padding: 92%;
}

.focus\:p-93p:focus {
  padding: 93%;
}

.focus\:p-94p:focus {
  padding: 94%;
}

.focus\:p-95p:focus {
  padding: 95%;
}

.focus\:p-96p:focus {
  padding: 96%;
}

.focus\:p-100p:focus {
  padding: 100%;
}

.focus\:py-0:focus {
  padding-top: 0px;
  padding-bottom: 0px;
}

.focus\:px-0:focus {
  padding-left: 0px;
  padding-right: 0px;
}

.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus\:px-1:focus {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:px-2:focus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus\:py-3:focus {
  padding-top: 3px;
  padding-bottom: 3px;
}

.focus\:px-3:focus {
  padding-left: 3px;
  padding-right: 3px;
}

.focus\:py-4:focus {
  padding-top: 4px;
  padding-bottom: 4px;
}

.focus\:px-4:focus {
  padding-left: 4px;
  padding-right: 4px;
}

.focus\:py-5:focus {
  padding-top: 5px;
  padding-bottom: 5px;
}

.focus\:px-5:focus {
  padding-left: 5px;
  padding-right: 5px;
}

.focus\:py-6:focus {
  padding-top: 6px;
  padding-bottom: 6px;
}

.focus\:px-6:focus {
  padding-left: 6px;
  padding-right: 6px;
}

.focus\:py-8:focus {
  padding-top: 8px;
  padding-bottom: 8px;
}

.focus\:px-8:focus {
  padding-left: 8px;
  padding-right: 8px;
}

.focus\:py-9:focus {
  padding-top: 9px;
  padding-bottom: 9px;
}

.focus\:px-9:focus {
  padding-left: 9px;
  padding-right: 9px;
}

.focus\:py-10:focus {
  padding-top: 10px;
  padding-bottom: 10px;
}

.focus\:px-10:focus {
  padding-left: 10px;
  padding-right: 10px;
}

.focus\:py-12:focus {
  padding-top: 12px;
  padding-bottom: 12px;
}

.focus\:px-12:focus {
  padding-left: 12px;
  padding-right: 12px;
}

.focus\:py-13:focus {
  padding-top: 13px;
  padding-bottom: 13px;
}

.focus\:px-13:focus {
  padding-left: 13px;
  padding-right: 13px;
}

.focus\:py-14:focus {
  padding-top: 14px;
  padding-bottom: 14px;
}

.focus\:px-14:focus {
  padding-left: 14px;
  padding-right: 14px;
}

.focus\:py-15:focus {
  padding-top: 15px;
  padding-bottom: 15px;
}

.focus\:px-15:focus {
  padding-left: 15px;
  padding-right: 15px;
}

.focus\:py-16:focus {
  padding-top: 16px;
  padding-bottom: 16px;
}

.focus\:px-16:focus {
  padding-left: 16px;
  padding-right: 16px;
}

.focus\:py-17:focus {
  padding-top: 17px;
  padding-bottom: 17px;
}

.focus\:px-17:focus {
  padding-left: 17px;
  padding-right: 17px;
}

.focus\:py-18:focus {
  padding-top: 18px;
  padding-bottom: 18px;
}

.focus\:px-18:focus {
  padding-left: 18px;
  padding-right: 18px;
}

.focus\:py-20:focus {
  padding-top: 20px;
  padding-bottom: 20px;
}

.focus\:px-20:focus {
  padding-left: 20px;
  padding-right: 20px;
}

.focus\:py-22:focus {
  padding-top: 22px;
  padding-bottom: 22px;
}

.focus\:px-22:focus {
  padding-left: 22px;
  padding-right: 22px;
}

.focus\:py-24:focus {
  padding-top: 24px;
  padding-bottom: 24px;
}

.focus\:px-24:focus {
  padding-left: 24px;
  padding-right: 24px;
}

.focus\:py-25:focus {
  padding-top: 25px;
  padding-bottom: 25px;
}

.focus\:px-25:focus {
  padding-left: 25px;
  padding-right: 25px;
}

.focus\:py-28:focus {
  padding-top: 28px;
  padding-bottom: 28px;
}

.focus\:px-28:focus {
  padding-left: 28px;
  padding-right: 28px;
}

.focus\:py-29:focus {
  padding-top: 29px;
  padding-bottom: 29px;
}

.focus\:px-29:focus {
  padding-left: 29px;
  padding-right: 29px;
}

.focus\:py-30:focus {
  padding-top: 30px;
  padding-bottom: 30px;
}

.focus\:px-30:focus {
  padding-left: 30px;
  padding-right: 30px;
}

.focus\:py-32:focus {
  padding-top: 32px;
  padding-bottom: 32px;
}

.focus\:px-32:focus {
  padding-left: 32px;
  padding-right: 32px;
}

.focus\:py-35:focus {
  padding-top: 35px;
  padding-bottom: 35px;
}

.focus\:px-35:focus {
  padding-left: 35px;
  padding-right: 35px;
}

.focus\:py-36:focus {
  padding-top: 36px;
  padding-bottom: 36px;
}

.focus\:px-36:focus {
  padding-left: 36px;
  padding-right: 36px;
}

.focus\:py-37:focus {
  padding-top: 37px;
  padding-bottom: 37px;
}

.focus\:px-37:focus {
  padding-left: 37px;
  padding-right: 37px;
}

.focus\:py-40:focus {
  padding-top: 40px;
  padding-bottom: 40px;
}

.focus\:px-40:focus {
  padding-left: 40px;
  padding-right: 40px;
}

.focus\:py-45:focus {
  padding-top: 45px;
  padding-bottom: 45px;
}

.focus\:px-45:focus {
  padding-left: 45px;
  padding-right: 45px;
}

.focus\:py-48:focus {
  padding-top: 48px;
  padding-bottom: 48px;
}

.focus\:px-48:focus {
  padding-left: 48px;
  padding-right: 48px;
}

.focus\:py-50:focus {
  padding-top: 50px;
  padding-bottom: 50px;
}

.focus\:px-50:focus {
  padding-left: 50px;
  padding-right: 50px;
}

.focus\:py-55:focus {
  padding-top: 55px;
  padding-bottom: 55px;
}

.focus\:px-55:focus {
  padding-left: 55px;
  padding-right: 55px;
}

.focus\:py-56:focus {
  padding-top: 56px;
  padding-bottom: 56px;
}

.focus\:px-56:focus {
  padding-left: 56px;
  padding-right: 56px;
}

.focus\:py-60:focus {
  padding-top: 60px;
  padding-bottom: 60px;
}

.focus\:px-60:focus {
  padding-left: 60px;
  padding-right: 60px;
}

.focus\:py-62:focus {
  padding-top: 62px;
  padding-bottom: 62px;
}

.focus\:px-62:focus {
  padding-left: 62px;
  padding-right: 62px;
}

.focus\:py-64:focus {
  padding-top: 64px;
  padding-bottom: 64px;
}

.focus\:px-64:focus {
  padding-left: 64px;
  padding-right: 64px;
}

.focus\:py-65:focus {
  padding-top: 65px;
  padding-bottom: 65px;
}

.focus\:px-65:focus {
  padding-left: 65px;
  padding-right: 65px;
}

.focus\:py-70:focus {
  padding-top: 70px;
  padding-bottom: 70px;
}

.focus\:px-70:focus {
  padding-left: 70px;
  padding-right: 70px;
}

.focus\:py-75:focus {
  padding-top: 75px;
  padding-bottom: 75px;
}

.focus\:px-75:focus {
  padding-left: 75px;
  padding-right: 75px;
}

.focus\:py-80:focus {
  padding-top: 80px;
  padding-bottom: 80px;
}

.focus\:px-80:focus {
  padding-left: 80px;
  padding-right: 80px;
}

.focus\:py-85:focus {
  padding-top: 85px;
  padding-bottom: 85px;
}

.focus\:px-85:focus {
  padding-left: 85px;
  padding-right: 85px;
}

.focus\:py-90:focus {
  padding-top: 90px;
  padding-bottom: 90px;
}

.focus\:px-90:focus {
  padding-left: 90px;
  padding-right: 90px;
}

.focus\:py-95:focus {
  padding-top: 95px;
  padding-bottom: 95px;
}

.focus\:px-95:focus {
  padding-left: 95px;
  padding-right: 95px;
}

.focus\:py-96:focus {
  padding-top: 96px;
  padding-bottom: 96px;
}

.focus\:px-96:focus {
  padding-left: 96px;
  padding-right: 96px;
}

.focus\:py-100:focus {
  padding-top: 100px;
  padding-bottom: 100px;
}

.focus\:px-100:focus {
  padding-left: 100px;
  padding-right: 100px;
}

.focus\:py-110:focus {
  padding-top: 110px;
  padding-bottom: 110px;
}

.focus\:px-110:focus {
  padding-left: 110px;
  padding-right: 110px;
}

.focus\:py-115:focus {
  padding-top: 115px;
  padding-bottom: 115px;
}

.focus\:px-115:focus {
  padding-left: 115px;
  padding-right: 115px;
}

.focus\:py-120:focus {
  padding-top: 120px;
  padding-bottom: 120px;
}

.focus\:px-120:focus {
  padding-left: 120px;
  padding-right: 120px;
}

.focus\:py-128:focus {
  padding-top: 128px;
  padding-bottom: 128px;
}

.focus\:px-128:focus {
  padding-left: 128px;
  padding-right: 128px;
}

.focus\:py-135:focus {
  padding-top: 135px;
  padding-bottom: 135px;
}

.focus\:px-135:focus {
  padding-left: 135px;
  padding-right: 135px;
}

.focus\:py-140:focus {
  padding-top: 140px;
  padding-bottom: 140px;
}

.focus\:px-140:focus {
  padding-left: 140px;
  padding-right: 140px;
}

.focus\:py-145:focus {
  padding-top: 145px;
  padding-bottom: 145px;
}

.focus\:px-145:focus {
  padding-left: 145px;
  padding-right: 145px;
}

.focus\:py-150:focus {
  padding-top: 150px;
  padding-bottom: 150px;
}

.focus\:px-150:focus {
  padding-left: 150px;
  padding-right: 150px;
}

.focus\:py-160:focus {
  padding-top: 160px;
  padding-bottom: 160px;
}

.focus\:px-160:focus {
  padding-left: 160px;
  padding-right: 160px;
}

.focus\:py-165:focus {
  padding-top: 165px;
  padding-bottom: 165px;
}

.focus\:px-165:focus {
  padding-left: 165px;
  padding-right: 165px;
}

.focus\:py-168:focus {
  padding-top: 168px;
  padding-bottom: 168px;
}

.focus\:px-168:focus {
  padding-left: 168px;
  padding-right: 168px;
}

.focus\:py-170:focus {
  padding-top: 170px;
  padding-bottom: 170px;
}

.focus\:px-170:focus {
  padding-left: 170px;
  padding-right: 170px;
}

.focus\:py-180:focus {
  padding-top: 180px;
  padding-bottom: 180px;
}

.focus\:px-180:focus {
  padding-left: 180px;
  padding-right: 180px;
}

.focus\:py-200:focus {
  padding-top: 200px;
  padding-bottom: 200px;
}

.focus\:px-200:focus {
  padding-left: 200px;
  padding-right: 200px;
}

.focus\:py-220:focus {
  padding-top: 220px;
  padding-bottom: 220px;
}

.focus\:px-220:focus {
  padding-left: 220px;
  padding-right: 220px;
}

.focus\:py-230:focus {
  padding-top: 230px;
  padding-bottom: 230px;
}

.focus\:px-230:focus {
  padding-left: 230px;
  padding-right: 230px;
}

.focus\:py-235:focus {
  padding-top: 235px;
  padding-bottom: 235px;
}

.focus\:px-235:focus {
  padding-left: 235px;
  padding-right: 235px;
}

.focus\:py-240:focus {
  padding-top: 240px;
  padding-bottom: 240px;
}

.focus\:px-240:focus {
  padding-left: 240px;
  padding-right: 240px;
}

.focus\:py-250:focus {
  padding-top: 250px;
  padding-bottom: 250px;
}

.focus\:px-250:focus {
  padding-left: 250px;
  padding-right: 250px;
}

.focus\:py-300:focus {
  padding-top: 300px;
  padding-bottom: 300px;
}

.focus\:px-300:focus {
  padding-left: 300px;
  padding-right: 300px;
}

.focus\:py-320:focus {
  padding-top: 320px;
  padding-bottom: 320px;
}

.focus\:px-320:focus {
  padding-left: 320px;
  padding-right: 320px;
}

.focus\:py-350:focus {
  padding-top: 350px;
  padding-bottom: 350px;
}

.focus\:px-350:focus {
  padding-left: 350px;
  padding-right: 350px;
}

.focus\:py-375:focus {
  padding-top: 375px;
  padding-bottom: 375px;
}

.focus\:px-375:focus {
  padding-left: 375px;
  padding-right: 375px;
}

.focus\:py-400:focus {
  padding-top: 400px;
  padding-bottom: 400px;
}

.focus\:px-400:focus {
  padding-left: 400px;
  padding-right: 400px;
}

.focus\:py-450:focus {
  padding-top: 450px;
  padding-bottom: 450px;
}

.focus\:px-450:focus {
  padding-left: 450px;
  padding-right: 450px;
}

.focus\:py-700:focus {
  padding-top: 700px;
  padding-bottom: 700px;
}

.focus\:px-700:focus {
  padding-left: 700px;
  padding-right: 700px;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:py-1p:focus {
  padding-top: 1%;
  padding-bottom: 1%;
}

.focus\:px-1p:focus {
  padding-left: 1%;
  padding-right: 1%;
}

.focus\:py-1\/12:focus {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.focus\:px-1\/12:focus {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.focus\:py-2\/12:focus {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.focus\:px-2\/12:focus {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.focus\:py-11p:focus {
  padding-top: 11%;
  padding-bottom: 11%;
}

.focus\:px-11p:focus {
  padding-left: 11%;
  padding-right: 11%;
}

.focus\:py-20p:focus {
  padding-top: 20%;
  padding-bottom: 20%;
}

.focus\:px-20p:focus {
  padding-left: 20%;
  padding-right: 20%;
}

.focus\:py-24p:focus {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.focus\:px-24p:focus {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.focus\:py-25p:focus {
  padding-top: 25%;
  padding-bottom: 25%;
}

.focus\:px-25p:focus {
  padding-left: 25%;
  padding-right: 25%;
}

.focus\:py-32p:focus {
  padding-top: 32%;
  padding-bottom: 32%;
}

.focus\:px-32p:focus {
  padding-left: 32%;
  padding-right: 32%;
}

.focus\:py-35p:focus {
  padding-top: 35%;
  padding-bottom: 35%;
}

.focus\:px-35p:focus {
  padding-left: 35%;
  padding-right: 35%;
}

.focus\:py-40p:focus {
  padding-top: 40%;
  padding-bottom: 40%;
}

.focus\:px-40p:focus {
  padding-left: 40%;
  padding-right: 40%;
}

.focus\:py-49p:focus {
  padding-top: 49%;
  padding-bottom: 49%;
}

.focus\:px-49p:focus {
  padding-left: 49%;
  padding-right: 49%;
}

.focus\:py-49-5p:focus {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.focus\:px-49-5p:focus {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.focus\:py-80p:focus {
  padding-top: 80%;
  padding-bottom: 80%;
}

.focus\:px-80p:focus {
  padding-left: 80%;
  padding-right: 80%;
}

.focus\:py-vh80:focus {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.focus\:px-vh80:focus {
  padding-left: 80vh;
  padding-right: 80vh;
}

.focus\:py-vh86:focus {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.focus\:px-vh86:focus {
  padding-left: 86vh;
  padding-right: 86vh;
}

.focus\:py-vh90:focus {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.focus\:px-vh90:focus {
  padding-left: 90vh;
  padding-right: 90vh;
}

.focus\:py-vw80:focus {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.focus\:px-vw80:focus {
  padding-left: 80vw;
  padding-right: 80vw;
}

.focus\:py-vw90:focus {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.focus\:px-vw90:focus {
  padding-left: 90vw;
  padding-right: 90vw;
}

.focus\:py-90p:focus {
  padding-top: 90%;
  padding-bottom: 90%;
}

.focus\:px-90p:focus {
  padding-left: 90%;
  padding-right: 90%;
}

.focus\:py-92p:focus {
  padding-top: 92%;
  padding-bottom: 92%;
}

.focus\:px-92p:focus {
  padding-left: 92%;
  padding-right: 92%;
}

.focus\:py-93p:focus {
  padding-top: 93%;
  padding-bottom: 93%;
}

.focus\:px-93p:focus {
  padding-left: 93%;
  padding-right: 93%;
}

.focus\:py-94p:focus {
  padding-top: 94%;
  padding-bottom: 94%;
}

.focus\:px-94p:focus {
  padding-left: 94%;
  padding-right: 94%;
}

.focus\:py-95p:focus {
  padding-top: 95%;
  padding-bottom: 95%;
}

.focus\:px-95p:focus {
  padding-left: 95%;
  padding-right: 95%;
}

.focus\:py-96p:focus {
  padding-top: 96%;
  padding-bottom: 96%;
}

.focus\:px-96p:focus {
  padding-left: 96%;
  padding-right: 96%;
}

.focus\:py-100p:focus {
  padding-top: 100%;
  padding-bottom: 100%;
}

.focus\:px-100p:focus {
  padding-left: 100%;
  padding-right: 100%;
}

.focus\:pt-0:focus {
  padding-top: 0px;
}

.focus\:pr-0:focus {
  padding-right: 0px;
}

.focus\:pb-0:focus {
  padding-bottom: 0px;
}

.focus\:pl-0:focus {
  padding-left: 0px;
}

.focus\:pt-1:focus {
  padding-top: 0.25rem;
}

.focus\:pr-1:focus {
  padding-right: 0.25rem;
}

.focus\:pb-1:focus {
  padding-bottom: 0.25rem;
}

.focus\:pl-1:focus {
  padding-left: 0.25rem;
}

.focus\:pt-2:focus {
  padding-top: 0.5rem;
}

.focus\:pr-2:focus {
  padding-right: 0.5rem;
}

.focus\:pb-2:focus {
  padding-bottom: 0.5rem;
}

.focus\:pl-2:focus {
  padding-left: 0.5rem;
}

.focus\:pt-3:focus {
  padding-top: 3px;
}

.focus\:pr-3:focus {
  padding-right: 3px;
}

.focus\:pb-3:focus {
  padding-bottom: 3px;
}

.focus\:pl-3:focus {
  padding-left: 3px;
}

.focus\:pt-4:focus {
  padding-top: 4px;
}

.focus\:pr-4:focus {
  padding-right: 4px;
}

.focus\:pb-4:focus {
  padding-bottom: 4px;
}

.focus\:pl-4:focus {
  padding-left: 4px;
}

.focus\:pt-5:focus {
  padding-top: 5px;
}

.focus\:pr-5:focus {
  padding-right: 5px;
}

.focus\:pb-5:focus {
  padding-bottom: 5px;
}

.focus\:pl-5:focus {
  padding-left: 5px;
}

.focus\:pt-6:focus {
  padding-top: 6px;
}

.focus\:pr-6:focus {
  padding-right: 6px;
}

.focus\:pb-6:focus {
  padding-bottom: 6px;
}

.focus\:pl-6:focus {
  padding-left: 6px;
}

.focus\:pt-8:focus {
  padding-top: 8px;
}

.focus\:pr-8:focus {
  padding-right: 8px;
}

.focus\:pb-8:focus {
  padding-bottom: 8px;
}

.focus\:pl-8:focus {
  padding-left: 8px;
}

.focus\:pt-9:focus {
  padding-top: 9px;
}

.focus\:pr-9:focus {
  padding-right: 9px;
}

.focus\:pb-9:focus {
  padding-bottom: 9px;
}

.focus\:pl-9:focus {
  padding-left: 9px;
}

.focus\:pt-10:focus {
  padding-top: 10px;
}

.focus\:pr-10:focus {
  padding-right: 10px;
}

.focus\:pb-10:focus {
  padding-bottom: 10px;
}

.focus\:pl-10:focus {
  padding-left: 10px;
}

.focus\:pt-12:focus {
  padding-top: 12px;
}

.focus\:pr-12:focus {
  padding-right: 12px;
}

.focus\:pb-12:focus {
  padding-bottom: 12px;
}

.focus\:pl-12:focus {
  padding-left: 12px;
}

.focus\:pt-13:focus {
  padding-top: 13px;
}

.focus\:pr-13:focus {
  padding-right: 13px;
}

.focus\:pb-13:focus {
  padding-bottom: 13px;
}

.focus\:pl-13:focus {
  padding-left: 13px;
}

.focus\:pt-14:focus {
  padding-top: 14px;
}

.focus\:pr-14:focus {
  padding-right: 14px;
}

.focus\:pb-14:focus {
  padding-bottom: 14px;
}

.focus\:pl-14:focus {
  padding-left: 14px;
}

.focus\:pt-15:focus {
  padding-top: 15px;
}

.focus\:pr-15:focus {
  padding-right: 15px;
}

.focus\:pb-15:focus {
  padding-bottom: 15px;
}

.focus\:pl-15:focus {
  padding-left: 15px;
}

.focus\:pt-16:focus {
  padding-top: 16px;
}

.focus\:pr-16:focus {
  padding-right: 16px;
}

.focus\:pb-16:focus {
  padding-bottom: 16px;
}

.focus\:pl-16:focus {
  padding-left: 16px;
}

.focus\:pt-17:focus {
  padding-top: 17px;
}

.focus\:pr-17:focus {
  padding-right: 17px;
}

.focus\:pb-17:focus {
  padding-bottom: 17px;
}

.focus\:pl-17:focus {
  padding-left: 17px;
}

.focus\:pt-18:focus {
  padding-top: 18px;
}

.focus\:pr-18:focus {
  padding-right: 18px;
}

.focus\:pb-18:focus {
  padding-bottom: 18px;
}

.focus\:pl-18:focus {
  padding-left: 18px;
}

.focus\:pt-20:focus {
  padding-top: 20px;
}

.focus\:pr-20:focus {
  padding-right: 20px;
}

.focus\:pb-20:focus {
  padding-bottom: 20px;
}

.focus\:pl-20:focus {
  padding-left: 20px;
}

.focus\:pt-22:focus {
  padding-top: 22px;
}

.focus\:pr-22:focus {
  padding-right: 22px;
}

.focus\:pb-22:focus {
  padding-bottom: 22px;
}

.focus\:pl-22:focus {
  padding-left: 22px;
}

.focus\:pt-24:focus {
  padding-top: 24px;
}

.focus\:pr-24:focus {
  padding-right: 24px;
}

.focus\:pb-24:focus {
  padding-bottom: 24px;
}

.focus\:pl-24:focus {
  padding-left: 24px;
}

.focus\:pt-25:focus {
  padding-top: 25px;
}

.focus\:pr-25:focus {
  padding-right: 25px;
}

.focus\:pb-25:focus {
  padding-bottom: 25px;
}

.focus\:pl-25:focus {
  padding-left: 25px;
}

.focus\:pt-28:focus {
  padding-top: 28px;
}

.focus\:pr-28:focus {
  padding-right: 28px;
}

.focus\:pb-28:focus {
  padding-bottom: 28px;
}

.focus\:pl-28:focus {
  padding-left: 28px;
}

.focus\:pt-29:focus {
  padding-top: 29px;
}

.focus\:pr-29:focus {
  padding-right: 29px;
}

.focus\:pb-29:focus {
  padding-bottom: 29px;
}

.focus\:pl-29:focus {
  padding-left: 29px;
}

.focus\:pt-30:focus {
  padding-top: 30px;
}

.focus\:pr-30:focus {
  padding-right: 30px;
}

.focus\:pb-30:focus {
  padding-bottom: 30px;
}

.focus\:pl-30:focus {
  padding-left: 30px;
}

.focus\:pt-32:focus {
  padding-top: 32px;
}

.focus\:pr-32:focus {
  padding-right: 32px;
}

.focus\:pb-32:focus {
  padding-bottom: 32px;
}

.focus\:pl-32:focus {
  padding-left: 32px;
}

.focus\:pt-35:focus {
  padding-top: 35px;
}

.focus\:pr-35:focus {
  padding-right: 35px;
}

.focus\:pb-35:focus {
  padding-bottom: 35px;
}

.focus\:pl-35:focus {
  padding-left: 35px;
}

.focus\:pt-36:focus {
  padding-top: 36px;
}

.focus\:pr-36:focus {
  padding-right: 36px;
}

.focus\:pb-36:focus {
  padding-bottom: 36px;
}

.focus\:pl-36:focus {
  padding-left: 36px;
}

.focus\:pt-37:focus {
  padding-top: 37px;
}

.focus\:pr-37:focus {
  padding-right: 37px;
}

.focus\:pb-37:focus {
  padding-bottom: 37px;
}

.focus\:pl-37:focus {
  padding-left: 37px;
}

.focus\:pt-40:focus {
  padding-top: 40px;
}

.focus\:pr-40:focus {
  padding-right: 40px;
}

.focus\:pb-40:focus {
  padding-bottom: 40px;
}

.focus\:pl-40:focus {
  padding-left: 40px;
}

.focus\:pt-45:focus {
  padding-top: 45px;
}

.focus\:pr-45:focus {
  padding-right: 45px;
}

.focus\:pb-45:focus {
  padding-bottom: 45px;
}

.focus\:pl-45:focus {
  padding-left: 45px;
}

.focus\:pt-48:focus {
  padding-top: 48px;
}

.focus\:pr-48:focus {
  padding-right: 48px;
}

.focus\:pb-48:focus {
  padding-bottom: 48px;
}

.focus\:pl-48:focus {
  padding-left: 48px;
}

.focus\:pt-50:focus {
  padding-top: 50px;
}

.focus\:pr-50:focus {
  padding-right: 50px;
}

.focus\:pb-50:focus {
  padding-bottom: 50px;
}

.focus\:pl-50:focus {
  padding-left: 50px;
}

.focus\:pt-55:focus {
  padding-top: 55px;
}

.focus\:pr-55:focus {
  padding-right: 55px;
}

.focus\:pb-55:focus {
  padding-bottom: 55px;
}

.focus\:pl-55:focus {
  padding-left: 55px;
}

.focus\:pt-56:focus {
  padding-top: 56px;
}

.focus\:pr-56:focus {
  padding-right: 56px;
}

.focus\:pb-56:focus {
  padding-bottom: 56px;
}

.focus\:pl-56:focus {
  padding-left: 56px;
}

.focus\:pt-60:focus {
  padding-top: 60px;
}

.focus\:pr-60:focus {
  padding-right: 60px;
}

.focus\:pb-60:focus {
  padding-bottom: 60px;
}

.focus\:pl-60:focus {
  padding-left: 60px;
}

.focus\:pt-62:focus {
  padding-top: 62px;
}

.focus\:pr-62:focus {
  padding-right: 62px;
}

.focus\:pb-62:focus {
  padding-bottom: 62px;
}

.focus\:pl-62:focus {
  padding-left: 62px;
}

.focus\:pt-64:focus {
  padding-top: 64px;
}

.focus\:pr-64:focus {
  padding-right: 64px;
}

.focus\:pb-64:focus {
  padding-bottom: 64px;
}

.focus\:pl-64:focus {
  padding-left: 64px;
}

.focus\:pt-65:focus {
  padding-top: 65px;
}

.focus\:pr-65:focus {
  padding-right: 65px;
}

.focus\:pb-65:focus {
  padding-bottom: 65px;
}

.focus\:pl-65:focus {
  padding-left: 65px;
}

.focus\:pt-70:focus {
  padding-top: 70px;
}

.focus\:pr-70:focus {
  padding-right: 70px;
}

.focus\:pb-70:focus {
  padding-bottom: 70px;
}

.focus\:pl-70:focus {
  padding-left: 70px;
}

.focus\:pt-75:focus {
  padding-top: 75px;
}

.focus\:pr-75:focus {
  padding-right: 75px;
}

.focus\:pb-75:focus {
  padding-bottom: 75px;
}

.focus\:pl-75:focus {
  padding-left: 75px;
}

.focus\:pt-80:focus {
  padding-top: 80px;
}

.focus\:pr-80:focus {
  padding-right: 80px;
}

.focus\:pb-80:focus {
  padding-bottom: 80px;
}

.focus\:pl-80:focus {
  padding-left: 80px;
}

.focus\:pt-85:focus {
  padding-top: 85px;
}

.focus\:pr-85:focus {
  padding-right: 85px;
}

.focus\:pb-85:focus {
  padding-bottom: 85px;
}

.focus\:pl-85:focus {
  padding-left: 85px;
}

.focus\:pt-90:focus {
  padding-top: 90px;
}

.focus\:pr-90:focus {
  padding-right: 90px;
}

.focus\:pb-90:focus {
  padding-bottom: 90px;
}

.focus\:pl-90:focus {
  padding-left: 90px;
}

.focus\:pt-95:focus {
  padding-top: 95px;
}

.focus\:pr-95:focus {
  padding-right: 95px;
}

.focus\:pb-95:focus {
  padding-bottom: 95px;
}

.focus\:pl-95:focus {
  padding-left: 95px;
}

.focus\:pt-96:focus {
  padding-top: 96px;
}

.focus\:pr-96:focus {
  padding-right: 96px;
}

.focus\:pb-96:focus {
  padding-bottom: 96px;
}

.focus\:pl-96:focus {
  padding-left: 96px;
}

.focus\:pt-100:focus {
  padding-top: 100px;
}

.focus\:pr-100:focus {
  padding-right: 100px;
}

.focus\:pb-100:focus {
  padding-bottom: 100px;
}

.focus\:pl-100:focus {
  padding-left: 100px;
}

.focus\:pt-110:focus {
  padding-top: 110px;
}

.focus\:pr-110:focus {
  padding-right: 110px;
}

.focus\:pb-110:focus {
  padding-bottom: 110px;
}

.focus\:pl-110:focus {
  padding-left: 110px;
}

.focus\:pt-115:focus {
  padding-top: 115px;
}

.focus\:pr-115:focus {
  padding-right: 115px;
}

.focus\:pb-115:focus {
  padding-bottom: 115px;
}

.focus\:pl-115:focus {
  padding-left: 115px;
}

.focus\:pt-120:focus {
  padding-top: 120px;
}

.focus\:pr-120:focus {
  padding-right: 120px;
}

.focus\:pb-120:focus {
  padding-bottom: 120px;
}

.focus\:pl-120:focus {
  padding-left: 120px;
}

.focus\:pt-128:focus {
  padding-top: 128px;
}

.focus\:pr-128:focus {
  padding-right: 128px;
}

.focus\:pb-128:focus {
  padding-bottom: 128px;
}

.focus\:pl-128:focus {
  padding-left: 128px;
}

.focus\:pt-135:focus {
  padding-top: 135px;
}

.focus\:pr-135:focus {
  padding-right: 135px;
}

.focus\:pb-135:focus {
  padding-bottom: 135px;
}

.focus\:pl-135:focus {
  padding-left: 135px;
}

.focus\:pt-140:focus {
  padding-top: 140px;
}

.focus\:pr-140:focus {
  padding-right: 140px;
}

.focus\:pb-140:focus {
  padding-bottom: 140px;
}

.focus\:pl-140:focus {
  padding-left: 140px;
}

.focus\:pt-145:focus {
  padding-top: 145px;
}

.focus\:pr-145:focus {
  padding-right: 145px;
}

.focus\:pb-145:focus {
  padding-bottom: 145px;
}

.focus\:pl-145:focus {
  padding-left: 145px;
}

.focus\:pt-150:focus {
  padding-top: 150px;
}

.focus\:pr-150:focus {
  padding-right: 150px;
}

.focus\:pb-150:focus {
  padding-bottom: 150px;
}

.focus\:pl-150:focus {
  padding-left: 150px;
}

.focus\:pt-160:focus {
  padding-top: 160px;
}

.focus\:pr-160:focus {
  padding-right: 160px;
}

.focus\:pb-160:focus {
  padding-bottom: 160px;
}

.focus\:pl-160:focus {
  padding-left: 160px;
}

.focus\:pt-165:focus {
  padding-top: 165px;
}

.focus\:pr-165:focus {
  padding-right: 165px;
}

.focus\:pb-165:focus {
  padding-bottom: 165px;
}

.focus\:pl-165:focus {
  padding-left: 165px;
}

.focus\:pt-168:focus {
  padding-top: 168px;
}

.focus\:pr-168:focus {
  padding-right: 168px;
}

.focus\:pb-168:focus {
  padding-bottom: 168px;
}

.focus\:pl-168:focus {
  padding-left: 168px;
}

.focus\:pt-170:focus {
  padding-top: 170px;
}

.focus\:pr-170:focus {
  padding-right: 170px;
}

.focus\:pb-170:focus {
  padding-bottom: 170px;
}

.focus\:pl-170:focus {
  padding-left: 170px;
}

.focus\:pt-180:focus {
  padding-top: 180px;
}

.focus\:pr-180:focus {
  padding-right: 180px;
}

.focus\:pb-180:focus {
  padding-bottom: 180px;
}

.focus\:pl-180:focus {
  padding-left: 180px;
}

.focus\:pt-200:focus {
  padding-top: 200px;
}

.focus\:pr-200:focus {
  padding-right: 200px;
}

.focus\:pb-200:focus {
  padding-bottom: 200px;
}

.focus\:pl-200:focus {
  padding-left: 200px;
}

.focus\:pt-220:focus {
  padding-top: 220px;
}

.focus\:pr-220:focus {
  padding-right: 220px;
}

.focus\:pb-220:focus {
  padding-bottom: 220px;
}

.focus\:pl-220:focus {
  padding-left: 220px;
}

.focus\:pt-230:focus {
  padding-top: 230px;
}

.focus\:pr-230:focus {
  padding-right: 230px;
}

.focus\:pb-230:focus {
  padding-bottom: 230px;
}

.focus\:pl-230:focus {
  padding-left: 230px;
}

.focus\:pt-235:focus {
  padding-top: 235px;
}

.focus\:pr-235:focus {
  padding-right: 235px;
}

.focus\:pb-235:focus {
  padding-bottom: 235px;
}

.focus\:pl-235:focus {
  padding-left: 235px;
}

.focus\:pt-240:focus {
  padding-top: 240px;
}

.focus\:pr-240:focus {
  padding-right: 240px;
}

.focus\:pb-240:focus {
  padding-bottom: 240px;
}

.focus\:pl-240:focus {
  padding-left: 240px;
}

.focus\:pt-250:focus {
  padding-top: 250px;
}

.focus\:pr-250:focus {
  padding-right: 250px;
}

.focus\:pb-250:focus {
  padding-bottom: 250px;
}

.focus\:pl-250:focus {
  padding-left: 250px;
}

.focus\:pt-300:focus {
  padding-top: 300px;
}

.focus\:pr-300:focus {
  padding-right: 300px;
}

.focus\:pb-300:focus {
  padding-bottom: 300px;
}

.focus\:pl-300:focus {
  padding-left: 300px;
}

.focus\:pt-320:focus {
  padding-top: 320px;
}

.focus\:pr-320:focus {
  padding-right: 320px;
}

.focus\:pb-320:focus {
  padding-bottom: 320px;
}

.focus\:pl-320:focus {
  padding-left: 320px;
}

.focus\:pt-350:focus {
  padding-top: 350px;
}

.focus\:pr-350:focus {
  padding-right: 350px;
}

.focus\:pb-350:focus {
  padding-bottom: 350px;
}

.focus\:pl-350:focus {
  padding-left: 350px;
}

.focus\:pt-375:focus {
  padding-top: 375px;
}

.focus\:pr-375:focus {
  padding-right: 375px;
}

.focus\:pb-375:focus {
  padding-bottom: 375px;
}

.focus\:pl-375:focus {
  padding-left: 375px;
}

.focus\:pt-400:focus {
  padding-top: 400px;
}

.focus\:pr-400:focus {
  padding-right: 400px;
}

.focus\:pb-400:focus {
  padding-bottom: 400px;
}

.focus\:pl-400:focus {
  padding-left: 400px;
}

.focus\:pt-450:focus {
  padding-top: 450px;
}

.focus\:pr-450:focus {
  padding-right: 450px;
}

.focus\:pb-450:focus {
  padding-bottom: 450px;
}

.focus\:pl-450:focus {
  padding-left: 450px;
}

.focus\:pt-700:focus {
  padding-top: 700px;
}

.focus\:pr-700:focus {
  padding-right: 700px;
}

.focus\:pb-700:focus {
  padding-bottom: 700px;
}

.focus\:pl-700:focus {
  padding-left: 700px;
}

.focus\:pt-px:focus {
  padding-top: 1px;
}

.focus\:pr-px:focus {
  padding-right: 1px;
}

.focus\:pb-px:focus {
  padding-bottom: 1px;
}

.focus\:pl-px:focus {
  padding-left: 1px;
}

.focus\:pt-1p:focus {
  padding-top: 1%;
}

.focus\:pr-1p:focus {
  padding-right: 1%;
}

.focus\:pb-1p:focus {
  padding-bottom: 1%;
}

.focus\:pl-1p:focus {
  padding-left: 1%;
}

.focus\:pt-1\/12:focus {
  padding-top: 8.3333%;
}

.focus\:pr-1\/12:focus {
  padding-right: 8.3333%;
}

.focus\:pb-1\/12:focus {
  padding-bottom: 8.3333%;
}

.focus\:pl-1\/12:focus {
  padding-left: 8.3333%;
}

.focus\:pt-2\/12:focus {
  padding-top: 16.666667%;
}

.focus\:pr-2\/12:focus {
  padding-right: 16.666667%;
}

.focus\:pb-2\/12:focus {
  padding-bottom: 16.666667%;
}

.focus\:pl-2\/12:focus {
  padding-left: 16.666667%;
}

.focus\:pt-11p:focus {
  padding-top: 11%;
}

.focus\:pr-11p:focus {
  padding-right: 11%;
}

.focus\:pb-11p:focus {
  padding-bottom: 11%;
}

.focus\:pl-11p:focus {
  padding-left: 11%;
}

.focus\:pt-20p:focus {
  padding-top: 20%;
}

.focus\:pr-20p:focus {
  padding-right: 20%;
}

.focus\:pb-20p:focus {
  padding-bottom: 20%;
}

.focus\:pl-20p:focus {
  padding-left: 20%;
}

.focus\:pt-24p:focus {
  padding-top: 24.25%;
}

.focus\:pr-24p:focus {
  padding-right: 24.25%;
}

.focus\:pb-24p:focus {
  padding-bottom: 24.25%;
}

.focus\:pl-24p:focus {
  padding-left: 24.25%;
}

.focus\:pt-25p:focus {
  padding-top: 25%;
}

.focus\:pr-25p:focus {
  padding-right: 25%;
}

.focus\:pb-25p:focus {
  padding-bottom: 25%;
}

.focus\:pl-25p:focus {
  padding-left: 25%;
}

.focus\:pt-32p:focus {
  padding-top: 32%;
}

.focus\:pr-32p:focus {
  padding-right: 32%;
}

.focus\:pb-32p:focus {
  padding-bottom: 32%;
}

.focus\:pl-32p:focus {
  padding-left: 32%;
}

.focus\:pt-35p:focus {
  padding-top: 35%;
}

.focus\:pr-35p:focus {
  padding-right: 35%;
}

.focus\:pb-35p:focus {
  padding-bottom: 35%;
}

.focus\:pl-35p:focus {
  padding-left: 35%;
}

.focus\:pt-40p:focus {
  padding-top: 40%;
}

.focus\:pr-40p:focus {
  padding-right: 40%;
}

.focus\:pb-40p:focus {
  padding-bottom: 40%;
}

.focus\:pl-40p:focus {
  padding-left: 40%;
}

.focus\:pt-49p:focus {
  padding-top: 49%;
}

.focus\:pr-49p:focus {
  padding-right: 49%;
}

.focus\:pb-49p:focus {
  padding-bottom: 49%;
}

.focus\:pl-49p:focus {
  padding-left: 49%;
}

.focus\:pt-49-5p:focus {
  padding-top: 49.5%;
}

.focus\:pr-49-5p:focus {
  padding-right: 49.5%;
}

.focus\:pb-49-5p:focus {
  padding-bottom: 49.5%;
}

.focus\:pl-49-5p:focus {
  padding-left: 49.5%;
}

.focus\:pt-80p:focus {
  padding-top: 80%;
}

.focus\:pr-80p:focus {
  padding-right: 80%;
}

.focus\:pb-80p:focus {
  padding-bottom: 80%;
}

.focus\:pl-80p:focus {
  padding-left: 80%;
}

.focus\:pt-vh80:focus {
  padding-top: 80vh;
}

.focus\:pr-vh80:focus {
  padding-right: 80vh;
}

.focus\:pb-vh80:focus {
  padding-bottom: 80vh;
}

.focus\:pl-vh80:focus {
  padding-left: 80vh;
}

.focus\:pt-vh86:focus {
  padding-top: 86vh;
}

.focus\:pr-vh86:focus {
  padding-right: 86vh;
}

.focus\:pb-vh86:focus {
  padding-bottom: 86vh;
}

.focus\:pl-vh86:focus {
  padding-left: 86vh;
}

.focus\:pt-vh90:focus {
  padding-top: 90vh;
}

.focus\:pr-vh90:focus {
  padding-right: 90vh;
}

.focus\:pb-vh90:focus {
  padding-bottom: 90vh;
}

.focus\:pl-vh90:focus {
  padding-left: 90vh;
}

.focus\:pt-vw80:focus {
  padding-top: 80vw;
}

.focus\:pr-vw80:focus {
  padding-right: 80vw;
}

.focus\:pb-vw80:focus {
  padding-bottom: 80vw;
}

.focus\:pl-vw80:focus {
  padding-left: 80vw;
}

.focus\:pt-vw90:focus {
  padding-top: 90vw;
}

.focus\:pr-vw90:focus {
  padding-right: 90vw;
}

.focus\:pb-vw90:focus {
  padding-bottom: 90vw;
}

.focus\:pl-vw90:focus {
  padding-left: 90vw;
}

.focus\:pt-90p:focus {
  padding-top: 90%;
}

.focus\:pr-90p:focus {
  padding-right: 90%;
}

.focus\:pb-90p:focus {
  padding-bottom: 90%;
}

.focus\:pl-90p:focus {
  padding-left: 90%;
}

.focus\:pt-92p:focus {
  padding-top: 92%;
}

.focus\:pr-92p:focus {
  padding-right: 92%;
}

.focus\:pb-92p:focus {
  padding-bottom: 92%;
}

.focus\:pl-92p:focus {
  padding-left: 92%;
}

.focus\:pt-93p:focus {
  padding-top: 93%;
}

.focus\:pr-93p:focus {
  padding-right: 93%;
}

.focus\:pb-93p:focus {
  padding-bottom: 93%;
}

.focus\:pl-93p:focus {
  padding-left: 93%;
}

.focus\:pt-94p:focus {
  padding-top: 94%;
}

.focus\:pr-94p:focus {
  padding-right: 94%;
}

.focus\:pb-94p:focus {
  padding-bottom: 94%;
}

.focus\:pl-94p:focus {
  padding-left: 94%;
}

.focus\:pt-95p:focus {
  padding-top: 95%;
}

.focus\:pr-95p:focus {
  padding-right: 95%;
}

.focus\:pb-95p:focus {
  padding-bottom: 95%;
}

.focus\:pl-95p:focus {
  padding-left: 95%;
}

.focus\:pt-96p:focus {
  padding-top: 96%;
}

.focus\:pr-96p:focus {
  padding-right: 96%;
}

.focus\:pb-96p:focus {
  padding-bottom: 96%;
}

.focus\:pl-96p:focus {
  padding-left: 96%;
}

.focus\:pt-100p:focus {
  padding-top: 100%;
}

.focus\:pr-100p:focus {
  padding-right: 100%;
}

.focus\:pb-100p:focus {
  padding-bottom: 100%;
}

.focus\:pl-100p:focus {
  padding-left: 100%;
}

.first\:p-0:first-child {
  padding: 0px;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 3px;
}

.first\:p-4:first-child {
  padding: 4px;
}

.first\:p-5:first-child {
  padding: 5px;
}

.first\:p-6:first-child {
  padding: 6px;
}

.first\:p-8:first-child {
  padding: 8px;
}

.first\:p-9:first-child {
  padding: 9px;
}

.first\:p-10:first-child {
  padding: 10px;
}

.first\:p-12:first-child {
  padding: 12px;
}

.first\:p-13:first-child {
  padding: 13px;
}

.first\:p-14:first-child {
  padding: 14px;
}

.first\:p-15:first-child {
  padding: 15px;
}

.first\:p-16:first-child {
  padding: 16px;
}

.first\:p-17:first-child {
  padding: 17px;
}

.first\:p-18:first-child {
  padding: 18px;
}

.first\:p-20:first-child {
  padding: 20px;
}

.first\:p-22:first-child {
  padding: 22px;
}

.first\:p-24:first-child {
  padding: 24px;
}

.first\:p-25:first-child {
  padding: 25px;
}

.first\:p-28:first-child {
  padding: 28px;
}

.first\:p-29:first-child {
  padding: 29px;
}

.first\:p-30:first-child {
  padding: 30px;
}

.first\:p-32:first-child {
  padding: 32px;
}

.first\:p-35:first-child {
  padding: 35px;
}

.first\:p-36:first-child {
  padding: 36px;
}

.first\:p-37:first-child {
  padding: 37px;
}

.first\:p-40:first-child {
  padding: 40px;
}

.first\:p-45:first-child {
  padding: 45px;
}

.first\:p-48:first-child {
  padding: 48px;
}

.first\:p-50:first-child {
  padding: 50px;
}

.first\:p-55:first-child {
  padding: 55px;
}

.first\:p-56:first-child {
  padding: 56px;
}

.first\:p-60:first-child {
  padding: 60px;
}

.first\:p-62:first-child {
  padding: 62px;
}

.first\:p-64:first-child {
  padding: 64px;
}

.first\:p-65:first-child {
  padding: 65px;
}

.first\:p-70:first-child {
  padding: 70px;
}

.first\:p-75:first-child {
  padding: 75px;
}

.first\:p-80:first-child {
  padding: 80px;
}

.first\:p-85:first-child {
  padding: 85px;
}

.first\:p-90:first-child {
  padding: 90px;
}

.first\:p-95:first-child {
  padding: 95px;
}

.first\:p-96:first-child {
  padding: 96px;
}

.first\:p-100:first-child {
  padding: 100px;
}

.first\:p-110:first-child {
  padding: 110px;
}

.first\:p-115:first-child {
  padding: 115px;
}

.first\:p-120:first-child {
  padding: 120px;
}

.first\:p-128:first-child {
  padding: 128px;
}

.first\:p-135:first-child {
  padding: 135px;
}

.first\:p-140:first-child {
  padding: 140px;
}

.first\:p-145:first-child {
  padding: 145px;
}

.first\:p-150:first-child {
  padding: 150px;
}

.first\:p-160:first-child {
  padding: 160px;
}

.first\:p-165:first-child {
  padding: 165px;
}

.first\:p-168:first-child {
  padding: 168px;
}

.first\:p-170:first-child {
  padding: 170px;
}

.first\:p-180:first-child {
  padding: 180px;
}

.first\:p-200:first-child {
  padding: 200px;
}

.first\:p-220:first-child {
  padding: 220px;
}

.first\:p-230:first-child {
  padding: 230px;
}

.first\:p-235:first-child {
  padding: 235px;
}

.first\:p-240:first-child {
  padding: 240px;
}

.first\:p-250:first-child {
  padding: 250px;
}

.first\:p-300:first-child {
  padding: 300px;
}

.first\:p-320:first-child {
  padding: 320px;
}

.first\:p-350:first-child {
  padding: 350px;
}

.first\:p-375:first-child {
  padding: 375px;
}

.first\:p-400:first-child {
  padding: 400px;
}

.first\:p-450:first-child {
  padding: 450px;
}

.first\:p-700:first-child {
  padding: 700px;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:p-1p:first-child {
  padding: 1%;
}

.first\:p-1\/12:first-child {
  padding: 8.3333%;
}

.first\:p-2\/12:first-child {
  padding: 16.666667%;
}

.first\:p-11p:first-child {
  padding: 11%;
}

.first\:p-20p:first-child {
  padding: 20%;
}

.first\:p-24p:first-child {
  padding: 24.25%;
}

.first\:p-25p:first-child {
  padding: 25%;
}

.first\:p-32p:first-child {
  padding: 32%;
}

.first\:p-35p:first-child {
  padding: 35%;
}

.first\:p-40p:first-child {
  padding: 40%;
}

.first\:p-49p:first-child {
  padding: 49%;
}

.first\:p-49-5p:first-child {
  padding: 49.5%;
}

.first\:p-80p:first-child {
  padding: 80%;
}

.first\:p-vh80:first-child {
  padding: 80vh;
}

.first\:p-vh86:first-child {
  padding: 86vh;
}

.first\:p-vh90:first-child {
  padding: 90vh;
}

.first\:p-vw80:first-child {
  padding: 80vw;
}

.first\:p-vw90:first-child {
  padding: 90vw;
}

.first\:p-90p:first-child {
  padding: 90%;
}

.first\:p-92p:first-child {
  padding: 92%;
}

.first\:p-93p:first-child {
  padding: 93%;
}

.first\:p-94p:first-child {
  padding: 94%;
}

.first\:p-95p:first-child {
  padding: 95%;
}

.first\:p-96p:first-child {
  padding: 96%;
}

.first\:p-100p:first-child {
  padding: 100%;
}

.first\:py-0:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.first\:px-0:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 3px;
  padding-bottom: 3px;
}

.first\:px-3:first-child {
  padding-left: 3px;
  padding-right: 3px;
}

.first\:py-4:first-child {
  padding-top: 4px;
  padding-bottom: 4px;
}

.first\:px-4:first-child {
  padding-left: 4px;
  padding-right: 4px;
}

.first\:py-5:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.first\:px-5:first-child {
  padding-left: 5px;
  padding-right: 5px;
}

.first\:py-6:first-child {
  padding-top: 6px;
  padding-bottom: 6px;
}

.first\:px-6:first-child {
  padding-left: 6px;
  padding-right: 6px;
}

.first\:py-8:first-child {
  padding-top: 8px;
  padding-bottom: 8px;
}

.first\:px-8:first-child {
  padding-left: 8px;
  padding-right: 8px;
}

.first\:py-9:first-child {
  padding-top: 9px;
  padding-bottom: 9px;
}

.first\:px-9:first-child {
  padding-left: 9px;
  padding-right: 9px;
}

.first\:py-10:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.first\:px-10:first-child {
  padding-left: 10px;
  padding-right: 10px;
}

.first\:py-12:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
}

.first\:px-12:first-child {
  padding-left: 12px;
  padding-right: 12px;
}

.first\:py-13:first-child {
  padding-top: 13px;
  padding-bottom: 13px;
}

.first\:px-13:first-child {
  padding-left: 13px;
  padding-right: 13px;
}

.first\:py-14:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
}

.first\:px-14:first-child {
  padding-left: 14px;
  padding-right: 14px;
}

.first\:py-15:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}

.first\:px-15:first-child {
  padding-left: 15px;
  padding-right: 15px;
}

.first\:py-16:first-child {
  padding-top: 16px;
  padding-bottom: 16px;
}

.first\:px-16:first-child {
  padding-left: 16px;
  padding-right: 16px;
}

.first\:py-17:first-child {
  padding-top: 17px;
  padding-bottom: 17px;
}

.first\:px-17:first-child {
  padding-left: 17px;
  padding-right: 17px;
}

.first\:py-18:first-child {
  padding-top: 18px;
  padding-bottom: 18px;
}

.first\:px-18:first-child {
  padding-left: 18px;
  padding-right: 18px;
}

.first\:py-20:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.first\:px-20:first-child {
  padding-left: 20px;
  padding-right: 20px;
}

.first\:py-22:first-child {
  padding-top: 22px;
  padding-bottom: 22px;
}

.first\:px-22:first-child {
  padding-left: 22px;
  padding-right: 22px;
}

.first\:py-24:first-child {
  padding-top: 24px;
  padding-bottom: 24px;
}

.first\:px-24:first-child {
  padding-left: 24px;
  padding-right: 24px;
}

.first\:py-25:first-child {
  padding-top: 25px;
  padding-bottom: 25px;
}

.first\:px-25:first-child {
  padding-left: 25px;
  padding-right: 25px;
}

.first\:py-28:first-child {
  padding-top: 28px;
  padding-bottom: 28px;
}

.first\:px-28:first-child {
  padding-left: 28px;
  padding-right: 28px;
}

.first\:py-29:first-child {
  padding-top: 29px;
  padding-bottom: 29px;
}

.first\:px-29:first-child {
  padding-left: 29px;
  padding-right: 29px;
}

.first\:py-30:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}

.first\:px-30:first-child {
  padding-left: 30px;
  padding-right: 30px;
}

.first\:py-32:first-child {
  padding-top: 32px;
  padding-bottom: 32px;
}

.first\:px-32:first-child {
  padding-left: 32px;
  padding-right: 32px;
}

.first\:py-35:first-child {
  padding-top: 35px;
  padding-bottom: 35px;
}

.first\:px-35:first-child {
  padding-left: 35px;
  padding-right: 35px;
}

.first\:py-36:first-child {
  padding-top: 36px;
  padding-bottom: 36px;
}

.first\:px-36:first-child {
  padding-left: 36px;
  padding-right: 36px;
}

.first\:py-37:first-child {
  padding-top: 37px;
  padding-bottom: 37px;
}

.first\:px-37:first-child {
  padding-left: 37px;
  padding-right: 37px;
}

.first\:py-40:first-child {
  padding-top: 40px;
  padding-bottom: 40px;
}

.first\:px-40:first-child {
  padding-left: 40px;
  padding-right: 40px;
}

.first\:py-45:first-child {
  padding-top: 45px;
  padding-bottom: 45px;
}

.first\:px-45:first-child {
  padding-left: 45px;
  padding-right: 45px;
}

.first\:py-48:first-child {
  padding-top: 48px;
  padding-bottom: 48px;
}

.first\:px-48:first-child {
  padding-left: 48px;
  padding-right: 48px;
}

.first\:py-50:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
}

.first\:px-50:first-child {
  padding-left: 50px;
  padding-right: 50px;
}

.first\:py-55:first-child {
  padding-top: 55px;
  padding-bottom: 55px;
}

.first\:px-55:first-child {
  padding-left: 55px;
  padding-right: 55px;
}

.first\:py-56:first-child {
  padding-top: 56px;
  padding-bottom: 56px;
}

.first\:px-56:first-child {
  padding-left: 56px;
  padding-right: 56px;
}

.first\:py-60:first-child {
  padding-top: 60px;
  padding-bottom: 60px;
}

.first\:px-60:first-child {
  padding-left: 60px;
  padding-right: 60px;
}

.first\:py-62:first-child {
  padding-top: 62px;
  padding-bottom: 62px;
}

.first\:px-62:first-child {
  padding-left: 62px;
  padding-right: 62px;
}

.first\:py-64:first-child {
  padding-top: 64px;
  padding-bottom: 64px;
}

.first\:px-64:first-child {
  padding-left: 64px;
  padding-right: 64px;
}

.first\:py-65:first-child {
  padding-top: 65px;
  padding-bottom: 65px;
}

.first\:px-65:first-child {
  padding-left: 65px;
  padding-right: 65px;
}

.first\:py-70:first-child {
  padding-top: 70px;
  padding-bottom: 70px;
}

.first\:px-70:first-child {
  padding-left: 70px;
  padding-right: 70px;
}

.first\:py-75:first-child {
  padding-top: 75px;
  padding-bottom: 75px;
}

.first\:px-75:first-child {
  padding-left: 75px;
  padding-right: 75px;
}

.first\:py-80:first-child {
  padding-top: 80px;
  padding-bottom: 80px;
}

.first\:px-80:first-child {
  padding-left: 80px;
  padding-right: 80px;
}

.first\:py-85:first-child {
  padding-top: 85px;
  padding-bottom: 85px;
}

.first\:px-85:first-child {
  padding-left: 85px;
  padding-right: 85px;
}

.first\:py-90:first-child {
  padding-top: 90px;
  padding-bottom: 90px;
}

.first\:px-90:first-child {
  padding-left: 90px;
  padding-right: 90px;
}

.first\:py-95:first-child {
  padding-top: 95px;
  padding-bottom: 95px;
}

.first\:px-95:first-child {
  padding-left: 95px;
  padding-right: 95px;
}

.first\:py-96:first-child {
  padding-top: 96px;
  padding-bottom: 96px;
}

.first\:px-96:first-child {
  padding-left: 96px;
  padding-right: 96px;
}

.first\:py-100:first-child {
  padding-top: 100px;
  padding-bottom: 100px;
}

.first\:px-100:first-child {
  padding-left: 100px;
  padding-right: 100px;
}

.first\:py-110:first-child {
  padding-top: 110px;
  padding-bottom: 110px;
}

.first\:px-110:first-child {
  padding-left: 110px;
  padding-right: 110px;
}

.first\:py-115:first-child {
  padding-top: 115px;
  padding-bottom: 115px;
}

.first\:px-115:first-child {
  padding-left: 115px;
  padding-right: 115px;
}

.first\:py-120:first-child {
  padding-top: 120px;
  padding-bottom: 120px;
}

.first\:px-120:first-child {
  padding-left: 120px;
  padding-right: 120px;
}

.first\:py-128:first-child {
  padding-top: 128px;
  padding-bottom: 128px;
}

.first\:px-128:first-child {
  padding-left: 128px;
  padding-right: 128px;
}

.first\:py-135:first-child {
  padding-top: 135px;
  padding-bottom: 135px;
}

.first\:px-135:first-child {
  padding-left: 135px;
  padding-right: 135px;
}

.first\:py-140:first-child {
  padding-top: 140px;
  padding-bottom: 140px;
}

.first\:px-140:first-child {
  padding-left: 140px;
  padding-right: 140px;
}

.first\:py-145:first-child {
  padding-top: 145px;
  padding-bottom: 145px;
}

.first\:px-145:first-child {
  padding-left: 145px;
  padding-right: 145px;
}

.first\:py-150:first-child {
  padding-top: 150px;
  padding-bottom: 150px;
}

.first\:px-150:first-child {
  padding-left: 150px;
  padding-right: 150px;
}

.first\:py-160:first-child {
  padding-top: 160px;
  padding-bottom: 160px;
}

.first\:px-160:first-child {
  padding-left: 160px;
  padding-right: 160px;
}

.first\:py-165:first-child {
  padding-top: 165px;
  padding-bottom: 165px;
}

.first\:px-165:first-child {
  padding-left: 165px;
  padding-right: 165px;
}

.first\:py-168:first-child {
  padding-top: 168px;
  padding-bottom: 168px;
}

.first\:px-168:first-child {
  padding-left: 168px;
  padding-right: 168px;
}

.first\:py-170:first-child {
  padding-top: 170px;
  padding-bottom: 170px;
}

.first\:px-170:first-child {
  padding-left: 170px;
  padding-right: 170px;
}

.first\:py-180:first-child {
  padding-top: 180px;
  padding-bottom: 180px;
}

.first\:px-180:first-child {
  padding-left: 180px;
  padding-right: 180px;
}

.first\:py-200:first-child {
  padding-top: 200px;
  padding-bottom: 200px;
}

.first\:px-200:first-child {
  padding-left: 200px;
  padding-right: 200px;
}

.first\:py-220:first-child {
  padding-top: 220px;
  padding-bottom: 220px;
}

.first\:px-220:first-child {
  padding-left: 220px;
  padding-right: 220px;
}

.first\:py-230:first-child {
  padding-top: 230px;
  padding-bottom: 230px;
}

.first\:px-230:first-child {
  padding-left: 230px;
  padding-right: 230px;
}

.first\:py-235:first-child {
  padding-top: 235px;
  padding-bottom: 235px;
}

.first\:px-235:first-child {
  padding-left: 235px;
  padding-right: 235px;
}

.first\:py-240:first-child {
  padding-top: 240px;
  padding-bottom: 240px;
}

.first\:px-240:first-child {
  padding-left: 240px;
  padding-right: 240px;
}

.first\:py-250:first-child {
  padding-top: 250px;
  padding-bottom: 250px;
}

.first\:px-250:first-child {
  padding-left: 250px;
  padding-right: 250px;
}

.first\:py-300:first-child {
  padding-top: 300px;
  padding-bottom: 300px;
}

.first\:px-300:first-child {
  padding-left: 300px;
  padding-right: 300px;
}

.first\:py-320:first-child {
  padding-top: 320px;
  padding-bottom: 320px;
}

.first\:px-320:first-child {
  padding-left: 320px;
  padding-right: 320px;
}

.first\:py-350:first-child {
  padding-top: 350px;
  padding-bottom: 350px;
}

.first\:px-350:first-child {
  padding-left: 350px;
  padding-right: 350px;
}

.first\:py-375:first-child {
  padding-top: 375px;
  padding-bottom: 375px;
}

.first\:px-375:first-child {
  padding-left: 375px;
  padding-right: 375px;
}

.first\:py-400:first-child {
  padding-top: 400px;
  padding-bottom: 400px;
}

.first\:px-400:first-child {
  padding-left: 400px;
  padding-right: 400px;
}

.first\:py-450:first-child {
  padding-top: 450px;
  padding-bottom: 450px;
}

.first\:px-450:first-child {
  padding-left: 450px;
  padding-right: 450px;
}

.first\:py-700:first-child {
  padding-top: 700px;
  padding-bottom: 700px;
}

.first\:px-700:first-child {
  padding-left: 700px;
  padding-right: 700px;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:py-1p:first-child {
  padding-top: 1%;
  padding-bottom: 1%;
}

.first\:px-1p:first-child {
  padding-left: 1%;
  padding-right: 1%;
}

.first\:py-1\/12:first-child {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.first\:px-1\/12:first-child {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.first\:py-2\/12:first-child {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.first\:px-2\/12:first-child {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.first\:py-11p:first-child {
  padding-top: 11%;
  padding-bottom: 11%;
}

.first\:px-11p:first-child {
  padding-left: 11%;
  padding-right: 11%;
}

.first\:py-20p:first-child {
  padding-top: 20%;
  padding-bottom: 20%;
}

.first\:px-20p:first-child {
  padding-left: 20%;
  padding-right: 20%;
}

.first\:py-24p:first-child {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.first\:px-24p:first-child {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.first\:py-25p:first-child {
  padding-top: 25%;
  padding-bottom: 25%;
}

.first\:px-25p:first-child {
  padding-left: 25%;
  padding-right: 25%;
}

.first\:py-32p:first-child {
  padding-top: 32%;
  padding-bottom: 32%;
}

.first\:px-32p:first-child {
  padding-left: 32%;
  padding-right: 32%;
}

.first\:py-35p:first-child {
  padding-top: 35%;
  padding-bottom: 35%;
}

.first\:px-35p:first-child {
  padding-left: 35%;
  padding-right: 35%;
}

.first\:py-40p:first-child {
  padding-top: 40%;
  padding-bottom: 40%;
}

.first\:px-40p:first-child {
  padding-left: 40%;
  padding-right: 40%;
}

.first\:py-49p:first-child {
  padding-top: 49%;
  padding-bottom: 49%;
}

.first\:px-49p:first-child {
  padding-left: 49%;
  padding-right: 49%;
}

.first\:py-49-5p:first-child {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.first\:px-49-5p:first-child {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.first\:py-80p:first-child {
  padding-top: 80%;
  padding-bottom: 80%;
}

.first\:px-80p:first-child {
  padding-left: 80%;
  padding-right: 80%;
}

.first\:py-vh80:first-child {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.first\:px-vh80:first-child {
  padding-left: 80vh;
  padding-right: 80vh;
}

.first\:py-vh86:first-child {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.first\:px-vh86:first-child {
  padding-left: 86vh;
  padding-right: 86vh;
}

.first\:py-vh90:first-child {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.first\:px-vh90:first-child {
  padding-left: 90vh;
  padding-right: 90vh;
}

.first\:py-vw80:first-child {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.first\:px-vw80:first-child {
  padding-left: 80vw;
  padding-right: 80vw;
}

.first\:py-vw90:first-child {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.first\:px-vw90:first-child {
  padding-left: 90vw;
  padding-right: 90vw;
}

.first\:py-90p:first-child {
  padding-top: 90%;
  padding-bottom: 90%;
}

.first\:px-90p:first-child {
  padding-left: 90%;
  padding-right: 90%;
}

.first\:py-92p:first-child {
  padding-top: 92%;
  padding-bottom: 92%;
}

.first\:px-92p:first-child {
  padding-left: 92%;
  padding-right: 92%;
}

.first\:py-93p:first-child {
  padding-top: 93%;
  padding-bottom: 93%;
}

.first\:px-93p:first-child {
  padding-left: 93%;
  padding-right: 93%;
}

.first\:py-94p:first-child {
  padding-top: 94%;
  padding-bottom: 94%;
}

.first\:px-94p:first-child {
  padding-left: 94%;
  padding-right: 94%;
}

.first\:py-95p:first-child {
  padding-top: 95%;
  padding-bottom: 95%;
}

.first\:px-95p:first-child {
  padding-left: 95%;
  padding-right: 95%;
}

.first\:py-96p:first-child {
  padding-top: 96%;
  padding-bottom: 96%;
}

.first\:px-96p:first-child {
  padding-left: 96%;
  padding-right: 96%;
}

.first\:py-100p:first-child {
  padding-top: 100%;
  padding-bottom: 100%;
}

.first\:px-100p:first-child {
  padding-left: 100%;
  padding-right: 100%;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.first\:pr-0:first-child {
  padding-right: 0px;
}

.first\:pb-0:first-child {
  padding-bottom: 0px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 3px;
}

.first\:pr-3:first-child {
  padding-right: 3px;
}

.first\:pb-3:first-child {
  padding-bottom: 3px;
}

.first\:pl-3:first-child {
  padding-left: 3px;
}

.first\:pt-4:first-child {
  padding-top: 4px;
}

.first\:pr-4:first-child {
  padding-right: 4px;
}

.first\:pb-4:first-child {
  padding-bottom: 4px;
}

.first\:pl-4:first-child {
  padding-left: 4px;
}

.first\:pt-5:first-child {
  padding-top: 5px;
}

.first\:pr-5:first-child {
  padding-right: 5px;
}

.first\:pb-5:first-child {
  padding-bottom: 5px;
}

.first\:pl-5:first-child {
  padding-left: 5px;
}

.first\:pt-6:first-child {
  padding-top: 6px;
}

.first\:pr-6:first-child {
  padding-right: 6px;
}

.first\:pb-6:first-child {
  padding-bottom: 6px;
}

.first\:pl-6:first-child {
  padding-left: 6px;
}

.first\:pt-8:first-child {
  padding-top: 8px;
}

.first\:pr-8:first-child {
  padding-right: 8px;
}

.first\:pb-8:first-child {
  padding-bottom: 8px;
}

.first\:pl-8:first-child {
  padding-left: 8px;
}

.first\:pt-9:first-child {
  padding-top: 9px;
}

.first\:pr-9:first-child {
  padding-right: 9px;
}

.first\:pb-9:first-child {
  padding-bottom: 9px;
}

.first\:pl-9:first-child {
  padding-left: 9px;
}

.first\:pt-10:first-child {
  padding-top: 10px;
}

.first\:pr-10:first-child {
  padding-right: 10px;
}

.first\:pb-10:first-child {
  padding-bottom: 10px;
}

.first\:pl-10:first-child {
  padding-left: 10px;
}

.first\:pt-12:first-child {
  padding-top: 12px;
}

.first\:pr-12:first-child {
  padding-right: 12px;
}

.first\:pb-12:first-child {
  padding-bottom: 12px;
}

.first\:pl-12:first-child {
  padding-left: 12px;
}

.first\:pt-13:first-child {
  padding-top: 13px;
}

.first\:pr-13:first-child {
  padding-right: 13px;
}

.first\:pb-13:first-child {
  padding-bottom: 13px;
}

.first\:pl-13:first-child {
  padding-left: 13px;
}

.first\:pt-14:first-child {
  padding-top: 14px;
}

.first\:pr-14:first-child {
  padding-right: 14px;
}

.first\:pb-14:first-child {
  padding-bottom: 14px;
}

.first\:pl-14:first-child {
  padding-left: 14px;
}

.first\:pt-15:first-child {
  padding-top: 15px;
}

.first\:pr-15:first-child {
  padding-right: 15px;
}

.first\:pb-15:first-child {
  padding-bottom: 15px;
}

.first\:pl-15:first-child {
  padding-left: 15px;
}

.first\:pt-16:first-child {
  padding-top: 16px;
}

.first\:pr-16:first-child {
  padding-right: 16px;
}

.first\:pb-16:first-child {
  padding-bottom: 16px;
}

.first\:pl-16:first-child {
  padding-left: 16px;
}

.first\:pt-17:first-child {
  padding-top: 17px;
}

.first\:pr-17:first-child {
  padding-right: 17px;
}

.first\:pb-17:first-child {
  padding-bottom: 17px;
}

.first\:pl-17:first-child {
  padding-left: 17px;
}

.first\:pt-18:first-child {
  padding-top: 18px;
}

.first\:pr-18:first-child {
  padding-right: 18px;
}

.first\:pb-18:first-child {
  padding-bottom: 18px;
}

.first\:pl-18:first-child {
  padding-left: 18px;
}

.first\:pt-20:first-child {
  padding-top: 20px;
}

.first\:pr-20:first-child {
  padding-right: 20px;
}

.first\:pb-20:first-child {
  padding-bottom: 20px;
}

.first\:pl-20:first-child {
  padding-left: 20px;
}

.first\:pt-22:first-child {
  padding-top: 22px;
}

.first\:pr-22:first-child {
  padding-right: 22px;
}

.first\:pb-22:first-child {
  padding-bottom: 22px;
}

.first\:pl-22:first-child {
  padding-left: 22px;
}

.first\:pt-24:first-child {
  padding-top: 24px;
}

.first\:pr-24:first-child {
  padding-right: 24px;
}

.first\:pb-24:first-child {
  padding-bottom: 24px;
}

.first\:pl-24:first-child {
  padding-left: 24px;
}

.first\:pt-25:first-child {
  padding-top: 25px;
}

.first\:pr-25:first-child {
  padding-right: 25px;
}

.first\:pb-25:first-child {
  padding-bottom: 25px;
}

.first\:pl-25:first-child {
  padding-left: 25px;
}

.first\:pt-28:first-child {
  padding-top: 28px;
}

.first\:pr-28:first-child {
  padding-right: 28px;
}

.first\:pb-28:first-child {
  padding-bottom: 28px;
}

.first\:pl-28:first-child {
  padding-left: 28px;
}

.first\:pt-29:first-child {
  padding-top: 29px;
}

.first\:pr-29:first-child {
  padding-right: 29px;
}

.first\:pb-29:first-child {
  padding-bottom: 29px;
}

.first\:pl-29:first-child {
  padding-left: 29px;
}

.first\:pt-30:first-child {
  padding-top: 30px;
}

.first\:pr-30:first-child {
  padding-right: 30px;
}

.first\:pb-30:first-child {
  padding-bottom: 30px;
}

.first\:pl-30:first-child {
  padding-left: 30px;
}

.first\:pt-32:first-child {
  padding-top: 32px;
}

.first\:pr-32:first-child {
  padding-right: 32px;
}

.first\:pb-32:first-child {
  padding-bottom: 32px;
}

.first\:pl-32:first-child {
  padding-left: 32px;
}

.first\:pt-35:first-child {
  padding-top: 35px;
}

.first\:pr-35:first-child {
  padding-right: 35px;
}

.first\:pb-35:first-child {
  padding-bottom: 35px;
}

.first\:pl-35:first-child {
  padding-left: 35px;
}

.first\:pt-36:first-child {
  padding-top: 36px;
}

.first\:pr-36:first-child {
  padding-right: 36px;
}

.first\:pb-36:first-child {
  padding-bottom: 36px;
}

.first\:pl-36:first-child {
  padding-left: 36px;
}

.first\:pt-37:first-child {
  padding-top: 37px;
}

.first\:pr-37:first-child {
  padding-right: 37px;
}

.first\:pb-37:first-child {
  padding-bottom: 37px;
}

.first\:pl-37:first-child {
  padding-left: 37px;
}

.first\:pt-40:first-child {
  padding-top: 40px;
}

.first\:pr-40:first-child {
  padding-right: 40px;
}

.first\:pb-40:first-child {
  padding-bottom: 40px;
}

.first\:pl-40:first-child {
  padding-left: 40px;
}

.first\:pt-45:first-child {
  padding-top: 45px;
}

.first\:pr-45:first-child {
  padding-right: 45px;
}

.first\:pb-45:first-child {
  padding-bottom: 45px;
}

.first\:pl-45:first-child {
  padding-left: 45px;
}

.first\:pt-48:first-child {
  padding-top: 48px;
}

.first\:pr-48:first-child {
  padding-right: 48px;
}

.first\:pb-48:first-child {
  padding-bottom: 48px;
}

.first\:pl-48:first-child {
  padding-left: 48px;
}

.first\:pt-50:first-child {
  padding-top: 50px;
}

.first\:pr-50:first-child {
  padding-right: 50px;
}

.first\:pb-50:first-child {
  padding-bottom: 50px;
}

.first\:pl-50:first-child {
  padding-left: 50px;
}

.first\:pt-55:first-child {
  padding-top: 55px;
}

.first\:pr-55:first-child {
  padding-right: 55px;
}

.first\:pb-55:first-child {
  padding-bottom: 55px;
}

.first\:pl-55:first-child {
  padding-left: 55px;
}

.first\:pt-56:first-child {
  padding-top: 56px;
}

.first\:pr-56:first-child {
  padding-right: 56px;
}

.first\:pb-56:first-child {
  padding-bottom: 56px;
}

.first\:pl-56:first-child {
  padding-left: 56px;
}

.first\:pt-60:first-child {
  padding-top: 60px;
}

.first\:pr-60:first-child {
  padding-right: 60px;
}

.first\:pb-60:first-child {
  padding-bottom: 60px;
}

.first\:pl-60:first-child {
  padding-left: 60px;
}

.first\:pt-62:first-child {
  padding-top: 62px;
}

.first\:pr-62:first-child {
  padding-right: 62px;
}

.first\:pb-62:first-child {
  padding-bottom: 62px;
}

.first\:pl-62:first-child {
  padding-left: 62px;
}

.first\:pt-64:first-child {
  padding-top: 64px;
}

.first\:pr-64:first-child {
  padding-right: 64px;
}

.first\:pb-64:first-child {
  padding-bottom: 64px;
}

.first\:pl-64:first-child {
  padding-left: 64px;
}

.first\:pt-65:first-child {
  padding-top: 65px;
}

.first\:pr-65:first-child {
  padding-right: 65px;
}

.first\:pb-65:first-child {
  padding-bottom: 65px;
}

.first\:pl-65:first-child {
  padding-left: 65px;
}

.first\:pt-70:first-child {
  padding-top: 70px;
}

.first\:pr-70:first-child {
  padding-right: 70px;
}

.first\:pb-70:first-child {
  padding-bottom: 70px;
}

.first\:pl-70:first-child {
  padding-left: 70px;
}

.first\:pt-75:first-child {
  padding-top: 75px;
}

.first\:pr-75:first-child {
  padding-right: 75px;
}

.first\:pb-75:first-child {
  padding-bottom: 75px;
}

.first\:pl-75:first-child {
  padding-left: 75px;
}

.first\:pt-80:first-child {
  padding-top: 80px;
}

.first\:pr-80:first-child {
  padding-right: 80px;
}

.first\:pb-80:first-child {
  padding-bottom: 80px;
}

.first\:pl-80:first-child {
  padding-left: 80px;
}

.first\:pt-85:first-child {
  padding-top: 85px;
}

.first\:pr-85:first-child {
  padding-right: 85px;
}

.first\:pb-85:first-child {
  padding-bottom: 85px;
}

.first\:pl-85:first-child {
  padding-left: 85px;
}

.first\:pt-90:first-child {
  padding-top: 90px;
}

.first\:pr-90:first-child {
  padding-right: 90px;
}

.first\:pb-90:first-child {
  padding-bottom: 90px;
}

.first\:pl-90:first-child {
  padding-left: 90px;
}

.first\:pt-95:first-child {
  padding-top: 95px;
}

.first\:pr-95:first-child {
  padding-right: 95px;
}

.first\:pb-95:first-child {
  padding-bottom: 95px;
}

.first\:pl-95:first-child {
  padding-left: 95px;
}

.first\:pt-96:first-child {
  padding-top: 96px;
}

.first\:pr-96:first-child {
  padding-right: 96px;
}

.first\:pb-96:first-child {
  padding-bottom: 96px;
}

.first\:pl-96:first-child {
  padding-left: 96px;
}

.first\:pt-100:first-child {
  padding-top: 100px;
}

.first\:pr-100:first-child {
  padding-right: 100px;
}

.first\:pb-100:first-child {
  padding-bottom: 100px;
}

.first\:pl-100:first-child {
  padding-left: 100px;
}

.first\:pt-110:first-child {
  padding-top: 110px;
}

.first\:pr-110:first-child {
  padding-right: 110px;
}

.first\:pb-110:first-child {
  padding-bottom: 110px;
}

.first\:pl-110:first-child {
  padding-left: 110px;
}

.first\:pt-115:first-child {
  padding-top: 115px;
}

.first\:pr-115:first-child {
  padding-right: 115px;
}

.first\:pb-115:first-child {
  padding-bottom: 115px;
}

.first\:pl-115:first-child {
  padding-left: 115px;
}

.first\:pt-120:first-child {
  padding-top: 120px;
}

.first\:pr-120:first-child {
  padding-right: 120px;
}

.first\:pb-120:first-child {
  padding-bottom: 120px;
}

.first\:pl-120:first-child {
  padding-left: 120px;
}

.first\:pt-128:first-child {
  padding-top: 128px;
}

.first\:pr-128:first-child {
  padding-right: 128px;
}

.first\:pb-128:first-child {
  padding-bottom: 128px;
}

.first\:pl-128:first-child {
  padding-left: 128px;
}

.first\:pt-135:first-child {
  padding-top: 135px;
}

.first\:pr-135:first-child {
  padding-right: 135px;
}

.first\:pb-135:first-child {
  padding-bottom: 135px;
}

.first\:pl-135:first-child {
  padding-left: 135px;
}

.first\:pt-140:first-child {
  padding-top: 140px;
}

.first\:pr-140:first-child {
  padding-right: 140px;
}

.first\:pb-140:first-child {
  padding-bottom: 140px;
}

.first\:pl-140:first-child {
  padding-left: 140px;
}

.first\:pt-145:first-child {
  padding-top: 145px;
}

.first\:pr-145:first-child {
  padding-right: 145px;
}

.first\:pb-145:first-child {
  padding-bottom: 145px;
}

.first\:pl-145:first-child {
  padding-left: 145px;
}

.first\:pt-150:first-child {
  padding-top: 150px;
}

.first\:pr-150:first-child {
  padding-right: 150px;
}

.first\:pb-150:first-child {
  padding-bottom: 150px;
}

.first\:pl-150:first-child {
  padding-left: 150px;
}

.first\:pt-160:first-child {
  padding-top: 160px;
}

.first\:pr-160:first-child {
  padding-right: 160px;
}

.first\:pb-160:first-child {
  padding-bottom: 160px;
}

.first\:pl-160:first-child {
  padding-left: 160px;
}

.first\:pt-165:first-child {
  padding-top: 165px;
}

.first\:pr-165:first-child {
  padding-right: 165px;
}

.first\:pb-165:first-child {
  padding-bottom: 165px;
}

.first\:pl-165:first-child {
  padding-left: 165px;
}

.first\:pt-168:first-child {
  padding-top: 168px;
}

.first\:pr-168:first-child {
  padding-right: 168px;
}

.first\:pb-168:first-child {
  padding-bottom: 168px;
}

.first\:pl-168:first-child {
  padding-left: 168px;
}

.first\:pt-170:first-child {
  padding-top: 170px;
}

.first\:pr-170:first-child {
  padding-right: 170px;
}

.first\:pb-170:first-child {
  padding-bottom: 170px;
}

.first\:pl-170:first-child {
  padding-left: 170px;
}

.first\:pt-180:first-child {
  padding-top: 180px;
}

.first\:pr-180:first-child {
  padding-right: 180px;
}

.first\:pb-180:first-child {
  padding-bottom: 180px;
}

.first\:pl-180:first-child {
  padding-left: 180px;
}

.first\:pt-200:first-child {
  padding-top: 200px;
}

.first\:pr-200:first-child {
  padding-right: 200px;
}

.first\:pb-200:first-child {
  padding-bottom: 200px;
}

.first\:pl-200:first-child {
  padding-left: 200px;
}

.first\:pt-220:first-child {
  padding-top: 220px;
}

.first\:pr-220:first-child {
  padding-right: 220px;
}

.first\:pb-220:first-child {
  padding-bottom: 220px;
}

.first\:pl-220:first-child {
  padding-left: 220px;
}

.first\:pt-230:first-child {
  padding-top: 230px;
}

.first\:pr-230:first-child {
  padding-right: 230px;
}

.first\:pb-230:first-child {
  padding-bottom: 230px;
}

.first\:pl-230:first-child {
  padding-left: 230px;
}

.first\:pt-235:first-child {
  padding-top: 235px;
}

.first\:pr-235:first-child {
  padding-right: 235px;
}

.first\:pb-235:first-child {
  padding-bottom: 235px;
}

.first\:pl-235:first-child {
  padding-left: 235px;
}

.first\:pt-240:first-child {
  padding-top: 240px;
}

.first\:pr-240:first-child {
  padding-right: 240px;
}

.first\:pb-240:first-child {
  padding-bottom: 240px;
}

.first\:pl-240:first-child {
  padding-left: 240px;
}

.first\:pt-250:first-child {
  padding-top: 250px;
}

.first\:pr-250:first-child {
  padding-right: 250px;
}

.first\:pb-250:first-child {
  padding-bottom: 250px;
}

.first\:pl-250:first-child {
  padding-left: 250px;
}

.first\:pt-300:first-child {
  padding-top: 300px;
}

.first\:pr-300:first-child {
  padding-right: 300px;
}

.first\:pb-300:first-child {
  padding-bottom: 300px;
}

.first\:pl-300:first-child {
  padding-left: 300px;
}

.first\:pt-320:first-child {
  padding-top: 320px;
}

.first\:pr-320:first-child {
  padding-right: 320px;
}

.first\:pb-320:first-child {
  padding-bottom: 320px;
}

.first\:pl-320:first-child {
  padding-left: 320px;
}

.first\:pt-350:first-child {
  padding-top: 350px;
}

.first\:pr-350:first-child {
  padding-right: 350px;
}

.first\:pb-350:first-child {
  padding-bottom: 350px;
}

.first\:pl-350:first-child {
  padding-left: 350px;
}

.first\:pt-375:first-child {
  padding-top: 375px;
}

.first\:pr-375:first-child {
  padding-right: 375px;
}

.first\:pb-375:first-child {
  padding-bottom: 375px;
}

.first\:pl-375:first-child {
  padding-left: 375px;
}

.first\:pt-400:first-child {
  padding-top: 400px;
}

.first\:pr-400:first-child {
  padding-right: 400px;
}

.first\:pb-400:first-child {
  padding-bottom: 400px;
}

.first\:pl-400:first-child {
  padding-left: 400px;
}

.first\:pt-450:first-child {
  padding-top: 450px;
}

.first\:pr-450:first-child {
  padding-right: 450px;
}

.first\:pb-450:first-child {
  padding-bottom: 450px;
}

.first\:pl-450:first-child {
  padding-left: 450px;
}

.first\:pt-700:first-child {
  padding-top: 700px;
}

.first\:pr-700:first-child {
  padding-right: 700px;
}

.first\:pb-700:first-child {
  padding-bottom: 700px;
}

.first\:pl-700:first-child {
  padding-left: 700px;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.first\:pt-1p:first-child {
  padding-top: 1%;
}

.first\:pr-1p:first-child {
  padding-right: 1%;
}

.first\:pb-1p:first-child {
  padding-bottom: 1%;
}

.first\:pl-1p:first-child {
  padding-left: 1%;
}

.first\:pt-1\/12:first-child {
  padding-top: 8.3333%;
}

.first\:pr-1\/12:first-child {
  padding-right: 8.3333%;
}

.first\:pb-1\/12:first-child {
  padding-bottom: 8.3333%;
}

.first\:pl-1\/12:first-child {
  padding-left: 8.3333%;
}

.first\:pt-2\/12:first-child {
  padding-top: 16.666667%;
}

.first\:pr-2\/12:first-child {
  padding-right: 16.666667%;
}

.first\:pb-2\/12:first-child {
  padding-bottom: 16.666667%;
}

.first\:pl-2\/12:first-child {
  padding-left: 16.666667%;
}

.first\:pt-11p:first-child {
  padding-top: 11%;
}

.first\:pr-11p:first-child {
  padding-right: 11%;
}

.first\:pb-11p:first-child {
  padding-bottom: 11%;
}

.first\:pl-11p:first-child {
  padding-left: 11%;
}

.first\:pt-20p:first-child {
  padding-top: 20%;
}

.first\:pr-20p:first-child {
  padding-right: 20%;
}

.first\:pb-20p:first-child {
  padding-bottom: 20%;
}

.first\:pl-20p:first-child {
  padding-left: 20%;
}

.first\:pt-24p:first-child {
  padding-top: 24.25%;
}

.first\:pr-24p:first-child {
  padding-right: 24.25%;
}

.first\:pb-24p:first-child {
  padding-bottom: 24.25%;
}

.first\:pl-24p:first-child {
  padding-left: 24.25%;
}

.first\:pt-25p:first-child {
  padding-top: 25%;
}

.first\:pr-25p:first-child {
  padding-right: 25%;
}

.first\:pb-25p:first-child {
  padding-bottom: 25%;
}

.first\:pl-25p:first-child {
  padding-left: 25%;
}

.first\:pt-32p:first-child {
  padding-top: 32%;
}

.first\:pr-32p:first-child {
  padding-right: 32%;
}

.first\:pb-32p:first-child {
  padding-bottom: 32%;
}

.first\:pl-32p:first-child {
  padding-left: 32%;
}

.first\:pt-35p:first-child {
  padding-top: 35%;
}

.first\:pr-35p:first-child {
  padding-right: 35%;
}

.first\:pb-35p:first-child {
  padding-bottom: 35%;
}

.first\:pl-35p:first-child {
  padding-left: 35%;
}

.first\:pt-40p:first-child {
  padding-top: 40%;
}

.first\:pr-40p:first-child {
  padding-right: 40%;
}

.first\:pb-40p:first-child {
  padding-bottom: 40%;
}

.first\:pl-40p:first-child {
  padding-left: 40%;
}

.first\:pt-49p:first-child {
  padding-top: 49%;
}

.first\:pr-49p:first-child {
  padding-right: 49%;
}

.first\:pb-49p:first-child {
  padding-bottom: 49%;
}

.first\:pl-49p:first-child {
  padding-left: 49%;
}

.first\:pt-49-5p:first-child {
  padding-top: 49.5%;
}

.first\:pr-49-5p:first-child {
  padding-right: 49.5%;
}

.first\:pb-49-5p:first-child {
  padding-bottom: 49.5%;
}

.first\:pl-49-5p:first-child {
  padding-left: 49.5%;
}

.first\:pt-80p:first-child {
  padding-top: 80%;
}

.first\:pr-80p:first-child {
  padding-right: 80%;
}

.first\:pb-80p:first-child {
  padding-bottom: 80%;
}

.first\:pl-80p:first-child {
  padding-left: 80%;
}

.first\:pt-vh80:first-child {
  padding-top: 80vh;
}

.first\:pr-vh80:first-child {
  padding-right: 80vh;
}

.first\:pb-vh80:first-child {
  padding-bottom: 80vh;
}

.first\:pl-vh80:first-child {
  padding-left: 80vh;
}

.first\:pt-vh86:first-child {
  padding-top: 86vh;
}

.first\:pr-vh86:first-child {
  padding-right: 86vh;
}

.first\:pb-vh86:first-child {
  padding-bottom: 86vh;
}

.first\:pl-vh86:first-child {
  padding-left: 86vh;
}

.first\:pt-vh90:first-child {
  padding-top: 90vh;
}

.first\:pr-vh90:first-child {
  padding-right: 90vh;
}

.first\:pb-vh90:first-child {
  padding-bottom: 90vh;
}

.first\:pl-vh90:first-child {
  padding-left: 90vh;
}

.first\:pt-vw80:first-child {
  padding-top: 80vw;
}

.first\:pr-vw80:first-child {
  padding-right: 80vw;
}

.first\:pb-vw80:first-child {
  padding-bottom: 80vw;
}

.first\:pl-vw80:first-child {
  padding-left: 80vw;
}

.first\:pt-vw90:first-child {
  padding-top: 90vw;
}

.first\:pr-vw90:first-child {
  padding-right: 90vw;
}

.first\:pb-vw90:first-child {
  padding-bottom: 90vw;
}

.first\:pl-vw90:first-child {
  padding-left: 90vw;
}

.first\:pt-90p:first-child {
  padding-top: 90%;
}

.first\:pr-90p:first-child {
  padding-right: 90%;
}

.first\:pb-90p:first-child {
  padding-bottom: 90%;
}

.first\:pl-90p:first-child {
  padding-left: 90%;
}

.first\:pt-92p:first-child {
  padding-top: 92%;
}

.first\:pr-92p:first-child {
  padding-right: 92%;
}

.first\:pb-92p:first-child {
  padding-bottom: 92%;
}

.first\:pl-92p:first-child {
  padding-left: 92%;
}

.first\:pt-93p:first-child {
  padding-top: 93%;
}

.first\:pr-93p:first-child {
  padding-right: 93%;
}

.first\:pb-93p:first-child {
  padding-bottom: 93%;
}

.first\:pl-93p:first-child {
  padding-left: 93%;
}

.first\:pt-94p:first-child {
  padding-top: 94%;
}

.first\:pr-94p:first-child {
  padding-right: 94%;
}

.first\:pb-94p:first-child {
  padding-bottom: 94%;
}

.first\:pl-94p:first-child {
  padding-left: 94%;
}

.first\:pt-95p:first-child {
  padding-top: 95%;
}

.first\:pr-95p:first-child {
  padding-right: 95%;
}

.first\:pb-95p:first-child {
  padding-bottom: 95%;
}

.first\:pl-95p:first-child {
  padding-left: 95%;
}

.first\:pt-96p:first-child {
  padding-top: 96%;
}

.first\:pr-96p:first-child {
  padding-right: 96%;
}

.first\:pb-96p:first-child {
  padding-bottom: 96%;
}

.first\:pl-96p:first-child {
  padding-left: 96%;
}

.first\:pt-100p:first-child {
  padding-top: 100%;
}

.first\:pr-100p:first-child {
  padding-right: 100%;
}

.first\:pb-100p:first-child {
  padding-bottom: 100%;
}

.first\:pl-100p:first-child {
  padding-left: 100%;
}

.last\:p-0:last-child {
  padding: 0px;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 3px;
}

.last\:p-4:last-child {
  padding: 4px;
}

.last\:p-5:last-child {
  padding: 5px;
}

.last\:p-6:last-child {
  padding: 6px;
}

.last\:p-8:last-child {
  padding: 8px;
}

.last\:p-9:last-child {
  padding: 9px;
}

.last\:p-10:last-child {
  padding: 10px;
}

.last\:p-12:last-child {
  padding: 12px;
}

.last\:p-13:last-child {
  padding: 13px;
}

.last\:p-14:last-child {
  padding: 14px;
}

.last\:p-15:last-child {
  padding: 15px;
}

.last\:p-16:last-child {
  padding: 16px;
}

.last\:p-17:last-child {
  padding: 17px;
}

.last\:p-18:last-child {
  padding: 18px;
}

.last\:p-20:last-child {
  padding: 20px;
}

.last\:p-22:last-child {
  padding: 22px;
}

.last\:p-24:last-child {
  padding: 24px;
}

.last\:p-25:last-child {
  padding: 25px;
}

.last\:p-28:last-child {
  padding: 28px;
}

.last\:p-29:last-child {
  padding: 29px;
}

.last\:p-30:last-child {
  padding: 30px;
}

.last\:p-32:last-child {
  padding: 32px;
}

.last\:p-35:last-child {
  padding: 35px;
}

.last\:p-36:last-child {
  padding: 36px;
}

.last\:p-37:last-child {
  padding: 37px;
}

.last\:p-40:last-child {
  padding: 40px;
}

.last\:p-45:last-child {
  padding: 45px;
}

.last\:p-48:last-child {
  padding: 48px;
}

.last\:p-50:last-child {
  padding: 50px;
}

.last\:p-55:last-child {
  padding: 55px;
}

.last\:p-56:last-child {
  padding: 56px;
}

.last\:p-60:last-child {
  padding: 60px;
}

.last\:p-62:last-child {
  padding: 62px;
}

.last\:p-64:last-child {
  padding: 64px;
}

.last\:p-65:last-child {
  padding: 65px;
}

.last\:p-70:last-child {
  padding: 70px;
}

.last\:p-75:last-child {
  padding: 75px;
}

.last\:p-80:last-child {
  padding: 80px;
}

.last\:p-85:last-child {
  padding: 85px;
}

.last\:p-90:last-child {
  padding: 90px;
}

.last\:p-95:last-child {
  padding: 95px;
}

.last\:p-96:last-child {
  padding: 96px;
}

.last\:p-100:last-child {
  padding: 100px;
}

.last\:p-110:last-child {
  padding: 110px;
}

.last\:p-115:last-child {
  padding: 115px;
}

.last\:p-120:last-child {
  padding: 120px;
}

.last\:p-128:last-child {
  padding: 128px;
}

.last\:p-135:last-child {
  padding: 135px;
}

.last\:p-140:last-child {
  padding: 140px;
}

.last\:p-145:last-child {
  padding: 145px;
}

.last\:p-150:last-child {
  padding: 150px;
}

.last\:p-160:last-child {
  padding: 160px;
}

.last\:p-165:last-child {
  padding: 165px;
}

.last\:p-168:last-child {
  padding: 168px;
}

.last\:p-170:last-child {
  padding: 170px;
}

.last\:p-180:last-child {
  padding: 180px;
}

.last\:p-200:last-child {
  padding: 200px;
}

.last\:p-220:last-child {
  padding: 220px;
}

.last\:p-230:last-child {
  padding: 230px;
}

.last\:p-235:last-child {
  padding: 235px;
}

.last\:p-240:last-child {
  padding: 240px;
}

.last\:p-250:last-child {
  padding: 250px;
}

.last\:p-300:last-child {
  padding: 300px;
}

.last\:p-320:last-child {
  padding: 320px;
}

.last\:p-350:last-child {
  padding: 350px;
}

.last\:p-375:last-child {
  padding: 375px;
}

.last\:p-400:last-child {
  padding: 400px;
}

.last\:p-450:last-child {
  padding: 450px;
}

.last\:p-700:last-child {
  padding: 700px;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:p-1p:last-child {
  padding: 1%;
}

.last\:p-1\/12:last-child {
  padding: 8.3333%;
}

.last\:p-2\/12:last-child {
  padding: 16.666667%;
}

.last\:p-11p:last-child {
  padding: 11%;
}

.last\:p-20p:last-child {
  padding: 20%;
}

.last\:p-24p:last-child {
  padding: 24.25%;
}

.last\:p-25p:last-child {
  padding: 25%;
}

.last\:p-32p:last-child {
  padding: 32%;
}

.last\:p-35p:last-child {
  padding: 35%;
}

.last\:p-40p:last-child {
  padding: 40%;
}

.last\:p-49p:last-child {
  padding: 49%;
}

.last\:p-49-5p:last-child {
  padding: 49.5%;
}

.last\:p-80p:last-child {
  padding: 80%;
}

.last\:p-vh80:last-child {
  padding: 80vh;
}

.last\:p-vh86:last-child {
  padding: 86vh;
}

.last\:p-vh90:last-child {
  padding: 90vh;
}

.last\:p-vw80:last-child {
  padding: 80vw;
}

.last\:p-vw90:last-child {
  padding: 90vw;
}

.last\:p-90p:last-child {
  padding: 90%;
}

.last\:p-92p:last-child {
  padding: 92%;
}

.last\:p-93p:last-child {
  padding: 93%;
}

.last\:p-94p:last-child {
  padding: 94%;
}

.last\:p-95p:last-child {
  padding: 95%;
}

.last\:p-96p:last-child {
  padding: 96%;
}

.last\:p-100p:last-child {
  padding: 100%;
}

.last\:py-0:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.last\:px-0:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 3px;
  padding-bottom: 3px;
}

.last\:px-3:last-child {
  padding-left: 3px;
  padding-right: 3px;
}

.last\:py-4:last-child {
  padding-top: 4px;
  padding-bottom: 4px;
}

.last\:px-4:last-child {
  padding-left: 4px;
  padding-right: 4px;
}

.last\:py-5:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.last\:px-5:last-child {
  padding-left: 5px;
  padding-right: 5px;
}

.last\:py-6:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
}

.last\:px-6:last-child {
  padding-left: 6px;
  padding-right: 6px;
}

.last\:py-8:last-child {
  padding-top: 8px;
  padding-bottom: 8px;
}

.last\:px-8:last-child {
  padding-left: 8px;
  padding-right: 8px;
}

.last\:py-9:last-child {
  padding-top: 9px;
  padding-bottom: 9px;
}

.last\:px-9:last-child {
  padding-left: 9px;
  padding-right: 9px;
}

.last\:py-10:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.last\:px-10:last-child {
  padding-left: 10px;
  padding-right: 10px;
}

.last\:py-12:last-child {
  padding-top: 12px;
  padding-bottom: 12px;
}

.last\:px-12:last-child {
  padding-left: 12px;
  padding-right: 12px;
}

.last\:py-13:last-child {
  padding-top: 13px;
  padding-bottom: 13px;
}

.last\:px-13:last-child {
  padding-left: 13px;
  padding-right: 13px;
}

.last\:py-14:last-child {
  padding-top: 14px;
  padding-bottom: 14px;
}

.last\:px-14:last-child {
  padding-left: 14px;
  padding-right: 14px;
}

.last\:py-15:last-child {
  padding-top: 15px;
  padding-bottom: 15px;
}

.last\:px-15:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.last\:py-16:last-child {
  padding-top: 16px;
  padding-bottom: 16px;
}

.last\:px-16:last-child {
  padding-left: 16px;
  padding-right: 16px;
}

.last\:py-17:last-child {
  padding-top: 17px;
  padding-bottom: 17px;
}

.last\:px-17:last-child {
  padding-left: 17px;
  padding-right: 17px;
}

.last\:py-18:last-child {
  padding-top: 18px;
  padding-bottom: 18px;
}

.last\:px-18:last-child {
  padding-left: 18px;
  padding-right: 18px;
}

.last\:py-20:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.last\:px-20:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

.last\:py-22:last-child {
  padding-top: 22px;
  padding-bottom: 22px;
}

.last\:px-22:last-child {
  padding-left: 22px;
  padding-right: 22px;
}

.last\:py-24:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
}

.last\:px-24:last-child {
  padding-left: 24px;
  padding-right: 24px;
}

.last\:py-25:last-child {
  padding-top: 25px;
  padding-bottom: 25px;
}

.last\:px-25:last-child {
  padding-left: 25px;
  padding-right: 25px;
}

.last\:py-28:last-child {
  padding-top: 28px;
  padding-bottom: 28px;
}

.last\:px-28:last-child {
  padding-left: 28px;
  padding-right: 28px;
}

.last\:py-29:last-child {
  padding-top: 29px;
  padding-bottom: 29px;
}

.last\:px-29:last-child {
  padding-left: 29px;
  padding-right: 29px;
}

.last\:py-30:last-child {
  padding-top: 30px;
  padding-bottom: 30px;
}

.last\:px-30:last-child {
  padding-left: 30px;
  padding-right: 30px;
}

.last\:py-32:last-child {
  padding-top: 32px;
  padding-bottom: 32px;
}

.last\:px-32:last-child {
  padding-left: 32px;
  padding-right: 32px;
}

.last\:py-35:last-child {
  padding-top: 35px;
  padding-bottom: 35px;
}

.last\:px-35:last-child {
  padding-left: 35px;
  padding-right: 35px;
}

.last\:py-36:last-child {
  padding-top: 36px;
  padding-bottom: 36px;
}

.last\:px-36:last-child {
  padding-left: 36px;
  padding-right: 36px;
}

.last\:py-37:last-child {
  padding-top: 37px;
  padding-bottom: 37px;
}

.last\:px-37:last-child {
  padding-left: 37px;
  padding-right: 37px;
}

.last\:py-40:last-child {
  padding-top: 40px;
  padding-bottom: 40px;
}

.last\:px-40:last-child {
  padding-left: 40px;
  padding-right: 40px;
}

.last\:py-45:last-child {
  padding-top: 45px;
  padding-bottom: 45px;
}

.last\:px-45:last-child {
  padding-left: 45px;
  padding-right: 45px;
}

.last\:py-48:last-child {
  padding-top: 48px;
  padding-bottom: 48px;
}

.last\:px-48:last-child {
  padding-left: 48px;
  padding-right: 48px;
}

.last\:py-50:last-child {
  padding-top: 50px;
  padding-bottom: 50px;
}

.last\:px-50:last-child {
  padding-left: 50px;
  padding-right: 50px;
}

.last\:py-55:last-child {
  padding-top: 55px;
  padding-bottom: 55px;
}

.last\:px-55:last-child {
  padding-left: 55px;
  padding-right: 55px;
}

.last\:py-56:last-child {
  padding-top: 56px;
  padding-bottom: 56px;
}

.last\:px-56:last-child {
  padding-left: 56px;
  padding-right: 56px;
}

.last\:py-60:last-child {
  padding-top: 60px;
  padding-bottom: 60px;
}

.last\:px-60:last-child {
  padding-left: 60px;
  padding-right: 60px;
}

.last\:py-62:last-child {
  padding-top: 62px;
  padding-bottom: 62px;
}

.last\:px-62:last-child {
  padding-left: 62px;
  padding-right: 62px;
}

.last\:py-64:last-child {
  padding-top: 64px;
  padding-bottom: 64px;
}

.last\:px-64:last-child {
  padding-left: 64px;
  padding-right: 64px;
}

.last\:py-65:last-child {
  padding-top: 65px;
  padding-bottom: 65px;
}

.last\:px-65:last-child {
  padding-left: 65px;
  padding-right: 65px;
}

.last\:py-70:last-child {
  padding-top: 70px;
  padding-bottom: 70px;
}

.last\:px-70:last-child {
  padding-left: 70px;
  padding-right: 70px;
}

.last\:py-75:last-child {
  padding-top: 75px;
  padding-bottom: 75px;
}

.last\:px-75:last-child {
  padding-left: 75px;
  padding-right: 75px;
}

.last\:py-80:last-child {
  padding-top: 80px;
  padding-bottom: 80px;
}

.last\:px-80:last-child {
  padding-left: 80px;
  padding-right: 80px;
}

.last\:py-85:last-child {
  padding-top: 85px;
  padding-bottom: 85px;
}

.last\:px-85:last-child {
  padding-left: 85px;
  padding-right: 85px;
}

.last\:py-90:last-child {
  padding-top: 90px;
  padding-bottom: 90px;
}

.last\:px-90:last-child {
  padding-left: 90px;
  padding-right: 90px;
}

.last\:py-95:last-child {
  padding-top: 95px;
  padding-bottom: 95px;
}

.last\:px-95:last-child {
  padding-left: 95px;
  padding-right: 95px;
}

.last\:py-96:last-child {
  padding-top: 96px;
  padding-bottom: 96px;
}

.last\:px-96:last-child {
  padding-left: 96px;
  padding-right: 96px;
}

.last\:py-100:last-child {
  padding-top: 100px;
  padding-bottom: 100px;
}

.last\:px-100:last-child {
  padding-left: 100px;
  padding-right: 100px;
}

.last\:py-110:last-child {
  padding-top: 110px;
  padding-bottom: 110px;
}

.last\:px-110:last-child {
  padding-left: 110px;
  padding-right: 110px;
}

.last\:py-115:last-child {
  padding-top: 115px;
  padding-bottom: 115px;
}

.last\:px-115:last-child {
  padding-left: 115px;
  padding-right: 115px;
}

.last\:py-120:last-child {
  padding-top: 120px;
  padding-bottom: 120px;
}

.last\:px-120:last-child {
  padding-left: 120px;
  padding-right: 120px;
}

.last\:py-128:last-child {
  padding-top: 128px;
  padding-bottom: 128px;
}

.last\:px-128:last-child {
  padding-left: 128px;
  padding-right: 128px;
}

.last\:py-135:last-child {
  padding-top: 135px;
  padding-bottom: 135px;
}

.last\:px-135:last-child {
  padding-left: 135px;
  padding-right: 135px;
}

.last\:py-140:last-child {
  padding-top: 140px;
  padding-bottom: 140px;
}

.last\:px-140:last-child {
  padding-left: 140px;
  padding-right: 140px;
}

.last\:py-145:last-child {
  padding-top: 145px;
  padding-bottom: 145px;
}

.last\:px-145:last-child {
  padding-left: 145px;
  padding-right: 145px;
}

.last\:py-150:last-child {
  padding-top: 150px;
  padding-bottom: 150px;
}

.last\:px-150:last-child {
  padding-left: 150px;
  padding-right: 150px;
}

.last\:py-160:last-child {
  padding-top: 160px;
  padding-bottom: 160px;
}

.last\:px-160:last-child {
  padding-left: 160px;
  padding-right: 160px;
}

.last\:py-165:last-child {
  padding-top: 165px;
  padding-bottom: 165px;
}

.last\:px-165:last-child {
  padding-left: 165px;
  padding-right: 165px;
}

.last\:py-168:last-child {
  padding-top: 168px;
  padding-bottom: 168px;
}

.last\:px-168:last-child {
  padding-left: 168px;
  padding-right: 168px;
}

.last\:py-170:last-child {
  padding-top: 170px;
  padding-bottom: 170px;
}

.last\:px-170:last-child {
  padding-left: 170px;
  padding-right: 170px;
}

.last\:py-180:last-child {
  padding-top: 180px;
  padding-bottom: 180px;
}

.last\:px-180:last-child {
  padding-left: 180px;
  padding-right: 180px;
}

.last\:py-200:last-child {
  padding-top: 200px;
  padding-bottom: 200px;
}

.last\:px-200:last-child {
  padding-left: 200px;
  padding-right: 200px;
}

.last\:py-220:last-child {
  padding-top: 220px;
  padding-bottom: 220px;
}

.last\:px-220:last-child {
  padding-left: 220px;
  padding-right: 220px;
}

.last\:py-230:last-child {
  padding-top: 230px;
  padding-bottom: 230px;
}

.last\:px-230:last-child {
  padding-left: 230px;
  padding-right: 230px;
}

.last\:py-235:last-child {
  padding-top: 235px;
  padding-bottom: 235px;
}

.last\:px-235:last-child {
  padding-left: 235px;
  padding-right: 235px;
}

.last\:py-240:last-child {
  padding-top: 240px;
  padding-bottom: 240px;
}

.last\:px-240:last-child {
  padding-left: 240px;
  padding-right: 240px;
}

.last\:py-250:last-child {
  padding-top: 250px;
  padding-bottom: 250px;
}

.last\:px-250:last-child {
  padding-left: 250px;
  padding-right: 250px;
}

.last\:py-300:last-child {
  padding-top: 300px;
  padding-bottom: 300px;
}

.last\:px-300:last-child {
  padding-left: 300px;
  padding-right: 300px;
}

.last\:py-320:last-child {
  padding-top: 320px;
  padding-bottom: 320px;
}

.last\:px-320:last-child {
  padding-left: 320px;
  padding-right: 320px;
}

.last\:py-350:last-child {
  padding-top: 350px;
  padding-bottom: 350px;
}

.last\:px-350:last-child {
  padding-left: 350px;
  padding-right: 350px;
}

.last\:py-375:last-child {
  padding-top: 375px;
  padding-bottom: 375px;
}

.last\:px-375:last-child {
  padding-left: 375px;
  padding-right: 375px;
}

.last\:py-400:last-child {
  padding-top: 400px;
  padding-bottom: 400px;
}

.last\:px-400:last-child {
  padding-left: 400px;
  padding-right: 400px;
}

.last\:py-450:last-child {
  padding-top: 450px;
  padding-bottom: 450px;
}

.last\:px-450:last-child {
  padding-left: 450px;
  padding-right: 450px;
}

.last\:py-700:last-child {
  padding-top: 700px;
  padding-bottom: 700px;
}

.last\:px-700:last-child {
  padding-left: 700px;
  padding-right: 700px;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:py-1p:last-child {
  padding-top: 1%;
  padding-bottom: 1%;
}

.last\:px-1p:last-child {
  padding-left: 1%;
  padding-right: 1%;
}

.last\:py-1\/12:last-child {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.last\:px-1\/12:last-child {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.last\:py-2\/12:last-child {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.last\:px-2\/12:last-child {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.last\:py-11p:last-child {
  padding-top: 11%;
  padding-bottom: 11%;
}

.last\:px-11p:last-child {
  padding-left: 11%;
  padding-right: 11%;
}

.last\:py-20p:last-child {
  padding-top: 20%;
  padding-bottom: 20%;
}

.last\:px-20p:last-child {
  padding-left: 20%;
  padding-right: 20%;
}

.last\:py-24p:last-child {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.last\:px-24p:last-child {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.last\:py-25p:last-child {
  padding-top: 25%;
  padding-bottom: 25%;
}

.last\:px-25p:last-child {
  padding-left: 25%;
  padding-right: 25%;
}

.last\:py-32p:last-child {
  padding-top: 32%;
  padding-bottom: 32%;
}

.last\:px-32p:last-child {
  padding-left: 32%;
  padding-right: 32%;
}

.last\:py-35p:last-child {
  padding-top: 35%;
  padding-bottom: 35%;
}

.last\:px-35p:last-child {
  padding-left: 35%;
  padding-right: 35%;
}

.last\:py-40p:last-child {
  padding-top: 40%;
  padding-bottom: 40%;
}

.last\:px-40p:last-child {
  padding-left: 40%;
  padding-right: 40%;
}

.last\:py-49p:last-child {
  padding-top: 49%;
  padding-bottom: 49%;
}

.last\:px-49p:last-child {
  padding-left: 49%;
  padding-right: 49%;
}

.last\:py-49-5p:last-child {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.last\:px-49-5p:last-child {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.last\:py-80p:last-child {
  padding-top: 80%;
  padding-bottom: 80%;
}

.last\:px-80p:last-child {
  padding-left: 80%;
  padding-right: 80%;
}

.last\:py-vh80:last-child {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.last\:px-vh80:last-child {
  padding-left: 80vh;
  padding-right: 80vh;
}

.last\:py-vh86:last-child {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.last\:px-vh86:last-child {
  padding-left: 86vh;
  padding-right: 86vh;
}

.last\:py-vh90:last-child {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.last\:px-vh90:last-child {
  padding-left: 90vh;
  padding-right: 90vh;
}

.last\:py-vw80:last-child {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.last\:px-vw80:last-child {
  padding-left: 80vw;
  padding-right: 80vw;
}

.last\:py-vw90:last-child {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.last\:px-vw90:last-child {
  padding-left: 90vw;
  padding-right: 90vw;
}

.last\:py-90p:last-child {
  padding-top: 90%;
  padding-bottom: 90%;
}

.last\:px-90p:last-child {
  padding-left: 90%;
  padding-right: 90%;
}

.last\:py-92p:last-child {
  padding-top: 92%;
  padding-bottom: 92%;
}

.last\:px-92p:last-child {
  padding-left: 92%;
  padding-right: 92%;
}

.last\:py-93p:last-child {
  padding-top: 93%;
  padding-bottom: 93%;
}

.last\:px-93p:last-child {
  padding-left: 93%;
  padding-right: 93%;
}

.last\:py-94p:last-child {
  padding-top: 94%;
  padding-bottom: 94%;
}

.last\:px-94p:last-child {
  padding-left: 94%;
  padding-right: 94%;
}

.last\:py-95p:last-child {
  padding-top: 95%;
  padding-bottom: 95%;
}

.last\:px-95p:last-child {
  padding-left: 95%;
  padding-right: 95%;
}

.last\:py-96p:last-child {
  padding-top: 96%;
  padding-bottom: 96%;
}

.last\:px-96p:last-child {
  padding-left: 96%;
  padding-right: 96%;
}

.last\:py-100p:last-child {
  padding-top: 100%;
  padding-bottom: 100%;
}

.last\:px-100p:last-child {
  padding-left: 100%;
  padding-right: 100%;
}

.last\:pt-0:last-child {
  padding-top: 0px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pl-0:last-child {
  padding-left: 0px;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 3px;
}

.last\:pr-3:last-child {
  padding-right: 3px;
}

.last\:pb-3:last-child {
  padding-bottom: 3px;
}

.last\:pl-3:last-child {
  padding-left: 3px;
}

.last\:pt-4:last-child {
  padding-top: 4px;
}

.last\:pr-4:last-child {
  padding-right: 4px;
}

.last\:pb-4:last-child {
  padding-bottom: 4px;
}

.last\:pl-4:last-child {
  padding-left: 4px;
}

.last\:pt-5:last-child {
  padding-top: 5px;
}

.last\:pr-5:last-child {
  padding-right: 5px;
}

.last\:pb-5:last-child {
  padding-bottom: 5px;
}

.last\:pl-5:last-child {
  padding-left: 5px;
}

.last\:pt-6:last-child {
  padding-top: 6px;
}

.last\:pr-6:last-child {
  padding-right: 6px;
}

.last\:pb-6:last-child {
  padding-bottom: 6px;
}

.last\:pl-6:last-child {
  padding-left: 6px;
}

.last\:pt-8:last-child {
  padding-top: 8px;
}

.last\:pr-8:last-child {
  padding-right: 8px;
}

.last\:pb-8:last-child {
  padding-bottom: 8px;
}

.last\:pl-8:last-child {
  padding-left: 8px;
}

.last\:pt-9:last-child {
  padding-top: 9px;
}

.last\:pr-9:last-child {
  padding-right: 9px;
}

.last\:pb-9:last-child {
  padding-bottom: 9px;
}

.last\:pl-9:last-child {
  padding-left: 9px;
}

.last\:pt-10:last-child {
  padding-top: 10px;
}

.last\:pr-10:last-child {
  padding-right: 10px;
}

.last\:pb-10:last-child {
  padding-bottom: 10px;
}

.last\:pl-10:last-child {
  padding-left: 10px;
}

.last\:pt-12:last-child {
  padding-top: 12px;
}

.last\:pr-12:last-child {
  padding-right: 12px;
}

.last\:pb-12:last-child {
  padding-bottom: 12px;
}

.last\:pl-12:last-child {
  padding-left: 12px;
}

.last\:pt-13:last-child {
  padding-top: 13px;
}

.last\:pr-13:last-child {
  padding-right: 13px;
}

.last\:pb-13:last-child {
  padding-bottom: 13px;
}

.last\:pl-13:last-child {
  padding-left: 13px;
}

.last\:pt-14:last-child {
  padding-top: 14px;
}

.last\:pr-14:last-child {
  padding-right: 14px;
}

.last\:pb-14:last-child {
  padding-bottom: 14px;
}

.last\:pl-14:last-child {
  padding-left: 14px;
}

.last\:pt-15:last-child {
  padding-top: 15px;
}

.last\:pr-15:last-child {
  padding-right: 15px;
}

.last\:pb-15:last-child {
  padding-bottom: 15px;
}

.last\:pl-15:last-child {
  padding-left: 15px;
}

.last\:pt-16:last-child {
  padding-top: 16px;
}

.last\:pr-16:last-child {
  padding-right: 16px;
}

.last\:pb-16:last-child {
  padding-bottom: 16px;
}

.last\:pl-16:last-child {
  padding-left: 16px;
}

.last\:pt-17:last-child {
  padding-top: 17px;
}

.last\:pr-17:last-child {
  padding-right: 17px;
}

.last\:pb-17:last-child {
  padding-bottom: 17px;
}

.last\:pl-17:last-child {
  padding-left: 17px;
}

.last\:pt-18:last-child {
  padding-top: 18px;
}

.last\:pr-18:last-child {
  padding-right: 18px;
}

.last\:pb-18:last-child {
  padding-bottom: 18px;
}

.last\:pl-18:last-child {
  padding-left: 18px;
}

.last\:pt-20:last-child {
  padding-top: 20px;
}

.last\:pr-20:last-child {
  padding-right: 20px;
}

.last\:pb-20:last-child {
  padding-bottom: 20px;
}

.last\:pl-20:last-child {
  padding-left: 20px;
}

.last\:pt-22:last-child {
  padding-top: 22px;
}

.last\:pr-22:last-child {
  padding-right: 22px;
}

.last\:pb-22:last-child {
  padding-bottom: 22px;
}

.last\:pl-22:last-child {
  padding-left: 22px;
}

.last\:pt-24:last-child {
  padding-top: 24px;
}

.last\:pr-24:last-child {
  padding-right: 24px;
}

.last\:pb-24:last-child {
  padding-bottom: 24px;
}

.last\:pl-24:last-child {
  padding-left: 24px;
}

.last\:pt-25:last-child {
  padding-top: 25px;
}

.last\:pr-25:last-child {
  padding-right: 25px;
}

.last\:pb-25:last-child {
  padding-bottom: 25px;
}

.last\:pl-25:last-child {
  padding-left: 25px;
}

.last\:pt-28:last-child {
  padding-top: 28px;
}

.last\:pr-28:last-child {
  padding-right: 28px;
}

.last\:pb-28:last-child {
  padding-bottom: 28px;
}

.last\:pl-28:last-child {
  padding-left: 28px;
}

.last\:pt-29:last-child {
  padding-top: 29px;
}

.last\:pr-29:last-child {
  padding-right: 29px;
}

.last\:pb-29:last-child {
  padding-bottom: 29px;
}

.last\:pl-29:last-child {
  padding-left: 29px;
}

.last\:pt-30:last-child {
  padding-top: 30px;
}

.last\:pr-30:last-child {
  padding-right: 30px;
}

.last\:pb-30:last-child {
  padding-bottom: 30px;
}

.last\:pl-30:last-child {
  padding-left: 30px;
}

.last\:pt-32:last-child {
  padding-top: 32px;
}

.last\:pr-32:last-child {
  padding-right: 32px;
}

.last\:pb-32:last-child {
  padding-bottom: 32px;
}

.last\:pl-32:last-child {
  padding-left: 32px;
}

.last\:pt-35:last-child {
  padding-top: 35px;
}

.last\:pr-35:last-child {
  padding-right: 35px;
}

.last\:pb-35:last-child {
  padding-bottom: 35px;
}

.last\:pl-35:last-child {
  padding-left: 35px;
}

.last\:pt-36:last-child {
  padding-top: 36px;
}

.last\:pr-36:last-child {
  padding-right: 36px;
}

.last\:pb-36:last-child {
  padding-bottom: 36px;
}

.last\:pl-36:last-child {
  padding-left: 36px;
}

.last\:pt-37:last-child {
  padding-top: 37px;
}

.last\:pr-37:last-child {
  padding-right: 37px;
}

.last\:pb-37:last-child {
  padding-bottom: 37px;
}

.last\:pl-37:last-child {
  padding-left: 37px;
}

.last\:pt-40:last-child {
  padding-top: 40px;
}

.last\:pr-40:last-child {
  padding-right: 40px;
}

.last\:pb-40:last-child {
  padding-bottom: 40px;
}

.last\:pl-40:last-child {
  padding-left: 40px;
}

.last\:pt-45:last-child {
  padding-top: 45px;
}

.last\:pr-45:last-child {
  padding-right: 45px;
}

.last\:pb-45:last-child {
  padding-bottom: 45px;
}

.last\:pl-45:last-child {
  padding-left: 45px;
}

.last\:pt-48:last-child {
  padding-top: 48px;
}

.last\:pr-48:last-child {
  padding-right: 48px;
}

.last\:pb-48:last-child {
  padding-bottom: 48px;
}

.last\:pl-48:last-child {
  padding-left: 48px;
}

.last\:pt-50:last-child {
  padding-top: 50px;
}

.last\:pr-50:last-child {
  padding-right: 50px;
}

.last\:pb-50:last-child {
  padding-bottom: 50px;
}

.last\:pl-50:last-child {
  padding-left: 50px;
}

.last\:pt-55:last-child {
  padding-top: 55px;
}

.last\:pr-55:last-child {
  padding-right: 55px;
}

.last\:pb-55:last-child {
  padding-bottom: 55px;
}

.last\:pl-55:last-child {
  padding-left: 55px;
}

.last\:pt-56:last-child {
  padding-top: 56px;
}

.last\:pr-56:last-child {
  padding-right: 56px;
}

.last\:pb-56:last-child {
  padding-bottom: 56px;
}

.last\:pl-56:last-child {
  padding-left: 56px;
}

.last\:pt-60:last-child {
  padding-top: 60px;
}

.last\:pr-60:last-child {
  padding-right: 60px;
}

.last\:pb-60:last-child {
  padding-bottom: 60px;
}

.last\:pl-60:last-child {
  padding-left: 60px;
}

.last\:pt-62:last-child {
  padding-top: 62px;
}

.last\:pr-62:last-child {
  padding-right: 62px;
}

.last\:pb-62:last-child {
  padding-bottom: 62px;
}

.last\:pl-62:last-child {
  padding-left: 62px;
}

.last\:pt-64:last-child {
  padding-top: 64px;
}

.last\:pr-64:last-child {
  padding-right: 64px;
}

.last\:pb-64:last-child {
  padding-bottom: 64px;
}

.last\:pl-64:last-child {
  padding-left: 64px;
}

.last\:pt-65:last-child {
  padding-top: 65px;
}

.last\:pr-65:last-child {
  padding-right: 65px;
}

.last\:pb-65:last-child {
  padding-bottom: 65px;
}

.last\:pl-65:last-child {
  padding-left: 65px;
}

.last\:pt-70:last-child {
  padding-top: 70px;
}

.last\:pr-70:last-child {
  padding-right: 70px;
}

.last\:pb-70:last-child {
  padding-bottom: 70px;
}

.last\:pl-70:last-child {
  padding-left: 70px;
}

.last\:pt-75:last-child {
  padding-top: 75px;
}

.last\:pr-75:last-child {
  padding-right: 75px;
}

.last\:pb-75:last-child {
  padding-bottom: 75px;
}

.last\:pl-75:last-child {
  padding-left: 75px;
}

.last\:pt-80:last-child {
  padding-top: 80px;
}

.last\:pr-80:last-child {
  padding-right: 80px;
}

.last\:pb-80:last-child {
  padding-bottom: 80px;
}

.last\:pl-80:last-child {
  padding-left: 80px;
}

.last\:pt-85:last-child {
  padding-top: 85px;
}

.last\:pr-85:last-child {
  padding-right: 85px;
}

.last\:pb-85:last-child {
  padding-bottom: 85px;
}

.last\:pl-85:last-child {
  padding-left: 85px;
}

.last\:pt-90:last-child {
  padding-top: 90px;
}

.last\:pr-90:last-child {
  padding-right: 90px;
}

.last\:pb-90:last-child {
  padding-bottom: 90px;
}

.last\:pl-90:last-child {
  padding-left: 90px;
}

.last\:pt-95:last-child {
  padding-top: 95px;
}

.last\:pr-95:last-child {
  padding-right: 95px;
}

.last\:pb-95:last-child {
  padding-bottom: 95px;
}

.last\:pl-95:last-child {
  padding-left: 95px;
}

.last\:pt-96:last-child {
  padding-top: 96px;
}

.last\:pr-96:last-child {
  padding-right: 96px;
}

.last\:pb-96:last-child {
  padding-bottom: 96px;
}

.last\:pl-96:last-child {
  padding-left: 96px;
}

.last\:pt-100:last-child {
  padding-top: 100px;
}

.last\:pr-100:last-child {
  padding-right: 100px;
}

.last\:pb-100:last-child {
  padding-bottom: 100px;
}

.last\:pl-100:last-child {
  padding-left: 100px;
}

.last\:pt-110:last-child {
  padding-top: 110px;
}

.last\:pr-110:last-child {
  padding-right: 110px;
}

.last\:pb-110:last-child {
  padding-bottom: 110px;
}

.last\:pl-110:last-child {
  padding-left: 110px;
}

.last\:pt-115:last-child {
  padding-top: 115px;
}

.last\:pr-115:last-child {
  padding-right: 115px;
}

.last\:pb-115:last-child {
  padding-bottom: 115px;
}

.last\:pl-115:last-child {
  padding-left: 115px;
}

.last\:pt-120:last-child {
  padding-top: 120px;
}

.last\:pr-120:last-child {
  padding-right: 120px;
}

.last\:pb-120:last-child {
  padding-bottom: 120px;
}

.last\:pl-120:last-child {
  padding-left: 120px;
}

.last\:pt-128:last-child {
  padding-top: 128px;
}

.last\:pr-128:last-child {
  padding-right: 128px;
}

.last\:pb-128:last-child {
  padding-bottom: 128px;
}

.last\:pl-128:last-child {
  padding-left: 128px;
}

.last\:pt-135:last-child {
  padding-top: 135px;
}

.last\:pr-135:last-child {
  padding-right: 135px;
}

.last\:pb-135:last-child {
  padding-bottom: 135px;
}

.last\:pl-135:last-child {
  padding-left: 135px;
}

.last\:pt-140:last-child {
  padding-top: 140px;
}

.last\:pr-140:last-child {
  padding-right: 140px;
}

.last\:pb-140:last-child {
  padding-bottom: 140px;
}

.last\:pl-140:last-child {
  padding-left: 140px;
}

.last\:pt-145:last-child {
  padding-top: 145px;
}

.last\:pr-145:last-child {
  padding-right: 145px;
}

.last\:pb-145:last-child {
  padding-bottom: 145px;
}

.last\:pl-145:last-child {
  padding-left: 145px;
}

.last\:pt-150:last-child {
  padding-top: 150px;
}

.last\:pr-150:last-child {
  padding-right: 150px;
}

.last\:pb-150:last-child {
  padding-bottom: 150px;
}

.last\:pl-150:last-child {
  padding-left: 150px;
}

.last\:pt-160:last-child {
  padding-top: 160px;
}

.last\:pr-160:last-child {
  padding-right: 160px;
}

.last\:pb-160:last-child {
  padding-bottom: 160px;
}

.last\:pl-160:last-child {
  padding-left: 160px;
}

.last\:pt-165:last-child {
  padding-top: 165px;
}

.last\:pr-165:last-child {
  padding-right: 165px;
}

.last\:pb-165:last-child {
  padding-bottom: 165px;
}

.last\:pl-165:last-child {
  padding-left: 165px;
}

.last\:pt-168:last-child {
  padding-top: 168px;
}

.last\:pr-168:last-child {
  padding-right: 168px;
}

.last\:pb-168:last-child {
  padding-bottom: 168px;
}

.last\:pl-168:last-child {
  padding-left: 168px;
}

.last\:pt-170:last-child {
  padding-top: 170px;
}

.last\:pr-170:last-child {
  padding-right: 170px;
}

.last\:pb-170:last-child {
  padding-bottom: 170px;
}

.last\:pl-170:last-child {
  padding-left: 170px;
}

.last\:pt-180:last-child {
  padding-top: 180px;
}

.last\:pr-180:last-child {
  padding-right: 180px;
}

.last\:pb-180:last-child {
  padding-bottom: 180px;
}

.last\:pl-180:last-child {
  padding-left: 180px;
}

.last\:pt-200:last-child {
  padding-top: 200px;
}

.last\:pr-200:last-child {
  padding-right: 200px;
}

.last\:pb-200:last-child {
  padding-bottom: 200px;
}

.last\:pl-200:last-child {
  padding-left: 200px;
}

.last\:pt-220:last-child {
  padding-top: 220px;
}

.last\:pr-220:last-child {
  padding-right: 220px;
}

.last\:pb-220:last-child {
  padding-bottom: 220px;
}

.last\:pl-220:last-child {
  padding-left: 220px;
}

.last\:pt-230:last-child {
  padding-top: 230px;
}

.last\:pr-230:last-child {
  padding-right: 230px;
}

.last\:pb-230:last-child {
  padding-bottom: 230px;
}

.last\:pl-230:last-child {
  padding-left: 230px;
}

.last\:pt-235:last-child {
  padding-top: 235px;
}

.last\:pr-235:last-child {
  padding-right: 235px;
}

.last\:pb-235:last-child {
  padding-bottom: 235px;
}

.last\:pl-235:last-child {
  padding-left: 235px;
}

.last\:pt-240:last-child {
  padding-top: 240px;
}

.last\:pr-240:last-child {
  padding-right: 240px;
}

.last\:pb-240:last-child {
  padding-bottom: 240px;
}

.last\:pl-240:last-child {
  padding-left: 240px;
}

.last\:pt-250:last-child {
  padding-top: 250px;
}

.last\:pr-250:last-child {
  padding-right: 250px;
}

.last\:pb-250:last-child {
  padding-bottom: 250px;
}

.last\:pl-250:last-child {
  padding-left: 250px;
}

.last\:pt-300:last-child {
  padding-top: 300px;
}

.last\:pr-300:last-child {
  padding-right: 300px;
}

.last\:pb-300:last-child {
  padding-bottom: 300px;
}

.last\:pl-300:last-child {
  padding-left: 300px;
}

.last\:pt-320:last-child {
  padding-top: 320px;
}

.last\:pr-320:last-child {
  padding-right: 320px;
}

.last\:pb-320:last-child {
  padding-bottom: 320px;
}

.last\:pl-320:last-child {
  padding-left: 320px;
}

.last\:pt-350:last-child {
  padding-top: 350px;
}

.last\:pr-350:last-child {
  padding-right: 350px;
}

.last\:pb-350:last-child {
  padding-bottom: 350px;
}

.last\:pl-350:last-child {
  padding-left: 350px;
}

.last\:pt-375:last-child {
  padding-top: 375px;
}

.last\:pr-375:last-child {
  padding-right: 375px;
}

.last\:pb-375:last-child {
  padding-bottom: 375px;
}

.last\:pl-375:last-child {
  padding-left: 375px;
}

.last\:pt-400:last-child {
  padding-top: 400px;
}

.last\:pr-400:last-child {
  padding-right: 400px;
}

.last\:pb-400:last-child {
  padding-bottom: 400px;
}

.last\:pl-400:last-child {
  padding-left: 400px;
}

.last\:pt-450:last-child {
  padding-top: 450px;
}

.last\:pr-450:last-child {
  padding-right: 450px;
}

.last\:pb-450:last-child {
  padding-bottom: 450px;
}

.last\:pl-450:last-child {
  padding-left: 450px;
}

.last\:pt-700:last-child {
  padding-top: 700px;
}

.last\:pr-700:last-child {
  padding-right: 700px;
}

.last\:pb-700:last-child {
  padding-bottom: 700px;
}

.last\:pl-700:last-child {
  padding-left: 700px;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.last\:pt-1p:last-child {
  padding-top: 1%;
}

.last\:pr-1p:last-child {
  padding-right: 1%;
}

.last\:pb-1p:last-child {
  padding-bottom: 1%;
}

.last\:pl-1p:last-child {
  padding-left: 1%;
}

.last\:pt-1\/12:last-child {
  padding-top: 8.3333%;
}

.last\:pr-1\/12:last-child {
  padding-right: 8.3333%;
}

.last\:pb-1\/12:last-child {
  padding-bottom: 8.3333%;
}

.last\:pl-1\/12:last-child {
  padding-left: 8.3333%;
}

.last\:pt-2\/12:last-child {
  padding-top: 16.666667%;
}

.last\:pr-2\/12:last-child {
  padding-right: 16.666667%;
}

.last\:pb-2\/12:last-child {
  padding-bottom: 16.666667%;
}

.last\:pl-2\/12:last-child {
  padding-left: 16.666667%;
}

.last\:pt-11p:last-child {
  padding-top: 11%;
}

.last\:pr-11p:last-child {
  padding-right: 11%;
}

.last\:pb-11p:last-child {
  padding-bottom: 11%;
}

.last\:pl-11p:last-child {
  padding-left: 11%;
}

.last\:pt-20p:last-child {
  padding-top: 20%;
}

.last\:pr-20p:last-child {
  padding-right: 20%;
}

.last\:pb-20p:last-child {
  padding-bottom: 20%;
}

.last\:pl-20p:last-child {
  padding-left: 20%;
}

.last\:pt-24p:last-child {
  padding-top: 24.25%;
}

.last\:pr-24p:last-child {
  padding-right: 24.25%;
}

.last\:pb-24p:last-child {
  padding-bottom: 24.25%;
}

.last\:pl-24p:last-child {
  padding-left: 24.25%;
}

.last\:pt-25p:last-child {
  padding-top: 25%;
}

.last\:pr-25p:last-child {
  padding-right: 25%;
}

.last\:pb-25p:last-child {
  padding-bottom: 25%;
}

.last\:pl-25p:last-child {
  padding-left: 25%;
}

.last\:pt-32p:last-child {
  padding-top: 32%;
}

.last\:pr-32p:last-child {
  padding-right: 32%;
}

.last\:pb-32p:last-child {
  padding-bottom: 32%;
}

.last\:pl-32p:last-child {
  padding-left: 32%;
}

.last\:pt-35p:last-child {
  padding-top: 35%;
}

.last\:pr-35p:last-child {
  padding-right: 35%;
}

.last\:pb-35p:last-child {
  padding-bottom: 35%;
}

.last\:pl-35p:last-child {
  padding-left: 35%;
}

.last\:pt-40p:last-child {
  padding-top: 40%;
}

.last\:pr-40p:last-child {
  padding-right: 40%;
}

.last\:pb-40p:last-child {
  padding-bottom: 40%;
}

.last\:pl-40p:last-child {
  padding-left: 40%;
}

.last\:pt-49p:last-child {
  padding-top: 49%;
}

.last\:pr-49p:last-child {
  padding-right: 49%;
}

.last\:pb-49p:last-child {
  padding-bottom: 49%;
}

.last\:pl-49p:last-child {
  padding-left: 49%;
}

.last\:pt-49-5p:last-child {
  padding-top: 49.5%;
}

.last\:pr-49-5p:last-child {
  padding-right: 49.5%;
}

.last\:pb-49-5p:last-child {
  padding-bottom: 49.5%;
}

.last\:pl-49-5p:last-child {
  padding-left: 49.5%;
}

.last\:pt-80p:last-child {
  padding-top: 80%;
}

.last\:pr-80p:last-child {
  padding-right: 80%;
}

.last\:pb-80p:last-child {
  padding-bottom: 80%;
}

.last\:pl-80p:last-child {
  padding-left: 80%;
}

.last\:pt-vh80:last-child {
  padding-top: 80vh;
}

.last\:pr-vh80:last-child {
  padding-right: 80vh;
}

.last\:pb-vh80:last-child {
  padding-bottom: 80vh;
}

.last\:pl-vh80:last-child {
  padding-left: 80vh;
}

.last\:pt-vh86:last-child {
  padding-top: 86vh;
}

.last\:pr-vh86:last-child {
  padding-right: 86vh;
}

.last\:pb-vh86:last-child {
  padding-bottom: 86vh;
}

.last\:pl-vh86:last-child {
  padding-left: 86vh;
}

.last\:pt-vh90:last-child {
  padding-top: 90vh;
}

.last\:pr-vh90:last-child {
  padding-right: 90vh;
}

.last\:pb-vh90:last-child {
  padding-bottom: 90vh;
}

.last\:pl-vh90:last-child {
  padding-left: 90vh;
}

.last\:pt-vw80:last-child {
  padding-top: 80vw;
}

.last\:pr-vw80:last-child {
  padding-right: 80vw;
}

.last\:pb-vw80:last-child {
  padding-bottom: 80vw;
}

.last\:pl-vw80:last-child {
  padding-left: 80vw;
}

.last\:pt-vw90:last-child {
  padding-top: 90vw;
}

.last\:pr-vw90:last-child {
  padding-right: 90vw;
}

.last\:pb-vw90:last-child {
  padding-bottom: 90vw;
}

.last\:pl-vw90:last-child {
  padding-left: 90vw;
}

.last\:pt-90p:last-child {
  padding-top: 90%;
}

.last\:pr-90p:last-child {
  padding-right: 90%;
}

.last\:pb-90p:last-child {
  padding-bottom: 90%;
}

.last\:pl-90p:last-child {
  padding-left: 90%;
}

.last\:pt-92p:last-child {
  padding-top: 92%;
}

.last\:pr-92p:last-child {
  padding-right: 92%;
}

.last\:pb-92p:last-child {
  padding-bottom: 92%;
}

.last\:pl-92p:last-child {
  padding-left: 92%;
}

.last\:pt-93p:last-child {
  padding-top: 93%;
}

.last\:pr-93p:last-child {
  padding-right: 93%;
}

.last\:pb-93p:last-child {
  padding-bottom: 93%;
}

.last\:pl-93p:last-child {
  padding-left: 93%;
}

.last\:pt-94p:last-child {
  padding-top: 94%;
}

.last\:pr-94p:last-child {
  padding-right: 94%;
}

.last\:pb-94p:last-child {
  padding-bottom: 94%;
}

.last\:pl-94p:last-child {
  padding-left: 94%;
}

.last\:pt-95p:last-child {
  padding-top: 95%;
}

.last\:pr-95p:last-child {
  padding-right: 95%;
}

.last\:pb-95p:last-child {
  padding-bottom: 95%;
}

.last\:pl-95p:last-child {
  padding-left: 95%;
}

.last\:pt-96p:last-child {
  padding-top: 96%;
}

.last\:pr-96p:last-child {
  padding-right: 96%;
}

.last\:pb-96p:last-child {
  padding-bottom: 96%;
}

.last\:pl-96p:last-child {
  padding-left: 96%;
}

.last\:pt-100p:last-child {
  padding-top: 100%;
}

.last\:pr-100p:last-child {
  padding-right: 100%;
}

.last\:pb-100p:last-child {
  padding-bottom: 100%;
}

.last\:pl-100p:last-child {
  padding-left: 100%;
}

.group:hover .group-hover\:p-0 {
  padding: 0px;
}

.group:hover .group-hover\:p-1 {
  padding: 0.25rem;
}

.group:hover .group-hover\:p-2 {
  padding: 0.5rem;
}

.group:hover .group-hover\:p-3 {
  padding: 3px;
}

.group:hover .group-hover\:p-4 {
  padding: 4px;
}

.group:hover .group-hover\:p-5 {
  padding: 5px;
}

.group:hover .group-hover\:p-6 {
  padding: 6px;
}

.group:hover .group-hover\:p-8 {
  padding: 8px;
}

.group:hover .group-hover\:p-9 {
  padding: 9px;
}

.group:hover .group-hover\:p-10 {
  padding: 10px;
}

.group:hover .group-hover\:p-12 {
  padding: 12px;
}

.group:hover .group-hover\:p-13 {
  padding: 13px;
}

.group:hover .group-hover\:p-14 {
  padding: 14px;
}

.group:hover .group-hover\:p-15 {
  padding: 15px;
}

.group:hover .group-hover\:p-16 {
  padding: 16px;
}

.group:hover .group-hover\:p-17 {
  padding: 17px;
}

.group:hover .group-hover\:p-18 {
  padding: 18px;
}

.group:hover .group-hover\:p-20 {
  padding: 20px;
}

.group:hover .group-hover\:p-22 {
  padding: 22px;
}

.group:hover .group-hover\:p-24 {
  padding: 24px;
}

.group:hover .group-hover\:p-25 {
  padding: 25px;
}

.group:hover .group-hover\:p-28 {
  padding: 28px;
}

.group:hover .group-hover\:p-29 {
  padding: 29px;
}

.group:hover .group-hover\:p-30 {
  padding: 30px;
}

.group:hover .group-hover\:p-32 {
  padding: 32px;
}

.group:hover .group-hover\:p-35 {
  padding: 35px;
}

.group:hover .group-hover\:p-36 {
  padding: 36px;
}

.group:hover .group-hover\:p-37 {
  padding: 37px;
}

.group:hover .group-hover\:p-40 {
  padding: 40px;
}

.group:hover .group-hover\:p-45 {
  padding: 45px;
}

.group:hover .group-hover\:p-48 {
  padding: 48px;
}

.group:hover .group-hover\:p-50 {
  padding: 50px;
}

.group:hover .group-hover\:p-55 {
  padding: 55px;
}

.group:hover .group-hover\:p-56 {
  padding: 56px;
}

.group:hover .group-hover\:p-60 {
  padding: 60px;
}

.group:hover .group-hover\:p-62 {
  padding: 62px;
}

.group:hover .group-hover\:p-64 {
  padding: 64px;
}

.group:hover .group-hover\:p-65 {
  padding: 65px;
}

.group:hover .group-hover\:p-70 {
  padding: 70px;
}

.group:hover .group-hover\:p-75 {
  padding: 75px;
}

.group:hover .group-hover\:p-80 {
  padding: 80px;
}

.group:hover .group-hover\:p-85 {
  padding: 85px;
}

.group:hover .group-hover\:p-90 {
  padding: 90px;
}

.group:hover .group-hover\:p-95 {
  padding: 95px;
}

.group:hover .group-hover\:p-96 {
  padding: 96px;
}

.group:hover .group-hover\:p-100 {
  padding: 100px;
}

.group:hover .group-hover\:p-110 {
  padding: 110px;
}

.group:hover .group-hover\:p-115 {
  padding: 115px;
}

.group:hover .group-hover\:p-120 {
  padding: 120px;
}

.group:hover .group-hover\:p-128 {
  padding: 128px;
}

.group:hover .group-hover\:p-135 {
  padding: 135px;
}

.group:hover .group-hover\:p-140 {
  padding: 140px;
}

.group:hover .group-hover\:p-145 {
  padding: 145px;
}

.group:hover .group-hover\:p-150 {
  padding: 150px;
}

.group:hover .group-hover\:p-160 {
  padding: 160px;
}

.group:hover .group-hover\:p-165 {
  padding: 165px;
}

.group:hover .group-hover\:p-168 {
  padding: 168px;
}

.group:hover .group-hover\:p-170 {
  padding: 170px;
}

.group:hover .group-hover\:p-180 {
  padding: 180px;
}

.group:hover .group-hover\:p-200 {
  padding: 200px;
}

.group:hover .group-hover\:p-220 {
  padding: 220px;
}

.group:hover .group-hover\:p-230 {
  padding: 230px;
}

.group:hover .group-hover\:p-235 {
  padding: 235px;
}

.group:hover .group-hover\:p-240 {
  padding: 240px;
}

.group:hover .group-hover\:p-250 {
  padding: 250px;
}

.group:hover .group-hover\:p-300 {
  padding: 300px;
}

.group:hover .group-hover\:p-320 {
  padding: 320px;
}

.group:hover .group-hover\:p-350 {
  padding: 350px;
}

.group:hover .group-hover\:p-375 {
  padding: 375px;
}

.group:hover .group-hover\:p-400 {
  padding: 400px;
}

.group:hover .group-hover\:p-450 {
  padding: 450px;
}

.group:hover .group-hover\:p-700 {
  padding: 700px;
}

.group:hover .group-hover\:p-px {
  padding: 1px;
}

.group:hover .group-hover\:p-1p {
  padding: 1%;
}

.group:hover .group-hover\:p-1\/12 {
  padding: 8.3333%;
}

.group:hover .group-hover\:p-2\/12 {
  padding: 16.666667%;
}

.group:hover .group-hover\:p-11p {
  padding: 11%;
}

.group:hover .group-hover\:p-20p {
  padding: 20%;
}

.group:hover .group-hover\:p-24p {
  padding: 24.25%;
}

.group:hover .group-hover\:p-25p {
  padding: 25%;
}

.group:hover .group-hover\:p-32p {
  padding: 32%;
}

.group:hover .group-hover\:p-35p {
  padding: 35%;
}

.group:hover .group-hover\:p-40p {
  padding: 40%;
}

.group:hover .group-hover\:p-49p {
  padding: 49%;
}

.group:hover .group-hover\:p-49-5p {
  padding: 49.5%;
}

.group:hover .group-hover\:p-80p {
  padding: 80%;
}

.group:hover .group-hover\:p-vh80 {
  padding: 80vh;
}

.group:hover .group-hover\:p-vh86 {
  padding: 86vh;
}

.group:hover .group-hover\:p-vh90 {
  padding: 90vh;
}

.group:hover .group-hover\:p-vw80 {
  padding: 80vw;
}

.group:hover .group-hover\:p-vw90 {
  padding: 90vw;
}

.group:hover .group-hover\:p-90p {
  padding: 90%;
}

.group:hover .group-hover\:p-92p {
  padding: 92%;
}

.group:hover .group-hover\:p-93p {
  padding: 93%;
}

.group:hover .group-hover\:p-94p {
  padding: 94%;
}

.group:hover .group-hover\:p-95p {
  padding: 95%;
}

.group:hover .group-hover\:p-96p {
  padding: 96%;
}

.group:hover .group-hover\:p-100p {
  padding: 100%;
}

.group:hover .group-hover\:py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.group:hover .group-hover\:px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.group:hover .group-hover\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.group:hover .group-hover\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group:hover .group-hover\:py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.group:hover .group-hover\:px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.group:hover .group-hover\:py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.group:hover .group-hover\:px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.group:hover .group-hover\:py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.group:hover .group-hover\:px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.group:hover .group-hover\:py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.group:hover .group-hover\:px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.group:hover .group-hover\:py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.group:hover .group-hover\:px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.group:hover .group-hover\:py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.group:hover .group-hover\:px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.group:hover .group-hover\:py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.group:hover .group-hover\:px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.group:hover .group-hover\:py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.group:hover .group-hover\:px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.group:hover .group-hover\:py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.group:hover .group-hover\:px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.group:hover .group-hover\:py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.group:hover .group-hover\:px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.group:hover .group-hover\:py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.group:hover .group-hover\:px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.group:hover .group-hover\:py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.group:hover .group-hover\:px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.group:hover .group-hover\:py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.group:hover .group-hover\:px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.group:hover .group-hover\:py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.group:hover .group-hover\:px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.group:hover .group-hover\:py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.group:hover .group-hover\:px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.group:hover .group-hover\:py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.group:hover .group-hover\:px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.group:hover .group-hover\:py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.group:hover .group-hover\:px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.group:hover .group-hover\:py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.group:hover .group-hover\:px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.group:hover .group-hover\:py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.group:hover .group-hover\:px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.group:hover .group-hover\:py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.group:hover .group-hover\:px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.group:hover .group-hover\:py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.group:hover .group-hover\:px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.group:hover .group-hover\:py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.group:hover .group-hover\:px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.group:hover .group-hover\:py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.group:hover .group-hover\:px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.group:hover .group-hover\:py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.group:hover .group-hover\:px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.group:hover .group-hover\:py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.group:hover .group-hover\:px-37 {
  padding-left: 37px;
  padding-right: 37px;
}

.group:hover .group-hover\:py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.group:hover .group-hover\:px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.group:hover .group-hover\:py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.group:hover .group-hover\:px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.group:hover .group-hover\:py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.group:hover .group-hover\:px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.group:hover .group-hover\:py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.group:hover .group-hover\:px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.group:hover .group-hover\:py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.group:hover .group-hover\:px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.group:hover .group-hover\:py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.group:hover .group-hover\:px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.group:hover .group-hover\:py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.group:hover .group-hover\:px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.group:hover .group-hover\:py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.group:hover .group-hover\:px-62 {
  padding-left: 62px;
  padding-right: 62px;
}

.group:hover .group-hover\:py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.group:hover .group-hover\:px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.group:hover .group-hover\:py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.group:hover .group-hover\:px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.group:hover .group-hover\:py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.group:hover .group-hover\:px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.group:hover .group-hover\:py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.group:hover .group-hover\:px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.group:hover .group-hover\:py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.group:hover .group-hover\:px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.group:hover .group-hover\:py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.group:hover .group-hover\:px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.group:hover .group-hover\:py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.group:hover .group-hover\:px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.group:hover .group-hover\:py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.group:hover .group-hover\:px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.group:hover .group-hover\:py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.group:hover .group-hover\:px-96 {
  padding-left: 96px;
  padding-right: 96px;
}

.group:hover .group-hover\:py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.group:hover .group-hover\:px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.group:hover .group-hover\:py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.group:hover .group-hover\:px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.group:hover .group-hover\:py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.group:hover .group-hover\:px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.group:hover .group-hover\:py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.group:hover .group-hover\:px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.group:hover .group-hover\:py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.group:hover .group-hover\:px-128 {
  padding-left: 128px;
  padding-right: 128px;
}

.group:hover .group-hover\:py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.group:hover .group-hover\:px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.group:hover .group-hover\:py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.group:hover .group-hover\:px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.group:hover .group-hover\:py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.group:hover .group-hover\:px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.group:hover .group-hover\:py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.group:hover .group-hover\:px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.group:hover .group-hover\:py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.group:hover .group-hover\:px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.group:hover .group-hover\:py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.group:hover .group-hover\:px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.group:hover .group-hover\:py-168 {
  padding-top: 168px;
  padding-bottom: 168px;
}

.group:hover .group-hover\:px-168 {
  padding-left: 168px;
  padding-right: 168px;
}

.group:hover .group-hover\:py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.group:hover .group-hover\:px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.group:hover .group-hover\:py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.group:hover .group-hover\:px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.group:hover .group-hover\:py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.group:hover .group-hover\:px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.group:hover .group-hover\:py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.group:hover .group-hover\:px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.group:hover .group-hover\:py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.group:hover .group-hover\:px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.group:hover .group-hover\:py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.group:hover .group-hover\:px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.group:hover .group-hover\:py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.group:hover .group-hover\:px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.group:hover .group-hover\:py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.group:hover .group-hover\:px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.group:hover .group-hover\:py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.group:hover .group-hover\:px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.group:hover .group-hover\:py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.group:hover .group-hover\:px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.group:hover .group-hover\:py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

.group:hover .group-hover\:px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

.group:hover .group-hover\:py-375 {
  padding-top: 375px;
  padding-bottom: 375px;
}

.group:hover .group-hover\:px-375 {
  padding-left: 375px;
  padding-right: 375px;
}

.group:hover .group-hover\:py-400 {
  padding-top: 400px;
  padding-bottom: 400px;
}

.group:hover .group-hover\:px-400 {
  padding-left: 400px;
  padding-right: 400px;
}

.group:hover .group-hover\:py-450 {
  padding-top: 450px;
  padding-bottom: 450px;
}

.group:hover .group-hover\:px-450 {
  padding-left: 450px;
  padding-right: 450px;
}

.group:hover .group-hover\:py-700 {
  padding-top: 700px;
  padding-bottom: 700px;
}

.group:hover .group-hover\:px-700 {
  padding-left: 700px;
  padding-right: 700px;
}

.group:hover .group-hover\:py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.group:hover .group-hover\:px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.group:hover .group-hover\:py-1p {
  padding-top: 1%;
  padding-bottom: 1%;
}

.group:hover .group-hover\:px-1p {
  padding-left: 1%;
  padding-right: 1%;
}

.group:hover .group-hover\:py-1\/12 {
  padding-top: 8.3333%;
  padding-bottom: 8.3333%;
}

.group:hover .group-hover\:px-1\/12 {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}

.group:hover .group-hover\:py-2\/12 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.group:hover .group-hover\:px-2\/12 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.group:hover .group-hover\:py-11p {
  padding-top: 11%;
  padding-bottom: 11%;
}

.group:hover .group-hover\:px-11p {
  padding-left: 11%;
  padding-right: 11%;
}

.group:hover .group-hover\:py-20p {
  padding-top: 20%;
  padding-bottom: 20%;
}

.group:hover .group-hover\:px-20p {
  padding-left: 20%;
  padding-right: 20%;
}

.group:hover .group-hover\:py-24p {
  padding-top: 24.25%;
  padding-bottom: 24.25%;
}

.group:hover .group-hover\:px-24p {
  padding-left: 24.25%;
  padding-right: 24.25%;
}

.group:hover .group-hover\:py-25p {
  padding-top: 25%;
  padding-bottom: 25%;
}

.group:hover .group-hover\:px-25p {
  padding-left: 25%;
  padding-right: 25%;
}

.group:hover .group-hover\:py-32p {
  padding-top: 32%;
  padding-bottom: 32%;
}

.group:hover .group-hover\:px-32p {
  padding-left: 32%;
  padding-right: 32%;
}

.group:hover .group-hover\:py-35p {
  padding-top: 35%;
  padding-bottom: 35%;
}

.group:hover .group-hover\:px-35p {
  padding-left: 35%;
  padding-right: 35%;
}

.group:hover .group-hover\:py-40p {
  padding-top: 40%;
  padding-bottom: 40%;
}

.group:hover .group-hover\:px-40p {
  padding-left: 40%;
  padding-right: 40%;
}

.group:hover .group-hover\:py-49p {
  padding-top: 49%;
  padding-bottom: 49%;
}

.group:hover .group-hover\:px-49p {
  padding-left: 49%;
  padding-right: 49%;
}

.group:hover .group-hover\:py-49-5p {
  padding-top: 49.5%;
  padding-bottom: 49.5%;
}

.group:hover .group-hover\:px-49-5p {
  padding-left: 49.5%;
  padding-right: 49.5%;
}

.group:hover .group-hover\:py-80p {
  padding-top: 80%;
  padding-bottom: 80%;
}

.group:hover .group-hover\:px-80p {
  padding-left: 80%;
  padding-right: 80%;
}

.group:hover .group-hover\:py-vh80 {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.group:hover .group-hover\:px-vh80 {
  padding-left: 80vh;
  padding-right: 80vh;
}

.group:hover .group-hover\:py-vh86 {
  padding-top: 86vh;
  padding-bottom: 86vh;
}

.group:hover .group-hover\:px-vh86 {
  padding-left: 86vh;
  padding-right: 86vh;
}

.group:hover .group-hover\:py-vh90 {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.group:hover .group-hover\:px-vh90 {
  padding-left: 90vh;
  padding-right: 90vh;
}

.group:hover .group-hover\:py-vw80 {
  padding-top: 80vw;
  padding-bottom: 80vw;
}

.group:hover .group-hover\:px-vw80 {
  padding-left: 80vw;
  padding-right: 80vw;
}

.group:hover .group-hover\:py-vw90 {
  padding-top: 90vw;
  padding-bottom: 90vw;
}

.group:hover .group-hover\:px-vw90 {
  padding-left: 90vw;
  padding-right: 90vw;
}

.group:hover .group-hover\:py-90p {
  padding-top: 90%;
  padding-bottom: 90%;
}

.group:hover .group-hover\:px-90p {
  padding-left: 90%;
  padding-right: 90%;
}

.group:hover .group-hover\:py-92p {
  padding-top: 92%;
  padding-bottom: 92%;
}

.group:hover .group-hover\:px-92p {
  padding-left: 92%;
  padding-right: 92%;
}

.group:hover .group-hover\:py-93p {
  padding-top: 93%;
  padding-bottom: 93%;
}

.group:hover .group-hover\:px-93p {
  padding-left: 93%;
  padding-right: 93%;
}

.group:hover .group-hover\:py-94p {
  padding-top: 94%;
  padding-bottom: 94%;
}

.group:hover .group-hover\:px-94p {
  padding-left: 94%;
  padding-right: 94%;
}

.group:hover .group-hover\:py-95p {
  padding-top: 95%;
  padding-bottom: 95%;
}

.group:hover .group-hover\:px-95p {
  padding-left: 95%;
  padding-right: 95%;
}

.group:hover .group-hover\:py-96p {
  padding-top: 96%;
  padding-bottom: 96%;
}

.group:hover .group-hover\:px-96p {
  padding-left: 96%;
  padding-right: 96%;
}

.group:hover .group-hover\:py-100p {
  padding-top: 100%;
  padding-bottom: 100%;
}

.group:hover .group-hover\:px-100p {
  padding-left: 100%;
  padding-right: 100%;
}

.group:hover .group-hover\:pt-0 {
  padding-top: 0px;
}

.group:hover .group-hover\:pr-0 {
  padding-right: 0px;
}

.group:hover .group-hover\:pb-0 {
  padding-bottom: 0px;
}

.group:hover .group-hover\:pl-0 {
  padding-left: 0px;
}

.group:hover .group-hover\:pt-1 {
  padding-top: 0.25rem;
}

.group:hover .group-hover\:pr-1 {
  padding-right: 0.25rem;
}

.group:hover .group-hover\:pb-1 {
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:pl-1 {
  padding-left: 0.25rem;
}

.group:hover .group-hover\:pt-2 {
  padding-top: 0.5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: 0.5rem;
}

.group:hover .group-hover\:pb-2 {
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}

.group:hover .group-hover\:pt-3 {
  padding-top: 3px;
}

.group:hover .group-hover\:pr-3 {
  padding-right: 3px;
}

.group:hover .group-hover\:pb-3 {
  padding-bottom: 3px;
}

.group:hover .group-hover\:pl-3 {
  padding-left: 3px;
}

.group:hover .group-hover\:pt-4 {
  padding-top: 4px;
}

.group:hover .group-hover\:pr-4 {
  padding-right: 4px;
}

.group:hover .group-hover\:pb-4 {
  padding-bottom: 4px;
}

.group:hover .group-hover\:pl-4 {
  padding-left: 4px;
}

.group:hover .group-hover\:pt-5 {
  padding-top: 5px;
}

.group:hover .group-hover\:pr-5 {
  padding-right: 5px;
}

.group:hover .group-hover\:pb-5 {
  padding-bottom: 5px;
}

.group:hover .group-hover\:pl-5 {
  padding-left: 5px;
}

.group:hover .group-hover\:pt-6 {
  padding-top: 6px;
}

.group:hover .group-hover\:pr-6 {
  padding-right: 6px;
}

.group:hover .group-hover\:pb-6 {
  padding-bottom: 6px;
}

.group:hover .group-hover\:pl-6 {
  padding-left: 6px;
}

.group:hover .group-hover\:pt-8 {
  padding-top: 8px;
}

.group:hover .group-hover\:pr-8 {
  padding-right: 8px;
}

.group:hover .group-hover\:pb-8 {
  padding-bottom: 8px;
}

.group:hover .group-hover\:pl-8 {
  padding-left: 8px;
}

.group:hover .group-hover\:pt-9 {
  padding-top: 9px;
}

.group:hover .group-hover\:pr-9 {
  padding-right: 9px;
}

.group:hover .group-hover\:pb-9 {
  padding-bottom: 9px;
}

.group:hover .group-hover\:pl-9 {
  padding-left: 9px;
}

.group:hover .group-hover\:pt-10 {
  padding-top: 10px;
}

.group:hover .group-hover\:pr-10 {
  padding-right: 10px;
}

.group:hover .group-hover\:pb-10 {
  padding-bottom: 10px;
}

.group:hover .group-hover\:pl-10 {
  padding-left: 10px;
}

.group:hover .group-hover\:pt-12 {
  padding-top: 12px;
}

.group:hover .group-hover\:pr-12 {
  padding-right: 12px;
}

.group:hover .group-hover\:pb-12 {
  padding-bottom: 12px;
}

.group:hover .group-hover\:pl-12 {
  padding-left: 12px;
}

.group:hover .group-hover\:pt-13 {
  padding-top: 13px;
}

.group:hover .group-hover\:pr-13 {
  padding-right: 13px;
}

.group:hover .group-hover\:pb-13 {
  padding-bottom: 13px;
}

.group:hover .group-hover\:pl-13 {
  padding-left: 13px;
}

.group:hover .group-hover\:pt-14 {
  padding-top: 14px;
}

.group:hover .group-hover\:pr-14 {
  padding-right: 14px;
}

.group:hover .group-hover\:pb-14 {
  padding-bottom: 14px;
}

.group:hover .group-hover\:pl-14 {
  padding-left: 14px;
}

.group:hover .group-hover\:pt-15 {
  padding-top: 15px;
}

.group:hover .group-hover\:pr-15 {
  padding-right: 15px;
}

.group:hover .group-hover\:pb-15 {
  padding-bottom: 15px;
}

.group:hover .group-hover\:pl-15 {
  padding-left: 15px;
}

.group:hover .group-hover\:pt-16 {
  padding-top: 16px;
}

.group:hover .group-hover\:pr-16 {
  padding-right: 16px;
}

.group:hover .group-hover\:pb-16 {
  padding-bottom: 16px;
}

.group:hover .group-hover\:pl-16 {
  padding-left: 16px;
}

.group:hover .group-hover\:pt-17 {
  padding-top: 17px;
}

.group:hover .group-hover\:pr-17 {
  padding-right: 17px;
}

.group:hover .group-hover\:pb-17 {
  padding-bottom: 17px;
}

.group:hover .group-hover\:pl-17 {
  padding-left: 17px;
}

.group:hover .group-hover\:pt-18 {
  padding-top: 18px;
}

.group:hover .group-hover\:pr-18 {
  padding-right: 18px;
}

.group:hover .group-hover\:pb-18 {
  padding-bottom: 18px;
}

.group:hover .group-hover\:pl-18 {
  padding-left: 18px;
}

.group:hover .group-hover\:pt-20 {
  padding-top: 20px;
}

.group:hover .group-hover\:pr-20 {
  padding-right: 20px;
}

.group:hover .group-hover\:pb-20 {
  padding-bottom: 20px;
}

.group:hover .group-hover\:pl-20 {
  padding-left: 20px;
}

.group:hover .group-hover\:pt-22 {
  padding-top: 22px;
}

.group:hover .group-hover\:pr-22 {
  padding-right: 22px;
}

.group:hover .group-hover\:pb-22 {
  padding-bottom: 22px;
}

.group:hover .group-hover\:pl-22 {
  padding-left: 22px;
}

.group:hover .group-hover\:pt-24 {
  padding-top: 24px;
}

.group:hover .group-hover\:pr-24 {
  padding-right: 24px;
}

.group:hover .group-hover\:pb-24 {
  padding-bottom: 24px;
}

.group:hover .group-hover\:pl-24 {
  padding-left: 24px;
}

.group:hover .group-hover\:pt-25 {
  padding-top: 25px;
}

.group:hover .group-hover\:pr-25 {
  padding-right: 25px;
}

.group:hover .group-hover\:pb-25 {
  padding-bottom: 25px;
}

.group:hover .group-hover\:pl-25 {
  padding-left: 25px;
}

.group:hover .group-hover\:pt-28 {
  padding-top: 28px;
}

.group:hover .group-hover\:pr-28 {
  padding-right: 28px;
}

.group:hover .group-hover\:pb-28 {
  padding-bottom: 28px;
}

.group:hover .group-hover\:pl-28 {
  padding-left: 28px;
}

.group:hover .group-hover\:pt-29 {
  padding-top: 29px;
}

.group:hover .group-hover\:pr-29 {
  padding-right: 29px;
}

.group:hover .group-hover\:pb-29 {
  padding-bottom: 29px;
}

.group:hover .group-hover\:pl-29 {
  padding-left: 29px;
}

.group:hover .group-hover\:pt-30 {
  padding-top: 30px;
}

.group:hover .group-hover\:pr-30 {
  padding-right: 30px;
}

.group:hover .group-hover\:pb-30 {
  padding-bottom: 30px;
}

.group:hover .group-hover\:pl-30 {
  padding-left: 30px;
}

.group:hover .group-hover\:pt-32 {
  padding-top: 32px;
}

.group:hover .group-hover\:pr-32 {
  padding-right: 32px;
}

.group:hover .group-hover\:pb-32 {
  padding-bottom: 32px;
}

.group:hover .group-hover\:pl-32 {
  padding-left: 32px;
}

.group:hover .group-hover\:pt-35 {
  padding-top: 35px;
}

.group:hover .group-hover\:pr-35 {
  padding-right: 35px;
}

.group:hover .group-hover\:pb-35 {
  padding-bottom: 35px;
}

.group:hover .group-hover\:pl-35 {
  padding-left: 35px;
}

.group:hover .group-hover\:pt-36 {
  padding-top: 36px;
}

.group:hover .group-hover\:pr-36 {
  padding-right: 36px;
}

.group:hover .group-hover\:pb-36 {
  padding-bottom: 36px;
}

.group:hover .group-hover\:pl-36 {
  padding-left: 36px;
}

.group:hover .group-hover\:pt-37 {
  padding-top: 37px;
}

.group:hover .group-hover\:pr-37 {
  padding-right: 37px;
}

.group:hover .group-hover\:pb-37 {
  padding-bottom: 37px;
}

.group:hover .group-hover\:pl-37 {
  padding-left: 37px;
}

.group:hover .group-hover\:pt-40 {
  padding-top: 40px;
}

.group:hover .group-hover\:pr-40 {
  padding-right: 40px;
}

.group:hover .group-hover\:pb-40 {
  padding-bottom: 40px;
}

.group:hover .group-hover\:pl-40 {
  padding-left: 40px;
}

.group:hover .group-hover\:pt-45 {
  padding-top: 45px;
}

.group:hover .group-hover\:pr-45 {
  padding-right: 45px;
}

.group:hover .group-hover\:pb-45 {
  padding-bottom: 45px;
}

.group:hover .group-hover\:pl-45 {
  padding-left: 45px;
}

.group:hover .group-hover\:pt-48 {
  padding-top: 48px;
}

.group:hover .group-hover\:pr-48 {
  padding-right: 48px;
}

.group:hover .group-hover\:pb-48 {
  padding-bottom: 48px;
}

.group:hover .group-hover\:pl-48 {
  padding-left: 48px;
}

.group:hover .group-hover\:pt-50 {
  padding-top: 50px;
}

.group:hover .group-hover\:pr-50 {
  padding-right: 50px;
}

.group:hover .group-hover\:pb-50 {
  padding-bottom: 50px;
}

.group:hover .group-hover\:pl-50 {
  padding-left: 50px;
}

.group:hover .group-hover\:pt-55 {
  padding-top: 55px;
}

.group:hover .group-hover\:pr-55 {
  padding-right: 55px;
}

.group:hover .group-hover\:pb-55 {
  padding-bottom: 55px;
}

.group:hover .group-hover\:pl-55 {
  padding-left: 55px;
}

.group:hover .group-hover\:pt-56 {
  padding-top: 56px;
}

.group:hover .group-hover\:pr-56 {
  padding-right: 56px;
}

.group:hover .group-hover\:pb-56 {
  padding-bottom: 56px;
}

.group:hover .group-hover\:pl-56 {
  padding-left: 56px;
}

.group:hover .group-hover\:pt-60 {
  padding-top: 60px;
}

.group:hover .group-hover\:pr-60 {
  padding-right: 60px;
}

.group:hover .group-hover\:pb-60 {
  padding-bottom: 60px;
}

.group:hover .group-hover\:pl-60 {
  padding-left: 60px;
}

.group:hover .group-hover\:pt-62 {
  padding-top: 62px;
}

.group:hover .group-hover\:pr-62 {
  padding-right: 62px;
}

.group:hover .group-hover\:pb-62 {
  padding-bottom: 62px;
}

.group:hover .group-hover\:pl-62 {
  padding-left: 62px;
}

.group:hover .group-hover\:pt-64 {
  padding-top: 64px;
}

.group:hover .group-hover\:pr-64 {
  padding-right: 64px;
}

.group:hover .group-hover\:pb-64 {
  padding-bottom: 64px;
}

.group:hover .group-hover\:pl-64 {
  padding-left: 64px;
}

.group:hover .group-hover\:pt-65 {
  padding-top: 65px;
}

.group:hover .group-hover\:pr-65 {
  padding-right: 65px;
}

.group:hover .group-hover\:pb-65 {
  padding-bottom: 65px;
}

.group:hover .group-hover\:pl-65 {
  padding-left: 65px;
}

.group:hover .group-hover\:pt-70 {
  padding-top: 70px;
}

.group:hover .group-hover\:pr-70 {
  padding-right: 70px;
}

.group:hover .group-hover\:pb-70 {
  padding-bottom: 70px;
}

.group:hover .group-hover\:pl-70 {
  padding-left: 70px;
}

.group:hover .group-hover\:pt-75 {
  padding-top: 75px;
}

.group:hover .group-hover\:pr-75 {
  padding-right: 75px;
}

.group:hover .group-hover\:pb-75 {
  padding-bottom: 75px;
}

.group:hover .group-hover\:pl-75 {
  padding-left: 75px;
}

.group:hover .group-hover\:pt-80 {
  padding-top: 80px;
}

.group:hover .group-hover\:pr-80 {
  padding-right: 80px;
}

.group:hover .group-hover\:pb-80 {
  padding-bottom: 80px;
}

.group:hover .group-hover\:pl-80 {
  padding-left: 80px;
}

.group:hover .group-hover\:pt-85 {
  padding-top: 85px;
}

.group:hover .group-hover\:pr-85 {
  padding-right: 85px;
}

.group:hover .group-hover\:pb-85 {
  padding-bottom: 85px;
}

.group:hover .group-hover\:pl-85 {
  padding-left: 85px;
}

.group:hover .group-hover\:pt-90 {
  padding-top: 90px;
}

.group:hover .group-hover\:pr-90 {
  padding-right: 90px;
}

.group:hover .group-hover\:pb-90 {
  padding-bottom: 90px;
}

.group:hover .group-hover\:pl-90 {
  padding-left: 90px;
}

.group:hover .group-hover\:pt-95 {
  padding-top: 95px;
}

.group:hover .group-hover\:pr-95 {
  padding-right: 95px;
}

.group:hover .group-hover\:pb-95 {
  padding-bottom: 95px;
}

.group:hover .group-hover\:pl-95 {
  padding-left: 95px;
}

.group:hover .group-hover\:pt-96 {
  padding-top: 96px;
}

.group:hover .group-hover\:pr-96 {
  padding-right: 96px;
}

.group:hover .group-hover\:pb-96 {
  padding-bottom: 96px;
}

.group:hover .group-hover\:pl-96 {
  padding-left: 96px;
}

.group:hover .group-hover\:pt-100 {
  padding-top: 100px;
}

.group:hover .group-hover\:pr-100 {
  padding-right: 100px;
}

.group:hover .group-hover\:pb-100 {
  padding-bottom: 100px;
}

.group:hover .group-hover\:pl-100 {
  padding-left: 100px;
}

.group:hover .group-hover\:pt-110 {
  padding-top: 110px;
}

.group:hover .group-hover\:pr-110 {
  padding-right: 110px;
}

.group:hover .group-hover\:pb-110 {
  padding-bottom: 110px;
}

.group:hover .group-hover\:pl-110 {
  padding-left: 110px;
}

.group:hover .group-hover\:pt-115 {
  padding-top: 115px;
}

.group:hover .group-hover\:pr-115 {
  padding-right: 115px;
}

.group:hover .group-hover\:pb-115 {
  padding-bottom: 115px;
}

.group:hover .group-hover\:pl-115 {
  padding-left: 115px;
}

.group:hover .group-hover\:pt-120 {
  padding-top: 120px;
}

.group:hover .group-hover\:pr-120 {
  padding-right: 120px;
}

.group:hover .group-hover\:pb-120 {
  padding-bottom: 120px;
}

.group:hover .group-hover\:pl-120 {
  padding-left: 120px;
}

.group:hover .group-hover\:pt-128 {
  padding-top: 128px;
}

.group:hover .group-hover\:pr-128 {
  padding-right: 128px;
}

.group:hover .group-hover\:pb-128 {
  padding-bottom: 128px;
}

.group:hover .group-hover\:pl-128 {
  padding-left: 128px;
}

.group:hover .group-hover\:pt-135 {
  padding-top: 135px;
}

.group:hover .group-hover\:pr-135 {
  padding-right: 135px;
}

.group:hover .group-hover\:pb-135 {
  padding-bottom: 135px;
}

.group:hover .group-hover\:pl-135 {
  padding-left: 135px;
}

.group:hover .group-hover\:pt-140 {
  padding-top: 140px;
}

.group:hover .group-hover\:pr-140 {
  padding-right: 140px;
}

.group:hover .group-hover\:pb-140 {
  padding-bottom: 140px;
}

.group:hover .group-hover\:pl-140 {
  padding-left: 140px;
}

.group:hover .group-hover\:pt-145 {
  padding-top: 145px;
}

.group:hover .group-hover\:pr-145 {
  padding-right: 145px;
}

.group:hover .group-hover\:pb-145 {
  padding-bottom: 145px;
}

.group:hover .group-hover\:pl-145 {
  padding-left: 145px;
}

.group:hover .group-hover\:pt-150 {
  padding-top: 150px;
}

.group:hover .group-hover\:pr-150 {
  padding-right: 150px;
}

.group:hover .group-hover\:pb-150 {
  padding-bottom: 150px;
}

.group:hover .group-hover\:pl-150 {
  padding-left: 150px;
}

.group:hover .group-hover\:pt-160 {
  padding-top: 160px;
}

.group:hover .group-hover\:pr-160 {
  padding-right: 160px;
}

.group:hover .group-hover\:pb-160 {
  padding-bottom: 160px;
}

.group:hover .group-hover\:pl-160 {
  padding-left: 160px;
}

.group:hover .group-hover\:pt-165 {
  padding-top: 165px;
}

.group:hover .group-hover\:pr-165 {
  padding-right: 165px;
}

.group:hover .group-hover\:pb-165 {
  padding-bottom: 165px;
}

.group:hover .group-hover\:pl-165 {
  padding-left: 165px;
}

.group:hover .group-hover\:pt-168 {
  padding-top: 168px;
}

.group:hover .group-hover\:pr-168 {
  padding-right: 168px;
}

.group:hover .group-hover\:pb-168 {
  padding-bottom: 168px;
}

.group:hover .group-hover\:pl-168 {
  padding-left: 168px;
}

.group:hover .group-hover\:pt-170 {
  padding-top: 170px;
}

.group:hover .group-hover\:pr-170 {
  padding-right: 170px;
}

.group:hover .group-hover\:pb-170 {
  padding-bottom: 170px;
}

.group:hover .group-hover\:pl-170 {
  padding-left: 170px;
}

.group:hover .group-hover\:pt-180 {
  padding-top: 180px;
}

.group:hover .group-hover\:pr-180 {
  padding-right: 180px;
}

.group:hover .group-hover\:pb-180 {
  padding-bottom: 180px;
}

.group:hover .group-hover\:pl-180 {
  padding-left: 180px;
}

.group:hover .group-hover\:pt-200 {
  padding-top: 200px;
}

.group:hover .group-hover\:pr-200 {
  padding-right: 200px;
}

.group:hover .group-hover\:pb-200 {
  padding-bottom: 200px;
}

.group:hover .group-hover\:pl-200 {
  padding-left: 200px;
}

.group:hover .group-hover\:pt-220 {
  padding-top: 220px;
}

.group:hover .group-hover\:pr-220 {
  padding-right: 220px;
}

.group:hover .group-hover\:pb-220 {
  padding-bottom: 220px;
}

.group:hover .group-hover\:pl-220 {
  padding-left: 220px;
}

.group:hover .group-hover\:pt-230 {
  padding-top: 230px;
}

.group:hover .group-hover\:pr-230 {
  padding-right: 230px;
}

.group:hover .group-hover\:pb-230 {
  padding-bottom: 230px;
}

.group:hover .group-hover\:pl-230 {
  padding-left: 230px;
}

.group:hover .group-hover\:pt-235 {
  padding-top: 235px;
}

.group:hover .group-hover\:pr-235 {
  padding-right: 235px;
}

.group:hover .group-hover\:pb-235 {
  padding-bottom: 235px;
}

.group:hover .group-hover\:pl-235 {
  padding-left: 235px;
}

.group:hover .group-hover\:pt-240 {
  padding-top: 240px;
}

.group:hover .group-hover\:pr-240 {
  padding-right: 240px;
}

.group:hover .group-hover\:pb-240 {
  padding-bottom: 240px;
}

.group:hover .group-hover\:pl-240 {
  padding-left: 240px;
}

.group:hover .group-hover\:pt-250 {
  padding-top: 250px;
}

.group:hover .group-hover\:pr-250 {
  padding-right: 250px;
}

.group:hover .group-hover\:pb-250 {
  padding-bottom: 250px;
}

.group:hover .group-hover\:pl-250 {
  padding-left: 250px;
}

.group:hover .group-hover\:pt-300 {
  padding-top: 300px;
}

.group:hover .group-hover\:pr-300 {
  padding-right: 300px;
}

.group:hover .group-hover\:pb-300 {
  padding-bottom: 300px;
}

.group:hover .group-hover\:pl-300 {
  padding-left: 300px;
}

.group:hover .group-hover\:pt-320 {
  padding-top: 320px;
}

.group:hover .group-hover\:pr-320 {
  padding-right: 320px;
}

.group:hover .group-hover\:pb-320 {
  padding-bottom: 320px;
}

.group:hover .group-hover\:pl-320 {
  padding-left: 320px;
}

.group:hover .group-hover\:pt-350 {
  padding-top: 350px;
}

.group:hover .group-hover\:pr-350 {
  padding-right: 350px;
}

.group:hover .group-hover\:pb-350 {
  padding-bottom: 350px;
}

.group:hover .group-hover\:pl-350 {
  padding-left: 350px;
}

.group:hover .group-hover\:pt-375 {
  padding-top: 375px;
}

.group:hover .group-hover\:pr-375 {
  padding-right: 375px;
}

.group:hover .group-hover\:pb-375 {
  padding-bottom: 375px;
}

.group:hover .group-hover\:pl-375 {
  padding-left: 375px;
}

.group:hover .group-hover\:pt-400 {
  padding-top: 400px;
}

.group:hover .group-hover\:pr-400 {
  padding-right: 400px;
}

.group:hover .group-hover\:pb-400 {
  padding-bottom: 400px;
}

.group:hover .group-hover\:pl-400 {
  padding-left: 400px;
}

.group:hover .group-hover\:pt-450 {
  padding-top: 450px;
}

.group:hover .group-hover\:pr-450 {
  padding-right: 450px;
}

.group:hover .group-hover\:pb-450 {
  padding-bottom: 450px;
}

.group:hover .group-hover\:pl-450 {
  padding-left: 450px;
}

.group:hover .group-hover\:pt-700 {
  padding-top: 700px;
}

.group:hover .group-hover\:pr-700 {
  padding-right: 700px;
}

.group:hover .group-hover\:pb-700 {
  padding-bottom: 700px;
}

.group:hover .group-hover\:pl-700 {
  padding-left: 700px;
}

.group:hover .group-hover\:pt-px {
  padding-top: 1px;
}

.group:hover .group-hover\:pr-px {
  padding-right: 1px;
}

.group:hover .group-hover\:pb-px {
  padding-bottom: 1px;
}

.group:hover .group-hover\:pl-px {
  padding-left: 1px;
}

.group:hover .group-hover\:pt-1p {
  padding-top: 1%;
}

.group:hover .group-hover\:pr-1p {
  padding-right: 1%;
}

.group:hover .group-hover\:pb-1p {
  padding-bottom: 1%;
}

.group:hover .group-hover\:pl-1p {
  padding-left: 1%;
}

.group:hover .group-hover\:pt-1\/12 {
  padding-top: 8.3333%;
}

.group:hover .group-hover\:pr-1\/12 {
  padding-right: 8.3333%;
}

.group:hover .group-hover\:pb-1\/12 {
  padding-bottom: 8.3333%;
}

.group:hover .group-hover\:pl-1\/12 {
  padding-left: 8.3333%;
}

.group:hover .group-hover\:pt-2\/12 {
  padding-top: 16.666667%;
}

.group:hover .group-hover\:pr-2\/12 {
  padding-right: 16.666667%;
}

.group:hover .group-hover\:pb-2\/12 {
  padding-bottom: 16.666667%;
}

.group:hover .group-hover\:pl-2\/12 {
  padding-left: 16.666667%;
}

.group:hover .group-hover\:pt-11p {
  padding-top: 11%;
}

.group:hover .group-hover\:pr-11p {
  padding-right: 11%;
}

.group:hover .group-hover\:pb-11p {
  padding-bottom: 11%;
}

.group:hover .group-hover\:pl-11p {
  padding-left: 11%;
}

.group:hover .group-hover\:pt-20p {
  padding-top: 20%;
}

.group:hover .group-hover\:pr-20p {
  padding-right: 20%;
}

.group:hover .group-hover\:pb-20p {
  padding-bottom: 20%;
}

.group:hover .group-hover\:pl-20p {
  padding-left: 20%;
}

.group:hover .group-hover\:pt-24p {
  padding-top: 24.25%;
}

.group:hover .group-hover\:pr-24p {
  padding-right: 24.25%;
}

.group:hover .group-hover\:pb-24p {
  padding-bottom: 24.25%;
}

.group:hover .group-hover\:pl-24p {
  padding-left: 24.25%;
}

.group:hover .group-hover\:pt-25p {
  padding-top: 25%;
}

.group:hover .group-hover\:pr-25p {
  padding-right: 25%;
}

.group:hover .group-hover\:pb-25p {
  padding-bottom: 25%;
}

.group:hover .group-hover\:pl-25p {
  padding-left: 25%;
}

.group:hover .group-hover\:pt-32p {
  padding-top: 32%;
}

.group:hover .group-hover\:pr-32p {
  padding-right: 32%;
}

.group:hover .group-hover\:pb-32p {
  padding-bottom: 32%;
}

.group:hover .group-hover\:pl-32p {
  padding-left: 32%;
}

.group:hover .group-hover\:pt-35p {
  padding-top: 35%;
}

.group:hover .group-hover\:pr-35p {
  padding-right: 35%;
}

.group:hover .group-hover\:pb-35p {
  padding-bottom: 35%;
}

.group:hover .group-hover\:pl-35p {
  padding-left: 35%;
}

.group:hover .group-hover\:pt-40p {
  padding-top: 40%;
}

.group:hover .group-hover\:pr-40p {
  padding-right: 40%;
}

.group:hover .group-hover\:pb-40p {
  padding-bottom: 40%;
}

.group:hover .group-hover\:pl-40p {
  padding-left: 40%;
}

.group:hover .group-hover\:pt-49p {
  padding-top: 49%;
}

.group:hover .group-hover\:pr-49p {
  padding-right: 49%;
}

.group:hover .group-hover\:pb-49p {
  padding-bottom: 49%;
}

.group:hover .group-hover\:pl-49p {
  padding-left: 49%;
}

.group:hover .group-hover\:pt-49-5p {
  padding-top: 49.5%;
}

.group:hover .group-hover\:pr-49-5p {
  padding-right: 49.5%;
}

.group:hover .group-hover\:pb-49-5p {
  padding-bottom: 49.5%;
}

.group:hover .group-hover\:pl-49-5p {
  padding-left: 49.5%;
}

.group:hover .group-hover\:pt-80p {
  padding-top: 80%;
}

.group:hover .group-hover\:pr-80p {
  padding-right: 80%;
}

.group:hover .group-hover\:pb-80p {
  padding-bottom: 80%;
}

.group:hover .group-hover\:pl-80p {
  padding-left: 80%;
}

.group:hover .group-hover\:pt-vh80 {
  padding-top: 80vh;
}

.group:hover .group-hover\:pr-vh80 {
  padding-right: 80vh;
}

.group:hover .group-hover\:pb-vh80 {
  padding-bottom: 80vh;
}

.group:hover .group-hover\:pl-vh80 {
  padding-left: 80vh;
}

.group:hover .group-hover\:pt-vh86 {
  padding-top: 86vh;
}

.group:hover .group-hover\:pr-vh86 {
  padding-right: 86vh;
}

.group:hover .group-hover\:pb-vh86 {
  padding-bottom: 86vh;
}

.group:hover .group-hover\:pl-vh86 {
  padding-left: 86vh;
}

.group:hover .group-hover\:pt-vh90 {
  padding-top: 90vh;
}

.group:hover .group-hover\:pr-vh90 {
  padding-right: 90vh;
}

.group:hover .group-hover\:pb-vh90 {
  padding-bottom: 90vh;
}

.group:hover .group-hover\:pl-vh90 {
  padding-left: 90vh;
}

.group:hover .group-hover\:pt-vw80 {
  padding-top: 80vw;
}

.group:hover .group-hover\:pr-vw80 {
  padding-right: 80vw;
}

.group:hover .group-hover\:pb-vw80 {
  padding-bottom: 80vw;
}

.group:hover .group-hover\:pl-vw80 {
  padding-left: 80vw;
}

.group:hover .group-hover\:pt-vw90 {
  padding-top: 90vw;
}

.group:hover .group-hover\:pr-vw90 {
  padding-right: 90vw;
}

.group:hover .group-hover\:pb-vw90 {
  padding-bottom: 90vw;
}

.group:hover .group-hover\:pl-vw90 {
  padding-left: 90vw;
}

.group:hover .group-hover\:pt-90p {
  padding-top: 90%;
}

.group:hover .group-hover\:pr-90p {
  padding-right: 90%;
}

.group:hover .group-hover\:pb-90p {
  padding-bottom: 90%;
}

.group:hover .group-hover\:pl-90p {
  padding-left: 90%;
}

.group:hover .group-hover\:pt-92p {
  padding-top: 92%;
}

.group:hover .group-hover\:pr-92p {
  padding-right: 92%;
}

.group:hover .group-hover\:pb-92p {
  padding-bottom: 92%;
}

.group:hover .group-hover\:pl-92p {
  padding-left: 92%;
}

.group:hover .group-hover\:pt-93p {
  padding-top: 93%;
}

.group:hover .group-hover\:pr-93p {
  padding-right: 93%;
}

.group:hover .group-hover\:pb-93p {
  padding-bottom: 93%;
}

.group:hover .group-hover\:pl-93p {
  padding-left: 93%;
}

.group:hover .group-hover\:pt-94p {
  padding-top: 94%;
}

.group:hover .group-hover\:pr-94p {
  padding-right: 94%;
}

.group:hover .group-hover\:pb-94p {
  padding-bottom: 94%;
}

.group:hover .group-hover\:pl-94p {
  padding-left: 94%;
}

.group:hover .group-hover\:pt-95p {
  padding-top: 95%;
}

.group:hover .group-hover\:pr-95p {
  padding-right: 95%;
}

.group:hover .group-hover\:pb-95p {
  padding-bottom: 95%;
}

.group:hover .group-hover\:pl-95p {
  padding-left: 95%;
}

.group:hover .group-hover\:pt-96p {
  padding-top: 96%;
}

.group:hover .group-hover\:pr-96p {
  padding-right: 96%;
}

.group:hover .group-hover\:pb-96p {
  padding-bottom: 96%;
}

.group:hover .group-hover\:pl-96p {
  padding-left: 96%;
}

.group:hover .group-hover\:pt-100p {
  padding-top: 100%;
}

.group:hover .group-hover\:pr-100p {
  padding-right: 100%;
}

.group:hover .group-hover\:pb-100p {
  padding-bottom: 100%;
}

.group:hover .group-hover\:pl-100p {
  padding-left: 100%;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.placeholder-red:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.placeholder-red::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.placeholder-yellow::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.placeholder-yellow:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.placeholder-yellow::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.placeholder-green::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.placeholder-green:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.placeholder-green::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.placeholder-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.placeholder-blue::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-dark-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.placeholder-dark-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.placeholder-dark-blue::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.placeholder-light-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.placeholder-light-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.placeholder-light-blue::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.placeholder-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.placeholder-grey::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.placeholder-text-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.placeholder-text-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.placeholder-text-grey::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.placeholder-background-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-background-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-background-grey::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-grey-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.placeholder-grey-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.placeholder-grey-blue::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.hover\:placeholder-transparent:hover::-moz-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover:-ms-input-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::placeholder {
  color: transparent;
}

.hover\:placeholder-current:hover::-moz-placeholder {
  color: currentColor;
}

.hover\:placeholder-current:hover:-ms-input-placeholder {
  color: currentColor;
}

.hover\:placeholder-current:hover::placeholder {
  color: currentColor;
}

.hover\:placeholder-black:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.hover\:placeholder-black:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.hover\:placeholder-black:hover::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.hover\:placeholder-white:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.hover\:placeholder-white:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.hover\:placeholder-white:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.hover\:placeholder-gray-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.hover\:placeholder-gray-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.hover\:placeholder-gray-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.hover\:placeholder-gray-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.hover\:placeholder-gray-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.hover\:placeholder-gray-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.hover\:placeholder-gray-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-gray-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-gray-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-gray-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.hover\:placeholder-gray-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.hover\:placeholder-gray-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.hover\:placeholder-gray-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.hover\:placeholder-gray-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.hover\:placeholder-gray-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.hover\:placeholder-gray-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.hover\:placeholder-gray-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.hover\:placeholder-gray-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.hover\:placeholder-gray-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.hover\:placeholder-gray-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.hover\:placeholder-gray-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.hover\:placeholder-gray-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.hover\:placeholder-gray-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.hover\:placeholder-gray-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.hover\:placeholder-gray-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.hover\:placeholder-gray-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.hover\:placeholder-gray-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.hover\:placeholder-red:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.hover\:placeholder-red:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.hover\:placeholder-red:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.hover\:placeholder-orange-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.hover\:placeholder-orange-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.hover\:placeholder-orange-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.hover\:placeholder-orange-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.hover\:placeholder-orange-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.hover\:placeholder-orange-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.hover\:placeholder-orange-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.hover\:placeholder-orange-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.hover\:placeholder-orange-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.hover\:placeholder-orange-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.hover\:placeholder-orange-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.hover\:placeholder-orange-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.hover\:placeholder-orange-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.hover\:placeholder-orange-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.hover\:placeholder-orange-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.hover\:placeholder-orange-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.hover\:placeholder-orange-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.hover\:placeholder-orange-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.hover\:placeholder-orange-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.hover\:placeholder-orange-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.hover\:placeholder-orange-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.hover\:placeholder-orange-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.hover\:placeholder-yellow:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.hover\:placeholder-yellow:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.hover\:placeholder-yellow:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.hover\:placeholder-green:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.hover\:placeholder-green:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.hover\:placeholder-green:hover::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.hover\:placeholder-teal-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.hover\:placeholder-teal-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.hover\:placeholder-teal-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.hover\:placeholder-teal-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.hover\:placeholder-teal-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.hover\:placeholder-teal-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.hover\:placeholder-teal-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.hover\:placeholder-teal-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.hover\:placeholder-teal-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.hover\:placeholder-teal-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.hover\:placeholder-teal-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.hover\:placeholder-teal-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.hover\:placeholder-teal-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.hover\:placeholder-teal-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.hover\:placeholder-teal-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.hover\:placeholder-teal-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.hover\:placeholder-teal-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.hover\:placeholder-teal-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.hover\:placeholder-teal-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.hover\:placeholder-teal-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.hover\:placeholder-teal-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.hover\:placeholder-teal-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.hover\:placeholder-teal-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.hover\:placeholder-teal-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.hover\:placeholder-teal-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.hover\:placeholder-teal-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.hover\:placeholder-teal-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.hover\:placeholder-blue:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.hover\:placeholder-blue:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.hover\:placeholder-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.hover\:placeholder-purple-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.hover\:placeholder-purple-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.hover\:placeholder-purple-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.hover\:placeholder-purple-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.hover\:placeholder-purple-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.hover\:placeholder-purple-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.hover\:placeholder-purple-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.hover\:placeholder-purple-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.hover\:placeholder-purple-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.hover\:placeholder-purple-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.hover\:placeholder-purple-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.hover\:placeholder-purple-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.hover\:placeholder-purple-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.hover\:placeholder-purple-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.hover\:placeholder-purple-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.hover\:placeholder-purple-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.hover\:placeholder-purple-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.hover\:placeholder-purple-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.hover\:placeholder-purple-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.hover\:placeholder-purple-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.hover\:placeholder-purple-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.hover\:placeholder-purple-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.hover\:placeholder-purple-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.hover\:placeholder-purple-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.hover\:placeholder-purple-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.hover\:placeholder-purple-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.hover\:placeholder-purple-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.hover\:placeholder-pink-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.hover\:placeholder-pink-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.hover\:placeholder-pink-100:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.hover\:placeholder-pink-200:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.hover\:placeholder-pink-200:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.hover\:placeholder-pink-200:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.hover\:placeholder-pink-300:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.hover\:placeholder-pink-300:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.hover\:placeholder-pink-300:hover::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.hover\:placeholder-pink-400:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.hover\:placeholder-pink-400:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.hover\:placeholder-pink-400:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.hover\:placeholder-pink-500:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.hover\:placeholder-pink-500:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.hover\:placeholder-pink-500:hover::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.hover\:placeholder-pink-600:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.hover\:placeholder-pink-600:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.hover\:placeholder-pink-600:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.hover\:placeholder-pink-700:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.hover\:placeholder-pink-700:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.hover\:placeholder-pink-700:hover::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.hover\:placeholder-pink-800:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.hover\:placeholder-pink-800:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.hover\:placeholder-pink-800:hover::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.hover\:placeholder-pink-900:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.hover\:placeholder-pink-900:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.hover\:placeholder-pink-900:hover::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.hover\:placeholder-dark-blue:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.hover\:placeholder-dark-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.hover\:placeholder-light-blue:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.hover\:placeholder-light-blue:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.hover\:placeholder-light-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.hover\:placeholder-grey:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.hover\:placeholder-grey:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.hover\:placeholder-grey:hover::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.hover\:placeholder-text-grey:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.hover\:placeholder-text-grey:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.hover\:placeholder-text-grey:hover::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.hover\:placeholder-background-grey:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-background-grey:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-background-grey:hover::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.hover\:placeholder-grey-blue:hover::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.hover\:placeholder-grey-blue:hover::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.focus\:placeholder-yellow:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-dark-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.focus\:placeholder-dark-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.focus\:placeholder-light-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.focus\:placeholder-light-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.focus\:placeholder-light-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.focus\:placeholder-text-grey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.focus\:placeholder-text-grey:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.focus\:placeholder-text-grey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.focus\:placeholder-background-grey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-background-grey:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-background-grey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-grey-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.focus\:placeholder-grey-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.first\:placeholder-transparent:first-child::-moz-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child:-ms-input-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child::placeholder {
  color: transparent;
}

.first\:placeholder-current:first-child::-moz-placeholder {
  color: currentColor;
}

.first\:placeholder-current:first-child:-ms-input-placeholder {
  color: currentColor;
}

.first\:placeholder-current:first-child::placeholder {
  color: currentColor;
}

.first\:placeholder-black:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.first\:placeholder-black:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.first\:placeholder-black:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.first\:placeholder-white:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.first\:placeholder-white:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.first\:placeholder-white:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.first\:placeholder-gray-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.first\:placeholder-gray-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.first\:placeholder-gray-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.first\:placeholder-gray-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.first\:placeholder-gray-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.first\:placeholder-gray-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.first\:placeholder-gray-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-gray-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-gray-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-gray-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.first\:placeholder-gray-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.first\:placeholder-gray-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.first\:placeholder-gray-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.first\:placeholder-gray-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.first\:placeholder-gray-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.first\:placeholder-gray-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.first\:placeholder-gray-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.first\:placeholder-gray-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.first\:placeholder-gray-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.first\:placeholder-gray-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.first\:placeholder-gray-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.first\:placeholder-gray-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.first\:placeholder-gray-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.first\:placeholder-gray-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.first\:placeholder-gray-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.first\:placeholder-gray-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.first\:placeholder-gray-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.first\:placeholder-red:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.first\:placeholder-red:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.first\:placeholder-red:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.first\:placeholder-orange-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.first\:placeholder-orange-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.first\:placeholder-orange-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.first\:placeholder-orange-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.first\:placeholder-orange-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.first\:placeholder-orange-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.first\:placeholder-orange-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.first\:placeholder-orange-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.first\:placeholder-orange-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.first\:placeholder-orange-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.first\:placeholder-orange-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.first\:placeholder-orange-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.first\:placeholder-orange-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.first\:placeholder-orange-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.first\:placeholder-orange-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.first\:placeholder-orange-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.first\:placeholder-orange-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.first\:placeholder-orange-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.first\:placeholder-orange-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.first\:placeholder-orange-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.first\:placeholder-orange-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.first\:placeholder-orange-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.first\:placeholder-yellow:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.first\:placeholder-yellow:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.first\:placeholder-yellow:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.first\:placeholder-green:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.first\:placeholder-green:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.first\:placeholder-green:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.first\:placeholder-teal-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.first\:placeholder-teal-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.first\:placeholder-teal-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.first\:placeholder-teal-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.first\:placeholder-teal-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.first\:placeholder-teal-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.first\:placeholder-teal-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.first\:placeholder-teal-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.first\:placeholder-teal-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.first\:placeholder-teal-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.first\:placeholder-teal-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.first\:placeholder-teal-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.first\:placeholder-teal-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.first\:placeholder-teal-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.first\:placeholder-teal-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.first\:placeholder-teal-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.first\:placeholder-teal-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.first\:placeholder-teal-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.first\:placeholder-teal-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.first\:placeholder-teal-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.first\:placeholder-teal-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.first\:placeholder-teal-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.first\:placeholder-teal-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.first\:placeholder-teal-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.first\:placeholder-teal-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.first\:placeholder-teal-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.first\:placeholder-teal-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.first\:placeholder-blue:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.first\:placeholder-blue:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.first\:placeholder-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.first\:placeholder-purple-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.first\:placeholder-purple-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.first\:placeholder-purple-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.first\:placeholder-purple-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.first\:placeholder-purple-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.first\:placeholder-purple-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.first\:placeholder-purple-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.first\:placeholder-purple-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.first\:placeholder-purple-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.first\:placeholder-purple-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.first\:placeholder-purple-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.first\:placeholder-purple-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.first\:placeholder-purple-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.first\:placeholder-purple-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.first\:placeholder-purple-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.first\:placeholder-purple-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.first\:placeholder-purple-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.first\:placeholder-purple-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.first\:placeholder-purple-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.first\:placeholder-purple-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.first\:placeholder-purple-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.first\:placeholder-purple-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.first\:placeholder-purple-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.first\:placeholder-purple-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.first\:placeholder-purple-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.first\:placeholder-purple-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.first\:placeholder-purple-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.first\:placeholder-pink-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.first\:placeholder-pink-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.first\:placeholder-pink-100:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.first\:placeholder-pink-200:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.first\:placeholder-pink-200:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.first\:placeholder-pink-200:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.first\:placeholder-pink-300:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.first\:placeholder-pink-300:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.first\:placeholder-pink-300:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.first\:placeholder-pink-400:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.first\:placeholder-pink-400:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.first\:placeholder-pink-400:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.first\:placeholder-pink-500:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.first\:placeholder-pink-500:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.first\:placeholder-pink-500:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.first\:placeholder-pink-600:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.first\:placeholder-pink-600:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.first\:placeholder-pink-600:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.first\:placeholder-pink-700:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.first\:placeholder-pink-700:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.first\:placeholder-pink-700:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.first\:placeholder-pink-800:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.first\:placeholder-pink-800:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.first\:placeholder-pink-800:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.first\:placeholder-pink-900:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.first\:placeholder-pink-900:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.first\:placeholder-pink-900:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.first\:placeholder-dark-blue:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.first\:placeholder-dark-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.first\:placeholder-light-blue:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.first\:placeholder-light-blue:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.first\:placeholder-light-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.first\:placeholder-grey:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.first\:placeholder-grey:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.first\:placeholder-grey:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.first\:placeholder-text-grey:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.first\:placeholder-text-grey:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.first\:placeholder-text-grey:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.first\:placeholder-background-grey:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-background-grey:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-background-grey:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.first\:placeholder-grey-blue:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.first\:placeholder-grey-blue:first-child::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.last\:placeholder-transparent:last-child::-moz-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child:-ms-input-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child::placeholder {
  color: transparent;
}

.last\:placeholder-current:last-child::-moz-placeholder {
  color: currentColor;
}

.last\:placeholder-current:last-child:-ms-input-placeholder {
  color: currentColor;
}

.last\:placeholder-current:last-child::placeholder {
  color: currentColor;
}

.last\:placeholder-black:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.last\:placeholder-black:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.last\:placeholder-black:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.last\:placeholder-white:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.last\:placeholder-white:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.last\:placeholder-white:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.last\:placeholder-gray-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.last\:placeholder-gray-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.last\:placeholder-gray-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.last\:placeholder-gray-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.last\:placeholder-gray-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.last\:placeholder-gray-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.last\:placeholder-gray-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-gray-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-gray-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-gray-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.last\:placeholder-gray-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.last\:placeholder-gray-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.last\:placeholder-gray-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.last\:placeholder-gray-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.last\:placeholder-gray-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.last\:placeholder-gray-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.last\:placeholder-gray-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.last\:placeholder-gray-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.last\:placeholder-gray-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.last\:placeholder-gray-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.last\:placeholder-gray-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.last\:placeholder-gray-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.last\:placeholder-gray-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.last\:placeholder-gray-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.last\:placeholder-gray-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.last\:placeholder-gray-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.last\:placeholder-gray-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.last\:placeholder-red:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.last\:placeholder-red:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.last\:placeholder-red:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.last\:placeholder-orange-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.last\:placeholder-orange-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.last\:placeholder-orange-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.last\:placeholder-orange-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.last\:placeholder-orange-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.last\:placeholder-orange-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.last\:placeholder-orange-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.last\:placeholder-orange-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.last\:placeholder-orange-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.last\:placeholder-orange-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.last\:placeholder-orange-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.last\:placeholder-orange-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.last\:placeholder-orange-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.last\:placeholder-orange-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.last\:placeholder-orange-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.last\:placeholder-orange-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.last\:placeholder-orange-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.last\:placeholder-orange-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.last\:placeholder-orange-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.last\:placeholder-orange-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.last\:placeholder-orange-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.last\:placeholder-orange-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.last\:placeholder-yellow:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.last\:placeholder-yellow:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.last\:placeholder-yellow:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.last\:placeholder-green:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.last\:placeholder-green:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.last\:placeholder-green:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.last\:placeholder-teal-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.last\:placeholder-teal-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.last\:placeholder-teal-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.last\:placeholder-teal-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.last\:placeholder-teal-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.last\:placeholder-teal-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.last\:placeholder-teal-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.last\:placeholder-teal-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.last\:placeholder-teal-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.last\:placeholder-teal-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.last\:placeholder-teal-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.last\:placeholder-teal-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.last\:placeholder-teal-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.last\:placeholder-teal-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.last\:placeholder-teal-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.last\:placeholder-teal-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.last\:placeholder-teal-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.last\:placeholder-teal-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.last\:placeholder-teal-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.last\:placeholder-teal-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.last\:placeholder-teal-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.last\:placeholder-teal-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.last\:placeholder-teal-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.last\:placeholder-teal-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.last\:placeholder-teal-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.last\:placeholder-teal-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.last\:placeholder-teal-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.last\:placeholder-blue:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.last\:placeholder-blue:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.last\:placeholder-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.last\:placeholder-purple-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.last\:placeholder-purple-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.last\:placeholder-purple-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.last\:placeholder-purple-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.last\:placeholder-purple-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.last\:placeholder-purple-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.last\:placeholder-purple-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.last\:placeholder-purple-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.last\:placeholder-purple-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.last\:placeholder-purple-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.last\:placeholder-purple-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.last\:placeholder-purple-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.last\:placeholder-purple-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.last\:placeholder-purple-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.last\:placeholder-purple-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.last\:placeholder-purple-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.last\:placeholder-purple-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.last\:placeholder-purple-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.last\:placeholder-purple-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.last\:placeholder-purple-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.last\:placeholder-purple-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.last\:placeholder-purple-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.last\:placeholder-purple-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.last\:placeholder-purple-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.last\:placeholder-purple-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.last\:placeholder-purple-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.last\:placeholder-purple-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.last\:placeholder-pink-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.last\:placeholder-pink-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.last\:placeholder-pink-100:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.last\:placeholder-pink-200:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.last\:placeholder-pink-200:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.last\:placeholder-pink-200:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.last\:placeholder-pink-300:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.last\:placeholder-pink-300:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.last\:placeholder-pink-300:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.last\:placeholder-pink-400:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.last\:placeholder-pink-400:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.last\:placeholder-pink-400:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.last\:placeholder-pink-500:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.last\:placeholder-pink-500:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.last\:placeholder-pink-500:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.last\:placeholder-pink-600:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.last\:placeholder-pink-600:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.last\:placeholder-pink-600:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.last\:placeholder-pink-700:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.last\:placeholder-pink-700:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.last\:placeholder-pink-700:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.last\:placeholder-pink-800:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.last\:placeholder-pink-800:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.last\:placeholder-pink-800:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.last\:placeholder-pink-900:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.last\:placeholder-pink-900:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.last\:placeholder-pink-900:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.last\:placeholder-dark-blue:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.last\:placeholder-dark-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.last\:placeholder-light-blue:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.last\:placeholder-light-blue:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.last\:placeholder-light-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.last\:placeholder-grey:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.last\:placeholder-grey:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.last\:placeholder-grey:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.last\:placeholder-text-grey:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.last\:placeholder-text-grey:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.last\:placeholder-text-grey:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.last\:placeholder-background-grey:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-background-grey:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-background-grey:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.last\:placeholder-grey-blue:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.last\:placeholder-grey-blue:last-child::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-current::-moz-placeholder {
  color: currentColor;
}

.group:hover .group-hover\:placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

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

.group:hover .group-hover\:placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red::placeholder {
  --placeholder-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow::placeholder {
  --placeholder-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green::placeholder {
  --placeholder-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue::placeholder {
  --placeholder-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-dark-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-dark-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-dark-blue::placeholder {
  --placeholder-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-light-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-light-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-light-blue::placeholder {
  --placeholder-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey::placeholder {
  --placeholder-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-text-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-text-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-text-grey::placeholder {
  --placeholder-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-background-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-background-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-background-grey::placeholder {
  --placeholder-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.group:hover .group-hover\:placeholder-grey-blue::placeholder {
  --placeholder-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-15::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.placeholder-opacity-15:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.placeholder-opacity-15::placeholder {
  --placeholder-opacity: 0.15;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --placeholder-opacity: 0.8;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.hover\:placeholder-opacity-0:hover::-moz-placeholder {
  --placeholder-opacity: 0;
}

.hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.hover\:placeholder-opacity-0:hover::placeholder {
  --placeholder-opacity: 0;
}

.hover\:placeholder-opacity-15:hover::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.hover\:placeholder-opacity-15:hover::placeholder {
  --placeholder-opacity: 0.15;
}

.hover\:placeholder-opacity-25:hover::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-25:hover::placeholder {
  --placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-50:hover::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-50:hover::placeholder {
  --placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-75:hover::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-75:hover::placeholder {
  --placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-80:hover::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-80:hover::placeholder {
  --placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-100:hover::-moz-placeholder {
  --placeholder-opacity: 1;
}

.hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.hover\:placeholder-opacity-100:hover::placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-15:focus::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.focus\:placeholder-opacity-15:focus::placeholder {
  --placeholder-opacity: 0.15;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1;
}

.first\:placeholder-opacity-0:first-child::-moz-placeholder {
  --placeholder-opacity: 0;
}

.first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.first\:placeholder-opacity-0:first-child::placeholder {
  --placeholder-opacity: 0;
}

.first\:placeholder-opacity-15:first-child::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.first\:placeholder-opacity-15:first-child::placeholder {
  --placeholder-opacity: 0.15;
}

.first\:placeholder-opacity-25:first-child::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-25:first-child::placeholder {
  --placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-50:first-child::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-50:first-child::placeholder {
  --placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-75:first-child::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-75:first-child::placeholder {
  --placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-80:first-child::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-80:first-child::placeholder {
  --placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-100:first-child::-moz-placeholder {
  --placeholder-opacity: 1;
}

.first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.first\:placeholder-opacity-100:first-child::placeholder {
  --placeholder-opacity: 1;
}

.last\:placeholder-opacity-0:last-child::-moz-placeholder {
  --placeholder-opacity: 0;
}

.last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.last\:placeholder-opacity-0:last-child::placeholder {
  --placeholder-opacity: 0;
}

.last\:placeholder-opacity-15:last-child::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.last\:placeholder-opacity-15:last-child::placeholder {
  --placeholder-opacity: 0.15;
}

.last\:placeholder-opacity-25:last-child::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-25:last-child::placeholder {
  --placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-50:last-child::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-50:last-child::placeholder {
  --placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-75:last-child::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-75:last-child::placeholder {
  --placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-80:last-child::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-80:last-child::placeholder {
  --placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-100:last-child::-moz-placeholder {
  --placeholder-opacity: 1;
}

.last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.last\:placeholder-opacity-100:last-child::placeholder {
  --placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-15::-moz-placeholder {
  --placeholder-opacity: 0.15;
}

.group:hover .group-hover\:placeholder-opacity-15:-ms-input-placeholder {
  --placeholder-opacity: 0.15;
}

.group:hover .group-hover\:placeholder-opacity-15::placeholder {
  --placeholder-opacity: 0.15;
}

.group:hover .group-hover\:placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-80::-moz-placeholder {
  --placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-80:-ms-input-placeholder {
  --placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-80::placeholder {
  --placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.hover\:pointer-events-none:hover {
  pointer-events: none;
}

.hover\:pointer-events-auto:hover {
  pointer-events: auto;
}

.focus\:pointer-events-none:focus {
  pointer-events: none;
}

.focus\:pointer-events-auto:focus {
  pointer-events: auto;
}

.first\:pointer-events-none:first-child {
  pointer-events: none;
}

.first\:pointer-events-auto:first-child {
  pointer-events: auto;
}

.last\:pointer-events-none:last-child {
  pointer-events: none;
}

.last\:pointer-events-auto:last-child {
  pointer-events: auto;
}

.group:hover .group-hover\:pointer-events-none {
  pointer-events: none;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  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: sticky;
}

.first\:static:first-child {
  position: static;
}

.first\:fixed:first-child {
  position: fixed;
}

.first\:absolute:first-child {
  position: absolute;
}

.first\:relative:first-child {
  position: relative;
}

.first\:sticky:first-child {
  position: sticky;
}

.last\:static:last-child {
  position: static;
}

.last\:fixed:last-child {
  position: fixed;
}

.last\:absolute:last-child {
  position: absolute;
}

.last\:relative:last-child {
  position: relative;
}

.last\:sticky:last-child {
  position: sticky;
}

.group:hover .group-hover\:static {
  position: static;
}

.group:hover .group-hover\:fixed {
  position: fixed;
}

.group:hover .group-hover\:absolute {
  position: absolute;
}

.group:hover .group-hover\:relative {
  position: relative;
}

.group:hover .group-hover\:sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.inset-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-15 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-16 {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.inset-20 {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.inset-21 {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.inset-22 {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.inset-25 {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.inset-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.inset-35 {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.inset-37 {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.inset-38 {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.inset-40 {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.inset-50 {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.inset-70 {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.inset-100 {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.inset-120 {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.inset-130 {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.inset-140 {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.inset-180 {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-calc-middle {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.inset-10p {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.inset-20p {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.-inset-35 {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.-inset-28 {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.-inset-60 {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.inset-vw90 {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-5 {
  top: 5px;
  bottom: 5px;
}

.inset-x-5 {
  right: 5px;
  left: 5px;
}

.inset-y-10 {
  top: 10px;
  bottom: 10px;
}

.inset-x-10 {
  right: 10px;
  left: 10px;
}

.inset-y-15 {
  top: 15px;
  bottom: 15px;
}

.inset-x-15 {
  right: 15px;
  left: 15px;
}

.inset-y-16 {
  top: 16px;
  bottom: 16px;
}

.inset-x-16 {
  right: 16px;
  left: 16px;
}

.inset-y-20 {
  top: 20px;
  bottom: 20px;
}

.inset-x-20 {
  right: 20px;
  left: 20px;
}

.inset-y-21 {
  top: 21px;
  bottom: 21px;
}

.inset-x-21 {
  right: 21px;
  left: 21px;
}

.inset-y-22 {
  top: 22px;
  bottom: 22px;
}

.inset-x-22 {
  right: 22px;
  left: 22px;
}

.inset-y-25 {
  top: 25px;
  bottom: 25px;
}

.inset-x-25 {
  right: 25px;
  left: 25px;
}

.inset-y-30 {
  top: 30px;
  bottom: 30px;
}

.inset-x-30 {
  right: 30px;
  left: 30px;
}

.inset-y-35 {
  top: 35px;
  bottom: 35px;
}

.inset-x-35 {
  right: 35px;
  left: 35px;
}

.inset-y-37 {
  top: 37px;
  bottom: 37px;
}

.inset-x-37 {
  right: 37px;
  left: 37px;
}

.inset-y-38 {
  top: 38px;
  bottom: 38px;
}

.inset-x-38 {
  right: 38px;
  left: 38px;
}

.inset-y-40 {
  top: 40px;
  bottom: 40px;
}

.inset-x-40 {
  right: 40px;
  left: 40px;
}

.inset-y-50 {
  top: 50px;
  bottom: 50px;
}

.inset-x-50 {
  right: 50px;
  left: 50px;
}

.inset-y-70 {
  top: 70px;
  bottom: 70px;
}

.inset-x-70 {
  right: 70px;
  left: 70px;
}

.inset-y-100 {
  top: 100px;
  bottom: 100px;
}

.inset-x-100 {
  right: 100px;
  left: 100px;
}

.inset-y-120 {
  top: 120px;
  bottom: 120px;
}

.inset-x-120 {
  right: 120px;
  left: 120px;
}

.inset-y-130 {
  top: 130px;
  bottom: 130px;
}

.inset-x-130 {
  right: 130px;
  left: 130px;
}

.inset-y-140 {
  top: 140px;
  bottom: 140px;
}

.inset-x-140 {
  right: 140px;
  left: 140px;
}

.inset-y-180 {
  top: 180px;
  bottom: 180px;
}

.inset-x-180 {
  right: 180px;
  left: 180px;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.inset-y-calc-middle {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.inset-x-calc-middle {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.inset-y-10p {
  top: 10%;
  bottom: 10%;
}

.inset-x-10p {
  right: 10%;
  left: 10%;
}

.inset-y-20p {
  top: 20%;
  bottom: 20%;
}

.inset-x-20p {
  right: 20%;
  left: 20%;
}

.-inset-y-35 {
  top: -35px;
  bottom: -35px;
}

.-inset-x-35 {
  right: -35px;
  left: -35px;
}

.-inset-y-28 {
  top: -28px;
  bottom: -28px;
}

.-inset-x-28 {
  right: -28px;
  left: -28px;
}

.-inset-y-60 {
  top: -60px;
  bottom: -60px;
}

.-inset-x-60 {
  right: -60px;
  left: -60px;
}

.inset-y-vw90 {
  top: 90vw;
  bottom: 90vw;
}

.inset-x-vw90 {
  right: 90vw;
  left: 90vw;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-5 {
  top: 5px;
}

.right-5 {
  right: 5px;
}

.bottom-5 {
  bottom: 5px;
}

.left-5 {
  left: 5px;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

.bottom-10 {
  bottom: 10px;
}

.left-10 {
  left: 10px;
}

.top-15 {
  top: 15px;
}

.right-15 {
  right: 15px;
}

.bottom-15 {
  bottom: 15px;
}

.left-15 {
  left: 15px;
}

.top-16 {
  top: 16px;
}

.right-16 {
  right: 16px;
}

.bottom-16 {
  bottom: 16px;
}

.left-16 {
  left: 16px;
}

.top-20 {
  top: 20px;
}

.right-20 {
  right: 20px;
}

.bottom-20 {
  bottom: 20px;
}

.left-20 {
  left: 20px;
}

.top-21 {
  top: 21px;
}

.right-21 {
  right: 21px;
}

.bottom-21 {
  bottom: 21px;
}

.left-21 {
  left: 21px;
}

.top-22 {
  top: 22px;
}

.right-22 {
  right: 22px;
}

.bottom-22 {
  bottom: 22px;
}

.left-22 {
  left: 22px;
}

.top-25 {
  top: 25px;
}

.right-25 {
  right: 25px;
}

.bottom-25 {
  bottom: 25px;
}

.left-25 {
  left: 25px;
}

.top-30 {
  top: 30px;
}

.right-30 {
  right: 30px;
}

.bottom-30 {
  bottom: 30px;
}

.left-30 {
  left: 30px;
}

.top-35 {
  top: 35px;
}

.right-35 {
  right: 35px;
}

.bottom-35 {
  bottom: 35px;
}

.left-35 {
  left: 35px;
}

.top-37 {
  top: 37px;
}

.right-37 {
  right: 37px;
}

.bottom-37 {
  bottom: 37px;
}

.left-37 {
  left: 37px;
}

.top-38 {
  top: 38px;
}

.right-38 {
  right: 38px;
}

.bottom-38 {
  bottom: 38px;
}

.left-38 {
  left: 38px;
}

.top-40 {
  top: 40px;
}

.right-40 {
  right: 40px;
}

.bottom-40 {
  bottom: 40px;
}

.left-40 {
  left: 40px;
}

.top-50 {
  top: 50px;
}

.right-50 {
  right: 50px;
}

.bottom-50 {
  bottom: 50px;
}

.left-50 {
  left: 50px;
}

.top-70 {
  top: 70px;
}

.right-70 {
  right: 70px;
}

.bottom-70 {
  bottom: 70px;
}

.left-70 {
  left: 70px;
}

.top-100 {
  top: 100px;
}

.right-100 {
  right: 100px;
}

.bottom-100 {
  bottom: 100px;
}

.left-100 {
  left: 100px;
}

.top-120 {
  top: 120px;
}

.right-120 {
  right: 120px;
}

.bottom-120 {
  bottom: 120px;
}

.left-120 {
  left: 120px;
}

.top-130 {
  top: 130px;
}

.right-130 {
  right: 130px;
}

.bottom-130 {
  bottom: 130px;
}

.left-130 {
  left: 130px;
}

.top-140 {
  top: 140px;
}

.right-140 {
  right: 140px;
}

.bottom-140 {
  bottom: 140px;
}

.left-140 {
  left: 140px;
}

.top-180 {
  top: 180px;
}

.right-180 {
  right: 180px;
}

.bottom-180 {
  bottom: 180px;
}

.left-180 {
  left: 180px;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.top-calc-middle {
  top: calc(50% - 40px);
}

.right-calc-middle {
  right: calc(50% - 40px);
}

.bottom-calc-middle {
  bottom: calc(50% - 40px);
}

.left-calc-middle {
  left: calc(50% - 40px);
}

.top-10p {
  top: 10%;
}

.right-10p {
  right: 10%;
}

.bottom-10p {
  bottom: 10%;
}

.left-10p {
  left: 10%;
}

.top-20p {
  top: 20%;
}

.right-20p {
  right: 20%;
}

.bottom-20p {
  bottom: 20%;
}

.left-20p {
  left: 20%;
}

.-top-35 {
  top: -35px;
}

.-right-35 {
  right: -35px;
}

.-bottom-35 {
  bottom: -35px;
}

.-left-35 {
  left: -35px;
}

.-top-28 {
  top: -28px;
}

.-right-28 {
  right: -28px;
}

.-bottom-28 {
  bottom: -28px;
}

.-left-28 {
  left: -28px;
}

.-top-60 {
  top: -60px;
}

.-right-60 {
  right: -60px;
}

.-bottom-60 {
  bottom: -60px;
}

.-left-60 {
  left: -60px;
}

.top-vw90 {
  top: 90vw;
}

.right-vw90 {
  right: 90vw;
}

.bottom-vw90 {
  bottom: 90vw;
}

.left-vw90 {
  left: 90vw;
}

.top-1\/2 {
  top: 50%;
}

.right-1\/2 {
  right: 50%;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-1\/2 {
  left: 50%;
}

.hover\:inset-0:hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover\:inset-5:hover {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.hover\:inset-10:hover {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.hover\:inset-15:hover {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.hover\:inset-16:hover {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.hover\:inset-20:hover {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.hover\:inset-21:hover {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.hover\:inset-22:hover {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.hover\:inset-25:hover {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.hover\:inset-30:hover {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.hover\:inset-35:hover {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.hover\:inset-37:hover {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.hover\:inset-38:hover {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.hover\:inset-40:hover {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.hover\:inset-50:hover {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.hover\:inset-70:hover {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.hover\:inset-100:hover {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.hover\:inset-120:hover {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.hover\:inset-130:hover {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.hover\:inset-140:hover {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.hover\:inset-180:hover {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.hover\:inset-auto:hover {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hover\:inset-calc-middle:hover {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.hover\:inset-10p:hover {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.hover\:inset-20p:hover {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.hover\:-inset-35:hover {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.hover\:-inset-28:hover {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.hover\:-inset-60:hover {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.hover\:inset-vw90:hover {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.hover\:inset-1\/2:hover {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.hover\:inset-y-0:hover {
  top: 0;
  bottom: 0;
}

.hover\:inset-x-0:hover {
  right: 0;
  left: 0;
}

.hover\:inset-y-5:hover {
  top: 5px;
  bottom: 5px;
}

.hover\:inset-x-5:hover {
  right: 5px;
  left: 5px;
}

.hover\:inset-y-10:hover {
  top: 10px;
  bottom: 10px;
}

.hover\:inset-x-10:hover {
  right: 10px;
  left: 10px;
}

.hover\:inset-y-15:hover {
  top: 15px;
  bottom: 15px;
}

.hover\:inset-x-15:hover {
  right: 15px;
  left: 15px;
}

.hover\:inset-y-16:hover {
  top: 16px;
  bottom: 16px;
}

.hover\:inset-x-16:hover {
  right: 16px;
  left: 16px;
}

.hover\:inset-y-20:hover {
  top: 20px;
  bottom: 20px;
}

.hover\:inset-x-20:hover {
  right: 20px;
  left: 20px;
}

.hover\:inset-y-21:hover {
  top: 21px;
  bottom: 21px;
}

.hover\:inset-x-21:hover {
  right: 21px;
  left: 21px;
}

.hover\:inset-y-22:hover {
  top: 22px;
  bottom: 22px;
}

.hover\:inset-x-22:hover {
  right: 22px;
  left: 22px;
}

.hover\:inset-y-25:hover {
  top: 25px;
  bottom: 25px;
}

.hover\:inset-x-25:hover {
  right: 25px;
  left: 25px;
}

.hover\:inset-y-30:hover {
  top: 30px;
  bottom: 30px;
}

.hover\:inset-x-30:hover {
  right: 30px;
  left: 30px;
}

.hover\:inset-y-35:hover {
  top: 35px;
  bottom: 35px;
}

.hover\:inset-x-35:hover {
  right: 35px;
  left: 35px;
}

.hover\:inset-y-37:hover {
  top: 37px;
  bottom: 37px;
}

.hover\:inset-x-37:hover {
  right: 37px;
  left: 37px;
}

.hover\:inset-y-38:hover {
  top: 38px;
  bottom: 38px;
}

.hover\:inset-x-38:hover {
  right: 38px;
  left: 38px;
}

.hover\:inset-y-40:hover {
  top: 40px;
  bottom: 40px;
}

.hover\:inset-x-40:hover {
  right: 40px;
  left: 40px;
}

.hover\:inset-y-50:hover {
  top: 50px;
  bottom: 50px;
}

.hover\:inset-x-50:hover {
  right: 50px;
  left: 50px;
}

.hover\:inset-y-70:hover {
  top: 70px;
  bottom: 70px;
}

.hover\:inset-x-70:hover {
  right: 70px;
  left: 70px;
}

.hover\:inset-y-100:hover {
  top: 100px;
  bottom: 100px;
}

.hover\:inset-x-100:hover {
  right: 100px;
  left: 100px;
}

.hover\:inset-y-120:hover {
  top: 120px;
  bottom: 120px;
}

.hover\:inset-x-120:hover {
  right: 120px;
  left: 120px;
}

.hover\:inset-y-130:hover {
  top: 130px;
  bottom: 130px;
}

.hover\:inset-x-130:hover {
  right: 130px;
  left: 130px;
}

.hover\:inset-y-140:hover {
  top: 140px;
  bottom: 140px;
}

.hover\:inset-x-140:hover {
  right: 140px;
  left: 140px;
}

.hover\:inset-y-180:hover {
  top: 180px;
  bottom: 180px;
}

.hover\:inset-x-180:hover {
  right: 180px;
  left: 180px;
}

.hover\:inset-y-auto:hover {
  top: auto;
  bottom: auto;
}

.hover\:inset-x-auto:hover {
  right: auto;
  left: auto;
}

.hover\:inset-y-calc-middle:hover {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.hover\:inset-x-calc-middle:hover {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.hover\:inset-y-10p:hover {
  top: 10%;
  bottom: 10%;
}

.hover\:inset-x-10p:hover {
  right: 10%;
  left: 10%;
}

.hover\:inset-y-20p:hover {
  top: 20%;
  bottom: 20%;
}

.hover\:inset-x-20p:hover {
  right: 20%;
  left: 20%;
}

.hover\:-inset-y-35:hover {
  top: -35px;
  bottom: -35px;
}

.hover\:-inset-x-35:hover {
  right: -35px;
  left: -35px;
}

.hover\:-inset-y-28:hover {
  top: -28px;
  bottom: -28px;
}

.hover\:-inset-x-28:hover {
  right: -28px;
  left: -28px;
}

.hover\:-inset-y-60:hover {
  top: -60px;
  bottom: -60px;
}

.hover\:-inset-x-60:hover {
  right: -60px;
  left: -60px;
}

.hover\:inset-y-vw90:hover {
  top: 90vw;
  bottom: 90vw;
}

.hover\:inset-x-vw90:hover {
  right: 90vw;
  left: 90vw;
}

.hover\:inset-y-1\/2:hover {
  top: 50%;
  bottom: 50%;
}

.hover\:inset-x-1\/2:hover {
  right: 50%;
  left: 50%;
}

.hover\:top-0:hover {
  top: 0;
}

.hover\:right-0:hover {
  right: 0;
}

.hover\:bottom-0:hover {
  bottom: 0;
}

.hover\:left-0:hover {
  left: 0;
}

.hover\:top-5:hover {
  top: 5px;
}

.hover\:right-5:hover {
  right: 5px;
}

.hover\:bottom-5:hover {
  bottom: 5px;
}

.hover\:left-5:hover {
  left: 5px;
}

.hover\:top-10:hover {
  top: 10px;
}

.hover\:right-10:hover {
  right: 10px;
}

.hover\:bottom-10:hover {
  bottom: 10px;
}

.hover\:left-10:hover {
  left: 10px;
}

.hover\:top-15:hover {
  top: 15px;
}

.hover\:right-15:hover {
  right: 15px;
}

.hover\:bottom-15:hover {
  bottom: 15px;
}

.hover\:left-15:hover {
  left: 15px;
}

.hover\:top-16:hover {
  top: 16px;
}

.hover\:right-16:hover {
  right: 16px;
}

.hover\:bottom-16:hover {
  bottom: 16px;
}

.hover\:left-16:hover {
  left: 16px;
}

.hover\:top-20:hover {
  top: 20px;
}

.hover\:right-20:hover {
  right: 20px;
}

.hover\:bottom-20:hover {
  bottom: 20px;
}

.hover\:left-20:hover {
  left: 20px;
}

.hover\:top-21:hover {
  top: 21px;
}

.hover\:right-21:hover {
  right: 21px;
}

.hover\:bottom-21:hover {
  bottom: 21px;
}

.hover\:left-21:hover {
  left: 21px;
}

.hover\:top-22:hover {
  top: 22px;
}

.hover\:right-22:hover {
  right: 22px;
}

.hover\:bottom-22:hover {
  bottom: 22px;
}

.hover\:left-22:hover {
  left: 22px;
}

.hover\:top-25:hover {
  top: 25px;
}

.hover\:right-25:hover {
  right: 25px;
}

.hover\:bottom-25:hover {
  bottom: 25px;
}

.hover\:left-25:hover {
  left: 25px;
}

.hover\:top-30:hover {
  top: 30px;
}

.hover\:right-30:hover {
  right: 30px;
}

.hover\:bottom-30:hover {
  bottom: 30px;
}

.hover\:left-30:hover {
  left: 30px;
}

.hover\:top-35:hover {
  top: 35px;
}

.hover\:right-35:hover {
  right: 35px;
}

.hover\:bottom-35:hover {
  bottom: 35px;
}

.hover\:left-35:hover {
  left: 35px;
}

.hover\:top-37:hover {
  top: 37px;
}

.hover\:right-37:hover {
  right: 37px;
}

.hover\:bottom-37:hover {
  bottom: 37px;
}

.hover\:left-37:hover {
  left: 37px;
}

.hover\:top-38:hover {
  top: 38px;
}

.hover\:right-38:hover {
  right: 38px;
}

.hover\:bottom-38:hover {
  bottom: 38px;
}

.hover\:left-38:hover {
  left: 38px;
}

.hover\:top-40:hover {
  top: 40px;
}

.hover\:right-40:hover {
  right: 40px;
}

.hover\:bottom-40:hover {
  bottom: 40px;
}

.hover\:left-40:hover {
  left: 40px;
}

.hover\:top-50:hover {
  top: 50px;
}

.hover\:right-50:hover {
  right: 50px;
}

.hover\:bottom-50:hover {
  bottom: 50px;
}

.hover\:left-50:hover {
  left: 50px;
}

.hover\:top-70:hover {
  top: 70px;
}

.hover\:right-70:hover {
  right: 70px;
}

.hover\:bottom-70:hover {
  bottom: 70px;
}

.hover\:left-70:hover {
  left: 70px;
}

.hover\:top-100:hover {
  top: 100px;
}

.hover\:right-100:hover {
  right: 100px;
}

.hover\:bottom-100:hover {
  bottom: 100px;
}

.hover\:left-100:hover {
  left: 100px;
}

.hover\:top-120:hover {
  top: 120px;
}

.hover\:right-120:hover {
  right: 120px;
}

.hover\:bottom-120:hover {
  bottom: 120px;
}

.hover\:left-120:hover {
  left: 120px;
}

.hover\:top-130:hover {
  top: 130px;
}

.hover\:right-130:hover {
  right: 130px;
}

.hover\:bottom-130:hover {
  bottom: 130px;
}

.hover\:left-130:hover {
  left: 130px;
}

.hover\:top-140:hover {
  top: 140px;
}

.hover\:right-140:hover {
  right: 140px;
}

.hover\:bottom-140:hover {
  bottom: 140px;
}

.hover\:left-140:hover {
  left: 140px;
}

.hover\:top-180:hover {
  top: 180px;
}

.hover\:right-180:hover {
  right: 180px;
}

.hover\:bottom-180:hover {
  bottom: 180px;
}

.hover\:left-180:hover {
  left: 180px;
}

.hover\:top-auto:hover {
  top: auto;
}

.hover\:right-auto:hover {
  right: auto;
}

.hover\:bottom-auto:hover {
  bottom: auto;
}

.hover\:left-auto:hover {
  left: auto;
}

.hover\:top-calc-middle:hover {
  top: calc(50% - 40px);
}

.hover\:right-calc-middle:hover {
  right: calc(50% - 40px);
}

.hover\:bottom-calc-middle:hover {
  bottom: calc(50% - 40px);
}

.hover\:left-calc-middle:hover {
  left: calc(50% - 40px);
}

.hover\:top-10p:hover {
  top: 10%;
}

.hover\:right-10p:hover {
  right: 10%;
}

.hover\:bottom-10p:hover {
  bottom: 10%;
}

.hover\:left-10p:hover {
  left: 10%;
}

.hover\:top-20p:hover {
  top: 20%;
}

.hover\:right-20p:hover {
  right: 20%;
}

.hover\:bottom-20p:hover {
  bottom: 20%;
}

.hover\:left-20p:hover {
  left: 20%;
}

.hover\:-top-35:hover {
  top: -35px;
}

.hover\:-right-35:hover {
  right: -35px;
}

.hover\:-bottom-35:hover {
  bottom: -35px;
}

.hover\:-left-35:hover {
  left: -35px;
}

.hover\:-top-28:hover {
  top: -28px;
}

.hover\:-right-28:hover {
  right: -28px;
}

.hover\:-bottom-28:hover {
  bottom: -28px;
}

.hover\:-left-28:hover {
  left: -28px;
}

.hover\:-top-60:hover {
  top: -60px;
}

.hover\:-right-60:hover {
  right: -60px;
}

.hover\:-bottom-60:hover {
  bottom: -60px;
}

.hover\:-left-60:hover {
  left: -60px;
}

.hover\:top-vw90:hover {
  top: 90vw;
}

.hover\:right-vw90:hover {
  right: 90vw;
}

.hover\:bottom-vw90:hover {
  bottom: 90vw;
}

.hover\:left-vw90:hover {
  left: 90vw;
}

.hover\:top-1\/2:hover {
  top: 50%;
}

.hover\:right-1\/2:hover {
  right: 50%;
}

.hover\:bottom-1\/2:hover {
  bottom: 50%;
}

.hover\:left-1\/2:hover {
  left: 50%;
}

.focus\:inset-0:focus {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus\:inset-5:focus {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.focus\:inset-10:focus {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.focus\:inset-15:focus {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.focus\:inset-16:focus {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.focus\:inset-20:focus {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.focus\:inset-21:focus {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.focus\:inset-22:focus {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.focus\:inset-25:focus {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.focus\:inset-30:focus {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.focus\:inset-35:focus {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.focus\:inset-37:focus {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.focus\:inset-38:focus {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.focus\:inset-40:focus {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.focus\:inset-50:focus {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.focus\:inset-70:focus {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.focus\:inset-100:focus {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.focus\:inset-120:focus {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.focus\:inset-130:focus {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.focus\:inset-140:focus {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.focus\:inset-180:focus {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:inset-calc-middle:focus {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.focus\:inset-10p:focus {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.focus\:inset-20p:focus {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.focus\:-inset-35:focus {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.focus\:-inset-28:focus {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.focus\:-inset-60:focus {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.focus\:inset-vw90:focus {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.focus\:inset-1\/2:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-y-0:focus {
  top: 0;
  bottom: 0;
}

.focus\:inset-x-0:focus {
  right: 0;
  left: 0;
}

.focus\:inset-y-5:focus {
  top: 5px;
  bottom: 5px;
}

.focus\:inset-x-5:focus {
  right: 5px;
  left: 5px;
}

.focus\:inset-y-10:focus {
  top: 10px;
  bottom: 10px;
}

.focus\:inset-x-10:focus {
  right: 10px;
  left: 10px;
}

.focus\:inset-y-15:focus {
  top: 15px;
  bottom: 15px;
}

.focus\:inset-x-15:focus {
  right: 15px;
  left: 15px;
}

.focus\:inset-y-16:focus {
  top: 16px;
  bottom: 16px;
}

.focus\:inset-x-16:focus {
  right: 16px;
  left: 16px;
}

.focus\:inset-y-20:focus {
  top: 20px;
  bottom: 20px;
}

.focus\:inset-x-20:focus {
  right: 20px;
  left: 20px;
}

.focus\:inset-y-21:focus {
  top: 21px;
  bottom: 21px;
}

.focus\:inset-x-21:focus {
  right: 21px;
  left: 21px;
}

.focus\:inset-y-22:focus {
  top: 22px;
  bottom: 22px;
}

.focus\:inset-x-22:focus {
  right: 22px;
  left: 22px;
}

.focus\:inset-y-25:focus {
  top: 25px;
  bottom: 25px;
}

.focus\:inset-x-25:focus {
  right: 25px;
  left: 25px;
}

.focus\:inset-y-30:focus {
  top: 30px;
  bottom: 30px;
}

.focus\:inset-x-30:focus {
  right: 30px;
  left: 30px;
}

.focus\:inset-y-35:focus {
  top: 35px;
  bottom: 35px;
}

.focus\:inset-x-35:focus {
  right: 35px;
  left: 35px;
}

.focus\:inset-y-37:focus {
  top: 37px;
  bottom: 37px;
}

.focus\:inset-x-37:focus {
  right: 37px;
  left: 37px;
}

.focus\:inset-y-38:focus {
  top: 38px;
  bottom: 38px;
}

.focus\:inset-x-38:focus {
  right: 38px;
  left: 38px;
}

.focus\:inset-y-40:focus {
  top: 40px;
  bottom: 40px;
}

.focus\:inset-x-40:focus {
  right: 40px;
  left: 40px;
}

.focus\:inset-y-50:focus {
  top: 50px;
  bottom: 50px;
}

.focus\:inset-x-50:focus {
  right: 50px;
  left: 50px;
}

.focus\:inset-y-70:focus {
  top: 70px;
  bottom: 70px;
}

.focus\:inset-x-70:focus {
  right: 70px;
  left: 70px;
}

.focus\:inset-y-100:focus {
  top: 100px;
  bottom: 100px;
}

.focus\:inset-x-100:focus {
  right: 100px;
  left: 100px;
}

.focus\:inset-y-120:focus {
  top: 120px;
  bottom: 120px;
}

.focus\:inset-x-120:focus {
  right: 120px;
  left: 120px;
}

.focus\:inset-y-130:focus {
  top: 130px;
  bottom: 130px;
}

.focus\:inset-x-130:focus {
  right: 130px;
  left: 130px;
}

.focus\:inset-y-140:focus {
  top: 140px;
  bottom: 140px;
}

.focus\:inset-x-140:focus {
  right: 140px;
  left: 140px;
}

.focus\:inset-y-180:focus {
  top: 180px;
  bottom: 180px;
}

.focus\:inset-x-180:focus {
  right: 180px;
  left: 180px;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-x-auto:focus {
  right: auto;
  left: auto;
}

.focus\:inset-y-calc-middle:focus {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.focus\:inset-x-calc-middle:focus {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.focus\:inset-y-10p:focus {
  top: 10%;
  bottom: 10%;
}

.focus\:inset-x-10p:focus {
  right: 10%;
  left: 10%;
}

.focus\:inset-y-20p:focus {
  top: 20%;
  bottom: 20%;
}

.focus\:inset-x-20p:focus {
  right: 20%;
  left: 20%;
}

.focus\:-inset-y-35:focus {
  top: -35px;
  bottom: -35px;
}

.focus\:-inset-x-35:focus {
  right: -35px;
  left: -35px;
}

.focus\:-inset-y-28:focus {
  top: -28px;
  bottom: -28px;
}

.focus\:-inset-x-28:focus {
  right: -28px;
  left: -28px;
}

.focus\:-inset-y-60:focus {
  top: -60px;
  bottom: -60px;
}

.focus\:-inset-x-60:focus {
  right: -60px;
  left: -60px;
}

.focus\:inset-y-vw90:focus {
  top: 90vw;
  bottom: 90vw;
}

.focus\:inset-x-vw90:focus {
  right: 90vw;
  left: 90vw;
}

.focus\:inset-y-1\/2:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-x-1\/2:focus {
  right: 50%;
  left: 50%;
}

.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-5:focus {
  top: 5px;
}

.focus\:right-5:focus {
  right: 5px;
}

.focus\:bottom-5:focus {
  bottom: 5px;
}

.focus\:left-5:focus {
  left: 5px;
}

.focus\:top-10:focus {
  top: 10px;
}

.focus\:right-10:focus {
  right: 10px;
}

.focus\:bottom-10:focus {
  bottom: 10px;
}

.focus\:left-10:focus {
  left: 10px;
}

.focus\:top-15:focus {
  top: 15px;
}

.focus\:right-15:focus {
  right: 15px;
}

.focus\:bottom-15:focus {
  bottom: 15px;
}

.focus\:left-15:focus {
  left: 15px;
}

.focus\:top-16:focus {
  top: 16px;
}

.focus\:right-16:focus {
  right: 16px;
}

.focus\:bottom-16:focus {
  bottom: 16px;
}

.focus\:left-16:focus {
  left: 16px;
}

.focus\:top-20:focus {
  top: 20px;
}

.focus\:right-20:focus {
  right: 20px;
}

.focus\:bottom-20:focus {
  bottom: 20px;
}

.focus\:left-20:focus {
  left: 20px;
}

.focus\:top-21:focus {
  top: 21px;
}

.focus\:right-21:focus {
  right: 21px;
}

.focus\:bottom-21:focus {
  bottom: 21px;
}

.focus\:left-21:focus {
  left: 21px;
}

.focus\:top-22:focus {
  top: 22px;
}

.focus\:right-22:focus {
  right: 22px;
}

.focus\:bottom-22:focus {
  bottom: 22px;
}

.focus\:left-22:focus {
  left: 22px;
}

.focus\:top-25:focus {
  top: 25px;
}

.focus\:right-25:focus {
  right: 25px;
}

.focus\:bottom-25:focus {
  bottom: 25px;
}

.focus\:left-25:focus {
  left: 25px;
}

.focus\:top-30:focus {
  top: 30px;
}

.focus\:right-30:focus {
  right: 30px;
}

.focus\:bottom-30:focus {
  bottom: 30px;
}

.focus\:left-30:focus {
  left: 30px;
}

.focus\:top-35:focus {
  top: 35px;
}

.focus\:right-35:focus {
  right: 35px;
}

.focus\:bottom-35:focus {
  bottom: 35px;
}

.focus\:left-35:focus {
  left: 35px;
}

.focus\:top-37:focus {
  top: 37px;
}

.focus\:right-37:focus {
  right: 37px;
}

.focus\:bottom-37:focus {
  bottom: 37px;
}

.focus\:left-37:focus {
  left: 37px;
}

.focus\:top-38:focus {
  top: 38px;
}

.focus\:right-38:focus {
  right: 38px;
}

.focus\:bottom-38:focus {
  bottom: 38px;
}

.focus\:left-38:focus {
  left: 38px;
}

.focus\:top-40:focus {
  top: 40px;
}

.focus\:right-40:focus {
  right: 40px;
}

.focus\:bottom-40:focus {
  bottom: 40px;
}

.focus\:left-40:focus {
  left: 40px;
}

.focus\:top-50:focus {
  top: 50px;
}

.focus\:right-50:focus {
  right: 50px;
}

.focus\:bottom-50:focus {
  bottom: 50px;
}

.focus\:left-50:focus {
  left: 50px;
}

.focus\:top-70:focus {
  top: 70px;
}

.focus\:right-70:focus {
  right: 70px;
}

.focus\:bottom-70:focus {
  bottom: 70px;
}

.focus\:left-70:focus {
  left: 70px;
}

.focus\:top-100:focus {
  top: 100px;
}

.focus\:right-100:focus {
  right: 100px;
}

.focus\:bottom-100:focus {
  bottom: 100px;
}

.focus\:left-100:focus {
  left: 100px;
}

.focus\:top-120:focus {
  top: 120px;
}

.focus\:right-120:focus {
  right: 120px;
}

.focus\:bottom-120:focus {
  bottom: 120px;
}

.focus\:left-120:focus {
  left: 120px;
}

.focus\:top-130:focus {
  top: 130px;
}

.focus\:right-130:focus {
  right: 130px;
}

.focus\:bottom-130:focus {
  bottom: 130px;
}

.focus\:left-130:focus {
  left: 130px;
}

.focus\:top-140:focus {
  top: 140px;
}

.focus\:right-140:focus {
  right: 140px;
}

.focus\:bottom-140:focus {
  bottom: 140px;
}

.focus\:left-140:focus {
  left: 140px;
}

.focus\:top-180:focus {
  top: 180px;
}

.focus\:right-180:focus {
  right: 180px;
}

.focus\:bottom-180:focus {
  bottom: 180px;
}

.focus\:left-180:focus {
  left: 180px;
}

.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-calc-middle:focus {
  top: calc(50% - 40px);
}

.focus\:right-calc-middle:focus {
  right: calc(50% - 40px);
}

.focus\:bottom-calc-middle:focus {
  bottom: calc(50% - 40px);
}

.focus\:left-calc-middle:focus {
  left: calc(50% - 40px);
}

.focus\:top-10p:focus {
  top: 10%;
}

.focus\:right-10p:focus {
  right: 10%;
}

.focus\:bottom-10p:focus {
  bottom: 10%;
}

.focus\:left-10p:focus {
  left: 10%;
}

.focus\:top-20p:focus {
  top: 20%;
}

.focus\:right-20p:focus {
  right: 20%;
}

.focus\:bottom-20p:focus {
  bottom: 20%;
}

.focus\:left-20p:focus {
  left: 20%;
}

.focus\:-top-35:focus {
  top: -35px;
}

.focus\:-right-35:focus {
  right: -35px;
}

.focus\:-bottom-35:focus {
  bottom: -35px;
}

.focus\:-left-35:focus {
  left: -35px;
}

.focus\:-top-28:focus {
  top: -28px;
}

.focus\:-right-28:focus {
  right: -28px;
}

.focus\:-bottom-28:focus {
  bottom: -28px;
}

.focus\:-left-28:focus {
  left: -28px;
}

.focus\:-top-60:focus {
  top: -60px;
}

.focus\:-right-60:focus {
  right: -60px;
}

.focus\:-bottom-60:focus {
  bottom: -60px;
}

.focus\:-left-60:focus {
  left: -60px;
}

.focus\:top-vw90:focus {
  top: 90vw;
}

.focus\:right-vw90:focus {
  right: 90vw;
}

.focus\:bottom-vw90:focus {
  bottom: 90vw;
}

.focus\:left-vw90:focus {
  left: 90vw;
}

.focus\:top-1\/2:focus {
  top: 50%;
}

.focus\:right-1\/2:focus {
  right: 50%;
}

.focus\:bottom-1\/2:focus {
  bottom: 50%;
}

.focus\:left-1\/2:focus {
  left: 50%;
}

.first\:inset-0:first-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.first\:inset-5:first-child {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.first\:inset-10:first-child {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.first\:inset-15:first-child {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.first\:inset-16:first-child {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.first\:inset-20:first-child {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.first\:inset-21:first-child {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.first\:inset-22:first-child {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.first\:inset-25:first-child {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.first\:inset-30:first-child {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.first\:inset-35:first-child {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.first\:inset-37:first-child {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.first\:inset-38:first-child {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.first\:inset-40:first-child {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.first\:inset-50:first-child {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.first\:inset-70:first-child {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.first\:inset-100:first-child {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.first\:inset-120:first-child {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.first\:inset-130:first-child {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.first\:inset-140:first-child {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.first\:inset-180:first-child {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.first\:inset-auto:first-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.first\:inset-calc-middle:first-child {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.first\:inset-10p:first-child {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.first\:inset-20p:first-child {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.first\:-inset-35:first-child {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.first\:-inset-28:first-child {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.first\:-inset-60:first-child {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.first\:inset-vw90:first-child {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.first\:inset-1\/2:first-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.first\:inset-y-0:first-child {
  top: 0;
  bottom: 0;
}

.first\:inset-x-0:first-child {
  right: 0;
  left: 0;
}

.first\:inset-y-5:first-child {
  top: 5px;
  bottom: 5px;
}

.first\:inset-x-5:first-child {
  right: 5px;
  left: 5px;
}

.first\:inset-y-10:first-child {
  top: 10px;
  bottom: 10px;
}

.first\:inset-x-10:first-child {
  right: 10px;
  left: 10px;
}

.first\:inset-y-15:first-child {
  top: 15px;
  bottom: 15px;
}

.first\:inset-x-15:first-child {
  right: 15px;
  left: 15px;
}

.first\:inset-y-16:first-child {
  top: 16px;
  bottom: 16px;
}

.first\:inset-x-16:first-child {
  right: 16px;
  left: 16px;
}

.first\:inset-y-20:first-child {
  top: 20px;
  bottom: 20px;
}

.first\:inset-x-20:first-child {
  right: 20px;
  left: 20px;
}

.first\:inset-y-21:first-child {
  top: 21px;
  bottom: 21px;
}

.first\:inset-x-21:first-child {
  right: 21px;
  left: 21px;
}

.first\:inset-y-22:first-child {
  top: 22px;
  bottom: 22px;
}

.first\:inset-x-22:first-child {
  right: 22px;
  left: 22px;
}

.first\:inset-y-25:first-child {
  top: 25px;
  bottom: 25px;
}

.first\:inset-x-25:first-child {
  right: 25px;
  left: 25px;
}

.first\:inset-y-30:first-child {
  top: 30px;
  bottom: 30px;
}

.first\:inset-x-30:first-child {
  right: 30px;
  left: 30px;
}

.first\:inset-y-35:first-child {
  top: 35px;
  bottom: 35px;
}

.first\:inset-x-35:first-child {
  right: 35px;
  left: 35px;
}

.first\:inset-y-37:first-child {
  top: 37px;
  bottom: 37px;
}

.first\:inset-x-37:first-child {
  right: 37px;
  left: 37px;
}

.first\:inset-y-38:first-child {
  top: 38px;
  bottom: 38px;
}

.first\:inset-x-38:first-child {
  right: 38px;
  left: 38px;
}

.first\:inset-y-40:first-child {
  top: 40px;
  bottom: 40px;
}

.first\:inset-x-40:first-child {
  right: 40px;
  left: 40px;
}

.first\:inset-y-50:first-child {
  top: 50px;
  bottom: 50px;
}

.first\:inset-x-50:first-child {
  right: 50px;
  left: 50px;
}

.first\:inset-y-70:first-child {
  top: 70px;
  bottom: 70px;
}

.first\:inset-x-70:first-child {
  right: 70px;
  left: 70px;
}

.first\:inset-y-100:first-child {
  top: 100px;
  bottom: 100px;
}

.first\:inset-x-100:first-child {
  right: 100px;
  left: 100px;
}

.first\:inset-y-120:first-child {
  top: 120px;
  bottom: 120px;
}

.first\:inset-x-120:first-child {
  right: 120px;
  left: 120px;
}

.first\:inset-y-130:first-child {
  top: 130px;
  bottom: 130px;
}

.first\:inset-x-130:first-child {
  right: 130px;
  left: 130px;
}

.first\:inset-y-140:first-child {
  top: 140px;
  bottom: 140px;
}

.first\:inset-x-140:first-child {
  right: 140px;
  left: 140px;
}

.first\:inset-y-180:first-child {
  top: 180px;
  bottom: 180px;
}

.first\:inset-x-180:first-child {
  right: 180px;
  left: 180px;
}

.first\:inset-y-auto:first-child {
  top: auto;
  bottom: auto;
}

.first\:inset-x-auto:first-child {
  right: auto;
  left: auto;
}

.first\:inset-y-calc-middle:first-child {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.first\:inset-x-calc-middle:first-child {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.first\:inset-y-10p:first-child {
  top: 10%;
  bottom: 10%;
}

.first\:inset-x-10p:first-child {
  right: 10%;
  left: 10%;
}

.first\:inset-y-20p:first-child {
  top: 20%;
  bottom: 20%;
}

.first\:inset-x-20p:first-child {
  right: 20%;
  left: 20%;
}

.first\:-inset-y-35:first-child {
  top: -35px;
  bottom: -35px;
}

.first\:-inset-x-35:first-child {
  right: -35px;
  left: -35px;
}

.first\:-inset-y-28:first-child {
  top: -28px;
  bottom: -28px;
}

.first\:-inset-x-28:first-child {
  right: -28px;
  left: -28px;
}

.first\:-inset-y-60:first-child {
  top: -60px;
  bottom: -60px;
}

.first\:-inset-x-60:first-child {
  right: -60px;
  left: -60px;
}

.first\:inset-y-vw90:first-child {
  top: 90vw;
  bottom: 90vw;
}

.first\:inset-x-vw90:first-child {
  right: 90vw;
  left: 90vw;
}

.first\:inset-y-1\/2:first-child {
  top: 50%;
  bottom: 50%;
}

.first\:inset-x-1\/2:first-child {
  right: 50%;
  left: 50%;
}

.first\:top-0:first-child {
  top: 0;
}

.first\:right-0:first-child {
  right: 0;
}

.first\:bottom-0:first-child {
  bottom: 0;
}

.first\:left-0:first-child {
  left: 0;
}

.first\:top-5:first-child {
  top: 5px;
}

.first\:right-5:first-child {
  right: 5px;
}

.first\:bottom-5:first-child {
  bottom: 5px;
}

.first\:left-5:first-child {
  left: 5px;
}

.first\:top-10:first-child {
  top: 10px;
}

.first\:right-10:first-child {
  right: 10px;
}

.first\:bottom-10:first-child {
  bottom: 10px;
}

.first\:left-10:first-child {
  left: 10px;
}

.first\:top-15:first-child {
  top: 15px;
}

.first\:right-15:first-child {
  right: 15px;
}

.first\:bottom-15:first-child {
  bottom: 15px;
}

.first\:left-15:first-child {
  left: 15px;
}

.first\:top-16:first-child {
  top: 16px;
}

.first\:right-16:first-child {
  right: 16px;
}

.first\:bottom-16:first-child {
  bottom: 16px;
}

.first\:left-16:first-child {
  left: 16px;
}

.first\:top-20:first-child {
  top: 20px;
}

.first\:right-20:first-child {
  right: 20px;
}

.first\:bottom-20:first-child {
  bottom: 20px;
}

.first\:left-20:first-child {
  left: 20px;
}

.first\:top-21:first-child {
  top: 21px;
}

.first\:right-21:first-child {
  right: 21px;
}

.first\:bottom-21:first-child {
  bottom: 21px;
}

.first\:left-21:first-child {
  left: 21px;
}

.first\:top-22:first-child {
  top: 22px;
}

.first\:right-22:first-child {
  right: 22px;
}

.first\:bottom-22:first-child {
  bottom: 22px;
}

.first\:left-22:first-child {
  left: 22px;
}

.first\:top-25:first-child {
  top: 25px;
}

.first\:right-25:first-child {
  right: 25px;
}

.first\:bottom-25:first-child {
  bottom: 25px;
}

.first\:left-25:first-child {
  left: 25px;
}

.first\:top-30:first-child {
  top: 30px;
}

.first\:right-30:first-child {
  right: 30px;
}

.first\:bottom-30:first-child {
  bottom: 30px;
}

.first\:left-30:first-child {
  left: 30px;
}

.first\:top-35:first-child {
  top: 35px;
}

.first\:right-35:first-child {
  right: 35px;
}

.first\:bottom-35:first-child {
  bottom: 35px;
}

.first\:left-35:first-child {
  left: 35px;
}

.first\:top-37:first-child {
  top: 37px;
}

.first\:right-37:first-child {
  right: 37px;
}

.first\:bottom-37:first-child {
  bottom: 37px;
}

.first\:left-37:first-child {
  left: 37px;
}

.first\:top-38:first-child {
  top: 38px;
}

.first\:right-38:first-child {
  right: 38px;
}

.first\:bottom-38:first-child {
  bottom: 38px;
}

.first\:left-38:first-child {
  left: 38px;
}

.first\:top-40:first-child {
  top: 40px;
}

.first\:right-40:first-child {
  right: 40px;
}

.first\:bottom-40:first-child {
  bottom: 40px;
}

.first\:left-40:first-child {
  left: 40px;
}

.first\:top-50:first-child {
  top: 50px;
}

.first\:right-50:first-child {
  right: 50px;
}

.first\:bottom-50:first-child {
  bottom: 50px;
}

.first\:left-50:first-child {
  left: 50px;
}

.first\:top-70:first-child {
  top: 70px;
}

.first\:right-70:first-child {
  right: 70px;
}

.first\:bottom-70:first-child {
  bottom: 70px;
}

.first\:left-70:first-child {
  left: 70px;
}

.first\:top-100:first-child {
  top: 100px;
}

.first\:right-100:first-child {
  right: 100px;
}

.first\:bottom-100:first-child {
  bottom: 100px;
}

.first\:left-100:first-child {
  left: 100px;
}

.first\:top-120:first-child {
  top: 120px;
}

.first\:right-120:first-child {
  right: 120px;
}

.first\:bottom-120:first-child {
  bottom: 120px;
}

.first\:left-120:first-child {
  left: 120px;
}

.first\:top-130:first-child {
  top: 130px;
}

.first\:right-130:first-child {
  right: 130px;
}

.first\:bottom-130:first-child {
  bottom: 130px;
}

.first\:left-130:first-child {
  left: 130px;
}

.first\:top-140:first-child {
  top: 140px;
}

.first\:right-140:first-child {
  right: 140px;
}

.first\:bottom-140:first-child {
  bottom: 140px;
}

.first\:left-140:first-child {
  left: 140px;
}

.first\:top-180:first-child {
  top: 180px;
}

.first\:right-180:first-child {
  right: 180px;
}

.first\:bottom-180:first-child {
  bottom: 180px;
}

.first\:left-180:first-child {
  left: 180px;
}

.first\:top-auto:first-child {
  top: auto;
}

.first\:right-auto:first-child {
  right: auto;
}

.first\:bottom-auto:first-child {
  bottom: auto;
}

.first\:left-auto:first-child {
  left: auto;
}

.first\:top-calc-middle:first-child {
  top: calc(50% - 40px);
}

.first\:right-calc-middle:first-child {
  right: calc(50% - 40px);
}

.first\:bottom-calc-middle:first-child {
  bottom: calc(50% - 40px);
}

.first\:left-calc-middle:first-child {
  left: calc(50% - 40px);
}

.first\:top-10p:first-child {
  top: 10%;
}

.first\:right-10p:first-child {
  right: 10%;
}

.first\:bottom-10p:first-child {
  bottom: 10%;
}

.first\:left-10p:first-child {
  left: 10%;
}

.first\:top-20p:first-child {
  top: 20%;
}

.first\:right-20p:first-child {
  right: 20%;
}

.first\:bottom-20p:first-child {
  bottom: 20%;
}

.first\:left-20p:first-child {
  left: 20%;
}

.first\:-top-35:first-child {
  top: -35px;
}

.first\:-right-35:first-child {
  right: -35px;
}

.first\:-bottom-35:first-child {
  bottom: -35px;
}

.first\:-left-35:first-child {
  left: -35px;
}

.first\:-top-28:first-child {
  top: -28px;
}

.first\:-right-28:first-child {
  right: -28px;
}

.first\:-bottom-28:first-child {
  bottom: -28px;
}

.first\:-left-28:first-child {
  left: -28px;
}

.first\:-top-60:first-child {
  top: -60px;
}

.first\:-right-60:first-child {
  right: -60px;
}

.first\:-bottom-60:first-child {
  bottom: -60px;
}

.first\:-left-60:first-child {
  left: -60px;
}

.first\:top-vw90:first-child {
  top: 90vw;
}

.first\:right-vw90:first-child {
  right: 90vw;
}

.first\:bottom-vw90:first-child {
  bottom: 90vw;
}

.first\:left-vw90:first-child {
  left: 90vw;
}

.first\:top-1\/2:first-child {
  top: 50%;
}

.first\:right-1\/2:first-child {
  right: 50%;
}

.first\:bottom-1\/2:first-child {
  bottom: 50%;
}

.first\:left-1\/2:first-child {
  left: 50%;
}

.last\:inset-0:last-child {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.last\:inset-5:last-child {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.last\:inset-10:last-child {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.last\:inset-15:last-child {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.last\:inset-16:last-child {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.last\:inset-20:last-child {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.last\:inset-21:last-child {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.last\:inset-22:last-child {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.last\:inset-25:last-child {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.last\:inset-30:last-child {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.last\:inset-35:last-child {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.last\:inset-37:last-child {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.last\:inset-38:last-child {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.last\:inset-40:last-child {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.last\:inset-50:last-child {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.last\:inset-70:last-child {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.last\:inset-100:last-child {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.last\:inset-120:last-child {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.last\:inset-130:last-child {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.last\:inset-140:last-child {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.last\:inset-180:last-child {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.last\:inset-auto:last-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.last\:inset-calc-middle:last-child {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.last\:inset-10p:last-child {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.last\:inset-20p:last-child {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.last\:-inset-35:last-child {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.last\:-inset-28:last-child {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.last\:-inset-60:last-child {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.last\:inset-vw90:last-child {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.last\:inset-1\/2:last-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.last\:inset-y-0:last-child {
  top: 0;
  bottom: 0;
}

.last\:inset-x-0:last-child {
  right: 0;
  left: 0;
}

.last\:inset-y-5:last-child {
  top: 5px;
  bottom: 5px;
}

.last\:inset-x-5:last-child {
  right: 5px;
  left: 5px;
}

.last\:inset-y-10:last-child {
  top: 10px;
  bottom: 10px;
}

.last\:inset-x-10:last-child {
  right: 10px;
  left: 10px;
}

.last\:inset-y-15:last-child {
  top: 15px;
  bottom: 15px;
}

.last\:inset-x-15:last-child {
  right: 15px;
  left: 15px;
}

.last\:inset-y-16:last-child {
  top: 16px;
  bottom: 16px;
}

.last\:inset-x-16:last-child {
  right: 16px;
  left: 16px;
}

.last\:inset-y-20:last-child {
  top: 20px;
  bottom: 20px;
}

.last\:inset-x-20:last-child {
  right: 20px;
  left: 20px;
}

.last\:inset-y-21:last-child {
  top: 21px;
  bottom: 21px;
}

.last\:inset-x-21:last-child {
  right: 21px;
  left: 21px;
}

.last\:inset-y-22:last-child {
  top: 22px;
  bottom: 22px;
}

.last\:inset-x-22:last-child {
  right: 22px;
  left: 22px;
}

.last\:inset-y-25:last-child {
  top: 25px;
  bottom: 25px;
}

.last\:inset-x-25:last-child {
  right: 25px;
  left: 25px;
}

.last\:inset-y-30:last-child {
  top: 30px;
  bottom: 30px;
}

.last\:inset-x-30:last-child {
  right: 30px;
  left: 30px;
}

.last\:inset-y-35:last-child {
  top: 35px;
  bottom: 35px;
}

.last\:inset-x-35:last-child {
  right: 35px;
  left: 35px;
}

.last\:inset-y-37:last-child {
  top: 37px;
  bottom: 37px;
}

.last\:inset-x-37:last-child {
  right: 37px;
  left: 37px;
}

.last\:inset-y-38:last-child {
  top: 38px;
  bottom: 38px;
}

.last\:inset-x-38:last-child {
  right: 38px;
  left: 38px;
}

.last\:inset-y-40:last-child {
  top: 40px;
  bottom: 40px;
}

.last\:inset-x-40:last-child {
  right: 40px;
  left: 40px;
}

.last\:inset-y-50:last-child {
  top: 50px;
  bottom: 50px;
}

.last\:inset-x-50:last-child {
  right: 50px;
  left: 50px;
}

.last\:inset-y-70:last-child {
  top: 70px;
  bottom: 70px;
}

.last\:inset-x-70:last-child {
  right: 70px;
  left: 70px;
}

.last\:inset-y-100:last-child {
  top: 100px;
  bottom: 100px;
}

.last\:inset-x-100:last-child {
  right: 100px;
  left: 100px;
}

.last\:inset-y-120:last-child {
  top: 120px;
  bottom: 120px;
}

.last\:inset-x-120:last-child {
  right: 120px;
  left: 120px;
}

.last\:inset-y-130:last-child {
  top: 130px;
  bottom: 130px;
}

.last\:inset-x-130:last-child {
  right: 130px;
  left: 130px;
}

.last\:inset-y-140:last-child {
  top: 140px;
  bottom: 140px;
}

.last\:inset-x-140:last-child {
  right: 140px;
  left: 140px;
}

.last\:inset-y-180:last-child {
  top: 180px;
  bottom: 180px;
}

.last\:inset-x-180:last-child {
  right: 180px;
  left: 180px;
}

.last\:inset-y-auto:last-child {
  top: auto;
  bottom: auto;
}

.last\:inset-x-auto:last-child {
  right: auto;
  left: auto;
}

.last\:inset-y-calc-middle:last-child {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.last\:inset-x-calc-middle:last-child {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.last\:inset-y-10p:last-child {
  top: 10%;
  bottom: 10%;
}

.last\:inset-x-10p:last-child {
  right: 10%;
  left: 10%;
}

.last\:inset-y-20p:last-child {
  top: 20%;
  bottom: 20%;
}

.last\:inset-x-20p:last-child {
  right: 20%;
  left: 20%;
}

.last\:-inset-y-35:last-child {
  top: -35px;
  bottom: -35px;
}

.last\:-inset-x-35:last-child {
  right: -35px;
  left: -35px;
}

.last\:-inset-y-28:last-child {
  top: -28px;
  bottom: -28px;
}

.last\:-inset-x-28:last-child {
  right: -28px;
  left: -28px;
}

.last\:-inset-y-60:last-child {
  top: -60px;
  bottom: -60px;
}

.last\:-inset-x-60:last-child {
  right: -60px;
  left: -60px;
}

.last\:inset-y-vw90:last-child {
  top: 90vw;
  bottom: 90vw;
}

.last\:inset-x-vw90:last-child {
  right: 90vw;
  left: 90vw;
}

.last\:inset-y-1\/2:last-child {
  top: 50%;
  bottom: 50%;
}

.last\:inset-x-1\/2:last-child {
  right: 50%;
  left: 50%;
}

.last\:top-0:last-child {
  top: 0;
}

.last\:right-0:last-child {
  right: 0;
}

.last\:bottom-0:last-child {
  bottom: 0;
}

.last\:left-0:last-child {
  left: 0;
}

.last\:top-5:last-child {
  top: 5px;
}

.last\:right-5:last-child {
  right: 5px;
}

.last\:bottom-5:last-child {
  bottom: 5px;
}

.last\:left-5:last-child {
  left: 5px;
}

.last\:top-10:last-child {
  top: 10px;
}

.last\:right-10:last-child {
  right: 10px;
}

.last\:bottom-10:last-child {
  bottom: 10px;
}

.last\:left-10:last-child {
  left: 10px;
}

.last\:top-15:last-child {
  top: 15px;
}

.last\:right-15:last-child {
  right: 15px;
}

.last\:bottom-15:last-child {
  bottom: 15px;
}

.last\:left-15:last-child {
  left: 15px;
}

.last\:top-16:last-child {
  top: 16px;
}

.last\:right-16:last-child {
  right: 16px;
}

.last\:bottom-16:last-child {
  bottom: 16px;
}

.last\:left-16:last-child {
  left: 16px;
}

.last\:top-20:last-child {
  top: 20px;
}

.last\:right-20:last-child {
  right: 20px;
}

.last\:bottom-20:last-child {
  bottom: 20px;
}

.last\:left-20:last-child {
  left: 20px;
}

.last\:top-21:last-child {
  top: 21px;
}

.last\:right-21:last-child {
  right: 21px;
}

.last\:bottom-21:last-child {
  bottom: 21px;
}

.last\:left-21:last-child {
  left: 21px;
}

.last\:top-22:last-child {
  top: 22px;
}

.last\:right-22:last-child {
  right: 22px;
}

.last\:bottom-22:last-child {
  bottom: 22px;
}

.last\:left-22:last-child {
  left: 22px;
}

.last\:top-25:last-child {
  top: 25px;
}

.last\:right-25:last-child {
  right: 25px;
}

.last\:bottom-25:last-child {
  bottom: 25px;
}

.last\:left-25:last-child {
  left: 25px;
}

.last\:top-30:last-child {
  top: 30px;
}

.last\:right-30:last-child {
  right: 30px;
}

.last\:bottom-30:last-child {
  bottom: 30px;
}

.last\:left-30:last-child {
  left: 30px;
}

.last\:top-35:last-child {
  top: 35px;
}

.last\:right-35:last-child {
  right: 35px;
}

.last\:bottom-35:last-child {
  bottom: 35px;
}

.last\:left-35:last-child {
  left: 35px;
}

.last\:top-37:last-child {
  top: 37px;
}

.last\:right-37:last-child {
  right: 37px;
}

.last\:bottom-37:last-child {
  bottom: 37px;
}

.last\:left-37:last-child {
  left: 37px;
}

.last\:top-38:last-child {
  top: 38px;
}

.last\:right-38:last-child {
  right: 38px;
}

.last\:bottom-38:last-child {
  bottom: 38px;
}

.last\:left-38:last-child {
  left: 38px;
}

.last\:top-40:last-child {
  top: 40px;
}

.last\:right-40:last-child {
  right: 40px;
}

.last\:bottom-40:last-child {
  bottom: 40px;
}

.last\:left-40:last-child {
  left: 40px;
}

.last\:top-50:last-child {
  top: 50px;
}

.last\:right-50:last-child {
  right: 50px;
}

.last\:bottom-50:last-child {
  bottom: 50px;
}

.last\:left-50:last-child {
  left: 50px;
}

.last\:top-70:last-child {
  top: 70px;
}

.last\:right-70:last-child {
  right: 70px;
}

.last\:bottom-70:last-child {
  bottom: 70px;
}

.last\:left-70:last-child {
  left: 70px;
}

.last\:top-100:last-child {
  top: 100px;
}

.last\:right-100:last-child {
  right: 100px;
}

.last\:bottom-100:last-child {
  bottom: 100px;
}

.last\:left-100:last-child {
  left: 100px;
}

.last\:top-120:last-child {
  top: 120px;
}

.last\:right-120:last-child {
  right: 120px;
}

.last\:bottom-120:last-child {
  bottom: 120px;
}

.last\:left-120:last-child {
  left: 120px;
}

.last\:top-130:last-child {
  top: 130px;
}

.last\:right-130:last-child {
  right: 130px;
}

.last\:bottom-130:last-child {
  bottom: 130px;
}

.last\:left-130:last-child {
  left: 130px;
}

.last\:top-140:last-child {
  top: 140px;
}

.last\:right-140:last-child {
  right: 140px;
}

.last\:bottom-140:last-child {
  bottom: 140px;
}

.last\:left-140:last-child {
  left: 140px;
}

.last\:top-180:last-child {
  top: 180px;
}

.last\:right-180:last-child {
  right: 180px;
}

.last\:bottom-180:last-child {
  bottom: 180px;
}

.last\:left-180:last-child {
  left: 180px;
}

.last\:top-auto:last-child {
  top: auto;
}

.last\:right-auto:last-child {
  right: auto;
}

.last\:bottom-auto:last-child {
  bottom: auto;
}

.last\:left-auto:last-child {
  left: auto;
}

.last\:top-calc-middle:last-child {
  top: calc(50% - 40px);
}

.last\:right-calc-middle:last-child {
  right: calc(50% - 40px);
}

.last\:bottom-calc-middle:last-child {
  bottom: calc(50% - 40px);
}

.last\:left-calc-middle:last-child {
  left: calc(50% - 40px);
}

.last\:top-10p:last-child {
  top: 10%;
}

.last\:right-10p:last-child {
  right: 10%;
}

.last\:bottom-10p:last-child {
  bottom: 10%;
}

.last\:left-10p:last-child {
  left: 10%;
}

.last\:top-20p:last-child {
  top: 20%;
}

.last\:right-20p:last-child {
  right: 20%;
}

.last\:bottom-20p:last-child {
  bottom: 20%;
}

.last\:left-20p:last-child {
  left: 20%;
}

.last\:-top-35:last-child {
  top: -35px;
}

.last\:-right-35:last-child {
  right: -35px;
}

.last\:-bottom-35:last-child {
  bottom: -35px;
}

.last\:-left-35:last-child {
  left: -35px;
}

.last\:-top-28:last-child {
  top: -28px;
}

.last\:-right-28:last-child {
  right: -28px;
}

.last\:-bottom-28:last-child {
  bottom: -28px;
}

.last\:-left-28:last-child {
  left: -28px;
}

.last\:-top-60:last-child {
  top: -60px;
}

.last\:-right-60:last-child {
  right: -60px;
}

.last\:-bottom-60:last-child {
  bottom: -60px;
}

.last\:-left-60:last-child {
  left: -60px;
}

.last\:top-vw90:last-child {
  top: 90vw;
}

.last\:right-vw90:last-child {
  right: 90vw;
}

.last\:bottom-vw90:last-child {
  bottom: 90vw;
}

.last\:left-vw90:last-child {
  left: 90vw;
}

.last\:top-1\/2:last-child {
  top: 50%;
}

.last\:right-1\/2:last-child {
  right: 50%;
}

.last\:bottom-1\/2:last-child {
  bottom: 50%;
}

.last\:left-1\/2:last-child {
  left: 50%;
}

.group:hover .group-hover\:inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.group:hover .group-hover\:inset-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.group:hover .group-hover\:inset-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.group:hover .group-hover\:inset-15 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.group:hover .group-hover\:inset-16 {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.group:hover .group-hover\:inset-20 {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.group:hover .group-hover\:inset-21 {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.group:hover .group-hover\:inset-22 {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.group:hover .group-hover\:inset-25 {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.group:hover .group-hover\:inset-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.group:hover .group-hover\:inset-35 {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.group:hover .group-hover\:inset-37 {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.group:hover .group-hover\:inset-38 {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.group:hover .group-hover\:inset-40 {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.group:hover .group-hover\:inset-50 {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.group:hover .group-hover\:inset-70 {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.group:hover .group-hover\:inset-100 {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.group:hover .group-hover\:inset-120 {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.group:hover .group-hover\:inset-130 {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.group:hover .group-hover\:inset-140 {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.group:hover .group-hover\:inset-180 {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px;
}

.group:hover .group-hover\:inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.group:hover .group-hover\:inset-calc-middle {
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  bottom: calc(50% - 40px);
  left: calc(50% - 40px);
}

.group:hover .group-hover\:inset-10p {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.group:hover .group-hover\:inset-20p {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.group:hover .group-hover\:-inset-35 {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.group:hover .group-hover\:-inset-28 {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.group:hover .group-hover\:-inset-60 {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.group:hover .group-hover\:inset-vw90 {
  top: 90vw;
  right: 90vw;
  bottom: 90vw;
  left: 90vw;
}

.group:hover .group-hover\:inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.group:hover .group-hover\:inset-y-0 {
  top: 0;
  bottom: 0;
}

.group:hover .group-hover\:inset-x-0 {
  right: 0;
  left: 0;
}

.group:hover .group-hover\:inset-y-5 {
  top: 5px;
  bottom: 5px;
}

.group:hover .group-hover\:inset-x-5 {
  right: 5px;
  left: 5px;
}

.group:hover .group-hover\:inset-y-10 {
  top: 10px;
  bottom: 10px;
}

.group:hover .group-hover\:inset-x-10 {
  right: 10px;
  left: 10px;
}

.group:hover .group-hover\:inset-y-15 {
  top: 15px;
  bottom: 15px;
}

.group:hover .group-hover\:inset-x-15 {
  right: 15px;
  left: 15px;
}

.group:hover .group-hover\:inset-y-16 {
  top: 16px;
  bottom: 16px;
}

.group:hover .group-hover\:inset-x-16 {
  right: 16px;
  left: 16px;
}

.group:hover .group-hover\:inset-y-20 {
  top: 20px;
  bottom: 20px;
}

.group:hover .group-hover\:inset-x-20 {
  right: 20px;
  left: 20px;
}

.group:hover .group-hover\:inset-y-21 {
  top: 21px;
  bottom: 21px;
}

.group:hover .group-hover\:inset-x-21 {
  right: 21px;
  left: 21px;
}

.group:hover .group-hover\:inset-y-22 {
  top: 22px;
  bottom: 22px;
}

.group:hover .group-hover\:inset-x-22 {
  right: 22px;
  left: 22px;
}

.group:hover .group-hover\:inset-y-25 {
  top: 25px;
  bottom: 25px;
}

.group:hover .group-hover\:inset-x-25 {
  right: 25px;
  left: 25px;
}

.group:hover .group-hover\:inset-y-30 {
  top: 30px;
  bottom: 30px;
}

.group:hover .group-hover\:inset-x-30 {
  right: 30px;
  left: 30px;
}

.group:hover .group-hover\:inset-y-35 {
  top: 35px;
  bottom: 35px;
}

.group:hover .group-hover\:inset-x-35 {
  right: 35px;
  left: 35px;
}

.group:hover .group-hover\:inset-y-37 {
  top: 37px;
  bottom: 37px;
}

.group:hover .group-hover\:inset-x-37 {
  right: 37px;
  left: 37px;
}

.group:hover .group-hover\:inset-y-38 {
  top: 38px;
  bottom: 38px;
}

.group:hover .group-hover\:inset-x-38 {
  right: 38px;
  left: 38px;
}

.group:hover .group-hover\:inset-y-40 {
  top: 40px;
  bottom: 40px;
}

.group:hover .group-hover\:inset-x-40 {
  right: 40px;
  left: 40px;
}

.group:hover .group-hover\:inset-y-50 {
  top: 50px;
  bottom: 50px;
}

.group:hover .group-hover\:inset-x-50 {
  right: 50px;
  left: 50px;
}

.group:hover .group-hover\:inset-y-70 {
  top: 70px;
  bottom: 70px;
}

.group:hover .group-hover\:inset-x-70 {
  right: 70px;
  left: 70px;
}

.group:hover .group-hover\:inset-y-100 {
  top: 100px;
  bottom: 100px;
}

.group:hover .group-hover\:inset-x-100 {
  right: 100px;
  left: 100px;
}

.group:hover .group-hover\:inset-y-120 {
  top: 120px;
  bottom: 120px;
}

.group:hover .group-hover\:inset-x-120 {
  right: 120px;
  left: 120px;
}

.group:hover .group-hover\:inset-y-130 {
  top: 130px;
  bottom: 130px;
}

.group:hover .group-hover\:inset-x-130 {
  right: 130px;
  left: 130px;
}

.group:hover .group-hover\:inset-y-140 {
  top: 140px;
  bottom: 140px;
}

.group:hover .group-hover\:inset-x-140 {
  right: 140px;
  left: 140px;
}

.group:hover .group-hover\:inset-y-180 {
  top: 180px;
  bottom: 180px;
}

.group:hover .group-hover\:inset-x-180 {
  right: 180px;
  left: 180px;
}

.group:hover .group-hover\:inset-y-auto {
  top: auto;
  bottom: auto;
}

.group:hover .group-hover\:inset-x-auto {
  right: auto;
  left: auto;
}

.group:hover .group-hover\:inset-y-calc-middle {
  top: calc(50% - 40px);
  bottom: calc(50% - 40px);
}

.group:hover .group-hover\:inset-x-calc-middle {
  right: calc(50% - 40px);
  left: calc(50% - 40px);
}

.group:hover .group-hover\:inset-y-10p {
  top: 10%;
  bottom: 10%;
}

.group:hover .group-hover\:inset-x-10p {
  right: 10%;
  left: 10%;
}

.group:hover .group-hover\:inset-y-20p {
  top: 20%;
  bottom: 20%;
}

.group:hover .group-hover\:inset-x-20p {
  right: 20%;
  left: 20%;
}

.group:hover .group-hover\:-inset-y-35 {
  top: -35px;
  bottom: -35px;
}

.group:hover .group-hover\:-inset-x-35 {
  right: -35px;
  left: -35px;
}

.group:hover .group-hover\:-inset-y-28 {
  top: -28px;
  bottom: -28px;
}

.group:hover .group-hover\:-inset-x-28 {
  right: -28px;
  left: -28px;
}

.group:hover .group-hover\:-inset-y-60 {
  top: -60px;
  bottom: -60px;
}

.group:hover .group-hover\:-inset-x-60 {
  right: -60px;
  left: -60px;
}

.group:hover .group-hover\:inset-y-vw90 {
  top: 90vw;
  bottom: 90vw;
}

.group:hover .group-hover\:inset-x-vw90 {
  right: 90vw;
  left: 90vw;
}

.group:hover .group-hover\:inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.group:hover .group-hover\:inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.group:hover .group-hover\:top-0 {
  top: 0;
}

.group:hover .group-hover\:right-0 {
  right: 0;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0;
}

.group:hover .group-hover\:left-0 {
  left: 0;
}

.group:hover .group-hover\:top-5 {
  top: 5px;
}

.group:hover .group-hover\:right-5 {
  right: 5px;
}

.group:hover .group-hover\:bottom-5 {
  bottom: 5px;
}

.group:hover .group-hover\:left-5 {
  left: 5px;
}

.group:hover .group-hover\:top-10 {
  top: 10px;
}

.group:hover .group-hover\:right-10 {
  right: 10px;
}

.group:hover .group-hover\:bottom-10 {
  bottom: 10px;
}

.group:hover .group-hover\:left-10 {
  left: 10px;
}

.group:hover .group-hover\:top-15 {
  top: 15px;
}

.group:hover .group-hover\:right-15 {
  right: 15px;
}

.group:hover .group-hover\:bottom-15 {
  bottom: 15px;
}

.group:hover .group-hover\:left-15 {
  left: 15px;
}

.group:hover .group-hover\:top-16 {
  top: 16px;
}

.group:hover .group-hover\:right-16 {
  right: 16px;
}

.group:hover .group-hover\:bottom-16 {
  bottom: 16px;
}

.group:hover .group-hover\:left-16 {
  left: 16px;
}

.group:hover .group-hover\:top-20 {
  top: 20px;
}

.group:hover .group-hover\:right-20 {
  right: 20px;
}

.group:hover .group-hover\:bottom-20 {
  bottom: 20px;
}

.group:hover .group-hover\:left-20 {
  left: 20px;
}

.group:hover .group-hover\:top-21 {
  top: 21px;
}

.group:hover .group-hover\:right-21 {
  right: 21px;
}

.group:hover .group-hover\:bottom-21 {
  bottom: 21px;
}

.group:hover .group-hover\:left-21 {
  left: 21px;
}

.group:hover .group-hover\:top-22 {
  top: 22px;
}

.group:hover .group-hover\:right-22 {
  right: 22px;
}

.group:hover .group-hover\:bottom-22 {
  bottom: 22px;
}

.group:hover .group-hover\:left-22 {
  left: 22px;
}

.group:hover .group-hover\:top-25 {
  top: 25px;
}

.group:hover .group-hover\:right-25 {
  right: 25px;
}

.group:hover .group-hover\:bottom-25 {
  bottom: 25px;
}

.group:hover .group-hover\:left-25 {
  left: 25px;
}

.group:hover .group-hover\:top-30 {
  top: 30px;
}

.group:hover .group-hover\:right-30 {
  right: 30px;
}

.group:hover .group-hover\:bottom-30 {
  bottom: 30px;
}

.group:hover .group-hover\:left-30 {
  left: 30px;
}

.group:hover .group-hover\:top-35 {
  top: 35px;
}

.group:hover .group-hover\:right-35 {
  right: 35px;
}

.group:hover .group-hover\:bottom-35 {
  bottom: 35px;
}

.group:hover .group-hover\:left-35 {
  left: 35px;
}

.group:hover .group-hover\:top-37 {
  top: 37px;
}

.group:hover .group-hover\:right-37 {
  right: 37px;
}

.group:hover .group-hover\:bottom-37 {
  bottom: 37px;
}

.group:hover .group-hover\:left-37 {
  left: 37px;
}

.group:hover .group-hover\:top-38 {
  top: 38px;
}

.group:hover .group-hover\:right-38 {
  right: 38px;
}

.group:hover .group-hover\:bottom-38 {
  bottom: 38px;
}

.group:hover .group-hover\:left-38 {
  left: 38px;
}

.group:hover .group-hover\:top-40 {
  top: 40px;
}

.group:hover .group-hover\:right-40 {
  right: 40px;
}

.group:hover .group-hover\:bottom-40 {
  bottom: 40px;
}

.group:hover .group-hover\:left-40 {
  left: 40px;
}

.group:hover .group-hover\:top-50 {
  top: 50px;
}

.group:hover .group-hover\:right-50 {
  right: 50px;
}

.group:hover .group-hover\:bottom-50 {
  bottom: 50px;
}

.group:hover .group-hover\:left-50 {
  left: 50px;
}

.group:hover .group-hover\:top-70 {
  top: 70px;
}

.group:hover .group-hover\:right-70 {
  right: 70px;
}

.group:hover .group-hover\:bottom-70 {
  bottom: 70px;
}

.group:hover .group-hover\:left-70 {
  left: 70px;
}

.group:hover .group-hover\:top-100 {
  top: 100px;
}

.group:hover .group-hover\:right-100 {
  right: 100px;
}

.group:hover .group-hover\:bottom-100 {
  bottom: 100px;
}

.group:hover .group-hover\:left-100 {
  left: 100px;
}

.group:hover .group-hover\:top-120 {
  top: 120px;
}

.group:hover .group-hover\:right-120 {
  right: 120px;
}

.group:hover .group-hover\:bottom-120 {
  bottom: 120px;
}

.group:hover .group-hover\:left-120 {
  left: 120px;
}

.group:hover .group-hover\:top-130 {
  top: 130px;
}

.group:hover .group-hover\:right-130 {
  right: 130px;
}

.group:hover .group-hover\:bottom-130 {
  bottom: 130px;
}

.group:hover .group-hover\:left-130 {
  left: 130px;
}

.group:hover .group-hover\:top-140 {
  top: 140px;
}

.group:hover .group-hover\:right-140 {
  right: 140px;
}

.group:hover .group-hover\:bottom-140 {
  bottom: 140px;
}

.group:hover .group-hover\:left-140 {
  left: 140px;
}

.group:hover .group-hover\:top-180 {
  top: 180px;
}

.group:hover .group-hover\:right-180 {
  right: 180px;
}

.group:hover .group-hover\:bottom-180 {
  bottom: 180px;
}

.group:hover .group-hover\:left-180 {
  left: 180px;
}

.group:hover .group-hover\:top-auto {
  top: auto;
}

.group:hover .group-hover\:right-auto {
  right: auto;
}

.group:hover .group-hover\:bottom-auto {
  bottom: auto;
}

.group:hover .group-hover\:left-auto {
  left: auto;
}

.group:hover .group-hover\:top-calc-middle {
  top: calc(50% - 40px);
}

.group:hover .group-hover\:right-calc-middle {
  right: calc(50% - 40px);
}

.group:hover .group-hover\:bottom-calc-middle {
  bottom: calc(50% - 40px);
}

.group:hover .group-hover\:left-calc-middle {
  left: calc(50% - 40px);
}

.group:hover .group-hover\:top-10p {
  top: 10%;
}

.group:hover .group-hover\:right-10p {
  right: 10%;
}

.group:hover .group-hover\:bottom-10p {
  bottom: 10%;
}

.group:hover .group-hover\:left-10p {
  left: 10%;
}

.group:hover .group-hover\:top-20p {
  top: 20%;
}

.group:hover .group-hover\:right-20p {
  right: 20%;
}

.group:hover .group-hover\:bottom-20p {
  bottom: 20%;
}

.group:hover .group-hover\:left-20p {
  left: 20%;
}

.group:hover .group-hover\:-top-35 {
  top: -35px;
}

.group:hover .group-hover\:-right-35 {
  right: -35px;
}

.group:hover .group-hover\:-bottom-35 {
  bottom: -35px;
}

.group:hover .group-hover\:-left-35 {
  left: -35px;
}

.group:hover .group-hover\:-top-28 {
  top: -28px;
}

.group:hover .group-hover\:-right-28 {
  right: -28px;
}

.group:hover .group-hover\:-bottom-28 {
  bottom: -28px;
}

.group:hover .group-hover\:-left-28 {
  left: -28px;
}

.group:hover .group-hover\:-top-60 {
  top: -60px;
}

.group:hover .group-hover\:-right-60 {
  right: -60px;
}

.group:hover .group-hover\:-bottom-60 {
  bottom: -60px;
}

.group:hover .group-hover\:-left-60 {
  left: -60px;
}

.group:hover .group-hover\:top-vw90 {
  top: 90vw;
}

.group:hover .group-hover\:right-vw90 {
  right: 90vw;
}

.group:hover .group-hover\:bottom-vw90 {
  bottom: 90vw;
}

.group:hover .group-hover\:left-vw90 {
  left: 90vw;
}

.group:hover .group-hover\:top-1\/2 {
  top: 50%;
}

.group:hover .group-hover\:right-1\/2 {
  right: 50%;
}

.group:hover .group-hover\:bottom-1\/2 {
  bottom: 50%;
}

.group:hover .group-hover\:left-1\/2 {
  left: 50%;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.hover\:resize-none:hover {
  resize: none;
}

.hover\:resize-y:hover {
  resize: vertical;
}

.hover\:resize-x:hover {
  resize: horizontal;
}

.hover\:resize:hover {
  resize: both;
}

.focus\:resize-none:focus {
  resize: none;
}

.focus\:resize-y:focus {
  resize: vertical;
}

.focus\:resize-x:focus {
  resize: horizontal;
}

.focus\:resize:focus {
  resize: both;
}

.first\:resize-none:first-child {
  resize: none;
}

.first\:resize-y:first-child {
  resize: vertical;
}

.first\:resize-x:first-child {
  resize: horizontal;
}

.first\:resize:first-child {
  resize: both;
}

.last\:resize-none:last-child {
  resize: none;
}

.last\:resize-y:last-child {
  resize: vertical;
}

.last\:resize-x:last-child {
  resize: horizontal;
}

.last\:resize:last-child {
  resize: both;
}

.group:hover .group-hover\:resize-none {
  resize: none;
}

.group:hover .group-hover\:resize-y {
  resize: vertical;
}

.group:hover .group-hover\:resize-x {
  resize: horizontal;
}

.group:hover .group-hover\:resize {
  resize: both;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

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

.shadow-none {
  box-shadow: none;
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

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

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

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

.focus\:shadow-none:focus {
  box-shadow: none;
}

.first\:shadow-xs:first-child {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.first\:shadow-sm:first-child {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.first\:shadow:first-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-md:first-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.first\:shadow-lg:first-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.first\:shadow-xl:first-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.first\:shadow-2xl:first-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.first\:shadow-inner:first-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.first\:shadow-outline:first-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.first\:shadow-none:first-child {
  box-shadow: none;
}

.last\:shadow-xs:last-child {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.last\:shadow-sm:last-child {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.last\:shadow:last-child {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-md:last-child {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.last\:shadow-lg:last-child {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.last\:shadow-xl:last-child {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.last\:shadow-2xl:last-child {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.last\:shadow-inner:last-child {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.last\:shadow-outline:last-child {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.last\:shadow-none:last-child {
  box-shadow: none;
}

.group:hover .group-hover\:shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.group:hover .group-hover\:shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.group:hover .group-hover\:shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.group:hover .group-hover\:shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.focus\:fill-current:focus {
  fill: currentColor;
}

.first\:fill-current:first-child {
  fill: currentColor;
}

.last\:fill-current:last-child {
  fill: currentColor;
}

.group:hover .group-hover\:fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.focus\:stroke-current:focus {
  stroke: currentColor;
}

.first\:stroke-current:first-child {
  stroke: currentColor;
}

.last\:stroke-current:last-child {
  stroke: currentColor;
}

.group:hover .group-hover\:stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.hover\:stroke-0:hover {
  stroke-width: 0;
}

.hover\:stroke-1:hover {
  stroke-width: 1;
}

.hover\:stroke-2:hover {
  stroke-width: 2;
}

.focus\:stroke-0:focus {
  stroke-width: 0;
}

.focus\:stroke-1:focus {
  stroke-width: 1;
}

.focus\:stroke-2:focus {
  stroke-width: 2;
}

.first\:stroke-0:first-child {
  stroke-width: 0;
}

.first\:stroke-1:first-child {
  stroke-width: 1;
}

.first\:stroke-2:first-child {
  stroke-width: 2;
}

.last\:stroke-0:last-child {
  stroke-width: 0;
}

.last\:stroke-1:last-child {
  stroke-width: 1;
}

.last\:stroke-2:last-child {
  stroke-width: 2;
}

.group:hover .group-hover\:stroke-0 {
  stroke-width: 0;
}

.group:hover .group-hover\:stroke-1 {
  stroke-width: 1;
}

.group:hover .group-hover\:stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.hover\:table-auto:hover {
  table-layout: auto;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.focus\:table-auto:focus {
  table-layout: auto;
}

.focus\:table-fixed:focus {
  table-layout: fixed;
}

.first\:table-auto:first-child {
  table-layout: auto;
}

.first\:table-fixed:first-child {
  table-layout: fixed;
}

.last\:table-auto:last-child {
  table-layout: auto;
}

.last\:table-fixed:last-child {
  table-layout: fixed;
}

.group:hover .group-hover\:table-auto {
  table-layout: auto;
}

.group:hover .group-hover\: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;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.first\:text-left:first-child {
  text-align: left;
}

.first\:text-center:first-child {
  text-align: center;
}

.first\:text-right:first-child {
  text-align: right;
}

.first\:text-justify:first-child {
  text-align: justify;
}

.last\:text-left:last-child {
  text-align: left;
}

.last\:text-center:last-child {
  text-align: center;
}

.last\:text-right:last-child {
  text-align: right;
}

.last\:text-justify:last-child {
  text-align: justify;
}

.group:hover .group-hover\:text-left {
  text-align: left;
}

.group:hover .group-hover\:text-center {
  text-align: center;
}

.group:hover .group-hover\:text-right {
  text-align: right;
}

.group:hover .group-hover\:text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.text-orange-100 {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.text-orange-200 {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.text-orange-300 {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.text-orange-400 {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.text-orange-600 {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.text-orange-700 {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.text-orange-800 {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.text-orange-900 {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.text-yellow {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.text-green {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.text-teal-100 {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.text-teal-200 {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.text-teal-300 {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.text-teal-400 {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.text-teal-600 {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.text-teal-700 {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.text-teal-800 {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.text-teal-900 {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.text-indigo-100 {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.text-indigo-200 {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.text-indigo-300 {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.text-indigo-400 {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.text-indigo-500 {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.text-indigo-600 {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.text-indigo-700 {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.text-indigo-800 {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.text-indigo-900 {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.text-purple-100 {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.text-purple-200 {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.text-purple-300 {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.text-purple-400 {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.text-purple-500 {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.text-purple-600 {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.text-purple-700 {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.text-purple-800 {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.text-purple-900 {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.text-pink-100 {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.text-pink-200 {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.text-pink-300 {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.text-pink-600 {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.text-pink-700 {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.text-pink-800 {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.text-pink-900 {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.text-dark-blue {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.text-light-blue {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.text-text-grey {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.text-background-grey {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-grey-blue {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-gray-100:hover {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-gray-200:hover {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.hover\:text-gray-300:hover {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-gray-400:hover {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.hover\:text-gray-500:hover {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:text-gray-600:hover {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:text-gray-700:hover {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.hover\:text-gray-900:hover {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.hover\:text-orange-100:hover {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.hover\:text-orange-200:hover {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.hover\:text-orange-300:hover {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.hover\:text-orange-400:hover {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.hover\:text-orange-500:hover {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.hover\:text-orange-600:hover {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.hover\:text-orange-700:hover {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.hover\:text-orange-800:hover {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.hover\:text-orange-900:hover {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.hover\:text-yellow:hover {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.hover\:text-green:hover {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.hover\:text-teal-100:hover {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.hover\:text-teal-200:hover {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.hover\:text-teal-300:hover {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.hover\:text-teal-400:hover {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.hover\:text-teal-500:hover {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.hover\:text-teal-600:hover {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.hover\:text-teal-700:hover {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.hover\:text-teal-800:hover {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.hover\:text-teal-900:hover {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.hover\:text-indigo-100:hover {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.hover\:text-indigo-200:hover {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.hover\:text-indigo-300:hover {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.hover\:text-indigo-400:hover {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.hover\:text-indigo-500:hover {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.hover\:text-indigo-600:hover {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.hover\:text-indigo-700:hover {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.hover\:text-indigo-800:hover {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.hover\:text-indigo-900:hover {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.hover\:text-purple-100:hover {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.hover\:text-purple-200:hover {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.hover\:text-purple-300:hover {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.hover\:text-purple-400:hover {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.hover\:text-purple-500:hover {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.hover\:text-purple-600:hover {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.hover\:text-purple-700:hover {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.hover\:text-purple-800:hover {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.hover\:text-purple-900:hover {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.hover\:text-pink-100:hover {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.hover\:text-pink-200:hover {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.hover\:text-pink-300:hover {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.hover\:text-pink-400:hover {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.hover\:text-pink-500:hover {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.hover\:text-pink-600:hover {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.hover\:text-pink-700:hover {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.hover\:text-pink-800:hover {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.hover\:text-pink-900:hover {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.hover\:text-dark-blue:hover {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.hover\:text-light-blue:hover {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.hover\:text-grey:hover {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.hover\:text-text-grey:hover {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.hover\:text-background-grey:hover {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-grey-blue:hover {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black:focus {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-gray-100:focus {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:text-gray-200:focus {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.focus\:text-gray-300:focus {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:text-gray-400:focus {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.focus\:text-gray-500:focus {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.focus\:text-gray-600:focus {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.focus\:text-gray-700:focus {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.focus\:text-gray-800:focus {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.focus\:text-gray-900:focus {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.focus\:text-red:focus {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.focus\:text-orange-100:focus {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.focus\:text-orange-200:focus {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.focus\:text-orange-300:focus {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.focus\:text-orange-400:focus {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.focus\:text-orange-500:focus {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.focus\:text-orange-600:focus {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.focus\:text-orange-700:focus {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.focus\:text-orange-800:focus {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.focus\:text-orange-900:focus {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.focus\:text-yellow:focus {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.focus\:text-green:focus {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.focus\:text-teal-100:focus {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.focus\:text-teal-200:focus {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.focus\:text-teal-300:focus {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.focus\:text-teal-400:focus {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.focus\:text-teal-500:focus {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.focus\:text-teal-600:focus {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.focus\:text-teal-700:focus {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.focus\:text-teal-800:focus {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.focus\:text-teal-900:focus {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.focus\:text-blue:focus {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.focus\:text-indigo-100:focus {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.focus\:text-indigo-200:focus {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.focus\:text-indigo-300:focus {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.focus\:text-indigo-400:focus {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.focus\:text-indigo-500:focus {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.focus\:text-indigo-600:focus {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.focus\:text-indigo-700:focus {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.focus\:text-indigo-800:focus {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.focus\:text-indigo-900:focus {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.focus\:text-purple-100:focus {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.focus\:text-purple-200:focus {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.focus\:text-purple-300:focus {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.focus\:text-purple-400:focus {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.focus\:text-purple-500:focus {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.focus\:text-purple-600:focus {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.focus\:text-purple-700:focus {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.focus\:text-purple-800:focus {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.focus\:text-purple-900:focus {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.focus\:text-pink-100:focus {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.focus\:text-pink-200:focus {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.focus\:text-pink-300:focus {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.focus\:text-pink-400:focus {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.focus\:text-pink-500:focus {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.focus\:text-pink-600:focus {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.focus\:text-pink-700:focus {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.focus\:text-pink-800:focus {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.focus\:text-pink-900:focus {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.focus\:text-dark-blue:focus {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.focus\:text-light-blue:focus {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.focus\:text-grey:focus {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.focus\:text-text-grey:focus {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.focus\:text-background-grey:focus {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:text-grey-blue:focus {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.first\:text-transparent:first-child {
  color: transparent;
}

.first\:text-current:first-child {
  color: currentColor;
}

.first\:text-black:first-child {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.first\:text-white:first-child {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.first\:text-gray-100:first-child {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.first\:text-gray-200:first-child {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.first\:text-gray-300:first-child {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.first\:text-gray-400:first-child {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.first\:text-gray-500:first-child {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.first\:text-gray-600:first-child {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.first\:text-gray-700:first-child {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.first\:text-gray-800:first-child {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.first\:text-gray-900:first-child {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.first\:text-red:first-child {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.first\:text-orange-100:first-child {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.first\:text-orange-200:first-child {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.first\:text-orange-300:first-child {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.first\:text-orange-400:first-child {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.first\:text-orange-500:first-child {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.first\:text-orange-600:first-child {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.first\:text-orange-700:first-child {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.first\:text-orange-800:first-child {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.first\:text-orange-900:first-child {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.first\:text-yellow:first-child {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.first\:text-green:first-child {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.first\:text-teal-100:first-child {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.first\:text-teal-200:first-child {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.first\:text-teal-300:first-child {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.first\:text-teal-400:first-child {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.first\:text-teal-500:first-child {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.first\:text-teal-600:first-child {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.first\:text-teal-700:first-child {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.first\:text-teal-800:first-child {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.first\:text-teal-900:first-child {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.first\:text-blue:first-child {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.first\:text-indigo-100:first-child {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.first\:text-indigo-200:first-child {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.first\:text-indigo-300:first-child {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.first\:text-indigo-400:first-child {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.first\:text-indigo-500:first-child {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.first\:text-indigo-600:first-child {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.first\:text-indigo-700:first-child {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.first\:text-indigo-800:first-child {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.first\:text-indigo-900:first-child {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.first\:text-purple-100:first-child {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.first\:text-purple-200:first-child {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.first\:text-purple-300:first-child {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.first\:text-purple-400:first-child {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.first\:text-purple-500:first-child {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.first\:text-purple-600:first-child {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.first\:text-purple-700:first-child {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.first\:text-purple-800:first-child {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.first\:text-purple-900:first-child {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.first\:text-pink-100:first-child {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.first\:text-pink-200:first-child {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.first\:text-pink-300:first-child {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.first\:text-pink-400:first-child {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.first\:text-pink-500:first-child {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.first\:text-pink-600:first-child {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.first\:text-pink-700:first-child {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.first\:text-pink-800:first-child {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.first\:text-pink-900:first-child {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.first\:text-dark-blue:first-child {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.first\:text-light-blue:first-child {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.first\:text-grey:first-child {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.first\:text-text-grey:first-child {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.first\:text-background-grey:first-child {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.first\:text-grey-blue:first-child {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.last\:text-transparent:last-child {
  color: transparent;
}

.last\:text-current:last-child {
  color: currentColor;
}

.last\:text-black:last-child {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.last\:text-white:last-child {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.last\:text-gray-100:last-child {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.last\:text-gray-200:last-child {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.last\:text-gray-300:last-child {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.last\:text-gray-400:last-child {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.last\:text-gray-500:last-child {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.last\:text-gray-600:last-child {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.last\:text-gray-700:last-child {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.last\:text-gray-800:last-child {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.last\:text-gray-900:last-child {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.last\:text-red:last-child {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.last\:text-orange-100:last-child {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.last\:text-orange-200:last-child {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.last\:text-orange-300:last-child {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.last\:text-orange-400:last-child {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.last\:text-orange-500:last-child {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.last\:text-orange-600:last-child {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.last\:text-orange-700:last-child {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.last\:text-orange-800:last-child {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.last\:text-orange-900:last-child {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.last\:text-yellow:last-child {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.last\:text-green:last-child {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.last\:text-teal-100:last-child {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.last\:text-teal-200:last-child {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.last\:text-teal-300:last-child {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.last\:text-teal-400:last-child {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.last\:text-teal-500:last-child {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.last\:text-teal-600:last-child {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.last\:text-teal-700:last-child {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.last\:text-teal-800:last-child {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.last\:text-teal-900:last-child {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.last\:text-blue:last-child {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.last\:text-indigo-100:last-child {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.last\:text-indigo-200:last-child {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.last\:text-indigo-300:last-child {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.last\:text-indigo-400:last-child {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.last\:text-indigo-500:last-child {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.last\:text-indigo-600:last-child {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.last\:text-indigo-700:last-child {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.last\:text-indigo-800:last-child {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.last\:text-indigo-900:last-child {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.last\:text-purple-100:last-child {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.last\:text-purple-200:last-child {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.last\:text-purple-300:last-child {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.last\:text-purple-400:last-child {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.last\:text-purple-500:last-child {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.last\:text-purple-600:last-child {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.last\:text-purple-700:last-child {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.last\:text-purple-800:last-child {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.last\:text-purple-900:last-child {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.last\:text-pink-100:last-child {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.last\:text-pink-200:last-child {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.last\:text-pink-300:last-child {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.last\:text-pink-400:last-child {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.last\:text-pink-500:last-child {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.last\:text-pink-600:last-child {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.last\:text-pink-700:last-child {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.last\:text-pink-800:last-child {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.last\:text-pink-900:last-child {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.last\:text-dark-blue:last-child {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.last\:text-light-blue:last-child {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.last\:text-grey:last-child {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.last\:text-text-grey:last-child {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.last\:text-background-grey:last-child {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.last\:text-grey-blue:last-child {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

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

.group:hover .group-hover\:text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.group:hover .group-hover\:text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.group:hover .group-hover\:text-red {
  --text-opacity: 1;
  color: #b94d4d;
  color: rgba(185, 77, 77, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-100 {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-200 {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-300 {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-400 {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-600 {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-700 {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-800 {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.group:hover .group-hover\:text-orange-900 {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.group:hover .group-hover\:text-yellow {
  --text-opacity: 1;
  color: #e4a817;
  color: rgba(228, 168, 23, var(--text-opacity));
}

.group:hover .group-hover\:text-green {
  --text-opacity: 1;
  color: #92DA8E;
  color: rgba(146, 218, 142, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-100 {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-200 {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-300 {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-400 {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-600 {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-700 {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-800 {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.group:hover .group-hover\:text-teal-900 {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.group:hover .group-hover\:text-blue {
  --text-opacity: 1;
  color: #5e8ab5;
  color: rgba(94, 138, 181, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.group:hover .group-hover\:text-dark-blue {
  --text-opacity: 1;
  color: #00404c;
  color: rgba(0, 64, 76, var(--text-opacity));
}

.group:hover .group-hover\:text-light-blue {
  --text-opacity: 1;
  color: #d7e2ed;
  color: rgba(215, 226, 237, var(--text-opacity));
}

.group:hover .group-hover\:text-grey {
  --text-opacity: 1;
  color: #f2f5f6;
  color: rgba(242, 245, 246, var(--text-opacity));
}

.group:hover .group-hover\:text-text-grey {
  --text-opacity: 1;
  color: #7b7c7d;
  color: rgba(123, 124, 125, var(--text-opacity));
}

.group:hover .group-hover\:text-background-grey {
  --text-opacity: 1;
  color: #E2E8F0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.group:hover .group-hover\:text-grey-blue {
  --text-opacity: 1;
  color: #88a5ab;
  color: rgba(136, 165, 171, var(--text-opacity));
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-15 {
  --text-opacity: 0.15;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-80 {
  --text-opacity: 0.8;
}

.text-opacity-100 {
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0;
}

.hover\:text-opacity-15:hover {
  --text-opacity: 0.15;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --text-opacity: 0.8;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0;
}

.focus\:text-opacity-15:focus {
  --text-opacity: 0.15;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --text-opacity: 0.8;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1;
}

.first\:text-opacity-0:first-child {
  --text-opacity: 0;
}

.first\:text-opacity-15:first-child {
  --text-opacity: 0.15;
}

.first\:text-opacity-25:first-child {
  --text-opacity: 0.25;
}

.first\:text-opacity-50:first-child {
  --text-opacity: 0.5;
}

.first\:text-opacity-75:first-child {
  --text-opacity: 0.75;
}

.first\:text-opacity-80:first-child {
  --text-opacity: 0.8;
}

.first\:text-opacity-100:first-child {
  --text-opacity: 1;
}

.last\:text-opacity-0:last-child {
  --text-opacity: 0;
}

.last\:text-opacity-15:last-child {
  --text-opacity: 0.15;
}

.last\:text-opacity-25:last-child {
  --text-opacity: 0.25;
}

.last\:text-opacity-50:last-child {
  --text-opacity: 0.5;
}

.last\:text-opacity-75:last-child {
  --text-opacity: 0.75;
}

.last\:text-opacity-80:last-child {
  --text-opacity: 0.8;
}

.last\:text-opacity-100:last-child {
  --text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-15 {
  --text-opacity: 0.15;
}

.group:hover .group-hover\:text-opacity-25 {
  --text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-50 {
  --text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-75 {
  --text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-100 {
  --text-opacity: 1;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:not-italic:hover {
  font-style: normal;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:not-italic:focus {
  font-style: normal;
}

.first\:italic:first-child {
  font-style: italic;
}

.first\:not-italic:first-child {
  font-style: normal;
}

.last\:italic:last-child {
  font-style: italic;
}

.last\:not-italic:last-child {
  font-style: normal;
}

.group:hover .group-hover\:italic {
  font-style: italic;
}

.group:hover .group-hover\:not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.first\:uppercase:first-child {
  text-transform: uppercase;
}

.first\:lowercase:first-child {
  text-transform: lowercase;
}

.first\:capitalize:first-child {
  text-transform: capitalize;
}

.first\:normal-case:first-child {
  text-transform: none;
}

.last\:uppercase:last-child {
  text-transform: uppercase;
}

.last\:lowercase:last-child {
  text-transform: lowercase;
}

.last\:capitalize:last-child {
  text-transform: capitalize;
}

.last\:normal-case:last-child {
  text-transform: none;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group:hover .group-hover\:lowercase {
  text-transform: lowercase;
}

.group:hover .group-hover\:capitalize {
  text-transform: capitalize;
}

.group:hover .group-hover\: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;
}

.first\:underline:first-child {
  text-decoration: underline;
}

.first\:line-through:first-child {
  text-decoration: line-through;
}

.first\:no-underline:first-child {
  text-decoration: none;
}

.last\:underline:last-child {
  text-decoration: underline;
}

.last\:line-through:last-child {
  text-decoration: line-through;
}

.last\:no-underline:last-child {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.first\:antialiased:first-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.first\:subpixel-antialiased:first-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.last\:antialiased:last-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.last\:subpixel-antialiased:last-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.group:hover .group-hover\:antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.group:hover .group-hover\:subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}

.hover\:ordinal:hover, .hover\:slashed-zero:hover, .hover\:lining-nums:hover, .hover\:oldstyle-nums:hover, .hover\:proportional-nums:hover, .hover\:tabular-nums:hover, .hover\:diagonal-fractions:hover, .hover\:stacked-fractions:hover {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.hover\:normal-nums:hover {
  font-variant-numeric: normal;
}

.hover\:ordinal:hover {
  --font-variant-numeric-ordinal: ordinal;
}

.hover\:slashed-zero:hover {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.hover\:lining-nums:hover {
  --font-variant-numeric-figure: lining-nums;
}

.hover\:oldstyle-nums:hover {
  --font-variant-numeric-figure: oldstyle-nums;
}

.hover\:proportional-nums:hover {
  --font-variant-numeric-spacing: proportional-nums;
}

.hover\:tabular-nums:hover {
  --font-variant-numeric-spacing: tabular-nums;
}

.hover\:diagonal-fractions:hover {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.hover\:stacked-fractions:hover {
  --font-variant-numeric-fraction: stacked-fractions;
}

.focus\:ordinal:focus, .focus\:slashed-zero:focus, .focus\:lining-nums:focus, .focus\:oldstyle-nums:focus, .focus\:proportional-nums:focus, .focus\:tabular-nums:focus, .focus\:diagonal-fractions:focus, .focus\:stacked-fractions:focus {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.focus\:normal-nums:focus {
  font-variant-numeric: normal;
}

.focus\:ordinal:focus {
  --font-variant-numeric-ordinal: ordinal;
}

.focus\:slashed-zero:focus {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.focus\:lining-nums:focus {
  --font-variant-numeric-figure: lining-nums;
}

.focus\:oldstyle-nums:focus {
  --font-variant-numeric-figure: oldstyle-nums;
}

.focus\:proportional-nums:focus {
  --font-variant-numeric-spacing: proportional-nums;
}

.focus\:tabular-nums:focus {
  --font-variant-numeric-spacing: tabular-nums;
}

.focus\:diagonal-fractions:focus {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.focus\:stacked-fractions:focus {
  --font-variant-numeric-fraction: stacked-fractions;
}

.first\:ordinal:first-child, .first\:slashed-zero:first-child, .first\:lining-nums:first-child, .first\:oldstyle-nums:first-child, .first\:proportional-nums:first-child, .first\:tabular-nums:first-child, .first\:diagonal-fractions:first-child, .first\:stacked-fractions:first-child {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.first\:normal-nums:first-child {
  font-variant-numeric: normal;
}

.first\:ordinal:first-child {
  --font-variant-numeric-ordinal: ordinal;
}

.first\:slashed-zero:first-child {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.first\:lining-nums:first-child {
  --font-variant-numeric-figure: lining-nums;
}

.first\:oldstyle-nums:first-child {
  --font-variant-numeric-figure: oldstyle-nums;
}

.first\:proportional-nums:first-child {
  --font-variant-numeric-spacing: proportional-nums;
}

.first\:tabular-nums:first-child {
  --font-variant-numeric-spacing: tabular-nums;
}

.first\:diagonal-fractions:first-child {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.first\:stacked-fractions:first-child {
  --font-variant-numeric-fraction: stacked-fractions;
}

.last\:ordinal:last-child, .last\:slashed-zero:last-child, .last\:lining-nums:last-child, .last\:oldstyle-nums:last-child, .last\:proportional-nums:last-child, .last\:tabular-nums:last-child, .last\:diagonal-fractions:last-child, .last\:stacked-fractions:last-child {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.last\:normal-nums:last-child {
  font-variant-numeric: normal;
}

.last\:ordinal:last-child {
  --font-variant-numeric-ordinal: ordinal;
}

.last\:slashed-zero:last-child {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.last\:lining-nums:last-child {
  --font-variant-numeric-figure: lining-nums;
}

.last\:oldstyle-nums:last-child {
  --font-variant-numeric-figure: oldstyle-nums;
}

.last\:proportional-nums:last-child {
  --font-variant-numeric-spacing: proportional-nums;
}

.last\:tabular-nums:last-child {
  --font-variant-numeric-spacing: tabular-nums;
}

.last\:diagonal-fractions:last-child {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.last\:stacked-fractions:last-child {
  --font-variant-numeric-fraction: stacked-fractions;
}

.group:hover .group-hover\:ordinal, .group:hover .group-hover\:slashed-zero, .group:hover .group-hover\:lining-nums, .group:hover .group-hover\:oldstyle-nums, .group:hover .group-hover\:proportional-nums, .group:hover .group-hover\:tabular-nums, .group:hover .group-hover\:diagonal-fractions, .group:hover .group-hover\:stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.group:hover .group-hover\:normal-nums {
  font-variant-numeric: normal;
}

.group:hover .group-hover\:ordinal {
  --font-variant-numeric-ordinal: ordinal;
}

.group:hover .group-hover\:slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.group:hover .group-hover\:lining-nums {
  --font-variant-numeric-figure: lining-nums;
}

.group:hover .group-hover\:oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}

.group:hover .group-hover\:proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}

.group:hover .group-hover\:tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}

.group:hover .group-hover\:diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.group:hover .group-hover\:stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}

.tracking-1 {
  letter-spacing: 1px;
}

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

.tracking-0-3 {
  letter-spacing: 0.3px;
}

.tracking-0-5 {
  letter-spacing: 0.5px;
}

.tracking-0-6 {
  letter-spacing: 0.6px;
}

.tracking-0-7 {
  letter-spacing: 0.7px;
}

.tracking-0-74 {
  letter-spacing: 0.74px;
}

.tracking-0-8 {
  letter-spacing: 0.8px;
}

.tracking-0-9 {
  letter-spacing: 0.9px;
}

.tracking-1-03 {
  letter-spacing: 1.03px;
}

.hover\:tracking-1:hover {
  letter-spacing: 1px;
}

.hover\:tracking-tighter:hover {
  letter-spacing: -0.05em;
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.025em;
}

.hover\:tracking-normal:hover {
  letter-spacing: 0;
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em;
}

.hover\:tracking-wider:hover {
  letter-spacing: 0.05em;
}

.hover\:tracking-widest:hover {
  letter-spacing: 0.1em;
}

.hover\:tracking-0-3:hover {
  letter-spacing: 0.3px;
}

.hover\:tracking-0-5:hover {
  letter-spacing: 0.5px;
}

.hover\:tracking-0-6:hover {
  letter-spacing: 0.6px;
}

.hover\:tracking-0-7:hover {
  letter-spacing: 0.7px;
}

.hover\:tracking-0-74:hover {
  letter-spacing: 0.74px;
}

.hover\:tracking-0-8:hover {
  letter-spacing: 0.8px;
}

.hover\:tracking-0-9:hover {
  letter-spacing: 0.9px;
}

.hover\:tracking-1-03:hover {
  letter-spacing: 1.03px;
}

.focus\:tracking-1:focus {
  letter-spacing: 1px;
}

.focus\:tracking-tighter:focus {
  letter-spacing: -0.05em;
}

.focus\:tracking-tight:focus {
  letter-spacing: -0.025em;
}

.focus\:tracking-normal:focus {
  letter-spacing: 0;
}

.focus\:tracking-wide:focus {
  letter-spacing: 0.025em;
}

.focus\:tracking-wider:focus {
  letter-spacing: 0.05em;
}

.focus\:tracking-widest:focus {
  letter-spacing: 0.1em;
}

.focus\:tracking-0-3:focus {
  letter-spacing: 0.3px;
}

.focus\:tracking-0-5:focus {
  letter-spacing: 0.5px;
}

.focus\:tracking-0-6:focus {
  letter-spacing: 0.6px;
}

.focus\:tracking-0-7:focus {
  letter-spacing: 0.7px;
}

.focus\:tracking-0-74:focus {
  letter-spacing: 0.74px;
}

.focus\:tracking-0-8:focus {
  letter-spacing: 0.8px;
}

.focus\:tracking-0-9:focus {
  letter-spacing: 0.9px;
}

.focus\:tracking-1-03:focus {
  letter-spacing: 1.03px;
}

.first\:tracking-1:first-child {
  letter-spacing: 1px;
}

.first\:tracking-tighter:first-child {
  letter-spacing: -0.05em;
}

.first\:tracking-tight:first-child {
  letter-spacing: -0.025em;
}

.first\:tracking-normal:first-child {
  letter-spacing: 0;
}

.first\:tracking-wide:first-child {
  letter-spacing: 0.025em;
}

.first\:tracking-wider:first-child {
  letter-spacing: 0.05em;
}

.first\:tracking-widest:first-child {
  letter-spacing: 0.1em;
}

.first\:tracking-0-3:first-child {
  letter-spacing: 0.3px;
}

.first\:tracking-0-5:first-child {
  letter-spacing: 0.5px;
}

.first\:tracking-0-6:first-child {
  letter-spacing: 0.6px;
}

.first\:tracking-0-7:first-child {
  letter-spacing: 0.7px;
}

.first\:tracking-0-74:first-child {
  letter-spacing: 0.74px;
}

.first\:tracking-0-8:first-child {
  letter-spacing: 0.8px;
}

.first\:tracking-0-9:first-child {
  letter-spacing: 0.9px;
}

.first\:tracking-1-03:first-child {
  letter-spacing: 1.03px;
}

.last\:tracking-1:last-child {
  letter-spacing: 1px;
}

.last\:tracking-tighter:last-child {
  letter-spacing: -0.05em;
}

.last\:tracking-tight:last-child {
  letter-spacing: -0.025em;
}

.last\:tracking-normal:last-child {
  letter-spacing: 0;
}

.last\:tracking-wide:last-child {
  letter-spacing: 0.025em;
}

.last\:tracking-wider:last-child {
  letter-spacing: 0.05em;
}

.last\:tracking-widest:last-child {
  letter-spacing: 0.1em;
}

.last\:tracking-0-3:last-child {
  letter-spacing: 0.3px;
}

.last\:tracking-0-5:last-child {
  letter-spacing: 0.5px;
}

.last\:tracking-0-6:last-child {
  letter-spacing: 0.6px;
}

.last\:tracking-0-7:last-child {
  letter-spacing: 0.7px;
}

.last\:tracking-0-74:last-child {
  letter-spacing: 0.74px;
}

.last\:tracking-0-8:last-child {
  letter-spacing: 0.8px;
}

.last\:tracking-0-9:last-child {
  letter-spacing: 0.9px;
}

.last\:tracking-1-03:last-child {
  letter-spacing: 1.03px;
}

.group:hover .group-hover\:tracking-1 {
  letter-spacing: 1px;
}

.group:hover .group-hover\:tracking-tighter {
  letter-spacing: -0.05em;
}

.group:hover .group-hover\:tracking-tight {
  letter-spacing: -0.025em;
}

.group:hover .group-hover\:tracking-normal {
  letter-spacing: 0;
}

.group:hover .group-hover\:tracking-wide {
  letter-spacing: 0.025em;
}

.group:hover .group-hover\:tracking-wider {
  letter-spacing: 0.05em;
}

.group:hover .group-hover\:tracking-widest {
  letter-spacing: 0.1em;
}

.group:hover .group-hover\:tracking-0-3 {
  letter-spacing: 0.3px;
}

.group:hover .group-hover\:tracking-0-5 {
  letter-spacing: 0.5px;
}

.group:hover .group-hover\:tracking-0-6 {
  letter-spacing: 0.6px;
}

.group:hover .group-hover\:tracking-0-7 {
  letter-spacing: 0.7px;
}

.group:hover .group-hover\:tracking-0-74 {
  letter-spacing: 0.74px;
}

.group:hover .group-hover\:tracking-0-8 {
  letter-spacing: 0.8px;
}

.group:hover .group-hover\:tracking-0-9 {
  letter-spacing: 0.9px;
}

.group:hover .group-hover\:tracking-1-03 {
  letter-spacing: 1.03px;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.hover\:select-none:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover\:select-text:hover {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.hover\:select-all:hover {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.hover\:select-auto:hover {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.focus\:select-none:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus\:select-text:focus {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus\:select-all:focus {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.focus\:select-auto:focus {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.first\:select-none:first-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.first\:select-text:first-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.first\:select-all:first-child {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.first\:select-auto:first-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.last\:select-none:last-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.last\:select-text:last-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.last\:select-all:last-child {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.last\:select-auto:last-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.group:hover .group-hover\:select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.group:hover .group-hover\:select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.group:hover .group-hover\:select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.group:hover .group-hover\: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;
}

.hover\:align-baseline:hover {
  vertical-align: baseline;
}

.hover\:align-top:hover {
  vertical-align: top;
}

.hover\:align-middle:hover {
  vertical-align: middle;
}

.hover\:align-bottom:hover {
  vertical-align: bottom;
}

.hover\:align-text-top:hover {
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover {
  vertical-align: text-bottom;
}

.focus\:align-baseline:focus {
  vertical-align: baseline;
}

.focus\:align-top:focus {
  vertical-align: top;
}

.focus\:align-middle:focus {
  vertical-align: middle;
}

.focus\:align-bottom:focus {
  vertical-align: bottom;
}

.focus\:align-text-top:focus {
  vertical-align: text-top;
}

.focus\:align-text-bottom:focus {
  vertical-align: text-bottom;
}

.first\:align-baseline:first-child {
  vertical-align: baseline;
}

.first\:align-top:first-child {
  vertical-align: top;
}

.first\:align-middle:first-child {
  vertical-align: middle;
}

.first\:align-bottom:first-child {
  vertical-align: bottom;
}

.first\:align-text-top:first-child {
  vertical-align: text-top;
}

.first\:align-text-bottom:first-child {
  vertical-align: text-bottom;
}

.last\:align-baseline:last-child {
  vertical-align: baseline;
}

.last\:align-top:last-child {
  vertical-align: top;
}

.last\:align-middle:last-child {
  vertical-align: middle;
}

.last\:align-bottom:last-child {
  vertical-align: bottom;
}

.last\:align-text-top:last-child {
  vertical-align: text-top;
}

.last\:align-text-bottom:last-child {
  vertical-align: text-bottom;
}

.group:hover .group-hover\:align-baseline {
  vertical-align: baseline;
}

.group:hover .group-hover\:align-top {
  vertical-align: top;
}

.group:hover .group-hover\:align-middle {
  vertical-align: middle;
}

.group:hover .group-hover\:align-bottom {
  vertical-align: bottom;
}

.group:hover .group-hover\:align-text-top {
  vertical-align: text-top;
}

.group:hover .group-hover\:align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:invisible:hover {
  visibility: hidden;
}

.focus\:visible:focus {
  visibility: visible;
}

.focus\:invisible:focus {
  visibility: hidden;
}

.first\:visible:first-child {
  visibility: visible;
}

.first\:invisible:first-child {
  visibility: hidden;
}

.last\:visible:last-child {
  visibility: visible;
}

.last\:invisible:last-child {
  visibility: hidden;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\: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;
}

.hover\:whitespace-normal:hover {
  white-space: normal;
}

.hover\:whitespace-no-wrap:hover {
  white-space: nowrap;
}

.hover\:whitespace-pre:hover {
  white-space: pre;
}

.hover\:whitespace-pre-line:hover {
  white-space: pre-line;
}

.hover\:whitespace-pre-wrap:hover {
  white-space: pre-wrap;
}

.focus\:whitespace-normal:focus {
  white-space: normal;
}

.focus\:whitespace-no-wrap:focus {
  white-space: nowrap;
}

.focus\:whitespace-pre:focus {
  white-space: pre;
}

.focus\:whitespace-pre-line:focus {
  white-space: pre-line;
}

.focus\:whitespace-pre-wrap:focus {
  white-space: pre-wrap;
}

.first\:whitespace-normal:first-child {
  white-space: normal;
}

.first\:whitespace-no-wrap:first-child {
  white-space: nowrap;
}

.first\:whitespace-pre:first-child {
  white-space: pre;
}

.first\:whitespace-pre-line:first-child {
  white-space: pre-line;
}

.first\:whitespace-pre-wrap:first-child {
  white-space: pre-wrap;
}

.last\:whitespace-normal:last-child {
  white-space: normal;
}

.last\:whitespace-no-wrap:last-child {
  white-space: nowrap;
}

.last\:whitespace-pre:last-child {
  white-space: pre;
}

.last\:whitespace-pre-line:last-child {
  white-space: pre-line;
}

.last\:whitespace-pre-wrap:last-child {
  white-space: pre-wrap;
}

.group:hover .group-hover\:whitespace-normal {
  white-space: normal;
}

.group:hover .group-hover\:whitespace-no-wrap {
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-pre {
  white-space: pre;
}

.group:hover .group-hover\:whitespace-pre-line {
  white-space: pre-line;
}

.group:hover .group-hover\: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;
}

.hover\:break-normal:hover {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.hover\:break-words:hover {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hover\:break-all:hover {
  word-break: break-all;
}

.hover\:truncate:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus\:break-normal:focus {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.focus\:break-words:focus {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.focus\:break-all:focus {
  word-break: break-all;
}

.focus\:truncate:focus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first\:break-normal:first-child {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.first\:break-words:first-child {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.first\:break-all:first-child {
  word-break: break-all;
}

.first\:truncate:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last\:break-normal:last-child {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.last\:break-words:last-child {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.last\:break-all:last-child {
  word-break: break-all;
}

.last\:truncate:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group:hover .group-hover\:break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.group:hover .group-hover\:break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.group:hover .group-hover\:break-all {
  word-break: break-all;
}

.group:hover .group-hover\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 3px;
}

.w-4 {
  width: 4px;
}

.w-5 {
  width: 5px;
}

.w-6 {
  width: 6px;
}

.w-8 {
  width: 8px;
}

.w-9 {
  width: 9px;
}

.w-10 {
  width: 10px;
}

.w-12 {
  width: 12px;
}

.w-13 {
  width: 13px;
}

.w-14 {
  width: 14px;
}

.w-15 {
  width: 15px;
}

.w-16 {
  width: 16px;
}

.w-17 {
  width: 17px;
}

.w-18 {
  width: 18px;
}

.w-20 {
  width: 20px;
}

.w-22 {
  width: 22px;
}

.w-24 {
  width: 24px;
}

.w-25 {
  width: 25px;
}

.w-28 {
  width: 28px;
}

.w-29 {
  width: 29px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-35 {
  width: 35px;
}

.w-36 {
  width: 36px;
}

.w-37 {
  width: 37px;
}

.w-40 {
  width: 40px;
}

.w-45 {
  width: 45px;
}

.w-48 {
  width: 48px;
}

.w-50 {
  width: 50px;
}

.w-55 {
  width: 55px;
}

.w-56 {
  width: 56px;
}

.w-60 {
  width: 60px;
}

.w-62 {
  width: 62px;
}

.w-64 {
  width: 64px;
}

.w-65 {
  width: 65px;
}

.w-70 {
  width: 70px;
}

.w-75 {
  width: 75px;
}

.w-80 {
  width: 80px;
}

.w-85 {
  width: 85px;
}

.w-90 {
  width: 90px;
}

.w-95 {
  width: 95px;
}

.w-96 {
  width: 96px;
}

.w-100 {
  width: 100px;
}

.w-110 {
  width: 110px;
}

.w-115 {
  width: 115px;
}

.w-120 {
  width: 120px;
}

.w-128 {
  width: 128px;
}

.w-135 {
  width: 135px;
}

.w-140 {
  width: 140px;
}

.w-145 {
  width: 145px;
}

.w-150 {
  width: 150px;
}

.w-160 {
  width: 160px;
}

.w-165 {
  width: 165px;
}

.w-168 {
  width: 168px;
}

.w-170 {
  width: 170px;
}

.w-180 {
  width: 180px;
}

.w-200 {
  width: 200px;
}

.w-220 {
  width: 220px;
}

.w-230 {
  width: 230px;
}

.w-235 {
  width: 235px;
}

.w-240 {
  width: 240px;
}

.w-250 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.w-320 {
  width: 320px;
}

.w-350 {
  width: 350px;
}

.w-375 {
  width: 375px;
}

.w-400 {
  width: 400px;
}

.w-450 {
  width: 450px;
}

.w-700 {
  width: 700px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1p {
  width: 1%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-11p {
  width: 11%;
}

.w-20p {
  width: 20%;
}

.w-24p {
  width: 24.25%;
}

.w-25p {
  width: 25%;
}

.w-32p {
  width: 32%;
}

.w-35p {
  width: 35%;
}

.w-40p {
  width: 40%;
}

.w-49p {
  width: 49%;
}

.w-49-5p {
  width: 49.5%;
}

.w-80p {
  width: 80%;
}

.w-vh80 {
  width: 80vh;
}

.w-vh86 {
  width: 86vh;
}

.w-vh90 {
  width: 90vh;
}

.w-vw80 {
  width: 80vw;
}

.w-vw90 {
  width: 90vw;
}

.w-90p {
  width: 90%;
}

.w-92p {
  width: 92%;
}

.w-93p {
  width: 93%;
}

.w-94p {
  width: 94%;
}

.w-95p {
  width: 95%;
}

.w-96p {
  width: 96%;
}

.w-100p {
  width: 100%;
}

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

.hover\:w-0:hover {
  width: 0px;
}

.hover\:w-1:hover {
  width: 0.25rem;
}

.hover\:w-2:hover {
  width: 0.5rem;
}

.hover\:w-3:hover {
  width: 3px;
}

.hover\:w-4:hover {
  width: 4px;
}

.hover\:w-5:hover {
  width: 5px;
}

.hover\:w-6:hover {
  width: 6px;
}

.hover\:w-8:hover {
  width: 8px;
}

.hover\:w-9:hover {
  width: 9px;
}

.hover\:w-10:hover {
  width: 10px;
}

.hover\:w-12:hover {
  width: 12px;
}

.hover\:w-13:hover {
  width: 13px;
}

.hover\:w-14:hover {
  width: 14px;
}

.hover\:w-15:hover {
  width: 15px;
}

.hover\:w-16:hover {
  width: 16px;
}

.hover\:w-17:hover {
  width: 17px;
}

.hover\:w-18:hover {
  width: 18px;
}

.hover\:w-20:hover {
  width: 20px;
}

.hover\:w-22:hover {
  width: 22px;
}

.hover\:w-24:hover {
  width: 24px;
}

.hover\:w-25:hover {
  width: 25px;
}

.hover\:w-28:hover {
  width: 28px;
}

.hover\:w-29:hover {
  width: 29px;
}

.hover\:w-30:hover {
  width: 30px;
}

.hover\:w-32:hover {
  width: 32px;
}

.hover\:w-35:hover {
  width: 35px;
}

.hover\:w-36:hover {
  width: 36px;
}

.hover\:w-37:hover {
  width: 37px;
}

.hover\:w-40:hover {
  width: 40px;
}

.hover\:w-45:hover {
  width: 45px;
}

.hover\:w-48:hover {
  width: 48px;
}

.hover\:w-50:hover {
  width: 50px;
}

.hover\:w-55:hover {
  width: 55px;
}

.hover\:w-56:hover {
  width: 56px;
}

.hover\:w-60:hover {
  width: 60px;
}

.hover\:w-62:hover {
  width: 62px;
}

.hover\:w-64:hover {
  width: 64px;
}

.hover\:w-65:hover {
  width: 65px;
}

.hover\:w-70:hover {
  width: 70px;
}

.hover\:w-75:hover {
  width: 75px;
}

.hover\:w-80:hover {
  width: 80px;
}

.hover\:w-85:hover {
  width: 85px;
}

.hover\:w-90:hover {
  width: 90px;
}

.hover\:w-95:hover {
  width: 95px;
}

.hover\:w-96:hover {
  width: 96px;
}

.hover\:w-100:hover {
  width: 100px;
}

.hover\:w-110:hover {
  width: 110px;
}

.hover\:w-115:hover {
  width: 115px;
}

.hover\:w-120:hover {
  width: 120px;
}

.hover\:w-128:hover {
  width: 128px;
}

.hover\:w-135:hover {
  width: 135px;
}

.hover\:w-140:hover {
  width: 140px;
}

.hover\:w-145:hover {
  width: 145px;
}

.hover\:w-150:hover {
  width: 150px;
}

.hover\:w-160:hover {
  width: 160px;
}

.hover\:w-165:hover {
  width: 165px;
}

.hover\:w-168:hover {
  width: 168px;
}

.hover\:w-170:hover {
  width: 170px;
}

.hover\:w-180:hover {
  width: 180px;
}

.hover\:w-200:hover {
  width: 200px;
}

.hover\:w-220:hover {
  width: 220px;
}

.hover\:w-230:hover {
  width: 230px;
}

.hover\:w-235:hover {
  width: 235px;
}

.hover\:w-240:hover {
  width: 240px;
}

.hover\:w-250:hover {
  width: 250px;
}

.hover\:w-300:hover {
  width: 300px;
}

.hover\:w-320:hover {
  width: 320px;
}

.hover\:w-350:hover {
  width: 350px;
}

.hover\:w-375:hover {
  width: 375px;
}

.hover\:w-400:hover {
  width: 400px;
}

.hover\:w-450:hover {
  width: 450px;
}

.hover\:w-700:hover {
  width: 700px;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-1p:hover {
  width: 1%;
}

.hover\:w-1\/12:hover {
  width: 8.333333%;
}

.hover\:w-2\/12:hover {
  width: 16.666667%;
}

.hover\:w-11p:hover {
  width: 11%;
}

.hover\:w-20p:hover {
  width: 20%;
}

.hover\:w-24p:hover {
  width: 24.25%;
}

.hover\:w-25p:hover {
  width: 25%;
}

.hover\:w-32p:hover {
  width: 32%;
}

.hover\:w-35p:hover {
  width: 35%;
}

.hover\:w-40p:hover {
  width: 40%;
}

.hover\:w-49p:hover {
  width: 49%;
}

.hover\:w-49-5p:hover {
  width: 49.5%;
}

.hover\:w-80p:hover {
  width: 80%;
}

.hover\:w-vh80:hover {
  width: 80vh;
}

.hover\:w-vh86:hover {
  width: 86vh;
}

.hover\:w-vh90:hover {
  width: 90vh;
}

.hover\:w-vw80:hover {
  width: 80vw;
}

.hover\:w-vw90:hover {
  width: 90vw;
}

.hover\:w-90p:hover {
  width: 90%;
}

.hover\:w-92p:hover {
  width: 92%;
}

.hover\:w-93p:hover {
  width: 93%;
}

.hover\:w-94p:hover {
  width: 94%;
}

.hover\:w-95p:hover {
  width: 95%;
}

.hover\:w-96p:hover {
  width: 96%;
}

.hover\:w-100p:hover {
  width: 100%;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.333333%;
}

.hover\:w-2\/3:hover {
  width: 66.666667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-2\/4:hover {
  width: 50%;
}

.hover\:w-3\/4:hover {
  width: 75%;
}

.hover\:w-1\/5:hover {
  width: 20%;
}

.hover\:w-2\/5:hover {
  width: 40%;
}

.hover\:w-3\/5:hover {
  width: 60%;
}

.hover\:w-4\/5:hover {
  width: 80%;
}

.hover\:w-1\/6:hover {
  width: 16.666667%;
}

.hover\:w-2\/6:hover {
  width: 33.333333%;
}

.hover\:w-3\/6:hover {
  width: 50%;
}

.hover\:w-4\/6:hover {
  width: 66.666667%;
}

.hover\:w-5\/6:hover {
  width: 83.333333%;
}

.hover\:w-3\/12:hover {
  width: 25%;
}

.hover\:w-4\/12:hover {
  width: 33.333333%;
}

.hover\:w-5\/12:hover {
  width: 41.666667%;
}

.hover\:w-6\/12:hover {
  width: 50%;
}

.hover\:w-7\/12:hover {
  width: 58.333333%;
}

.hover\:w-8\/12:hover {
  width: 66.666667%;
}

.hover\:w-9\/12:hover {
  width: 75%;
}

.hover\:w-10\/12:hover {
  width: 83.333333%;
}

.hover\:w-11\/12:hover {
  width: 91.666667%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.focus\:w-0:focus {
  width: 0px;
}

.focus\:w-1:focus {
  width: 0.25rem;
}

.focus\:w-2:focus {
  width: 0.5rem;
}

.focus\:w-3:focus {
  width: 3px;
}

.focus\:w-4:focus {
  width: 4px;
}

.focus\:w-5:focus {
  width: 5px;
}

.focus\:w-6:focus {
  width: 6px;
}

.focus\:w-8:focus {
  width: 8px;
}

.focus\:w-9:focus {
  width: 9px;
}

.focus\:w-10:focus {
  width: 10px;
}

.focus\:w-12:focus {
  width: 12px;
}

.focus\:w-13:focus {
  width: 13px;
}

.focus\:w-14:focus {
  width: 14px;
}

.focus\:w-15:focus {
  width: 15px;
}

.focus\:w-16:focus {
  width: 16px;
}

.focus\:w-17:focus {
  width: 17px;
}

.focus\:w-18:focus {
  width: 18px;
}

.focus\:w-20:focus {
  width: 20px;
}

.focus\:w-22:focus {
  width: 22px;
}

.focus\:w-24:focus {
  width: 24px;
}

.focus\:w-25:focus {
  width: 25px;
}

.focus\:w-28:focus {
  width: 28px;
}

.focus\:w-29:focus {
  width: 29px;
}

.focus\:w-30:focus {
  width: 30px;
}

.focus\:w-32:focus {
  width: 32px;
}

.focus\:w-35:focus {
  width: 35px;
}

.focus\:w-36:focus {
  width: 36px;
}

.focus\:w-37:focus {
  width: 37px;
}

.focus\:w-40:focus {
  width: 40px;
}

.focus\:w-45:focus {
  width: 45px;
}

.focus\:w-48:focus {
  width: 48px;
}

.focus\:w-50:focus {
  width: 50px;
}

.focus\:w-55:focus {
  width: 55px;
}

.focus\:w-56:focus {
  width: 56px;
}

.focus\:w-60:focus {
  width: 60px;
}

.focus\:w-62:focus {
  width: 62px;
}

.focus\:w-64:focus {
  width: 64px;
}

.focus\:w-65:focus {
  width: 65px;
}

.focus\:w-70:focus {
  width: 70px;
}

.focus\:w-75:focus {
  width: 75px;
}

.focus\:w-80:focus {
  width: 80px;
}

.focus\:w-85:focus {
  width: 85px;
}

.focus\:w-90:focus {
  width: 90px;
}

.focus\:w-95:focus {
  width: 95px;
}

.focus\:w-96:focus {
  width: 96px;
}

.focus\:w-100:focus {
  width: 100px;
}

.focus\:w-110:focus {
  width: 110px;
}

.focus\:w-115:focus {
  width: 115px;
}

.focus\:w-120:focus {
  width: 120px;
}

.focus\:w-128:focus {
  width: 128px;
}

.focus\:w-135:focus {
  width: 135px;
}

.focus\:w-140:focus {
  width: 140px;
}

.focus\:w-145:focus {
  width: 145px;
}

.focus\:w-150:focus {
  width: 150px;
}

.focus\:w-160:focus {
  width: 160px;
}

.focus\:w-165:focus {
  width: 165px;
}

.focus\:w-168:focus {
  width: 168px;
}

.focus\:w-170:focus {
  width: 170px;
}

.focus\:w-180:focus {
  width: 180px;
}

.focus\:w-200:focus {
  width: 200px;
}

.focus\:w-220:focus {
  width: 220px;
}

.focus\:w-230:focus {
  width: 230px;
}

.focus\:w-235:focus {
  width: 235px;
}

.focus\:w-240:focus {
  width: 240px;
}

.focus\:w-250:focus {
  width: 250px;
}

.focus\:w-300:focus {
  width: 300px;
}

.focus\:w-320:focus {
  width: 320px;
}

.focus\:w-350:focus {
  width: 350px;
}

.focus\:w-375:focus {
  width: 375px;
}

.focus\:w-400:focus {
  width: 400px;
}

.focus\:w-450:focus {
  width: 450px;
}

.focus\:w-700:focus {
  width: 700px;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:w-px:focus {
  width: 1px;
}

.focus\:w-1p:focus {
  width: 1%;
}

.focus\:w-1\/12:focus {
  width: 8.333333%;
}

.focus\:w-2\/12:focus {
  width: 16.666667%;
}

.focus\:w-11p:focus {
  width: 11%;
}

.focus\:w-20p:focus {
  width: 20%;
}

.focus\:w-24p:focus {
  width: 24.25%;
}

.focus\:w-25p:focus {
  width: 25%;
}

.focus\:w-32p:focus {
  width: 32%;
}

.focus\:w-35p:focus {
  width: 35%;
}

.focus\:w-40p:focus {
  width: 40%;
}

.focus\:w-49p:focus {
  width: 49%;
}

.focus\:w-49-5p:focus {
  width: 49.5%;
}

.focus\:w-80p:focus {
  width: 80%;
}

.focus\:w-vh80:focus {
  width: 80vh;
}

.focus\:w-vh86:focus {
  width: 86vh;
}

.focus\:w-vh90:focus {
  width: 90vh;
}

.focus\:w-vw80:focus {
  width: 80vw;
}

.focus\:w-vw90:focus {
  width: 90vw;
}

.focus\:w-90p:focus {
  width: 90%;
}

.focus\:w-92p:focus {
  width: 92%;
}

.focus\:w-93p:focus {
  width: 93%;
}

.focus\:w-94p:focus {
  width: 94%;
}

.focus\:w-95p:focus {
  width: 95%;
}

.focus\:w-96p:focus {
  width: 96%;
}

.focus\:w-100p:focus {
  width: 100%;
}

.focus\:w-1\/2:focus {
  width: 50%;
}

.focus\:w-1\/3:focus {
  width: 33.333333%;
}

.focus\:w-2\/3:focus {
  width: 66.666667%;
}

.focus\:w-1\/4:focus {
  width: 25%;
}

.focus\:w-2\/4:focus {
  width: 50%;
}

.focus\:w-3\/4:focus {
  width: 75%;
}

.focus\:w-1\/5:focus {
  width: 20%;
}

.focus\:w-2\/5:focus {
  width: 40%;
}

.focus\:w-3\/5:focus {
  width: 60%;
}

.focus\:w-4\/5:focus {
  width: 80%;
}

.focus\:w-1\/6:focus {
  width: 16.666667%;
}

.focus\:w-2\/6:focus {
  width: 33.333333%;
}

.focus\:w-3\/6:focus {
  width: 50%;
}

.focus\:w-4\/6:focus {
  width: 66.666667%;
}

.focus\:w-5\/6:focus {
  width: 83.333333%;
}

.focus\:w-3\/12:focus {
  width: 25%;
}

.focus\:w-4\/12:focus {
  width: 33.333333%;
}

.focus\:w-5\/12:focus {
  width: 41.666667%;
}

.focus\:w-6\/12:focus {
  width: 50%;
}

.focus\:w-7\/12:focus {
  width: 58.333333%;
}

.focus\:w-8\/12:focus {
  width: 66.666667%;
}

.focus\:w-9\/12:focus {
  width: 75%;
}

.focus\:w-10\/12:focus {
  width: 83.333333%;
}

.focus\:w-11\/12:focus {
  width: 91.666667%;
}

.focus\:w-full:focus {
  width: 100%;
}

.focus\:w-screen:focus {
  width: 100vw;
}

.first\:w-0:first-child {
  width: 0px;
}

.first\:w-1:first-child {
  width: 0.25rem;
}

.first\:w-2:first-child {
  width: 0.5rem;
}

.first\:w-3:first-child {
  width: 3px;
}

.first\:w-4:first-child {
  width: 4px;
}

.first\:w-5:first-child {
  width: 5px;
}

.first\:w-6:first-child {
  width: 6px;
}

.first\:w-8:first-child {
  width: 8px;
}

.first\:w-9:first-child {
  width: 9px;
}

.first\:w-10:first-child {
  width: 10px;
}

.first\:w-12:first-child {
  width: 12px;
}

.first\:w-13:first-child {
  width: 13px;
}

.first\:w-14:first-child {
  width: 14px;
}

.first\:w-15:first-child {
  width: 15px;
}

.first\:w-16:first-child {
  width: 16px;
}

.first\:w-17:first-child {
  width: 17px;
}

.first\:w-18:first-child {
  width: 18px;
}

.first\:w-20:first-child {
  width: 20px;
}

.first\:w-22:first-child {
  width: 22px;
}

.first\:w-24:first-child {
  width: 24px;
}

.first\:w-25:first-child {
  width: 25px;
}

.first\:w-28:first-child {
  width: 28px;
}

.first\:w-29:first-child {
  width: 29px;
}

.first\:w-30:first-child {
  width: 30px;
}

.first\:w-32:first-child {
  width: 32px;
}

.first\:w-35:first-child {
  width: 35px;
}

.first\:w-36:first-child {
  width: 36px;
}

.first\:w-37:first-child {
  width: 37px;
}

.first\:w-40:first-child {
  width: 40px;
}

.first\:w-45:first-child {
  width: 45px;
}

.first\:w-48:first-child {
  width: 48px;
}

.first\:w-50:first-child {
  width: 50px;
}

.first\:w-55:first-child {
  width: 55px;
}

.first\:w-56:first-child {
  width: 56px;
}

.first\:w-60:first-child {
  width: 60px;
}

.first\:w-62:first-child {
  width: 62px;
}

.first\:w-64:first-child {
  width: 64px;
}

.first\:w-65:first-child {
  width: 65px;
}

.first\:w-70:first-child {
  width: 70px;
}

.first\:w-75:first-child {
  width: 75px;
}

.first\:w-80:first-child {
  width: 80px;
}

.first\:w-85:first-child {
  width: 85px;
}

.first\:w-90:first-child {
  width: 90px;
}

.first\:w-95:first-child {
  width: 95px;
}

.first\:w-96:first-child {
  width: 96px;
}

.first\:w-100:first-child {
  width: 100px;
}

.first\:w-110:first-child {
  width: 110px;
}

.first\:w-115:first-child {
  width: 115px;
}

.first\:w-120:first-child {
  width: 120px;
}

.first\:w-128:first-child {
  width: 128px;
}

.first\:w-135:first-child {
  width: 135px;
}

.first\:w-140:first-child {
  width: 140px;
}

.first\:w-145:first-child {
  width: 145px;
}

.first\:w-150:first-child {
  width: 150px;
}

.first\:w-160:first-child {
  width: 160px;
}

.first\:w-165:first-child {
  width: 165px;
}

.first\:w-168:first-child {
  width: 168px;
}

.first\:w-170:first-child {
  width: 170px;
}

.first\:w-180:first-child {
  width: 180px;
}

.first\:w-200:first-child {
  width: 200px;
}

.first\:w-220:first-child {
  width: 220px;
}

.first\:w-230:first-child {
  width: 230px;
}

.first\:w-235:first-child {
  width: 235px;
}

.first\:w-240:first-child {
  width: 240px;
}

.first\:w-250:first-child {
  width: 250px;
}

.first\:w-300:first-child {
  width: 300px;
}

.first\:w-320:first-child {
  width: 320px;
}

.first\:w-350:first-child {
  width: 350px;
}

.first\:w-375:first-child {
  width: 375px;
}

.first\:w-400:first-child {
  width: 400px;
}

.first\:w-450:first-child {
  width: 450px;
}

.first\:w-700:first-child {
  width: 700px;
}

.first\:w-auto:first-child {
  width: auto;
}

.first\:w-px:first-child {
  width: 1px;
}

.first\:w-1p:first-child {
  width: 1%;
}

.first\:w-1\/12:first-child {
  width: 8.333333%;
}

.first\:w-2\/12:first-child {
  width: 16.666667%;
}

.first\:w-11p:first-child {
  width: 11%;
}

.first\:w-20p:first-child {
  width: 20%;
}

.first\:w-24p:first-child {
  width: 24.25%;
}

.first\:w-25p:first-child {
  width: 25%;
}

.first\:w-32p:first-child {
  width: 32%;
}

.first\:w-35p:first-child {
  width: 35%;
}

.first\:w-40p:first-child {
  width: 40%;
}

.first\:w-49p:first-child {
  width: 49%;
}

.first\:w-49-5p:first-child {
  width: 49.5%;
}

.first\:w-80p:first-child {
  width: 80%;
}

.first\:w-vh80:first-child {
  width: 80vh;
}

.first\:w-vh86:first-child {
  width: 86vh;
}

.first\:w-vh90:first-child {
  width: 90vh;
}

.first\:w-vw80:first-child {
  width: 80vw;
}

.first\:w-vw90:first-child {
  width: 90vw;
}

.first\:w-90p:first-child {
  width: 90%;
}

.first\:w-92p:first-child {
  width: 92%;
}

.first\:w-93p:first-child {
  width: 93%;
}

.first\:w-94p:first-child {
  width: 94%;
}

.first\:w-95p:first-child {
  width: 95%;
}

.first\:w-96p:first-child {
  width: 96%;
}

.first\:w-100p:first-child {
  width: 100%;
}

.first\:w-1\/2:first-child {
  width: 50%;
}

.first\:w-1\/3:first-child {
  width: 33.333333%;
}

.first\:w-2\/3:first-child {
  width: 66.666667%;
}

.first\:w-1\/4:first-child {
  width: 25%;
}

.first\:w-2\/4:first-child {
  width: 50%;
}

.first\:w-3\/4:first-child {
  width: 75%;
}

.first\:w-1\/5:first-child {
  width: 20%;
}

.first\:w-2\/5:first-child {
  width: 40%;
}

.first\:w-3\/5:first-child {
  width: 60%;
}

.first\:w-4\/5:first-child {
  width: 80%;
}

.first\:w-1\/6:first-child {
  width: 16.666667%;
}

.first\:w-2\/6:first-child {
  width: 33.333333%;
}

.first\:w-3\/6:first-child {
  width: 50%;
}

.first\:w-4\/6:first-child {
  width: 66.666667%;
}

.first\:w-5\/6:first-child {
  width: 83.333333%;
}

.first\:w-3\/12:first-child {
  width: 25%;
}

.first\:w-4\/12:first-child {
  width: 33.333333%;
}

.first\:w-5\/12:first-child {
  width: 41.666667%;
}

.first\:w-6\/12:first-child {
  width: 50%;
}

.first\:w-7\/12:first-child {
  width: 58.333333%;
}

.first\:w-8\/12:first-child {
  width: 66.666667%;
}

.first\:w-9\/12:first-child {
  width: 75%;
}

.first\:w-10\/12:first-child {
  width: 83.333333%;
}

.first\:w-11\/12:first-child {
  width: 91.666667%;
}

.first\:w-full:first-child {
  width: 100%;
}

.first\:w-screen:first-child {
  width: 100vw;
}

.last\:w-0:last-child {
  width: 0px;
}

.last\:w-1:last-child {
  width: 0.25rem;
}

.last\:w-2:last-child {
  width: 0.5rem;
}

.last\:w-3:last-child {
  width: 3px;
}

.last\:w-4:last-child {
  width: 4px;
}

.last\:w-5:last-child {
  width: 5px;
}

.last\:w-6:last-child {
  width: 6px;
}

.last\:w-8:last-child {
  width: 8px;
}

.last\:w-9:last-child {
  width: 9px;
}

.last\:w-10:last-child {
  width: 10px;
}

.last\:w-12:last-child {
  width: 12px;
}

.last\:w-13:last-child {
  width: 13px;
}

.last\:w-14:last-child {
  width: 14px;
}

.last\:w-15:last-child {
  width: 15px;
}

.last\:w-16:last-child {
  width: 16px;
}

.last\:w-17:last-child {
  width: 17px;
}

.last\:w-18:last-child {
  width: 18px;
}

.last\:w-20:last-child {
  width: 20px;
}

.last\:w-22:last-child {
  width: 22px;
}

.last\:w-24:last-child {
  width: 24px;
}

.last\:w-25:last-child {
  width: 25px;
}

.last\:w-28:last-child {
  width: 28px;
}

.last\:w-29:last-child {
  width: 29px;
}

.last\:w-30:last-child {
  width: 30px;
}

.last\:w-32:last-child {
  width: 32px;
}

.last\:w-35:last-child {
  width: 35px;
}

.last\:w-36:last-child {
  width: 36px;
}

.last\:w-37:last-child {
  width: 37px;
}

.last\:w-40:last-child {
  width: 40px;
}

.last\:w-45:last-child {
  width: 45px;
}

.last\:w-48:last-child {
  width: 48px;
}

.last\:w-50:last-child {
  width: 50px;
}

.last\:w-55:last-child {
  width: 55px;
}

.last\:w-56:last-child {
  width: 56px;
}

.last\:w-60:last-child {
  width: 60px;
}

.last\:w-62:last-child {
  width: 62px;
}

.last\:w-64:last-child {
  width: 64px;
}

.last\:w-65:last-child {
  width: 65px;
}

.last\:w-70:last-child {
  width: 70px;
}

.last\:w-75:last-child {
  width: 75px;
}

.last\:w-80:last-child {
  width: 80px;
}

.last\:w-85:last-child {
  width: 85px;
}

.last\:w-90:last-child {
  width: 90px;
}

.last\:w-95:last-child {
  width: 95px;
}

.last\:w-96:last-child {
  width: 96px;
}

.last\:w-100:last-child {
  width: 100px;
}

.last\:w-110:last-child {
  width: 110px;
}

.last\:w-115:last-child {
  width: 115px;
}

.last\:w-120:last-child {
  width: 120px;
}

.last\:w-128:last-child {
  width: 128px;
}

.last\:w-135:last-child {
  width: 135px;
}

.last\:w-140:last-child {
  width: 140px;
}

.last\:w-145:last-child {
  width: 145px;
}

.last\:w-150:last-child {
  width: 150px;
}

.last\:w-160:last-child {
  width: 160px;
}

.last\:w-165:last-child {
  width: 165px;
}

.last\:w-168:last-child {
  width: 168px;
}

.last\:w-170:last-child {
  width: 170px;
}

.last\:w-180:last-child {
  width: 180px;
}

.last\:w-200:last-child {
  width: 200px;
}

.last\:w-220:last-child {
  width: 220px;
}

.last\:w-230:last-child {
  width: 230px;
}

.last\:w-235:last-child {
  width: 235px;
}

.last\:w-240:last-child {
  width: 240px;
}

.last\:w-250:last-child {
  width: 250px;
}

.last\:w-300:last-child {
  width: 300px;
}

.last\:w-320:last-child {
  width: 320px;
}

.last\:w-350:last-child {
  width: 350px;
}

.last\:w-375:last-child {
  width: 375px;
}

.last\:w-400:last-child {
  width: 400px;
}

.last\:w-450:last-child {
  width: 450px;
}

.last\:w-700:last-child {
  width: 700px;
}

.last\:w-auto:last-child {
  width: auto;
}

.last\:w-px:last-child {
  width: 1px;
}

.last\:w-1p:last-child {
  width: 1%;
}

.last\:w-1\/12:last-child {
  width: 8.333333%;
}

.last\:w-2\/12:last-child {
  width: 16.666667%;
}

.last\:w-11p:last-child {
  width: 11%;
}

.last\:w-20p:last-child {
  width: 20%;
}

.last\:w-24p:last-child {
  width: 24.25%;
}

.last\:w-25p:last-child {
  width: 25%;
}

.last\:w-32p:last-child {
  width: 32%;
}

.last\:w-35p:last-child {
  width: 35%;
}

.last\:w-40p:last-child {
  width: 40%;
}

.last\:w-49p:last-child {
  width: 49%;
}

.last\:w-49-5p:last-child {
  width: 49.5%;
}

.last\:w-80p:last-child {
  width: 80%;
}

.last\:w-vh80:last-child {
  width: 80vh;
}

.last\:w-vh86:last-child {
  width: 86vh;
}

.last\:w-vh90:last-child {
  width: 90vh;
}

.last\:w-vw80:last-child {
  width: 80vw;
}

.last\:w-vw90:last-child {
  width: 90vw;
}

.last\:w-90p:last-child {
  width: 90%;
}

.last\:w-92p:last-child {
  width: 92%;
}

.last\:w-93p:last-child {
  width: 93%;
}

.last\:w-94p:last-child {
  width: 94%;
}

.last\:w-95p:last-child {
  width: 95%;
}

.last\:w-96p:last-child {
  width: 96%;
}

.last\:w-100p:last-child {
  width: 100%;
}

.last\:w-1\/2:last-child {
  width: 50%;
}

.last\:w-1\/3:last-child {
  width: 33.333333%;
}

.last\:w-2\/3:last-child {
  width: 66.666667%;
}

.last\:w-1\/4:last-child {
  width: 25%;
}

.last\:w-2\/4:last-child {
  width: 50%;
}

.last\:w-3\/4:last-child {
  width: 75%;
}

.last\:w-1\/5:last-child {
  width: 20%;
}

.last\:w-2\/5:last-child {
  width: 40%;
}

.last\:w-3\/5:last-child {
  width: 60%;
}

.last\:w-4\/5:last-child {
  width: 80%;
}

.last\:w-1\/6:last-child {
  width: 16.666667%;
}

.last\:w-2\/6:last-child {
  width: 33.333333%;
}

.last\:w-3\/6:last-child {
  width: 50%;
}

.last\:w-4\/6:last-child {
  width: 66.666667%;
}

.last\:w-5\/6:last-child {
  width: 83.333333%;
}

.last\:w-3\/12:last-child {
  width: 25%;
}

.last\:w-4\/12:last-child {
  width: 33.333333%;
}

.last\:w-5\/12:last-child {
  width: 41.666667%;
}

.last\:w-6\/12:last-child {
  width: 50%;
}

.last\:w-7\/12:last-child {
  width: 58.333333%;
}

.last\:w-8\/12:last-child {
  width: 66.666667%;
}

.last\:w-9\/12:last-child {
  width: 75%;
}

.last\:w-10\/12:last-child {
  width: 83.333333%;
}

.last\:w-11\/12:last-child {
  width: 91.666667%;
}

.last\:w-full:last-child {
  width: 100%;
}

.last\:w-screen:last-child {
  width: 100vw;
}

.group:hover .group-hover\:w-0 {
  width: 0px;
}

.group:hover .group-hover\:w-1 {
  width: 0.25rem;
}

.group:hover .group-hover\:w-2 {
  width: 0.5rem;
}

.group:hover .group-hover\:w-3 {
  width: 3px;
}

.group:hover .group-hover\:w-4 {
  width: 4px;
}

.group:hover .group-hover\:w-5 {
  width: 5px;
}

.group:hover .group-hover\:w-6 {
  width: 6px;
}

.group:hover .group-hover\:w-8 {
  width: 8px;
}

.group:hover .group-hover\:w-9 {
  width: 9px;
}

.group:hover .group-hover\:w-10 {
  width: 10px;
}

.group:hover .group-hover\:w-12 {
  width: 12px;
}

.group:hover .group-hover\:w-13 {
  width: 13px;
}

.group:hover .group-hover\:w-14 {
  width: 14px;
}

.group:hover .group-hover\:w-15 {
  width: 15px;
}

.group:hover .group-hover\:w-16 {
  width: 16px;
}

.group:hover .group-hover\:w-17 {
  width: 17px;
}

.group:hover .group-hover\:w-18 {
  width: 18px;
}

.group:hover .group-hover\:w-20 {
  width: 20px;
}

.group:hover .group-hover\:w-22 {
  width: 22px;
}

.group:hover .group-hover\:w-24 {
  width: 24px;
}

.group:hover .group-hover\:w-25 {
  width: 25px;
}

.group:hover .group-hover\:w-28 {
  width: 28px;
}

.group:hover .group-hover\:w-29 {
  width: 29px;
}

.group:hover .group-hover\:w-30 {
  width: 30px;
}

.group:hover .group-hover\:w-32 {
  width: 32px;
}

.group:hover .group-hover\:w-35 {
  width: 35px;
}

.group:hover .group-hover\:w-36 {
  width: 36px;
}

.group:hover .group-hover\:w-37 {
  width: 37px;
}

.group:hover .group-hover\:w-40 {
  width: 40px;
}

.group:hover .group-hover\:w-45 {
  width: 45px;
}

.group:hover .group-hover\:w-48 {
  width: 48px;
}

.group:hover .group-hover\:w-50 {
  width: 50px;
}

.group:hover .group-hover\:w-55 {
  width: 55px;
}

.group:hover .group-hover\:w-56 {
  width: 56px;
}

.group:hover .group-hover\:w-60 {
  width: 60px;
}

.group:hover .group-hover\:w-62 {
  width: 62px;
}

.group:hover .group-hover\:w-64 {
  width: 64px;
}

.group:hover .group-hover\:w-65 {
  width: 65px;
}

.group:hover .group-hover\:w-70 {
  width: 70px;
}

.group:hover .group-hover\:w-75 {
  width: 75px;
}

.group:hover .group-hover\:w-80 {
  width: 80px;
}

.group:hover .group-hover\:w-85 {
  width: 85px;
}

.group:hover .group-hover\:w-90 {
  width: 90px;
}

.group:hover .group-hover\:w-95 {
  width: 95px;
}

.group:hover .group-hover\:w-96 {
  width: 96px;
}

.group:hover .group-hover\:w-100 {
  width: 100px;
}

.group:hover .group-hover\:w-110 {
  width: 110px;
}

.group:hover .group-hover\:w-115 {
  width: 115px;
}

.group:hover .group-hover\:w-120 {
  width: 120px;
}

.group:hover .group-hover\:w-128 {
  width: 128px;
}

.group:hover .group-hover\:w-135 {
  width: 135px;
}

.group:hover .group-hover\:w-140 {
  width: 140px;
}

.group:hover .group-hover\:w-145 {
  width: 145px;
}

.group:hover .group-hover\:w-150 {
  width: 150px;
}

.group:hover .group-hover\:w-160 {
  width: 160px;
}

.group:hover .group-hover\:w-165 {
  width: 165px;
}

.group:hover .group-hover\:w-168 {
  width: 168px;
}

.group:hover .group-hover\:w-170 {
  width: 170px;
}

.group:hover .group-hover\:w-180 {
  width: 180px;
}

.group:hover .group-hover\:w-200 {
  width: 200px;
}

.group:hover .group-hover\:w-220 {
  width: 220px;
}

.group:hover .group-hover\:w-230 {
  width: 230px;
}

.group:hover .group-hover\:w-235 {
  width: 235px;
}

.group:hover .group-hover\:w-240 {
  width: 240px;
}

.group:hover .group-hover\:w-250 {
  width: 250px;
}

.group:hover .group-hover\:w-300 {
  width: 300px;
}

.group:hover .group-hover\:w-320 {
  width: 320px;
}

.group:hover .group-hover\:w-350 {
  width: 350px;
}

.group:hover .group-hover\:w-375 {
  width: 375px;
}

.group:hover .group-hover\:w-400 {
  width: 400px;
}

.group:hover .group-hover\:w-450 {
  width: 450px;
}

.group:hover .group-hover\:w-700 {
  width: 700px;
}

.group:hover .group-hover\:w-auto {
  width: auto;
}

.group:hover .group-hover\:w-px {
  width: 1px;
}

.group:hover .group-hover\:w-1p {
  width: 1%;
}

.group:hover .group-hover\:w-1\/12 {
  width: 8.333333%;
}

.group:hover .group-hover\:w-2\/12 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-11p {
  width: 11%;
}

.group:hover .group-hover\:w-20p {
  width: 20%;
}

.group:hover .group-hover\:w-24p {
  width: 24.25%;
}

.group:hover .group-hover\:w-25p {
  width: 25%;
}

.group:hover .group-hover\:w-32p {
  width: 32%;
}

.group:hover .group-hover\:w-35p {
  width: 35%;
}

.group:hover .group-hover\:w-40p {
  width: 40%;
}

.group:hover .group-hover\:w-49p {
  width: 49%;
}

.group:hover .group-hover\:w-49-5p {
  width: 49.5%;
}

.group:hover .group-hover\:w-80p {
  width: 80%;
}

.group:hover .group-hover\:w-vh80 {
  width: 80vh;
}

.group:hover .group-hover\:w-vh86 {
  width: 86vh;
}

.group:hover .group-hover\:w-vh90 {
  width: 90vh;
}

.group:hover .group-hover\:w-vw80 {
  width: 80vw;
}

.group:hover .group-hover\:w-vw90 {
  width: 90vw;
}

.group:hover .group-hover\:w-90p {
  width: 90%;
}

.group:hover .group-hover\:w-92p {
  width: 92%;
}

.group:hover .group-hover\:w-93p {
  width: 93%;
}

.group:hover .group-hover\:w-94p {
  width: 94%;
}

.group:hover .group-hover\:w-95p {
  width: 95%;
}

.group:hover .group-hover\:w-96p {
  width: 96%;
}

.group:hover .group-hover\:w-100p {
  width: 100%;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:w-1\/3 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-2\/3 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-1\/4 {
  width: 25%;
}

.group:hover .group-hover\:w-2\/4 {
  width: 50%;
}

.group:hover .group-hover\:w-3\/4 {
  width: 75%;
}

.group:hover .group-hover\:w-1\/5 {
  width: 20%;
}

.group:hover .group-hover\:w-2\/5 {
  width: 40%;
}

.group:hover .group-hover\:w-3\/5 {
  width: 60%;
}

.group:hover .group-hover\:w-4\/5 {
  width: 80%;
}

.group:hover .group-hover\:w-1\/6 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-2\/6 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-3\/6 {
  width: 50%;
}

.group:hover .group-hover\:w-4\/6 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-5\/6 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-3\/12 {
  width: 25%;
}

.group:hover .group-hover\:w-4\/12 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-5\/12 {
  width: 41.666667%;
}

.group:hover .group-hover\:w-6\/12 {
  width: 50%;
}

.group:hover .group-hover\:w-7\/12 {
  width: 58.333333%;
}

.group:hover .group-hover\:w-8\/12 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-9\/12 {
  width: 75%;
}

.group:hover .group-hover\:w-10\/12 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-11\/12 {
  width: 91.666667%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\: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;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.first\:z-0:first-child {
  z-index: 0;
}

.first\:z-10:first-child {
  z-index: 10;
}

.first\:z-20:first-child {
  z-index: 20;
}

.first\:z-30:first-child {
  z-index: 30;
}

.first\:z-40:first-child {
  z-index: 40;
}

.first\:z-50:first-child {
  z-index: 50;
}

.first\:z-auto:first-child {
  z-index: auto;
}

.last\:z-0:last-child {
  z-index: 0;
}

.last\:z-10:last-child {
  z-index: 10;
}

.last\:z-20:last-child {
  z-index: 20;
}

.last\:z-30:last-child {
  z-index: 30;
}

.last\:z-40:last-child {
  z-index: 40;
}

.last\:z-50:last-child {
  z-index: 50;
}

.last\:z-auto:last-child {
  z-index: auto;
}

.group:hover .group-hover\:z-0 {
  z-index: 0;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:z-20 {
  z-index: 20;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:z-40 {
  z-index: 40;
}

.group:hover .group-hover\:z-50 {
  z-index: 50;
}

.group:hover .group-hover\:z-auto {
  z-index: auto;
}

.gap-0 {
  grid-gap: 0px;
  gap: 0px;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 3px;
  gap: 3px;
}

.gap-4 {
  grid-gap: 4px;
  gap: 4px;
}

.gap-5 {
  grid-gap: 5px;
  gap: 5px;
}

.gap-6 {
  grid-gap: 6px;
  gap: 6px;
}

.gap-8 {
  grid-gap: 8px;
  gap: 8px;
}

.gap-9 {
  grid-gap: 9px;
  gap: 9px;
}

.gap-10 {
  grid-gap: 10px;
  gap: 10px;
}

.gap-12 {
  grid-gap: 12px;
  gap: 12px;
}

.gap-13 {
  grid-gap: 13px;
  gap: 13px;
}

.gap-14 {
  grid-gap: 14px;
  gap: 14px;
}

.gap-15 {
  grid-gap: 15px;
  gap: 15px;
}

.gap-16 {
  grid-gap: 16px;
  gap: 16px;
}

.gap-17 {
  grid-gap: 17px;
  gap: 17px;
}

.gap-18 {
  grid-gap: 18px;
  gap: 18px;
}

.gap-20 {
  grid-gap: 20px;
  gap: 20px;
}

.gap-22 {
  grid-gap: 22px;
  gap: 22px;
}

.gap-24 {
  grid-gap: 24px;
  gap: 24px;
}

.gap-25 {
  grid-gap: 25px;
  gap: 25px;
}

.gap-28 {
  grid-gap: 28px;
  gap: 28px;
}

.gap-29 {
  grid-gap: 29px;
  gap: 29px;
}

.gap-30 {
  grid-gap: 30px;
  gap: 30px;
}

.gap-32 {
  grid-gap: 32px;
  gap: 32px;
}

.gap-35 {
  grid-gap: 35px;
  gap: 35px;
}

.gap-36 {
  grid-gap: 36px;
  gap: 36px;
}

.gap-37 {
  grid-gap: 37px;
  gap: 37px;
}

.gap-40 {
  grid-gap: 40px;
  gap: 40px;
}

.gap-45 {
  grid-gap: 45px;
  gap: 45px;
}

.gap-48 {
  grid-gap: 48px;
  gap: 48px;
}

.gap-50 {
  grid-gap: 50px;
  gap: 50px;
}

.gap-55 {
  grid-gap: 55px;
  gap: 55px;
}

.gap-56 {
  grid-gap: 56px;
  gap: 56px;
}

.gap-60 {
  grid-gap: 60px;
  gap: 60px;
}

.gap-62 {
  grid-gap: 62px;
  gap: 62px;
}

.gap-64 {
  grid-gap: 64px;
  gap: 64px;
}

.gap-65 {
  grid-gap: 65px;
  gap: 65px;
}

.gap-70 {
  grid-gap: 70px;
  gap: 70px;
}

.gap-75 {
  grid-gap: 75px;
  gap: 75px;
}

.gap-80 {
  grid-gap: 80px;
  gap: 80px;
}

.gap-85 {
  grid-gap: 85px;
  gap: 85px;
}

.gap-90 {
  grid-gap: 90px;
  gap: 90px;
}

.gap-95 {
  grid-gap: 95px;
  gap: 95px;
}

.gap-96 {
  grid-gap: 96px;
  gap: 96px;
}

.gap-100 {
  grid-gap: 100px;
  gap: 100px;
}

.gap-110 {
  grid-gap: 110px;
  gap: 110px;
}

.gap-115 {
  grid-gap: 115px;
  gap: 115px;
}

.gap-120 {
  grid-gap: 120px;
  gap: 120px;
}

.gap-128 {
  grid-gap: 128px;
  gap: 128px;
}

.gap-135 {
  grid-gap: 135px;
  gap: 135px;
}

.gap-140 {
  grid-gap: 140px;
  gap: 140px;
}

.gap-145 {
  grid-gap: 145px;
  gap: 145px;
}

.gap-150 {
  grid-gap: 150px;
  gap: 150px;
}

.gap-160 {
  grid-gap: 160px;
  gap: 160px;
}

.gap-165 {
  grid-gap: 165px;
  gap: 165px;
}

.gap-168 {
  grid-gap: 168px;
  gap: 168px;
}

.gap-170 {
  grid-gap: 170px;
  gap: 170px;
}

.gap-180 {
  grid-gap: 180px;
  gap: 180px;
}

.gap-200 {
  grid-gap: 200px;
  gap: 200px;
}

.gap-220 {
  grid-gap: 220px;
  gap: 220px;
}

.gap-230 {
  grid-gap: 230px;
  gap: 230px;
}

.gap-235 {
  grid-gap: 235px;
  gap: 235px;
}

.gap-240 {
  grid-gap: 240px;
  gap: 240px;
}

.gap-250 {
  grid-gap: 250px;
  gap: 250px;
}

.gap-300 {
  grid-gap: 300px;
  gap: 300px;
}

.gap-320 {
  grid-gap: 320px;
  gap: 320px;
}

.gap-350 {
  grid-gap: 350px;
  gap: 350px;
}

.gap-375 {
  grid-gap: 375px;
  gap: 375px;
}

.gap-400 {
  grid-gap: 400px;
  gap: 400px;
}

.gap-450 {
  grid-gap: 450px;
  gap: 450px;
}

.gap-700 {
  grid-gap: 700px;
  gap: 700px;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.gap-1p {
  grid-gap: 1%;
  gap: 1%;
}

.gap-1\/12 {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.gap-2\/12 {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.gap-11p {
  grid-gap: 11%;
  gap: 11%;
}

.gap-20p {
  grid-gap: 20%;
  gap: 20%;
}

.gap-24p {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.gap-25p {
  grid-gap: 25%;
  gap: 25%;
}

.gap-32p {
  grid-gap: 32%;
  gap: 32%;
}

.gap-35p {
  grid-gap: 35%;
  gap: 35%;
}

.gap-40p {
  grid-gap: 40%;
  gap: 40%;
}

.gap-49p {
  grid-gap: 49%;
  gap: 49%;
}

.gap-49-5p {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.gap-80p {
  grid-gap: 80%;
  gap: 80%;
}

.gap-vh80 {
  grid-gap: 80vh;
  gap: 80vh;
}

.gap-vh86 {
  grid-gap: 86vh;
  gap: 86vh;
}

.gap-vh90 {
  grid-gap: 90vh;
  gap: 90vh;
}

.gap-vw80 {
  grid-gap: 80vw;
  gap: 80vw;
}

.gap-vw90 {
  grid-gap: 90vw;
  gap: 90vw;
}

.gap-90p {
  grid-gap: 90%;
  gap: 90%;
}

.gap-92p {
  grid-gap: 92%;
  gap: 92%;
}

.gap-93p {
  grid-gap: 93%;
  gap: 93%;
}

.gap-94p {
  grid-gap: 94%;
  gap: 94%;
}

.gap-95p {
  grid-gap: 95%;
  gap: 95%;
}

.gap-96p {
  grid-gap: 96%;
  gap: 96%;
}

.gap-100p {
  grid-gap: 100%;
  gap: 100%;
}

.gap-x-0 {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.gap-x-4 {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-x-5 {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-x-6 {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-x-8 {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-9 {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-x-10 {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-12 {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-13 {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-x-14 {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-x-15 {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-16 {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-17 {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.gap-x-18 {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-20 {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-22 {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-x-24 {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-25 {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-x-28 {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-x-29 {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-x-30 {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-32 {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-35 {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-x-36 {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-x-37 {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-x-40 {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-x-45 {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.gap-x-48 {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-50 {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-x-55 {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.gap-x-56 {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-x-60 {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-x-62 {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.gap-x-64 {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-x-65 {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.gap-x-70 {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-x-75 {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.gap-x-80 {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-x-85 {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.gap-x-90 {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-x-95 {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.gap-x-96 {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.gap-x-100 {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-110 {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.gap-x-115 {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.gap-x-120 {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-x-128 {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.gap-x-135 {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.gap-x-140 {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.gap-x-145 {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.gap-x-150 {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.gap-x-160 {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.gap-x-165 {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.gap-x-168 {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.gap-x-170 {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.gap-x-180 {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.gap-x-200 {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.gap-x-220 {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.gap-x-230 {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.gap-x-235 {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.gap-x-240 {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.gap-x-250 {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.gap-x-300 {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.gap-x-320 {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.gap-x-350 {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.gap-x-375 {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.gap-x-400 {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.gap-x-450 {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.gap-x-700 {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.gap-x-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-1p {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.gap-x-1\/12 {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.gap-x-2\/12 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.gap-x-11p {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.gap-x-20p {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.gap-x-24p {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.gap-x-25p {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-32p {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.gap-x-35p {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.gap-x-40p {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.gap-x-49p {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.gap-x-49-5p {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.gap-x-80p {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.gap-x-vh80 {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.gap-x-vh86 {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.gap-x-vh90 {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.gap-x-vw80 {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.gap-x-vw90 {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.gap-x-90p {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.gap-x-92p {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.gap-x-93p {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.gap-x-94p {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.gap-x-95p {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.gap-x-96p {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.gap-x-100p {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.gap-y-0 {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-3 {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.gap-y-4 {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.gap-y-5 {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.gap-y-6 {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.gap-y-8 {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.gap-y-9 {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.gap-y-10 {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.gap-y-12 {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.gap-y-13 {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.gap-y-14 {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.gap-y-15 {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.gap-y-16 {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.gap-y-17 {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.gap-y-18 {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.gap-y-20 {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.gap-y-22 {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.gap-y-24 {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.gap-y-25 {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.gap-y-28 {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.gap-y-29 {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.gap-y-30 {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.gap-y-32 {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.gap-y-35 {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.gap-y-36 {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.gap-y-37 {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.gap-y-40 {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.gap-y-45 {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.gap-y-48 {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.gap-y-50 {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.gap-y-55 {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.gap-y-56 {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.gap-y-60 {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.gap-y-62 {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.gap-y-64 {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.gap-y-65 {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.gap-y-70 {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.gap-y-75 {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.gap-y-80 {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.gap-y-85 {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.gap-y-90 {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.gap-y-95 {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.gap-y-96 {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.gap-y-100 {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.gap-y-110 {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.gap-y-115 {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.gap-y-120 {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.gap-y-128 {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.gap-y-135 {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.gap-y-140 {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.gap-y-145 {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.gap-y-150 {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.gap-y-160 {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.gap-y-165 {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.gap-y-168 {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.gap-y-170 {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.gap-y-180 {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.gap-y-200 {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.gap-y-220 {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.gap-y-230 {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.gap-y-235 {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.gap-y-240 {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.gap-y-250 {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.gap-y-300 {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.gap-y-320 {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.gap-y-350 {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.gap-y-375 {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.gap-y-400 {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.gap-y-450 {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.gap-y-700 {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-1p {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.gap-y-1\/12 {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.gap-y-2\/12 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.gap-y-11p {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.gap-y-20p {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.gap-y-24p {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.gap-y-25p {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.gap-y-32p {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.gap-y-35p {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.gap-y-40p {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.gap-y-49p {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.gap-y-49-5p {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.gap-y-80p {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.gap-y-vh80 {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.gap-y-vh86 {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.gap-y-vh90 {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.gap-y-vw80 {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.gap-y-vw90 {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.gap-y-90p {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.gap-y-92p {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.gap-y-93p {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.gap-y-94p {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.gap-y-95p {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.gap-y-96p {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.gap-y-100p {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.hover\:gap-0:hover {
  grid-gap: 0px;
  gap: 0px;
}

.hover\:gap-1:hover {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.hover\:gap-2:hover {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.hover\:gap-3:hover {
  grid-gap: 3px;
  gap: 3px;
}

.hover\:gap-4:hover {
  grid-gap: 4px;
  gap: 4px;
}

.hover\:gap-5:hover {
  grid-gap: 5px;
  gap: 5px;
}

.hover\:gap-6:hover {
  grid-gap: 6px;
  gap: 6px;
}

.hover\:gap-8:hover {
  grid-gap: 8px;
  gap: 8px;
}

.hover\:gap-9:hover {
  grid-gap: 9px;
  gap: 9px;
}

.hover\:gap-10:hover {
  grid-gap: 10px;
  gap: 10px;
}

.hover\:gap-12:hover {
  grid-gap: 12px;
  gap: 12px;
}

.hover\:gap-13:hover {
  grid-gap: 13px;
  gap: 13px;
}

.hover\:gap-14:hover {
  grid-gap: 14px;
  gap: 14px;
}

.hover\:gap-15:hover {
  grid-gap: 15px;
  gap: 15px;
}

.hover\:gap-16:hover {
  grid-gap: 16px;
  gap: 16px;
}

.hover\:gap-17:hover {
  grid-gap: 17px;
  gap: 17px;
}

.hover\:gap-18:hover {
  grid-gap: 18px;
  gap: 18px;
}

.hover\:gap-20:hover {
  grid-gap: 20px;
  gap: 20px;
}

.hover\:gap-22:hover {
  grid-gap: 22px;
  gap: 22px;
}

.hover\:gap-24:hover {
  grid-gap: 24px;
  gap: 24px;
}

.hover\:gap-25:hover {
  grid-gap: 25px;
  gap: 25px;
}

.hover\:gap-28:hover {
  grid-gap: 28px;
  gap: 28px;
}

.hover\:gap-29:hover {
  grid-gap: 29px;
  gap: 29px;
}

.hover\:gap-30:hover {
  grid-gap: 30px;
  gap: 30px;
}

.hover\:gap-32:hover {
  grid-gap: 32px;
  gap: 32px;
}

.hover\:gap-35:hover {
  grid-gap: 35px;
  gap: 35px;
}

.hover\:gap-36:hover {
  grid-gap: 36px;
  gap: 36px;
}

.hover\:gap-37:hover {
  grid-gap: 37px;
  gap: 37px;
}

.hover\:gap-40:hover {
  grid-gap: 40px;
  gap: 40px;
}

.hover\:gap-45:hover {
  grid-gap: 45px;
  gap: 45px;
}

.hover\:gap-48:hover {
  grid-gap: 48px;
  gap: 48px;
}

.hover\:gap-50:hover {
  grid-gap: 50px;
  gap: 50px;
}

.hover\:gap-55:hover {
  grid-gap: 55px;
  gap: 55px;
}

.hover\:gap-56:hover {
  grid-gap: 56px;
  gap: 56px;
}

.hover\:gap-60:hover {
  grid-gap: 60px;
  gap: 60px;
}

.hover\:gap-62:hover {
  grid-gap: 62px;
  gap: 62px;
}

.hover\:gap-64:hover {
  grid-gap: 64px;
  gap: 64px;
}

.hover\:gap-65:hover {
  grid-gap: 65px;
  gap: 65px;
}

.hover\:gap-70:hover {
  grid-gap: 70px;
  gap: 70px;
}

.hover\:gap-75:hover {
  grid-gap: 75px;
  gap: 75px;
}

.hover\:gap-80:hover {
  grid-gap: 80px;
  gap: 80px;
}

.hover\:gap-85:hover {
  grid-gap: 85px;
  gap: 85px;
}

.hover\:gap-90:hover {
  grid-gap: 90px;
  gap: 90px;
}

.hover\:gap-95:hover {
  grid-gap: 95px;
  gap: 95px;
}

.hover\:gap-96:hover {
  grid-gap: 96px;
  gap: 96px;
}

.hover\:gap-100:hover {
  grid-gap: 100px;
  gap: 100px;
}

.hover\:gap-110:hover {
  grid-gap: 110px;
  gap: 110px;
}

.hover\:gap-115:hover {
  grid-gap: 115px;
  gap: 115px;
}

.hover\:gap-120:hover {
  grid-gap: 120px;
  gap: 120px;
}

.hover\:gap-128:hover {
  grid-gap: 128px;
  gap: 128px;
}

.hover\:gap-135:hover {
  grid-gap: 135px;
  gap: 135px;
}

.hover\:gap-140:hover {
  grid-gap: 140px;
  gap: 140px;
}

.hover\:gap-145:hover {
  grid-gap: 145px;
  gap: 145px;
}

.hover\:gap-150:hover {
  grid-gap: 150px;
  gap: 150px;
}

.hover\:gap-160:hover {
  grid-gap: 160px;
  gap: 160px;
}

.hover\:gap-165:hover {
  grid-gap: 165px;
  gap: 165px;
}

.hover\:gap-168:hover {
  grid-gap: 168px;
  gap: 168px;
}

.hover\:gap-170:hover {
  grid-gap: 170px;
  gap: 170px;
}

.hover\:gap-180:hover {
  grid-gap: 180px;
  gap: 180px;
}

.hover\:gap-200:hover {
  grid-gap: 200px;
  gap: 200px;
}

.hover\:gap-220:hover {
  grid-gap: 220px;
  gap: 220px;
}

.hover\:gap-230:hover {
  grid-gap: 230px;
  gap: 230px;
}

.hover\:gap-235:hover {
  grid-gap: 235px;
  gap: 235px;
}

.hover\:gap-240:hover {
  grid-gap: 240px;
  gap: 240px;
}

.hover\:gap-250:hover {
  grid-gap: 250px;
  gap: 250px;
}

.hover\:gap-300:hover {
  grid-gap: 300px;
  gap: 300px;
}

.hover\:gap-320:hover {
  grid-gap: 320px;
  gap: 320px;
}

.hover\:gap-350:hover {
  grid-gap: 350px;
  gap: 350px;
}

.hover\:gap-375:hover {
  grid-gap: 375px;
  gap: 375px;
}

.hover\:gap-400:hover {
  grid-gap: 400px;
  gap: 400px;
}

.hover\:gap-450:hover {
  grid-gap: 450px;
  gap: 450px;
}

.hover\:gap-700:hover {
  grid-gap: 700px;
  gap: 700px;
}

.hover\:gap-px:hover {
  grid-gap: 1px;
  gap: 1px;
}

.hover\:gap-1p:hover {
  grid-gap: 1%;
  gap: 1%;
}

.hover\:gap-1\/12:hover {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.hover\:gap-2\/12:hover {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.hover\:gap-11p:hover {
  grid-gap: 11%;
  gap: 11%;
}

.hover\:gap-20p:hover {
  grid-gap: 20%;
  gap: 20%;
}

.hover\:gap-24p:hover {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.hover\:gap-25p:hover {
  grid-gap: 25%;
  gap: 25%;
}

.hover\:gap-32p:hover {
  grid-gap: 32%;
  gap: 32%;
}

.hover\:gap-35p:hover {
  grid-gap: 35%;
  gap: 35%;
}

.hover\:gap-40p:hover {
  grid-gap: 40%;
  gap: 40%;
}

.hover\:gap-49p:hover {
  grid-gap: 49%;
  gap: 49%;
}

.hover\:gap-49-5p:hover {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.hover\:gap-80p:hover {
  grid-gap: 80%;
  gap: 80%;
}

.hover\:gap-vh80:hover {
  grid-gap: 80vh;
  gap: 80vh;
}

.hover\:gap-vh86:hover {
  grid-gap: 86vh;
  gap: 86vh;
}

.hover\:gap-vh90:hover {
  grid-gap: 90vh;
  gap: 90vh;
}

.hover\:gap-vw80:hover {
  grid-gap: 80vw;
  gap: 80vw;
}

.hover\:gap-vw90:hover {
  grid-gap: 90vw;
  gap: 90vw;
}

.hover\:gap-90p:hover {
  grid-gap: 90%;
  gap: 90%;
}

.hover\:gap-92p:hover {
  grid-gap: 92%;
  gap: 92%;
}

.hover\:gap-93p:hover {
  grid-gap: 93%;
  gap: 93%;
}

.hover\:gap-94p:hover {
  grid-gap: 94%;
  gap: 94%;
}

.hover\:gap-95p:hover {
  grid-gap: 95%;
  gap: 95%;
}

.hover\:gap-96p:hover {
  grid-gap: 96%;
  gap: 96%;
}

.hover\:gap-100p:hover {
  grid-gap: 100%;
  gap: 100%;
}

.hover\:gap-x-0:hover {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.hover\:gap-x-1:hover {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.hover\:gap-x-2:hover {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.hover\:gap-x-3:hover {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.hover\:gap-x-4:hover {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.hover\:gap-x-5:hover {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.hover\:gap-x-6:hover {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.hover\:gap-x-8:hover {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.hover\:gap-x-9:hover {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.hover\:gap-x-10:hover {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.hover\:gap-x-12:hover {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.hover\:gap-x-13:hover {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.hover\:gap-x-14:hover {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.hover\:gap-x-15:hover {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.hover\:gap-x-16:hover {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.hover\:gap-x-17:hover {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.hover\:gap-x-18:hover {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.hover\:gap-x-20:hover {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.hover\:gap-x-22:hover {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.hover\:gap-x-24:hover {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.hover\:gap-x-25:hover {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.hover\:gap-x-28:hover {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.hover\:gap-x-29:hover {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.hover\:gap-x-30:hover {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.hover\:gap-x-32:hover {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.hover\:gap-x-35:hover {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.hover\:gap-x-36:hover {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.hover\:gap-x-37:hover {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.hover\:gap-x-40:hover {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.hover\:gap-x-45:hover {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.hover\:gap-x-48:hover {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.hover\:gap-x-50:hover {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.hover\:gap-x-55:hover {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.hover\:gap-x-56:hover {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.hover\:gap-x-60:hover {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.hover\:gap-x-62:hover {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.hover\:gap-x-64:hover {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.hover\:gap-x-65:hover {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.hover\:gap-x-70:hover {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.hover\:gap-x-75:hover {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.hover\:gap-x-80:hover {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.hover\:gap-x-85:hover {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.hover\:gap-x-90:hover {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.hover\:gap-x-95:hover {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.hover\:gap-x-96:hover {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.hover\:gap-x-100:hover {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.hover\:gap-x-110:hover {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.hover\:gap-x-115:hover {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.hover\:gap-x-120:hover {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.hover\:gap-x-128:hover {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.hover\:gap-x-135:hover {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.hover\:gap-x-140:hover {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.hover\:gap-x-145:hover {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.hover\:gap-x-150:hover {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.hover\:gap-x-160:hover {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.hover\:gap-x-165:hover {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.hover\:gap-x-168:hover {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.hover\:gap-x-170:hover {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.hover\:gap-x-180:hover {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.hover\:gap-x-200:hover {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.hover\:gap-x-220:hover {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.hover\:gap-x-230:hover {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.hover\:gap-x-235:hover {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.hover\:gap-x-240:hover {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.hover\:gap-x-250:hover {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.hover\:gap-x-300:hover {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.hover\:gap-x-320:hover {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.hover\:gap-x-350:hover {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.hover\:gap-x-375:hover {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.hover\:gap-x-400:hover {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.hover\:gap-x-450:hover {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.hover\:gap-x-700:hover {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.hover\:gap-x-px:hover {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.hover\:gap-x-1p:hover {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.hover\:gap-x-1\/12:hover {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.hover\:gap-x-2\/12:hover {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.hover\:gap-x-11p:hover {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.hover\:gap-x-20p:hover {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.hover\:gap-x-24p:hover {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.hover\:gap-x-25p:hover {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.hover\:gap-x-32p:hover {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.hover\:gap-x-35p:hover {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.hover\:gap-x-40p:hover {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.hover\:gap-x-49p:hover {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.hover\:gap-x-49-5p:hover {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.hover\:gap-x-80p:hover {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.hover\:gap-x-vh80:hover {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.hover\:gap-x-vh86:hover {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.hover\:gap-x-vh90:hover {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.hover\:gap-x-vw80:hover {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.hover\:gap-x-vw90:hover {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.hover\:gap-x-90p:hover {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.hover\:gap-x-92p:hover {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.hover\:gap-x-93p:hover {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.hover\:gap-x-94p:hover {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.hover\:gap-x-95p:hover {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.hover\:gap-x-96p:hover {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.hover\:gap-x-100p:hover {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.hover\:gap-y-0:hover {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.hover\:gap-y-1:hover {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.hover\:gap-y-2:hover {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.hover\:gap-y-3:hover {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.hover\:gap-y-4:hover {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.hover\:gap-y-5:hover {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.hover\:gap-y-6:hover {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.hover\:gap-y-8:hover {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.hover\:gap-y-9:hover {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.hover\:gap-y-10:hover {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.hover\:gap-y-12:hover {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.hover\:gap-y-13:hover {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.hover\:gap-y-14:hover {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.hover\:gap-y-15:hover {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.hover\:gap-y-16:hover {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.hover\:gap-y-17:hover {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.hover\:gap-y-18:hover {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.hover\:gap-y-20:hover {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.hover\:gap-y-22:hover {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.hover\:gap-y-24:hover {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.hover\:gap-y-25:hover {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.hover\:gap-y-28:hover {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.hover\:gap-y-29:hover {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.hover\:gap-y-30:hover {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.hover\:gap-y-32:hover {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.hover\:gap-y-35:hover {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.hover\:gap-y-36:hover {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.hover\:gap-y-37:hover {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.hover\:gap-y-40:hover {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.hover\:gap-y-45:hover {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.hover\:gap-y-48:hover {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.hover\:gap-y-50:hover {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.hover\:gap-y-55:hover {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.hover\:gap-y-56:hover {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.hover\:gap-y-60:hover {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.hover\:gap-y-62:hover {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.hover\:gap-y-64:hover {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.hover\:gap-y-65:hover {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.hover\:gap-y-70:hover {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.hover\:gap-y-75:hover {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.hover\:gap-y-80:hover {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.hover\:gap-y-85:hover {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.hover\:gap-y-90:hover {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.hover\:gap-y-95:hover {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.hover\:gap-y-96:hover {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.hover\:gap-y-100:hover {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.hover\:gap-y-110:hover {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.hover\:gap-y-115:hover {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.hover\:gap-y-120:hover {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.hover\:gap-y-128:hover {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.hover\:gap-y-135:hover {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.hover\:gap-y-140:hover {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.hover\:gap-y-145:hover {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.hover\:gap-y-150:hover {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.hover\:gap-y-160:hover {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.hover\:gap-y-165:hover {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.hover\:gap-y-168:hover {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.hover\:gap-y-170:hover {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.hover\:gap-y-180:hover {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.hover\:gap-y-200:hover {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.hover\:gap-y-220:hover {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.hover\:gap-y-230:hover {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.hover\:gap-y-235:hover {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.hover\:gap-y-240:hover {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.hover\:gap-y-250:hover {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.hover\:gap-y-300:hover {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.hover\:gap-y-320:hover {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.hover\:gap-y-350:hover {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.hover\:gap-y-375:hover {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.hover\:gap-y-400:hover {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.hover\:gap-y-450:hover {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.hover\:gap-y-700:hover {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.hover\:gap-y-px:hover {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.hover\:gap-y-1p:hover {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.hover\:gap-y-1\/12:hover {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.hover\:gap-y-2\/12:hover {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.hover\:gap-y-11p:hover {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.hover\:gap-y-20p:hover {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.hover\:gap-y-24p:hover {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.hover\:gap-y-25p:hover {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.hover\:gap-y-32p:hover {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.hover\:gap-y-35p:hover {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.hover\:gap-y-40p:hover {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.hover\:gap-y-49p:hover {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.hover\:gap-y-49-5p:hover {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.hover\:gap-y-80p:hover {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.hover\:gap-y-vh80:hover {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.hover\:gap-y-vh86:hover {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.hover\:gap-y-vh90:hover {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.hover\:gap-y-vw80:hover {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.hover\:gap-y-vw90:hover {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.hover\:gap-y-90p:hover {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.hover\:gap-y-92p:hover {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.hover\:gap-y-93p:hover {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.hover\:gap-y-94p:hover {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.hover\:gap-y-95p:hover {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.hover\:gap-y-96p:hover {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.hover\:gap-y-100p:hover {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.focus\:gap-0:focus {
  grid-gap: 0px;
  gap: 0px;
}

.focus\:gap-1:focus {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.focus\:gap-2:focus {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.focus\:gap-3:focus {
  grid-gap: 3px;
  gap: 3px;
}

.focus\:gap-4:focus {
  grid-gap: 4px;
  gap: 4px;
}

.focus\:gap-5:focus {
  grid-gap: 5px;
  gap: 5px;
}

.focus\:gap-6:focus {
  grid-gap: 6px;
  gap: 6px;
}

.focus\:gap-8:focus {
  grid-gap: 8px;
  gap: 8px;
}

.focus\:gap-9:focus {
  grid-gap: 9px;
  gap: 9px;
}

.focus\:gap-10:focus {
  grid-gap: 10px;
  gap: 10px;
}

.focus\:gap-12:focus {
  grid-gap: 12px;
  gap: 12px;
}

.focus\:gap-13:focus {
  grid-gap: 13px;
  gap: 13px;
}

.focus\:gap-14:focus {
  grid-gap: 14px;
  gap: 14px;
}

.focus\:gap-15:focus {
  grid-gap: 15px;
  gap: 15px;
}

.focus\:gap-16:focus {
  grid-gap: 16px;
  gap: 16px;
}

.focus\:gap-17:focus {
  grid-gap: 17px;
  gap: 17px;
}

.focus\:gap-18:focus {
  grid-gap: 18px;
  gap: 18px;
}

.focus\:gap-20:focus {
  grid-gap: 20px;
  gap: 20px;
}

.focus\:gap-22:focus {
  grid-gap: 22px;
  gap: 22px;
}

.focus\:gap-24:focus {
  grid-gap: 24px;
  gap: 24px;
}

.focus\:gap-25:focus {
  grid-gap: 25px;
  gap: 25px;
}

.focus\:gap-28:focus {
  grid-gap: 28px;
  gap: 28px;
}

.focus\:gap-29:focus {
  grid-gap: 29px;
  gap: 29px;
}

.focus\:gap-30:focus {
  grid-gap: 30px;
  gap: 30px;
}

.focus\:gap-32:focus {
  grid-gap: 32px;
  gap: 32px;
}

.focus\:gap-35:focus {
  grid-gap: 35px;
  gap: 35px;
}

.focus\:gap-36:focus {
  grid-gap: 36px;
  gap: 36px;
}

.focus\:gap-37:focus {
  grid-gap: 37px;
  gap: 37px;
}

.focus\:gap-40:focus {
  grid-gap: 40px;
  gap: 40px;
}

.focus\:gap-45:focus {
  grid-gap: 45px;
  gap: 45px;
}

.focus\:gap-48:focus {
  grid-gap: 48px;
  gap: 48px;
}

.focus\:gap-50:focus {
  grid-gap: 50px;
  gap: 50px;
}

.focus\:gap-55:focus {
  grid-gap: 55px;
  gap: 55px;
}

.focus\:gap-56:focus {
  grid-gap: 56px;
  gap: 56px;
}

.focus\:gap-60:focus {
  grid-gap: 60px;
  gap: 60px;
}

.focus\:gap-62:focus {
  grid-gap: 62px;
  gap: 62px;
}

.focus\:gap-64:focus {
  grid-gap: 64px;
  gap: 64px;
}

.focus\:gap-65:focus {
  grid-gap: 65px;
  gap: 65px;
}

.focus\:gap-70:focus {
  grid-gap: 70px;
  gap: 70px;
}

.focus\:gap-75:focus {
  grid-gap: 75px;
  gap: 75px;
}

.focus\:gap-80:focus {
  grid-gap: 80px;
  gap: 80px;
}

.focus\:gap-85:focus {
  grid-gap: 85px;
  gap: 85px;
}

.focus\:gap-90:focus {
  grid-gap: 90px;
  gap: 90px;
}

.focus\:gap-95:focus {
  grid-gap: 95px;
  gap: 95px;
}

.focus\:gap-96:focus {
  grid-gap: 96px;
  gap: 96px;
}

.focus\:gap-100:focus {
  grid-gap: 100px;
  gap: 100px;
}

.focus\:gap-110:focus {
  grid-gap: 110px;
  gap: 110px;
}

.focus\:gap-115:focus {
  grid-gap: 115px;
  gap: 115px;
}

.focus\:gap-120:focus {
  grid-gap: 120px;
  gap: 120px;
}

.focus\:gap-128:focus {
  grid-gap: 128px;
  gap: 128px;
}

.focus\:gap-135:focus {
  grid-gap: 135px;
  gap: 135px;
}

.focus\:gap-140:focus {
  grid-gap: 140px;
  gap: 140px;
}

.focus\:gap-145:focus {
  grid-gap: 145px;
  gap: 145px;
}

.focus\:gap-150:focus {
  grid-gap: 150px;
  gap: 150px;
}

.focus\:gap-160:focus {
  grid-gap: 160px;
  gap: 160px;
}

.focus\:gap-165:focus {
  grid-gap: 165px;
  gap: 165px;
}

.focus\:gap-168:focus {
  grid-gap: 168px;
  gap: 168px;
}

.focus\:gap-170:focus {
  grid-gap: 170px;
  gap: 170px;
}

.focus\:gap-180:focus {
  grid-gap: 180px;
  gap: 180px;
}

.focus\:gap-200:focus {
  grid-gap: 200px;
  gap: 200px;
}

.focus\:gap-220:focus {
  grid-gap: 220px;
  gap: 220px;
}

.focus\:gap-230:focus {
  grid-gap: 230px;
  gap: 230px;
}

.focus\:gap-235:focus {
  grid-gap: 235px;
  gap: 235px;
}

.focus\:gap-240:focus {
  grid-gap: 240px;
  gap: 240px;
}

.focus\:gap-250:focus {
  grid-gap: 250px;
  gap: 250px;
}

.focus\:gap-300:focus {
  grid-gap: 300px;
  gap: 300px;
}

.focus\:gap-320:focus {
  grid-gap: 320px;
  gap: 320px;
}

.focus\:gap-350:focus {
  grid-gap: 350px;
  gap: 350px;
}

.focus\:gap-375:focus {
  grid-gap: 375px;
  gap: 375px;
}

.focus\:gap-400:focus {
  grid-gap: 400px;
  gap: 400px;
}

.focus\:gap-450:focus {
  grid-gap: 450px;
  gap: 450px;
}

.focus\:gap-700:focus {
  grid-gap: 700px;
  gap: 700px;
}

.focus\:gap-px:focus {
  grid-gap: 1px;
  gap: 1px;
}

.focus\:gap-1p:focus {
  grid-gap: 1%;
  gap: 1%;
}

.focus\:gap-1\/12:focus {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.focus\:gap-2\/12:focus {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.focus\:gap-11p:focus {
  grid-gap: 11%;
  gap: 11%;
}

.focus\:gap-20p:focus {
  grid-gap: 20%;
  gap: 20%;
}

.focus\:gap-24p:focus {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.focus\:gap-25p:focus {
  grid-gap: 25%;
  gap: 25%;
}

.focus\:gap-32p:focus {
  grid-gap: 32%;
  gap: 32%;
}

.focus\:gap-35p:focus {
  grid-gap: 35%;
  gap: 35%;
}

.focus\:gap-40p:focus {
  grid-gap: 40%;
  gap: 40%;
}

.focus\:gap-49p:focus {
  grid-gap: 49%;
  gap: 49%;
}

.focus\:gap-49-5p:focus {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.focus\:gap-80p:focus {
  grid-gap: 80%;
  gap: 80%;
}

.focus\:gap-vh80:focus {
  grid-gap: 80vh;
  gap: 80vh;
}

.focus\:gap-vh86:focus {
  grid-gap: 86vh;
  gap: 86vh;
}

.focus\:gap-vh90:focus {
  grid-gap: 90vh;
  gap: 90vh;
}

.focus\:gap-vw80:focus {
  grid-gap: 80vw;
  gap: 80vw;
}

.focus\:gap-vw90:focus {
  grid-gap: 90vw;
  gap: 90vw;
}

.focus\:gap-90p:focus {
  grid-gap: 90%;
  gap: 90%;
}

.focus\:gap-92p:focus {
  grid-gap: 92%;
  gap: 92%;
}

.focus\:gap-93p:focus {
  grid-gap: 93%;
  gap: 93%;
}

.focus\:gap-94p:focus {
  grid-gap: 94%;
  gap: 94%;
}

.focus\:gap-95p:focus {
  grid-gap: 95%;
  gap: 95%;
}

.focus\:gap-96p:focus {
  grid-gap: 96%;
  gap: 96%;
}

.focus\:gap-100p:focus {
  grid-gap: 100%;
  gap: 100%;
}

.focus\:gap-x-0:focus {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.focus\:gap-x-1:focus {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.focus\:gap-x-2:focus {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.focus\:gap-x-3:focus {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.focus\:gap-x-4:focus {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.focus\:gap-x-5:focus {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.focus\:gap-x-6:focus {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.focus\:gap-x-8:focus {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.focus\:gap-x-9:focus {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.focus\:gap-x-10:focus {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.focus\:gap-x-12:focus {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.focus\:gap-x-13:focus {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.focus\:gap-x-14:focus {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.focus\:gap-x-15:focus {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.focus\:gap-x-16:focus {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.focus\:gap-x-17:focus {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.focus\:gap-x-18:focus {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.focus\:gap-x-20:focus {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.focus\:gap-x-22:focus {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.focus\:gap-x-24:focus {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.focus\:gap-x-25:focus {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.focus\:gap-x-28:focus {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.focus\:gap-x-29:focus {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.focus\:gap-x-30:focus {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.focus\:gap-x-32:focus {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.focus\:gap-x-35:focus {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.focus\:gap-x-36:focus {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.focus\:gap-x-37:focus {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.focus\:gap-x-40:focus {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.focus\:gap-x-45:focus {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.focus\:gap-x-48:focus {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.focus\:gap-x-50:focus {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.focus\:gap-x-55:focus {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.focus\:gap-x-56:focus {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.focus\:gap-x-60:focus {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.focus\:gap-x-62:focus {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.focus\:gap-x-64:focus {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.focus\:gap-x-65:focus {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.focus\:gap-x-70:focus {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.focus\:gap-x-75:focus {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.focus\:gap-x-80:focus {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.focus\:gap-x-85:focus {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.focus\:gap-x-90:focus {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.focus\:gap-x-95:focus {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.focus\:gap-x-96:focus {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.focus\:gap-x-100:focus {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.focus\:gap-x-110:focus {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.focus\:gap-x-115:focus {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.focus\:gap-x-120:focus {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.focus\:gap-x-128:focus {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.focus\:gap-x-135:focus {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.focus\:gap-x-140:focus {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.focus\:gap-x-145:focus {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.focus\:gap-x-150:focus {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.focus\:gap-x-160:focus {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.focus\:gap-x-165:focus {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.focus\:gap-x-168:focus {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.focus\:gap-x-170:focus {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.focus\:gap-x-180:focus {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.focus\:gap-x-200:focus {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.focus\:gap-x-220:focus {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.focus\:gap-x-230:focus {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.focus\:gap-x-235:focus {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.focus\:gap-x-240:focus {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.focus\:gap-x-250:focus {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.focus\:gap-x-300:focus {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.focus\:gap-x-320:focus {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.focus\:gap-x-350:focus {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.focus\:gap-x-375:focus {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.focus\:gap-x-400:focus {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.focus\:gap-x-450:focus {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.focus\:gap-x-700:focus {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.focus\:gap-x-px:focus {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.focus\:gap-x-1p:focus {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.focus\:gap-x-1\/12:focus {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.focus\:gap-x-2\/12:focus {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.focus\:gap-x-11p:focus {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.focus\:gap-x-20p:focus {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.focus\:gap-x-24p:focus {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.focus\:gap-x-25p:focus {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.focus\:gap-x-32p:focus {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.focus\:gap-x-35p:focus {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.focus\:gap-x-40p:focus {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.focus\:gap-x-49p:focus {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.focus\:gap-x-49-5p:focus {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.focus\:gap-x-80p:focus {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.focus\:gap-x-vh80:focus {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.focus\:gap-x-vh86:focus {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.focus\:gap-x-vh90:focus {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.focus\:gap-x-vw80:focus {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.focus\:gap-x-vw90:focus {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.focus\:gap-x-90p:focus {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.focus\:gap-x-92p:focus {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.focus\:gap-x-93p:focus {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.focus\:gap-x-94p:focus {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.focus\:gap-x-95p:focus {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.focus\:gap-x-96p:focus {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.focus\:gap-x-100p:focus {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.focus\:gap-y-0:focus {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.focus\:gap-y-1:focus {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.focus\:gap-y-2:focus {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.focus\:gap-y-3:focus {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.focus\:gap-y-4:focus {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.focus\:gap-y-5:focus {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.focus\:gap-y-6:focus {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.focus\:gap-y-8:focus {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.focus\:gap-y-9:focus {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.focus\:gap-y-10:focus {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.focus\:gap-y-12:focus {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.focus\:gap-y-13:focus {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.focus\:gap-y-14:focus {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.focus\:gap-y-15:focus {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.focus\:gap-y-16:focus {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.focus\:gap-y-17:focus {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.focus\:gap-y-18:focus {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.focus\:gap-y-20:focus {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.focus\:gap-y-22:focus {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.focus\:gap-y-24:focus {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.focus\:gap-y-25:focus {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.focus\:gap-y-28:focus {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.focus\:gap-y-29:focus {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.focus\:gap-y-30:focus {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.focus\:gap-y-32:focus {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.focus\:gap-y-35:focus {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.focus\:gap-y-36:focus {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.focus\:gap-y-37:focus {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.focus\:gap-y-40:focus {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.focus\:gap-y-45:focus {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.focus\:gap-y-48:focus {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.focus\:gap-y-50:focus {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.focus\:gap-y-55:focus {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.focus\:gap-y-56:focus {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.focus\:gap-y-60:focus {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.focus\:gap-y-62:focus {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.focus\:gap-y-64:focus {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.focus\:gap-y-65:focus {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.focus\:gap-y-70:focus {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.focus\:gap-y-75:focus {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.focus\:gap-y-80:focus {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.focus\:gap-y-85:focus {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.focus\:gap-y-90:focus {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.focus\:gap-y-95:focus {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.focus\:gap-y-96:focus {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.focus\:gap-y-100:focus {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.focus\:gap-y-110:focus {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.focus\:gap-y-115:focus {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.focus\:gap-y-120:focus {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.focus\:gap-y-128:focus {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.focus\:gap-y-135:focus {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.focus\:gap-y-140:focus {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.focus\:gap-y-145:focus {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.focus\:gap-y-150:focus {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.focus\:gap-y-160:focus {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.focus\:gap-y-165:focus {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.focus\:gap-y-168:focus {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.focus\:gap-y-170:focus {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.focus\:gap-y-180:focus {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.focus\:gap-y-200:focus {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.focus\:gap-y-220:focus {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.focus\:gap-y-230:focus {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.focus\:gap-y-235:focus {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.focus\:gap-y-240:focus {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.focus\:gap-y-250:focus {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.focus\:gap-y-300:focus {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.focus\:gap-y-320:focus {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.focus\:gap-y-350:focus {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.focus\:gap-y-375:focus {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.focus\:gap-y-400:focus {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.focus\:gap-y-450:focus {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.focus\:gap-y-700:focus {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.focus\:gap-y-px:focus {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.focus\:gap-y-1p:focus {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.focus\:gap-y-1\/12:focus {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.focus\:gap-y-2\/12:focus {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.focus\:gap-y-11p:focus {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.focus\:gap-y-20p:focus {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.focus\:gap-y-24p:focus {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.focus\:gap-y-25p:focus {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.focus\:gap-y-32p:focus {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.focus\:gap-y-35p:focus {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.focus\:gap-y-40p:focus {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.focus\:gap-y-49p:focus {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.focus\:gap-y-49-5p:focus {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.focus\:gap-y-80p:focus {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.focus\:gap-y-vh80:focus {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.focus\:gap-y-vh86:focus {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.focus\:gap-y-vh90:focus {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.focus\:gap-y-vw80:focus {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.focus\:gap-y-vw90:focus {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.focus\:gap-y-90p:focus {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.focus\:gap-y-92p:focus {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.focus\:gap-y-93p:focus {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.focus\:gap-y-94p:focus {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.focus\:gap-y-95p:focus {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.focus\:gap-y-96p:focus {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.focus\:gap-y-100p:focus {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.first\:gap-0:first-child {
  grid-gap: 0px;
  gap: 0px;
}

.first\:gap-1:first-child {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.first\:gap-2:first-child {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.first\:gap-3:first-child {
  grid-gap: 3px;
  gap: 3px;
}

.first\:gap-4:first-child {
  grid-gap: 4px;
  gap: 4px;
}

.first\:gap-5:first-child {
  grid-gap: 5px;
  gap: 5px;
}

.first\:gap-6:first-child {
  grid-gap: 6px;
  gap: 6px;
}

.first\:gap-8:first-child {
  grid-gap: 8px;
  gap: 8px;
}

.first\:gap-9:first-child {
  grid-gap: 9px;
  gap: 9px;
}

.first\:gap-10:first-child {
  grid-gap: 10px;
  gap: 10px;
}

.first\:gap-12:first-child {
  grid-gap: 12px;
  gap: 12px;
}

.first\:gap-13:first-child {
  grid-gap: 13px;
  gap: 13px;
}

.first\:gap-14:first-child {
  grid-gap: 14px;
  gap: 14px;
}

.first\:gap-15:first-child {
  grid-gap: 15px;
  gap: 15px;
}

.first\:gap-16:first-child {
  grid-gap: 16px;
  gap: 16px;
}

.first\:gap-17:first-child {
  grid-gap: 17px;
  gap: 17px;
}

.first\:gap-18:first-child {
  grid-gap: 18px;
  gap: 18px;
}

.first\:gap-20:first-child {
  grid-gap: 20px;
  gap: 20px;
}

.first\:gap-22:first-child {
  grid-gap: 22px;
  gap: 22px;
}

.first\:gap-24:first-child {
  grid-gap: 24px;
  gap: 24px;
}

.first\:gap-25:first-child {
  grid-gap: 25px;
  gap: 25px;
}

.first\:gap-28:first-child {
  grid-gap: 28px;
  gap: 28px;
}

.first\:gap-29:first-child {
  grid-gap: 29px;
  gap: 29px;
}

.first\:gap-30:first-child {
  grid-gap: 30px;
  gap: 30px;
}

.first\:gap-32:first-child {
  grid-gap: 32px;
  gap: 32px;
}

.first\:gap-35:first-child {
  grid-gap: 35px;
  gap: 35px;
}

.first\:gap-36:first-child {
  grid-gap: 36px;
  gap: 36px;
}

.first\:gap-37:first-child {
  grid-gap: 37px;
  gap: 37px;
}

.first\:gap-40:first-child {
  grid-gap: 40px;
  gap: 40px;
}

.first\:gap-45:first-child {
  grid-gap: 45px;
  gap: 45px;
}

.first\:gap-48:first-child {
  grid-gap: 48px;
  gap: 48px;
}

.first\:gap-50:first-child {
  grid-gap: 50px;
  gap: 50px;
}

.first\:gap-55:first-child {
  grid-gap: 55px;
  gap: 55px;
}

.first\:gap-56:first-child {
  grid-gap: 56px;
  gap: 56px;
}

.first\:gap-60:first-child {
  grid-gap: 60px;
  gap: 60px;
}

.first\:gap-62:first-child {
  grid-gap: 62px;
  gap: 62px;
}

.first\:gap-64:first-child {
  grid-gap: 64px;
  gap: 64px;
}

.first\:gap-65:first-child {
  grid-gap: 65px;
  gap: 65px;
}

.first\:gap-70:first-child {
  grid-gap: 70px;
  gap: 70px;
}

.first\:gap-75:first-child {
  grid-gap: 75px;
  gap: 75px;
}

.first\:gap-80:first-child {
  grid-gap: 80px;
  gap: 80px;
}

.first\:gap-85:first-child {
  grid-gap: 85px;
  gap: 85px;
}

.first\:gap-90:first-child {
  grid-gap: 90px;
  gap: 90px;
}

.first\:gap-95:first-child {
  grid-gap: 95px;
  gap: 95px;
}

.first\:gap-96:first-child {
  grid-gap: 96px;
  gap: 96px;
}

.first\:gap-100:first-child {
  grid-gap: 100px;
  gap: 100px;
}

.first\:gap-110:first-child {
  grid-gap: 110px;
  gap: 110px;
}

.first\:gap-115:first-child {
  grid-gap: 115px;
  gap: 115px;
}

.first\:gap-120:first-child {
  grid-gap: 120px;
  gap: 120px;
}

.first\:gap-128:first-child {
  grid-gap: 128px;
  gap: 128px;
}

.first\:gap-135:first-child {
  grid-gap: 135px;
  gap: 135px;
}

.first\:gap-140:first-child {
  grid-gap: 140px;
  gap: 140px;
}

.first\:gap-145:first-child {
  grid-gap: 145px;
  gap: 145px;
}

.first\:gap-150:first-child {
  grid-gap: 150px;
  gap: 150px;
}

.first\:gap-160:first-child {
  grid-gap: 160px;
  gap: 160px;
}

.first\:gap-165:first-child {
  grid-gap: 165px;
  gap: 165px;
}

.first\:gap-168:first-child {
  grid-gap: 168px;
  gap: 168px;
}

.first\:gap-170:first-child {
  grid-gap: 170px;
  gap: 170px;
}

.first\:gap-180:first-child {
  grid-gap: 180px;
  gap: 180px;
}

.first\:gap-200:first-child {
  grid-gap: 200px;
  gap: 200px;
}

.first\:gap-220:first-child {
  grid-gap: 220px;
  gap: 220px;
}

.first\:gap-230:first-child {
  grid-gap: 230px;
  gap: 230px;
}

.first\:gap-235:first-child {
  grid-gap: 235px;
  gap: 235px;
}

.first\:gap-240:first-child {
  grid-gap: 240px;
  gap: 240px;
}

.first\:gap-250:first-child {
  grid-gap: 250px;
  gap: 250px;
}

.first\:gap-300:first-child {
  grid-gap: 300px;
  gap: 300px;
}

.first\:gap-320:first-child {
  grid-gap: 320px;
  gap: 320px;
}

.first\:gap-350:first-child {
  grid-gap: 350px;
  gap: 350px;
}

.first\:gap-375:first-child {
  grid-gap: 375px;
  gap: 375px;
}

.first\:gap-400:first-child {
  grid-gap: 400px;
  gap: 400px;
}

.first\:gap-450:first-child {
  grid-gap: 450px;
  gap: 450px;
}

.first\:gap-700:first-child {
  grid-gap: 700px;
  gap: 700px;
}

.first\:gap-px:first-child {
  grid-gap: 1px;
  gap: 1px;
}

.first\:gap-1p:first-child {
  grid-gap: 1%;
  gap: 1%;
}

.first\:gap-1\/12:first-child {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.first\:gap-2\/12:first-child {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.first\:gap-11p:first-child {
  grid-gap: 11%;
  gap: 11%;
}

.first\:gap-20p:first-child {
  grid-gap: 20%;
  gap: 20%;
}

.first\:gap-24p:first-child {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.first\:gap-25p:first-child {
  grid-gap: 25%;
  gap: 25%;
}

.first\:gap-32p:first-child {
  grid-gap: 32%;
  gap: 32%;
}

.first\:gap-35p:first-child {
  grid-gap: 35%;
  gap: 35%;
}

.first\:gap-40p:first-child {
  grid-gap: 40%;
  gap: 40%;
}

.first\:gap-49p:first-child {
  grid-gap: 49%;
  gap: 49%;
}

.first\:gap-49-5p:first-child {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.first\:gap-80p:first-child {
  grid-gap: 80%;
  gap: 80%;
}

.first\:gap-vh80:first-child {
  grid-gap: 80vh;
  gap: 80vh;
}

.first\:gap-vh86:first-child {
  grid-gap: 86vh;
  gap: 86vh;
}

.first\:gap-vh90:first-child {
  grid-gap: 90vh;
  gap: 90vh;
}

.first\:gap-vw80:first-child {
  grid-gap: 80vw;
  gap: 80vw;
}

.first\:gap-vw90:first-child {
  grid-gap: 90vw;
  gap: 90vw;
}

.first\:gap-90p:first-child {
  grid-gap: 90%;
  gap: 90%;
}

.first\:gap-92p:first-child {
  grid-gap: 92%;
  gap: 92%;
}

.first\:gap-93p:first-child {
  grid-gap: 93%;
  gap: 93%;
}

.first\:gap-94p:first-child {
  grid-gap: 94%;
  gap: 94%;
}

.first\:gap-95p:first-child {
  grid-gap: 95%;
  gap: 95%;
}

.first\:gap-96p:first-child {
  grid-gap: 96%;
  gap: 96%;
}

.first\:gap-100p:first-child {
  grid-gap: 100%;
  gap: 100%;
}

.first\:gap-x-0:first-child {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.first\:gap-x-1:first-child {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.first\:gap-x-2:first-child {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.first\:gap-x-3:first-child {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.first\:gap-x-4:first-child {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.first\:gap-x-5:first-child {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.first\:gap-x-6:first-child {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.first\:gap-x-8:first-child {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.first\:gap-x-9:first-child {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.first\:gap-x-10:first-child {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.first\:gap-x-12:first-child {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.first\:gap-x-13:first-child {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.first\:gap-x-14:first-child {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.first\:gap-x-15:first-child {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.first\:gap-x-16:first-child {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.first\:gap-x-17:first-child {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.first\:gap-x-18:first-child {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.first\:gap-x-20:first-child {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.first\:gap-x-22:first-child {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.first\:gap-x-24:first-child {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.first\:gap-x-25:first-child {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.first\:gap-x-28:first-child {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.first\:gap-x-29:first-child {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.first\:gap-x-30:first-child {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.first\:gap-x-32:first-child {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.first\:gap-x-35:first-child {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.first\:gap-x-36:first-child {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.first\:gap-x-37:first-child {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.first\:gap-x-40:first-child {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.first\:gap-x-45:first-child {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.first\:gap-x-48:first-child {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.first\:gap-x-50:first-child {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.first\:gap-x-55:first-child {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.first\:gap-x-56:first-child {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.first\:gap-x-60:first-child {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.first\:gap-x-62:first-child {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.first\:gap-x-64:first-child {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.first\:gap-x-65:first-child {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.first\:gap-x-70:first-child {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.first\:gap-x-75:first-child {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.first\:gap-x-80:first-child {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.first\:gap-x-85:first-child {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.first\:gap-x-90:first-child {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.first\:gap-x-95:first-child {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.first\:gap-x-96:first-child {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.first\:gap-x-100:first-child {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.first\:gap-x-110:first-child {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.first\:gap-x-115:first-child {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.first\:gap-x-120:first-child {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.first\:gap-x-128:first-child {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.first\:gap-x-135:first-child {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.first\:gap-x-140:first-child {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.first\:gap-x-145:first-child {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.first\:gap-x-150:first-child {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.first\:gap-x-160:first-child {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.first\:gap-x-165:first-child {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.first\:gap-x-168:first-child {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.first\:gap-x-170:first-child {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.first\:gap-x-180:first-child {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.first\:gap-x-200:first-child {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.first\:gap-x-220:first-child {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.first\:gap-x-230:first-child {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.first\:gap-x-235:first-child {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.first\:gap-x-240:first-child {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.first\:gap-x-250:first-child {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.first\:gap-x-300:first-child {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.first\:gap-x-320:first-child {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.first\:gap-x-350:first-child {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.first\:gap-x-375:first-child {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.first\:gap-x-400:first-child {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.first\:gap-x-450:first-child {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.first\:gap-x-700:first-child {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.first\:gap-x-px:first-child {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.first\:gap-x-1p:first-child {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.first\:gap-x-1\/12:first-child {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.first\:gap-x-2\/12:first-child {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.first\:gap-x-11p:first-child {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.first\:gap-x-20p:first-child {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.first\:gap-x-24p:first-child {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.first\:gap-x-25p:first-child {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.first\:gap-x-32p:first-child {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.first\:gap-x-35p:first-child {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.first\:gap-x-40p:first-child {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.first\:gap-x-49p:first-child {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.first\:gap-x-49-5p:first-child {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.first\:gap-x-80p:first-child {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.first\:gap-x-vh80:first-child {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.first\:gap-x-vh86:first-child {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.first\:gap-x-vh90:first-child {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.first\:gap-x-vw80:first-child {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.first\:gap-x-vw90:first-child {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.first\:gap-x-90p:first-child {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.first\:gap-x-92p:first-child {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.first\:gap-x-93p:first-child {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.first\:gap-x-94p:first-child {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.first\:gap-x-95p:first-child {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.first\:gap-x-96p:first-child {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.first\:gap-x-100p:first-child {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.first\:gap-y-0:first-child {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.first\:gap-y-1:first-child {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.first\:gap-y-2:first-child {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.first\:gap-y-3:first-child {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.first\:gap-y-4:first-child {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.first\:gap-y-5:first-child {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.first\:gap-y-6:first-child {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.first\:gap-y-8:first-child {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.first\:gap-y-9:first-child {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.first\:gap-y-10:first-child {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.first\:gap-y-12:first-child {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.first\:gap-y-13:first-child {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.first\:gap-y-14:first-child {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.first\:gap-y-15:first-child {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.first\:gap-y-16:first-child {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.first\:gap-y-17:first-child {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.first\:gap-y-18:first-child {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.first\:gap-y-20:first-child {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.first\:gap-y-22:first-child {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.first\:gap-y-24:first-child {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.first\:gap-y-25:first-child {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.first\:gap-y-28:first-child {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.first\:gap-y-29:first-child {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.first\:gap-y-30:first-child {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.first\:gap-y-32:first-child {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.first\:gap-y-35:first-child {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.first\:gap-y-36:first-child {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.first\:gap-y-37:first-child {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.first\:gap-y-40:first-child {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.first\:gap-y-45:first-child {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.first\:gap-y-48:first-child {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.first\:gap-y-50:first-child {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.first\:gap-y-55:first-child {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.first\:gap-y-56:first-child {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.first\:gap-y-60:first-child {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.first\:gap-y-62:first-child {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.first\:gap-y-64:first-child {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.first\:gap-y-65:first-child {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.first\:gap-y-70:first-child {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.first\:gap-y-75:first-child {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.first\:gap-y-80:first-child {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.first\:gap-y-85:first-child {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.first\:gap-y-90:first-child {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.first\:gap-y-95:first-child {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.first\:gap-y-96:first-child {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.first\:gap-y-100:first-child {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.first\:gap-y-110:first-child {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.first\:gap-y-115:first-child {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.first\:gap-y-120:first-child {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.first\:gap-y-128:first-child {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.first\:gap-y-135:first-child {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.first\:gap-y-140:first-child {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.first\:gap-y-145:first-child {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.first\:gap-y-150:first-child {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.first\:gap-y-160:first-child {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.first\:gap-y-165:first-child {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.first\:gap-y-168:first-child {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.first\:gap-y-170:first-child {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.first\:gap-y-180:first-child {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.first\:gap-y-200:first-child {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.first\:gap-y-220:first-child {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.first\:gap-y-230:first-child {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.first\:gap-y-235:first-child {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.first\:gap-y-240:first-child {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.first\:gap-y-250:first-child {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.first\:gap-y-300:first-child {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.first\:gap-y-320:first-child {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.first\:gap-y-350:first-child {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.first\:gap-y-375:first-child {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.first\:gap-y-400:first-child {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.first\:gap-y-450:first-child {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.first\:gap-y-700:first-child {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.first\:gap-y-px:first-child {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.first\:gap-y-1p:first-child {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.first\:gap-y-1\/12:first-child {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.first\:gap-y-2\/12:first-child {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.first\:gap-y-11p:first-child {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.first\:gap-y-20p:first-child {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.first\:gap-y-24p:first-child {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.first\:gap-y-25p:first-child {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.first\:gap-y-32p:first-child {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.first\:gap-y-35p:first-child {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.first\:gap-y-40p:first-child {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.first\:gap-y-49p:first-child {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.first\:gap-y-49-5p:first-child {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.first\:gap-y-80p:first-child {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.first\:gap-y-vh80:first-child {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.first\:gap-y-vh86:first-child {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.first\:gap-y-vh90:first-child {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.first\:gap-y-vw80:first-child {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.first\:gap-y-vw90:first-child {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.first\:gap-y-90p:first-child {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.first\:gap-y-92p:first-child {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.first\:gap-y-93p:first-child {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.first\:gap-y-94p:first-child {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.first\:gap-y-95p:first-child {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.first\:gap-y-96p:first-child {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.first\:gap-y-100p:first-child {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.last\:gap-0:last-child {
  grid-gap: 0px;
  gap: 0px;
}

.last\:gap-1:last-child {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.last\:gap-2:last-child {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.last\:gap-3:last-child {
  grid-gap: 3px;
  gap: 3px;
}

.last\:gap-4:last-child {
  grid-gap: 4px;
  gap: 4px;
}

.last\:gap-5:last-child {
  grid-gap: 5px;
  gap: 5px;
}

.last\:gap-6:last-child {
  grid-gap: 6px;
  gap: 6px;
}

.last\:gap-8:last-child {
  grid-gap: 8px;
  gap: 8px;
}

.last\:gap-9:last-child {
  grid-gap: 9px;
  gap: 9px;
}

.last\:gap-10:last-child {
  grid-gap: 10px;
  gap: 10px;
}

.last\:gap-12:last-child {
  grid-gap: 12px;
  gap: 12px;
}

.last\:gap-13:last-child {
  grid-gap: 13px;
  gap: 13px;
}

.last\:gap-14:last-child {
  grid-gap: 14px;
  gap: 14px;
}

.last\:gap-15:last-child {
  grid-gap: 15px;
  gap: 15px;
}

.last\:gap-16:last-child {
  grid-gap: 16px;
  gap: 16px;
}

.last\:gap-17:last-child {
  grid-gap: 17px;
  gap: 17px;
}

.last\:gap-18:last-child {
  grid-gap: 18px;
  gap: 18px;
}

.last\:gap-20:last-child {
  grid-gap: 20px;
  gap: 20px;
}

.last\:gap-22:last-child {
  grid-gap: 22px;
  gap: 22px;
}

.last\:gap-24:last-child {
  grid-gap: 24px;
  gap: 24px;
}

.last\:gap-25:last-child {
  grid-gap: 25px;
  gap: 25px;
}

.last\:gap-28:last-child {
  grid-gap: 28px;
  gap: 28px;
}

.last\:gap-29:last-child {
  grid-gap: 29px;
  gap: 29px;
}

.last\:gap-30:last-child {
  grid-gap: 30px;
  gap: 30px;
}

.last\:gap-32:last-child {
  grid-gap: 32px;
  gap: 32px;
}

.last\:gap-35:last-child {
  grid-gap: 35px;
  gap: 35px;
}

.last\:gap-36:last-child {
  grid-gap: 36px;
  gap: 36px;
}

.last\:gap-37:last-child {
  grid-gap: 37px;
  gap: 37px;
}

.last\:gap-40:last-child {
  grid-gap: 40px;
  gap: 40px;
}

.last\:gap-45:last-child {
  grid-gap: 45px;
  gap: 45px;
}

.last\:gap-48:last-child {
  grid-gap: 48px;
  gap: 48px;
}

.last\:gap-50:last-child {
  grid-gap: 50px;
  gap: 50px;
}

.last\:gap-55:last-child {
  grid-gap: 55px;
  gap: 55px;
}

.last\:gap-56:last-child {
  grid-gap: 56px;
  gap: 56px;
}

.last\:gap-60:last-child {
  grid-gap: 60px;
  gap: 60px;
}

.last\:gap-62:last-child {
  grid-gap: 62px;
  gap: 62px;
}

.last\:gap-64:last-child {
  grid-gap: 64px;
  gap: 64px;
}

.last\:gap-65:last-child {
  grid-gap: 65px;
  gap: 65px;
}

.last\:gap-70:last-child {
  grid-gap: 70px;
  gap: 70px;
}

.last\:gap-75:last-child {
  grid-gap: 75px;
  gap: 75px;
}

.last\:gap-80:last-child {
  grid-gap: 80px;
  gap: 80px;
}

.last\:gap-85:last-child {
  grid-gap: 85px;
  gap: 85px;
}

.last\:gap-90:last-child {
  grid-gap: 90px;
  gap: 90px;
}

.last\:gap-95:last-child {
  grid-gap: 95px;
  gap: 95px;
}

.last\:gap-96:last-child {
  grid-gap: 96px;
  gap: 96px;
}

.last\:gap-100:last-child {
  grid-gap: 100px;
  gap: 100px;
}

.last\:gap-110:last-child {
  grid-gap: 110px;
  gap: 110px;
}

.last\:gap-115:last-child {
  grid-gap: 115px;
  gap: 115px;
}

.last\:gap-120:last-child {
  grid-gap: 120px;
  gap: 120px;
}

.last\:gap-128:last-child {
  grid-gap: 128px;
  gap: 128px;
}

.last\:gap-135:last-child {
  grid-gap: 135px;
  gap: 135px;
}

.last\:gap-140:last-child {
  grid-gap: 140px;
  gap: 140px;
}

.last\:gap-145:last-child {
  grid-gap: 145px;
  gap: 145px;
}

.last\:gap-150:last-child {
  grid-gap: 150px;
  gap: 150px;
}

.last\:gap-160:last-child {
  grid-gap: 160px;
  gap: 160px;
}

.last\:gap-165:last-child {
  grid-gap: 165px;
  gap: 165px;
}

.last\:gap-168:last-child {
  grid-gap: 168px;
  gap: 168px;
}

.last\:gap-170:last-child {
  grid-gap: 170px;
  gap: 170px;
}

.last\:gap-180:last-child {
  grid-gap: 180px;
  gap: 180px;
}

.last\:gap-200:last-child {
  grid-gap: 200px;
  gap: 200px;
}

.last\:gap-220:last-child {
  grid-gap: 220px;
  gap: 220px;
}

.last\:gap-230:last-child {
  grid-gap: 230px;
  gap: 230px;
}

.last\:gap-235:last-child {
  grid-gap: 235px;
  gap: 235px;
}

.last\:gap-240:last-child {
  grid-gap: 240px;
  gap: 240px;
}

.last\:gap-250:last-child {
  grid-gap: 250px;
  gap: 250px;
}

.last\:gap-300:last-child {
  grid-gap: 300px;
  gap: 300px;
}

.last\:gap-320:last-child {
  grid-gap: 320px;
  gap: 320px;
}

.last\:gap-350:last-child {
  grid-gap: 350px;
  gap: 350px;
}

.last\:gap-375:last-child {
  grid-gap: 375px;
  gap: 375px;
}

.last\:gap-400:last-child {
  grid-gap: 400px;
  gap: 400px;
}

.last\:gap-450:last-child {
  grid-gap: 450px;
  gap: 450px;
}

.last\:gap-700:last-child {
  grid-gap: 700px;
  gap: 700px;
}

.last\:gap-px:last-child {
  grid-gap: 1px;
  gap: 1px;
}

.last\:gap-1p:last-child {
  grid-gap: 1%;
  gap: 1%;
}

.last\:gap-1\/12:last-child {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.last\:gap-2\/12:last-child {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.last\:gap-11p:last-child {
  grid-gap: 11%;
  gap: 11%;
}

.last\:gap-20p:last-child {
  grid-gap: 20%;
  gap: 20%;
}

.last\:gap-24p:last-child {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.last\:gap-25p:last-child {
  grid-gap: 25%;
  gap: 25%;
}

.last\:gap-32p:last-child {
  grid-gap: 32%;
  gap: 32%;
}

.last\:gap-35p:last-child {
  grid-gap: 35%;
  gap: 35%;
}

.last\:gap-40p:last-child {
  grid-gap: 40%;
  gap: 40%;
}

.last\:gap-49p:last-child {
  grid-gap: 49%;
  gap: 49%;
}

.last\:gap-49-5p:last-child {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.last\:gap-80p:last-child {
  grid-gap: 80%;
  gap: 80%;
}

.last\:gap-vh80:last-child {
  grid-gap: 80vh;
  gap: 80vh;
}

.last\:gap-vh86:last-child {
  grid-gap: 86vh;
  gap: 86vh;
}

.last\:gap-vh90:last-child {
  grid-gap: 90vh;
  gap: 90vh;
}

.last\:gap-vw80:last-child {
  grid-gap: 80vw;
  gap: 80vw;
}

.last\:gap-vw90:last-child {
  grid-gap: 90vw;
  gap: 90vw;
}

.last\:gap-90p:last-child {
  grid-gap: 90%;
  gap: 90%;
}

.last\:gap-92p:last-child {
  grid-gap: 92%;
  gap: 92%;
}

.last\:gap-93p:last-child {
  grid-gap: 93%;
  gap: 93%;
}

.last\:gap-94p:last-child {
  grid-gap: 94%;
  gap: 94%;
}

.last\:gap-95p:last-child {
  grid-gap: 95%;
  gap: 95%;
}

.last\:gap-96p:last-child {
  grid-gap: 96%;
  gap: 96%;
}

.last\:gap-100p:last-child {
  grid-gap: 100%;
  gap: 100%;
}

.last\:gap-x-0:last-child {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.last\:gap-x-1:last-child {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.last\:gap-x-2:last-child {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.last\:gap-x-3:last-child {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.last\:gap-x-4:last-child {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.last\:gap-x-5:last-child {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.last\:gap-x-6:last-child {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.last\:gap-x-8:last-child {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.last\:gap-x-9:last-child {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.last\:gap-x-10:last-child {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.last\:gap-x-12:last-child {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.last\:gap-x-13:last-child {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.last\:gap-x-14:last-child {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.last\:gap-x-15:last-child {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.last\:gap-x-16:last-child {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.last\:gap-x-17:last-child {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.last\:gap-x-18:last-child {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.last\:gap-x-20:last-child {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.last\:gap-x-22:last-child {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.last\:gap-x-24:last-child {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.last\:gap-x-25:last-child {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.last\:gap-x-28:last-child {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.last\:gap-x-29:last-child {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.last\:gap-x-30:last-child {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.last\:gap-x-32:last-child {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.last\:gap-x-35:last-child {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.last\:gap-x-36:last-child {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.last\:gap-x-37:last-child {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.last\:gap-x-40:last-child {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.last\:gap-x-45:last-child {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.last\:gap-x-48:last-child {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.last\:gap-x-50:last-child {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.last\:gap-x-55:last-child {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.last\:gap-x-56:last-child {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.last\:gap-x-60:last-child {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.last\:gap-x-62:last-child {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.last\:gap-x-64:last-child {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.last\:gap-x-65:last-child {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.last\:gap-x-70:last-child {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.last\:gap-x-75:last-child {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.last\:gap-x-80:last-child {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.last\:gap-x-85:last-child {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.last\:gap-x-90:last-child {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.last\:gap-x-95:last-child {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.last\:gap-x-96:last-child {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.last\:gap-x-100:last-child {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.last\:gap-x-110:last-child {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.last\:gap-x-115:last-child {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.last\:gap-x-120:last-child {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.last\:gap-x-128:last-child {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.last\:gap-x-135:last-child {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.last\:gap-x-140:last-child {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.last\:gap-x-145:last-child {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.last\:gap-x-150:last-child {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.last\:gap-x-160:last-child {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.last\:gap-x-165:last-child {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.last\:gap-x-168:last-child {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.last\:gap-x-170:last-child {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.last\:gap-x-180:last-child {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.last\:gap-x-200:last-child {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.last\:gap-x-220:last-child {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.last\:gap-x-230:last-child {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.last\:gap-x-235:last-child {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.last\:gap-x-240:last-child {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.last\:gap-x-250:last-child {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.last\:gap-x-300:last-child {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.last\:gap-x-320:last-child {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.last\:gap-x-350:last-child {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.last\:gap-x-375:last-child {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.last\:gap-x-400:last-child {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.last\:gap-x-450:last-child {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.last\:gap-x-700:last-child {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.last\:gap-x-px:last-child {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.last\:gap-x-1p:last-child {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.last\:gap-x-1\/12:last-child {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.last\:gap-x-2\/12:last-child {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.last\:gap-x-11p:last-child {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.last\:gap-x-20p:last-child {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.last\:gap-x-24p:last-child {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.last\:gap-x-25p:last-child {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.last\:gap-x-32p:last-child {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.last\:gap-x-35p:last-child {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.last\:gap-x-40p:last-child {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.last\:gap-x-49p:last-child {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.last\:gap-x-49-5p:last-child {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.last\:gap-x-80p:last-child {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.last\:gap-x-vh80:last-child {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.last\:gap-x-vh86:last-child {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.last\:gap-x-vh90:last-child {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.last\:gap-x-vw80:last-child {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.last\:gap-x-vw90:last-child {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.last\:gap-x-90p:last-child {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.last\:gap-x-92p:last-child {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.last\:gap-x-93p:last-child {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.last\:gap-x-94p:last-child {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.last\:gap-x-95p:last-child {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.last\:gap-x-96p:last-child {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.last\:gap-x-100p:last-child {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.last\:gap-y-0:last-child {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.last\:gap-y-1:last-child {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.last\:gap-y-2:last-child {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.last\:gap-y-3:last-child {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.last\:gap-y-4:last-child {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.last\:gap-y-5:last-child {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.last\:gap-y-6:last-child {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.last\:gap-y-8:last-child {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.last\:gap-y-9:last-child {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.last\:gap-y-10:last-child {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.last\:gap-y-12:last-child {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.last\:gap-y-13:last-child {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.last\:gap-y-14:last-child {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.last\:gap-y-15:last-child {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.last\:gap-y-16:last-child {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.last\:gap-y-17:last-child {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.last\:gap-y-18:last-child {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.last\:gap-y-20:last-child {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.last\:gap-y-22:last-child {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.last\:gap-y-24:last-child {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.last\:gap-y-25:last-child {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.last\:gap-y-28:last-child {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.last\:gap-y-29:last-child {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.last\:gap-y-30:last-child {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.last\:gap-y-32:last-child {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.last\:gap-y-35:last-child {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.last\:gap-y-36:last-child {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.last\:gap-y-37:last-child {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.last\:gap-y-40:last-child {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.last\:gap-y-45:last-child {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.last\:gap-y-48:last-child {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.last\:gap-y-50:last-child {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.last\:gap-y-55:last-child {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.last\:gap-y-56:last-child {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.last\:gap-y-60:last-child {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.last\:gap-y-62:last-child {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.last\:gap-y-64:last-child {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.last\:gap-y-65:last-child {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.last\:gap-y-70:last-child {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.last\:gap-y-75:last-child {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.last\:gap-y-80:last-child {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.last\:gap-y-85:last-child {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.last\:gap-y-90:last-child {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.last\:gap-y-95:last-child {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.last\:gap-y-96:last-child {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.last\:gap-y-100:last-child {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.last\:gap-y-110:last-child {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.last\:gap-y-115:last-child {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.last\:gap-y-120:last-child {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.last\:gap-y-128:last-child {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.last\:gap-y-135:last-child {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.last\:gap-y-140:last-child {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.last\:gap-y-145:last-child {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.last\:gap-y-150:last-child {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.last\:gap-y-160:last-child {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.last\:gap-y-165:last-child {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.last\:gap-y-168:last-child {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.last\:gap-y-170:last-child {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.last\:gap-y-180:last-child {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.last\:gap-y-200:last-child {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.last\:gap-y-220:last-child {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.last\:gap-y-230:last-child {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.last\:gap-y-235:last-child {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.last\:gap-y-240:last-child {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.last\:gap-y-250:last-child {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.last\:gap-y-300:last-child {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.last\:gap-y-320:last-child {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.last\:gap-y-350:last-child {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.last\:gap-y-375:last-child {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.last\:gap-y-400:last-child {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.last\:gap-y-450:last-child {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.last\:gap-y-700:last-child {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.last\:gap-y-px:last-child {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.last\:gap-y-1p:last-child {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.last\:gap-y-1\/12:last-child {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.last\:gap-y-2\/12:last-child {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.last\:gap-y-11p:last-child {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.last\:gap-y-20p:last-child {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.last\:gap-y-24p:last-child {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.last\:gap-y-25p:last-child {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.last\:gap-y-32p:last-child {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.last\:gap-y-35p:last-child {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.last\:gap-y-40p:last-child {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.last\:gap-y-49p:last-child {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.last\:gap-y-49-5p:last-child {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.last\:gap-y-80p:last-child {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.last\:gap-y-vh80:last-child {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.last\:gap-y-vh86:last-child {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.last\:gap-y-vh90:last-child {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.last\:gap-y-vw80:last-child {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.last\:gap-y-vw90:last-child {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.last\:gap-y-90p:last-child {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.last\:gap-y-92p:last-child {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.last\:gap-y-93p:last-child {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.last\:gap-y-94p:last-child {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.last\:gap-y-95p:last-child {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.last\:gap-y-96p:last-child {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.last\:gap-y-100p:last-child {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.group:hover .group-hover\:gap-0 {
  grid-gap: 0px;
  gap: 0px;
}

.group:hover .group-hover\:gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.group:hover .group-hover\:gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.group:hover .group-hover\:gap-3 {
  grid-gap: 3px;
  gap: 3px;
}

.group:hover .group-hover\:gap-4 {
  grid-gap: 4px;
  gap: 4px;
}

.group:hover .group-hover\:gap-5 {
  grid-gap: 5px;
  gap: 5px;
}

.group:hover .group-hover\:gap-6 {
  grid-gap: 6px;
  gap: 6px;
}

.group:hover .group-hover\:gap-8 {
  grid-gap: 8px;
  gap: 8px;
}

.group:hover .group-hover\:gap-9 {
  grid-gap: 9px;
  gap: 9px;
}

.group:hover .group-hover\:gap-10 {
  grid-gap: 10px;
  gap: 10px;
}

.group:hover .group-hover\:gap-12 {
  grid-gap: 12px;
  gap: 12px;
}

.group:hover .group-hover\:gap-13 {
  grid-gap: 13px;
  gap: 13px;
}

.group:hover .group-hover\:gap-14 {
  grid-gap: 14px;
  gap: 14px;
}

.group:hover .group-hover\:gap-15 {
  grid-gap: 15px;
  gap: 15px;
}

.group:hover .group-hover\:gap-16 {
  grid-gap: 16px;
  gap: 16px;
}

.group:hover .group-hover\:gap-17 {
  grid-gap: 17px;
  gap: 17px;
}

.group:hover .group-hover\:gap-18 {
  grid-gap: 18px;
  gap: 18px;
}

.group:hover .group-hover\:gap-20 {
  grid-gap: 20px;
  gap: 20px;
}

.group:hover .group-hover\:gap-22 {
  grid-gap: 22px;
  gap: 22px;
}

.group:hover .group-hover\:gap-24 {
  grid-gap: 24px;
  gap: 24px;
}

.group:hover .group-hover\:gap-25 {
  grid-gap: 25px;
  gap: 25px;
}

.group:hover .group-hover\:gap-28 {
  grid-gap: 28px;
  gap: 28px;
}

.group:hover .group-hover\:gap-29 {
  grid-gap: 29px;
  gap: 29px;
}

.group:hover .group-hover\:gap-30 {
  grid-gap: 30px;
  gap: 30px;
}

.group:hover .group-hover\:gap-32 {
  grid-gap: 32px;
  gap: 32px;
}

.group:hover .group-hover\:gap-35 {
  grid-gap: 35px;
  gap: 35px;
}

.group:hover .group-hover\:gap-36 {
  grid-gap: 36px;
  gap: 36px;
}

.group:hover .group-hover\:gap-37 {
  grid-gap: 37px;
  gap: 37px;
}

.group:hover .group-hover\:gap-40 {
  grid-gap: 40px;
  gap: 40px;
}

.group:hover .group-hover\:gap-45 {
  grid-gap: 45px;
  gap: 45px;
}

.group:hover .group-hover\:gap-48 {
  grid-gap: 48px;
  gap: 48px;
}

.group:hover .group-hover\:gap-50 {
  grid-gap: 50px;
  gap: 50px;
}

.group:hover .group-hover\:gap-55 {
  grid-gap: 55px;
  gap: 55px;
}

.group:hover .group-hover\:gap-56 {
  grid-gap: 56px;
  gap: 56px;
}

.group:hover .group-hover\:gap-60 {
  grid-gap: 60px;
  gap: 60px;
}

.group:hover .group-hover\:gap-62 {
  grid-gap: 62px;
  gap: 62px;
}

.group:hover .group-hover\:gap-64 {
  grid-gap: 64px;
  gap: 64px;
}

.group:hover .group-hover\:gap-65 {
  grid-gap: 65px;
  gap: 65px;
}

.group:hover .group-hover\:gap-70 {
  grid-gap: 70px;
  gap: 70px;
}

.group:hover .group-hover\:gap-75 {
  grid-gap: 75px;
  gap: 75px;
}

.group:hover .group-hover\:gap-80 {
  grid-gap: 80px;
  gap: 80px;
}

.group:hover .group-hover\:gap-85 {
  grid-gap: 85px;
  gap: 85px;
}

.group:hover .group-hover\:gap-90 {
  grid-gap: 90px;
  gap: 90px;
}

.group:hover .group-hover\:gap-95 {
  grid-gap: 95px;
  gap: 95px;
}

.group:hover .group-hover\:gap-96 {
  grid-gap: 96px;
  gap: 96px;
}

.group:hover .group-hover\:gap-100 {
  grid-gap: 100px;
  gap: 100px;
}

.group:hover .group-hover\:gap-110 {
  grid-gap: 110px;
  gap: 110px;
}

.group:hover .group-hover\:gap-115 {
  grid-gap: 115px;
  gap: 115px;
}

.group:hover .group-hover\:gap-120 {
  grid-gap: 120px;
  gap: 120px;
}

.group:hover .group-hover\:gap-128 {
  grid-gap: 128px;
  gap: 128px;
}

.group:hover .group-hover\:gap-135 {
  grid-gap: 135px;
  gap: 135px;
}

.group:hover .group-hover\:gap-140 {
  grid-gap: 140px;
  gap: 140px;
}

.group:hover .group-hover\:gap-145 {
  grid-gap: 145px;
  gap: 145px;
}

.group:hover .group-hover\:gap-150 {
  grid-gap: 150px;
  gap: 150px;
}

.group:hover .group-hover\:gap-160 {
  grid-gap: 160px;
  gap: 160px;
}

.group:hover .group-hover\:gap-165 {
  grid-gap: 165px;
  gap: 165px;
}

.group:hover .group-hover\:gap-168 {
  grid-gap: 168px;
  gap: 168px;
}

.group:hover .group-hover\:gap-170 {
  grid-gap: 170px;
  gap: 170px;
}

.group:hover .group-hover\:gap-180 {
  grid-gap: 180px;
  gap: 180px;
}

.group:hover .group-hover\:gap-200 {
  grid-gap: 200px;
  gap: 200px;
}

.group:hover .group-hover\:gap-220 {
  grid-gap: 220px;
  gap: 220px;
}

.group:hover .group-hover\:gap-230 {
  grid-gap: 230px;
  gap: 230px;
}

.group:hover .group-hover\:gap-235 {
  grid-gap: 235px;
  gap: 235px;
}

.group:hover .group-hover\:gap-240 {
  grid-gap: 240px;
  gap: 240px;
}

.group:hover .group-hover\:gap-250 {
  grid-gap: 250px;
  gap: 250px;
}

.group:hover .group-hover\:gap-300 {
  grid-gap: 300px;
  gap: 300px;
}

.group:hover .group-hover\:gap-320 {
  grid-gap: 320px;
  gap: 320px;
}

.group:hover .group-hover\:gap-350 {
  grid-gap: 350px;
  gap: 350px;
}

.group:hover .group-hover\:gap-375 {
  grid-gap: 375px;
  gap: 375px;
}

.group:hover .group-hover\:gap-400 {
  grid-gap: 400px;
  gap: 400px;
}

.group:hover .group-hover\:gap-450 {
  grid-gap: 450px;
  gap: 450px;
}

.group:hover .group-hover\:gap-700 {
  grid-gap: 700px;
  gap: 700px;
}

.group:hover .group-hover\:gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.group:hover .group-hover\:gap-1p {
  grid-gap: 1%;
  gap: 1%;
}

.group:hover .group-hover\:gap-1\/12 {
  grid-gap: 8.3333%;
  gap: 8.3333%;
}

.group:hover .group-hover\:gap-2\/12 {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.group:hover .group-hover\:gap-11p {
  grid-gap: 11%;
  gap: 11%;
}

.group:hover .group-hover\:gap-20p {
  grid-gap: 20%;
  gap: 20%;
}

.group:hover .group-hover\:gap-24p {
  grid-gap: 24.25%;
  gap: 24.25%;
}

.group:hover .group-hover\:gap-25p {
  grid-gap: 25%;
  gap: 25%;
}

.group:hover .group-hover\:gap-32p {
  grid-gap: 32%;
  gap: 32%;
}

.group:hover .group-hover\:gap-35p {
  grid-gap: 35%;
  gap: 35%;
}

.group:hover .group-hover\:gap-40p {
  grid-gap: 40%;
  gap: 40%;
}

.group:hover .group-hover\:gap-49p {
  grid-gap: 49%;
  gap: 49%;
}

.group:hover .group-hover\:gap-49-5p {
  grid-gap: 49.5%;
  gap: 49.5%;
}

.group:hover .group-hover\:gap-80p {
  grid-gap: 80%;
  gap: 80%;
}

.group:hover .group-hover\:gap-vh80 {
  grid-gap: 80vh;
  gap: 80vh;
}

.group:hover .group-hover\:gap-vh86 {
  grid-gap: 86vh;
  gap: 86vh;
}

.group:hover .group-hover\:gap-vh90 {
  grid-gap: 90vh;
  gap: 90vh;
}

.group:hover .group-hover\:gap-vw80 {
  grid-gap: 80vw;
  gap: 80vw;
}

.group:hover .group-hover\:gap-vw90 {
  grid-gap: 90vw;
  gap: 90vw;
}

.group:hover .group-hover\:gap-90p {
  grid-gap: 90%;
  gap: 90%;
}

.group:hover .group-hover\:gap-92p {
  grid-gap: 92%;
  gap: 92%;
}

.group:hover .group-hover\:gap-93p {
  grid-gap: 93%;
  gap: 93%;
}

.group:hover .group-hover\:gap-94p {
  grid-gap: 94%;
  gap: 94%;
}

.group:hover .group-hover\:gap-95p {
  grid-gap: 95%;
  gap: 95%;
}

.group:hover .group-hover\:gap-96p {
  grid-gap: 96%;
  gap: 96%;
}

.group:hover .group-hover\:gap-100p {
  grid-gap: 100%;
  gap: 100%;
}

.group:hover .group-hover\:gap-x-0 {
  grid-column-gap: 0px;
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.group:hover .group-hover\:gap-x-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.group:hover .group-hover\:gap-x-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.group:hover .group-hover\:gap-x-3 {
  grid-column-gap: 3px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.group:hover .group-hover\:gap-x-4 {
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.group:hover .group-hover\:gap-x-5 {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.group:hover .group-hover\:gap-x-6 {
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.group:hover .group-hover\:gap-x-8 {
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.group:hover .group-hover\:gap-x-9 {
  grid-column-gap: 9px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.group:hover .group-hover\:gap-x-10 {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.group:hover .group-hover\:gap-x-12 {
  grid-column-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.group:hover .group-hover\:gap-x-13 {
  grid-column-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.group:hover .group-hover\:gap-x-14 {
  grid-column-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.group:hover .group-hover\:gap-x-15 {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.group:hover .group-hover\:gap-x-16 {
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.group:hover .group-hover\:gap-x-17 {
  grid-column-gap: 17px;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.group:hover .group-hover\:gap-x-18 {
  grid-column-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.group:hover .group-hover\:gap-x-20 {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.group:hover .group-hover\:gap-x-22 {
  grid-column-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.group:hover .group-hover\:gap-x-24 {
  grid-column-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.group:hover .group-hover\:gap-x-25 {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.group:hover .group-hover\:gap-x-28 {
  grid-column-gap: 28px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.group:hover .group-hover\:gap-x-29 {
  grid-column-gap: 29px;
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.group:hover .group-hover\:gap-x-30 {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.group:hover .group-hover\:gap-x-32 {
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.group:hover .group-hover\:gap-x-35 {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.group:hover .group-hover\:gap-x-36 {
  grid-column-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.group:hover .group-hover\:gap-x-37 {
  grid-column-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.group:hover .group-hover\:gap-x-40 {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.group:hover .group-hover\:gap-x-45 {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.group:hover .group-hover\:gap-x-48 {
  grid-column-gap: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.group:hover .group-hover\:gap-x-50 {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.group:hover .group-hover\:gap-x-55 {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.group:hover .group-hover\:gap-x-56 {
  grid-column-gap: 56px;
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.group:hover .group-hover\:gap-x-60 {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.group:hover .group-hover\:gap-x-62 {
  grid-column-gap: 62px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.group:hover .group-hover\:gap-x-64 {
  grid-column-gap: 64px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.group:hover .group-hover\:gap-x-65 {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.group:hover .group-hover\:gap-x-70 {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.group:hover .group-hover\:gap-x-75 {
  grid-column-gap: 75px;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.group:hover .group-hover\:gap-x-80 {
  grid-column-gap: 80px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.group:hover .group-hover\:gap-x-85 {
  grid-column-gap: 85px;
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.group:hover .group-hover\:gap-x-90 {
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.group:hover .group-hover\:gap-x-95 {
  grid-column-gap: 95px;
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.group:hover .group-hover\:gap-x-96 {
  grid-column-gap: 96px;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.group:hover .group-hover\:gap-x-100 {
  grid-column-gap: 100px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.group:hover .group-hover\:gap-x-110 {
  grid-column-gap: 110px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.group:hover .group-hover\:gap-x-115 {
  grid-column-gap: 115px;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.group:hover .group-hover\:gap-x-120 {
  grid-column-gap: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.group:hover .group-hover\:gap-x-128 {
  grid-column-gap: 128px;
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.group:hover .group-hover\:gap-x-135 {
  grid-column-gap: 135px;
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.group:hover .group-hover\:gap-x-140 {
  grid-column-gap: 140px;
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.group:hover .group-hover\:gap-x-145 {
  grid-column-gap: 145px;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.group:hover .group-hover\:gap-x-150 {
  grid-column-gap: 150px;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.group:hover .group-hover\:gap-x-160 {
  grid-column-gap: 160px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.group:hover .group-hover\:gap-x-165 {
  grid-column-gap: 165px;
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.group:hover .group-hover\:gap-x-168 {
  grid-column-gap: 168px;
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.group:hover .group-hover\:gap-x-170 {
  grid-column-gap: 170px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.group:hover .group-hover\:gap-x-180 {
  grid-column-gap: 180px;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.group:hover .group-hover\:gap-x-200 {
  grid-column-gap: 200px;
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.group:hover .group-hover\:gap-x-220 {
  grid-column-gap: 220px;
  -moz-column-gap: 220px;
       column-gap: 220px;
}

.group:hover .group-hover\:gap-x-230 {
  grid-column-gap: 230px;
  -moz-column-gap: 230px;
       column-gap: 230px;
}

.group:hover .group-hover\:gap-x-235 {
  grid-column-gap: 235px;
  -moz-column-gap: 235px;
       column-gap: 235px;
}

.group:hover .group-hover\:gap-x-240 {
  grid-column-gap: 240px;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.group:hover .group-hover\:gap-x-250 {
  grid-column-gap: 250px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.group:hover .group-hover\:gap-x-300 {
  grid-column-gap: 300px;
  -moz-column-gap: 300px;
       column-gap: 300px;
}

.group:hover .group-hover\:gap-x-320 {
  grid-column-gap: 320px;
  -moz-column-gap: 320px;
       column-gap: 320px;
}

.group:hover .group-hover\:gap-x-350 {
  grid-column-gap: 350px;
  -moz-column-gap: 350px;
       column-gap: 350px;
}

.group:hover .group-hover\:gap-x-375 {
  grid-column-gap: 375px;
  -moz-column-gap: 375px;
       column-gap: 375px;
}

.group:hover .group-hover\:gap-x-400 {
  grid-column-gap: 400px;
  -moz-column-gap: 400px;
       column-gap: 400px;
}

.group:hover .group-hover\:gap-x-450 {
  grid-column-gap: 450px;
  -moz-column-gap: 450px;
       column-gap: 450px;
}

.group:hover .group-hover\:gap-x-700 {
  grid-column-gap: 700px;
  -moz-column-gap: 700px;
       column-gap: 700px;
}

.group:hover .group-hover\:gap-x-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.group:hover .group-hover\:gap-x-1p {
  grid-column-gap: 1%;
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.group:hover .group-hover\:gap-x-1\/12 {
  grid-column-gap: 8.3333%;
  -moz-column-gap: 8.3333%;
       column-gap: 8.3333%;
}

.group:hover .group-hover\:gap-x-2\/12 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.group:hover .group-hover\:gap-x-11p {
  grid-column-gap: 11%;
  -moz-column-gap: 11%;
       column-gap: 11%;
}

.group:hover .group-hover\:gap-x-20p {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.group:hover .group-hover\:gap-x-24p {
  grid-column-gap: 24.25%;
  -moz-column-gap: 24.25%;
       column-gap: 24.25%;
}

.group:hover .group-hover\:gap-x-25p {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.group:hover .group-hover\:gap-x-32p {
  grid-column-gap: 32%;
  -moz-column-gap: 32%;
       column-gap: 32%;
}

.group:hover .group-hover\:gap-x-35p {
  grid-column-gap: 35%;
  -moz-column-gap: 35%;
       column-gap: 35%;
}

.group:hover .group-hover\:gap-x-40p {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.group:hover .group-hover\:gap-x-49p {
  grid-column-gap: 49%;
  -moz-column-gap: 49%;
       column-gap: 49%;
}

.group:hover .group-hover\:gap-x-49-5p {
  grid-column-gap: 49.5%;
  -moz-column-gap: 49.5%;
       column-gap: 49.5%;
}

.group:hover .group-hover\:gap-x-80p {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.group:hover .group-hover\:gap-x-vh80 {
  grid-column-gap: 80vh;
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.group:hover .group-hover\:gap-x-vh86 {
  grid-column-gap: 86vh;
  -moz-column-gap: 86vh;
       column-gap: 86vh;
}

.group:hover .group-hover\:gap-x-vh90 {
  grid-column-gap: 90vh;
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.group:hover .group-hover\:gap-x-vw80 {
  grid-column-gap: 80vw;
  -moz-column-gap: 80vw;
       column-gap: 80vw;
}

.group:hover .group-hover\:gap-x-vw90 {
  grid-column-gap: 90vw;
  -moz-column-gap: 90vw;
       column-gap: 90vw;
}

.group:hover .group-hover\:gap-x-90p {
  grid-column-gap: 90%;
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.group:hover .group-hover\:gap-x-92p {
  grid-column-gap: 92%;
  -moz-column-gap: 92%;
       column-gap: 92%;
}

.group:hover .group-hover\:gap-x-93p {
  grid-column-gap: 93%;
  -moz-column-gap: 93%;
       column-gap: 93%;
}

.group:hover .group-hover\:gap-x-94p {
  grid-column-gap: 94%;
  -moz-column-gap: 94%;
       column-gap: 94%;
}

.group:hover .group-hover\:gap-x-95p {
  grid-column-gap: 95%;
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.group:hover .group-hover\:gap-x-96p {
  grid-column-gap: 96%;
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.group:hover .group-hover\:gap-x-100p {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.group:hover .group-hover\:gap-y-0 {
  grid-row-gap: 0px;
  row-gap: 0px;
}

.group:hover .group-hover\:gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.group:hover .group-hover\:gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.group:hover .group-hover\:gap-y-3 {
  grid-row-gap: 3px;
  row-gap: 3px;
}

.group:hover .group-hover\:gap-y-4 {
  grid-row-gap: 4px;
  row-gap: 4px;
}

.group:hover .group-hover\:gap-y-5 {
  grid-row-gap: 5px;
  row-gap: 5px;
}

.group:hover .group-hover\:gap-y-6 {
  grid-row-gap: 6px;
  row-gap: 6px;
}

.group:hover .group-hover\:gap-y-8 {
  grid-row-gap: 8px;
  row-gap: 8px;
}

.group:hover .group-hover\:gap-y-9 {
  grid-row-gap: 9px;
  row-gap: 9px;
}

.group:hover .group-hover\:gap-y-10 {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.group:hover .group-hover\:gap-y-12 {
  grid-row-gap: 12px;
  row-gap: 12px;
}

.group:hover .group-hover\:gap-y-13 {
  grid-row-gap: 13px;
  row-gap: 13px;
}

.group:hover .group-hover\:gap-y-14 {
  grid-row-gap: 14px;
  row-gap: 14px;
}

.group:hover .group-hover\:gap-y-15 {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.group:hover .group-hover\:gap-y-16 {
  grid-row-gap: 16px;
  row-gap: 16px;
}

.group:hover .group-hover\:gap-y-17 {
  grid-row-gap: 17px;
  row-gap: 17px;
}

.group:hover .group-hover\:gap-y-18 {
  grid-row-gap: 18px;
  row-gap: 18px;
}

.group:hover .group-hover\:gap-y-20 {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.group:hover .group-hover\:gap-y-22 {
  grid-row-gap: 22px;
  row-gap: 22px;
}

.group:hover .group-hover\:gap-y-24 {
  grid-row-gap: 24px;
  row-gap: 24px;
}

.group:hover .group-hover\:gap-y-25 {
  grid-row-gap: 25px;
  row-gap: 25px;
}

.group:hover .group-hover\:gap-y-28 {
  grid-row-gap: 28px;
  row-gap: 28px;
}

.group:hover .group-hover\:gap-y-29 {
  grid-row-gap: 29px;
  row-gap: 29px;
}

.group:hover .group-hover\:gap-y-30 {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.group:hover .group-hover\:gap-y-32 {
  grid-row-gap: 32px;
  row-gap: 32px;
}

.group:hover .group-hover\:gap-y-35 {
  grid-row-gap: 35px;
  row-gap: 35px;
}

.group:hover .group-hover\:gap-y-36 {
  grid-row-gap: 36px;
  row-gap: 36px;
}

.group:hover .group-hover\:gap-y-37 {
  grid-row-gap: 37px;
  row-gap: 37px;
}

.group:hover .group-hover\:gap-y-40 {
  grid-row-gap: 40px;
  row-gap: 40px;
}

.group:hover .group-hover\:gap-y-45 {
  grid-row-gap: 45px;
  row-gap: 45px;
}

.group:hover .group-hover\:gap-y-48 {
  grid-row-gap: 48px;
  row-gap: 48px;
}

.group:hover .group-hover\:gap-y-50 {
  grid-row-gap: 50px;
  row-gap: 50px;
}

.group:hover .group-hover\:gap-y-55 {
  grid-row-gap: 55px;
  row-gap: 55px;
}

.group:hover .group-hover\:gap-y-56 {
  grid-row-gap: 56px;
  row-gap: 56px;
}

.group:hover .group-hover\:gap-y-60 {
  grid-row-gap: 60px;
  row-gap: 60px;
}

.group:hover .group-hover\:gap-y-62 {
  grid-row-gap: 62px;
  row-gap: 62px;
}

.group:hover .group-hover\:gap-y-64 {
  grid-row-gap: 64px;
  row-gap: 64px;
}

.group:hover .group-hover\:gap-y-65 {
  grid-row-gap: 65px;
  row-gap: 65px;
}

.group:hover .group-hover\:gap-y-70 {
  grid-row-gap: 70px;
  row-gap: 70px;
}

.group:hover .group-hover\:gap-y-75 {
  grid-row-gap: 75px;
  row-gap: 75px;
}

.group:hover .group-hover\:gap-y-80 {
  grid-row-gap: 80px;
  row-gap: 80px;
}

.group:hover .group-hover\:gap-y-85 {
  grid-row-gap: 85px;
  row-gap: 85px;
}

.group:hover .group-hover\:gap-y-90 {
  grid-row-gap: 90px;
  row-gap: 90px;
}

.group:hover .group-hover\:gap-y-95 {
  grid-row-gap: 95px;
  row-gap: 95px;
}

.group:hover .group-hover\:gap-y-96 {
  grid-row-gap: 96px;
  row-gap: 96px;
}

.group:hover .group-hover\:gap-y-100 {
  grid-row-gap: 100px;
  row-gap: 100px;
}

.group:hover .group-hover\:gap-y-110 {
  grid-row-gap: 110px;
  row-gap: 110px;
}

.group:hover .group-hover\:gap-y-115 {
  grid-row-gap: 115px;
  row-gap: 115px;
}

.group:hover .group-hover\:gap-y-120 {
  grid-row-gap: 120px;
  row-gap: 120px;
}

.group:hover .group-hover\:gap-y-128 {
  grid-row-gap: 128px;
  row-gap: 128px;
}

.group:hover .group-hover\:gap-y-135 {
  grid-row-gap: 135px;
  row-gap: 135px;
}

.group:hover .group-hover\:gap-y-140 {
  grid-row-gap: 140px;
  row-gap: 140px;
}

.group:hover .group-hover\:gap-y-145 {
  grid-row-gap: 145px;
  row-gap: 145px;
}

.group:hover .group-hover\:gap-y-150 {
  grid-row-gap: 150px;
  row-gap: 150px;
}

.group:hover .group-hover\:gap-y-160 {
  grid-row-gap: 160px;
  row-gap: 160px;
}

.group:hover .group-hover\:gap-y-165 {
  grid-row-gap: 165px;
  row-gap: 165px;
}

.group:hover .group-hover\:gap-y-168 {
  grid-row-gap: 168px;
  row-gap: 168px;
}

.group:hover .group-hover\:gap-y-170 {
  grid-row-gap: 170px;
  row-gap: 170px;
}

.group:hover .group-hover\:gap-y-180 {
  grid-row-gap: 180px;
  row-gap: 180px;
}

.group:hover .group-hover\:gap-y-200 {
  grid-row-gap: 200px;
  row-gap: 200px;
}

.group:hover .group-hover\:gap-y-220 {
  grid-row-gap: 220px;
  row-gap: 220px;
}

.group:hover .group-hover\:gap-y-230 {
  grid-row-gap: 230px;
  row-gap: 230px;
}

.group:hover .group-hover\:gap-y-235 {
  grid-row-gap: 235px;
  row-gap: 235px;
}

.group:hover .group-hover\:gap-y-240 {
  grid-row-gap: 240px;
  row-gap: 240px;
}

.group:hover .group-hover\:gap-y-250 {
  grid-row-gap: 250px;
  row-gap: 250px;
}

.group:hover .group-hover\:gap-y-300 {
  grid-row-gap: 300px;
  row-gap: 300px;
}

.group:hover .group-hover\:gap-y-320 {
  grid-row-gap: 320px;
  row-gap: 320px;
}

.group:hover .group-hover\:gap-y-350 {
  grid-row-gap: 350px;
  row-gap: 350px;
}

.group:hover .group-hover\:gap-y-375 {
  grid-row-gap: 375px;
  row-gap: 375px;
}

.group:hover .group-hover\:gap-y-400 {
  grid-row-gap: 400px;
  row-gap: 400px;
}

.group:hover .group-hover\:gap-y-450 {
  grid-row-gap: 450px;
  row-gap: 450px;
}

.group:hover .group-hover\:gap-y-700 {
  grid-row-gap: 700px;
  row-gap: 700px;
}

.group:hover .group-hover\:gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.group:hover .group-hover\:gap-y-1p {
  grid-row-gap: 1%;
  row-gap: 1%;
}

.group:hover .group-hover\:gap-y-1\/12 {
  grid-row-gap: 8.3333%;
  row-gap: 8.3333%;
}

.group:hover .group-hover\:gap-y-2\/12 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.group:hover .group-hover\:gap-y-11p {
  grid-row-gap: 11%;
  row-gap: 11%;
}

.group:hover .group-hover\:gap-y-20p {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.group:hover .group-hover\:gap-y-24p {
  grid-row-gap: 24.25%;
  row-gap: 24.25%;
}

.group:hover .group-hover\:gap-y-25p {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.group:hover .group-hover\:gap-y-32p {
  grid-row-gap: 32%;
  row-gap: 32%;
}

.group:hover .group-hover\:gap-y-35p {
  grid-row-gap: 35%;
  row-gap: 35%;
}

.group:hover .group-hover\:gap-y-40p {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.group:hover .group-hover\:gap-y-49p {
  grid-row-gap: 49%;
  row-gap: 49%;
}

.group:hover .group-hover\:gap-y-49-5p {
  grid-row-gap: 49.5%;
  row-gap: 49.5%;
}

.group:hover .group-hover\:gap-y-80p {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.group:hover .group-hover\:gap-y-vh80 {
  grid-row-gap: 80vh;
  row-gap: 80vh;
}

.group:hover .group-hover\:gap-y-vh86 {
  grid-row-gap: 86vh;
  row-gap: 86vh;
}

.group:hover .group-hover\:gap-y-vh90 {
  grid-row-gap: 90vh;
  row-gap: 90vh;
}

.group:hover .group-hover\:gap-y-vw80 {
  grid-row-gap: 80vw;
  row-gap: 80vw;
}

.group:hover .group-hover\:gap-y-vw90 {
  grid-row-gap: 90vw;
  row-gap: 90vw;
}

.group:hover .group-hover\:gap-y-90p {
  grid-row-gap: 90%;
  row-gap: 90%;
}

.group:hover .group-hover\:gap-y-92p {
  grid-row-gap: 92%;
  row-gap: 92%;
}

.group:hover .group-hover\:gap-y-93p {
  grid-row-gap: 93%;
  row-gap: 93%;
}

.group:hover .group-hover\:gap-y-94p {
  grid-row-gap: 94%;
  row-gap: 94%;
}

.group:hover .group-hover\:gap-y-95p {
  grid-row-gap: 95%;
  row-gap: 95%;
}

.group:hover .group-hover\:gap-y-96p {
  grid-row-gap: 96%;
  row-gap: 96%;
}

.group:hover .group-hover\:gap-y-100p {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.hover\:grid-flow-row:hover {
  grid-auto-flow: row;
}

.hover\:grid-flow-col:hover {
  grid-auto-flow: column;
}

.hover\:grid-flow-row-dense:hover {
  grid-auto-flow: row dense;
}

.hover\:grid-flow-col-dense:hover {
  grid-auto-flow: column dense;
}

.focus\:grid-flow-row:focus {
  grid-auto-flow: row;
}

.focus\:grid-flow-col:focus {
  grid-auto-flow: column;
}

.focus\:grid-flow-row-dense:focus {
  grid-auto-flow: row dense;
}

.focus\:grid-flow-col-dense:focus {
  grid-auto-flow: column dense;
}

.first\:grid-flow-row:first-child {
  grid-auto-flow: row;
}

.first\:grid-flow-col:first-child {
  grid-auto-flow: column;
}

.first\:grid-flow-row-dense:first-child {
  grid-auto-flow: row dense;
}

.first\:grid-flow-col-dense:first-child {
  grid-auto-flow: column dense;
}

.last\:grid-flow-row:last-child {
  grid-auto-flow: row;
}

.last\:grid-flow-col:last-child {
  grid-auto-flow: column;
}

.last\:grid-flow-row-dense:last-child {
  grid-auto-flow: row dense;
}

.last\:grid-flow-col-dense:last-child {
  grid-auto-flow: column dense;
}

.group:hover .group-hover\:grid-flow-row {
  grid-auto-flow: row;
}

.group:hover .group-hover\:grid-flow-col {
  grid-auto-flow: column;
}

.group:hover .group-hover\:grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.group:hover .group-hover\:grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.hover\:grid-cols-1:hover {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hover\:grid-cols-2:hover {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hover\:grid-cols-3:hover {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hover\:grid-cols-4:hover {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hover\:grid-cols-5:hover {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hover\:grid-cols-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hover\:grid-cols-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hover\:grid-cols-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hover\:grid-cols-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hover\:grid-cols-10:hover {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.hover\:grid-cols-11:hover {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.hover\:grid-cols-12:hover {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hover\:grid-cols-none:hover {
  grid-template-columns: none;
}

.focus\:grid-cols-1:focus {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus\:grid-cols-2:focus {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus\:grid-cols-3:focus {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus\:grid-cols-4:focus {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus\:grid-cols-5:focus {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus\:grid-cols-6:focus {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus\:grid-cols-7:focus {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus\:grid-cols-8:focus {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus\:grid-cols-9:focus {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus\:grid-cols-10:focus {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus\:grid-cols-11:focus {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus\:grid-cols-12:focus {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus\:grid-cols-none:focus {
  grid-template-columns: none;
}

.first\:grid-cols-1:first-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.first\:grid-cols-2:first-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.first\:grid-cols-3:first-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.first\:grid-cols-4:first-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.first\:grid-cols-5:first-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.first\:grid-cols-6:first-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.first\:grid-cols-7:first-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.first\:grid-cols-8:first-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.first\:grid-cols-9:first-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.first\:grid-cols-10:first-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.first\:grid-cols-11:first-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.first\:grid-cols-12:first-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.first\:grid-cols-none:first-child {
  grid-template-columns: none;
}

.last\:grid-cols-1:last-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.last\:grid-cols-2:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.last\:grid-cols-3:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.last\:grid-cols-4:last-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.last\:grid-cols-5:last-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.last\:grid-cols-6:last-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.last\:grid-cols-7:last-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.last\:grid-cols-8:last-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.last\:grid-cols-9:last-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.last\:grid-cols-10:last-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.last\:grid-cols-11:last-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.last\:grid-cols-12:last-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.last\:grid-cols-none:last-child {
  grid-template-columns: none;
}

.group:hover .group-hover\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-none {
  grid-template-columns: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.hover\:auto-cols-auto:hover {
  grid-auto-columns: auto;
}

.hover\:auto-cols-min:hover {
  grid-auto-columns: min-content;
}

.hover\:auto-cols-max:hover {
  grid-auto-columns: max-content;
}

.hover\:auto-cols-fr:hover {
  grid-auto-columns: minmax(0, 1fr);
}

.focus\:auto-cols-auto:focus {
  grid-auto-columns: auto;
}

.focus\:auto-cols-min:focus {
  grid-auto-columns: min-content;
}

.focus\:auto-cols-max:focus {
  grid-auto-columns: max-content;
}

.focus\:auto-cols-fr:focus {
  grid-auto-columns: minmax(0, 1fr);
}

.first\:auto-cols-auto:first-child {
  grid-auto-columns: auto;
}

.first\:auto-cols-min:first-child {
  grid-auto-columns: min-content;
}

.first\:auto-cols-max:first-child {
  grid-auto-columns: max-content;
}

.first\:auto-cols-fr:first-child {
  grid-auto-columns: minmax(0, 1fr);
}

.last\:auto-cols-auto:last-child {
  grid-auto-columns: auto;
}

.last\:auto-cols-min:last-child {
  grid-auto-columns: min-content;
}

.last\:auto-cols-max:last-child {
  grid-auto-columns: max-content;
}

.last\:auto-cols-fr:last-child {
  grid-auto-columns: minmax(0, 1fr);
}

.group:hover .group-hover\:auto-cols-auto {
  grid-auto-columns: auto;
}

.group:hover .group-hover\:auto-cols-min {
  grid-auto-columns: min-content;
}

.group:hover .group-hover\:auto-cols-max {
  grid-auto-columns: max-content;
}

.group:hover .group-hover\:auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.hover\:col-auto:hover {
  grid-column: auto;
}

.hover\:col-span-1:hover {
  grid-column: span 1 / span 1;
}

.hover\:col-span-2:hover {
  grid-column: span 2 / span 2;
}

.hover\:col-span-3:hover {
  grid-column: span 3 / span 3;
}

.hover\:col-span-4:hover {
  grid-column: span 4 / span 4;
}

.hover\:col-span-5:hover {
  grid-column: span 5 / span 5;
}

.hover\:col-span-6:hover {
  grid-column: span 6 / span 6;
}

.hover\:col-span-7:hover {
  grid-column: span 7 / span 7;
}

.hover\:col-span-8:hover {
  grid-column: span 8 / span 8;
}

.hover\:col-span-9:hover {
  grid-column: span 9 / span 9;
}

.hover\:col-span-10:hover {
  grid-column: span 10 / span 10;
}

.hover\:col-span-11:hover {
  grid-column: span 11 / span 11;
}

.hover\:col-span-12:hover {
  grid-column: span 12 / span 12;
}

.hover\:col-span-full:hover {
  grid-column: 1 / -1;
}

.focus\:col-auto:focus {
  grid-column: auto;
}

.focus\:col-span-1:focus {
  grid-column: span 1 / span 1;
}

.focus\:col-span-2:focus {
  grid-column: span 2 / span 2;
}

.focus\:col-span-3:focus {
  grid-column: span 3 / span 3;
}

.focus\:col-span-4:focus {
  grid-column: span 4 / span 4;
}

.focus\:col-span-5:focus {
  grid-column: span 5 / span 5;
}

.focus\:col-span-6:focus {
  grid-column: span 6 / span 6;
}

.focus\:col-span-7:focus {
  grid-column: span 7 / span 7;
}

.focus\:col-span-8:focus {
  grid-column: span 8 / span 8;
}

.focus\:col-span-9:focus {
  grid-column: span 9 / span 9;
}

.focus\:col-span-10:focus {
  grid-column: span 10 / span 10;
}

.focus\:col-span-11:focus {
  grid-column: span 11 / span 11;
}

.focus\:col-span-12:focus {
  grid-column: span 12 / span 12;
}

.focus\:col-span-full:focus {
  grid-column: 1 / -1;
}

.first\:col-auto:first-child {
  grid-column: auto;
}

.first\:col-span-1:first-child {
  grid-column: span 1 / span 1;
}

.first\:col-span-2:first-child {
  grid-column: span 2 / span 2;
}

.first\:col-span-3:first-child {
  grid-column: span 3 / span 3;
}

.first\:col-span-4:first-child {
  grid-column: span 4 / span 4;
}

.first\:col-span-5:first-child {
  grid-column: span 5 / span 5;
}

.first\:col-span-6:first-child {
  grid-column: span 6 / span 6;
}

.first\:col-span-7:first-child {
  grid-column: span 7 / span 7;
}

.first\:col-span-8:first-child {
  grid-column: span 8 / span 8;
}

.first\:col-span-9:first-child {
  grid-column: span 9 / span 9;
}

.first\:col-span-10:first-child {
  grid-column: span 10 / span 10;
}

.first\:col-span-11:first-child {
  grid-column: span 11 / span 11;
}

.first\:col-span-12:first-child {
  grid-column: span 12 / span 12;
}

.first\:col-span-full:first-child {
  grid-column: 1 / -1;
}

.last\:col-auto:last-child {
  grid-column: auto;
}

.last\:col-span-1:last-child {
  grid-column: span 1 / span 1;
}

.last\:col-span-2:last-child {
  grid-column: span 2 / span 2;
}

.last\:col-span-3:last-child {
  grid-column: span 3 / span 3;
}

.last\:col-span-4:last-child {
  grid-column: span 4 / span 4;
}

.last\:col-span-5:last-child {
  grid-column: span 5 / span 5;
}

.last\:col-span-6:last-child {
  grid-column: span 6 / span 6;
}

.last\:col-span-7:last-child {
  grid-column: span 7 / span 7;
}

.last\:col-span-8:last-child {
  grid-column: span 8 / span 8;
}

.last\:col-span-9:last-child {
  grid-column: span 9 / span 9;
}

.last\:col-span-10:last-child {
  grid-column: span 10 / span 10;
}

.last\:col-span-11:last-child {
  grid-column: span 11 / span 11;
}

.last\:col-span-12:last-child {
  grid-column: span 12 / span 12;
}

.last\:col-span-full:last-child {
  grid-column: 1 / -1;
}

.group:hover .group-hover\:col-auto {
  grid-column: auto;
}

.group:hover .group-hover\:col-span-1 {
  grid-column: span 1 / span 1;
}

.group:hover .group-hover\:col-span-2 {
  grid-column: span 2 / span 2;
}

.group:hover .group-hover\:col-span-3 {
  grid-column: span 3 / span 3;
}

.group:hover .group-hover\:col-span-4 {
  grid-column: span 4 / span 4;
}

.group:hover .group-hover\:col-span-5 {
  grid-column: span 5 / span 5;
}

.group:hover .group-hover\:col-span-6 {
  grid-column: span 6 / span 6;
}

.group:hover .group-hover\:col-span-7 {
  grid-column: span 7 / span 7;
}

.group:hover .group-hover\:col-span-8 {
  grid-column: span 8 / span 8;
}

.group:hover .group-hover\:col-span-9 {
  grid-column: span 9 / span 9;
}

.group:hover .group-hover\:col-span-10 {
  grid-column: span 10 / span 10;
}

.group:hover .group-hover\:col-span-11 {
  grid-column: span 11 / span 11;
}

.group:hover .group-hover\:col-span-12 {
  grid-column: span 12 / span 12;
}

.group:hover .group-hover\:col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.hover\:col-start-1:hover {
  grid-column-start: 1;
}

.hover\:col-start-2:hover {
  grid-column-start: 2;
}

.hover\:col-start-3:hover {
  grid-column-start: 3;
}

.hover\:col-start-4:hover {
  grid-column-start: 4;
}

.hover\:col-start-5:hover {
  grid-column-start: 5;
}

.hover\:col-start-6:hover {
  grid-column-start: 6;
}

.hover\:col-start-7:hover {
  grid-column-start: 7;
}

.hover\:col-start-8:hover {
  grid-column-start: 8;
}

.hover\:col-start-9:hover {
  grid-column-start: 9;
}

.hover\:col-start-10:hover {
  grid-column-start: 10;
}

.hover\:col-start-11:hover {
  grid-column-start: 11;
}

.hover\:col-start-12:hover {
  grid-column-start: 12;
}

.hover\:col-start-13:hover {
  grid-column-start: 13;
}

.hover\:col-start-auto:hover {
  grid-column-start: auto;
}

.focus\:col-start-1:focus {
  grid-column-start: 1;
}

.focus\:col-start-2:focus {
  grid-column-start: 2;
}

.focus\:col-start-3:focus {
  grid-column-start: 3;
}

.focus\:col-start-4:focus {
  grid-column-start: 4;
}

.focus\:col-start-5:focus {
  grid-column-start: 5;
}

.focus\:col-start-6:focus {
  grid-column-start: 6;
}

.focus\:col-start-7:focus {
  grid-column-start: 7;
}

.focus\:col-start-8:focus {
  grid-column-start: 8;
}

.focus\:col-start-9:focus {
  grid-column-start: 9;
}

.focus\:col-start-10:focus {
  grid-column-start: 10;
}

.focus\:col-start-11:focus {
  grid-column-start: 11;
}

.focus\:col-start-12:focus {
  grid-column-start: 12;
}

.focus\:col-start-13:focus {
  grid-column-start: 13;
}

.focus\:col-start-auto:focus {
  grid-column-start: auto;
}

.first\:col-start-1:first-child {
  grid-column-start: 1;
}

.first\:col-start-2:first-child {
  grid-column-start: 2;
}

.first\:col-start-3:first-child {
  grid-column-start: 3;
}

.first\:col-start-4:first-child {
  grid-column-start: 4;
}

.first\:col-start-5:first-child {
  grid-column-start: 5;
}

.first\:col-start-6:first-child {
  grid-column-start: 6;
}

.first\:col-start-7:first-child {
  grid-column-start: 7;
}

.first\:col-start-8:first-child {
  grid-column-start: 8;
}

.first\:col-start-9:first-child {
  grid-column-start: 9;
}

.first\:col-start-10:first-child {
  grid-column-start: 10;
}

.first\:col-start-11:first-child {
  grid-column-start: 11;
}

.first\:col-start-12:first-child {
  grid-column-start: 12;
}

.first\:col-start-13:first-child {
  grid-column-start: 13;
}

.first\:col-start-auto:first-child {
  grid-column-start: auto;
}

.last\:col-start-1:last-child {
  grid-column-start: 1;
}

.last\:col-start-2:last-child {
  grid-column-start: 2;
}

.last\:col-start-3:last-child {
  grid-column-start: 3;
}

.last\:col-start-4:last-child {
  grid-column-start: 4;
}

.last\:col-start-5:last-child {
  grid-column-start: 5;
}

.last\:col-start-6:last-child {
  grid-column-start: 6;
}

.last\:col-start-7:last-child {
  grid-column-start: 7;
}

.last\:col-start-8:last-child {
  grid-column-start: 8;
}

.last\:col-start-9:last-child {
  grid-column-start: 9;
}

.last\:col-start-10:last-child {
  grid-column-start: 10;
}

.last\:col-start-11:last-child {
  grid-column-start: 11;
}

.last\:col-start-12:last-child {
  grid-column-start: 12;
}

.last\:col-start-13:last-child {
  grid-column-start: 13;
}

.last\:col-start-auto:last-child {
  grid-column-start: auto;
}

.group:hover .group-hover\:col-start-1 {
  grid-column-start: 1;
}

.group:hover .group-hover\:col-start-2 {
  grid-column-start: 2;
}

.group:hover .group-hover\:col-start-3 {
  grid-column-start: 3;
}

.group:hover .group-hover\:col-start-4 {
  grid-column-start: 4;
}

.group:hover .group-hover\:col-start-5 {
  grid-column-start: 5;
}

.group:hover .group-hover\:col-start-6 {
  grid-column-start: 6;
}

.group:hover .group-hover\:col-start-7 {
  grid-column-start: 7;
}

.group:hover .group-hover\:col-start-8 {
  grid-column-start: 8;
}

.group:hover .group-hover\:col-start-9 {
  grid-column-start: 9;
}

.group:hover .group-hover\:col-start-10 {
  grid-column-start: 10;
}

.group:hover .group-hover\:col-start-11 {
  grid-column-start: 11;
}

.group:hover .group-hover\:col-start-12 {
  grid-column-start: 12;
}

.group:hover .group-hover\:col-start-13 {
  grid-column-start: 13;
}

.group:hover .group-hover\:col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.hover\:col-end-1:hover {
  grid-column-end: 1;
}

.hover\:col-end-2:hover {
  grid-column-end: 2;
}

.hover\:col-end-3:hover {
  grid-column-end: 3;
}

.hover\:col-end-4:hover {
  grid-column-end: 4;
}

.hover\:col-end-5:hover {
  grid-column-end: 5;
}

.hover\:col-end-6:hover {
  grid-column-end: 6;
}

.hover\:col-end-7:hover {
  grid-column-end: 7;
}

.hover\:col-end-8:hover {
  grid-column-end: 8;
}

.hover\:col-end-9:hover {
  grid-column-end: 9;
}

.hover\:col-end-10:hover {
  grid-column-end: 10;
}

.hover\:col-end-11:hover {
  grid-column-end: 11;
}

.hover\:col-end-12:hover {
  grid-column-end: 12;
}

.hover\:col-end-13:hover {
  grid-column-end: 13;
}

.hover\:col-end-auto:hover {
  grid-column-end: auto;
}

.focus\:col-end-1:focus {
  grid-column-end: 1;
}

.focus\:col-end-2:focus {
  grid-column-end: 2;
}

.focus\:col-end-3:focus {
  grid-column-end: 3;
}

.focus\:col-end-4:focus {
  grid-column-end: 4;
}

.focus\:col-end-5:focus {
  grid-column-end: 5;
}

.focus\:col-end-6:focus {
  grid-column-end: 6;
}

.focus\:col-end-7:focus {
  grid-column-end: 7;
}

.focus\:col-end-8:focus {
  grid-column-end: 8;
}

.focus\:col-end-9:focus {
  grid-column-end: 9;
}

.focus\:col-end-10:focus {
  grid-column-end: 10;
}

.focus\:col-end-11:focus {
  grid-column-end: 11;
}

.focus\:col-end-12:focus {
  grid-column-end: 12;
}

.focus\:col-end-13:focus {
  grid-column-end: 13;
}

.focus\:col-end-auto:focus {
  grid-column-end: auto;
}

.first\:col-end-1:first-child {
  grid-column-end: 1;
}

.first\:col-end-2:first-child {
  grid-column-end: 2;
}

.first\:col-end-3:first-child {
  grid-column-end: 3;
}

.first\:col-end-4:first-child {
  grid-column-end: 4;
}

.first\:col-end-5:first-child {
  grid-column-end: 5;
}

.first\:col-end-6:first-child {
  grid-column-end: 6;
}

.first\:col-end-7:first-child {
  grid-column-end: 7;
}

.first\:col-end-8:first-child {
  grid-column-end: 8;
}

.first\:col-end-9:first-child {
  grid-column-end: 9;
}

.first\:col-end-10:first-child {
  grid-column-end: 10;
}

.first\:col-end-11:first-child {
  grid-column-end: 11;
}

.first\:col-end-12:first-child {
  grid-column-end: 12;
}

.first\:col-end-13:first-child {
  grid-column-end: 13;
}

.first\:col-end-auto:first-child {
  grid-column-end: auto;
}

.last\:col-end-1:last-child {
  grid-column-end: 1;
}

.last\:col-end-2:last-child {
  grid-column-end: 2;
}

.last\:col-end-3:last-child {
  grid-column-end: 3;
}

.last\:col-end-4:last-child {
  grid-column-end: 4;
}

.last\:col-end-5:last-child {
  grid-column-end: 5;
}

.last\:col-end-6:last-child {
  grid-column-end: 6;
}

.last\:col-end-7:last-child {
  grid-column-end: 7;
}

.last\:col-end-8:last-child {
  grid-column-end: 8;
}

.last\:col-end-9:last-child {
  grid-column-end: 9;
}

.last\:col-end-10:last-child {
  grid-column-end: 10;
}

.last\:col-end-11:last-child {
  grid-column-end: 11;
}

.last\:col-end-12:last-child {
  grid-column-end: 12;
}

.last\:col-end-13:last-child {
  grid-column-end: 13;
}

.last\:col-end-auto:last-child {
  grid-column-end: auto;
}

.group:hover .group-hover\:col-end-1 {
  grid-column-end: 1;
}

.group:hover .group-hover\:col-end-2 {
  grid-column-end: 2;
}

.group:hover .group-hover\:col-end-3 {
  grid-column-end: 3;
}

.group:hover .group-hover\:col-end-4 {
  grid-column-end: 4;
}

.group:hover .group-hover\:col-end-5 {
  grid-column-end: 5;
}

.group:hover .group-hover\:col-end-6 {
  grid-column-end: 6;
}

.group:hover .group-hover\:col-end-7 {
  grid-column-end: 7;
}

.group:hover .group-hover\:col-end-8 {
  grid-column-end: 8;
}

.group:hover .group-hover\:col-end-9 {
  grid-column-end: 9;
}

.group:hover .group-hover\:col-end-10 {
  grid-column-end: 10;
}

.group:hover .group-hover\:col-end-11 {
  grid-column-end: 11;
}

.group:hover .group-hover\:col-end-12 {
  grid-column-end: 12;
}

.group:hover .group-hover\:col-end-13 {
  grid-column-end: 13;
}

.group:hover .group-hover\:col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hover\:grid-rows-none:hover {
  grid-template-rows: none;
}

.focus\:grid-rows-1:focus {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus\:grid-rows-2:focus {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus\:grid-rows-3:focus {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus\:grid-rows-4:focus {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus\:grid-rows-5:focus {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus\:grid-rows-6:focus {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus\:grid-rows-none:focus {
  grid-template-rows: none;
}

.first\:grid-rows-1:first-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.first\:grid-rows-2:first-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.first\:grid-rows-3:first-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.first\:grid-rows-4:first-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.first\:grid-rows-5:first-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.first\:grid-rows-6:first-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.first\:grid-rows-none:first-child {
  grid-template-rows: none;
}

.last\:grid-rows-1:last-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.last\:grid-rows-2:last-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.last\:grid-rows-3:last-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.last\:grid-rows-4:last-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.last\:grid-rows-5:last-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.last\:grid-rows-6:last-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.last\:grid-rows-none:last-child {
  grid-template-rows: none;
}

.group:hover .group-hover\:grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-none {
  grid-template-rows: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.hover\:auto-rows-auto:hover {
  grid-auto-rows: auto;
}

.hover\:auto-rows-min:hover {
  grid-auto-rows: min-content;
}

.hover\:auto-rows-max:hover {
  grid-auto-rows: max-content;
}

.hover\:auto-rows-fr:hover {
  grid-auto-rows: minmax(0, 1fr);
}

.focus\:auto-rows-auto:focus {
  grid-auto-rows: auto;
}

.focus\:auto-rows-min:focus {
  grid-auto-rows: min-content;
}

.focus\:auto-rows-max:focus {
  grid-auto-rows: max-content;
}

.focus\:auto-rows-fr:focus {
  grid-auto-rows: minmax(0, 1fr);
}

.first\:auto-rows-auto:first-child {
  grid-auto-rows: auto;
}

.first\:auto-rows-min:first-child {
  grid-auto-rows: min-content;
}

.first\:auto-rows-max:first-child {
  grid-auto-rows: max-content;
}

.first\:auto-rows-fr:first-child {
  grid-auto-rows: minmax(0, 1fr);
}

.last\:auto-rows-auto:last-child {
  grid-auto-rows: auto;
}

.last\:auto-rows-min:last-child {
  grid-auto-rows: min-content;
}

.last\:auto-rows-max:last-child {
  grid-auto-rows: max-content;
}

.last\:auto-rows-fr:last-child {
  grid-auto-rows: minmax(0, 1fr);
}

.group:hover .group-hover\:auto-rows-auto {
  grid-auto-rows: auto;
}

.group:hover .group-hover\:auto-rows-min {
  grid-auto-rows: min-content;
}

.group:hover .group-hover\:auto-rows-max {
  grid-auto-rows: max-content;
}

.group:hover .group-hover\:auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.hover\:row-auto:hover {
  grid-row: auto;
}

.hover\:row-span-1:hover {
  grid-row: span 1 / span 1;
}

.hover\:row-span-2:hover {
  grid-row: span 2 / span 2;
}

.hover\:row-span-3:hover {
  grid-row: span 3 / span 3;
}

.hover\:row-span-4:hover {
  grid-row: span 4 / span 4;
}

.hover\:row-span-5:hover {
  grid-row: span 5 / span 5;
}

.hover\:row-span-6:hover {
  grid-row: span 6 / span 6;
}

.hover\:row-span-full:hover {
  grid-row: 1 / -1;
}

.focus\:row-auto:focus {
  grid-row: auto;
}

.focus\:row-span-1:focus {
  grid-row: span 1 / span 1;
}

.focus\:row-span-2:focus {
  grid-row: span 2 / span 2;
}

.focus\:row-span-3:focus {
  grid-row: span 3 / span 3;
}

.focus\:row-span-4:focus {
  grid-row: span 4 / span 4;
}

.focus\:row-span-5:focus {
  grid-row: span 5 / span 5;
}

.focus\:row-span-6:focus {
  grid-row: span 6 / span 6;
}

.focus\:row-span-full:focus {
  grid-row: 1 / -1;
}

.first\:row-auto:first-child {
  grid-row: auto;
}

.first\:row-span-1:first-child {
  grid-row: span 1 / span 1;
}

.first\:row-span-2:first-child {
  grid-row: span 2 / span 2;
}

.first\:row-span-3:first-child {
  grid-row: span 3 / span 3;
}

.first\:row-span-4:first-child {
  grid-row: span 4 / span 4;
}

.first\:row-span-5:first-child {
  grid-row: span 5 / span 5;
}

.first\:row-span-6:first-child {
  grid-row: span 6 / span 6;
}

.first\:row-span-full:first-child {
  grid-row: 1 / -1;
}

.last\:row-auto:last-child {
  grid-row: auto;
}

.last\:row-span-1:last-child {
  grid-row: span 1 / span 1;
}

.last\:row-span-2:last-child {
  grid-row: span 2 / span 2;
}

.last\:row-span-3:last-child {
  grid-row: span 3 / span 3;
}

.last\:row-span-4:last-child {
  grid-row: span 4 / span 4;
}

.last\:row-span-5:last-child {
  grid-row: span 5 / span 5;
}

.last\:row-span-6:last-child {
  grid-row: span 6 / span 6;
}

.last\:row-span-full:last-child {
  grid-row: 1 / -1;
}

.group:hover .group-hover\:row-auto {
  grid-row: auto;
}

.group:hover .group-hover\:row-span-1 {
  grid-row: span 1 / span 1;
}

.group:hover .group-hover\:row-span-2 {
  grid-row: span 2 / span 2;
}

.group:hover .group-hover\:row-span-3 {
  grid-row: span 3 / span 3;
}

.group:hover .group-hover\:row-span-4 {
  grid-row: span 4 / span 4;
}

.group:hover .group-hover\:row-span-5 {
  grid-row: span 5 / span 5;
}

.group:hover .group-hover\:row-span-6 {
  grid-row: span 6 / span 6;
}

.group:hover .group-hover\:row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.hover\:row-start-1:hover {
  grid-row-start: 1;
}

.hover\:row-start-2:hover {
  grid-row-start: 2;
}

.hover\:row-start-3:hover {
  grid-row-start: 3;
}

.hover\:row-start-4:hover {
  grid-row-start: 4;
}

.hover\:row-start-5:hover {
  grid-row-start: 5;
}

.hover\:row-start-6:hover {
  grid-row-start: 6;
}

.hover\:row-start-7:hover {
  grid-row-start: 7;
}

.hover\:row-start-auto:hover {
  grid-row-start: auto;
}

.focus\:row-start-1:focus {
  grid-row-start: 1;
}

.focus\:row-start-2:focus {
  grid-row-start: 2;
}

.focus\:row-start-3:focus {
  grid-row-start: 3;
}

.focus\:row-start-4:focus {
  grid-row-start: 4;
}

.focus\:row-start-5:focus {
  grid-row-start: 5;
}

.focus\:row-start-6:focus {
  grid-row-start: 6;
}

.focus\:row-start-7:focus {
  grid-row-start: 7;
}

.focus\:row-start-auto:focus {
  grid-row-start: auto;
}

.first\:row-start-1:first-child {
  grid-row-start: 1;
}

.first\:row-start-2:first-child {
  grid-row-start: 2;
}

.first\:row-start-3:first-child {
  grid-row-start: 3;
}

.first\:row-start-4:first-child {
  grid-row-start: 4;
}

.first\:row-start-5:first-child {
  grid-row-start: 5;
}

.first\:row-start-6:first-child {
  grid-row-start: 6;
}

.first\:row-start-7:first-child {
  grid-row-start: 7;
}

.first\:row-start-auto:first-child {
  grid-row-start: auto;
}

.last\:row-start-1:last-child {
  grid-row-start: 1;
}

.last\:row-start-2:last-child {
  grid-row-start: 2;
}

.last\:row-start-3:last-child {
  grid-row-start: 3;
}

.last\:row-start-4:last-child {
  grid-row-start: 4;
}

.last\:row-start-5:last-child {
  grid-row-start: 5;
}

.last\:row-start-6:last-child {
  grid-row-start: 6;
}

.last\:row-start-7:last-child {
  grid-row-start: 7;
}

.last\:row-start-auto:last-child {
  grid-row-start: auto;
}

.group:hover .group-hover\:row-start-1 {
  grid-row-start: 1;
}

.group:hover .group-hover\:row-start-2 {
  grid-row-start: 2;
}

.group:hover .group-hover\:row-start-3 {
  grid-row-start: 3;
}

.group:hover .group-hover\:row-start-4 {
  grid-row-start: 4;
}

.group:hover .group-hover\:row-start-5 {
  grid-row-start: 5;
}

.group:hover .group-hover\:row-start-6 {
  grid-row-start: 6;
}

.group:hover .group-hover\:row-start-7 {
  grid-row-start: 7;
}

.group:hover .group-hover\:row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.hover\:row-end-1:hover {
  grid-row-end: 1;
}

.hover\:row-end-2:hover {
  grid-row-end: 2;
}

.hover\:row-end-3:hover {
  grid-row-end: 3;
}

.hover\:row-end-4:hover {
  grid-row-end: 4;
}

.hover\:row-end-5:hover {
  grid-row-end: 5;
}

.hover\:row-end-6:hover {
  grid-row-end: 6;
}

.hover\:row-end-7:hover {
  grid-row-end: 7;
}

.hover\:row-end-auto:hover {
  grid-row-end: auto;
}

.focus\:row-end-1:focus {
  grid-row-end: 1;
}

.focus\:row-end-2:focus {
  grid-row-end: 2;
}

.focus\:row-end-3:focus {
  grid-row-end: 3;
}

.focus\:row-end-4:focus {
  grid-row-end: 4;
}

.focus\:row-end-5:focus {
  grid-row-end: 5;
}

.focus\:row-end-6:focus {
  grid-row-end: 6;
}

.focus\:row-end-7:focus {
  grid-row-end: 7;
}

.focus\:row-end-auto:focus {
  grid-row-end: auto;
}

.first\:row-end-1:first-child {
  grid-row-end: 1;
}

.first\:row-end-2:first-child {
  grid-row-end: 2;
}

.first\:row-end-3:first-child {
  grid-row-end: 3;
}

.first\:row-end-4:first-child {
  grid-row-end: 4;
}

.first\:row-end-5:first-child {
  grid-row-end: 5;
}

.first\:row-end-6:first-child {
  grid-row-end: 6;
}

.first\:row-end-7:first-child {
  grid-row-end: 7;
}

.first\:row-end-auto:first-child {
  grid-row-end: auto;
}

.last\:row-end-1:last-child {
  grid-row-end: 1;
}

.last\:row-end-2:last-child {
  grid-row-end: 2;
}

.last\:row-end-3:last-child {
  grid-row-end: 3;
}

.last\:row-end-4:last-child {
  grid-row-end: 4;
}

.last\:row-end-5:last-child {
  grid-row-end: 5;
}

.last\:row-end-6:last-child {
  grid-row-end: 6;
}

.last\:row-end-7:last-child {
  grid-row-end: 7;
}

.last\:row-end-auto:last-child {
  grid-row-end: auto;
}

.group:hover .group-hover\:row-end-1 {
  grid-row-end: 1;
}

.group:hover .group-hover\:row-end-2 {
  grid-row-end: 2;
}

.group:hover .group-hover\:row-end-3 {
  grid-row-end: 3;
}

.group:hover .group-hover\:row-end-4 {
  grid-row-end: 4;
}

.group:hover .group-hover\:row-end-5 {
  grid-row-end: 5;
}

.group:hover .group-hover\:row-end-6 {
  grid-row-end: 6;
}

.group:hover .group-hover\:row-end-7 {
  grid-row-end: 7;
}

.group:hover .group-hover\:row-end-auto {
  grid-row-end: auto;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none {
  transform: none;
}

.hover\:transform:hover {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.hover\:transform-none:hover {
  transform: none;
}

.focus\:transform:focus {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.focus\:transform-none:focus {
  transform: none;
}

.first\:transform:first-child {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.first\:transform-none:first-child {
  transform: none;
}

.last\:transform:last-child {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.last\:transform-none:last-child {
  transform: none;
}

.group:hover .group-hover\:transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.group:hover .group-hover\:transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.hover\:origin-center:hover {
  transform-origin: center;
}

.hover\:origin-top:hover {
  transform-origin: top;
}

.hover\:origin-top-right:hover {
  transform-origin: top right;
}

.hover\:origin-right:hover {
  transform-origin: right;
}

.hover\:origin-bottom-right:hover {
  transform-origin: bottom right;
}

.hover\:origin-bottom:hover {
  transform-origin: bottom;
}

.hover\:origin-bottom-left:hover {
  transform-origin: bottom left;
}

.hover\:origin-left:hover {
  transform-origin: left;
}

.hover\:origin-top-left:hover {
  transform-origin: top left;
}

.focus\:origin-center:focus {
  transform-origin: center;
}

.focus\:origin-top:focus {
  transform-origin: top;
}

.focus\:origin-top-right:focus {
  transform-origin: top right;
}

.focus\:origin-right:focus {
  transform-origin: right;
}

.focus\:origin-bottom-right:focus {
  transform-origin: bottom right;
}

.focus\:origin-bottom:focus {
  transform-origin: bottom;
}

.focus\:origin-bottom-left:focus {
  transform-origin: bottom left;
}

.focus\:origin-left:focus {
  transform-origin: left;
}

.focus\:origin-top-left:focus {
  transform-origin: top left;
}

.first\:origin-center:first-child {
  transform-origin: center;
}

.first\:origin-top:first-child {
  transform-origin: top;
}

.first\:origin-top-right:first-child {
  transform-origin: top right;
}

.first\:origin-right:first-child {
  transform-origin: right;
}

.first\:origin-bottom-right:first-child {
  transform-origin: bottom right;
}

.first\:origin-bottom:first-child {
  transform-origin: bottom;
}

.first\:origin-bottom-left:first-child {
  transform-origin: bottom left;
}

.first\:origin-left:first-child {
  transform-origin: left;
}

.first\:origin-top-left:first-child {
  transform-origin: top left;
}

.last\:origin-center:last-child {
  transform-origin: center;
}

.last\:origin-top:last-child {
  transform-origin: top;
}

.last\:origin-top-right:last-child {
  transform-origin: top right;
}

.last\:origin-right:last-child {
  transform-origin: right;
}

.last\:origin-bottom-right:last-child {
  transform-origin: bottom right;
}

.last\:origin-bottom:last-child {
  transform-origin: bottom;
}

.last\:origin-bottom-left:last-child {
  transform-origin: bottom left;
}

.last\:origin-left:last-child {
  transform-origin: left;
}

.last\:origin-top-left:last-child {
  transform-origin: top left;
}

.group:hover .group-hover\:origin-center {
  transform-origin: center;
}

.group:hover .group-hover\:origin-top {
  transform-origin: top;
}

.group:hover .group-hover\:origin-top-right {
  transform-origin: top right;
}

.group:hover .group-hover\:origin-right {
  transform-origin: right;
}

.group:hover .group-hover\:origin-bottom-right {
  transform-origin: bottom right;
}

.group:hover .group-hover\:origin-bottom {
  transform-origin: bottom;
}

.group:hover .group-hover\:origin-bottom-left {
  transform-origin: bottom left;
}

.group:hover .group-hover\:origin-left {
  transform-origin: left;
}

.group:hover .group-hover\:origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.first\:scale-0:first-child {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.first\:scale-50:first-child {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.first\:scale-75:first-child {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.first\:scale-90:first-child {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.first\:scale-95:first-child {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.first\:scale-100:first-child {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.first\:scale-105:first-child {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.first\:scale-110:first-child {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.first\:scale-125:first-child {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.first\:scale-150:first-child {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.first\:scale-x-0:first-child {
  --transform-scale-x: 0;
}

.first\:scale-x-50:first-child {
  --transform-scale-x: .5;
}

.first\:scale-x-75:first-child {
  --transform-scale-x: .75;
}

.first\:scale-x-90:first-child {
  --transform-scale-x: .9;
}

.first\:scale-x-95:first-child {
  --transform-scale-x: .95;
}

.first\:scale-x-100:first-child {
  --transform-scale-x: 1;
}

.first\:scale-x-105:first-child {
  --transform-scale-x: 1.05;
}

.first\:scale-x-110:first-child {
  --transform-scale-x: 1.1;
}

.first\:scale-x-125:first-child {
  --transform-scale-x: 1.25;
}

.first\:scale-x-150:first-child {
  --transform-scale-x: 1.5;
}

.first\:scale-y-0:first-child {
  --transform-scale-y: 0;
}

.first\:scale-y-50:first-child {
  --transform-scale-y: .5;
}

.first\:scale-y-75:first-child {
  --transform-scale-y: .75;
}

.first\:scale-y-90:first-child {
  --transform-scale-y: .9;
}

.first\:scale-y-95:first-child {
  --transform-scale-y: .95;
}

.first\:scale-y-100:first-child {
  --transform-scale-y: 1;
}

.first\:scale-y-105:first-child {
  --transform-scale-y: 1.05;
}

.first\:scale-y-110:first-child {
  --transform-scale-y: 1.1;
}

.first\:scale-y-125:first-child {
  --transform-scale-y: 1.25;
}

.first\:scale-y-150:first-child {
  --transform-scale-y: 1.5;
}

.last\:scale-0:last-child {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.last\:scale-50:last-child {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.last\:scale-75:last-child {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.last\:scale-90:last-child {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.last\:scale-95:last-child {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.last\:scale-100:last-child {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.last\:scale-105:last-child {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.last\:scale-110:last-child {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.last\:scale-125:last-child {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.last\:scale-150:last-child {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.last\:scale-x-0:last-child {
  --transform-scale-x: 0;
}

.last\:scale-x-50:last-child {
  --transform-scale-x: .5;
}

.last\:scale-x-75:last-child {
  --transform-scale-x: .75;
}

.last\:scale-x-90:last-child {
  --transform-scale-x: .9;
}

.last\:scale-x-95:last-child {
  --transform-scale-x: .95;
}

.last\:scale-x-100:last-child {
  --transform-scale-x: 1;
}

.last\:scale-x-105:last-child {
  --transform-scale-x: 1.05;
}

.last\:scale-x-110:last-child {
  --transform-scale-x: 1.1;
}

.last\:scale-x-125:last-child {
  --transform-scale-x: 1.25;
}

.last\:scale-x-150:last-child {
  --transform-scale-x: 1.5;
}

.last\:scale-y-0:last-child {
  --transform-scale-y: 0;
}

.last\:scale-y-50:last-child {
  --transform-scale-y: .5;
}

.last\:scale-y-75:last-child {
  --transform-scale-y: .75;
}

.last\:scale-y-90:last-child {
  --transform-scale-y: .9;
}

.last\:scale-y-95:last-child {
  --transform-scale-y: .95;
}

.last\:scale-y-100:last-child {
  --transform-scale-y: 1;
}

.last\:scale-y-105:last-child {
  --transform-scale-y: 1.05;
}

.last\:scale-y-110:last-child {
  --transform-scale-y: 1.1;
}

.last\:scale-y-125:last-child {
  --transform-scale-y: 1.25;
}

.last\:scale-y-150:last-child {
  --transform-scale-y: 1.5;
}

.group:hover .group-hover\:scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.group:hover .group-hover\:scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.group:hover .group-hover\:scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.group:hover .group-hover\:scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.group:hover .group-hover\:scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.group:hover .group-hover\:scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.group:hover .group-hover\:scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.group:hover .group-hover\:scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.group:hover .group-hover\:scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.group:hover .group-hover\:scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.group:hover .group-hover\:scale-x-0 {
  --transform-scale-x: 0;
}

.group:hover .group-hover\:scale-x-50 {
  --transform-scale-x: .5;
}

.group:hover .group-hover\:scale-x-75 {
  --transform-scale-x: .75;
}

.group:hover .group-hover\:scale-x-90 {
  --transform-scale-x: .9;
}

.group:hover .group-hover\:scale-x-95 {
  --transform-scale-x: .95;
}

.group:hover .group-hover\:scale-x-100 {
  --transform-scale-x: 1;
}

.group:hover .group-hover\:scale-x-105 {
  --transform-scale-x: 1.05;
}

.group:hover .group-hover\:scale-x-110 {
  --transform-scale-x: 1.1;
}

.group:hover .group-hover\:scale-x-125 {
  --transform-scale-x: 1.25;
}

.group:hover .group-hover\:scale-x-150 {
  --transform-scale-x: 1.5;
}

.group:hover .group-hover\:scale-y-0 {
  --transform-scale-y: 0;
}

.group:hover .group-hover\:scale-y-50 {
  --transform-scale-y: .5;
}

.group:hover .group-hover\:scale-y-75 {
  --transform-scale-y: .75;
}

.group:hover .group-hover\:scale-y-90 {
  --transform-scale-y: .9;
}

.group:hover .group-hover\:scale-y-95 {
  --transform-scale-y: .95;
}

.group:hover .group-hover\:scale-y-100 {
  --transform-scale-y: 1;
}

.group:hover .group-hover\:scale-y-105 {
  --transform-scale-y: 1.05;
}

.group:hover .group-hover\:scale-y-110 {
  --transform-scale-y: 1.1;
}

.group:hover .group-hover\:scale-y-125 {
  --transform-scale-y: 1.25;
}

.group:hover .group-hover\:scale-y-150 {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-1 {
  --transform-rotate: 1deg;
}

.rotate-2 {
  --transform-rotate: 2deg;
}

.rotate-3 {
  --transform-rotate: 3deg;
}

.rotate-6 {
  --transform-rotate: 6deg;
}

.rotate-12 {
  --transform-rotate: 12deg;
}

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

.-rotate-12 {
  --transform-rotate: -12deg;
}

.-rotate-6 {
  --transform-rotate: -6deg;
}

.-rotate-3 {
  --transform-rotate: -3deg;
}

.-rotate-2 {
  --transform-rotate: -2deg;
}

.-rotate-1 {
  --transform-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-1:hover {
  --transform-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --transform-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --transform-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --transform-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --transform-rotate: 12deg;
}

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

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-1:focus {
  --transform-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --transform-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --transform-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --transform-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --transform-rotate: 12deg;
}

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

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg;
}

.first\:rotate-0:first-child {
  --transform-rotate: 0;
}

.first\:rotate-1:first-child {
  --transform-rotate: 1deg;
}

.first\:rotate-2:first-child {
  --transform-rotate: 2deg;
}

.first\:rotate-3:first-child {
  --transform-rotate: 3deg;
}

.first\:rotate-6:first-child {
  --transform-rotate: 6deg;
}

.first\:rotate-12:first-child {
  --transform-rotate: 12deg;
}

.first\:rotate-45:first-child {
  --transform-rotate: 45deg;
}

.first\:rotate-90:first-child {
  --transform-rotate: 90deg;
}

.first\:rotate-180:first-child {
  --transform-rotate: 180deg;
}

.first\:-rotate-180:first-child {
  --transform-rotate: -180deg;
}

.first\:-rotate-90:first-child {
  --transform-rotate: -90deg;
}

.first\:-rotate-45:first-child {
  --transform-rotate: -45deg;
}

.first\:-rotate-12:first-child {
  --transform-rotate: -12deg;
}

.first\:-rotate-6:first-child {
  --transform-rotate: -6deg;
}

.first\:-rotate-3:first-child {
  --transform-rotate: -3deg;
}

.first\:-rotate-2:first-child {
  --transform-rotate: -2deg;
}

.first\:-rotate-1:first-child {
  --transform-rotate: -1deg;
}

.last\:rotate-0:last-child {
  --transform-rotate: 0;
}

.last\:rotate-1:last-child {
  --transform-rotate: 1deg;
}

.last\:rotate-2:last-child {
  --transform-rotate: 2deg;
}

.last\:rotate-3:last-child {
  --transform-rotate: 3deg;
}

.last\:rotate-6:last-child {
  --transform-rotate: 6deg;
}

.last\:rotate-12:last-child {
  --transform-rotate: 12deg;
}

.last\:rotate-45:last-child {
  --transform-rotate: 45deg;
}

.last\:rotate-90:last-child {
  --transform-rotate: 90deg;
}

.last\:rotate-180:last-child {
  --transform-rotate: 180deg;
}

.last\:-rotate-180:last-child {
  --transform-rotate: -180deg;
}

.last\:-rotate-90:last-child {
  --transform-rotate: -90deg;
}

.last\:-rotate-45:last-child {
  --transform-rotate: -45deg;
}

.last\:-rotate-12:last-child {
  --transform-rotate: -12deg;
}

.last\:-rotate-6:last-child {
  --transform-rotate: -6deg;
}

.last\:-rotate-3:last-child {
  --transform-rotate: -3deg;
}

.last\:-rotate-2:last-child {
  --transform-rotate: -2deg;
}

.last\:-rotate-1:last-child {
  --transform-rotate: -1deg;
}

.group:hover .group-hover\:rotate-0 {
  --transform-rotate: 0;
}

.group:hover .group-hover\:rotate-1 {
  --transform-rotate: 1deg;
}

.group:hover .group-hover\:rotate-2 {
  --transform-rotate: 2deg;
}

.group:hover .group-hover\:rotate-3 {
  --transform-rotate: 3deg;
}

.group:hover .group-hover\:rotate-6 {
  --transform-rotate: 6deg;
}

.group:hover .group-hover\:rotate-12 {
  --transform-rotate: 12deg;
}

.group:hover .group-hover\:rotate-45 {
  --transform-rotate: 45deg;
}

.group:hover .group-hover\:rotate-90 {
  --transform-rotate: 90deg;
}

.group:hover .group-hover\:rotate-180 {
  --transform-rotate: 180deg;
}

.group:hover .group-hover\:-rotate-180 {
  --transform-rotate: -180deg;
}

.group:hover .group-hover\:-rotate-90 {
  --transform-rotate: -90deg;
}

.group:hover .group-hover\:-rotate-45 {
  --transform-rotate: -45deg;
}

.group:hover .group-hover\:-rotate-12 {
  --transform-rotate: -12deg;
}

.group:hover .group-hover\:-rotate-6 {
  --transform-rotate: -6deg;
}

.group:hover .group-hover\:-rotate-3 {
  --transform-rotate: -3deg;
}

.group:hover .group-hover\:-rotate-2 {
  --transform-rotate: -2deg;
}

.group:hover .group-hover\:-rotate-1 {
  --transform-rotate: -1deg;
}

.translate-x-0 {
  --transform-translate-x: 0px;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 3px;
}

.translate-x-4 {
  --transform-translate-x: 4px;
}

.translate-x-5 {
  --transform-translate-x: 5px;
}

.translate-x-6 {
  --transform-translate-x: 6px;
}

.translate-x-8 {
  --transform-translate-x: 8px;
}

.translate-x-9 {
  --transform-translate-x: 9px;
}

.translate-x-10 {
  --transform-translate-x: 10px;
}

.translate-x-12 {
  --transform-translate-x: 12px;
}

.translate-x-13 {
  --transform-translate-x: 13px;
}

.translate-x-14 {
  --transform-translate-x: 14px;
}

.translate-x-15 {
  --transform-translate-x: 15px;
}

.translate-x-16 {
  --transform-translate-x: 16px;
}

.translate-x-17 {
  --transform-translate-x: 17px;
}

.translate-x-18 {
  --transform-translate-x: 18px;
}

.translate-x-20 {
  --transform-translate-x: 20px;
}

.translate-x-22 {
  --transform-translate-x: 22px;
}

.translate-x-24 {
  --transform-translate-x: 24px;
}

.translate-x-25 {
  --transform-translate-x: 25px;
}

.translate-x-28 {
  --transform-translate-x: 28px;
}

.translate-x-29 {
  --transform-translate-x: 29px;
}

.translate-x-30 {
  --transform-translate-x: 30px;
}

.translate-x-32 {
  --transform-translate-x: 32px;
}

.translate-x-35 {
  --transform-translate-x: 35px;
}

.translate-x-36 {
  --transform-translate-x: 36px;
}

.translate-x-37 {
  --transform-translate-x: 37px;
}

.translate-x-40 {
  --transform-translate-x: 40px;
}

.translate-x-45 {
  --transform-translate-x: 45px;
}

.translate-x-48 {
  --transform-translate-x: 48px;
}

.translate-x-50 {
  --transform-translate-x: 50px;
}

.translate-x-55 {
  --transform-translate-x: 55px;
}

.translate-x-56 {
  --transform-translate-x: 56px;
}

.translate-x-60 {
  --transform-translate-x: 60px;
}

.translate-x-62 {
  --transform-translate-x: 62px;
}

.translate-x-64 {
  --transform-translate-x: 64px;
}

.translate-x-65 {
  --transform-translate-x: 65px;
}

.translate-x-70 {
  --transform-translate-x: 70px;
}

.translate-x-75 {
  --transform-translate-x: 75px;
}

.translate-x-80 {
  --transform-translate-x: 80px;
}

.translate-x-85 {
  --transform-translate-x: 85px;
}

.translate-x-90 {
  --transform-translate-x: 90px;
}

.translate-x-95 {
  --transform-translate-x: 95px;
}

.translate-x-96 {
  --transform-translate-x: 96px;
}

.translate-x-100 {
  --transform-translate-x: 100px;
}

.translate-x-110 {
  --transform-translate-x: 110px;
}

.translate-x-115 {
  --transform-translate-x: 115px;
}

.translate-x-120 {
  --transform-translate-x: 120px;
}

.translate-x-128 {
  --transform-translate-x: 128px;
}

.translate-x-135 {
  --transform-translate-x: 135px;
}

.translate-x-140 {
  --transform-translate-x: 140px;
}

.translate-x-145 {
  --transform-translate-x: 145px;
}

.translate-x-150 {
  --transform-translate-x: 150px;
}

.translate-x-160 {
  --transform-translate-x: 160px;
}

.translate-x-165 {
  --transform-translate-x: 165px;
}

.translate-x-168 {
  --transform-translate-x: 168px;
}

.translate-x-170 {
  --transform-translate-x: 170px;
}

.translate-x-180 {
  --transform-translate-x: 180px;
}

.translate-x-200 {
  --transform-translate-x: 200px;
}

.translate-x-220 {
  --transform-translate-x: 220px;
}

.translate-x-230 {
  --transform-translate-x: 230px;
}

.translate-x-235 {
  --transform-translate-x: 235px;
}

.translate-x-240 {
  --transform-translate-x: 240px;
}

.translate-x-250 {
  --transform-translate-x: 250px;
}

.translate-x-300 {
  --transform-translate-x: 300px;
}

.translate-x-320 {
  --transform-translate-x: 320px;
}

.translate-x-350 {
  --transform-translate-x: 350px;
}

.translate-x-375 {
  --transform-translate-x: 375px;
}

.translate-x-400 {
  --transform-translate-x: 400px;
}

.translate-x-450 {
  --transform-translate-x: 450px;
}

.translate-x-700 {
  --transform-translate-x: 700px;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.translate-x-1p {
  --transform-translate-x: 1%;
}

.translate-x-1\/12 {
  --transform-translate-x: 8.3333%;
}

.translate-x-2\/12 {
  --transform-translate-x: 16.666667%;
}

.translate-x-11p {
  --transform-translate-x: 11%;
}

.translate-x-20p {
  --transform-translate-x: 20%;
}

.translate-x-24p {
  --transform-translate-x: 24.25%;
}

.translate-x-25p {
  --transform-translate-x: 25%;
}

.translate-x-32p {
  --transform-translate-x: 32%;
}

.translate-x-35p {
  --transform-translate-x: 35%;
}

.translate-x-40p {
  --transform-translate-x: 40%;
}

.translate-x-49p {
  --transform-translate-x: 49%;
}

.translate-x-49-5p {
  --transform-translate-x: 49.5%;
}

.translate-x-80p {
  --transform-translate-x: 80%;
}

.translate-x-vh80 {
  --transform-translate-x: 80vh;
}

.translate-x-vh86 {
  --transform-translate-x: 86vh;
}

.translate-x-vh90 {
  --transform-translate-x: 90vh;
}

.translate-x-vw80 {
  --transform-translate-x: 80vw;
}

.translate-x-vw90 {
  --transform-translate-x: 90vw;
}

.translate-x-90p {
  --transform-translate-x: 90%;
}

.translate-x-92p {
  --transform-translate-x: 92%;
}

.translate-x-93p {
  --transform-translate-x: 93%;
}

.translate-x-94p {
  --transform-translate-x: 94%;
}

.translate-x-95p {
  --transform-translate-x: 95%;
}

.translate-x-96p {
  --transform-translate-x: 96%;
}

.translate-x-100p {
  --transform-translate-x: 100%;
}

.-translate-x-0 {
  --transform-translate-x: 0px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -3px;
}

.-translate-x-4 {
  --transform-translate-x: -4px;
}

.-translate-x-5 {
  --transform-translate-x: -5px;
}

.-translate-x-6 {
  --transform-translate-x: -6px;
}

.-translate-x-8 {
  --transform-translate-x: -8px;
}

.-translate-x-9 {
  --transform-translate-x: -9px;
}

.-translate-x-10 {
  --transform-translate-x: -10px;
}

.-translate-x-12 {
  --transform-translate-x: -12px;
}

.-translate-x-13 {
  --transform-translate-x: -13px;
}

.-translate-x-14 {
  --transform-translate-x: -14px;
}

.-translate-x-15 {
  --transform-translate-x: -15px;
}

.-translate-x-16 {
  --transform-translate-x: -16px;
}

.-translate-x-17 {
  --transform-translate-x: -17px;
}

.-translate-x-18 {
  --transform-translate-x: -18px;
}

.-translate-x-20 {
  --transform-translate-x: -20px;
}

.-translate-x-22 {
  --transform-translate-x: -22px;
}

.-translate-x-24 {
  --transform-translate-x: -24px;
}

.-translate-x-25 {
  --transform-translate-x: -25px;
}

.-translate-x-28 {
  --transform-translate-x: -28px;
}

.-translate-x-29 {
  --transform-translate-x: -29px;
}

.-translate-x-30 {
  --transform-translate-x: -30px;
}

.-translate-x-32 {
  --transform-translate-x: -32px;
}

.-translate-x-35 {
  --transform-translate-x: -35px;
}

.-translate-x-36 {
  --transform-translate-x: -36px;
}

.-translate-x-37 {
  --transform-translate-x: -37px;
}

.-translate-x-40 {
  --transform-translate-x: -40px;
}

.-translate-x-45 {
  --transform-translate-x: -45px;
}

.-translate-x-48 {
  --transform-translate-x: -48px;
}

.-translate-x-50 {
  --transform-translate-x: -50px;
}

.-translate-x-55 {
  --transform-translate-x: -55px;
}

.-translate-x-56 {
  --transform-translate-x: -56px;
}

.-translate-x-60 {
  --transform-translate-x: -60px;
}

.-translate-x-62 {
  --transform-translate-x: -62px;
}

.-translate-x-64 {
  --transform-translate-x: -64px;
}

.-translate-x-65 {
  --transform-translate-x: -65px;
}

.-translate-x-70 {
  --transform-translate-x: -70px;
}

.-translate-x-75 {
  --transform-translate-x: -75px;
}

.-translate-x-80 {
  --transform-translate-x: -80px;
}

.-translate-x-85 {
  --transform-translate-x: -85px;
}

.-translate-x-90 {
  --transform-translate-x: -90px;
}

.-translate-x-95 {
  --transform-translate-x: -95px;
}

.-translate-x-96 {
  --transform-translate-x: -96px;
}

.-translate-x-100 {
  --transform-translate-x: -100px;
}

.-translate-x-110 {
  --transform-translate-x: -110px;
}

.-translate-x-115 {
  --transform-translate-x: -115px;
}

.-translate-x-120 {
  --transform-translate-x: -120px;
}

.-translate-x-128 {
  --transform-translate-x: -128px;
}

.-translate-x-135 {
  --transform-translate-x: -135px;
}

.-translate-x-140 {
  --transform-translate-x: -140px;
}

.-translate-x-145 {
  --transform-translate-x: -145px;
}

.-translate-x-150 {
  --transform-translate-x: -150px;
}

.-translate-x-160 {
  --transform-translate-x: -160px;
}

.-translate-x-165 {
  --transform-translate-x: -165px;
}

.-translate-x-168 {
  --transform-translate-x: -168px;
}

.-translate-x-170 {
  --transform-translate-x: -170px;
}

.-translate-x-180 {
  --transform-translate-x: -180px;
}

.-translate-x-200 {
  --transform-translate-x: -200px;
}

.-translate-x-220 {
  --transform-translate-x: -220px;
}

.-translate-x-230 {
  --transform-translate-x: -230px;
}

.-translate-x-235 {
  --transform-translate-x: -235px;
}

.-translate-x-240 {
  --transform-translate-x: -240px;
}

.-translate-x-250 {
  --transform-translate-x: -250px;
}

.-translate-x-300 {
  --transform-translate-x: -300px;
}

.-translate-x-320 {
  --transform-translate-x: -320px;
}

.-translate-x-350 {
  --transform-translate-x: -350px;
}

.-translate-x-375 {
  --transform-translate-x: -375px;
}

.-translate-x-400 {
  --transform-translate-x: -400px;
}

.-translate-x-450 {
  --transform-translate-x: -450px;
}

.-translate-x-700 {
  --transform-translate-x: -700px;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-1p {
  --transform-translate-x: -1%;
}

.-translate-x-1\/12 {
  --transform-translate-x: -8.3333%;
}

.-translate-x-2\/12 {
  --transform-translate-x: -16.66667%;
}

.-translate-x-11p {
  --transform-translate-x: -11%;
}

.-translate-x-20p {
  --transform-translate-x: -20%;
}

.-translate-x-24p {
  --transform-translate-x: -24.25%;
}

.-translate-x-25p {
  --transform-translate-x: -25%;
}

.-translate-x-32p {
  --transform-translate-x: -32%;
}

.-translate-x-35p {
  --transform-translate-x: -35%;
}

.-translate-x-40p {
  --transform-translate-x: -40%;
}

.-translate-x-49p {
  --transform-translate-x: -49%;
}

.-translate-x-49-5p {
  --transform-translate-x: -49.5%;
}

.-translate-x-80p {
  --transform-translate-x: -80%;
}

.-translate-x-vh80 {
  --transform-translate-x: -80vh;
}

.-translate-x-vh86 {
  --transform-translate-x: -86vh;
}

.-translate-x-vh90 {
  --transform-translate-x: -90vh;
}

.-translate-x-vw80 {
  --transform-translate-x: -80vw;
}

.-translate-x-vw90 {
  --transform-translate-x: -90vw;
}

.-translate-x-90p {
  --transform-translate-x: -90%;
}

.-translate-x-92p {
  --transform-translate-x: -92%;
}

.-translate-x-93p {
  --transform-translate-x: -93%;
}

.-translate-x-94p {
  --transform-translate-x: -94%;
}

.-translate-x-95p {
  --transform-translate-x: -95%;
}

.-translate-x-96p {
  --transform-translate-x: -96%;
}

.-translate-x-100p {
  --transform-translate-x: -100%;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-y-0 {
  --transform-translate-y: 0px;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 3px;
}

.translate-y-4 {
  --transform-translate-y: 4px;
}

.translate-y-5 {
  --transform-translate-y: 5px;
}

.translate-y-6 {
  --transform-translate-y: 6px;
}

.translate-y-8 {
  --transform-translate-y: 8px;
}

.translate-y-9 {
  --transform-translate-y: 9px;
}

.translate-y-10 {
  --transform-translate-y: 10px;
}

.translate-y-12 {
  --transform-translate-y: 12px;
}

.translate-y-13 {
  --transform-translate-y: 13px;
}

.translate-y-14 {
  --transform-translate-y: 14px;
}

.translate-y-15 {
  --transform-translate-y: 15px;
}

.translate-y-16 {
  --transform-translate-y: 16px;
}

.translate-y-17 {
  --transform-translate-y: 17px;
}

.translate-y-18 {
  --transform-translate-y: 18px;
}

.translate-y-20 {
  --transform-translate-y: 20px;
}

.translate-y-22 {
  --transform-translate-y: 22px;
}

.translate-y-24 {
  --transform-translate-y: 24px;
}

.translate-y-25 {
  --transform-translate-y: 25px;
}

.translate-y-28 {
  --transform-translate-y: 28px;
}

.translate-y-29 {
  --transform-translate-y: 29px;
}

.translate-y-30 {
  --transform-translate-y: 30px;
}

.translate-y-32 {
  --transform-translate-y: 32px;
}

.translate-y-35 {
  --transform-translate-y: 35px;
}

.translate-y-36 {
  --transform-translate-y: 36px;
}

.translate-y-37 {
  --transform-translate-y: 37px;
}

.translate-y-40 {
  --transform-translate-y: 40px;
}

.translate-y-45 {
  --transform-translate-y: 45px;
}

.translate-y-48 {
  --transform-translate-y: 48px;
}

.translate-y-50 {
  --transform-translate-y: 50px;
}

.translate-y-55 {
  --transform-translate-y: 55px;
}

.translate-y-56 {
  --transform-translate-y: 56px;
}

.translate-y-60 {
  --transform-translate-y: 60px;
}

.translate-y-62 {
  --transform-translate-y: 62px;
}

.translate-y-64 {
  --transform-translate-y: 64px;
}

.translate-y-65 {
  --transform-translate-y: 65px;
}

.translate-y-70 {
  --transform-translate-y: 70px;
}

.translate-y-75 {
  --transform-translate-y: 75px;
}

.translate-y-80 {
  --transform-translate-y: 80px;
}

.translate-y-85 {
  --transform-translate-y: 85px;
}

.translate-y-90 {
  --transform-translate-y: 90px;
}

.translate-y-95 {
  --transform-translate-y: 95px;
}

.translate-y-96 {
  --transform-translate-y: 96px;
}

.translate-y-100 {
  --transform-translate-y: 100px;
}

.translate-y-110 {
  --transform-translate-y: 110px;
}

.translate-y-115 {
  --transform-translate-y: 115px;
}

.translate-y-120 {
  --transform-translate-y: 120px;
}

.translate-y-128 {
  --transform-translate-y: 128px;
}

.translate-y-135 {
  --transform-translate-y: 135px;
}

.translate-y-140 {
  --transform-translate-y: 140px;
}

.translate-y-145 {
  --transform-translate-y: 145px;
}

.translate-y-150 {
  --transform-translate-y: 150px;
}

.translate-y-160 {
  --transform-translate-y: 160px;
}

.translate-y-165 {
  --transform-translate-y: 165px;
}

.translate-y-168 {
  --transform-translate-y: 168px;
}

.translate-y-170 {
  --transform-translate-y: 170px;
}

.translate-y-180 {
  --transform-translate-y: 180px;
}

.translate-y-200 {
  --transform-translate-y: 200px;
}

.translate-y-220 {
  --transform-translate-y: 220px;
}

.translate-y-230 {
  --transform-translate-y: 230px;
}

.translate-y-235 {
  --transform-translate-y: 235px;
}

.translate-y-240 {
  --transform-translate-y: 240px;
}

.translate-y-250 {
  --transform-translate-y: 250px;
}

.translate-y-300 {
  --transform-translate-y: 300px;
}

.translate-y-320 {
  --transform-translate-y: 320px;
}

.translate-y-350 {
  --transform-translate-y: 350px;
}

.translate-y-375 {
  --transform-translate-y: 375px;
}

.translate-y-400 {
  --transform-translate-y: 400px;
}

.translate-y-450 {
  --transform-translate-y: 450px;
}

.translate-y-700 {
  --transform-translate-y: 700px;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.translate-y-1p {
  --transform-translate-y: 1%;
}

.translate-y-1\/12 {
  --transform-translate-y: 8.3333%;
}

.translate-y-2\/12 {
  --transform-translate-y: 16.666667%;
}

.translate-y-11p {
  --transform-translate-y: 11%;
}

.translate-y-20p {
  --transform-translate-y: 20%;
}

.translate-y-24p {
  --transform-translate-y: 24.25%;
}

.translate-y-25p {
  --transform-translate-y: 25%;
}

.translate-y-32p {
  --transform-translate-y: 32%;
}

.translate-y-35p {
  --transform-translate-y: 35%;
}

.translate-y-40p {
  --transform-translate-y: 40%;
}

.translate-y-49p {
  --transform-translate-y: 49%;
}

.translate-y-49-5p {
  --transform-translate-y: 49.5%;
}

.translate-y-80p {
  --transform-translate-y: 80%;
}

.translate-y-vh80 {
  --transform-translate-y: 80vh;
}

.translate-y-vh86 {
  --transform-translate-y: 86vh;
}

.translate-y-vh90 {
  --transform-translate-y: 90vh;
}

.translate-y-vw80 {
  --transform-translate-y: 80vw;
}

.translate-y-vw90 {
  --transform-translate-y: 90vw;
}

.translate-y-90p {
  --transform-translate-y: 90%;
}

.translate-y-92p {
  --transform-translate-y: 92%;
}

.translate-y-93p {
  --transform-translate-y: 93%;
}

.translate-y-94p {
  --transform-translate-y: 94%;
}

.translate-y-95p {
  --transform-translate-y: 95%;
}

.translate-y-96p {
  --transform-translate-y: 96%;
}

.translate-y-100p {
  --transform-translate-y: 100%;
}

.-translate-y-0 {
  --transform-translate-y: 0px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -3px;
}

.-translate-y-4 {
  --transform-translate-y: -4px;
}

.-translate-y-5 {
  --transform-translate-y: -5px;
}

.-translate-y-6 {
  --transform-translate-y: -6px;
}

.-translate-y-8 {
  --transform-translate-y: -8px;
}

.-translate-y-9 {
  --transform-translate-y: -9px;
}

.-translate-y-10 {
  --transform-translate-y: -10px;
}

.-translate-y-12 {
  --transform-translate-y: -12px;
}

.-translate-y-13 {
  --transform-translate-y: -13px;
}

.-translate-y-14 {
  --transform-translate-y: -14px;
}

.-translate-y-15 {
  --transform-translate-y: -15px;
}

.-translate-y-16 {
  --transform-translate-y: -16px;
}

.-translate-y-17 {
  --transform-translate-y: -17px;
}

.-translate-y-18 {
  --transform-translate-y: -18px;
}

.-translate-y-20 {
  --transform-translate-y: -20px;
}

.-translate-y-22 {
  --transform-translate-y: -22px;
}

.-translate-y-24 {
  --transform-translate-y: -24px;
}

.-translate-y-25 {
  --transform-translate-y: -25px;
}

.-translate-y-28 {
  --transform-translate-y: -28px;
}

.-translate-y-29 {
  --transform-translate-y: -29px;
}

.-translate-y-30 {
  --transform-translate-y: -30px;
}

.-translate-y-32 {
  --transform-translate-y: -32px;
}

.-translate-y-35 {
  --transform-translate-y: -35px;
}

.-translate-y-36 {
  --transform-translate-y: -36px;
}

.-translate-y-37 {
  --transform-translate-y: -37px;
}

.-translate-y-40 {
  --transform-translate-y: -40px;
}

.-translate-y-45 {
  --transform-translate-y: -45px;
}

.-translate-y-48 {
  --transform-translate-y: -48px;
}

.-translate-y-50 {
  --transform-translate-y: -50px;
}

.-translate-y-55 {
  --transform-translate-y: -55px;
}

.-translate-y-56 {
  --transform-translate-y: -56px;
}

.-translate-y-60 {
  --transform-translate-y: -60px;
}

.-translate-y-62 {
  --transform-translate-y: -62px;
}

.-translate-y-64 {
  --transform-translate-y: -64px;
}

.-translate-y-65 {
  --transform-translate-y: -65px;
}

.-translate-y-70 {
  --transform-translate-y: -70px;
}

.-translate-y-75 {
  --transform-translate-y: -75px;
}

.-translate-y-80 {
  --transform-translate-y: -80px;
}

.-translate-y-85 {
  --transform-translate-y: -85px;
}

.-translate-y-90 {
  --transform-translate-y: -90px;
}

.-translate-y-95 {
  --transform-translate-y: -95px;
}

.-translate-y-96 {
  --transform-translate-y: -96px;
}

.-translate-y-100 {
  --transform-translate-y: -100px;
}

.-translate-y-110 {
  --transform-translate-y: -110px;
}

.-translate-y-115 {
  --transform-translate-y: -115px;
}

.-translate-y-120 {
  --transform-translate-y: -120px;
}

.-translate-y-128 {
  --transform-translate-y: -128px;
}

.-translate-y-135 {
  --transform-translate-y: -135px;
}

.-translate-y-140 {
  --transform-translate-y: -140px;
}

.-translate-y-145 {
  --transform-translate-y: -145px;
}

.-translate-y-150 {
  --transform-translate-y: -150px;
}

.-translate-y-160 {
  --transform-translate-y: -160px;
}

.-translate-y-165 {
  --transform-translate-y: -165px;
}

.-translate-y-168 {
  --transform-translate-y: -168px;
}

.-translate-y-170 {
  --transform-translate-y: -170px;
}

.-translate-y-180 {
  --transform-translate-y: -180px;
}

.-translate-y-200 {
  --transform-translate-y: -200px;
}

.-translate-y-220 {
  --transform-translate-y: -220px;
}

.-translate-y-230 {
  --transform-translate-y: -230px;
}

.-translate-y-235 {
  --transform-translate-y: -235px;
}

.-translate-y-240 {
  --transform-translate-y: -240px;
}

.-translate-y-250 {
  --transform-translate-y: -250px;
}

.-translate-y-300 {
  --transform-translate-y: -300px;
}

.-translate-y-320 {
  --transform-translate-y: -320px;
}

.-translate-y-350 {
  --transform-translate-y: -350px;
}

.-translate-y-375 {
  --transform-translate-y: -375px;
}

.-translate-y-400 {
  --transform-translate-y: -400px;
}

.-translate-y-450 {
  --transform-translate-y: -450px;
}

.-translate-y-700 {
  --transform-translate-y: -700px;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-1p {
  --transform-translate-y: -1%;
}

.-translate-y-1\/12 {
  --transform-translate-y: -8.3333%;
}

.-translate-y-2\/12 {
  --transform-translate-y: -16.66667%;
}

.-translate-y-11p {
  --transform-translate-y: -11%;
}

.-translate-y-20p {
  --transform-translate-y: -20%;
}

.-translate-y-24p {
  --transform-translate-y: -24.25%;
}

.-translate-y-25p {
  --transform-translate-y: -25%;
}

.-translate-y-32p {
  --transform-translate-y: -32%;
}

.-translate-y-35p {
  --transform-translate-y: -35%;
}

.-translate-y-40p {
  --transform-translate-y: -40%;
}

.-translate-y-49p {
  --transform-translate-y: -49%;
}

.-translate-y-49-5p {
  --transform-translate-y: -49.5%;
}

.-translate-y-80p {
  --transform-translate-y: -80%;
}

.-translate-y-vh80 {
  --transform-translate-y: -80vh;
}

.-translate-y-vh86 {
  --transform-translate-y: -86vh;
}

.-translate-y-vh90 {
  --transform-translate-y: -90vh;
}

.-translate-y-vw80 {
  --transform-translate-y: -80vw;
}

.-translate-y-vw90 {
  --transform-translate-y: -90vw;
}

.-translate-y-90p {
  --transform-translate-y: -90%;
}

.-translate-y-92p {
  --transform-translate-y: -92%;
}

.-translate-y-93p {
  --transform-translate-y: -93%;
}

.-translate-y-94p {
  --transform-translate-y: -94%;
}

.-translate-y-95p {
  --transform-translate-y: -95%;
}

.-translate-y-96p {
  --transform-translate-y: -96%;
}

.-translate-y-100p {
  --transform-translate-y: -100%;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 3px;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 4px;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 5px;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 6px;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 8px;
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 9px;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 10px;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 12px;
}

.hover\:translate-x-13:hover {
  --transform-translate-x: 13px;
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 14px;
}

.hover\:translate-x-15:hover {
  --transform-translate-x: 15px;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 16px;
}

.hover\:translate-x-17:hover {
  --transform-translate-x: 17px;
}

.hover\:translate-x-18:hover {
  --transform-translate-x: 18px;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 20px;
}

.hover\:translate-x-22:hover {
  --transform-translate-x: 22px;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 24px;
}

.hover\:translate-x-25:hover {
  --transform-translate-x: 25px;
}

.hover\:translate-x-28:hover {
  --transform-translate-x: 28px;
}

.hover\:translate-x-29:hover {
  --transform-translate-x: 29px;
}

.hover\:translate-x-30:hover {
  --transform-translate-x: 30px;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 32px;
}

.hover\:translate-x-35:hover {
  --transform-translate-x: 35px;
}

.hover\:translate-x-36:hover {
  --transform-translate-x: 36px;
}

.hover\:translate-x-37:hover {
  --transform-translate-x: 37px;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 40px;
}

.hover\:translate-x-45:hover {
  --transform-translate-x: 45px;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 48px;
}

.hover\:translate-x-50:hover {
  --transform-translate-x: 50px;
}

.hover\:translate-x-55:hover {
  --transform-translate-x: 55px;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 56px;
}

.hover\:translate-x-60:hover {
  --transform-translate-x: 60px;
}

.hover\:translate-x-62:hover {
  --transform-translate-x: 62px;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 64px;
}

.hover\:translate-x-65:hover {
  --transform-translate-x: 65px;
}

.hover\:translate-x-70:hover {
  --transform-translate-x: 70px;
}

.hover\:translate-x-75:hover {
  --transform-translate-x: 75px;
}

.hover\:translate-x-80:hover {
  --transform-translate-x: 80px;
}

.hover\:translate-x-85:hover {
  --transform-translate-x: 85px;
}

.hover\:translate-x-90:hover {
  --transform-translate-x: 90px;
}

.hover\:translate-x-95:hover {
  --transform-translate-x: 95px;
}

.hover\:translate-x-96:hover {
  --transform-translate-x: 96px;
}

.hover\:translate-x-100:hover {
  --transform-translate-x: 100px;
}

.hover\:translate-x-110:hover {
  --transform-translate-x: 110px;
}

.hover\:translate-x-115:hover {
  --transform-translate-x: 115px;
}

.hover\:translate-x-120:hover {
  --transform-translate-x: 120px;
}

.hover\:translate-x-128:hover {
  --transform-translate-x: 128px;
}

.hover\:translate-x-135:hover {
  --transform-translate-x: 135px;
}

.hover\:translate-x-140:hover {
  --transform-translate-x: 140px;
}

.hover\:translate-x-145:hover {
  --transform-translate-x: 145px;
}

.hover\:translate-x-150:hover {
  --transform-translate-x: 150px;
}

.hover\:translate-x-160:hover {
  --transform-translate-x: 160px;
}

.hover\:translate-x-165:hover {
  --transform-translate-x: 165px;
}

.hover\:translate-x-168:hover {
  --transform-translate-x: 168px;
}

.hover\:translate-x-170:hover {
  --transform-translate-x: 170px;
}

.hover\:translate-x-180:hover {
  --transform-translate-x: 180px;
}

.hover\:translate-x-200:hover {
  --transform-translate-x: 200px;
}

.hover\:translate-x-220:hover {
  --transform-translate-x: 220px;
}

.hover\:translate-x-230:hover {
  --transform-translate-x: 230px;
}

.hover\:translate-x-235:hover {
  --transform-translate-x: 235px;
}

.hover\:translate-x-240:hover {
  --transform-translate-x: 240px;
}

.hover\:translate-x-250:hover {
  --transform-translate-x: 250px;
}

.hover\:translate-x-300:hover {
  --transform-translate-x: 300px;
}

.hover\:translate-x-320:hover {
  --transform-translate-x: 320px;
}

.hover\:translate-x-350:hover {
  --transform-translate-x: 350px;
}

.hover\:translate-x-375:hover {
  --transform-translate-x: 375px;
}

.hover\:translate-x-400:hover {
  --transform-translate-x: 400px;
}

.hover\:translate-x-450:hover {
  --transform-translate-x: 450px;
}

.hover\:translate-x-700:hover {
  --transform-translate-x: 700px;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:translate-x-1p:hover {
  --transform-translate-x: 1%;
}

.hover\:translate-x-1\/12:hover {
  --transform-translate-x: 8.3333%;
}

.hover\:translate-x-2\/12:hover {
  --transform-translate-x: 16.666667%;
}

.hover\:translate-x-11p:hover {
  --transform-translate-x: 11%;
}

.hover\:translate-x-20p:hover {
  --transform-translate-x: 20%;
}

.hover\:translate-x-24p:hover {
  --transform-translate-x: 24.25%;
}

.hover\:translate-x-25p:hover {
  --transform-translate-x: 25%;
}

.hover\:translate-x-32p:hover {
  --transform-translate-x: 32%;
}

.hover\:translate-x-35p:hover {
  --transform-translate-x: 35%;
}

.hover\:translate-x-40p:hover {
  --transform-translate-x: 40%;
}

.hover\:translate-x-49p:hover {
  --transform-translate-x: 49%;
}

.hover\:translate-x-49-5p:hover {
  --transform-translate-x: 49.5%;
}

.hover\:translate-x-80p:hover {
  --transform-translate-x: 80%;
}

.hover\:translate-x-vh80:hover {
  --transform-translate-x: 80vh;
}

.hover\:translate-x-vh86:hover {
  --transform-translate-x: 86vh;
}

.hover\:translate-x-vh90:hover {
  --transform-translate-x: 90vh;
}

.hover\:translate-x-vw80:hover {
  --transform-translate-x: 80vw;
}

.hover\:translate-x-vw90:hover {
  --transform-translate-x: 90vw;
}

.hover\:translate-x-90p:hover {
  --transform-translate-x: 90%;
}

.hover\:translate-x-92p:hover {
  --transform-translate-x: 92%;
}

.hover\:translate-x-93p:hover {
  --transform-translate-x: 93%;
}

.hover\:translate-x-94p:hover {
  --transform-translate-x: 94%;
}

.hover\:translate-x-95p:hover {
  --transform-translate-x: 95%;
}

.hover\:translate-x-96p:hover {
  --transform-translate-x: 96%;
}

.hover\:translate-x-100p:hover {
  --transform-translate-x: 100%;
}

.hover\:-translate-x-0:hover {
  --transform-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -3px;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -4px;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -5px;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -6px;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -8px;
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -9px;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -10px;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -12px;
}

.hover\:-translate-x-13:hover {
  --transform-translate-x: -13px;
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -14px;
}

.hover\:-translate-x-15:hover {
  --transform-translate-x: -15px;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -16px;
}

.hover\:-translate-x-17:hover {
  --transform-translate-x: -17px;
}

.hover\:-translate-x-18:hover {
  --transform-translate-x: -18px;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -20px;
}

.hover\:-translate-x-22:hover {
  --transform-translate-x: -22px;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -24px;
}

.hover\:-translate-x-25:hover {
  --transform-translate-x: -25px;
}

.hover\:-translate-x-28:hover {
  --transform-translate-x: -28px;
}

.hover\:-translate-x-29:hover {
  --transform-translate-x: -29px;
}

.hover\:-translate-x-30:hover {
  --transform-translate-x: -30px;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -32px;
}

.hover\:-translate-x-35:hover {
  --transform-translate-x: -35px;
}

.hover\:-translate-x-36:hover {
  --transform-translate-x: -36px;
}

.hover\:-translate-x-37:hover {
  --transform-translate-x: -37px;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -40px;
}

.hover\:-translate-x-45:hover {
  --transform-translate-x: -45px;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -48px;
}

.hover\:-translate-x-50:hover {
  --transform-translate-x: -50px;
}

.hover\:-translate-x-55:hover {
  --transform-translate-x: -55px;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -56px;
}

.hover\:-translate-x-60:hover {
  --transform-translate-x: -60px;
}

.hover\:-translate-x-62:hover {
  --transform-translate-x: -62px;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -64px;
}

.hover\:-translate-x-65:hover {
  --transform-translate-x: -65px;
}

.hover\:-translate-x-70:hover {
  --transform-translate-x: -70px;
}

.hover\:-translate-x-75:hover {
  --transform-translate-x: -75px;
}

.hover\:-translate-x-80:hover {
  --transform-translate-x: -80px;
}

.hover\:-translate-x-85:hover {
  --transform-translate-x: -85px;
}

.hover\:-translate-x-90:hover {
  --transform-translate-x: -90px;
}

.hover\:-translate-x-95:hover {
  --transform-translate-x: -95px;
}

.hover\:-translate-x-96:hover {
  --transform-translate-x: -96px;
}

.hover\:-translate-x-100:hover {
  --transform-translate-x: -100px;
}

.hover\:-translate-x-110:hover {
  --transform-translate-x: -110px;
}

.hover\:-translate-x-115:hover {
  --transform-translate-x: -115px;
}

.hover\:-translate-x-120:hover {
  --transform-translate-x: -120px;
}

.hover\:-translate-x-128:hover {
  --transform-translate-x: -128px;
}

.hover\:-translate-x-135:hover {
  --transform-translate-x: -135px;
}

.hover\:-translate-x-140:hover {
  --transform-translate-x: -140px;
}

.hover\:-translate-x-145:hover {
  --transform-translate-x: -145px;
}

.hover\:-translate-x-150:hover {
  --transform-translate-x: -150px;
}

.hover\:-translate-x-160:hover {
  --transform-translate-x: -160px;
}

.hover\:-translate-x-165:hover {
  --transform-translate-x: -165px;
}

.hover\:-translate-x-168:hover {
  --transform-translate-x: -168px;
}

.hover\:-translate-x-170:hover {
  --transform-translate-x: -170px;
}

.hover\:-translate-x-180:hover {
  --transform-translate-x: -180px;
}

.hover\:-translate-x-200:hover {
  --transform-translate-x: -200px;
}

.hover\:-translate-x-220:hover {
  --transform-translate-x: -220px;
}

.hover\:-translate-x-230:hover {
  --transform-translate-x: -230px;
}

.hover\:-translate-x-235:hover {
  --transform-translate-x: -235px;
}

.hover\:-translate-x-240:hover {
  --transform-translate-x: -240px;
}

.hover\:-translate-x-250:hover {
  --transform-translate-x: -250px;
}

.hover\:-translate-x-300:hover {
  --transform-translate-x: -300px;
}

.hover\:-translate-x-320:hover {
  --transform-translate-x: -320px;
}

.hover\:-translate-x-350:hover {
  --transform-translate-x: -350px;
}

.hover\:-translate-x-375:hover {
  --transform-translate-x: -375px;
}

.hover\:-translate-x-400:hover {
  --transform-translate-x: -400px;
}

.hover\:-translate-x-450:hover {
  --transform-translate-x: -450px;
}

.hover\:-translate-x-700:hover {
  --transform-translate-x: -700px;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-1p:hover {
  --transform-translate-x: -1%;
}

.hover\:-translate-x-1\/12:hover {
  --transform-translate-x: -8.3333%;
}

.hover\:-translate-x-2\/12:hover {
  --transform-translate-x: -16.66667%;
}

.hover\:-translate-x-11p:hover {
  --transform-translate-x: -11%;
}

.hover\:-translate-x-20p:hover {
  --transform-translate-x: -20%;
}

.hover\:-translate-x-24p:hover {
  --transform-translate-x: -24.25%;
}

.hover\:-translate-x-25p:hover {
  --transform-translate-x: -25%;
}

.hover\:-translate-x-32p:hover {
  --transform-translate-x: -32%;
}

.hover\:-translate-x-35p:hover {
  --transform-translate-x: -35%;
}

.hover\:-translate-x-40p:hover {
  --transform-translate-x: -40%;
}

.hover\:-translate-x-49p:hover {
  --transform-translate-x: -49%;
}

.hover\:-translate-x-49-5p:hover {
  --transform-translate-x: -49.5%;
}

.hover\:-translate-x-80p:hover {
  --transform-translate-x: -80%;
}

.hover\:-translate-x-vh80:hover {
  --transform-translate-x: -80vh;
}

.hover\:-translate-x-vh86:hover {
  --transform-translate-x: -86vh;
}

.hover\:-translate-x-vh90:hover {
  --transform-translate-x: -90vh;
}

.hover\:-translate-x-vw80:hover {
  --transform-translate-x: -80vw;
}

.hover\:-translate-x-vw90:hover {
  --transform-translate-x: -90vw;
}

.hover\:-translate-x-90p:hover {
  --transform-translate-x: -90%;
}

.hover\:-translate-x-92p:hover {
  --transform-translate-x: -92%;
}

.hover\:-translate-x-93p:hover {
  --transform-translate-x: -93%;
}

.hover\:-translate-x-94p:hover {
  --transform-translate-x: -94%;
}

.hover\:-translate-x-95p:hover {
  --transform-translate-x: -95%;
}

.hover\:-translate-x-96p:hover {
  --transform-translate-x: -96%;
}

.hover\:-translate-x-100p:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 3px;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 4px;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 5px;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 6px;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 8px;
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 9px;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 10px;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 12px;
}

.hover\:translate-y-13:hover {
  --transform-translate-y: 13px;
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 14px;
}

.hover\:translate-y-15:hover {
  --transform-translate-y: 15px;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 16px;
}

.hover\:translate-y-17:hover {
  --transform-translate-y: 17px;
}

.hover\:translate-y-18:hover {
  --transform-translate-y: 18px;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 20px;
}

.hover\:translate-y-22:hover {
  --transform-translate-y: 22px;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 24px;
}

.hover\:translate-y-25:hover {
  --transform-translate-y: 25px;
}

.hover\:translate-y-28:hover {
  --transform-translate-y: 28px;
}

.hover\:translate-y-29:hover {
  --transform-translate-y: 29px;
}

.hover\:translate-y-30:hover {
  --transform-translate-y: 30px;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 32px;
}

.hover\:translate-y-35:hover {
  --transform-translate-y: 35px;
}

.hover\:translate-y-36:hover {
  --transform-translate-y: 36px;
}

.hover\:translate-y-37:hover {
  --transform-translate-y: 37px;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 40px;
}

.hover\:translate-y-45:hover {
  --transform-translate-y: 45px;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 48px;
}

.hover\:translate-y-50:hover {
  --transform-translate-y: 50px;
}

.hover\:translate-y-55:hover {
  --transform-translate-y: 55px;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 56px;
}

.hover\:translate-y-60:hover {
  --transform-translate-y: 60px;
}

.hover\:translate-y-62:hover {
  --transform-translate-y: 62px;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 64px;
}

.hover\:translate-y-65:hover {
  --transform-translate-y: 65px;
}

.hover\:translate-y-70:hover {
  --transform-translate-y: 70px;
}

.hover\:translate-y-75:hover {
  --transform-translate-y: 75px;
}

.hover\:translate-y-80:hover {
  --transform-translate-y: 80px;
}

.hover\:translate-y-85:hover {
  --transform-translate-y: 85px;
}

.hover\:translate-y-90:hover {
  --transform-translate-y: 90px;
}

.hover\:translate-y-95:hover {
  --transform-translate-y: 95px;
}

.hover\:translate-y-96:hover {
  --transform-translate-y: 96px;
}

.hover\:translate-y-100:hover {
  --transform-translate-y: 100px;
}

.hover\:translate-y-110:hover {
  --transform-translate-y: 110px;
}

.hover\:translate-y-115:hover {
  --transform-translate-y: 115px;
}

.hover\:translate-y-120:hover {
  --transform-translate-y: 120px;
}

.hover\:translate-y-128:hover {
  --transform-translate-y: 128px;
}

.hover\:translate-y-135:hover {
  --transform-translate-y: 135px;
}

.hover\:translate-y-140:hover {
  --transform-translate-y: 140px;
}

.hover\:translate-y-145:hover {
  --transform-translate-y: 145px;
}

.hover\:translate-y-150:hover {
  --transform-translate-y: 150px;
}

.hover\:translate-y-160:hover {
  --transform-translate-y: 160px;
}

.hover\:translate-y-165:hover {
  --transform-translate-y: 165px;
}

.hover\:translate-y-168:hover {
  --transform-translate-y: 168px;
}

.hover\:translate-y-170:hover {
  --transform-translate-y: 170px;
}

.hover\:translate-y-180:hover {
  --transform-translate-y: 180px;
}

.hover\:translate-y-200:hover {
  --transform-translate-y: 200px;
}

.hover\:translate-y-220:hover {
  --transform-translate-y: 220px;
}

.hover\:translate-y-230:hover {
  --transform-translate-y: 230px;
}

.hover\:translate-y-235:hover {
  --transform-translate-y: 235px;
}

.hover\:translate-y-240:hover {
  --transform-translate-y: 240px;
}

.hover\:translate-y-250:hover {
  --transform-translate-y: 250px;
}

.hover\:translate-y-300:hover {
  --transform-translate-y: 300px;
}

.hover\:translate-y-320:hover {
  --transform-translate-y: 320px;
}

.hover\:translate-y-350:hover {
  --transform-translate-y: 350px;
}

.hover\:translate-y-375:hover {
  --transform-translate-y: 375px;
}

.hover\:translate-y-400:hover {
  --transform-translate-y: 400px;
}

.hover\:translate-y-450:hover {
  --transform-translate-y: 450px;
}

.hover\:translate-y-700:hover {
  --transform-translate-y: 700px;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:translate-y-1p:hover {
  --transform-translate-y: 1%;
}

.hover\:translate-y-1\/12:hover {
  --transform-translate-y: 8.3333%;
}

.hover\:translate-y-2\/12:hover {
  --transform-translate-y: 16.666667%;
}

.hover\:translate-y-11p:hover {
  --transform-translate-y: 11%;
}

.hover\:translate-y-20p:hover {
  --transform-translate-y: 20%;
}

.hover\:translate-y-24p:hover {
  --transform-translate-y: 24.25%;
}

.hover\:translate-y-25p:hover {
  --transform-translate-y: 25%;
}

.hover\:translate-y-32p:hover {
  --transform-translate-y: 32%;
}

.hover\:translate-y-35p:hover {
  --transform-translate-y: 35%;
}

.hover\:translate-y-40p:hover {
  --transform-translate-y: 40%;
}

.hover\:translate-y-49p:hover {
  --transform-translate-y: 49%;
}

.hover\:translate-y-49-5p:hover {
  --transform-translate-y: 49.5%;
}

.hover\:translate-y-80p:hover {
  --transform-translate-y: 80%;
}

.hover\:translate-y-vh80:hover {
  --transform-translate-y: 80vh;
}

.hover\:translate-y-vh86:hover {
  --transform-translate-y: 86vh;
}

.hover\:translate-y-vh90:hover {
  --transform-translate-y: 90vh;
}

.hover\:translate-y-vw80:hover {
  --transform-translate-y: 80vw;
}

.hover\:translate-y-vw90:hover {
  --transform-translate-y: 90vw;
}

.hover\:translate-y-90p:hover {
  --transform-translate-y: 90%;
}

.hover\:translate-y-92p:hover {
  --transform-translate-y: 92%;
}

.hover\:translate-y-93p:hover {
  --transform-translate-y: 93%;
}

.hover\:translate-y-94p:hover {
  --transform-translate-y: 94%;
}

.hover\:translate-y-95p:hover {
  --transform-translate-y: 95%;
}

.hover\:translate-y-96p:hover {
  --transform-translate-y: 96%;
}

.hover\:translate-y-100p:hover {
  --transform-translate-y: 100%;
}

.hover\:-translate-y-0:hover {
  --transform-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -3px;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -4px;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -5px;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -6px;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -8px;
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -9px;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -10px;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -12px;
}

.hover\:-translate-y-13:hover {
  --transform-translate-y: -13px;
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -14px;
}

.hover\:-translate-y-15:hover {
  --transform-translate-y: -15px;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -16px;
}

.hover\:-translate-y-17:hover {
  --transform-translate-y: -17px;
}

.hover\:-translate-y-18:hover {
  --transform-translate-y: -18px;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -20px;
}

.hover\:-translate-y-22:hover {
  --transform-translate-y: -22px;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -24px;
}

.hover\:-translate-y-25:hover {
  --transform-translate-y: -25px;
}

.hover\:-translate-y-28:hover {
  --transform-translate-y: -28px;
}

.hover\:-translate-y-29:hover {
  --transform-translate-y: -29px;
}

.hover\:-translate-y-30:hover {
  --transform-translate-y: -30px;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -32px;
}

.hover\:-translate-y-35:hover {
  --transform-translate-y: -35px;
}

.hover\:-translate-y-36:hover {
  --transform-translate-y: -36px;
}

.hover\:-translate-y-37:hover {
  --transform-translate-y: -37px;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -40px;
}

.hover\:-translate-y-45:hover {
  --transform-translate-y: -45px;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -48px;
}

.hover\:-translate-y-50:hover {
  --transform-translate-y: -50px;
}

.hover\:-translate-y-55:hover {
  --transform-translate-y: -55px;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -56px;
}

.hover\:-translate-y-60:hover {
  --transform-translate-y: -60px;
}

.hover\:-translate-y-62:hover {
  --transform-translate-y: -62px;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -64px;
}

.hover\:-translate-y-65:hover {
  --transform-translate-y: -65px;
}

.hover\:-translate-y-70:hover {
  --transform-translate-y: -70px;
}

.hover\:-translate-y-75:hover {
  --transform-translate-y: -75px;
}

.hover\:-translate-y-80:hover {
  --transform-translate-y: -80px;
}

.hover\:-translate-y-85:hover {
  --transform-translate-y: -85px;
}

.hover\:-translate-y-90:hover {
  --transform-translate-y: -90px;
}

.hover\:-translate-y-95:hover {
  --transform-translate-y: -95px;
}

.hover\:-translate-y-96:hover {
  --transform-translate-y: -96px;
}

.hover\:-translate-y-100:hover {
  --transform-translate-y: -100px;
}

.hover\:-translate-y-110:hover {
  --transform-translate-y: -110px;
}

.hover\:-translate-y-115:hover {
  --transform-translate-y: -115px;
}

.hover\:-translate-y-120:hover {
  --transform-translate-y: -120px;
}

.hover\:-translate-y-128:hover {
  --transform-translate-y: -128px;
}

.hover\:-translate-y-135:hover {
  --transform-translate-y: -135px;
}

.hover\:-translate-y-140:hover {
  --transform-translate-y: -140px;
}

.hover\:-translate-y-145:hover {
  --transform-translate-y: -145px;
}

.hover\:-translate-y-150:hover {
  --transform-translate-y: -150px;
}

.hover\:-translate-y-160:hover {
  --transform-translate-y: -160px;
}

.hover\:-translate-y-165:hover {
  --transform-translate-y: -165px;
}

.hover\:-translate-y-168:hover {
  --transform-translate-y: -168px;
}

.hover\:-translate-y-170:hover {
  --transform-translate-y: -170px;
}

.hover\:-translate-y-180:hover {
  --transform-translate-y: -180px;
}

.hover\:-translate-y-200:hover {
  --transform-translate-y: -200px;
}

.hover\:-translate-y-220:hover {
  --transform-translate-y: -220px;
}

.hover\:-translate-y-230:hover {
  --transform-translate-y: -230px;
}

.hover\:-translate-y-235:hover {
  --transform-translate-y: -235px;
}

.hover\:-translate-y-240:hover {
  --transform-translate-y: -240px;
}

.hover\:-translate-y-250:hover {
  --transform-translate-y: -250px;
}

.hover\:-translate-y-300:hover {
  --transform-translate-y: -300px;
}

.hover\:-translate-y-320:hover {
  --transform-translate-y: -320px;
}

.hover\:-translate-y-350:hover {
  --transform-translate-y: -350px;
}

.hover\:-translate-y-375:hover {
  --transform-translate-y: -375px;
}

.hover\:-translate-y-400:hover {
  --transform-translate-y: -400px;
}

.hover\:-translate-y-450:hover {
  --transform-translate-y: -450px;
}

.hover\:-translate-y-700:hover {
  --transform-translate-y: -700px;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-1p:hover {
  --transform-translate-y: -1%;
}

.hover\:-translate-y-1\/12:hover {
  --transform-translate-y: -8.3333%;
}

.hover\:-translate-y-2\/12:hover {
  --transform-translate-y: -16.66667%;
}

.hover\:-translate-y-11p:hover {
  --transform-translate-y: -11%;
}

.hover\:-translate-y-20p:hover {
  --transform-translate-y: -20%;
}

.hover\:-translate-y-24p:hover {
  --transform-translate-y: -24.25%;
}

.hover\:-translate-y-25p:hover {
  --transform-translate-y: -25%;
}

.hover\:-translate-y-32p:hover {
  --transform-translate-y: -32%;
}

.hover\:-translate-y-35p:hover {
  --transform-translate-y: -35%;
}

.hover\:-translate-y-40p:hover {
  --transform-translate-y: -40%;
}

.hover\:-translate-y-49p:hover {
  --transform-translate-y: -49%;
}

.hover\:-translate-y-49-5p:hover {
  --transform-translate-y: -49.5%;
}

.hover\:-translate-y-80p:hover {
  --transform-translate-y: -80%;
}

.hover\:-translate-y-vh80:hover {
  --transform-translate-y: -80vh;
}

.hover\:-translate-y-vh86:hover {
  --transform-translate-y: -86vh;
}

.hover\:-translate-y-vh90:hover {
  --transform-translate-y: -90vh;
}

.hover\:-translate-y-vw80:hover {
  --transform-translate-y: -80vw;
}

.hover\:-translate-y-vw90:hover {
  --transform-translate-y: -90vw;
}

.hover\:-translate-y-90p:hover {
  --transform-translate-y: -90%;
}

.hover\:-translate-y-92p:hover {
  --transform-translate-y: -92%;
}

.hover\:-translate-y-93p:hover {
  --transform-translate-y: -93%;
}

.hover\:-translate-y-94p:hover {
  --transform-translate-y: -94%;
}

.hover\:-translate-y-95p:hover {
  --transform-translate-y: -95%;
}

.hover\:-translate-y-96p:hover {
  --transform-translate-y: -96%;
}

.hover\:-translate-y-100p:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 3px;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 4px;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 5px;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 6px;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 8px;
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 9px;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 10px;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 12px;
}

.focus\:translate-x-13:focus {
  --transform-translate-x: 13px;
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 14px;
}

.focus\:translate-x-15:focus {
  --transform-translate-x: 15px;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 16px;
}

.focus\:translate-x-17:focus {
  --transform-translate-x: 17px;
}

.focus\:translate-x-18:focus {
  --transform-translate-x: 18px;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 20px;
}

.focus\:translate-x-22:focus {
  --transform-translate-x: 22px;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 24px;
}

.focus\:translate-x-25:focus {
  --transform-translate-x: 25px;
}

.focus\:translate-x-28:focus {
  --transform-translate-x: 28px;
}

.focus\:translate-x-29:focus {
  --transform-translate-x: 29px;
}

.focus\:translate-x-30:focus {
  --transform-translate-x: 30px;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 32px;
}

.focus\:translate-x-35:focus {
  --transform-translate-x: 35px;
}

.focus\:translate-x-36:focus {
  --transform-translate-x: 36px;
}

.focus\:translate-x-37:focus {
  --transform-translate-x: 37px;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 40px;
}

.focus\:translate-x-45:focus {
  --transform-translate-x: 45px;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 48px;
}

.focus\:translate-x-50:focus {
  --transform-translate-x: 50px;
}

.focus\:translate-x-55:focus {
  --transform-translate-x: 55px;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 56px;
}

.focus\:translate-x-60:focus {
  --transform-translate-x: 60px;
}

.focus\:translate-x-62:focus {
  --transform-translate-x: 62px;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 64px;
}

.focus\:translate-x-65:focus {
  --transform-translate-x: 65px;
}

.focus\:translate-x-70:focus {
  --transform-translate-x: 70px;
}

.focus\:translate-x-75:focus {
  --transform-translate-x: 75px;
}

.focus\:translate-x-80:focus {
  --transform-translate-x: 80px;
}

.focus\:translate-x-85:focus {
  --transform-translate-x: 85px;
}

.focus\:translate-x-90:focus {
  --transform-translate-x: 90px;
}

.focus\:translate-x-95:focus {
  --transform-translate-x: 95px;
}

.focus\:translate-x-96:focus {
  --transform-translate-x: 96px;
}

.focus\:translate-x-100:focus {
  --transform-translate-x: 100px;
}

.focus\:translate-x-110:focus {
  --transform-translate-x: 110px;
}

.focus\:translate-x-115:focus {
  --transform-translate-x: 115px;
}

.focus\:translate-x-120:focus {
  --transform-translate-x: 120px;
}

.focus\:translate-x-128:focus {
  --transform-translate-x: 128px;
}

.focus\:translate-x-135:focus {
  --transform-translate-x: 135px;
}

.focus\:translate-x-140:focus {
  --transform-translate-x: 140px;
}

.focus\:translate-x-145:focus {
  --transform-translate-x: 145px;
}

.focus\:translate-x-150:focus {
  --transform-translate-x: 150px;
}

.focus\:translate-x-160:focus {
  --transform-translate-x: 160px;
}

.focus\:translate-x-165:focus {
  --transform-translate-x: 165px;
}

.focus\:translate-x-168:focus {
  --transform-translate-x: 168px;
}

.focus\:translate-x-170:focus {
  --transform-translate-x: 170px;
}

.focus\:translate-x-180:focus {
  --transform-translate-x: 180px;
}

.focus\:translate-x-200:focus {
  --transform-translate-x: 200px;
}

.focus\:translate-x-220:focus {
  --transform-translate-x: 220px;
}

.focus\:translate-x-230:focus {
  --transform-translate-x: 230px;
}

.focus\:translate-x-235:focus {
  --transform-translate-x: 235px;
}

.focus\:translate-x-240:focus {
  --transform-translate-x: 240px;
}

.focus\:translate-x-250:focus {
  --transform-translate-x: 250px;
}

.focus\:translate-x-300:focus {
  --transform-translate-x: 300px;
}

.focus\:translate-x-320:focus {
  --transform-translate-x: 320px;
}

.focus\:translate-x-350:focus {
  --transform-translate-x: 350px;
}

.focus\:translate-x-375:focus {
  --transform-translate-x: 375px;
}

.focus\:translate-x-400:focus {
  --transform-translate-x: 400px;
}

.focus\:translate-x-450:focus {
  --transform-translate-x: 450px;
}

.focus\:translate-x-700:focus {
  --transform-translate-x: 700px;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}

.focus\:translate-x-1p:focus {
  --transform-translate-x: 1%;
}

.focus\:translate-x-1\/12:focus {
  --transform-translate-x: 8.3333%;
}

.focus\:translate-x-2\/12:focus {
  --transform-translate-x: 16.666667%;
}

.focus\:translate-x-11p:focus {
  --transform-translate-x: 11%;
}

.focus\:translate-x-20p:focus {
  --transform-translate-x: 20%;
}

.focus\:translate-x-24p:focus {
  --transform-translate-x: 24.25%;
}

.focus\:translate-x-25p:focus {
  --transform-translate-x: 25%;
}

.focus\:translate-x-32p:focus {
  --transform-translate-x: 32%;
}

.focus\:translate-x-35p:focus {
  --transform-translate-x: 35%;
}

.focus\:translate-x-40p:focus {
  --transform-translate-x: 40%;
}

.focus\:translate-x-49p:focus {
  --transform-translate-x: 49%;
}

.focus\:translate-x-49-5p:focus {
  --transform-translate-x: 49.5%;
}

.focus\:translate-x-80p:focus {
  --transform-translate-x: 80%;
}

.focus\:translate-x-vh80:focus {
  --transform-translate-x: 80vh;
}

.focus\:translate-x-vh86:focus {
  --transform-translate-x: 86vh;
}

.focus\:translate-x-vh90:focus {
  --transform-translate-x: 90vh;
}

.focus\:translate-x-vw80:focus {
  --transform-translate-x: 80vw;
}

.focus\:translate-x-vw90:focus {
  --transform-translate-x: 90vw;
}

.focus\:translate-x-90p:focus {
  --transform-translate-x: 90%;
}

.focus\:translate-x-92p:focus {
  --transform-translate-x: 92%;
}

.focus\:translate-x-93p:focus {
  --transform-translate-x: 93%;
}

.focus\:translate-x-94p:focus {
  --transform-translate-x: 94%;
}

.focus\:translate-x-95p:focus {
  --transform-translate-x: 95%;
}

.focus\:translate-x-96p:focus {
  --transform-translate-x: 96%;
}

.focus\:translate-x-100p:focus {
  --transform-translate-x: 100%;
}

.focus\:-translate-x-0:focus {
  --transform-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -3px;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -4px;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -5px;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -6px;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -8px;
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -9px;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -10px;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -12px;
}

.focus\:-translate-x-13:focus {
  --transform-translate-x: -13px;
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -14px;
}

.focus\:-translate-x-15:focus {
  --transform-translate-x: -15px;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -16px;
}

.focus\:-translate-x-17:focus {
  --transform-translate-x: -17px;
}

.focus\:-translate-x-18:focus {
  --transform-translate-x: -18px;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -20px;
}

.focus\:-translate-x-22:focus {
  --transform-translate-x: -22px;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -24px;
}

.focus\:-translate-x-25:focus {
  --transform-translate-x: -25px;
}

.focus\:-translate-x-28:focus {
  --transform-translate-x: -28px;
}

.focus\:-translate-x-29:focus {
  --transform-translate-x: -29px;
}

.focus\:-translate-x-30:focus {
  --transform-translate-x: -30px;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -32px;
}

.focus\:-translate-x-35:focus {
  --transform-translate-x: -35px;
}

.focus\:-translate-x-36:focus {
  --transform-translate-x: -36px;
}

.focus\:-translate-x-37:focus {
  --transform-translate-x: -37px;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -40px;
}

.focus\:-translate-x-45:focus {
  --transform-translate-x: -45px;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -48px;
}

.focus\:-translate-x-50:focus {
  --transform-translate-x: -50px;
}

.focus\:-translate-x-55:focus {
  --transform-translate-x: -55px;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -56px;
}

.focus\:-translate-x-60:focus {
  --transform-translate-x: -60px;
}

.focus\:-translate-x-62:focus {
  --transform-translate-x: -62px;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -64px;
}

.focus\:-translate-x-65:focus {
  --transform-translate-x: -65px;
}

.focus\:-translate-x-70:focus {
  --transform-translate-x: -70px;
}

.focus\:-translate-x-75:focus {
  --transform-translate-x: -75px;
}

.focus\:-translate-x-80:focus {
  --transform-translate-x: -80px;
}

.focus\:-translate-x-85:focus {
  --transform-translate-x: -85px;
}

.focus\:-translate-x-90:focus {
  --transform-translate-x: -90px;
}

.focus\:-translate-x-95:focus {
  --transform-translate-x: -95px;
}

.focus\:-translate-x-96:focus {
  --transform-translate-x: -96px;
}

.focus\:-translate-x-100:focus {
  --transform-translate-x: -100px;
}

.focus\:-translate-x-110:focus {
  --transform-translate-x: -110px;
}

.focus\:-translate-x-115:focus {
  --transform-translate-x: -115px;
}

.focus\:-translate-x-120:focus {
  --transform-translate-x: -120px;
}

.focus\:-translate-x-128:focus {
  --transform-translate-x: -128px;
}

.focus\:-translate-x-135:focus {
  --transform-translate-x: -135px;
}

.focus\:-translate-x-140:focus {
  --transform-translate-x: -140px;
}

.focus\:-translate-x-145:focus {
  --transform-translate-x: -145px;
}

.focus\:-translate-x-150:focus {
  --transform-translate-x: -150px;
}

.focus\:-translate-x-160:focus {
  --transform-translate-x: -160px;
}

.focus\:-translate-x-165:focus {
  --transform-translate-x: -165px;
}

.focus\:-translate-x-168:focus {
  --transform-translate-x: -168px;
}

.focus\:-translate-x-170:focus {
  --transform-translate-x: -170px;
}

.focus\:-translate-x-180:focus {
  --transform-translate-x: -180px;
}

.focus\:-translate-x-200:focus {
  --transform-translate-x: -200px;
}

.focus\:-translate-x-220:focus {
  --transform-translate-x: -220px;
}

.focus\:-translate-x-230:focus {
  --transform-translate-x: -230px;
}

.focus\:-translate-x-235:focus {
  --transform-translate-x: -235px;
}

.focus\:-translate-x-240:focus {
  --transform-translate-x: -240px;
}

.focus\:-translate-x-250:focus {
  --transform-translate-x: -250px;
}

.focus\:-translate-x-300:focus {
  --transform-translate-x: -300px;
}

.focus\:-translate-x-320:focus {
  --transform-translate-x: -320px;
}

.focus\:-translate-x-350:focus {
  --transform-translate-x: -350px;
}

.focus\:-translate-x-375:focus {
  --transform-translate-x: -375px;
}

.focus\:-translate-x-400:focus {
  --transform-translate-x: -400px;
}

.focus\:-translate-x-450:focus {
  --transform-translate-x: -450px;
}

.focus\:-translate-x-700:focus {
  --transform-translate-x: -700px;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}

.focus\:-translate-x-1p:focus {
  --transform-translate-x: -1%;
}

.focus\:-translate-x-1\/12:focus {
  --transform-translate-x: -8.3333%;
}

.focus\:-translate-x-2\/12:focus {
  --transform-translate-x: -16.66667%;
}

.focus\:-translate-x-11p:focus {
  --transform-translate-x: -11%;
}

.focus\:-translate-x-20p:focus {
  --transform-translate-x: -20%;
}

.focus\:-translate-x-24p:focus {
  --transform-translate-x: -24.25%;
}

.focus\:-translate-x-25p:focus {
  --transform-translate-x: -25%;
}

.focus\:-translate-x-32p:focus {
  --transform-translate-x: -32%;
}

.focus\:-translate-x-35p:focus {
  --transform-translate-x: -35%;
}

.focus\:-translate-x-40p:focus {
  --transform-translate-x: -40%;
}

.focus\:-translate-x-49p:focus {
  --transform-translate-x: -49%;
}

.focus\:-translate-x-49-5p:focus {
  --transform-translate-x: -49.5%;
}

.focus\:-translate-x-80p:focus {
  --transform-translate-x: -80%;
}

.focus\:-translate-x-vh80:focus {
  --transform-translate-x: -80vh;
}

.focus\:-translate-x-vh86:focus {
  --transform-translate-x: -86vh;
}

.focus\:-translate-x-vh90:focus {
  --transform-translate-x: -90vh;
}

.focus\:-translate-x-vw80:focus {
  --transform-translate-x: -80vw;
}

.focus\:-translate-x-vw90:focus {
  --transform-translate-x: -90vw;
}

.focus\:-translate-x-90p:focus {
  --transform-translate-x: -90%;
}

.focus\:-translate-x-92p:focus {
  --transform-translate-x: -92%;
}

.focus\:-translate-x-93p:focus {
  --transform-translate-x: -93%;
}

.focus\:-translate-x-94p:focus {
  --transform-translate-x: -94%;
}

.focus\:-translate-x-95p:focus {
  --transform-translate-x: -95%;
}

.focus\:-translate-x-96p:focus {
  --transform-translate-x: -96%;
}

.focus\:-translate-x-100p:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 3px;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 4px;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 5px;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 6px;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 8px;
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 9px;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 10px;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 12px;
}

.focus\:translate-y-13:focus {
  --transform-translate-y: 13px;
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 14px;
}

.focus\:translate-y-15:focus {
  --transform-translate-y: 15px;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 16px;
}

.focus\:translate-y-17:focus {
  --transform-translate-y: 17px;
}

.focus\:translate-y-18:focus {
  --transform-translate-y: 18px;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 20px;
}

.focus\:translate-y-22:focus {
  --transform-translate-y: 22px;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 24px;
}

.focus\:translate-y-25:focus {
  --transform-translate-y: 25px;
}

.focus\:translate-y-28:focus {
  --transform-translate-y: 28px;
}

.focus\:translate-y-29:focus {
  --transform-translate-y: 29px;
}

.focus\:translate-y-30:focus {
  --transform-translate-y: 30px;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 32px;
}

.focus\:translate-y-35:focus {
  --transform-translate-y: 35px;
}

.focus\:translate-y-36:focus {
  --transform-translate-y: 36px;
}

.focus\:translate-y-37:focus {
  --transform-translate-y: 37px;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 40px;
}

.focus\:translate-y-45:focus {
  --transform-translate-y: 45px;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 48px;
}

.focus\:translate-y-50:focus {
  --transform-translate-y: 50px;
}

.focus\:translate-y-55:focus {
  --transform-translate-y: 55px;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 56px;
}

.focus\:translate-y-60:focus {
  --transform-translate-y: 60px;
}

.focus\:translate-y-62:focus {
  --transform-translate-y: 62px;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 64px;
}

.focus\:translate-y-65:focus {
  --transform-translate-y: 65px;
}

.focus\:translate-y-70:focus {
  --transform-translate-y: 70px;
}

.focus\:translate-y-75:focus {
  --transform-translate-y: 75px;
}

.focus\:translate-y-80:focus {
  --transform-translate-y: 80px;
}

.focus\:translate-y-85:focus {
  --transform-translate-y: 85px;
}

.focus\:translate-y-90:focus {
  --transform-translate-y: 90px;
}

.focus\:translate-y-95:focus {
  --transform-translate-y: 95px;
}

.focus\:translate-y-96:focus {
  --transform-translate-y: 96px;
}

.focus\:translate-y-100:focus {
  --transform-translate-y: 100px;
}

.focus\:translate-y-110:focus {
  --transform-translate-y: 110px;
}

.focus\:translate-y-115:focus {
  --transform-translate-y: 115px;
}

.focus\:translate-y-120:focus {
  --transform-translate-y: 120px;
}

.focus\:translate-y-128:focus {
  --transform-translate-y: 128px;
}

.focus\:translate-y-135:focus {
  --transform-translate-y: 135px;
}

.focus\:translate-y-140:focus {
  --transform-translate-y: 140px;
}

.focus\:translate-y-145:focus {
  --transform-translate-y: 145px;
}

.focus\:translate-y-150:focus {
  --transform-translate-y: 150px;
}

.focus\:translate-y-160:focus {
  --transform-translate-y: 160px;
}

.focus\:translate-y-165:focus {
  --transform-translate-y: 165px;
}

.focus\:translate-y-168:focus {
  --transform-translate-y: 168px;
}

.focus\:translate-y-170:focus {
  --transform-translate-y: 170px;
}

.focus\:translate-y-180:focus {
  --transform-translate-y: 180px;
}

.focus\:translate-y-200:focus {
  --transform-translate-y: 200px;
}

.focus\:translate-y-220:focus {
  --transform-translate-y: 220px;
}

.focus\:translate-y-230:focus {
  --transform-translate-y: 230px;
}

.focus\:translate-y-235:focus {
  --transform-translate-y: 235px;
}

.focus\:translate-y-240:focus {
  --transform-translate-y: 240px;
}

.focus\:translate-y-250:focus {
  --transform-translate-y: 250px;
}

.focus\:translate-y-300:focus {
  --transform-translate-y: 300px;
}

.focus\:translate-y-320:focus {
  --transform-translate-y: 320px;
}

.focus\:translate-y-350:focus {
  --transform-translate-y: 350px;
}

.focus\:translate-y-375:focus {
  --transform-translate-y: 375px;
}

.focus\:translate-y-400:focus {
  --transform-translate-y: 400px;
}

.focus\:translate-y-450:focus {
  --transform-translate-y: 450px;
}

.focus\:translate-y-700:focus {
  --transform-translate-y: 700px;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}

.focus\:translate-y-1p:focus {
  --transform-translate-y: 1%;
}

.focus\:translate-y-1\/12:focus {
  --transform-translate-y: 8.3333%;
}

.focus\:translate-y-2\/12:focus {
  --transform-translate-y: 16.666667%;
}

.focus\:translate-y-11p:focus {
  --transform-translate-y: 11%;
}

.focus\:translate-y-20p:focus {
  --transform-translate-y: 20%;
}

.focus\:translate-y-24p:focus {
  --transform-translate-y: 24.25%;
}

.focus\:translate-y-25p:focus {
  --transform-translate-y: 25%;
}

.focus\:translate-y-32p:focus {
  --transform-translate-y: 32%;
}

.focus\:translate-y-35p:focus {
  --transform-translate-y: 35%;
}

.focus\:translate-y-40p:focus {
  --transform-translate-y: 40%;
}

.focus\:translate-y-49p:focus {
  --transform-translate-y: 49%;
}

.focus\:translate-y-49-5p:focus {
  --transform-translate-y: 49.5%;
}

.focus\:translate-y-80p:focus {
  --transform-translate-y: 80%;
}

.focus\:translate-y-vh80:focus {
  --transform-translate-y: 80vh;
}

.focus\:translate-y-vh86:focus {
  --transform-translate-y: 86vh;
}

.focus\:translate-y-vh90:focus {
  --transform-translate-y: 90vh;
}

.focus\:translate-y-vw80:focus {
  --transform-translate-y: 80vw;
}

.focus\:translate-y-vw90:focus {
  --transform-translate-y: 90vw;
}

.focus\:translate-y-90p:focus {
  --transform-translate-y: 90%;
}

.focus\:translate-y-92p:focus {
  --transform-translate-y: 92%;
}

.focus\:translate-y-93p:focus {
  --transform-translate-y: 93%;
}

.focus\:translate-y-94p:focus {
  --transform-translate-y: 94%;
}

.focus\:translate-y-95p:focus {
  --transform-translate-y: 95%;
}

.focus\:translate-y-96p:focus {
  --transform-translate-y: 96%;
}

.focus\:translate-y-100p:focus {
  --transform-translate-y: 100%;
}

.focus\:-translate-y-0:focus {
  --transform-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -3px;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -4px;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -5px;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -6px;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -8px;
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -9px;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -10px;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -12px;
}

.focus\:-translate-y-13:focus {
  --transform-translate-y: -13px;
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -14px;
}

.focus\:-translate-y-15:focus {
  --transform-translate-y: -15px;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -16px;
}

.focus\:-translate-y-17:focus {
  --transform-translate-y: -17px;
}

.focus\:-translate-y-18:focus {
  --transform-translate-y: -18px;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -20px;
}

.focus\:-translate-y-22:focus {
  --transform-translate-y: -22px;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -24px;
}

.focus\:-translate-y-25:focus {
  --transform-translate-y: -25px;
}

.focus\:-translate-y-28:focus {
  --transform-translate-y: -28px;
}

.focus\:-translate-y-29:focus {
  --transform-translate-y: -29px;
}

.focus\:-translate-y-30:focus {
  --transform-translate-y: -30px;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -32px;
}

.focus\:-translate-y-35:focus {
  --transform-translate-y: -35px;
}

.focus\:-translate-y-36:focus {
  --transform-translate-y: -36px;
}

.focus\:-translate-y-37:focus {
  --transform-translate-y: -37px;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -40px;
}

.focus\:-translate-y-45:focus {
  --transform-translate-y: -45px;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -48px;
}

.focus\:-translate-y-50:focus {
  --transform-translate-y: -50px;
}

.focus\:-translate-y-55:focus {
  --transform-translate-y: -55px;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -56px;
}

.focus\:-translate-y-60:focus {
  --transform-translate-y: -60px;
}

.focus\:-translate-y-62:focus {
  --transform-translate-y: -62px;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -64px;
}

.focus\:-translate-y-65:focus {
  --transform-translate-y: -65px;
}

.focus\:-translate-y-70:focus {
  --transform-translate-y: -70px;
}

.focus\:-translate-y-75:focus {
  --transform-translate-y: -75px;
}

.focus\:-translate-y-80:focus {
  --transform-translate-y: -80px;
}

.focus\:-translate-y-85:focus {
  --transform-translate-y: -85px;
}

.focus\:-translate-y-90:focus {
  --transform-translate-y: -90px;
}

.focus\:-translate-y-95:focus {
  --transform-translate-y: -95px;
}

.focus\:-translate-y-96:focus {
  --transform-translate-y: -96px;
}

.focus\:-translate-y-100:focus {
  --transform-translate-y: -100px;
}

.focus\:-translate-y-110:focus {
  --transform-translate-y: -110px;
}

.focus\:-translate-y-115:focus {
  --transform-translate-y: -115px;
}

.focus\:-translate-y-120:focus {
  --transform-translate-y: -120px;
}

.focus\:-translate-y-128:focus {
  --transform-translate-y: -128px;
}

.focus\:-translate-y-135:focus {
  --transform-translate-y: -135px;
}

.focus\:-translate-y-140:focus {
  --transform-translate-y: -140px;
}

.focus\:-translate-y-145:focus {
  --transform-translate-y: -145px;
}

.focus\:-translate-y-150:focus {
  --transform-translate-y: -150px;
}

.focus\:-translate-y-160:focus {
  --transform-translate-y: -160px;
}

.focus\:-translate-y-165:focus {
  --transform-translate-y: -165px;
}

.focus\:-translate-y-168:focus {
  --transform-translate-y: -168px;
}

.focus\:-translate-y-170:focus {
  --transform-translate-y: -170px;
}

.focus\:-translate-y-180:focus {
  --transform-translate-y: -180px;
}

.focus\:-translate-y-200:focus {
  --transform-translate-y: -200px;
}

.focus\:-translate-y-220:focus {
  --transform-translate-y: -220px;
}

.focus\:-translate-y-230:focus {
  --transform-translate-y: -230px;
}

.focus\:-translate-y-235:focus {
  --transform-translate-y: -235px;
}

.focus\:-translate-y-240:focus {
  --transform-translate-y: -240px;
}

.focus\:-translate-y-250:focus {
  --transform-translate-y: -250px;
}

.focus\:-translate-y-300:focus {
  --transform-translate-y: -300px;
}

.focus\:-translate-y-320:focus {
  --transform-translate-y: -320px;
}

.focus\:-translate-y-350:focus {
  --transform-translate-y: -350px;
}

.focus\:-translate-y-375:focus {
  --transform-translate-y: -375px;
}

.focus\:-translate-y-400:focus {
  --transform-translate-y: -400px;
}

.focus\:-translate-y-450:focus {
  --transform-translate-y: -450px;
}

.focus\:-translate-y-700:focus {
  --transform-translate-y: -700px;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}

.focus\:-translate-y-1p:focus {
  --transform-translate-y: -1%;
}

.focus\:-translate-y-1\/12:focus {
  --transform-translate-y: -8.3333%;
}

.focus\:-translate-y-2\/12:focus {
  --transform-translate-y: -16.66667%;
}

.focus\:-translate-y-11p:focus {
  --transform-translate-y: -11%;
}

.focus\:-translate-y-20p:focus {
  --transform-translate-y: -20%;
}

.focus\:-translate-y-24p:focus {
  --transform-translate-y: -24.25%;
}

.focus\:-translate-y-25p:focus {
  --transform-translate-y: -25%;
}

.focus\:-translate-y-32p:focus {
  --transform-translate-y: -32%;
}

.focus\:-translate-y-35p:focus {
  --transform-translate-y: -35%;
}

.focus\:-translate-y-40p:focus {
  --transform-translate-y: -40%;
}

.focus\:-translate-y-49p:focus {
  --transform-translate-y: -49%;
}

.focus\:-translate-y-49-5p:focus {
  --transform-translate-y: -49.5%;
}

.focus\:-translate-y-80p:focus {
  --transform-translate-y: -80%;
}

.focus\:-translate-y-vh80:focus {
  --transform-translate-y: -80vh;
}

.focus\:-translate-y-vh86:focus {
  --transform-translate-y: -86vh;
}

.focus\:-translate-y-vh90:focus {
  --transform-translate-y: -90vh;
}

.focus\:-translate-y-vw80:focus {
  --transform-translate-y: -80vw;
}

.focus\:-translate-y-vw90:focus {
  --transform-translate-y: -90vw;
}

.focus\:-translate-y-90p:focus {
  --transform-translate-y: -90%;
}

.focus\:-translate-y-92p:focus {
  --transform-translate-y: -92%;
}

.focus\:-translate-y-93p:focus {
  --transform-translate-y: -93%;
}

.focus\:-translate-y-94p:focus {
  --transform-translate-y: -94%;
}

.focus\:-translate-y-95p:focus {
  --transform-translate-y: -95%;
}

.focus\:-translate-y-96p:focus {
  --transform-translate-y: -96%;
}

.focus\:-translate-y-100p:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}

.first\:translate-x-0:first-child {
  --transform-translate-x: 0px;
}

.first\:translate-x-1:first-child {
  --transform-translate-x: 0.25rem;
}

.first\:translate-x-2:first-child {
  --transform-translate-x: 0.5rem;
}

.first\:translate-x-3:first-child {
  --transform-translate-x: 3px;
}

.first\:translate-x-4:first-child {
  --transform-translate-x: 4px;
}

.first\:translate-x-5:first-child {
  --transform-translate-x: 5px;
}

.first\:translate-x-6:first-child {
  --transform-translate-x: 6px;
}

.first\:translate-x-8:first-child {
  --transform-translate-x: 8px;
}

.first\:translate-x-9:first-child {
  --transform-translate-x: 9px;
}

.first\:translate-x-10:first-child {
  --transform-translate-x: 10px;
}

.first\:translate-x-12:first-child {
  --transform-translate-x: 12px;
}

.first\:translate-x-13:first-child {
  --transform-translate-x: 13px;
}

.first\:translate-x-14:first-child {
  --transform-translate-x: 14px;
}

.first\:translate-x-15:first-child {
  --transform-translate-x: 15px;
}

.first\:translate-x-16:first-child {
  --transform-translate-x: 16px;
}

.first\:translate-x-17:first-child {
  --transform-translate-x: 17px;
}

.first\:translate-x-18:first-child {
  --transform-translate-x: 18px;
}

.first\:translate-x-20:first-child {
  --transform-translate-x: 20px;
}

.first\:translate-x-22:first-child {
  --transform-translate-x: 22px;
}

.first\:translate-x-24:first-child {
  --transform-translate-x: 24px;
}

.first\:translate-x-25:first-child {
  --transform-translate-x: 25px;
}

.first\:translate-x-28:first-child {
  --transform-translate-x: 28px;
}

.first\:translate-x-29:first-child {
  --transform-translate-x: 29px;
}

.first\:translate-x-30:first-child {
  --transform-translate-x: 30px;
}

.first\:translate-x-32:first-child {
  --transform-translate-x: 32px;
}

.first\:translate-x-35:first-child {
  --transform-translate-x: 35px;
}

.first\:translate-x-36:first-child {
  --transform-translate-x: 36px;
}

.first\:translate-x-37:first-child {
  --transform-translate-x: 37px;
}

.first\:translate-x-40:first-child {
  --transform-translate-x: 40px;
}

.first\:translate-x-45:first-child {
  --transform-translate-x: 45px;
}

.first\:translate-x-48:first-child {
  --transform-translate-x: 48px;
}

.first\:translate-x-50:first-child {
  --transform-translate-x: 50px;
}

.first\:translate-x-55:first-child {
  --transform-translate-x: 55px;
}

.first\:translate-x-56:first-child {
  --transform-translate-x: 56px;
}

.first\:translate-x-60:first-child {
  --transform-translate-x: 60px;
}

.first\:translate-x-62:first-child {
  --transform-translate-x: 62px;
}

.first\:translate-x-64:first-child {
  --transform-translate-x: 64px;
}

.first\:translate-x-65:first-child {
  --transform-translate-x: 65px;
}

.first\:translate-x-70:first-child {
  --transform-translate-x: 70px;
}

.first\:translate-x-75:first-child {
  --transform-translate-x: 75px;
}

.first\:translate-x-80:first-child {
  --transform-translate-x: 80px;
}

.first\:translate-x-85:first-child {
  --transform-translate-x: 85px;
}

.first\:translate-x-90:first-child {
  --transform-translate-x: 90px;
}

.first\:translate-x-95:first-child {
  --transform-translate-x: 95px;
}

.first\:translate-x-96:first-child {
  --transform-translate-x: 96px;
}

.first\:translate-x-100:first-child {
  --transform-translate-x: 100px;
}

.first\:translate-x-110:first-child {
  --transform-translate-x: 110px;
}

.first\:translate-x-115:first-child {
  --transform-translate-x: 115px;
}

.first\:translate-x-120:first-child {
  --transform-translate-x: 120px;
}

.first\:translate-x-128:first-child {
  --transform-translate-x: 128px;
}

.first\:translate-x-135:first-child {
  --transform-translate-x: 135px;
}

.first\:translate-x-140:first-child {
  --transform-translate-x: 140px;
}

.first\:translate-x-145:first-child {
  --transform-translate-x: 145px;
}

.first\:translate-x-150:first-child {
  --transform-translate-x: 150px;
}

.first\:translate-x-160:first-child {
  --transform-translate-x: 160px;
}

.first\:translate-x-165:first-child {
  --transform-translate-x: 165px;
}

.first\:translate-x-168:first-child {
  --transform-translate-x: 168px;
}

.first\:translate-x-170:first-child {
  --transform-translate-x: 170px;
}

.first\:translate-x-180:first-child {
  --transform-translate-x: 180px;
}

.first\:translate-x-200:first-child {
  --transform-translate-x: 200px;
}

.first\:translate-x-220:first-child {
  --transform-translate-x: 220px;
}

.first\:translate-x-230:first-child {
  --transform-translate-x: 230px;
}

.first\:translate-x-235:first-child {
  --transform-translate-x: 235px;
}

.first\:translate-x-240:first-child {
  --transform-translate-x: 240px;
}

.first\:translate-x-250:first-child {
  --transform-translate-x: 250px;
}

.first\:translate-x-300:first-child {
  --transform-translate-x: 300px;
}

.first\:translate-x-320:first-child {
  --transform-translate-x: 320px;
}

.first\:translate-x-350:first-child {
  --transform-translate-x: 350px;
}

.first\:translate-x-375:first-child {
  --transform-translate-x: 375px;
}

.first\:translate-x-400:first-child {
  --transform-translate-x: 400px;
}

.first\:translate-x-450:first-child {
  --transform-translate-x: 450px;
}

.first\:translate-x-700:first-child {
  --transform-translate-x: 700px;
}

.first\:translate-x-px:first-child {
  --transform-translate-x: 1px;
}

.first\:translate-x-1p:first-child {
  --transform-translate-x: 1%;
}

.first\:translate-x-1\/12:first-child {
  --transform-translate-x: 8.3333%;
}

.first\:translate-x-2\/12:first-child {
  --transform-translate-x: 16.666667%;
}

.first\:translate-x-11p:first-child {
  --transform-translate-x: 11%;
}

.first\:translate-x-20p:first-child {
  --transform-translate-x: 20%;
}

.first\:translate-x-24p:first-child {
  --transform-translate-x: 24.25%;
}

.first\:translate-x-25p:first-child {
  --transform-translate-x: 25%;
}

.first\:translate-x-32p:first-child {
  --transform-translate-x: 32%;
}

.first\:translate-x-35p:first-child {
  --transform-translate-x: 35%;
}

.first\:translate-x-40p:first-child {
  --transform-translate-x: 40%;
}

.first\:translate-x-49p:first-child {
  --transform-translate-x: 49%;
}

.first\:translate-x-49-5p:first-child {
  --transform-translate-x: 49.5%;
}

.first\:translate-x-80p:first-child {
  --transform-translate-x: 80%;
}

.first\:translate-x-vh80:first-child {
  --transform-translate-x: 80vh;
}

.first\:translate-x-vh86:first-child {
  --transform-translate-x: 86vh;
}

.first\:translate-x-vh90:first-child {
  --transform-translate-x: 90vh;
}

.first\:translate-x-vw80:first-child {
  --transform-translate-x: 80vw;
}

.first\:translate-x-vw90:first-child {
  --transform-translate-x: 90vw;
}

.first\:translate-x-90p:first-child {
  --transform-translate-x: 90%;
}

.first\:translate-x-92p:first-child {
  --transform-translate-x: 92%;
}

.first\:translate-x-93p:first-child {
  --transform-translate-x: 93%;
}

.first\:translate-x-94p:first-child {
  --transform-translate-x: 94%;
}

.first\:translate-x-95p:first-child {
  --transform-translate-x: 95%;
}

.first\:translate-x-96p:first-child {
  --transform-translate-x: 96%;
}

.first\:translate-x-100p:first-child {
  --transform-translate-x: 100%;
}

.first\:-translate-x-0:first-child {
  --transform-translate-x: 0px;
}

.first\:-translate-x-1:first-child {
  --transform-translate-x: -0.25rem;
}

.first\:-translate-x-2:first-child {
  --transform-translate-x: -0.5rem;
}

.first\:-translate-x-3:first-child {
  --transform-translate-x: -3px;
}

.first\:-translate-x-4:first-child {
  --transform-translate-x: -4px;
}

.first\:-translate-x-5:first-child {
  --transform-translate-x: -5px;
}

.first\:-translate-x-6:first-child {
  --transform-translate-x: -6px;
}

.first\:-translate-x-8:first-child {
  --transform-translate-x: -8px;
}

.first\:-translate-x-9:first-child {
  --transform-translate-x: -9px;
}

.first\:-translate-x-10:first-child {
  --transform-translate-x: -10px;
}

.first\:-translate-x-12:first-child {
  --transform-translate-x: -12px;
}

.first\:-translate-x-13:first-child {
  --transform-translate-x: -13px;
}

.first\:-translate-x-14:first-child {
  --transform-translate-x: -14px;
}

.first\:-translate-x-15:first-child {
  --transform-translate-x: -15px;
}

.first\:-translate-x-16:first-child {
  --transform-translate-x: -16px;
}

.first\:-translate-x-17:first-child {
  --transform-translate-x: -17px;
}

.first\:-translate-x-18:first-child {
  --transform-translate-x: -18px;
}

.first\:-translate-x-20:first-child {
  --transform-translate-x: -20px;
}

.first\:-translate-x-22:first-child {
  --transform-translate-x: -22px;
}

.first\:-translate-x-24:first-child {
  --transform-translate-x: -24px;
}

.first\:-translate-x-25:first-child {
  --transform-translate-x: -25px;
}

.first\:-translate-x-28:first-child {
  --transform-translate-x: -28px;
}

.first\:-translate-x-29:first-child {
  --transform-translate-x: -29px;
}

.first\:-translate-x-30:first-child {
  --transform-translate-x: -30px;
}

.first\:-translate-x-32:first-child {
  --transform-translate-x: -32px;
}

.first\:-translate-x-35:first-child {
  --transform-translate-x: -35px;
}

.first\:-translate-x-36:first-child {
  --transform-translate-x: -36px;
}

.first\:-translate-x-37:first-child {
  --transform-translate-x: -37px;
}

.first\:-translate-x-40:first-child {
  --transform-translate-x: -40px;
}

.first\:-translate-x-45:first-child {
  --transform-translate-x: -45px;
}

.first\:-translate-x-48:first-child {
  --transform-translate-x: -48px;
}

.first\:-translate-x-50:first-child {
  --transform-translate-x: -50px;
}

.first\:-translate-x-55:first-child {
  --transform-translate-x: -55px;
}

.first\:-translate-x-56:first-child {
  --transform-translate-x: -56px;
}

.first\:-translate-x-60:first-child {
  --transform-translate-x: -60px;
}

.first\:-translate-x-62:first-child {
  --transform-translate-x: -62px;
}

.first\:-translate-x-64:first-child {
  --transform-translate-x: -64px;
}

.first\:-translate-x-65:first-child {
  --transform-translate-x: -65px;
}

.first\:-translate-x-70:first-child {
  --transform-translate-x: -70px;
}

.first\:-translate-x-75:first-child {
  --transform-translate-x: -75px;
}

.first\:-translate-x-80:first-child {
  --transform-translate-x: -80px;
}

.first\:-translate-x-85:first-child {
  --transform-translate-x: -85px;
}

.first\:-translate-x-90:first-child {
  --transform-translate-x: -90px;
}

.first\:-translate-x-95:first-child {
  --transform-translate-x: -95px;
}

.first\:-translate-x-96:first-child {
  --transform-translate-x: -96px;
}

.first\:-translate-x-100:first-child {
  --transform-translate-x: -100px;
}

.first\:-translate-x-110:first-child {
  --transform-translate-x: -110px;
}

.first\:-translate-x-115:first-child {
  --transform-translate-x: -115px;
}

.first\:-translate-x-120:first-child {
  --transform-translate-x: -120px;
}

.first\:-translate-x-128:first-child {
  --transform-translate-x: -128px;
}

.first\:-translate-x-135:first-child {
  --transform-translate-x: -135px;
}

.first\:-translate-x-140:first-child {
  --transform-translate-x: -140px;
}

.first\:-translate-x-145:first-child {
  --transform-translate-x: -145px;
}

.first\:-translate-x-150:first-child {
  --transform-translate-x: -150px;
}

.first\:-translate-x-160:first-child {
  --transform-translate-x: -160px;
}

.first\:-translate-x-165:first-child {
  --transform-translate-x: -165px;
}

.first\:-translate-x-168:first-child {
  --transform-translate-x: -168px;
}

.first\:-translate-x-170:first-child {
  --transform-translate-x: -170px;
}

.first\:-translate-x-180:first-child {
  --transform-translate-x: -180px;
}

.first\:-translate-x-200:first-child {
  --transform-translate-x: -200px;
}

.first\:-translate-x-220:first-child {
  --transform-translate-x: -220px;
}

.first\:-translate-x-230:first-child {
  --transform-translate-x: -230px;
}

.first\:-translate-x-235:first-child {
  --transform-translate-x: -235px;
}

.first\:-translate-x-240:first-child {
  --transform-translate-x: -240px;
}

.first\:-translate-x-250:first-child {
  --transform-translate-x: -250px;
}

.first\:-translate-x-300:first-child {
  --transform-translate-x: -300px;
}

.first\:-translate-x-320:first-child {
  --transform-translate-x: -320px;
}

.first\:-translate-x-350:first-child {
  --transform-translate-x: -350px;
}

.first\:-translate-x-375:first-child {
  --transform-translate-x: -375px;
}

.first\:-translate-x-400:first-child {
  --transform-translate-x: -400px;
}

.first\:-translate-x-450:first-child {
  --transform-translate-x: -450px;
}

.first\:-translate-x-700:first-child {
  --transform-translate-x: -700px;
}

.first\:-translate-x-px:first-child {
  --transform-translate-x: -1px;
}

.first\:-translate-x-1p:first-child {
  --transform-translate-x: -1%;
}

.first\:-translate-x-1\/12:first-child {
  --transform-translate-x: -8.3333%;
}

.first\:-translate-x-2\/12:first-child {
  --transform-translate-x: -16.66667%;
}

.first\:-translate-x-11p:first-child {
  --transform-translate-x: -11%;
}

.first\:-translate-x-20p:first-child {
  --transform-translate-x: -20%;
}

.first\:-translate-x-24p:first-child {
  --transform-translate-x: -24.25%;
}

.first\:-translate-x-25p:first-child {
  --transform-translate-x: -25%;
}

.first\:-translate-x-32p:first-child {
  --transform-translate-x: -32%;
}

.first\:-translate-x-35p:first-child {
  --transform-translate-x: -35%;
}

.first\:-translate-x-40p:first-child {
  --transform-translate-x: -40%;
}

.first\:-translate-x-49p:first-child {
  --transform-translate-x: -49%;
}

.first\:-translate-x-49-5p:first-child {
  --transform-translate-x: -49.5%;
}

.first\:-translate-x-80p:first-child {
  --transform-translate-x: -80%;
}

.first\:-translate-x-vh80:first-child {
  --transform-translate-x: -80vh;
}

.first\:-translate-x-vh86:first-child {
  --transform-translate-x: -86vh;
}

.first\:-translate-x-vh90:first-child {
  --transform-translate-x: -90vh;
}

.first\:-translate-x-vw80:first-child {
  --transform-translate-x: -80vw;
}

.first\:-translate-x-vw90:first-child {
  --transform-translate-x: -90vw;
}

.first\:-translate-x-90p:first-child {
  --transform-translate-x: -90%;
}

.first\:-translate-x-92p:first-child {
  --transform-translate-x: -92%;
}

.first\:-translate-x-93p:first-child {
  --transform-translate-x: -93%;
}

.first\:-translate-x-94p:first-child {
  --transform-translate-x: -94%;
}

.first\:-translate-x-95p:first-child {
  --transform-translate-x: -95%;
}

.first\:-translate-x-96p:first-child {
  --transform-translate-x: -96%;
}

.first\:-translate-x-100p:first-child {
  --transform-translate-x: -100%;
}

.first\:-translate-x-full:first-child {
  --transform-translate-x: -100%;
}

.first\:-translate-x-1\/2:first-child {
  --transform-translate-x: -50%;
}

.first\:translate-x-1\/2:first-child {
  --transform-translate-x: 50%;
}

.first\:translate-x-full:first-child {
  --transform-translate-x: 100%;
}

.first\:translate-y-0:first-child {
  --transform-translate-y: 0px;
}

.first\:translate-y-1:first-child {
  --transform-translate-y: 0.25rem;
}

.first\:translate-y-2:first-child {
  --transform-translate-y: 0.5rem;
}

.first\:translate-y-3:first-child {
  --transform-translate-y: 3px;
}

.first\:translate-y-4:first-child {
  --transform-translate-y: 4px;
}

.first\:translate-y-5:first-child {
  --transform-translate-y: 5px;
}

.first\:translate-y-6:first-child {
  --transform-translate-y: 6px;
}

.first\:translate-y-8:first-child {
  --transform-translate-y: 8px;
}

.first\:translate-y-9:first-child {
  --transform-translate-y: 9px;
}

.first\:translate-y-10:first-child {
  --transform-translate-y: 10px;
}

.first\:translate-y-12:first-child {
  --transform-translate-y: 12px;
}

.first\:translate-y-13:first-child {
  --transform-translate-y: 13px;
}

.first\:translate-y-14:first-child {
  --transform-translate-y: 14px;
}

.first\:translate-y-15:first-child {
  --transform-translate-y: 15px;
}

.first\:translate-y-16:first-child {
  --transform-translate-y: 16px;
}

.first\:translate-y-17:first-child {
  --transform-translate-y: 17px;
}

.first\:translate-y-18:first-child {
  --transform-translate-y: 18px;
}

.first\:translate-y-20:first-child {
  --transform-translate-y: 20px;
}

.first\:translate-y-22:first-child {
  --transform-translate-y: 22px;
}

.first\:translate-y-24:first-child {
  --transform-translate-y: 24px;
}

.first\:translate-y-25:first-child {
  --transform-translate-y: 25px;
}

.first\:translate-y-28:first-child {
  --transform-translate-y: 28px;
}

.first\:translate-y-29:first-child {
  --transform-translate-y: 29px;
}

.first\:translate-y-30:first-child {
  --transform-translate-y: 30px;
}

.first\:translate-y-32:first-child {
  --transform-translate-y: 32px;
}

.first\:translate-y-35:first-child {
  --transform-translate-y: 35px;
}

.first\:translate-y-36:first-child {
  --transform-translate-y: 36px;
}

.first\:translate-y-37:first-child {
  --transform-translate-y: 37px;
}

.first\:translate-y-40:first-child {
  --transform-translate-y: 40px;
}

.first\:translate-y-45:first-child {
  --transform-translate-y: 45px;
}

.first\:translate-y-48:first-child {
  --transform-translate-y: 48px;
}

.first\:translate-y-50:first-child {
  --transform-translate-y: 50px;
}

.first\:translate-y-55:first-child {
  --transform-translate-y: 55px;
}

.first\:translate-y-56:first-child {
  --transform-translate-y: 56px;
}

.first\:translate-y-60:first-child {
  --transform-translate-y: 60px;
}

.first\:translate-y-62:first-child {
  --transform-translate-y: 62px;
}

.first\:translate-y-64:first-child {
  --transform-translate-y: 64px;
}

.first\:translate-y-65:first-child {
  --transform-translate-y: 65px;
}

.first\:translate-y-70:first-child {
  --transform-translate-y: 70px;
}

.first\:translate-y-75:first-child {
  --transform-translate-y: 75px;
}

.first\:translate-y-80:first-child {
  --transform-translate-y: 80px;
}

.first\:translate-y-85:first-child {
  --transform-translate-y: 85px;
}

.first\:translate-y-90:first-child {
  --transform-translate-y: 90px;
}

.first\:translate-y-95:first-child {
  --transform-translate-y: 95px;
}

.first\:translate-y-96:first-child {
  --transform-translate-y: 96px;
}

.first\:translate-y-100:first-child {
  --transform-translate-y: 100px;
}

.first\:translate-y-110:first-child {
  --transform-translate-y: 110px;
}

.first\:translate-y-115:first-child {
  --transform-translate-y: 115px;
}

.first\:translate-y-120:first-child {
  --transform-translate-y: 120px;
}

.first\:translate-y-128:first-child {
  --transform-translate-y: 128px;
}

.first\:translate-y-135:first-child {
  --transform-translate-y: 135px;
}

.first\:translate-y-140:first-child {
  --transform-translate-y: 140px;
}

.first\:translate-y-145:first-child {
  --transform-translate-y: 145px;
}

.first\:translate-y-150:first-child {
  --transform-translate-y: 150px;
}

.first\:translate-y-160:first-child {
  --transform-translate-y: 160px;
}

.first\:translate-y-165:first-child {
  --transform-translate-y: 165px;
}

.first\:translate-y-168:first-child {
  --transform-translate-y: 168px;
}

.first\:translate-y-170:first-child {
  --transform-translate-y: 170px;
}

.first\:translate-y-180:first-child {
  --transform-translate-y: 180px;
}

.first\:translate-y-200:first-child {
  --transform-translate-y: 200px;
}

.first\:translate-y-220:first-child {
  --transform-translate-y: 220px;
}

.first\:translate-y-230:first-child {
  --transform-translate-y: 230px;
}

.first\:translate-y-235:first-child {
  --transform-translate-y: 235px;
}

.first\:translate-y-240:first-child {
  --transform-translate-y: 240px;
}

.first\:translate-y-250:first-child {
  --transform-translate-y: 250px;
}

.first\:translate-y-300:first-child {
  --transform-translate-y: 300px;
}

.first\:translate-y-320:first-child {
  --transform-translate-y: 320px;
}

.first\:translate-y-350:first-child {
  --transform-translate-y: 350px;
}

.first\:translate-y-375:first-child {
  --transform-translate-y: 375px;
}

.first\:translate-y-400:first-child {
  --transform-translate-y: 400px;
}

.first\:translate-y-450:first-child {
  --transform-translate-y: 450px;
}

.first\:translate-y-700:first-child {
  --transform-translate-y: 700px;
}

.first\:translate-y-px:first-child {
  --transform-translate-y: 1px;
}

.first\:translate-y-1p:first-child {
  --transform-translate-y: 1%;
}

.first\:translate-y-1\/12:first-child {
  --transform-translate-y: 8.3333%;
}

.first\:translate-y-2\/12:first-child {
  --transform-translate-y: 16.666667%;
}

.first\:translate-y-11p:first-child {
  --transform-translate-y: 11%;
}

.first\:translate-y-20p:first-child {
  --transform-translate-y: 20%;
}

.first\:translate-y-24p:first-child {
  --transform-translate-y: 24.25%;
}

.first\:translate-y-25p:first-child {
  --transform-translate-y: 25%;
}

.first\:translate-y-32p:first-child {
  --transform-translate-y: 32%;
}

.first\:translate-y-35p:first-child {
  --transform-translate-y: 35%;
}

.first\:translate-y-40p:first-child {
  --transform-translate-y: 40%;
}

.first\:translate-y-49p:first-child {
  --transform-translate-y: 49%;
}

.first\:translate-y-49-5p:first-child {
  --transform-translate-y: 49.5%;
}

.first\:translate-y-80p:first-child {
  --transform-translate-y: 80%;
}

.first\:translate-y-vh80:first-child {
  --transform-translate-y: 80vh;
}

.first\:translate-y-vh86:first-child {
  --transform-translate-y: 86vh;
}

.first\:translate-y-vh90:first-child {
  --transform-translate-y: 90vh;
}

.first\:translate-y-vw80:first-child {
  --transform-translate-y: 80vw;
}

.first\:translate-y-vw90:first-child {
  --transform-translate-y: 90vw;
}

.first\:translate-y-90p:first-child {
  --transform-translate-y: 90%;
}

.first\:translate-y-92p:first-child {
  --transform-translate-y: 92%;
}

.first\:translate-y-93p:first-child {
  --transform-translate-y: 93%;
}

.first\:translate-y-94p:first-child {
  --transform-translate-y: 94%;
}

.first\:translate-y-95p:first-child {
  --transform-translate-y: 95%;
}

.first\:translate-y-96p:first-child {
  --transform-translate-y: 96%;
}

.first\:translate-y-100p:first-child {
  --transform-translate-y: 100%;
}

.first\:-translate-y-0:first-child {
  --transform-translate-y: 0px;
}

.first\:-translate-y-1:first-child {
  --transform-translate-y: -0.25rem;
}

.first\:-translate-y-2:first-child {
  --transform-translate-y: -0.5rem;
}

.first\:-translate-y-3:first-child {
  --transform-translate-y: -3px;
}

.first\:-translate-y-4:first-child {
  --transform-translate-y: -4px;
}

.first\:-translate-y-5:first-child {
  --transform-translate-y: -5px;
}

.first\:-translate-y-6:first-child {
  --transform-translate-y: -6px;
}

.first\:-translate-y-8:first-child {
  --transform-translate-y: -8px;
}

.first\:-translate-y-9:first-child {
  --transform-translate-y: -9px;
}

.first\:-translate-y-10:first-child {
  --transform-translate-y: -10px;
}

.first\:-translate-y-12:first-child {
  --transform-translate-y: -12px;
}

.first\:-translate-y-13:first-child {
  --transform-translate-y: -13px;
}

.first\:-translate-y-14:first-child {
  --transform-translate-y: -14px;
}

.first\:-translate-y-15:first-child {
  --transform-translate-y: -15px;
}

.first\:-translate-y-16:first-child {
  --transform-translate-y: -16px;
}

.first\:-translate-y-17:first-child {
  --transform-translate-y: -17px;
}

.first\:-translate-y-18:first-child {
  --transform-translate-y: -18px;
}

.first\:-translate-y-20:first-child {
  --transform-translate-y: -20px;
}

.first\:-translate-y-22:first-child {
  --transform-translate-y: -22px;
}

.first\:-translate-y-24:first-child {
  --transform-translate-y: -24px;
}

.first\:-translate-y-25:first-child {
  --transform-translate-y: -25px;
}

.first\:-translate-y-28:first-child {
  --transform-translate-y: -28px;
}

.first\:-translate-y-29:first-child {
  --transform-translate-y: -29px;
}

.first\:-translate-y-30:first-child {
  --transform-translate-y: -30px;
}

.first\:-translate-y-32:first-child {
  --transform-translate-y: -32px;
}

.first\:-translate-y-35:first-child {
  --transform-translate-y: -35px;
}

.first\:-translate-y-36:first-child {
  --transform-translate-y: -36px;
}

.first\:-translate-y-37:first-child {
  --transform-translate-y: -37px;
}

.first\:-translate-y-40:first-child {
  --transform-translate-y: -40px;
}

.first\:-translate-y-45:first-child {
  --transform-translate-y: -45px;
}

.first\:-translate-y-48:first-child {
  --transform-translate-y: -48px;
}

.first\:-translate-y-50:first-child {
  --transform-translate-y: -50px;
}

.first\:-translate-y-55:first-child {
  --transform-translate-y: -55px;
}

.first\:-translate-y-56:first-child {
  --transform-translate-y: -56px;
}

.first\:-translate-y-60:first-child {
  --transform-translate-y: -60px;
}

.first\:-translate-y-62:first-child {
  --transform-translate-y: -62px;
}

.first\:-translate-y-64:first-child {
  --transform-translate-y: -64px;
}

.first\:-translate-y-65:first-child {
  --transform-translate-y: -65px;
}

.first\:-translate-y-70:first-child {
  --transform-translate-y: -70px;
}

.first\:-translate-y-75:first-child {
  --transform-translate-y: -75px;
}

.first\:-translate-y-80:first-child {
  --transform-translate-y: -80px;
}

.first\:-translate-y-85:first-child {
  --transform-translate-y: -85px;
}

.first\:-translate-y-90:first-child {
  --transform-translate-y: -90px;
}

.first\:-translate-y-95:first-child {
  --transform-translate-y: -95px;
}

.first\:-translate-y-96:first-child {
  --transform-translate-y: -96px;
}

.first\:-translate-y-100:first-child {
  --transform-translate-y: -100px;
}

.first\:-translate-y-110:first-child {
  --transform-translate-y: -110px;
}

.first\:-translate-y-115:first-child {
  --transform-translate-y: -115px;
}

.first\:-translate-y-120:first-child {
  --transform-translate-y: -120px;
}

.first\:-translate-y-128:first-child {
  --transform-translate-y: -128px;
}

.first\:-translate-y-135:first-child {
  --transform-translate-y: -135px;
}

.first\:-translate-y-140:first-child {
  --transform-translate-y: -140px;
}

.first\:-translate-y-145:first-child {
  --transform-translate-y: -145px;
}

.first\:-translate-y-150:first-child {
  --transform-translate-y: -150px;
}

.first\:-translate-y-160:first-child {
  --transform-translate-y: -160px;
}

.first\:-translate-y-165:first-child {
  --transform-translate-y: -165px;
}

.first\:-translate-y-168:first-child {
  --transform-translate-y: -168px;
}

.first\:-translate-y-170:first-child {
  --transform-translate-y: -170px;
}

.first\:-translate-y-180:first-child {
  --transform-translate-y: -180px;
}

.first\:-translate-y-200:first-child {
  --transform-translate-y: -200px;
}

.first\:-translate-y-220:first-child {
  --transform-translate-y: -220px;
}

.first\:-translate-y-230:first-child {
  --transform-translate-y: -230px;
}

.first\:-translate-y-235:first-child {
  --transform-translate-y: -235px;
}

.first\:-translate-y-240:first-child {
  --transform-translate-y: -240px;
}

.first\:-translate-y-250:first-child {
  --transform-translate-y: -250px;
}

.first\:-translate-y-300:first-child {
  --transform-translate-y: -300px;
}

.first\:-translate-y-320:first-child {
  --transform-translate-y: -320px;
}

.first\:-translate-y-350:first-child {
  --transform-translate-y: -350px;
}

.first\:-translate-y-375:first-child {
  --transform-translate-y: -375px;
}

.first\:-translate-y-400:first-child {
  --transform-translate-y: -400px;
}

.first\:-translate-y-450:first-child {
  --transform-translate-y: -450px;
}

.first\:-translate-y-700:first-child {
  --transform-translate-y: -700px;
}

.first\:-translate-y-px:first-child {
  --transform-translate-y: -1px;
}

.first\:-translate-y-1p:first-child {
  --transform-translate-y: -1%;
}

.first\:-translate-y-1\/12:first-child {
  --transform-translate-y: -8.3333%;
}

.first\:-translate-y-2\/12:first-child {
  --transform-translate-y: -16.66667%;
}

.first\:-translate-y-11p:first-child {
  --transform-translate-y: -11%;
}

.first\:-translate-y-20p:first-child {
  --transform-translate-y: -20%;
}

.first\:-translate-y-24p:first-child {
  --transform-translate-y: -24.25%;
}

.first\:-translate-y-25p:first-child {
  --transform-translate-y: -25%;
}

.first\:-translate-y-32p:first-child {
  --transform-translate-y: -32%;
}

.first\:-translate-y-35p:first-child {
  --transform-translate-y: -35%;
}

.first\:-translate-y-40p:first-child {
  --transform-translate-y: -40%;
}

.first\:-translate-y-49p:first-child {
  --transform-translate-y: -49%;
}

.first\:-translate-y-49-5p:first-child {
  --transform-translate-y: -49.5%;
}

.first\:-translate-y-80p:first-child {
  --transform-translate-y: -80%;
}

.first\:-translate-y-vh80:first-child {
  --transform-translate-y: -80vh;
}

.first\:-translate-y-vh86:first-child {
  --transform-translate-y: -86vh;
}

.first\:-translate-y-vh90:first-child {
  --transform-translate-y: -90vh;
}

.first\:-translate-y-vw80:first-child {
  --transform-translate-y: -80vw;
}

.first\:-translate-y-vw90:first-child {
  --transform-translate-y: -90vw;
}

.first\:-translate-y-90p:first-child {
  --transform-translate-y: -90%;
}

.first\:-translate-y-92p:first-child {
  --transform-translate-y: -92%;
}

.first\:-translate-y-93p:first-child {
  --transform-translate-y: -93%;
}

.first\:-translate-y-94p:first-child {
  --transform-translate-y: -94%;
}

.first\:-translate-y-95p:first-child {
  --transform-translate-y: -95%;
}

.first\:-translate-y-96p:first-child {
  --transform-translate-y: -96%;
}

.first\:-translate-y-100p:first-child {
  --transform-translate-y: -100%;
}

.first\:-translate-y-full:first-child {
  --transform-translate-y: -100%;
}

.first\:-translate-y-1\/2:first-child {
  --transform-translate-y: -50%;
}

.first\:translate-y-1\/2:first-child {
  --transform-translate-y: 50%;
}

.first\:translate-y-full:first-child {
  --transform-translate-y: 100%;
}

.last\:translate-x-0:last-child {
  --transform-translate-x: 0px;
}

.last\:translate-x-1:last-child {
  --transform-translate-x: 0.25rem;
}

.last\:translate-x-2:last-child {
  --transform-translate-x: 0.5rem;
}

.last\:translate-x-3:last-child {
  --transform-translate-x: 3px;
}

.last\:translate-x-4:last-child {
  --transform-translate-x: 4px;
}

.last\:translate-x-5:last-child {
  --transform-translate-x: 5px;
}

.last\:translate-x-6:last-child {
  --transform-translate-x: 6px;
}

.last\:translate-x-8:last-child {
  --transform-translate-x: 8px;
}

.last\:translate-x-9:last-child {
  --transform-translate-x: 9px;
}

.last\:translate-x-10:last-child {
  --transform-translate-x: 10px;
}

.last\:translate-x-12:last-child {
  --transform-translate-x: 12px;
}

.last\:translate-x-13:last-child {
  --transform-translate-x: 13px;
}

.last\:translate-x-14:last-child {
  --transform-translate-x: 14px;
}

.last\:translate-x-15:last-child {
  --transform-translate-x: 15px;
}

.last\:translate-x-16:last-child {
  --transform-translate-x: 16px;
}

.last\:translate-x-17:last-child {
  --transform-translate-x: 17px;
}

.last\:translate-x-18:last-child {
  --transform-translate-x: 18px;
}

.last\:translate-x-20:last-child {
  --transform-translate-x: 20px;
}

.last\:translate-x-22:last-child {
  --transform-translate-x: 22px;
}

.last\:translate-x-24:last-child {
  --transform-translate-x: 24px;
}

.last\:translate-x-25:last-child {
  --transform-translate-x: 25px;
}

.last\:translate-x-28:last-child {
  --transform-translate-x: 28px;
}

.last\:translate-x-29:last-child {
  --transform-translate-x: 29px;
}

.last\:translate-x-30:last-child {
  --transform-translate-x: 30px;
}

.last\:translate-x-32:last-child {
  --transform-translate-x: 32px;
}

.last\:translate-x-35:last-child {
  --transform-translate-x: 35px;
}

.last\:translate-x-36:last-child {
  --transform-translate-x: 36px;
}

.last\:translate-x-37:last-child {
  --transform-translate-x: 37px;
}

.last\:translate-x-40:last-child {
  --transform-translate-x: 40px;
}

.last\:translate-x-45:last-child {
  --transform-translate-x: 45px;
}

.last\:translate-x-48:last-child {
  --transform-translate-x: 48px;
}

.last\:translate-x-50:last-child {
  --transform-translate-x: 50px;
}

.last\:translate-x-55:last-child {
  --transform-translate-x: 55px;
}

.last\:translate-x-56:last-child {
  --transform-translate-x: 56px;
}

.last\:translate-x-60:last-child {
  --transform-translate-x: 60px;
}

.last\:translate-x-62:last-child {
  --transform-translate-x: 62px;
}

.last\:translate-x-64:last-child {
  --transform-translate-x: 64px;
}

.last\:translate-x-65:last-child {
  --transform-translate-x: 65px;
}

.last\:translate-x-70:last-child {
  --transform-translate-x: 70px;
}

.last\:translate-x-75:last-child {
  --transform-translate-x: 75px;
}

.last\:translate-x-80:last-child {
  --transform-translate-x: 80px;
}

.last\:translate-x-85:last-child {
  --transform-translate-x: 85px;
}

.last\:translate-x-90:last-child {
  --transform-translate-x: 90px;
}

.last\:translate-x-95:last-child {
  --transform-translate-x: 95px;
}

.last\:translate-x-96:last-child {
  --transform-translate-x: 96px;
}

.last\:translate-x-100:last-child {
  --transform-translate-x: 100px;
}

.last\:translate-x-110:last-child {
  --transform-translate-x: 110px;
}

.last\:translate-x-115:last-child {
  --transform-translate-x: 115px;
}

.last\:translate-x-120:last-child {
  --transform-translate-x: 120px;
}

.last\:translate-x-128:last-child {
  --transform-translate-x: 128px;
}

.last\:translate-x-135:last-child {
  --transform-translate-x: 135px;
}

.last\:translate-x-140:last-child {
  --transform-translate-x: 140px;
}

.last\:translate-x-145:last-child {
  --transform-translate-x: 145px;
}

.last\:translate-x-150:last-child {
  --transform-translate-x: 150px;
}

.last\:translate-x-160:last-child {
  --transform-translate-x: 160px;
}

.last\:translate-x-165:last-child {
  --transform-translate-x: 165px;
}

.last\:translate-x-168:last-child {
  --transform-translate-x: 168px;
}

.last\:translate-x-170:last-child {
  --transform-translate-x: 170px;
}

.last\:translate-x-180:last-child {
  --transform-translate-x: 180px;
}

.last\:translate-x-200:last-child {
  --transform-translate-x: 200px;
}

.last\:translate-x-220:last-child {
  --transform-translate-x: 220px;
}

.last\:translate-x-230:last-child {
  --transform-translate-x: 230px;
}

.last\:translate-x-235:last-child {
  --transform-translate-x: 235px;
}

.last\:translate-x-240:last-child {
  --transform-translate-x: 240px;
}

.last\:translate-x-250:last-child {
  --transform-translate-x: 250px;
}

.last\:translate-x-300:last-child {
  --transform-translate-x: 300px;
}

.last\:translate-x-320:last-child {
  --transform-translate-x: 320px;
}

.last\:translate-x-350:last-child {
  --transform-translate-x: 350px;
}

.last\:translate-x-375:last-child {
  --transform-translate-x: 375px;
}

.last\:translate-x-400:last-child {
  --transform-translate-x: 400px;
}

.last\:translate-x-450:last-child {
  --transform-translate-x: 450px;
}

.last\:translate-x-700:last-child {
  --transform-translate-x: 700px;
}

.last\:translate-x-px:last-child {
  --transform-translate-x: 1px;
}

.last\:translate-x-1p:last-child {
  --transform-translate-x: 1%;
}

.last\:translate-x-1\/12:last-child {
  --transform-translate-x: 8.3333%;
}

.last\:translate-x-2\/12:last-child {
  --transform-translate-x: 16.666667%;
}

.last\:translate-x-11p:last-child {
  --transform-translate-x: 11%;
}

.last\:translate-x-20p:last-child {
  --transform-translate-x: 20%;
}

.last\:translate-x-24p:last-child {
  --transform-translate-x: 24.25%;
}

.last\:translate-x-25p:last-child {
  --transform-translate-x: 25%;
}

.last\:translate-x-32p:last-child {
  --transform-translate-x: 32%;
}

.last\:translate-x-35p:last-child {
  --transform-translate-x: 35%;
}

.last\:translate-x-40p:last-child {
  --transform-translate-x: 40%;
}

.last\:translate-x-49p:last-child {
  --transform-translate-x: 49%;
}

.last\:translate-x-49-5p:last-child {
  --transform-translate-x: 49.5%;
}

.last\:translate-x-80p:last-child {
  --transform-translate-x: 80%;
}

.last\:translate-x-vh80:last-child {
  --transform-translate-x: 80vh;
}

.last\:translate-x-vh86:last-child {
  --transform-translate-x: 86vh;
}

.last\:translate-x-vh90:last-child {
  --transform-translate-x: 90vh;
}

.last\:translate-x-vw80:last-child {
  --transform-translate-x: 80vw;
}

.last\:translate-x-vw90:last-child {
  --transform-translate-x: 90vw;
}

.last\:translate-x-90p:last-child {
  --transform-translate-x: 90%;
}

.last\:translate-x-92p:last-child {
  --transform-translate-x: 92%;
}

.last\:translate-x-93p:last-child {
  --transform-translate-x: 93%;
}

.last\:translate-x-94p:last-child {
  --transform-translate-x: 94%;
}

.last\:translate-x-95p:last-child {
  --transform-translate-x: 95%;
}

.last\:translate-x-96p:last-child {
  --transform-translate-x: 96%;
}

.last\:translate-x-100p:last-child {
  --transform-translate-x: 100%;
}

.last\:-translate-x-0:last-child {
  --transform-translate-x: 0px;
}

.last\:-translate-x-1:last-child {
  --transform-translate-x: -0.25rem;
}

.last\:-translate-x-2:last-child {
  --transform-translate-x: -0.5rem;
}

.last\:-translate-x-3:last-child {
  --transform-translate-x: -3px;
}

.last\:-translate-x-4:last-child {
  --transform-translate-x: -4px;
}

.last\:-translate-x-5:last-child {
  --transform-translate-x: -5px;
}

.last\:-translate-x-6:last-child {
  --transform-translate-x: -6px;
}

.last\:-translate-x-8:last-child {
  --transform-translate-x: -8px;
}

.last\:-translate-x-9:last-child {
  --transform-translate-x: -9px;
}

.last\:-translate-x-10:last-child {
  --transform-translate-x: -10px;
}

.last\:-translate-x-12:last-child {
  --transform-translate-x: -12px;
}

.last\:-translate-x-13:last-child {
  --transform-translate-x: -13px;
}

.last\:-translate-x-14:last-child {
  --transform-translate-x: -14px;
}

.last\:-translate-x-15:last-child {
  --transform-translate-x: -15px;
}

.last\:-translate-x-16:last-child {
  --transform-translate-x: -16px;
}

.last\:-translate-x-17:last-child {
  --transform-translate-x: -17px;
}

.last\:-translate-x-18:last-child {
  --transform-translate-x: -18px;
}

.last\:-translate-x-20:last-child {
  --transform-translate-x: -20px;
}

.last\:-translate-x-22:last-child {
  --transform-translate-x: -22px;
}

.last\:-translate-x-24:last-child {
  --transform-translate-x: -24px;
}

.last\:-translate-x-25:last-child {
  --transform-translate-x: -25px;
}

.last\:-translate-x-28:last-child {
  --transform-translate-x: -28px;
}

.last\:-translate-x-29:last-child {
  --transform-translate-x: -29px;
}

.last\:-translate-x-30:last-child {
  --transform-translate-x: -30px;
}

.last\:-translate-x-32:last-child {
  --transform-translate-x: -32px;
}

.last\:-translate-x-35:last-child {
  --transform-translate-x: -35px;
}

.last\:-translate-x-36:last-child {
  --transform-translate-x: -36px;
}

.last\:-translate-x-37:last-child {
  --transform-translate-x: -37px;
}

.last\:-translate-x-40:last-child {
  --transform-translate-x: -40px;
}

.last\:-translate-x-45:last-child {
  --transform-translate-x: -45px;
}

.last\:-translate-x-48:last-child {
  --transform-translate-x: -48px;
}

.last\:-translate-x-50:last-child {
  --transform-translate-x: -50px;
}

.last\:-translate-x-55:last-child {
  --transform-translate-x: -55px;
}

.last\:-translate-x-56:last-child {
  --transform-translate-x: -56px;
}

.last\:-translate-x-60:last-child {
  --transform-translate-x: -60px;
}

.last\:-translate-x-62:last-child {
  --transform-translate-x: -62px;
}

.last\:-translate-x-64:last-child {
  --transform-translate-x: -64px;
}

.last\:-translate-x-65:last-child {
  --transform-translate-x: -65px;
}

.last\:-translate-x-70:last-child {
  --transform-translate-x: -70px;
}

.last\:-translate-x-75:last-child {
  --transform-translate-x: -75px;
}

.last\:-translate-x-80:last-child {
  --transform-translate-x: -80px;
}

.last\:-translate-x-85:last-child {
  --transform-translate-x: -85px;
}

.last\:-translate-x-90:last-child {
  --transform-translate-x: -90px;
}

.last\:-translate-x-95:last-child {
  --transform-translate-x: -95px;
}

.last\:-translate-x-96:last-child {
  --transform-translate-x: -96px;
}

.last\:-translate-x-100:last-child {
  --transform-translate-x: -100px;
}

.last\:-translate-x-110:last-child {
  --transform-translate-x: -110px;
}

.last\:-translate-x-115:last-child {
  --transform-translate-x: -115px;
}

.last\:-translate-x-120:last-child {
  --transform-translate-x: -120px;
}

.last\:-translate-x-128:last-child {
  --transform-translate-x: -128px;
}

.last\:-translate-x-135:last-child {
  --transform-translate-x: -135px;
}

.last\:-translate-x-140:last-child {
  --transform-translate-x: -140px;
}

.last\:-translate-x-145:last-child {
  --transform-translate-x: -145px;
}

.last\:-translate-x-150:last-child {
  --transform-translate-x: -150px;
}

.last\:-translate-x-160:last-child {
  --transform-translate-x: -160px;
}

.last\:-translate-x-165:last-child {
  --transform-translate-x: -165px;
}

.last\:-translate-x-168:last-child {
  --transform-translate-x: -168px;
}

.last\:-translate-x-170:last-child {
  --transform-translate-x: -170px;
}

.last\:-translate-x-180:last-child {
  --transform-translate-x: -180px;
}

.last\:-translate-x-200:last-child {
  --transform-translate-x: -200px;
}

.last\:-translate-x-220:last-child {
  --transform-translate-x: -220px;
}

.last\:-translate-x-230:last-child {
  --transform-translate-x: -230px;
}

.last\:-translate-x-235:last-child {
  --transform-translate-x: -235px;
}

.last\:-translate-x-240:last-child {
  --transform-translate-x: -240px;
}

.last\:-translate-x-250:last-child {
  --transform-translate-x: -250px;
}

.last\:-translate-x-300:last-child {
  --transform-translate-x: -300px;
}

.last\:-translate-x-320:last-child {
  --transform-translate-x: -320px;
}

.last\:-translate-x-350:last-child {
  --transform-translate-x: -350px;
}

.last\:-translate-x-375:last-child {
  --transform-translate-x: -375px;
}

.last\:-translate-x-400:last-child {
  --transform-translate-x: -400px;
}

.last\:-translate-x-450:last-child {
  --transform-translate-x: -450px;
}

.last\:-translate-x-700:last-child {
  --transform-translate-x: -700px;
}

.last\:-translate-x-px:last-child {
  --transform-translate-x: -1px;
}

.last\:-translate-x-1p:last-child {
  --transform-translate-x: -1%;
}

.last\:-translate-x-1\/12:last-child {
  --transform-translate-x: -8.3333%;
}

.last\:-translate-x-2\/12:last-child {
  --transform-translate-x: -16.66667%;
}

.last\:-translate-x-11p:last-child {
  --transform-translate-x: -11%;
}

.last\:-translate-x-20p:last-child {
  --transform-translate-x: -20%;
}

.last\:-translate-x-24p:last-child {
  --transform-translate-x: -24.25%;
}

.last\:-translate-x-25p:last-child {
  --transform-translate-x: -25%;
}

.last\:-translate-x-32p:last-child {
  --transform-translate-x: -32%;
}

.last\:-translate-x-35p:last-child {
  --transform-translate-x: -35%;
}

.last\:-translate-x-40p:last-child {
  --transform-translate-x: -40%;
}

.last\:-translate-x-49p:last-child {
  --transform-translate-x: -49%;
}

.last\:-translate-x-49-5p:last-child {
  --transform-translate-x: -49.5%;
}

.last\:-translate-x-80p:last-child {
  --transform-translate-x: -80%;
}

.last\:-translate-x-vh80:last-child {
  --transform-translate-x: -80vh;
}

.last\:-translate-x-vh86:last-child {
  --transform-translate-x: -86vh;
}

.last\:-translate-x-vh90:last-child {
  --transform-translate-x: -90vh;
}

.last\:-translate-x-vw80:last-child {
  --transform-translate-x: -80vw;
}

.last\:-translate-x-vw90:last-child {
  --transform-translate-x: -90vw;
}

.last\:-translate-x-90p:last-child {
  --transform-translate-x: -90%;
}

.last\:-translate-x-92p:last-child {
  --transform-translate-x: -92%;
}

.last\:-translate-x-93p:last-child {
  --transform-translate-x: -93%;
}

.last\:-translate-x-94p:last-child {
  --transform-translate-x: -94%;
}

.last\:-translate-x-95p:last-child {
  --transform-translate-x: -95%;
}

.last\:-translate-x-96p:last-child {
  --transform-translate-x: -96%;
}

.last\:-translate-x-100p:last-child {
  --transform-translate-x: -100%;
}

.last\:-translate-x-full:last-child {
  --transform-translate-x: -100%;
}

.last\:-translate-x-1\/2:last-child {
  --transform-translate-x: -50%;
}

.last\:translate-x-1\/2:last-child {
  --transform-translate-x: 50%;
}

.last\:translate-x-full:last-child {
  --transform-translate-x: 100%;
}

.last\:translate-y-0:last-child {
  --transform-translate-y: 0px;
}

.last\:translate-y-1:last-child {
  --transform-translate-y: 0.25rem;
}

.last\:translate-y-2:last-child {
  --transform-translate-y: 0.5rem;
}

.last\:translate-y-3:last-child {
  --transform-translate-y: 3px;
}

.last\:translate-y-4:last-child {
  --transform-translate-y: 4px;
}

.last\:translate-y-5:last-child {
  --transform-translate-y: 5px;
}

.last\:translate-y-6:last-child {
  --transform-translate-y: 6px;
}

.last\:translate-y-8:last-child {
  --transform-translate-y: 8px;
}

.last\:translate-y-9:last-child {
  --transform-translate-y: 9px;
}

.last\:translate-y-10:last-child {
  --transform-translate-y: 10px;
}

.last\:translate-y-12:last-child {
  --transform-translate-y: 12px;
}

.last\:translate-y-13:last-child {
  --transform-translate-y: 13px;
}

.last\:translate-y-14:last-child {
  --transform-translate-y: 14px;
}

.last\:translate-y-15:last-child {
  --transform-translate-y: 15px;
}

.last\:translate-y-16:last-child {
  --transform-translate-y: 16px;
}

.last\:translate-y-17:last-child {
  --transform-translate-y: 17px;
}

.last\:translate-y-18:last-child {
  --transform-translate-y: 18px;
}

.last\:translate-y-20:last-child {
  --transform-translate-y: 20px;
}

.last\:translate-y-22:last-child {
  --transform-translate-y: 22px;
}

.last\:translate-y-24:last-child {
  --transform-translate-y: 24px;
}

.last\:translate-y-25:last-child {
  --transform-translate-y: 25px;
}

.last\:translate-y-28:last-child {
  --transform-translate-y: 28px;
}

.last\:translate-y-29:last-child {
  --transform-translate-y: 29px;
}

.last\:translate-y-30:last-child {
  --transform-translate-y: 30px;
}

.last\:translate-y-32:last-child {
  --transform-translate-y: 32px;
}

.last\:translate-y-35:last-child {
  --transform-translate-y: 35px;
}

.last\:translate-y-36:last-child {
  --transform-translate-y: 36px;
}

.last\:translate-y-37:last-child {
  --transform-translate-y: 37px;
}

.last\:translate-y-40:last-child {
  --transform-translate-y: 40px;
}

.last\:translate-y-45:last-child {
  --transform-translate-y: 45px;
}

.last\:translate-y-48:last-child {
  --transform-translate-y: 48px;
}

.last\:translate-y-50:last-child {
  --transform-translate-y: 50px;
}

.last\:translate-y-55:last-child {
  --transform-translate-y: 55px;
}

.last\:translate-y-56:last-child {
  --transform-translate-y: 56px;
}

.last\:translate-y-60:last-child {
  --transform-translate-y: 60px;
}

.last\:translate-y-62:last-child {
  --transform-translate-y: 62px;
}

.last\:translate-y-64:last-child {
  --transform-translate-y: 64px;
}

.last\:translate-y-65:last-child {
  --transform-translate-y: 65px;
}

.last\:translate-y-70:last-child {
  --transform-translate-y: 70px;
}

.last\:translate-y-75:last-child {
  --transform-translate-y: 75px;
}

.last\:translate-y-80:last-child {
  --transform-translate-y: 80px;
}

.last\:translate-y-85:last-child {
  --transform-translate-y: 85px;
}

.last\:translate-y-90:last-child {
  --transform-translate-y: 90px;
}

.last\:translate-y-95:last-child {
  --transform-translate-y: 95px;
}

.last\:translate-y-96:last-child {
  --transform-translate-y: 96px;
}

.last\:translate-y-100:last-child {
  --transform-translate-y: 100px;
}

.last\:translate-y-110:last-child {
  --transform-translate-y: 110px;
}

.last\:translate-y-115:last-child {
  --transform-translate-y: 115px;
}

.last\:translate-y-120:last-child {
  --transform-translate-y: 120px;
}

.last\:translate-y-128:last-child {
  --transform-translate-y: 128px;
}

.last\:translate-y-135:last-child {
  --transform-translate-y: 135px;
}

.last\:translate-y-140:last-child {
  --transform-translate-y: 140px;
}

.last\:translate-y-145:last-child {
  --transform-translate-y: 145px;
}

.last\:translate-y-150:last-child {
  --transform-translate-y: 150px;
}

.last\:translate-y-160:last-child {
  --transform-translate-y: 160px;
}

.last\:translate-y-165:last-child {
  --transform-translate-y: 165px;
}

.last\:translate-y-168:last-child {
  --transform-translate-y: 168px;
}

.last\:translate-y-170:last-child {
  --transform-translate-y: 170px;
}

.last\:translate-y-180:last-child {
  --transform-translate-y: 180px;
}

.last\:translate-y-200:last-child {
  --transform-translate-y: 200px;
}

.last\:translate-y-220:last-child {
  --transform-translate-y: 220px;
}

.last\:translate-y-230:last-child {
  --transform-translate-y: 230px;
}

.last\:translate-y-235:last-child {
  --transform-translate-y: 235px;
}

.last\:translate-y-240:last-child {
  --transform-translate-y: 240px;
}

.last\:translate-y-250:last-child {
  --transform-translate-y: 250px;
}

.last\:translate-y-300:last-child {
  --transform-translate-y: 300px;
}

.last\:translate-y-320:last-child {
  --transform-translate-y: 320px;
}

.last\:translate-y-350:last-child {
  --transform-translate-y: 350px;
}

.last\:translate-y-375:last-child {
  --transform-translate-y: 375px;
}

.last\:translate-y-400:last-child {
  --transform-translate-y: 400px;
}

.last\:translate-y-450:last-child {
  --transform-translate-y: 450px;
}

.last\:translate-y-700:last-child {
  --transform-translate-y: 700px;
}

.last\:translate-y-px:last-child {
  --transform-translate-y: 1px;
}

.last\:translate-y-1p:last-child {
  --transform-translate-y: 1%;
}

.last\:translate-y-1\/12:last-child {
  --transform-translate-y: 8.3333%;
}

.last\:translate-y-2\/12:last-child {
  --transform-translate-y: 16.666667%;
}

.last\:translate-y-11p:last-child {
  --transform-translate-y: 11%;
}

.last\:translate-y-20p:last-child {
  --transform-translate-y: 20%;
}

.last\:translate-y-24p:last-child {
  --transform-translate-y: 24.25%;
}

.last\:translate-y-25p:last-child {
  --transform-translate-y: 25%;
}

.last\:translate-y-32p:last-child {
  --transform-translate-y: 32%;
}

.last\:translate-y-35p:last-child {
  --transform-translate-y: 35%;
}

.last\:translate-y-40p:last-child {
  --transform-translate-y: 40%;
}

.last\:translate-y-49p:last-child {
  --transform-translate-y: 49%;
}

.last\:translate-y-49-5p:last-child {
  --transform-translate-y: 49.5%;
}

.last\:translate-y-80p:last-child {
  --transform-translate-y: 80%;
}

.last\:translate-y-vh80:last-child {
  --transform-translate-y: 80vh;
}

.last\:translate-y-vh86:last-child {
  --transform-translate-y: 86vh;
}

.last\:translate-y-vh90:last-child {
  --transform-translate-y: 90vh;
}

.last\:translate-y-vw80:last-child {
  --transform-translate-y: 80vw;
}

.last\:translate-y-vw90:last-child {
  --transform-translate-y: 90vw;
}

.last\:translate-y-90p:last-child {
  --transform-translate-y: 90%;
}

.last\:translate-y-92p:last-child {
  --transform-translate-y: 92%;
}

.last\:translate-y-93p:last-child {
  --transform-translate-y: 93%;
}

.last\:translate-y-94p:last-child {
  --transform-translate-y: 94%;
}

.last\:translate-y-95p:last-child {
  --transform-translate-y: 95%;
}

.last\:translate-y-96p:last-child {
  --transform-translate-y: 96%;
}

.last\:translate-y-100p:last-child {
  --transform-translate-y: 100%;
}

.last\:-translate-y-0:last-child {
  --transform-translate-y: 0px;
}

.last\:-translate-y-1:last-child {
  --transform-translate-y: -0.25rem;
}

.last\:-translate-y-2:last-child {
  --transform-translate-y: -0.5rem;
}

.last\:-translate-y-3:last-child {
  --transform-translate-y: -3px;
}

.last\:-translate-y-4:last-child {
  --transform-translate-y: -4px;
}

.last\:-translate-y-5:last-child {
  --transform-translate-y: -5px;
}

.last\:-translate-y-6:last-child {
  --transform-translate-y: -6px;
}

.last\:-translate-y-8:last-child {
  --transform-translate-y: -8px;
}

.last\:-translate-y-9:last-child {
  --transform-translate-y: -9px;
}

.last\:-translate-y-10:last-child {
  --transform-translate-y: -10px;
}

.last\:-translate-y-12:last-child {
  --transform-translate-y: -12px;
}

.last\:-translate-y-13:last-child {
  --transform-translate-y: -13px;
}

.last\:-translate-y-14:last-child {
  --transform-translate-y: -14px;
}

.last\:-translate-y-15:last-child {
  --transform-translate-y: -15px;
}

.last\:-translate-y-16:last-child {
  --transform-translate-y: -16px;
}

.last\:-translate-y-17:last-child {
  --transform-translate-y: -17px;
}

.last\:-translate-y-18:last-child {
  --transform-translate-y: -18px;
}

.last\:-translate-y-20:last-child {
  --transform-translate-y: -20px;
}

.last\:-translate-y-22:last-child {
  --transform-translate-y: -22px;
}

.last\:-translate-y-24:last-child {
  --transform-translate-y: -24px;
}

.last\:-translate-y-25:last-child {
  --transform-translate-y: -25px;
}

.last\:-translate-y-28:last-child {
  --transform-translate-y: -28px;
}

.last\:-translate-y-29:last-child {
  --transform-translate-y: -29px;
}

.last\:-translate-y-30:last-child {
  --transform-translate-y: -30px;
}

.last\:-translate-y-32:last-child {
  --transform-translate-y: -32px;
}

.last\:-translate-y-35:last-child {
  --transform-translate-y: -35px;
}

.last\:-translate-y-36:last-child {
  --transform-translate-y: -36px;
}

.last\:-translate-y-37:last-child {
  --transform-translate-y: -37px;
}

.last\:-translate-y-40:last-child {
  --transform-translate-y: -40px;
}

.last\:-translate-y-45:last-child {
  --transform-translate-y: -45px;
}

.last\:-translate-y-48:last-child {
  --transform-translate-y: -48px;
}

.last\:-translate-y-50:last-child {
  --transform-translate-y: -50px;
}

.last\:-translate-y-55:last-child {
  --transform-translate-y: -55px;
}

.last\:-translate-y-56:last-child {
  --transform-translate-y: -56px;
}

.last\:-translate-y-60:last-child {
  --transform-translate-y: -60px;
}

.last\:-translate-y-62:last-child {
  --transform-translate-y: -62px;
}

.last\:-translate-y-64:last-child {
  --transform-translate-y: -64px;
}

.last\:-translate-y-65:last-child {
  --transform-translate-y: -65px;
}

.last\:-translate-y-70:last-child {
  --transform-translate-y: -70px;
}

.last\:-translate-y-75:last-child {
  --transform-translate-y: -75px;
}

.last\:-translate-y-80:last-child {
  --transform-translate-y: -80px;
}

.last\:-translate-y-85:last-child {
  --transform-translate-y: -85px;
}

.last\:-translate-y-90:last-child {
  --transform-translate-y: -90px;
}

.last\:-translate-y-95:last-child {
  --transform-translate-y: -95px;
}

.last\:-translate-y-96:last-child {
  --transform-translate-y: -96px;
}

.last\:-translate-y-100:last-child {
  --transform-translate-y: -100px;
}

.last\:-translate-y-110:last-child {
  --transform-translate-y: -110px;
}

.last\:-translate-y-115:last-child {
  --transform-translate-y: -115px;
}

.last\:-translate-y-120:last-child {
  --transform-translate-y: -120px;
}

.last\:-translate-y-128:last-child {
  --transform-translate-y: -128px;
}

.last\:-translate-y-135:last-child {
  --transform-translate-y: -135px;
}

.last\:-translate-y-140:last-child {
  --transform-translate-y: -140px;
}

.last\:-translate-y-145:last-child {
  --transform-translate-y: -145px;
}

.last\:-translate-y-150:last-child {
  --transform-translate-y: -150px;
}

.last\:-translate-y-160:last-child {
  --transform-translate-y: -160px;
}

.last\:-translate-y-165:last-child {
  --transform-translate-y: -165px;
}

.last\:-translate-y-168:last-child {
  --transform-translate-y: -168px;
}

.last\:-translate-y-170:last-child {
  --transform-translate-y: -170px;
}

.last\:-translate-y-180:last-child {
  --transform-translate-y: -180px;
}

.last\:-translate-y-200:last-child {
  --transform-translate-y: -200px;
}

.last\:-translate-y-220:last-child {
  --transform-translate-y: -220px;
}

.last\:-translate-y-230:last-child {
  --transform-translate-y: -230px;
}

.last\:-translate-y-235:last-child {
  --transform-translate-y: -235px;
}

.last\:-translate-y-240:last-child {
  --transform-translate-y: -240px;
}

.last\:-translate-y-250:last-child {
  --transform-translate-y: -250px;
}

.last\:-translate-y-300:last-child {
  --transform-translate-y: -300px;
}

.last\:-translate-y-320:last-child {
  --transform-translate-y: -320px;
}

.last\:-translate-y-350:last-child {
  --transform-translate-y: -350px;
}

.last\:-translate-y-375:last-child {
  --transform-translate-y: -375px;
}

.last\:-translate-y-400:last-child {
  --transform-translate-y: -400px;
}

.last\:-translate-y-450:last-child {
  --transform-translate-y: -450px;
}

.last\:-translate-y-700:last-child {
  --transform-translate-y: -700px;
}

.last\:-translate-y-px:last-child {
  --transform-translate-y: -1px;
}

.last\:-translate-y-1p:last-child {
  --transform-translate-y: -1%;
}

.last\:-translate-y-1\/12:last-child {
  --transform-translate-y: -8.3333%;
}

.last\:-translate-y-2\/12:last-child {
  --transform-translate-y: -16.66667%;
}

.last\:-translate-y-11p:last-child {
  --transform-translate-y: -11%;
}

.last\:-translate-y-20p:last-child {
  --transform-translate-y: -20%;
}

.last\:-translate-y-24p:last-child {
  --transform-translate-y: -24.25%;
}

.last\:-translate-y-25p:last-child {
  --transform-translate-y: -25%;
}

.last\:-translate-y-32p:last-child {
  --transform-translate-y: -32%;
}

.last\:-translate-y-35p:last-child {
  --transform-translate-y: -35%;
}

.last\:-translate-y-40p:last-child {
  --transform-translate-y: -40%;
}

.last\:-translate-y-49p:last-child {
  --transform-translate-y: -49%;
}

.last\:-translate-y-49-5p:last-child {
  --transform-translate-y: -49.5%;
}

.last\:-translate-y-80p:last-child {
  --transform-translate-y: -80%;
}

.last\:-translate-y-vh80:last-child {
  --transform-translate-y: -80vh;
}

.last\:-translate-y-vh86:last-child {
  --transform-translate-y: -86vh;
}

.last\:-translate-y-vh90:last-child {
  --transform-translate-y: -90vh;
}

.last\:-translate-y-vw80:last-child {
  --transform-translate-y: -80vw;
}

.last\:-translate-y-vw90:last-child {
  --transform-translate-y: -90vw;
}

.last\:-translate-y-90p:last-child {
  --transform-translate-y: -90%;
}

.last\:-translate-y-92p:last-child {
  --transform-translate-y: -92%;
}

.last\:-translate-y-93p:last-child {
  --transform-translate-y: -93%;
}

.last\:-translate-y-94p:last-child {
  --transform-translate-y: -94%;
}

.last\:-translate-y-95p:last-child {
  --transform-translate-y: -95%;
}

.last\:-translate-y-96p:last-child {
  --transform-translate-y: -96%;
}

.last\:-translate-y-100p:last-child {
  --transform-translate-y: -100%;
}

.last\:-translate-y-full:last-child {
  --transform-translate-y: -100%;
}

.last\:-translate-y-1\/2:last-child {
  --transform-translate-y: -50%;
}

.last\:translate-y-1\/2:last-child {
  --transform-translate-y: 50%;
}

.last\:translate-y-full:last-child {
  --transform-translate-y: 100%;
}

.group:hover .group-hover\:translate-x-0 {
  --transform-translate-x: 0px;
}

.group:hover .group-hover\:translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.group:hover .group-hover\:translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.group:hover .group-hover\:translate-x-3 {
  --transform-translate-x: 3px;
}

.group:hover .group-hover\:translate-x-4 {
  --transform-translate-x: 4px;
}

.group:hover .group-hover\:translate-x-5 {
  --transform-translate-x: 5px;
}

.group:hover .group-hover\:translate-x-6 {
  --transform-translate-x: 6px;
}

.group:hover .group-hover\:translate-x-8 {
  --transform-translate-x: 8px;
}

.group:hover .group-hover\:translate-x-9 {
  --transform-translate-x: 9px;
}

.group:hover .group-hover\:translate-x-10 {
  --transform-translate-x: 10px;
}

.group:hover .group-hover\:translate-x-12 {
  --transform-translate-x: 12px;
}

.group:hover .group-hover\:translate-x-13 {
  --transform-translate-x: 13px;
}

.group:hover .group-hover\:translate-x-14 {
  --transform-translate-x: 14px;
}

.group:hover .group-hover\:translate-x-15 {
  --transform-translate-x: 15px;
}

.group:hover .group-hover\:translate-x-16 {
  --transform-translate-x: 16px;
}

.group:hover .group-hover\:translate-x-17 {
  --transform-translate-x: 17px;
}

.group:hover .group-hover\:translate-x-18 {
  --transform-translate-x: 18px;
}

.group:hover .group-hover\:translate-x-20 {
  --transform-translate-x: 20px;
}

.group:hover .group-hover\:translate-x-22 {
  --transform-translate-x: 22px;
}

.group:hover .group-hover\:translate-x-24 {
  --transform-translate-x: 24px;
}

.group:hover .group-hover\:translate-x-25 {
  --transform-translate-x: 25px;
}

.group:hover .group-hover\:translate-x-28 {
  --transform-translate-x: 28px;
}

.group:hover .group-hover\:translate-x-29 {
  --transform-translate-x: 29px;
}

.group:hover .group-hover\:translate-x-30 {
  --transform-translate-x: 30px;
}

.group:hover .group-hover\:translate-x-32 {
  --transform-translate-x: 32px;
}

.group:hover .group-hover\:translate-x-35 {
  --transform-translate-x: 35px;
}

.group:hover .group-hover\:translate-x-36 {
  --transform-translate-x: 36px;
}

.group:hover .group-hover\:translate-x-37 {
  --transform-translate-x: 37px;
}

.group:hover .group-hover\:translate-x-40 {
  --transform-translate-x: 40px;
}

.group:hover .group-hover\:translate-x-45 {
  --transform-translate-x: 45px;
}

.group:hover .group-hover\:translate-x-48 {
  --transform-translate-x: 48px;
}

.group:hover .group-hover\:translate-x-50 {
  --transform-translate-x: 50px;
}

.group:hover .group-hover\:translate-x-55 {
  --transform-translate-x: 55px;
}

.group:hover .group-hover\:translate-x-56 {
  --transform-translate-x: 56px;
}

.group:hover .group-hover\:translate-x-60 {
  --transform-translate-x: 60px;
}

.group:hover .group-hover\:translate-x-62 {
  --transform-translate-x: 62px;
}

.group:hover .group-hover\:translate-x-64 {
  --transform-translate-x: 64px;
}

.group:hover .group-hover\:translate-x-65 {
  --transform-translate-x: 65px;
}

.group:hover .group-hover\:translate-x-70 {
  --transform-translate-x: 70px;
}

.group:hover .group-hover\:translate-x-75 {
  --transform-translate-x: 75px;
}

.group:hover .group-hover\:translate-x-80 {
  --transform-translate-x: 80px;
}

.group:hover .group-hover\:translate-x-85 {
  --transform-translate-x: 85px;
}

.group:hover .group-hover\:translate-x-90 {
  --transform-translate-x: 90px;
}

.group:hover .group-hover\:translate-x-95 {
  --transform-translate-x: 95px;
}

.group:hover .group-hover\:translate-x-96 {
  --transform-translate-x: 96px;
}

.group:hover .group-hover\:translate-x-100 {
  --transform-translate-x: 100px;
}

.group:hover .group-hover\:translate-x-110 {
  --transform-translate-x: 110px;
}

.group:hover .group-hover\:translate-x-115 {
  --transform-translate-x: 115px;
}

.group:hover .group-hover\:translate-x-120 {
  --transform-translate-x: 120px;
}

.group:hover .group-hover\:translate-x-128 {
  --transform-translate-x: 128px;
}

.group:hover .group-hover\:translate-x-135 {
  --transform-translate-x: 135px;
}

.group:hover .group-hover\:translate-x-140 {
  --transform-translate-x: 140px;
}

.group:hover .group-hover\:translate-x-145 {
  --transform-translate-x: 145px;
}

.group:hover .group-hover\:translate-x-150 {
  --transform-translate-x: 150px;
}

.group:hover .group-hover\:translate-x-160 {
  --transform-translate-x: 160px;
}

.group:hover .group-hover\:translate-x-165 {
  --transform-translate-x: 165px;
}

.group:hover .group-hover\:translate-x-168 {
  --transform-translate-x: 168px;
}

.group:hover .group-hover\:translate-x-170 {
  --transform-translate-x: 170px;
}

.group:hover .group-hover\:translate-x-180 {
  --transform-translate-x: 180px;
}

.group:hover .group-hover\:translate-x-200 {
  --transform-translate-x: 200px;
}

.group:hover .group-hover\:translate-x-220 {
  --transform-translate-x: 220px;
}

.group:hover .group-hover\:translate-x-230 {
  --transform-translate-x: 230px;
}

.group:hover .group-hover\:translate-x-235 {
  --transform-translate-x: 235px;
}

.group:hover .group-hover\:translate-x-240 {
  --transform-translate-x: 240px;
}

.group:hover .group-hover\:translate-x-250 {
  --transform-translate-x: 250px;
}

.group:hover .group-hover\:translate-x-300 {
  --transform-translate-x: 300px;
}

.group:hover .group-hover\:translate-x-320 {
  --transform-translate-x: 320px;
}

.group:hover .group-hover\:translate-x-350 {
  --transform-translate-x: 350px;
}

.group:hover .group-hover\:translate-x-375 {
  --transform-translate-x: 375px;
}

.group:hover .group-hover\:translate-x-400 {
  --transform-translate-x: 400px;
}

.group:hover .group-hover\:translate-x-450 {
  --transform-translate-x: 450px;
}

.group:hover .group-hover\:translate-x-700 {
  --transform-translate-x: 700px;
}

.group:hover .group-hover\:translate-x-px {
  --transform-translate-x: 1px;
}

.group:hover .group-hover\:translate-x-1p {
  --transform-translate-x: 1%;
}

.group:hover .group-hover\:translate-x-1\/12 {
  --transform-translate-x: 8.3333%;
}

.group:hover .group-hover\:translate-x-2\/12 {
  --transform-translate-x: 16.666667%;
}

.group:hover .group-hover\:translate-x-11p {
  --transform-translate-x: 11%;
}

.group:hover .group-hover\:translate-x-20p {
  --transform-translate-x: 20%;
}

.group:hover .group-hover\:translate-x-24p {
  --transform-translate-x: 24.25%;
}

.group:hover .group-hover\:translate-x-25p {
  --transform-translate-x: 25%;
}

.group:hover .group-hover\:translate-x-32p {
  --transform-translate-x: 32%;
}

.group:hover .group-hover\:translate-x-35p {
  --transform-translate-x: 35%;
}

.group:hover .group-hover\:translate-x-40p {
  --transform-translate-x: 40%;
}

.group:hover .group-hover\:translate-x-49p {
  --transform-translate-x: 49%;
}

.group:hover .group-hover\:translate-x-49-5p {
  --transform-translate-x: 49.5%;
}

.group:hover .group-hover\:translate-x-80p {
  --transform-translate-x: 80%;
}

.group:hover .group-hover\:translate-x-vh80 {
  --transform-translate-x: 80vh;
}

.group:hover .group-hover\:translate-x-vh86 {
  --transform-translate-x: 86vh;
}

.group:hover .group-hover\:translate-x-vh90 {
  --transform-translate-x: 90vh;
}

.group:hover .group-hover\:translate-x-vw80 {
  --transform-translate-x: 80vw;
}

.group:hover .group-hover\:translate-x-vw90 {
  --transform-translate-x: 90vw;
}

.group:hover .group-hover\:translate-x-90p {
  --transform-translate-x: 90%;
}

.group:hover .group-hover\:translate-x-92p {
  --transform-translate-x: 92%;
}

.group:hover .group-hover\:translate-x-93p {
  --transform-translate-x: 93%;
}

.group:hover .group-hover\:translate-x-94p {
  --transform-translate-x: 94%;
}

.group:hover .group-hover\:translate-x-95p {
  --transform-translate-x: 95%;
}

.group:hover .group-hover\:translate-x-96p {
  --transform-translate-x: 96%;
}

.group:hover .group-hover\:translate-x-100p {
  --transform-translate-x: 100%;
}

.group:hover .group-hover\:-translate-x-0 {
  --transform-translate-x: 0px;
}

.group:hover .group-hover\:-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.group:hover .group-hover\:-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.group:hover .group-hover\:-translate-x-3 {
  --transform-translate-x: -3px;
}

.group:hover .group-hover\:-translate-x-4 {
  --transform-translate-x: -4px;
}

.group:hover .group-hover\:-translate-x-5 {
  --transform-translate-x: -5px;
}

.group:hover .group-hover\:-translate-x-6 {
  --transform-translate-x: -6px;
}

.group:hover .group-hover\:-translate-x-8 {
  --transform-translate-x: -8px;
}

.group:hover .group-hover\:-translate-x-9 {
  --transform-translate-x: -9px;
}

.group:hover .group-hover\:-translate-x-10 {
  --transform-translate-x: -10px;
}

.group:hover .group-hover\:-translate-x-12 {
  --transform-translate-x: -12px;
}

.group:hover .group-hover\:-translate-x-13 {
  --transform-translate-x: -13px;
}

.group:hover .group-hover\:-translate-x-14 {
  --transform-translate-x: -14px;
}

.group:hover .group-hover\:-translate-x-15 {
  --transform-translate-x: -15px;
}

.group:hover .group-hover\:-translate-x-16 {
  --transform-translate-x: -16px;
}

.group:hover .group-hover\:-translate-x-17 {
  --transform-translate-x: -17px;
}

.group:hover .group-hover\:-translate-x-18 {
  --transform-translate-x: -18px;
}

.group:hover .group-hover\:-translate-x-20 {
  --transform-translate-x: -20px;
}

.group:hover .group-hover\:-translate-x-22 {
  --transform-translate-x: -22px;
}

.group:hover .group-hover\:-translate-x-24 {
  --transform-translate-x: -24px;
}

.group:hover .group-hover\:-translate-x-25 {
  --transform-translate-x: -25px;
}

.group:hover .group-hover\:-translate-x-28 {
  --transform-translate-x: -28px;
}

.group:hover .group-hover\:-translate-x-29 {
  --transform-translate-x: -29px;
}

.group:hover .group-hover\:-translate-x-30 {
  --transform-translate-x: -30px;
}

.group:hover .group-hover\:-translate-x-32 {
  --transform-translate-x: -32px;
}

.group:hover .group-hover\:-translate-x-35 {
  --transform-translate-x: -35px;
}

.group:hover .group-hover\:-translate-x-36 {
  --transform-translate-x: -36px;
}

.group:hover .group-hover\:-translate-x-37 {
  --transform-translate-x: -37px;
}

.group:hover .group-hover\:-translate-x-40 {
  --transform-translate-x: -40px;
}

.group:hover .group-hover\:-translate-x-45 {
  --transform-translate-x: -45px;
}

.group:hover .group-hover\:-translate-x-48 {
  --transform-translate-x: -48px;
}

.group:hover .group-hover\:-translate-x-50 {
  --transform-translate-x: -50px;
}

.group:hover .group-hover\:-translate-x-55 {
  --transform-translate-x: -55px;
}

.group:hover .group-hover\:-translate-x-56 {
  --transform-translate-x: -56px;
}

.group:hover .group-hover\:-translate-x-60 {
  --transform-translate-x: -60px;
}

.group:hover .group-hover\:-translate-x-62 {
  --transform-translate-x: -62px;
}

.group:hover .group-hover\:-translate-x-64 {
  --transform-translate-x: -64px;
}

.group:hover .group-hover\:-translate-x-65 {
  --transform-translate-x: -65px;
}

.group:hover .group-hover\:-translate-x-70 {
  --transform-translate-x: -70px;
}

.group:hover .group-hover\:-translate-x-75 {
  --transform-translate-x: -75px;
}

.group:hover .group-hover\:-translate-x-80 {
  --transform-translate-x: -80px;
}

.group:hover .group-hover\:-translate-x-85 {
  --transform-translate-x: -85px;
}

.group:hover .group-hover\:-translate-x-90 {
  --transform-translate-x: -90px;
}

.group:hover .group-hover\:-translate-x-95 {
  --transform-translate-x: -95px;
}

.group:hover .group-hover\:-translate-x-96 {
  --transform-translate-x: -96px;
}

.group:hover .group-hover\:-translate-x-100 {
  --transform-translate-x: -100px;
}

.group:hover .group-hover\:-translate-x-110 {
  --transform-translate-x: -110px;
}

.group:hover .group-hover\:-translate-x-115 {
  --transform-translate-x: -115px;
}

.group:hover .group-hover\:-translate-x-120 {
  --transform-translate-x: -120px;
}

.group:hover .group-hover\:-translate-x-128 {
  --transform-translate-x: -128px;
}

.group:hover .group-hover\:-translate-x-135 {
  --transform-translate-x: -135px;
}

.group:hover .group-hover\:-translate-x-140 {
  --transform-translate-x: -140px;
}

.group:hover .group-hover\:-translate-x-145 {
  --transform-translate-x: -145px;
}

.group:hover .group-hover\:-translate-x-150 {
  --transform-translate-x: -150px;
}

.group:hover .group-hover\:-translate-x-160 {
  --transform-translate-x: -160px;
}

.group:hover .group-hover\:-translate-x-165 {
  --transform-translate-x: -165px;
}

.group:hover .group-hover\:-translate-x-168 {
  --transform-translate-x: -168px;
}

.group:hover .group-hover\:-translate-x-170 {
  --transform-translate-x: -170px;
}

.group:hover .group-hover\:-translate-x-180 {
  --transform-translate-x: -180px;
}

.group:hover .group-hover\:-translate-x-200 {
  --transform-translate-x: -200px;
}

.group:hover .group-hover\:-translate-x-220 {
  --transform-translate-x: -220px;
}

.group:hover .group-hover\:-translate-x-230 {
  --transform-translate-x: -230px;
}

.group:hover .group-hover\:-translate-x-235 {
  --transform-translate-x: -235px;
}

.group:hover .group-hover\:-translate-x-240 {
  --transform-translate-x: -240px;
}

.group:hover .group-hover\:-translate-x-250 {
  --transform-translate-x: -250px;
}

.group:hover .group-hover\:-translate-x-300 {
  --transform-translate-x: -300px;
}

.group:hover .group-hover\:-translate-x-320 {
  --transform-translate-x: -320px;
}

.group:hover .group-hover\:-translate-x-350 {
  --transform-translate-x: -350px;
}

.group:hover .group-hover\:-translate-x-375 {
  --transform-translate-x: -375px;
}

.group:hover .group-hover\:-translate-x-400 {
  --transform-translate-x: -400px;
}

.group:hover .group-hover\:-translate-x-450 {
  --transform-translate-x: -450px;
}

.group:hover .group-hover\:-translate-x-700 {
  --transform-translate-x: -700px;
}

.group:hover .group-hover\:-translate-x-px {
  --transform-translate-x: -1px;
}

.group:hover .group-hover\:-translate-x-1p {
  --transform-translate-x: -1%;
}

.group:hover .group-hover\:-translate-x-1\/12 {
  --transform-translate-x: -8.3333%;
}

.group:hover .group-hover\:-translate-x-2\/12 {
  --transform-translate-x: -16.66667%;
}

.group:hover .group-hover\:-translate-x-11p {
  --transform-translate-x: -11%;
}

.group:hover .group-hover\:-translate-x-20p {
  --transform-translate-x: -20%;
}

.group:hover .group-hover\:-translate-x-24p {
  --transform-translate-x: -24.25%;
}

.group:hover .group-hover\:-translate-x-25p {
  --transform-translate-x: -25%;
}

.group:hover .group-hover\:-translate-x-32p {
  --transform-translate-x: -32%;
}

.group:hover .group-hover\:-translate-x-35p {
  --transform-translate-x: -35%;
}

.group:hover .group-hover\:-translate-x-40p {
  --transform-translate-x: -40%;
}

.group:hover .group-hover\:-translate-x-49p {
  --transform-translate-x: -49%;
}

.group:hover .group-hover\:-translate-x-49-5p {
  --transform-translate-x: -49.5%;
}

.group:hover .group-hover\:-translate-x-80p {
  --transform-translate-x: -80%;
}

.group:hover .group-hover\:-translate-x-vh80 {
  --transform-translate-x: -80vh;
}

.group:hover .group-hover\:-translate-x-vh86 {
  --transform-translate-x: -86vh;
}

.group:hover .group-hover\:-translate-x-vh90 {
  --transform-translate-x: -90vh;
}

.group:hover .group-hover\:-translate-x-vw80 {
  --transform-translate-x: -80vw;
}

.group:hover .group-hover\:-translate-x-vw90 {
  --transform-translate-x: -90vw;
}

.group:hover .group-hover\:-translate-x-90p {
  --transform-translate-x: -90%;
}

.group:hover .group-hover\:-translate-x-92p {
  --transform-translate-x: -92%;
}

.group:hover .group-hover\:-translate-x-93p {
  --transform-translate-x: -93%;
}

.group:hover .group-hover\:-translate-x-94p {
  --transform-translate-x: -94%;
}

.group:hover .group-hover\:-translate-x-95p {
  --transform-translate-x: -95%;
}

.group:hover .group-hover\:-translate-x-96p {
  --transform-translate-x: -96%;
}

.group:hover .group-hover\:-translate-x-100p {
  --transform-translate-x: -100%;
}

.group:hover .group-hover\:-translate-x-full {
  --transform-translate-x: -100%;
}

.group:hover .group-hover\:-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.group:hover .group-hover\:translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.group:hover .group-hover\:translate-x-full {
  --transform-translate-x: 100%;
}

.group:hover .group-hover\:translate-y-0 {
  --transform-translate-y: 0px;
}

.group:hover .group-hover\:translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.group:hover .group-hover\:translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.group:hover .group-hover\:translate-y-3 {
  --transform-translate-y: 3px;
}

.group:hover .group-hover\:translate-y-4 {
  --transform-translate-y: 4px;
}

.group:hover .group-hover\:translate-y-5 {
  --transform-translate-y: 5px;
}

.group:hover .group-hover\:translate-y-6 {
  --transform-translate-y: 6px;
}

.group:hover .group-hover\:translate-y-8 {
  --transform-translate-y: 8px;
}

.group:hover .group-hover\:translate-y-9 {
  --transform-translate-y: 9px;
}

.group:hover .group-hover\:translate-y-10 {
  --transform-translate-y: 10px;
}

.group:hover .group-hover\:translate-y-12 {
  --transform-translate-y: 12px;
}

.group:hover .group-hover\:translate-y-13 {
  --transform-translate-y: 13px;
}

.group:hover .group-hover\:translate-y-14 {
  --transform-translate-y: 14px;
}

.group:hover .group-hover\:translate-y-15 {
  --transform-translate-y: 15px;
}

.group:hover .group-hover\:translate-y-16 {
  --transform-translate-y: 16px;
}

.group:hover .group-hover\:translate-y-17 {
  --transform-translate-y: 17px;
}

.group:hover .group-hover\:translate-y-18 {
  --transform-translate-y: 18px;
}

.group:hover .group-hover\:translate-y-20 {
  --transform-translate-y: 20px;
}

.group:hover .group-hover\:translate-y-22 {
  --transform-translate-y: 22px;
}

.group:hover .group-hover\:translate-y-24 {
  --transform-translate-y: 24px;
}

.group:hover .group-hover\:translate-y-25 {
  --transform-translate-y: 25px;
}

.group:hover .group-hover\:translate-y-28 {
  --transform-translate-y: 28px;
}

.group:hover .group-hover\:translate-y-29 {
  --transform-translate-y: 29px;
}

.group:hover .group-hover\:translate-y-30 {
  --transform-translate-y: 30px;
}

.group:hover .group-hover\:translate-y-32 {
  --transform-translate-y: 32px;
}

.group:hover .group-hover\:translate-y-35 {
  --transform-translate-y: 35px;
}

.group:hover .group-hover\:translate-y-36 {
  --transform-translate-y: 36px;
}

.group:hover .group-hover\:translate-y-37 {
  --transform-translate-y: 37px;
}

.group:hover .group-hover\:translate-y-40 {
  --transform-translate-y: 40px;
}

.group:hover .group-hover\:translate-y-45 {
  --transform-translate-y: 45px;
}

.group:hover .group-hover\:translate-y-48 {
  --transform-translate-y: 48px;
}

.group:hover .group-hover\:translate-y-50 {
  --transform-translate-y: 50px;
}

.group:hover .group-hover\:translate-y-55 {
  --transform-translate-y: 55px;
}

.group:hover .group-hover\:translate-y-56 {
  --transform-translate-y: 56px;
}

.group:hover .group-hover\:translate-y-60 {
  --transform-translate-y: 60px;
}

.group:hover .group-hover\:translate-y-62 {
  --transform-translate-y: 62px;
}

.group:hover .group-hover\:translate-y-64 {
  --transform-translate-y: 64px;
}

.group:hover .group-hover\:translate-y-65 {
  --transform-translate-y: 65px;
}

.group:hover .group-hover\:translate-y-70 {
  --transform-translate-y: 70px;
}

.group:hover .group-hover\:translate-y-75 {
  --transform-translate-y: 75px;
}

.group:hover .group-hover\:translate-y-80 {
  --transform-translate-y: 80px;
}

.group:hover .group-hover\:translate-y-85 {
  --transform-translate-y: 85px;
}

.group:hover .group-hover\:translate-y-90 {
  --transform-translate-y: 90px;
}

.group:hover .group-hover\:translate-y-95 {
  --transform-translate-y: 95px;
}

.group:hover .group-hover\:translate-y-96 {
  --transform-translate-y: 96px;
}

.group:hover .group-hover\:translate-y-100 {
  --transform-translate-y: 100px;
}

.group:hover .group-hover\:translate-y-110 {
  --transform-translate-y: 110px;
}

.group:hover .group-hover\:translate-y-115 {
  --transform-translate-y: 115px;
}

.group:hover .group-hover\:translate-y-120 {
  --transform-translate-y: 120px;
}

.group:hover .group-hover\:translate-y-128 {
  --transform-translate-y: 128px;
}

.group:hover .group-hover\:translate-y-135 {
  --transform-translate-y: 135px;
}

.group:hover .group-hover\:translate-y-140 {
  --transform-translate-y: 140px;
}

.group:hover .group-hover\:translate-y-145 {
  --transform-translate-y: 145px;
}

.group:hover .group-hover\:translate-y-150 {
  --transform-translate-y: 150px;
}

.group:hover .group-hover\:translate-y-160 {
  --transform-translate-y: 160px;
}

.group:hover .group-hover\:translate-y-165 {
  --transform-translate-y: 165px;
}

.group:hover .group-hover\:translate-y-168 {
  --transform-translate-y: 168px;
}

.group:hover .group-hover\:translate-y-170 {
  --transform-translate-y: 170px;
}

.group:hover .group-hover\:translate-y-180 {
  --transform-translate-y: 180px;
}

.group:hover .group-hover\:translate-y-200 {
  --transform-translate-y: 200px;
}

.group:hover .group-hover\:translate-y-220 {
  --transform-translate-y: 220px;
}

.group:hover .group-hover\:translate-y-230 {
  --transform-translate-y: 230px;
}

.group:hover .group-hover\:translate-y-235 {
  --transform-translate-y: 235px;
}

.group:hover .group-hover\:translate-y-240 {
  --transform-translate-y: 240px;
}

.group:hover .group-hover\:translate-y-250 {
  --transform-translate-y: 250px;
}

.group:hover .group-hover\:translate-y-300 {
  --transform-translate-y: 300px;
}

.group:hover .group-hover\:translate-y-320 {
  --transform-translate-y: 320px;
}

.group:hover .group-hover\:translate-y-350 {
  --transform-translate-y: 350px;
}

.group:hover .group-hover\:translate-y-375 {
  --transform-translate-y: 375px;
}

.group:hover .group-hover\:translate-y-400 {
  --transform-translate-y: 400px;
}

.group:hover .group-hover\:translate-y-450 {
  --transform-translate-y: 450px;
}

.group:hover .group-hover\:translate-y-700 {
  --transform-translate-y: 700px;
}

.group:hover .group-hover\:translate-y-px {
  --transform-translate-y: 1px;
}

.group:hover .group-hover\:translate-y-1p {
  --transform-translate-y: 1%;
}

.group:hover .group-hover\:translate-y-1\/12 {
  --transform-translate-y: 8.3333%;
}

.group:hover .group-hover\:translate-y-2\/12 {
  --transform-translate-y: 16.666667%;
}

.group:hover .group-hover\:translate-y-11p {
  --transform-translate-y: 11%;
}

.group:hover .group-hover\:translate-y-20p {
  --transform-translate-y: 20%;
}

.group:hover .group-hover\:translate-y-24p {
  --transform-translate-y: 24.25%;
}

.group:hover .group-hover\:translate-y-25p {
  --transform-translate-y: 25%;
}

.group:hover .group-hover\:translate-y-32p {
  --transform-translate-y: 32%;
}

.group:hover .group-hover\:translate-y-35p {
  --transform-translate-y: 35%;
}

.group:hover .group-hover\:translate-y-40p {
  --transform-translate-y: 40%;
}

.group:hover .group-hover\:translate-y-49p {
  --transform-translate-y: 49%;
}

.group:hover .group-hover\:translate-y-49-5p {
  --transform-translate-y: 49.5%;
}

.group:hover .group-hover\:translate-y-80p {
  --transform-translate-y: 80%;
}

.group:hover .group-hover\:translate-y-vh80 {
  --transform-translate-y: 80vh;
}

.group:hover .group-hover\:translate-y-vh86 {
  --transform-translate-y: 86vh;
}

.group:hover .group-hover\:translate-y-vh90 {
  --transform-translate-y: 90vh;
}

.group:hover .group-hover\:translate-y-vw80 {
  --transform-translate-y: 80vw;
}

.group:hover .group-hover\:translate-y-vw90 {
  --transform-translate-y: 90vw;
}

.group:hover .group-hover\:translate-y-90p {
  --transform-translate-y: 90%;
}

.group:hover .group-hover\:translate-y-92p {
  --transform-translate-y: 92%;
}

.group:hover .group-hover\:translate-y-93p {
  --transform-translate-y: 93%;
}

.group:hover .group-hover\:translate-y-94p {
  --transform-translate-y: 94%;
}

.group:hover .group-hover\:translate-y-95p {
  --transform-translate-y: 95%;
}

.group:hover .group-hover\:translate-y-96p {
  --transform-translate-y: 96%;
}

.group:hover .group-hover\:translate-y-100p {
  --transform-translate-y: 100%;
}

.group:hover .group-hover\:-translate-y-0 {
  --transform-translate-y: 0px;
}

.group:hover .group-hover\:-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.group:hover .group-hover\:-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.group:hover .group-hover\:-translate-y-3 {
  --transform-translate-y: -3px;
}

.group:hover .group-hover\:-translate-y-4 {
  --transform-translate-y: -4px;
}

.group:hover .group-hover\:-translate-y-5 {
  --transform-translate-y: -5px;
}

.group:hover .group-hover\:-translate-y-6 {
  --transform-translate-y: -6px;
}

.group:hover .group-hover\:-translate-y-8 {
  --transform-translate-y: -8px;
}

.group:hover .group-hover\:-translate-y-9 {
  --transform-translate-y: -9px;
}

.group:hover .group-hover\:-translate-y-10 {
  --transform-translate-y: -10px;
}

.group:hover .group-hover\:-translate-y-12 {
  --transform-translate-y: -12px;
}

.group:hover .group-hover\:-translate-y-13 {
  --transform-translate-y: -13px;
}

.group:hover .group-hover\:-translate-y-14 {
  --transform-translate-y: -14px;
}

.group:hover .group-hover\:-translate-y-15 {
  --transform-translate-y: -15px;
}

.group:hover .group-hover\:-translate-y-16 {
  --transform-translate-y: -16px;
}

.group:hover .group-hover\:-translate-y-17 {
  --transform-translate-y: -17px;
}

.group:hover .group-hover\:-translate-y-18 {
  --transform-translate-y: -18px;
}

.group:hover .group-hover\:-translate-y-20 {
  --transform-translate-y: -20px;
}

.group:hover .group-hover\:-translate-y-22 {
  --transform-translate-y: -22px;
}

.group:hover .group-hover\:-translate-y-24 {
  --transform-translate-y: -24px;
}

.group:hover .group-hover\:-translate-y-25 {
  --transform-translate-y: -25px;
}

.group:hover .group-hover\:-translate-y-28 {
  --transform-translate-y: -28px;
}

.group:hover .group-hover\:-translate-y-29 {
  --transform-translate-y: -29px;
}

.group:hover .group-hover\:-translate-y-30 {
  --transform-translate-y: -30px;
}

.group:hover .group-hover\:-translate-y-32 {
  --transform-translate-y: -32px;
}

.group:hover .group-hover\:-translate-y-35 {
  --transform-translate-y: -35px;
}

.group:hover .group-hover\:-translate-y-36 {
  --transform-translate-y: -36px;
}

.group:hover .group-hover\:-translate-y-37 {
  --transform-translate-y: -37px;
}

.group:hover .group-hover\:-translate-y-40 {
  --transform-translate-y: -40px;
}

.group:hover .group-hover\:-translate-y-45 {
  --transform-translate-y: -45px;
}

.group:hover .group-hover\:-translate-y-48 {
  --transform-translate-y: -48px;
}

.group:hover .group-hover\:-translate-y-50 {
  --transform-translate-y: -50px;
}

.group:hover .group-hover\:-translate-y-55 {
  --transform-translate-y: -55px;
}

.group:hover .group-hover\:-translate-y-56 {
  --transform-translate-y: -56px;
}

.group:hover .group-hover\:-translate-y-60 {
  --transform-translate-y: -60px;
}

.group:hover .group-hover\:-translate-y-62 {
  --transform-translate-y: -62px;
}

.group:hover .group-hover\:-translate-y-64 {
  --transform-translate-y: -64px;
}

.group:hover .group-hover\:-translate-y-65 {
  --transform-translate-y: -65px;
}

.group:hover .group-hover\:-translate-y-70 {
  --transform-translate-y: -70px;
}

.group:hover .group-hover\:-translate-y-75 {
  --transform-translate-y: -75px;
}

.group:hover .group-hover\:-translate-y-80 {
  --transform-translate-y: -80px;
}

.group:hover .group-hover\:-translate-y-85 {
  --transform-translate-y: -85px;
}

.group:hover .group-hover\:-translate-y-90 {
  --transform-translate-y: -90px;
}

.group:hover .group-hover\:-translate-y-95 {
  --transform-translate-y: -95px;
}

.group:hover .group-hover\:-translate-y-96 {
  --transform-translate-y: -96px;
}

.group:hover .group-hover\:-translate-y-100 {
  --transform-translate-y: -100px;
}

.group:hover .group-hover\:-translate-y-110 {
  --transform-translate-y: -110px;
}

.group:hover .group-hover\:-translate-y-115 {
  --transform-translate-y: -115px;
}

.group:hover .group-hover\:-translate-y-120 {
  --transform-translate-y: -120px;
}

.group:hover .group-hover\:-translate-y-128 {
  --transform-translate-y: -128px;
}

.group:hover .group-hover\:-translate-y-135 {
  --transform-translate-y: -135px;
}

.group:hover .group-hover\:-translate-y-140 {
  --transform-translate-y: -140px;
}

.group:hover .group-hover\:-translate-y-145 {
  --transform-translate-y: -145px;
}

.group:hover .group-hover\:-translate-y-150 {
  --transform-translate-y: -150px;
}

.group:hover .group-hover\:-translate-y-160 {
  --transform-translate-y: -160px;
}

.group:hover .group-hover\:-translate-y-165 {
  --transform-translate-y: -165px;
}

.group:hover .group-hover\:-translate-y-168 {
  --transform-translate-y: -168px;
}

.group:hover .group-hover\:-translate-y-170 {
  --transform-translate-y: -170px;
}

.group:hover .group-hover\:-translate-y-180 {
  --transform-translate-y: -180px;
}

.group:hover .group-hover\:-translate-y-200 {
  --transform-translate-y: -200px;
}

.group:hover .group-hover\:-translate-y-220 {
  --transform-translate-y: -220px;
}

.group:hover .group-hover\:-translate-y-230 {
  --transform-translate-y: -230px;
}

.group:hover .group-hover\:-translate-y-235 {
  --transform-translate-y: -235px;
}

.group:hover .group-hover\:-translate-y-240 {
  --transform-translate-y: -240px;
}

.group:hover .group-hover\:-translate-y-250 {
  --transform-translate-y: -250px;
}

.group:hover .group-hover\:-translate-y-300 {
  --transform-translate-y: -300px;
}

.group:hover .group-hover\:-translate-y-320 {
  --transform-translate-y: -320px;
}

.group:hover .group-hover\:-translate-y-350 {
  --transform-translate-y: -350px;
}

.group:hover .group-hover\:-translate-y-375 {
  --transform-translate-y: -375px;
}

.group:hover .group-hover\:-translate-y-400 {
  --transform-translate-y: -400px;
}

.group:hover .group-hover\:-translate-y-450 {
  --transform-translate-y: -450px;
}

.group:hover .group-hover\:-translate-y-700 {
  --transform-translate-y: -700px;
}

.group:hover .group-hover\:-translate-y-px {
  --transform-translate-y: -1px;
}

.group:hover .group-hover\:-translate-y-1p {
  --transform-translate-y: -1%;
}

.group:hover .group-hover\:-translate-y-1\/12 {
  --transform-translate-y: -8.3333%;
}

.group:hover .group-hover\:-translate-y-2\/12 {
  --transform-translate-y: -16.66667%;
}

.group:hover .group-hover\:-translate-y-11p {
  --transform-translate-y: -11%;
}

.group:hover .group-hover\:-translate-y-20p {
  --transform-translate-y: -20%;
}

.group:hover .group-hover\:-translate-y-24p {
  --transform-translate-y: -24.25%;
}

.group:hover .group-hover\:-translate-y-25p {
  --transform-translate-y: -25%;
}

.group:hover .group-hover\:-translate-y-32p {
  --transform-translate-y: -32%;
}

.group:hover .group-hover\:-translate-y-35p {
  --transform-translate-y: -35%;
}

.group:hover .group-hover\:-translate-y-40p {
  --transform-translate-y: -40%;
}

.group:hover .group-hover\:-translate-y-49p {
  --transform-translate-y: -49%;
}

.group:hover .group-hover\:-translate-y-49-5p {
  --transform-translate-y: -49.5%;
}

.group:hover .group-hover\:-translate-y-80p {
  --transform-translate-y: -80%;
}

.group:hover .group-hover\:-translate-y-vh80 {
  --transform-translate-y: -80vh;
}

.group:hover .group-hover\:-translate-y-vh86 {
  --transform-translate-y: -86vh;
}

.group:hover .group-hover\:-translate-y-vh90 {
  --transform-translate-y: -90vh;
}

.group:hover .group-hover\:-translate-y-vw80 {
  --transform-translate-y: -80vw;
}

.group:hover .group-hover\:-translate-y-vw90 {
  --transform-translate-y: -90vw;
}

.group:hover .group-hover\:-translate-y-90p {
  --transform-translate-y: -90%;
}

.group:hover .group-hover\:-translate-y-92p {
  --transform-translate-y: -92%;
}

.group:hover .group-hover\:-translate-y-93p {
  --transform-translate-y: -93%;
}

.group:hover .group-hover\:-translate-y-94p {
  --transform-translate-y: -94%;
}

.group:hover .group-hover\:-translate-y-95p {
  --transform-translate-y: -95%;
}

.group:hover .group-hover\:-translate-y-96p {
  --transform-translate-y: -96%;
}

.group:hover .group-hover\:-translate-y-100p {
  --transform-translate-y: -100%;
}

.group:hover .group-hover\:-translate-y-full {
  --transform-translate-y: -100%;
}

.group:hover .group-hover\:-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.group:hover .group-hover\:translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.group:hover .group-hover\:translate-y-full {
  --transform-translate-y: 100%;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-1 {
  --transform-skew-x: 1deg;
}

.skew-x-2 {
  --transform-skew-x: 2deg;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-3 {
  --transform-skew-x: -3deg;
}

.-skew-x-2 {
  --transform-skew-x: -2deg;
}

.-skew-x-1 {
  --transform-skew-x: -1deg;
}

.skew-y-0 {
  --transform-skew-y: 0;
}

.skew-y-1 {
  --transform-skew-y: 1deg;
}

.skew-y-2 {
  --transform-skew-y: 2deg;
}

.skew-y-3 {
  --transform-skew-y: 3deg;
}

.skew-y-6 {
  --transform-skew-y: 6deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-3 {
  --transform-skew-y: -3deg;
}

.-skew-y-2 {
  --transform-skew-y: -2deg;
}

.-skew-y-1 {
  --transform-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg;
}

.first\:skew-x-0:first-child {
  --transform-skew-x: 0;
}

.first\:skew-x-1:first-child {
  --transform-skew-x: 1deg;
}

.first\:skew-x-2:first-child {
  --transform-skew-x: 2deg;
}

.first\:skew-x-3:first-child {
  --transform-skew-x: 3deg;
}

.first\:skew-x-6:first-child {
  --transform-skew-x: 6deg;
}

.first\:skew-x-12:first-child {
  --transform-skew-x: 12deg;
}

.first\:-skew-x-12:first-child {
  --transform-skew-x: -12deg;
}

.first\:-skew-x-6:first-child {
  --transform-skew-x: -6deg;
}

.first\:-skew-x-3:first-child {
  --transform-skew-x: -3deg;
}

.first\:-skew-x-2:first-child {
  --transform-skew-x: -2deg;
}

.first\:-skew-x-1:first-child {
  --transform-skew-x: -1deg;
}

.first\:skew-y-0:first-child {
  --transform-skew-y: 0;
}

.first\:skew-y-1:first-child {
  --transform-skew-y: 1deg;
}

.first\:skew-y-2:first-child {
  --transform-skew-y: 2deg;
}

.first\:skew-y-3:first-child {
  --transform-skew-y: 3deg;
}

.first\:skew-y-6:first-child {
  --transform-skew-y: 6deg;
}

.first\:skew-y-12:first-child {
  --transform-skew-y: 12deg;
}

.first\:-skew-y-12:first-child {
  --transform-skew-y: -12deg;
}

.first\:-skew-y-6:first-child {
  --transform-skew-y: -6deg;
}

.first\:-skew-y-3:first-child {
  --transform-skew-y: -3deg;
}

.first\:-skew-y-2:first-child {
  --transform-skew-y: -2deg;
}

.first\:-skew-y-1:first-child {
  --transform-skew-y: -1deg;
}

.last\:skew-x-0:last-child {
  --transform-skew-x: 0;
}

.last\:skew-x-1:last-child {
  --transform-skew-x: 1deg;
}

.last\:skew-x-2:last-child {
  --transform-skew-x: 2deg;
}

.last\:skew-x-3:last-child {
  --transform-skew-x: 3deg;
}

.last\:skew-x-6:last-child {
  --transform-skew-x: 6deg;
}

.last\:skew-x-12:last-child {
  --transform-skew-x: 12deg;
}

.last\:-skew-x-12:last-child {
  --transform-skew-x: -12deg;
}

.last\:-skew-x-6:last-child {
  --transform-skew-x: -6deg;
}

.last\:-skew-x-3:last-child {
  --transform-skew-x: -3deg;
}

.last\:-skew-x-2:last-child {
  --transform-skew-x: -2deg;
}

.last\:-skew-x-1:last-child {
  --transform-skew-x: -1deg;
}

.last\:skew-y-0:last-child {
  --transform-skew-y: 0;
}

.last\:skew-y-1:last-child {
  --transform-skew-y: 1deg;
}

.last\:skew-y-2:last-child {
  --transform-skew-y: 2deg;
}

.last\:skew-y-3:last-child {
  --transform-skew-y: 3deg;
}

.last\:skew-y-6:last-child {
  --transform-skew-y: 6deg;
}

.last\:skew-y-12:last-child {
  --transform-skew-y: 12deg;
}

.last\:-skew-y-12:last-child {
  --transform-skew-y: -12deg;
}

.last\:-skew-y-6:last-child {
  --transform-skew-y: -6deg;
}

.last\:-skew-y-3:last-child {
  --transform-skew-y: -3deg;
}

.last\:-skew-y-2:last-child {
  --transform-skew-y: -2deg;
}

.last\:-skew-y-1:last-child {
  --transform-skew-y: -1deg;
}

.group:hover .group-hover\:skew-x-0 {
  --transform-skew-x: 0;
}

.group:hover .group-hover\:skew-x-1 {
  --transform-skew-x: 1deg;
}

.group:hover .group-hover\:skew-x-2 {
  --transform-skew-x: 2deg;
}

.group:hover .group-hover\:skew-x-3 {
  --transform-skew-x: 3deg;
}

.group:hover .group-hover\:skew-x-6 {
  --transform-skew-x: 6deg;
}

.group:hover .group-hover\:skew-x-12 {
  --transform-skew-x: 12deg;
}

.group:hover .group-hover\:-skew-x-12 {
  --transform-skew-x: -12deg;
}

.group:hover .group-hover\:-skew-x-6 {
  --transform-skew-x: -6deg;
}

.group:hover .group-hover\:-skew-x-3 {
  --transform-skew-x: -3deg;
}

.group:hover .group-hover\:-skew-x-2 {
  --transform-skew-x: -2deg;
}

.group:hover .group-hover\:-skew-x-1 {
  --transform-skew-x: -1deg;
}

.group:hover .group-hover\:skew-y-0 {
  --transform-skew-y: 0;
}

.group:hover .group-hover\:skew-y-1 {
  --transform-skew-y: 1deg;
}

.group:hover .group-hover\:skew-y-2 {
  --transform-skew-y: 2deg;
}

.group:hover .group-hover\:skew-y-3 {
  --transform-skew-y: 3deg;
}

.group:hover .group-hover\:skew-y-6 {
  --transform-skew-y: 6deg;
}

.group:hover .group-hover\:skew-y-12 {
  --transform-skew-y: 12deg;
}

.group:hover .group-hover\:-skew-y-12 {
  --transform-skew-y: -12deg;
}

.group:hover .group-hover\:-skew-y-6 {
  --transform-skew-y: -6deg;
}

.group:hover .group-hover\:-skew-y-3 {
  --transform-skew-y: -3deg;
}

.group:hover .group-hover\:-skew-y-2 {
  --transform-skew-y: -2deg;
}

.group:hover .group-hover\:-skew-y-1 {
  --transform-skew-y: -1deg;
}

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

.hover\:transition-none:hover {
  transition-property: none;
}

.hover\:transition-all:hover {
  transition-property: all;
}

.hover\:transition:hover {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.hover\:transition-colors:hover {
  transition-property: background-color, border-color, color, fill, stroke;
}

.hover\:transition-opacity:hover {
  transition-property: opacity;
}

.hover\:transition-shadow:hover {
  transition-property: box-shadow;
}

.hover\:transition-transform:hover {
  transition-property: transform;
}

.focus\:transition-none:focus {
  transition-property: none;
}

.focus\:transition-all:focus {
  transition-property: all;
}

.focus\:transition:focus {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.focus\:transition-colors:focus {
  transition-property: background-color, border-color, color, fill, stroke;
}

.focus\:transition-opacity:focus {
  transition-property: opacity;
}

.focus\:transition-shadow:focus {
  transition-property: box-shadow;
}

.focus\:transition-transform:focus {
  transition-property: transform;
}

.first\:transition-none:first-child {
  transition-property: none;
}

.first\:transition-all:first-child {
  transition-property: all;
}

.first\:transition:first-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.first\:transition-colors:first-child {
  transition-property: background-color, border-color, color, fill, stroke;
}

.first\:transition-opacity:first-child {
  transition-property: opacity;
}

.first\:transition-shadow:first-child {
  transition-property: box-shadow;
}

.first\:transition-transform:first-child {
  transition-property: transform;
}

.last\:transition-none:last-child {
  transition-property: none;
}

.last\:transition-all:last-child {
  transition-property: all;
}

.last\:transition:last-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.last\:transition-colors:last-child {
  transition-property: background-color, border-color, color, fill, stroke;
}

.last\:transition-opacity:last-child {
  transition-property: opacity;
}

.last\:transition-shadow:last-child {
  transition-property: box-shadow;
}

.last\:transition-transform:last-child {
  transition-property: transform;
}

.group:hover .group-hover\:transition-none {
  transition-property: none;
}

.group:hover .group-hover\:transition-all {
  transition-property: all;
}

.group:hover .group-hover\:transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.group:hover .group-hover\:transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.group:hover .group-hover\:transition-opacity {
  transition-property: opacity;
}

.group:hover .group-hover\:transition-shadow {
  transition-property: box-shadow;
}

.group:hover .group-hover\: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);
}

.hover\:ease-linear:hover {
  transition-timing-function: linear;
}

.hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.focus\:ease-linear:focus {
  transition-timing-function: linear;
}

.focus\:ease-in:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.focus\:ease-out:focus {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus\:ease-in-out:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.first\:ease-linear:first-child {
  transition-timing-function: linear;
}

.first\:ease-in:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.first\:ease-out:first-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.first\:ease-in-out:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.last\:ease-linear:last-child {
  transition-timing-function: linear;
}

.last\:ease-in:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.last\:ease-out:last-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.last\:ease-in-out:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:ease-linear {
  transition-timing-function: linear;
}

.group:hover .group-hover\:ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group:hover .group-hover\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.group:hover .group-hover\: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;
}

.hover\:duration-75:hover {
  transition-duration: 75ms;
}

.hover\:duration-100:hover {
  transition-duration: 100ms;
}

.hover\:duration-150:hover {
  transition-duration: 150ms;
}

.hover\:duration-200:hover {
  transition-duration: 200ms;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.hover\:duration-500:hover {
  transition-duration: 500ms;
}

.hover\:duration-700:hover {
  transition-duration: 700ms;
}

.hover\:duration-1000:hover {
  transition-duration: 1000ms;
}

.focus\:duration-75:focus {
  transition-duration: 75ms;
}

.focus\:duration-100:focus {
  transition-duration: 100ms;
}

.focus\:duration-150:focus {
  transition-duration: 150ms;
}

.focus\:duration-200:focus {
  transition-duration: 200ms;
}

.focus\:duration-300:focus {
  transition-duration: 300ms;
}

.focus\:duration-500:focus {
  transition-duration: 500ms;
}

.focus\:duration-700:focus {
  transition-duration: 700ms;
}

.focus\:duration-1000:focus {
  transition-duration: 1000ms;
}

.first\:duration-75:first-child {
  transition-duration: 75ms;
}

.first\:duration-100:first-child {
  transition-duration: 100ms;
}

.first\:duration-150:first-child {
  transition-duration: 150ms;
}

.first\:duration-200:first-child {
  transition-duration: 200ms;
}

.first\:duration-300:first-child {
  transition-duration: 300ms;
}

.first\:duration-500:first-child {
  transition-duration: 500ms;
}

.first\:duration-700:first-child {
  transition-duration: 700ms;
}

.first\:duration-1000:first-child {
  transition-duration: 1000ms;
}

.last\:duration-75:last-child {
  transition-duration: 75ms;
}

.last\:duration-100:last-child {
  transition-duration: 100ms;
}

.last\:duration-150:last-child {
  transition-duration: 150ms;
}

.last\:duration-200:last-child {
  transition-duration: 200ms;
}

.last\:duration-300:last-child {
  transition-duration: 300ms;
}

.last\:duration-500:last-child {
  transition-duration: 500ms;
}

.last\:duration-700:last-child {
  transition-duration: 700ms;
}

.last\:duration-1000:last-child {
  transition-duration: 1000ms;
}

.group:hover .group-hover\:duration-75 {
  transition-duration: 75ms;
}

.group:hover .group-hover\:duration-100 {
  transition-duration: 100ms;
}

.group:hover .group-hover\:duration-150 {
  transition-duration: 150ms;
}

.group:hover .group-hover\:duration-200 {
  transition-duration: 200ms;
}

.group:hover .group-hover\:duration-300 {
  transition-duration: 300ms;
}

.group:hover .group-hover\:duration-500 {
  transition-duration: 500ms;
}

.group:hover .group-hover\:duration-700 {
  transition-duration: 700ms;
}

.group:hover .group-hover\: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;
}

.hover\:delay-75:hover {
  transition-delay: 75ms;
}

.hover\:delay-100:hover {
  transition-delay: 100ms;
}

.hover\:delay-150:hover {
  transition-delay: 150ms;
}

.hover\:delay-200:hover {
  transition-delay: 200ms;
}

.hover\:delay-300:hover {
  transition-delay: 300ms;
}

.hover\:delay-500:hover {
  transition-delay: 500ms;
}

.hover\:delay-700:hover {
  transition-delay: 700ms;
}

.hover\:delay-1000:hover {
  transition-delay: 1000ms;
}

.focus\:delay-75:focus {
  transition-delay: 75ms;
}

.focus\:delay-100:focus {
  transition-delay: 100ms;
}

.focus\:delay-150:focus {
  transition-delay: 150ms;
}

.focus\:delay-200:focus {
  transition-delay: 200ms;
}

.focus\:delay-300:focus {
  transition-delay: 300ms;
}

.focus\:delay-500:focus {
  transition-delay: 500ms;
}

.focus\:delay-700:focus {
  transition-delay: 700ms;
}

.focus\:delay-1000:focus {
  transition-delay: 1000ms;
}

.first\:delay-75:first-child {
  transition-delay: 75ms;
}

.first\:delay-100:first-child {
  transition-delay: 100ms;
}

.first\:delay-150:first-child {
  transition-delay: 150ms;
}

.first\:delay-200:first-child {
  transition-delay: 200ms;
}

.first\:delay-300:first-child {
  transition-delay: 300ms;
}

.first\:delay-500:first-child {
  transition-delay: 500ms;
}

.first\:delay-700:first-child {
  transition-delay: 700ms;
}

.first\:delay-1000:first-child {
  transition-delay: 1000ms;
}

.last\:delay-75:last-child {
  transition-delay: 75ms;
}

.last\:delay-100:last-child {
  transition-delay: 100ms;
}

.last\:delay-150:last-child {
  transition-delay: 150ms;
}

.last\:delay-200:last-child {
  transition-delay: 200ms;
}

.last\:delay-300:last-child {
  transition-delay: 300ms;
}

.last\:delay-500:last-child {
  transition-delay: 500ms;
}

.last\:delay-700:last-child {
  transition-delay: 700ms;
}

.last\:delay-1000:last-child {
  transition-delay: 1000ms;
}

.group:hover .group-hover\:delay-75 {
  transition-delay: 75ms;
}

.group:hover .group-hover\:delay-100 {
  transition-delay: 100ms;
}

.group:hover .group-hover\:delay-150 {
  transition-delay: 150ms;
}

.group:hover .group-hover\:delay-200 {
  transition-delay: 200ms;
}

.group:hover .group-hover\:delay-300 {
  transition-delay: 300ms;
}

.group:hover .group-hover\:delay-500 {
  transition-delay: 500ms;
}

.group:hover .group-hover\:delay-700 {
  transition-delay: 700ms;
}

.group:hover .group-hover\:delay-1000 {
  transition-delay: 1000ms;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.hover\:animate-none:hover {
  animation: none;
}

.hover\:animate-spin:hover {
  animation: spin 1s linear infinite;
}

.hover\:animate-ping:hover {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hover\:animate-pulse:hover {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hover\:animate-bounce:hover {
  animation: bounce 1s infinite;
}

.focus\:animate-none:focus {
  animation: none;
}

.focus\:animate-spin:focus {
  animation: spin 1s linear infinite;
}

.focus\:animate-ping:focus {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.focus\:animate-pulse:focus {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.focus\:animate-bounce:focus {
  animation: bounce 1s infinite;
}

.first\:animate-none:first-child {
  animation: none;
}

.first\:animate-spin:first-child {
  animation: spin 1s linear infinite;
}

.first\:animate-ping:first-child {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.first\:animate-pulse:first-child {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.first\:animate-bounce:first-child {
  animation: bounce 1s infinite;
}

.last\:animate-none:last-child {
  animation: none;
}

.last\:animate-spin:last-child {
  animation: spin 1s linear infinite;
}

.last\:animate-ping:last-child {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.last\:animate-pulse:last-child {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.last\:animate-bounce:last-child {
  animation: bounce 1s infinite;
}

.group:hover .group-hover\:animate-none {
  animation: none;
}

.group:hover .group-hover\:animate-spin {
  animation: spin 1s linear infinite;
}

.group:hover .group-hover\:animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.group:hover .group-hover\:animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.group:hover .group-hover\:animate-bounce {
  animation: bounce 1s infinite;
}

@media (min-width: 376px) {
  .xs\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .xs\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .xs\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .xs\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .xs\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .group:hover .xs\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .xs\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .xs\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .xs\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .xs\:container {
      max-width: 1600px;
    }
  }

  .xs\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .xs\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xs\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xs\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xs\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xs\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .xs\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xs\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xs\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .xs\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xs\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xs\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xs\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .xs\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xs\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .xs\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xs\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xs\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .xs\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .xs\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .xs\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .xs\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xs\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .xs\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xs\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xs\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .xs\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xs\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xs\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .xs\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xs\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .xs\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .xs\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .xs\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .xs\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .xs\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xs\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .xs\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xs\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .xs\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .xs\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .xs\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .xs\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xs\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .xs\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .xs\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .xs\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .xs\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .xs\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .xs\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .xs\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .xs\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .xs\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .xs\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .xs\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .xs\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .xs\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .xs\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .xs\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .xs\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .xs\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .xs\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .xs\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .xs\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .xs\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .xs\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .xs\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .xs\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .xs\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .xs\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .xs\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .xs\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .xs\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .xs\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .xs\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .xs\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .xs\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .xs\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .xs\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .xs\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .xs\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .xs\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .xs\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .xs\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .xs\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .xs\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .xs\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xs\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xs\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xs\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xs\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .xs\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xs\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xs\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .xs\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xs\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xs\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xs\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .xs\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xs\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .xs\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xs\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xs\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .xs\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .xs\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .xs\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .xs\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xs\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .xs\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xs\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xs\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .xs\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xs\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xs\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .xs\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xs\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .xs\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .xs\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .xs\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .xs\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .xs\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xs\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .xs\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xs\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .xs\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .xs\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .xs\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .xs\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xs\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .xs\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .xs\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .xs\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .xs\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .xs\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .xs\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .xs\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .xs\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .xs\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .xs\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .xs\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .xs\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .xs\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .xs\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .xs\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .xs\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .xs\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .xs\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .xs\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .xs\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .xs\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .xs\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .xs\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .xs\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .xs\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .xs\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .xs\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .xs\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .xs\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .xs\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .xs\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .xs\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .xs\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .xs\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .xs\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .xs\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .xs\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .xs\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .xs\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .xs\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .xs\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .xs\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .xs\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .xs\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .xs\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .xs\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .xs\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .xs\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .xs\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .xs\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .xs\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .xs\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .xs\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .xs\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .xs\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .xs\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .xs\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .xs\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .xs\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .xs\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .xs\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .xs\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .xs\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .xs\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .xs\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .xs\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .xs\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .xs\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .xs\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xs\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .xs\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xs\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xs\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xs\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xs\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xs\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xs\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xs\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xs\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xs\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .xs\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .xs\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .xs\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xs\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xs\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xs\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xs\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xs\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xs\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xs\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xs\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xs\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .xs\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .xs\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .xs\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .xs\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .xs\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xs\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xs\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xs\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .xs\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xs\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .xs\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .xs\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .xs\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .xs\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .xs\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xs\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xs\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xs\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .xs\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xs\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .xs\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .xs\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .xs\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .xs\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .xs\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xs\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xs\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xs\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .xs\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xs\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .xs\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .xs\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .xs\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .xs\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .xs\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .xs\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xs\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xs\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .xs\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xs\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .xs\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .xs\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .xs\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .xs\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .group:hover .xs\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .xs\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .xs\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .xs\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xs\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .xs\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .xs\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xs\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .xs\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .xs\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xs\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .xs\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .xs\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xs\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .xs\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .xs\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .xs\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .xs\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

  .group:hover .xs\:group-hover\: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;
  }

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

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

  .xs\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .xs\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

  .xs\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .xs\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .xs\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .xs\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .xs\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .xs\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .xs\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .xs\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .xs\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .xs\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .xs\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .xs\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .xs\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .xs\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .xs\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

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

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

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

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

  .xs\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .xs\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .xs\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .xs\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .xs\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .xs\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .xs\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .xs\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .xs\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .xs\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .xs\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .xs\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .xs\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .xs\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .xs\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .xs\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .xs\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

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

  .xs\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .xs\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xs\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xs\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xs\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xs\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xs\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xs\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xs\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xs\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xs\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .xs\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .xs\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .xs\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xs\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xs\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xs\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xs\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xs\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xs\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xs\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xs\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xs\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .xs\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .xs\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .xs\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .xs\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .xs\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .xs\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .xs\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .xs\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .xs\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .xs\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xs\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .xs\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .xs\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .xs\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .xs\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .xs\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .xs\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .xs\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xs\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xs\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .xs\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xs\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .xs\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .xs\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .xs\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .xs\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .xs\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .xs\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .xs\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xs\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xs\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .xs\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xs\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .xs\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .xs\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .xs\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .xs\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

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

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

  .group:hover .xs\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-none:hover {
    background-image: none;
  }

  .xs\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-none:focus {
    background-image: none;
  }

  .xs\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:first\:bg-none:first-child {
    background-image: none;
  }

  .xs\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:last\:bg-none:last-child {
    background-image: none;
  }

  .xs\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .xs\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xs\:to-current {
    --gradient-to-color: currentColor;
  }

  .xs\:to-black {
    --gradient-to-color: #000;
  }

  .xs\:to-white {
    --gradient-to-color: #fff;
  }

  .xs\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .xs\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .xs\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .xs\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .xs\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .xs\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .xs\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .xs\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .xs\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .xs\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .xs\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .xs\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .xs\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .xs\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .xs\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .xs\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .xs\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .xs\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .xs\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .xs\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .xs\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .xs\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .xs\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .xs\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .xs\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .xs\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .xs\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .xs\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .xs\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .xs\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .xs\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .xs\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .xs\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .xs\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .xs\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .xs\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .xs\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .xs\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .xs\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .xs\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .xs\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .xs\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .xs\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .xs\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .xs\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .xs\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .xs\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .xs\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .xs\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .xs\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .xs\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .xs\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .xs\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .xs\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .xs\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .xs\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .xs\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .xs\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .xs\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xs\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .xs\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xs\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xs\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .xs\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .xs\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .xs\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .xs\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .xs\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .xs\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .xs\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .xs\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .xs\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .xs\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .xs\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .xs\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .xs\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .xs\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .xs\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .xs\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .xs\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .xs\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .xs\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .xs\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .xs\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .xs\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .xs\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .xs\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .xs\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .xs\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .xs\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .xs\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .xs\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .xs\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .xs\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .xs\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .xs\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .xs\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .xs\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .xs\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .xs\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .xs\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .xs\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .xs\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .xs\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .xs\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .xs\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .xs\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .xs\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .xs\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .xs\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .xs\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .xs\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .xs\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .xs\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .xs\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .xs\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .xs\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .xs\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .xs\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .xs\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .xs\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xs\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .xs\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xs\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xs\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .xs\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .xs\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .xs\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .xs\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .xs\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .xs\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .xs\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .xs\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .xs\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .xs\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .xs\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .xs\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .xs\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .xs\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .xs\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .xs\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .xs\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .xs\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .xs\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .xs\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .xs\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .xs\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .xs\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .xs\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .xs\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .xs\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .xs\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .xs\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .xs\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .xs\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .xs\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .xs\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .xs\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .xs\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .xs\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .xs\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .xs\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .xs\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .xs\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .xs\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .xs\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .xs\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .xs\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .xs\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .xs\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .xs\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .xs\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .xs\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .xs\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .xs\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .xs\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .xs\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .xs\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .xs\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .xs\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .xs\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .xs\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .xs\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .xs\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .xs\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .xs\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .xs\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .xs\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .xs\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .xs\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .xs\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .xs\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .xs\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .xs\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .xs\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .xs\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .xs\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .xs\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .xs\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .xs\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .xs\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .xs\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .xs\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .xs\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .xs\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .xs\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .xs\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .xs\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .xs\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .xs\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .xs\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .xs\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .xs\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .xs\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .xs\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .xs\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .xs\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .xs\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .xs\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .xs\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .xs\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .xs\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .xs\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .xs\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .xs\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .xs\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .xs\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .xs\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .xs\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .xs\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .xs\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .xs\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .xs\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .xs\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .xs\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .xs\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .xs\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .xs\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .xs\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .xs\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .xs\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .xs\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .xs\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .xs\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .xs\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .xs\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .xs\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .xs\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .xs\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .xs\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .xs\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .xs\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .xs\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .xs\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .xs\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .xs\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .xs\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .xs\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .xs\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .xs\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .xs\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .xs\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .xs\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .xs\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .xs\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .xs\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .xs\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .xs\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .xs\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .xs\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .xs\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .xs\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .xs\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .xs\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .xs\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .xs\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .xs\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .xs\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .xs\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .xs\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .xs\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .xs\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .xs\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .xs\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .xs\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .xs\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .xs\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .xs\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .xs\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .xs\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .xs\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .xs\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .xs\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .xs\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .xs\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .xs\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .xs\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .xs\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .xs\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .xs\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .xs\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .xs\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .xs\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .xs\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .xs\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .xs\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .xs\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .xs\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .xs\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .xs\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .xs\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .xs\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .xs\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .xs\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .xs\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .xs\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .xs\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .xs\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .xs\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .xs\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .xs\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .xs\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .xs\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .xs\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .xs\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .xs\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .xs\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .xs\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .xs\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .xs\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .xs\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .xs\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .xs\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .xs\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .xs\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .xs\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .xs\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .xs\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .xs\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .xs\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .xs\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .xs\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .xs\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .xs\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .xs\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .xs\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .xs\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .xs\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .xs\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .xs\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .xs\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .xs\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .xs\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .xs\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .xs\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .xs\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .xs\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .xs\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .xs\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .xs\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .xs\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .xs\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .xs\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .xs\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .xs\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .xs\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .xs\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .xs\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .xs\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .xs\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .xs\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .xs\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .xs\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .xs\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .xs\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .xs\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .xs\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .xs\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .xs\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .xs\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .xs\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .xs\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .xs\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .xs\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .xs\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .xs\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .xs\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .xs\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .xs\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .xs\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .xs\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .xs\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .xs\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .xs\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .xs\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .xs\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .xs\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .xs\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .xs\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .xs\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .xs\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .xs\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .xs\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .xs\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .xs\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .xs\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .xs\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .xs\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .xs\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .xs\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .xs\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .xs\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .xs\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .xs\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .xs\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .xs\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .xs\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .xs\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .xs\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .xs\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .xs\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .xs\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .xs\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .xs\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .xs\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .xs\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .xs\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .xs\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .xs\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .xs\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .xs\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .xs\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .xs\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .xs\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .xs\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .xs\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xs\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .xs\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xs\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xs\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .xs\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .xs\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .xs\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .xs\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .xs\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .xs\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .xs\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .xs\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .xs\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .xs\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .xs\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .xs\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .xs\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .xs\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .xs\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .xs\:hover\:bg-center:hover {
    background-position: center;
  }

  .xs\:hover\:bg-left:hover {
    background-position: left;
  }

  .xs\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .xs\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .xs\:hover\:bg-right:hover {
    background-position: right;
  }

  .xs\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .xs\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .xs\:hover\:bg-top:hover {
    background-position: top;
  }

  .xs\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .xs\:focus\:bg-center:focus {
    background-position: center;
  }

  .xs\:focus\:bg-left:focus {
    background-position: left;
  }

  .xs\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .xs\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .xs\:focus\:bg-right:focus {
    background-position: right;
  }

  .xs\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .xs\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .xs\:focus\:bg-top:focus {
    background-position: top;
  }

  .xs\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .xs\:first\:bg-center:first-child {
    background-position: center;
  }

  .xs\:first\:bg-left:first-child {
    background-position: left;
  }

  .xs\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .xs\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .xs\:first\:bg-right:first-child {
    background-position: right;
  }

  .xs\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .xs\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .xs\:first\:bg-top:first-child {
    background-position: top;
  }

  .xs\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .xs\:last\:bg-center:last-child {
    background-position: center;
  }

  .xs\:last\:bg-left:last-child {
    background-position: left;
  }

  .xs\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .xs\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .xs\:last\:bg-right:last-child {
    background-position: right;
  }

  .xs\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .xs\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .xs\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .xs\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .xs\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .xs\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .xs\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .xs\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .xs\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .xs\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .xs\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .xs\:group-hover\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .xs\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .xs\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .xs\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .xs\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .xs\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .xs\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .xs\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .xs\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .xs\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .xs\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .xs\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .xs\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .xs\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .xs\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .xs\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .xs\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .xs\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .xs\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .xs\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .xs\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .xs\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .xs\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .xs\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .xs\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .xs\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .xs\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .xs\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .xs\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .xs\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .xs\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .xs\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .xs\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .xs\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .xs\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .xs\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .xs\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .xs\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .xs\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .xs\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .xs\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .xs\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .xs\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .xs\:group-hover\:bg-contain {
    background-size: contain;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .xs\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .xs\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .xs\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .xs\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .xs\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .xs\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .xs\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .xs\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .xs\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-current {
    border-color: currentColor;
  }

  .xs\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .xs\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xs\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xs\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xs\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xs\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xs\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xs\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xs\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xs\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xs\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .xs\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .xs\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .xs\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xs\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xs\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xs\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xs\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xs\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xs\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xs\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xs\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xs\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .xs\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .xs\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .xs\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .xs\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .xs\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xs\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xs\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xs\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xs\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xs\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xs\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xs\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xs\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xs\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .xs\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .xs\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xs\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xs\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xs\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xs\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xs\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xs\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xs\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xs\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xs\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .xs\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .xs\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .xs\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .xs\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xs\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .xs\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xs\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xs\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xs\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xs\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xs\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xs\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xs\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xs\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xs\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .xs\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .xs\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xs\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xs\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xs\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xs\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xs\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xs\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xs\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xs\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xs\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .xs\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .xs\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .xs\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .xs\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .xs\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .xs\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .xs\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .xs\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xs\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xs\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xs\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xs\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xs\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xs\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xs\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xs\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xs\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .xs\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .xs\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .xs\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xs\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xs\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xs\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xs\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xs\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xs\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xs\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xs\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xs\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .xs\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .xs\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .xs\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .xs\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .xs\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .xs\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .xs\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .xs\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xs\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xs\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xs\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xs\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xs\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xs\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xs\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xs\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xs\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .xs\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .xs\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .xs\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xs\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xs\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xs\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xs\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xs\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xs\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xs\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xs\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xs\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .xs\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .xs\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .xs\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .xs\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .xs\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xs\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .xs\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xs\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xs\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .xs\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xs\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .xs\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xs\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .xs\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xs\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .xs\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .xs\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .xs\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .xs\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .xs\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .xs\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .xs\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .xs\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .xs\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .xs\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .xs\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .xs\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .xs\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .xs\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .xs\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .xs\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .xs\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .xs\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .xs\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .xs\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .xs\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .xs\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .xs\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .xs\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .xs\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .xs\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .xs\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .xs\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .xs\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .xs\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .xs\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .xs\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .xs\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .xs\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .xs\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .xs\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .xs\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .xs\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .xs\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .xs\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .xs\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .xs\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .xs\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .xs\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .xs\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .xs\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .xs\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .xs\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .xs\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .xs\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .xs\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .xs\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .xs\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .xs\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .xs\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .xs\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .xs\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .xs\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .xs\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .xs\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .xs\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .xs\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .xs\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .xs\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .xs\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .xs\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .xs\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .xs\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .xs\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .xs\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .xs\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .xs\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .xs\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .xs\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .xs\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .xs\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .xs\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .xs\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .xs\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .xs\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .xs\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .xs\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .xs\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .xs\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .xs\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .xs\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .xs\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .xs\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .xs\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .xs\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .xs\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .xs\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .xs\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .xs\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .xs\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .xs\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .xs\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .xs\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .xs\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .xs\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .xs\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .xs\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .xs\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .xs\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .xs\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .xs\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .xs\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .xs\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .xs\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .xs\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .xs\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .xs\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .xs\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .xs\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .xs\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .xs\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .xs\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .xs\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .xs\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .xs\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .xs\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xs\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xs\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xs\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .xs\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .xs\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .xs\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .xs\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .xs\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .xs\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .xs\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .xs\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .xs\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .xs\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .xs\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .xs\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .xs\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .xs\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .xs\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .xs\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .xs\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .xs\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .xs\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .xs\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .xs\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .xs\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .xs\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .xs\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xs\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xs\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xs\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xs\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xs\:hover\:border-double:hover {
    border-style: double;
  }

  .xs\:hover\:border-none:hover {
    border-style: none;
  }

  .xs\:focus\:border-solid:focus {
    border-style: solid;
  }

  .xs\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .xs\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .xs\:focus\:border-double:focus {
    border-style: double;
  }

  .xs\:focus\:border-none:focus {
    border-style: none;
  }

  .xs\:first\:border-solid:first-child {
    border-style: solid;
  }

  .xs\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .xs\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .xs\:first\:border-double:first-child {
    border-style: double;
  }

  .xs\:first\:border-none:first-child {
    border-style: none;
  }

  .xs\:last\:border-solid:last-child {
    border-style: solid;
  }

  .xs\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .xs\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .xs\:last\:border-double:last-child {
    border-style: double;
  }

  .xs\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .xs\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .xs\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .xs\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .xs\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .xs\:group-hover\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:hover\:border-0:hover {
    border-width: 0;
  }

  .xs\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xs\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xs\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xs\:hover\:border:hover {
    border-width: 1px;
  }

  .xs\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .xs\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .xs\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .xs\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .xs\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xs\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xs\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xs\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xs\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xs\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xs\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xs\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xs\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xs\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xs\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xs\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xs\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xs\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xs\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xs\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xs\:focus\:border-0:focus {
    border-width: 0;
  }

  .xs\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xs\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xs\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xs\:focus\:border:focus {
    border-width: 1px;
  }

  .xs\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .xs\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .xs\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .xs\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .xs\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xs\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xs\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xs\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xs\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xs\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xs\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xs\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xs\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xs\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xs\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xs\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xs\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xs\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xs\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xs\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xs\:first\:border-0:first-child {
    border-width: 0;
  }

  .xs\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xs\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xs\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xs\:first\:border:first-child {
    border-width: 1px;
  }

  .xs\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xs\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xs\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xs\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xs\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xs\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xs\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xs\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xs\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xs\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xs\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xs\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xs\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xs\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xs\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xs\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xs\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xs\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xs\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xs\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xs\:last\:border-0:last-child {
    border-width: 0;
  }

  .xs\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xs\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xs\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xs\:last\:border:last-child {
    border-width: 1px;
  }

  .xs\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xs\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xs\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xs\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xs\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xs\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xs\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xs\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xs\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xs\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xs\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xs\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xs\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xs\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xs\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xs\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xs\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xs\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xs\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xs\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .xs\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .xs\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .xs\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .xs\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .xs\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .xs\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .xs\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .xs\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .xs\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .xs\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .xs\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .xs\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .xs\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .xs\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .xs\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .xs\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .xs\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .xs\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .xs\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .xs\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .xs\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .xs\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .xs\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .xs\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .xs\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .xs\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .xs\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .xs\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .xs\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .xs\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .xs\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .xs\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .xs\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .xs\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .xs\:hover\:cursor-default:hover {
    cursor: default;
  }

  .xs\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .xs\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .xs\:hover\:cursor-text:hover {
    cursor: text;
  }

  .xs\:hover\:cursor-move:hover {
    cursor: move;
  }

  .xs\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .xs\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .xs\:focus\:cursor-default:focus {
    cursor: default;
  }

  .xs\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .xs\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .xs\:focus\:cursor-text:focus {
    cursor: text;
  }

  .xs\:focus\:cursor-move:focus {
    cursor: move;
  }

  .xs\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .xs\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .xs\:first\:cursor-default:first-child {
    cursor: default;
  }

  .xs\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .xs\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .xs\:first\:cursor-text:first-child {
    cursor: text;
  }

  .xs\:first\:cursor-move:first-child {
    cursor: move;
  }

  .xs\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .xs\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .xs\:last\:cursor-default:last-child {
    cursor: default;
  }

  .xs\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .xs\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .xs\:last\:cursor-text:last-child {
    cursor: text;
  }

  .xs\:last\:cursor-move:last-child {
    cursor: move;
  }

  .xs\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .xs\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .xs\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .xs\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .xs\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .xs\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .xs\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .xs\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:hover\:block:hover {
    display: block;
  }

  .xs\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xs\:hover\:inline:hover {
    display: inline;
  }

  .xs\:hover\:flex:hover {
    display: flex;
  }

  .xs\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xs\:hover\:table:hover {
    display: table;
  }

  .xs\:hover\:table-caption:hover {
    display: table-caption;
  }

  .xs\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xs\:hover\:table-column:hover {
    display: table-column;
  }

  .xs\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .xs\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .xs\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .xs\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .xs\:hover\:table-row:hover {
    display: table-row;
  }

  .xs\:hover\:flow-root:hover {
    display: flow-root;
  }

  .xs\:hover\:grid:hover {
    display: grid;
  }

  .xs\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .xs\:hover\:contents:hover {
    display: contents;
  }

  .xs\:hover\:hidden:hover {
    display: none;
  }

  .xs\:focus\:block:focus {
    display: block;
  }

  .xs\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xs\:focus\:inline:focus {
    display: inline;
  }

  .xs\:focus\:flex:focus {
    display: flex;
  }

  .xs\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .xs\:focus\:table:focus {
    display: table;
  }

  .xs\:focus\:table-caption:focus {
    display: table-caption;
  }

  .xs\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xs\:focus\:table-column:focus {
    display: table-column;
  }

  .xs\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .xs\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .xs\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .xs\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .xs\:focus\:table-row:focus {
    display: table-row;
  }

  .xs\:focus\:flow-root:focus {
    display: flow-root;
  }

  .xs\:focus\:grid:focus {
    display: grid;
  }

  .xs\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .xs\:focus\:contents:focus {
    display: contents;
  }

  .xs\:focus\:hidden:focus {
    display: none;
  }

  .xs\:first\:block:first-child {
    display: block;
  }

  .xs\:first\:inline-block:first-child {
    display: inline-block;
  }

  .xs\:first\:inline:first-child {
    display: inline;
  }

  .xs\:first\:flex:first-child {
    display: flex;
  }

  .xs\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .xs\:first\:table:first-child {
    display: table;
  }

  .xs\:first\:table-caption:first-child {
    display: table-caption;
  }

  .xs\:first\:table-cell:first-child {
    display: table-cell;
  }

  .xs\:first\:table-column:first-child {
    display: table-column;
  }

  .xs\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .xs\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .xs\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .xs\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .xs\:first\:table-row:first-child {
    display: table-row;
  }

  .xs\:first\:flow-root:first-child {
    display: flow-root;
  }

  .xs\:first\:grid:first-child {
    display: grid;
  }

  .xs\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .xs\:first\:contents:first-child {
    display: contents;
  }

  .xs\:first\:hidden:first-child {
    display: none;
  }

  .xs\:last\:block:last-child {
    display: block;
  }

  .xs\:last\:inline-block:last-child {
    display: inline-block;
  }

  .xs\:last\:inline:last-child {
    display: inline;
  }

  .xs\:last\:flex:last-child {
    display: flex;
  }

  .xs\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .xs\:last\:table:last-child {
    display: table;
  }

  .xs\:last\:table-caption:last-child {
    display: table-caption;
  }

  .xs\:last\:table-cell:last-child {
    display: table-cell;
  }

  .xs\:last\:table-column:last-child {
    display: table-column;
  }

  .xs\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .xs\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .xs\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .xs\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .xs\:last\:table-row:last-child {
    display: table-row;
  }

  .xs\:last\:flow-root:last-child {
    display: flow-root;
  }

  .xs\:last\:grid:last-child {
    display: grid;
  }

  .xs\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .xs\:last\:contents:last-child {
    display: contents;
  }

  .xs\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .xs\:group-hover\:block {
    display: block;
  }

  .group:hover .xs\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xs\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xs\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xs\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xs\:group-hover\:table {
    display: table;
  }

  .group:hover .xs\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xs\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xs\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xs\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xs\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xs\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xs\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xs\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xs\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xs\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xs\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xs\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xs\:group-hover\:hidden {
    display: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .xs\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .xs\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .xs\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .xs\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .xs\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .xs\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .xs\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .xs\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .xs\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .xs\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .xs\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .xs\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .xs\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .xs\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .xs\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .xs\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .xs\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .xs\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .xs\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .xs\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .xs\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .xs\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .xs\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .xs\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .xs\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .xs\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .xs\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .xs\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .xs\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .xs\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .xs\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .xs\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .xs\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:place-items-auto {
    place-items: auto;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .xs\:hover\:place-items-start:hover {
    place-items: start;
  }

  .xs\:hover\:place-items-end:hover {
    place-items: end;
  }

  .xs\:hover\:place-items-center:hover {
    place-items: center;
  }

  .xs\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .xs\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .xs\:focus\:place-items-start:focus {
    place-items: start;
  }

  .xs\:focus\:place-items-end:focus {
    place-items: end;
  }

  .xs\:focus\:place-items-center:focus {
    place-items: center;
  }

  .xs\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .xs\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .xs\:first\:place-items-start:first-child {
    place-items: start;
  }

  .xs\:first\:place-items-end:first-child {
    place-items: end;
  }

  .xs\:first\:place-items-center:first-child {
    place-items: center;
  }

  .xs\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .xs\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .xs\:last\:place-items-start:last-child {
    place-items: start;
  }

  .xs\:last\:place-items-end:last-child {
    place-items: end;
  }

  .xs\:last\:place-items-center:last-child {
    place-items: center;
  }

  .xs\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .xs\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .xs\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .xs\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .xs\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .xs\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:hover\:place-content-center:hover {
    place-content: center;
  }

  .xs\:hover\:place-content-start:hover {
    place-content: start;
  }

  .xs\:hover\:place-content-end:hover {
    place-content: end;
  }

  .xs\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .xs\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .xs\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .xs\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .xs\:focus\:place-content-center:focus {
    place-content: center;
  }

  .xs\:focus\:place-content-start:focus {
    place-content: start;
  }

  .xs\:focus\:place-content-end:focus {
    place-content: end;
  }

  .xs\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .xs\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .xs\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .xs\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .xs\:first\:place-content-center:first-child {
    place-content: center;
  }

  .xs\:first\:place-content-start:first-child {
    place-content: start;
  }

  .xs\:first\:place-content-end:first-child {
    place-content: end;
  }

  .xs\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .xs\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .xs\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .xs\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .xs\:last\:place-content-center:last-child {
    place-content: center;
  }

  .xs\:last\:place-content-start:last-child {
    place-content: start;
  }

  .xs\:last\:place-content-end:last-child {
    place-content: end;
  }

  .xs\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .xs\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .xs\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .xs\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .xs\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .xs\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .xs\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .xs\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .xs\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .xs\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .xs\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .xs\:hover\:place-self-start:hover {
    place-self: start;
  }

  .xs\:hover\:place-self-end:hover {
    place-self: end;
  }

  .xs\:hover\:place-self-center:hover {
    place-self: center;
  }

  .xs\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .xs\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .xs\:focus\:place-self-start:focus {
    place-self: start;
  }

  .xs\:focus\:place-self-end:focus {
    place-self: end;
  }

  .xs\:focus\:place-self-center:focus {
    place-self: center;
  }

  .xs\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .xs\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .xs\:first\:place-self-start:first-child {
    place-self: start;
  }

  .xs\:first\:place-self-end:first-child {
    place-self: end;
  }

  .xs\:first\:place-self-center:first-child {
    place-self: center;
  }

  .xs\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .xs\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .xs\:last\:place-self-start:last-child {
    place-self: start;
  }

  .xs\:last\:place-self-end:last-child {
    place-self: end;
  }

  .xs\:last\:place-self-center:last-child {
    place-self: center;
  }

  .xs\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .xs\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .xs\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .xs\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .xs\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .xs\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .xs\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .xs\:hover\:items-center:hover {
    align-items: center;
  }

  .xs\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .xs\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .xs\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .xs\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .xs\:focus\:items-center:focus {
    align-items: center;
  }

  .xs\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .xs\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .xs\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .xs\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .xs\:first\:items-center:first-child {
    align-items: center;
  }

  .xs\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .xs\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .xs\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .xs\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .xs\:last\:items-center:last-child {
    align-items: center;
  }

  .xs\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .xs\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .xs\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .xs\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .xs\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .xs\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .xs\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:hover\:content-center:hover {
    align-content: center;
  }

  .xs\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .xs\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .xs\:hover\:content-between:hover {
    align-content: space-between;
  }

  .xs\:hover\:content-around:hover {
    align-content: space-around;
  }

  .xs\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .xs\:focus\:content-center:focus {
    align-content: center;
  }

  .xs\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .xs\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .xs\:focus\:content-between:focus {
    align-content: space-between;
  }

  .xs\:focus\:content-around:focus {
    align-content: space-around;
  }

  .xs\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .xs\:first\:content-center:first-child {
    align-content: center;
  }

  .xs\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .xs\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .xs\:first\:content-between:first-child {
    align-content: space-between;
  }

  .xs\:first\:content-around:first-child {
    align-content: space-around;
  }

  .xs\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .xs\:last\:content-center:last-child {
    align-content: center;
  }

  .xs\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .xs\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .xs\:last\:content-between:last-child {
    align-content: space-between;
  }

  .xs\:last\:content-around:last-child {
    align-content: space-around;
  }

  .xs\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .xs\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .xs\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .xs\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .xs\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .xs\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .xs\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:hover\:self-auto:hover {
    align-self: auto;
  }

  .xs\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .xs\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .xs\:hover\:self-center:hover {
    align-self: center;
  }

  .xs\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .xs\:focus\:self-auto:focus {
    align-self: auto;
  }

  .xs\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .xs\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .xs\:focus\:self-center:focus {
    align-self: center;
  }

  .xs\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .xs\:first\:self-auto:first-child {
    align-self: auto;
  }

  .xs\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .xs\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .xs\:first\:self-center:first-child {
    align-self: center;
  }

  .xs\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .xs\:last\:self-auto:last-child {
    align-self: auto;
  }

  .xs\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .xs\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .xs\:last\:self-center:last-child {
    align-self: center;
  }

  .xs\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .xs\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .xs\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .xs\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .xs\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .xs\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-items-auto {
    justify-items: auto;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .xs\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .xs\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .xs\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .xs\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .xs\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .xs\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .xs\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .xs\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .xs\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .xs\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .xs\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .xs\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .xs\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .xs\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .xs\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .xs\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .xs\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .xs\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .xs\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .xs\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .xs\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .xs\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .xs\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .xs\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .xs\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .xs\:hover\:justify-center:hover {
    justify-content: center;
  }

  .xs\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .xs\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .xs\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .xs\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .xs\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .xs\:focus\:justify-center:focus {
    justify-content: center;
  }

  .xs\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .xs\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .xs\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .xs\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .xs\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .xs\:first\:justify-center:first-child {
    justify-content: center;
  }

  .xs\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .xs\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .xs\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .xs\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .xs\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .xs\:last\:justify-center:last-child {
    justify-content: center;
  }

  .xs\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .xs\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .xs\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .xs\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .xs\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .xs\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .xs\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .xs\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .xs\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .xs\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .xs\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .xs\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .xs\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .xs\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .xs\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .xs\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .xs\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .xs\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .xs\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .xs\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .xs\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .xs\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .xs\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .xs\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .xs\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .xs\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .xs\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .xs\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .xs\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .xs\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .xs\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .xs\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .xs\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .xs\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .xs\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .xs\:hover\:flex-none:hover {
    flex: none;
  }

  .xs\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .xs\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .xs\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .xs\:focus\:flex-none:focus {
    flex: none;
  }

  .xs\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .xs\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .xs\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .xs\:first\:flex-none:first-child {
    flex: none;
  }

  .xs\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .xs\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .xs\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .xs\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .xs\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .xs\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .xs\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .xs\:group-hover\:flex-none {
    flex: none;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .xs\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .xs\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .xs\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .xs\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .xs\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .xs\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .xs\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .xs\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .xs\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .xs\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .xs\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .xs\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .xs\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .xs\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .xs\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .xs\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .xs\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .xs\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:hover\:order-1:hover {
    order: 1;
  }

  .xs\:hover\:order-2:hover {
    order: 2;
  }

  .xs\:hover\:order-3:hover {
    order: 3;
  }

  .xs\:hover\:order-4:hover {
    order: 4;
  }

  .xs\:hover\:order-5:hover {
    order: 5;
  }

  .xs\:hover\:order-6:hover {
    order: 6;
  }

  .xs\:hover\:order-7:hover {
    order: 7;
  }

  .xs\:hover\:order-8:hover {
    order: 8;
  }

  .xs\:hover\:order-9:hover {
    order: 9;
  }

  .xs\:hover\:order-10:hover {
    order: 10;
  }

  .xs\:hover\:order-11:hover {
    order: 11;
  }

  .xs\:hover\:order-12:hover {
    order: 12;
  }

  .xs\:hover\:order-first:hover {
    order: -9999;
  }

  .xs\:hover\:order-last:hover {
    order: 9999;
  }

  .xs\:hover\:order-none:hover {
    order: 0;
  }

  .xs\:focus\:order-1:focus {
    order: 1;
  }

  .xs\:focus\:order-2:focus {
    order: 2;
  }

  .xs\:focus\:order-3:focus {
    order: 3;
  }

  .xs\:focus\:order-4:focus {
    order: 4;
  }

  .xs\:focus\:order-5:focus {
    order: 5;
  }

  .xs\:focus\:order-6:focus {
    order: 6;
  }

  .xs\:focus\:order-7:focus {
    order: 7;
  }

  .xs\:focus\:order-8:focus {
    order: 8;
  }

  .xs\:focus\:order-9:focus {
    order: 9;
  }

  .xs\:focus\:order-10:focus {
    order: 10;
  }

  .xs\:focus\:order-11:focus {
    order: 11;
  }

  .xs\:focus\:order-12:focus {
    order: 12;
  }

  .xs\:focus\:order-first:focus {
    order: -9999;
  }

  .xs\:focus\:order-last:focus {
    order: 9999;
  }

  .xs\:focus\:order-none:focus {
    order: 0;
  }

  .xs\:first\:order-1:first-child {
    order: 1;
  }

  .xs\:first\:order-2:first-child {
    order: 2;
  }

  .xs\:first\:order-3:first-child {
    order: 3;
  }

  .xs\:first\:order-4:first-child {
    order: 4;
  }

  .xs\:first\:order-5:first-child {
    order: 5;
  }

  .xs\:first\:order-6:first-child {
    order: 6;
  }

  .xs\:first\:order-7:first-child {
    order: 7;
  }

  .xs\:first\:order-8:first-child {
    order: 8;
  }

  .xs\:first\:order-9:first-child {
    order: 9;
  }

  .xs\:first\:order-10:first-child {
    order: 10;
  }

  .xs\:first\:order-11:first-child {
    order: 11;
  }

  .xs\:first\:order-12:first-child {
    order: 12;
  }

  .xs\:first\:order-first:first-child {
    order: -9999;
  }

  .xs\:first\:order-last:first-child {
    order: 9999;
  }

  .xs\:first\:order-none:first-child {
    order: 0;
  }

  .xs\:last\:order-1:last-child {
    order: 1;
  }

  .xs\:last\:order-2:last-child {
    order: 2;
  }

  .xs\:last\:order-3:last-child {
    order: 3;
  }

  .xs\:last\:order-4:last-child {
    order: 4;
  }

  .xs\:last\:order-5:last-child {
    order: 5;
  }

  .xs\:last\:order-6:last-child {
    order: 6;
  }

  .xs\:last\:order-7:last-child {
    order: 7;
  }

  .xs\:last\:order-8:last-child {
    order: 8;
  }

  .xs\:last\:order-9:last-child {
    order: 9;
  }

  .xs\:last\:order-10:last-child {
    order: 10;
  }

  .xs\:last\:order-11:last-child {
    order: 11;
  }

  .xs\:last\:order-12:last-child {
    order: 12;
  }

  .xs\:last\:order-first:last-child {
    order: -9999;
  }

  .xs\:last\:order-last:last-child {
    order: 9999;
  }

  .xs\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .xs\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .xs\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .xs\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .xs\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .xs\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .xs\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .xs\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .xs\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .xs\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .xs\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .xs\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .xs\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .xs\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .xs\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .xs\:group-hover\:order-none {
    order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:hover\:float-right:hover {
    float: right;
  }

  .xs\:hover\:float-left:hover {
    float: left;
  }

  .xs\:hover\:float-none:hover {
    float: none;
  }

  .xs\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:focus\:float-right:focus {
    float: right;
  }

  .xs\:focus\:float-left:focus {
    float: left;
  }

  .xs\:focus\:float-none:focus {
    float: none;
  }

  .xs\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:first\:float-right:first-child {
    float: right;
  }

  .xs\:first\:float-left:first-child {
    float: left;
  }

  .xs\:first\:float-none:first-child {
    float: none;
  }

  .xs\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:last\:float-right:last-child {
    float: right;
  }

  .xs\:last\:float-left:last-child {
    float: left;
  }

  .xs\:last\:float-none:last-child {
    float: none;
  }

  .xs\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .xs\:group-hover\:float-right {
    float: right;
  }

  .group:hover .xs\:group-hover\:float-left {
    float: left;
  }

  .group:hover .xs\:group-hover\:float-none {
    float: none;
  }

  .group:hover .xs\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:hover\:clear-left:hover {
    clear: left;
  }

  .xs\:hover\:clear-right:hover {
    clear: right;
  }

  .xs\:hover\:clear-both:hover {
    clear: both;
  }

  .xs\:hover\:clear-none:hover {
    clear: none;
  }

  .xs\:focus\:clear-left:focus {
    clear: left;
  }

  .xs\:focus\:clear-right:focus {
    clear: right;
  }

  .xs\:focus\:clear-both:focus {
    clear: both;
  }

  .xs\:focus\:clear-none:focus {
    clear: none;
  }

  .xs\:first\:clear-left:first-child {
    clear: left;
  }

  .xs\:first\:clear-right:first-child {
    clear: right;
  }

  .xs\:first\:clear-both:first-child {
    clear: both;
  }

  .xs\:first\:clear-none:first-child {
    clear: none;
  }

  .xs\:last\:clear-left:last-child {
    clear: left;
  }

  .xs\:last\:clear-right:last-child {
    clear: right;
  }

  .xs\:last\:clear-both:last-child {
    clear: both;
  }

  .xs\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .xs\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .xs\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .xs\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .xs\:group-hover\:clear-none {
    clear: none;
  }

  .xs\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .xs\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .xs\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .xs\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .xs\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .xs\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .xs\:font-pacifico {
    font-family: 'Pacifico';
  }

  .xs\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .xs\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .xs\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .xs\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .xs\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .xs\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .xs\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .xs\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .xs\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .xs\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .xs\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .xs\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .xs\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .xs\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .xs\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .xs\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .xs\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .xs\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .xs\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .xs\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .xs\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .xs\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .xs\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .xs\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .xs\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .xs\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .xs\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .xs\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .xs\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .xs\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .xs\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .xs\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .xs\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .xs\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .xs\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xs\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xs\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .xs\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .xs\:first\:font-light:first-child {
    font-weight: 300;
  }

  .xs\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .xs\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .xs\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .xs\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .xs\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .xs\:first\:font-black:first-child {
    font-weight: 900;
  }

  .xs\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .xs\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .xs\:last\:font-light:last-child {
    font-weight: 300;
  }

  .xs\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .xs\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .xs\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .xs\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .xs\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .xs\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .xs\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .xs\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .xs\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .xs\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .xs\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .xs\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .xs\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .xs\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .xs\:group-hover\:font-black {
    font-weight: 900;
  }

  .xs\:h-0 {
    height: 0px;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 3px;
  }

  .xs\:h-4 {
    height: 4px;
  }

  .xs\:h-5 {
    height: 5px;
  }

  .xs\:h-6 {
    height: 6px;
  }

  .xs\:h-8 {
    height: 8px;
  }

  .xs\:h-9 {
    height: 9px;
  }

  .xs\:h-10 {
    height: 10px;
  }

  .xs\:h-12 {
    height: 12px;
  }

  .xs\:h-13 {
    height: 13px;
  }

  .xs\:h-14 {
    height: 14px;
  }

  .xs\:h-15 {
    height: 15px;
  }

  .xs\:h-16 {
    height: 16px;
  }

  .xs\:h-17 {
    height: 17px;
  }

  .xs\:h-18 {
    height: 18px;
  }

  .xs\:h-20 {
    height: 20px;
  }

  .xs\:h-22 {
    height: 22px;
  }

  .xs\:h-24 {
    height: 24px;
  }

  .xs\:h-25 {
    height: 25px;
  }

  .xs\:h-28 {
    height: 28px;
  }

  .xs\:h-29 {
    height: 29px;
  }

  .xs\:h-30 {
    height: 30px;
  }

  .xs\:h-32 {
    height: 32px;
  }

  .xs\:h-35 {
    height: 35px;
  }

  .xs\:h-36 {
    height: 36px;
  }

  .xs\:h-37 {
    height: 37px;
  }

  .xs\:h-40 {
    height: 40px;
  }

  .xs\:h-45 {
    height: 45px;
  }

  .xs\:h-48 {
    height: 48px;
  }

  .xs\:h-50 {
    height: 50px;
  }

  .xs\:h-55 {
    height: 55px;
  }

  .xs\:h-56 {
    height: 56px;
  }

  .xs\:h-60 {
    height: 60px;
  }

  .xs\:h-62 {
    height: 62px;
  }

  .xs\:h-64 {
    height: 64px;
  }

  .xs\:h-65 {
    height: 65px;
  }

  .xs\:h-70 {
    height: 70px;
  }

  .xs\:h-75 {
    height: 75px;
  }

  .xs\:h-80 {
    height: 80px;
  }

  .xs\:h-85 {
    height: 85px;
  }

  .xs\:h-90 {
    height: 90px;
  }

  .xs\:h-95 {
    height: 95px;
  }

  .xs\:h-96 {
    height: 96px;
  }

  .xs\:h-100 {
    height: 100px;
  }

  .xs\:h-110 {
    height: 110px;
  }

  .xs\:h-115 {
    height: 115px;
  }

  .xs\:h-120 {
    height: 120px;
  }

  .xs\:h-128 {
    height: 128px;
  }

  .xs\:h-135 {
    height: 135px;
  }

  .xs\:h-140 {
    height: 140px;
  }

  .xs\:h-145 {
    height: 145px;
  }

  .xs\:h-150 {
    height: 150px;
  }

  .xs\:h-160 {
    height: 160px;
  }

  .xs\:h-165 {
    height: 165px;
  }

  .xs\:h-168 {
    height: 168px;
  }

  .xs\:h-170 {
    height: 170px;
  }

  .xs\:h-180 {
    height: 180px;
  }

  .xs\:h-200 {
    height: 200px;
  }

  .xs\:h-220 {
    height: 220px;
  }

  .xs\:h-230 {
    height: 230px;
  }

  .xs\:h-235 {
    height: 235px;
  }

  .xs\:h-240 {
    height: 240px;
  }

  .xs\:h-250 {
    height: 250px;
  }

  .xs\:h-300 {
    height: 300px;
  }

  .xs\:h-320 {
    height: 320px;
  }

  .xs\:h-350 {
    height: 350px;
  }

  .xs\:h-375 {
    height: 375px;
  }

  .xs\:h-400 {
    height: 400px;
  }

  .xs\:h-450 {
    height: 450px;
  }

  .xs\:h-700 {
    height: 700px;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-1p {
    height: 1%;
  }

  .xs\:h-1\/12 {
    height: 8.3333%;
  }

  .xs\:h-2\/12 {
    height: 16.666667%;
  }

  .xs\:h-11p {
    height: 11%;
  }

  .xs\:h-20p {
    height: 20%;
  }

  .xs\:h-24p {
    height: 24.25%;
  }

  .xs\:h-25p {
    height: 25%;
  }

  .xs\:h-32p {
    height: 32%;
  }

  .xs\:h-35p {
    height: 35%;
  }

  .xs\:h-40p {
    height: 40%;
  }

  .xs\:h-49p {
    height: 49%;
  }

  .xs\:h-49-5p {
    height: 49.5%;
  }

  .xs\:h-80p {
    height: 80%;
  }

  .xs\:h-vh80 {
    height: 80vh;
  }

  .xs\:h-vh86 {
    height: 86vh;
  }

  .xs\:h-vh90 {
    height: 90vh;
  }

  .xs\:h-vw80 {
    height: 80vw;
  }

  .xs\:h-vw90 {
    height: 90vw;
  }

  .xs\:h-90p {
    height: 90%;
  }

  .xs\:h-92p {
    height: 92%;
  }

  .xs\:h-93p {
    height: 93%;
  }

  .xs\:h-94p {
    height: 94%;
  }

  .xs\:h-95p {
    height: 95%;
  }

  .xs\:h-96p {
    height: 96%;
  }

  .xs\:h-100p {
    height: 100%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:hover\:h-0:hover {
    height: 0px;
  }

  .xs\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xs\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xs\:hover\:h-3:hover {
    height: 3px;
  }

  .xs\:hover\:h-4:hover {
    height: 4px;
  }

  .xs\:hover\:h-5:hover {
    height: 5px;
  }

  .xs\:hover\:h-6:hover {
    height: 6px;
  }

  .xs\:hover\:h-8:hover {
    height: 8px;
  }

  .xs\:hover\:h-9:hover {
    height: 9px;
  }

  .xs\:hover\:h-10:hover {
    height: 10px;
  }

  .xs\:hover\:h-12:hover {
    height: 12px;
  }

  .xs\:hover\:h-13:hover {
    height: 13px;
  }

  .xs\:hover\:h-14:hover {
    height: 14px;
  }

  .xs\:hover\:h-15:hover {
    height: 15px;
  }

  .xs\:hover\:h-16:hover {
    height: 16px;
  }

  .xs\:hover\:h-17:hover {
    height: 17px;
  }

  .xs\:hover\:h-18:hover {
    height: 18px;
  }

  .xs\:hover\:h-20:hover {
    height: 20px;
  }

  .xs\:hover\:h-22:hover {
    height: 22px;
  }

  .xs\:hover\:h-24:hover {
    height: 24px;
  }

  .xs\:hover\:h-25:hover {
    height: 25px;
  }

  .xs\:hover\:h-28:hover {
    height: 28px;
  }

  .xs\:hover\:h-29:hover {
    height: 29px;
  }

  .xs\:hover\:h-30:hover {
    height: 30px;
  }

  .xs\:hover\:h-32:hover {
    height: 32px;
  }

  .xs\:hover\:h-35:hover {
    height: 35px;
  }

  .xs\:hover\:h-36:hover {
    height: 36px;
  }

  .xs\:hover\:h-37:hover {
    height: 37px;
  }

  .xs\:hover\:h-40:hover {
    height: 40px;
  }

  .xs\:hover\:h-45:hover {
    height: 45px;
  }

  .xs\:hover\:h-48:hover {
    height: 48px;
  }

  .xs\:hover\:h-50:hover {
    height: 50px;
  }

  .xs\:hover\:h-55:hover {
    height: 55px;
  }

  .xs\:hover\:h-56:hover {
    height: 56px;
  }

  .xs\:hover\:h-60:hover {
    height: 60px;
  }

  .xs\:hover\:h-62:hover {
    height: 62px;
  }

  .xs\:hover\:h-64:hover {
    height: 64px;
  }

  .xs\:hover\:h-65:hover {
    height: 65px;
  }

  .xs\:hover\:h-70:hover {
    height: 70px;
  }

  .xs\:hover\:h-75:hover {
    height: 75px;
  }

  .xs\:hover\:h-80:hover {
    height: 80px;
  }

  .xs\:hover\:h-85:hover {
    height: 85px;
  }

  .xs\:hover\:h-90:hover {
    height: 90px;
  }

  .xs\:hover\:h-95:hover {
    height: 95px;
  }

  .xs\:hover\:h-96:hover {
    height: 96px;
  }

  .xs\:hover\:h-100:hover {
    height: 100px;
  }

  .xs\:hover\:h-110:hover {
    height: 110px;
  }

  .xs\:hover\:h-115:hover {
    height: 115px;
  }

  .xs\:hover\:h-120:hover {
    height: 120px;
  }

  .xs\:hover\:h-128:hover {
    height: 128px;
  }

  .xs\:hover\:h-135:hover {
    height: 135px;
  }

  .xs\:hover\:h-140:hover {
    height: 140px;
  }

  .xs\:hover\:h-145:hover {
    height: 145px;
  }

  .xs\:hover\:h-150:hover {
    height: 150px;
  }

  .xs\:hover\:h-160:hover {
    height: 160px;
  }

  .xs\:hover\:h-165:hover {
    height: 165px;
  }

  .xs\:hover\:h-168:hover {
    height: 168px;
  }

  .xs\:hover\:h-170:hover {
    height: 170px;
  }

  .xs\:hover\:h-180:hover {
    height: 180px;
  }

  .xs\:hover\:h-200:hover {
    height: 200px;
  }

  .xs\:hover\:h-220:hover {
    height: 220px;
  }

  .xs\:hover\:h-230:hover {
    height: 230px;
  }

  .xs\:hover\:h-235:hover {
    height: 235px;
  }

  .xs\:hover\:h-240:hover {
    height: 240px;
  }

  .xs\:hover\:h-250:hover {
    height: 250px;
  }

  .xs\:hover\:h-300:hover {
    height: 300px;
  }

  .xs\:hover\:h-320:hover {
    height: 320px;
  }

  .xs\:hover\:h-350:hover {
    height: 350px;
  }

  .xs\:hover\:h-375:hover {
    height: 375px;
  }

  .xs\:hover\:h-400:hover {
    height: 400px;
  }

  .xs\:hover\:h-450:hover {
    height: 450px;
  }

  .xs\:hover\:h-700:hover {
    height: 700px;
  }

  .xs\:hover\:h-auto:hover {
    height: auto;
  }

  .xs\:hover\:h-px:hover {
    height: 1px;
  }

  .xs\:hover\:h-1p:hover {
    height: 1%;
  }

  .xs\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .xs\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .xs\:hover\:h-11p:hover {
    height: 11%;
  }

  .xs\:hover\:h-20p:hover {
    height: 20%;
  }

  .xs\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .xs\:hover\:h-25p:hover {
    height: 25%;
  }

  .xs\:hover\:h-32p:hover {
    height: 32%;
  }

  .xs\:hover\:h-35p:hover {
    height: 35%;
  }

  .xs\:hover\:h-40p:hover {
    height: 40%;
  }

  .xs\:hover\:h-49p:hover {
    height: 49%;
  }

  .xs\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .xs\:hover\:h-80p:hover {
    height: 80%;
  }

  .xs\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .xs\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .xs\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .xs\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .xs\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .xs\:hover\:h-90p:hover {
    height: 90%;
  }

  .xs\:hover\:h-92p:hover {
    height: 92%;
  }

  .xs\:hover\:h-93p:hover {
    height: 93%;
  }

  .xs\:hover\:h-94p:hover {
    height: 94%;
  }

  .xs\:hover\:h-95p:hover {
    height: 95%;
  }

  .xs\:hover\:h-96p:hover {
    height: 96%;
  }

  .xs\:hover\:h-100p:hover {
    height: 100%;
  }

  .xs\:hover\:h-full:hover {
    height: 100%;
  }

  .xs\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xs\:focus\:h-0:focus {
    height: 0px;
  }

  .xs\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .xs\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .xs\:focus\:h-3:focus {
    height: 3px;
  }

  .xs\:focus\:h-4:focus {
    height: 4px;
  }

  .xs\:focus\:h-5:focus {
    height: 5px;
  }

  .xs\:focus\:h-6:focus {
    height: 6px;
  }

  .xs\:focus\:h-8:focus {
    height: 8px;
  }

  .xs\:focus\:h-9:focus {
    height: 9px;
  }

  .xs\:focus\:h-10:focus {
    height: 10px;
  }

  .xs\:focus\:h-12:focus {
    height: 12px;
  }

  .xs\:focus\:h-13:focus {
    height: 13px;
  }

  .xs\:focus\:h-14:focus {
    height: 14px;
  }

  .xs\:focus\:h-15:focus {
    height: 15px;
  }

  .xs\:focus\:h-16:focus {
    height: 16px;
  }

  .xs\:focus\:h-17:focus {
    height: 17px;
  }

  .xs\:focus\:h-18:focus {
    height: 18px;
  }

  .xs\:focus\:h-20:focus {
    height: 20px;
  }

  .xs\:focus\:h-22:focus {
    height: 22px;
  }

  .xs\:focus\:h-24:focus {
    height: 24px;
  }

  .xs\:focus\:h-25:focus {
    height: 25px;
  }

  .xs\:focus\:h-28:focus {
    height: 28px;
  }

  .xs\:focus\:h-29:focus {
    height: 29px;
  }

  .xs\:focus\:h-30:focus {
    height: 30px;
  }

  .xs\:focus\:h-32:focus {
    height: 32px;
  }

  .xs\:focus\:h-35:focus {
    height: 35px;
  }

  .xs\:focus\:h-36:focus {
    height: 36px;
  }

  .xs\:focus\:h-37:focus {
    height: 37px;
  }

  .xs\:focus\:h-40:focus {
    height: 40px;
  }

  .xs\:focus\:h-45:focus {
    height: 45px;
  }

  .xs\:focus\:h-48:focus {
    height: 48px;
  }

  .xs\:focus\:h-50:focus {
    height: 50px;
  }

  .xs\:focus\:h-55:focus {
    height: 55px;
  }

  .xs\:focus\:h-56:focus {
    height: 56px;
  }

  .xs\:focus\:h-60:focus {
    height: 60px;
  }

  .xs\:focus\:h-62:focus {
    height: 62px;
  }

  .xs\:focus\:h-64:focus {
    height: 64px;
  }

  .xs\:focus\:h-65:focus {
    height: 65px;
  }

  .xs\:focus\:h-70:focus {
    height: 70px;
  }

  .xs\:focus\:h-75:focus {
    height: 75px;
  }

  .xs\:focus\:h-80:focus {
    height: 80px;
  }

  .xs\:focus\:h-85:focus {
    height: 85px;
  }

  .xs\:focus\:h-90:focus {
    height: 90px;
  }

  .xs\:focus\:h-95:focus {
    height: 95px;
  }

  .xs\:focus\:h-96:focus {
    height: 96px;
  }

  .xs\:focus\:h-100:focus {
    height: 100px;
  }

  .xs\:focus\:h-110:focus {
    height: 110px;
  }

  .xs\:focus\:h-115:focus {
    height: 115px;
  }

  .xs\:focus\:h-120:focus {
    height: 120px;
  }

  .xs\:focus\:h-128:focus {
    height: 128px;
  }

  .xs\:focus\:h-135:focus {
    height: 135px;
  }

  .xs\:focus\:h-140:focus {
    height: 140px;
  }

  .xs\:focus\:h-145:focus {
    height: 145px;
  }

  .xs\:focus\:h-150:focus {
    height: 150px;
  }

  .xs\:focus\:h-160:focus {
    height: 160px;
  }

  .xs\:focus\:h-165:focus {
    height: 165px;
  }

  .xs\:focus\:h-168:focus {
    height: 168px;
  }

  .xs\:focus\:h-170:focus {
    height: 170px;
  }

  .xs\:focus\:h-180:focus {
    height: 180px;
  }

  .xs\:focus\:h-200:focus {
    height: 200px;
  }

  .xs\:focus\:h-220:focus {
    height: 220px;
  }

  .xs\:focus\:h-230:focus {
    height: 230px;
  }

  .xs\:focus\:h-235:focus {
    height: 235px;
  }

  .xs\:focus\:h-240:focus {
    height: 240px;
  }

  .xs\:focus\:h-250:focus {
    height: 250px;
  }

  .xs\:focus\:h-300:focus {
    height: 300px;
  }

  .xs\:focus\:h-320:focus {
    height: 320px;
  }

  .xs\:focus\:h-350:focus {
    height: 350px;
  }

  .xs\:focus\:h-375:focus {
    height: 375px;
  }

  .xs\:focus\:h-400:focus {
    height: 400px;
  }

  .xs\:focus\:h-450:focus {
    height: 450px;
  }

  .xs\:focus\:h-700:focus {
    height: 700px;
  }

  .xs\:focus\:h-auto:focus {
    height: auto;
  }

  .xs\:focus\:h-px:focus {
    height: 1px;
  }

  .xs\:focus\:h-1p:focus {
    height: 1%;
  }

  .xs\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .xs\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .xs\:focus\:h-11p:focus {
    height: 11%;
  }

  .xs\:focus\:h-20p:focus {
    height: 20%;
  }

  .xs\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .xs\:focus\:h-25p:focus {
    height: 25%;
  }

  .xs\:focus\:h-32p:focus {
    height: 32%;
  }

  .xs\:focus\:h-35p:focus {
    height: 35%;
  }

  .xs\:focus\:h-40p:focus {
    height: 40%;
  }

  .xs\:focus\:h-49p:focus {
    height: 49%;
  }

  .xs\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .xs\:focus\:h-80p:focus {
    height: 80%;
  }

  .xs\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .xs\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .xs\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .xs\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .xs\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .xs\:focus\:h-90p:focus {
    height: 90%;
  }

  .xs\:focus\:h-92p:focus {
    height: 92%;
  }

  .xs\:focus\:h-93p:focus {
    height: 93%;
  }

  .xs\:focus\:h-94p:focus {
    height: 94%;
  }

  .xs\:focus\:h-95p:focus {
    height: 95%;
  }

  .xs\:focus\:h-96p:focus {
    height: 96%;
  }

  .xs\:focus\:h-100p:focus {
    height: 100%;
  }

  .xs\:focus\:h-full:focus {
    height: 100%;
  }

  .xs\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xs\:first\:h-0:first-child {
    height: 0px;
  }

  .xs\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .xs\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .xs\:first\:h-3:first-child {
    height: 3px;
  }

  .xs\:first\:h-4:first-child {
    height: 4px;
  }

  .xs\:first\:h-5:first-child {
    height: 5px;
  }

  .xs\:first\:h-6:first-child {
    height: 6px;
  }

  .xs\:first\:h-8:first-child {
    height: 8px;
  }

  .xs\:first\:h-9:first-child {
    height: 9px;
  }

  .xs\:first\:h-10:first-child {
    height: 10px;
  }

  .xs\:first\:h-12:first-child {
    height: 12px;
  }

  .xs\:first\:h-13:first-child {
    height: 13px;
  }

  .xs\:first\:h-14:first-child {
    height: 14px;
  }

  .xs\:first\:h-15:first-child {
    height: 15px;
  }

  .xs\:first\:h-16:first-child {
    height: 16px;
  }

  .xs\:first\:h-17:first-child {
    height: 17px;
  }

  .xs\:first\:h-18:first-child {
    height: 18px;
  }

  .xs\:first\:h-20:first-child {
    height: 20px;
  }

  .xs\:first\:h-22:first-child {
    height: 22px;
  }

  .xs\:first\:h-24:first-child {
    height: 24px;
  }

  .xs\:first\:h-25:first-child {
    height: 25px;
  }

  .xs\:first\:h-28:first-child {
    height: 28px;
  }

  .xs\:first\:h-29:first-child {
    height: 29px;
  }

  .xs\:first\:h-30:first-child {
    height: 30px;
  }

  .xs\:first\:h-32:first-child {
    height: 32px;
  }

  .xs\:first\:h-35:first-child {
    height: 35px;
  }

  .xs\:first\:h-36:first-child {
    height: 36px;
  }

  .xs\:first\:h-37:first-child {
    height: 37px;
  }

  .xs\:first\:h-40:first-child {
    height: 40px;
  }

  .xs\:first\:h-45:first-child {
    height: 45px;
  }

  .xs\:first\:h-48:first-child {
    height: 48px;
  }

  .xs\:first\:h-50:first-child {
    height: 50px;
  }

  .xs\:first\:h-55:first-child {
    height: 55px;
  }

  .xs\:first\:h-56:first-child {
    height: 56px;
  }

  .xs\:first\:h-60:first-child {
    height: 60px;
  }

  .xs\:first\:h-62:first-child {
    height: 62px;
  }

  .xs\:first\:h-64:first-child {
    height: 64px;
  }

  .xs\:first\:h-65:first-child {
    height: 65px;
  }

  .xs\:first\:h-70:first-child {
    height: 70px;
  }

  .xs\:first\:h-75:first-child {
    height: 75px;
  }

  .xs\:first\:h-80:first-child {
    height: 80px;
  }

  .xs\:first\:h-85:first-child {
    height: 85px;
  }

  .xs\:first\:h-90:first-child {
    height: 90px;
  }

  .xs\:first\:h-95:first-child {
    height: 95px;
  }

  .xs\:first\:h-96:first-child {
    height: 96px;
  }

  .xs\:first\:h-100:first-child {
    height: 100px;
  }

  .xs\:first\:h-110:first-child {
    height: 110px;
  }

  .xs\:first\:h-115:first-child {
    height: 115px;
  }

  .xs\:first\:h-120:first-child {
    height: 120px;
  }

  .xs\:first\:h-128:first-child {
    height: 128px;
  }

  .xs\:first\:h-135:first-child {
    height: 135px;
  }

  .xs\:first\:h-140:first-child {
    height: 140px;
  }

  .xs\:first\:h-145:first-child {
    height: 145px;
  }

  .xs\:first\:h-150:first-child {
    height: 150px;
  }

  .xs\:first\:h-160:first-child {
    height: 160px;
  }

  .xs\:first\:h-165:first-child {
    height: 165px;
  }

  .xs\:first\:h-168:first-child {
    height: 168px;
  }

  .xs\:first\:h-170:first-child {
    height: 170px;
  }

  .xs\:first\:h-180:first-child {
    height: 180px;
  }

  .xs\:first\:h-200:first-child {
    height: 200px;
  }

  .xs\:first\:h-220:first-child {
    height: 220px;
  }

  .xs\:first\:h-230:first-child {
    height: 230px;
  }

  .xs\:first\:h-235:first-child {
    height: 235px;
  }

  .xs\:first\:h-240:first-child {
    height: 240px;
  }

  .xs\:first\:h-250:first-child {
    height: 250px;
  }

  .xs\:first\:h-300:first-child {
    height: 300px;
  }

  .xs\:first\:h-320:first-child {
    height: 320px;
  }

  .xs\:first\:h-350:first-child {
    height: 350px;
  }

  .xs\:first\:h-375:first-child {
    height: 375px;
  }

  .xs\:first\:h-400:first-child {
    height: 400px;
  }

  .xs\:first\:h-450:first-child {
    height: 450px;
  }

  .xs\:first\:h-700:first-child {
    height: 700px;
  }

  .xs\:first\:h-auto:first-child {
    height: auto;
  }

  .xs\:first\:h-px:first-child {
    height: 1px;
  }

  .xs\:first\:h-1p:first-child {
    height: 1%;
  }

  .xs\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .xs\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .xs\:first\:h-11p:first-child {
    height: 11%;
  }

  .xs\:first\:h-20p:first-child {
    height: 20%;
  }

  .xs\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .xs\:first\:h-25p:first-child {
    height: 25%;
  }

  .xs\:first\:h-32p:first-child {
    height: 32%;
  }

  .xs\:first\:h-35p:first-child {
    height: 35%;
  }

  .xs\:first\:h-40p:first-child {
    height: 40%;
  }

  .xs\:first\:h-49p:first-child {
    height: 49%;
  }

  .xs\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .xs\:first\:h-80p:first-child {
    height: 80%;
  }

  .xs\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .xs\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .xs\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .xs\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .xs\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .xs\:first\:h-90p:first-child {
    height: 90%;
  }

  .xs\:first\:h-92p:first-child {
    height: 92%;
  }

  .xs\:first\:h-93p:first-child {
    height: 93%;
  }

  .xs\:first\:h-94p:first-child {
    height: 94%;
  }

  .xs\:first\:h-95p:first-child {
    height: 95%;
  }

  .xs\:first\:h-96p:first-child {
    height: 96%;
  }

  .xs\:first\:h-100p:first-child {
    height: 100%;
  }

  .xs\:first\:h-full:first-child {
    height: 100%;
  }

  .xs\:first\:h-screen:first-child {
    height: 100vh;
  }

  .xs\:last\:h-0:last-child {
    height: 0px;
  }

  .xs\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .xs\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .xs\:last\:h-3:last-child {
    height: 3px;
  }

  .xs\:last\:h-4:last-child {
    height: 4px;
  }

  .xs\:last\:h-5:last-child {
    height: 5px;
  }

  .xs\:last\:h-6:last-child {
    height: 6px;
  }

  .xs\:last\:h-8:last-child {
    height: 8px;
  }

  .xs\:last\:h-9:last-child {
    height: 9px;
  }

  .xs\:last\:h-10:last-child {
    height: 10px;
  }

  .xs\:last\:h-12:last-child {
    height: 12px;
  }

  .xs\:last\:h-13:last-child {
    height: 13px;
  }

  .xs\:last\:h-14:last-child {
    height: 14px;
  }

  .xs\:last\:h-15:last-child {
    height: 15px;
  }

  .xs\:last\:h-16:last-child {
    height: 16px;
  }

  .xs\:last\:h-17:last-child {
    height: 17px;
  }

  .xs\:last\:h-18:last-child {
    height: 18px;
  }

  .xs\:last\:h-20:last-child {
    height: 20px;
  }

  .xs\:last\:h-22:last-child {
    height: 22px;
  }

  .xs\:last\:h-24:last-child {
    height: 24px;
  }

  .xs\:last\:h-25:last-child {
    height: 25px;
  }

  .xs\:last\:h-28:last-child {
    height: 28px;
  }

  .xs\:last\:h-29:last-child {
    height: 29px;
  }

  .xs\:last\:h-30:last-child {
    height: 30px;
  }

  .xs\:last\:h-32:last-child {
    height: 32px;
  }

  .xs\:last\:h-35:last-child {
    height: 35px;
  }

  .xs\:last\:h-36:last-child {
    height: 36px;
  }

  .xs\:last\:h-37:last-child {
    height: 37px;
  }

  .xs\:last\:h-40:last-child {
    height: 40px;
  }

  .xs\:last\:h-45:last-child {
    height: 45px;
  }

  .xs\:last\:h-48:last-child {
    height: 48px;
  }

  .xs\:last\:h-50:last-child {
    height: 50px;
  }

  .xs\:last\:h-55:last-child {
    height: 55px;
  }

  .xs\:last\:h-56:last-child {
    height: 56px;
  }

  .xs\:last\:h-60:last-child {
    height: 60px;
  }

  .xs\:last\:h-62:last-child {
    height: 62px;
  }

  .xs\:last\:h-64:last-child {
    height: 64px;
  }

  .xs\:last\:h-65:last-child {
    height: 65px;
  }

  .xs\:last\:h-70:last-child {
    height: 70px;
  }

  .xs\:last\:h-75:last-child {
    height: 75px;
  }

  .xs\:last\:h-80:last-child {
    height: 80px;
  }

  .xs\:last\:h-85:last-child {
    height: 85px;
  }

  .xs\:last\:h-90:last-child {
    height: 90px;
  }

  .xs\:last\:h-95:last-child {
    height: 95px;
  }

  .xs\:last\:h-96:last-child {
    height: 96px;
  }

  .xs\:last\:h-100:last-child {
    height: 100px;
  }

  .xs\:last\:h-110:last-child {
    height: 110px;
  }

  .xs\:last\:h-115:last-child {
    height: 115px;
  }

  .xs\:last\:h-120:last-child {
    height: 120px;
  }

  .xs\:last\:h-128:last-child {
    height: 128px;
  }

  .xs\:last\:h-135:last-child {
    height: 135px;
  }

  .xs\:last\:h-140:last-child {
    height: 140px;
  }

  .xs\:last\:h-145:last-child {
    height: 145px;
  }

  .xs\:last\:h-150:last-child {
    height: 150px;
  }

  .xs\:last\:h-160:last-child {
    height: 160px;
  }

  .xs\:last\:h-165:last-child {
    height: 165px;
  }

  .xs\:last\:h-168:last-child {
    height: 168px;
  }

  .xs\:last\:h-170:last-child {
    height: 170px;
  }

  .xs\:last\:h-180:last-child {
    height: 180px;
  }

  .xs\:last\:h-200:last-child {
    height: 200px;
  }

  .xs\:last\:h-220:last-child {
    height: 220px;
  }

  .xs\:last\:h-230:last-child {
    height: 230px;
  }

  .xs\:last\:h-235:last-child {
    height: 235px;
  }

  .xs\:last\:h-240:last-child {
    height: 240px;
  }

  .xs\:last\:h-250:last-child {
    height: 250px;
  }

  .xs\:last\:h-300:last-child {
    height: 300px;
  }

  .xs\:last\:h-320:last-child {
    height: 320px;
  }

  .xs\:last\:h-350:last-child {
    height: 350px;
  }

  .xs\:last\:h-375:last-child {
    height: 375px;
  }

  .xs\:last\:h-400:last-child {
    height: 400px;
  }

  .xs\:last\:h-450:last-child {
    height: 450px;
  }

  .xs\:last\:h-700:last-child {
    height: 700px;
  }

  .xs\:last\:h-auto:last-child {
    height: auto;
  }

  .xs\:last\:h-px:last-child {
    height: 1px;
  }

  .xs\:last\:h-1p:last-child {
    height: 1%;
  }

  .xs\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .xs\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .xs\:last\:h-11p:last-child {
    height: 11%;
  }

  .xs\:last\:h-20p:last-child {
    height: 20%;
  }

  .xs\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .xs\:last\:h-25p:last-child {
    height: 25%;
  }

  .xs\:last\:h-32p:last-child {
    height: 32%;
  }

  .xs\:last\:h-35p:last-child {
    height: 35%;
  }

  .xs\:last\:h-40p:last-child {
    height: 40%;
  }

  .xs\:last\:h-49p:last-child {
    height: 49%;
  }

  .xs\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .xs\:last\:h-80p:last-child {
    height: 80%;
  }

  .xs\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .xs\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .xs\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .xs\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .xs\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .xs\:last\:h-90p:last-child {
    height: 90%;
  }

  .xs\:last\:h-92p:last-child {
    height: 92%;
  }

  .xs\:last\:h-93p:last-child {
    height: 93%;
  }

  .xs\:last\:h-94p:last-child {
    height: 94%;
  }

  .xs\:last\:h-95p:last-child {
    height: 95%;
  }

  .xs\:last\:h-96p:last-child {
    height: 96%;
  }

  .xs\:last\:h-100p:last-child {
    height: 100%;
  }

  .xs\:last\:h-full:last-child {
    height: 100%;
  }

  .xs\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .xs\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .xs\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .xs\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .xs\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .xs\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .xs\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .xs\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .xs\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .xs\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .xs\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .xs\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .xs\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .xs\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .xs\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .xs\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .xs\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .xs\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .xs\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .xs\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .xs\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .xs\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .xs\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .xs\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .xs\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .xs\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .xs\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .xs\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .xs\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .xs\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .xs\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .xs\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .xs\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .xs\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .xs\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .xs\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .xs\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .xs\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .xs\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .xs\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .xs\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .xs\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .xs\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .xs\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .xs\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .xs\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .xs\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .xs\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .xs\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .xs\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .xs\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .xs\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .xs\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .xs\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .xs\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .xs\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .xs\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .xs\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .xs\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .xs\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .xs\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .xs\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .xs\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .xs\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .xs\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .xs\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .xs\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .xs\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .xs\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .xs\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .xs\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .xs\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .xs\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .xs\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xs\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xs\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .xs\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .xs\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .xs\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .xs\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .xs\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .xs\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .xs\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .xs\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .xs\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .xs\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .xs\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .xs\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .xs\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .xs\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .xs\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .xs\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .xs\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .xs\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .xs\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .xs\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .xs\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .xs\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .xs\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .xs\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .xs\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xs\:group-hover\:h-screen {
    height: 100vh;
  }

  .xs\:text-12 {
    font-size: 12px;
  }

  .xs\:text-13 {
    font-size: 13px;
  }

  .xs\:text-14 {
    font-size: 14px;
  }

  .xs\:text-15 {
    font-size: 15px;
  }

  .xs\:text-16 {
    font-size: 16px;
  }

  .xs\:text-17 {
    font-size: 17px;
  }

  .xs\:text-18 {
    font-size: 18px;
  }

  .xs\:text-21 {
    font-size: 21px;
  }

  .xs\:text-23 {
    font-size: 23px;
  }

  .xs\:text-24 {
    font-size: 24px;
  }

  .xs\:text-27 {
    font-size: 27px;
  }

  .xs\:text-35 {
    font-size: 35px;
  }

  .xs\:text-40 {
    font-size: 40px;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:hover\:text-12:hover {
    font-size: 12px;
  }

  .xs\:hover\:text-13:hover {
    font-size: 13px;
  }

  .xs\:hover\:text-14:hover {
    font-size: 14px;
  }

  .xs\:hover\:text-15:hover {
    font-size: 15px;
  }

  .xs\:hover\:text-16:hover {
    font-size: 16px;
  }

  .xs\:hover\:text-17:hover {
    font-size: 17px;
  }

  .xs\:hover\:text-18:hover {
    font-size: 18px;
  }

  .xs\:hover\:text-21:hover {
    font-size: 21px;
  }

  .xs\:hover\:text-23:hover {
    font-size: 23px;
  }

  .xs\:hover\:text-24:hover {
    font-size: 24px;
  }

  .xs\:hover\:text-27:hover {
    font-size: 27px;
  }

  .xs\:hover\:text-35:hover {
    font-size: 35px;
  }

  .xs\:hover\:text-40:hover {
    font-size: 40px;
  }

  .xs\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .xs\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .xs\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .xs\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .xs\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .xs\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .xs\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .xs\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .xs\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .xs\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .xs\:focus\:text-12:focus {
    font-size: 12px;
  }

  .xs\:focus\:text-13:focus {
    font-size: 13px;
  }

  .xs\:focus\:text-14:focus {
    font-size: 14px;
  }

  .xs\:focus\:text-15:focus {
    font-size: 15px;
  }

  .xs\:focus\:text-16:focus {
    font-size: 16px;
  }

  .xs\:focus\:text-17:focus {
    font-size: 17px;
  }

  .xs\:focus\:text-18:focus {
    font-size: 18px;
  }

  .xs\:focus\:text-21:focus {
    font-size: 21px;
  }

  .xs\:focus\:text-23:focus {
    font-size: 23px;
  }

  .xs\:focus\:text-24:focus {
    font-size: 24px;
  }

  .xs\:focus\:text-27:focus {
    font-size: 27px;
  }

  .xs\:focus\:text-35:focus {
    font-size: 35px;
  }

  .xs\:focus\:text-40:focus {
    font-size: 40px;
  }

  .xs\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .xs\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .xs\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .xs\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .xs\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .xs\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .xs\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .xs\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .xs\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .xs\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .xs\:first\:text-12:first-child {
    font-size: 12px;
  }

  .xs\:first\:text-13:first-child {
    font-size: 13px;
  }

  .xs\:first\:text-14:first-child {
    font-size: 14px;
  }

  .xs\:first\:text-15:first-child {
    font-size: 15px;
  }

  .xs\:first\:text-16:first-child {
    font-size: 16px;
  }

  .xs\:first\:text-17:first-child {
    font-size: 17px;
  }

  .xs\:first\:text-18:first-child {
    font-size: 18px;
  }

  .xs\:first\:text-21:first-child {
    font-size: 21px;
  }

  .xs\:first\:text-23:first-child {
    font-size: 23px;
  }

  .xs\:first\:text-24:first-child {
    font-size: 24px;
  }

  .xs\:first\:text-27:first-child {
    font-size: 27px;
  }

  .xs\:first\:text-35:first-child {
    font-size: 35px;
  }

  .xs\:first\:text-40:first-child {
    font-size: 40px;
  }

  .xs\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .xs\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .xs\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .xs\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .xs\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .xs\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .xs\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .xs\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .xs\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .xs\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .xs\:last\:text-12:last-child {
    font-size: 12px;
  }

  .xs\:last\:text-13:last-child {
    font-size: 13px;
  }

  .xs\:last\:text-14:last-child {
    font-size: 14px;
  }

  .xs\:last\:text-15:last-child {
    font-size: 15px;
  }

  .xs\:last\:text-16:last-child {
    font-size: 16px;
  }

  .xs\:last\:text-17:last-child {
    font-size: 17px;
  }

  .xs\:last\:text-18:last-child {
    font-size: 18px;
  }

  .xs\:last\:text-21:last-child {
    font-size: 21px;
  }

  .xs\:last\:text-23:last-child {
    font-size: 23px;
  }

  .xs\:last\:text-24:last-child {
    font-size: 24px;
  }

  .xs\:last\:text-27:last-child {
    font-size: 27px;
  }

  .xs\:last\:text-35:last-child {
    font-size: 35px;
  }

  .xs\:last\:text-40:last-child {
    font-size: 40px;
  }

  .xs\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .xs\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .xs\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .xs\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .xs\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .xs\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .xs\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .xs\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .xs\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .xs\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .xs\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .xs\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .xs\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .xs\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .xs\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .xs\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .xs\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .xs\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .xs\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .xs\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .xs\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .xs\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .xs\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .xs\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .xs\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .xs\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .xs\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .xs\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .xs\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .xs\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .xs\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .xs\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .xs\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .xs\:leading-1 {
    line-height: 1;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-19 {
    line-height: 19px;
  }

  .xs\:leading-22 {
    line-height: 22px;
  }

  .xs\:leading-25 {
    line-height: 25px;
  }

  .xs\:leading-27 {
    line-height: 27px;
  }

  .xs\:leading-28 {
    line-height: 28px;
  }

  .xs\:leading-31 {
    line-height: 31px;
  }

  .xs\:leading-32 {
    line-height: 32px;
  }

  .xs\:leading-40 {
    line-height: 40px;
  }

  .xs\:leading-43 {
    line-height: 43px;
  }

  .xs\:leading-47 {
    line-height: 47px;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:hover\:leading-1:hover {
    line-height: 1;
  }

  .xs\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .xs\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .xs\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .xs\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .xs\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .xs\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .xs\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .xs\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .xs\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .xs\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .xs\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .xs\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .xs\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .xs\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .xs\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .xs\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .xs\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .xs\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .xs\:hover\:leading-none:hover {
    line-height: 1;
  }

  .xs\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .xs\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .xs\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .xs\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .xs\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .xs\:focus\:leading-1:focus {
    line-height: 1;
  }

  .xs\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .xs\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .xs\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .xs\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .xs\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .xs\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .xs\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .xs\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .xs\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .xs\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .xs\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .xs\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .xs\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .xs\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .xs\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .xs\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .xs\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .xs\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .xs\:focus\:leading-none:focus {
    line-height: 1;
  }

  .xs\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .xs\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .xs\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .xs\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .xs\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .xs\:first\:leading-1:first-child {
    line-height: 1;
  }

  .xs\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .xs\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .xs\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .xs\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .xs\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .xs\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .xs\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .xs\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .xs\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .xs\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .xs\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .xs\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .xs\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .xs\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .xs\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .xs\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .xs\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .xs\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .xs\:first\:leading-none:first-child {
    line-height: 1;
  }

  .xs\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .xs\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .xs\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .xs\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .xs\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .xs\:last\:leading-1:last-child {
    line-height: 1;
  }

  .xs\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .xs\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .xs\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .xs\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .xs\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .xs\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .xs\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .xs\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .xs\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .xs\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .xs\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .xs\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .xs\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .xs\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .xs\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .xs\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .xs\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .xs\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .xs\:last\:leading-none:last-child {
    line-height: 1;
  }

  .xs\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .xs\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .xs\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .xs\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .xs\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .xs\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .xs\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .xs\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .xs\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .xs\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .xs\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .xs\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .xs\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .xs\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .xs\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .xs\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .xs\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .xs\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .xs\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .xs\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .xs\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .xs\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .xs\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .xs\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .xs\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .xs\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .xs\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .xs\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .xs\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .xs\:group-hover\:leading-loose {
    line-height: 2;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .xs\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .xs\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .xs\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .xs\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .xs\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .xs\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .xs\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .xs\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .xs\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:hover\:list-none:hover {
    list-style-type: none;
  }

  .xs\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .xs\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .xs\:focus\:list-none:focus {
    list-style-type: none;
  }

  .xs\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .xs\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .xs\:first\:list-none:first-child {
    list-style-type: none;
  }

  .xs\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .xs\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .xs\:last\:list-none:last-child {
    list-style-type: none;
  }

  .xs\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .xs\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .xs\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .xs\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .xs\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0px;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 3px;
  }

  .xs\:m-4 {
    margin: 4px;
  }

  .xs\:m-5 {
    margin: 5px;
  }

  .xs\:m-6 {
    margin: 6px;
  }

  .xs\:m-8 {
    margin: 8px;
  }

  .xs\:m-9 {
    margin: 9px;
  }

  .xs\:m-10 {
    margin: 10px;
  }

  .xs\:m-12 {
    margin: 12px;
  }

  .xs\:m-13 {
    margin: 13px;
  }

  .xs\:m-14 {
    margin: 14px;
  }

  .xs\:m-15 {
    margin: 15px;
  }

  .xs\:m-16 {
    margin: 16px;
  }

  .xs\:m-17 {
    margin: 17px;
  }

  .xs\:m-18 {
    margin: 18px;
  }

  .xs\:m-20 {
    margin: 20px;
  }

  .xs\:m-22 {
    margin: 22px;
  }

  .xs\:m-24 {
    margin: 24px;
  }

  .xs\:m-25 {
    margin: 25px;
  }

  .xs\:m-28 {
    margin: 28px;
  }

  .xs\:m-29 {
    margin: 29px;
  }

  .xs\:m-30 {
    margin: 30px;
  }

  .xs\:m-32 {
    margin: 32px;
  }

  .xs\:m-35 {
    margin: 35px;
  }

  .xs\:m-36 {
    margin: 36px;
  }

  .xs\:m-37 {
    margin: 37px;
  }

  .xs\:m-40 {
    margin: 40px;
  }

  .xs\:m-45 {
    margin: 45px;
  }

  .xs\:m-48 {
    margin: 48px;
  }

  .xs\:m-50 {
    margin: 50px;
  }

  .xs\:m-55 {
    margin: 55px;
  }

  .xs\:m-56 {
    margin: 56px;
  }

  .xs\:m-60 {
    margin: 60px;
  }

  .xs\:m-62 {
    margin: 62px;
  }

  .xs\:m-64 {
    margin: 64px;
  }

  .xs\:m-65 {
    margin: 65px;
  }

  .xs\:m-70 {
    margin: 70px;
  }

  .xs\:m-75 {
    margin: 75px;
  }

  .xs\:m-80 {
    margin: 80px;
  }

  .xs\:m-85 {
    margin: 85px;
  }

  .xs\:m-90 {
    margin: 90px;
  }

  .xs\:m-95 {
    margin: 95px;
  }

  .xs\:m-96 {
    margin: 96px;
  }

  .xs\:m-100 {
    margin: 100px;
  }

  .xs\:m-110 {
    margin: 110px;
  }

  .xs\:m-115 {
    margin: 115px;
  }

  .xs\:m-120 {
    margin: 120px;
  }

  .xs\:m-128 {
    margin: 128px;
  }

  .xs\:m-135 {
    margin: 135px;
  }

  .xs\:m-140 {
    margin: 140px;
  }

  .xs\:m-145 {
    margin: 145px;
  }

  .xs\:m-150 {
    margin: 150px;
  }

  .xs\:m-160 {
    margin: 160px;
  }

  .xs\:m-165 {
    margin: 165px;
  }

  .xs\:m-168 {
    margin: 168px;
  }

  .xs\:m-170 {
    margin: 170px;
  }

  .xs\:m-180 {
    margin: 180px;
  }

  .xs\:m-200 {
    margin: 200px;
  }

  .xs\:m-220 {
    margin: 220px;
  }

  .xs\:m-230 {
    margin: 230px;
  }

  .xs\:m-235 {
    margin: 235px;
  }

  .xs\:m-240 {
    margin: 240px;
  }

  .xs\:m-250 {
    margin: 250px;
  }

  .xs\:m-300 {
    margin: 300px;
  }

  .xs\:m-320 {
    margin: 320px;
  }

  .xs\:m-350 {
    margin: 350px;
  }

  .xs\:m-375 {
    margin: 375px;
  }

  .xs\:m-400 {
    margin: 400px;
  }

  .xs\:m-450 {
    margin: 450px;
  }

  .xs\:m-700 {
    margin: 700px;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-1p {
    margin: 1%;
  }

  .xs\:m-1\/12 {
    margin: 8.3333%;
  }

  .xs\:m-2\/12 {
    margin: 16.666667%;
  }

  .xs\:m-11p {
    margin: 11%;
  }

  .xs\:m-20p {
    margin: 20%;
  }

  .xs\:m-24p {
    margin: 24.25%;
  }

  .xs\:m-25p {
    margin: 25%;
  }

  .xs\:m-32p {
    margin: 32%;
  }

  .xs\:m-35p {
    margin: 35%;
  }

  .xs\:m-40p {
    margin: 40%;
  }

  .xs\:m-49p {
    margin: 49%;
  }

  .xs\:m-49-5p {
    margin: 49.5%;
  }

  .xs\:m-80p {
    margin: 80%;
  }

  .xs\:m-vh80 {
    margin: 80vh;
  }

  .xs\:m-vh86 {
    margin: 86vh;
  }

  .xs\:m-vh90 {
    margin: 90vh;
  }

  .xs\:m-vw80 {
    margin: 80vw;
  }

  .xs\:m-vw90 {
    margin: 90vw;
  }

  .xs\:m-90p {
    margin: 90%;
  }

  .xs\:m-92p {
    margin: 92%;
  }

  .xs\:m-93p {
    margin: 93%;
  }

  .xs\:m-94p {
    margin: 94%;
  }

  .xs\:m-95p {
    margin: 95%;
  }

  .xs\:m-96p {
    margin: 96%;
  }

  .xs\:m-100p {
    margin: 100%;
  }

  .xs\:-m-0 {
    margin: 0px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -3px;
  }

  .xs\:-m-4 {
    margin: -4px;
  }

  .xs\:-m-5 {
    margin: -5px;
  }

  .xs\:-m-6 {
    margin: -6px;
  }

  .xs\:-m-8 {
    margin: -8px;
  }

  .xs\:-m-9 {
    margin: -9px;
  }

  .xs\:-m-10 {
    margin: -10px;
  }

  .xs\:-m-12 {
    margin: -12px;
  }

  .xs\:-m-13 {
    margin: -13px;
  }

  .xs\:-m-14 {
    margin: -14px;
  }

  .xs\:-m-15 {
    margin: -15px;
  }

  .xs\:-m-16 {
    margin: -16px;
  }

  .xs\:-m-17 {
    margin: -17px;
  }

  .xs\:-m-18 {
    margin: -18px;
  }

  .xs\:-m-20 {
    margin: -20px;
  }

  .xs\:-m-22 {
    margin: -22px;
  }

  .xs\:-m-24 {
    margin: -24px;
  }

  .xs\:-m-25 {
    margin: -25px;
  }

  .xs\:-m-28 {
    margin: -28px;
  }

  .xs\:-m-29 {
    margin: -29px;
  }

  .xs\:-m-30 {
    margin: -30px;
  }

  .xs\:-m-32 {
    margin: -32px;
  }

  .xs\:-m-35 {
    margin: -35px;
  }

  .xs\:-m-36 {
    margin: -36px;
  }

  .xs\:-m-37 {
    margin: -37px;
  }

  .xs\:-m-40 {
    margin: -40px;
  }

  .xs\:-m-45 {
    margin: -45px;
  }

  .xs\:-m-48 {
    margin: -48px;
  }

  .xs\:-m-50 {
    margin: -50px;
  }

  .xs\:-m-55 {
    margin: -55px;
  }

  .xs\:-m-56 {
    margin: -56px;
  }

  .xs\:-m-60 {
    margin: -60px;
  }

  .xs\:-m-62 {
    margin: -62px;
  }

  .xs\:-m-64 {
    margin: -64px;
  }

  .xs\:-m-65 {
    margin: -65px;
  }

  .xs\:-m-70 {
    margin: -70px;
  }

  .xs\:-m-75 {
    margin: -75px;
  }

  .xs\:-m-80 {
    margin: -80px;
  }

  .xs\:-m-85 {
    margin: -85px;
  }

  .xs\:-m-90 {
    margin: -90px;
  }

  .xs\:-m-95 {
    margin: -95px;
  }

  .xs\:-m-96 {
    margin: -96px;
  }

  .xs\:-m-100 {
    margin: -100px;
  }

  .xs\:-m-110 {
    margin: -110px;
  }

  .xs\:-m-115 {
    margin: -115px;
  }

  .xs\:-m-120 {
    margin: -120px;
  }

  .xs\:-m-128 {
    margin: -128px;
  }

  .xs\:-m-135 {
    margin: -135px;
  }

  .xs\:-m-140 {
    margin: -140px;
  }

  .xs\:-m-145 {
    margin: -145px;
  }

  .xs\:-m-150 {
    margin: -150px;
  }

  .xs\:-m-160 {
    margin: -160px;
  }

  .xs\:-m-165 {
    margin: -165px;
  }

  .xs\:-m-168 {
    margin: -168px;
  }

  .xs\:-m-170 {
    margin: -170px;
  }

  .xs\:-m-180 {
    margin: -180px;
  }

  .xs\:-m-200 {
    margin: -200px;
  }

  .xs\:-m-220 {
    margin: -220px;
  }

  .xs\:-m-230 {
    margin: -230px;
  }

  .xs\:-m-235 {
    margin: -235px;
  }

  .xs\:-m-240 {
    margin: -240px;
  }

  .xs\:-m-250 {
    margin: -250px;
  }

  .xs\:-m-300 {
    margin: -300px;
  }

  .xs\:-m-320 {
    margin: -320px;
  }

  .xs\:-m-350 {
    margin: -350px;
  }

  .xs\:-m-375 {
    margin: -375px;
  }

  .xs\:-m-400 {
    margin: -400px;
  }

  .xs\:-m-450 {
    margin: -450px;
  }

  .xs\:-m-700 {
    margin: -700px;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-1p {
    margin: -1%;
  }

  .xs\:-m-1\/12 {
    margin: -8.3333%;
  }

  .xs\:-m-2\/12 {
    margin: -16.66667%;
  }

  .xs\:-m-11p {
    margin: -11%;
  }

  .xs\:-m-20p {
    margin: -20%;
  }

  .xs\:-m-24p {
    margin: -24.25%;
  }

  .xs\:-m-25p {
    margin: -25%;
  }

  .xs\:-m-32p {
    margin: -32%;
  }

  .xs\:-m-35p {
    margin: -35%;
  }

  .xs\:-m-40p {
    margin: -40%;
  }

  .xs\:-m-49p {
    margin: -49%;
  }

  .xs\:-m-49-5p {
    margin: -49.5%;
  }

  .xs\:-m-80p {
    margin: -80%;
  }

  .xs\:-m-vh80 {
    margin: -80vh;
  }

  .xs\:-m-vh86 {
    margin: -86vh;
  }

  .xs\:-m-vh90 {
    margin: -90vh;
  }

  .xs\:-m-vw80 {
    margin: -80vw;
  }

  .xs\:-m-vw90 {
    margin: -90vw;
  }

  .xs\:-m-90p {
    margin: -90%;
  }

  .xs\:-m-92p {
    margin: -92%;
  }

  .xs\:-m-93p {
    margin: -93%;
  }

  .xs\:-m-94p {
    margin: -94%;
  }

  .xs\:-m-95p {
    margin: -95%;
  }

  .xs\:-m-96p {
    margin: -96%;
  }

  .xs\:-m-100p {
    margin: -100%;
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xs\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xs\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xs\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xs\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xs\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xs\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xs\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xs\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xs\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xs\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xs\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xs\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xs\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xs\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xs\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xs\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xs\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xs\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xs\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xs\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xs\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xs\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xs\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xs\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xs\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xs\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xs\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xs\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xs\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xs\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xs\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xs\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xs\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xs\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xs\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xs\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xs\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xs\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xs\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xs\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xs\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xs\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xs\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xs\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xs\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xs\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xs\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xs\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xs\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xs\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xs\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xs\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xs\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xs\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xs\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xs\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xs\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xs\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xs\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xs\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xs\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xs\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xs\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .xs\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .xs\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .xs\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .xs\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xs\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xs\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xs\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xs\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xs\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xs\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xs\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xs\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xs\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xs\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .xs\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .xs\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xs\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xs\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xs\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xs\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xs\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xs\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .xs\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .xs\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .xs\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .xs\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .xs\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .xs\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .xs\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .xs\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .xs\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .xs\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .xs\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .xs\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .xs\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .xs\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .xs\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .xs\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .xs\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xs\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .xs\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .xs\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .xs\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .xs\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .xs\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .xs\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .xs\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .xs\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .xs\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .xs\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .xs\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .xs\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .xs\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .xs\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .xs\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xs\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xs\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xs\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xs\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xs\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xs\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xs\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xs\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xs\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xs\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xs\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xs\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xs\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xs\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xs\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xs\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xs\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xs\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xs\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xs\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xs\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xs\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xs\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xs\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xs\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xs\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xs\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xs\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xs\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xs\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xs\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xs\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xs\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xs\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xs\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xs\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xs\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xs\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xs\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xs\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xs\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xs\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xs\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xs\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xs\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xs\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xs\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xs\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xs\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xs\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xs\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xs\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xs\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xs\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xs\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xs\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xs\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xs\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xs\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xs\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xs\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xs\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xs\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xs\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xs\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xs\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xs\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xs\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xs\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .xs\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xs\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xs\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xs\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xs\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .xs\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .xs\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .xs\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .xs\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xs\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xs\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xs\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xs\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xs\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xs\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xs\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xs\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xs\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xs\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .xs\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .xs\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xs\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xs\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xs\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xs\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xs\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xs\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .xs\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .xs\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .xs\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .xs\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .xs\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .xs\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .xs\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .xs\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .xs\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .xs\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .xs\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .xs\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .xs\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .xs\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .xs\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .xs\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .xs\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xs\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .xs\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .xs\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .xs\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .xs\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .xs\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .xs\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .xs\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .xs\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .xs\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .xs\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .xs\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .xs\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .xs\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .xs\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .xs\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 3px;
  }

  .xs\:mr-3 {
    margin-right: 3px;
  }

  .xs\:mb-3 {
    margin-bottom: 3px;
  }

  .xs\:ml-3 {
    margin-left: 3px;
  }

  .xs\:mt-4 {
    margin-top: 4px;
  }

  .xs\:mr-4 {
    margin-right: 4px;
  }

  .xs\:mb-4 {
    margin-bottom: 4px;
  }

  .xs\:ml-4 {
    margin-left: 4px;
  }

  .xs\:mt-5 {
    margin-top: 5px;
  }

  .xs\:mr-5 {
    margin-right: 5px;
  }

  .xs\:mb-5 {
    margin-bottom: 5px;
  }

  .xs\:ml-5 {
    margin-left: 5px;
  }

  .xs\:mt-6 {
    margin-top: 6px;
  }

  .xs\:mr-6 {
    margin-right: 6px;
  }

  .xs\:mb-6 {
    margin-bottom: 6px;
  }

  .xs\:ml-6 {
    margin-left: 6px;
  }

  .xs\:mt-8 {
    margin-top: 8px;
  }

  .xs\:mr-8 {
    margin-right: 8px;
  }

  .xs\:mb-8 {
    margin-bottom: 8px;
  }

  .xs\:ml-8 {
    margin-left: 8px;
  }

  .xs\:mt-9 {
    margin-top: 9px;
  }

  .xs\:mr-9 {
    margin-right: 9px;
  }

  .xs\:mb-9 {
    margin-bottom: 9px;
  }

  .xs\:ml-9 {
    margin-left: 9px;
  }

  .xs\:mt-10 {
    margin-top: 10px;
  }

  .xs\:mr-10 {
    margin-right: 10px;
  }

  .xs\:mb-10 {
    margin-bottom: 10px;
  }

  .xs\:ml-10 {
    margin-left: 10px;
  }

  .xs\:mt-12 {
    margin-top: 12px;
  }

  .xs\:mr-12 {
    margin-right: 12px;
  }

  .xs\:mb-12 {
    margin-bottom: 12px;
  }

  .xs\:ml-12 {
    margin-left: 12px;
  }

  .xs\:mt-13 {
    margin-top: 13px;
  }

  .xs\:mr-13 {
    margin-right: 13px;
  }

  .xs\:mb-13 {
    margin-bottom: 13px;
  }

  .xs\:ml-13 {
    margin-left: 13px;
  }

  .xs\:mt-14 {
    margin-top: 14px;
  }

  .xs\:mr-14 {
    margin-right: 14px;
  }

  .xs\:mb-14 {
    margin-bottom: 14px;
  }

  .xs\:ml-14 {
    margin-left: 14px;
  }

  .xs\:mt-15 {
    margin-top: 15px;
  }

  .xs\:mr-15 {
    margin-right: 15px;
  }

  .xs\:mb-15 {
    margin-bottom: 15px;
  }

  .xs\:ml-15 {
    margin-left: 15px;
  }

  .xs\:mt-16 {
    margin-top: 16px;
  }

  .xs\:mr-16 {
    margin-right: 16px;
  }

  .xs\:mb-16 {
    margin-bottom: 16px;
  }

  .xs\:ml-16 {
    margin-left: 16px;
  }

  .xs\:mt-17 {
    margin-top: 17px;
  }

  .xs\:mr-17 {
    margin-right: 17px;
  }

  .xs\:mb-17 {
    margin-bottom: 17px;
  }

  .xs\:ml-17 {
    margin-left: 17px;
  }

  .xs\:mt-18 {
    margin-top: 18px;
  }

  .xs\:mr-18 {
    margin-right: 18px;
  }

  .xs\:mb-18 {
    margin-bottom: 18px;
  }

  .xs\:ml-18 {
    margin-left: 18px;
  }

  .xs\:mt-20 {
    margin-top: 20px;
  }

  .xs\:mr-20 {
    margin-right: 20px;
  }

  .xs\:mb-20 {
    margin-bottom: 20px;
  }

  .xs\:ml-20 {
    margin-left: 20px;
  }

  .xs\:mt-22 {
    margin-top: 22px;
  }

  .xs\:mr-22 {
    margin-right: 22px;
  }

  .xs\:mb-22 {
    margin-bottom: 22px;
  }

  .xs\:ml-22 {
    margin-left: 22px;
  }

  .xs\:mt-24 {
    margin-top: 24px;
  }

  .xs\:mr-24 {
    margin-right: 24px;
  }

  .xs\:mb-24 {
    margin-bottom: 24px;
  }

  .xs\:ml-24 {
    margin-left: 24px;
  }

  .xs\:mt-25 {
    margin-top: 25px;
  }

  .xs\:mr-25 {
    margin-right: 25px;
  }

  .xs\:mb-25 {
    margin-bottom: 25px;
  }

  .xs\:ml-25 {
    margin-left: 25px;
  }

  .xs\:mt-28 {
    margin-top: 28px;
  }

  .xs\:mr-28 {
    margin-right: 28px;
  }

  .xs\:mb-28 {
    margin-bottom: 28px;
  }

  .xs\:ml-28 {
    margin-left: 28px;
  }

  .xs\:mt-29 {
    margin-top: 29px;
  }

  .xs\:mr-29 {
    margin-right: 29px;
  }

  .xs\:mb-29 {
    margin-bottom: 29px;
  }

  .xs\:ml-29 {
    margin-left: 29px;
  }

  .xs\:mt-30 {
    margin-top: 30px;
  }

  .xs\:mr-30 {
    margin-right: 30px;
  }

  .xs\:mb-30 {
    margin-bottom: 30px;
  }

  .xs\:ml-30 {
    margin-left: 30px;
  }

  .xs\:mt-32 {
    margin-top: 32px;
  }

  .xs\:mr-32 {
    margin-right: 32px;
  }

  .xs\:mb-32 {
    margin-bottom: 32px;
  }

  .xs\:ml-32 {
    margin-left: 32px;
  }

  .xs\:mt-35 {
    margin-top: 35px;
  }

  .xs\:mr-35 {
    margin-right: 35px;
  }

  .xs\:mb-35 {
    margin-bottom: 35px;
  }

  .xs\:ml-35 {
    margin-left: 35px;
  }

  .xs\:mt-36 {
    margin-top: 36px;
  }

  .xs\:mr-36 {
    margin-right: 36px;
  }

  .xs\:mb-36 {
    margin-bottom: 36px;
  }

  .xs\:ml-36 {
    margin-left: 36px;
  }

  .xs\:mt-37 {
    margin-top: 37px;
  }

  .xs\:mr-37 {
    margin-right: 37px;
  }

  .xs\:mb-37 {
    margin-bottom: 37px;
  }

  .xs\:ml-37 {
    margin-left: 37px;
  }

  .xs\:mt-40 {
    margin-top: 40px;
  }

  .xs\:mr-40 {
    margin-right: 40px;
  }

  .xs\:mb-40 {
    margin-bottom: 40px;
  }

  .xs\:ml-40 {
    margin-left: 40px;
  }

  .xs\:mt-45 {
    margin-top: 45px;
  }

  .xs\:mr-45 {
    margin-right: 45px;
  }

  .xs\:mb-45 {
    margin-bottom: 45px;
  }

  .xs\:ml-45 {
    margin-left: 45px;
  }

  .xs\:mt-48 {
    margin-top: 48px;
  }

  .xs\:mr-48 {
    margin-right: 48px;
  }

  .xs\:mb-48 {
    margin-bottom: 48px;
  }

  .xs\:ml-48 {
    margin-left: 48px;
  }

  .xs\:mt-50 {
    margin-top: 50px;
  }

  .xs\:mr-50 {
    margin-right: 50px;
  }

  .xs\:mb-50 {
    margin-bottom: 50px;
  }

  .xs\:ml-50 {
    margin-left: 50px;
  }

  .xs\:mt-55 {
    margin-top: 55px;
  }

  .xs\:mr-55 {
    margin-right: 55px;
  }

  .xs\:mb-55 {
    margin-bottom: 55px;
  }

  .xs\:ml-55 {
    margin-left: 55px;
  }

  .xs\:mt-56 {
    margin-top: 56px;
  }

  .xs\:mr-56 {
    margin-right: 56px;
  }

  .xs\:mb-56 {
    margin-bottom: 56px;
  }

  .xs\:ml-56 {
    margin-left: 56px;
  }

  .xs\:mt-60 {
    margin-top: 60px;
  }

  .xs\:mr-60 {
    margin-right: 60px;
  }

  .xs\:mb-60 {
    margin-bottom: 60px;
  }

  .xs\:ml-60 {
    margin-left: 60px;
  }

  .xs\:mt-62 {
    margin-top: 62px;
  }

  .xs\:mr-62 {
    margin-right: 62px;
  }

  .xs\:mb-62 {
    margin-bottom: 62px;
  }

  .xs\:ml-62 {
    margin-left: 62px;
  }

  .xs\:mt-64 {
    margin-top: 64px;
  }

  .xs\:mr-64 {
    margin-right: 64px;
  }

  .xs\:mb-64 {
    margin-bottom: 64px;
  }

  .xs\:ml-64 {
    margin-left: 64px;
  }

  .xs\:mt-65 {
    margin-top: 65px;
  }

  .xs\:mr-65 {
    margin-right: 65px;
  }

  .xs\:mb-65 {
    margin-bottom: 65px;
  }

  .xs\:ml-65 {
    margin-left: 65px;
  }

  .xs\:mt-70 {
    margin-top: 70px;
  }

  .xs\:mr-70 {
    margin-right: 70px;
  }

  .xs\:mb-70 {
    margin-bottom: 70px;
  }

  .xs\:ml-70 {
    margin-left: 70px;
  }

  .xs\:mt-75 {
    margin-top: 75px;
  }

  .xs\:mr-75 {
    margin-right: 75px;
  }

  .xs\:mb-75 {
    margin-bottom: 75px;
  }

  .xs\:ml-75 {
    margin-left: 75px;
  }

  .xs\:mt-80 {
    margin-top: 80px;
  }

  .xs\:mr-80 {
    margin-right: 80px;
  }

  .xs\:mb-80 {
    margin-bottom: 80px;
  }

  .xs\:ml-80 {
    margin-left: 80px;
  }

  .xs\:mt-85 {
    margin-top: 85px;
  }

  .xs\:mr-85 {
    margin-right: 85px;
  }

  .xs\:mb-85 {
    margin-bottom: 85px;
  }

  .xs\:ml-85 {
    margin-left: 85px;
  }

  .xs\:mt-90 {
    margin-top: 90px;
  }

  .xs\:mr-90 {
    margin-right: 90px;
  }

  .xs\:mb-90 {
    margin-bottom: 90px;
  }

  .xs\:ml-90 {
    margin-left: 90px;
  }

  .xs\:mt-95 {
    margin-top: 95px;
  }

  .xs\:mr-95 {
    margin-right: 95px;
  }

  .xs\:mb-95 {
    margin-bottom: 95px;
  }

  .xs\:ml-95 {
    margin-left: 95px;
  }

  .xs\:mt-96 {
    margin-top: 96px;
  }

  .xs\:mr-96 {
    margin-right: 96px;
  }

  .xs\:mb-96 {
    margin-bottom: 96px;
  }

  .xs\:ml-96 {
    margin-left: 96px;
  }

  .xs\:mt-100 {
    margin-top: 100px;
  }

  .xs\:mr-100 {
    margin-right: 100px;
  }

  .xs\:mb-100 {
    margin-bottom: 100px;
  }

  .xs\:ml-100 {
    margin-left: 100px;
  }

  .xs\:mt-110 {
    margin-top: 110px;
  }

  .xs\:mr-110 {
    margin-right: 110px;
  }

  .xs\:mb-110 {
    margin-bottom: 110px;
  }

  .xs\:ml-110 {
    margin-left: 110px;
  }

  .xs\:mt-115 {
    margin-top: 115px;
  }

  .xs\:mr-115 {
    margin-right: 115px;
  }

  .xs\:mb-115 {
    margin-bottom: 115px;
  }

  .xs\:ml-115 {
    margin-left: 115px;
  }

  .xs\:mt-120 {
    margin-top: 120px;
  }

  .xs\:mr-120 {
    margin-right: 120px;
  }

  .xs\:mb-120 {
    margin-bottom: 120px;
  }

  .xs\:ml-120 {
    margin-left: 120px;
  }

  .xs\:mt-128 {
    margin-top: 128px;
  }

  .xs\:mr-128 {
    margin-right: 128px;
  }

  .xs\:mb-128 {
    margin-bottom: 128px;
  }

  .xs\:ml-128 {
    margin-left: 128px;
  }

  .xs\:mt-135 {
    margin-top: 135px;
  }

  .xs\:mr-135 {
    margin-right: 135px;
  }

  .xs\:mb-135 {
    margin-bottom: 135px;
  }

  .xs\:ml-135 {
    margin-left: 135px;
  }

  .xs\:mt-140 {
    margin-top: 140px;
  }

  .xs\:mr-140 {
    margin-right: 140px;
  }

  .xs\:mb-140 {
    margin-bottom: 140px;
  }

  .xs\:ml-140 {
    margin-left: 140px;
  }

  .xs\:mt-145 {
    margin-top: 145px;
  }

  .xs\:mr-145 {
    margin-right: 145px;
  }

  .xs\:mb-145 {
    margin-bottom: 145px;
  }

  .xs\:ml-145 {
    margin-left: 145px;
  }

  .xs\:mt-150 {
    margin-top: 150px;
  }

  .xs\:mr-150 {
    margin-right: 150px;
  }

  .xs\:mb-150 {
    margin-bottom: 150px;
  }

  .xs\:ml-150 {
    margin-left: 150px;
  }

  .xs\:mt-160 {
    margin-top: 160px;
  }

  .xs\:mr-160 {
    margin-right: 160px;
  }

  .xs\:mb-160 {
    margin-bottom: 160px;
  }

  .xs\:ml-160 {
    margin-left: 160px;
  }

  .xs\:mt-165 {
    margin-top: 165px;
  }

  .xs\:mr-165 {
    margin-right: 165px;
  }

  .xs\:mb-165 {
    margin-bottom: 165px;
  }

  .xs\:ml-165 {
    margin-left: 165px;
  }

  .xs\:mt-168 {
    margin-top: 168px;
  }

  .xs\:mr-168 {
    margin-right: 168px;
  }

  .xs\:mb-168 {
    margin-bottom: 168px;
  }

  .xs\:ml-168 {
    margin-left: 168px;
  }

  .xs\:mt-170 {
    margin-top: 170px;
  }

  .xs\:mr-170 {
    margin-right: 170px;
  }

  .xs\:mb-170 {
    margin-bottom: 170px;
  }

  .xs\:ml-170 {
    margin-left: 170px;
  }

  .xs\:mt-180 {
    margin-top: 180px;
  }

  .xs\:mr-180 {
    margin-right: 180px;
  }

  .xs\:mb-180 {
    margin-bottom: 180px;
  }

  .xs\:ml-180 {
    margin-left: 180px;
  }

  .xs\:mt-200 {
    margin-top: 200px;
  }

  .xs\:mr-200 {
    margin-right: 200px;
  }

  .xs\:mb-200 {
    margin-bottom: 200px;
  }

  .xs\:ml-200 {
    margin-left: 200px;
  }

  .xs\:mt-220 {
    margin-top: 220px;
  }

  .xs\:mr-220 {
    margin-right: 220px;
  }

  .xs\:mb-220 {
    margin-bottom: 220px;
  }

  .xs\:ml-220 {
    margin-left: 220px;
  }

  .xs\:mt-230 {
    margin-top: 230px;
  }

  .xs\:mr-230 {
    margin-right: 230px;
  }

  .xs\:mb-230 {
    margin-bottom: 230px;
  }

  .xs\:ml-230 {
    margin-left: 230px;
  }

  .xs\:mt-235 {
    margin-top: 235px;
  }

  .xs\:mr-235 {
    margin-right: 235px;
  }

  .xs\:mb-235 {
    margin-bottom: 235px;
  }

  .xs\:ml-235 {
    margin-left: 235px;
  }

  .xs\:mt-240 {
    margin-top: 240px;
  }

  .xs\:mr-240 {
    margin-right: 240px;
  }

  .xs\:mb-240 {
    margin-bottom: 240px;
  }

  .xs\:ml-240 {
    margin-left: 240px;
  }

  .xs\:mt-250 {
    margin-top: 250px;
  }

  .xs\:mr-250 {
    margin-right: 250px;
  }

  .xs\:mb-250 {
    margin-bottom: 250px;
  }

  .xs\:ml-250 {
    margin-left: 250px;
  }

  .xs\:mt-300 {
    margin-top: 300px;
  }

  .xs\:mr-300 {
    margin-right: 300px;
  }

  .xs\:mb-300 {
    margin-bottom: 300px;
  }

  .xs\:ml-300 {
    margin-left: 300px;
  }

  .xs\:mt-320 {
    margin-top: 320px;
  }

  .xs\:mr-320 {
    margin-right: 320px;
  }

  .xs\:mb-320 {
    margin-bottom: 320px;
  }

  .xs\:ml-320 {
    margin-left: 320px;
  }

  .xs\:mt-350 {
    margin-top: 350px;
  }

  .xs\:mr-350 {
    margin-right: 350px;
  }

  .xs\:mb-350 {
    margin-bottom: 350px;
  }

  .xs\:ml-350 {
    margin-left: 350px;
  }

  .xs\:mt-375 {
    margin-top: 375px;
  }

  .xs\:mr-375 {
    margin-right: 375px;
  }

  .xs\:mb-375 {
    margin-bottom: 375px;
  }

  .xs\:ml-375 {
    margin-left: 375px;
  }

  .xs\:mt-400 {
    margin-top: 400px;
  }

  .xs\:mr-400 {
    margin-right: 400px;
  }

  .xs\:mb-400 {
    margin-bottom: 400px;
  }

  .xs\:ml-400 {
    margin-left: 400px;
  }

  .xs\:mt-450 {
    margin-top: 450px;
  }

  .xs\:mr-450 {
    margin-right: 450px;
  }

  .xs\:mb-450 {
    margin-bottom: 450px;
  }

  .xs\:ml-450 {
    margin-left: 450px;
  }

  .xs\:mt-700 {
    margin-top: 700px;
  }

  .xs\:mr-700 {
    margin-right: 700px;
  }

  .xs\:mb-700 {
    margin-bottom: 700px;
  }

  .xs\:ml-700 {
    margin-left: 700px;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:mt-1p {
    margin-top: 1%;
  }

  .xs\:mr-1p {
    margin-right: 1%;
  }

  .xs\:mb-1p {
    margin-bottom: 1%;
  }

  .xs\:ml-1p {
    margin-left: 1%;
  }

  .xs\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .xs\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .xs\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .xs\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .xs\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .xs\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .xs\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .xs\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .xs\:mt-11p {
    margin-top: 11%;
  }

  .xs\:mr-11p {
    margin-right: 11%;
  }

  .xs\:mb-11p {
    margin-bottom: 11%;
  }

  .xs\:ml-11p {
    margin-left: 11%;
  }

  .xs\:mt-20p {
    margin-top: 20%;
  }

  .xs\:mr-20p {
    margin-right: 20%;
  }

  .xs\:mb-20p {
    margin-bottom: 20%;
  }

  .xs\:ml-20p {
    margin-left: 20%;
  }

  .xs\:mt-24p {
    margin-top: 24.25%;
  }

  .xs\:mr-24p {
    margin-right: 24.25%;
  }

  .xs\:mb-24p {
    margin-bottom: 24.25%;
  }

  .xs\:ml-24p {
    margin-left: 24.25%;
  }

  .xs\:mt-25p {
    margin-top: 25%;
  }

  .xs\:mr-25p {
    margin-right: 25%;
  }

  .xs\:mb-25p {
    margin-bottom: 25%;
  }

  .xs\:ml-25p {
    margin-left: 25%;
  }

  .xs\:mt-32p {
    margin-top: 32%;
  }

  .xs\:mr-32p {
    margin-right: 32%;
  }

  .xs\:mb-32p {
    margin-bottom: 32%;
  }

  .xs\:ml-32p {
    margin-left: 32%;
  }

  .xs\:mt-35p {
    margin-top: 35%;
  }

  .xs\:mr-35p {
    margin-right: 35%;
  }

  .xs\:mb-35p {
    margin-bottom: 35%;
  }

  .xs\:ml-35p {
    margin-left: 35%;
  }

  .xs\:mt-40p {
    margin-top: 40%;
  }

  .xs\:mr-40p {
    margin-right: 40%;
  }

  .xs\:mb-40p {
    margin-bottom: 40%;
  }

  .xs\:ml-40p {
    margin-left: 40%;
  }

  .xs\:mt-49p {
    margin-top: 49%;
  }

  .xs\:mr-49p {
    margin-right: 49%;
  }

  .xs\:mb-49p {
    margin-bottom: 49%;
  }

  .xs\:ml-49p {
    margin-left: 49%;
  }

  .xs\:mt-49-5p {
    margin-top: 49.5%;
  }

  .xs\:mr-49-5p {
    margin-right: 49.5%;
  }

  .xs\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .xs\:ml-49-5p {
    margin-left: 49.5%;
  }

  .xs\:mt-80p {
    margin-top: 80%;
  }

  .xs\:mr-80p {
    margin-right: 80%;
  }

  .xs\:mb-80p {
    margin-bottom: 80%;
  }

  .xs\:ml-80p {
    margin-left: 80%;
  }

  .xs\:mt-vh80 {
    margin-top: 80vh;
  }

  .xs\:mr-vh80 {
    margin-right: 80vh;
  }

  .xs\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .xs\:ml-vh80 {
    margin-left: 80vh;
  }

  .xs\:mt-vh86 {
    margin-top: 86vh;
  }

  .xs\:mr-vh86 {
    margin-right: 86vh;
  }

  .xs\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .xs\:ml-vh86 {
    margin-left: 86vh;
  }

  .xs\:mt-vh90 {
    margin-top: 90vh;
  }

  .xs\:mr-vh90 {
    margin-right: 90vh;
  }

  .xs\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .xs\:ml-vh90 {
    margin-left: 90vh;
  }

  .xs\:mt-vw80 {
    margin-top: 80vw;
  }

  .xs\:mr-vw80 {
    margin-right: 80vw;
  }

  .xs\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .xs\:ml-vw80 {
    margin-left: 80vw;
  }

  .xs\:mt-vw90 {
    margin-top: 90vw;
  }

  .xs\:mr-vw90 {
    margin-right: 90vw;
  }

  .xs\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .xs\:ml-vw90 {
    margin-left: 90vw;
  }

  .xs\:mt-90p {
    margin-top: 90%;
  }

  .xs\:mr-90p {
    margin-right: 90%;
  }

  .xs\:mb-90p {
    margin-bottom: 90%;
  }

  .xs\:ml-90p {
    margin-left: 90%;
  }

  .xs\:mt-92p {
    margin-top: 92%;
  }

  .xs\:mr-92p {
    margin-right: 92%;
  }

  .xs\:mb-92p {
    margin-bottom: 92%;
  }

  .xs\:ml-92p {
    margin-left: 92%;
  }

  .xs\:mt-93p {
    margin-top: 93%;
  }

  .xs\:mr-93p {
    margin-right: 93%;
  }

  .xs\:mb-93p {
    margin-bottom: 93%;
  }

  .xs\:ml-93p {
    margin-left: 93%;
  }

  .xs\:mt-94p {
    margin-top: 94%;
  }

  .xs\:mr-94p {
    margin-right: 94%;
  }

  .xs\:mb-94p {
    margin-bottom: 94%;
  }

  .xs\:ml-94p {
    margin-left: 94%;
  }

  .xs\:mt-95p {
    margin-top: 95%;
  }

  .xs\:mr-95p {
    margin-right: 95%;
  }

  .xs\:mb-95p {
    margin-bottom: 95%;
  }

  .xs\:ml-95p {
    margin-left: 95%;
  }

  .xs\:mt-96p {
    margin-top: 96%;
  }

  .xs\:mr-96p {
    margin-right: 96%;
  }

  .xs\:mb-96p {
    margin-bottom: 96%;
  }

  .xs\:ml-96p {
    margin-left: 96%;
  }

  .xs\:mt-100p {
    margin-top: 100%;
  }

  .xs\:mr-100p {
    margin-right: 100%;
  }

  .xs\:mb-100p {
    margin-bottom: 100%;
  }

  .xs\:ml-100p {
    margin-left: 100%;
  }

  .xs\:-mt-0 {
    margin-top: 0px;
  }

  .xs\:-mr-0 {
    margin-right: 0px;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px;
  }

  .xs\:-ml-0 {
    margin-left: 0px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -3px;
  }

  .xs\:-mr-3 {
    margin-right: -3px;
  }

  .xs\:-mb-3 {
    margin-bottom: -3px;
  }

  .xs\:-ml-3 {
    margin-left: -3px;
  }

  .xs\:-mt-4 {
    margin-top: -4px;
  }

  .xs\:-mr-4 {
    margin-right: -4px;
  }

  .xs\:-mb-4 {
    margin-bottom: -4px;
  }

  .xs\:-ml-4 {
    margin-left: -4px;
  }

  .xs\:-mt-5 {
    margin-top: -5px;
  }

  .xs\:-mr-5 {
    margin-right: -5px;
  }

  .xs\:-mb-5 {
    margin-bottom: -5px;
  }

  .xs\:-ml-5 {
    margin-left: -5px;
  }

  .xs\:-mt-6 {
    margin-top: -6px;
  }

  .xs\:-mr-6 {
    margin-right: -6px;
  }

  .xs\:-mb-6 {
    margin-bottom: -6px;
  }

  .xs\:-ml-6 {
    margin-left: -6px;
  }

  .xs\:-mt-8 {
    margin-top: -8px;
  }

  .xs\:-mr-8 {
    margin-right: -8px;
  }

  .xs\:-mb-8 {
    margin-bottom: -8px;
  }

  .xs\:-ml-8 {
    margin-left: -8px;
  }

  .xs\:-mt-9 {
    margin-top: -9px;
  }

  .xs\:-mr-9 {
    margin-right: -9px;
  }

  .xs\:-mb-9 {
    margin-bottom: -9px;
  }

  .xs\:-ml-9 {
    margin-left: -9px;
  }

  .xs\:-mt-10 {
    margin-top: -10px;
  }

  .xs\:-mr-10 {
    margin-right: -10px;
  }

  .xs\:-mb-10 {
    margin-bottom: -10px;
  }

  .xs\:-ml-10 {
    margin-left: -10px;
  }

  .xs\:-mt-12 {
    margin-top: -12px;
  }

  .xs\:-mr-12 {
    margin-right: -12px;
  }

  .xs\:-mb-12 {
    margin-bottom: -12px;
  }

  .xs\:-ml-12 {
    margin-left: -12px;
  }

  .xs\:-mt-13 {
    margin-top: -13px;
  }

  .xs\:-mr-13 {
    margin-right: -13px;
  }

  .xs\:-mb-13 {
    margin-bottom: -13px;
  }

  .xs\:-ml-13 {
    margin-left: -13px;
  }

  .xs\:-mt-14 {
    margin-top: -14px;
  }

  .xs\:-mr-14 {
    margin-right: -14px;
  }

  .xs\:-mb-14 {
    margin-bottom: -14px;
  }

  .xs\:-ml-14 {
    margin-left: -14px;
  }

  .xs\:-mt-15 {
    margin-top: -15px;
  }

  .xs\:-mr-15 {
    margin-right: -15px;
  }

  .xs\:-mb-15 {
    margin-bottom: -15px;
  }

  .xs\:-ml-15 {
    margin-left: -15px;
  }

  .xs\:-mt-16 {
    margin-top: -16px;
  }

  .xs\:-mr-16 {
    margin-right: -16px;
  }

  .xs\:-mb-16 {
    margin-bottom: -16px;
  }

  .xs\:-ml-16 {
    margin-left: -16px;
  }

  .xs\:-mt-17 {
    margin-top: -17px;
  }

  .xs\:-mr-17 {
    margin-right: -17px;
  }

  .xs\:-mb-17 {
    margin-bottom: -17px;
  }

  .xs\:-ml-17 {
    margin-left: -17px;
  }

  .xs\:-mt-18 {
    margin-top: -18px;
  }

  .xs\:-mr-18 {
    margin-right: -18px;
  }

  .xs\:-mb-18 {
    margin-bottom: -18px;
  }

  .xs\:-ml-18 {
    margin-left: -18px;
  }

  .xs\:-mt-20 {
    margin-top: -20px;
  }

  .xs\:-mr-20 {
    margin-right: -20px;
  }

  .xs\:-mb-20 {
    margin-bottom: -20px;
  }

  .xs\:-ml-20 {
    margin-left: -20px;
  }

  .xs\:-mt-22 {
    margin-top: -22px;
  }

  .xs\:-mr-22 {
    margin-right: -22px;
  }

  .xs\:-mb-22 {
    margin-bottom: -22px;
  }

  .xs\:-ml-22 {
    margin-left: -22px;
  }

  .xs\:-mt-24 {
    margin-top: -24px;
  }

  .xs\:-mr-24 {
    margin-right: -24px;
  }

  .xs\:-mb-24 {
    margin-bottom: -24px;
  }

  .xs\:-ml-24 {
    margin-left: -24px;
  }

  .xs\:-mt-25 {
    margin-top: -25px;
  }

  .xs\:-mr-25 {
    margin-right: -25px;
  }

  .xs\:-mb-25 {
    margin-bottom: -25px;
  }

  .xs\:-ml-25 {
    margin-left: -25px;
  }

  .xs\:-mt-28 {
    margin-top: -28px;
  }

  .xs\:-mr-28 {
    margin-right: -28px;
  }

  .xs\:-mb-28 {
    margin-bottom: -28px;
  }

  .xs\:-ml-28 {
    margin-left: -28px;
  }

  .xs\:-mt-29 {
    margin-top: -29px;
  }

  .xs\:-mr-29 {
    margin-right: -29px;
  }

  .xs\:-mb-29 {
    margin-bottom: -29px;
  }

  .xs\:-ml-29 {
    margin-left: -29px;
  }

  .xs\:-mt-30 {
    margin-top: -30px;
  }

  .xs\:-mr-30 {
    margin-right: -30px;
  }

  .xs\:-mb-30 {
    margin-bottom: -30px;
  }

  .xs\:-ml-30 {
    margin-left: -30px;
  }

  .xs\:-mt-32 {
    margin-top: -32px;
  }

  .xs\:-mr-32 {
    margin-right: -32px;
  }

  .xs\:-mb-32 {
    margin-bottom: -32px;
  }

  .xs\:-ml-32 {
    margin-left: -32px;
  }

  .xs\:-mt-35 {
    margin-top: -35px;
  }

  .xs\:-mr-35 {
    margin-right: -35px;
  }

  .xs\:-mb-35 {
    margin-bottom: -35px;
  }

  .xs\:-ml-35 {
    margin-left: -35px;
  }

  .xs\:-mt-36 {
    margin-top: -36px;
  }

  .xs\:-mr-36 {
    margin-right: -36px;
  }

  .xs\:-mb-36 {
    margin-bottom: -36px;
  }

  .xs\:-ml-36 {
    margin-left: -36px;
  }

  .xs\:-mt-37 {
    margin-top: -37px;
  }

  .xs\:-mr-37 {
    margin-right: -37px;
  }

  .xs\:-mb-37 {
    margin-bottom: -37px;
  }

  .xs\:-ml-37 {
    margin-left: -37px;
  }

  .xs\:-mt-40 {
    margin-top: -40px;
  }

  .xs\:-mr-40 {
    margin-right: -40px;
  }

  .xs\:-mb-40 {
    margin-bottom: -40px;
  }

  .xs\:-ml-40 {
    margin-left: -40px;
  }

  .xs\:-mt-45 {
    margin-top: -45px;
  }

  .xs\:-mr-45 {
    margin-right: -45px;
  }

  .xs\:-mb-45 {
    margin-bottom: -45px;
  }

  .xs\:-ml-45 {
    margin-left: -45px;
  }

  .xs\:-mt-48 {
    margin-top: -48px;
  }

  .xs\:-mr-48 {
    margin-right: -48px;
  }

  .xs\:-mb-48 {
    margin-bottom: -48px;
  }

  .xs\:-ml-48 {
    margin-left: -48px;
  }

  .xs\:-mt-50 {
    margin-top: -50px;
  }

  .xs\:-mr-50 {
    margin-right: -50px;
  }

  .xs\:-mb-50 {
    margin-bottom: -50px;
  }

  .xs\:-ml-50 {
    margin-left: -50px;
  }

  .xs\:-mt-55 {
    margin-top: -55px;
  }

  .xs\:-mr-55 {
    margin-right: -55px;
  }

  .xs\:-mb-55 {
    margin-bottom: -55px;
  }

  .xs\:-ml-55 {
    margin-left: -55px;
  }

  .xs\:-mt-56 {
    margin-top: -56px;
  }

  .xs\:-mr-56 {
    margin-right: -56px;
  }

  .xs\:-mb-56 {
    margin-bottom: -56px;
  }

  .xs\:-ml-56 {
    margin-left: -56px;
  }

  .xs\:-mt-60 {
    margin-top: -60px;
  }

  .xs\:-mr-60 {
    margin-right: -60px;
  }

  .xs\:-mb-60 {
    margin-bottom: -60px;
  }

  .xs\:-ml-60 {
    margin-left: -60px;
  }

  .xs\:-mt-62 {
    margin-top: -62px;
  }

  .xs\:-mr-62 {
    margin-right: -62px;
  }

  .xs\:-mb-62 {
    margin-bottom: -62px;
  }

  .xs\:-ml-62 {
    margin-left: -62px;
  }

  .xs\:-mt-64 {
    margin-top: -64px;
  }

  .xs\:-mr-64 {
    margin-right: -64px;
  }

  .xs\:-mb-64 {
    margin-bottom: -64px;
  }

  .xs\:-ml-64 {
    margin-left: -64px;
  }

  .xs\:-mt-65 {
    margin-top: -65px;
  }

  .xs\:-mr-65 {
    margin-right: -65px;
  }

  .xs\:-mb-65 {
    margin-bottom: -65px;
  }

  .xs\:-ml-65 {
    margin-left: -65px;
  }

  .xs\:-mt-70 {
    margin-top: -70px;
  }

  .xs\:-mr-70 {
    margin-right: -70px;
  }

  .xs\:-mb-70 {
    margin-bottom: -70px;
  }

  .xs\:-ml-70 {
    margin-left: -70px;
  }

  .xs\:-mt-75 {
    margin-top: -75px;
  }

  .xs\:-mr-75 {
    margin-right: -75px;
  }

  .xs\:-mb-75 {
    margin-bottom: -75px;
  }

  .xs\:-ml-75 {
    margin-left: -75px;
  }

  .xs\:-mt-80 {
    margin-top: -80px;
  }

  .xs\:-mr-80 {
    margin-right: -80px;
  }

  .xs\:-mb-80 {
    margin-bottom: -80px;
  }

  .xs\:-ml-80 {
    margin-left: -80px;
  }

  .xs\:-mt-85 {
    margin-top: -85px;
  }

  .xs\:-mr-85 {
    margin-right: -85px;
  }

  .xs\:-mb-85 {
    margin-bottom: -85px;
  }

  .xs\:-ml-85 {
    margin-left: -85px;
  }

  .xs\:-mt-90 {
    margin-top: -90px;
  }

  .xs\:-mr-90 {
    margin-right: -90px;
  }

  .xs\:-mb-90 {
    margin-bottom: -90px;
  }

  .xs\:-ml-90 {
    margin-left: -90px;
  }

  .xs\:-mt-95 {
    margin-top: -95px;
  }

  .xs\:-mr-95 {
    margin-right: -95px;
  }

  .xs\:-mb-95 {
    margin-bottom: -95px;
  }

  .xs\:-ml-95 {
    margin-left: -95px;
  }

  .xs\:-mt-96 {
    margin-top: -96px;
  }

  .xs\:-mr-96 {
    margin-right: -96px;
  }

  .xs\:-mb-96 {
    margin-bottom: -96px;
  }

  .xs\:-ml-96 {
    margin-left: -96px;
  }

  .xs\:-mt-100 {
    margin-top: -100px;
  }

  .xs\:-mr-100 {
    margin-right: -100px;
  }

  .xs\:-mb-100 {
    margin-bottom: -100px;
  }

  .xs\:-ml-100 {
    margin-left: -100px;
  }

  .xs\:-mt-110 {
    margin-top: -110px;
  }

  .xs\:-mr-110 {
    margin-right: -110px;
  }

  .xs\:-mb-110 {
    margin-bottom: -110px;
  }

  .xs\:-ml-110 {
    margin-left: -110px;
  }

  .xs\:-mt-115 {
    margin-top: -115px;
  }

  .xs\:-mr-115 {
    margin-right: -115px;
  }

  .xs\:-mb-115 {
    margin-bottom: -115px;
  }

  .xs\:-ml-115 {
    margin-left: -115px;
  }

  .xs\:-mt-120 {
    margin-top: -120px;
  }

  .xs\:-mr-120 {
    margin-right: -120px;
  }

  .xs\:-mb-120 {
    margin-bottom: -120px;
  }

  .xs\:-ml-120 {
    margin-left: -120px;
  }

  .xs\:-mt-128 {
    margin-top: -128px;
  }

  .xs\:-mr-128 {
    margin-right: -128px;
  }

  .xs\:-mb-128 {
    margin-bottom: -128px;
  }

  .xs\:-ml-128 {
    margin-left: -128px;
  }

  .xs\:-mt-135 {
    margin-top: -135px;
  }

  .xs\:-mr-135 {
    margin-right: -135px;
  }

  .xs\:-mb-135 {
    margin-bottom: -135px;
  }

  .xs\:-ml-135 {
    margin-left: -135px;
  }

  .xs\:-mt-140 {
    margin-top: -140px;
  }

  .xs\:-mr-140 {
    margin-right: -140px;
  }

  .xs\:-mb-140 {
    margin-bottom: -140px;
  }

  .xs\:-ml-140 {
    margin-left: -140px;
  }

  .xs\:-mt-145 {
    margin-top: -145px;
  }

  .xs\:-mr-145 {
    margin-right: -145px;
  }

  .xs\:-mb-145 {
    margin-bottom: -145px;
  }

  .xs\:-ml-145 {
    margin-left: -145px;
  }

  .xs\:-mt-150 {
    margin-top: -150px;
  }

  .xs\:-mr-150 {
    margin-right: -150px;
  }

  .xs\:-mb-150 {
    margin-bottom: -150px;
  }

  .xs\:-ml-150 {
    margin-left: -150px;
  }

  .xs\:-mt-160 {
    margin-top: -160px;
  }

  .xs\:-mr-160 {
    margin-right: -160px;
  }

  .xs\:-mb-160 {
    margin-bottom: -160px;
  }

  .xs\:-ml-160 {
    margin-left: -160px;
  }

  .xs\:-mt-165 {
    margin-top: -165px;
  }

  .xs\:-mr-165 {
    margin-right: -165px;
  }

  .xs\:-mb-165 {
    margin-bottom: -165px;
  }

  .xs\:-ml-165 {
    margin-left: -165px;
  }

  .xs\:-mt-168 {
    margin-top: -168px;
  }

  .xs\:-mr-168 {
    margin-right: -168px;
  }

  .xs\:-mb-168 {
    margin-bottom: -168px;
  }

  .xs\:-ml-168 {
    margin-left: -168px;
  }

  .xs\:-mt-170 {
    margin-top: -170px;
  }

  .xs\:-mr-170 {
    margin-right: -170px;
  }

  .xs\:-mb-170 {
    margin-bottom: -170px;
  }

  .xs\:-ml-170 {
    margin-left: -170px;
  }

  .xs\:-mt-180 {
    margin-top: -180px;
  }

  .xs\:-mr-180 {
    margin-right: -180px;
  }

  .xs\:-mb-180 {
    margin-bottom: -180px;
  }

  .xs\:-ml-180 {
    margin-left: -180px;
  }

  .xs\:-mt-200 {
    margin-top: -200px;
  }

  .xs\:-mr-200 {
    margin-right: -200px;
  }

  .xs\:-mb-200 {
    margin-bottom: -200px;
  }

  .xs\:-ml-200 {
    margin-left: -200px;
  }

  .xs\:-mt-220 {
    margin-top: -220px;
  }

  .xs\:-mr-220 {
    margin-right: -220px;
  }

  .xs\:-mb-220 {
    margin-bottom: -220px;
  }

  .xs\:-ml-220 {
    margin-left: -220px;
  }

  .xs\:-mt-230 {
    margin-top: -230px;
  }

  .xs\:-mr-230 {
    margin-right: -230px;
  }

  .xs\:-mb-230 {
    margin-bottom: -230px;
  }

  .xs\:-ml-230 {
    margin-left: -230px;
  }

  .xs\:-mt-235 {
    margin-top: -235px;
  }

  .xs\:-mr-235 {
    margin-right: -235px;
  }

  .xs\:-mb-235 {
    margin-bottom: -235px;
  }

  .xs\:-ml-235 {
    margin-left: -235px;
  }

  .xs\:-mt-240 {
    margin-top: -240px;
  }

  .xs\:-mr-240 {
    margin-right: -240px;
  }

  .xs\:-mb-240 {
    margin-bottom: -240px;
  }

  .xs\:-ml-240 {
    margin-left: -240px;
  }

  .xs\:-mt-250 {
    margin-top: -250px;
  }

  .xs\:-mr-250 {
    margin-right: -250px;
  }

  .xs\:-mb-250 {
    margin-bottom: -250px;
  }

  .xs\:-ml-250 {
    margin-left: -250px;
  }

  .xs\:-mt-300 {
    margin-top: -300px;
  }

  .xs\:-mr-300 {
    margin-right: -300px;
  }

  .xs\:-mb-300 {
    margin-bottom: -300px;
  }

  .xs\:-ml-300 {
    margin-left: -300px;
  }

  .xs\:-mt-320 {
    margin-top: -320px;
  }

  .xs\:-mr-320 {
    margin-right: -320px;
  }

  .xs\:-mb-320 {
    margin-bottom: -320px;
  }

  .xs\:-ml-320 {
    margin-left: -320px;
  }

  .xs\:-mt-350 {
    margin-top: -350px;
  }

  .xs\:-mr-350 {
    margin-right: -350px;
  }

  .xs\:-mb-350 {
    margin-bottom: -350px;
  }

  .xs\:-ml-350 {
    margin-left: -350px;
  }

  .xs\:-mt-375 {
    margin-top: -375px;
  }

  .xs\:-mr-375 {
    margin-right: -375px;
  }

  .xs\:-mb-375 {
    margin-bottom: -375px;
  }

  .xs\:-ml-375 {
    margin-left: -375px;
  }

  .xs\:-mt-400 {
    margin-top: -400px;
  }

  .xs\:-mr-400 {
    margin-right: -400px;
  }

  .xs\:-mb-400 {
    margin-bottom: -400px;
  }

  .xs\:-ml-400 {
    margin-left: -400px;
  }

  .xs\:-mt-450 {
    margin-top: -450px;
  }

  .xs\:-mr-450 {
    margin-right: -450px;
  }

  .xs\:-mb-450 {
    margin-bottom: -450px;
  }

  .xs\:-ml-450 {
    margin-left: -450px;
  }

  .xs\:-mt-700 {
    margin-top: -700px;
  }

  .xs\:-mr-700 {
    margin-right: -700px;
  }

  .xs\:-mb-700 {
    margin-bottom: -700px;
  }

  .xs\:-ml-700 {
    margin-left: -700px;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-mt-1p {
    margin-top: -1%;
  }

  .xs\:-mr-1p {
    margin-right: -1%;
  }

  .xs\:-mb-1p {
    margin-bottom: -1%;
  }

  .xs\:-ml-1p {
    margin-left: -1%;
  }

  .xs\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .xs\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .xs\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .xs\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .xs\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .xs\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .xs\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .xs\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .xs\:-mt-11p {
    margin-top: -11%;
  }

  .xs\:-mr-11p {
    margin-right: -11%;
  }

  .xs\:-mb-11p {
    margin-bottom: -11%;
  }

  .xs\:-ml-11p {
    margin-left: -11%;
  }

  .xs\:-mt-20p {
    margin-top: -20%;
  }

  .xs\:-mr-20p {
    margin-right: -20%;
  }

  .xs\:-mb-20p {
    margin-bottom: -20%;
  }

  .xs\:-ml-20p {
    margin-left: -20%;
  }

  .xs\:-mt-24p {
    margin-top: -24.25%;
  }

  .xs\:-mr-24p {
    margin-right: -24.25%;
  }

  .xs\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .xs\:-ml-24p {
    margin-left: -24.25%;
  }

  .xs\:-mt-25p {
    margin-top: -25%;
  }

  .xs\:-mr-25p {
    margin-right: -25%;
  }

  .xs\:-mb-25p {
    margin-bottom: -25%;
  }

  .xs\:-ml-25p {
    margin-left: -25%;
  }

  .xs\:-mt-32p {
    margin-top: -32%;
  }

  .xs\:-mr-32p {
    margin-right: -32%;
  }

  .xs\:-mb-32p {
    margin-bottom: -32%;
  }

  .xs\:-ml-32p {
    margin-left: -32%;
  }

  .xs\:-mt-35p {
    margin-top: -35%;
  }

  .xs\:-mr-35p {
    margin-right: -35%;
  }

  .xs\:-mb-35p {
    margin-bottom: -35%;
  }

  .xs\:-ml-35p {
    margin-left: -35%;
  }

  .xs\:-mt-40p {
    margin-top: -40%;
  }

  .xs\:-mr-40p {
    margin-right: -40%;
  }

  .xs\:-mb-40p {
    margin-bottom: -40%;
  }

  .xs\:-ml-40p {
    margin-left: -40%;
  }

  .xs\:-mt-49p {
    margin-top: -49%;
  }

  .xs\:-mr-49p {
    margin-right: -49%;
  }

  .xs\:-mb-49p {
    margin-bottom: -49%;
  }

  .xs\:-ml-49p {
    margin-left: -49%;
  }

  .xs\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .xs\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .xs\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .xs\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .xs\:-mt-80p {
    margin-top: -80%;
  }

  .xs\:-mr-80p {
    margin-right: -80%;
  }

  .xs\:-mb-80p {
    margin-bottom: -80%;
  }

  .xs\:-ml-80p {
    margin-left: -80%;
  }

  .xs\:-mt-vh80 {
    margin-top: -80vh;
  }

  .xs\:-mr-vh80 {
    margin-right: -80vh;
  }

  .xs\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .xs\:-ml-vh80 {
    margin-left: -80vh;
  }

  .xs\:-mt-vh86 {
    margin-top: -86vh;
  }

  .xs\:-mr-vh86 {
    margin-right: -86vh;
  }

  .xs\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .xs\:-ml-vh86 {
    margin-left: -86vh;
  }

  .xs\:-mt-vh90 {
    margin-top: -90vh;
  }

  .xs\:-mr-vh90 {
    margin-right: -90vh;
  }

  .xs\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .xs\:-ml-vh90 {
    margin-left: -90vh;
  }

  .xs\:-mt-vw80 {
    margin-top: -80vw;
  }

  .xs\:-mr-vw80 {
    margin-right: -80vw;
  }

  .xs\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .xs\:-ml-vw80 {
    margin-left: -80vw;
  }

  .xs\:-mt-vw90 {
    margin-top: -90vw;
  }

  .xs\:-mr-vw90 {
    margin-right: -90vw;
  }

  .xs\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .xs\:-ml-vw90 {
    margin-left: -90vw;
  }

  .xs\:-mt-90p {
    margin-top: -90%;
  }

  .xs\:-mr-90p {
    margin-right: -90%;
  }

  .xs\:-mb-90p {
    margin-bottom: -90%;
  }

  .xs\:-ml-90p {
    margin-left: -90%;
  }

  .xs\:-mt-92p {
    margin-top: -92%;
  }

  .xs\:-mr-92p {
    margin-right: -92%;
  }

  .xs\:-mb-92p {
    margin-bottom: -92%;
  }

  .xs\:-ml-92p {
    margin-left: -92%;
  }

  .xs\:-mt-93p {
    margin-top: -93%;
  }

  .xs\:-mr-93p {
    margin-right: -93%;
  }

  .xs\:-mb-93p {
    margin-bottom: -93%;
  }

  .xs\:-ml-93p {
    margin-left: -93%;
  }

  .xs\:-mt-94p {
    margin-top: -94%;
  }

  .xs\:-mr-94p {
    margin-right: -94%;
  }

  .xs\:-mb-94p {
    margin-bottom: -94%;
  }

  .xs\:-ml-94p {
    margin-left: -94%;
  }

  .xs\:-mt-95p {
    margin-top: -95%;
  }

  .xs\:-mr-95p {
    margin-right: -95%;
  }

  .xs\:-mb-95p {
    margin-bottom: -95%;
  }

  .xs\:-ml-95p {
    margin-left: -95%;
  }

  .xs\:-mt-96p {
    margin-top: -96%;
  }

  .xs\:-mr-96p {
    margin-right: -96%;
  }

  .xs\:-mb-96p {
    margin-bottom: -96%;
  }

  .xs\:-ml-96p {
    margin-left: -96%;
  }

  .xs\:-mt-100p {
    margin-top: -100%;
  }

  .xs\:-mr-100p {
    margin-right: -100%;
  }

  .xs\:-mb-100p {
    margin-bottom: -100%;
  }

  .xs\:-ml-100p {
    margin-left: -100%;
  }

  .xs\:hover\:m-0:hover {
    margin: 0px;
  }

  .xs\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xs\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xs\:hover\:m-3:hover {
    margin: 3px;
  }

  .xs\:hover\:m-4:hover {
    margin: 4px;
  }

  .xs\:hover\:m-5:hover {
    margin: 5px;
  }

  .xs\:hover\:m-6:hover {
    margin: 6px;
  }

  .xs\:hover\:m-8:hover {
    margin: 8px;
  }

  .xs\:hover\:m-9:hover {
    margin: 9px;
  }

  .xs\:hover\:m-10:hover {
    margin: 10px;
  }

  .xs\:hover\:m-12:hover {
    margin: 12px;
  }

  .xs\:hover\:m-13:hover {
    margin: 13px;
  }

  .xs\:hover\:m-14:hover {
    margin: 14px;
  }

  .xs\:hover\:m-15:hover {
    margin: 15px;
  }

  .xs\:hover\:m-16:hover {
    margin: 16px;
  }

  .xs\:hover\:m-17:hover {
    margin: 17px;
  }

  .xs\:hover\:m-18:hover {
    margin: 18px;
  }

  .xs\:hover\:m-20:hover {
    margin: 20px;
  }

  .xs\:hover\:m-22:hover {
    margin: 22px;
  }

  .xs\:hover\:m-24:hover {
    margin: 24px;
  }

  .xs\:hover\:m-25:hover {
    margin: 25px;
  }

  .xs\:hover\:m-28:hover {
    margin: 28px;
  }

  .xs\:hover\:m-29:hover {
    margin: 29px;
  }

  .xs\:hover\:m-30:hover {
    margin: 30px;
  }

  .xs\:hover\:m-32:hover {
    margin: 32px;
  }

  .xs\:hover\:m-35:hover {
    margin: 35px;
  }

  .xs\:hover\:m-36:hover {
    margin: 36px;
  }

  .xs\:hover\:m-37:hover {
    margin: 37px;
  }

  .xs\:hover\:m-40:hover {
    margin: 40px;
  }

  .xs\:hover\:m-45:hover {
    margin: 45px;
  }

  .xs\:hover\:m-48:hover {
    margin: 48px;
  }

  .xs\:hover\:m-50:hover {
    margin: 50px;
  }

  .xs\:hover\:m-55:hover {
    margin: 55px;
  }

  .xs\:hover\:m-56:hover {
    margin: 56px;
  }

  .xs\:hover\:m-60:hover {
    margin: 60px;
  }

  .xs\:hover\:m-62:hover {
    margin: 62px;
  }

  .xs\:hover\:m-64:hover {
    margin: 64px;
  }

  .xs\:hover\:m-65:hover {
    margin: 65px;
  }

  .xs\:hover\:m-70:hover {
    margin: 70px;
  }

  .xs\:hover\:m-75:hover {
    margin: 75px;
  }

  .xs\:hover\:m-80:hover {
    margin: 80px;
  }

  .xs\:hover\:m-85:hover {
    margin: 85px;
  }

  .xs\:hover\:m-90:hover {
    margin: 90px;
  }

  .xs\:hover\:m-95:hover {
    margin: 95px;
  }

  .xs\:hover\:m-96:hover {
    margin: 96px;
  }

  .xs\:hover\:m-100:hover {
    margin: 100px;
  }

  .xs\:hover\:m-110:hover {
    margin: 110px;
  }

  .xs\:hover\:m-115:hover {
    margin: 115px;
  }

  .xs\:hover\:m-120:hover {
    margin: 120px;
  }

  .xs\:hover\:m-128:hover {
    margin: 128px;
  }

  .xs\:hover\:m-135:hover {
    margin: 135px;
  }

  .xs\:hover\:m-140:hover {
    margin: 140px;
  }

  .xs\:hover\:m-145:hover {
    margin: 145px;
  }

  .xs\:hover\:m-150:hover {
    margin: 150px;
  }

  .xs\:hover\:m-160:hover {
    margin: 160px;
  }

  .xs\:hover\:m-165:hover {
    margin: 165px;
  }

  .xs\:hover\:m-168:hover {
    margin: 168px;
  }

  .xs\:hover\:m-170:hover {
    margin: 170px;
  }

  .xs\:hover\:m-180:hover {
    margin: 180px;
  }

  .xs\:hover\:m-200:hover {
    margin: 200px;
  }

  .xs\:hover\:m-220:hover {
    margin: 220px;
  }

  .xs\:hover\:m-230:hover {
    margin: 230px;
  }

  .xs\:hover\:m-235:hover {
    margin: 235px;
  }

  .xs\:hover\:m-240:hover {
    margin: 240px;
  }

  .xs\:hover\:m-250:hover {
    margin: 250px;
  }

  .xs\:hover\:m-300:hover {
    margin: 300px;
  }

  .xs\:hover\:m-320:hover {
    margin: 320px;
  }

  .xs\:hover\:m-350:hover {
    margin: 350px;
  }

  .xs\:hover\:m-375:hover {
    margin: 375px;
  }

  .xs\:hover\:m-400:hover {
    margin: 400px;
  }

  .xs\:hover\:m-450:hover {
    margin: 450px;
  }

  .xs\:hover\:m-700:hover {
    margin: 700px;
  }

  .xs\:hover\:m-auto:hover {
    margin: auto;
  }

  .xs\:hover\:m-px:hover {
    margin: 1px;
  }

  .xs\:hover\:m-1p:hover {
    margin: 1%;
  }

  .xs\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .xs\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .xs\:hover\:m-11p:hover {
    margin: 11%;
  }

  .xs\:hover\:m-20p:hover {
    margin: 20%;
  }

  .xs\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .xs\:hover\:m-25p:hover {
    margin: 25%;
  }

  .xs\:hover\:m-32p:hover {
    margin: 32%;
  }

  .xs\:hover\:m-35p:hover {
    margin: 35%;
  }

  .xs\:hover\:m-40p:hover {
    margin: 40%;
  }

  .xs\:hover\:m-49p:hover {
    margin: 49%;
  }

  .xs\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .xs\:hover\:m-80p:hover {
    margin: 80%;
  }

  .xs\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .xs\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .xs\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .xs\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .xs\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .xs\:hover\:m-90p:hover {
    margin: 90%;
  }

  .xs\:hover\:m-92p:hover {
    margin: 92%;
  }

  .xs\:hover\:m-93p:hover {
    margin: 93%;
  }

  .xs\:hover\:m-94p:hover {
    margin: 94%;
  }

  .xs\:hover\:m-95p:hover {
    margin: 95%;
  }

  .xs\:hover\:m-96p:hover {
    margin: 96%;
  }

  .xs\:hover\:m-100p:hover {
    margin: 100%;
  }

  .xs\:hover\:-m-0:hover {
    margin: 0px;
  }

  .xs\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xs\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xs\:hover\:-m-3:hover {
    margin: -3px;
  }

  .xs\:hover\:-m-4:hover {
    margin: -4px;
  }

  .xs\:hover\:-m-5:hover {
    margin: -5px;
  }

  .xs\:hover\:-m-6:hover {
    margin: -6px;
  }

  .xs\:hover\:-m-8:hover {
    margin: -8px;
  }

  .xs\:hover\:-m-9:hover {
    margin: -9px;
  }

  .xs\:hover\:-m-10:hover {
    margin: -10px;
  }

  .xs\:hover\:-m-12:hover {
    margin: -12px;
  }

  .xs\:hover\:-m-13:hover {
    margin: -13px;
  }

  .xs\:hover\:-m-14:hover {
    margin: -14px;
  }

  .xs\:hover\:-m-15:hover {
    margin: -15px;
  }

  .xs\:hover\:-m-16:hover {
    margin: -16px;
  }

  .xs\:hover\:-m-17:hover {
    margin: -17px;
  }

  .xs\:hover\:-m-18:hover {
    margin: -18px;
  }

  .xs\:hover\:-m-20:hover {
    margin: -20px;
  }

  .xs\:hover\:-m-22:hover {
    margin: -22px;
  }

  .xs\:hover\:-m-24:hover {
    margin: -24px;
  }

  .xs\:hover\:-m-25:hover {
    margin: -25px;
  }

  .xs\:hover\:-m-28:hover {
    margin: -28px;
  }

  .xs\:hover\:-m-29:hover {
    margin: -29px;
  }

  .xs\:hover\:-m-30:hover {
    margin: -30px;
  }

  .xs\:hover\:-m-32:hover {
    margin: -32px;
  }

  .xs\:hover\:-m-35:hover {
    margin: -35px;
  }

  .xs\:hover\:-m-36:hover {
    margin: -36px;
  }

  .xs\:hover\:-m-37:hover {
    margin: -37px;
  }

  .xs\:hover\:-m-40:hover {
    margin: -40px;
  }

  .xs\:hover\:-m-45:hover {
    margin: -45px;
  }

  .xs\:hover\:-m-48:hover {
    margin: -48px;
  }

  .xs\:hover\:-m-50:hover {
    margin: -50px;
  }

  .xs\:hover\:-m-55:hover {
    margin: -55px;
  }

  .xs\:hover\:-m-56:hover {
    margin: -56px;
  }

  .xs\:hover\:-m-60:hover {
    margin: -60px;
  }

  .xs\:hover\:-m-62:hover {
    margin: -62px;
  }

  .xs\:hover\:-m-64:hover {
    margin: -64px;
  }

  .xs\:hover\:-m-65:hover {
    margin: -65px;
  }

  .xs\:hover\:-m-70:hover {
    margin: -70px;
  }

  .xs\:hover\:-m-75:hover {
    margin: -75px;
  }

  .xs\:hover\:-m-80:hover {
    margin: -80px;
  }

  .xs\:hover\:-m-85:hover {
    margin: -85px;
  }

  .xs\:hover\:-m-90:hover {
    margin: -90px;
  }

  .xs\:hover\:-m-95:hover {
    margin: -95px;
  }

  .xs\:hover\:-m-96:hover {
    margin: -96px;
  }

  .xs\:hover\:-m-100:hover {
    margin: -100px;
  }

  .xs\:hover\:-m-110:hover {
    margin: -110px;
  }

  .xs\:hover\:-m-115:hover {
    margin: -115px;
  }

  .xs\:hover\:-m-120:hover {
    margin: -120px;
  }

  .xs\:hover\:-m-128:hover {
    margin: -128px;
  }

  .xs\:hover\:-m-135:hover {
    margin: -135px;
  }

  .xs\:hover\:-m-140:hover {
    margin: -140px;
  }

  .xs\:hover\:-m-145:hover {
    margin: -145px;
  }

  .xs\:hover\:-m-150:hover {
    margin: -150px;
  }

  .xs\:hover\:-m-160:hover {
    margin: -160px;
  }

  .xs\:hover\:-m-165:hover {
    margin: -165px;
  }

  .xs\:hover\:-m-168:hover {
    margin: -168px;
  }

  .xs\:hover\:-m-170:hover {
    margin: -170px;
  }

  .xs\:hover\:-m-180:hover {
    margin: -180px;
  }

  .xs\:hover\:-m-200:hover {
    margin: -200px;
  }

  .xs\:hover\:-m-220:hover {
    margin: -220px;
  }

  .xs\:hover\:-m-230:hover {
    margin: -230px;
  }

  .xs\:hover\:-m-235:hover {
    margin: -235px;
  }

  .xs\:hover\:-m-240:hover {
    margin: -240px;
  }

  .xs\:hover\:-m-250:hover {
    margin: -250px;
  }

  .xs\:hover\:-m-300:hover {
    margin: -300px;
  }

  .xs\:hover\:-m-320:hover {
    margin: -320px;
  }

  .xs\:hover\:-m-350:hover {
    margin: -350px;
  }

  .xs\:hover\:-m-375:hover {
    margin: -375px;
  }

  .xs\:hover\:-m-400:hover {
    margin: -400px;
  }

  .xs\:hover\:-m-450:hover {
    margin: -450px;
  }

  .xs\:hover\:-m-700:hover {
    margin: -700px;
  }

  .xs\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xs\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .xs\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .xs\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .xs\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .xs\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .xs\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .xs\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .xs\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .xs\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .xs\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .xs\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .xs\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .xs\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .xs\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .xs\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .xs\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .xs\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .xs\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .xs\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .xs\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .xs\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .xs\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .xs\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .xs\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .xs\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .xs\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xs\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xs\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xs\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xs\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xs\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xs\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xs\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xs\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xs\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xs\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xs\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xs\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xs\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xs\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xs\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xs\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xs\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xs\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xs\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xs\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xs\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xs\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xs\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xs\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xs\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xs\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xs\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xs\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xs\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xs\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xs\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xs\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xs\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xs\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xs\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xs\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xs\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xs\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xs\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xs\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xs\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xs\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xs\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xs\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xs\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xs\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xs\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xs\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xs\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xs\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xs\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xs\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xs\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xs\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xs\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xs\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xs\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xs\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xs\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xs\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xs\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xs\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xs\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .xs\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .xs\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .xs\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .xs\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xs\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xs\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xs\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xs\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xs\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xs\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xs\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xs\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xs\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xs\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .xs\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .xs\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xs\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xs\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xs\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xs\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xs\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xs\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .xs\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .xs\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .xs\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .xs\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .xs\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .xs\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .xs\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .xs\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .xs\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .xs\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .xs\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .xs\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .xs\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .xs\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .xs\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .xs\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .xs\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .xs\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xs\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .xs\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .xs\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .xs\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .xs\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .xs\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .xs\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .xs\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .xs\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .xs\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .xs\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .xs\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .xs\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .xs\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .xs\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .xs\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xs\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xs\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xs\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xs\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xs\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xs\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xs\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xs\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xs\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xs\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xs\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xs\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xs\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xs\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xs\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xs\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xs\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xs\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xs\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xs\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xs\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xs\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xs\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xs\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xs\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xs\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xs\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xs\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xs\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xs\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xs\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xs\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xs\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xs\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xs\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xs\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xs\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xs\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xs\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xs\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xs\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xs\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xs\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xs\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xs\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xs\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xs\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xs\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xs\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xs\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xs\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xs\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xs\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xs\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xs\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xs\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xs\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xs\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xs\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xs\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xs\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xs\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xs\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xs\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xs\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xs\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xs\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xs\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xs\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .xs\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xs\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xs\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xs\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xs\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .xs\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .xs\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .xs\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .xs\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xs\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xs\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xs\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xs\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xs\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xs\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xs\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xs\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xs\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xs\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .xs\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .xs\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xs\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xs\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xs\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xs\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xs\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xs\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .xs\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .xs\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .xs\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .xs\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .xs\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .xs\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .xs\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .xs\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .xs\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .xs\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .xs\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .xs\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .xs\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .xs\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .xs\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .xs\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .xs\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .xs\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xs\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .xs\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .xs\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .xs\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .xs\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .xs\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .xs\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .xs\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .xs\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .xs\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .xs\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .xs\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .xs\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .xs\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .xs\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .xs\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .xs\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .xs\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .xs\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .xs\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xs\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xs\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xs\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xs\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xs\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xs\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .xs\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .xs\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .xs\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .xs\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .xs\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .xs\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .xs\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .xs\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .xs\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .xs\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .xs\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .xs\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .xs\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .xs\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .xs\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .xs\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .xs\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .xs\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .xs\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .xs\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .xs\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .xs\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .xs\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .xs\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .xs\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .xs\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .xs\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .xs\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .xs\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .xs\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .xs\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .xs\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .xs\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .xs\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .xs\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .xs\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .xs\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .xs\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .xs\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .xs\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .xs\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .xs\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .xs\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .xs\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .xs\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .xs\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .xs\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .xs\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .xs\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .xs\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .xs\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .xs\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .xs\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .xs\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .xs\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .xs\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .xs\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .xs\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .xs\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .xs\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .xs\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .xs\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .xs\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .xs\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .xs\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .xs\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .xs\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .xs\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .xs\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .xs\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .xs\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .xs\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .xs\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .xs\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .xs\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .xs\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .xs\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .xs\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .xs\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .xs\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .xs\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .xs\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .xs\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .xs\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .xs\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .xs\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .xs\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .xs\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .xs\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .xs\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .xs\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .xs\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .xs\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .xs\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .xs\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .xs\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .xs\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .xs\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .xs\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .xs\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .xs\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .xs\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .xs\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .xs\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .xs\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .xs\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .xs\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .xs\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .xs\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .xs\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .xs\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .xs\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .xs\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .xs\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .xs\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .xs\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .xs\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .xs\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .xs\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .xs\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .xs\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .xs\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .xs\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .xs\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .xs\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .xs\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .xs\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .xs\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .xs\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .xs\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .xs\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .xs\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .xs\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .xs\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .xs\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .xs\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .xs\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .xs\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .xs\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .xs\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .xs\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .xs\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .xs\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .xs\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .xs\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .xs\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .xs\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .xs\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .xs\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .xs\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .xs\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .xs\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .xs\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .xs\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .xs\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .xs\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .xs\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .xs\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .xs\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .xs\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .xs\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .xs\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .xs\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .xs\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .xs\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .xs\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .xs\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .xs\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .xs\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .xs\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .xs\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .xs\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .xs\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .xs\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .xs\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .xs\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .xs\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .xs\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .xs\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .xs\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .xs\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .xs\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .xs\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .xs\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .xs\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .xs\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .xs\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .xs\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .xs\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .xs\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .xs\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .xs\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .xs\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .xs\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .xs\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .xs\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .xs\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .xs\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .xs\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .xs\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .xs\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .xs\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .xs\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .xs\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .xs\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .xs\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .xs\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .xs\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .xs\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .xs\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .xs\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .xs\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .xs\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .xs\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .xs\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .xs\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .xs\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .xs\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .xs\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .xs\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .xs\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .xs\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .xs\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .xs\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .xs\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .xs\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .xs\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .xs\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .xs\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .xs\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .xs\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .xs\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .xs\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .xs\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .xs\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .xs\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .xs\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .xs\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .xs\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .xs\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .xs\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .xs\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .xs\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .xs\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .xs\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .xs\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .xs\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .xs\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .xs\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .xs\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .xs\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .xs\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .xs\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .xs\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .xs\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .xs\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .xs\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .xs\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .xs\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .xs\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .xs\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .xs\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .xs\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .xs\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .xs\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .xs\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .xs\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .xs\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .xs\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .xs\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .xs\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .xs\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .xs\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .xs\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .xs\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .xs\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xs\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xs\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xs\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xs\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xs\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xs\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xs\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xs\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .xs\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .xs\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .xs\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .xs\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .xs\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .xs\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .xs\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .xs\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .xs\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .xs\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .xs\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .xs\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .xs\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .xs\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .xs\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .xs\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .xs\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .xs\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .xs\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .xs\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .xs\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .xs\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .xs\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .xs\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .xs\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .xs\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .xs\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .xs\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .xs\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .xs\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .xs\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .xs\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .xs\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .xs\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .xs\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .xs\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .xs\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .xs\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .xs\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .xs\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .xs\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .xs\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .xs\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .xs\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .xs\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .xs\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .xs\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .xs\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .xs\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .xs\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .xs\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .xs\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .xs\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .xs\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .xs\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .xs\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .xs\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .xs\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .xs\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .xs\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .xs\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .xs\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .xs\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .xs\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .xs\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .xs\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .xs\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .xs\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .xs\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .xs\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .xs\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .xs\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .xs\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .xs\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .xs\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .xs\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .xs\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .xs\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .xs\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .xs\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .xs\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .xs\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .xs\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .xs\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .xs\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .xs\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .xs\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .xs\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .xs\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .xs\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .xs\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .xs\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .xs\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .xs\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .xs\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .xs\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .xs\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .xs\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .xs\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .xs\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .xs\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .xs\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .xs\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .xs\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xs\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xs\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xs\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xs\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xs\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xs\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .xs\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .xs\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .xs\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .xs\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .xs\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .xs\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .xs\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .xs\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .xs\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .xs\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .xs\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .xs\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .xs\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .xs\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .xs\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .xs\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .xs\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .xs\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .xs\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .xs\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .xs\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .xs\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .xs\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .xs\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .xs\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .xs\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .xs\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .xs\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .xs\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .xs\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .xs\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .xs\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .xs\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .xs\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .xs\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .xs\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .xs\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .xs\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .xs\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .xs\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .xs\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .xs\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .xs\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .xs\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .xs\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .xs\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .xs\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .xs\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .xs\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .xs\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .xs\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .xs\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .xs\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .xs\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .xs\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .xs\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .xs\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .xs\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .xs\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .xs\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .xs\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .xs\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .xs\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .xs\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .xs\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .xs\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .xs\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .xs\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .xs\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .xs\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .xs\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .xs\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .xs\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .xs\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .xs\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .xs\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .xs\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .xs\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .xs\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .xs\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .xs\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .xs\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .xs\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .xs\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .xs\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .xs\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .xs\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .xs\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .xs\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .xs\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .xs\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .xs\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .xs\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .xs\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .xs\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .xs\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .xs\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .xs\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .xs\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .xs\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .xs\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .xs\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .xs\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .xs\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .xs\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .xs\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .xs\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .xs\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .xs\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .xs\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .xs\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .xs\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .xs\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .xs\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .xs\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .xs\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .xs\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .xs\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .xs\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .xs\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .xs\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .xs\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .xs\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .xs\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .xs\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .xs\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .xs\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .xs\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .xs\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .xs\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .xs\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .xs\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .xs\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .xs\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .xs\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .xs\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .xs\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .xs\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .xs\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .xs\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .xs\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .xs\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .xs\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .xs\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .xs\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .xs\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .xs\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .xs\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .xs\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .xs\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .xs\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .xs\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .xs\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .xs\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .xs\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .xs\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .xs\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .xs\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .xs\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .xs\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .xs\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .xs\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .xs\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .xs\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .xs\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .xs\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .xs\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .xs\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .xs\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .xs\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .xs\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .xs\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .xs\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .xs\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .xs\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .xs\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .xs\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .xs\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .xs\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .xs\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .xs\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .xs\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .xs\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .xs\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .xs\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .xs\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .xs\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .xs\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .xs\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .xs\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .xs\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .xs\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .xs\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .xs\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .xs\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .xs\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .xs\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .xs\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .xs\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .xs\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .xs\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .xs\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .xs\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .xs\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .xs\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .xs\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .xs\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .xs\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .xs\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .xs\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .xs\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .xs\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .xs\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .xs\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .xs\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .xs\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .xs\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .xs\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .xs\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .xs\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .xs\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .xs\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .xs\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .xs\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .xs\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .xs\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .xs\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .xs\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .xs\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .xs\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .xs\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .xs\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .xs\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .xs\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .xs\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .xs\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .xs\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .xs\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .xs\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .xs\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .xs\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .xs\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .xs\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .xs\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .xs\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .xs\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .xs\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .xs\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .xs\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .xs\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .xs\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .xs\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .xs\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .xs\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .xs\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .xs\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .xs\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .xs\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .xs\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .xs\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .xs\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .xs\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .xs\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .xs\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .xs\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .xs\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .xs\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .xs\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .xs\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .xs\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .xs\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .xs\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .xs\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .xs\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .xs\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .xs\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xs\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xs\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xs\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xs\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .xs\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .xs\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .xs\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .xs\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .xs\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .xs\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .xs\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .xs\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .xs\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .xs\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .xs\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .xs\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .xs\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .xs\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .xs\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .xs\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .xs\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .xs\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .xs\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .xs\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .xs\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .xs\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .xs\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .xs\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .xs\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .xs\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .xs\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .xs\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .xs\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .xs\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .xs\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .xs\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .xs\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .xs\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .xs\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .xs\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .xs\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .xs\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .xs\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .xs\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .xs\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .xs\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .xs\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .xs\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .xs\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .xs\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .xs\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .xs\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .xs\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .xs\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .xs\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .xs\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .xs\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .xs\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .xs\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .xs\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .xs\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .xs\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .xs\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .xs\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .xs\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .xs\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .xs\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .xs\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .xs\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .xs\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .xs\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .xs\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .xs\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .xs\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .xs\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .xs\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .xs\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .xs\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .xs\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .xs\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .xs\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .xs\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .xs\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .xs\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .xs\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .xs\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .xs\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .xs\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .xs\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .xs\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .xs\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .xs\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .xs\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .xs\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .xs\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .xs\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .xs\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .xs\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .xs\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .xs\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .xs\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .xs\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .xs\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .xs\:focus\:m-0:focus {
    margin: 0px;
  }

  .xs\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .xs\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .xs\:focus\:m-3:focus {
    margin: 3px;
  }

  .xs\:focus\:m-4:focus {
    margin: 4px;
  }

  .xs\:focus\:m-5:focus {
    margin: 5px;
  }

  .xs\:focus\:m-6:focus {
    margin: 6px;
  }

  .xs\:focus\:m-8:focus {
    margin: 8px;
  }

  .xs\:focus\:m-9:focus {
    margin: 9px;
  }

  .xs\:focus\:m-10:focus {
    margin: 10px;
  }

  .xs\:focus\:m-12:focus {
    margin: 12px;
  }

  .xs\:focus\:m-13:focus {
    margin: 13px;
  }

  .xs\:focus\:m-14:focus {
    margin: 14px;
  }

  .xs\:focus\:m-15:focus {
    margin: 15px;
  }

  .xs\:focus\:m-16:focus {
    margin: 16px;
  }

  .xs\:focus\:m-17:focus {
    margin: 17px;
  }

  .xs\:focus\:m-18:focus {
    margin: 18px;
  }

  .xs\:focus\:m-20:focus {
    margin: 20px;
  }

  .xs\:focus\:m-22:focus {
    margin: 22px;
  }

  .xs\:focus\:m-24:focus {
    margin: 24px;
  }

  .xs\:focus\:m-25:focus {
    margin: 25px;
  }

  .xs\:focus\:m-28:focus {
    margin: 28px;
  }

  .xs\:focus\:m-29:focus {
    margin: 29px;
  }

  .xs\:focus\:m-30:focus {
    margin: 30px;
  }

  .xs\:focus\:m-32:focus {
    margin: 32px;
  }

  .xs\:focus\:m-35:focus {
    margin: 35px;
  }

  .xs\:focus\:m-36:focus {
    margin: 36px;
  }

  .xs\:focus\:m-37:focus {
    margin: 37px;
  }

  .xs\:focus\:m-40:focus {
    margin: 40px;
  }

  .xs\:focus\:m-45:focus {
    margin: 45px;
  }

  .xs\:focus\:m-48:focus {
    margin: 48px;
  }

  .xs\:focus\:m-50:focus {
    margin: 50px;
  }

  .xs\:focus\:m-55:focus {
    margin: 55px;
  }

  .xs\:focus\:m-56:focus {
    margin: 56px;
  }

  .xs\:focus\:m-60:focus {
    margin: 60px;
  }

  .xs\:focus\:m-62:focus {
    margin: 62px;
  }

  .xs\:focus\:m-64:focus {
    margin: 64px;
  }

  .xs\:focus\:m-65:focus {
    margin: 65px;
  }

  .xs\:focus\:m-70:focus {
    margin: 70px;
  }

  .xs\:focus\:m-75:focus {
    margin: 75px;
  }

  .xs\:focus\:m-80:focus {
    margin: 80px;
  }

  .xs\:focus\:m-85:focus {
    margin: 85px;
  }

  .xs\:focus\:m-90:focus {
    margin: 90px;
  }

  .xs\:focus\:m-95:focus {
    margin: 95px;
  }

  .xs\:focus\:m-96:focus {
    margin: 96px;
  }

  .xs\:focus\:m-100:focus {
    margin: 100px;
  }

  .xs\:focus\:m-110:focus {
    margin: 110px;
  }

  .xs\:focus\:m-115:focus {
    margin: 115px;
  }

  .xs\:focus\:m-120:focus {
    margin: 120px;
  }

  .xs\:focus\:m-128:focus {
    margin: 128px;
  }

  .xs\:focus\:m-135:focus {
    margin: 135px;
  }

  .xs\:focus\:m-140:focus {
    margin: 140px;
  }

  .xs\:focus\:m-145:focus {
    margin: 145px;
  }

  .xs\:focus\:m-150:focus {
    margin: 150px;
  }

  .xs\:focus\:m-160:focus {
    margin: 160px;
  }

  .xs\:focus\:m-165:focus {
    margin: 165px;
  }

  .xs\:focus\:m-168:focus {
    margin: 168px;
  }

  .xs\:focus\:m-170:focus {
    margin: 170px;
  }

  .xs\:focus\:m-180:focus {
    margin: 180px;
  }

  .xs\:focus\:m-200:focus {
    margin: 200px;
  }

  .xs\:focus\:m-220:focus {
    margin: 220px;
  }

  .xs\:focus\:m-230:focus {
    margin: 230px;
  }

  .xs\:focus\:m-235:focus {
    margin: 235px;
  }

  .xs\:focus\:m-240:focus {
    margin: 240px;
  }

  .xs\:focus\:m-250:focus {
    margin: 250px;
  }

  .xs\:focus\:m-300:focus {
    margin: 300px;
  }

  .xs\:focus\:m-320:focus {
    margin: 320px;
  }

  .xs\:focus\:m-350:focus {
    margin: 350px;
  }

  .xs\:focus\:m-375:focus {
    margin: 375px;
  }

  .xs\:focus\:m-400:focus {
    margin: 400px;
  }

  .xs\:focus\:m-450:focus {
    margin: 450px;
  }

  .xs\:focus\:m-700:focus {
    margin: 700px;
  }

  .xs\:focus\:m-auto:focus {
    margin: auto;
  }

  .xs\:focus\:m-px:focus {
    margin: 1px;
  }

  .xs\:focus\:m-1p:focus {
    margin: 1%;
  }

  .xs\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .xs\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .xs\:focus\:m-11p:focus {
    margin: 11%;
  }

  .xs\:focus\:m-20p:focus {
    margin: 20%;
  }

  .xs\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .xs\:focus\:m-25p:focus {
    margin: 25%;
  }

  .xs\:focus\:m-32p:focus {
    margin: 32%;
  }

  .xs\:focus\:m-35p:focus {
    margin: 35%;
  }

  .xs\:focus\:m-40p:focus {
    margin: 40%;
  }

  .xs\:focus\:m-49p:focus {
    margin: 49%;
  }

  .xs\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .xs\:focus\:m-80p:focus {
    margin: 80%;
  }

  .xs\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .xs\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .xs\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .xs\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .xs\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .xs\:focus\:m-90p:focus {
    margin: 90%;
  }

  .xs\:focus\:m-92p:focus {
    margin: 92%;
  }

  .xs\:focus\:m-93p:focus {
    margin: 93%;
  }

  .xs\:focus\:m-94p:focus {
    margin: 94%;
  }

  .xs\:focus\:m-95p:focus {
    margin: 95%;
  }

  .xs\:focus\:m-96p:focus {
    margin: 96%;
  }

  .xs\:focus\:m-100p:focus {
    margin: 100%;
  }

  .xs\:focus\:-m-0:focus {
    margin: 0px;
  }

  .xs\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .xs\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .xs\:focus\:-m-3:focus {
    margin: -3px;
  }

  .xs\:focus\:-m-4:focus {
    margin: -4px;
  }

  .xs\:focus\:-m-5:focus {
    margin: -5px;
  }

  .xs\:focus\:-m-6:focus {
    margin: -6px;
  }

  .xs\:focus\:-m-8:focus {
    margin: -8px;
  }

  .xs\:focus\:-m-9:focus {
    margin: -9px;
  }

  .xs\:focus\:-m-10:focus {
    margin: -10px;
  }

  .xs\:focus\:-m-12:focus {
    margin: -12px;
  }

  .xs\:focus\:-m-13:focus {
    margin: -13px;
  }

  .xs\:focus\:-m-14:focus {
    margin: -14px;
  }

  .xs\:focus\:-m-15:focus {
    margin: -15px;
  }

  .xs\:focus\:-m-16:focus {
    margin: -16px;
  }

  .xs\:focus\:-m-17:focus {
    margin: -17px;
  }

  .xs\:focus\:-m-18:focus {
    margin: -18px;
  }

  .xs\:focus\:-m-20:focus {
    margin: -20px;
  }

  .xs\:focus\:-m-22:focus {
    margin: -22px;
  }

  .xs\:focus\:-m-24:focus {
    margin: -24px;
  }

  .xs\:focus\:-m-25:focus {
    margin: -25px;
  }

  .xs\:focus\:-m-28:focus {
    margin: -28px;
  }

  .xs\:focus\:-m-29:focus {
    margin: -29px;
  }

  .xs\:focus\:-m-30:focus {
    margin: -30px;
  }

  .xs\:focus\:-m-32:focus {
    margin: -32px;
  }

  .xs\:focus\:-m-35:focus {
    margin: -35px;
  }

  .xs\:focus\:-m-36:focus {
    margin: -36px;
  }

  .xs\:focus\:-m-37:focus {
    margin: -37px;
  }

  .xs\:focus\:-m-40:focus {
    margin: -40px;
  }

  .xs\:focus\:-m-45:focus {
    margin: -45px;
  }

  .xs\:focus\:-m-48:focus {
    margin: -48px;
  }

  .xs\:focus\:-m-50:focus {
    margin: -50px;
  }

  .xs\:focus\:-m-55:focus {
    margin: -55px;
  }

  .xs\:focus\:-m-56:focus {
    margin: -56px;
  }

  .xs\:focus\:-m-60:focus {
    margin: -60px;
  }

  .xs\:focus\:-m-62:focus {
    margin: -62px;
  }

  .xs\:focus\:-m-64:focus {
    margin: -64px;
  }

  .xs\:focus\:-m-65:focus {
    margin: -65px;
  }

  .xs\:focus\:-m-70:focus {
    margin: -70px;
  }

  .xs\:focus\:-m-75:focus {
    margin: -75px;
  }

  .xs\:focus\:-m-80:focus {
    margin: -80px;
  }

  .xs\:focus\:-m-85:focus {
    margin: -85px;
  }

  .xs\:focus\:-m-90:focus {
    margin: -90px;
  }

  .xs\:focus\:-m-95:focus {
    margin: -95px;
  }

  .xs\:focus\:-m-96:focus {
    margin: -96px;
  }

  .xs\:focus\:-m-100:focus {
    margin: -100px;
  }

  .xs\:focus\:-m-110:focus {
    margin: -110px;
  }

  .xs\:focus\:-m-115:focus {
    margin: -115px;
  }

  .xs\:focus\:-m-120:focus {
    margin: -120px;
  }

  .xs\:focus\:-m-128:focus {
    margin: -128px;
  }

  .xs\:focus\:-m-135:focus {
    margin: -135px;
  }

  .xs\:focus\:-m-140:focus {
    margin: -140px;
  }

  .xs\:focus\:-m-145:focus {
    margin: -145px;
  }

  .xs\:focus\:-m-150:focus {
    margin: -150px;
  }

  .xs\:focus\:-m-160:focus {
    margin: -160px;
  }

  .xs\:focus\:-m-165:focus {
    margin: -165px;
  }

  .xs\:focus\:-m-168:focus {
    margin: -168px;
  }

  .xs\:focus\:-m-170:focus {
    margin: -170px;
  }

  .xs\:focus\:-m-180:focus {
    margin: -180px;
  }

  .xs\:focus\:-m-200:focus {
    margin: -200px;
  }

  .xs\:focus\:-m-220:focus {
    margin: -220px;
  }

  .xs\:focus\:-m-230:focus {
    margin: -230px;
  }

  .xs\:focus\:-m-235:focus {
    margin: -235px;
  }

  .xs\:focus\:-m-240:focus {
    margin: -240px;
  }

  .xs\:focus\:-m-250:focus {
    margin: -250px;
  }

  .xs\:focus\:-m-300:focus {
    margin: -300px;
  }

  .xs\:focus\:-m-320:focus {
    margin: -320px;
  }

  .xs\:focus\:-m-350:focus {
    margin: -350px;
  }

  .xs\:focus\:-m-375:focus {
    margin: -375px;
  }

  .xs\:focus\:-m-400:focus {
    margin: -400px;
  }

  .xs\:focus\:-m-450:focus {
    margin: -450px;
  }

  .xs\:focus\:-m-700:focus {
    margin: -700px;
  }

  .xs\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xs\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .xs\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .xs\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .xs\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .xs\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .xs\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .xs\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .xs\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .xs\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .xs\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .xs\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .xs\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .xs\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .xs\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .xs\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .xs\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .xs\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .xs\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .xs\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .xs\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .xs\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .xs\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .xs\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .xs\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .xs\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .xs\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xs\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xs\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xs\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xs\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xs\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xs\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xs\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xs\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xs\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xs\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xs\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xs\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xs\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xs\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xs\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xs\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xs\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xs\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xs\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xs\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xs\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xs\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xs\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xs\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xs\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xs\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xs\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xs\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xs\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xs\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xs\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xs\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xs\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xs\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xs\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xs\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xs\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xs\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xs\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xs\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xs\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xs\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xs\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xs\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xs\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xs\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xs\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xs\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xs\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xs\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xs\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xs\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xs\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xs\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xs\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xs\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xs\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xs\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xs\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xs\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xs\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xs\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xs\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .xs\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .xs\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .xs\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .xs\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xs\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xs\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xs\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xs\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xs\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xs\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xs\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xs\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xs\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xs\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .xs\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .xs\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xs\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xs\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xs\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xs\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xs\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xs\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .xs\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .xs\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .xs\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .xs\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .xs\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .xs\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .xs\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .xs\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .xs\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .xs\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .xs\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .xs\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .xs\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .xs\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .xs\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .xs\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .xs\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .xs\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xs\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .xs\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .xs\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .xs\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .xs\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .xs\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .xs\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .xs\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .xs\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .xs\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .xs\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .xs\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .xs\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .xs\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .xs\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .xs\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xs\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xs\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xs\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xs\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xs\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xs\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xs\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xs\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xs\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xs\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xs\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xs\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xs\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xs\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xs\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xs\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xs\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xs\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xs\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xs\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xs\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xs\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xs\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xs\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xs\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xs\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xs\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xs\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xs\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xs\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xs\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xs\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xs\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xs\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xs\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xs\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xs\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xs\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xs\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xs\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xs\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xs\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xs\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xs\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xs\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xs\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xs\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xs\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xs\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xs\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xs\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xs\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xs\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xs\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xs\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xs\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xs\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xs\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xs\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xs\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xs\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xs\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xs\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xs\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xs\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xs\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xs\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xs\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xs\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .xs\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xs\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xs\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xs\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xs\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .xs\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .xs\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .xs\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .xs\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xs\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xs\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xs\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xs\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xs\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xs\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xs\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xs\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xs\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xs\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .xs\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .xs\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xs\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xs\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xs\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xs\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xs\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xs\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .xs\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .xs\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .xs\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .xs\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .xs\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .xs\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .xs\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .xs\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .xs\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .xs\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .xs\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .xs\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .xs\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .xs\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .xs\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .xs\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .xs\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .xs\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xs\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .xs\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .xs\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .xs\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .xs\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .xs\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .xs\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .xs\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .xs\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .xs\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .xs\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .xs\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .xs\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .xs\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .xs\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .xs\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .xs\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .xs\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .xs\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .xs\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .xs\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .xs\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .xs\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .xs\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .xs\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .xs\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .xs\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .xs\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .xs\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .xs\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .xs\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .xs\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .xs\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .xs\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .xs\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .xs\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .xs\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .xs\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .xs\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .xs\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .xs\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .xs\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .xs\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .xs\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .xs\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .xs\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .xs\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .xs\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .xs\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .xs\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .xs\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .xs\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .xs\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .xs\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .xs\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .xs\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .xs\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .xs\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .xs\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .xs\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .xs\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .xs\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .xs\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .xs\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .xs\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .xs\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .xs\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .xs\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .xs\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .xs\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .xs\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .xs\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .xs\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .xs\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .xs\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .xs\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .xs\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .xs\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .xs\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .xs\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .xs\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .xs\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .xs\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .xs\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .xs\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .xs\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .xs\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .xs\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .xs\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .xs\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .xs\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .xs\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .xs\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .xs\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .xs\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .xs\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .xs\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .xs\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .xs\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .xs\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .xs\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .xs\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .xs\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .xs\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .xs\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .xs\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .xs\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .xs\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .xs\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .xs\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .xs\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .xs\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .xs\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .xs\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .xs\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .xs\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .xs\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .xs\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .xs\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .xs\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .xs\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .xs\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .xs\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .xs\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .xs\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .xs\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .xs\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .xs\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .xs\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .xs\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .xs\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .xs\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .xs\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .xs\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .xs\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .xs\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .xs\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .xs\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .xs\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .xs\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .xs\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .xs\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .xs\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .xs\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .xs\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .xs\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .xs\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .xs\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .xs\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .xs\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .xs\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .xs\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .xs\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .xs\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .xs\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .xs\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .xs\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .xs\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .xs\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .xs\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .xs\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .xs\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .xs\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .xs\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .xs\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .xs\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .xs\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .xs\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .xs\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .xs\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .xs\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .xs\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .xs\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .xs\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .xs\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .xs\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .xs\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .xs\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .xs\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .xs\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .xs\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .xs\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .xs\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .xs\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .xs\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .xs\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .xs\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .xs\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .xs\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .xs\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .xs\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .xs\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .xs\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .xs\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .xs\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .xs\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .xs\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .xs\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .xs\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .xs\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .xs\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .xs\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .xs\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .xs\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .xs\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .xs\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .xs\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .xs\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .xs\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .xs\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .xs\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .xs\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .xs\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .xs\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .xs\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .xs\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .xs\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .xs\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .xs\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .xs\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .xs\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .xs\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .xs\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .xs\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .xs\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .xs\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .xs\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .xs\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .xs\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .xs\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .xs\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .xs\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .xs\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .xs\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .xs\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .xs\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .xs\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .xs\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .xs\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .xs\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .xs\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .xs\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .xs\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .xs\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .xs\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .xs\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .xs\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .xs\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .xs\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .xs\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .xs\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .xs\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .xs\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .xs\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .xs\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .xs\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .xs\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .xs\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .xs\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .xs\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .xs\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .xs\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .xs\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .xs\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .xs\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .xs\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .xs\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .xs\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .xs\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .xs\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .xs\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .xs\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .xs\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .xs\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .xs\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .xs\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .xs\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .xs\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .xs\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .xs\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .xs\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .xs\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .xs\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .xs\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .xs\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .xs\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .xs\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .xs\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .xs\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .xs\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .xs\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .xs\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .xs\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .xs\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .xs\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .xs\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .xs\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .xs\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .xs\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .xs\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .xs\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .xs\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .xs\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .xs\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .xs\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .xs\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .xs\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .xs\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .xs\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .xs\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .xs\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .xs\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .xs\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .xs\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .xs\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .xs\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .xs\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .xs\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .xs\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .xs\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .xs\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .xs\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .xs\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .xs\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .xs\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .xs\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .xs\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .xs\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .xs\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .xs\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .xs\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .xs\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .xs\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .xs\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .xs\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .xs\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .xs\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .xs\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .xs\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .xs\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .xs\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .xs\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .xs\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .xs\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .xs\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .xs\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .xs\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .xs\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .xs\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .xs\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .xs\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .xs\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .xs\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .xs\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .xs\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .xs\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .xs\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .xs\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .xs\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .xs\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .xs\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .xs\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .xs\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .xs\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .xs\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .xs\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .xs\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .xs\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .xs\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .xs\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .xs\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .xs\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .xs\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .xs\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .xs\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .xs\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .xs\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .xs\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .xs\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .xs\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .xs\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .xs\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .xs\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .xs\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .xs\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .xs\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .xs\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .xs\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .xs\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .xs\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .xs\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .xs\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .xs\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .xs\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .xs\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .xs\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .xs\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .xs\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .xs\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .xs\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .xs\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .xs\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .xs\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .xs\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .xs\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .xs\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .xs\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .xs\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .xs\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .xs\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .xs\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .xs\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .xs\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .xs\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .xs\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .xs\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .xs\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .xs\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .xs\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .xs\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .xs\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .xs\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .xs\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .xs\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .xs\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .xs\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .xs\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .xs\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .xs\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .xs\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .xs\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .xs\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .xs\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .xs\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .xs\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .xs\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .xs\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .xs\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .xs\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .xs\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .xs\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .xs\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .xs\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .xs\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .xs\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .xs\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .xs\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .xs\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .xs\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .xs\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .xs\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .xs\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .xs\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .xs\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .xs\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .xs\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .xs\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .xs\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .xs\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .xs\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .xs\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .xs\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .xs\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .xs\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .xs\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .xs\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .xs\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .xs\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .xs\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .xs\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .xs\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .xs\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .xs\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .xs\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .xs\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .xs\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .xs\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .xs\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .xs\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .xs\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .xs\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .xs\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .xs\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .xs\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .xs\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .xs\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .xs\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .xs\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .xs\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .xs\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .xs\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .xs\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .xs\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .xs\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .xs\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .xs\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .xs\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .xs\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .xs\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .xs\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .xs\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .xs\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .xs\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .xs\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .xs\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .xs\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .xs\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .xs\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .xs\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .xs\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .xs\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .xs\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .xs\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .xs\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .xs\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .xs\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .xs\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .xs\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .xs\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .xs\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .xs\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .xs\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .xs\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .xs\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .xs\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .xs\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .xs\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .xs\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .xs\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .xs\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .xs\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .xs\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .xs\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .xs\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .xs\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .xs\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .xs\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .xs\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .xs\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .xs\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .xs\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .xs\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .xs\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .xs\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .xs\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .xs\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .xs\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .xs\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .xs\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .xs\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .xs\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .xs\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .xs\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .xs\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .xs\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .xs\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .xs\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .xs\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .xs\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .xs\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .xs\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .xs\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .xs\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .xs\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .xs\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .xs\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .xs\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .xs\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .xs\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .xs\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .xs\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .xs\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .xs\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .xs\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .xs\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .xs\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .xs\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .xs\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .xs\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .xs\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .xs\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .xs\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .xs\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .xs\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .xs\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .xs\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .xs\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .xs\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .xs\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .xs\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .xs\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .xs\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .xs\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .xs\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .xs\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .xs\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .xs\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .xs\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .xs\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .xs\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .xs\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .xs\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .xs\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .xs\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .xs\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .xs\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .xs\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .xs\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .xs\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .xs\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .xs\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .xs\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .xs\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .xs\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .xs\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .xs\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .xs\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .xs\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .xs\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .xs\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .xs\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .xs\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .xs\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .xs\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .xs\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .xs\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .xs\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .xs\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .xs\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .xs\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .xs\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .xs\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .xs\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .xs\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .xs\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .xs\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .xs\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .xs\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .xs\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .xs\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .xs\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .xs\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .xs\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .xs\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .xs\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .xs\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .xs\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .xs\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .xs\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .xs\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .xs\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .xs\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .xs\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .xs\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .xs\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .xs\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .xs\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .xs\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .xs\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .xs\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .xs\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .xs\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .xs\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .xs\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .xs\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .xs\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .xs\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .xs\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .xs\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .xs\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .xs\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .xs\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .xs\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .xs\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .xs\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .xs\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .xs\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .xs\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .xs\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .xs\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .xs\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .xs\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .xs\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .xs\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .xs\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .xs\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .xs\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .xs\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .xs\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .xs\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .xs\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .xs\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .xs\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .xs\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .xs\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .xs\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .xs\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .xs\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .xs\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .xs\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .xs\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .xs\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .xs\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .xs\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .xs\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .xs\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .xs\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .xs\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .xs\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .xs\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .xs\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .xs\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .xs\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .xs\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .xs\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .xs\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .xs\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .xs\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .xs\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .xs\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .xs\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .xs\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .xs\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .xs\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .xs\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .xs\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .xs\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .xs\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .xs\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .xs\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .xs\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .xs\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .xs\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .xs\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .xs\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .xs\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .xs\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .xs\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .xs\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .xs\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .xs\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .xs\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .xs\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .xs\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .xs\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .xs\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .xs\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .xs\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .xs\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .xs\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .xs\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .xs\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .xs\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .xs\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .xs\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .xs\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .xs\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .xs\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .xs\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .xs\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .xs\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .xs\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .xs\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .xs\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .xs\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .xs\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .xs\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .xs\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .xs\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .xs\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .xs\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .xs\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .xs\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .xs\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .xs\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .xs\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .xs\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .xs\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .xs\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .xs\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .xs\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .xs\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .xs\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .xs\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .xs\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .xs\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .xs\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .xs\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .xs\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .xs\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .xs\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .xs\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .xs\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .xs\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .xs\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .xs\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .xs\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .xs\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .xs\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .xs\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .xs\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .xs\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .xs\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .xs\:first\:m-0:first-child {
    margin: 0px;
  }

  .xs\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xs\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xs\:first\:m-3:first-child {
    margin: 3px;
  }

  .xs\:first\:m-4:first-child {
    margin: 4px;
  }

  .xs\:first\:m-5:first-child {
    margin: 5px;
  }

  .xs\:first\:m-6:first-child {
    margin: 6px;
  }

  .xs\:first\:m-8:first-child {
    margin: 8px;
  }

  .xs\:first\:m-9:first-child {
    margin: 9px;
  }

  .xs\:first\:m-10:first-child {
    margin: 10px;
  }

  .xs\:first\:m-12:first-child {
    margin: 12px;
  }

  .xs\:first\:m-13:first-child {
    margin: 13px;
  }

  .xs\:first\:m-14:first-child {
    margin: 14px;
  }

  .xs\:first\:m-15:first-child {
    margin: 15px;
  }

  .xs\:first\:m-16:first-child {
    margin: 16px;
  }

  .xs\:first\:m-17:first-child {
    margin: 17px;
  }

  .xs\:first\:m-18:first-child {
    margin: 18px;
  }

  .xs\:first\:m-20:first-child {
    margin: 20px;
  }

  .xs\:first\:m-22:first-child {
    margin: 22px;
  }

  .xs\:first\:m-24:first-child {
    margin: 24px;
  }

  .xs\:first\:m-25:first-child {
    margin: 25px;
  }

  .xs\:first\:m-28:first-child {
    margin: 28px;
  }

  .xs\:first\:m-29:first-child {
    margin: 29px;
  }

  .xs\:first\:m-30:first-child {
    margin: 30px;
  }

  .xs\:first\:m-32:first-child {
    margin: 32px;
  }

  .xs\:first\:m-35:first-child {
    margin: 35px;
  }

  .xs\:first\:m-36:first-child {
    margin: 36px;
  }

  .xs\:first\:m-37:first-child {
    margin: 37px;
  }

  .xs\:first\:m-40:first-child {
    margin: 40px;
  }

  .xs\:first\:m-45:first-child {
    margin: 45px;
  }

  .xs\:first\:m-48:first-child {
    margin: 48px;
  }

  .xs\:first\:m-50:first-child {
    margin: 50px;
  }

  .xs\:first\:m-55:first-child {
    margin: 55px;
  }

  .xs\:first\:m-56:first-child {
    margin: 56px;
  }

  .xs\:first\:m-60:first-child {
    margin: 60px;
  }

  .xs\:first\:m-62:first-child {
    margin: 62px;
  }

  .xs\:first\:m-64:first-child {
    margin: 64px;
  }

  .xs\:first\:m-65:first-child {
    margin: 65px;
  }

  .xs\:first\:m-70:first-child {
    margin: 70px;
  }

  .xs\:first\:m-75:first-child {
    margin: 75px;
  }

  .xs\:first\:m-80:first-child {
    margin: 80px;
  }

  .xs\:first\:m-85:first-child {
    margin: 85px;
  }

  .xs\:first\:m-90:first-child {
    margin: 90px;
  }

  .xs\:first\:m-95:first-child {
    margin: 95px;
  }

  .xs\:first\:m-96:first-child {
    margin: 96px;
  }

  .xs\:first\:m-100:first-child {
    margin: 100px;
  }

  .xs\:first\:m-110:first-child {
    margin: 110px;
  }

  .xs\:first\:m-115:first-child {
    margin: 115px;
  }

  .xs\:first\:m-120:first-child {
    margin: 120px;
  }

  .xs\:first\:m-128:first-child {
    margin: 128px;
  }

  .xs\:first\:m-135:first-child {
    margin: 135px;
  }

  .xs\:first\:m-140:first-child {
    margin: 140px;
  }

  .xs\:first\:m-145:first-child {
    margin: 145px;
  }

  .xs\:first\:m-150:first-child {
    margin: 150px;
  }

  .xs\:first\:m-160:first-child {
    margin: 160px;
  }

  .xs\:first\:m-165:first-child {
    margin: 165px;
  }

  .xs\:first\:m-168:first-child {
    margin: 168px;
  }

  .xs\:first\:m-170:first-child {
    margin: 170px;
  }

  .xs\:first\:m-180:first-child {
    margin: 180px;
  }

  .xs\:first\:m-200:first-child {
    margin: 200px;
  }

  .xs\:first\:m-220:first-child {
    margin: 220px;
  }

  .xs\:first\:m-230:first-child {
    margin: 230px;
  }

  .xs\:first\:m-235:first-child {
    margin: 235px;
  }

  .xs\:first\:m-240:first-child {
    margin: 240px;
  }

  .xs\:first\:m-250:first-child {
    margin: 250px;
  }

  .xs\:first\:m-300:first-child {
    margin: 300px;
  }

  .xs\:first\:m-320:first-child {
    margin: 320px;
  }

  .xs\:first\:m-350:first-child {
    margin: 350px;
  }

  .xs\:first\:m-375:first-child {
    margin: 375px;
  }

  .xs\:first\:m-400:first-child {
    margin: 400px;
  }

  .xs\:first\:m-450:first-child {
    margin: 450px;
  }

  .xs\:first\:m-700:first-child {
    margin: 700px;
  }

  .xs\:first\:m-auto:first-child {
    margin: auto;
  }

  .xs\:first\:m-px:first-child {
    margin: 1px;
  }

  .xs\:first\:m-1p:first-child {
    margin: 1%;
  }

  .xs\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .xs\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .xs\:first\:m-11p:first-child {
    margin: 11%;
  }

  .xs\:first\:m-20p:first-child {
    margin: 20%;
  }

  .xs\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .xs\:first\:m-25p:first-child {
    margin: 25%;
  }

  .xs\:first\:m-32p:first-child {
    margin: 32%;
  }

  .xs\:first\:m-35p:first-child {
    margin: 35%;
  }

  .xs\:first\:m-40p:first-child {
    margin: 40%;
  }

  .xs\:first\:m-49p:first-child {
    margin: 49%;
  }

  .xs\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .xs\:first\:m-80p:first-child {
    margin: 80%;
  }

  .xs\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .xs\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .xs\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .xs\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .xs\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .xs\:first\:m-90p:first-child {
    margin: 90%;
  }

  .xs\:first\:m-92p:first-child {
    margin: 92%;
  }

  .xs\:first\:m-93p:first-child {
    margin: 93%;
  }

  .xs\:first\:m-94p:first-child {
    margin: 94%;
  }

  .xs\:first\:m-95p:first-child {
    margin: 95%;
  }

  .xs\:first\:m-96p:first-child {
    margin: 96%;
  }

  .xs\:first\:m-100p:first-child {
    margin: 100%;
  }

  .xs\:first\:-m-0:first-child {
    margin: 0px;
  }

  .xs\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xs\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xs\:first\:-m-3:first-child {
    margin: -3px;
  }

  .xs\:first\:-m-4:first-child {
    margin: -4px;
  }

  .xs\:first\:-m-5:first-child {
    margin: -5px;
  }

  .xs\:first\:-m-6:first-child {
    margin: -6px;
  }

  .xs\:first\:-m-8:first-child {
    margin: -8px;
  }

  .xs\:first\:-m-9:first-child {
    margin: -9px;
  }

  .xs\:first\:-m-10:first-child {
    margin: -10px;
  }

  .xs\:first\:-m-12:first-child {
    margin: -12px;
  }

  .xs\:first\:-m-13:first-child {
    margin: -13px;
  }

  .xs\:first\:-m-14:first-child {
    margin: -14px;
  }

  .xs\:first\:-m-15:first-child {
    margin: -15px;
  }

  .xs\:first\:-m-16:first-child {
    margin: -16px;
  }

  .xs\:first\:-m-17:first-child {
    margin: -17px;
  }

  .xs\:first\:-m-18:first-child {
    margin: -18px;
  }

  .xs\:first\:-m-20:first-child {
    margin: -20px;
  }

  .xs\:first\:-m-22:first-child {
    margin: -22px;
  }

  .xs\:first\:-m-24:first-child {
    margin: -24px;
  }

  .xs\:first\:-m-25:first-child {
    margin: -25px;
  }

  .xs\:first\:-m-28:first-child {
    margin: -28px;
  }

  .xs\:first\:-m-29:first-child {
    margin: -29px;
  }

  .xs\:first\:-m-30:first-child {
    margin: -30px;
  }

  .xs\:first\:-m-32:first-child {
    margin: -32px;
  }

  .xs\:first\:-m-35:first-child {
    margin: -35px;
  }

  .xs\:first\:-m-36:first-child {
    margin: -36px;
  }

  .xs\:first\:-m-37:first-child {
    margin: -37px;
  }

  .xs\:first\:-m-40:first-child {
    margin: -40px;
  }

  .xs\:first\:-m-45:first-child {
    margin: -45px;
  }

  .xs\:first\:-m-48:first-child {
    margin: -48px;
  }

  .xs\:first\:-m-50:first-child {
    margin: -50px;
  }

  .xs\:first\:-m-55:first-child {
    margin: -55px;
  }

  .xs\:first\:-m-56:first-child {
    margin: -56px;
  }

  .xs\:first\:-m-60:first-child {
    margin: -60px;
  }

  .xs\:first\:-m-62:first-child {
    margin: -62px;
  }

  .xs\:first\:-m-64:first-child {
    margin: -64px;
  }

  .xs\:first\:-m-65:first-child {
    margin: -65px;
  }

  .xs\:first\:-m-70:first-child {
    margin: -70px;
  }

  .xs\:first\:-m-75:first-child {
    margin: -75px;
  }

  .xs\:first\:-m-80:first-child {
    margin: -80px;
  }

  .xs\:first\:-m-85:first-child {
    margin: -85px;
  }

  .xs\:first\:-m-90:first-child {
    margin: -90px;
  }

  .xs\:first\:-m-95:first-child {
    margin: -95px;
  }

  .xs\:first\:-m-96:first-child {
    margin: -96px;
  }

  .xs\:first\:-m-100:first-child {
    margin: -100px;
  }

  .xs\:first\:-m-110:first-child {
    margin: -110px;
  }

  .xs\:first\:-m-115:first-child {
    margin: -115px;
  }

  .xs\:first\:-m-120:first-child {
    margin: -120px;
  }

  .xs\:first\:-m-128:first-child {
    margin: -128px;
  }

  .xs\:first\:-m-135:first-child {
    margin: -135px;
  }

  .xs\:first\:-m-140:first-child {
    margin: -140px;
  }

  .xs\:first\:-m-145:first-child {
    margin: -145px;
  }

  .xs\:first\:-m-150:first-child {
    margin: -150px;
  }

  .xs\:first\:-m-160:first-child {
    margin: -160px;
  }

  .xs\:first\:-m-165:first-child {
    margin: -165px;
  }

  .xs\:first\:-m-168:first-child {
    margin: -168px;
  }

  .xs\:first\:-m-170:first-child {
    margin: -170px;
  }

  .xs\:first\:-m-180:first-child {
    margin: -180px;
  }

  .xs\:first\:-m-200:first-child {
    margin: -200px;
  }

  .xs\:first\:-m-220:first-child {
    margin: -220px;
  }

  .xs\:first\:-m-230:first-child {
    margin: -230px;
  }

  .xs\:first\:-m-235:first-child {
    margin: -235px;
  }

  .xs\:first\:-m-240:first-child {
    margin: -240px;
  }

  .xs\:first\:-m-250:first-child {
    margin: -250px;
  }

  .xs\:first\:-m-300:first-child {
    margin: -300px;
  }

  .xs\:first\:-m-320:first-child {
    margin: -320px;
  }

  .xs\:first\:-m-350:first-child {
    margin: -350px;
  }

  .xs\:first\:-m-375:first-child {
    margin: -375px;
  }

  .xs\:first\:-m-400:first-child {
    margin: -400px;
  }

  .xs\:first\:-m-450:first-child {
    margin: -450px;
  }

  .xs\:first\:-m-700:first-child {
    margin: -700px;
  }

  .xs\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xs\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .xs\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .xs\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .xs\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .xs\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .xs\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .xs\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .xs\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .xs\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .xs\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .xs\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .xs\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .xs\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .xs\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .xs\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .xs\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .xs\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .xs\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .xs\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .xs\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .xs\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .xs\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .xs\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .xs\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .xs\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .xs\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xs\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xs\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xs\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xs\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xs\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xs\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xs\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xs\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xs\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xs\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xs\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xs\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xs\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xs\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xs\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xs\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xs\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xs\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xs\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xs\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xs\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xs\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xs\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xs\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xs\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xs\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xs\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xs\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xs\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xs\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xs\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xs\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xs\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xs\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xs\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xs\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xs\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xs\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xs\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xs\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xs\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xs\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xs\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xs\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xs\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xs\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xs\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xs\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xs\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xs\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xs\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xs\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xs\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xs\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xs\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xs\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xs\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xs\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xs\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xs\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xs\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xs\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xs\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .xs\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .xs\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .xs\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .xs\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xs\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xs\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xs\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xs\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xs\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xs\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xs\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xs\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xs\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xs\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .xs\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .xs\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xs\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xs\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xs\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xs\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xs\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xs\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .xs\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .xs\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .xs\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .xs\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .xs\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .xs\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .xs\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .xs\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .xs\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .xs\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .xs\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .xs\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .xs\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .xs\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .xs\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .xs\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .xs\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .xs\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xs\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .xs\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .xs\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .xs\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .xs\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .xs\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .xs\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .xs\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .xs\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .xs\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .xs\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .xs\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .xs\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .xs\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .xs\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .xs\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xs\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xs\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xs\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xs\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xs\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xs\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xs\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xs\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xs\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xs\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xs\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xs\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xs\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xs\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xs\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xs\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xs\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xs\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xs\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xs\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xs\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xs\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xs\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xs\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xs\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xs\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xs\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xs\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xs\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xs\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xs\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xs\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xs\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xs\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xs\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xs\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xs\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xs\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xs\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xs\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xs\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xs\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xs\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xs\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xs\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xs\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xs\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xs\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xs\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xs\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xs\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xs\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xs\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xs\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xs\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xs\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xs\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xs\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xs\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xs\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xs\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xs\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xs\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xs\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xs\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xs\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xs\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xs\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xs\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .xs\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xs\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xs\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xs\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xs\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .xs\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .xs\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .xs\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .xs\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xs\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xs\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xs\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xs\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xs\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xs\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xs\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xs\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xs\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xs\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .xs\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .xs\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xs\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xs\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xs\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xs\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xs\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xs\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .xs\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .xs\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .xs\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .xs\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .xs\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .xs\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .xs\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .xs\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .xs\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .xs\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .xs\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .xs\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .xs\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .xs\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .xs\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .xs\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .xs\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .xs\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xs\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .xs\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .xs\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .xs\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .xs\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .xs\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .xs\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .xs\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .xs\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .xs\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .xs\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .xs\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .xs\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .xs\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .xs\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .xs\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .xs\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .xs\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .xs\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .xs\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xs\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xs\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xs\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xs\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xs\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xs\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xs\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xs\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .xs\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .xs\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .xs\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .xs\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .xs\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .xs\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .xs\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .xs\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .xs\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .xs\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .xs\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .xs\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .xs\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .xs\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .xs\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .xs\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .xs\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .xs\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .xs\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .xs\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .xs\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .xs\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .xs\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .xs\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .xs\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .xs\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .xs\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .xs\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .xs\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .xs\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .xs\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .xs\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .xs\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .xs\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .xs\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .xs\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .xs\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .xs\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .xs\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .xs\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .xs\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .xs\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .xs\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .xs\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .xs\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .xs\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .xs\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .xs\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .xs\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .xs\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .xs\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .xs\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .xs\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .xs\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .xs\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .xs\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .xs\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .xs\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .xs\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .xs\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .xs\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .xs\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .xs\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .xs\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .xs\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .xs\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .xs\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .xs\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .xs\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .xs\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .xs\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .xs\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .xs\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .xs\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .xs\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .xs\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .xs\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .xs\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .xs\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .xs\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .xs\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .xs\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .xs\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .xs\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .xs\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .xs\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .xs\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .xs\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .xs\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .xs\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .xs\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .xs\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .xs\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .xs\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .xs\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .xs\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .xs\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .xs\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .xs\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .xs\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .xs\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .xs\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .xs\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .xs\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .xs\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .xs\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .xs\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .xs\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .xs\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .xs\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .xs\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .xs\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .xs\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .xs\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .xs\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .xs\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .xs\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .xs\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .xs\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .xs\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .xs\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .xs\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .xs\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .xs\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .xs\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .xs\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .xs\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .xs\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .xs\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .xs\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .xs\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .xs\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .xs\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .xs\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .xs\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .xs\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .xs\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .xs\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .xs\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .xs\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .xs\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .xs\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .xs\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .xs\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .xs\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .xs\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .xs\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .xs\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .xs\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .xs\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .xs\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .xs\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .xs\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .xs\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .xs\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .xs\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .xs\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .xs\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .xs\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .xs\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .xs\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .xs\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .xs\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .xs\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .xs\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .xs\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .xs\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .xs\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .xs\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .xs\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .xs\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .xs\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .xs\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .xs\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .xs\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .xs\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .xs\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .xs\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .xs\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .xs\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .xs\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .xs\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .xs\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .xs\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .xs\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .xs\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .xs\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .xs\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .xs\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .xs\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .xs\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .xs\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .xs\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .xs\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .xs\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .xs\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .xs\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .xs\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .xs\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .xs\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .xs\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .xs\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .xs\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .xs\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .xs\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .xs\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .xs\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .xs\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .xs\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .xs\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .xs\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .xs\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .xs\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .xs\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .xs\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .xs\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .xs\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .xs\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .xs\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .xs\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .xs\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .xs\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .xs\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .xs\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .xs\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .xs\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .xs\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .xs\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .xs\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .xs\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .xs\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .xs\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .xs\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .xs\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .xs\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .xs\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .xs\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .xs\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .xs\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .xs\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .xs\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .xs\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .xs\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .xs\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .xs\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .xs\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .xs\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .xs\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .xs\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .xs\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .xs\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .xs\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .xs\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .xs\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .xs\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .xs\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .xs\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .xs\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .xs\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .xs\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .xs\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .xs\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .xs\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .xs\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .xs\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .xs\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .xs\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .xs\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .xs\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .xs\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .xs\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .xs\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .xs\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .xs\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .xs\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .xs\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xs\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xs\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xs\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xs\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xs\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xs\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xs\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xs\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .xs\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .xs\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .xs\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .xs\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .xs\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .xs\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .xs\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .xs\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .xs\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .xs\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .xs\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .xs\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .xs\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .xs\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .xs\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .xs\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .xs\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .xs\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .xs\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .xs\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .xs\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .xs\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .xs\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .xs\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .xs\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .xs\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .xs\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .xs\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .xs\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .xs\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .xs\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .xs\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .xs\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .xs\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .xs\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .xs\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .xs\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .xs\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .xs\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .xs\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .xs\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .xs\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .xs\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .xs\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .xs\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .xs\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .xs\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .xs\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .xs\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .xs\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .xs\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .xs\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .xs\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .xs\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .xs\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .xs\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .xs\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .xs\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .xs\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .xs\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .xs\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .xs\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .xs\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .xs\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .xs\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .xs\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .xs\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .xs\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .xs\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .xs\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .xs\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .xs\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .xs\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .xs\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .xs\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .xs\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .xs\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .xs\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .xs\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .xs\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .xs\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .xs\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .xs\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .xs\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .xs\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .xs\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .xs\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .xs\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .xs\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .xs\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .xs\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .xs\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .xs\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .xs\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .xs\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .xs\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .xs\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .xs\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .xs\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .xs\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .xs\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .xs\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .xs\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .xs\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xs\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xs\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xs\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xs\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xs\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xs\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .xs\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .xs\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .xs\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .xs\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .xs\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .xs\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .xs\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .xs\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .xs\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .xs\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .xs\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .xs\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .xs\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .xs\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .xs\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .xs\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .xs\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .xs\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .xs\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .xs\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .xs\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .xs\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .xs\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .xs\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .xs\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .xs\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .xs\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .xs\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .xs\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .xs\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .xs\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .xs\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .xs\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .xs\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .xs\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .xs\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .xs\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .xs\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .xs\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .xs\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .xs\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .xs\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .xs\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .xs\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .xs\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .xs\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .xs\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .xs\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .xs\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .xs\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .xs\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .xs\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .xs\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .xs\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .xs\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .xs\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .xs\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .xs\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .xs\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .xs\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .xs\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .xs\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .xs\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .xs\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .xs\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .xs\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .xs\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .xs\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .xs\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .xs\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .xs\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .xs\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .xs\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .xs\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .xs\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .xs\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .xs\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .xs\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .xs\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .xs\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .xs\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .xs\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .xs\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .xs\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .xs\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .xs\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .xs\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .xs\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .xs\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .xs\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .xs\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .xs\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .xs\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .xs\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .xs\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .xs\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .xs\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .xs\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .xs\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .xs\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .xs\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .xs\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .xs\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .xs\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .xs\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .xs\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .xs\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .xs\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .xs\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .xs\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .xs\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .xs\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .xs\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .xs\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .xs\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .xs\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .xs\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .xs\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .xs\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .xs\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .xs\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .xs\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .xs\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .xs\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .xs\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .xs\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .xs\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .xs\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .xs\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .xs\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .xs\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .xs\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .xs\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .xs\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .xs\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .xs\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .xs\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .xs\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .xs\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .xs\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .xs\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .xs\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .xs\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .xs\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .xs\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .xs\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .xs\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .xs\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .xs\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .xs\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .xs\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .xs\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .xs\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .xs\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .xs\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .xs\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .xs\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .xs\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .xs\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .xs\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .xs\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .xs\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .xs\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .xs\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .xs\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .xs\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .xs\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .xs\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .xs\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .xs\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .xs\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .xs\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .xs\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .xs\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .xs\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .xs\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .xs\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .xs\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .xs\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .xs\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .xs\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .xs\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .xs\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .xs\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .xs\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .xs\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .xs\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .xs\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .xs\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .xs\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .xs\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .xs\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .xs\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .xs\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .xs\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .xs\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .xs\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .xs\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .xs\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .xs\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .xs\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .xs\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .xs\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .xs\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .xs\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .xs\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .xs\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .xs\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .xs\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .xs\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .xs\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .xs\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .xs\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .xs\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .xs\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .xs\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .xs\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .xs\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .xs\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .xs\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .xs\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .xs\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .xs\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .xs\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .xs\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .xs\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .xs\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .xs\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .xs\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .xs\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .xs\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .xs\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .xs\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .xs\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .xs\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .xs\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .xs\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .xs\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .xs\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .xs\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .xs\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .xs\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .xs\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .xs\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .xs\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .xs\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .xs\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .xs\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .xs\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .xs\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .xs\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .xs\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .xs\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .xs\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .xs\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .xs\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .xs\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .xs\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .xs\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .xs\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .xs\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .xs\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .xs\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .xs\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .xs\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .xs\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .xs\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .xs\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .xs\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .xs\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .xs\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .xs\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .xs\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .xs\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .xs\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .xs\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xs\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xs\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xs\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xs\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .xs\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .xs\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .xs\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .xs\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .xs\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .xs\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .xs\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .xs\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .xs\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .xs\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .xs\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .xs\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .xs\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .xs\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .xs\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .xs\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .xs\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .xs\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .xs\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .xs\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .xs\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .xs\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .xs\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .xs\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .xs\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .xs\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .xs\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .xs\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .xs\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .xs\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .xs\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .xs\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .xs\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .xs\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .xs\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .xs\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .xs\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .xs\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .xs\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .xs\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .xs\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .xs\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .xs\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .xs\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .xs\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .xs\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .xs\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .xs\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .xs\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .xs\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .xs\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .xs\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .xs\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .xs\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .xs\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .xs\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .xs\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .xs\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .xs\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .xs\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .xs\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .xs\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .xs\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .xs\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .xs\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .xs\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .xs\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .xs\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .xs\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .xs\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .xs\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .xs\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .xs\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .xs\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .xs\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .xs\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .xs\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .xs\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .xs\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .xs\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .xs\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .xs\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .xs\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .xs\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .xs\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .xs\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .xs\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .xs\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .xs\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .xs\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .xs\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .xs\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .xs\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .xs\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .xs\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .xs\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .xs\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .xs\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .xs\:last\:m-0:last-child {
    margin: 0px;
  }

  .xs\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xs\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xs\:last\:m-3:last-child {
    margin: 3px;
  }

  .xs\:last\:m-4:last-child {
    margin: 4px;
  }

  .xs\:last\:m-5:last-child {
    margin: 5px;
  }

  .xs\:last\:m-6:last-child {
    margin: 6px;
  }

  .xs\:last\:m-8:last-child {
    margin: 8px;
  }

  .xs\:last\:m-9:last-child {
    margin: 9px;
  }

  .xs\:last\:m-10:last-child {
    margin: 10px;
  }

  .xs\:last\:m-12:last-child {
    margin: 12px;
  }

  .xs\:last\:m-13:last-child {
    margin: 13px;
  }

  .xs\:last\:m-14:last-child {
    margin: 14px;
  }

  .xs\:last\:m-15:last-child {
    margin: 15px;
  }

  .xs\:last\:m-16:last-child {
    margin: 16px;
  }

  .xs\:last\:m-17:last-child {
    margin: 17px;
  }

  .xs\:last\:m-18:last-child {
    margin: 18px;
  }

  .xs\:last\:m-20:last-child {
    margin: 20px;
  }

  .xs\:last\:m-22:last-child {
    margin: 22px;
  }

  .xs\:last\:m-24:last-child {
    margin: 24px;
  }

  .xs\:last\:m-25:last-child {
    margin: 25px;
  }

  .xs\:last\:m-28:last-child {
    margin: 28px;
  }

  .xs\:last\:m-29:last-child {
    margin: 29px;
  }

  .xs\:last\:m-30:last-child {
    margin: 30px;
  }

  .xs\:last\:m-32:last-child {
    margin: 32px;
  }

  .xs\:last\:m-35:last-child {
    margin: 35px;
  }

  .xs\:last\:m-36:last-child {
    margin: 36px;
  }

  .xs\:last\:m-37:last-child {
    margin: 37px;
  }

  .xs\:last\:m-40:last-child {
    margin: 40px;
  }

  .xs\:last\:m-45:last-child {
    margin: 45px;
  }

  .xs\:last\:m-48:last-child {
    margin: 48px;
  }

  .xs\:last\:m-50:last-child {
    margin: 50px;
  }

  .xs\:last\:m-55:last-child {
    margin: 55px;
  }

  .xs\:last\:m-56:last-child {
    margin: 56px;
  }

  .xs\:last\:m-60:last-child {
    margin: 60px;
  }

  .xs\:last\:m-62:last-child {
    margin: 62px;
  }

  .xs\:last\:m-64:last-child {
    margin: 64px;
  }

  .xs\:last\:m-65:last-child {
    margin: 65px;
  }

  .xs\:last\:m-70:last-child {
    margin: 70px;
  }

  .xs\:last\:m-75:last-child {
    margin: 75px;
  }

  .xs\:last\:m-80:last-child {
    margin: 80px;
  }

  .xs\:last\:m-85:last-child {
    margin: 85px;
  }

  .xs\:last\:m-90:last-child {
    margin: 90px;
  }

  .xs\:last\:m-95:last-child {
    margin: 95px;
  }

  .xs\:last\:m-96:last-child {
    margin: 96px;
  }

  .xs\:last\:m-100:last-child {
    margin: 100px;
  }

  .xs\:last\:m-110:last-child {
    margin: 110px;
  }

  .xs\:last\:m-115:last-child {
    margin: 115px;
  }

  .xs\:last\:m-120:last-child {
    margin: 120px;
  }

  .xs\:last\:m-128:last-child {
    margin: 128px;
  }

  .xs\:last\:m-135:last-child {
    margin: 135px;
  }

  .xs\:last\:m-140:last-child {
    margin: 140px;
  }

  .xs\:last\:m-145:last-child {
    margin: 145px;
  }

  .xs\:last\:m-150:last-child {
    margin: 150px;
  }

  .xs\:last\:m-160:last-child {
    margin: 160px;
  }

  .xs\:last\:m-165:last-child {
    margin: 165px;
  }

  .xs\:last\:m-168:last-child {
    margin: 168px;
  }

  .xs\:last\:m-170:last-child {
    margin: 170px;
  }

  .xs\:last\:m-180:last-child {
    margin: 180px;
  }

  .xs\:last\:m-200:last-child {
    margin: 200px;
  }

  .xs\:last\:m-220:last-child {
    margin: 220px;
  }

  .xs\:last\:m-230:last-child {
    margin: 230px;
  }

  .xs\:last\:m-235:last-child {
    margin: 235px;
  }

  .xs\:last\:m-240:last-child {
    margin: 240px;
  }

  .xs\:last\:m-250:last-child {
    margin: 250px;
  }

  .xs\:last\:m-300:last-child {
    margin: 300px;
  }

  .xs\:last\:m-320:last-child {
    margin: 320px;
  }

  .xs\:last\:m-350:last-child {
    margin: 350px;
  }

  .xs\:last\:m-375:last-child {
    margin: 375px;
  }

  .xs\:last\:m-400:last-child {
    margin: 400px;
  }

  .xs\:last\:m-450:last-child {
    margin: 450px;
  }

  .xs\:last\:m-700:last-child {
    margin: 700px;
  }

  .xs\:last\:m-auto:last-child {
    margin: auto;
  }

  .xs\:last\:m-px:last-child {
    margin: 1px;
  }

  .xs\:last\:m-1p:last-child {
    margin: 1%;
  }

  .xs\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .xs\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .xs\:last\:m-11p:last-child {
    margin: 11%;
  }

  .xs\:last\:m-20p:last-child {
    margin: 20%;
  }

  .xs\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .xs\:last\:m-25p:last-child {
    margin: 25%;
  }

  .xs\:last\:m-32p:last-child {
    margin: 32%;
  }

  .xs\:last\:m-35p:last-child {
    margin: 35%;
  }

  .xs\:last\:m-40p:last-child {
    margin: 40%;
  }

  .xs\:last\:m-49p:last-child {
    margin: 49%;
  }

  .xs\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .xs\:last\:m-80p:last-child {
    margin: 80%;
  }

  .xs\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .xs\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .xs\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .xs\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .xs\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .xs\:last\:m-90p:last-child {
    margin: 90%;
  }

  .xs\:last\:m-92p:last-child {
    margin: 92%;
  }

  .xs\:last\:m-93p:last-child {
    margin: 93%;
  }

  .xs\:last\:m-94p:last-child {
    margin: 94%;
  }

  .xs\:last\:m-95p:last-child {
    margin: 95%;
  }

  .xs\:last\:m-96p:last-child {
    margin: 96%;
  }

  .xs\:last\:m-100p:last-child {
    margin: 100%;
  }

  .xs\:last\:-m-0:last-child {
    margin: 0px;
  }

  .xs\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xs\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xs\:last\:-m-3:last-child {
    margin: -3px;
  }

  .xs\:last\:-m-4:last-child {
    margin: -4px;
  }

  .xs\:last\:-m-5:last-child {
    margin: -5px;
  }

  .xs\:last\:-m-6:last-child {
    margin: -6px;
  }

  .xs\:last\:-m-8:last-child {
    margin: -8px;
  }

  .xs\:last\:-m-9:last-child {
    margin: -9px;
  }

  .xs\:last\:-m-10:last-child {
    margin: -10px;
  }

  .xs\:last\:-m-12:last-child {
    margin: -12px;
  }

  .xs\:last\:-m-13:last-child {
    margin: -13px;
  }

  .xs\:last\:-m-14:last-child {
    margin: -14px;
  }

  .xs\:last\:-m-15:last-child {
    margin: -15px;
  }

  .xs\:last\:-m-16:last-child {
    margin: -16px;
  }

  .xs\:last\:-m-17:last-child {
    margin: -17px;
  }

  .xs\:last\:-m-18:last-child {
    margin: -18px;
  }

  .xs\:last\:-m-20:last-child {
    margin: -20px;
  }

  .xs\:last\:-m-22:last-child {
    margin: -22px;
  }

  .xs\:last\:-m-24:last-child {
    margin: -24px;
  }

  .xs\:last\:-m-25:last-child {
    margin: -25px;
  }

  .xs\:last\:-m-28:last-child {
    margin: -28px;
  }

  .xs\:last\:-m-29:last-child {
    margin: -29px;
  }

  .xs\:last\:-m-30:last-child {
    margin: -30px;
  }

  .xs\:last\:-m-32:last-child {
    margin: -32px;
  }

  .xs\:last\:-m-35:last-child {
    margin: -35px;
  }

  .xs\:last\:-m-36:last-child {
    margin: -36px;
  }

  .xs\:last\:-m-37:last-child {
    margin: -37px;
  }

  .xs\:last\:-m-40:last-child {
    margin: -40px;
  }

  .xs\:last\:-m-45:last-child {
    margin: -45px;
  }

  .xs\:last\:-m-48:last-child {
    margin: -48px;
  }

  .xs\:last\:-m-50:last-child {
    margin: -50px;
  }

  .xs\:last\:-m-55:last-child {
    margin: -55px;
  }

  .xs\:last\:-m-56:last-child {
    margin: -56px;
  }

  .xs\:last\:-m-60:last-child {
    margin: -60px;
  }

  .xs\:last\:-m-62:last-child {
    margin: -62px;
  }

  .xs\:last\:-m-64:last-child {
    margin: -64px;
  }

  .xs\:last\:-m-65:last-child {
    margin: -65px;
  }

  .xs\:last\:-m-70:last-child {
    margin: -70px;
  }

  .xs\:last\:-m-75:last-child {
    margin: -75px;
  }

  .xs\:last\:-m-80:last-child {
    margin: -80px;
  }

  .xs\:last\:-m-85:last-child {
    margin: -85px;
  }

  .xs\:last\:-m-90:last-child {
    margin: -90px;
  }

  .xs\:last\:-m-95:last-child {
    margin: -95px;
  }

  .xs\:last\:-m-96:last-child {
    margin: -96px;
  }

  .xs\:last\:-m-100:last-child {
    margin: -100px;
  }

  .xs\:last\:-m-110:last-child {
    margin: -110px;
  }

  .xs\:last\:-m-115:last-child {
    margin: -115px;
  }

  .xs\:last\:-m-120:last-child {
    margin: -120px;
  }

  .xs\:last\:-m-128:last-child {
    margin: -128px;
  }

  .xs\:last\:-m-135:last-child {
    margin: -135px;
  }

  .xs\:last\:-m-140:last-child {
    margin: -140px;
  }

  .xs\:last\:-m-145:last-child {
    margin: -145px;
  }

  .xs\:last\:-m-150:last-child {
    margin: -150px;
  }

  .xs\:last\:-m-160:last-child {
    margin: -160px;
  }

  .xs\:last\:-m-165:last-child {
    margin: -165px;
  }

  .xs\:last\:-m-168:last-child {
    margin: -168px;
  }

  .xs\:last\:-m-170:last-child {
    margin: -170px;
  }

  .xs\:last\:-m-180:last-child {
    margin: -180px;
  }

  .xs\:last\:-m-200:last-child {
    margin: -200px;
  }

  .xs\:last\:-m-220:last-child {
    margin: -220px;
  }

  .xs\:last\:-m-230:last-child {
    margin: -230px;
  }

  .xs\:last\:-m-235:last-child {
    margin: -235px;
  }

  .xs\:last\:-m-240:last-child {
    margin: -240px;
  }

  .xs\:last\:-m-250:last-child {
    margin: -250px;
  }

  .xs\:last\:-m-300:last-child {
    margin: -300px;
  }

  .xs\:last\:-m-320:last-child {
    margin: -320px;
  }

  .xs\:last\:-m-350:last-child {
    margin: -350px;
  }

  .xs\:last\:-m-375:last-child {
    margin: -375px;
  }

  .xs\:last\:-m-400:last-child {
    margin: -400px;
  }

  .xs\:last\:-m-450:last-child {
    margin: -450px;
  }

  .xs\:last\:-m-700:last-child {
    margin: -700px;
  }

  .xs\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xs\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .xs\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .xs\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .xs\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .xs\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .xs\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .xs\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .xs\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .xs\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .xs\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .xs\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .xs\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .xs\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .xs\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .xs\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .xs\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .xs\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .xs\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .xs\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .xs\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .xs\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .xs\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .xs\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .xs\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .xs\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .xs\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xs\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xs\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xs\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xs\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xs\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xs\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xs\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xs\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xs\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xs\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xs\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xs\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xs\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xs\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xs\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xs\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xs\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xs\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xs\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xs\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xs\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xs\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xs\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xs\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xs\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xs\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xs\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xs\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xs\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xs\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xs\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xs\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xs\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xs\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xs\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xs\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xs\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xs\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xs\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xs\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xs\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xs\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xs\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xs\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xs\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xs\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xs\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xs\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xs\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xs\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xs\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xs\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xs\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xs\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xs\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xs\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xs\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xs\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xs\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xs\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xs\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xs\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xs\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xs\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xs\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xs\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xs\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xs\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xs\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xs\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xs\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xs\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .xs\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .xs\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xs\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xs\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .xs\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .xs\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .xs\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .xs\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .xs\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .xs\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .xs\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .xs\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .xs\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .xs\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .xs\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .xs\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xs\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .xs\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xs\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xs\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .xs\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .xs\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .xs\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .xs\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .xs\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .xs\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .xs\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .xs\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .xs\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .xs\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .xs\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .xs\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .xs\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .xs\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .xs\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .xs\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .xs\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .xs\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .xs\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .xs\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .xs\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .xs\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .xs\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .xs\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .xs\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .xs\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .xs\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .xs\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .xs\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .xs\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .xs\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .xs\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .xs\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .xs\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .xs\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .xs\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .xs\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .xs\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .xs\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .xs\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .xs\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .xs\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .xs\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .xs\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .xs\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .xs\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .xs\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .xs\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xs\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xs\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xs\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xs\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xs\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xs\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xs\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xs\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xs\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xs\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xs\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xs\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xs\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xs\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xs\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xs\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xs\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xs\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xs\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xs\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xs\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xs\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xs\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xs\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xs\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xs\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xs\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xs\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xs\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xs\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xs\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xs\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xs\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xs\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xs\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xs\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xs\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xs\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xs\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xs\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xs\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xs\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xs\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xs\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xs\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xs\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xs\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xs\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xs\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xs\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xs\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xs\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xs\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xs\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xs\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xs\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xs\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xs\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xs\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xs\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xs\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xs\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xs\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xs\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xs\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xs\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xs\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xs\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xs\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xs\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xs\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xs\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xs\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xs\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xs\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xs\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xs\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xs\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xs\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xs\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xs\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xs\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xs\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xs\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xs\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xs\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .xs\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .xs\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xs\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xs\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .xs\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .xs\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .xs\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .xs\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .xs\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .xs\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .xs\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .xs\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .xs\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .xs\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .xs\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .xs\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .xs\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .xs\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xs\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xs\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .xs\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .xs\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .xs\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .xs\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .xs\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .xs\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .xs\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .xs\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .xs\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .xs\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .xs\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .xs\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .xs\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .xs\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .xs\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .xs\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .xs\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .xs\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .xs\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .xs\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .xs\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .xs\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .xs\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .xs\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .xs\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .xs\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .xs\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .xs\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .xs\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .xs\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .xs\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .xs\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .xs\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .xs\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .xs\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .xs\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .xs\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .xs\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .xs\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .xs\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .xs\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .xs\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .xs\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .xs\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .xs\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .xs\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .xs\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .xs\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .xs\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .xs\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .xs\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .xs\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xs\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xs\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xs\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xs\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xs\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xs\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xs\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xs\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .xs\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .xs\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .xs\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .xs\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .xs\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .xs\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .xs\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .xs\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .xs\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .xs\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .xs\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .xs\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .xs\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .xs\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .xs\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .xs\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .xs\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .xs\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .xs\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .xs\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .xs\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .xs\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .xs\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .xs\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .xs\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .xs\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .xs\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .xs\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .xs\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .xs\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .xs\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .xs\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .xs\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .xs\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .xs\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .xs\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .xs\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .xs\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .xs\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .xs\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .xs\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .xs\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .xs\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .xs\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .xs\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .xs\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .xs\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .xs\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .xs\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .xs\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .xs\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .xs\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .xs\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .xs\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .xs\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .xs\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .xs\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .xs\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .xs\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .xs\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .xs\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .xs\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .xs\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .xs\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .xs\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .xs\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .xs\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .xs\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .xs\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .xs\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .xs\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .xs\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .xs\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .xs\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .xs\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .xs\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .xs\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .xs\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .xs\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .xs\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .xs\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .xs\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .xs\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .xs\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .xs\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .xs\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .xs\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .xs\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .xs\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .xs\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .xs\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .xs\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .xs\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .xs\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .xs\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .xs\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .xs\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .xs\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .xs\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .xs\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .xs\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .xs\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .xs\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .xs\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .xs\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .xs\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .xs\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .xs\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .xs\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .xs\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .xs\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .xs\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .xs\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .xs\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .xs\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .xs\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .xs\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .xs\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .xs\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .xs\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .xs\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .xs\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .xs\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .xs\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .xs\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .xs\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .xs\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .xs\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .xs\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .xs\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .xs\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .xs\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .xs\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .xs\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .xs\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .xs\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .xs\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .xs\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .xs\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .xs\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .xs\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .xs\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .xs\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .xs\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .xs\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .xs\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .xs\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .xs\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .xs\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .xs\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .xs\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .xs\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .xs\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .xs\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .xs\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .xs\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .xs\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .xs\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .xs\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .xs\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .xs\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .xs\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .xs\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .xs\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .xs\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .xs\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .xs\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .xs\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .xs\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .xs\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .xs\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .xs\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .xs\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .xs\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .xs\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .xs\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .xs\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .xs\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .xs\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .xs\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .xs\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .xs\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .xs\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .xs\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .xs\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .xs\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .xs\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .xs\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .xs\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .xs\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .xs\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .xs\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .xs\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .xs\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .xs\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .xs\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .xs\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .xs\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .xs\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .xs\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .xs\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .xs\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .xs\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .xs\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .xs\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .xs\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .xs\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .xs\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .xs\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .xs\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .xs\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .xs\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .xs\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .xs\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .xs\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .xs\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .xs\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .xs\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .xs\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .xs\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .xs\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .xs\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .xs\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .xs\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .xs\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .xs\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .xs\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .xs\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .xs\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .xs\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .xs\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .xs\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .xs\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .xs\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .xs\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .xs\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .xs\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .xs\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .xs\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .xs\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .xs\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .xs\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .xs\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .xs\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .xs\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .xs\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .xs\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .xs\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .xs\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .xs\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .xs\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .xs\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .xs\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .xs\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .xs\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .xs\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .xs\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .xs\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .xs\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .xs\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .xs\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .xs\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .xs\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .xs\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .xs\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .xs\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .xs\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .xs\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .xs\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .xs\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .xs\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .xs\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .xs\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .xs\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .xs\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .xs\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xs\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xs\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xs\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xs\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xs\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xs\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xs\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xs\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .xs\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .xs\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .xs\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .xs\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .xs\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .xs\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .xs\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .xs\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .xs\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .xs\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .xs\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .xs\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .xs\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .xs\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .xs\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .xs\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .xs\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .xs\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .xs\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .xs\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .xs\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .xs\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .xs\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .xs\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .xs\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .xs\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .xs\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .xs\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .xs\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .xs\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .xs\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .xs\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .xs\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .xs\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .xs\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .xs\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .xs\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .xs\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .xs\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .xs\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .xs\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .xs\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .xs\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .xs\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .xs\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .xs\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .xs\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .xs\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .xs\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .xs\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .xs\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .xs\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .xs\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .xs\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .xs\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .xs\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .xs\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .xs\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .xs\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .xs\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .xs\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .xs\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .xs\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .xs\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .xs\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .xs\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .xs\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .xs\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .xs\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .xs\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .xs\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .xs\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .xs\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .xs\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .xs\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .xs\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .xs\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .xs\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .xs\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .xs\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .xs\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .xs\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .xs\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .xs\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .xs\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .xs\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .xs\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .xs\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .xs\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .xs\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .xs\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .xs\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .xs\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .xs\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .xs\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .xs\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .xs\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .xs\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .xs\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .xs\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .xs\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .xs\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .xs\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .xs\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xs\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xs\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xs\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xs\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xs\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xs\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .xs\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .xs\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .xs\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .xs\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .xs\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .xs\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .xs\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .xs\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .xs\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .xs\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .xs\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .xs\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .xs\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .xs\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .xs\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .xs\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .xs\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .xs\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .xs\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .xs\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .xs\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .xs\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .xs\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .xs\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .xs\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .xs\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .xs\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .xs\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .xs\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .xs\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .xs\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .xs\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .xs\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .xs\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .xs\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .xs\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .xs\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .xs\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .xs\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .xs\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .xs\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .xs\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .xs\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .xs\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .xs\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .xs\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .xs\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .xs\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .xs\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .xs\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .xs\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .xs\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .xs\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .xs\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .xs\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .xs\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .xs\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .xs\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .xs\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .xs\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .xs\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .xs\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .xs\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .xs\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .xs\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .xs\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .xs\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .xs\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .xs\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .xs\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .xs\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .xs\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .xs\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .xs\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .xs\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .xs\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .xs\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .xs\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .xs\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .xs\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .xs\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .xs\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .xs\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .xs\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .xs\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .xs\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .xs\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .xs\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .xs\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .xs\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .xs\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .xs\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .xs\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .xs\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .xs\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .xs\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .xs\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .xs\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .xs\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .xs\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .xs\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .xs\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .xs\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .xs\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .xs\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .xs\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .xs\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .xs\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .xs\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .xs\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .xs\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .xs\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .xs\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .xs\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .xs\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .xs\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .xs\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .xs\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .xs\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .xs\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .xs\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .xs\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .xs\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .xs\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .xs\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .xs\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .xs\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .xs\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .xs\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .xs\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .xs\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .xs\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .xs\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .xs\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .xs\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .xs\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .xs\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .xs\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .xs\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .xs\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .xs\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .xs\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .xs\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .xs\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .xs\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .xs\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .xs\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .xs\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .xs\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .xs\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .xs\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .xs\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .xs\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .xs\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .xs\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .xs\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .xs\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .xs\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .xs\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .xs\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .xs\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .xs\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .xs\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .xs\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .xs\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .xs\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .xs\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .xs\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .xs\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .xs\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .xs\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .xs\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .xs\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .xs\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .xs\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .xs\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .xs\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .xs\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .xs\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .xs\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .xs\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .xs\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .xs\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .xs\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .xs\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .xs\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .xs\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .xs\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .xs\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .xs\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .xs\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .xs\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .xs\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .xs\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .xs\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .xs\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .xs\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .xs\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .xs\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .xs\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .xs\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .xs\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .xs\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .xs\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .xs\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .xs\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .xs\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .xs\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .xs\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .xs\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .xs\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .xs\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .xs\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .xs\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .xs\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .xs\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .xs\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .xs\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .xs\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .xs\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .xs\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .xs\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .xs\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .xs\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .xs\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .xs\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .xs\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .xs\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .xs\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .xs\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .xs\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .xs\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .xs\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .xs\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .xs\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .xs\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .xs\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .xs\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .xs\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .xs\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .xs\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .xs\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .xs\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .xs\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .xs\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .xs\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .xs\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .xs\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .xs\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .xs\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .xs\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .xs\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .xs\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .xs\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .xs\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .xs\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .xs\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .xs\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .xs\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .xs\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .xs\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .xs\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .xs\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .xs\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .xs\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .xs\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .xs\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .xs\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .xs\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .xs\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .xs\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .xs\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .xs\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .xs\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .xs\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .xs\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xs\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xs\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xs\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xs\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .xs\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .xs\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .xs\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .xs\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .xs\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .xs\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .xs\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .xs\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .xs\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .xs\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .xs\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .xs\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .xs\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .xs\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .xs\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .xs\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .xs\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .xs\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .xs\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .xs\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .xs\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .xs\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .xs\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .xs\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .xs\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .xs\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .xs\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .xs\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .xs\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .xs\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .xs\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .xs\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .xs\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .xs\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .xs\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .xs\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .xs\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .xs\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .xs\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .xs\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .xs\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .xs\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .xs\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .xs\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .xs\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .xs\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .xs\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .xs\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .xs\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .xs\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .xs\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .xs\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .xs\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .xs\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .xs\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .xs\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .xs\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .xs\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .xs\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .xs\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .xs\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .xs\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .xs\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .xs\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .xs\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .xs\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .xs\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .xs\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .xs\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .xs\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .xs\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .xs\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .xs\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .xs\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .xs\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .xs\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .xs\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .xs\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .xs\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .xs\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .xs\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .xs\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .xs\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .xs\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .xs\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .xs\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .xs\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .xs\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .xs\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .xs\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .xs\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .xs\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .xs\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .xs\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .xs\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .xs\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .xs\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .xs\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .xs\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .xs\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .xs\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .xs\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .xs\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .xs\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .xs\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .xs\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .xs\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .xs\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .xs\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .xs\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .xs\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .xs\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .xs\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .xs\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .xs\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .xs\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .xs\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .xs\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .xs\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .xs\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .xs\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .xs\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .xs\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .xs\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .xs\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .xs\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .xs\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .xs\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .xs\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .xs\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .xs\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .xs\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .xs\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .xs\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .xs\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .xs\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .xs\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .xs\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .xs\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .xs\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .xs\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .xs\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .xs\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .xs\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .xs\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .xs\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .xs\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .xs\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .xs\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .xs\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .xs\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .xs\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .xs\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .xs\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .xs\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .xs\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .xs\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .xs\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .xs\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .xs\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .xs\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .xs\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .xs\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .xs\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .xs\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .xs\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .xs\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .xs\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .xs\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .xs\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .xs\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xs\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xs\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .xs\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .xs\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .xs\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .xs\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .xs\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .xs\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .xs\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .xs\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .xs\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .xs\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .xs\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .xs\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .xs\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .xs\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .xs\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .xs\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .xs\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .xs\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .xs\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .xs\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .xs\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .xs\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .xs\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .xs\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .xs\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .xs\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .xs\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .xs\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .xs\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .xs\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .xs\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .xs\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .xs\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .xs\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .xs\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .xs\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .xs\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .xs\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .xs\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .xs\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .xs\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .xs\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .xs\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .xs\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .xs\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .xs\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .xs\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .xs\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .xs\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .xs\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .xs\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .xs\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .xs\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .xs\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .xs\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .xs\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .xs\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .xs\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .xs\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .xs\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .xs\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .xs\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .xs\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .xs\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .xs\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .xs\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .xs\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .xs\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .xs\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .xs\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .xs\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .xs\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .xs\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .xs\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .xs\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .xs\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .xs\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .xs\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .xs\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .xs\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .xs\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .xs\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .xs\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .xs\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .xs\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .xs\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .xs\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .xs\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .xs\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .xs\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .xs\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .xs\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .xs\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .xs\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .xs\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .xs\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .xs\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .xs\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .xs\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .xs\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .xs\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .xs\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .xs\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .xs\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .xs\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .xs\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .xs\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .xs\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .xs\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .xs\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .xs\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .xs\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .xs\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .xs\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .xs\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .xs\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .xs\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .xs\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .xs\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .xs\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .xs\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .xs\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .xs\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .xs\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .xs\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .xs\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .xs\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .xs\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .xs\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .xs\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .xs\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .xs\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .xs\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .xs\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .xs\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .xs\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .xs\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .xs\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .xs\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .xs\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .xs\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .xs\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .xs\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .xs\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .xs\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .xs\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .xs\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .xs\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .xs\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .xs\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .xs\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .xs\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .xs\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .xs\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .xs\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .xs\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .xs\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .xs\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .xs\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .xs\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .xs\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .xs\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .xs\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .xs\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .xs\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .xs\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .xs\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .xs\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .xs\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .xs\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .xs\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .xs\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .xs\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .xs\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .xs\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .xs\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .xs\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .xs\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .xs\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .xs\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .xs\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .xs\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .xs\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .xs\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .xs\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .xs\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .xs\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .xs\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .xs\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .xs\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .xs\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .xs\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .xs\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .xs\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .xs\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .xs\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .xs\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .xs\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .xs\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .xs\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .xs\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .xs\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .xs\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .xs\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .xs\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .xs\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .xs\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .xs\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .xs\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .xs\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .xs\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .xs\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .xs\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .xs\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .xs\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .xs\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .xs\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .xs\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .xs\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .xs\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .xs\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .xs\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .xs\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .xs\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .xs\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .xs\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .xs\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .xs\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .xs\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .xs\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .xs\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .xs\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .xs\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .xs\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .xs\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .xs\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .xs\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .xs\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .xs\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .xs\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .xs\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .xs\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .xs\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .xs\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .xs\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .xs\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .xs\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .xs\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .xs\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .xs\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .xs\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .xs\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .xs\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .xs\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .xs\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .xs\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .xs\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xs\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xs\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xs\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .xs\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .xs\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .xs\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .xs\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .xs\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .xs\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .xs\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .xs\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .xs\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .xs\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .xs\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .xs\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .xs\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .xs\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .xs\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .xs\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .xs\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .xs\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .xs\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .xs\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .xs\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .xs\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .xs\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .xs\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .xs\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .xs\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .xs\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .xs\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .xs\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .xs\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .xs\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .xs\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .xs\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .xs\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .xs\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .xs\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .xs\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .xs\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .xs\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .xs\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .xs\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .xs\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .xs\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .xs\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .xs\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .xs\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .xs\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .xs\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .xs\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .xs\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .xs\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .xs\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .xs\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .xs\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .xs\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .xs\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .xs\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .xs\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .xs\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .xs\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .xs\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .xs\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .xs\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .xs\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .xs\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .xs\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .xs\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .xs\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .xs\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .xs\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .xs\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .xs\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .xs\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .xs\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .xs\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .xs\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .xs\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .xs\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .xs\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .xs\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .xs\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .xs\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .xs\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .xs\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .xs\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .xs\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .xs\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .xs\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .xs\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .xs\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .xs\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .xs\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .xs\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .xs\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .xs\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .xs\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .xs\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .xs\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .xs\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .xs\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .xs\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .xs\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .xs\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .xs\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .xs\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .xs\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .xs\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .xs\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .xs\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .xs\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .xs\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .xs\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .xs\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .xs\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .xs\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .xs\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .xs\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .xs\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .xs\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .xs\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .xs\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .xs\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .xs\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .xs\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .xs\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .xs\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .xs\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .xs\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .xs\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .xs\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .xs\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .xs\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .xs\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .xs\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .xs\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .xs\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .xs\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .xs\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .xs\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .xs\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .xs\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .xs\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .xs\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .xs\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .xs\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .xs\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .xs\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .xs\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .xs\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .xs\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .xs\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .xs\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .xs\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .xs\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .xs\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .xs\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .xs\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .xs\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .xs\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .xs\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .xs\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .xs\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .xs\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .xs\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .xs\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .xs\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .xs\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .xs\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .xs\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .xs\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .xs\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .xs\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .xs\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .xs\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .xs\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .xs\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .xs\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .xs\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .xs\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .xs\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .xs\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .xs\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .xs\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .xs\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .xs\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .xs\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .xs\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .xs\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .xs\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .xs\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .xs\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .xs\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .xs\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .xs\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .xs\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .xs\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .xs\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .xs\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .xs\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .xs\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .xs\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .xs\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .xs\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .xs\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .xs\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .xs\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .xs\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .xs\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .xs\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .xs\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .xs\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .xs\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .xs\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .xs\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .xs\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .xs\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .xs\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .xs\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .xs\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .xs\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .xs\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .xs\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .xs\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .xs\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .xs\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .xs\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .xs\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .xs\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .xs\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .xs\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .xs\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .xs\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .xs\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .xs\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .xs\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .xs\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .xs\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .xs\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .xs\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .xs\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .xs\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .xs\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .xs\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .xs\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .xs\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .xs\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .xs\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .xs\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .xs\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .xs\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .xs\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .xs\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .xs\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .xs\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .xs\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .xs\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .xs\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .xs\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .xs\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .xs\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .xs\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .xs\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .xs\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .xs\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .xs\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .xs\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .xs\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .xs\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .xs\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .xs\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .xs\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .xs\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .xs\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .xs\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .xs\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .xs\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .xs\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .xs\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .xs\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .xs\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .xs\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .xs\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .xs\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .xs\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .xs\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .xs\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .xs\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .xs\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .xs\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .xs\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .xs\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .xs\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .xs\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .xs\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .xs\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .xs\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .xs\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .xs\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .xs\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .xs\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .xs\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .xs\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .xs\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .xs\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .xs\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .xs\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .xs\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .xs\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .xs\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .xs\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .xs\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .xs\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .xs\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .xs\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .xs\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .xs\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .xs\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .xs\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .xs\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .xs\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .xs\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .xs\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .xs\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .xs\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .xs\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .xs\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .xs\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .xs\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .xs\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .xs\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .xs\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .xs\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .xs\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .xs\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .xs\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .xs\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .xs\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .xs\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .xs\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .xs\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .xs\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .xs\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .xs\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .xs\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .xs\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .xs\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .xs\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .xs\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .xs\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .xs\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .xs\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .xs\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .xs\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .xs\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .xs\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .xs\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .xs\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .xs\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .xs\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .xs\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .xs\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .xs\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .xs\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .xs\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .xs\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .xs\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .xs\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .xs\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .xs\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .xs\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .xs\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .xs\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .xs\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .xs\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .xs\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .xs\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .xs\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .xs\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .xs\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .xs\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .xs\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .xs\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .xs\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .xs\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .xs\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .xs\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .xs\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .xs\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .xs\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .xs\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .xs\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .xs\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .xs\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .xs\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .xs\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .xs\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .xs\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .xs\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .xs\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .xs\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .xs\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .xs\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .xs\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .xs\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .xs\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .xs\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .xs\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .xs\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .xs\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .xs\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .xs\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .xs\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .xs\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .xs\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .xs\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .xs\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .xs\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .xs\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .xs\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .xs\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .xs\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .xs\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .xs\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .xs\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .xs\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .xs\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .xs\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .xs\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .xs\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .xs\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .xs\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .xs\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .xs\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .xs\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .xs\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .xs\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .xs\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .xs\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .xs\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .xs\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .xs\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .xs\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .xs\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .xs\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .xs\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .xs\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .xs\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .xs\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .xs\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .xs\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .xs\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .xs\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .xs\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .xs\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .xs\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .xs\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .xs\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .xs\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .xs\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .xs\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .xs\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .xs\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .xs\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .xs\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .xs\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .xs\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .xs\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .xs\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .xs\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .xs\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .xs\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .xs\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .xs\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .xs\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .xs\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .xs\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .xs\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .xs\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .xs\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .xs\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .xs\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .xs\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .xs\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .xs\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .xs\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .xs\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .xs\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .xs\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .xs\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .xs\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .xs\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .xs\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .xs\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .xs\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .xs\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .xs\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .xs\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .xs\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .xs\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .xs\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .xs\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .xs\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .xs\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .xs\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .xs\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xs\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xs\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xs\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xs\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xs\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xs\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xs\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .xs\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .xs\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .xs\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .xs\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .xs\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .xs\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .xs\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .xs\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .xs\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .xs\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .xs\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .xs\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .xs\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .xs\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .xs\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .xs\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .xs\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .xs\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .xs\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .xs\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .xs\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .xs\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .xs\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .xs\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .xs\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .xs\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .xs\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .xs\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .xs\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .xs\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .xs\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .xs\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .xs\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .xs\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .xs\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .xs\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .xs\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .xs\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .xs\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .xs\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .xs\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .xs\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .xs\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .xs\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .xs\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .xs\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .xs\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .xs\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .xs\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .xs\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .xs\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .xs\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .xs\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .xs\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .xs\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .xs\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .xs\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .xs\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .xs\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .xs\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .xs\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .xs\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .xs\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .xs\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .xs\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .xs\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .xs\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .xs\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .xs\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .xs\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .xs\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .xs\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .xs\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .xs\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .xs\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .xs\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .xs\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .xs\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .xs\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .xs\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .xs\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .xs\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .xs\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .xs\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .xs\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .xs\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .xs\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .xs\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .xs\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .xs\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .xs\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .xs\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .xs\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .xs\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .xs\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .xs\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .xs\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .xs\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .xs\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .xs\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .xs\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .xs\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .xs\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .xs\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .xs\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .xs\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .xs\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .xs\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .xs\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .xs\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .xs\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .xs\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .xs\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .xs\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .xs\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .xs\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .xs\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .xs\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .xs\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .xs\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .xs\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .xs\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .xs\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .xs\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .xs\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .xs\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .xs\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .xs\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .xs\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .xs\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .xs\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .xs\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .xs\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .xs\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .xs\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .xs\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .xs\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .xs\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .xs\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .xs\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .xs\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .xs\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .xs\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .xs\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .xs\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .xs\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .xs\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .xs\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .xs\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .xs\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .xs\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .xs\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .xs\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .xs\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .xs\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .xs\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .xs\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .xs\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .xs\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .xs\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .xs\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .xs\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .xs\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .xs\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .xs\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .xs\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .xs\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .xs\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .xs\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .xs\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .xs\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .xs\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .xs\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .xs\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .xs\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .xs\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .xs\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .xs\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .xs\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .xs\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .xs\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .xs\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .xs\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .xs\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .xs\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .xs\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .xs\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .xs\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .xs\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .xs\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .xs\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .xs\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .xs\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .xs\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .xs\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .xs\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .xs\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .xs\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .xs\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .xs\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .xs\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .xs\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .xs\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .xs\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .xs\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .xs\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .xs\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .xs\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .xs\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .xs\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .xs\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .xs\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .xs\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .xs\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .xs\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .xs\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .xs\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .xs\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .xs\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .xs\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .xs\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .xs\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .xs\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .xs\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .xs\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .xs\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .xs\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .xs\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .xs\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .xs\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .xs\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .xs\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .xs\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .xs\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .xs\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .xs\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .xs\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .xs\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .xs\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .xs\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .xs\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .xs\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .xs\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .xs\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .xs\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .xs\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .xs\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .xs\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .xs\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .xs\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .xs\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .xs\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .xs\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .xs\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .xs\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .xs\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .xs\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .xs\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .xs\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .xs\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .xs\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .xs\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .xs\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .xs\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .xs\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .xs\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .xs\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .xs\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .xs\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .xs\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .xs\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .xs\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .xs\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .xs\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .xs\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .xs\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .xs\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .xs\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .xs\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .xs\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .xs\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .xs\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .xs\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .xs\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .xs\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .xs\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .xs\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .xs\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .xs\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .xs\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .xs\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .xs\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .xs\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .xs\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .xs\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .xs\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .xs\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .xs\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .xs\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .xs\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .xs\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .xs\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .xs\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .xs\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .xs\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .xs\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .xs\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .xs\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .xs\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .xs\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .xs\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .xs\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .xs\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .xs\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .xs\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .xs\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .xs\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .xs\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .xs\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .xs\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .xs\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .xs\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .xs\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .xs\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .xs\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .xs\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .xs\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .xs\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .xs\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .xs\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .xs\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .xs\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .xs\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .xs\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .xs\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .xs\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .xs\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .xs\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .xs\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .xs\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .xs\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .xs\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .xs\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .xs\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .xs\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .xs\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .xs\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .xs\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .xs\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .xs\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .xs\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .xs\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .xs\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .xs\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .xs\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .xs\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .xs\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .xs\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .xs\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .xs\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .xs\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .xs\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .xs\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .xs\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .xs\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .xs\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .xs\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .xs\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .xs\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .xs\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .xs\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .xs\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .xs\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .xs\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .xs\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .xs\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .xs\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .xs\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .xs\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .xs\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .xs\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .xs\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .xs\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .xs\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .xs\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .xs\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .xs\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .xs\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .xs\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .xs\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .xs\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .xs\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .xs\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .xs\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .xs\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .xs\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .xs\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .xs\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .xs\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .xs\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .xs\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .xs\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .xs\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .xs\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .xs\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .xs\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .xs\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .xs\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .xs\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .xs\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .xs\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .xs\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .xs\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .xs\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .xs\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .xs\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .xs\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .xs\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .xs\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .xs\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .xs\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .xs\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .xs\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .xs\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .xs\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .xs\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .xs\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .xs\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .xs\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .xs\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .xs\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .xs\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .xs\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .xs\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .xs\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .xs\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .xs\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .xs\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .xs\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .xs\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .xs\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .xs\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .xs\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .xs\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .xs\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .xs\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .xs\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .xs\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .xs\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .xs\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .xs\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .xs\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .xs\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .xs\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .xs\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .xs\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .xs\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .xs\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .xs\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .xs\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .xs\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .xs\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .xs\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .xs\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .xs\:max-h-0 {
    max-height: 0px;
  }

  .xs\:max-h-15 {
    max-height: 15px;
  }

  .xs\:max-h-250 {
    max-height: 250px;
  }

  .xs\:max-h-300 {
    max-height: 300px;
  }

  .xs\:max-h-400 {
    max-height: 400px;
  }

  .xs\:max-h-450 {
    max-height: 450px;
  }

  .xs\:max-h-500 {
    max-height: 500px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-h-80vh {
    max-height: 80vh;
  }

  .xs\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .xs\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .xs\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .xs\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .xs\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .xs\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .xs\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .xs\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .xs\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .xs\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .xs\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .xs\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .xs\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .xs\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .xs\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .xs\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .xs\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .xs\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .xs\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .xs\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .xs\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .xs\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .xs\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .xs\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .xs\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .xs\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .xs\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .xs\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .xs\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .xs\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .xs\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .xs\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .xs\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .xs\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .xs\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .xs\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .xs\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .xs\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .xs\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .xs\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .xs\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .xs\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .xs\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .xs\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .xs\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .xs\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .xs\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .xs\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .xs\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .xs\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .xs\:max-w-30 {
    max-width: 30px;
  }

  .xs\:max-w-110 {
    max-width: 110px;
  }

  .xs\:max-w-150 {
    max-width: 150px;
  }

  .xs\:max-w-270 {
    max-width: 270px;
  }

  .xs\:max-w-300 {
    max-width: 300px;
  }

  .xs\:max-w-500 {
    max-width: 500px;
  }

  .xs\:max-w-900 {
    max-width: 900px;
  }

  .xs\:max-w-1128 {
    max-width: 1128px;
  }

  .xs\:max-w-1380 {
    max-width: 1380px;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-screen-xs {
    max-width: 376px;
  }

  .xs\:max-w-screen-s {
    max-width: 650px;
  }

  .xs\:max-w-screen-md {
    max-width: 900px;
  }

  .xs\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .xs\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1600px;
  }

  .xs\:max-w-100vw {
    max-width: 100vw;
  }

  .xs\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .xs\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .xs\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .xs\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .xs\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .xs\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .xs\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .xs\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .xs\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .xs\:hover\:max-w-none:hover {
    max-width: none;
  }

  .xs\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .xs\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .xs\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .xs\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .xs\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .xs\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .xs\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .xs\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .xs\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .xs\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .xs\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .xs\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .xs\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .xs\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .xs\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .xs\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .xs\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .xs\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .xs\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .xs\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .xs\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .xs\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .xs\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .xs\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .xs\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .xs\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .xs\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .xs\:focus\:max-w-none:focus {
    max-width: none;
  }

  .xs\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .xs\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .xs\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .xs\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .xs\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .xs\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .xs\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .xs\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .xs\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .xs\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .xs\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .xs\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .xs\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .xs\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .xs\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .xs\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .xs\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .xs\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .xs\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .xs\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .xs\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .xs\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .xs\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .xs\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .xs\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .xs\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .xs\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .xs\:first\:max-w-none:first-child {
    max-width: none;
  }

  .xs\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .xs\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .xs\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .xs\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .xs\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .xs\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .xs\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .xs\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .xs\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .xs\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .xs\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .xs\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .xs\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .xs\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .xs\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .xs\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .xs\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .xs\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .xs\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .xs\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .xs\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .xs\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .xs\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .xs\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .xs\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .xs\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .xs\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .xs\:last\:max-w-none:last-child {
    max-width: none;
  }

  .xs\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .xs\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .xs\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .xs\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .xs\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .xs\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .xs\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .xs\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .xs\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .xs\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .xs\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .xs\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .xs\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .xs\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .xs\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .xs\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .xs\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .xs\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .xs\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .xs\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .xs\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .xs\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .xs\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .xs\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .xs\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .xs\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .xs\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .xs\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .xs\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .xs\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .xs\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .xs\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .xs\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .xs\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .xs\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .xs\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .xs\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .xs\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .xs\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .xs\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .xs\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .xs\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .xs\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .xs\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .xs\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .xs\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-150 {
    min-height: 150px;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-h-50vh {
    min-height: 50vh;
  }

  .xs\:min-h-60vh {
    min-height: 60vh;
  }

  .xs\:min-h-80vh {
    min-height: 80vh;
  }

  .xs\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .xs\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .xs\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .xs\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .xs\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .xs\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .xs\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .xs\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .xs\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .xs\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .xs\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .xs\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .xs\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .xs\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .xs\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .xs\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .xs\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .xs\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .xs\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .xs\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .xs\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .xs\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .xs\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .xs\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .xs\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .xs\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .xs\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .xs\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .xs\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .xs\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .xs\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .xs\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .xs\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .xs\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .xs\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-6 {
    min-width: 6px;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .xs\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .xs\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .xs\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .xs\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .xs\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .xs\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .xs\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .xs\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .xs\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .xs\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .xs\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .xs\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .xs\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .xs\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .xs\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .xs\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .xs\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .xs\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .xs\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .xs\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .xs\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .xs\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .xs\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .xs\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .xs\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .xs\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .xs\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .xs\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-15 {
    opacity: 0.15;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .xs\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .xs\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .xs\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .xs\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .xs\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .xs\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .xs\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .xs\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .xs\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .xs\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .xs\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .xs\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .xs\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .xs\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .xs\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .xs\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .xs\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .xs\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .xs\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .xs\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .xs\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .xs\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .xs\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .xs\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .xs\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .xs\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .xs\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .xs\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .xs\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .xs\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .xs\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .xs\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .xs\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .xs\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .xs\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .xs\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .xs\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .xs\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .xs\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .xs\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .xs\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .xs\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .xs\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .xs\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .xs\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .xs\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .xs\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .xs\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .xs\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .xs\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .xs\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .xs\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .xs\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .xs\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .xs\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .xs\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .xs\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .xs\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .xs\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .xs\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .xs\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .xs\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .xs\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .xs\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .xs\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .xs\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .xs\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .xs\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .xs\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .xs\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .xs\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .xs\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .xs\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .xs\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .xs\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .xs\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .xs\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .xs\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .xs\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .xs\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .xs\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .xs\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .xs\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .xs\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .xs\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .xs\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .xs\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .xs\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .xs\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .xs\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .xs\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .xs\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .xs\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .xs\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .xs\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .xs\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .xs\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .xs\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .xs\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .xs\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .xs\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .xs\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .xs\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .xs\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .xs\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .xs\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .xs\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .xs\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .xs\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .xs\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:p-0 {
    padding: 0px;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 3px;
  }

  .xs\:p-4 {
    padding: 4px;
  }

  .xs\:p-5 {
    padding: 5px;
  }

  .xs\:p-6 {
    padding: 6px;
  }

  .xs\:p-8 {
    padding: 8px;
  }

  .xs\:p-9 {
    padding: 9px;
  }

  .xs\:p-10 {
    padding: 10px;
  }

  .xs\:p-12 {
    padding: 12px;
  }

  .xs\:p-13 {
    padding: 13px;
  }

  .xs\:p-14 {
    padding: 14px;
  }

  .xs\:p-15 {
    padding: 15px;
  }

  .xs\:p-16 {
    padding: 16px;
  }

  .xs\:p-17 {
    padding: 17px;
  }

  .xs\:p-18 {
    padding: 18px;
  }

  .xs\:p-20 {
    padding: 20px;
  }

  .xs\:p-22 {
    padding: 22px;
  }

  .xs\:p-24 {
    padding: 24px;
  }

  .xs\:p-25 {
    padding: 25px;
  }

  .xs\:p-28 {
    padding: 28px;
  }

  .xs\:p-29 {
    padding: 29px;
  }

  .xs\:p-30 {
    padding: 30px;
  }

  .xs\:p-32 {
    padding: 32px;
  }

  .xs\:p-35 {
    padding: 35px;
  }

  .xs\:p-36 {
    padding: 36px;
  }

  .xs\:p-37 {
    padding: 37px;
  }

  .xs\:p-40 {
    padding: 40px;
  }

  .xs\:p-45 {
    padding: 45px;
  }

  .xs\:p-48 {
    padding: 48px;
  }

  .xs\:p-50 {
    padding: 50px;
  }

  .xs\:p-55 {
    padding: 55px;
  }

  .xs\:p-56 {
    padding: 56px;
  }

  .xs\:p-60 {
    padding: 60px;
  }

  .xs\:p-62 {
    padding: 62px;
  }

  .xs\:p-64 {
    padding: 64px;
  }

  .xs\:p-65 {
    padding: 65px;
  }

  .xs\:p-70 {
    padding: 70px;
  }

  .xs\:p-75 {
    padding: 75px;
  }

  .xs\:p-80 {
    padding: 80px;
  }

  .xs\:p-85 {
    padding: 85px;
  }

  .xs\:p-90 {
    padding: 90px;
  }

  .xs\:p-95 {
    padding: 95px;
  }

  .xs\:p-96 {
    padding: 96px;
  }

  .xs\:p-100 {
    padding: 100px;
  }

  .xs\:p-110 {
    padding: 110px;
  }

  .xs\:p-115 {
    padding: 115px;
  }

  .xs\:p-120 {
    padding: 120px;
  }

  .xs\:p-128 {
    padding: 128px;
  }

  .xs\:p-135 {
    padding: 135px;
  }

  .xs\:p-140 {
    padding: 140px;
  }

  .xs\:p-145 {
    padding: 145px;
  }

  .xs\:p-150 {
    padding: 150px;
  }

  .xs\:p-160 {
    padding: 160px;
  }

  .xs\:p-165 {
    padding: 165px;
  }

  .xs\:p-168 {
    padding: 168px;
  }

  .xs\:p-170 {
    padding: 170px;
  }

  .xs\:p-180 {
    padding: 180px;
  }

  .xs\:p-200 {
    padding: 200px;
  }

  .xs\:p-220 {
    padding: 220px;
  }

  .xs\:p-230 {
    padding: 230px;
  }

  .xs\:p-235 {
    padding: 235px;
  }

  .xs\:p-240 {
    padding: 240px;
  }

  .xs\:p-250 {
    padding: 250px;
  }

  .xs\:p-300 {
    padding: 300px;
  }

  .xs\:p-320 {
    padding: 320px;
  }

  .xs\:p-350 {
    padding: 350px;
  }

  .xs\:p-375 {
    padding: 375px;
  }

  .xs\:p-400 {
    padding: 400px;
  }

  .xs\:p-450 {
    padding: 450px;
  }

  .xs\:p-700 {
    padding: 700px;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-1p {
    padding: 1%;
  }

  .xs\:p-1\/12 {
    padding: 8.3333%;
  }

  .xs\:p-2\/12 {
    padding: 16.666667%;
  }

  .xs\:p-11p {
    padding: 11%;
  }

  .xs\:p-20p {
    padding: 20%;
  }

  .xs\:p-24p {
    padding: 24.25%;
  }

  .xs\:p-25p {
    padding: 25%;
  }

  .xs\:p-32p {
    padding: 32%;
  }

  .xs\:p-35p {
    padding: 35%;
  }

  .xs\:p-40p {
    padding: 40%;
  }

  .xs\:p-49p {
    padding: 49%;
  }

  .xs\:p-49-5p {
    padding: 49.5%;
  }

  .xs\:p-80p {
    padding: 80%;
  }

  .xs\:p-vh80 {
    padding: 80vh;
  }

  .xs\:p-vh86 {
    padding: 86vh;
  }

  .xs\:p-vh90 {
    padding: 90vh;
  }

  .xs\:p-vw80 {
    padding: 80vw;
  }

  .xs\:p-vw90 {
    padding: 90vw;
  }

  .xs\:p-90p {
    padding: 90%;
  }

  .xs\:p-92p {
    padding: 92%;
  }

  .xs\:p-93p {
    padding: 93%;
  }

  .xs\:p-94p {
    padding: 94%;
  }

  .xs\:p-95p {
    padding: 95%;
  }

  .xs\:p-96p {
    padding: 96%;
  }

  .xs\:p-100p {
    padding: 100%;
  }

  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xs\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xs\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xs\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xs\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xs\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xs\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xs\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xs\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xs\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xs\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xs\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xs\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xs\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xs\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xs\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xs\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xs\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xs\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xs\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xs\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xs\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xs\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xs\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xs\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xs\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xs\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xs\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xs\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xs\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xs\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xs\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xs\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xs\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xs\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xs\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xs\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xs\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xs\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xs\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xs\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xs\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xs\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xs\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xs\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xs\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xs\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xs\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xs\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xs\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xs\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xs\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xs\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xs\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .xs\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xs\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xs\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xs\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xs\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .xs\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .xs\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .xs\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xs\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xs\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xs\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xs\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xs\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xs\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xs\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xs\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xs\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xs\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xs\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .xs\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .xs\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xs\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xs\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xs\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xs\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xs\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xs\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .xs\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .xs\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .xs\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .xs\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .xs\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .xs\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .xs\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .xs\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .xs\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .xs\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .xs\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .xs\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .xs\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .xs\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .xs\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .xs\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .xs\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xs\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xs\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xs\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .xs\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .xs\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .xs\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .xs\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .xs\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .xs\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .xs\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .xs\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .xs\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .xs\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .xs\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .xs\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .xs\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .xs\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .xs\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:pt-0 {
    padding-top: 0px;
  }

  .xs\:pr-0 {
    padding-right: 0px;
  }

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 3px;
  }

  .xs\:pr-3 {
    padding-right: 3px;
  }

  .xs\:pb-3 {
    padding-bottom: 3px;
  }

  .xs\:pl-3 {
    padding-left: 3px;
  }

  .xs\:pt-4 {
    padding-top: 4px;
  }

  .xs\:pr-4 {
    padding-right: 4px;
  }

  .xs\:pb-4 {
    padding-bottom: 4px;
  }

  .xs\:pl-4 {
    padding-left: 4px;
  }

  .xs\:pt-5 {
    padding-top: 5px;
  }

  .xs\:pr-5 {
    padding-right: 5px;
  }

  .xs\:pb-5 {
    padding-bottom: 5px;
  }

  .xs\:pl-5 {
    padding-left: 5px;
  }

  .xs\:pt-6 {
    padding-top: 6px;
  }

  .xs\:pr-6 {
    padding-right: 6px;
  }

  .xs\:pb-6 {
    padding-bottom: 6px;
  }

  .xs\:pl-6 {
    padding-left: 6px;
  }

  .xs\:pt-8 {
    padding-top: 8px;
  }

  .xs\:pr-8 {
    padding-right: 8px;
  }

  .xs\:pb-8 {
    padding-bottom: 8px;
  }

  .xs\:pl-8 {
    padding-left: 8px;
  }

  .xs\:pt-9 {
    padding-top: 9px;
  }

  .xs\:pr-9 {
    padding-right: 9px;
  }

  .xs\:pb-9 {
    padding-bottom: 9px;
  }

  .xs\:pl-9 {
    padding-left: 9px;
  }

  .xs\:pt-10 {
    padding-top: 10px;
  }

  .xs\:pr-10 {
    padding-right: 10px;
  }

  .xs\:pb-10 {
    padding-bottom: 10px;
  }

  .xs\:pl-10 {
    padding-left: 10px;
  }

  .xs\:pt-12 {
    padding-top: 12px;
  }

  .xs\:pr-12 {
    padding-right: 12px;
  }

  .xs\:pb-12 {
    padding-bottom: 12px;
  }

  .xs\:pl-12 {
    padding-left: 12px;
  }

  .xs\:pt-13 {
    padding-top: 13px;
  }

  .xs\:pr-13 {
    padding-right: 13px;
  }

  .xs\:pb-13 {
    padding-bottom: 13px;
  }

  .xs\:pl-13 {
    padding-left: 13px;
  }

  .xs\:pt-14 {
    padding-top: 14px;
  }

  .xs\:pr-14 {
    padding-right: 14px;
  }

  .xs\:pb-14 {
    padding-bottom: 14px;
  }

  .xs\:pl-14 {
    padding-left: 14px;
  }

  .xs\:pt-15 {
    padding-top: 15px;
  }

  .xs\:pr-15 {
    padding-right: 15px;
  }

  .xs\:pb-15 {
    padding-bottom: 15px;
  }

  .xs\:pl-15 {
    padding-left: 15px;
  }

  .xs\:pt-16 {
    padding-top: 16px;
  }

  .xs\:pr-16 {
    padding-right: 16px;
  }

  .xs\:pb-16 {
    padding-bottom: 16px;
  }

  .xs\:pl-16 {
    padding-left: 16px;
  }

  .xs\:pt-17 {
    padding-top: 17px;
  }

  .xs\:pr-17 {
    padding-right: 17px;
  }

  .xs\:pb-17 {
    padding-bottom: 17px;
  }

  .xs\:pl-17 {
    padding-left: 17px;
  }

  .xs\:pt-18 {
    padding-top: 18px;
  }

  .xs\:pr-18 {
    padding-right: 18px;
  }

  .xs\:pb-18 {
    padding-bottom: 18px;
  }

  .xs\:pl-18 {
    padding-left: 18px;
  }

  .xs\:pt-20 {
    padding-top: 20px;
  }

  .xs\:pr-20 {
    padding-right: 20px;
  }

  .xs\:pb-20 {
    padding-bottom: 20px;
  }

  .xs\:pl-20 {
    padding-left: 20px;
  }

  .xs\:pt-22 {
    padding-top: 22px;
  }

  .xs\:pr-22 {
    padding-right: 22px;
  }

  .xs\:pb-22 {
    padding-bottom: 22px;
  }

  .xs\:pl-22 {
    padding-left: 22px;
  }

  .xs\:pt-24 {
    padding-top: 24px;
  }

  .xs\:pr-24 {
    padding-right: 24px;
  }

  .xs\:pb-24 {
    padding-bottom: 24px;
  }

  .xs\:pl-24 {
    padding-left: 24px;
  }

  .xs\:pt-25 {
    padding-top: 25px;
  }

  .xs\:pr-25 {
    padding-right: 25px;
  }

  .xs\:pb-25 {
    padding-bottom: 25px;
  }

  .xs\:pl-25 {
    padding-left: 25px;
  }

  .xs\:pt-28 {
    padding-top: 28px;
  }

  .xs\:pr-28 {
    padding-right: 28px;
  }

  .xs\:pb-28 {
    padding-bottom: 28px;
  }

  .xs\:pl-28 {
    padding-left: 28px;
  }

  .xs\:pt-29 {
    padding-top: 29px;
  }

  .xs\:pr-29 {
    padding-right: 29px;
  }

  .xs\:pb-29 {
    padding-bottom: 29px;
  }

  .xs\:pl-29 {
    padding-left: 29px;
  }

  .xs\:pt-30 {
    padding-top: 30px;
  }

  .xs\:pr-30 {
    padding-right: 30px;
  }

  .xs\:pb-30 {
    padding-bottom: 30px;
  }

  .xs\:pl-30 {
    padding-left: 30px;
  }

  .xs\:pt-32 {
    padding-top: 32px;
  }

  .xs\:pr-32 {
    padding-right: 32px;
  }

  .xs\:pb-32 {
    padding-bottom: 32px;
  }

  .xs\:pl-32 {
    padding-left: 32px;
  }

  .xs\:pt-35 {
    padding-top: 35px;
  }

  .xs\:pr-35 {
    padding-right: 35px;
  }

  .xs\:pb-35 {
    padding-bottom: 35px;
  }

  .xs\:pl-35 {
    padding-left: 35px;
  }

  .xs\:pt-36 {
    padding-top: 36px;
  }

  .xs\:pr-36 {
    padding-right: 36px;
  }

  .xs\:pb-36 {
    padding-bottom: 36px;
  }

  .xs\:pl-36 {
    padding-left: 36px;
  }

  .xs\:pt-37 {
    padding-top: 37px;
  }

  .xs\:pr-37 {
    padding-right: 37px;
  }

  .xs\:pb-37 {
    padding-bottom: 37px;
  }

  .xs\:pl-37 {
    padding-left: 37px;
  }

  .xs\:pt-40 {
    padding-top: 40px;
  }

  .xs\:pr-40 {
    padding-right: 40px;
  }

  .xs\:pb-40 {
    padding-bottom: 40px;
  }

  .xs\:pl-40 {
    padding-left: 40px;
  }

  .xs\:pt-45 {
    padding-top: 45px;
  }

  .xs\:pr-45 {
    padding-right: 45px;
  }

  .xs\:pb-45 {
    padding-bottom: 45px;
  }

  .xs\:pl-45 {
    padding-left: 45px;
  }

  .xs\:pt-48 {
    padding-top: 48px;
  }

  .xs\:pr-48 {
    padding-right: 48px;
  }

  .xs\:pb-48 {
    padding-bottom: 48px;
  }

  .xs\:pl-48 {
    padding-left: 48px;
  }

  .xs\:pt-50 {
    padding-top: 50px;
  }

  .xs\:pr-50 {
    padding-right: 50px;
  }

  .xs\:pb-50 {
    padding-bottom: 50px;
  }

  .xs\:pl-50 {
    padding-left: 50px;
  }

  .xs\:pt-55 {
    padding-top: 55px;
  }

  .xs\:pr-55 {
    padding-right: 55px;
  }

  .xs\:pb-55 {
    padding-bottom: 55px;
  }

  .xs\:pl-55 {
    padding-left: 55px;
  }

  .xs\:pt-56 {
    padding-top: 56px;
  }

  .xs\:pr-56 {
    padding-right: 56px;
  }

  .xs\:pb-56 {
    padding-bottom: 56px;
  }

  .xs\:pl-56 {
    padding-left: 56px;
  }

  .xs\:pt-60 {
    padding-top: 60px;
  }

  .xs\:pr-60 {
    padding-right: 60px;
  }

  .xs\:pb-60 {
    padding-bottom: 60px;
  }

  .xs\:pl-60 {
    padding-left: 60px;
  }

  .xs\:pt-62 {
    padding-top: 62px;
  }

  .xs\:pr-62 {
    padding-right: 62px;
  }

  .xs\:pb-62 {
    padding-bottom: 62px;
  }

  .xs\:pl-62 {
    padding-left: 62px;
  }

  .xs\:pt-64 {
    padding-top: 64px;
  }

  .xs\:pr-64 {
    padding-right: 64px;
  }

  .xs\:pb-64 {
    padding-bottom: 64px;
  }

  .xs\:pl-64 {
    padding-left: 64px;
  }

  .xs\:pt-65 {
    padding-top: 65px;
  }

  .xs\:pr-65 {
    padding-right: 65px;
  }

  .xs\:pb-65 {
    padding-bottom: 65px;
  }

  .xs\:pl-65 {
    padding-left: 65px;
  }

  .xs\:pt-70 {
    padding-top: 70px;
  }

  .xs\:pr-70 {
    padding-right: 70px;
  }

  .xs\:pb-70 {
    padding-bottom: 70px;
  }

  .xs\:pl-70 {
    padding-left: 70px;
  }

  .xs\:pt-75 {
    padding-top: 75px;
  }

  .xs\:pr-75 {
    padding-right: 75px;
  }

  .xs\:pb-75 {
    padding-bottom: 75px;
  }

  .xs\:pl-75 {
    padding-left: 75px;
  }

  .xs\:pt-80 {
    padding-top: 80px;
  }

  .xs\:pr-80 {
    padding-right: 80px;
  }

  .xs\:pb-80 {
    padding-bottom: 80px;
  }

  .xs\:pl-80 {
    padding-left: 80px;
  }

  .xs\:pt-85 {
    padding-top: 85px;
  }

  .xs\:pr-85 {
    padding-right: 85px;
  }

  .xs\:pb-85 {
    padding-bottom: 85px;
  }

  .xs\:pl-85 {
    padding-left: 85px;
  }

  .xs\:pt-90 {
    padding-top: 90px;
  }

  .xs\:pr-90 {
    padding-right: 90px;
  }

  .xs\:pb-90 {
    padding-bottom: 90px;
  }

  .xs\:pl-90 {
    padding-left: 90px;
  }

  .xs\:pt-95 {
    padding-top: 95px;
  }

  .xs\:pr-95 {
    padding-right: 95px;
  }

  .xs\:pb-95 {
    padding-bottom: 95px;
  }

  .xs\:pl-95 {
    padding-left: 95px;
  }

  .xs\:pt-96 {
    padding-top: 96px;
  }

  .xs\:pr-96 {
    padding-right: 96px;
  }

  .xs\:pb-96 {
    padding-bottom: 96px;
  }

  .xs\:pl-96 {
    padding-left: 96px;
  }

  .xs\:pt-100 {
    padding-top: 100px;
  }

  .xs\:pr-100 {
    padding-right: 100px;
  }

  .xs\:pb-100 {
    padding-bottom: 100px;
  }

  .xs\:pl-100 {
    padding-left: 100px;
  }

  .xs\:pt-110 {
    padding-top: 110px;
  }

  .xs\:pr-110 {
    padding-right: 110px;
  }

  .xs\:pb-110 {
    padding-bottom: 110px;
  }

  .xs\:pl-110 {
    padding-left: 110px;
  }

  .xs\:pt-115 {
    padding-top: 115px;
  }

  .xs\:pr-115 {
    padding-right: 115px;
  }

  .xs\:pb-115 {
    padding-bottom: 115px;
  }

  .xs\:pl-115 {
    padding-left: 115px;
  }

  .xs\:pt-120 {
    padding-top: 120px;
  }

  .xs\:pr-120 {
    padding-right: 120px;
  }

  .xs\:pb-120 {
    padding-bottom: 120px;
  }

  .xs\:pl-120 {
    padding-left: 120px;
  }

  .xs\:pt-128 {
    padding-top: 128px;
  }

  .xs\:pr-128 {
    padding-right: 128px;
  }

  .xs\:pb-128 {
    padding-bottom: 128px;
  }

  .xs\:pl-128 {
    padding-left: 128px;
  }

  .xs\:pt-135 {
    padding-top: 135px;
  }

  .xs\:pr-135 {
    padding-right: 135px;
  }

  .xs\:pb-135 {
    padding-bottom: 135px;
  }

  .xs\:pl-135 {
    padding-left: 135px;
  }

  .xs\:pt-140 {
    padding-top: 140px;
  }

  .xs\:pr-140 {
    padding-right: 140px;
  }

  .xs\:pb-140 {
    padding-bottom: 140px;
  }

  .xs\:pl-140 {
    padding-left: 140px;
  }

  .xs\:pt-145 {
    padding-top: 145px;
  }

  .xs\:pr-145 {
    padding-right: 145px;
  }

  .xs\:pb-145 {
    padding-bottom: 145px;
  }

  .xs\:pl-145 {
    padding-left: 145px;
  }

  .xs\:pt-150 {
    padding-top: 150px;
  }

  .xs\:pr-150 {
    padding-right: 150px;
  }

  .xs\:pb-150 {
    padding-bottom: 150px;
  }

  .xs\:pl-150 {
    padding-left: 150px;
  }

  .xs\:pt-160 {
    padding-top: 160px;
  }

  .xs\:pr-160 {
    padding-right: 160px;
  }

  .xs\:pb-160 {
    padding-bottom: 160px;
  }

  .xs\:pl-160 {
    padding-left: 160px;
  }

  .xs\:pt-165 {
    padding-top: 165px;
  }

  .xs\:pr-165 {
    padding-right: 165px;
  }

  .xs\:pb-165 {
    padding-bottom: 165px;
  }

  .xs\:pl-165 {
    padding-left: 165px;
  }

  .xs\:pt-168 {
    padding-top: 168px;
  }

  .xs\:pr-168 {
    padding-right: 168px;
  }

  .xs\:pb-168 {
    padding-bottom: 168px;
  }

  .xs\:pl-168 {
    padding-left: 168px;
  }

  .xs\:pt-170 {
    padding-top: 170px;
  }

  .xs\:pr-170 {
    padding-right: 170px;
  }

  .xs\:pb-170 {
    padding-bottom: 170px;
  }

  .xs\:pl-170 {
    padding-left: 170px;
  }

  .xs\:pt-180 {
    padding-top: 180px;
  }

  .xs\:pr-180 {
    padding-right: 180px;
  }

  .xs\:pb-180 {
    padding-bottom: 180px;
  }

  .xs\:pl-180 {
    padding-left: 180px;
  }

  .xs\:pt-200 {
    padding-top: 200px;
  }

  .xs\:pr-200 {
    padding-right: 200px;
  }

  .xs\:pb-200 {
    padding-bottom: 200px;
  }

  .xs\:pl-200 {
    padding-left: 200px;
  }

  .xs\:pt-220 {
    padding-top: 220px;
  }

  .xs\:pr-220 {
    padding-right: 220px;
  }

  .xs\:pb-220 {
    padding-bottom: 220px;
  }

  .xs\:pl-220 {
    padding-left: 220px;
  }

  .xs\:pt-230 {
    padding-top: 230px;
  }

  .xs\:pr-230 {
    padding-right: 230px;
  }

  .xs\:pb-230 {
    padding-bottom: 230px;
  }

  .xs\:pl-230 {
    padding-left: 230px;
  }

  .xs\:pt-235 {
    padding-top: 235px;
  }

  .xs\:pr-235 {
    padding-right: 235px;
  }

  .xs\:pb-235 {
    padding-bottom: 235px;
  }

  .xs\:pl-235 {
    padding-left: 235px;
  }

  .xs\:pt-240 {
    padding-top: 240px;
  }

  .xs\:pr-240 {
    padding-right: 240px;
  }

  .xs\:pb-240 {
    padding-bottom: 240px;
  }

  .xs\:pl-240 {
    padding-left: 240px;
  }

  .xs\:pt-250 {
    padding-top: 250px;
  }

  .xs\:pr-250 {
    padding-right: 250px;
  }

  .xs\:pb-250 {
    padding-bottom: 250px;
  }

  .xs\:pl-250 {
    padding-left: 250px;
  }

  .xs\:pt-300 {
    padding-top: 300px;
  }

  .xs\:pr-300 {
    padding-right: 300px;
  }

  .xs\:pb-300 {
    padding-bottom: 300px;
  }

  .xs\:pl-300 {
    padding-left: 300px;
  }

  .xs\:pt-320 {
    padding-top: 320px;
  }

  .xs\:pr-320 {
    padding-right: 320px;
  }

  .xs\:pb-320 {
    padding-bottom: 320px;
  }

  .xs\:pl-320 {
    padding-left: 320px;
  }

  .xs\:pt-350 {
    padding-top: 350px;
  }

  .xs\:pr-350 {
    padding-right: 350px;
  }

  .xs\:pb-350 {
    padding-bottom: 350px;
  }

  .xs\:pl-350 {
    padding-left: 350px;
  }

  .xs\:pt-375 {
    padding-top: 375px;
  }

  .xs\:pr-375 {
    padding-right: 375px;
  }

  .xs\:pb-375 {
    padding-bottom: 375px;
  }

  .xs\:pl-375 {
    padding-left: 375px;
  }

  .xs\:pt-400 {
    padding-top: 400px;
  }

  .xs\:pr-400 {
    padding-right: 400px;
  }

  .xs\:pb-400 {
    padding-bottom: 400px;
  }

  .xs\:pl-400 {
    padding-left: 400px;
  }

  .xs\:pt-450 {
    padding-top: 450px;
  }

  .xs\:pr-450 {
    padding-right: 450px;
  }

  .xs\:pb-450 {
    padding-bottom: 450px;
  }

  .xs\:pl-450 {
    padding-left: 450px;
  }

  .xs\:pt-700 {
    padding-top: 700px;
  }

  .xs\:pr-700 {
    padding-right: 700px;
  }

  .xs\:pb-700 {
    padding-bottom: 700px;
  }

  .xs\:pl-700 {
    padding-left: 700px;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pt-1p {
    padding-top: 1%;
  }

  .xs\:pr-1p {
    padding-right: 1%;
  }

  .xs\:pb-1p {
    padding-bottom: 1%;
  }

  .xs\:pl-1p {
    padding-left: 1%;
  }

  .xs\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .xs\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .xs\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .xs\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .xs\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .xs\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xs\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .xs\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xs\:pt-11p {
    padding-top: 11%;
  }

  .xs\:pr-11p {
    padding-right: 11%;
  }

  .xs\:pb-11p {
    padding-bottom: 11%;
  }

  .xs\:pl-11p {
    padding-left: 11%;
  }

  .xs\:pt-20p {
    padding-top: 20%;
  }

  .xs\:pr-20p {
    padding-right: 20%;
  }

  .xs\:pb-20p {
    padding-bottom: 20%;
  }

  .xs\:pl-20p {
    padding-left: 20%;
  }

  .xs\:pt-24p {
    padding-top: 24.25%;
  }

  .xs\:pr-24p {
    padding-right: 24.25%;
  }

  .xs\:pb-24p {
    padding-bottom: 24.25%;
  }

  .xs\:pl-24p {
    padding-left: 24.25%;
  }

  .xs\:pt-25p {
    padding-top: 25%;
  }

  .xs\:pr-25p {
    padding-right: 25%;
  }

  .xs\:pb-25p {
    padding-bottom: 25%;
  }

  .xs\:pl-25p {
    padding-left: 25%;
  }

  .xs\:pt-32p {
    padding-top: 32%;
  }

  .xs\:pr-32p {
    padding-right: 32%;
  }

  .xs\:pb-32p {
    padding-bottom: 32%;
  }

  .xs\:pl-32p {
    padding-left: 32%;
  }

  .xs\:pt-35p {
    padding-top: 35%;
  }

  .xs\:pr-35p {
    padding-right: 35%;
  }

  .xs\:pb-35p {
    padding-bottom: 35%;
  }

  .xs\:pl-35p {
    padding-left: 35%;
  }

  .xs\:pt-40p {
    padding-top: 40%;
  }

  .xs\:pr-40p {
    padding-right: 40%;
  }

  .xs\:pb-40p {
    padding-bottom: 40%;
  }

  .xs\:pl-40p {
    padding-left: 40%;
  }

  .xs\:pt-49p {
    padding-top: 49%;
  }

  .xs\:pr-49p {
    padding-right: 49%;
  }

  .xs\:pb-49p {
    padding-bottom: 49%;
  }

  .xs\:pl-49p {
    padding-left: 49%;
  }

  .xs\:pt-49-5p {
    padding-top: 49.5%;
  }

  .xs\:pr-49-5p {
    padding-right: 49.5%;
  }

  .xs\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .xs\:pl-49-5p {
    padding-left: 49.5%;
  }

  .xs\:pt-80p {
    padding-top: 80%;
  }

  .xs\:pr-80p {
    padding-right: 80%;
  }

  .xs\:pb-80p {
    padding-bottom: 80%;
  }

  .xs\:pl-80p {
    padding-left: 80%;
  }

  .xs\:pt-vh80 {
    padding-top: 80vh;
  }

  .xs\:pr-vh80 {
    padding-right: 80vh;
  }

  .xs\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .xs\:pl-vh80 {
    padding-left: 80vh;
  }

  .xs\:pt-vh86 {
    padding-top: 86vh;
  }

  .xs\:pr-vh86 {
    padding-right: 86vh;
  }

  .xs\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .xs\:pl-vh86 {
    padding-left: 86vh;
  }

  .xs\:pt-vh90 {
    padding-top: 90vh;
  }

  .xs\:pr-vh90 {
    padding-right: 90vh;
  }

  .xs\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .xs\:pl-vh90 {
    padding-left: 90vh;
  }

  .xs\:pt-vw80 {
    padding-top: 80vw;
  }

  .xs\:pr-vw80 {
    padding-right: 80vw;
  }

  .xs\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .xs\:pl-vw80 {
    padding-left: 80vw;
  }

  .xs\:pt-vw90 {
    padding-top: 90vw;
  }

  .xs\:pr-vw90 {
    padding-right: 90vw;
  }

  .xs\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .xs\:pl-vw90 {
    padding-left: 90vw;
  }

  .xs\:pt-90p {
    padding-top: 90%;
  }

  .xs\:pr-90p {
    padding-right: 90%;
  }

  .xs\:pb-90p {
    padding-bottom: 90%;
  }

  .xs\:pl-90p {
    padding-left: 90%;
  }

  .xs\:pt-92p {
    padding-top: 92%;
  }

  .xs\:pr-92p {
    padding-right: 92%;
  }

  .xs\:pb-92p {
    padding-bottom: 92%;
  }

  .xs\:pl-92p {
    padding-left: 92%;
  }

  .xs\:pt-93p {
    padding-top: 93%;
  }

  .xs\:pr-93p {
    padding-right: 93%;
  }

  .xs\:pb-93p {
    padding-bottom: 93%;
  }

  .xs\:pl-93p {
    padding-left: 93%;
  }

  .xs\:pt-94p {
    padding-top: 94%;
  }

  .xs\:pr-94p {
    padding-right: 94%;
  }

  .xs\:pb-94p {
    padding-bottom: 94%;
  }

  .xs\:pl-94p {
    padding-left: 94%;
  }

  .xs\:pt-95p {
    padding-top: 95%;
  }

  .xs\:pr-95p {
    padding-right: 95%;
  }

  .xs\:pb-95p {
    padding-bottom: 95%;
  }

  .xs\:pl-95p {
    padding-left: 95%;
  }

  .xs\:pt-96p {
    padding-top: 96%;
  }

  .xs\:pr-96p {
    padding-right: 96%;
  }

  .xs\:pb-96p {
    padding-bottom: 96%;
  }

  .xs\:pl-96p {
    padding-left: 96%;
  }

  .xs\:pt-100p {
    padding-top: 100%;
  }

  .xs\:pr-100p {
    padding-right: 100%;
  }

  .xs\:pb-100p {
    padding-bottom: 100%;
  }

  .xs\:pl-100p {
    padding-left: 100%;
  }

  .xs\:hover\:p-0:hover {
    padding: 0px;
  }

  .xs\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xs\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xs\:hover\:p-3:hover {
    padding: 3px;
  }

  .xs\:hover\:p-4:hover {
    padding: 4px;
  }

  .xs\:hover\:p-5:hover {
    padding: 5px;
  }

  .xs\:hover\:p-6:hover {
    padding: 6px;
  }

  .xs\:hover\:p-8:hover {
    padding: 8px;
  }

  .xs\:hover\:p-9:hover {
    padding: 9px;
  }

  .xs\:hover\:p-10:hover {
    padding: 10px;
  }

  .xs\:hover\:p-12:hover {
    padding: 12px;
  }

  .xs\:hover\:p-13:hover {
    padding: 13px;
  }

  .xs\:hover\:p-14:hover {
    padding: 14px;
  }

  .xs\:hover\:p-15:hover {
    padding: 15px;
  }

  .xs\:hover\:p-16:hover {
    padding: 16px;
  }

  .xs\:hover\:p-17:hover {
    padding: 17px;
  }

  .xs\:hover\:p-18:hover {
    padding: 18px;
  }

  .xs\:hover\:p-20:hover {
    padding: 20px;
  }

  .xs\:hover\:p-22:hover {
    padding: 22px;
  }

  .xs\:hover\:p-24:hover {
    padding: 24px;
  }

  .xs\:hover\:p-25:hover {
    padding: 25px;
  }

  .xs\:hover\:p-28:hover {
    padding: 28px;
  }

  .xs\:hover\:p-29:hover {
    padding: 29px;
  }

  .xs\:hover\:p-30:hover {
    padding: 30px;
  }

  .xs\:hover\:p-32:hover {
    padding: 32px;
  }

  .xs\:hover\:p-35:hover {
    padding: 35px;
  }

  .xs\:hover\:p-36:hover {
    padding: 36px;
  }

  .xs\:hover\:p-37:hover {
    padding: 37px;
  }

  .xs\:hover\:p-40:hover {
    padding: 40px;
  }

  .xs\:hover\:p-45:hover {
    padding: 45px;
  }

  .xs\:hover\:p-48:hover {
    padding: 48px;
  }

  .xs\:hover\:p-50:hover {
    padding: 50px;
  }

  .xs\:hover\:p-55:hover {
    padding: 55px;
  }

  .xs\:hover\:p-56:hover {
    padding: 56px;
  }

  .xs\:hover\:p-60:hover {
    padding: 60px;
  }

  .xs\:hover\:p-62:hover {
    padding: 62px;
  }

  .xs\:hover\:p-64:hover {
    padding: 64px;
  }

  .xs\:hover\:p-65:hover {
    padding: 65px;
  }

  .xs\:hover\:p-70:hover {
    padding: 70px;
  }

  .xs\:hover\:p-75:hover {
    padding: 75px;
  }

  .xs\:hover\:p-80:hover {
    padding: 80px;
  }

  .xs\:hover\:p-85:hover {
    padding: 85px;
  }

  .xs\:hover\:p-90:hover {
    padding: 90px;
  }

  .xs\:hover\:p-95:hover {
    padding: 95px;
  }

  .xs\:hover\:p-96:hover {
    padding: 96px;
  }

  .xs\:hover\:p-100:hover {
    padding: 100px;
  }

  .xs\:hover\:p-110:hover {
    padding: 110px;
  }

  .xs\:hover\:p-115:hover {
    padding: 115px;
  }

  .xs\:hover\:p-120:hover {
    padding: 120px;
  }

  .xs\:hover\:p-128:hover {
    padding: 128px;
  }

  .xs\:hover\:p-135:hover {
    padding: 135px;
  }

  .xs\:hover\:p-140:hover {
    padding: 140px;
  }

  .xs\:hover\:p-145:hover {
    padding: 145px;
  }

  .xs\:hover\:p-150:hover {
    padding: 150px;
  }

  .xs\:hover\:p-160:hover {
    padding: 160px;
  }

  .xs\:hover\:p-165:hover {
    padding: 165px;
  }

  .xs\:hover\:p-168:hover {
    padding: 168px;
  }

  .xs\:hover\:p-170:hover {
    padding: 170px;
  }

  .xs\:hover\:p-180:hover {
    padding: 180px;
  }

  .xs\:hover\:p-200:hover {
    padding: 200px;
  }

  .xs\:hover\:p-220:hover {
    padding: 220px;
  }

  .xs\:hover\:p-230:hover {
    padding: 230px;
  }

  .xs\:hover\:p-235:hover {
    padding: 235px;
  }

  .xs\:hover\:p-240:hover {
    padding: 240px;
  }

  .xs\:hover\:p-250:hover {
    padding: 250px;
  }

  .xs\:hover\:p-300:hover {
    padding: 300px;
  }

  .xs\:hover\:p-320:hover {
    padding: 320px;
  }

  .xs\:hover\:p-350:hover {
    padding: 350px;
  }

  .xs\:hover\:p-375:hover {
    padding: 375px;
  }

  .xs\:hover\:p-400:hover {
    padding: 400px;
  }

  .xs\:hover\:p-450:hover {
    padding: 450px;
  }

  .xs\:hover\:p-700:hover {
    padding: 700px;
  }

  .xs\:hover\:p-px:hover {
    padding: 1px;
  }

  .xs\:hover\:p-1p:hover {
    padding: 1%;
  }

  .xs\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .xs\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .xs\:hover\:p-11p:hover {
    padding: 11%;
  }

  .xs\:hover\:p-20p:hover {
    padding: 20%;
  }

  .xs\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .xs\:hover\:p-25p:hover {
    padding: 25%;
  }

  .xs\:hover\:p-32p:hover {
    padding: 32%;
  }

  .xs\:hover\:p-35p:hover {
    padding: 35%;
  }

  .xs\:hover\:p-40p:hover {
    padding: 40%;
  }

  .xs\:hover\:p-49p:hover {
    padding: 49%;
  }

  .xs\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .xs\:hover\:p-80p:hover {
    padding: 80%;
  }

  .xs\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .xs\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .xs\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .xs\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .xs\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .xs\:hover\:p-90p:hover {
    padding: 90%;
  }

  .xs\:hover\:p-92p:hover {
    padding: 92%;
  }

  .xs\:hover\:p-93p:hover {
    padding: 93%;
  }

  .xs\:hover\:p-94p:hover {
    padding: 94%;
  }

  .xs\:hover\:p-95p:hover {
    padding: 95%;
  }

  .xs\:hover\:p-96p:hover {
    padding: 96%;
  }

  .xs\:hover\:p-100p:hover {
    padding: 100%;
  }

  .xs\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xs\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xs\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xs\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xs\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xs\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xs\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xs\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xs\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xs\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xs\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xs\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xs\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xs\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xs\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xs\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xs\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xs\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xs\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xs\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xs\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xs\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xs\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xs\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xs\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xs\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xs\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xs\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xs\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xs\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xs\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xs\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xs\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xs\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xs\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xs\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xs\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xs\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xs\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xs\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xs\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xs\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xs\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xs\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xs\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xs\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xs\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xs\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xs\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xs\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xs\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xs\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xs\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xs\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .xs\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xs\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xs\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xs\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xs\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .xs\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .xs\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .xs\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xs\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xs\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xs\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xs\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xs\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xs\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xs\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xs\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xs\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xs\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xs\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .xs\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .xs\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xs\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xs\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xs\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xs\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xs\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xs\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .xs\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .xs\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .xs\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .xs\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .xs\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .xs\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .xs\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .xs\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .xs\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .xs\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .xs\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .xs\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .xs\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .xs\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .xs\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .xs\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .xs\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .xs\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xs\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xs\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xs\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .xs\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .xs\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .xs\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .xs\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .xs\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .xs\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .xs\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .xs\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .xs\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .xs\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .xs\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .xs\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .xs\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .xs\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .xs\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .xs\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .xs\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .xs\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .xs\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xs\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xs\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xs\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xs\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xs\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xs\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .xs\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .xs\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .xs\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .xs\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .xs\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .xs\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .xs\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .xs\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .xs\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .xs\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .xs\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .xs\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .xs\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .xs\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .xs\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .xs\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .xs\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .xs\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .xs\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .xs\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .xs\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .xs\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .xs\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .xs\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .xs\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .xs\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .xs\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .xs\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .xs\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .xs\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .xs\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .xs\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .xs\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .xs\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .xs\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .xs\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .xs\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .xs\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .xs\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .xs\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .xs\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .xs\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .xs\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .xs\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .xs\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .xs\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .xs\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .xs\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .xs\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .xs\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .xs\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .xs\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .xs\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .xs\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .xs\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .xs\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .xs\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .xs\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .xs\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .xs\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .xs\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .xs\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .xs\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .xs\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .xs\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .xs\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .xs\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .xs\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .xs\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .xs\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .xs\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .xs\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .xs\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .xs\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .xs\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .xs\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .xs\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .xs\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .xs\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .xs\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .xs\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .xs\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .xs\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .xs\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .xs\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .xs\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .xs\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .xs\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .xs\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .xs\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .xs\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .xs\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .xs\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .xs\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .xs\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .xs\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .xs\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .xs\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .xs\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .xs\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .xs\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .xs\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .xs\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .xs\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .xs\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .xs\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .xs\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .xs\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .xs\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .xs\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .xs\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .xs\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .xs\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .xs\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .xs\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .xs\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .xs\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .xs\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .xs\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .xs\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .xs\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .xs\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .xs\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .xs\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .xs\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .xs\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .xs\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .xs\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .xs\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .xs\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .xs\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .xs\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .xs\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .xs\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .xs\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .xs\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .xs\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .xs\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .xs\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .xs\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .xs\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .xs\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .xs\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .xs\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .xs\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .xs\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .xs\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .xs\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .xs\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .xs\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .xs\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .xs\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .xs\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .xs\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .xs\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .xs\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .xs\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .xs\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .xs\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .xs\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .xs\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .xs\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .xs\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .xs\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .xs\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .xs\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .xs\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .xs\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .xs\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .xs\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .xs\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .xs\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .xs\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .xs\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .xs\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .xs\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .xs\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .xs\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .xs\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .xs\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .xs\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .xs\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .xs\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .xs\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .xs\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .xs\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .xs\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .xs\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .xs\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .xs\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .xs\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .xs\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .xs\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .xs\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .xs\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .xs\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .xs\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .xs\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .xs\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .xs\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .xs\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .xs\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .xs\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .xs\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .xs\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .xs\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .xs\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .xs\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .xs\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .xs\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .xs\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .xs\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .xs\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .xs\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .xs\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .xs\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .xs\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .xs\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .xs\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .xs\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .xs\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .xs\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .xs\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .xs\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .xs\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .xs\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .xs\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .xs\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .xs\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .xs\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .xs\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .xs\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .xs\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .xs\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .xs\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .xs\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .xs\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .xs\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .xs\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .xs\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .xs\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .xs\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .xs\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .xs\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .xs\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .xs\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .xs\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .xs\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .xs\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .xs\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .xs\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .xs\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .xs\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .xs\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .xs\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .xs\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .xs\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .xs\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .xs\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .xs\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .xs\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .xs\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .xs\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .xs\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .xs\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .xs\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .xs\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .xs\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .xs\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .xs\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .xs\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .xs\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .xs\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .xs\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .xs\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .xs\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xs\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xs\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xs\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xs\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .xs\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .xs\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .xs\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .xs\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .xs\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .xs\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .xs\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .xs\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .xs\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .xs\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .xs\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .xs\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .xs\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .xs\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .xs\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .xs\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .xs\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .xs\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .xs\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .xs\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .xs\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .xs\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .xs\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .xs\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .xs\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .xs\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .xs\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .xs\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .xs\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .xs\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .xs\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .xs\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .xs\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .xs\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .xs\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .xs\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .xs\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .xs\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .xs\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .xs\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .xs\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .xs\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .xs\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .xs\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .xs\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .xs\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .xs\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .xs\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .xs\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .xs\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .xs\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .xs\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .xs\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .xs\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .xs\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .xs\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .xs\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .xs\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .xs\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .xs\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .xs\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .xs\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .xs\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .xs\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .xs\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .xs\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .xs\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .xs\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .xs\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .xs\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .xs\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .xs\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .xs\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .xs\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .xs\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .xs\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .xs\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .xs\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .xs\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .xs\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .xs\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .xs\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .xs\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .xs\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .xs\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .xs\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .xs\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .xs\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .xs\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .xs\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .xs\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .xs\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .xs\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .xs\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .xs\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .xs\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .xs\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .xs\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .xs\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .xs\:focus\:p-0:focus {
    padding: 0px;
  }

  .xs\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xs\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xs\:focus\:p-3:focus {
    padding: 3px;
  }

  .xs\:focus\:p-4:focus {
    padding: 4px;
  }

  .xs\:focus\:p-5:focus {
    padding: 5px;
  }

  .xs\:focus\:p-6:focus {
    padding: 6px;
  }

  .xs\:focus\:p-8:focus {
    padding: 8px;
  }

  .xs\:focus\:p-9:focus {
    padding: 9px;
  }

  .xs\:focus\:p-10:focus {
    padding: 10px;
  }

  .xs\:focus\:p-12:focus {
    padding: 12px;
  }

  .xs\:focus\:p-13:focus {
    padding: 13px;
  }

  .xs\:focus\:p-14:focus {
    padding: 14px;
  }

  .xs\:focus\:p-15:focus {
    padding: 15px;
  }

  .xs\:focus\:p-16:focus {
    padding: 16px;
  }

  .xs\:focus\:p-17:focus {
    padding: 17px;
  }

  .xs\:focus\:p-18:focus {
    padding: 18px;
  }

  .xs\:focus\:p-20:focus {
    padding: 20px;
  }

  .xs\:focus\:p-22:focus {
    padding: 22px;
  }

  .xs\:focus\:p-24:focus {
    padding: 24px;
  }

  .xs\:focus\:p-25:focus {
    padding: 25px;
  }

  .xs\:focus\:p-28:focus {
    padding: 28px;
  }

  .xs\:focus\:p-29:focus {
    padding: 29px;
  }

  .xs\:focus\:p-30:focus {
    padding: 30px;
  }

  .xs\:focus\:p-32:focus {
    padding: 32px;
  }

  .xs\:focus\:p-35:focus {
    padding: 35px;
  }

  .xs\:focus\:p-36:focus {
    padding: 36px;
  }

  .xs\:focus\:p-37:focus {
    padding: 37px;
  }

  .xs\:focus\:p-40:focus {
    padding: 40px;
  }

  .xs\:focus\:p-45:focus {
    padding: 45px;
  }

  .xs\:focus\:p-48:focus {
    padding: 48px;
  }

  .xs\:focus\:p-50:focus {
    padding: 50px;
  }

  .xs\:focus\:p-55:focus {
    padding: 55px;
  }

  .xs\:focus\:p-56:focus {
    padding: 56px;
  }

  .xs\:focus\:p-60:focus {
    padding: 60px;
  }

  .xs\:focus\:p-62:focus {
    padding: 62px;
  }

  .xs\:focus\:p-64:focus {
    padding: 64px;
  }

  .xs\:focus\:p-65:focus {
    padding: 65px;
  }

  .xs\:focus\:p-70:focus {
    padding: 70px;
  }

  .xs\:focus\:p-75:focus {
    padding: 75px;
  }

  .xs\:focus\:p-80:focus {
    padding: 80px;
  }

  .xs\:focus\:p-85:focus {
    padding: 85px;
  }

  .xs\:focus\:p-90:focus {
    padding: 90px;
  }

  .xs\:focus\:p-95:focus {
    padding: 95px;
  }

  .xs\:focus\:p-96:focus {
    padding: 96px;
  }

  .xs\:focus\:p-100:focus {
    padding: 100px;
  }

  .xs\:focus\:p-110:focus {
    padding: 110px;
  }

  .xs\:focus\:p-115:focus {
    padding: 115px;
  }

  .xs\:focus\:p-120:focus {
    padding: 120px;
  }

  .xs\:focus\:p-128:focus {
    padding: 128px;
  }

  .xs\:focus\:p-135:focus {
    padding: 135px;
  }

  .xs\:focus\:p-140:focus {
    padding: 140px;
  }

  .xs\:focus\:p-145:focus {
    padding: 145px;
  }

  .xs\:focus\:p-150:focus {
    padding: 150px;
  }

  .xs\:focus\:p-160:focus {
    padding: 160px;
  }

  .xs\:focus\:p-165:focus {
    padding: 165px;
  }

  .xs\:focus\:p-168:focus {
    padding: 168px;
  }

  .xs\:focus\:p-170:focus {
    padding: 170px;
  }

  .xs\:focus\:p-180:focus {
    padding: 180px;
  }

  .xs\:focus\:p-200:focus {
    padding: 200px;
  }

  .xs\:focus\:p-220:focus {
    padding: 220px;
  }

  .xs\:focus\:p-230:focus {
    padding: 230px;
  }

  .xs\:focus\:p-235:focus {
    padding: 235px;
  }

  .xs\:focus\:p-240:focus {
    padding: 240px;
  }

  .xs\:focus\:p-250:focus {
    padding: 250px;
  }

  .xs\:focus\:p-300:focus {
    padding: 300px;
  }

  .xs\:focus\:p-320:focus {
    padding: 320px;
  }

  .xs\:focus\:p-350:focus {
    padding: 350px;
  }

  .xs\:focus\:p-375:focus {
    padding: 375px;
  }

  .xs\:focus\:p-400:focus {
    padding: 400px;
  }

  .xs\:focus\:p-450:focus {
    padding: 450px;
  }

  .xs\:focus\:p-700:focus {
    padding: 700px;
  }

  .xs\:focus\:p-px:focus {
    padding: 1px;
  }

  .xs\:focus\:p-1p:focus {
    padding: 1%;
  }

  .xs\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .xs\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .xs\:focus\:p-11p:focus {
    padding: 11%;
  }

  .xs\:focus\:p-20p:focus {
    padding: 20%;
  }

  .xs\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .xs\:focus\:p-25p:focus {
    padding: 25%;
  }

  .xs\:focus\:p-32p:focus {
    padding: 32%;
  }

  .xs\:focus\:p-35p:focus {
    padding: 35%;
  }

  .xs\:focus\:p-40p:focus {
    padding: 40%;
  }

  .xs\:focus\:p-49p:focus {
    padding: 49%;
  }

  .xs\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .xs\:focus\:p-80p:focus {
    padding: 80%;
  }

  .xs\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .xs\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .xs\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .xs\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .xs\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .xs\:focus\:p-90p:focus {
    padding: 90%;
  }

  .xs\:focus\:p-92p:focus {
    padding: 92%;
  }

  .xs\:focus\:p-93p:focus {
    padding: 93%;
  }

  .xs\:focus\:p-94p:focus {
    padding: 94%;
  }

  .xs\:focus\:p-95p:focus {
    padding: 95%;
  }

  .xs\:focus\:p-96p:focus {
    padding: 96%;
  }

  .xs\:focus\:p-100p:focus {
    padding: 100%;
  }

  .xs\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xs\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xs\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xs\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xs\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xs\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xs\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xs\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xs\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xs\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xs\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xs\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xs\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xs\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xs\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xs\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xs\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xs\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xs\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xs\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xs\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xs\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xs\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xs\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xs\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xs\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xs\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xs\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xs\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xs\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xs\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xs\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xs\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xs\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xs\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xs\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xs\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xs\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xs\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xs\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xs\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xs\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xs\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xs\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xs\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xs\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xs\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xs\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xs\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xs\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xs\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xs\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xs\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xs\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .xs\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xs\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xs\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xs\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xs\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .xs\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .xs\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .xs\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xs\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xs\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xs\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xs\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xs\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xs\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xs\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xs\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xs\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xs\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xs\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .xs\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .xs\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xs\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xs\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xs\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xs\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xs\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xs\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .xs\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .xs\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .xs\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .xs\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .xs\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .xs\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .xs\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .xs\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .xs\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .xs\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .xs\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .xs\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .xs\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .xs\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .xs\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .xs\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .xs\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .xs\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xs\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xs\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xs\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .xs\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .xs\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .xs\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .xs\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .xs\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .xs\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .xs\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .xs\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .xs\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .xs\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .xs\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .xs\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .xs\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .xs\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .xs\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .xs\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .xs\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .xs\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .xs\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xs\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xs\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xs\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xs\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xs\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xs\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .xs\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .xs\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .xs\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .xs\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .xs\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .xs\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .xs\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .xs\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .xs\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .xs\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .xs\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .xs\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .xs\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .xs\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .xs\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .xs\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .xs\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .xs\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .xs\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .xs\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .xs\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .xs\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .xs\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .xs\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .xs\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .xs\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .xs\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .xs\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .xs\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .xs\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .xs\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .xs\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .xs\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .xs\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .xs\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .xs\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .xs\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .xs\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .xs\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .xs\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .xs\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .xs\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .xs\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .xs\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .xs\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .xs\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .xs\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .xs\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .xs\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .xs\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .xs\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .xs\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .xs\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .xs\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .xs\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .xs\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .xs\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .xs\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .xs\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .xs\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .xs\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .xs\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .xs\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .xs\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .xs\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .xs\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .xs\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .xs\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .xs\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .xs\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .xs\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .xs\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .xs\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .xs\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .xs\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .xs\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .xs\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .xs\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .xs\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .xs\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .xs\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .xs\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .xs\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .xs\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .xs\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .xs\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .xs\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .xs\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .xs\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .xs\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .xs\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .xs\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .xs\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .xs\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .xs\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .xs\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .xs\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .xs\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .xs\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .xs\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .xs\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .xs\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .xs\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .xs\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .xs\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .xs\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .xs\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .xs\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .xs\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .xs\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .xs\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .xs\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .xs\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .xs\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .xs\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .xs\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .xs\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .xs\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .xs\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .xs\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .xs\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .xs\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .xs\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .xs\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .xs\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .xs\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .xs\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .xs\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .xs\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .xs\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .xs\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .xs\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .xs\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .xs\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .xs\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .xs\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .xs\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .xs\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .xs\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .xs\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .xs\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .xs\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .xs\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .xs\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .xs\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .xs\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .xs\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .xs\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .xs\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .xs\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .xs\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .xs\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .xs\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .xs\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .xs\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .xs\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .xs\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .xs\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .xs\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .xs\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .xs\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .xs\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .xs\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .xs\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .xs\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .xs\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .xs\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .xs\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .xs\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .xs\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .xs\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .xs\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .xs\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .xs\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .xs\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .xs\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .xs\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .xs\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .xs\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .xs\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .xs\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .xs\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .xs\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .xs\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .xs\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .xs\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .xs\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .xs\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .xs\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .xs\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .xs\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .xs\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .xs\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .xs\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .xs\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .xs\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .xs\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .xs\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .xs\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .xs\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .xs\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .xs\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .xs\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .xs\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .xs\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .xs\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .xs\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .xs\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .xs\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .xs\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .xs\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .xs\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .xs\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .xs\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .xs\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .xs\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .xs\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .xs\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .xs\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .xs\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .xs\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .xs\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .xs\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .xs\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .xs\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .xs\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .xs\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .xs\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .xs\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .xs\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .xs\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .xs\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .xs\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .xs\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .xs\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .xs\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .xs\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .xs\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .xs\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .xs\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .xs\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .xs\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .xs\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .xs\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .xs\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .xs\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .xs\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .xs\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .xs\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .xs\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .xs\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .xs\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .xs\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .xs\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .xs\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .xs\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .xs\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .xs\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .xs\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .xs\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .xs\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .xs\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .xs\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .xs\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .xs\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .xs\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .xs\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .xs\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .xs\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .xs\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .xs\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .xs\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .xs\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .xs\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .xs\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .xs\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xs\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xs\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xs\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xs\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .xs\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .xs\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .xs\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .xs\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .xs\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .xs\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .xs\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .xs\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .xs\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .xs\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .xs\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .xs\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .xs\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .xs\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .xs\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .xs\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .xs\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .xs\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .xs\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .xs\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .xs\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .xs\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .xs\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .xs\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .xs\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .xs\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .xs\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .xs\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .xs\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .xs\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .xs\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .xs\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .xs\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .xs\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .xs\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .xs\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .xs\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .xs\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .xs\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .xs\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .xs\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .xs\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .xs\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .xs\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .xs\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .xs\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .xs\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .xs\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .xs\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .xs\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .xs\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .xs\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .xs\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .xs\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .xs\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .xs\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .xs\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .xs\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .xs\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .xs\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .xs\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .xs\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .xs\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .xs\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .xs\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .xs\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .xs\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .xs\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .xs\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .xs\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .xs\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .xs\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .xs\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .xs\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .xs\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .xs\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .xs\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .xs\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .xs\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .xs\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .xs\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .xs\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .xs\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .xs\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .xs\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .xs\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .xs\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .xs\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .xs\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .xs\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .xs\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .xs\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .xs\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .xs\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .xs\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .xs\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .xs\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .xs\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .xs\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .xs\:first\:p-0:first-child {
    padding: 0px;
  }

  .xs\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xs\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xs\:first\:p-3:first-child {
    padding: 3px;
  }

  .xs\:first\:p-4:first-child {
    padding: 4px;
  }

  .xs\:first\:p-5:first-child {
    padding: 5px;
  }

  .xs\:first\:p-6:first-child {
    padding: 6px;
  }

  .xs\:first\:p-8:first-child {
    padding: 8px;
  }

  .xs\:first\:p-9:first-child {
    padding: 9px;
  }

  .xs\:first\:p-10:first-child {
    padding: 10px;
  }

  .xs\:first\:p-12:first-child {
    padding: 12px;
  }

  .xs\:first\:p-13:first-child {
    padding: 13px;
  }

  .xs\:first\:p-14:first-child {
    padding: 14px;
  }

  .xs\:first\:p-15:first-child {
    padding: 15px;
  }

  .xs\:first\:p-16:first-child {
    padding: 16px;
  }

  .xs\:first\:p-17:first-child {
    padding: 17px;
  }

  .xs\:first\:p-18:first-child {
    padding: 18px;
  }

  .xs\:first\:p-20:first-child {
    padding: 20px;
  }

  .xs\:first\:p-22:first-child {
    padding: 22px;
  }

  .xs\:first\:p-24:first-child {
    padding: 24px;
  }

  .xs\:first\:p-25:first-child {
    padding: 25px;
  }

  .xs\:first\:p-28:first-child {
    padding: 28px;
  }

  .xs\:first\:p-29:first-child {
    padding: 29px;
  }

  .xs\:first\:p-30:first-child {
    padding: 30px;
  }

  .xs\:first\:p-32:first-child {
    padding: 32px;
  }

  .xs\:first\:p-35:first-child {
    padding: 35px;
  }

  .xs\:first\:p-36:first-child {
    padding: 36px;
  }

  .xs\:first\:p-37:first-child {
    padding: 37px;
  }

  .xs\:first\:p-40:first-child {
    padding: 40px;
  }

  .xs\:first\:p-45:first-child {
    padding: 45px;
  }

  .xs\:first\:p-48:first-child {
    padding: 48px;
  }

  .xs\:first\:p-50:first-child {
    padding: 50px;
  }

  .xs\:first\:p-55:first-child {
    padding: 55px;
  }

  .xs\:first\:p-56:first-child {
    padding: 56px;
  }

  .xs\:first\:p-60:first-child {
    padding: 60px;
  }

  .xs\:first\:p-62:first-child {
    padding: 62px;
  }

  .xs\:first\:p-64:first-child {
    padding: 64px;
  }

  .xs\:first\:p-65:first-child {
    padding: 65px;
  }

  .xs\:first\:p-70:first-child {
    padding: 70px;
  }

  .xs\:first\:p-75:first-child {
    padding: 75px;
  }

  .xs\:first\:p-80:first-child {
    padding: 80px;
  }

  .xs\:first\:p-85:first-child {
    padding: 85px;
  }

  .xs\:first\:p-90:first-child {
    padding: 90px;
  }

  .xs\:first\:p-95:first-child {
    padding: 95px;
  }

  .xs\:first\:p-96:first-child {
    padding: 96px;
  }

  .xs\:first\:p-100:first-child {
    padding: 100px;
  }

  .xs\:first\:p-110:first-child {
    padding: 110px;
  }

  .xs\:first\:p-115:first-child {
    padding: 115px;
  }

  .xs\:first\:p-120:first-child {
    padding: 120px;
  }

  .xs\:first\:p-128:first-child {
    padding: 128px;
  }

  .xs\:first\:p-135:first-child {
    padding: 135px;
  }

  .xs\:first\:p-140:first-child {
    padding: 140px;
  }

  .xs\:first\:p-145:first-child {
    padding: 145px;
  }

  .xs\:first\:p-150:first-child {
    padding: 150px;
  }

  .xs\:first\:p-160:first-child {
    padding: 160px;
  }

  .xs\:first\:p-165:first-child {
    padding: 165px;
  }

  .xs\:first\:p-168:first-child {
    padding: 168px;
  }

  .xs\:first\:p-170:first-child {
    padding: 170px;
  }

  .xs\:first\:p-180:first-child {
    padding: 180px;
  }

  .xs\:first\:p-200:first-child {
    padding: 200px;
  }

  .xs\:first\:p-220:first-child {
    padding: 220px;
  }

  .xs\:first\:p-230:first-child {
    padding: 230px;
  }

  .xs\:first\:p-235:first-child {
    padding: 235px;
  }

  .xs\:first\:p-240:first-child {
    padding: 240px;
  }

  .xs\:first\:p-250:first-child {
    padding: 250px;
  }

  .xs\:first\:p-300:first-child {
    padding: 300px;
  }

  .xs\:first\:p-320:first-child {
    padding: 320px;
  }

  .xs\:first\:p-350:first-child {
    padding: 350px;
  }

  .xs\:first\:p-375:first-child {
    padding: 375px;
  }

  .xs\:first\:p-400:first-child {
    padding: 400px;
  }

  .xs\:first\:p-450:first-child {
    padding: 450px;
  }

  .xs\:first\:p-700:first-child {
    padding: 700px;
  }

  .xs\:first\:p-px:first-child {
    padding: 1px;
  }

  .xs\:first\:p-1p:first-child {
    padding: 1%;
  }

  .xs\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .xs\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .xs\:first\:p-11p:first-child {
    padding: 11%;
  }

  .xs\:first\:p-20p:first-child {
    padding: 20%;
  }

  .xs\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .xs\:first\:p-25p:first-child {
    padding: 25%;
  }

  .xs\:first\:p-32p:first-child {
    padding: 32%;
  }

  .xs\:first\:p-35p:first-child {
    padding: 35%;
  }

  .xs\:first\:p-40p:first-child {
    padding: 40%;
  }

  .xs\:first\:p-49p:first-child {
    padding: 49%;
  }

  .xs\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .xs\:first\:p-80p:first-child {
    padding: 80%;
  }

  .xs\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .xs\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .xs\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .xs\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .xs\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .xs\:first\:p-90p:first-child {
    padding: 90%;
  }

  .xs\:first\:p-92p:first-child {
    padding: 92%;
  }

  .xs\:first\:p-93p:first-child {
    padding: 93%;
  }

  .xs\:first\:p-94p:first-child {
    padding: 94%;
  }

  .xs\:first\:p-95p:first-child {
    padding: 95%;
  }

  .xs\:first\:p-96p:first-child {
    padding: 96%;
  }

  .xs\:first\:p-100p:first-child {
    padding: 100%;
  }

  .xs\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xs\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xs\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xs\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xs\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xs\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xs\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xs\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xs\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xs\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xs\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xs\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xs\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xs\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xs\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xs\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xs\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xs\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xs\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xs\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xs\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xs\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xs\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xs\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xs\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xs\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xs\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xs\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xs\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xs\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xs\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xs\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xs\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xs\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xs\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xs\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xs\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xs\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xs\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xs\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xs\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xs\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xs\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xs\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xs\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xs\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xs\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xs\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xs\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xs\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xs\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xs\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xs\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xs\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .xs\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xs\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xs\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xs\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xs\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .xs\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .xs\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .xs\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xs\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xs\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xs\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xs\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xs\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xs\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xs\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xs\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xs\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xs\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xs\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .xs\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .xs\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xs\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xs\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xs\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xs\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xs\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xs\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .xs\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .xs\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .xs\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .xs\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .xs\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .xs\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .xs\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .xs\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .xs\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .xs\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .xs\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .xs\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .xs\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .xs\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .xs\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .xs\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .xs\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .xs\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xs\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xs\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xs\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .xs\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .xs\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .xs\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .xs\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .xs\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .xs\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .xs\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .xs\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .xs\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .xs\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .xs\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .xs\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .xs\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .xs\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .xs\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .xs\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .xs\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .xs\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .xs\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xs\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xs\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xs\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xs\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xs\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xs\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xs\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xs\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .xs\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .xs\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .xs\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .xs\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .xs\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .xs\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .xs\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .xs\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .xs\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .xs\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .xs\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .xs\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .xs\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .xs\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .xs\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .xs\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .xs\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .xs\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .xs\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .xs\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .xs\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .xs\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .xs\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .xs\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .xs\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .xs\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .xs\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .xs\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .xs\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .xs\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .xs\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .xs\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .xs\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .xs\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .xs\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .xs\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .xs\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .xs\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .xs\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .xs\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .xs\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .xs\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .xs\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .xs\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .xs\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .xs\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .xs\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .xs\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .xs\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .xs\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .xs\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .xs\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .xs\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .xs\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .xs\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .xs\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .xs\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .xs\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .xs\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .xs\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .xs\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .xs\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .xs\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .xs\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .xs\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .xs\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .xs\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .xs\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .xs\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .xs\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .xs\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .xs\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .xs\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .xs\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .xs\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .xs\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .xs\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .xs\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .xs\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .xs\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .xs\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .xs\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .xs\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .xs\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .xs\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .xs\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .xs\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .xs\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .xs\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .xs\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .xs\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .xs\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .xs\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .xs\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .xs\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .xs\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .xs\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .xs\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .xs\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .xs\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .xs\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .xs\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .xs\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .xs\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .xs\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .xs\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .xs\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .xs\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .xs\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .xs\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .xs\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .xs\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .xs\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .xs\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .xs\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .xs\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .xs\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .xs\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .xs\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .xs\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .xs\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .xs\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .xs\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .xs\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .xs\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .xs\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .xs\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .xs\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .xs\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .xs\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .xs\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .xs\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .xs\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .xs\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .xs\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .xs\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .xs\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .xs\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .xs\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .xs\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .xs\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .xs\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .xs\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .xs\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .xs\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .xs\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .xs\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .xs\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .xs\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .xs\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .xs\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .xs\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .xs\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .xs\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .xs\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .xs\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .xs\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .xs\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .xs\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .xs\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .xs\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .xs\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .xs\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .xs\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .xs\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .xs\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .xs\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .xs\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .xs\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .xs\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .xs\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .xs\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .xs\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .xs\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .xs\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .xs\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .xs\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .xs\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .xs\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .xs\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .xs\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .xs\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .xs\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .xs\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .xs\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .xs\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .xs\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .xs\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .xs\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .xs\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .xs\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .xs\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .xs\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .xs\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .xs\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .xs\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .xs\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .xs\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .xs\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .xs\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .xs\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .xs\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .xs\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .xs\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .xs\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .xs\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .xs\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .xs\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .xs\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .xs\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .xs\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .xs\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .xs\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .xs\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .xs\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .xs\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .xs\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .xs\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .xs\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .xs\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .xs\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .xs\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .xs\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .xs\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .xs\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .xs\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .xs\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .xs\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .xs\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .xs\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .xs\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .xs\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .xs\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .xs\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .xs\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .xs\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .xs\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .xs\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .xs\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .xs\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .xs\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .xs\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .xs\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .xs\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .xs\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .xs\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .xs\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .xs\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .xs\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .xs\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .xs\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .xs\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .xs\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .xs\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .xs\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .xs\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .xs\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .xs\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .xs\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .xs\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .xs\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .xs\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .xs\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .xs\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .xs\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .xs\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .xs\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .xs\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .xs\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .xs\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .xs\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .xs\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .xs\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .xs\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .xs\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .xs\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xs\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xs\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xs\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xs\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .xs\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .xs\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .xs\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .xs\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .xs\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .xs\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .xs\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .xs\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .xs\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .xs\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .xs\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .xs\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .xs\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .xs\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .xs\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .xs\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .xs\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .xs\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .xs\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .xs\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .xs\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .xs\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .xs\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .xs\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .xs\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .xs\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .xs\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .xs\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .xs\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .xs\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .xs\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .xs\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .xs\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .xs\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .xs\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .xs\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .xs\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .xs\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .xs\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .xs\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .xs\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .xs\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .xs\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .xs\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .xs\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .xs\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .xs\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .xs\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .xs\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .xs\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .xs\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .xs\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .xs\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .xs\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .xs\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .xs\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .xs\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .xs\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .xs\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .xs\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .xs\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .xs\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .xs\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .xs\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .xs\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .xs\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .xs\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .xs\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .xs\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .xs\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .xs\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .xs\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .xs\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .xs\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .xs\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .xs\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .xs\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .xs\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .xs\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .xs\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .xs\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .xs\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .xs\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .xs\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .xs\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .xs\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .xs\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .xs\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .xs\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .xs\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .xs\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .xs\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .xs\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .xs\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .xs\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .xs\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .xs\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .xs\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .xs\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .xs\:last\:p-0:last-child {
    padding: 0px;
  }

  .xs\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xs\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xs\:last\:p-3:last-child {
    padding: 3px;
  }

  .xs\:last\:p-4:last-child {
    padding: 4px;
  }

  .xs\:last\:p-5:last-child {
    padding: 5px;
  }

  .xs\:last\:p-6:last-child {
    padding: 6px;
  }

  .xs\:last\:p-8:last-child {
    padding: 8px;
  }

  .xs\:last\:p-9:last-child {
    padding: 9px;
  }

  .xs\:last\:p-10:last-child {
    padding: 10px;
  }

  .xs\:last\:p-12:last-child {
    padding: 12px;
  }

  .xs\:last\:p-13:last-child {
    padding: 13px;
  }

  .xs\:last\:p-14:last-child {
    padding: 14px;
  }

  .xs\:last\:p-15:last-child {
    padding: 15px;
  }

  .xs\:last\:p-16:last-child {
    padding: 16px;
  }

  .xs\:last\:p-17:last-child {
    padding: 17px;
  }

  .xs\:last\:p-18:last-child {
    padding: 18px;
  }

  .xs\:last\:p-20:last-child {
    padding: 20px;
  }

  .xs\:last\:p-22:last-child {
    padding: 22px;
  }

  .xs\:last\:p-24:last-child {
    padding: 24px;
  }

  .xs\:last\:p-25:last-child {
    padding: 25px;
  }

  .xs\:last\:p-28:last-child {
    padding: 28px;
  }

  .xs\:last\:p-29:last-child {
    padding: 29px;
  }

  .xs\:last\:p-30:last-child {
    padding: 30px;
  }

  .xs\:last\:p-32:last-child {
    padding: 32px;
  }

  .xs\:last\:p-35:last-child {
    padding: 35px;
  }

  .xs\:last\:p-36:last-child {
    padding: 36px;
  }

  .xs\:last\:p-37:last-child {
    padding: 37px;
  }

  .xs\:last\:p-40:last-child {
    padding: 40px;
  }

  .xs\:last\:p-45:last-child {
    padding: 45px;
  }

  .xs\:last\:p-48:last-child {
    padding: 48px;
  }

  .xs\:last\:p-50:last-child {
    padding: 50px;
  }

  .xs\:last\:p-55:last-child {
    padding: 55px;
  }

  .xs\:last\:p-56:last-child {
    padding: 56px;
  }

  .xs\:last\:p-60:last-child {
    padding: 60px;
  }

  .xs\:last\:p-62:last-child {
    padding: 62px;
  }

  .xs\:last\:p-64:last-child {
    padding: 64px;
  }

  .xs\:last\:p-65:last-child {
    padding: 65px;
  }

  .xs\:last\:p-70:last-child {
    padding: 70px;
  }

  .xs\:last\:p-75:last-child {
    padding: 75px;
  }

  .xs\:last\:p-80:last-child {
    padding: 80px;
  }

  .xs\:last\:p-85:last-child {
    padding: 85px;
  }

  .xs\:last\:p-90:last-child {
    padding: 90px;
  }

  .xs\:last\:p-95:last-child {
    padding: 95px;
  }

  .xs\:last\:p-96:last-child {
    padding: 96px;
  }

  .xs\:last\:p-100:last-child {
    padding: 100px;
  }

  .xs\:last\:p-110:last-child {
    padding: 110px;
  }

  .xs\:last\:p-115:last-child {
    padding: 115px;
  }

  .xs\:last\:p-120:last-child {
    padding: 120px;
  }

  .xs\:last\:p-128:last-child {
    padding: 128px;
  }

  .xs\:last\:p-135:last-child {
    padding: 135px;
  }

  .xs\:last\:p-140:last-child {
    padding: 140px;
  }

  .xs\:last\:p-145:last-child {
    padding: 145px;
  }

  .xs\:last\:p-150:last-child {
    padding: 150px;
  }

  .xs\:last\:p-160:last-child {
    padding: 160px;
  }

  .xs\:last\:p-165:last-child {
    padding: 165px;
  }

  .xs\:last\:p-168:last-child {
    padding: 168px;
  }

  .xs\:last\:p-170:last-child {
    padding: 170px;
  }

  .xs\:last\:p-180:last-child {
    padding: 180px;
  }

  .xs\:last\:p-200:last-child {
    padding: 200px;
  }

  .xs\:last\:p-220:last-child {
    padding: 220px;
  }

  .xs\:last\:p-230:last-child {
    padding: 230px;
  }

  .xs\:last\:p-235:last-child {
    padding: 235px;
  }

  .xs\:last\:p-240:last-child {
    padding: 240px;
  }

  .xs\:last\:p-250:last-child {
    padding: 250px;
  }

  .xs\:last\:p-300:last-child {
    padding: 300px;
  }

  .xs\:last\:p-320:last-child {
    padding: 320px;
  }

  .xs\:last\:p-350:last-child {
    padding: 350px;
  }

  .xs\:last\:p-375:last-child {
    padding: 375px;
  }

  .xs\:last\:p-400:last-child {
    padding: 400px;
  }

  .xs\:last\:p-450:last-child {
    padding: 450px;
  }

  .xs\:last\:p-700:last-child {
    padding: 700px;
  }

  .xs\:last\:p-px:last-child {
    padding: 1px;
  }

  .xs\:last\:p-1p:last-child {
    padding: 1%;
  }

  .xs\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .xs\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .xs\:last\:p-11p:last-child {
    padding: 11%;
  }

  .xs\:last\:p-20p:last-child {
    padding: 20%;
  }

  .xs\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .xs\:last\:p-25p:last-child {
    padding: 25%;
  }

  .xs\:last\:p-32p:last-child {
    padding: 32%;
  }

  .xs\:last\:p-35p:last-child {
    padding: 35%;
  }

  .xs\:last\:p-40p:last-child {
    padding: 40%;
  }

  .xs\:last\:p-49p:last-child {
    padding: 49%;
  }

  .xs\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .xs\:last\:p-80p:last-child {
    padding: 80%;
  }

  .xs\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .xs\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .xs\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .xs\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .xs\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .xs\:last\:p-90p:last-child {
    padding: 90%;
  }

  .xs\:last\:p-92p:last-child {
    padding: 92%;
  }

  .xs\:last\:p-93p:last-child {
    padding: 93%;
  }

  .xs\:last\:p-94p:last-child {
    padding: 94%;
  }

  .xs\:last\:p-95p:last-child {
    padding: 95%;
  }

  .xs\:last\:p-96p:last-child {
    padding: 96%;
  }

  .xs\:last\:p-100p:last-child {
    padding: 100%;
  }

  .xs\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xs\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xs\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xs\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xs\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xs\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xs\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xs\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xs\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xs\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xs\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xs\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xs\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xs\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xs\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xs\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xs\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xs\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xs\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xs\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xs\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xs\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xs\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xs\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xs\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xs\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xs\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xs\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xs\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xs\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xs\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xs\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xs\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xs\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xs\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xs\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xs\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xs\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xs\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xs\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xs\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xs\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xs\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xs\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xs\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xs\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xs\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xs\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xs\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xs\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xs\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xs\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xs\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xs\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xs\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xs\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xs\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xs\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xs\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xs\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xs\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xs\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xs\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xs\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xs\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xs\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xs\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xs\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xs\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xs\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xs\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .xs\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .xs\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xs\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xs\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .xs\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .xs\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .xs\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .xs\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .xs\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .xs\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .xs\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .xs\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .xs\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .xs\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .xs\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .xs\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xs\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .xs\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xs\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xs\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .xs\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .xs\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xs\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .xs\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .xs\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .xs\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .xs\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .xs\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .xs\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .xs\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .xs\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .xs\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .xs\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .xs\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .xs\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .xs\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .xs\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .xs\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .xs\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .xs\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .xs\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .xs\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .xs\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .xs\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .xs\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .xs\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .xs\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .xs\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .xs\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .xs\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .xs\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .xs\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .xs\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .xs\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .xs\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .xs\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .xs\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .xs\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .xs\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .xs\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .xs\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .xs\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .xs\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .xs\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .xs\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .xs\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .xs\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .xs\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .xs\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .xs\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .xs\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .xs\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xs\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xs\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xs\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xs\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xs\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xs\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xs\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xs\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .xs\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .xs\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .xs\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .xs\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .xs\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .xs\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .xs\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .xs\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .xs\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .xs\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .xs\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .xs\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .xs\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .xs\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .xs\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .xs\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .xs\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .xs\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .xs\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .xs\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .xs\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .xs\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .xs\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .xs\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .xs\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .xs\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .xs\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .xs\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .xs\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .xs\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .xs\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .xs\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .xs\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .xs\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .xs\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .xs\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .xs\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .xs\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .xs\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .xs\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .xs\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .xs\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .xs\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .xs\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .xs\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .xs\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .xs\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .xs\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .xs\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .xs\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .xs\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .xs\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .xs\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .xs\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .xs\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .xs\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .xs\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .xs\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .xs\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .xs\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .xs\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .xs\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .xs\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .xs\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .xs\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .xs\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .xs\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .xs\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .xs\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .xs\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .xs\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .xs\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .xs\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .xs\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .xs\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .xs\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .xs\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .xs\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .xs\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .xs\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .xs\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .xs\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .xs\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .xs\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .xs\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .xs\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .xs\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .xs\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .xs\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .xs\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .xs\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .xs\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .xs\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .xs\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .xs\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .xs\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .xs\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .xs\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .xs\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .xs\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .xs\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .xs\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .xs\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .xs\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .xs\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .xs\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .xs\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .xs\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .xs\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .xs\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .xs\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .xs\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .xs\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .xs\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .xs\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .xs\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .xs\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .xs\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .xs\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .xs\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .xs\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .xs\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .xs\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .xs\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .xs\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .xs\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .xs\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .xs\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .xs\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .xs\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .xs\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .xs\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .xs\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .xs\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .xs\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .xs\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .xs\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .xs\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .xs\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .xs\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .xs\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .xs\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .xs\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .xs\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .xs\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .xs\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .xs\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .xs\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .xs\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .xs\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .xs\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .xs\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .xs\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .xs\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .xs\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .xs\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .xs\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .xs\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .xs\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .xs\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .xs\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .xs\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .xs\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .xs\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .xs\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .xs\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .xs\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .xs\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .xs\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .xs\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .xs\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .xs\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .xs\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .xs\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .xs\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .xs\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .xs\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .xs\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .xs\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .xs\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .xs\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .xs\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .xs\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .xs\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .xs\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .xs\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .xs\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .xs\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .xs\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .xs\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .xs\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .xs\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .xs\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .xs\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .xs\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .xs\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .xs\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .xs\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .xs\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .xs\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .xs\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .xs\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .xs\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .xs\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .xs\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .xs\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .xs\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .xs\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .xs\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .xs\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .xs\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .xs\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .xs\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .xs\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .xs\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .xs\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .xs\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .xs\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .xs\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .xs\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .xs\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .xs\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .xs\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .xs\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .xs\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .xs\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .xs\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .xs\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .xs\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .xs\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .xs\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .xs\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .xs\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .xs\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .xs\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .xs\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .xs\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .xs\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .xs\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .xs\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .xs\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .xs\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .xs\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .xs\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .xs\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .xs\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .xs\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .xs\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .xs\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .xs\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .xs\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .xs\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .xs\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .xs\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .xs\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .xs\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .xs\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .xs\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .xs\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .xs\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .xs\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .xs\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .xs\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .xs\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .xs\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .xs\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .xs\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .xs\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .xs\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .xs\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .xs\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .xs\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .xs\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .xs\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .xs\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .xs\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xs\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xs\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xs\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xs\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .xs\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .xs\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .xs\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .xs\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .xs\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .xs\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .xs\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .xs\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .xs\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .xs\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .xs\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .xs\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .xs\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .xs\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .xs\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .xs\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .xs\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .xs\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .xs\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .xs\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .xs\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .xs\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .xs\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .xs\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .xs\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .xs\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .xs\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .xs\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .xs\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .xs\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .xs\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .xs\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .xs\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .xs\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .xs\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .xs\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .xs\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .xs\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .xs\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .xs\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .xs\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .xs\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .xs\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .xs\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .xs\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .xs\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .xs\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .xs\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .xs\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .xs\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .xs\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .xs\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .xs\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .xs\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .xs\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .xs\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .xs\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .xs\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .xs\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .xs\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .xs\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .xs\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .xs\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .xs\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .xs\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .xs\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .xs\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .xs\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .xs\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .xs\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .xs\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .xs\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .xs\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .xs\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .xs\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .xs\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .xs\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .xs\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .xs\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .xs\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .xs\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .xs\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .xs\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .xs\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .xs\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .xs\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .xs\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .xs\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .xs\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .xs\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .xs\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .xs\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .xs\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .xs\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .xs\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .xs\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .xs\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .xs\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .xs\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .xs\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .xs\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .xs\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .xs\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .xs\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .xs\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .xs\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .xs\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .xs\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .xs\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .xs\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .xs\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .xs\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .xs\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .xs\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .xs\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .xs\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .xs\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .xs\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .xs\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .xs\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .xs\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .xs\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .xs\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .xs\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .xs\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .xs\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .xs\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .xs\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .xs\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .xs\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .xs\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .xs\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .xs\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .xs\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .xs\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .xs\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .xs\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .xs\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .xs\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .xs\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .xs\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .xs\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .xs\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .xs\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .xs\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .xs\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .xs\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .xs\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .xs\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .xs\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .xs\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .xs\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .xs\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .xs\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .xs\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .xs\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .xs\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .xs\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .xs\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .xs\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .xs\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .xs\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .xs\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .xs\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .xs\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .xs\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .xs\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .xs\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .xs\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .xs\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .xs\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .xs\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xs\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .xs\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .xs\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .xs\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .xs\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .xs\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .xs\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .xs\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .xs\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .xs\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .xs\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .xs\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .xs\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .xs\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .xs\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .xs\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .xs\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .xs\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .xs\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .xs\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .xs\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .xs\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .xs\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .xs\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .xs\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .xs\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .xs\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .xs\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .xs\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .xs\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .xs\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .xs\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .xs\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .xs\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .xs\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .xs\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .xs\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .xs\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .xs\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .xs\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .xs\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .xs\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .xs\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .xs\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .xs\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .xs\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .xs\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .xs\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .xs\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .xs\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .xs\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .xs\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .xs\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .xs\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .xs\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .xs\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .xs\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .xs\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .xs\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .xs\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .xs\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .xs\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .xs\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .xs\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .xs\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .xs\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .xs\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .xs\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .xs\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .xs\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .xs\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .xs\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .xs\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .xs\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .xs\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .xs\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .xs\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .xs\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .xs\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .xs\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .xs\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .xs\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .xs\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .xs\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .xs\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .xs\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .xs\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .xs\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .xs\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .xs\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .xs\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .xs\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .xs\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .xs\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .xs\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .xs\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .xs\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .xs\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .xs\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .xs\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .xs\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .xs\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .xs\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .xs\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .xs\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .xs\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .xs\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .xs\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .xs\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .xs\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .xs\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .xs\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .xs\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .xs\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .xs\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .xs\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .xs\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .xs\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .xs\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .xs\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .xs\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .xs\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .xs\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .xs\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .xs\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .xs\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .xs\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .xs\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .xs\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .xs\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .xs\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .xs\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .xs\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .xs\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .xs\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .xs\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .xs\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .xs\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .xs\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .xs\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .xs\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .xs\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .xs\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .xs\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .xs\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .xs\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .xs\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .xs\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .xs\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .xs\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .xs\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .xs\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .xs\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .xs\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .xs\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .xs\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .xs\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .xs\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .xs\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .xs\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .xs\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .xs\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .xs\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .xs\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .xs\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .xs\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .xs\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .xs\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .xs\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .xs\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .xs\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .xs\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .xs\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .xs\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .xs\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .xs\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .xs\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .xs\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .xs\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .xs\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .xs\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .xs\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .xs\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .xs\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .xs\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .xs\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .xs\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .xs\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .xs\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .xs\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .xs\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .xs\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .xs\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .xs\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .xs\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .xs\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .xs\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .xs\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .xs\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .xs\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .xs\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .xs\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .xs\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .xs\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .xs\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .xs\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .xs\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .xs\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .xs\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .xs\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .xs\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .xs\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .xs\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .xs\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .xs\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .xs\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .xs\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .xs\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .xs\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .xs\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .xs\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .xs\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .xs\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .xs\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .xs\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .xs\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .xs\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .xs\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .xs\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .xs\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .xs\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .xs\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .xs\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .xs\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .xs\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .xs\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .xs\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .xs\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .xs\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .xs\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .xs\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .xs\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .xs\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .xs\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .xs\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .xs\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .xs\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .xs\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .xs\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .xs\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .xs\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .xs\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .xs\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .xs\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .xs\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .xs\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .xs\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .xs\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .xs\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .xs\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .xs\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .xs\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .xs\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .xs\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .xs\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .xs\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .xs\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .xs\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .xs\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .xs\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .xs\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .xs\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .xs\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .xs\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .xs\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .xs\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .xs\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .xs\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .xs\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .xs\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .xs\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .xs\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .xs\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .xs\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .xs\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .xs\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .xs\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .xs\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .xs\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .xs\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .xs\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .xs\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .xs\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .xs\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .xs\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .xs\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .xs\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .xs\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .xs\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .xs\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .xs\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .xs\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .xs\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .xs\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .xs\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .xs\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .xs\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .xs\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .xs\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .xs\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .xs\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .xs\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .xs\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .xs\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .xs\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .xs\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .xs\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .xs\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .xs\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .xs\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .xs\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .xs\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .xs\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .xs\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .xs\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .xs\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .xs\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .xs\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .xs\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .xs\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .xs\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .xs\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .xs\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .xs\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .xs\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .xs\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .xs\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .xs\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .xs\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .xs\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .xs\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .xs\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .xs\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .xs\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .xs\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .xs\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .xs\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .xs\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .xs\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .xs\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .xs\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .xs\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .xs\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .xs\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .xs\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .xs\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .xs\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .xs\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .xs\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .xs\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .xs\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .xs\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .xs\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .xs\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .xs\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .xs\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .xs\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .xs\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .xs\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .xs\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .xs\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .xs\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .xs\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .xs\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .xs\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .xs\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .xs\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .xs\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .xs\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .xs\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .xs\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .xs\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .xs\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .xs\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .xs\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .xs\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .xs\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .xs\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .xs\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .xs\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .xs\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .xs\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .xs\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .xs\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .xs\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .xs\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .xs\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .xs\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .xs\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .xs\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .xs\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .xs\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .xs\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .xs\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .xs\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .xs\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .xs\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .xs\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .xs\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .xs\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .xs\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .xs\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .xs\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .xs\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .xs\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .xs\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .xs\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .xs\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .xs\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .xs\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .xs\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .xs\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .xs\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .xs\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .xs\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .xs\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .xs\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .xs\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .xs\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .xs\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .xs\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .xs\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .xs\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .xs\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .xs\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .xs\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .xs\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .xs\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .xs\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .xs\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .xs\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .xs\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .xs\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .xs\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .xs\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .xs\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .xs\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .xs\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .xs\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .xs\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .xs\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .xs\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .xs\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .xs\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .xs\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .xs\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .xs\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .xs\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .xs\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .xs\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .xs\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .xs\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .xs\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .xs\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .xs\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .xs\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .xs\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .xs\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .xs\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .xs\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .xs\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .xs\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .xs\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .xs\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .xs\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .xs\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .xs\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .xs\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .xs\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .xs\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .xs\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .xs\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .xs\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .xs\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .xs\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .xs\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .xs\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .xs\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .xs\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .xs\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .xs\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .xs\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .xs\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .xs\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .xs\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .xs\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .xs\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .xs\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .xs\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .xs\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .xs\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .xs\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .xs\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .xs\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .xs\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .xs\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .xs\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .xs\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .xs\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .xs\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .xs\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .xs\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .xs\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .xs\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .xs\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .xs\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .xs\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .xs\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .xs\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .xs\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .xs\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .xs\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .xs\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .xs\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .xs\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .xs\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .xs\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .xs\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .xs\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .xs\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .xs\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .xs\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .xs\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .xs\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .xs\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .xs\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .xs\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .xs\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .xs\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .xs\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .xs\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .xs\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .xs\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .xs\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .xs\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .xs\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .xs\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .xs\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .xs\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .xs\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .xs\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .xs\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .xs\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .xs\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .xs\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .xs\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .xs\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .xs\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .xs\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .xs\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .xs\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .xs\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .xs\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .xs\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .xs\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .xs\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .xs\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .xs\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .xs\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .xs\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .xs\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .xs\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .xs\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .xs\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .xs\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .xs\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .xs\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .xs\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .xs\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .xs\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .xs\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .xs\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .xs\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .xs\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .xs\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .xs\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .xs\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .xs\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .xs\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .xs\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .xs\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .xs\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .xs\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .xs\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .xs\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .xs\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .xs\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .xs\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .xs\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .xs\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .xs\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:hover\:static:hover {
    position: static;
  }

  .xs\:hover\:fixed:hover {
    position: fixed;
  }

  .xs\:hover\:absolute:hover {
    position: absolute;
  }

  .xs\:hover\:relative:hover {
    position: relative;
  }

  .xs\:hover\:sticky:hover {
    position: sticky;
  }

  .xs\:focus\:static:focus {
    position: static;
  }

  .xs\:focus\:fixed:focus {
    position: fixed;
  }

  .xs\:focus\:absolute:focus {
    position: absolute;
  }

  .xs\:focus\:relative:focus {
    position: relative;
  }

  .xs\:focus\:sticky:focus {
    position: sticky;
  }

  .xs\:first\:static:first-child {
    position: static;
  }

  .xs\:first\:fixed:first-child {
    position: fixed;
  }

  .xs\:first\:absolute:first-child {
    position: absolute;
  }

  .xs\:first\:relative:first-child {
    position: relative;
  }

  .xs\:first\:sticky:first-child {
    position: sticky;
  }

  .xs\:last\:static:last-child {
    position: static;
  }

  .xs\:last\:fixed:last-child {
    position: fixed;
  }

  .xs\:last\:absolute:last-child {
    position: absolute;
  }

  .xs\:last\:relative:last-child {
    position: relative;
  }

  .xs\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .xs\:group-hover\:static {
    position: static;
  }

  .group:hover .xs\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .xs\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .xs\:group-hover\:relative {
    position: relative;
  }

  .group:hover .xs\:group-hover\:sticky {
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xs\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xs\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xs\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xs\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xs\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xs\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xs\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xs\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xs\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xs\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xs\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xs\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xs\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xs\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xs\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .xs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xs\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .xs\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .xs\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .xs\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .xs\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .xs\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .xs\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .xs\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .xs\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .xs\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .xs\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .xs\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .xs\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .xs\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .xs\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .xs\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .xs\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .xs\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .xs\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .xs\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .xs\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .xs\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .xs\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .xs\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .xs\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .xs\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .xs\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .xs\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .xs\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .xs\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .xs\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .xs\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .xs\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .xs\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .xs\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .xs\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .xs\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .xs\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .xs\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .xs\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xs\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .xs\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .xs\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .xs\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .xs\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .xs\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .xs\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .xs\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .xs\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .xs\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .xs\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .xs\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .xs\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .xs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:top-5 {
    top: 5px;
  }

  .xs\:right-5 {
    right: 5px;
  }

  .xs\:bottom-5 {
    bottom: 5px;
  }

  .xs\:left-5 {
    left: 5px;
  }

  .xs\:top-10 {
    top: 10px;
  }

  .xs\:right-10 {
    right: 10px;
  }

  .xs\:bottom-10 {
    bottom: 10px;
  }

  .xs\:left-10 {
    left: 10px;
  }

  .xs\:top-15 {
    top: 15px;
  }

  .xs\:right-15 {
    right: 15px;
  }

  .xs\:bottom-15 {
    bottom: 15px;
  }

  .xs\:left-15 {
    left: 15px;
  }

  .xs\:top-16 {
    top: 16px;
  }

  .xs\:right-16 {
    right: 16px;
  }

  .xs\:bottom-16 {
    bottom: 16px;
  }

  .xs\:left-16 {
    left: 16px;
  }

  .xs\:top-20 {
    top: 20px;
  }

  .xs\:right-20 {
    right: 20px;
  }

  .xs\:bottom-20 {
    bottom: 20px;
  }

  .xs\:left-20 {
    left: 20px;
  }

  .xs\:top-21 {
    top: 21px;
  }

  .xs\:right-21 {
    right: 21px;
  }

  .xs\:bottom-21 {
    bottom: 21px;
  }

  .xs\:left-21 {
    left: 21px;
  }

  .xs\:top-22 {
    top: 22px;
  }

  .xs\:right-22 {
    right: 22px;
  }

  .xs\:bottom-22 {
    bottom: 22px;
  }

  .xs\:left-22 {
    left: 22px;
  }

  .xs\:top-25 {
    top: 25px;
  }

  .xs\:right-25 {
    right: 25px;
  }

  .xs\:bottom-25 {
    bottom: 25px;
  }

  .xs\:left-25 {
    left: 25px;
  }

  .xs\:top-30 {
    top: 30px;
  }

  .xs\:right-30 {
    right: 30px;
  }

  .xs\:bottom-30 {
    bottom: 30px;
  }

  .xs\:left-30 {
    left: 30px;
  }

  .xs\:top-35 {
    top: 35px;
  }

  .xs\:right-35 {
    right: 35px;
  }

  .xs\:bottom-35 {
    bottom: 35px;
  }

  .xs\:left-35 {
    left: 35px;
  }

  .xs\:top-37 {
    top: 37px;
  }

  .xs\:right-37 {
    right: 37px;
  }

  .xs\:bottom-37 {
    bottom: 37px;
  }

  .xs\:left-37 {
    left: 37px;
  }

  .xs\:top-38 {
    top: 38px;
  }

  .xs\:right-38 {
    right: 38px;
  }

  .xs\:bottom-38 {
    bottom: 38px;
  }

  .xs\:left-38 {
    left: 38px;
  }

  .xs\:top-40 {
    top: 40px;
  }

  .xs\:right-40 {
    right: 40px;
  }

  .xs\:bottom-40 {
    bottom: 40px;
  }

  .xs\:left-40 {
    left: 40px;
  }

  .xs\:top-50 {
    top: 50px;
  }

  .xs\:right-50 {
    right: 50px;
  }

  .xs\:bottom-50 {
    bottom: 50px;
  }

  .xs\:left-50 {
    left: 50px;
  }

  .xs\:top-70 {
    top: 70px;
  }

  .xs\:right-70 {
    right: 70px;
  }

  .xs\:bottom-70 {
    bottom: 70px;
  }

  .xs\:left-70 {
    left: 70px;
  }

  .xs\:top-100 {
    top: 100px;
  }

  .xs\:right-100 {
    right: 100px;
  }

  .xs\:bottom-100 {
    bottom: 100px;
  }

  .xs\:left-100 {
    left: 100px;
  }

  .xs\:top-120 {
    top: 120px;
  }

  .xs\:right-120 {
    right: 120px;
  }

  .xs\:bottom-120 {
    bottom: 120px;
  }

  .xs\:left-120 {
    left: 120px;
  }

  .xs\:top-130 {
    top: 130px;
  }

  .xs\:right-130 {
    right: 130px;
  }

  .xs\:bottom-130 {
    bottom: 130px;
  }

  .xs\:left-130 {
    left: 130px;
  }

  .xs\:top-140 {
    top: 140px;
  }

  .xs\:right-140 {
    right: 140px;
  }

  .xs\:bottom-140 {
    bottom: 140px;
  }

  .xs\:left-140 {
    left: 140px;
  }

  .xs\:top-180 {
    top: 180px;
  }

  .xs\:right-180 {
    right: 180px;
  }

  .xs\:bottom-180 {
    bottom: 180px;
  }

  .xs\:left-180 {
    left: 180px;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .xs\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .xs\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .xs\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .xs\:top-10p {
    top: 10%;
  }

  .xs\:right-10p {
    right: 10%;
  }

  .xs\:bottom-10p {
    bottom: 10%;
  }

  .xs\:left-10p {
    left: 10%;
  }

  .xs\:top-20p {
    top: 20%;
  }

  .xs\:right-20p {
    right: 20%;
  }

  .xs\:bottom-20p {
    bottom: 20%;
  }

  .xs\:left-20p {
    left: 20%;
  }

  .xs\:-top-35 {
    top: -35px;
  }

  .xs\:-right-35 {
    right: -35px;
  }

  .xs\:-bottom-35 {
    bottom: -35px;
  }

  .xs\:-left-35 {
    left: -35px;
  }

  .xs\:-top-28 {
    top: -28px;
  }

  .xs\:-right-28 {
    right: -28px;
  }

  .xs\:-bottom-28 {
    bottom: -28px;
  }

  .xs\:-left-28 {
    left: -28px;
  }

  .xs\:-top-60 {
    top: -60px;
  }

  .xs\:-right-60 {
    right: -60px;
  }

  .xs\:-bottom-60 {
    bottom: -60px;
  }

  .xs\:-left-60 {
    left: -60px;
  }

  .xs\:top-vw90 {
    top: 90vw;
  }

  .xs\:right-vw90 {
    right: 90vw;
  }

  .xs\:bottom-vw90 {
    bottom: 90vw;
  }

  .xs\:left-vw90 {
    left: 90vw;
  }

  .xs\:top-1\/2 {
    top: 50%;
  }

  .xs\:right-1\/2 {
    right: 50%;
  }

  .xs\:bottom-1\/2 {
    bottom: 50%;
  }

  .xs\:left-1\/2 {
    left: 50%;
  }

  .xs\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xs\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xs\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xs\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xs\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xs\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xs\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xs\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xs\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xs\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xs\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xs\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xs\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xs\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xs\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xs\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xs\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .xs\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .xs\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .xs\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .xs\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .xs\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .xs\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .xs\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .xs\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .xs\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .xs\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .xs\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .xs\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .xs\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .xs\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .xs\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .xs\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .xs\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .xs\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .xs\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .xs\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .xs\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .xs\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .xs\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .xs\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .xs\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .xs\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .xs\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .xs\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .xs\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .xs\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .xs\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .xs\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .xs\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .xs\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .xs\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .xs\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .xs\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .xs\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .xs\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .xs\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .xs\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .xs\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .xs\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .xs\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .xs\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .xs\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .xs\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .xs\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .xs\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .xs\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .xs\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .xs\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .xs\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .xs\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .xs\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .xs\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .xs\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .xs\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .xs\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .xs\:hover\:top-0:hover {
    top: 0;
  }

  .xs\:hover\:right-0:hover {
    right: 0;
  }

  .xs\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .xs\:hover\:left-0:hover {
    left: 0;
  }

  .xs\:hover\:top-5:hover {
    top: 5px;
  }

  .xs\:hover\:right-5:hover {
    right: 5px;
  }

  .xs\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .xs\:hover\:left-5:hover {
    left: 5px;
  }

  .xs\:hover\:top-10:hover {
    top: 10px;
  }

  .xs\:hover\:right-10:hover {
    right: 10px;
  }

  .xs\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .xs\:hover\:left-10:hover {
    left: 10px;
  }

  .xs\:hover\:top-15:hover {
    top: 15px;
  }

  .xs\:hover\:right-15:hover {
    right: 15px;
  }

  .xs\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .xs\:hover\:left-15:hover {
    left: 15px;
  }

  .xs\:hover\:top-16:hover {
    top: 16px;
  }

  .xs\:hover\:right-16:hover {
    right: 16px;
  }

  .xs\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .xs\:hover\:left-16:hover {
    left: 16px;
  }

  .xs\:hover\:top-20:hover {
    top: 20px;
  }

  .xs\:hover\:right-20:hover {
    right: 20px;
  }

  .xs\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .xs\:hover\:left-20:hover {
    left: 20px;
  }

  .xs\:hover\:top-21:hover {
    top: 21px;
  }

  .xs\:hover\:right-21:hover {
    right: 21px;
  }

  .xs\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .xs\:hover\:left-21:hover {
    left: 21px;
  }

  .xs\:hover\:top-22:hover {
    top: 22px;
  }

  .xs\:hover\:right-22:hover {
    right: 22px;
  }

  .xs\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .xs\:hover\:left-22:hover {
    left: 22px;
  }

  .xs\:hover\:top-25:hover {
    top: 25px;
  }

  .xs\:hover\:right-25:hover {
    right: 25px;
  }

  .xs\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .xs\:hover\:left-25:hover {
    left: 25px;
  }

  .xs\:hover\:top-30:hover {
    top: 30px;
  }

  .xs\:hover\:right-30:hover {
    right: 30px;
  }

  .xs\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .xs\:hover\:left-30:hover {
    left: 30px;
  }

  .xs\:hover\:top-35:hover {
    top: 35px;
  }

  .xs\:hover\:right-35:hover {
    right: 35px;
  }

  .xs\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .xs\:hover\:left-35:hover {
    left: 35px;
  }

  .xs\:hover\:top-37:hover {
    top: 37px;
  }

  .xs\:hover\:right-37:hover {
    right: 37px;
  }

  .xs\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .xs\:hover\:left-37:hover {
    left: 37px;
  }

  .xs\:hover\:top-38:hover {
    top: 38px;
  }

  .xs\:hover\:right-38:hover {
    right: 38px;
  }

  .xs\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .xs\:hover\:left-38:hover {
    left: 38px;
  }

  .xs\:hover\:top-40:hover {
    top: 40px;
  }

  .xs\:hover\:right-40:hover {
    right: 40px;
  }

  .xs\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .xs\:hover\:left-40:hover {
    left: 40px;
  }

  .xs\:hover\:top-50:hover {
    top: 50px;
  }

  .xs\:hover\:right-50:hover {
    right: 50px;
  }

  .xs\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .xs\:hover\:left-50:hover {
    left: 50px;
  }

  .xs\:hover\:top-70:hover {
    top: 70px;
  }

  .xs\:hover\:right-70:hover {
    right: 70px;
  }

  .xs\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .xs\:hover\:left-70:hover {
    left: 70px;
  }

  .xs\:hover\:top-100:hover {
    top: 100px;
  }

  .xs\:hover\:right-100:hover {
    right: 100px;
  }

  .xs\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .xs\:hover\:left-100:hover {
    left: 100px;
  }

  .xs\:hover\:top-120:hover {
    top: 120px;
  }

  .xs\:hover\:right-120:hover {
    right: 120px;
  }

  .xs\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .xs\:hover\:left-120:hover {
    left: 120px;
  }

  .xs\:hover\:top-130:hover {
    top: 130px;
  }

  .xs\:hover\:right-130:hover {
    right: 130px;
  }

  .xs\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .xs\:hover\:left-130:hover {
    left: 130px;
  }

  .xs\:hover\:top-140:hover {
    top: 140px;
  }

  .xs\:hover\:right-140:hover {
    right: 140px;
  }

  .xs\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .xs\:hover\:left-140:hover {
    left: 140px;
  }

  .xs\:hover\:top-180:hover {
    top: 180px;
  }

  .xs\:hover\:right-180:hover {
    right: 180px;
  }

  .xs\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .xs\:hover\:left-180:hover {
    left: 180px;
  }

  .xs\:hover\:top-auto:hover {
    top: auto;
  }

  .xs\:hover\:right-auto:hover {
    right: auto;
  }

  .xs\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .xs\:hover\:left-auto:hover {
    left: auto;
  }

  .xs\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .xs\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .xs\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .xs\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .xs\:hover\:top-10p:hover {
    top: 10%;
  }

  .xs\:hover\:right-10p:hover {
    right: 10%;
  }

  .xs\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .xs\:hover\:left-10p:hover {
    left: 10%;
  }

  .xs\:hover\:top-20p:hover {
    top: 20%;
  }

  .xs\:hover\:right-20p:hover {
    right: 20%;
  }

  .xs\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .xs\:hover\:left-20p:hover {
    left: 20%;
  }

  .xs\:hover\:-top-35:hover {
    top: -35px;
  }

  .xs\:hover\:-right-35:hover {
    right: -35px;
  }

  .xs\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .xs\:hover\:-left-35:hover {
    left: -35px;
  }

  .xs\:hover\:-top-28:hover {
    top: -28px;
  }

  .xs\:hover\:-right-28:hover {
    right: -28px;
  }

  .xs\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .xs\:hover\:-left-28:hover {
    left: -28px;
  }

  .xs\:hover\:-top-60:hover {
    top: -60px;
  }

  .xs\:hover\:-right-60:hover {
    right: -60px;
  }

  .xs\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .xs\:hover\:-left-60:hover {
    left: -60px;
  }

  .xs\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .xs\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .xs\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .xs\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .xs\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .xs\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .xs\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .xs\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .xs\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xs\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xs\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xs\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xs\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xs\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xs\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xs\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xs\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xs\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xs\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xs\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xs\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xs\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xs\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xs\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xs\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .xs\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .xs\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .xs\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .xs\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .xs\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .xs\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .xs\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .xs\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .xs\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .xs\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .xs\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .xs\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .xs\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .xs\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .xs\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .xs\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .xs\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .xs\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .xs\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .xs\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .xs\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .xs\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .xs\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .xs\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .xs\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .xs\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .xs\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .xs\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .xs\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .xs\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .xs\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .xs\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .xs\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .xs\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .xs\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .xs\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .xs\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .xs\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .xs\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .xs\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .xs\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .xs\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .xs\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .xs\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .xs\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .xs\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .xs\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .xs\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .xs\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .xs\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .xs\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .xs\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .xs\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .xs\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .xs\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .xs\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .xs\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .xs\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .xs\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .xs\:focus\:top-0:focus {
    top: 0;
  }

  .xs\:focus\:right-0:focus {
    right: 0;
  }

  .xs\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .xs\:focus\:left-0:focus {
    left: 0;
  }

  .xs\:focus\:top-5:focus {
    top: 5px;
  }

  .xs\:focus\:right-5:focus {
    right: 5px;
  }

  .xs\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .xs\:focus\:left-5:focus {
    left: 5px;
  }

  .xs\:focus\:top-10:focus {
    top: 10px;
  }

  .xs\:focus\:right-10:focus {
    right: 10px;
  }

  .xs\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .xs\:focus\:left-10:focus {
    left: 10px;
  }

  .xs\:focus\:top-15:focus {
    top: 15px;
  }

  .xs\:focus\:right-15:focus {
    right: 15px;
  }

  .xs\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .xs\:focus\:left-15:focus {
    left: 15px;
  }

  .xs\:focus\:top-16:focus {
    top: 16px;
  }

  .xs\:focus\:right-16:focus {
    right: 16px;
  }

  .xs\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .xs\:focus\:left-16:focus {
    left: 16px;
  }

  .xs\:focus\:top-20:focus {
    top: 20px;
  }

  .xs\:focus\:right-20:focus {
    right: 20px;
  }

  .xs\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .xs\:focus\:left-20:focus {
    left: 20px;
  }

  .xs\:focus\:top-21:focus {
    top: 21px;
  }

  .xs\:focus\:right-21:focus {
    right: 21px;
  }

  .xs\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .xs\:focus\:left-21:focus {
    left: 21px;
  }

  .xs\:focus\:top-22:focus {
    top: 22px;
  }

  .xs\:focus\:right-22:focus {
    right: 22px;
  }

  .xs\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .xs\:focus\:left-22:focus {
    left: 22px;
  }

  .xs\:focus\:top-25:focus {
    top: 25px;
  }

  .xs\:focus\:right-25:focus {
    right: 25px;
  }

  .xs\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .xs\:focus\:left-25:focus {
    left: 25px;
  }

  .xs\:focus\:top-30:focus {
    top: 30px;
  }

  .xs\:focus\:right-30:focus {
    right: 30px;
  }

  .xs\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .xs\:focus\:left-30:focus {
    left: 30px;
  }

  .xs\:focus\:top-35:focus {
    top: 35px;
  }

  .xs\:focus\:right-35:focus {
    right: 35px;
  }

  .xs\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .xs\:focus\:left-35:focus {
    left: 35px;
  }

  .xs\:focus\:top-37:focus {
    top: 37px;
  }

  .xs\:focus\:right-37:focus {
    right: 37px;
  }

  .xs\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .xs\:focus\:left-37:focus {
    left: 37px;
  }

  .xs\:focus\:top-38:focus {
    top: 38px;
  }

  .xs\:focus\:right-38:focus {
    right: 38px;
  }

  .xs\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .xs\:focus\:left-38:focus {
    left: 38px;
  }

  .xs\:focus\:top-40:focus {
    top: 40px;
  }

  .xs\:focus\:right-40:focus {
    right: 40px;
  }

  .xs\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .xs\:focus\:left-40:focus {
    left: 40px;
  }

  .xs\:focus\:top-50:focus {
    top: 50px;
  }

  .xs\:focus\:right-50:focus {
    right: 50px;
  }

  .xs\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .xs\:focus\:left-50:focus {
    left: 50px;
  }

  .xs\:focus\:top-70:focus {
    top: 70px;
  }

  .xs\:focus\:right-70:focus {
    right: 70px;
  }

  .xs\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .xs\:focus\:left-70:focus {
    left: 70px;
  }

  .xs\:focus\:top-100:focus {
    top: 100px;
  }

  .xs\:focus\:right-100:focus {
    right: 100px;
  }

  .xs\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .xs\:focus\:left-100:focus {
    left: 100px;
  }

  .xs\:focus\:top-120:focus {
    top: 120px;
  }

  .xs\:focus\:right-120:focus {
    right: 120px;
  }

  .xs\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .xs\:focus\:left-120:focus {
    left: 120px;
  }

  .xs\:focus\:top-130:focus {
    top: 130px;
  }

  .xs\:focus\:right-130:focus {
    right: 130px;
  }

  .xs\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .xs\:focus\:left-130:focus {
    left: 130px;
  }

  .xs\:focus\:top-140:focus {
    top: 140px;
  }

  .xs\:focus\:right-140:focus {
    right: 140px;
  }

  .xs\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .xs\:focus\:left-140:focus {
    left: 140px;
  }

  .xs\:focus\:top-180:focus {
    top: 180px;
  }

  .xs\:focus\:right-180:focus {
    right: 180px;
  }

  .xs\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .xs\:focus\:left-180:focus {
    left: 180px;
  }

  .xs\:focus\:top-auto:focus {
    top: auto;
  }

  .xs\:focus\:right-auto:focus {
    right: auto;
  }

  .xs\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .xs\:focus\:left-auto:focus {
    left: auto;
  }

  .xs\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .xs\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .xs\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .xs\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .xs\:focus\:top-10p:focus {
    top: 10%;
  }

  .xs\:focus\:right-10p:focus {
    right: 10%;
  }

  .xs\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .xs\:focus\:left-10p:focus {
    left: 10%;
  }

  .xs\:focus\:top-20p:focus {
    top: 20%;
  }

  .xs\:focus\:right-20p:focus {
    right: 20%;
  }

  .xs\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .xs\:focus\:left-20p:focus {
    left: 20%;
  }

  .xs\:focus\:-top-35:focus {
    top: -35px;
  }

  .xs\:focus\:-right-35:focus {
    right: -35px;
  }

  .xs\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .xs\:focus\:-left-35:focus {
    left: -35px;
  }

  .xs\:focus\:-top-28:focus {
    top: -28px;
  }

  .xs\:focus\:-right-28:focus {
    right: -28px;
  }

  .xs\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .xs\:focus\:-left-28:focus {
    left: -28px;
  }

  .xs\:focus\:-top-60:focus {
    top: -60px;
  }

  .xs\:focus\:-right-60:focus {
    right: -60px;
  }

  .xs\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .xs\:focus\:-left-60:focus {
    left: -60px;
  }

  .xs\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .xs\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .xs\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .xs\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .xs\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .xs\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .xs\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .xs\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .xs\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xs\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xs\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xs\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xs\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xs\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xs\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xs\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xs\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xs\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xs\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xs\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xs\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xs\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xs\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xs\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xs\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .xs\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .xs\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .xs\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .xs\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .xs\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .xs\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .xs\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .xs\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .xs\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .xs\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .xs\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .xs\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .xs\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .xs\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .xs\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .xs\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .xs\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .xs\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .xs\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .xs\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .xs\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .xs\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .xs\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .xs\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .xs\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .xs\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .xs\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .xs\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .xs\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .xs\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .xs\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .xs\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .xs\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .xs\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .xs\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .xs\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .xs\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .xs\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .xs\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .xs\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .xs\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .xs\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .xs\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .xs\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .xs\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .xs\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .xs\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .xs\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .xs\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .xs\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .xs\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .xs\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .xs\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .xs\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .xs\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .xs\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .xs\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .xs\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .xs\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .xs\:first\:top-0:first-child {
    top: 0;
  }

  .xs\:first\:right-0:first-child {
    right: 0;
  }

  .xs\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .xs\:first\:left-0:first-child {
    left: 0;
  }

  .xs\:first\:top-5:first-child {
    top: 5px;
  }

  .xs\:first\:right-5:first-child {
    right: 5px;
  }

  .xs\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .xs\:first\:left-5:first-child {
    left: 5px;
  }

  .xs\:first\:top-10:first-child {
    top: 10px;
  }

  .xs\:first\:right-10:first-child {
    right: 10px;
  }

  .xs\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .xs\:first\:left-10:first-child {
    left: 10px;
  }

  .xs\:first\:top-15:first-child {
    top: 15px;
  }

  .xs\:first\:right-15:first-child {
    right: 15px;
  }

  .xs\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .xs\:first\:left-15:first-child {
    left: 15px;
  }

  .xs\:first\:top-16:first-child {
    top: 16px;
  }

  .xs\:first\:right-16:first-child {
    right: 16px;
  }

  .xs\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .xs\:first\:left-16:first-child {
    left: 16px;
  }

  .xs\:first\:top-20:first-child {
    top: 20px;
  }

  .xs\:first\:right-20:first-child {
    right: 20px;
  }

  .xs\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .xs\:first\:left-20:first-child {
    left: 20px;
  }

  .xs\:first\:top-21:first-child {
    top: 21px;
  }

  .xs\:first\:right-21:first-child {
    right: 21px;
  }

  .xs\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .xs\:first\:left-21:first-child {
    left: 21px;
  }

  .xs\:first\:top-22:first-child {
    top: 22px;
  }

  .xs\:first\:right-22:first-child {
    right: 22px;
  }

  .xs\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .xs\:first\:left-22:first-child {
    left: 22px;
  }

  .xs\:first\:top-25:first-child {
    top: 25px;
  }

  .xs\:first\:right-25:first-child {
    right: 25px;
  }

  .xs\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .xs\:first\:left-25:first-child {
    left: 25px;
  }

  .xs\:first\:top-30:first-child {
    top: 30px;
  }

  .xs\:first\:right-30:first-child {
    right: 30px;
  }

  .xs\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .xs\:first\:left-30:first-child {
    left: 30px;
  }

  .xs\:first\:top-35:first-child {
    top: 35px;
  }

  .xs\:first\:right-35:first-child {
    right: 35px;
  }

  .xs\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .xs\:first\:left-35:first-child {
    left: 35px;
  }

  .xs\:first\:top-37:first-child {
    top: 37px;
  }

  .xs\:first\:right-37:first-child {
    right: 37px;
  }

  .xs\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .xs\:first\:left-37:first-child {
    left: 37px;
  }

  .xs\:first\:top-38:first-child {
    top: 38px;
  }

  .xs\:first\:right-38:first-child {
    right: 38px;
  }

  .xs\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .xs\:first\:left-38:first-child {
    left: 38px;
  }

  .xs\:first\:top-40:first-child {
    top: 40px;
  }

  .xs\:first\:right-40:first-child {
    right: 40px;
  }

  .xs\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .xs\:first\:left-40:first-child {
    left: 40px;
  }

  .xs\:first\:top-50:first-child {
    top: 50px;
  }

  .xs\:first\:right-50:first-child {
    right: 50px;
  }

  .xs\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .xs\:first\:left-50:first-child {
    left: 50px;
  }

  .xs\:first\:top-70:first-child {
    top: 70px;
  }

  .xs\:first\:right-70:first-child {
    right: 70px;
  }

  .xs\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .xs\:first\:left-70:first-child {
    left: 70px;
  }

  .xs\:first\:top-100:first-child {
    top: 100px;
  }

  .xs\:first\:right-100:first-child {
    right: 100px;
  }

  .xs\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .xs\:first\:left-100:first-child {
    left: 100px;
  }

  .xs\:first\:top-120:first-child {
    top: 120px;
  }

  .xs\:first\:right-120:first-child {
    right: 120px;
  }

  .xs\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .xs\:first\:left-120:first-child {
    left: 120px;
  }

  .xs\:first\:top-130:first-child {
    top: 130px;
  }

  .xs\:first\:right-130:first-child {
    right: 130px;
  }

  .xs\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .xs\:first\:left-130:first-child {
    left: 130px;
  }

  .xs\:first\:top-140:first-child {
    top: 140px;
  }

  .xs\:first\:right-140:first-child {
    right: 140px;
  }

  .xs\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .xs\:first\:left-140:first-child {
    left: 140px;
  }

  .xs\:first\:top-180:first-child {
    top: 180px;
  }

  .xs\:first\:right-180:first-child {
    right: 180px;
  }

  .xs\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .xs\:first\:left-180:first-child {
    left: 180px;
  }

  .xs\:first\:top-auto:first-child {
    top: auto;
  }

  .xs\:first\:right-auto:first-child {
    right: auto;
  }

  .xs\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .xs\:first\:left-auto:first-child {
    left: auto;
  }

  .xs\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .xs\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .xs\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .xs\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .xs\:first\:top-10p:first-child {
    top: 10%;
  }

  .xs\:first\:right-10p:first-child {
    right: 10%;
  }

  .xs\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .xs\:first\:left-10p:first-child {
    left: 10%;
  }

  .xs\:first\:top-20p:first-child {
    top: 20%;
  }

  .xs\:first\:right-20p:first-child {
    right: 20%;
  }

  .xs\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .xs\:first\:left-20p:first-child {
    left: 20%;
  }

  .xs\:first\:-top-35:first-child {
    top: -35px;
  }

  .xs\:first\:-right-35:first-child {
    right: -35px;
  }

  .xs\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .xs\:first\:-left-35:first-child {
    left: -35px;
  }

  .xs\:first\:-top-28:first-child {
    top: -28px;
  }

  .xs\:first\:-right-28:first-child {
    right: -28px;
  }

  .xs\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .xs\:first\:-left-28:first-child {
    left: -28px;
  }

  .xs\:first\:-top-60:first-child {
    top: -60px;
  }

  .xs\:first\:-right-60:first-child {
    right: -60px;
  }

  .xs\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .xs\:first\:-left-60:first-child {
    left: -60px;
  }

  .xs\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .xs\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .xs\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .xs\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .xs\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .xs\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .xs\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .xs\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .xs\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xs\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xs\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xs\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xs\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xs\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xs\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xs\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xs\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xs\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xs\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xs\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xs\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xs\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xs\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xs\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xs\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xs\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xs\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xs\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .xs\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xs\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xs\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xs\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .xs\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .xs\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .xs\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .xs\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .xs\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .xs\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .xs\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .xs\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .xs\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .xs\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .xs\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .xs\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .xs\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .xs\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .xs\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .xs\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .xs\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .xs\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .xs\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .xs\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .xs\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .xs\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .xs\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .xs\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .xs\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .xs\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .xs\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .xs\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .xs\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .xs\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .xs\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .xs\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .xs\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .xs\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .xs\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .xs\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .xs\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .xs\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .xs\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .xs\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .xs\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .xs\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .xs\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .xs\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .xs\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .xs\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .xs\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .xs\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .xs\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .xs\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .xs\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .xs\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .xs\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .xs\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .xs\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .xs\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .xs\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .xs\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .xs\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .xs\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .xs\:last\:top-0:last-child {
    top: 0;
  }

  .xs\:last\:right-0:last-child {
    right: 0;
  }

  .xs\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .xs\:last\:left-0:last-child {
    left: 0;
  }

  .xs\:last\:top-5:last-child {
    top: 5px;
  }

  .xs\:last\:right-5:last-child {
    right: 5px;
  }

  .xs\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .xs\:last\:left-5:last-child {
    left: 5px;
  }

  .xs\:last\:top-10:last-child {
    top: 10px;
  }

  .xs\:last\:right-10:last-child {
    right: 10px;
  }

  .xs\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .xs\:last\:left-10:last-child {
    left: 10px;
  }

  .xs\:last\:top-15:last-child {
    top: 15px;
  }

  .xs\:last\:right-15:last-child {
    right: 15px;
  }

  .xs\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .xs\:last\:left-15:last-child {
    left: 15px;
  }

  .xs\:last\:top-16:last-child {
    top: 16px;
  }

  .xs\:last\:right-16:last-child {
    right: 16px;
  }

  .xs\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .xs\:last\:left-16:last-child {
    left: 16px;
  }

  .xs\:last\:top-20:last-child {
    top: 20px;
  }

  .xs\:last\:right-20:last-child {
    right: 20px;
  }

  .xs\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .xs\:last\:left-20:last-child {
    left: 20px;
  }

  .xs\:last\:top-21:last-child {
    top: 21px;
  }

  .xs\:last\:right-21:last-child {
    right: 21px;
  }

  .xs\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .xs\:last\:left-21:last-child {
    left: 21px;
  }

  .xs\:last\:top-22:last-child {
    top: 22px;
  }

  .xs\:last\:right-22:last-child {
    right: 22px;
  }

  .xs\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .xs\:last\:left-22:last-child {
    left: 22px;
  }

  .xs\:last\:top-25:last-child {
    top: 25px;
  }

  .xs\:last\:right-25:last-child {
    right: 25px;
  }

  .xs\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .xs\:last\:left-25:last-child {
    left: 25px;
  }

  .xs\:last\:top-30:last-child {
    top: 30px;
  }

  .xs\:last\:right-30:last-child {
    right: 30px;
  }

  .xs\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .xs\:last\:left-30:last-child {
    left: 30px;
  }

  .xs\:last\:top-35:last-child {
    top: 35px;
  }

  .xs\:last\:right-35:last-child {
    right: 35px;
  }

  .xs\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .xs\:last\:left-35:last-child {
    left: 35px;
  }

  .xs\:last\:top-37:last-child {
    top: 37px;
  }

  .xs\:last\:right-37:last-child {
    right: 37px;
  }

  .xs\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .xs\:last\:left-37:last-child {
    left: 37px;
  }

  .xs\:last\:top-38:last-child {
    top: 38px;
  }

  .xs\:last\:right-38:last-child {
    right: 38px;
  }

  .xs\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .xs\:last\:left-38:last-child {
    left: 38px;
  }

  .xs\:last\:top-40:last-child {
    top: 40px;
  }

  .xs\:last\:right-40:last-child {
    right: 40px;
  }

  .xs\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .xs\:last\:left-40:last-child {
    left: 40px;
  }

  .xs\:last\:top-50:last-child {
    top: 50px;
  }

  .xs\:last\:right-50:last-child {
    right: 50px;
  }

  .xs\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .xs\:last\:left-50:last-child {
    left: 50px;
  }

  .xs\:last\:top-70:last-child {
    top: 70px;
  }

  .xs\:last\:right-70:last-child {
    right: 70px;
  }

  .xs\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .xs\:last\:left-70:last-child {
    left: 70px;
  }

  .xs\:last\:top-100:last-child {
    top: 100px;
  }

  .xs\:last\:right-100:last-child {
    right: 100px;
  }

  .xs\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .xs\:last\:left-100:last-child {
    left: 100px;
  }

  .xs\:last\:top-120:last-child {
    top: 120px;
  }

  .xs\:last\:right-120:last-child {
    right: 120px;
  }

  .xs\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .xs\:last\:left-120:last-child {
    left: 120px;
  }

  .xs\:last\:top-130:last-child {
    top: 130px;
  }

  .xs\:last\:right-130:last-child {
    right: 130px;
  }

  .xs\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .xs\:last\:left-130:last-child {
    left: 130px;
  }

  .xs\:last\:top-140:last-child {
    top: 140px;
  }

  .xs\:last\:right-140:last-child {
    right: 140px;
  }

  .xs\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .xs\:last\:left-140:last-child {
    left: 140px;
  }

  .xs\:last\:top-180:last-child {
    top: 180px;
  }

  .xs\:last\:right-180:last-child {
    right: 180px;
  }

  .xs\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .xs\:last\:left-180:last-child {
    left: 180px;
  }

  .xs\:last\:top-auto:last-child {
    top: auto;
  }

  .xs\:last\:right-auto:last-child {
    right: auto;
  }

  .xs\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .xs\:last\:left-auto:last-child {
    left: auto;
  }

  .xs\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .xs\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .xs\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .xs\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .xs\:last\:top-10p:last-child {
    top: 10%;
  }

  .xs\:last\:right-10p:last-child {
    right: 10%;
  }

  .xs\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .xs\:last\:left-10p:last-child {
    left: 10%;
  }

  .xs\:last\:top-20p:last-child {
    top: 20%;
  }

  .xs\:last\:right-20p:last-child {
    right: 20%;
  }

  .xs\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .xs\:last\:left-20p:last-child {
    left: 20%;
  }

  .xs\:last\:-top-35:last-child {
    top: -35px;
  }

  .xs\:last\:-right-35:last-child {
    right: -35px;
  }

  .xs\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .xs\:last\:-left-35:last-child {
    left: -35px;
  }

  .xs\:last\:-top-28:last-child {
    top: -28px;
  }

  .xs\:last\:-right-28:last-child {
    right: -28px;
  }

  .xs\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .xs\:last\:-left-28:last-child {
    left: -28px;
  }

  .xs\:last\:-top-60:last-child {
    top: -60px;
  }

  .xs\:last\:-right-60:last-child {
    right: -60px;
  }

  .xs\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .xs\:last\:-left-60:last-child {
    left: -60px;
  }

  .xs\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .xs\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .xs\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .xs\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .xs\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .xs\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .xs\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .xs\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .xs\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .xs\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .xs\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .xs\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .xs\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .xs\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .xs\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .xs\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .xs\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .xs\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .xs\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .xs\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .xs\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .xs\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .xs\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .xs\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .xs\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .xs\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .xs\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .xs\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .xs\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .xs\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .xs\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .xs\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .xs\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .xs\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .xs\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .xs\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .xs\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .xs\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .xs\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .xs\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .xs\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .xs\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .xs\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .xs\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .xs\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .xs\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .xs\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .xs\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .xs\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .xs\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .xs\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .xs\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .xs\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .xs\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .xs\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .xs\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .xs\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .xs\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .xs\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .xs\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .xs\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .xs\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .xs\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .xs\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .xs\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .xs\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .xs\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .xs\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .xs\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .xs\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .xs\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .xs\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .xs\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .xs\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .xs\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .xs\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .xs\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .xs\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .xs\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .xs\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .xs\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .xs\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .xs\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .xs\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .xs\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .xs\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .xs\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .xs\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .xs\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .xs\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .xs\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .xs\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .xs\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .xs\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .xs\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .xs\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .xs\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .xs\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .xs\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .xs\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .xs\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .xs\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .xs\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .xs\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .xs\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .xs\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .xs\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .xs\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .xs\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .xs\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .xs\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .xs\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .xs\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .xs\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .xs\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .xs\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .xs\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .xs\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .xs\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .xs\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .xs\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .xs\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .xs\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .xs\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .xs\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .xs\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .xs\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .xs\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .xs\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .xs\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .xs\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .xs\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .xs\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .xs\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .xs\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .xs\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .xs\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .xs\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .xs\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .xs\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .xs\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .xs\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .xs\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .xs\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .xs\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .xs\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .xs\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .xs\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .xs\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .xs\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .xs\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .xs\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .xs\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .xs\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .xs\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .xs\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .xs\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .xs\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .xs\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .xs\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .xs\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .xs\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .xs\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .xs\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .xs\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .xs\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .xs\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .xs\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .xs\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .xs\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .xs\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .xs\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .xs\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .xs\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .xs\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .xs\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .xs\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .xs\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .xs\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .xs\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .xs\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .xs\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .xs\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .xs\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .xs\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .xs\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .xs\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .xs\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .xs\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .xs\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .xs\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .xs\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .xs\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .xs\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .xs\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .xs\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .xs\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .xs\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .xs\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .xs\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .xs\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .xs\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .xs\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .xs\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .xs\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .xs\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .xs\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .xs\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .xs\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .xs\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .xs\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:hover\:resize-none:hover {
    resize: none;
  }

  .xs\:hover\:resize-y:hover {
    resize: vertical;
  }

  .xs\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .xs\:hover\:resize:hover {
    resize: both;
  }

  .xs\:focus\:resize-none:focus {
    resize: none;
  }

  .xs\:focus\:resize-y:focus {
    resize: vertical;
  }

  .xs\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .xs\:focus\:resize:focus {
    resize: both;
  }

  .xs\:first\:resize-none:first-child {
    resize: none;
  }

  .xs\:first\:resize-y:first-child {
    resize: vertical;
  }

  .xs\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .xs\:first\:resize:first-child {
    resize: both;
  }

  .xs\:last\:resize-none:last-child {
    resize: none;
  }

  .xs\:last\:resize-y:last-child {
    resize: vertical;
  }

  .xs\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .xs\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .xs\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .xs\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .xs\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .xs\:group-hover\:resize {
    resize: both;
  }

  .xs\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xs\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .xs\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xs\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .xs\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xs\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .xs\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .xs\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .xs\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .xs\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .xs\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .xs\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .xs\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .xs\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .xs\:group-hover\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .xs\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .xs\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .xs\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .xs\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .xs\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .xs\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .xs\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .xs\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .xs\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .xs\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .xs\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .xs\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .xs\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .xs\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .xs\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .xs\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .xs\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .xs\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .xs\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .xs\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .xs\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .xs\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .xs\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .xs\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .xs\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .xs\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .xs\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:hover\:text-left:hover {
    text-align: left;
  }

  .xs\:hover\:text-center:hover {
    text-align: center;
  }

  .xs\:hover\:text-right:hover {
    text-align: right;
  }

  .xs\:hover\:text-justify:hover {
    text-align: justify;
  }

  .xs\:focus\:text-left:focus {
    text-align: left;
  }

  .xs\:focus\:text-center:focus {
    text-align: center;
  }

  .xs\:focus\:text-right:focus {
    text-align: right;
  }

  .xs\:focus\:text-justify:focus {
    text-align: justify;
  }

  .xs\:first\:text-left:first-child {
    text-align: left;
  }

  .xs\:first\:text-center:first-child {
    text-align: center;
  }

  .xs\:first\:text-right:first-child {
    text-align: right;
  }

  .xs\:first\:text-justify:first-child {
    text-align: justify;
  }

  .xs\:last\:text-left:last-child {
    text-align: left;
  }

  .xs\:last\:text-center:last-child {
    text-align: center;
  }

  .xs\:last\:text-right:last-child {
    text-align: right;
  }

  .xs\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .xs\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .xs\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .xs\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .xs\:group-hover\:text-justify {
    text-align: justify;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-current {
    color: currentColor;
  }

  .xs\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .xs\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xs\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xs\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xs\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xs\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xs\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xs\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xs\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xs\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xs\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .xs\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .xs\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .xs\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xs\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xs\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xs\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xs\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xs\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xs\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xs\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xs\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xs\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .xs\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .xs\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .xs\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .xs\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor;
  }

  .xs\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .xs\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xs\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xs\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xs\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xs\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xs\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xs\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xs\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xs\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xs\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .xs\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .xs\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xs\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xs\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xs\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xs\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xs\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xs\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xs\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xs\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xs\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .xs\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .xs\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .xs\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .xs\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor;
  }

  .xs\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .xs\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xs\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xs\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xs\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xs\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xs\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xs\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xs\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xs\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xs\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .xs\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .xs\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xs\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xs\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xs\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xs\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xs\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xs\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xs\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xs\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xs\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .xs\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .xs\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .xs\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .xs\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .xs\:first\:text-transparent:first-child {
    color: transparent;
  }

  .xs\:first\:text-current:first-child {
    color: currentColor;
  }

  .xs\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .xs\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xs\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xs\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xs\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xs\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xs\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xs\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xs\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xs\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xs\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .xs\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .xs\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .xs\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xs\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xs\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xs\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xs\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xs\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xs\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xs\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xs\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xs\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .xs\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .xs\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .xs\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .xs\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .xs\:last\:text-transparent:last-child {
    color: transparent;
  }

  .xs\:last\:text-current:last-child {
    color: currentColor;
  }

  .xs\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .xs\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xs\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xs\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xs\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xs\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xs\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xs\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xs\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xs\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xs\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .xs\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .xs\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .xs\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xs\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xs\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xs\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xs\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xs\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xs\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xs\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xs\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xs\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .xs\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .xs\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .xs\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .xs\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .xs\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xs\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .xs\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xs\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xs\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .xs\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xs\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .xs\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xs\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .xs\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xs\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .xs\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .xs\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .xs\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .xs\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .xs\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .xs\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .xs\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .xs\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .xs\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .xs\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .xs\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .xs\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .xs\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:hover\:italic:hover {
    font-style: italic;
  }

  .xs\:hover\:not-italic:hover {
    font-style: normal;
  }

  .xs\:focus\:italic:focus {
    font-style: italic;
  }

  .xs\:focus\:not-italic:focus {
    font-style: normal;
  }

  .xs\:first\:italic:first-child {
    font-style: italic;
  }

  .xs\:first\:not-italic:first-child {
    font-style: normal;
  }

  .xs\:last\:italic:last-child {
    font-style: italic;
  }

  .xs\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .xs\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .xs\:group-hover\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xs\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xs\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xs\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xs\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xs\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xs\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xs\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xs\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .xs\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .xs\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .xs\:first\:normal-case:first-child {
    text-transform: none;
  }

  .xs\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .xs\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .xs\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .xs\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .xs\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .xs\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .xs\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .xs\:group-hover\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:first\:underline:first-child {
    text-decoration: underline;
  }

  .xs\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .xs\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .xs\:last\:underline:last-child {
    text-decoration: underline;
  }

  .xs\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .xs\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .xs\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .xs\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:hover\:ordinal:hover, .xs\:hover\:slashed-zero:hover, .xs\:hover\:lining-nums:hover, .xs\:hover\:oldstyle-nums:hover, .xs\:hover\:proportional-nums:hover, .xs\:hover\:tabular-nums:hover, .xs\:hover\:diagonal-fractions:hover, .xs\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .xs\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:focus\:ordinal:focus, .xs\:focus\:slashed-zero:focus, .xs\:focus\:lining-nums:focus, .xs\:focus\:oldstyle-nums:focus, .xs\:focus\:proportional-nums:focus, .xs\:focus\:tabular-nums:focus, .xs\:focus\:diagonal-fractions:focus, .xs\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .xs\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:first\:ordinal:first-child, .xs\:first\:slashed-zero:first-child, .xs\:first\:lining-nums:first-child, .xs\:first\:oldstyle-nums:first-child, .xs\:first\:proportional-nums:first-child, .xs\:first\:tabular-nums:first-child, .xs\:first\:diagonal-fractions:first-child, .xs\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .xs\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:last\:ordinal:last-child, .xs\:last\:slashed-zero:last-child, .xs\:last\:lining-nums:last-child, .xs\:last\:oldstyle-nums:last-child, .xs\:last\:proportional-nums:last-child, .xs\:last\:tabular-nums:last-child, .xs\:last\:diagonal-fractions:last-child, .xs\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .xs\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .xs\:group-hover\:ordinal, .group:hover .xs\:group-hover\:slashed-zero, .group:hover .xs\:group-hover\:lining-nums, .group:hover .xs\:group-hover\:oldstyle-nums, .group:hover .xs\:group-hover\:proportional-nums, .group:hover .xs\:group-hover\:tabular-nums, .group:hover .xs\:group-hover\:diagonal-fractions, .group:hover .xs\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .xs\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .xs\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .xs\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .xs\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .xs\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .xs\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .xs\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .xs\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .xs\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:tracking-1 {
    letter-spacing: 1px;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .xs\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .xs\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .xs\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .xs\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .xs\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .xs\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .xs\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .xs\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .xs\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .xs\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .xs\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .xs\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .xs\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .xs\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .xs\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .xs\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .xs\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .xs\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .xs\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .xs\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .xs\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .xs\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .xs\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .xs\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .xs\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .xs\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .xs\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .xs\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .xs\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .xs\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .xs\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .xs\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .xs\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .xs\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .xs\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .xs\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .xs\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .xs\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .xs\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .xs\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .xs\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .xs\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .xs\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .xs\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .xs\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .xs\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .xs\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .xs\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .xs\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .xs\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .xs\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .xs\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .xs\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .xs\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .xs\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .xs\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .xs\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .xs\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .xs\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .xs\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .xs\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .xs\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .xs\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .xs\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .xs\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .xs\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .xs\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .xs\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .xs\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .xs\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .xs\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .xs\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .xs\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .xs\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .xs\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .xs\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .xs\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .xs\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .xs\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .xs\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .xs\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .xs\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .xs\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .xs\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .xs\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .xs\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .xs\:hover\:align-top:hover {
    vertical-align: top;
  }

  .xs\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .xs\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .xs\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .xs\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .xs\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .xs\:focus\:align-top:focus {
    vertical-align: top;
  }

  .xs\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .xs\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .xs\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .xs\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .xs\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .xs\:first\:align-top:first-child {
    vertical-align: top;
  }

  .xs\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .xs\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .xs\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .xs\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .xs\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .xs\:last\:align-top:last-child {
    vertical-align: top;
  }

  .xs\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .xs\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .xs\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .xs\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .xs\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .xs\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .xs\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .xs\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .xs\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .xs\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:hover\:visible:hover {
    visibility: visible;
  }

  .xs\:hover\:invisible:hover {
    visibility: hidden;
  }

  .xs\:focus\:visible:focus {
    visibility: visible;
  }

  .xs\:focus\:invisible:focus {
    visibility: hidden;
  }

  .xs\:first\:visible:first-child {
    visibility: visible;
  }

  .xs\:first\:invisible:first-child {
    visibility: hidden;
  }

  .xs\:last\:visible:last-child {
    visibility: visible;
  }

  .xs\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .xs\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xs\:group-hover\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .xs\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .xs\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .xs\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .xs\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .xs\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .xs\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .xs\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .xs\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .xs\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .xs\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .xs\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .xs\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .xs\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .xs\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .xs\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .xs\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .xs\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .xs\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .xs\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .xs\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .xs\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .xs\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .xs\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .xs\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:hover\:break-all:hover {
    word-break: break-all;
  }

  .xs\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:focus\:break-all:focus {
    word-break: break-all;
  }

  .xs\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:first\:break-all:first-child {
    word-break: break-all;
  }

  .xs\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:last\:break-all:last-child {
    word-break: break-all;
  }

  .xs\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .xs\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .xs\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .xs\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .xs\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-0 {
    width: 0px;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 3px;
  }

  .xs\:w-4 {
    width: 4px;
  }

  .xs\:w-5 {
    width: 5px;
  }

  .xs\:w-6 {
    width: 6px;
  }

  .xs\:w-8 {
    width: 8px;
  }

  .xs\:w-9 {
    width: 9px;
  }

  .xs\:w-10 {
    width: 10px;
  }

  .xs\:w-12 {
    width: 12px;
  }

  .xs\:w-13 {
    width: 13px;
  }

  .xs\:w-14 {
    width: 14px;
  }

  .xs\:w-15 {
    width: 15px;
  }

  .xs\:w-16 {
    width: 16px;
  }

  .xs\:w-17 {
    width: 17px;
  }

  .xs\:w-18 {
    width: 18px;
  }

  .xs\:w-20 {
    width: 20px;
  }

  .xs\:w-22 {
    width: 22px;
  }

  .xs\:w-24 {
    width: 24px;
  }

  .xs\:w-25 {
    width: 25px;
  }

  .xs\:w-28 {
    width: 28px;
  }

  .xs\:w-29 {
    width: 29px;
  }

  .xs\:w-30 {
    width: 30px;
  }

  .xs\:w-32 {
    width: 32px;
  }

  .xs\:w-35 {
    width: 35px;
  }

  .xs\:w-36 {
    width: 36px;
  }

  .xs\:w-37 {
    width: 37px;
  }

  .xs\:w-40 {
    width: 40px;
  }

  .xs\:w-45 {
    width: 45px;
  }

  .xs\:w-48 {
    width: 48px;
  }

  .xs\:w-50 {
    width: 50px;
  }

  .xs\:w-55 {
    width: 55px;
  }

  .xs\:w-56 {
    width: 56px;
  }

  .xs\:w-60 {
    width: 60px;
  }

  .xs\:w-62 {
    width: 62px;
  }

  .xs\:w-64 {
    width: 64px;
  }

  .xs\:w-65 {
    width: 65px;
  }

  .xs\:w-70 {
    width: 70px;
  }

  .xs\:w-75 {
    width: 75px;
  }

  .xs\:w-80 {
    width: 80px;
  }

  .xs\:w-85 {
    width: 85px;
  }

  .xs\:w-90 {
    width: 90px;
  }

  .xs\:w-95 {
    width: 95px;
  }

  .xs\:w-96 {
    width: 96px;
  }

  .xs\:w-100 {
    width: 100px;
  }

  .xs\:w-110 {
    width: 110px;
  }

  .xs\:w-115 {
    width: 115px;
  }

  .xs\:w-120 {
    width: 120px;
  }

  .xs\:w-128 {
    width: 128px;
  }

  .xs\:w-135 {
    width: 135px;
  }

  .xs\:w-140 {
    width: 140px;
  }

  .xs\:w-145 {
    width: 145px;
  }

  .xs\:w-150 {
    width: 150px;
  }

  .xs\:w-160 {
    width: 160px;
  }

  .xs\:w-165 {
    width: 165px;
  }

  .xs\:w-168 {
    width: 168px;
  }

  .xs\:w-170 {
    width: 170px;
  }

  .xs\:w-180 {
    width: 180px;
  }

  .xs\:w-200 {
    width: 200px;
  }

  .xs\:w-220 {
    width: 220px;
  }

  .xs\:w-230 {
    width: 230px;
  }

  .xs\:w-235 {
    width: 235px;
  }

  .xs\:w-240 {
    width: 240px;
  }

  .xs\:w-250 {
    width: 250px;
  }

  .xs\:w-300 {
    width: 300px;
  }

  .xs\:w-320 {
    width: 320px;
  }

  .xs\:w-350 {
    width: 350px;
  }

  .xs\:w-375 {
    width: 375px;
  }

  .xs\:w-400 {
    width: 400px;
  }

  .xs\:w-450 {
    width: 450px;
  }

  .xs\:w-700 {
    width: 700px;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-1p {
    width: 1%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-11p {
    width: 11%;
  }

  .xs\:w-20p {
    width: 20%;
  }

  .xs\:w-24p {
    width: 24.25%;
  }

  .xs\:w-25p {
    width: 25%;
  }

  .xs\:w-32p {
    width: 32%;
  }

  .xs\:w-35p {
    width: 35%;
  }

  .xs\:w-40p {
    width: 40%;
  }

  .xs\:w-49p {
    width: 49%;
  }

  .xs\:w-49-5p {
    width: 49.5%;
  }

  .xs\:w-80p {
    width: 80%;
  }

  .xs\:w-vh80 {
    width: 80vh;
  }

  .xs\:w-vh86 {
    width: 86vh;
  }

  .xs\:w-vh90 {
    width: 90vh;
  }

  .xs\:w-vw80 {
    width: 80vw;
  }

  .xs\:w-vw90 {
    width: 90vw;
  }

  .xs\:w-90p {
    width: 90%;
  }

  .xs\:w-92p {
    width: 92%;
  }

  .xs\:w-93p {
    width: 93%;
  }

  .xs\:w-94p {
    width: 94%;
  }

  .xs\:w-95p {
    width: 95%;
  }

  .xs\:w-96p {
    width: 96%;
  }

  .xs\:w-100p {
    width: 100%;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:hover\:w-0:hover {
    width: 0px;
  }

  .xs\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xs\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xs\:hover\:w-3:hover {
    width: 3px;
  }

  .xs\:hover\:w-4:hover {
    width: 4px;
  }

  .xs\:hover\:w-5:hover {
    width: 5px;
  }

  .xs\:hover\:w-6:hover {
    width: 6px;
  }

  .xs\:hover\:w-8:hover {
    width: 8px;
  }

  .xs\:hover\:w-9:hover {
    width: 9px;
  }

  .xs\:hover\:w-10:hover {
    width: 10px;
  }

  .xs\:hover\:w-12:hover {
    width: 12px;
  }

  .xs\:hover\:w-13:hover {
    width: 13px;
  }

  .xs\:hover\:w-14:hover {
    width: 14px;
  }

  .xs\:hover\:w-15:hover {
    width: 15px;
  }

  .xs\:hover\:w-16:hover {
    width: 16px;
  }

  .xs\:hover\:w-17:hover {
    width: 17px;
  }

  .xs\:hover\:w-18:hover {
    width: 18px;
  }

  .xs\:hover\:w-20:hover {
    width: 20px;
  }

  .xs\:hover\:w-22:hover {
    width: 22px;
  }

  .xs\:hover\:w-24:hover {
    width: 24px;
  }

  .xs\:hover\:w-25:hover {
    width: 25px;
  }

  .xs\:hover\:w-28:hover {
    width: 28px;
  }

  .xs\:hover\:w-29:hover {
    width: 29px;
  }

  .xs\:hover\:w-30:hover {
    width: 30px;
  }

  .xs\:hover\:w-32:hover {
    width: 32px;
  }

  .xs\:hover\:w-35:hover {
    width: 35px;
  }

  .xs\:hover\:w-36:hover {
    width: 36px;
  }

  .xs\:hover\:w-37:hover {
    width: 37px;
  }

  .xs\:hover\:w-40:hover {
    width: 40px;
  }

  .xs\:hover\:w-45:hover {
    width: 45px;
  }

  .xs\:hover\:w-48:hover {
    width: 48px;
  }

  .xs\:hover\:w-50:hover {
    width: 50px;
  }

  .xs\:hover\:w-55:hover {
    width: 55px;
  }

  .xs\:hover\:w-56:hover {
    width: 56px;
  }

  .xs\:hover\:w-60:hover {
    width: 60px;
  }

  .xs\:hover\:w-62:hover {
    width: 62px;
  }

  .xs\:hover\:w-64:hover {
    width: 64px;
  }

  .xs\:hover\:w-65:hover {
    width: 65px;
  }

  .xs\:hover\:w-70:hover {
    width: 70px;
  }

  .xs\:hover\:w-75:hover {
    width: 75px;
  }

  .xs\:hover\:w-80:hover {
    width: 80px;
  }

  .xs\:hover\:w-85:hover {
    width: 85px;
  }

  .xs\:hover\:w-90:hover {
    width: 90px;
  }

  .xs\:hover\:w-95:hover {
    width: 95px;
  }

  .xs\:hover\:w-96:hover {
    width: 96px;
  }

  .xs\:hover\:w-100:hover {
    width: 100px;
  }

  .xs\:hover\:w-110:hover {
    width: 110px;
  }

  .xs\:hover\:w-115:hover {
    width: 115px;
  }

  .xs\:hover\:w-120:hover {
    width: 120px;
  }

  .xs\:hover\:w-128:hover {
    width: 128px;
  }

  .xs\:hover\:w-135:hover {
    width: 135px;
  }

  .xs\:hover\:w-140:hover {
    width: 140px;
  }

  .xs\:hover\:w-145:hover {
    width: 145px;
  }

  .xs\:hover\:w-150:hover {
    width: 150px;
  }

  .xs\:hover\:w-160:hover {
    width: 160px;
  }

  .xs\:hover\:w-165:hover {
    width: 165px;
  }

  .xs\:hover\:w-168:hover {
    width: 168px;
  }

  .xs\:hover\:w-170:hover {
    width: 170px;
  }

  .xs\:hover\:w-180:hover {
    width: 180px;
  }

  .xs\:hover\:w-200:hover {
    width: 200px;
  }

  .xs\:hover\:w-220:hover {
    width: 220px;
  }

  .xs\:hover\:w-230:hover {
    width: 230px;
  }

  .xs\:hover\:w-235:hover {
    width: 235px;
  }

  .xs\:hover\:w-240:hover {
    width: 240px;
  }

  .xs\:hover\:w-250:hover {
    width: 250px;
  }

  .xs\:hover\:w-300:hover {
    width: 300px;
  }

  .xs\:hover\:w-320:hover {
    width: 320px;
  }

  .xs\:hover\:w-350:hover {
    width: 350px;
  }

  .xs\:hover\:w-375:hover {
    width: 375px;
  }

  .xs\:hover\:w-400:hover {
    width: 400px;
  }

  .xs\:hover\:w-450:hover {
    width: 450px;
  }

  .xs\:hover\:w-700:hover {
    width: 700px;
  }

  .xs\:hover\:w-auto:hover {
    width: auto;
  }

  .xs\:hover\:w-px:hover {
    width: 1px;
  }

  .xs\:hover\:w-1p:hover {
    width: 1%;
  }

  .xs\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xs\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xs\:hover\:w-11p:hover {
    width: 11%;
  }

  .xs\:hover\:w-20p:hover {
    width: 20%;
  }

  .xs\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .xs\:hover\:w-25p:hover {
    width: 25%;
  }

  .xs\:hover\:w-32p:hover {
    width: 32%;
  }

  .xs\:hover\:w-35p:hover {
    width: 35%;
  }

  .xs\:hover\:w-40p:hover {
    width: 40%;
  }

  .xs\:hover\:w-49p:hover {
    width: 49%;
  }

  .xs\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .xs\:hover\:w-80p:hover {
    width: 80%;
  }

  .xs\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .xs\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .xs\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .xs\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .xs\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .xs\:hover\:w-90p:hover {
    width: 90%;
  }

  .xs\:hover\:w-92p:hover {
    width: 92%;
  }

  .xs\:hover\:w-93p:hover {
    width: 93%;
  }

  .xs\:hover\:w-94p:hover {
    width: 94%;
  }

  .xs\:hover\:w-95p:hover {
    width: 95%;
  }

  .xs\:hover\:w-96p:hover {
    width: 96%;
  }

  .xs\:hover\:w-100p:hover {
    width: 100%;
  }

  .xs\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xs\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xs\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .xs\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xs\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xs\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xs\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xs\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xs\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .xs\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xs\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xs\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xs\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xs\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xs\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xs\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xs\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xs\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xs\:hover\:w-full:hover {
    width: 100%;
  }

  .xs\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xs\:focus\:w-0:focus {
    width: 0px;
  }

  .xs\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .xs\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .xs\:focus\:w-3:focus {
    width: 3px;
  }

  .xs\:focus\:w-4:focus {
    width: 4px;
  }

  .xs\:focus\:w-5:focus {
    width: 5px;
  }

  .xs\:focus\:w-6:focus {
    width: 6px;
  }

  .xs\:focus\:w-8:focus {
    width: 8px;
  }

  .xs\:focus\:w-9:focus {
    width: 9px;
  }

  .xs\:focus\:w-10:focus {
    width: 10px;
  }

  .xs\:focus\:w-12:focus {
    width: 12px;
  }

  .xs\:focus\:w-13:focus {
    width: 13px;
  }

  .xs\:focus\:w-14:focus {
    width: 14px;
  }

  .xs\:focus\:w-15:focus {
    width: 15px;
  }

  .xs\:focus\:w-16:focus {
    width: 16px;
  }

  .xs\:focus\:w-17:focus {
    width: 17px;
  }

  .xs\:focus\:w-18:focus {
    width: 18px;
  }

  .xs\:focus\:w-20:focus {
    width: 20px;
  }

  .xs\:focus\:w-22:focus {
    width: 22px;
  }

  .xs\:focus\:w-24:focus {
    width: 24px;
  }

  .xs\:focus\:w-25:focus {
    width: 25px;
  }

  .xs\:focus\:w-28:focus {
    width: 28px;
  }

  .xs\:focus\:w-29:focus {
    width: 29px;
  }

  .xs\:focus\:w-30:focus {
    width: 30px;
  }

  .xs\:focus\:w-32:focus {
    width: 32px;
  }

  .xs\:focus\:w-35:focus {
    width: 35px;
  }

  .xs\:focus\:w-36:focus {
    width: 36px;
  }

  .xs\:focus\:w-37:focus {
    width: 37px;
  }

  .xs\:focus\:w-40:focus {
    width: 40px;
  }

  .xs\:focus\:w-45:focus {
    width: 45px;
  }

  .xs\:focus\:w-48:focus {
    width: 48px;
  }

  .xs\:focus\:w-50:focus {
    width: 50px;
  }

  .xs\:focus\:w-55:focus {
    width: 55px;
  }

  .xs\:focus\:w-56:focus {
    width: 56px;
  }

  .xs\:focus\:w-60:focus {
    width: 60px;
  }

  .xs\:focus\:w-62:focus {
    width: 62px;
  }

  .xs\:focus\:w-64:focus {
    width: 64px;
  }

  .xs\:focus\:w-65:focus {
    width: 65px;
  }

  .xs\:focus\:w-70:focus {
    width: 70px;
  }

  .xs\:focus\:w-75:focus {
    width: 75px;
  }

  .xs\:focus\:w-80:focus {
    width: 80px;
  }

  .xs\:focus\:w-85:focus {
    width: 85px;
  }

  .xs\:focus\:w-90:focus {
    width: 90px;
  }

  .xs\:focus\:w-95:focus {
    width: 95px;
  }

  .xs\:focus\:w-96:focus {
    width: 96px;
  }

  .xs\:focus\:w-100:focus {
    width: 100px;
  }

  .xs\:focus\:w-110:focus {
    width: 110px;
  }

  .xs\:focus\:w-115:focus {
    width: 115px;
  }

  .xs\:focus\:w-120:focus {
    width: 120px;
  }

  .xs\:focus\:w-128:focus {
    width: 128px;
  }

  .xs\:focus\:w-135:focus {
    width: 135px;
  }

  .xs\:focus\:w-140:focus {
    width: 140px;
  }

  .xs\:focus\:w-145:focus {
    width: 145px;
  }

  .xs\:focus\:w-150:focus {
    width: 150px;
  }

  .xs\:focus\:w-160:focus {
    width: 160px;
  }

  .xs\:focus\:w-165:focus {
    width: 165px;
  }

  .xs\:focus\:w-168:focus {
    width: 168px;
  }

  .xs\:focus\:w-170:focus {
    width: 170px;
  }

  .xs\:focus\:w-180:focus {
    width: 180px;
  }

  .xs\:focus\:w-200:focus {
    width: 200px;
  }

  .xs\:focus\:w-220:focus {
    width: 220px;
  }

  .xs\:focus\:w-230:focus {
    width: 230px;
  }

  .xs\:focus\:w-235:focus {
    width: 235px;
  }

  .xs\:focus\:w-240:focus {
    width: 240px;
  }

  .xs\:focus\:w-250:focus {
    width: 250px;
  }

  .xs\:focus\:w-300:focus {
    width: 300px;
  }

  .xs\:focus\:w-320:focus {
    width: 320px;
  }

  .xs\:focus\:w-350:focus {
    width: 350px;
  }

  .xs\:focus\:w-375:focus {
    width: 375px;
  }

  .xs\:focus\:w-400:focus {
    width: 400px;
  }

  .xs\:focus\:w-450:focus {
    width: 450px;
  }

  .xs\:focus\:w-700:focus {
    width: 700px;
  }

  .xs\:focus\:w-auto:focus {
    width: auto;
  }

  .xs\:focus\:w-px:focus {
    width: 1px;
  }

  .xs\:focus\:w-1p:focus {
    width: 1%;
  }

  .xs\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .xs\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .xs\:focus\:w-11p:focus {
    width: 11%;
  }

  .xs\:focus\:w-20p:focus {
    width: 20%;
  }

  .xs\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .xs\:focus\:w-25p:focus {
    width: 25%;
  }

  .xs\:focus\:w-32p:focus {
    width: 32%;
  }

  .xs\:focus\:w-35p:focus {
    width: 35%;
  }

  .xs\:focus\:w-40p:focus {
    width: 40%;
  }

  .xs\:focus\:w-49p:focus {
    width: 49%;
  }

  .xs\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .xs\:focus\:w-80p:focus {
    width: 80%;
  }

  .xs\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .xs\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .xs\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .xs\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .xs\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .xs\:focus\:w-90p:focus {
    width: 90%;
  }

  .xs\:focus\:w-92p:focus {
    width: 92%;
  }

  .xs\:focus\:w-93p:focus {
    width: 93%;
  }

  .xs\:focus\:w-94p:focus {
    width: 94%;
  }

  .xs\:focus\:w-95p:focus {
    width: 95%;
  }

  .xs\:focus\:w-96p:focus {
    width: 96%;
  }

  .xs\:focus\:w-100p:focus {
    width: 100%;
  }

  .xs\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xs\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xs\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .xs\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .xs\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .xs\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .xs\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .xs\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .xs\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .xs\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .xs\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .xs\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .xs\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .xs\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .xs\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .xs\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .xs\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .xs\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .xs\:focus\:w-full:focus {
    width: 100%;
  }

  .xs\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xs\:first\:w-0:first-child {
    width: 0px;
  }

  .xs\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .xs\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .xs\:first\:w-3:first-child {
    width: 3px;
  }

  .xs\:first\:w-4:first-child {
    width: 4px;
  }

  .xs\:first\:w-5:first-child {
    width: 5px;
  }

  .xs\:first\:w-6:first-child {
    width: 6px;
  }

  .xs\:first\:w-8:first-child {
    width: 8px;
  }

  .xs\:first\:w-9:first-child {
    width: 9px;
  }

  .xs\:first\:w-10:first-child {
    width: 10px;
  }

  .xs\:first\:w-12:first-child {
    width: 12px;
  }

  .xs\:first\:w-13:first-child {
    width: 13px;
  }

  .xs\:first\:w-14:first-child {
    width: 14px;
  }

  .xs\:first\:w-15:first-child {
    width: 15px;
  }

  .xs\:first\:w-16:first-child {
    width: 16px;
  }

  .xs\:first\:w-17:first-child {
    width: 17px;
  }

  .xs\:first\:w-18:first-child {
    width: 18px;
  }

  .xs\:first\:w-20:first-child {
    width: 20px;
  }

  .xs\:first\:w-22:first-child {
    width: 22px;
  }

  .xs\:first\:w-24:first-child {
    width: 24px;
  }

  .xs\:first\:w-25:first-child {
    width: 25px;
  }

  .xs\:first\:w-28:first-child {
    width: 28px;
  }

  .xs\:first\:w-29:first-child {
    width: 29px;
  }

  .xs\:first\:w-30:first-child {
    width: 30px;
  }

  .xs\:first\:w-32:first-child {
    width: 32px;
  }

  .xs\:first\:w-35:first-child {
    width: 35px;
  }

  .xs\:first\:w-36:first-child {
    width: 36px;
  }

  .xs\:first\:w-37:first-child {
    width: 37px;
  }

  .xs\:first\:w-40:first-child {
    width: 40px;
  }

  .xs\:first\:w-45:first-child {
    width: 45px;
  }

  .xs\:first\:w-48:first-child {
    width: 48px;
  }

  .xs\:first\:w-50:first-child {
    width: 50px;
  }

  .xs\:first\:w-55:first-child {
    width: 55px;
  }

  .xs\:first\:w-56:first-child {
    width: 56px;
  }

  .xs\:first\:w-60:first-child {
    width: 60px;
  }

  .xs\:first\:w-62:first-child {
    width: 62px;
  }

  .xs\:first\:w-64:first-child {
    width: 64px;
  }

  .xs\:first\:w-65:first-child {
    width: 65px;
  }

  .xs\:first\:w-70:first-child {
    width: 70px;
  }

  .xs\:first\:w-75:first-child {
    width: 75px;
  }

  .xs\:first\:w-80:first-child {
    width: 80px;
  }

  .xs\:first\:w-85:first-child {
    width: 85px;
  }

  .xs\:first\:w-90:first-child {
    width: 90px;
  }

  .xs\:first\:w-95:first-child {
    width: 95px;
  }

  .xs\:first\:w-96:first-child {
    width: 96px;
  }

  .xs\:first\:w-100:first-child {
    width: 100px;
  }

  .xs\:first\:w-110:first-child {
    width: 110px;
  }

  .xs\:first\:w-115:first-child {
    width: 115px;
  }

  .xs\:first\:w-120:first-child {
    width: 120px;
  }

  .xs\:first\:w-128:first-child {
    width: 128px;
  }

  .xs\:first\:w-135:first-child {
    width: 135px;
  }

  .xs\:first\:w-140:first-child {
    width: 140px;
  }

  .xs\:first\:w-145:first-child {
    width: 145px;
  }

  .xs\:first\:w-150:first-child {
    width: 150px;
  }

  .xs\:first\:w-160:first-child {
    width: 160px;
  }

  .xs\:first\:w-165:first-child {
    width: 165px;
  }

  .xs\:first\:w-168:first-child {
    width: 168px;
  }

  .xs\:first\:w-170:first-child {
    width: 170px;
  }

  .xs\:first\:w-180:first-child {
    width: 180px;
  }

  .xs\:first\:w-200:first-child {
    width: 200px;
  }

  .xs\:first\:w-220:first-child {
    width: 220px;
  }

  .xs\:first\:w-230:first-child {
    width: 230px;
  }

  .xs\:first\:w-235:first-child {
    width: 235px;
  }

  .xs\:first\:w-240:first-child {
    width: 240px;
  }

  .xs\:first\:w-250:first-child {
    width: 250px;
  }

  .xs\:first\:w-300:first-child {
    width: 300px;
  }

  .xs\:first\:w-320:first-child {
    width: 320px;
  }

  .xs\:first\:w-350:first-child {
    width: 350px;
  }

  .xs\:first\:w-375:first-child {
    width: 375px;
  }

  .xs\:first\:w-400:first-child {
    width: 400px;
  }

  .xs\:first\:w-450:first-child {
    width: 450px;
  }

  .xs\:first\:w-700:first-child {
    width: 700px;
  }

  .xs\:first\:w-auto:first-child {
    width: auto;
  }

  .xs\:first\:w-px:first-child {
    width: 1px;
  }

  .xs\:first\:w-1p:first-child {
    width: 1%;
  }

  .xs\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .xs\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .xs\:first\:w-11p:first-child {
    width: 11%;
  }

  .xs\:first\:w-20p:first-child {
    width: 20%;
  }

  .xs\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .xs\:first\:w-25p:first-child {
    width: 25%;
  }

  .xs\:first\:w-32p:first-child {
    width: 32%;
  }

  .xs\:first\:w-35p:first-child {
    width: 35%;
  }

  .xs\:first\:w-40p:first-child {
    width: 40%;
  }

  .xs\:first\:w-49p:first-child {
    width: 49%;
  }

  .xs\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .xs\:first\:w-80p:first-child {
    width: 80%;
  }

  .xs\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .xs\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .xs\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .xs\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .xs\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .xs\:first\:w-90p:first-child {
    width: 90%;
  }

  .xs\:first\:w-92p:first-child {
    width: 92%;
  }

  .xs\:first\:w-93p:first-child {
    width: 93%;
  }

  .xs\:first\:w-94p:first-child {
    width: 94%;
  }

  .xs\:first\:w-95p:first-child {
    width: 95%;
  }

  .xs\:first\:w-96p:first-child {
    width: 96%;
  }

  .xs\:first\:w-100p:first-child {
    width: 100%;
  }

  .xs\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .xs\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .xs\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .xs\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .xs\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .xs\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .xs\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .xs\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .xs\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .xs\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .xs\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .xs\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .xs\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .xs\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .xs\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .xs\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .xs\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .xs\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .xs\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .xs\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .xs\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .xs\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .xs\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .xs\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .xs\:first\:w-full:first-child {
    width: 100%;
  }

  .xs\:first\:w-screen:first-child {
    width: 100vw;
  }

  .xs\:last\:w-0:last-child {
    width: 0px;
  }

  .xs\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .xs\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .xs\:last\:w-3:last-child {
    width: 3px;
  }

  .xs\:last\:w-4:last-child {
    width: 4px;
  }

  .xs\:last\:w-5:last-child {
    width: 5px;
  }

  .xs\:last\:w-6:last-child {
    width: 6px;
  }

  .xs\:last\:w-8:last-child {
    width: 8px;
  }

  .xs\:last\:w-9:last-child {
    width: 9px;
  }

  .xs\:last\:w-10:last-child {
    width: 10px;
  }

  .xs\:last\:w-12:last-child {
    width: 12px;
  }

  .xs\:last\:w-13:last-child {
    width: 13px;
  }

  .xs\:last\:w-14:last-child {
    width: 14px;
  }

  .xs\:last\:w-15:last-child {
    width: 15px;
  }

  .xs\:last\:w-16:last-child {
    width: 16px;
  }

  .xs\:last\:w-17:last-child {
    width: 17px;
  }

  .xs\:last\:w-18:last-child {
    width: 18px;
  }

  .xs\:last\:w-20:last-child {
    width: 20px;
  }

  .xs\:last\:w-22:last-child {
    width: 22px;
  }

  .xs\:last\:w-24:last-child {
    width: 24px;
  }

  .xs\:last\:w-25:last-child {
    width: 25px;
  }

  .xs\:last\:w-28:last-child {
    width: 28px;
  }

  .xs\:last\:w-29:last-child {
    width: 29px;
  }

  .xs\:last\:w-30:last-child {
    width: 30px;
  }

  .xs\:last\:w-32:last-child {
    width: 32px;
  }

  .xs\:last\:w-35:last-child {
    width: 35px;
  }

  .xs\:last\:w-36:last-child {
    width: 36px;
  }

  .xs\:last\:w-37:last-child {
    width: 37px;
  }

  .xs\:last\:w-40:last-child {
    width: 40px;
  }

  .xs\:last\:w-45:last-child {
    width: 45px;
  }

  .xs\:last\:w-48:last-child {
    width: 48px;
  }

  .xs\:last\:w-50:last-child {
    width: 50px;
  }

  .xs\:last\:w-55:last-child {
    width: 55px;
  }

  .xs\:last\:w-56:last-child {
    width: 56px;
  }

  .xs\:last\:w-60:last-child {
    width: 60px;
  }

  .xs\:last\:w-62:last-child {
    width: 62px;
  }

  .xs\:last\:w-64:last-child {
    width: 64px;
  }

  .xs\:last\:w-65:last-child {
    width: 65px;
  }

  .xs\:last\:w-70:last-child {
    width: 70px;
  }

  .xs\:last\:w-75:last-child {
    width: 75px;
  }

  .xs\:last\:w-80:last-child {
    width: 80px;
  }

  .xs\:last\:w-85:last-child {
    width: 85px;
  }

  .xs\:last\:w-90:last-child {
    width: 90px;
  }

  .xs\:last\:w-95:last-child {
    width: 95px;
  }

  .xs\:last\:w-96:last-child {
    width: 96px;
  }

  .xs\:last\:w-100:last-child {
    width: 100px;
  }

  .xs\:last\:w-110:last-child {
    width: 110px;
  }

  .xs\:last\:w-115:last-child {
    width: 115px;
  }

  .xs\:last\:w-120:last-child {
    width: 120px;
  }

  .xs\:last\:w-128:last-child {
    width: 128px;
  }

  .xs\:last\:w-135:last-child {
    width: 135px;
  }

  .xs\:last\:w-140:last-child {
    width: 140px;
  }

  .xs\:last\:w-145:last-child {
    width: 145px;
  }

  .xs\:last\:w-150:last-child {
    width: 150px;
  }

  .xs\:last\:w-160:last-child {
    width: 160px;
  }

  .xs\:last\:w-165:last-child {
    width: 165px;
  }

  .xs\:last\:w-168:last-child {
    width: 168px;
  }

  .xs\:last\:w-170:last-child {
    width: 170px;
  }

  .xs\:last\:w-180:last-child {
    width: 180px;
  }

  .xs\:last\:w-200:last-child {
    width: 200px;
  }

  .xs\:last\:w-220:last-child {
    width: 220px;
  }

  .xs\:last\:w-230:last-child {
    width: 230px;
  }

  .xs\:last\:w-235:last-child {
    width: 235px;
  }

  .xs\:last\:w-240:last-child {
    width: 240px;
  }

  .xs\:last\:w-250:last-child {
    width: 250px;
  }

  .xs\:last\:w-300:last-child {
    width: 300px;
  }

  .xs\:last\:w-320:last-child {
    width: 320px;
  }

  .xs\:last\:w-350:last-child {
    width: 350px;
  }

  .xs\:last\:w-375:last-child {
    width: 375px;
  }

  .xs\:last\:w-400:last-child {
    width: 400px;
  }

  .xs\:last\:w-450:last-child {
    width: 450px;
  }

  .xs\:last\:w-700:last-child {
    width: 700px;
  }

  .xs\:last\:w-auto:last-child {
    width: auto;
  }

  .xs\:last\:w-px:last-child {
    width: 1px;
  }

  .xs\:last\:w-1p:last-child {
    width: 1%;
  }

  .xs\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .xs\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .xs\:last\:w-11p:last-child {
    width: 11%;
  }

  .xs\:last\:w-20p:last-child {
    width: 20%;
  }

  .xs\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .xs\:last\:w-25p:last-child {
    width: 25%;
  }

  .xs\:last\:w-32p:last-child {
    width: 32%;
  }

  .xs\:last\:w-35p:last-child {
    width: 35%;
  }

  .xs\:last\:w-40p:last-child {
    width: 40%;
  }

  .xs\:last\:w-49p:last-child {
    width: 49%;
  }

  .xs\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .xs\:last\:w-80p:last-child {
    width: 80%;
  }

  .xs\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .xs\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .xs\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .xs\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .xs\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .xs\:last\:w-90p:last-child {
    width: 90%;
  }

  .xs\:last\:w-92p:last-child {
    width: 92%;
  }

  .xs\:last\:w-93p:last-child {
    width: 93%;
  }

  .xs\:last\:w-94p:last-child {
    width: 94%;
  }

  .xs\:last\:w-95p:last-child {
    width: 95%;
  }

  .xs\:last\:w-96p:last-child {
    width: 96%;
  }

  .xs\:last\:w-100p:last-child {
    width: 100%;
  }

  .xs\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .xs\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .xs\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .xs\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .xs\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .xs\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .xs\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .xs\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .xs\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .xs\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .xs\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .xs\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .xs\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .xs\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .xs\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .xs\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .xs\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .xs\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .xs\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .xs\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .xs\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .xs\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .xs\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .xs\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .xs\:last\:w-full:last-child {
    width: 100%;
  }

  .xs\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .xs\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .xs\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .xs\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .xs\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .xs\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .xs\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .xs\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .xs\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .xs\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .xs\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .xs\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .xs\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .xs\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .xs\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .xs\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .xs\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .xs\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .xs\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .xs\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .xs\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .xs\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .xs\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .xs\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .xs\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .xs\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .xs\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .xs\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .xs\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .xs\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .xs\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .xs\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .xs\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .xs\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .xs\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .xs\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .xs\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .xs\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .xs\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .xs\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .xs\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .xs\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .xs\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .xs\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .xs\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .xs\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .xs\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .xs\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .xs\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .xs\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .xs\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .xs\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .xs\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .xs\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .xs\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .xs\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .xs\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .xs\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .xs\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .xs\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .xs\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .xs\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .xs\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .xs\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .xs\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .xs\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .xs\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .xs\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .xs\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .xs\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .xs\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .xs\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .xs\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .xs\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xs\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xs\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .xs\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .xs\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .xs\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .xs\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .xs\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .xs\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .xs\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .xs\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .xs\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .xs\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .xs\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .xs\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .xs\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .xs\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .xs\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .xs\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .xs\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .xs\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .xs\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .xs\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .xs\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .xs\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .xs\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .xs\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .xs\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .xs\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .xs\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .xs\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .xs\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .xs\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .xs\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .xs\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .xs\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .xs\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .xs\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .xs\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xs\:group-hover\:w-screen {
    width: 100vw;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:hover\:z-0:hover {
    z-index: 0;
  }

  .xs\:hover\:z-10:hover {
    z-index: 10;
  }

  .xs\:hover\:z-20:hover {
    z-index: 20;
  }

  .xs\:hover\:z-30:hover {
    z-index: 30;
  }

  .xs\:hover\:z-40:hover {
    z-index: 40;
  }

  .xs\:hover\:z-50:hover {
    z-index: 50;
  }

  .xs\:hover\:z-auto:hover {
    z-index: auto;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xs\:first\:z-0:first-child {
    z-index: 0;
  }

  .xs\:first\:z-10:first-child {
    z-index: 10;
  }

  .xs\:first\:z-20:first-child {
    z-index: 20;
  }

  .xs\:first\:z-30:first-child {
    z-index: 30;
  }

  .xs\:first\:z-40:first-child {
    z-index: 40;
  }

  .xs\:first\:z-50:first-child {
    z-index: 50;
  }

  .xs\:first\:z-auto:first-child {
    z-index: auto;
  }

  .xs\:last\:z-0:last-child {
    z-index: 0;
  }

  .xs\:last\:z-10:last-child {
    z-index: 10;
  }

  .xs\:last\:z-20:last-child {
    z-index: 20;
  }

  .xs\:last\:z-30:last-child {
    z-index: 30;
  }

  .xs\:last\:z-40:last-child {
    z-index: 40;
  }

  .xs\:last\:z-50:last-child {
    z-index: 50;
  }

  .xs\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .xs\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .xs\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .xs\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .xs\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .xs\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .xs\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .xs\:group-hover\:z-auto {
    z-index: auto;
  }

  .xs\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .xs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .xs\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .xs\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .xs\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .xs\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .xs\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .xs\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .xs\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .xs\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .xs\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .xs\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .xs\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .xs\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .xs\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .xs\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .xs\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .xs\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .xs\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .xs\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .xs\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .xs\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .xs\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .xs\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .xs\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .xs\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .xs\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .xs\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .xs\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .xs\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .xs\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .xs\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .xs\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .xs\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .xs\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .xs\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .xs\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .xs\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .xs\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .xs\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .xs\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .xs\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .xs\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .xs\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .xs\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .xs\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .xs\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .xs\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .xs\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .xs\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .xs\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .xs\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .xs\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .xs\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .xs\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .xs\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .xs\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .xs\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .xs\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .xs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .xs\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .xs\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .xs\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .xs\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .xs\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .xs\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .xs\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .xs\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .xs\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .xs\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .xs\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .xs\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .xs\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .xs\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .xs\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .xs\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .xs\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .xs\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .xs\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xs\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xs\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xs\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xs\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xs\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xs\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xs\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .xs\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xs\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .xs\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .xs\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xs\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xs\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xs\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xs\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xs\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xs\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .xs\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xs\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .xs\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xs\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xs\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xs\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .xs\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xs\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xs\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xs\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .xs\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xs\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xs\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xs\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .xs\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .xs\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xs\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xs\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .xs\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xs\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xs\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xs\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .xs\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .xs\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .xs\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xs\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xs\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .xs\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .xs\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .xs\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .xs\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xs\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xs\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .xs\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .xs\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .xs\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .xs\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .xs\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .xs\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .xs\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .xs\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .xs\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xs\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xs\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .xs\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .xs\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .xs\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .xs\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .xs\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .xs\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .xs\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .xs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .xs\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .xs\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .xs\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .xs\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .xs\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .xs\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .xs\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .xs\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .xs\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .xs\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .xs\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .xs\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .xs\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .xs\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .xs\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .xs\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .xs\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .xs\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .xs\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .xs\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .xs\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .xs\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .xs\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .xs\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .xs\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .xs\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .xs\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .xs\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .xs\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .xs\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .xs\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .xs\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .xs\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .xs\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .xs\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .xs\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .xs\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .xs\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .xs\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .xs\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .xs\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .xs\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .xs\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .xs\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .xs\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .xs\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .xs\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .xs\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .xs\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .xs\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .xs\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .xs\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .xs\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .xs\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .xs\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .xs\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .xs\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .xs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .xs\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .xs\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .xs\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .xs\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .xs\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .xs\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .xs\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .xs\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .xs\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .xs\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .xs\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .xs\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .xs\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .xs\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .xs\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .xs\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .xs\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .xs\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .xs\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .xs\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .xs\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .xs\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .xs\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .xs\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .xs\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .xs\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .xs\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .xs\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .xs\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .xs\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .xs\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .xs\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .xs\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .xs\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .xs\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .xs\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .xs\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .xs\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .xs\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .xs\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .xs\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .xs\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .xs\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .xs\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .xs\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .xs\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .xs\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .xs\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .xs\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .xs\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .xs\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .xs\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .xs\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .xs\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .xs\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .xs\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .xs\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .xs\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .xs\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .xs\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .xs\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .xs\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .xs\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .xs\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .xs\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .xs\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .xs\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .xs\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .xs\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .xs\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .xs\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .xs\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .xs\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .xs\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .xs\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .xs\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .xs\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .xs\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .xs\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .xs\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .xs\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .xs\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .xs\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .xs\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .xs\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .xs\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .xs\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .xs\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .xs\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .xs\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .xs\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .xs\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .xs\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .xs\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .xs\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .xs\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .xs\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xs\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xs\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xs\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xs\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xs\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xs\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xs\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .xs\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xs\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .xs\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .xs\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xs\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xs\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xs\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xs\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xs\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xs\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .xs\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xs\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .xs\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xs\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xs\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xs\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .xs\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xs\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xs\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xs\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .xs\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xs\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xs\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xs\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .xs\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .xs\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xs\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xs\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .xs\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xs\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xs\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xs\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .xs\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .xs\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .xs\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xs\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xs\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .xs\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .xs\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .xs\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .xs\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xs\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xs\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .xs\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .xs\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .xs\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .xs\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .xs\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .xs\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .xs\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .xs\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .xs\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xs\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xs\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .xs\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .xs\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .xs\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .xs\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .xs\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .xs\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .xs\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .xs\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .xs\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .xs\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .xs\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .xs\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .xs\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .xs\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .xs\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .xs\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .xs\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .xs\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .xs\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .xs\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .xs\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .xs\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .xs\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .xs\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .xs\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .xs\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .xs\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .xs\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .xs\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .xs\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .xs\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .xs\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .xs\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .xs\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .xs\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .xs\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .xs\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .xs\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .xs\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .xs\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .xs\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .xs\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .xs\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .xs\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .xs\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .xs\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .xs\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .xs\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .xs\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .xs\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .xs\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .xs\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .xs\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .xs\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .xs\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .xs\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .xs\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .xs\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .xs\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .xs\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .xs\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .xs\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .xs\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .xs\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .xs\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .xs\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .xs\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .xs\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .xs\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .xs\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .xs\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .xs\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .xs\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .xs\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .xs\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .xs\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .xs\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .xs\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .xs\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .xs\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .xs\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .xs\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .xs\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .xs\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .xs\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .xs\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .xs\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .xs\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .xs\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .xs\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .xs\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .xs\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .xs\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .xs\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .xs\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .xs\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .xs\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .xs\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .xs\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .xs\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .xs\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .xs\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .xs\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .xs\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .xs\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .xs\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .xs\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .xs\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .xs\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .xs\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .xs\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .xs\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .xs\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .xs\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .xs\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .xs\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .xs\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .xs\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .xs\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .xs\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .xs\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .xs\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .xs\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .xs\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .xs\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .xs\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .xs\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .xs\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .xs\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .xs\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .xs\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .xs\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .xs\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .xs\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .xs\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .xs\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .xs\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .xs\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .xs\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .xs\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .xs\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .xs\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .xs\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .xs\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .xs\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .xs\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .xs\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .xs\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .xs\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .xs\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .xs\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .xs\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .xs\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .xs\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .xs\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .xs\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .xs\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .xs\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .xs\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .xs\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .xs\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .xs\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .xs\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xs\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xs\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xs\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xs\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xs\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xs\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xs\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .xs\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xs\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .xs\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .xs\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xs\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xs\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xs\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xs\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xs\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xs\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .xs\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xs\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .xs\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xs\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xs\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xs\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .xs\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xs\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xs\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xs\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .xs\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xs\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xs\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xs\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .xs\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .xs\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xs\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xs\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .xs\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xs\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xs\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xs\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .xs\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .xs\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .xs\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xs\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xs\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .xs\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .xs\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .xs\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .xs\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xs\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xs\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .xs\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .xs\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .xs\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .xs\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .xs\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .xs\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .xs\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .xs\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .xs\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xs\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xs\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .xs\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .xs\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .xs\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .xs\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .xs\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .xs\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .xs\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .xs\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .xs\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .xs\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .xs\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .xs\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .xs\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .xs\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .xs\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .xs\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .xs\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .xs\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .xs\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .xs\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .xs\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .xs\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .xs\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .xs\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .xs\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .xs\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .xs\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .xs\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .xs\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .xs\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .xs\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .xs\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .xs\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .xs\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .xs\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .xs\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .xs\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .xs\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .xs\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .xs\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .xs\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .xs\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .xs\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .xs\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .xs\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .xs\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .xs\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .xs\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .xs\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .xs\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .xs\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .xs\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .xs\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .xs\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .xs\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .xs\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .xs\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .xs\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .xs\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .xs\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .xs\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .xs\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .xs\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .xs\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .xs\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .xs\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .xs\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .xs\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .xs\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .xs\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .xs\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .xs\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .xs\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .xs\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .xs\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .xs\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .xs\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .xs\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .xs\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .xs\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .xs\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .xs\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .xs\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .xs\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .xs\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .xs\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .xs\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .xs\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .xs\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .xs\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .xs\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .xs\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .xs\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .xs\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .xs\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .xs\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .xs\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .xs\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .xs\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .xs\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .xs\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .xs\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .xs\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .xs\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .xs\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .xs\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .xs\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .xs\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .xs\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .xs\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .xs\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .xs\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .xs\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .xs\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .xs\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .xs\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .xs\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .xs\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .xs\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .xs\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .xs\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .xs\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .xs\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .xs\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .xs\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .xs\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .xs\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .xs\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .xs\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .xs\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .xs\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .xs\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .xs\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .xs\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .xs\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .xs\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .xs\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .xs\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .xs\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .xs\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .xs\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .xs\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .xs\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .xs\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .xs\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .xs\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .xs\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .xs\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .xs\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .xs\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .xs\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .xs\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .xs\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .xs\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .xs\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .xs\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .xs\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .xs\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .xs\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .xs\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .xs\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .xs\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .xs\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xs\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xs\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xs\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xs\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xs\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xs\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xs\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .xs\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xs\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .xs\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .xs\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xs\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xs\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xs\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xs\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xs\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xs\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .xs\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xs\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .xs\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xs\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xs\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xs\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .xs\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xs\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xs\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xs\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .xs\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xs\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xs\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xs\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .xs\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .xs\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xs\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xs\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .xs\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xs\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xs\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xs\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .xs\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .xs\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .xs\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xs\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xs\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .xs\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .xs\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .xs\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .xs\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xs\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xs\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .xs\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .xs\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .xs\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .xs\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .xs\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .xs\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .xs\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .xs\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .xs\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xs\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xs\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .xs\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .xs\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .xs\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .xs\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .xs\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .xs\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .xs\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .xs\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .xs\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .xs\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .xs\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .xs\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .xs\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .xs\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .xs\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .xs\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .xs\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .xs\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .xs\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .xs\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .xs\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .xs\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .xs\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .xs\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .xs\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .xs\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .xs\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .xs\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .xs\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .xs\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .xs\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .xs\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .xs\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .xs\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .xs\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .xs\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .xs\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .xs\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .xs\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .xs\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .xs\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .xs\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .xs\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .xs\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .xs\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .xs\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .xs\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .xs\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .xs\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .xs\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .xs\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .xs\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .xs\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .xs\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .xs\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .xs\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .xs\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .xs\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .xs\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .xs\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .xs\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .xs\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .xs\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .xs\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .xs\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .xs\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .xs\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .xs\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .xs\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .xs\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .xs\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .xs\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .xs\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .xs\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .xs\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .xs\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .xs\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .xs\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .xs\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .xs\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .xs\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .xs\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .xs\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .xs\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .xs\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .xs\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .xs\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .xs\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .xs\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .xs\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .xs\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .xs\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .xs\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .xs\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .xs\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .xs\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .xs\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .xs\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .xs\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .xs\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .xs\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .xs\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .xs\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .xs\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .xs\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .xs\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .xs\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .xs\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .xs\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .xs\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .xs\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .xs\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .xs\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .xs\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .xs\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .xs\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .xs\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .xs\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .xs\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .xs\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .xs\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .xs\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .xs\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .xs\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .xs\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .xs\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .xs\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .xs\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .xs\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .xs\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .xs\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .xs\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .xs\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .xs\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .xs\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .xs\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .xs\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .xs\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .xs\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .xs\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .xs\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .xs\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .xs\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .xs\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .xs\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .xs\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .xs\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .xs\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .xs\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .xs\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .xs\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .xs\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .xs\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .xs\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .xs\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .xs\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .xs\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .xs\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .xs\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .xs\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .xs\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .xs\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .xs\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .xs\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .xs\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .xs\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .xs\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .xs\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .xs\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .xs\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .xs\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .xs\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .xs\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .xs\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .xs\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .xs\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .xs\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xs\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .xs\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xs\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .xs\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .xs\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .xs\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xs\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .xs\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .xs\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .xs\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .xs\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .xs\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xs\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xs\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xs\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .xs\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .xs\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .xs\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xs\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .xs\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .xs\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .xs\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .xs\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xs\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .xs\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xs\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .xs\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .xs\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xs\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .xs\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xs\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .xs\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xs\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xs\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .xs\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xs\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .xs\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .xs\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .xs\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .xs\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .xs\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .xs\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .xs\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .xs\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .xs\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .xs\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .xs\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .xs\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .xs\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .xs\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .xs\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .xs\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .xs\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .xs\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .xs\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .xs\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .xs\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .xs\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .xs\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .xs\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .xs\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .xs\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .xs\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .xs\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .xs\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .xs\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .xs\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .xs\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .xs\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .xs\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .xs\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .xs\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .xs\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .xs\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .xs\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .xs\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .xs\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .xs\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .xs\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .xs\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .xs\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .xs\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .xs\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .xs\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .xs\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .xs\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .xs\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .xs\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .xs\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .xs\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .xs\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .xs\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .xs\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .xs\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .xs\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .xs\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .xs\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .xs\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .xs\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .xs\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .xs\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .xs\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .xs\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .xs\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .xs\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .xs\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .xs\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .xs\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .xs\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .xs\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .xs\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .xs\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .xs\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .xs\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .xs\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .xs\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .xs\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .xs\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .xs\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .xs\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .xs\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .xs\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .xs\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .xs\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .xs\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .xs\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .xs\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .xs\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .xs\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .xs\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .xs\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .xs\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .xs\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .xs\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .xs\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .xs\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .xs\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .xs\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .xs\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .xs\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .xs\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .xs\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .xs\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .xs\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .xs\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .xs\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .xs\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .xs\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .xs\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .xs\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .xs\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .xs\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .xs\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .xs\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .xs\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .xs\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .xs\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .xs\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .xs\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .xs\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .xs\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .xs\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .xs\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .xs\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .xs\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .xs\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .xs\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .xs\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .xs\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .xs\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .xs\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .xs\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .xs\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .xs\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .xs\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .xs\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .xs\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .xs\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .xs\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .xs\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .xs\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .xs\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .xs\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .xs\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .xs\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .xs\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .xs\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .xs\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .xs\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .xs\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .xs\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .xs\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .xs\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .xs\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .xs\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .xs\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .xs\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .xs\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .xs\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .xs\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .xs\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .xs\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .xs\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .xs\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .xs\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .xs\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .xs\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .xs\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .xs\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .xs\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .xs\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .xs\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .xs\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .xs\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .xs\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .xs\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .xs\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .xs\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .xs\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .xs\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .xs\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .xs\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .xs\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .xs\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .xs\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .xs\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .xs\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .xs\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .xs\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .xs\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .xs\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .xs\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .xs\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .xs\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .xs\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .xs\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .xs\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .xs\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .xs\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .xs\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .xs\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .xs\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .xs\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .xs\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .xs\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .xs\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .xs\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .xs\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .xs\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .xs\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .xs\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .xs\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .xs\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .xs\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .xs\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .xs\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .xs\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .xs\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .xs\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .xs\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .xs\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .xs\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .xs\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .xs\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .xs\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .xs\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .xs\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .xs\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .xs\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .xs\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .xs\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .xs\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .xs\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .xs\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .xs\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .xs\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .xs\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .xs\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .xs\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .xs\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .xs\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .xs\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .xs\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .xs\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .xs\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .xs\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .xs\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .xs\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .xs\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .xs\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .xs\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .xs\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .xs\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .xs\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .xs\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .xs\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .xs\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .xs\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .xs\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .xs\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .xs\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .xs\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .xs\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .xs\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .xs\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .xs\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .xs\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .xs\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .xs\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .xs\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .xs\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .xs\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .xs\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .xs\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .xs\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .xs\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .xs\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .xs\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .xs\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .xs\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .xs\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .xs\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .xs\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .xs\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .xs\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .xs\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .xs\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .xs\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .xs\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .xs\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .xs\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .xs\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .xs\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .xs\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .xs\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .xs\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .xs\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .xs\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .xs\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .xs\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .xs\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .xs\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .xs\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .xs\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .xs\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .xs\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .xs\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .xs\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .xs\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .xs\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .xs\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .xs\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .xs\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .xs\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .xs\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .xs\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .xs\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .xs\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .xs\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .xs\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .xs\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .xs\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .xs\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .xs\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .xs\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .xs\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .xs\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .xs\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .xs\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .xs\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .xs\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .xs\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .xs\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .xs\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .xs\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .xs\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .xs\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .xs\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .xs\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .xs\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .xs\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .xs\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .xs\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .xs\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .xs\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .xs\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .xs\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .xs\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .xs\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .xs\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .xs\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .xs\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .xs\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .xs\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .xs\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .xs\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .xs\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .xs\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .xs\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .xs\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .xs\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .xs\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .xs\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .xs\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .xs\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .xs\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .xs\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .xs\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .xs\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .xs\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .xs\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .xs\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .xs\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .xs\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .xs\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .xs\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .xs\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .xs\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .xs\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .xs\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .xs\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .xs\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .xs\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .xs\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .xs\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .xs\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .xs\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .xs\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .xs\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .xs\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .xs\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .xs\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .xs\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .xs\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .xs\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .xs\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .xs\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .xs\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .xs\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .xs\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .xs\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .xs\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .xs\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .xs\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .xs\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .xs\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .xs\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .xs\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .xs\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .xs\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .xs\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .xs\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .xs\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .xs\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .xs\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .xs\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .xs\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .xs\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .xs\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .xs\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .xs\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .xs\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .xs\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .xs\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .xs\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .xs\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .xs\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .xs\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .xs\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .xs\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .xs\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .xs\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .xs\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .xs\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .xs\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .xs\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .xs\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .xs\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .xs\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .xs\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .xs\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .xs\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .xs\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .xs\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .xs\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .xs\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .xs\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .xs\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .xs\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .xs\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .xs\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .xs\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .xs\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .xs\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .xs\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .xs\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .xs\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .xs\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .xs\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .xs\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .xs\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .xs\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .xs\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .xs\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .xs\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .xs\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .xs\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .xs\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .xs\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .xs\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .xs\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .xs\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .xs\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .xs\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .xs\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .xs\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .xs\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .xs\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .xs\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .xs\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .xs\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .xs\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .xs\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .xs\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .xs\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .xs\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .xs\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .xs\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .xs\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .xs\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .xs\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .xs\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .xs\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .xs\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .xs\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .xs\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .xs\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .xs\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .xs\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .xs\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .xs\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .xs\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .xs\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .xs\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .xs\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .xs\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .xs\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .xs\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .xs\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .xs\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .xs\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .xs\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .xs\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .xs\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .xs\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .xs\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .xs\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .xs\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .xs\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .xs\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .xs\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .xs\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .xs\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .xs\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .xs\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .xs\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .xs\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .xs\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .xs\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .xs\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .xs\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .xs\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .xs\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .xs\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .xs\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .xs\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .xs\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .xs\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .xs\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .xs\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .xs\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .xs\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .xs\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .xs\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .xs\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .xs\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .xs\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .xs\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .xs\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .xs\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .xs\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .xs\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .xs\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .xs\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .xs\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .xs\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .xs\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .xs\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .xs\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .xs\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .xs\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .xs\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .xs\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .xs\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .xs\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .xs\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .xs\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .xs\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .xs\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .xs\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .xs\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .xs\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .xs\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .xs\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .xs\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .xs\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .xs\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .xs\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .xs\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .xs\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .xs\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .xs\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .xs\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .xs\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .xs\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .xs\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .xs\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .xs\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .xs\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .xs\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .xs\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .xs\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .xs\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .xs\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .xs\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .xs\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .xs\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .xs\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .xs\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .xs\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .xs\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .xs\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .xs\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .xs\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .xs\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .xs\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .xs\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .xs\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .xs\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .xs\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .xs\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .xs\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .xs\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .xs\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .xs\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .xs\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .xs\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .xs\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .xs\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .xs\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .xs\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .xs\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .xs\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .xs\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .xs\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .xs\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .xs\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .xs\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .xs\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .xs\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .xs\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .xs\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .xs\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .xs\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .xs\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .xs\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .xs\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .xs\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .xs\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .xs\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .xs\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .xs\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .xs\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .xs\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .xs\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .xs\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .xs\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .xs\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .xs\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .xs\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .xs\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .xs\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .xs\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .xs\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .xs\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .xs\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .xs\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .xs\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .xs\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .xs\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .xs\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .xs\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .xs\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .xs\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .xs\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .xs\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .xs\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .xs\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .xs\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .xs\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .xs\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .xs\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .xs\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .xs\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .xs\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .xs\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .xs\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .xs\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .xs\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .xs\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .xs\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .xs\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .xs\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .xs\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .xs\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .xs\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .xs\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .xs\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .xs\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .xs\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .xs\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .xs\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .xs\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .xs\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .xs\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .xs\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .xs\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .xs\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .xs\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .xs\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .xs\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .xs\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .xs\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .xs\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .xs\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .xs\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .xs\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .xs\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .xs\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .xs\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .xs\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .xs\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .xs\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .xs\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .xs\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .xs\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .xs\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .xs\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .xs\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .xs\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .xs\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .xs\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .xs\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .xs\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .xs\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .xs\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .xs\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .xs\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .xs\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .xs\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .xs\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .xs\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .xs\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .xs\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .xs\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .xs\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .xs\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .xs\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .xs\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .xs\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .xs\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .xs\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .xs\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .xs\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .xs\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .xs\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .xs\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .xs\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .xs\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .xs\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .xs\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .xs\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .xs\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .xs\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .xs\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .xs\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .xs\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .xs\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .xs\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .xs\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .xs\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .xs\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .xs\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .xs\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .xs\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .xs\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .xs\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .xs\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .xs\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .xs\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .xs\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .xs\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .xs\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .xs\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .xs\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .xs\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .xs\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .xs\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .xs\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .xs\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .xs\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .xs\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .xs\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .xs\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .xs\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .xs\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .xs\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .xs\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .xs\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .xs\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .xs\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .xs\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .xs\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .xs\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .xs\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .xs\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .xs\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .xs\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .xs\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:hover\:transform-none:hover {
    transform: none;
  }

  .xs\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:focus\:transform-none:focus {
    transform: none;
  }

  .xs\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:first\:transform-none:first-child {
    transform: none;
  }

  .xs\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .xs\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .xs\:group-hover\:transform-none {
    transform: none;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .xs\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .xs\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .xs\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .xs\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .xs\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .xs\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .xs\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .xs\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .xs\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .xs\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .xs\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .xs\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .xs\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .xs\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .xs\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .xs\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .xs\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .xs\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .xs\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .xs\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .xs\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .xs\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .xs\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .xs\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .xs\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .xs\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .xs\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .xs\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .xs\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .xs\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .xs\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .xs\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .xs\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .xs\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .xs\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .xs\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .xs\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .xs\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .xs\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .xs\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .xs\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .xs\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .xs\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .xs\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xs\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .xs\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .xs\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .xs\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .xs\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .xs\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .xs\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .xs\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .xs\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .xs\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .xs\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .xs\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .xs\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .xs\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .xs\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .xs\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .xs\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .xs\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .xs\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .xs\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .xs\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .xs\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .xs\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .xs\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .xs\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .xs\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .xs\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .xs\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .xs\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .xs\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .xs\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .xs\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .xs\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .xs\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .xs\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .xs\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .xs\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .xs\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .xs\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .xs\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .xs\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .xs\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .xs\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .xs\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .xs\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .xs\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .xs\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .xs\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .xs\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .xs\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .xs\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .xs\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .xs\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .xs\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .xs\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .xs\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .xs\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .xs\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .xs\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .xs\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .xs\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .xs\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .xs\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .xs\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .xs\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .xs\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .xs\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .xs\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .xs\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .xs\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xs\:rotate-0 {
    --transform-rotate: 0;
  }

  .xs\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .xs\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .xs\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .xs\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .xs\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .xs\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xs\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .xs\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .xs\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .xs\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .xs\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xs\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xs\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .xs\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .xs\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .xs\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .xs\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .xs\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .xs\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .xs\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .xs\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .xs\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .xs\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .xs\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .xs\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .xs\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .xs\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .xs\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .xs\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .xs\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .xs\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .xs\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .xs\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .xs\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .xs\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .xs\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .xs\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .xs\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .xs\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .xs\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .xs\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .xs\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .xs\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .xs\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .xs\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .xs\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .xs\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .xs\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .xs\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .xs\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .xs\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .xs\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .xs\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .xs\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .xs\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .xs\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .xs\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .xs\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .xs\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .xs\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .xs\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .xs\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .xs\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .xs\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .xs\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .xs\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .xs\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .xs\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .xs\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .xs\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .xs\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .xs\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .xs\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .xs\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .xs\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .xs\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .xs\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .xs\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .xs\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .xs\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .xs\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .xs\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .xs\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .xs\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .xs\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .xs\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .xs\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .xs\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .xs\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .xs\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .xs\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .xs\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .xs\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .xs\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .xs\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .xs\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .xs\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .xs\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .xs\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .xs\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .xs\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .xs\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .xs\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .xs\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .xs\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .xs\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .xs\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .xs\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .xs\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .xs\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .xs\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .xs\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .xs\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .xs\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .xs\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .xs\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .xs\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .xs\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .xs\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .xs\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .xs\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .xs\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .xs\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .xs\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .xs\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .xs\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .xs\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .xs\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .xs\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .xs\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .xs\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .xs\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .xs\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .xs\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .xs\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xs\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .xs\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .xs\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .xs\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .xs\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .xs\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .xs\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .xs\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .xs\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .xs\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .xs\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .xs\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .xs\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .xs\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .xs\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .xs\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .xs\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .xs\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .xs\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .xs\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .xs\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .xs\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .xs\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .xs\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .xs\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .xs\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .xs\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .xs\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .xs\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .xs\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .xs\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .xs\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .xs\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .xs\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .xs\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .xs\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .xs\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .xs\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .xs\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .xs\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .xs\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .xs\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .xs\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .xs\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .xs\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .xs\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .xs\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .xs\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .xs\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .xs\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .xs\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .xs\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .xs\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .xs\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .xs\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .xs\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .xs\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .xs\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .xs\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .xs\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .xs\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .xs\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .xs\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .xs\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .xs\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .xs\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .xs\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .xs\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .xs\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .xs\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .xs\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .xs\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .xs\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .xs\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .xs\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .xs\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .xs\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .xs\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .xs\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .xs\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .xs\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .xs\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .xs\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .xs\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .xs\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .xs\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .xs\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .xs\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .xs\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .xs\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .xs\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .xs\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .xs\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .xs\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .xs\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .xs\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xs\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .xs\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .xs\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .xs\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .xs\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .xs\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .xs\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .xs\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .xs\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .xs\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .xs\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .xs\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .xs\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .xs\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .xs\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .xs\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .xs\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .xs\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .xs\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .xs\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .xs\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .xs\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .xs\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .xs\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .xs\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .xs\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xs\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xs\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xs\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .xs\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .xs\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .xs\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .xs\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .xs\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .xs\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .xs\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .xs\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .xs\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .xs\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .xs\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .xs\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .xs\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .xs\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .xs\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .xs\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .xs\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .xs\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .xs\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .xs\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .xs\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .xs\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .xs\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .xs\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .xs\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .xs\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .xs\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .xs\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .xs\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .xs\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .xs\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .xs\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .xs\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .xs\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .xs\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .xs\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .xs\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .xs\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .xs\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .xs\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .xs\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .xs\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .xs\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .xs\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .xs\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .xs\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .xs\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .xs\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .xs\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .xs\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .xs\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .xs\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .xs\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .xs\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .xs\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .xs\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .xs\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .xs\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .xs\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .xs\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .xs\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .xs\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .xs\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .xs\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .xs\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .xs\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .xs\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .xs\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .xs\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .xs\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xs\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .xs\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .xs\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .xs\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .xs\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .xs\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .xs\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .xs\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .xs\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .xs\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .xs\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .xs\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .xs\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .xs\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .xs\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .xs\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .xs\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .xs\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .xs\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .xs\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .xs\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .xs\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .xs\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .xs\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .xs\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .xs\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .xs\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .xs\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .xs\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .xs\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .xs\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .xs\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .xs\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .xs\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .xs\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .xs\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .xs\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .xs\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .xs\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .xs\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .xs\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .xs\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .xs\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .xs\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .xs\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .xs\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .xs\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .xs\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .xs\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .xs\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .xs\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .xs\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .xs\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .xs\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .xs\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .xs\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .xs\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .xs\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .xs\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .xs\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .xs\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .xs\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .xs\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .xs\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .xs\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .xs\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .xs\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .xs\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .xs\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .xs\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .xs\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .xs\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .xs\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .xs\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .xs\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .xs\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .xs\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .xs\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .xs\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .xs\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .xs\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .xs\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .xs\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .xs\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .xs\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .xs\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .xs\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .xs\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .xs\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .xs\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .xs\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .xs\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .xs\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .xs\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .xs\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .xs\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xs\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .xs\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .xs\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .xs\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .xs\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .xs\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .xs\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .xs\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .xs\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .xs\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .xs\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .xs\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .xs\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .xs\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .xs\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .xs\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .xs\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .xs\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .xs\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .xs\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .xs\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .xs\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .xs\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .xs\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .xs\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .xs\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xs\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xs\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .xs\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .xs\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .xs\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .xs\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .xs\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .xs\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .xs\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .xs\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .xs\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .xs\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .xs\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .xs\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .xs\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .xs\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .xs\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .xs\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .xs\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .xs\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .xs\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .xs\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .xs\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .xs\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .xs\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .xs\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .xs\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .xs\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .xs\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .xs\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .xs\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .xs\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .xs\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .xs\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .xs\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .xs\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .xs\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .xs\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .xs\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .xs\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .xs\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .xs\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .xs\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .xs\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .xs\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .xs\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .xs\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .xs\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .xs\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .xs\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .xs\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .xs\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .xs\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .xs\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .xs\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .xs\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .xs\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .xs\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .xs\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .xs\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .xs\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .xs\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .xs\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .xs\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .xs\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .xs\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .xs\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .xs\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .xs\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .xs\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .xs\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .xs\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xs\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .xs\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .xs\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .xs\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .xs\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .xs\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .xs\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .xs\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .xs\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .xs\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .xs\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .xs\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .xs\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .xs\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .xs\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .xs\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .xs\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .xs\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .xs\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .xs\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .xs\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .xs\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .xs\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .xs\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .xs\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .xs\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .xs\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .xs\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .xs\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .xs\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .xs\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .xs\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .xs\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .xs\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .xs\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .xs\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .xs\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .xs\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .xs\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .xs\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .xs\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .xs\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .xs\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .xs\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .xs\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .xs\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .xs\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .xs\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .xs\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .xs\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .xs\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .xs\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .xs\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .xs\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .xs\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .xs\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .xs\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .xs\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .xs\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .xs\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .xs\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .xs\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .xs\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .xs\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .xs\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .xs\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .xs\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .xs\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .xs\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .xs\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .xs\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .xs\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .xs\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .xs\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .xs\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .xs\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .xs\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .xs\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .xs\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .xs\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .xs\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .xs\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .xs\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .xs\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .xs\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .xs\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .xs\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .xs\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .xs\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .xs\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .xs\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .xs\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .xs\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .xs\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .xs\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .xs\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .xs\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .xs\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .xs\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .xs\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .xs\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .xs\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .xs\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .xs\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .xs\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .xs\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .xs\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .xs\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .xs\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .xs\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .xs\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .xs\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .xs\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .xs\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .xs\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .xs\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .xs\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .xs\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .xs\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .xs\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .xs\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .xs\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .xs\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .xs\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .xs\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .xs\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .xs\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .xs\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .xs\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .xs\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .xs\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .xs\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .xs\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .xs\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .xs\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .xs\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .xs\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .xs\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .xs\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .xs\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .xs\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .xs\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .xs\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .xs\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .xs\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .xs\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .xs\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .xs\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .xs\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .xs\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .xs\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .xs\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .xs\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .xs\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .xs\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .xs\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .xs\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .xs\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .xs\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .xs\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .xs\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .xs\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .xs\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .xs\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .xs\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .xs\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .xs\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .xs\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .xs\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .xs\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .xs\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .xs\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .xs\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .xs\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .xs\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .xs\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .xs\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .xs\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .xs\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .xs\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .xs\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .xs\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .xs\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .xs\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .xs\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .xs\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .xs\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xs\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .xs\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .xs\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .xs\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .xs\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .xs\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .xs\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .xs\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .xs\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .xs\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .xs\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .xs\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .xs\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .xs\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .xs\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .xs\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .xs\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .xs\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .xs\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .xs\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .xs\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .xs\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .xs\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .xs\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .xs\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .xs\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .xs\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .xs\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .xs\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .xs\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .xs\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .xs\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .xs\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .xs\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .xs\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .xs\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .xs\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .xs\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .xs\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .xs\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .xs\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .xs\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .xs\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .xs\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .xs\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .xs\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .xs\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .xs\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .xs\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .xs\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .xs\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .xs\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .xs\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .xs\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .xs\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .xs\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .xs\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .xs\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .xs\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .xs\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .xs\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .xs\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .xs\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .xs\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .xs\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .xs\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .xs\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .xs\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .xs\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .xs\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .xs\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .xs\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .xs\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .xs\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .xs\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .xs\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .xs\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .xs\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .xs\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .xs\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .xs\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .xs\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .xs\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .xs\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .xs\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .xs\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .xs\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .xs\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .xs\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .xs\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .xs\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .xs\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .xs\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .xs\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .xs\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .xs\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .xs\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .xs\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .xs\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .xs\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .xs\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .xs\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .xs\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .xs\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .xs\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .xs\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .xs\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .xs\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .xs\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .xs\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .xs\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .xs\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .xs\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .xs\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .xs\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .xs\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .xs\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .xs\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .xs\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .xs\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .xs\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .xs\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .xs\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .xs\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .xs\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .xs\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .xs\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .xs\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .xs\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .xs\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .xs\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .xs\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .xs\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .xs\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .xs\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .xs\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .xs\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .xs\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .xs\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .xs\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .xs\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .xs\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .xs\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .xs\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .xs\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .xs\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .xs\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .xs\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .xs\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .xs\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .xs\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .xs\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .xs\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .xs\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .xs\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .xs\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .xs\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .xs\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .xs\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .xs\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .xs\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .xs\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .xs\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .xs\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .xs\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .xs\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .xs\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .xs\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .xs\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .xs\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .xs\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .xs\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .xs\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .xs\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .xs\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .xs\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .xs\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .xs\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .xs\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .xs\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .xs\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .xs\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .xs\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .xs\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .xs\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .xs\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .xs\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xs\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .xs\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .xs\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .xs\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .xs\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .xs\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .xs\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .xs\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .xs\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .xs\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .xs\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .xs\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .xs\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .xs\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .xs\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .xs\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .xs\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .xs\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .xs\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .xs\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .xs\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .xs\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .xs\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .xs\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .xs\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .xs\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .xs\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .xs\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .xs\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .xs\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .xs\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .xs\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .xs\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .xs\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .xs\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .xs\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .xs\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .xs\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .xs\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .xs\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .xs\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .xs\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .xs\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .xs\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .xs\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .xs\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .xs\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .xs\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .xs\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .xs\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .xs\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .xs\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .xs\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .xs\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .xs\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .xs\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .xs\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .xs\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .xs\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .xs\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .xs\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .xs\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .xs\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .xs\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .xs\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .xs\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .xs\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .xs\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .xs\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .xs\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .xs\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .xs\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .xs\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .xs\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .xs\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .xs\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .xs\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .xs\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .xs\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .xs\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .xs\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .xs\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .xs\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .xs\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .xs\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .xs\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .xs\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .xs\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .xs\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .xs\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .xs\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .xs\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .xs\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .xs\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .xs\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .xs\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .xs\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .xs\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .xs\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .xs\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .xs\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .xs\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .xs\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .xs\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .xs\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .xs\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .xs\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .xs\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .xs\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .xs\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .xs\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .xs\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .xs\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .xs\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .xs\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .xs\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .xs\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .xs\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .xs\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .xs\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .xs\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .xs\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .xs\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .xs\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .xs\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .xs\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .xs\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .xs\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .xs\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .xs\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .xs\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .xs\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .xs\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .xs\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .xs\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .xs\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .xs\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .xs\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .xs\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .xs\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .xs\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .xs\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .xs\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .xs\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .xs\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .xs\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .xs\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .xs\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .xs\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .xs\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .xs\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .xs\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .xs\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .xs\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .xs\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .xs\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .xs\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .xs\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .xs\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .xs\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .xs\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .xs\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .xs\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .xs\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .xs\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .xs\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .xs\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .xs\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .xs\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .xs\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .xs\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .xs\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .xs\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .xs\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .xs\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .xs\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .xs\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .xs\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .xs\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .xs\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .xs\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .xs\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .xs\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .xs\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .xs\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .xs\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .xs\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xs\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .xs\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .xs\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .xs\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .xs\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .xs\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .xs\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .xs\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .xs\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .xs\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .xs\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .xs\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .xs\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .xs\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .xs\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .xs\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .xs\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .xs\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .xs\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .xs\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .xs\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .xs\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .xs\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .xs\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .xs\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .xs\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .xs\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .xs\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .xs\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .xs\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .xs\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .xs\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .xs\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .xs\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .xs\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .xs\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .xs\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .xs\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .xs\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .xs\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .xs\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .xs\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .xs\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .xs\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .xs\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .xs\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .xs\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .xs\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .xs\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .xs\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .xs\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .xs\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .xs\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .xs\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .xs\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .xs\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .xs\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .xs\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .xs\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .xs\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .xs\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .xs\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .xs\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .xs\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .xs\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .xs\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .xs\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .xs\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .xs\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .xs\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .xs\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .xs\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .xs\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .xs\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .xs\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .xs\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .xs\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .xs\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .xs\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .xs\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .xs\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .xs\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .xs\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .xs\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .xs\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .xs\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .xs\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .xs\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .xs\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .xs\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .xs\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .xs\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .xs\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .xs\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .xs\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .xs\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .xs\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .xs\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .xs\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .xs\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .xs\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .xs\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .xs\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .xs\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .xs\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .xs\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .xs\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .xs\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .xs\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .xs\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .xs\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .xs\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .xs\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .xs\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .xs\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .xs\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .xs\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xs\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .xs\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .xs\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .xs\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .xs\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .xs\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .xs\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .xs\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .xs\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .xs\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .xs\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .xs\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .xs\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .xs\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .xs\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .xs\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .xs\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .xs\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .xs\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .xs\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .xs\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .xs\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .xs\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .xs\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .xs\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .xs\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .xs\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .xs\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .xs\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .xs\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .xs\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .xs\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .xs\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .xs\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .xs\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .xs\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .xs\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .xs\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .xs\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .xs\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .xs\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .xs\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .xs\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .xs\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .xs\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .xs\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .xs\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .xs\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .xs\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .xs\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .xs\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .xs\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .xs\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .xs\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .xs\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .xs\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .xs\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .xs\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .xs\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .xs\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .xs\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .xs\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .xs\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .xs\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .xs\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .xs\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .xs\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .xs\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .xs\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .xs\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .xs\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .xs\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .xs\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .xs\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .xs\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .xs\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .xs\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .xs\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .xs\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .xs\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .xs\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .xs\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .xs\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .xs\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .xs\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .xs\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .xs\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .xs\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .xs\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .xs\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .xs\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .xs\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .xs\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .xs\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .xs\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .xs\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .xs\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .xs\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .xs\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .xs\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .xs\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .xs\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .xs\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .xs\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .xs\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .xs\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .xs\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .xs\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .xs\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .xs\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .xs\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .xs\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .xs\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .xs\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .xs\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .xs\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .xs\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .xs\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .xs\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .xs\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .xs\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .xs\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .xs\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .xs\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .xs\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .xs\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .xs\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .xs\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .xs\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .xs\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .xs\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .xs\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .xs\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .xs\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .xs\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .xs\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .xs\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .xs\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .xs\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .xs\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .xs\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .xs\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .xs\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .xs\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .xs\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .xs\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .xs\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .xs\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .xs\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .xs\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .xs\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .xs\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .xs\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .xs\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .xs\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .xs\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .xs\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .xs\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .xs\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .xs\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .xs\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .xs\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .xs\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .xs\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .xs\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .xs\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .xs\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .xs\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .xs\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .xs\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .xs\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .xs\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .xs\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .xs\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .xs\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .xs\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .xs\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .xs\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .xs\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .xs\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .xs\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .xs\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .xs\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .xs\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .xs\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .xs\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .xs\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .xs\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .xs\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .xs\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .xs\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .xs\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .xs\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .xs\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .xs\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .xs\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .xs\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .xs\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .xs\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .xs\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .xs\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .xs\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .xs\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .xs\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .xs\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .xs\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .xs\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .xs\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .xs\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .xs\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .xs\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .xs\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .xs\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .xs\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .xs\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .xs\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .xs\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .xs\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .xs\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .xs\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .xs\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .xs\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .xs\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .xs\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .xs\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .xs\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .xs\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .xs\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .xs\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .xs\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .xs\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .xs\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .xs\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .xs\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .xs\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .xs\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .xs\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .xs\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .xs\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .xs\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .xs\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .xs\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .xs\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .xs\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .xs\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .xs\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .xs\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .xs\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .xs\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .xs\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .xs\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .xs\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .xs\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .xs\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .xs\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .xs\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .xs\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .xs\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .xs\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .xs\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .xs\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .xs\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .xs\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .xs\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .xs\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .xs\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .xs\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .xs\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .xs\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .xs\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .xs\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .xs\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .xs\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .xs\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .xs\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .xs\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .xs\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .xs\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .xs\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .xs\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .xs\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .xs\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .xs\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .xs\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .xs\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .xs\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .xs\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .xs\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .xs\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .xs\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .xs\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .xs\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .xs\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .xs\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .xs\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .xs\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .xs\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .xs\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .xs\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .xs\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .xs\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .xs\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .xs\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .xs\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .xs\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .xs\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .xs\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .xs\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .xs\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .xs\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .xs\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .xs\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .xs\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .xs\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .xs\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .xs\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .xs\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .xs\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .xs\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .xs\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .xs\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .xs\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .xs\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .xs\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .xs\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .xs\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .xs\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .xs\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .xs\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .xs\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .xs\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .xs\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .xs\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .xs\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .xs\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .xs\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .xs\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .xs\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .xs\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .xs\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .xs\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .xs\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .xs\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .xs\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .xs\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .xs\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .xs\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .xs\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .xs\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .xs\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .xs\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .xs\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .xs\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .xs\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .xs\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .xs\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .xs\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .xs\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .xs\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .xs\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .xs\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .xs\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .xs\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .xs\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .xs\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .xs\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .xs\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .xs\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .xs\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .xs\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .xs\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .xs\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .xs\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .xs\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .xs\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .xs\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .xs\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .xs\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .xs\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .xs\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .xs\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .xs\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .xs\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .xs\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .xs\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .xs\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .xs\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .xs\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .xs\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .xs\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .xs\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .xs\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .xs\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .xs\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .xs\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .xs\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .xs\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .xs\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .xs\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .xs\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .xs\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .xs\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .xs\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .xs\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .xs\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .xs\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .xs\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .xs\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .xs\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .xs\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .xs\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .xs\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .xs\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .xs\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .xs\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .xs\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .xs\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .xs\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .xs\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .xs\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .xs\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .xs\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .xs\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .xs\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .xs\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .xs\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .xs\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .xs\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .xs\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .xs\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .xs\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .xs\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .xs\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .xs\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .xs\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .xs\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .xs\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .xs\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .xs\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .xs\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .xs\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .xs\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .xs\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .xs\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .xs\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .xs\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .xs\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .xs\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .xs\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .xs\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .xs\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .xs\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .xs\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .xs\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .xs\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .xs\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .xs\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .xs\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .xs\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .xs\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .xs\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .xs\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .xs\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .xs\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .xs\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .xs\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .xs\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .xs\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .xs\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .xs\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .xs\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .xs\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .xs\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .xs\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .xs\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .xs\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .xs\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .xs\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .xs\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .xs\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .xs\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .xs\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .xs\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .xs\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .xs\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .xs\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .xs\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .xs\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .xs\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .xs\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .xs\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .xs\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .xs\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .xs\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .xs\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .xs\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .xs\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .xs\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .xs\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .xs\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .xs\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .xs\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .xs\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .xs\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .xs\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .xs\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .xs\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .xs\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .xs\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .xs\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .xs\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .xs\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .xs\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .xs\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .xs\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .xs\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .xs\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .xs\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .xs\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .xs\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .xs\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .xs\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .xs\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .xs\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .xs\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .xs\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .xs\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .xs\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .xs\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .xs\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .xs\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .xs\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .xs\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .xs\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .xs\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .xs\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .xs\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .xs\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .xs\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .xs\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .xs\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .xs\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .xs\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .xs\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .xs\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .xs\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .xs\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .xs\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .xs\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .xs\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .xs\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .xs\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .xs\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .xs\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .xs\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .xs\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .xs\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .xs\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .xs\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .xs\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .xs\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .xs\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .xs\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .xs\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .xs\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .xs\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .xs\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .xs\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .xs\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .xs\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .xs\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .xs\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .xs\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .xs\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .xs\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .xs\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .xs\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .xs\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .xs\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .xs\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .xs\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .xs\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .xs\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .xs\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .xs\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .xs\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .xs\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .xs\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .xs\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .xs\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .xs\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .xs\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .xs\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .xs\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .xs\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .xs\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .xs\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .xs\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .xs\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .xs\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .xs\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .xs\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .xs\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .xs\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .xs\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .xs\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .xs\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .xs\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .xs\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .xs\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .xs\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .xs\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .xs\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .xs\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .xs\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .xs\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .xs\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .xs\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .xs\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .xs\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .xs\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .xs\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .xs\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .xs\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .xs\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .xs\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .xs\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .xs\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .xs\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .xs\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .xs\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .xs\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .xs\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .xs\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .xs\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .xs\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .xs\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .xs\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .xs\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .xs\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .xs\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .xs\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .xs\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .xs\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .xs\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .xs\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .xs\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .xs\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .xs\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .xs\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .xs\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .xs\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .xs\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .xs\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .xs\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .xs\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .xs\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .xs\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .xs\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .xs\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .xs\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .xs\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .xs\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .xs\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .xs\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .xs\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .xs\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .xs\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .xs\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .xs\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .xs\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .xs\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .xs\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .xs\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .xs\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .xs\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .xs\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .xs\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .xs\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .xs\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .xs\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .xs\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .xs\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .xs\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .xs\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .xs\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .xs\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .xs\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .xs\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .xs\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .xs\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .xs\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .xs\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .xs\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .xs\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .xs\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .xs\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .xs\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .xs\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .xs\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .xs\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .xs\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .xs\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .xs\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .xs\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .xs\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .xs\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .xs\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .xs\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .xs\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .xs\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .xs\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .xs\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .xs\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .xs\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .xs\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .xs\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .xs\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .xs\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .xs\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .xs\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .xs\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .xs\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .xs\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .xs\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .xs\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .xs\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .xs\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .xs\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .xs\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .xs\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .xs\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .xs\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .xs\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .xs\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .xs\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .xs\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .xs\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .xs\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .xs\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .xs\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .xs\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .xs\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .xs\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .xs\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .xs\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .xs\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .xs\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .xs\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .xs\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .xs\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .xs\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .xs\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .xs\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .xs\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .xs\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .xs\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .xs\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .xs\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .xs\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .xs\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .xs\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .xs\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .xs\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .xs\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .xs\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .xs\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .xs\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .xs\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .xs\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .xs\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .xs\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .xs\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .xs\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .xs\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .xs\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .xs\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .xs\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .xs\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .xs\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .xs\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .xs\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .xs\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .xs\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .xs\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .xs\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .xs\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .xs\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .xs\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .xs\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .xs\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .xs\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .xs\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .xs\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .xs\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .xs\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .xs\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .xs\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .xs\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .xs\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .xs\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .xs\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .xs\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .xs\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .xs\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .xs\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .xs\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .xs\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .xs\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .xs\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .xs\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .xs\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .xs\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .xs\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .xs\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .xs\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .xs\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .xs\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .xs\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .xs\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .xs\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .xs\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .xs\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .xs\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .xs\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .xs\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .xs\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .xs\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .xs\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .xs\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .xs\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .xs\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .xs\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .xs\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .xs\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .xs\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .xs\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .xs\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .xs\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .xs\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .xs\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .xs\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .xs\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .xs\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .xs\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .xs\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .xs\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .xs\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .xs\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .xs\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .xs\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .xs\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .xs\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .xs\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .xs\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .xs\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .xs\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .xs\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .xs\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .xs\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .xs\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .xs\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .xs\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .xs\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .xs\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .xs\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .xs\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .xs\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .xs\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .xs\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .xs\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .xs\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .xs\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .xs\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .xs\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .xs\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .xs\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .xs\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .xs\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .xs\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .xs\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .xs\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .xs\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .xs\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .xs\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .xs\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .xs\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .xs\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .xs\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .xs\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .xs\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .xs\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .xs\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .xs\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .xs\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .xs\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .xs\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .xs\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .xs\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .xs\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .xs\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .xs\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .xs\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .xs\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .xs\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .xs\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .xs\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .xs\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .xs\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .xs\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .xs\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .xs\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .xs\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .xs\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .xs\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .xs\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .xs\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .xs\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .xs\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .xs\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .xs\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .xs\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .xs\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .xs\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .xs\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .xs\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .xs\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .xs\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .xs\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .xs\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .xs\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .xs\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .xs\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .xs\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .xs\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .xs\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .xs\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .xs\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .xs\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .xs\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .xs\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .xs\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .xs\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .xs\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .xs\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .xs\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .xs\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .xs\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .xs\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .xs\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .xs\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .xs\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .xs\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .xs\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .xs\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .xs\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .xs\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .xs\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .xs\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .xs\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .xs\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .xs\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .xs\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .xs\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .xs\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .xs\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .xs\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .xs\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .xs\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .xs\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .xs\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .xs\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .xs\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .xs\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .xs\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .xs\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .xs\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .xs\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .xs\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .xs\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .xs\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .xs\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .xs\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .xs\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .xs\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .xs\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .xs\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .xs\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .xs\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .xs\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .xs\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .xs\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .xs\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .xs\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .xs\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .xs\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .xs\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .xs\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .xs\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .xs\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .xs\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .xs\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .xs\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .xs\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .xs\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .xs\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .xs\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .xs\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .xs\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .xs\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .xs\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .xs\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .xs\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .xs\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .xs\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .xs\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .xs\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .xs\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .xs\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .xs\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .xs\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .xs\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .xs\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .xs\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .xs\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .xs\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .xs\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .xs\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .xs\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .xs\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .xs\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .xs\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .xs\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .xs\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .xs\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .xs\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .xs\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .xs\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .xs\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .xs\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .xs\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .xs\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .xs\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .xs\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .xs\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .xs\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .xs\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .xs\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .xs\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .xs\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .xs\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .xs\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .xs\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .xs\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .xs\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .xs\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .xs\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .xs\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .xs\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .xs\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .xs\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .xs\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .xs\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .xs\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .xs\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .xs\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .xs\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .xs\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .xs\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .xs\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .xs\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .xs\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .xs\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .xs\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .xs\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .xs\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .xs\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .xs\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .xs\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .xs\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .xs\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .xs\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .xs\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .xs\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .xs\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .xs\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .xs\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .xs\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .xs\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .xs\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .xs\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .xs\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .xs\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .xs\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .xs\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .xs\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .xs\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .xs\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .xs\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .xs\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .xs\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .xs\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .xs\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .xs\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .xs\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .xs\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .xs\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .xs\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .xs\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .xs\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .xs\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .xs\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .xs\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .xs\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .xs\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .xs\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .xs\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .xs\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .xs\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .xs\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .xs\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .xs\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .xs\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .xs\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .xs\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .xs\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .xs\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .xs\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .xs\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .xs\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .xs\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .xs\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .xs\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .xs\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .xs\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .xs\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .xs\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .xs\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .xs\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .xs\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .xs\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .xs\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .xs\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .xs\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .xs\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .xs\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .xs\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .xs\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .xs\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .xs\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .xs\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .xs\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .xs\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .xs\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .xs\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .xs\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .xs\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .xs\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .xs\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .xs\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .xs\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .xs\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .xs\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .xs\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .xs\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .xs\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .xs\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .xs\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .xs\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .xs\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .xs\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .xs\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .xs\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .xs\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .xs\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .xs\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .xs\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .xs\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .xs\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .xs\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .xs\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .xs\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .xs\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .xs\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .xs\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .xs\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .xs\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .xs\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .xs\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .xs\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .xs\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .xs\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .xs\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .xs\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xs\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xs\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .xs\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .xs\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xs\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .xs\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .xs\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xs\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .xs\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .xs\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xs\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .xs\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xs\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xs\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xs\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xs\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .xs\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .xs\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .xs\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .xs\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .xs\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .xs\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .xs\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .xs\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .xs\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .xs\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .xs\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .xs\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .xs\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .xs\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .xs\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .xs\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .xs\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .xs\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .xs\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .xs\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .xs\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .xs\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .xs\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .xs\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .xs\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .xs\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .xs\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .xs\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .xs\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .xs\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .xs\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .xs\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .xs\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .xs\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .xs\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .xs\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .xs\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .xs\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .xs\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .xs\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .xs\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .xs\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .xs\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .xs\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .xs\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .xs\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .xs\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .xs\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .xs\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .xs\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .xs\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .xs\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .xs\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .xs\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .xs\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .xs\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .xs\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .xs\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .xs\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .xs\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .xs\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .xs\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .xs\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .xs\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .xs\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .xs\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
  }

  .xs\:transition-transform {
    transition-property: transform;
  }

  .xs\:hover\:transition-none:hover {
    transition-property: none;
  }

  .xs\:hover\:transition-all:hover {
    transition-property: all;
  }

  .xs\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .xs\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .xs\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .xs\:focus\:transition-none:focus {
    transition-property: none;
  }

  .xs\:focus\:transition-all:focus {
    transition-property: all;
  }

  .xs\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .xs\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .xs\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .xs\:first\:transition-none:first-child {
    transition-property: none;
  }

  .xs\:first\:transition-all:first-child {
    transition-property: all;
  }

  .xs\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .xs\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .xs\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .xs\:last\:transition-none:last-child {
    transition-property: none;
  }

  .xs\:last\:transition-all:last-child {
    transition-property: all;
  }

  .xs\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .xs\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .xs\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .xs\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .xs\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .xs\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .xs\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .xs\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .xs\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .xs\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .xs\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .xs\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .xs\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .xs\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .xs\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .xs\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .xs\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .xs\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .xs\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .xs\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .xs\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .xs\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .xs\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .xs\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .xs\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .xs\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .xs\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .xs\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .xs\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .xs\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .xs\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .xs\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .xs\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .xs\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .xs\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .xs\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .xs\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .xs\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .xs\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .xs\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .xs\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .xs\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .xs\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .xs\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .xs\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .xs\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .xs\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .xs\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .xs\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .xs\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .xs\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .xs\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .xs\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .xs\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .xs\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .xs\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .xs\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .xs\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .xs\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .xs\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .xs\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .xs\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .xs\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .xs\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .xs\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .xs\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .xs\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .xs\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .xs\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .xs\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .xs\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .xs\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .xs\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .xs\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .xs\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .xs\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .xs\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .xs\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .xs\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .xs\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .xs\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .xs\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .xs\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .xs\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .xs\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .xs\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .xs\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .xs\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .xs\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .xs\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .xs\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .xs\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .xs\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .xs\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .xs\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .xs\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:animate-none {
    animation: none;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xs\:hover\:animate-none:hover {
    animation: none;
  }

  .xs\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .xs\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .xs\:focus\:animate-none:focus {
    animation: none;
  }

  .xs\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .xs\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .xs\:first\:animate-none:first-child {
    animation: none;
  }

  .xs\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .xs\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .xs\:last\:animate-none:last-child {
    animation: none;
  }

  .xs\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .xs\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .xs\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .xs\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .xs\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .xs\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .xs\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 650px) {
  .s\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .s\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .s\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .s\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .s\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .group:hover .s\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .s\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .s\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .s\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .s\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .s\:container {
      max-width: 1600px;
    }
  }

  .s\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .s\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .s\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .s\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .s\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .s\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .s\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .s\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .s\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .s\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .s\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .s\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .s\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .s\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .s\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .s\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .s\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .s\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .s\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .s\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .s\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .s\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .s\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .s\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .s\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .s\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .s\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .s\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .s\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .s\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .s\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .s\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .s\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .s\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .s\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .s\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .s\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .s\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .s\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .s\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .s\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .s\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .s\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .s\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .s\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .s\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .s\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .s\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .s\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .s\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .s\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .s\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .s\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .s\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .s\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .s\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .s\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .s\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .s\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .s\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .s\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .s\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .s\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .s\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .s\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .s\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .s\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .s\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .s\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .s\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .s\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .s\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .s\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .s\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .s\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .s\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .s\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .s\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .s\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .s\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .s\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .s\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .s\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .s\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .s\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .s\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .s\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .s\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .s\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .s\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .s\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .s\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .s\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .s\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .s\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .s\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .s\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .s\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .s\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .s\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .s\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .s\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .s\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .s\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .s\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .s\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .s\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .s\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .s\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .s\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .s\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .s\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .s\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .s\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .s\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .s\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .s\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .s\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .s\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .s\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .s\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .s\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .s\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .s\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .s\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .s\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .s\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .s\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .s\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .s\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .s\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .s\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .s\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .s\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .s\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .s\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .s\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .s\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .s\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .s\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .s\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .s\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .s\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .s\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .s\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .s\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .s\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .s\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .s\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .s\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .s\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .s\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .s\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .s\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .s\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .s\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .s\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .s\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .s\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .s\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .s\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .s\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .s\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .s\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .s\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .s\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .s\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .s\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .s\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .s\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .s\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .s\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .s\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .s\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .s\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .s\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .s\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .s\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .s\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .s\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .s\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .s\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .s\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .s\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .s\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .s\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .s\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .s\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .s\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .s\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .s\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .s\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .s\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .s\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .s\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .s\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .s\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .s\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .s\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .s\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .s\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .s\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .s\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .s\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .s\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .s\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .s\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .s\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .s\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .s\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .s\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .s\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .s\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .s\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .s\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .s\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .s\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .s\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .s\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .s\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .s\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .s\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .s\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .s\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .s\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .s\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .s\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .s\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .s\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .s\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .s\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .s\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .s\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .s\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .s\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .s\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .s\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .s\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .s\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .s\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .s\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .s\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .s\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .s\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .s\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .s\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .s\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .s\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .s\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .s\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .s\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .s\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .s\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .s\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .s\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .s\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .s\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .s\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .s\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .s\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .s\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .s\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .s\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .s\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .s\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .s\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .s\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .s\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .s\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .s\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .s\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .s\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .s\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .s\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .s\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .s\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .s\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .s\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .s\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .s\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .s\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .s\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .s\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .s\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .s\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .s\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .s\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .s\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .s\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .s\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .s\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .s\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .s\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .s\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .s\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .s\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .s\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .s\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .s\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .s\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .s\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .s\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .s\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .s\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .s\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .s\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .s\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .s\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .s\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .s\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .s\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .s\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .s\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .s\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .s\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .s\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .s\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .s\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .s\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .s\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .s\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .s\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .s\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .s\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .s\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .s\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .s\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .s\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .s\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .s\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .s\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .s\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .s\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .s\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .s\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .s\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .s\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .s\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .s\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .s\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .s\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .s\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .s\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .s\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .s\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .s\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .s\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .s\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .s\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .s\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .s\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .s\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .s\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .s\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .s\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .s\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .s\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .s\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .s\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .s\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .s\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .s\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .s\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .s\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .s\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .s\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .s\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .s\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .s\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .s\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .s\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .s\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .s\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .s\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .s\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .s\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .s\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .s\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .s\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .s\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .s\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .s\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .s\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .s\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .s\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .s\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .s\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .s\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .s\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .s\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .s\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .s\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .s\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .s\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .s\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .s\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .s\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .s\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .s\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .s\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .s\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .s\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .s\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .s\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .s\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .s\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .s\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .s\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .s\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .s\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .s\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .s\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .s\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .s\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .s\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .s\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .s\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .s\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .s\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .s\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .s\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .s\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .s\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .s\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .s\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .s\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .s\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .s\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .s\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .s\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .s\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .s\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .s\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .s\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .s\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .s\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .s\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .s\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .s\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .s\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .s\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .s\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .s\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .s\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .s\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .s\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .s\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .s\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .s\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .s\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .s\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .s\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .s\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .s\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .s\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .s\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .s\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .s\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .s\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .s\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .s\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .s\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .s\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .s\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .s\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .s\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .s\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .s\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .s\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .s\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .s\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .s\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .s\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .s\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .s\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .s\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .s\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .s\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .s\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .s\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .s\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .s\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .s\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .s\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .s\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .s\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .s\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .s\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .s\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .s\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .s\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .s\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .s\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .s\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .s\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .s\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .s\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .s\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .s\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .s\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .s\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .s\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .s\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .s\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .s\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .s\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .s\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .s\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .s\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .s\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .s\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .s\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .s\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .s\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .s\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .s\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .s\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .s\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .s\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .s\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .s\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .s\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .s\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .s\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .s\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .s\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .s\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .s\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .s\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .s\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .s\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .s\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .s\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .s\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .s\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .s\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .s\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .s\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .s\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .s\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .s\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .s\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .s\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .s\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .s\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .s\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .s\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .s\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .s\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .s\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .s\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .s\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .s\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .s\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .s\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .s\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .s\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .s\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .s\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .s\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .s\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .s\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .s\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .s\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .s\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .s\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .s\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .s\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .s\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .s\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .s\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .s\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .s\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .s\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .s\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .s\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .s\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .s\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .s\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .s\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .s\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .s\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .s\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .s\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .s\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .s\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .s\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .s\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .s\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .s\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .s\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .s\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .s\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .s\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .s\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .s\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .s\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .s\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .s\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .s\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .s\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .s\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .s\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .s\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .s\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .s\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .s\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .s\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .s\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .s\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .s\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .s\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .s\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .s\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .s\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .s\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .s\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .s\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .s\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .s\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .s\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .s\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .s\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .s\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .s\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .s\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .s\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .s\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .s\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .s\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .s\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .s\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .s\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .s\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .s\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .s\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .s\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .s\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .s\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .s\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .s\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .s\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .s\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .s\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .s\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .s\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .s\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .s\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .s\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .s\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .s\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .s\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .s\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .s\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .s\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .s\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .s\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .s\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .s\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .s\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .s\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .s\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .s\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .s\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .s\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .s\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .s\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .s\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .s\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .s\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .s\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .s\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .s\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .s\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .s\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .s\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .s\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .s\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .s\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .s\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .s\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .s\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .s\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .s\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .s\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .s\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .s\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .s\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .s\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .s\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .s\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .s\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .s\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .s\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .s\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .s\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .s\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .s\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .s\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .s\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .s\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .s\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .s\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .s\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .s\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .group:hover .s\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .s\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .s\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .s\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .s\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .s\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .s\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .s\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .s\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .s\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .s\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .s\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .s\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .s\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .s\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .s\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .s\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .s\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .s\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .s\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .s\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .s\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .s\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .s\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .s\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .s\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .s\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .s\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .s\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .s\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .s\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .s\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .s\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .s\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .s\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .s\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .s\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .s\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .s\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .s\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .s\: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;
  }

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

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

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

  .s\: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;
  }

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

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

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

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

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

  .group:hover .s\:group-hover\: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;
  }

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

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

  .s\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .s\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .s\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .s\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .s\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

  .s\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .s\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .s\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .s\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .s\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .s\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .s\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .s\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .s\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .s\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .s\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .s\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .s\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .s\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .s\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

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

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

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

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

  .s\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .s\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .s\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .s\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .s\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .s\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .s\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .s\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .s\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .s\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .s\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .s\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .s\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .s\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .s\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .s\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .s\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .s\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .s\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .s\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

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

  .s\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .s\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .s\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .s\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .s\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .s\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .s\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .s\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .s\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .s\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .s\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .s\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .s\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .s\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .s\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .s\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .s\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .s\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .s\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .s\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .s\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .s\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .s\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .s\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .s\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .s\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .s\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .s\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .s\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .s\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .s\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .s\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .s\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .s\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .s\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .s\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .s\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .s\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .s\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .s\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .s\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .s\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .s\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .s\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .s\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .s\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .s\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .s\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .s\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .s\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .s\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .s\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .s\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .s\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .s\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .s\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .s\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .s\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .s\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .s\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .s\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .s\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .s\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .s\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .s\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .s\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .s\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .s\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .s\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .s\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .s\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .s\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .s\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .s\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .s\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .s\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .s\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .s\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .s\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .s\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .s\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .s\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .s\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .s\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .s\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .s\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .s\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .s\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .s\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .s\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .s\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .s\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .s\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .s\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .s\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .s\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .s\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .s\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .s\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .s\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .s\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .s\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .s\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .s\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .s\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .s\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .s\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .s\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .s\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .s\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .s\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .s\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .s\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .s\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .s\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .s\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .s\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .s\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .s\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .s\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .s\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .s\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .s\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .s\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .s\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .s\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .s\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .s\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .s\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .s\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .s\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .s\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .s\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .s\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .s\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .s\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .s\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .s\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .s\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .s\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .s\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .s\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .s\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .s\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .s\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .s\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .s\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .s\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .s\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .s\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .s\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .s\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .s\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .s\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .s\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .s\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .s\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .s\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .s\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .s\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .s\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .s\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .s\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .s\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .s\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .s\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .s\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .s\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .s\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .s\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .s\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .s\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .s\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .s\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .s\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .s\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .s\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .s\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .s\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .s\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .s\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .s\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .s\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .s\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .s\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .s\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .s\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .s\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .s\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .s\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .s\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .s\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .s\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .s\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .s\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .s\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .s\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .s\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .s\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .s\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .s\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .s\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .s\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .s\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .s\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .s\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .s\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .s\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .s\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .s\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .s\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .s\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .s\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .s\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .s\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .s\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

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

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

  .group:hover .s\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .s\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .s\:bg-none {
    background-image: none;
  }

  .s\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .s\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .s\:hover\:bg-none:hover {
    background-image: none;
  }

  .s\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .s\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .s\:focus\:bg-none:focus {
    background-image: none;
  }

  .s\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .s\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .s\:first\:bg-none:first-child {
    background-image: none;
  }

  .s\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .s\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .s\:last\:bg-none:last-child {
    background-image: none;
  }

  .s\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .s\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .s\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .s\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .s\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:to-transparent {
    --gradient-to-color: transparent;
  }

  .s\:to-current {
    --gradient-to-color: currentColor;
  }

  .s\:to-black {
    --gradient-to-color: #000;
  }

  .s\:to-white {
    --gradient-to-color: #fff;
  }

  .s\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .s\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .s\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .s\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .s\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .s\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .s\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .s\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .s\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .s\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .s\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .s\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .s\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .s\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .s\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .s\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .s\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .s\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .s\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .s\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .s\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .s\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .s\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .s\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .s\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .s\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .s\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .s\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .s\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .s\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .s\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .s\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .s\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .s\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .s\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .s\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .s\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .s\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .s\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .s\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .s\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .s\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .s\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .s\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .s\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .s\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .s\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .s\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .s\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .s\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .s\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .s\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .s\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .s\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .s\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .s\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .s\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .s\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .s\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .s\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .s\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .s\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .s\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .s\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .s\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .s\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .s\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .s\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .s\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .s\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .s\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .s\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .s\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .s\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .s\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .s\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .s\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .s\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .s\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .s\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .s\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .s\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .s\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .s\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .s\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .s\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .s\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .s\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .s\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .s\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .s\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .s\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .s\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .s\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .s\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .s\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .s\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .s\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .s\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .s\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .s\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .s\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .s\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .s\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .s\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .s\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .s\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .s\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .s\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .s\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .s\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .s\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .s\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .s\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .s\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .s\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .s\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .s\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .s\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .s\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .s\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .s\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .s\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .s\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .s\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .s\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .s\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .s\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .s\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .s\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .s\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .s\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .s\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .s\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .s\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .s\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .s\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .s\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .s\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .s\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .s\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .s\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .s\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .s\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .s\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .s\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .s\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .s\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .s\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .s\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .s\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .s\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .s\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .s\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .s\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .s\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .s\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .s\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .s\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .s\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .s\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .s\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .s\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .s\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .s\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .s\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .s\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .s\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .s\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .s\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .s\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .s\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .s\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .s\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .s\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .s\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .s\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .s\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .s\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .s\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .s\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .s\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .s\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .s\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .s\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .s\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .s\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .s\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .s\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .s\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .s\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .s\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .s\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .s\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .s\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .s\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .s\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .s\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .s\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .s\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .s\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .s\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .s\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .s\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .s\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .s\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .s\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .s\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .s\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .s\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .s\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .s\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .s\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .s\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .s\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .s\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .s\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .s\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .s\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .s\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .s\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .s\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .s\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .s\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .s\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .s\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .s\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .s\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .s\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .s\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .s\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .s\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .s\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .s\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .s\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .s\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .s\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .s\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .s\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .s\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .s\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .s\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .s\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .s\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .s\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .s\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .s\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .s\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .s\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .s\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .s\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .s\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .s\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .s\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .s\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .s\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .s\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .s\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .s\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .s\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .s\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .s\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .s\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .s\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .s\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .s\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .s\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .s\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .s\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .s\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .s\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .s\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .s\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .s\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .s\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .s\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .s\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .s\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .s\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .s\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .s\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .s\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .s\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .s\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .s\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .s\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .s\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .s\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .s\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .s\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .s\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .s\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .s\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .s\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .s\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .s\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .s\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .s\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .s\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .s\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .s\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .s\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .s\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .s\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .s\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .s\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .s\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .s\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .s\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .s\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .s\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .s\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .s\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .s\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .s\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .s\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .s\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .s\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .s\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .s\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .s\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .s\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .s\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .s\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .s\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .s\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .s\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .s\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .s\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .s\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .s\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .s\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .s\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .s\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .s\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .s\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .s\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .s\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .s\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .s\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .s\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .s\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .s\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .s\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .s\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .s\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .s\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .s\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .s\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .s\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .s\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .s\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .s\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .s\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .s\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .s\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .s\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .s\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .s\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .s\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .s\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .s\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .s\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .s\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .s\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .s\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .s\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .s\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .s\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .s\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .s\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .s\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .s\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .s\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .s\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .s\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .s\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .s\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .s\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .s\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .s\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .s\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .s\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .s\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .s\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .s\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .s\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .s\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .s\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .s\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .s\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .s\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .s\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .s\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .s\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .s\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .s\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .s\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .s\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .s\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .s\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .s\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .s\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .s\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .s\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .s\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .s\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .s\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .s\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .s\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .s\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .s\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .s\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .s\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .s\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .s\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .s\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .s\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .s\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .s\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .s\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .s\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .s\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .s\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .s\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .s\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .s\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .s\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .s\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .s\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .s\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .s\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .s\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .s\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .s\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .s\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .s\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .s\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .s\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .s\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .s\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .s\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .s\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .s\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .s\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .s\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .s\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .s\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .s\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .s\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .s\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .s\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .s\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .s\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .s\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .s\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .s\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .s\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .s\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .s\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .s\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .s\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .s\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .s\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .s\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .s\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .s\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .s\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .s\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .s\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .s\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .s\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .s\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .s\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .s\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .s\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .s\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .s\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .s\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .s\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .s\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .s\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .s\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .s\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .s\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .s\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .s\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .s\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .s\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .s\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .s\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .s\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .s\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .s\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .s\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .s\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .s\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .s\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .s\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .s\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .s\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .s\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .s\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .s\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .s\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .s\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .s\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .s\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .s\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .s\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .s\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .s\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .s\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .s\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .s\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .s\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .s\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .s\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .s\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .s\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .s\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .s\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .s\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .s\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .s\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .s\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .s\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .s\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .s\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .s\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .s\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .s\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .s\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .s\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .s\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .s\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .s\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .s\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .s\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .s\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .s\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .s\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .s\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .s\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .s\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .s\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .s\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .s\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .s\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .s\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .s\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .s\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .s\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .s\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .s\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .s\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .s\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .s\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .s\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .s\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .s\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .s\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .s\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .s\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .s\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .s\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .s\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .s\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .s\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .s\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .s\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .s\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .s\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .s\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .s\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .s\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .s\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .s\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .s\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .s\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .s\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .s\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .s\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .s\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .s\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .s\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .s\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .s\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .s\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .s\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .s\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .s\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .s\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .s\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .s\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .s\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .s\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .s\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .s\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .s\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .s\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .s\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .s\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .s\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .s\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .s\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .s\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .s\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .s\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .s\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .s\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .s\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .s\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .s\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .s\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .s\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .s\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .s\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .s\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .s\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .s\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .s\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .s\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .s\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .s\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .s\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .s\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .s\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .s\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .s\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .s\:bg-bottom {
    background-position: bottom;
  }

  .s\:bg-center {
    background-position: center;
  }

  .s\:bg-left {
    background-position: left;
  }

  .s\:bg-left-bottom {
    background-position: left bottom;
  }

  .s\:bg-left-top {
    background-position: left top;
  }

  .s\:bg-right {
    background-position: right;
  }

  .s\:bg-right-bottom {
    background-position: right bottom;
  }

  .s\:bg-right-top {
    background-position: right top;
  }

  .s\:bg-top {
    background-position: top;
  }

  .s\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .s\:hover\:bg-center:hover {
    background-position: center;
  }

  .s\:hover\:bg-left:hover {
    background-position: left;
  }

  .s\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .s\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .s\:hover\:bg-right:hover {
    background-position: right;
  }

  .s\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .s\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .s\:hover\:bg-top:hover {
    background-position: top;
  }

  .s\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .s\:focus\:bg-center:focus {
    background-position: center;
  }

  .s\:focus\:bg-left:focus {
    background-position: left;
  }

  .s\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .s\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .s\:focus\:bg-right:focus {
    background-position: right;
  }

  .s\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .s\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .s\:focus\:bg-top:focus {
    background-position: top;
  }

  .s\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .s\:first\:bg-center:first-child {
    background-position: center;
  }

  .s\:first\:bg-left:first-child {
    background-position: left;
  }

  .s\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .s\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .s\:first\:bg-right:first-child {
    background-position: right;
  }

  .s\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .s\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .s\:first\:bg-top:first-child {
    background-position: top;
  }

  .s\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .s\:last\:bg-center:last-child {
    background-position: center;
  }

  .s\:last\:bg-left:last-child {
    background-position: left;
  }

  .s\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .s\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .s\:last\:bg-right:last-child {
    background-position: right;
  }

  .s\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .s\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .s\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .s\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .s\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .s\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .s\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .s\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .s\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .s\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .s\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .s\:group-hover\:bg-top {
    background-position: top;
  }

  .s\:bg-repeat {
    background-repeat: repeat;
  }

  .s\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .s\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .s\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .s\:bg-repeat-round {
    background-repeat: round;
  }

  .s\:bg-repeat-space {
    background-repeat: space;
  }

  .s\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .s\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .s\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .s\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .s\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .s\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .s\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .s\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .s\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .s\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .s\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .s\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .s\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .s\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .s\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .s\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .s\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .s\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .s\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .s\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .s\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .s\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .s\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .s\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .s\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .s\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .s\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .s\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .s\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .s\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .s\:bg-auto {
    background-size: auto;
  }

  .s\:bg-cover {
    background-size: cover;
  }

  .s\:bg-contain {
    background-size: contain;
  }

  .s\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .s\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .s\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .s\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .s\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .s\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .s\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .s\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .s\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .s\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .s\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .s\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .s\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .s\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .s\:group-hover\:bg-contain {
    background-size: contain;
  }

  .s\:border-collapse {
    border-collapse: collapse;
  }

  .s\:border-separate {
    border-collapse: separate;
  }

  .s\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .s\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .s\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .s\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .s\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .s\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .s\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .s\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .s\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .s\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .s\:border-transparent {
    border-color: transparent;
  }

  .s\:border-current {
    border-color: currentColor;
  }

  .s\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .s\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .s\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .s\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .s\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .s\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .s\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .s\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .s\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .s\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .s\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .s\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .s\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .s\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .s\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .s\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .s\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .s\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .s\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .s\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .s\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .s\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .s\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .s\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .s\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .s\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .s\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .s\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .s\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .s\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .s\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .s\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .s\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .s\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .s\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .s\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .s\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .s\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .s\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .s\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .s\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .s\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .s\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .s\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .s\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .s\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .s\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .s\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .s\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .s\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .s\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .s\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .s\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .s\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .s\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .s\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .s\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .s\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .s\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .s\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .s\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .s\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .s\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .s\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .s\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .s\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .s\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .s\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .s\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .s\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .s\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .s\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .s\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .s\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .s\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .s\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .s\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .s\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .s\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .s\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .s\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .s\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .s\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .s\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .s\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .s\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .s\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .s\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .s\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .s\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .s\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .s\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .s\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .s\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .s\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .s\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .s\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .s\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .s\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .s\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .s\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .s\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .s\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .s\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .s\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .s\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .s\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .s\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .s\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .s\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .s\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .s\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .s\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .s\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .s\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .s\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .s\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .s\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .s\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .s\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .s\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .s\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .s\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .s\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .s\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .s\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .s\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .s\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .s\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .s\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .s\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .s\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .s\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .s\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .s\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .s\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .s\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .s\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .s\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .s\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .s\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .s\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .s\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .s\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .s\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .s\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .s\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .s\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .s\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .s\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .s\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .s\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .s\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .s\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .s\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .s\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .s\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .s\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .s\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .s\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .s\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .s\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .s\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .s\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .s\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .s\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .s\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .s\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .s\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .s\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .s\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .s\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .s\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .s\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .s\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .s\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .s\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .s\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .s\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .s\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .s\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .s\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .s\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .s\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .s\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .s\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .s\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .s\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .s\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .s\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .s\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .s\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .s\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .s\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .s\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .s\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .s\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .s\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .s\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .s\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .s\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .s\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .s\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .s\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .s\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .s\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .s\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .s\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .s\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .s\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .s\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .s\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .s\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .s\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .s\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .s\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .s\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .s\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .s\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .s\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .s\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .s\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .s\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .s\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .s\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .s\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .s\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .s\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .s\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .s\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .s\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .s\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .s\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .s\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .s\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .s\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .s\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .s\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .s\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .s\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .s\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .s\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .s\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .s\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .s\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .s\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .s\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .s\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .s\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .s\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .s\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .s\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .s\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .s\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .s\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .s\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .s\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .s\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .s\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .s\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .s\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .s\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .s\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .s\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .s\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .s\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .s\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .s\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .s\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .s\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .s\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .s\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .s\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .s\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .s\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .s\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .s\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .s\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .s\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .s\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .s\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .s\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .s\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .s\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .s\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .s\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .s\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .s\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .s\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .s\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .s\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .s\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .s\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .s\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .s\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .s\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .s\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .s\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .s\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .s\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .s\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .s\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .s\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .s\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .s\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .s\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .s\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .s\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .s\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .s\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .s\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .s\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .s\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .s\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .s\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .s\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .s\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .s\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .s\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .s\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .s\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .s\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .s\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .s\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .s\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .s\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .s\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .s\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .s\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .s\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .s\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .s\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .s\:border-opacity-0 {
    --border-opacity: 0;
  }

  .s\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .s\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .s\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .s\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .s\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .s\:border-opacity-100 {
    --border-opacity: 1;
  }

  .s\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .s\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .s\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .s\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .s\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .s\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .s\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .s\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .s\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .s\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .s\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .s\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .s\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .s\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .s\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .s\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .s\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .s\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .s\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .s\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .s\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .s\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .s\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .s\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .s\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .s\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .s\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .s\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .s\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .s\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .s\:rounded-none {
    border-radius: 0;
  }

  .s\:rounded-sm {
    border-radius: 0.125rem;
  }

  .s\:rounded {
    border-radius: 0.25rem;
  }

  .s\:rounded-md {
    border-radius: 0.375rem;
  }

  .s\:rounded-lg {
    border-radius: 0.5rem;
  }

  .s\:rounded-xl {
    border-radius: 0.75rem;
  }

  .s\:rounded-2xl {
    border-radius: 1rem;
  }

  .s\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .s\:rounded-full {
    border-radius: 9999px;
  }

  .s\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .s\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .s\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .s\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .s\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .s\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .s\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .s\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .s\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .s\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .s\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .s\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .s\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .s\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .s\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .s\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .s\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .s\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .s\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .s\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .s\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .s\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .s\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .s\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .s\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .s\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .s\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .s\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .s\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .s\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .s\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .s\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .s\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .s\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .s\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .s\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .s\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .s\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .s\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .s\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .s\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .s\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .s\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .s\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .s\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .s\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .s\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .s\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .s\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .s\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .s\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .s\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .s\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .s\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .s\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .s\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .s\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .s\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .s\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .s\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .s\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .s\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .s\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .s\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .s\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .s\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .s\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .s\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .s\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .s\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .s\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .s\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .s\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .s\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .s\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .s\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .s\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .s\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .s\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .s\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .s\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .s\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .s\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .s\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .s\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .s\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .s\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .s\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .s\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .s\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .s\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .s\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .s\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .s\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .s\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .s\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .s\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .s\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .s\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .s\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .s\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .s\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .s\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .s\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .s\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .s\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .s\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .s\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .s\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .s\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .s\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .s\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .s\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .s\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .s\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .s\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .s\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .s\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .s\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .s\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .s\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .s\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .s\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .s\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .s\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .s\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .s\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .s\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .s\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .s\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .s\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .s\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .s\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .s\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .s\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .s\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .s\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .s\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .s\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .s\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .s\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .s\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .s\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .s\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .s\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .s\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .s\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .s\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .s\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .s\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .s\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .s\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .s\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .s\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .s\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .s\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .s\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .s\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .s\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .s\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .s\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .s\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .s\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .s\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .s\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .s\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .s\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .s\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .s\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .s\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .s\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .s\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .s\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .s\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .s\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .s\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .s\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .s\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .s\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .s\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .s\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .s\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .s\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .s\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .s\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .s\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .s\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .s\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .s\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .s\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .s\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .s\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .s\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .s\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .s\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .s\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .s\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .s\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .s\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .s\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .s\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .s\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .s\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .s\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .s\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .s\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .s\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .s\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .s\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .s\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .s\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .s\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .s\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .s\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .s\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .s\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .s\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .s\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .s\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .s\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .s\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .s\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .s\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .s\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .s\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .s\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .s\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .s\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .s\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .s\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .s\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .s\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .s\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .s\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .s\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .s\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .s\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .s\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .s\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .s\:border-solid {
    border-style: solid;
  }

  .s\:border-dashed {
    border-style: dashed;
  }

  .s\:border-dotted {
    border-style: dotted;
  }

  .s\:border-double {
    border-style: double;
  }

  .s\:border-none {
    border-style: none;
  }

  .s\:hover\:border-solid:hover {
    border-style: solid;
  }

  .s\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .s\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .s\:hover\:border-double:hover {
    border-style: double;
  }

  .s\:hover\:border-none:hover {
    border-style: none;
  }

  .s\:focus\:border-solid:focus {
    border-style: solid;
  }

  .s\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .s\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .s\:focus\:border-double:focus {
    border-style: double;
  }

  .s\:focus\:border-none:focus {
    border-style: none;
  }

  .s\:first\:border-solid:first-child {
    border-style: solid;
  }

  .s\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .s\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .s\:first\:border-double:first-child {
    border-style: double;
  }

  .s\:first\:border-none:first-child {
    border-style: none;
  }

  .s\:last\:border-solid:last-child {
    border-style: solid;
  }

  .s\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .s\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .s\:last\:border-double:last-child {
    border-style: double;
  }

  .s\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .s\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .s\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .s\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .s\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .s\:group-hover\:border-none {
    border-style: none;
  }

  .s\:border-0 {
    border-width: 0;
  }

  .s\:border-2 {
    border-width: 2px;
  }

  .s\:border-4 {
    border-width: 4px;
  }

  .s\:border-8 {
    border-width: 8px;
  }

  .s\:border {
    border-width: 1px;
  }

  .s\:border-t-0 {
    border-top-width: 0;
  }

  .s\:border-r-0 {
    border-right-width: 0;
  }

  .s\:border-b-0 {
    border-bottom-width: 0;
  }

  .s\:border-l-0 {
    border-left-width: 0;
  }

  .s\:border-t-2 {
    border-top-width: 2px;
  }

  .s\:border-r-2 {
    border-right-width: 2px;
  }

  .s\:border-b-2 {
    border-bottom-width: 2px;
  }

  .s\:border-l-2 {
    border-left-width: 2px;
  }

  .s\:border-t-4 {
    border-top-width: 4px;
  }

  .s\:border-r-4 {
    border-right-width: 4px;
  }

  .s\:border-b-4 {
    border-bottom-width: 4px;
  }

  .s\:border-l-4 {
    border-left-width: 4px;
  }

  .s\:border-t-8 {
    border-top-width: 8px;
  }

  .s\:border-r-8 {
    border-right-width: 8px;
  }

  .s\:border-b-8 {
    border-bottom-width: 8px;
  }

  .s\:border-l-8 {
    border-left-width: 8px;
  }

  .s\:border-t {
    border-top-width: 1px;
  }

  .s\:border-r {
    border-right-width: 1px;
  }

  .s\:border-b {
    border-bottom-width: 1px;
  }

  .s\:border-l {
    border-left-width: 1px;
  }

  .s\:hover\:border-0:hover {
    border-width: 0;
  }

  .s\:hover\:border-2:hover {
    border-width: 2px;
  }

  .s\:hover\:border-4:hover {
    border-width: 4px;
  }

  .s\:hover\:border-8:hover {
    border-width: 8px;
  }

  .s\:hover\:border:hover {
    border-width: 1px;
  }

  .s\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .s\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .s\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .s\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .s\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .s\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .s\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .s\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .s\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .s\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .s\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .s\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .s\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .s\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .s\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .s\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .s\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .s\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .s\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .s\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .s\:focus\:border-0:focus {
    border-width: 0;
  }

  .s\:focus\:border-2:focus {
    border-width: 2px;
  }

  .s\:focus\:border-4:focus {
    border-width: 4px;
  }

  .s\:focus\:border-8:focus {
    border-width: 8px;
  }

  .s\:focus\:border:focus {
    border-width: 1px;
  }

  .s\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .s\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .s\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .s\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .s\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .s\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .s\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .s\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .s\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .s\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .s\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .s\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .s\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .s\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .s\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .s\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .s\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .s\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .s\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .s\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .s\:first\:border-0:first-child {
    border-width: 0;
  }

  .s\:first\:border-2:first-child {
    border-width: 2px;
  }

  .s\:first\:border-4:first-child {
    border-width: 4px;
  }

  .s\:first\:border-8:first-child {
    border-width: 8px;
  }

  .s\:first\:border:first-child {
    border-width: 1px;
  }

  .s\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .s\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .s\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .s\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .s\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .s\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .s\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .s\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .s\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .s\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .s\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .s\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .s\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .s\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .s\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .s\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .s\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .s\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .s\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .s\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .s\:last\:border-0:last-child {
    border-width: 0;
  }

  .s\:last\:border-2:last-child {
    border-width: 2px;
  }

  .s\:last\:border-4:last-child {
    border-width: 4px;
  }

  .s\:last\:border-8:last-child {
    border-width: 8px;
  }

  .s\:last\:border:last-child {
    border-width: 1px;
  }

  .s\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .s\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .s\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .s\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .s\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .s\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .s\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .s\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .s\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .s\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .s\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .s\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .s\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .s\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .s\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .s\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .s\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .s\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .s\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .s\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .s\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .s\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .s\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .s\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .s\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .s\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .s\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .s\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .s\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .s\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .s\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .s\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .s\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .s\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .s\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .s\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .s\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .s\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .s\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .s\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .s\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .s\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .s\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .s\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .s\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .s\:box-border {
    box-sizing: border-box;
  }

  .s\:box-content {
    box-sizing: content-box;
  }

  .s\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .s\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .s\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .s\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .s\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .s\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .s\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .s\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .s\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .s\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .s\:cursor-auto {
    cursor: auto;
  }

  .s\:cursor-default {
    cursor: default;
  }

  .s\:cursor-pointer {
    cursor: pointer;
  }

  .s\:cursor-wait {
    cursor: wait;
  }

  .s\:cursor-text {
    cursor: text;
  }

  .s\:cursor-move {
    cursor: move;
  }

  .s\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .s\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .s\:hover\:cursor-default:hover {
    cursor: default;
  }

  .s\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .s\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .s\:hover\:cursor-text:hover {
    cursor: text;
  }

  .s\:hover\:cursor-move:hover {
    cursor: move;
  }

  .s\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .s\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .s\:focus\:cursor-default:focus {
    cursor: default;
  }

  .s\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .s\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .s\:focus\:cursor-text:focus {
    cursor: text;
  }

  .s\:focus\:cursor-move:focus {
    cursor: move;
  }

  .s\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .s\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .s\:first\:cursor-default:first-child {
    cursor: default;
  }

  .s\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .s\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .s\:first\:cursor-text:first-child {
    cursor: text;
  }

  .s\:first\:cursor-move:first-child {
    cursor: move;
  }

  .s\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .s\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .s\:last\:cursor-default:last-child {
    cursor: default;
  }

  .s\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .s\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .s\:last\:cursor-text:last-child {
    cursor: text;
  }

  .s\:last\:cursor-move:last-child {
    cursor: move;
  }

  .s\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .s\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .s\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .s\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .s\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .s\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .s\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .s\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .s\:block {
    display: block;
  }

  .s\:inline-block {
    display: inline-block;
  }

  .s\:inline {
    display: inline;
  }

  .s\:flex {
    display: flex;
  }

  .s\:inline-flex {
    display: inline-flex;
  }

  .s\:table {
    display: table;
  }

  .s\:table-caption {
    display: table-caption;
  }

  .s\:table-cell {
    display: table-cell;
  }

  .s\:table-column {
    display: table-column;
  }

  .s\:table-column-group {
    display: table-column-group;
  }

  .s\:table-footer-group {
    display: table-footer-group;
  }

  .s\:table-header-group {
    display: table-header-group;
  }

  .s\:table-row-group {
    display: table-row-group;
  }

  .s\:table-row {
    display: table-row;
  }

  .s\:flow-root {
    display: flow-root;
  }

  .s\:grid {
    display: grid;
  }

  .s\:inline-grid {
    display: inline-grid;
  }

  .s\:contents {
    display: contents;
  }

  .s\:hidden {
    display: none;
  }

  .s\:hover\:block:hover {
    display: block;
  }

  .s\:hover\:inline-block:hover {
    display: inline-block;
  }

  .s\:hover\:inline:hover {
    display: inline;
  }

  .s\:hover\:flex:hover {
    display: flex;
  }

  .s\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .s\:hover\:table:hover {
    display: table;
  }

  .s\:hover\:table-caption:hover {
    display: table-caption;
  }

  .s\:hover\:table-cell:hover {
    display: table-cell;
  }

  .s\:hover\:table-column:hover {
    display: table-column;
  }

  .s\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .s\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .s\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .s\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .s\:hover\:table-row:hover {
    display: table-row;
  }

  .s\:hover\:flow-root:hover {
    display: flow-root;
  }

  .s\:hover\:grid:hover {
    display: grid;
  }

  .s\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .s\:hover\:contents:hover {
    display: contents;
  }

  .s\:hover\:hidden:hover {
    display: none;
  }

  .s\:focus\:block:focus {
    display: block;
  }

  .s\:focus\:inline-block:focus {
    display: inline-block;
  }

  .s\:focus\:inline:focus {
    display: inline;
  }

  .s\:focus\:flex:focus {
    display: flex;
  }

  .s\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .s\:focus\:table:focus {
    display: table;
  }

  .s\:focus\:table-caption:focus {
    display: table-caption;
  }

  .s\:focus\:table-cell:focus {
    display: table-cell;
  }

  .s\:focus\:table-column:focus {
    display: table-column;
  }

  .s\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .s\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .s\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .s\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .s\:focus\:table-row:focus {
    display: table-row;
  }

  .s\:focus\:flow-root:focus {
    display: flow-root;
  }

  .s\:focus\:grid:focus {
    display: grid;
  }

  .s\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .s\:focus\:contents:focus {
    display: contents;
  }

  .s\:focus\:hidden:focus {
    display: none;
  }

  .s\:first\:block:first-child {
    display: block;
  }

  .s\:first\:inline-block:first-child {
    display: inline-block;
  }

  .s\:first\:inline:first-child {
    display: inline;
  }

  .s\:first\:flex:first-child {
    display: flex;
  }

  .s\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .s\:first\:table:first-child {
    display: table;
  }

  .s\:first\:table-caption:first-child {
    display: table-caption;
  }

  .s\:first\:table-cell:first-child {
    display: table-cell;
  }

  .s\:first\:table-column:first-child {
    display: table-column;
  }

  .s\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .s\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .s\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .s\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .s\:first\:table-row:first-child {
    display: table-row;
  }

  .s\:first\:flow-root:first-child {
    display: flow-root;
  }

  .s\:first\:grid:first-child {
    display: grid;
  }

  .s\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .s\:first\:contents:first-child {
    display: contents;
  }

  .s\:first\:hidden:first-child {
    display: none;
  }

  .s\:last\:block:last-child {
    display: block;
  }

  .s\:last\:inline-block:last-child {
    display: inline-block;
  }

  .s\:last\:inline:last-child {
    display: inline;
  }

  .s\:last\:flex:last-child {
    display: flex;
  }

  .s\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .s\:last\:table:last-child {
    display: table;
  }

  .s\:last\:table-caption:last-child {
    display: table-caption;
  }

  .s\:last\:table-cell:last-child {
    display: table-cell;
  }

  .s\:last\:table-column:last-child {
    display: table-column;
  }

  .s\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .s\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .s\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .s\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .s\:last\:table-row:last-child {
    display: table-row;
  }

  .s\:last\:flow-root:last-child {
    display: flow-root;
  }

  .s\:last\:grid:last-child {
    display: grid;
  }

  .s\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .s\:last\:contents:last-child {
    display: contents;
  }

  .s\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .s\:group-hover\:block {
    display: block;
  }

  .group:hover .s\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .s\:group-hover\:inline {
    display: inline;
  }

  .group:hover .s\:group-hover\:flex {
    display: flex;
  }

  .group:hover .s\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .s\:group-hover\:table {
    display: table;
  }

  .group:hover .s\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .s\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .s\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .s\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .s\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .s\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .s\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .s\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .s\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .s\:group-hover\:grid {
    display: grid;
  }

  .group:hover .s\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .s\:group-hover\:contents {
    display: contents;
  }

  .group:hover .s\:group-hover\:hidden {
    display: none;
  }

  .s\:flex-row {
    flex-direction: row;
  }

  .s\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .s\:flex-col {
    flex-direction: column;
  }

  .s\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .s\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .s\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .s\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .s\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .s\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .s\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .s\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .s\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .s\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .s\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .s\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .s\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .s\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .s\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .s\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .s\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .s\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .s\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .s\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .s\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .s\:flex-wrap {
    flex-wrap: wrap;
  }

  .s\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .s\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .s\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .s\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .s\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .s\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .s\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .s\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .s\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .s\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .s\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .s\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .s\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .s\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .s\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .s\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .s\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .s\:place-items-auto {
    place-items: auto;
  }

  .s\:place-items-start {
    place-items: start;
  }

  .s\:place-items-end {
    place-items: end;
  }

  .s\:place-items-center {
    place-items: center;
  }

  .s\:place-items-stretch {
    place-items: stretch;
  }

  .s\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .s\:hover\:place-items-start:hover {
    place-items: start;
  }

  .s\:hover\:place-items-end:hover {
    place-items: end;
  }

  .s\:hover\:place-items-center:hover {
    place-items: center;
  }

  .s\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .s\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .s\:focus\:place-items-start:focus {
    place-items: start;
  }

  .s\:focus\:place-items-end:focus {
    place-items: end;
  }

  .s\:focus\:place-items-center:focus {
    place-items: center;
  }

  .s\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .s\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .s\:first\:place-items-start:first-child {
    place-items: start;
  }

  .s\:first\:place-items-end:first-child {
    place-items: end;
  }

  .s\:first\:place-items-center:first-child {
    place-items: center;
  }

  .s\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .s\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .s\:last\:place-items-start:last-child {
    place-items: start;
  }

  .s\:last\:place-items-end:last-child {
    place-items: end;
  }

  .s\:last\:place-items-center:last-child {
    place-items: center;
  }

  .s\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .s\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .s\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .s\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .s\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .s\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .s\:place-content-center {
    place-content: center;
  }

  .s\:place-content-start {
    place-content: start;
  }

  .s\:place-content-end {
    place-content: end;
  }

  .s\:place-content-between {
    place-content: space-between;
  }

  .s\:place-content-around {
    place-content: space-around;
  }

  .s\:place-content-evenly {
    place-content: space-evenly;
  }

  .s\:place-content-stretch {
    place-content: stretch;
  }

  .s\:hover\:place-content-center:hover {
    place-content: center;
  }

  .s\:hover\:place-content-start:hover {
    place-content: start;
  }

  .s\:hover\:place-content-end:hover {
    place-content: end;
  }

  .s\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .s\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .s\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .s\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .s\:focus\:place-content-center:focus {
    place-content: center;
  }

  .s\:focus\:place-content-start:focus {
    place-content: start;
  }

  .s\:focus\:place-content-end:focus {
    place-content: end;
  }

  .s\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .s\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .s\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .s\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .s\:first\:place-content-center:first-child {
    place-content: center;
  }

  .s\:first\:place-content-start:first-child {
    place-content: start;
  }

  .s\:first\:place-content-end:first-child {
    place-content: end;
  }

  .s\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .s\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .s\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .s\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .s\:last\:place-content-center:last-child {
    place-content: center;
  }

  .s\:last\:place-content-start:last-child {
    place-content: start;
  }

  .s\:last\:place-content-end:last-child {
    place-content: end;
  }

  .s\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .s\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .s\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .s\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .s\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .s\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .s\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .s\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .s\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .s\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .s\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .s\:place-self-auto {
    place-self: auto;
  }

  .s\:place-self-start {
    place-self: start;
  }

  .s\:place-self-end {
    place-self: end;
  }

  .s\:place-self-center {
    place-self: center;
  }

  .s\:place-self-stretch {
    place-self: stretch;
  }

  .s\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .s\:hover\:place-self-start:hover {
    place-self: start;
  }

  .s\:hover\:place-self-end:hover {
    place-self: end;
  }

  .s\:hover\:place-self-center:hover {
    place-self: center;
  }

  .s\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .s\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .s\:focus\:place-self-start:focus {
    place-self: start;
  }

  .s\:focus\:place-self-end:focus {
    place-self: end;
  }

  .s\:focus\:place-self-center:focus {
    place-self: center;
  }

  .s\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .s\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .s\:first\:place-self-start:first-child {
    place-self: start;
  }

  .s\:first\:place-self-end:first-child {
    place-self: end;
  }

  .s\:first\:place-self-center:first-child {
    place-self: center;
  }

  .s\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .s\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .s\:last\:place-self-start:last-child {
    place-self: start;
  }

  .s\:last\:place-self-end:last-child {
    place-self: end;
  }

  .s\:last\:place-self-center:last-child {
    place-self: center;
  }

  .s\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .s\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .s\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .s\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .s\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .s\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .s\:items-start {
    align-items: flex-start;
  }

  .s\:items-end {
    align-items: flex-end;
  }

  .s\:items-center {
    align-items: center;
  }

  .s\:items-baseline {
    align-items: baseline;
  }

  .s\:items-stretch {
    align-items: stretch;
  }

  .s\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .s\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .s\:hover\:items-center:hover {
    align-items: center;
  }

  .s\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .s\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .s\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .s\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .s\:focus\:items-center:focus {
    align-items: center;
  }

  .s\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .s\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .s\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .s\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .s\:first\:items-center:first-child {
    align-items: center;
  }

  .s\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .s\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .s\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .s\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .s\:last\:items-center:last-child {
    align-items: center;
  }

  .s\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .s\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .s\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .s\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .s\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .s\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .s\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .s\:content-center {
    align-content: center;
  }

  .s\:content-start {
    align-content: flex-start;
  }

  .s\:content-end {
    align-content: flex-end;
  }

  .s\:content-between {
    align-content: space-between;
  }

  .s\:content-around {
    align-content: space-around;
  }

  .s\:content-evenly {
    align-content: space-evenly;
  }

  .s\:hover\:content-center:hover {
    align-content: center;
  }

  .s\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .s\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .s\:hover\:content-between:hover {
    align-content: space-between;
  }

  .s\:hover\:content-around:hover {
    align-content: space-around;
  }

  .s\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .s\:focus\:content-center:focus {
    align-content: center;
  }

  .s\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .s\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .s\:focus\:content-between:focus {
    align-content: space-between;
  }

  .s\:focus\:content-around:focus {
    align-content: space-around;
  }

  .s\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .s\:first\:content-center:first-child {
    align-content: center;
  }

  .s\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .s\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .s\:first\:content-between:first-child {
    align-content: space-between;
  }

  .s\:first\:content-around:first-child {
    align-content: space-around;
  }

  .s\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .s\:last\:content-center:last-child {
    align-content: center;
  }

  .s\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .s\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .s\:last\:content-between:last-child {
    align-content: space-between;
  }

  .s\:last\:content-around:last-child {
    align-content: space-around;
  }

  .s\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .s\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .s\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .s\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .s\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .s\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .s\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .s\:self-auto {
    align-self: auto;
  }

  .s\:self-start {
    align-self: flex-start;
  }

  .s\:self-end {
    align-self: flex-end;
  }

  .s\:self-center {
    align-self: center;
  }

  .s\:self-stretch {
    align-self: stretch;
  }

  .s\:hover\:self-auto:hover {
    align-self: auto;
  }

  .s\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .s\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .s\:hover\:self-center:hover {
    align-self: center;
  }

  .s\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .s\:focus\:self-auto:focus {
    align-self: auto;
  }

  .s\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .s\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .s\:focus\:self-center:focus {
    align-self: center;
  }

  .s\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .s\:first\:self-auto:first-child {
    align-self: auto;
  }

  .s\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .s\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .s\:first\:self-center:first-child {
    align-self: center;
  }

  .s\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .s\:last\:self-auto:last-child {
    align-self: auto;
  }

  .s\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .s\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .s\:last\:self-center:last-child {
    align-self: center;
  }

  .s\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .s\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .s\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .s\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .s\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .s\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .s\:justify-items-auto {
    justify-items: auto;
  }

  .s\:justify-items-start {
    justify-items: start;
  }

  .s\:justify-items-end {
    justify-items: end;
  }

  .s\:justify-items-center {
    justify-items: center;
  }

  .s\:justify-items-stretch {
    justify-items: stretch;
  }

  .s\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .s\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .s\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .s\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .s\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .s\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .s\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .s\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .s\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .s\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .s\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .s\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .s\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .s\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .s\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .s\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .s\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .s\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .s\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .s\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .s\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .s\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .s\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .s\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .s\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .s\:justify-start {
    justify-content: flex-start;
  }

  .s\:justify-end {
    justify-content: flex-end;
  }

  .s\:justify-center {
    justify-content: center;
  }

  .s\:justify-between {
    justify-content: space-between;
  }

  .s\:justify-around {
    justify-content: space-around;
  }

  .s\:justify-evenly {
    justify-content: space-evenly;
  }

  .s\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .s\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .s\:hover\:justify-center:hover {
    justify-content: center;
  }

  .s\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .s\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .s\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .s\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .s\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .s\:focus\:justify-center:focus {
    justify-content: center;
  }

  .s\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .s\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .s\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .s\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .s\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .s\:first\:justify-center:first-child {
    justify-content: center;
  }

  .s\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .s\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .s\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .s\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .s\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .s\:last\:justify-center:last-child {
    justify-content: center;
  }

  .s\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .s\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .s\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .s\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .s\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .s\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .s\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .s\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .s\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .s\:justify-self-auto {
    justify-self: auto;
  }

  .s\:justify-self-start {
    justify-self: start;
  }

  .s\:justify-self-end {
    justify-self: end;
  }

  .s\:justify-self-center {
    justify-self: center;
  }

  .s\:justify-self-stretch {
    justify-self: stretch;
  }

  .s\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .s\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .s\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .s\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .s\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .s\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .s\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .s\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .s\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .s\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .s\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .s\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .s\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .s\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .s\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .s\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .s\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .s\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .s\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .s\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .s\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .s\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .s\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .s\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .s\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .s\:flex-1 {
    flex: 1 1 0%;
  }

  .s\:flex-auto {
    flex: 1 1 auto;
  }

  .s\:flex-initial {
    flex: 0 1 auto;
  }

  .s\:flex-none {
    flex: none;
  }

  .s\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .s\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .s\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .s\:hover\:flex-none:hover {
    flex: none;
  }

  .s\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .s\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .s\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .s\:focus\:flex-none:focus {
    flex: none;
  }

  .s\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .s\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .s\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .s\:first\:flex-none:first-child {
    flex: none;
  }

  .s\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .s\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .s\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .s\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .s\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .s\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .s\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .s\:group-hover\:flex-none {
    flex: none;
  }

  .s\:flex-grow-0 {
    flex-grow: 0;
  }

  .s\:flex-grow {
    flex-grow: 1;
  }

  .s\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .s\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .s\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .s\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .s\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .s\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .s\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .s\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .s\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .s\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .s\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .s\:flex-shrink {
    flex-shrink: 1;
  }

  .s\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .s\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .s\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .s\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .s\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .s\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .s\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .s\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .s\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .s\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .s\:order-1 {
    order: 1;
  }

  .s\:order-2 {
    order: 2;
  }

  .s\:order-3 {
    order: 3;
  }

  .s\:order-4 {
    order: 4;
  }

  .s\:order-5 {
    order: 5;
  }

  .s\:order-6 {
    order: 6;
  }

  .s\:order-7 {
    order: 7;
  }

  .s\:order-8 {
    order: 8;
  }

  .s\:order-9 {
    order: 9;
  }

  .s\:order-10 {
    order: 10;
  }

  .s\:order-11 {
    order: 11;
  }

  .s\:order-12 {
    order: 12;
  }

  .s\:order-first {
    order: -9999;
  }

  .s\:order-last {
    order: 9999;
  }

  .s\:order-none {
    order: 0;
  }

  .s\:hover\:order-1:hover {
    order: 1;
  }

  .s\:hover\:order-2:hover {
    order: 2;
  }

  .s\:hover\:order-3:hover {
    order: 3;
  }

  .s\:hover\:order-4:hover {
    order: 4;
  }

  .s\:hover\:order-5:hover {
    order: 5;
  }

  .s\:hover\:order-6:hover {
    order: 6;
  }

  .s\:hover\:order-7:hover {
    order: 7;
  }

  .s\:hover\:order-8:hover {
    order: 8;
  }

  .s\:hover\:order-9:hover {
    order: 9;
  }

  .s\:hover\:order-10:hover {
    order: 10;
  }

  .s\:hover\:order-11:hover {
    order: 11;
  }

  .s\:hover\:order-12:hover {
    order: 12;
  }

  .s\:hover\:order-first:hover {
    order: -9999;
  }

  .s\:hover\:order-last:hover {
    order: 9999;
  }

  .s\:hover\:order-none:hover {
    order: 0;
  }

  .s\:focus\:order-1:focus {
    order: 1;
  }

  .s\:focus\:order-2:focus {
    order: 2;
  }

  .s\:focus\:order-3:focus {
    order: 3;
  }

  .s\:focus\:order-4:focus {
    order: 4;
  }

  .s\:focus\:order-5:focus {
    order: 5;
  }

  .s\:focus\:order-6:focus {
    order: 6;
  }

  .s\:focus\:order-7:focus {
    order: 7;
  }

  .s\:focus\:order-8:focus {
    order: 8;
  }

  .s\:focus\:order-9:focus {
    order: 9;
  }

  .s\:focus\:order-10:focus {
    order: 10;
  }

  .s\:focus\:order-11:focus {
    order: 11;
  }

  .s\:focus\:order-12:focus {
    order: 12;
  }

  .s\:focus\:order-first:focus {
    order: -9999;
  }

  .s\:focus\:order-last:focus {
    order: 9999;
  }

  .s\:focus\:order-none:focus {
    order: 0;
  }

  .s\:first\:order-1:first-child {
    order: 1;
  }

  .s\:first\:order-2:first-child {
    order: 2;
  }

  .s\:first\:order-3:first-child {
    order: 3;
  }

  .s\:first\:order-4:first-child {
    order: 4;
  }

  .s\:first\:order-5:first-child {
    order: 5;
  }

  .s\:first\:order-6:first-child {
    order: 6;
  }

  .s\:first\:order-7:first-child {
    order: 7;
  }

  .s\:first\:order-8:first-child {
    order: 8;
  }

  .s\:first\:order-9:first-child {
    order: 9;
  }

  .s\:first\:order-10:first-child {
    order: 10;
  }

  .s\:first\:order-11:first-child {
    order: 11;
  }

  .s\:first\:order-12:first-child {
    order: 12;
  }

  .s\:first\:order-first:first-child {
    order: -9999;
  }

  .s\:first\:order-last:first-child {
    order: 9999;
  }

  .s\:first\:order-none:first-child {
    order: 0;
  }

  .s\:last\:order-1:last-child {
    order: 1;
  }

  .s\:last\:order-2:last-child {
    order: 2;
  }

  .s\:last\:order-3:last-child {
    order: 3;
  }

  .s\:last\:order-4:last-child {
    order: 4;
  }

  .s\:last\:order-5:last-child {
    order: 5;
  }

  .s\:last\:order-6:last-child {
    order: 6;
  }

  .s\:last\:order-7:last-child {
    order: 7;
  }

  .s\:last\:order-8:last-child {
    order: 8;
  }

  .s\:last\:order-9:last-child {
    order: 9;
  }

  .s\:last\:order-10:last-child {
    order: 10;
  }

  .s\:last\:order-11:last-child {
    order: 11;
  }

  .s\:last\:order-12:last-child {
    order: 12;
  }

  .s\:last\:order-first:last-child {
    order: -9999;
  }

  .s\:last\:order-last:last-child {
    order: 9999;
  }

  .s\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .s\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .s\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .s\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .s\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .s\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .s\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .s\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .s\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .s\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .s\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .s\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .s\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .s\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .s\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .s\:group-hover\:order-none {
    order: 0;
  }

  .s\:float-right {
    float: right;
  }

  .s\:float-left {
    float: left;
  }

  .s\:float-none {
    float: none;
  }

  .s\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:hover\:float-right:hover {
    float: right;
  }

  .s\:hover\:float-left:hover {
    float: left;
  }

  .s\:hover\:float-none:hover {
    float: none;
  }

  .s\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:focus\:float-right:focus {
    float: right;
  }

  .s\:focus\:float-left:focus {
    float: left;
  }

  .s\:focus\:float-none:focus {
    float: none;
  }

  .s\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:first\:float-right:first-child {
    float: right;
  }

  .s\:first\:float-left:first-child {
    float: left;
  }

  .s\:first\:float-none:first-child {
    float: none;
  }

  .s\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:last\:float-right:last-child {
    float: right;
  }

  .s\:last\:float-left:last-child {
    float: left;
  }

  .s\:last\:float-none:last-child {
    float: none;
  }

  .s\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .s\:group-hover\:float-right {
    float: right;
  }

  .group:hover .s\:group-hover\:float-left {
    float: left;
  }

  .group:hover .s\:group-hover\:float-none {
    float: none;
  }

  .group:hover .s\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .s\:clear-left {
    clear: left;
  }

  .s\:clear-right {
    clear: right;
  }

  .s\:clear-both {
    clear: both;
  }

  .s\:clear-none {
    clear: none;
  }

  .s\:hover\:clear-left:hover {
    clear: left;
  }

  .s\:hover\:clear-right:hover {
    clear: right;
  }

  .s\:hover\:clear-both:hover {
    clear: both;
  }

  .s\:hover\:clear-none:hover {
    clear: none;
  }

  .s\:focus\:clear-left:focus {
    clear: left;
  }

  .s\:focus\:clear-right:focus {
    clear: right;
  }

  .s\:focus\:clear-both:focus {
    clear: both;
  }

  .s\:focus\:clear-none:focus {
    clear: none;
  }

  .s\:first\:clear-left:first-child {
    clear: left;
  }

  .s\:first\:clear-right:first-child {
    clear: right;
  }

  .s\:first\:clear-both:first-child {
    clear: both;
  }

  .s\:first\:clear-none:first-child {
    clear: none;
  }

  .s\:last\:clear-left:last-child {
    clear: left;
  }

  .s\:last\:clear-right:last-child {
    clear: right;
  }

  .s\:last\:clear-both:last-child {
    clear: both;
  }

  .s\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .s\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .s\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .s\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .s\:group-hover\:clear-none {
    clear: none;
  }

  .s\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .s\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .s\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .s\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .s\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .s\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .s\:font-pacifico {
    font-family: 'Pacifico';
  }

  .s\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .s\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .s\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .s\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .s\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .s\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .s\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .s\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .s\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .s\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .s\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .s\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .s\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .s\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .s\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .s\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .s\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .s\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .s\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .s\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .s\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .s\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .s\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .s\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .s\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .s\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .s\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .s\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .s\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .s\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .s\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .s\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .s\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .s\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .s\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .s\:font-hairline {
    font-weight: 100;
  }

  .s\:font-thin {
    font-weight: 200;
  }

  .s\:font-light {
    font-weight: 300;
  }

  .s\:font-normal {
    font-weight: 400;
  }

  .s\:font-medium {
    font-weight: 500;
  }

  .s\:font-semibold {
    font-weight: 600;
  }

  .s\:font-bold {
    font-weight: 700;
  }

  .s\:font-extrabold {
    font-weight: 800;
  }

  .s\:font-black {
    font-weight: 900;
  }

  .s\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .s\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .s\:hover\:font-light:hover {
    font-weight: 300;
  }

  .s\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .s\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .s\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .s\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .s\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .s\:hover\:font-black:hover {
    font-weight: 900;
  }

  .s\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .s\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .s\:focus\:font-light:focus {
    font-weight: 300;
  }

  .s\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .s\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .s\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .s\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .s\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .s\:focus\:font-black:focus {
    font-weight: 900;
  }

  .s\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .s\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .s\:first\:font-light:first-child {
    font-weight: 300;
  }

  .s\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .s\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .s\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .s\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .s\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .s\:first\:font-black:first-child {
    font-weight: 900;
  }

  .s\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .s\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .s\:last\:font-light:last-child {
    font-weight: 300;
  }

  .s\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .s\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .s\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .s\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .s\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .s\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .s\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .s\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .s\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .s\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .s\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .s\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .s\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .s\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .s\:group-hover\:font-black {
    font-weight: 900;
  }

  .s\:h-0 {
    height: 0px;
  }

  .s\:h-1 {
    height: 0.25rem;
  }

  .s\:h-2 {
    height: 0.5rem;
  }

  .s\:h-3 {
    height: 3px;
  }

  .s\:h-4 {
    height: 4px;
  }

  .s\:h-5 {
    height: 5px;
  }

  .s\:h-6 {
    height: 6px;
  }

  .s\:h-8 {
    height: 8px;
  }

  .s\:h-9 {
    height: 9px;
  }

  .s\:h-10 {
    height: 10px;
  }

  .s\:h-12 {
    height: 12px;
  }

  .s\:h-13 {
    height: 13px;
  }

  .s\:h-14 {
    height: 14px;
  }

  .s\:h-15 {
    height: 15px;
  }

  .s\:h-16 {
    height: 16px;
  }

  .s\:h-17 {
    height: 17px;
  }

  .s\:h-18 {
    height: 18px;
  }

  .s\:h-20 {
    height: 20px;
  }

  .s\:h-22 {
    height: 22px;
  }

  .s\:h-24 {
    height: 24px;
  }

  .s\:h-25 {
    height: 25px;
  }

  .s\:h-28 {
    height: 28px;
  }

  .s\:h-29 {
    height: 29px;
  }

  .s\:h-30 {
    height: 30px;
  }

  .s\:h-32 {
    height: 32px;
  }

  .s\:h-35 {
    height: 35px;
  }

  .s\:h-36 {
    height: 36px;
  }

  .s\:h-37 {
    height: 37px;
  }

  .s\:h-40 {
    height: 40px;
  }

  .s\:h-45 {
    height: 45px;
  }

  .s\:h-48 {
    height: 48px;
  }

  .s\:h-50 {
    height: 50px;
  }

  .s\:h-55 {
    height: 55px;
  }

  .s\:h-56 {
    height: 56px;
  }

  .s\:h-60 {
    height: 60px;
  }

  .s\:h-62 {
    height: 62px;
  }

  .s\:h-64 {
    height: 64px;
  }

  .s\:h-65 {
    height: 65px;
  }

  .s\:h-70 {
    height: 70px;
  }

  .s\:h-75 {
    height: 75px;
  }

  .s\:h-80 {
    height: 80px;
  }

  .s\:h-85 {
    height: 85px;
  }

  .s\:h-90 {
    height: 90px;
  }

  .s\:h-95 {
    height: 95px;
  }

  .s\:h-96 {
    height: 96px;
  }

  .s\:h-100 {
    height: 100px;
  }

  .s\:h-110 {
    height: 110px;
  }

  .s\:h-115 {
    height: 115px;
  }

  .s\:h-120 {
    height: 120px;
  }

  .s\:h-128 {
    height: 128px;
  }

  .s\:h-135 {
    height: 135px;
  }

  .s\:h-140 {
    height: 140px;
  }

  .s\:h-145 {
    height: 145px;
  }

  .s\:h-150 {
    height: 150px;
  }

  .s\:h-160 {
    height: 160px;
  }

  .s\:h-165 {
    height: 165px;
  }

  .s\:h-168 {
    height: 168px;
  }

  .s\:h-170 {
    height: 170px;
  }

  .s\:h-180 {
    height: 180px;
  }

  .s\:h-200 {
    height: 200px;
  }

  .s\:h-220 {
    height: 220px;
  }

  .s\:h-230 {
    height: 230px;
  }

  .s\:h-235 {
    height: 235px;
  }

  .s\:h-240 {
    height: 240px;
  }

  .s\:h-250 {
    height: 250px;
  }

  .s\:h-300 {
    height: 300px;
  }

  .s\:h-320 {
    height: 320px;
  }

  .s\:h-350 {
    height: 350px;
  }

  .s\:h-375 {
    height: 375px;
  }

  .s\:h-400 {
    height: 400px;
  }

  .s\:h-450 {
    height: 450px;
  }

  .s\:h-700 {
    height: 700px;
  }

  .s\:h-auto {
    height: auto;
  }

  .s\:h-px {
    height: 1px;
  }

  .s\:h-1p {
    height: 1%;
  }

  .s\:h-1\/12 {
    height: 8.3333%;
  }

  .s\:h-2\/12 {
    height: 16.666667%;
  }

  .s\:h-11p {
    height: 11%;
  }

  .s\:h-20p {
    height: 20%;
  }

  .s\:h-24p {
    height: 24.25%;
  }

  .s\:h-25p {
    height: 25%;
  }

  .s\:h-32p {
    height: 32%;
  }

  .s\:h-35p {
    height: 35%;
  }

  .s\:h-40p {
    height: 40%;
  }

  .s\:h-49p {
    height: 49%;
  }

  .s\:h-49-5p {
    height: 49.5%;
  }

  .s\:h-80p {
    height: 80%;
  }

  .s\:h-vh80 {
    height: 80vh;
  }

  .s\:h-vh86 {
    height: 86vh;
  }

  .s\:h-vh90 {
    height: 90vh;
  }

  .s\:h-vw80 {
    height: 80vw;
  }

  .s\:h-vw90 {
    height: 90vw;
  }

  .s\:h-90p {
    height: 90%;
  }

  .s\:h-92p {
    height: 92%;
  }

  .s\:h-93p {
    height: 93%;
  }

  .s\:h-94p {
    height: 94%;
  }

  .s\:h-95p {
    height: 95%;
  }

  .s\:h-96p {
    height: 96%;
  }

  .s\:h-100p {
    height: 100%;
  }

  .s\:h-full {
    height: 100%;
  }

  .s\:h-screen {
    height: 100vh;
  }

  .s\:hover\:h-0:hover {
    height: 0px;
  }

  .s\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .s\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .s\:hover\:h-3:hover {
    height: 3px;
  }

  .s\:hover\:h-4:hover {
    height: 4px;
  }

  .s\:hover\:h-5:hover {
    height: 5px;
  }

  .s\:hover\:h-6:hover {
    height: 6px;
  }

  .s\:hover\:h-8:hover {
    height: 8px;
  }

  .s\:hover\:h-9:hover {
    height: 9px;
  }

  .s\:hover\:h-10:hover {
    height: 10px;
  }

  .s\:hover\:h-12:hover {
    height: 12px;
  }

  .s\:hover\:h-13:hover {
    height: 13px;
  }

  .s\:hover\:h-14:hover {
    height: 14px;
  }

  .s\:hover\:h-15:hover {
    height: 15px;
  }

  .s\:hover\:h-16:hover {
    height: 16px;
  }

  .s\:hover\:h-17:hover {
    height: 17px;
  }

  .s\:hover\:h-18:hover {
    height: 18px;
  }

  .s\:hover\:h-20:hover {
    height: 20px;
  }

  .s\:hover\:h-22:hover {
    height: 22px;
  }

  .s\:hover\:h-24:hover {
    height: 24px;
  }

  .s\:hover\:h-25:hover {
    height: 25px;
  }

  .s\:hover\:h-28:hover {
    height: 28px;
  }

  .s\:hover\:h-29:hover {
    height: 29px;
  }

  .s\:hover\:h-30:hover {
    height: 30px;
  }

  .s\:hover\:h-32:hover {
    height: 32px;
  }

  .s\:hover\:h-35:hover {
    height: 35px;
  }

  .s\:hover\:h-36:hover {
    height: 36px;
  }

  .s\:hover\:h-37:hover {
    height: 37px;
  }

  .s\:hover\:h-40:hover {
    height: 40px;
  }

  .s\:hover\:h-45:hover {
    height: 45px;
  }

  .s\:hover\:h-48:hover {
    height: 48px;
  }

  .s\:hover\:h-50:hover {
    height: 50px;
  }

  .s\:hover\:h-55:hover {
    height: 55px;
  }

  .s\:hover\:h-56:hover {
    height: 56px;
  }

  .s\:hover\:h-60:hover {
    height: 60px;
  }

  .s\:hover\:h-62:hover {
    height: 62px;
  }

  .s\:hover\:h-64:hover {
    height: 64px;
  }

  .s\:hover\:h-65:hover {
    height: 65px;
  }

  .s\:hover\:h-70:hover {
    height: 70px;
  }

  .s\:hover\:h-75:hover {
    height: 75px;
  }

  .s\:hover\:h-80:hover {
    height: 80px;
  }

  .s\:hover\:h-85:hover {
    height: 85px;
  }

  .s\:hover\:h-90:hover {
    height: 90px;
  }

  .s\:hover\:h-95:hover {
    height: 95px;
  }

  .s\:hover\:h-96:hover {
    height: 96px;
  }

  .s\:hover\:h-100:hover {
    height: 100px;
  }

  .s\:hover\:h-110:hover {
    height: 110px;
  }

  .s\:hover\:h-115:hover {
    height: 115px;
  }

  .s\:hover\:h-120:hover {
    height: 120px;
  }

  .s\:hover\:h-128:hover {
    height: 128px;
  }

  .s\:hover\:h-135:hover {
    height: 135px;
  }

  .s\:hover\:h-140:hover {
    height: 140px;
  }

  .s\:hover\:h-145:hover {
    height: 145px;
  }

  .s\:hover\:h-150:hover {
    height: 150px;
  }

  .s\:hover\:h-160:hover {
    height: 160px;
  }

  .s\:hover\:h-165:hover {
    height: 165px;
  }

  .s\:hover\:h-168:hover {
    height: 168px;
  }

  .s\:hover\:h-170:hover {
    height: 170px;
  }

  .s\:hover\:h-180:hover {
    height: 180px;
  }

  .s\:hover\:h-200:hover {
    height: 200px;
  }

  .s\:hover\:h-220:hover {
    height: 220px;
  }

  .s\:hover\:h-230:hover {
    height: 230px;
  }

  .s\:hover\:h-235:hover {
    height: 235px;
  }

  .s\:hover\:h-240:hover {
    height: 240px;
  }

  .s\:hover\:h-250:hover {
    height: 250px;
  }

  .s\:hover\:h-300:hover {
    height: 300px;
  }

  .s\:hover\:h-320:hover {
    height: 320px;
  }

  .s\:hover\:h-350:hover {
    height: 350px;
  }

  .s\:hover\:h-375:hover {
    height: 375px;
  }

  .s\:hover\:h-400:hover {
    height: 400px;
  }

  .s\:hover\:h-450:hover {
    height: 450px;
  }

  .s\:hover\:h-700:hover {
    height: 700px;
  }

  .s\:hover\:h-auto:hover {
    height: auto;
  }

  .s\:hover\:h-px:hover {
    height: 1px;
  }

  .s\:hover\:h-1p:hover {
    height: 1%;
  }

  .s\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .s\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .s\:hover\:h-11p:hover {
    height: 11%;
  }

  .s\:hover\:h-20p:hover {
    height: 20%;
  }

  .s\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .s\:hover\:h-25p:hover {
    height: 25%;
  }

  .s\:hover\:h-32p:hover {
    height: 32%;
  }

  .s\:hover\:h-35p:hover {
    height: 35%;
  }

  .s\:hover\:h-40p:hover {
    height: 40%;
  }

  .s\:hover\:h-49p:hover {
    height: 49%;
  }

  .s\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .s\:hover\:h-80p:hover {
    height: 80%;
  }

  .s\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .s\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .s\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .s\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .s\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .s\:hover\:h-90p:hover {
    height: 90%;
  }

  .s\:hover\:h-92p:hover {
    height: 92%;
  }

  .s\:hover\:h-93p:hover {
    height: 93%;
  }

  .s\:hover\:h-94p:hover {
    height: 94%;
  }

  .s\:hover\:h-95p:hover {
    height: 95%;
  }

  .s\:hover\:h-96p:hover {
    height: 96%;
  }

  .s\:hover\:h-100p:hover {
    height: 100%;
  }

  .s\:hover\:h-full:hover {
    height: 100%;
  }

  .s\:hover\:h-screen:hover {
    height: 100vh;
  }

  .s\:focus\:h-0:focus {
    height: 0px;
  }

  .s\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .s\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .s\:focus\:h-3:focus {
    height: 3px;
  }

  .s\:focus\:h-4:focus {
    height: 4px;
  }

  .s\:focus\:h-5:focus {
    height: 5px;
  }

  .s\:focus\:h-6:focus {
    height: 6px;
  }

  .s\:focus\:h-8:focus {
    height: 8px;
  }

  .s\:focus\:h-9:focus {
    height: 9px;
  }

  .s\:focus\:h-10:focus {
    height: 10px;
  }

  .s\:focus\:h-12:focus {
    height: 12px;
  }

  .s\:focus\:h-13:focus {
    height: 13px;
  }

  .s\:focus\:h-14:focus {
    height: 14px;
  }

  .s\:focus\:h-15:focus {
    height: 15px;
  }

  .s\:focus\:h-16:focus {
    height: 16px;
  }

  .s\:focus\:h-17:focus {
    height: 17px;
  }

  .s\:focus\:h-18:focus {
    height: 18px;
  }

  .s\:focus\:h-20:focus {
    height: 20px;
  }

  .s\:focus\:h-22:focus {
    height: 22px;
  }

  .s\:focus\:h-24:focus {
    height: 24px;
  }

  .s\:focus\:h-25:focus {
    height: 25px;
  }

  .s\:focus\:h-28:focus {
    height: 28px;
  }

  .s\:focus\:h-29:focus {
    height: 29px;
  }

  .s\:focus\:h-30:focus {
    height: 30px;
  }

  .s\:focus\:h-32:focus {
    height: 32px;
  }

  .s\:focus\:h-35:focus {
    height: 35px;
  }

  .s\:focus\:h-36:focus {
    height: 36px;
  }

  .s\:focus\:h-37:focus {
    height: 37px;
  }

  .s\:focus\:h-40:focus {
    height: 40px;
  }

  .s\:focus\:h-45:focus {
    height: 45px;
  }

  .s\:focus\:h-48:focus {
    height: 48px;
  }

  .s\:focus\:h-50:focus {
    height: 50px;
  }

  .s\:focus\:h-55:focus {
    height: 55px;
  }

  .s\:focus\:h-56:focus {
    height: 56px;
  }

  .s\:focus\:h-60:focus {
    height: 60px;
  }

  .s\:focus\:h-62:focus {
    height: 62px;
  }

  .s\:focus\:h-64:focus {
    height: 64px;
  }

  .s\:focus\:h-65:focus {
    height: 65px;
  }

  .s\:focus\:h-70:focus {
    height: 70px;
  }

  .s\:focus\:h-75:focus {
    height: 75px;
  }

  .s\:focus\:h-80:focus {
    height: 80px;
  }

  .s\:focus\:h-85:focus {
    height: 85px;
  }

  .s\:focus\:h-90:focus {
    height: 90px;
  }

  .s\:focus\:h-95:focus {
    height: 95px;
  }

  .s\:focus\:h-96:focus {
    height: 96px;
  }

  .s\:focus\:h-100:focus {
    height: 100px;
  }

  .s\:focus\:h-110:focus {
    height: 110px;
  }

  .s\:focus\:h-115:focus {
    height: 115px;
  }

  .s\:focus\:h-120:focus {
    height: 120px;
  }

  .s\:focus\:h-128:focus {
    height: 128px;
  }

  .s\:focus\:h-135:focus {
    height: 135px;
  }

  .s\:focus\:h-140:focus {
    height: 140px;
  }

  .s\:focus\:h-145:focus {
    height: 145px;
  }

  .s\:focus\:h-150:focus {
    height: 150px;
  }

  .s\:focus\:h-160:focus {
    height: 160px;
  }

  .s\:focus\:h-165:focus {
    height: 165px;
  }

  .s\:focus\:h-168:focus {
    height: 168px;
  }

  .s\:focus\:h-170:focus {
    height: 170px;
  }

  .s\:focus\:h-180:focus {
    height: 180px;
  }

  .s\:focus\:h-200:focus {
    height: 200px;
  }

  .s\:focus\:h-220:focus {
    height: 220px;
  }

  .s\:focus\:h-230:focus {
    height: 230px;
  }

  .s\:focus\:h-235:focus {
    height: 235px;
  }

  .s\:focus\:h-240:focus {
    height: 240px;
  }

  .s\:focus\:h-250:focus {
    height: 250px;
  }

  .s\:focus\:h-300:focus {
    height: 300px;
  }

  .s\:focus\:h-320:focus {
    height: 320px;
  }

  .s\:focus\:h-350:focus {
    height: 350px;
  }

  .s\:focus\:h-375:focus {
    height: 375px;
  }

  .s\:focus\:h-400:focus {
    height: 400px;
  }

  .s\:focus\:h-450:focus {
    height: 450px;
  }

  .s\:focus\:h-700:focus {
    height: 700px;
  }

  .s\:focus\:h-auto:focus {
    height: auto;
  }

  .s\:focus\:h-px:focus {
    height: 1px;
  }

  .s\:focus\:h-1p:focus {
    height: 1%;
  }

  .s\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .s\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .s\:focus\:h-11p:focus {
    height: 11%;
  }

  .s\:focus\:h-20p:focus {
    height: 20%;
  }

  .s\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .s\:focus\:h-25p:focus {
    height: 25%;
  }

  .s\:focus\:h-32p:focus {
    height: 32%;
  }

  .s\:focus\:h-35p:focus {
    height: 35%;
  }

  .s\:focus\:h-40p:focus {
    height: 40%;
  }

  .s\:focus\:h-49p:focus {
    height: 49%;
  }

  .s\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .s\:focus\:h-80p:focus {
    height: 80%;
  }

  .s\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .s\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .s\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .s\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .s\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .s\:focus\:h-90p:focus {
    height: 90%;
  }

  .s\:focus\:h-92p:focus {
    height: 92%;
  }

  .s\:focus\:h-93p:focus {
    height: 93%;
  }

  .s\:focus\:h-94p:focus {
    height: 94%;
  }

  .s\:focus\:h-95p:focus {
    height: 95%;
  }

  .s\:focus\:h-96p:focus {
    height: 96%;
  }

  .s\:focus\:h-100p:focus {
    height: 100%;
  }

  .s\:focus\:h-full:focus {
    height: 100%;
  }

  .s\:focus\:h-screen:focus {
    height: 100vh;
  }

  .s\:first\:h-0:first-child {
    height: 0px;
  }

  .s\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .s\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .s\:first\:h-3:first-child {
    height: 3px;
  }

  .s\:first\:h-4:first-child {
    height: 4px;
  }

  .s\:first\:h-5:first-child {
    height: 5px;
  }

  .s\:first\:h-6:first-child {
    height: 6px;
  }

  .s\:first\:h-8:first-child {
    height: 8px;
  }

  .s\:first\:h-9:first-child {
    height: 9px;
  }

  .s\:first\:h-10:first-child {
    height: 10px;
  }

  .s\:first\:h-12:first-child {
    height: 12px;
  }

  .s\:first\:h-13:first-child {
    height: 13px;
  }

  .s\:first\:h-14:first-child {
    height: 14px;
  }

  .s\:first\:h-15:first-child {
    height: 15px;
  }

  .s\:first\:h-16:first-child {
    height: 16px;
  }

  .s\:first\:h-17:first-child {
    height: 17px;
  }

  .s\:first\:h-18:first-child {
    height: 18px;
  }

  .s\:first\:h-20:first-child {
    height: 20px;
  }

  .s\:first\:h-22:first-child {
    height: 22px;
  }

  .s\:first\:h-24:first-child {
    height: 24px;
  }

  .s\:first\:h-25:first-child {
    height: 25px;
  }

  .s\:first\:h-28:first-child {
    height: 28px;
  }

  .s\:first\:h-29:first-child {
    height: 29px;
  }

  .s\:first\:h-30:first-child {
    height: 30px;
  }

  .s\:first\:h-32:first-child {
    height: 32px;
  }

  .s\:first\:h-35:first-child {
    height: 35px;
  }

  .s\:first\:h-36:first-child {
    height: 36px;
  }

  .s\:first\:h-37:first-child {
    height: 37px;
  }

  .s\:first\:h-40:first-child {
    height: 40px;
  }

  .s\:first\:h-45:first-child {
    height: 45px;
  }

  .s\:first\:h-48:first-child {
    height: 48px;
  }

  .s\:first\:h-50:first-child {
    height: 50px;
  }

  .s\:first\:h-55:first-child {
    height: 55px;
  }

  .s\:first\:h-56:first-child {
    height: 56px;
  }

  .s\:first\:h-60:first-child {
    height: 60px;
  }

  .s\:first\:h-62:first-child {
    height: 62px;
  }

  .s\:first\:h-64:first-child {
    height: 64px;
  }

  .s\:first\:h-65:first-child {
    height: 65px;
  }

  .s\:first\:h-70:first-child {
    height: 70px;
  }

  .s\:first\:h-75:first-child {
    height: 75px;
  }

  .s\:first\:h-80:first-child {
    height: 80px;
  }

  .s\:first\:h-85:first-child {
    height: 85px;
  }

  .s\:first\:h-90:first-child {
    height: 90px;
  }

  .s\:first\:h-95:first-child {
    height: 95px;
  }

  .s\:first\:h-96:first-child {
    height: 96px;
  }

  .s\:first\:h-100:first-child {
    height: 100px;
  }

  .s\:first\:h-110:first-child {
    height: 110px;
  }

  .s\:first\:h-115:first-child {
    height: 115px;
  }

  .s\:first\:h-120:first-child {
    height: 120px;
  }

  .s\:first\:h-128:first-child {
    height: 128px;
  }

  .s\:first\:h-135:first-child {
    height: 135px;
  }

  .s\:first\:h-140:first-child {
    height: 140px;
  }

  .s\:first\:h-145:first-child {
    height: 145px;
  }

  .s\:first\:h-150:first-child {
    height: 150px;
  }

  .s\:first\:h-160:first-child {
    height: 160px;
  }

  .s\:first\:h-165:first-child {
    height: 165px;
  }

  .s\:first\:h-168:first-child {
    height: 168px;
  }

  .s\:first\:h-170:first-child {
    height: 170px;
  }

  .s\:first\:h-180:first-child {
    height: 180px;
  }

  .s\:first\:h-200:first-child {
    height: 200px;
  }

  .s\:first\:h-220:first-child {
    height: 220px;
  }

  .s\:first\:h-230:first-child {
    height: 230px;
  }

  .s\:first\:h-235:first-child {
    height: 235px;
  }

  .s\:first\:h-240:first-child {
    height: 240px;
  }

  .s\:first\:h-250:first-child {
    height: 250px;
  }

  .s\:first\:h-300:first-child {
    height: 300px;
  }

  .s\:first\:h-320:first-child {
    height: 320px;
  }

  .s\:first\:h-350:first-child {
    height: 350px;
  }

  .s\:first\:h-375:first-child {
    height: 375px;
  }

  .s\:first\:h-400:first-child {
    height: 400px;
  }

  .s\:first\:h-450:first-child {
    height: 450px;
  }

  .s\:first\:h-700:first-child {
    height: 700px;
  }

  .s\:first\:h-auto:first-child {
    height: auto;
  }

  .s\:first\:h-px:first-child {
    height: 1px;
  }

  .s\:first\:h-1p:first-child {
    height: 1%;
  }

  .s\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .s\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .s\:first\:h-11p:first-child {
    height: 11%;
  }

  .s\:first\:h-20p:first-child {
    height: 20%;
  }

  .s\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .s\:first\:h-25p:first-child {
    height: 25%;
  }

  .s\:first\:h-32p:first-child {
    height: 32%;
  }

  .s\:first\:h-35p:first-child {
    height: 35%;
  }

  .s\:first\:h-40p:first-child {
    height: 40%;
  }

  .s\:first\:h-49p:first-child {
    height: 49%;
  }

  .s\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .s\:first\:h-80p:first-child {
    height: 80%;
  }

  .s\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .s\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .s\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .s\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .s\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .s\:first\:h-90p:first-child {
    height: 90%;
  }

  .s\:first\:h-92p:first-child {
    height: 92%;
  }

  .s\:first\:h-93p:first-child {
    height: 93%;
  }

  .s\:first\:h-94p:first-child {
    height: 94%;
  }

  .s\:first\:h-95p:first-child {
    height: 95%;
  }

  .s\:first\:h-96p:first-child {
    height: 96%;
  }

  .s\:first\:h-100p:first-child {
    height: 100%;
  }

  .s\:first\:h-full:first-child {
    height: 100%;
  }

  .s\:first\:h-screen:first-child {
    height: 100vh;
  }

  .s\:last\:h-0:last-child {
    height: 0px;
  }

  .s\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .s\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .s\:last\:h-3:last-child {
    height: 3px;
  }

  .s\:last\:h-4:last-child {
    height: 4px;
  }

  .s\:last\:h-5:last-child {
    height: 5px;
  }

  .s\:last\:h-6:last-child {
    height: 6px;
  }

  .s\:last\:h-8:last-child {
    height: 8px;
  }

  .s\:last\:h-9:last-child {
    height: 9px;
  }

  .s\:last\:h-10:last-child {
    height: 10px;
  }

  .s\:last\:h-12:last-child {
    height: 12px;
  }

  .s\:last\:h-13:last-child {
    height: 13px;
  }

  .s\:last\:h-14:last-child {
    height: 14px;
  }

  .s\:last\:h-15:last-child {
    height: 15px;
  }

  .s\:last\:h-16:last-child {
    height: 16px;
  }

  .s\:last\:h-17:last-child {
    height: 17px;
  }

  .s\:last\:h-18:last-child {
    height: 18px;
  }

  .s\:last\:h-20:last-child {
    height: 20px;
  }

  .s\:last\:h-22:last-child {
    height: 22px;
  }

  .s\:last\:h-24:last-child {
    height: 24px;
  }

  .s\:last\:h-25:last-child {
    height: 25px;
  }

  .s\:last\:h-28:last-child {
    height: 28px;
  }

  .s\:last\:h-29:last-child {
    height: 29px;
  }

  .s\:last\:h-30:last-child {
    height: 30px;
  }

  .s\:last\:h-32:last-child {
    height: 32px;
  }

  .s\:last\:h-35:last-child {
    height: 35px;
  }

  .s\:last\:h-36:last-child {
    height: 36px;
  }

  .s\:last\:h-37:last-child {
    height: 37px;
  }

  .s\:last\:h-40:last-child {
    height: 40px;
  }

  .s\:last\:h-45:last-child {
    height: 45px;
  }

  .s\:last\:h-48:last-child {
    height: 48px;
  }

  .s\:last\:h-50:last-child {
    height: 50px;
  }

  .s\:last\:h-55:last-child {
    height: 55px;
  }

  .s\:last\:h-56:last-child {
    height: 56px;
  }

  .s\:last\:h-60:last-child {
    height: 60px;
  }

  .s\:last\:h-62:last-child {
    height: 62px;
  }

  .s\:last\:h-64:last-child {
    height: 64px;
  }

  .s\:last\:h-65:last-child {
    height: 65px;
  }

  .s\:last\:h-70:last-child {
    height: 70px;
  }

  .s\:last\:h-75:last-child {
    height: 75px;
  }

  .s\:last\:h-80:last-child {
    height: 80px;
  }

  .s\:last\:h-85:last-child {
    height: 85px;
  }

  .s\:last\:h-90:last-child {
    height: 90px;
  }

  .s\:last\:h-95:last-child {
    height: 95px;
  }

  .s\:last\:h-96:last-child {
    height: 96px;
  }

  .s\:last\:h-100:last-child {
    height: 100px;
  }

  .s\:last\:h-110:last-child {
    height: 110px;
  }

  .s\:last\:h-115:last-child {
    height: 115px;
  }

  .s\:last\:h-120:last-child {
    height: 120px;
  }

  .s\:last\:h-128:last-child {
    height: 128px;
  }

  .s\:last\:h-135:last-child {
    height: 135px;
  }

  .s\:last\:h-140:last-child {
    height: 140px;
  }

  .s\:last\:h-145:last-child {
    height: 145px;
  }

  .s\:last\:h-150:last-child {
    height: 150px;
  }

  .s\:last\:h-160:last-child {
    height: 160px;
  }

  .s\:last\:h-165:last-child {
    height: 165px;
  }

  .s\:last\:h-168:last-child {
    height: 168px;
  }

  .s\:last\:h-170:last-child {
    height: 170px;
  }

  .s\:last\:h-180:last-child {
    height: 180px;
  }

  .s\:last\:h-200:last-child {
    height: 200px;
  }

  .s\:last\:h-220:last-child {
    height: 220px;
  }

  .s\:last\:h-230:last-child {
    height: 230px;
  }

  .s\:last\:h-235:last-child {
    height: 235px;
  }

  .s\:last\:h-240:last-child {
    height: 240px;
  }

  .s\:last\:h-250:last-child {
    height: 250px;
  }

  .s\:last\:h-300:last-child {
    height: 300px;
  }

  .s\:last\:h-320:last-child {
    height: 320px;
  }

  .s\:last\:h-350:last-child {
    height: 350px;
  }

  .s\:last\:h-375:last-child {
    height: 375px;
  }

  .s\:last\:h-400:last-child {
    height: 400px;
  }

  .s\:last\:h-450:last-child {
    height: 450px;
  }

  .s\:last\:h-700:last-child {
    height: 700px;
  }

  .s\:last\:h-auto:last-child {
    height: auto;
  }

  .s\:last\:h-px:last-child {
    height: 1px;
  }

  .s\:last\:h-1p:last-child {
    height: 1%;
  }

  .s\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .s\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .s\:last\:h-11p:last-child {
    height: 11%;
  }

  .s\:last\:h-20p:last-child {
    height: 20%;
  }

  .s\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .s\:last\:h-25p:last-child {
    height: 25%;
  }

  .s\:last\:h-32p:last-child {
    height: 32%;
  }

  .s\:last\:h-35p:last-child {
    height: 35%;
  }

  .s\:last\:h-40p:last-child {
    height: 40%;
  }

  .s\:last\:h-49p:last-child {
    height: 49%;
  }

  .s\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .s\:last\:h-80p:last-child {
    height: 80%;
  }

  .s\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .s\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .s\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .s\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .s\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .s\:last\:h-90p:last-child {
    height: 90%;
  }

  .s\:last\:h-92p:last-child {
    height: 92%;
  }

  .s\:last\:h-93p:last-child {
    height: 93%;
  }

  .s\:last\:h-94p:last-child {
    height: 94%;
  }

  .s\:last\:h-95p:last-child {
    height: 95%;
  }

  .s\:last\:h-96p:last-child {
    height: 96%;
  }

  .s\:last\:h-100p:last-child {
    height: 100%;
  }

  .s\:last\:h-full:last-child {
    height: 100%;
  }

  .s\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .s\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .s\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .s\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .s\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .s\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .s\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .s\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .s\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .s\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .s\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .s\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .s\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .s\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .s\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .s\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .s\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .s\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .s\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .s\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .s\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .s\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .s\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .s\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .s\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .s\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .s\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .s\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .s\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .s\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .s\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .s\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .s\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .s\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .s\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .s\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .s\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .s\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .s\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .s\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .s\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .s\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .s\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .s\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .s\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .s\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .s\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .s\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .s\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .s\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .s\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .s\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .s\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .s\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .s\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .s\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .s\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .s\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .s\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .s\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .s\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .s\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .s\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .s\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .s\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .s\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .s\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .s\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .s\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .s\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .s\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .s\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .s\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .s\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .s\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .s\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .s\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .s\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .s\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .s\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .s\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .s\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .s\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .s\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .s\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .s\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .s\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .s\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .s\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .s\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .s\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .s\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .s\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .s\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .s\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .s\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .s\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .s\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .s\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .s\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .s\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .s\:group-hover\:h-screen {
    height: 100vh;
  }

  .s\:text-12 {
    font-size: 12px;
  }

  .s\:text-13 {
    font-size: 13px;
  }

  .s\:text-14 {
    font-size: 14px;
  }

  .s\:text-15 {
    font-size: 15px;
  }

  .s\:text-16 {
    font-size: 16px;
  }

  .s\:text-17 {
    font-size: 17px;
  }

  .s\:text-18 {
    font-size: 18px;
  }

  .s\:text-21 {
    font-size: 21px;
  }

  .s\:text-23 {
    font-size: 23px;
  }

  .s\:text-24 {
    font-size: 24px;
  }

  .s\:text-27 {
    font-size: 27px;
  }

  .s\:text-35 {
    font-size: 35px;
  }

  .s\:text-40 {
    font-size: 40px;
  }

  .s\:text-xs {
    font-size: 0.75rem;
  }

  .s\:text-sm {
    font-size: 0.875rem;
  }

  .s\:text-base {
    font-size: 1rem;
  }

  .s\:text-lg {
    font-size: 1.125rem;
  }

  .s\:text-xl {
    font-size: 1.25rem;
  }

  .s\:text-2xl {
    font-size: 1.5rem;
  }

  .s\:text-3xl {
    font-size: 1.875rem;
  }

  .s\:text-4xl {
    font-size: 2.25rem;
  }

  .s\:text-5xl {
    font-size: 3rem;
  }

  .s\:text-6xl {
    font-size: 4rem;
  }

  .s\:hover\:text-12:hover {
    font-size: 12px;
  }

  .s\:hover\:text-13:hover {
    font-size: 13px;
  }

  .s\:hover\:text-14:hover {
    font-size: 14px;
  }

  .s\:hover\:text-15:hover {
    font-size: 15px;
  }

  .s\:hover\:text-16:hover {
    font-size: 16px;
  }

  .s\:hover\:text-17:hover {
    font-size: 17px;
  }

  .s\:hover\:text-18:hover {
    font-size: 18px;
  }

  .s\:hover\:text-21:hover {
    font-size: 21px;
  }

  .s\:hover\:text-23:hover {
    font-size: 23px;
  }

  .s\:hover\:text-24:hover {
    font-size: 24px;
  }

  .s\:hover\:text-27:hover {
    font-size: 27px;
  }

  .s\:hover\:text-35:hover {
    font-size: 35px;
  }

  .s\:hover\:text-40:hover {
    font-size: 40px;
  }

  .s\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .s\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .s\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .s\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .s\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .s\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .s\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .s\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .s\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .s\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .s\:focus\:text-12:focus {
    font-size: 12px;
  }

  .s\:focus\:text-13:focus {
    font-size: 13px;
  }

  .s\:focus\:text-14:focus {
    font-size: 14px;
  }

  .s\:focus\:text-15:focus {
    font-size: 15px;
  }

  .s\:focus\:text-16:focus {
    font-size: 16px;
  }

  .s\:focus\:text-17:focus {
    font-size: 17px;
  }

  .s\:focus\:text-18:focus {
    font-size: 18px;
  }

  .s\:focus\:text-21:focus {
    font-size: 21px;
  }

  .s\:focus\:text-23:focus {
    font-size: 23px;
  }

  .s\:focus\:text-24:focus {
    font-size: 24px;
  }

  .s\:focus\:text-27:focus {
    font-size: 27px;
  }

  .s\:focus\:text-35:focus {
    font-size: 35px;
  }

  .s\:focus\:text-40:focus {
    font-size: 40px;
  }

  .s\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .s\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .s\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .s\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .s\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .s\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .s\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .s\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .s\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .s\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .s\:first\:text-12:first-child {
    font-size: 12px;
  }

  .s\:first\:text-13:first-child {
    font-size: 13px;
  }

  .s\:first\:text-14:first-child {
    font-size: 14px;
  }

  .s\:first\:text-15:first-child {
    font-size: 15px;
  }

  .s\:first\:text-16:first-child {
    font-size: 16px;
  }

  .s\:first\:text-17:first-child {
    font-size: 17px;
  }

  .s\:first\:text-18:first-child {
    font-size: 18px;
  }

  .s\:first\:text-21:first-child {
    font-size: 21px;
  }

  .s\:first\:text-23:first-child {
    font-size: 23px;
  }

  .s\:first\:text-24:first-child {
    font-size: 24px;
  }

  .s\:first\:text-27:first-child {
    font-size: 27px;
  }

  .s\:first\:text-35:first-child {
    font-size: 35px;
  }

  .s\:first\:text-40:first-child {
    font-size: 40px;
  }

  .s\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .s\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .s\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .s\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .s\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .s\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .s\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .s\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .s\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .s\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .s\:last\:text-12:last-child {
    font-size: 12px;
  }

  .s\:last\:text-13:last-child {
    font-size: 13px;
  }

  .s\:last\:text-14:last-child {
    font-size: 14px;
  }

  .s\:last\:text-15:last-child {
    font-size: 15px;
  }

  .s\:last\:text-16:last-child {
    font-size: 16px;
  }

  .s\:last\:text-17:last-child {
    font-size: 17px;
  }

  .s\:last\:text-18:last-child {
    font-size: 18px;
  }

  .s\:last\:text-21:last-child {
    font-size: 21px;
  }

  .s\:last\:text-23:last-child {
    font-size: 23px;
  }

  .s\:last\:text-24:last-child {
    font-size: 24px;
  }

  .s\:last\:text-27:last-child {
    font-size: 27px;
  }

  .s\:last\:text-35:last-child {
    font-size: 35px;
  }

  .s\:last\:text-40:last-child {
    font-size: 40px;
  }

  .s\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .s\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .s\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .s\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .s\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .s\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .s\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .s\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .s\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .s\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .s\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .s\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .s\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .s\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .s\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .s\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .s\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .s\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .s\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .s\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .s\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .s\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .s\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .s\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .s\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .s\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .s\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .s\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .s\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .s\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .s\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .s\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .s\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .s\:leading-1 {
    line-height: 1;
  }

  .s\:leading-3 {
    line-height: .75rem;
  }

  .s\:leading-4 {
    line-height: 1rem;
  }

  .s\:leading-5 {
    line-height: 1.25rem;
  }

  .s\:leading-6 {
    line-height: 1.5rem;
  }

  .s\:leading-7 {
    line-height: 1.75rem;
  }

  .s\:leading-8 {
    line-height: 2rem;
  }

  .s\:leading-9 {
    line-height: 2.25rem;
  }

  .s\:leading-10 {
    line-height: 2.5rem;
  }

  .s\:leading-19 {
    line-height: 19px;
  }

  .s\:leading-22 {
    line-height: 22px;
  }

  .s\:leading-25 {
    line-height: 25px;
  }

  .s\:leading-27 {
    line-height: 27px;
  }

  .s\:leading-28 {
    line-height: 28px;
  }

  .s\:leading-31 {
    line-height: 31px;
  }

  .s\:leading-32 {
    line-height: 32px;
  }

  .s\:leading-40 {
    line-height: 40px;
  }

  .s\:leading-43 {
    line-height: 43px;
  }

  .s\:leading-47 {
    line-height: 47px;
  }

  .s\:leading-none {
    line-height: 1;
  }

  .s\:leading-tight {
    line-height: 1.25;
  }

  .s\:leading-snug {
    line-height: 1.375;
  }

  .s\:leading-normal {
    line-height: 1.5;
  }

  .s\:leading-relaxed {
    line-height: 1.625;
  }

  .s\:leading-loose {
    line-height: 2;
  }

  .s\:hover\:leading-1:hover {
    line-height: 1;
  }

  .s\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .s\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .s\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .s\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .s\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .s\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .s\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .s\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .s\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .s\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .s\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .s\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .s\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .s\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .s\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .s\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .s\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .s\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .s\:hover\:leading-none:hover {
    line-height: 1;
  }

  .s\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .s\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .s\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .s\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .s\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .s\:focus\:leading-1:focus {
    line-height: 1;
  }

  .s\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .s\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .s\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .s\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .s\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .s\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .s\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .s\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .s\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .s\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .s\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .s\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .s\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .s\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .s\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .s\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .s\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .s\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .s\:focus\:leading-none:focus {
    line-height: 1;
  }

  .s\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .s\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .s\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .s\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .s\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .s\:first\:leading-1:first-child {
    line-height: 1;
  }

  .s\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .s\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .s\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .s\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .s\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .s\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .s\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .s\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .s\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .s\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .s\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .s\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .s\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .s\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .s\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .s\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .s\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .s\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .s\:first\:leading-none:first-child {
    line-height: 1;
  }

  .s\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .s\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .s\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .s\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .s\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .s\:last\:leading-1:last-child {
    line-height: 1;
  }

  .s\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .s\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .s\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .s\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .s\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .s\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .s\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .s\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .s\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .s\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .s\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .s\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .s\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .s\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .s\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .s\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .s\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .s\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .s\:last\:leading-none:last-child {
    line-height: 1;
  }

  .s\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .s\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .s\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .s\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .s\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .s\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .s\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .s\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .s\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .s\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .s\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .s\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .s\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .s\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .s\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .s\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .s\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .s\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .s\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .s\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .s\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .s\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .s\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .s\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .s\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .s\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .s\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .s\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .s\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .s\:group-hover\:leading-loose {
    line-height: 2;
  }

  .s\:list-inside {
    list-style-position: inside;
  }

  .s\:list-outside {
    list-style-position: outside;
  }

  .s\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .s\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .s\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .s\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .s\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .s\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .s\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .s\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .s\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .s\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .s\:list-none {
    list-style-type: none;
  }

  .s\:list-disc {
    list-style-type: disc;
  }

  .s\:list-decimal {
    list-style-type: decimal;
  }

  .s\:hover\:list-none:hover {
    list-style-type: none;
  }

  .s\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .s\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .s\:focus\:list-none:focus {
    list-style-type: none;
  }

  .s\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .s\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .s\:first\:list-none:first-child {
    list-style-type: none;
  }

  .s\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .s\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .s\:last\:list-none:last-child {
    list-style-type: none;
  }

  .s\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .s\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .s\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .s\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .s\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .s\:m-0 {
    margin: 0px;
  }

  .s\:m-1 {
    margin: 0.25rem;
  }

  .s\:m-2 {
    margin: 0.5rem;
  }

  .s\:m-3 {
    margin: 3px;
  }

  .s\:m-4 {
    margin: 4px;
  }

  .s\:m-5 {
    margin: 5px;
  }

  .s\:m-6 {
    margin: 6px;
  }

  .s\:m-8 {
    margin: 8px;
  }

  .s\:m-9 {
    margin: 9px;
  }

  .s\:m-10 {
    margin: 10px;
  }

  .s\:m-12 {
    margin: 12px;
  }

  .s\:m-13 {
    margin: 13px;
  }

  .s\:m-14 {
    margin: 14px;
  }

  .s\:m-15 {
    margin: 15px;
  }

  .s\:m-16 {
    margin: 16px;
  }

  .s\:m-17 {
    margin: 17px;
  }

  .s\:m-18 {
    margin: 18px;
  }

  .s\:m-20 {
    margin: 20px;
  }

  .s\:m-22 {
    margin: 22px;
  }

  .s\:m-24 {
    margin: 24px;
  }

  .s\:m-25 {
    margin: 25px;
  }

  .s\:m-28 {
    margin: 28px;
  }

  .s\:m-29 {
    margin: 29px;
  }

  .s\:m-30 {
    margin: 30px;
  }

  .s\:m-32 {
    margin: 32px;
  }

  .s\:m-35 {
    margin: 35px;
  }

  .s\:m-36 {
    margin: 36px;
  }

  .s\:m-37 {
    margin: 37px;
  }

  .s\:m-40 {
    margin: 40px;
  }

  .s\:m-45 {
    margin: 45px;
  }

  .s\:m-48 {
    margin: 48px;
  }

  .s\:m-50 {
    margin: 50px;
  }

  .s\:m-55 {
    margin: 55px;
  }

  .s\:m-56 {
    margin: 56px;
  }

  .s\:m-60 {
    margin: 60px;
  }

  .s\:m-62 {
    margin: 62px;
  }

  .s\:m-64 {
    margin: 64px;
  }

  .s\:m-65 {
    margin: 65px;
  }

  .s\:m-70 {
    margin: 70px;
  }

  .s\:m-75 {
    margin: 75px;
  }

  .s\:m-80 {
    margin: 80px;
  }

  .s\:m-85 {
    margin: 85px;
  }

  .s\:m-90 {
    margin: 90px;
  }

  .s\:m-95 {
    margin: 95px;
  }

  .s\:m-96 {
    margin: 96px;
  }

  .s\:m-100 {
    margin: 100px;
  }

  .s\:m-110 {
    margin: 110px;
  }

  .s\:m-115 {
    margin: 115px;
  }

  .s\:m-120 {
    margin: 120px;
  }

  .s\:m-128 {
    margin: 128px;
  }

  .s\:m-135 {
    margin: 135px;
  }

  .s\:m-140 {
    margin: 140px;
  }

  .s\:m-145 {
    margin: 145px;
  }

  .s\:m-150 {
    margin: 150px;
  }

  .s\:m-160 {
    margin: 160px;
  }

  .s\:m-165 {
    margin: 165px;
  }

  .s\:m-168 {
    margin: 168px;
  }

  .s\:m-170 {
    margin: 170px;
  }

  .s\:m-180 {
    margin: 180px;
  }

  .s\:m-200 {
    margin: 200px;
  }

  .s\:m-220 {
    margin: 220px;
  }

  .s\:m-230 {
    margin: 230px;
  }

  .s\:m-235 {
    margin: 235px;
  }

  .s\:m-240 {
    margin: 240px;
  }

  .s\:m-250 {
    margin: 250px;
  }

  .s\:m-300 {
    margin: 300px;
  }

  .s\:m-320 {
    margin: 320px;
  }

  .s\:m-350 {
    margin: 350px;
  }

  .s\:m-375 {
    margin: 375px;
  }

  .s\:m-400 {
    margin: 400px;
  }

  .s\:m-450 {
    margin: 450px;
  }

  .s\:m-700 {
    margin: 700px;
  }

  .s\:m-auto {
    margin: auto;
  }

  .s\:m-px {
    margin: 1px;
  }

  .s\:m-1p {
    margin: 1%;
  }

  .s\:m-1\/12 {
    margin: 8.3333%;
  }

  .s\:m-2\/12 {
    margin: 16.666667%;
  }

  .s\:m-11p {
    margin: 11%;
  }

  .s\:m-20p {
    margin: 20%;
  }

  .s\:m-24p {
    margin: 24.25%;
  }

  .s\:m-25p {
    margin: 25%;
  }

  .s\:m-32p {
    margin: 32%;
  }

  .s\:m-35p {
    margin: 35%;
  }

  .s\:m-40p {
    margin: 40%;
  }

  .s\:m-49p {
    margin: 49%;
  }

  .s\:m-49-5p {
    margin: 49.5%;
  }

  .s\:m-80p {
    margin: 80%;
  }

  .s\:m-vh80 {
    margin: 80vh;
  }

  .s\:m-vh86 {
    margin: 86vh;
  }

  .s\:m-vh90 {
    margin: 90vh;
  }

  .s\:m-vw80 {
    margin: 80vw;
  }

  .s\:m-vw90 {
    margin: 90vw;
  }

  .s\:m-90p {
    margin: 90%;
  }

  .s\:m-92p {
    margin: 92%;
  }

  .s\:m-93p {
    margin: 93%;
  }

  .s\:m-94p {
    margin: 94%;
  }

  .s\:m-95p {
    margin: 95%;
  }

  .s\:m-96p {
    margin: 96%;
  }

  .s\:m-100p {
    margin: 100%;
  }

  .s\:-m-0 {
    margin: 0px;
  }

  .s\:-m-1 {
    margin: -0.25rem;
  }

  .s\:-m-2 {
    margin: -0.5rem;
  }

  .s\:-m-3 {
    margin: -3px;
  }

  .s\:-m-4 {
    margin: -4px;
  }

  .s\:-m-5 {
    margin: -5px;
  }

  .s\:-m-6 {
    margin: -6px;
  }

  .s\:-m-8 {
    margin: -8px;
  }

  .s\:-m-9 {
    margin: -9px;
  }

  .s\:-m-10 {
    margin: -10px;
  }

  .s\:-m-12 {
    margin: -12px;
  }

  .s\:-m-13 {
    margin: -13px;
  }

  .s\:-m-14 {
    margin: -14px;
  }

  .s\:-m-15 {
    margin: -15px;
  }

  .s\:-m-16 {
    margin: -16px;
  }

  .s\:-m-17 {
    margin: -17px;
  }

  .s\:-m-18 {
    margin: -18px;
  }

  .s\:-m-20 {
    margin: -20px;
  }

  .s\:-m-22 {
    margin: -22px;
  }

  .s\:-m-24 {
    margin: -24px;
  }

  .s\:-m-25 {
    margin: -25px;
  }

  .s\:-m-28 {
    margin: -28px;
  }

  .s\:-m-29 {
    margin: -29px;
  }

  .s\:-m-30 {
    margin: -30px;
  }

  .s\:-m-32 {
    margin: -32px;
  }

  .s\:-m-35 {
    margin: -35px;
  }

  .s\:-m-36 {
    margin: -36px;
  }

  .s\:-m-37 {
    margin: -37px;
  }

  .s\:-m-40 {
    margin: -40px;
  }

  .s\:-m-45 {
    margin: -45px;
  }

  .s\:-m-48 {
    margin: -48px;
  }

  .s\:-m-50 {
    margin: -50px;
  }

  .s\:-m-55 {
    margin: -55px;
  }

  .s\:-m-56 {
    margin: -56px;
  }

  .s\:-m-60 {
    margin: -60px;
  }

  .s\:-m-62 {
    margin: -62px;
  }

  .s\:-m-64 {
    margin: -64px;
  }

  .s\:-m-65 {
    margin: -65px;
  }

  .s\:-m-70 {
    margin: -70px;
  }

  .s\:-m-75 {
    margin: -75px;
  }

  .s\:-m-80 {
    margin: -80px;
  }

  .s\:-m-85 {
    margin: -85px;
  }

  .s\:-m-90 {
    margin: -90px;
  }

  .s\:-m-95 {
    margin: -95px;
  }

  .s\:-m-96 {
    margin: -96px;
  }

  .s\:-m-100 {
    margin: -100px;
  }

  .s\:-m-110 {
    margin: -110px;
  }

  .s\:-m-115 {
    margin: -115px;
  }

  .s\:-m-120 {
    margin: -120px;
  }

  .s\:-m-128 {
    margin: -128px;
  }

  .s\:-m-135 {
    margin: -135px;
  }

  .s\:-m-140 {
    margin: -140px;
  }

  .s\:-m-145 {
    margin: -145px;
  }

  .s\:-m-150 {
    margin: -150px;
  }

  .s\:-m-160 {
    margin: -160px;
  }

  .s\:-m-165 {
    margin: -165px;
  }

  .s\:-m-168 {
    margin: -168px;
  }

  .s\:-m-170 {
    margin: -170px;
  }

  .s\:-m-180 {
    margin: -180px;
  }

  .s\:-m-200 {
    margin: -200px;
  }

  .s\:-m-220 {
    margin: -220px;
  }

  .s\:-m-230 {
    margin: -230px;
  }

  .s\:-m-235 {
    margin: -235px;
  }

  .s\:-m-240 {
    margin: -240px;
  }

  .s\:-m-250 {
    margin: -250px;
  }

  .s\:-m-300 {
    margin: -300px;
  }

  .s\:-m-320 {
    margin: -320px;
  }

  .s\:-m-350 {
    margin: -350px;
  }

  .s\:-m-375 {
    margin: -375px;
  }

  .s\:-m-400 {
    margin: -400px;
  }

  .s\:-m-450 {
    margin: -450px;
  }

  .s\:-m-700 {
    margin: -700px;
  }

  .s\:-m-px {
    margin: -1px;
  }

  .s\:-m-1p {
    margin: -1%;
  }

  .s\:-m-1\/12 {
    margin: -8.3333%;
  }

  .s\:-m-2\/12 {
    margin: -16.66667%;
  }

  .s\:-m-11p {
    margin: -11%;
  }

  .s\:-m-20p {
    margin: -20%;
  }

  .s\:-m-24p {
    margin: -24.25%;
  }

  .s\:-m-25p {
    margin: -25%;
  }

  .s\:-m-32p {
    margin: -32%;
  }

  .s\:-m-35p {
    margin: -35%;
  }

  .s\:-m-40p {
    margin: -40%;
  }

  .s\:-m-49p {
    margin: -49%;
  }

  .s\:-m-49-5p {
    margin: -49.5%;
  }

  .s\:-m-80p {
    margin: -80%;
  }

  .s\:-m-vh80 {
    margin: -80vh;
  }

  .s\:-m-vh86 {
    margin: -86vh;
  }

  .s\:-m-vh90 {
    margin: -90vh;
  }

  .s\:-m-vw80 {
    margin: -80vw;
  }

  .s\:-m-vw90 {
    margin: -90vw;
  }

  .s\:-m-90p {
    margin: -90%;
  }

  .s\:-m-92p {
    margin: -92%;
  }

  .s\:-m-93p {
    margin: -93%;
  }

  .s\:-m-94p {
    margin: -94%;
  }

  .s\:-m-95p {
    margin: -95%;
  }

  .s\:-m-96p {
    margin: -96%;
  }

  .s\:-m-100p {
    margin: -100%;
  }

  .s\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .s\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .s\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .s\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .s\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .s\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .s\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .s\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .s\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .s\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .s\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .s\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .s\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .s\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .s\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .s\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .s\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .s\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .s\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .s\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .s\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .s\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .s\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .s\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .s\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .s\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .s\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .s\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .s\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .s\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .s\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .s\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .s\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .s\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .s\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .s\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .s\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .s\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .s\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .s\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .s\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .s\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .s\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .s\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .s\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .s\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .s\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .s\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .s\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .s\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .s\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .s\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .s\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .s\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .s\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .s\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .s\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .s\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .s\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .s\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .s\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .s\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .s\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .s\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .s\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .s\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .s\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .s\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .s\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .s\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .s\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .s\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .s\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .s\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .s\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .s\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .s\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .s\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .s\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .s\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .s\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .s\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .s\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .s\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .s\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .s\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .s\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .s\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .s\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .s\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .s\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .s\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .s\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .s\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .s\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .s\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .s\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .s\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .s\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .s\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .s\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .s\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .s\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .s\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .s\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .s\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .s\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .s\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .s\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .s\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .s\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .s\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .s\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .s\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .s\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .s\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .s\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .s\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .s\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .s\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .s\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .s\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .s\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .s\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .s\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .s\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .s\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .s\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .s\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .s\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .s\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .s\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .s\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .s\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .s\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .s\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .s\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .s\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .s\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .s\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .s\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .s\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .s\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .s\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .s\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .s\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .s\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .s\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .s\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .s\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .s\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .s\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .s\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .s\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .s\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .s\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .s\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .s\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .s\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .s\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .s\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .s\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .s\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .s\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .s\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .s\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .s\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .s\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .s\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .s\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .s\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .s\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .s\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .s\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .s\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .s\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .s\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .s\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .s\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .s\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .s\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .s\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .s\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .s\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .s\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .s\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .s\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .s\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .s\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .s\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .s\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .s\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .s\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .s\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .s\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .s\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .s\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .s\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .s\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .s\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .s\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .s\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .s\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .s\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .s\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .s\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .s\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .s\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .s\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .s\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .s\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .s\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .s\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .s\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .s\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .s\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .s\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .s\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .s\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .s\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .s\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .s\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .s\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .s\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .s\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .s\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .s\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .s\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .s\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .s\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .s\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .s\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .s\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .s\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .s\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .s\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .s\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .s\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .s\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .s\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .s\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .s\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .s\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .s\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .s\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .s\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .s\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .s\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .s\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .s\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .s\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .s\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .s\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .s\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .s\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .s\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .s\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .s\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .s\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .s\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .s\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .s\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .s\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .s\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .s\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .s\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .s\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .s\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .s\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .s\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .s\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .s\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .s\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .s\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .s\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .s\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .s\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .s\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .s\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .s\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .s\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .s\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .s\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .s\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .s\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .s\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .s\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .s\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .s\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .s\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .s\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .s\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .s\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .s\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .s\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .s\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .s\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .s\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .s\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .s\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .s\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .s\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .s\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .s\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .s\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .s\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .s\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .s\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .s\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .s\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .s\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .s\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .s\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .s\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .s\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .s\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .s\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .s\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .s\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .s\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .s\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .s\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .s\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .s\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .s\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .s\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .s\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .s\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .s\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .s\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .s\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .s\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .s\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .s\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .s\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .s\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .s\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .s\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .s\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .s\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .s\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .s\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .s\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .s\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .s\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .s\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .s\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .s\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .s\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .s\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .s\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .s\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .s\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .s\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .s\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .s\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .s\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .s\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .s\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .s\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .s\:mt-0 {
    margin-top: 0px;
  }

  .s\:mr-0 {
    margin-right: 0px;
  }

  .s\:mb-0 {
    margin-bottom: 0px;
  }

  .s\:ml-0 {
    margin-left: 0px;
  }

  .s\:mt-1 {
    margin-top: 0.25rem;
  }

  .s\:mr-1 {
    margin-right: 0.25rem;
  }

  .s\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .s\:ml-1 {
    margin-left: 0.25rem;
  }

  .s\:mt-2 {
    margin-top: 0.5rem;
  }

  .s\:mr-2 {
    margin-right: 0.5rem;
  }

  .s\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .s\:ml-2 {
    margin-left: 0.5rem;
  }

  .s\:mt-3 {
    margin-top: 3px;
  }

  .s\:mr-3 {
    margin-right: 3px;
  }

  .s\:mb-3 {
    margin-bottom: 3px;
  }

  .s\:ml-3 {
    margin-left: 3px;
  }

  .s\:mt-4 {
    margin-top: 4px;
  }

  .s\:mr-4 {
    margin-right: 4px;
  }

  .s\:mb-4 {
    margin-bottom: 4px;
  }

  .s\:ml-4 {
    margin-left: 4px;
  }

  .s\:mt-5 {
    margin-top: 5px;
  }

  .s\:mr-5 {
    margin-right: 5px;
  }

  .s\:mb-5 {
    margin-bottom: 5px;
  }

  .s\:ml-5 {
    margin-left: 5px;
  }

  .s\:mt-6 {
    margin-top: 6px;
  }

  .s\:mr-6 {
    margin-right: 6px;
  }

  .s\:mb-6 {
    margin-bottom: 6px;
  }

  .s\:ml-6 {
    margin-left: 6px;
  }

  .s\:mt-8 {
    margin-top: 8px;
  }

  .s\:mr-8 {
    margin-right: 8px;
  }

  .s\:mb-8 {
    margin-bottom: 8px;
  }

  .s\:ml-8 {
    margin-left: 8px;
  }

  .s\:mt-9 {
    margin-top: 9px;
  }

  .s\:mr-9 {
    margin-right: 9px;
  }

  .s\:mb-9 {
    margin-bottom: 9px;
  }

  .s\:ml-9 {
    margin-left: 9px;
  }

  .s\:mt-10 {
    margin-top: 10px;
  }

  .s\:mr-10 {
    margin-right: 10px;
  }

  .s\:mb-10 {
    margin-bottom: 10px;
  }

  .s\:ml-10 {
    margin-left: 10px;
  }

  .s\:mt-12 {
    margin-top: 12px;
  }

  .s\:mr-12 {
    margin-right: 12px;
  }

  .s\:mb-12 {
    margin-bottom: 12px;
  }

  .s\:ml-12 {
    margin-left: 12px;
  }

  .s\:mt-13 {
    margin-top: 13px;
  }

  .s\:mr-13 {
    margin-right: 13px;
  }

  .s\:mb-13 {
    margin-bottom: 13px;
  }

  .s\:ml-13 {
    margin-left: 13px;
  }

  .s\:mt-14 {
    margin-top: 14px;
  }

  .s\:mr-14 {
    margin-right: 14px;
  }

  .s\:mb-14 {
    margin-bottom: 14px;
  }

  .s\:ml-14 {
    margin-left: 14px;
  }

  .s\:mt-15 {
    margin-top: 15px;
  }

  .s\:mr-15 {
    margin-right: 15px;
  }

  .s\:mb-15 {
    margin-bottom: 15px;
  }

  .s\:ml-15 {
    margin-left: 15px;
  }

  .s\:mt-16 {
    margin-top: 16px;
  }

  .s\:mr-16 {
    margin-right: 16px;
  }

  .s\:mb-16 {
    margin-bottom: 16px;
  }

  .s\:ml-16 {
    margin-left: 16px;
  }

  .s\:mt-17 {
    margin-top: 17px;
  }

  .s\:mr-17 {
    margin-right: 17px;
  }

  .s\:mb-17 {
    margin-bottom: 17px;
  }

  .s\:ml-17 {
    margin-left: 17px;
  }

  .s\:mt-18 {
    margin-top: 18px;
  }

  .s\:mr-18 {
    margin-right: 18px;
  }

  .s\:mb-18 {
    margin-bottom: 18px;
  }

  .s\:ml-18 {
    margin-left: 18px;
  }

  .s\:mt-20 {
    margin-top: 20px;
  }

  .s\:mr-20 {
    margin-right: 20px;
  }

  .s\:mb-20 {
    margin-bottom: 20px;
  }

  .s\:ml-20 {
    margin-left: 20px;
  }

  .s\:mt-22 {
    margin-top: 22px;
  }

  .s\:mr-22 {
    margin-right: 22px;
  }

  .s\:mb-22 {
    margin-bottom: 22px;
  }

  .s\:ml-22 {
    margin-left: 22px;
  }

  .s\:mt-24 {
    margin-top: 24px;
  }

  .s\:mr-24 {
    margin-right: 24px;
  }

  .s\:mb-24 {
    margin-bottom: 24px;
  }

  .s\:ml-24 {
    margin-left: 24px;
  }

  .s\:mt-25 {
    margin-top: 25px;
  }

  .s\:mr-25 {
    margin-right: 25px;
  }

  .s\:mb-25 {
    margin-bottom: 25px;
  }

  .s\:ml-25 {
    margin-left: 25px;
  }

  .s\:mt-28 {
    margin-top: 28px;
  }

  .s\:mr-28 {
    margin-right: 28px;
  }

  .s\:mb-28 {
    margin-bottom: 28px;
  }

  .s\:ml-28 {
    margin-left: 28px;
  }

  .s\:mt-29 {
    margin-top: 29px;
  }

  .s\:mr-29 {
    margin-right: 29px;
  }

  .s\:mb-29 {
    margin-bottom: 29px;
  }

  .s\:ml-29 {
    margin-left: 29px;
  }

  .s\:mt-30 {
    margin-top: 30px;
  }

  .s\:mr-30 {
    margin-right: 30px;
  }

  .s\:mb-30 {
    margin-bottom: 30px;
  }

  .s\:ml-30 {
    margin-left: 30px;
  }

  .s\:mt-32 {
    margin-top: 32px;
  }

  .s\:mr-32 {
    margin-right: 32px;
  }

  .s\:mb-32 {
    margin-bottom: 32px;
  }

  .s\:ml-32 {
    margin-left: 32px;
  }

  .s\:mt-35 {
    margin-top: 35px;
  }

  .s\:mr-35 {
    margin-right: 35px;
  }

  .s\:mb-35 {
    margin-bottom: 35px;
  }

  .s\:ml-35 {
    margin-left: 35px;
  }

  .s\:mt-36 {
    margin-top: 36px;
  }

  .s\:mr-36 {
    margin-right: 36px;
  }

  .s\:mb-36 {
    margin-bottom: 36px;
  }

  .s\:ml-36 {
    margin-left: 36px;
  }

  .s\:mt-37 {
    margin-top: 37px;
  }

  .s\:mr-37 {
    margin-right: 37px;
  }

  .s\:mb-37 {
    margin-bottom: 37px;
  }

  .s\:ml-37 {
    margin-left: 37px;
  }

  .s\:mt-40 {
    margin-top: 40px;
  }

  .s\:mr-40 {
    margin-right: 40px;
  }

  .s\:mb-40 {
    margin-bottom: 40px;
  }

  .s\:ml-40 {
    margin-left: 40px;
  }

  .s\:mt-45 {
    margin-top: 45px;
  }

  .s\:mr-45 {
    margin-right: 45px;
  }

  .s\:mb-45 {
    margin-bottom: 45px;
  }

  .s\:ml-45 {
    margin-left: 45px;
  }

  .s\:mt-48 {
    margin-top: 48px;
  }

  .s\:mr-48 {
    margin-right: 48px;
  }

  .s\:mb-48 {
    margin-bottom: 48px;
  }

  .s\:ml-48 {
    margin-left: 48px;
  }

  .s\:mt-50 {
    margin-top: 50px;
  }

  .s\:mr-50 {
    margin-right: 50px;
  }

  .s\:mb-50 {
    margin-bottom: 50px;
  }

  .s\:ml-50 {
    margin-left: 50px;
  }

  .s\:mt-55 {
    margin-top: 55px;
  }

  .s\:mr-55 {
    margin-right: 55px;
  }

  .s\:mb-55 {
    margin-bottom: 55px;
  }

  .s\:ml-55 {
    margin-left: 55px;
  }

  .s\:mt-56 {
    margin-top: 56px;
  }

  .s\:mr-56 {
    margin-right: 56px;
  }

  .s\:mb-56 {
    margin-bottom: 56px;
  }

  .s\:ml-56 {
    margin-left: 56px;
  }

  .s\:mt-60 {
    margin-top: 60px;
  }

  .s\:mr-60 {
    margin-right: 60px;
  }

  .s\:mb-60 {
    margin-bottom: 60px;
  }

  .s\:ml-60 {
    margin-left: 60px;
  }

  .s\:mt-62 {
    margin-top: 62px;
  }

  .s\:mr-62 {
    margin-right: 62px;
  }

  .s\:mb-62 {
    margin-bottom: 62px;
  }

  .s\:ml-62 {
    margin-left: 62px;
  }

  .s\:mt-64 {
    margin-top: 64px;
  }

  .s\:mr-64 {
    margin-right: 64px;
  }

  .s\:mb-64 {
    margin-bottom: 64px;
  }

  .s\:ml-64 {
    margin-left: 64px;
  }

  .s\:mt-65 {
    margin-top: 65px;
  }

  .s\:mr-65 {
    margin-right: 65px;
  }

  .s\:mb-65 {
    margin-bottom: 65px;
  }

  .s\:ml-65 {
    margin-left: 65px;
  }

  .s\:mt-70 {
    margin-top: 70px;
  }

  .s\:mr-70 {
    margin-right: 70px;
  }

  .s\:mb-70 {
    margin-bottom: 70px;
  }

  .s\:ml-70 {
    margin-left: 70px;
  }

  .s\:mt-75 {
    margin-top: 75px;
  }

  .s\:mr-75 {
    margin-right: 75px;
  }

  .s\:mb-75 {
    margin-bottom: 75px;
  }

  .s\:ml-75 {
    margin-left: 75px;
  }

  .s\:mt-80 {
    margin-top: 80px;
  }

  .s\:mr-80 {
    margin-right: 80px;
  }

  .s\:mb-80 {
    margin-bottom: 80px;
  }

  .s\:ml-80 {
    margin-left: 80px;
  }

  .s\:mt-85 {
    margin-top: 85px;
  }

  .s\:mr-85 {
    margin-right: 85px;
  }

  .s\:mb-85 {
    margin-bottom: 85px;
  }

  .s\:ml-85 {
    margin-left: 85px;
  }

  .s\:mt-90 {
    margin-top: 90px;
  }

  .s\:mr-90 {
    margin-right: 90px;
  }

  .s\:mb-90 {
    margin-bottom: 90px;
  }

  .s\:ml-90 {
    margin-left: 90px;
  }

  .s\:mt-95 {
    margin-top: 95px;
  }

  .s\:mr-95 {
    margin-right: 95px;
  }

  .s\:mb-95 {
    margin-bottom: 95px;
  }

  .s\:ml-95 {
    margin-left: 95px;
  }

  .s\:mt-96 {
    margin-top: 96px;
  }

  .s\:mr-96 {
    margin-right: 96px;
  }

  .s\:mb-96 {
    margin-bottom: 96px;
  }

  .s\:ml-96 {
    margin-left: 96px;
  }

  .s\:mt-100 {
    margin-top: 100px;
  }

  .s\:mr-100 {
    margin-right: 100px;
  }

  .s\:mb-100 {
    margin-bottom: 100px;
  }

  .s\:ml-100 {
    margin-left: 100px;
  }

  .s\:mt-110 {
    margin-top: 110px;
  }

  .s\:mr-110 {
    margin-right: 110px;
  }

  .s\:mb-110 {
    margin-bottom: 110px;
  }

  .s\:ml-110 {
    margin-left: 110px;
  }

  .s\:mt-115 {
    margin-top: 115px;
  }

  .s\:mr-115 {
    margin-right: 115px;
  }

  .s\:mb-115 {
    margin-bottom: 115px;
  }

  .s\:ml-115 {
    margin-left: 115px;
  }

  .s\:mt-120 {
    margin-top: 120px;
  }

  .s\:mr-120 {
    margin-right: 120px;
  }

  .s\:mb-120 {
    margin-bottom: 120px;
  }

  .s\:ml-120 {
    margin-left: 120px;
  }

  .s\:mt-128 {
    margin-top: 128px;
  }

  .s\:mr-128 {
    margin-right: 128px;
  }

  .s\:mb-128 {
    margin-bottom: 128px;
  }

  .s\:ml-128 {
    margin-left: 128px;
  }

  .s\:mt-135 {
    margin-top: 135px;
  }

  .s\:mr-135 {
    margin-right: 135px;
  }

  .s\:mb-135 {
    margin-bottom: 135px;
  }

  .s\:ml-135 {
    margin-left: 135px;
  }

  .s\:mt-140 {
    margin-top: 140px;
  }

  .s\:mr-140 {
    margin-right: 140px;
  }

  .s\:mb-140 {
    margin-bottom: 140px;
  }

  .s\:ml-140 {
    margin-left: 140px;
  }

  .s\:mt-145 {
    margin-top: 145px;
  }

  .s\:mr-145 {
    margin-right: 145px;
  }

  .s\:mb-145 {
    margin-bottom: 145px;
  }

  .s\:ml-145 {
    margin-left: 145px;
  }

  .s\:mt-150 {
    margin-top: 150px;
  }

  .s\:mr-150 {
    margin-right: 150px;
  }

  .s\:mb-150 {
    margin-bottom: 150px;
  }

  .s\:ml-150 {
    margin-left: 150px;
  }

  .s\:mt-160 {
    margin-top: 160px;
  }

  .s\:mr-160 {
    margin-right: 160px;
  }

  .s\:mb-160 {
    margin-bottom: 160px;
  }

  .s\:ml-160 {
    margin-left: 160px;
  }

  .s\:mt-165 {
    margin-top: 165px;
  }

  .s\:mr-165 {
    margin-right: 165px;
  }

  .s\:mb-165 {
    margin-bottom: 165px;
  }

  .s\:ml-165 {
    margin-left: 165px;
  }

  .s\:mt-168 {
    margin-top: 168px;
  }

  .s\:mr-168 {
    margin-right: 168px;
  }

  .s\:mb-168 {
    margin-bottom: 168px;
  }

  .s\:ml-168 {
    margin-left: 168px;
  }

  .s\:mt-170 {
    margin-top: 170px;
  }

  .s\:mr-170 {
    margin-right: 170px;
  }

  .s\:mb-170 {
    margin-bottom: 170px;
  }

  .s\:ml-170 {
    margin-left: 170px;
  }

  .s\:mt-180 {
    margin-top: 180px;
  }

  .s\:mr-180 {
    margin-right: 180px;
  }

  .s\:mb-180 {
    margin-bottom: 180px;
  }

  .s\:ml-180 {
    margin-left: 180px;
  }

  .s\:mt-200 {
    margin-top: 200px;
  }

  .s\:mr-200 {
    margin-right: 200px;
  }

  .s\:mb-200 {
    margin-bottom: 200px;
  }

  .s\:ml-200 {
    margin-left: 200px;
  }

  .s\:mt-220 {
    margin-top: 220px;
  }

  .s\:mr-220 {
    margin-right: 220px;
  }

  .s\:mb-220 {
    margin-bottom: 220px;
  }

  .s\:ml-220 {
    margin-left: 220px;
  }

  .s\:mt-230 {
    margin-top: 230px;
  }

  .s\:mr-230 {
    margin-right: 230px;
  }

  .s\:mb-230 {
    margin-bottom: 230px;
  }

  .s\:ml-230 {
    margin-left: 230px;
  }

  .s\:mt-235 {
    margin-top: 235px;
  }

  .s\:mr-235 {
    margin-right: 235px;
  }

  .s\:mb-235 {
    margin-bottom: 235px;
  }

  .s\:ml-235 {
    margin-left: 235px;
  }

  .s\:mt-240 {
    margin-top: 240px;
  }

  .s\:mr-240 {
    margin-right: 240px;
  }

  .s\:mb-240 {
    margin-bottom: 240px;
  }

  .s\:ml-240 {
    margin-left: 240px;
  }

  .s\:mt-250 {
    margin-top: 250px;
  }

  .s\:mr-250 {
    margin-right: 250px;
  }

  .s\:mb-250 {
    margin-bottom: 250px;
  }

  .s\:ml-250 {
    margin-left: 250px;
  }

  .s\:mt-300 {
    margin-top: 300px;
  }

  .s\:mr-300 {
    margin-right: 300px;
  }

  .s\:mb-300 {
    margin-bottom: 300px;
  }

  .s\:ml-300 {
    margin-left: 300px;
  }

  .s\:mt-320 {
    margin-top: 320px;
  }

  .s\:mr-320 {
    margin-right: 320px;
  }

  .s\:mb-320 {
    margin-bottom: 320px;
  }

  .s\:ml-320 {
    margin-left: 320px;
  }

  .s\:mt-350 {
    margin-top: 350px;
  }

  .s\:mr-350 {
    margin-right: 350px;
  }

  .s\:mb-350 {
    margin-bottom: 350px;
  }

  .s\:ml-350 {
    margin-left: 350px;
  }

  .s\:mt-375 {
    margin-top: 375px;
  }

  .s\:mr-375 {
    margin-right: 375px;
  }

  .s\:mb-375 {
    margin-bottom: 375px;
  }

  .s\:ml-375 {
    margin-left: 375px;
  }

  .s\:mt-400 {
    margin-top: 400px;
  }

  .s\:mr-400 {
    margin-right: 400px;
  }

  .s\:mb-400 {
    margin-bottom: 400px;
  }

  .s\:ml-400 {
    margin-left: 400px;
  }

  .s\:mt-450 {
    margin-top: 450px;
  }

  .s\:mr-450 {
    margin-right: 450px;
  }

  .s\:mb-450 {
    margin-bottom: 450px;
  }

  .s\:ml-450 {
    margin-left: 450px;
  }

  .s\:mt-700 {
    margin-top: 700px;
  }

  .s\:mr-700 {
    margin-right: 700px;
  }

  .s\:mb-700 {
    margin-bottom: 700px;
  }

  .s\:ml-700 {
    margin-left: 700px;
  }

  .s\:mt-auto {
    margin-top: auto;
  }

  .s\:mr-auto {
    margin-right: auto;
  }

  .s\:mb-auto {
    margin-bottom: auto;
  }

  .s\:ml-auto {
    margin-left: auto;
  }

  .s\:mt-px {
    margin-top: 1px;
  }

  .s\:mr-px {
    margin-right: 1px;
  }

  .s\:mb-px {
    margin-bottom: 1px;
  }

  .s\:ml-px {
    margin-left: 1px;
  }

  .s\:mt-1p {
    margin-top: 1%;
  }

  .s\:mr-1p {
    margin-right: 1%;
  }

  .s\:mb-1p {
    margin-bottom: 1%;
  }

  .s\:ml-1p {
    margin-left: 1%;
  }

  .s\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .s\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .s\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .s\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .s\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .s\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .s\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .s\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .s\:mt-11p {
    margin-top: 11%;
  }

  .s\:mr-11p {
    margin-right: 11%;
  }

  .s\:mb-11p {
    margin-bottom: 11%;
  }

  .s\:ml-11p {
    margin-left: 11%;
  }

  .s\:mt-20p {
    margin-top: 20%;
  }

  .s\:mr-20p {
    margin-right: 20%;
  }

  .s\:mb-20p {
    margin-bottom: 20%;
  }

  .s\:ml-20p {
    margin-left: 20%;
  }

  .s\:mt-24p {
    margin-top: 24.25%;
  }

  .s\:mr-24p {
    margin-right: 24.25%;
  }

  .s\:mb-24p {
    margin-bottom: 24.25%;
  }

  .s\:ml-24p {
    margin-left: 24.25%;
  }

  .s\:mt-25p {
    margin-top: 25%;
  }

  .s\:mr-25p {
    margin-right: 25%;
  }

  .s\:mb-25p {
    margin-bottom: 25%;
  }

  .s\:ml-25p {
    margin-left: 25%;
  }

  .s\:mt-32p {
    margin-top: 32%;
  }

  .s\:mr-32p {
    margin-right: 32%;
  }

  .s\:mb-32p {
    margin-bottom: 32%;
  }

  .s\:ml-32p {
    margin-left: 32%;
  }

  .s\:mt-35p {
    margin-top: 35%;
  }

  .s\:mr-35p {
    margin-right: 35%;
  }

  .s\:mb-35p {
    margin-bottom: 35%;
  }

  .s\:ml-35p {
    margin-left: 35%;
  }

  .s\:mt-40p {
    margin-top: 40%;
  }

  .s\:mr-40p {
    margin-right: 40%;
  }

  .s\:mb-40p {
    margin-bottom: 40%;
  }

  .s\:ml-40p {
    margin-left: 40%;
  }

  .s\:mt-49p {
    margin-top: 49%;
  }

  .s\:mr-49p {
    margin-right: 49%;
  }

  .s\:mb-49p {
    margin-bottom: 49%;
  }

  .s\:ml-49p {
    margin-left: 49%;
  }

  .s\:mt-49-5p {
    margin-top: 49.5%;
  }

  .s\:mr-49-5p {
    margin-right: 49.5%;
  }

  .s\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .s\:ml-49-5p {
    margin-left: 49.5%;
  }

  .s\:mt-80p {
    margin-top: 80%;
  }

  .s\:mr-80p {
    margin-right: 80%;
  }

  .s\:mb-80p {
    margin-bottom: 80%;
  }

  .s\:ml-80p {
    margin-left: 80%;
  }

  .s\:mt-vh80 {
    margin-top: 80vh;
  }

  .s\:mr-vh80 {
    margin-right: 80vh;
  }

  .s\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .s\:ml-vh80 {
    margin-left: 80vh;
  }

  .s\:mt-vh86 {
    margin-top: 86vh;
  }

  .s\:mr-vh86 {
    margin-right: 86vh;
  }

  .s\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .s\:ml-vh86 {
    margin-left: 86vh;
  }

  .s\:mt-vh90 {
    margin-top: 90vh;
  }

  .s\:mr-vh90 {
    margin-right: 90vh;
  }

  .s\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .s\:ml-vh90 {
    margin-left: 90vh;
  }

  .s\:mt-vw80 {
    margin-top: 80vw;
  }

  .s\:mr-vw80 {
    margin-right: 80vw;
  }

  .s\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .s\:ml-vw80 {
    margin-left: 80vw;
  }

  .s\:mt-vw90 {
    margin-top: 90vw;
  }

  .s\:mr-vw90 {
    margin-right: 90vw;
  }

  .s\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .s\:ml-vw90 {
    margin-left: 90vw;
  }

  .s\:mt-90p {
    margin-top: 90%;
  }

  .s\:mr-90p {
    margin-right: 90%;
  }

  .s\:mb-90p {
    margin-bottom: 90%;
  }

  .s\:ml-90p {
    margin-left: 90%;
  }

  .s\:mt-92p {
    margin-top: 92%;
  }

  .s\:mr-92p {
    margin-right: 92%;
  }

  .s\:mb-92p {
    margin-bottom: 92%;
  }

  .s\:ml-92p {
    margin-left: 92%;
  }

  .s\:mt-93p {
    margin-top: 93%;
  }

  .s\:mr-93p {
    margin-right: 93%;
  }

  .s\:mb-93p {
    margin-bottom: 93%;
  }

  .s\:ml-93p {
    margin-left: 93%;
  }

  .s\:mt-94p {
    margin-top: 94%;
  }

  .s\:mr-94p {
    margin-right: 94%;
  }

  .s\:mb-94p {
    margin-bottom: 94%;
  }

  .s\:ml-94p {
    margin-left: 94%;
  }

  .s\:mt-95p {
    margin-top: 95%;
  }

  .s\:mr-95p {
    margin-right: 95%;
  }

  .s\:mb-95p {
    margin-bottom: 95%;
  }

  .s\:ml-95p {
    margin-left: 95%;
  }

  .s\:mt-96p {
    margin-top: 96%;
  }

  .s\:mr-96p {
    margin-right: 96%;
  }

  .s\:mb-96p {
    margin-bottom: 96%;
  }

  .s\:ml-96p {
    margin-left: 96%;
  }

  .s\:mt-100p {
    margin-top: 100%;
  }

  .s\:mr-100p {
    margin-right: 100%;
  }

  .s\:mb-100p {
    margin-bottom: 100%;
  }

  .s\:ml-100p {
    margin-left: 100%;
  }

  .s\:-mt-0 {
    margin-top: 0px;
  }

  .s\:-mr-0 {
    margin-right: 0px;
  }

  .s\:-mb-0 {
    margin-bottom: 0px;
  }

  .s\:-ml-0 {
    margin-left: 0px;
  }

  .s\:-mt-1 {
    margin-top: -0.25rem;
  }

  .s\:-mr-1 {
    margin-right: -0.25rem;
  }

  .s\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .s\:-ml-1 {
    margin-left: -0.25rem;
  }

  .s\:-mt-2 {
    margin-top: -0.5rem;
  }

  .s\:-mr-2 {
    margin-right: -0.5rem;
  }

  .s\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .s\:-ml-2 {
    margin-left: -0.5rem;
  }

  .s\:-mt-3 {
    margin-top: -3px;
  }

  .s\:-mr-3 {
    margin-right: -3px;
  }

  .s\:-mb-3 {
    margin-bottom: -3px;
  }

  .s\:-ml-3 {
    margin-left: -3px;
  }

  .s\:-mt-4 {
    margin-top: -4px;
  }

  .s\:-mr-4 {
    margin-right: -4px;
  }

  .s\:-mb-4 {
    margin-bottom: -4px;
  }

  .s\:-ml-4 {
    margin-left: -4px;
  }

  .s\:-mt-5 {
    margin-top: -5px;
  }

  .s\:-mr-5 {
    margin-right: -5px;
  }

  .s\:-mb-5 {
    margin-bottom: -5px;
  }

  .s\:-ml-5 {
    margin-left: -5px;
  }

  .s\:-mt-6 {
    margin-top: -6px;
  }

  .s\:-mr-6 {
    margin-right: -6px;
  }

  .s\:-mb-6 {
    margin-bottom: -6px;
  }

  .s\:-ml-6 {
    margin-left: -6px;
  }

  .s\:-mt-8 {
    margin-top: -8px;
  }

  .s\:-mr-8 {
    margin-right: -8px;
  }

  .s\:-mb-8 {
    margin-bottom: -8px;
  }

  .s\:-ml-8 {
    margin-left: -8px;
  }

  .s\:-mt-9 {
    margin-top: -9px;
  }

  .s\:-mr-9 {
    margin-right: -9px;
  }

  .s\:-mb-9 {
    margin-bottom: -9px;
  }

  .s\:-ml-9 {
    margin-left: -9px;
  }

  .s\:-mt-10 {
    margin-top: -10px;
  }

  .s\:-mr-10 {
    margin-right: -10px;
  }

  .s\:-mb-10 {
    margin-bottom: -10px;
  }

  .s\:-ml-10 {
    margin-left: -10px;
  }

  .s\:-mt-12 {
    margin-top: -12px;
  }

  .s\:-mr-12 {
    margin-right: -12px;
  }

  .s\:-mb-12 {
    margin-bottom: -12px;
  }

  .s\:-ml-12 {
    margin-left: -12px;
  }

  .s\:-mt-13 {
    margin-top: -13px;
  }

  .s\:-mr-13 {
    margin-right: -13px;
  }

  .s\:-mb-13 {
    margin-bottom: -13px;
  }

  .s\:-ml-13 {
    margin-left: -13px;
  }

  .s\:-mt-14 {
    margin-top: -14px;
  }

  .s\:-mr-14 {
    margin-right: -14px;
  }

  .s\:-mb-14 {
    margin-bottom: -14px;
  }

  .s\:-ml-14 {
    margin-left: -14px;
  }

  .s\:-mt-15 {
    margin-top: -15px;
  }

  .s\:-mr-15 {
    margin-right: -15px;
  }

  .s\:-mb-15 {
    margin-bottom: -15px;
  }

  .s\:-ml-15 {
    margin-left: -15px;
  }

  .s\:-mt-16 {
    margin-top: -16px;
  }

  .s\:-mr-16 {
    margin-right: -16px;
  }

  .s\:-mb-16 {
    margin-bottom: -16px;
  }

  .s\:-ml-16 {
    margin-left: -16px;
  }

  .s\:-mt-17 {
    margin-top: -17px;
  }

  .s\:-mr-17 {
    margin-right: -17px;
  }

  .s\:-mb-17 {
    margin-bottom: -17px;
  }

  .s\:-ml-17 {
    margin-left: -17px;
  }

  .s\:-mt-18 {
    margin-top: -18px;
  }

  .s\:-mr-18 {
    margin-right: -18px;
  }

  .s\:-mb-18 {
    margin-bottom: -18px;
  }

  .s\:-ml-18 {
    margin-left: -18px;
  }

  .s\:-mt-20 {
    margin-top: -20px;
  }

  .s\:-mr-20 {
    margin-right: -20px;
  }

  .s\:-mb-20 {
    margin-bottom: -20px;
  }

  .s\:-ml-20 {
    margin-left: -20px;
  }

  .s\:-mt-22 {
    margin-top: -22px;
  }

  .s\:-mr-22 {
    margin-right: -22px;
  }

  .s\:-mb-22 {
    margin-bottom: -22px;
  }

  .s\:-ml-22 {
    margin-left: -22px;
  }

  .s\:-mt-24 {
    margin-top: -24px;
  }

  .s\:-mr-24 {
    margin-right: -24px;
  }

  .s\:-mb-24 {
    margin-bottom: -24px;
  }

  .s\:-ml-24 {
    margin-left: -24px;
  }

  .s\:-mt-25 {
    margin-top: -25px;
  }

  .s\:-mr-25 {
    margin-right: -25px;
  }

  .s\:-mb-25 {
    margin-bottom: -25px;
  }

  .s\:-ml-25 {
    margin-left: -25px;
  }

  .s\:-mt-28 {
    margin-top: -28px;
  }

  .s\:-mr-28 {
    margin-right: -28px;
  }

  .s\:-mb-28 {
    margin-bottom: -28px;
  }

  .s\:-ml-28 {
    margin-left: -28px;
  }

  .s\:-mt-29 {
    margin-top: -29px;
  }

  .s\:-mr-29 {
    margin-right: -29px;
  }

  .s\:-mb-29 {
    margin-bottom: -29px;
  }

  .s\:-ml-29 {
    margin-left: -29px;
  }

  .s\:-mt-30 {
    margin-top: -30px;
  }

  .s\:-mr-30 {
    margin-right: -30px;
  }

  .s\:-mb-30 {
    margin-bottom: -30px;
  }

  .s\:-ml-30 {
    margin-left: -30px;
  }

  .s\:-mt-32 {
    margin-top: -32px;
  }

  .s\:-mr-32 {
    margin-right: -32px;
  }

  .s\:-mb-32 {
    margin-bottom: -32px;
  }

  .s\:-ml-32 {
    margin-left: -32px;
  }

  .s\:-mt-35 {
    margin-top: -35px;
  }

  .s\:-mr-35 {
    margin-right: -35px;
  }

  .s\:-mb-35 {
    margin-bottom: -35px;
  }

  .s\:-ml-35 {
    margin-left: -35px;
  }

  .s\:-mt-36 {
    margin-top: -36px;
  }

  .s\:-mr-36 {
    margin-right: -36px;
  }

  .s\:-mb-36 {
    margin-bottom: -36px;
  }

  .s\:-ml-36 {
    margin-left: -36px;
  }

  .s\:-mt-37 {
    margin-top: -37px;
  }

  .s\:-mr-37 {
    margin-right: -37px;
  }

  .s\:-mb-37 {
    margin-bottom: -37px;
  }

  .s\:-ml-37 {
    margin-left: -37px;
  }

  .s\:-mt-40 {
    margin-top: -40px;
  }

  .s\:-mr-40 {
    margin-right: -40px;
  }

  .s\:-mb-40 {
    margin-bottom: -40px;
  }

  .s\:-ml-40 {
    margin-left: -40px;
  }

  .s\:-mt-45 {
    margin-top: -45px;
  }

  .s\:-mr-45 {
    margin-right: -45px;
  }

  .s\:-mb-45 {
    margin-bottom: -45px;
  }

  .s\:-ml-45 {
    margin-left: -45px;
  }

  .s\:-mt-48 {
    margin-top: -48px;
  }

  .s\:-mr-48 {
    margin-right: -48px;
  }

  .s\:-mb-48 {
    margin-bottom: -48px;
  }

  .s\:-ml-48 {
    margin-left: -48px;
  }

  .s\:-mt-50 {
    margin-top: -50px;
  }

  .s\:-mr-50 {
    margin-right: -50px;
  }

  .s\:-mb-50 {
    margin-bottom: -50px;
  }

  .s\:-ml-50 {
    margin-left: -50px;
  }

  .s\:-mt-55 {
    margin-top: -55px;
  }

  .s\:-mr-55 {
    margin-right: -55px;
  }

  .s\:-mb-55 {
    margin-bottom: -55px;
  }

  .s\:-ml-55 {
    margin-left: -55px;
  }

  .s\:-mt-56 {
    margin-top: -56px;
  }

  .s\:-mr-56 {
    margin-right: -56px;
  }

  .s\:-mb-56 {
    margin-bottom: -56px;
  }

  .s\:-ml-56 {
    margin-left: -56px;
  }

  .s\:-mt-60 {
    margin-top: -60px;
  }

  .s\:-mr-60 {
    margin-right: -60px;
  }

  .s\:-mb-60 {
    margin-bottom: -60px;
  }

  .s\:-ml-60 {
    margin-left: -60px;
  }

  .s\:-mt-62 {
    margin-top: -62px;
  }

  .s\:-mr-62 {
    margin-right: -62px;
  }

  .s\:-mb-62 {
    margin-bottom: -62px;
  }

  .s\:-ml-62 {
    margin-left: -62px;
  }

  .s\:-mt-64 {
    margin-top: -64px;
  }

  .s\:-mr-64 {
    margin-right: -64px;
  }

  .s\:-mb-64 {
    margin-bottom: -64px;
  }

  .s\:-ml-64 {
    margin-left: -64px;
  }

  .s\:-mt-65 {
    margin-top: -65px;
  }

  .s\:-mr-65 {
    margin-right: -65px;
  }

  .s\:-mb-65 {
    margin-bottom: -65px;
  }

  .s\:-ml-65 {
    margin-left: -65px;
  }

  .s\:-mt-70 {
    margin-top: -70px;
  }

  .s\:-mr-70 {
    margin-right: -70px;
  }

  .s\:-mb-70 {
    margin-bottom: -70px;
  }

  .s\:-ml-70 {
    margin-left: -70px;
  }

  .s\:-mt-75 {
    margin-top: -75px;
  }

  .s\:-mr-75 {
    margin-right: -75px;
  }

  .s\:-mb-75 {
    margin-bottom: -75px;
  }

  .s\:-ml-75 {
    margin-left: -75px;
  }

  .s\:-mt-80 {
    margin-top: -80px;
  }

  .s\:-mr-80 {
    margin-right: -80px;
  }

  .s\:-mb-80 {
    margin-bottom: -80px;
  }

  .s\:-ml-80 {
    margin-left: -80px;
  }

  .s\:-mt-85 {
    margin-top: -85px;
  }

  .s\:-mr-85 {
    margin-right: -85px;
  }

  .s\:-mb-85 {
    margin-bottom: -85px;
  }

  .s\:-ml-85 {
    margin-left: -85px;
  }

  .s\:-mt-90 {
    margin-top: -90px;
  }

  .s\:-mr-90 {
    margin-right: -90px;
  }

  .s\:-mb-90 {
    margin-bottom: -90px;
  }

  .s\:-ml-90 {
    margin-left: -90px;
  }

  .s\:-mt-95 {
    margin-top: -95px;
  }

  .s\:-mr-95 {
    margin-right: -95px;
  }

  .s\:-mb-95 {
    margin-bottom: -95px;
  }

  .s\:-ml-95 {
    margin-left: -95px;
  }

  .s\:-mt-96 {
    margin-top: -96px;
  }

  .s\:-mr-96 {
    margin-right: -96px;
  }

  .s\:-mb-96 {
    margin-bottom: -96px;
  }

  .s\:-ml-96 {
    margin-left: -96px;
  }

  .s\:-mt-100 {
    margin-top: -100px;
  }

  .s\:-mr-100 {
    margin-right: -100px;
  }

  .s\:-mb-100 {
    margin-bottom: -100px;
  }

  .s\:-ml-100 {
    margin-left: -100px;
  }

  .s\:-mt-110 {
    margin-top: -110px;
  }

  .s\:-mr-110 {
    margin-right: -110px;
  }

  .s\:-mb-110 {
    margin-bottom: -110px;
  }

  .s\:-ml-110 {
    margin-left: -110px;
  }

  .s\:-mt-115 {
    margin-top: -115px;
  }

  .s\:-mr-115 {
    margin-right: -115px;
  }

  .s\:-mb-115 {
    margin-bottom: -115px;
  }

  .s\:-ml-115 {
    margin-left: -115px;
  }

  .s\:-mt-120 {
    margin-top: -120px;
  }

  .s\:-mr-120 {
    margin-right: -120px;
  }

  .s\:-mb-120 {
    margin-bottom: -120px;
  }

  .s\:-ml-120 {
    margin-left: -120px;
  }

  .s\:-mt-128 {
    margin-top: -128px;
  }

  .s\:-mr-128 {
    margin-right: -128px;
  }

  .s\:-mb-128 {
    margin-bottom: -128px;
  }

  .s\:-ml-128 {
    margin-left: -128px;
  }

  .s\:-mt-135 {
    margin-top: -135px;
  }

  .s\:-mr-135 {
    margin-right: -135px;
  }

  .s\:-mb-135 {
    margin-bottom: -135px;
  }

  .s\:-ml-135 {
    margin-left: -135px;
  }

  .s\:-mt-140 {
    margin-top: -140px;
  }

  .s\:-mr-140 {
    margin-right: -140px;
  }

  .s\:-mb-140 {
    margin-bottom: -140px;
  }

  .s\:-ml-140 {
    margin-left: -140px;
  }

  .s\:-mt-145 {
    margin-top: -145px;
  }

  .s\:-mr-145 {
    margin-right: -145px;
  }

  .s\:-mb-145 {
    margin-bottom: -145px;
  }

  .s\:-ml-145 {
    margin-left: -145px;
  }

  .s\:-mt-150 {
    margin-top: -150px;
  }

  .s\:-mr-150 {
    margin-right: -150px;
  }

  .s\:-mb-150 {
    margin-bottom: -150px;
  }

  .s\:-ml-150 {
    margin-left: -150px;
  }

  .s\:-mt-160 {
    margin-top: -160px;
  }

  .s\:-mr-160 {
    margin-right: -160px;
  }

  .s\:-mb-160 {
    margin-bottom: -160px;
  }

  .s\:-ml-160 {
    margin-left: -160px;
  }

  .s\:-mt-165 {
    margin-top: -165px;
  }

  .s\:-mr-165 {
    margin-right: -165px;
  }

  .s\:-mb-165 {
    margin-bottom: -165px;
  }

  .s\:-ml-165 {
    margin-left: -165px;
  }

  .s\:-mt-168 {
    margin-top: -168px;
  }

  .s\:-mr-168 {
    margin-right: -168px;
  }

  .s\:-mb-168 {
    margin-bottom: -168px;
  }

  .s\:-ml-168 {
    margin-left: -168px;
  }

  .s\:-mt-170 {
    margin-top: -170px;
  }

  .s\:-mr-170 {
    margin-right: -170px;
  }

  .s\:-mb-170 {
    margin-bottom: -170px;
  }

  .s\:-ml-170 {
    margin-left: -170px;
  }

  .s\:-mt-180 {
    margin-top: -180px;
  }

  .s\:-mr-180 {
    margin-right: -180px;
  }

  .s\:-mb-180 {
    margin-bottom: -180px;
  }

  .s\:-ml-180 {
    margin-left: -180px;
  }

  .s\:-mt-200 {
    margin-top: -200px;
  }

  .s\:-mr-200 {
    margin-right: -200px;
  }

  .s\:-mb-200 {
    margin-bottom: -200px;
  }

  .s\:-ml-200 {
    margin-left: -200px;
  }

  .s\:-mt-220 {
    margin-top: -220px;
  }

  .s\:-mr-220 {
    margin-right: -220px;
  }

  .s\:-mb-220 {
    margin-bottom: -220px;
  }

  .s\:-ml-220 {
    margin-left: -220px;
  }

  .s\:-mt-230 {
    margin-top: -230px;
  }

  .s\:-mr-230 {
    margin-right: -230px;
  }

  .s\:-mb-230 {
    margin-bottom: -230px;
  }

  .s\:-ml-230 {
    margin-left: -230px;
  }

  .s\:-mt-235 {
    margin-top: -235px;
  }

  .s\:-mr-235 {
    margin-right: -235px;
  }

  .s\:-mb-235 {
    margin-bottom: -235px;
  }

  .s\:-ml-235 {
    margin-left: -235px;
  }

  .s\:-mt-240 {
    margin-top: -240px;
  }

  .s\:-mr-240 {
    margin-right: -240px;
  }

  .s\:-mb-240 {
    margin-bottom: -240px;
  }

  .s\:-ml-240 {
    margin-left: -240px;
  }

  .s\:-mt-250 {
    margin-top: -250px;
  }

  .s\:-mr-250 {
    margin-right: -250px;
  }

  .s\:-mb-250 {
    margin-bottom: -250px;
  }

  .s\:-ml-250 {
    margin-left: -250px;
  }

  .s\:-mt-300 {
    margin-top: -300px;
  }

  .s\:-mr-300 {
    margin-right: -300px;
  }

  .s\:-mb-300 {
    margin-bottom: -300px;
  }

  .s\:-ml-300 {
    margin-left: -300px;
  }

  .s\:-mt-320 {
    margin-top: -320px;
  }

  .s\:-mr-320 {
    margin-right: -320px;
  }

  .s\:-mb-320 {
    margin-bottom: -320px;
  }

  .s\:-ml-320 {
    margin-left: -320px;
  }

  .s\:-mt-350 {
    margin-top: -350px;
  }

  .s\:-mr-350 {
    margin-right: -350px;
  }

  .s\:-mb-350 {
    margin-bottom: -350px;
  }

  .s\:-ml-350 {
    margin-left: -350px;
  }

  .s\:-mt-375 {
    margin-top: -375px;
  }

  .s\:-mr-375 {
    margin-right: -375px;
  }

  .s\:-mb-375 {
    margin-bottom: -375px;
  }

  .s\:-ml-375 {
    margin-left: -375px;
  }

  .s\:-mt-400 {
    margin-top: -400px;
  }

  .s\:-mr-400 {
    margin-right: -400px;
  }

  .s\:-mb-400 {
    margin-bottom: -400px;
  }

  .s\:-ml-400 {
    margin-left: -400px;
  }

  .s\:-mt-450 {
    margin-top: -450px;
  }

  .s\:-mr-450 {
    margin-right: -450px;
  }

  .s\:-mb-450 {
    margin-bottom: -450px;
  }

  .s\:-ml-450 {
    margin-left: -450px;
  }

  .s\:-mt-700 {
    margin-top: -700px;
  }

  .s\:-mr-700 {
    margin-right: -700px;
  }

  .s\:-mb-700 {
    margin-bottom: -700px;
  }

  .s\:-ml-700 {
    margin-left: -700px;
  }

  .s\:-mt-px {
    margin-top: -1px;
  }

  .s\:-mr-px {
    margin-right: -1px;
  }

  .s\:-mb-px {
    margin-bottom: -1px;
  }

  .s\:-ml-px {
    margin-left: -1px;
  }

  .s\:-mt-1p {
    margin-top: -1%;
  }

  .s\:-mr-1p {
    margin-right: -1%;
  }

  .s\:-mb-1p {
    margin-bottom: -1%;
  }

  .s\:-ml-1p {
    margin-left: -1%;
  }

  .s\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .s\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .s\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .s\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .s\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .s\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .s\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .s\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .s\:-mt-11p {
    margin-top: -11%;
  }

  .s\:-mr-11p {
    margin-right: -11%;
  }

  .s\:-mb-11p {
    margin-bottom: -11%;
  }

  .s\:-ml-11p {
    margin-left: -11%;
  }

  .s\:-mt-20p {
    margin-top: -20%;
  }

  .s\:-mr-20p {
    margin-right: -20%;
  }

  .s\:-mb-20p {
    margin-bottom: -20%;
  }

  .s\:-ml-20p {
    margin-left: -20%;
  }

  .s\:-mt-24p {
    margin-top: -24.25%;
  }

  .s\:-mr-24p {
    margin-right: -24.25%;
  }

  .s\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .s\:-ml-24p {
    margin-left: -24.25%;
  }

  .s\:-mt-25p {
    margin-top: -25%;
  }

  .s\:-mr-25p {
    margin-right: -25%;
  }

  .s\:-mb-25p {
    margin-bottom: -25%;
  }

  .s\:-ml-25p {
    margin-left: -25%;
  }

  .s\:-mt-32p {
    margin-top: -32%;
  }

  .s\:-mr-32p {
    margin-right: -32%;
  }

  .s\:-mb-32p {
    margin-bottom: -32%;
  }

  .s\:-ml-32p {
    margin-left: -32%;
  }

  .s\:-mt-35p {
    margin-top: -35%;
  }

  .s\:-mr-35p {
    margin-right: -35%;
  }

  .s\:-mb-35p {
    margin-bottom: -35%;
  }

  .s\:-ml-35p {
    margin-left: -35%;
  }

  .s\:-mt-40p {
    margin-top: -40%;
  }

  .s\:-mr-40p {
    margin-right: -40%;
  }

  .s\:-mb-40p {
    margin-bottom: -40%;
  }

  .s\:-ml-40p {
    margin-left: -40%;
  }

  .s\:-mt-49p {
    margin-top: -49%;
  }

  .s\:-mr-49p {
    margin-right: -49%;
  }

  .s\:-mb-49p {
    margin-bottom: -49%;
  }

  .s\:-ml-49p {
    margin-left: -49%;
  }

  .s\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .s\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .s\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .s\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .s\:-mt-80p {
    margin-top: -80%;
  }

  .s\:-mr-80p {
    margin-right: -80%;
  }

  .s\:-mb-80p {
    margin-bottom: -80%;
  }

  .s\:-ml-80p {
    margin-left: -80%;
  }

  .s\:-mt-vh80 {
    margin-top: -80vh;
  }

  .s\:-mr-vh80 {
    margin-right: -80vh;
  }

  .s\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .s\:-ml-vh80 {
    margin-left: -80vh;
  }

  .s\:-mt-vh86 {
    margin-top: -86vh;
  }

  .s\:-mr-vh86 {
    margin-right: -86vh;
  }

  .s\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .s\:-ml-vh86 {
    margin-left: -86vh;
  }

  .s\:-mt-vh90 {
    margin-top: -90vh;
  }

  .s\:-mr-vh90 {
    margin-right: -90vh;
  }

  .s\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .s\:-ml-vh90 {
    margin-left: -90vh;
  }

  .s\:-mt-vw80 {
    margin-top: -80vw;
  }

  .s\:-mr-vw80 {
    margin-right: -80vw;
  }

  .s\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .s\:-ml-vw80 {
    margin-left: -80vw;
  }

  .s\:-mt-vw90 {
    margin-top: -90vw;
  }

  .s\:-mr-vw90 {
    margin-right: -90vw;
  }

  .s\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .s\:-ml-vw90 {
    margin-left: -90vw;
  }

  .s\:-mt-90p {
    margin-top: -90%;
  }

  .s\:-mr-90p {
    margin-right: -90%;
  }

  .s\:-mb-90p {
    margin-bottom: -90%;
  }

  .s\:-ml-90p {
    margin-left: -90%;
  }

  .s\:-mt-92p {
    margin-top: -92%;
  }

  .s\:-mr-92p {
    margin-right: -92%;
  }

  .s\:-mb-92p {
    margin-bottom: -92%;
  }

  .s\:-ml-92p {
    margin-left: -92%;
  }

  .s\:-mt-93p {
    margin-top: -93%;
  }

  .s\:-mr-93p {
    margin-right: -93%;
  }

  .s\:-mb-93p {
    margin-bottom: -93%;
  }

  .s\:-ml-93p {
    margin-left: -93%;
  }

  .s\:-mt-94p {
    margin-top: -94%;
  }

  .s\:-mr-94p {
    margin-right: -94%;
  }

  .s\:-mb-94p {
    margin-bottom: -94%;
  }

  .s\:-ml-94p {
    margin-left: -94%;
  }

  .s\:-mt-95p {
    margin-top: -95%;
  }

  .s\:-mr-95p {
    margin-right: -95%;
  }

  .s\:-mb-95p {
    margin-bottom: -95%;
  }

  .s\:-ml-95p {
    margin-left: -95%;
  }

  .s\:-mt-96p {
    margin-top: -96%;
  }

  .s\:-mr-96p {
    margin-right: -96%;
  }

  .s\:-mb-96p {
    margin-bottom: -96%;
  }

  .s\:-ml-96p {
    margin-left: -96%;
  }

  .s\:-mt-100p {
    margin-top: -100%;
  }

  .s\:-mr-100p {
    margin-right: -100%;
  }

  .s\:-mb-100p {
    margin-bottom: -100%;
  }

  .s\:-ml-100p {
    margin-left: -100%;
  }

  .s\:hover\:m-0:hover {
    margin: 0px;
  }

  .s\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .s\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .s\:hover\:m-3:hover {
    margin: 3px;
  }

  .s\:hover\:m-4:hover {
    margin: 4px;
  }

  .s\:hover\:m-5:hover {
    margin: 5px;
  }

  .s\:hover\:m-6:hover {
    margin: 6px;
  }

  .s\:hover\:m-8:hover {
    margin: 8px;
  }

  .s\:hover\:m-9:hover {
    margin: 9px;
  }

  .s\:hover\:m-10:hover {
    margin: 10px;
  }

  .s\:hover\:m-12:hover {
    margin: 12px;
  }

  .s\:hover\:m-13:hover {
    margin: 13px;
  }

  .s\:hover\:m-14:hover {
    margin: 14px;
  }

  .s\:hover\:m-15:hover {
    margin: 15px;
  }

  .s\:hover\:m-16:hover {
    margin: 16px;
  }

  .s\:hover\:m-17:hover {
    margin: 17px;
  }

  .s\:hover\:m-18:hover {
    margin: 18px;
  }

  .s\:hover\:m-20:hover {
    margin: 20px;
  }

  .s\:hover\:m-22:hover {
    margin: 22px;
  }

  .s\:hover\:m-24:hover {
    margin: 24px;
  }

  .s\:hover\:m-25:hover {
    margin: 25px;
  }

  .s\:hover\:m-28:hover {
    margin: 28px;
  }

  .s\:hover\:m-29:hover {
    margin: 29px;
  }

  .s\:hover\:m-30:hover {
    margin: 30px;
  }

  .s\:hover\:m-32:hover {
    margin: 32px;
  }

  .s\:hover\:m-35:hover {
    margin: 35px;
  }

  .s\:hover\:m-36:hover {
    margin: 36px;
  }

  .s\:hover\:m-37:hover {
    margin: 37px;
  }

  .s\:hover\:m-40:hover {
    margin: 40px;
  }

  .s\:hover\:m-45:hover {
    margin: 45px;
  }

  .s\:hover\:m-48:hover {
    margin: 48px;
  }

  .s\:hover\:m-50:hover {
    margin: 50px;
  }

  .s\:hover\:m-55:hover {
    margin: 55px;
  }

  .s\:hover\:m-56:hover {
    margin: 56px;
  }

  .s\:hover\:m-60:hover {
    margin: 60px;
  }

  .s\:hover\:m-62:hover {
    margin: 62px;
  }

  .s\:hover\:m-64:hover {
    margin: 64px;
  }

  .s\:hover\:m-65:hover {
    margin: 65px;
  }

  .s\:hover\:m-70:hover {
    margin: 70px;
  }

  .s\:hover\:m-75:hover {
    margin: 75px;
  }

  .s\:hover\:m-80:hover {
    margin: 80px;
  }

  .s\:hover\:m-85:hover {
    margin: 85px;
  }

  .s\:hover\:m-90:hover {
    margin: 90px;
  }

  .s\:hover\:m-95:hover {
    margin: 95px;
  }

  .s\:hover\:m-96:hover {
    margin: 96px;
  }

  .s\:hover\:m-100:hover {
    margin: 100px;
  }

  .s\:hover\:m-110:hover {
    margin: 110px;
  }

  .s\:hover\:m-115:hover {
    margin: 115px;
  }

  .s\:hover\:m-120:hover {
    margin: 120px;
  }

  .s\:hover\:m-128:hover {
    margin: 128px;
  }

  .s\:hover\:m-135:hover {
    margin: 135px;
  }

  .s\:hover\:m-140:hover {
    margin: 140px;
  }

  .s\:hover\:m-145:hover {
    margin: 145px;
  }

  .s\:hover\:m-150:hover {
    margin: 150px;
  }

  .s\:hover\:m-160:hover {
    margin: 160px;
  }

  .s\:hover\:m-165:hover {
    margin: 165px;
  }

  .s\:hover\:m-168:hover {
    margin: 168px;
  }

  .s\:hover\:m-170:hover {
    margin: 170px;
  }

  .s\:hover\:m-180:hover {
    margin: 180px;
  }

  .s\:hover\:m-200:hover {
    margin: 200px;
  }

  .s\:hover\:m-220:hover {
    margin: 220px;
  }

  .s\:hover\:m-230:hover {
    margin: 230px;
  }

  .s\:hover\:m-235:hover {
    margin: 235px;
  }

  .s\:hover\:m-240:hover {
    margin: 240px;
  }

  .s\:hover\:m-250:hover {
    margin: 250px;
  }

  .s\:hover\:m-300:hover {
    margin: 300px;
  }

  .s\:hover\:m-320:hover {
    margin: 320px;
  }

  .s\:hover\:m-350:hover {
    margin: 350px;
  }

  .s\:hover\:m-375:hover {
    margin: 375px;
  }

  .s\:hover\:m-400:hover {
    margin: 400px;
  }

  .s\:hover\:m-450:hover {
    margin: 450px;
  }

  .s\:hover\:m-700:hover {
    margin: 700px;
  }

  .s\:hover\:m-auto:hover {
    margin: auto;
  }

  .s\:hover\:m-px:hover {
    margin: 1px;
  }

  .s\:hover\:m-1p:hover {
    margin: 1%;
  }

  .s\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .s\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .s\:hover\:m-11p:hover {
    margin: 11%;
  }

  .s\:hover\:m-20p:hover {
    margin: 20%;
  }

  .s\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .s\:hover\:m-25p:hover {
    margin: 25%;
  }

  .s\:hover\:m-32p:hover {
    margin: 32%;
  }

  .s\:hover\:m-35p:hover {
    margin: 35%;
  }

  .s\:hover\:m-40p:hover {
    margin: 40%;
  }

  .s\:hover\:m-49p:hover {
    margin: 49%;
  }

  .s\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .s\:hover\:m-80p:hover {
    margin: 80%;
  }

  .s\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .s\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .s\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .s\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .s\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .s\:hover\:m-90p:hover {
    margin: 90%;
  }

  .s\:hover\:m-92p:hover {
    margin: 92%;
  }

  .s\:hover\:m-93p:hover {
    margin: 93%;
  }

  .s\:hover\:m-94p:hover {
    margin: 94%;
  }

  .s\:hover\:m-95p:hover {
    margin: 95%;
  }

  .s\:hover\:m-96p:hover {
    margin: 96%;
  }

  .s\:hover\:m-100p:hover {
    margin: 100%;
  }

  .s\:hover\:-m-0:hover {
    margin: 0px;
  }

  .s\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .s\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .s\:hover\:-m-3:hover {
    margin: -3px;
  }

  .s\:hover\:-m-4:hover {
    margin: -4px;
  }

  .s\:hover\:-m-5:hover {
    margin: -5px;
  }

  .s\:hover\:-m-6:hover {
    margin: -6px;
  }

  .s\:hover\:-m-8:hover {
    margin: -8px;
  }

  .s\:hover\:-m-9:hover {
    margin: -9px;
  }

  .s\:hover\:-m-10:hover {
    margin: -10px;
  }

  .s\:hover\:-m-12:hover {
    margin: -12px;
  }

  .s\:hover\:-m-13:hover {
    margin: -13px;
  }

  .s\:hover\:-m-14:hover {
    margin: -14px;
  }

  .s\:hover\:-m-15:hover {
    margin: -15px;
  }

  .s\:hover\:-m-16:hover {
    margin: -16px;
  }

  .s\:hover\:-m-17:hover {
    margin: -17px;
  }

  .s\:hover\:-m-18:hover {
    margin: -18px;
  }

  .s\:hover\:-m-20:hover {
    margin: -20px;
  }

  .s\:hover\:-m-22:hover {
    margin: -22px;
  }

  .s\:hover\:-m-24:hover {
    margin: -24px;
  }

  .s\:hover\:-m-25:hover {
    margin: -25px;
  }

  .s\:hover\:-m-28:hover {
    margin: -28px;
  }

  .s\:hover\:-m-29:hover {
    margin: -29px;
  }

  .s\:hover\:-m-30:hover {
    margin: -30px;
  }

  .s\:hover\:-m-32:hover {
    margin: -32px;
  }

  .s\:hover\:-m-35:hover {
    margin: -35px;
  }

  .s\:hover\:-m-36:hover {
    margin: -36px;
  }

  .s\:hover\:-m-37:hover {
    margin: -37px;
  }

  .s\:hover\:-m-40:hover {
    margin: -40px;
  }

  .s\:hover\:-m-45:hover {
    margin: -45px;
  }

  .s\:hover\:-m-48:hover {
    margin: -48px;
  }

  .s\:hover\:-m-50:hover {
    margin: -50px;
  }

  .s\:hover\:-m-55:hover {
    margin: -55px;
  }

  .s\:hover\:-m-56:hover {
    margin: -56px;
  }

  .s\:hover\:-m-60:hover {
    margin: -60px;
  }

  .s\:hover\:-m-62:hover {
    margin: -62px;
  }

  .s\:hover\:-m-64:hover {
    margin: -64px;
  }

  .s\:hover\:-m-65:hover {
    margin: -65px;
  }

  .s\:hover\:-m-70:hover {
    margin: -70px;
  }

  .s\:hover\:-m-75:hover {
    margin: -75px;
  }

  .s\:hover\:-m-80:hover {
    margin: -80px;
  }

  .s\:hover\:-m-85:hover {
    margin: -85px;
  }

  .s\:hover\:-m-90:hover {
    margin: -90px;
  }

  .s\:hover\:-m-95:hover {
    margin: -95px;
  }

  .s\:hover\:-m-96:hover {
    margin: -96px;
  }

  .s\:hover\:-m-100:hover {
    margin: -100px;
  }

  .s\:hover\:-m-110:hover {
    margin: -110px;
  }

  .s\:hover\:-m-115:hover {
    margin: -115px;
  }

  .s\:hover\:-m-120:hover {
    margin: -120px;
  }

  .s\:hover\:-m-128:hover {
    margin: -128px;
  }

  .s\:hover\:-m-135:hover {
    margin: -135px;
  }

  .s\:hover\:-m-140:hover {
    margin: -140px;
  }

  .s\:hover\:-m-145:hover {
    margin: -145px;
  }

  .s\:hover\:-m-150:hover {
    margin: -150px;
  }

  .s\:hover\:-m-160:hover {
    margin: -160px;
  }

  .s\:hover\:-m-165:hover {
    margin: -165px;
  }

  .s\:hover\:-m-168:hover {
    margin: -168px;
  }

  .s\:hover\:-m-170:hover {
    margin: -170px;
  }

  .s\:hover\:-m-180:hover {
    margin: -180px;
  }

  .s\:hover\:-m-200:hover {
    margin: -200px;
  }

  .s\:hover\:-m-220:hover {
    margin: -220px;
  }

  .s\:hover\:-m-230:hover {
    margin: -230px;
  }

  .s\:hover\:-m-235:hover {
    margin: -235px;
  }

  .s\:hover\:-m-240:hover {
    margin: -240px;
  }

  .s\:hover\:-m-250:hover {
    margin: -250px;
  }

  .s\:hover\:-m-300:hover {
    margin: -300px;
  }

  .s\:hover\:-m-320:hover {
    margin: -320px;
  }

  .s\:hover\:-m-350:hover {
    margin: -350px;
  }

  .s\:hover\:-m-375:hover {
    margin: -375px;
  }

  .s\:hover\:-m-400:hover {
    margin: -400px;
  }

  .s\:hover\:-m-450:hover {
    margin: -450px;
  }

  .s\:hover\:-m-700:hover {
    margin: -700px;
  }

  .s\:hover\:-m-px:hover {
    margin: -1px;
  }

  .s\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .s\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .s\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .s\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .s\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .s\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .s\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .s\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .s\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .s\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .s\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .s\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .s\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .s\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .s\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .s\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .s\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .s\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .s\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .s\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .s\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .s\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .s\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .s\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .s\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .s\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .s\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .s\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .s\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .s\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .s\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .s\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .s\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .s\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .s\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .s\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .s\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .s\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .s\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .s\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .s\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .s\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .s\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .s\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .s\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .s\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .s\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .s\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .s\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .s\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .s\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .s\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .s\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .s\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .s\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .s\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .s\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .s\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .s\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .s\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .s\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .s\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .s\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .s\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .s\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .s\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .s\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .s\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .s\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .s\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .s\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .s\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .s\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .s\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .s\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .s\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .s\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .s\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .s\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .s\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .s\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .s\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .s\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .s\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .s\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .s\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .s\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .s\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .s\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .s\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .s\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .s\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .s\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .s\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .s\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .s\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .s\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .s\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .s\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .s\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .s\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .s\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .s\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .s\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .s\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .s\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .s\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .s\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .s\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .s\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .s\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .s\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .s\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .s\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .s\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .s\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .s\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .s\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .s\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .s\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .s\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .s\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .s\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .s\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .s\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .s\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .s\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .s\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .s\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .s\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .s\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .s\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .s\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .s\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .s\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .s\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .s\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .s\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .s\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .s\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .s\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .s\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .s\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .s\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .s\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .s\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .s\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .s\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .s\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .s\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .s\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .s\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .s\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .s\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .s\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .s\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .s\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .s\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .s\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .s\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .s\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .s\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .s\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .s\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .s\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .s\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .s\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .s\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .s\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .s\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .s\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .s\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .s\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .s\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .s\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .s\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .s\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .s\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .s\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .s\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .s\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .s\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .s\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .s\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .s\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .s\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .s\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .s\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .s\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .s\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .s\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .s\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .s\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .s\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .s\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .s\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .s\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .s\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .s\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .s\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .s\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .s\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .s\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .s\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .s\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .s\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .s\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .s\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .s\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .s\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .s\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .s\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .s\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .s\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .s\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .s\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .s\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .s\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .s\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .s\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .s\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .s\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .s\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .s\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .s\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .s\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .s\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .s\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .s\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .s\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .s\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .s\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .s\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .s\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .s\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .s\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .s\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .s\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .s\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .s\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .s\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .s\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .s\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .s\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .s\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .s\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .s\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .s\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .s\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .s\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .s\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .s\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .s\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .s\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .s\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .s\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .s\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .s\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .s\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .s\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .s\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .s\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .s\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .s\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .s\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .s\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .s\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .s\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .s\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .s\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .s\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .s\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .s\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .s\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .s\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .s\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .s\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .s\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .s\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .s\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .s\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .s\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .s\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .s\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .s\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .s\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .s\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .s\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .s\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .s\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .s\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .s\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .s\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .s\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .s\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .s\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .s\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .s\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .s\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .s\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .s\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .s\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .s\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .s\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .s\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .s\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .s\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .s\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .s\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .s\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .s\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .s\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .s\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .s\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .s\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .s\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .s\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .s\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .s\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .s\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .s\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .s\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .s\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .s\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .s\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .s\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .s\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .s\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .s\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .s\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .s\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .s\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .s\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .s\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .s\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .s\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .s\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .s\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .s\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .s\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .s\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .s\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .s\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .s\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .s\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .s\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .s\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .s\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .s\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .s\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .s\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .s\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .s\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .s\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .s\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .s\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .s\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .s\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .s\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .s\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .s\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .s\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .s\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .s\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .s\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .s\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .s\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .s\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .s\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .s\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .s\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .s\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .s\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .s\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .s\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .s\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .s\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .s\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .s\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .s\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .s\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .s\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .s\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .s\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .s\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .s\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .s\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .s\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .s\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .s\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .s\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .s\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .s\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .s\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .s\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .s\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .s\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .s\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .s\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .s\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .s\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .s\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .s\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .s\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .s\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .s\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .s\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .s\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .s\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .s\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .s\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .s\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .s\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .s\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .s\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .s\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .s\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .s\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .s\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .s\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .s\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .s\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .s\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .s\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .s\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .s\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .s\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .s\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .s\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .s\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .s\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .s\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .s\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .s\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .s\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .s\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .s\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .s\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .s\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .s\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .s\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .s\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .s\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .s\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .s\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .s\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .s\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .s\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .s\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .s\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .s\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .s\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .s\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .s\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .s\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .s\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .s\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .s\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .s\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .s\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .s\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .s\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .s\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .s\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .s\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .s\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .s\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .s\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .s\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .s\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .s\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .s\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .s\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .s\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .s\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .s\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .s\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .s\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .s\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .s\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .s\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .s\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .s\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .s\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .s\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .s\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .s\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .s\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .s\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .s\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .s\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .s\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .s\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .s\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .s\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .s\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .s\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .s\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .s\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .s\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .s\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .s\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .s\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .s\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .s\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .s\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .s\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .s\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .s\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .s\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .s\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .s\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .s\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .s\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .s\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .s\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .s\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .s\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .s\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .s\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .s\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .s\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .s\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .s\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .s\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .s\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .s\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .s\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .s\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .s\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .s\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .s\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .s\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .s\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .s\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .s\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .s\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .s\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .s\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .s\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .s\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .s\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .s\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .s\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .s\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .s\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .s\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .s\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .s\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .s\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .s\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .s\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .s\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .s\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .s\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .s\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .s\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .s\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .s\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .s\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .s\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .s\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .s\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .s\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .s\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .s\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .s\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .s\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .s\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .s\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .s\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .s\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .s\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .s\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .s\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .s\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .s\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .s\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .s\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .s\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .s\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .s\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .s\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .s\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .s\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .s\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .s\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .s\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .s\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .s\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .s\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .s\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .s\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .s\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .s\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .s\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .s\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .s\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .s\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .s\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .s\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .s\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .s\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .s\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .s\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .s\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .s\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .s\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .s\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .s\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .s\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .s\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .s\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .s\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .s\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .s\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .s\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .s\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .s\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .s\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .s\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .s\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .s\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .s\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .s\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .s\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .s\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .s\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .s\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .s\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .s\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .s\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .s\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .s\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .s\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .s\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .s\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .s\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .s\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .s\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .s\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .s\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .s\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .s\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .s\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .s\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .s\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .s\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .s\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .s\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .s\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .s\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .s\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .s\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .s\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .s\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .s\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .s\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .s\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .s\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .s\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .s\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .s\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .s\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .s\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .s\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .s\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .s\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .s\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .s\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .s\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .s\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .s\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .s\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .s\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .s\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .s\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .s\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .s\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .s\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .s\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .s\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .s\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .s\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .s\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .s\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .s\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .s\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .s\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .s\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .s\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .s\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .s\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .s\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .s\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .s\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .s\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .s\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .s\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .s\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .s\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .s\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .s\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .s\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .s\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .s\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .s\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .s\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .s\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .s\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .s\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .s\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .s\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .s\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .s\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .s\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .s\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .s\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .s\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .s\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .s\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .s\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .s\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .s\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .s\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .s\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .s\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .s\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .s\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .s\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .s\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .s\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .s\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .s\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .s\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .s\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .s\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .s\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .s\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .s\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .s\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .s\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .s\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .s\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .s\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .s\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .s\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .s\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .s\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .s\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .s\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .s\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .s\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .s\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .s\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .s\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .s\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .s\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .s\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .s\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .s\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .s\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .s\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .s\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .s\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .s\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .s\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .s\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .s\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .s\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .s\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .s\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .s\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .s\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .s\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .s\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .s\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .s\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .s\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .s\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .s\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .s\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .s\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .s\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .s\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .s\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .s\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .s\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .s\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .s\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .s\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .s\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .s\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .s\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .s\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .s\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .s\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .s\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .s\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .s\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .s\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .s\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .s\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .s\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .s\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .s\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .s\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .s\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .s\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .s\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .s\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .s\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .s\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .s\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .s\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .s\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .s\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .s\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .s\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .s\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .s\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .s\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .s\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .s\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .s\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .s\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .s\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .s\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .s\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .s\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .s\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .s\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .s\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .s\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .s\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .s\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .s\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .s\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .s\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .s\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .s\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .s\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .s\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .s\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .s\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .s\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .s\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .s\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .s\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .s\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .s\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .s\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .s\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .s\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .s\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .s\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .s\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .s\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .s\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .s\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .s\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .s\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .s\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .s\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .s\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .s\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .s\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .s\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .s\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .s\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .s\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .s\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .s\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .s\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .s\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .s\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .s\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .s\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .s\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .s\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .s\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .s\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .s\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .s\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .s\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .s\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .s\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .s\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .s\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .s\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .s\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .s\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .s\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .s\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .s\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .s\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .s\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .s\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .s\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .s\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .s\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .s\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .s\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .s\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .s\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .s\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .s\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .s\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .s\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .s\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .s\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .s\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .s\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .s\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .s\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .s\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .s\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .s\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .s\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .s\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .s\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .s\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .s\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .s\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .s\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .s\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .s\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .s\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .s\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .s\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .s\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .s\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .s\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .s\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .s\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .s\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .s\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .s\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .s\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .s\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .s\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .s\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .s\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .s\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .s\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .s\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .s\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .s\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .s\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .s\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .s\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .s\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .s\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .s\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .s\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .s\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .s\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .s\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .s\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .s\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .s\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .s\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .s\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .s\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .s\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .s\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .s\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .s\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .s\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .s\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .s\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .s\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .s\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .s\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .s\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .s\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .s\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .s\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .s\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .s\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .s\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .s\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .s\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .s\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .s\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .s\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .s\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .s\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .s\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .s\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .s\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .s\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .s\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .s\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .s\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .s\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .s\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .s\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .s\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .s\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .s\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .s\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .s\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .s\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .s\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .s\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .s\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .s\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .s\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .s\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .s\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .s\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .s\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .s\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .s\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .s\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .s\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .s\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .s\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .s\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .s\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .s\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .s\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .s\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .s\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .s\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .s\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .s\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .s\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .s\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .s\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .s\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .s\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .s\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .s\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .s\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .s\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .s\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .s\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .s\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .s\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .s\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .s\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .s\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .s\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .s\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .s\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .s\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .s\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .s\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .s\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .s\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .s\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .s\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .s\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .s\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .s\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .s\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .s\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .s\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .s\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .s\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .s\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .s\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .s\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .s\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .s\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .s\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .s\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .s\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .s\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .s\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .s\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .s\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .s\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .s\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .s\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .s\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .s\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .s\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .s\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .s\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .s\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .s\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .s\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .s\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .s\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .s\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .s\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .s\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .s\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .s\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .s\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .s\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .s\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .s\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .s\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .s\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .s\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .s\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .s\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .s\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .s\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .s\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .s\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .s\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .s\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .s\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .s\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .s\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .s\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .s\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .s\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .s\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .s\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .s\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .s\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .s\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .s\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .s\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .s\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .s\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .s\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .s\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .s\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .s\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .s\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .s\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .s\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .s\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .s\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .s\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .s\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .s\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .s\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .s\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .s\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .s\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .s\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .s\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .s\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .s\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .s\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .s\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .s\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .s\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .s\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .s\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .s\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .s\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .s\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .s\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .s\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .s\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .s\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .s\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .s\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .s\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .s\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .s\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .s\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .s\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .s\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .s\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .s\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .s\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .s\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .s\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .s\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .s\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .s\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .s\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .s\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .s\:focus\:m-0:focus {
    margin: 0px;
  }

  .s\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .s\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .s\:focus\:m-3:focus {
    margin: 3px;
  }

  .s\:focus\:m-4:focus {
    margin: 4px;
  }

  .s\:focus\:m-5:focus {
    margin: 5px;
  }

  .s\:focus\:m-6:focus {
    margin: 6px;
  }

  .s\:focus\:m-8:focus {
    margin: 8px;
  }

  .s\:focus\:m-9:focus {
    margin: 9px;
  }

  .s\:focus\:m-10:focus {
    margin: 10px;
  }

  .s\:focus\:m-12:focus {
    margin: 12px;
  }

  .s\:focus\:m-13:focus {
    margin: 13px;
  }

  .s\:focus\:m-14:focus {
    margin: 14px;
  }

  .s\:focus\:m-15:focus {
    margin: 15px;
  }

  .s\:focus\:m-16:focus {
    margin: 16px;
  }

  .s\:focus\:m-17:focus {
    margin: 17px;
  }

  .s\:focus\:m-18:focus {
    margin: 18px;
  }

  .s\:focus\:m-20:focus {
    margin: 20px;
  }

  .s\:focus\:m-22:focus {
    margin: 22px;
  }

  .s\:focus\:m-24:focus {
    margin: 24px;
  }

  .s\:focus\:m-25:focus {
    margin: 25px;
  }

  .s\:focus\:m-28:focus {
    margin: 28px;
  }

  .s\:focus\:m-29:focus {
    margin: 29px;
  }

  .s\:focus\:m-30:focus {
    margin: 30px;
  }

  .s\:focus\:m-32:focus {
    margin: 32px;
  }

  .s\:focus\:m-35:focus {
    margin: 35px;
  }

  .s\:focus\:m-36:focus {
    margin: 36px;
  }

  .s\:focus\:m-37:focus {
    margin: 37px;
  }

  .s\:focus\:m-40:focus {
    margin: 40px;
  }

  .s\:focus\:m-45:focus {
    margin: 45px;
  }

  .s\:focus\:m-48:focus {
    margin: 48px;
  }

  .s\:focus\:m-50:focus {
    margin: 50px;
  }

  .s\:focus\:m-55:focus {
    margin: 55px;
  }

  .s\:focus\:m-56:focus {
    margin: 56px;
  }

  .s\:focus\:m-60:focus {
    margin: 60px;
  }

  .s\:focus\:m-62:focus {
    margin: 62px;
  }

  .s\:focus\:m-64:focus {
    margin: 64px;
  }

  .s\:focus\:m-65:focus {
    margin: 65px;
  }

  .s\:focus\:m-70:focus {
    margin: 70px;
  }

  .s\:focus\:m-75:focus {
    margin: 75px;
  }

  .s\:focus\:m-80:focus {
    margin: 80px;
  }

  .s\:focus\:m-85:focus {
    margin: 85px;
  }

  .s\:focus\:m-90:focus {
    margin: 90px;
  }

  .s\:focus\:m-95:focus {
    margin: 95px;
  }

  .s\:focus\:m-96:focus {
    margin: 96px;
  }

  .s\:focus\:m-100:focus {
    margin: 100px;
  }

  .s\:focus\:m-110:focus {
    margin: 110px;
  }

  .s\:focus\:m-115:focus {
    margin: 115px;
  }

  .s\:focus\:m-120:focus {
    margin: 120px;
  }

  .s\:focus\:m-128:focus {
    margin: 128px;
  }

  .s\:focus\:m-135:focus {
    margin: 135px;
  }

  .s\:focus\:m-140:focus {
    margin: 140px;
  }

  .s\:focus\:m-145:focus {
    margin: 145px;
  }

  .s\:focus\:m-150:focus {
    margin: 150px;
  }

  .s\:focus\:m-160:focus {
    margin: 160px;
  }

  .s\:focus\:m-165:focus {
    margin: 165px;
  }

  .s\:focus\:m-168:focus {
    margin: 168px;
  }

  .s\:focus\:m-170:focus {
    margin: 170px;
  }

  .s\:focus\:m-180:focus {
    margin: 180px;
  }

  .s\:focus\:m-200:focus {
    margin: 200px;
  }

  .s\:focus\:m-220:focus {
    margin: 220px;
  }

  .s\:focus\:m-230:focus {
    margin: 230px;
  }

  .s\:focus\:m-235:focus {
    margin: 235px;
  }

  .s\:focus\:m-240:focus {
    margin: 240px;
  }

  .s\:focus\:m-250:focus {
    margin: 250px;
  }

  .s\:focus\:m-300:focus {
    margin: 300px;
  }

  .s\:focus\:m-320:focus {
    margin: 320px;
  }

  .s\:focus\:m-350:focus {
    margin: 350px;
  }

  .s\:focus\:m-375:focus {
    margin: 375px;
  }

  .s\:focus\:m-400:focus {
    margin: 400px;
  }

  .s\:focus\:m-450:focus {
    margin: 450px;
  }

  .s\:focus\:m-700:focus {
    margin: 700px;
  }

  .s\:focus\:m-auto:focus {
    margin: auto;
  }

  .s\:focus\:m-px:focus {
    margin: 1px;
  }

  .s\:focus\:m-1p:focus {
    margin: 1%;
  }

  .s\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .s\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .s\:focus\:m-11p:focus {
    margin: 11%;
  }

  .s\:focus\:m-20p:focus {
    margin: 20%;
  }

  .s\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .s\:focus\:m-25p:focus {
    margin: 25%;
  }

  .s\:focus\:m-32p:focus {
    margin: 32%;
  }

  .s\:focus\:m-35p:focus {
    margin: 35%;
  }

  .s\:focus\:m-40p:focus {
    margin: 40%;
  }

  .s\:focus\:m-49p:focus {
    margin: 49%;
  }

  .s\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .s\:focus\:m-80p:focus {
    margin: 80%;
  }

  .s\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .s\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .s\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .s\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .s\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .s\:focus\:m-90p:focus {
    margin: 90%;
  }

  .s\:focus\:m-92p:focus {
    margin: 92%;
  }

  .s\:focus\:m-93p:focus {
    margin: 93%;
  }

  .s\:focus\:m-94p:focus {
    margin: 94%;
  }

  .s\:focus\:m-95p:focus {
    margin: 95%;
  }

  .s\:focus\:m-96p:focus {
    margin: 96%;
  }

  .s\:focus\:m-100p:focus {
    margin: 100%;
  }

  .s\:focus\:-m-0:focus {
    margin: 0px;
  }

  .s\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .s\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .s\:focus\:-m-3:focus {
    margin: -3px;
  }

  .s\:focus\:-m-4:focus {
    margin: -4px;
  }

  .s\:focus\:-m-5:focus {
    margin: -5px;
  }

  .s\:focus\:-m-6:focus {
    margin: -6px;
  }

  .s\:focus\:-m-8:focus {
    margin: -8px;
  }

  .s\:focus\:-m-9:focus {
    margin: -9px;
  }

  .s\:focus\:-m-10:focus {
    margin: -10px;
  }

  .s\:focus\:-m-12:focus {
    margin: -12px;
  }

  .s\:focus\:-m-13:focus {
    margin: -13px;
  }

  .s\:focus\:-m-14:focus {
    margin: -14px;
  }

  .s\:focus\:-m-15:focus {
    margin: -15px;
  }

  .s\:focus\:-m-16:focus {
    margin: -16px;
  }

  .s\:focus\:-m-17:focus {
    margin: -17px;
  }

  .s\:focus\:-m-18:focus {
    margin: -18px;
  }

  .s\:focus\:-m-20:focus {
    margin: -20px;
  }

  .s\:focus\:-m-22:focus {
    margin: -22px;
  }

  .s\:focus\:-m-24:focus {
    margin: -24px;
  }

  .s\:focus\:-m-25:focus {
    margin: -25px;
  }

  .s\:focus\:-m-28:focus {
    margin: -28px;
  }

  .s\:focus\:-m-29:focus {
    margin: -29px;
  }

  .s\:focus\:-m-30:focus {
    margin: -30px;
  }

  .s\:focus\:-m-32:focus {
    margin: -32px;
  }

  .s\:focus\:-m-35:focus {
    margin: -35px;
  }

  .s\:focus\:-m-36:focus {
    margin: -36px;
  }

  .s\:focus\:-m-37:focus {
    margin: -37px;
  }

  .s\:focus\:-m-40:focus {
    margin: -40px;
  }

  .s\:focus\:-m-45:focus {
    margin: -45px;
  }

  .s\:focus\:-m-48:focus {
    margin: -48px;
  }

  .s\:focus\:-m-50:focus {
    margin: -50px;
  }

  .s\:focus\:-m-55:focus {
    margin: -55px;
  }

  .s\:focus\:-m-56:focus {
    margin: -56px;
  }

  .s\:focus\:-m-60:focus {
    margin: -60px;
  }

  .s\:focus\:-m-62:focus {
    margin: -62px;
  }

  .s\:focus\:-m-64:focus {
    margin: -64px;
  }

  .s\:focus\:-m-65:focus {
    margin: -65px;
  }

  .s\:focus\:-m-70:focus {
    margin: -70px;
  }

  .s\:focus\:-m-75:focus {
    margin: -75px;
  }

  .s\:focus\:-m-80:focus {
    margin: -80px;
  }

  .s\:focus\:-m-85:focus {
    margin: -85px;
  }

  .s\:focus\:-m-90:focus {
    margin: -90px;
  }

  .s\:focus\:-m-95:focus {
    margin: -95px;
  }

  .s\:focus\:-m-96:focus {
    margin: -96px;
  }

  .s\:focus\:-m-100:focus {
    margin: -100px;
  }

  .s\:focus\:-m-110:focus {
    margin: -110px;
  }

  .s\:focus\:-m-115:focus {
    margin: -115px;
  }

  .s\:focus\:-m-120:focus {
    margin: -120px;
  }

  .s\:focus\:-m-128:focus {
    margin: -128px;
  }

  .s\:focus\:-m-135:focus {
    margin: -135px;
  }

  .s\:focus\:-m-140:focus {
    margin: -140px;
  }

  .s\:focus\:-m-145:focus {
    margin: -145px;
  }

  .s\:focus\:-m-150:focus {
    margin: -150px;
  }

  .s\:focus\:-m-160:focus {
    margin: -160px;
  }

  .s\:focus\:-m-165:focus {
    margin: -165px;
  }

  .s\:focus\:-m-168:focus {
    margin: -168px;
  }

  .s\:focus\:-m-170:focus {
    margin: -170px;
  }

  .s\:focus\:-m-180:focus {
    margin: -180px;
  }

  .s\:focus\:-m-200:focus {
    margin: -200px;
  }

  .s\:focus\:-m-220:focus {
    margin: -220px;
  }

  .s\:focus\:-m-230:focus {
    margin: -230px;
  }

  .s\:focus\:-m-235:focus {
    margin: -235px;
  }

  .s\:focus\:-m-240:focus {
    margin: -240px;
  }

  .s\:focus\:-m-250:focus {
    margin: -250px;
  }

  .s\:focus\:-m-300:focus {
    margin: -300px;
  }

  .s\:focus\:-m-320:focus {
    margin: -320px;
  }

  .s\:focus\:-m-350:focus {
    margin: -350px;
  }

  .s\:focus\:-m-375:focus {
    margin: -375px;
  }

  .s\:focus\:-m-400:focus {
    margin: -400px;
  }

  .s\:focus\:-m-450:focus {
    margin: -450px;
  }

  .s\:focus\:-m-700:focus {
    margin: -700px;
  }

  .s\:focus\:-m-px:focus {
    margin: -1px;
  }

  .s\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .s\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .s\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .s\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .s\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .s\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .s\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .s\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .s\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .s\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .s\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .s\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .s\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .s\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .s\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .s\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .s\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .s\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .s\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .s\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .s\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .s\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .s\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .s\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .s\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .s\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .s\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .s\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .s\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .s\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .s\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .s\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .s\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .s\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .s\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .s\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .s\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .s\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .s\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .s\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .s\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .s\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .s\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .s\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .s\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .s\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .s\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .s\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .s\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .s\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .s\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .s\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .s\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .s\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .s\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .s\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .s\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .s\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .s\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .s\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .s\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .s\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .s\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .s\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .s\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .s\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .s\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .s\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .s\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .s\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .s\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .s\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .s\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .s\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .s\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .s\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .s\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .s\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .s\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .s\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .s\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .s\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .s\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .s\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .s\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .s\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .s\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .s\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .s\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .s\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .s\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .s\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .s\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .s\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .s\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .s\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .s\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .s\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .s\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .s\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .s\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .s\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .s\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .s\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .s\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .s\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .s\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .s\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .s\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .s\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .s\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .s\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .s\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .s\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .s\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .s\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .s\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .s\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .s\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .s\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .s\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .s\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .s\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .s\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .s\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .s\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .s\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .s\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .s\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .s\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .s\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .s\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .s\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .s\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .s\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .s\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .s\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .s\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .s\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .s\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .s\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .s\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .s\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .s\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .s\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .s\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .s\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .s\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .s\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .s\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .s\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .s\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .s\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .s\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .s\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .s\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .s\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .s\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .s\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .s\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .s\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .s\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .s\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .s\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .s\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .s\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .s\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .s\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .s\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .s\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .s\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .s\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .s\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .s\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .s\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .s\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .s\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .s\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .s\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .s\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .s\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .s\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .s\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .s\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .s\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .s\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .s\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .s\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .s\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .s\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .s\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .s\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .s\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .s\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .s\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .s\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .s\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .s\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .s\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .s\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .s\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .s\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .s\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .s\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .s\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .s\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .s\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .s\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .s\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .s\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .s\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .s\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .s\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .s\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .s\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .s\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .s\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .s\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .s\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .s\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .s\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .s\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .s\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .s\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .s\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .s\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .s\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .s\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .s\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .s\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .s\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .s\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .s\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .s\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .s\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .s\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .s\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .s\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .s\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .s\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .s\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .s\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .s\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .s\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .s\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .s\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .s\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .s\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .s\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .s\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .s\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .s\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .s\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .s\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .s\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .s\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .s\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .s\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .s\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .s\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .s\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .s\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .s\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .s\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .s\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .s\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .s\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .s\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .s\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .s\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .s\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .s\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .s\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .s\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .s\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .s\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .s\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .s\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .s\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .s\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .s\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .s\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .s\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .s\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .s\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .s\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .s\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .s\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .s\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .s\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .s\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .s\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .s\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .s\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .s\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .s\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .s\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .s\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .s\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .s\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .s\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .s\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .s\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .s\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .s\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .s\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .s\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .s\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .s\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .s\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .s\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .s\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .s\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .s\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .s\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .s\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .s\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .s\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .s\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .s\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .s\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .s\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .s\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .s\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .s\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .s\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .s\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .s\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .s\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .s\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .s\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .s\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .s\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .s\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .s\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .s\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .s\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .s\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .s\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .s\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .s\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .s\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .s\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .s\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .s\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .s\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .s\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .s\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .s\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .s\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .s\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .s\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .s\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .s\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .s\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .s\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .s\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .s\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .s\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .s\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .s\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .s\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .s\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .s\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .s\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .s\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .s\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .s\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .s\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .s\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .s\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .s\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .s\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .s\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .s\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .s\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .s\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .s\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .s\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .s\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .s\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .s\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .s\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .s\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .s\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .s\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .s\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .s\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .s\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .s\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .s\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .s\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .s\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .s\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .s\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .s\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .s\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .s\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .s\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .s\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .s\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .s\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .s\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .s\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .s\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .s\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .s\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .s\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .s\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .s\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .s\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .s\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .s\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .s\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .s\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .s\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .s\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .s\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .s\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .s\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .s\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .s\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .s\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .s\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .s\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .s\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .s\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .s\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .s\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .s\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .s\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .s\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .s\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .s\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .s\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .s\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .s\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .s\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .s\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .s\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .s\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .s\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .s\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .s\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .s\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .s\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .s\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .s\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .s\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .s\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .s\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .s\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .s\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .s\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .s\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .s\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .s\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .s\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .s\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .s\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .s\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .s\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .s\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .s\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .s\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .s\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .s\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .s\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .s\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .s\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .s\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .s\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .s\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .s\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .s\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .s\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .s\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .s\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .s\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .s\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .s\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .s\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .s\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .s\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .s\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .s\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .s\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .s\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .s\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .s\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .s\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .s\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .s\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .s\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .s\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .s\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .s\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .s\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .s\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .s\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .s\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .s\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .s\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .s\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .s\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .s\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .s\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .s\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .s\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .s\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .s\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .s\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .s\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .s\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .s\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .s\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .s\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .s\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .s\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .s\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .s\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .s\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .s\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .s\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .s\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .s\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .s\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .s\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .s\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .s\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .s\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .s\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .s\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .s\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .s\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .s\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .s\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .s\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .s\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .s\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .s\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .s\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .s\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .s\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .s\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .s\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .s\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .s\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .s\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .s\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .s\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .s\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .s\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .s\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .s\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .s\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .s\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .s\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .s\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .s\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .s\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .s\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .s\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .s\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .s\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .s\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .s\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .s\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .s\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .s\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .s\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .s\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .s\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .s\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .s\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .s\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .s\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .s\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .s\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .s\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .s\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .s\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .s\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .s\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .s\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .s\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .s\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .s\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .s\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .s\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .s\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .s\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .s\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .s\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .s\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .s\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .s\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .s\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .s\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .s\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .s\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .s\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .s\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .s\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .s\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .s\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .s\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .s\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .s\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .s\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .s\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .s\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .s\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .s\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .s\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .s\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .s\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .s\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .s\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .s\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .s\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .s\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .s\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .s\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .s\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .s\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .s\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .s\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .s\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .s\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .s\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .s\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .s\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .s\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .s\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .s\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .s\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .s\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .s\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .s\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .s\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .s\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .s\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .s\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .s\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .s\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .s\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .s\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .s\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .s\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .s\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .s\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .s\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .s\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .s\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .s\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .s\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .s\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .s\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .s\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .s\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .s\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .s\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .s\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .s\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .s\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .s\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .s\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .s\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .s\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .s\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .s\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .s\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .s\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .s\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .s\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .s\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .s\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .s\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .s\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .s\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .s\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .s\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .s\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .s\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .s\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .s\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .s\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .s\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .s\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .s\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .s\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .s\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .s\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .s\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .s\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .s\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .s\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .s\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .s\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .s\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .s\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .s\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .s\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .s\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .s\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .s\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .s\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .s\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .s\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .s\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .s\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .s\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .s\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .s\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .s\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .s\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .s\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .s\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .s\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .s\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .s\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .s\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .s\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .s\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .s\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .s\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .s\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .s\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .s\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .s\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .s\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .s\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .s\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .s\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .s\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .s\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .s\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .s\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .s\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .s\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .s\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .s\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .s\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .s\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .s\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .s\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .s\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .s\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .s\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .s\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .s\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .s\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .s\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .s\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .s\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .s\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .s\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .s\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .s\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .s\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .s\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .s\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .s\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .s\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .s\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .s\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .s\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .s\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .s\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .s\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .s\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .s\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .s\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .s\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .s\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .s\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .s\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .s\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .s\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .s\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .s\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .s\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .s\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .s\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .s\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .s\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .s\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .s\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .s\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .s\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .s\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .s\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .s\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .s\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .s\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .s\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .s\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .s\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .s\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .s\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .s\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .s\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .s\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .s\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .s\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .s\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .s\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .s\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .s\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .s\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .s\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .s\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .s\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .s\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .s\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .s\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .s\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .s\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .s\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .s\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .s\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .s\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .s\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .s\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .s\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .s\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .s\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .s\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .s\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .s\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .s\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .s\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .s\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .s\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .s\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .s\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .s\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .s\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .s\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .s\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .s\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .s\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .s\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .s\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .s\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .s\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .s\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .s\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .s\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .s\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .s\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .s\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .s\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .s\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .s\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .s\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .s\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .s\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .s\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .s\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .s\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .s\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .s\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .s\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .s\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .s\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .s\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .s\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .s\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .s\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .s\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .s\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .s\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .s\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .s\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .s\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .s\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .s\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .s\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .s\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .s\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .s\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .s\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .s\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .s\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .s\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .s\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .s\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .s\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .s\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .s\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .s\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .s\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .s\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .s\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .s\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .s\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .s\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .s\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .s\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .s\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .s\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .s\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .s\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .s\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .s\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .s\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .s\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .s\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .s\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .s\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .s\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .s\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .s\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .s\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .s\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .s\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .s\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .s\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .s\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .s\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .s\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .s\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .s\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .s\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .s\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .s\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .s\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .s\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .s\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .s\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .s\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .s\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .s\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .s\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .s\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .s\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .s\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .s\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .s\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .s\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .s\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .s\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .s\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .s\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .s\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .s\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .s\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .s\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .s\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .s\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .s\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .s\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .s\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .s\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .s\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .s\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .s\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .s\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .s\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .s\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .s\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .s\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .s\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .s\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .s\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .s\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .s\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .s\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .s\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .s\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .s\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .s\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .s\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .s\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .s\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .s\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .s\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .s\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .s\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .s\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .s\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .s\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .s\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .s\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .s\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .s\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .s\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .s\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .s\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .s\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .s\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .s\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .s\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .s\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .s\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .s\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .s\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .s\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .s\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .s\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .s\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .s\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .s\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .s\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .s\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .s\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .s\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .s\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .s\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .s\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .s\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .s\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .s\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .s\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .s\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .s\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .s\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .s\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .s\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .s\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .s\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .s\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .s\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .s\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .s\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .s\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .s\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .s\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .s\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .s\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .s\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .s\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .s\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .s\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .s\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .s\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .s\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .s\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .s\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .s\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .s\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .s\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .s\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .s\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .s\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .s\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .s\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .s\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .s\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .s\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .s\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .s\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .s\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .s\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .s\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .s\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .s\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .s\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .s\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .s\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .s\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .s\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .s\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .s\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .s\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .s\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .s\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .s\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .s\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .s\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .s\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .s\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .s\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .s\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .s\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .s\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .s\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .s\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .s\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .s\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .s\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .s\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .s\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .s\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .s\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .s\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .s\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .s\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .s\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .s\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .s\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .s\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .s\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .s\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .s\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .s\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .s\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .s\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .s\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .s\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .s\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .s\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .s\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .s\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .s\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .s\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .s\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .s\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .s\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .s\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .s\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .s\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .s\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .s\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .s\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .s\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .s\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .s\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .s\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .s\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .s\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .s\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .s\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .s\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .s\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .s\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .s\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .s\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .s\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .s\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .s\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .s\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .s\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .s\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .s\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .s\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .s\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .s\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .s\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .s\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .s\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .s\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .s\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .s\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .s\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .s\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .s\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .s\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .s\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .s\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .s\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .s\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .s\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .s\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .s\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .s\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .s\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .s\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .s\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .s\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .s\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .s\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .s\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .s\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .s\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .s\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .s\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .s\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .s\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .s\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .s\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .s\:first\:m-0:first-child {
    margin: 0px;
  }

  .s\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .s\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .s\:first\:m-3:first-child {
    margin: 3px;
  }

  .s\:first\:m-4:first-child {
    margin: 4px;
  }

  .s\:first\:m-5:first-child {
    margin: 5px;
  }

  .s\:first\:m-6:first-child {
    margin: 6px;
  }

  .s\:first\:m-8:first-child {
    margin: 8px;
  }

  .s\:first\:m-9:first-child {
    margin: 9px;
  }

  .s\:first\:m-10:first-child {
    margin: 10px;
  }

  .s\:first\:m-12:first-child {
    margin: 12px;
  }

  .s\:first\:m-13:first-child {
    margin: 13px;
  }

  .s\:first\:m-14:first-child {
    margin: 14px;
  }

  .s\:first\:m-15:first-child {
    margin: 15px;
  }

  .s\:first\:m-16:first-child {
    margin: 16px;
  }

  .s\:first\:m-17:first-child {
    margin: 17px;
  }

  .s\:first\:m-18:first-child {
    margin: 18px;
  }

  .s\:first\:m-20:first-child {
    margin: 20px;
  }

  .s\:first\:m-22:first-child {
    margin: 22px;
  }

  .s\:first\:m-24:first-child {
    margin: 24px;
  }

  .s\:first\:m-25:first-child {
    margin: 25px;
  }

  .s\:first\:m-28:first-child {
    margin: 28px;
  }

  .s\:first\:m-29:first-child {
    margin: 29px;
  }

  .s\:first\:m-30:first-child {
    margin: 30px;
  }

  .s\:first\:m-32:first-child {
    margin: 32px;
  }

  .s\:first\:m-35:first-child {
    margin: 35px;
  }

  .s\:first\:m-36:first-child {
    margin: 36px;
  }

  .s\:first\:m-37:first-child {
    margin: 37px;
  }

  .s\:first\:m-40:first-child {
    margin: 40px;
  }

  .s\:first\:m-45:first-child {
    margin: 45px;
  }

  .s\:first\:m-48:first-child {
    margin: 48px;
  }

  .s\:first\:m-50:first-child {
    margin: 50px;
  }

  .s\:first\:m-55:first-child {
    margin: 55px;
  }

  .s\:first\:m-56:first-child {
    margin: 56px;
  }

  .s\:first\:m-60:first-child {
    margin: 60px;
  }

  .s\:first\:m-62:first-child {
    margin: 62px;
  }

  .s\:first\:m-64:first-child {
    margin: 64px;
  }

  .s\:first\:m-65:first-child {
    margin: 65px;
  }

  .s\:first\:m-70:first-child {
    margin: 70px;
  }

  .s\:first\:m-75:first-child {
    margin: 75px;
  }

  .s\:first\:m-80:first-child {
    margin: 80px;
  }

  .s\:first\:m-85:first-child {
    margin: 85px;
  }

  .s\:first\:m-90:first-child {
    margin: 90px;
  }

  .s\:first\:m-95:first-child {
    margin: 95px;
  }

  .s\:first\:m-96:first-child {
    margin: 96px;
  }

  .s\:first\:m-100:first-child {
    margin: 100px;
  }

  .s\:first\:m-110:first-child {
    margin: 110px;
  }

  .s\:first\:m-115:first-child {
    margin: 115px;
  }

  .s\:first\:m-120:first-child {
    margin: 120px;
  }

  .s\:first\:m-128:first-child {
    margin: 128px;
  }

  .s\:first\:m-135:first-child {
    margin: 135px;
  }

  .s\:first\:m-140:first-child {
    margin: 140px;
  }

  .s\:first\:m-145:first-child {
    margin: 145px;
  }

  .s\:first\:m-150:first-child {
    margin: 150px;
  }

  .s\:first\:m-160:first-child {
    margin: 160px;
  }

  .s\:first\:m-165:first-child {
    margin: 165px;
  }

  .s\:first\:m-168:first-child {
    margin: 168px;
  }

  .s\:first\:m-170:first-child {
    margin: 170px;
  }

  .s\:first\:m-180:first-child {
    margin: 180px;
  }

  .s\:first\:m-200:first-child {
    margin: 200px;
  }

  .s\:first\:m-220:first-child {
    margin: 220px;
  }

  .s\:first\:m-230:first-child {
    margin: 230px;
  }

  .s\:first\:m-235:first-child {
    margin: 235px;
  }

  .s\:first\:m-240:first-child {
    margin: 240px;
  }

  .s\:first\:m-250:first-child {
    margin: 250px;
  }

  .s\:first\:m-300:first-child {
    margin: 300px;
  }

  .s\:first\:m-320:first-child {
    margin: 320px;
  }

  .s\:first\:m-350:first-child {
    margin: 350px;
  }

  .s\:first\:m-375:first-child {
    margin: 375px;
  }

  .s\:first\:m-400:first-child {
    margin: 400px;
  }

  .s\:first\:m-450:first-child {
    margin: 450px;
  }

  .s\:first\:m-700:first-child {
    margin: 700px;
  }

  .s\:first\:m-auto:first-child {
    margin: auto;
  }

  .s\:first\:m-px:first-child {
    margin: 1px;
  }

  .s\:first\:m-1p:first-child {
    margin: 1%;
  }

  .s\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .s\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .s\:first\:m-11p:first-child {
    margin: 11%;
  }

  .s\:first\:m-20p:first-child {
    margin: 20%;
  }

  .s\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .s\:first\:m-25p:first-child {
    margin: 25%;
  }

  .s\:first\:m-32p:first-child {
    margin: 32%;
  }

  .s\:first\:m-35p:first-child {
    margin: 35%;
  }

  .s\:first\:m-40p:first-child {
    margin: 40%;
  }

  .s\:first\:m-49p:first-child {
    margin: 49%;
  }

  .s\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .s\:first\:m-80p:first-child {
    margin: 80%;
  }

  .s\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .s\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .s\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .s\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .s\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .s\:first\:m-90p:first-child {
    margin: 90%;
  }

  .s\:first\:m-92p:first-child {
    margin: 92%;
  }

  .s\:first\:m-93p:first-child {
    margin: 93%;
  }

  .s\:first\:m-94p:first-child {
    margin: 94%;
  }

  .s\:first\:m-95p:first-child {
    margin: 95%;
  }

  .s\:first\:m-96p:first-child {
    margin: 96%;
  }

  .s\:first\:m-100p:first-child {
    margin: 100%;
  }

  .s\:first\:-m-0:first-child {
    margin: 0px;
  }

  .s\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .s\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .s\:first\:-m-3:first-child {
    margin: -3px;
  }

  .s\:first\:-m-4:first-child {
    margin: -4px;
  }

  .s\:first\:-m-5:first-child {
    margin: -5px;
  }

  .s\:first\:-m-6:first-child {
    margin: -6px;
  }

  .s\:first\:-m-8:first-child {
    margin: -8px;
  }

  .s\:first\:-m-9:first-child {
    margin: -9px;
  }

  .s\:first\:-m-10:first-child {
    margin: -10px;
  }

  .s\:first\:-m-12:first-child {
    margin: -12px;
  }

  .s\:first\:-m-13:first-child {
    margin: -13px;
  }

  .s\:first\:-m-14:first-child {
    margin: -14px;
  }

  .s\:first\:-m-15:first-child {
    margin: -15px;
  }

  .s\:first\:-m-16:first-child {
    margin: -16px;
  }

  .s\:first\:-m-17:first-child {
    margin: -17px;
  }

  .s\:first\:-m-18:first-child {
    margin: -18px;
  }

  .s\:first\:-m-20:first-child {
    margin: -20px;
  }

  .s\:first\:-m-22:first-child {
    margin: -22px;
  }

  .s\:first\:-m-24:first-child {
    margin: -24px;
  }

  .s\:first\:-m-25:first-child {
    margin: -25px;
  }

  .s\:first\:-m-28:first-child {
    margin: -28px;
  }

  .s\:first\:-m-29:first-child {
    margin: -29px;
  }

  .s\:first\:-m-30:first-child {
    margin: -30px;
  }

  .s\:first\:-m-32:first-child {
    margin: -32px;
  }

  .s\:first\:-m-35:first-child {
    margin: -35px;
  }

  .s\:first\:-m-36:first-child {
    margin: -36px;
  }

  .s\:first\:-m-37:first-child {
    margin: -37px;
  }

  .s\:first\:-m-40:first-child {
    margin: -40px;
  }

  .s\:first\:-m-45:first-child {
    margin: -45px;
  }

  .s\:first\:-m-48:first-child {
    margin: -48px;
  }

  .s\:first\:-m-50:first-child {
    margin: -50px;
  }

  .s\:first\:-m-55:first-child {
    margin: -55px;
  }

  .s\:first\:-m-56:first-child {
    margin: -56px;
  }

  .s\:first\:-m-60:first-child {
    margin: -60px;
  }

  .s\:first\:-m-62:first-child {
    margin: -62px;
  }

  .s\:first\:-m-64:first-child {
    margin: -64px;
  }

  .s\:first\:-m-65:first-child {
    margin: -65px;
  }

  .s\:first\:-m-70:first-child {
    margin: -70px;
  }

  .s\:first\:-m-75:first-child {
    margin: -75px;
  }

  .s\:first\:-m-80:first-child {
    margin: -80px;
  }

  .s\:first\:-m-85:first-child {
    margin: -85px;
  }

  .s\:first\:-m-90:first-child {
    margin: -90px;
  }

  .s\:first\:-m-95:first-child {
    margin: -95px;
  }

  .s\:first\:-m-96:first-child {
    margin: -96px;
  }

  .s\:first\:-m-100:first-child {
    margin: -100px;
  }

  .s\:first\:-m-110:first-child {
    margin: -110px;
  }

  .s\:first\:-m-115:first-child {
    margin: -115px;
  }

  .s\:first\:-m-120:first-child {
    margin: -120px;
  }

  .s\:first\:-m-128:first-child {
    margin: -128px;
  }

  .s\:first\:-m-135:first-child {
    margin: -135px;
  }

  .s\:first\:-m-140:first-child {
    margin: -140px;
  }

  .s\:first\:-m-145:first-child {
    margin: -145px;
  }

  .s\:first\:-m-150:first-child {
    margin: -150px;
  }

  .s\:first\:-m-160:first-child {
    margin: -160px;
  }

  .s\:first\:-m-165:first-child {
    margin: -165px;
  }

  .s\:first\:-m-168:first-child {
    margin: -168px;
  }

  .s\:first\:-m-170:first-child {
    margin: -170px;
  }

  .s\:first\:-m-180:first-child {
    margin: -180px;
  }

  .s\:first\:-m-200:first-child {
    margin: -200px;
  }

  .s\:first\:-m-220:first-child {
    margin: -220px;
  }

  .s\:first\:-m-230:first-child {
    margin: -230px;
  }

  .s\:first\:-m-235:first-child {
    margin: -235px;
  }

  .s\:first\:-m-240:first-child {
    margin: -240px;
  }

  .s\:first\:-m-250:first-child {
    margin: -250px;
  }

  .s\:first\:-m-300:first-child {
    margin: -300px;
  }

  .s\:first\:-m-320:first-child {
    margin: -320px;
  }

  .s\:first\:-m-350:first-child {
    margin: -350px;
  }

  .s\:first\:-m-375:first-child {
    margin: -375px;
  }

  .s\:first\:-m-400:first-child {
    margin: -400px;
  }

  .s\:first\:-m-450:first-child {
    margin: -450px;
  }

  .s\:first\:-m-700:first-child {
    margin: -700px;
  }

  .s\:first\:-m-px:first-child {
    margin: -1px;
  }

  .s\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .s\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .s\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .s\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .s\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .s\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .s\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .s\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .s\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .s\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .s\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .s\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .s\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .s\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .s\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .s\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .s\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .s\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .s\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .s\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .s\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .s\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .s\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .s\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .s\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .s\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .s\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .s\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .s\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .s\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .s\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .s\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .s\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .s\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .s\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .s\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .s\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .s\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .s\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .s\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .s\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .s\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .s\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .s\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .s\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .s\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .s\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .s\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .s\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .s\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .s\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .s\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .s\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .s\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .s\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .s\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .s\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .s\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .s\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .s\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .s\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .s\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .s\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .s\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .s\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .s\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .s\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .s\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .s\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .s\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .s\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .s\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .s\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .s\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .s\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .s\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .s\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .s\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .s\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .s\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .s\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .s\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .s\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .s\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .s\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .s\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .s\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .s\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .s\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .s\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .s\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .s\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .s\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .s\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .s\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .s\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .s\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .s\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .s\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .s\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .s\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .s\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .s\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .s\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .s\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .s\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .s\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .s\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .s\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .s\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .s\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .s\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .s\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .s\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .s\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .s\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .s\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .s\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .s\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .s\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .s\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .s\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .s\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .s\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .s\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .s\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .s\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .s\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .s\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .s\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .s\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .s\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .s\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .s\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .s\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .s\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .s\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .s\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .s\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .s\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .s\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .s\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .s\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .s\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .s\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .s\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .s\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .s\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .s\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .s\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .s\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .s\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .s\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .s\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .s\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .s\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .s\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .s\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .s\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .s\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .s\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .s\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .s\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .s\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .s\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .s\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .s\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .s\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .s\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .s\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .s\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .s\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .s\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .s\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .s\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .s\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .s\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .s\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .s\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .s\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .s\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .s\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .s\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .s\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .s\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .s\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .s\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .s\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .s\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .s\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .s\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .s\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .s\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .s\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .s\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .s\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .s\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .s\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .s\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .s\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .s\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .s\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .s\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .s\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .s\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .s\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .s\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .s\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .s\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .s\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .s\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .s\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .s\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .s\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .s\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .s\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .s\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .s\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .s\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .s\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .s\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .s\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .s\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .s\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .s\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .s\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .s\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .s\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .s\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .s\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .s\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .s\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .s\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .s\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .s\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .s\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .s\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .s\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .s\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .s\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .s\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .s\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .s\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .s\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .s\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .s\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .s\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .s\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .s\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .s\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .s\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .s\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .s\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .s\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .s\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .s\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .s\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .s\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .s\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .s\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .s\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .s\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .s\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .s\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .s\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .s\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .s\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .s\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .s\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .s\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .s\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .s\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .s\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .s\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .s\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .s\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .s\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .s\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .s\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .s\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .s\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .s\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .s\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .s\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .s\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .s\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .s\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .s\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .s\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .s\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .s\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .s\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .s\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .s\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .s\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .s\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .s\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .s\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .s\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .s\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .s\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .s\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .s\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .s\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .s\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .s\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .s\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .s\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .s\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .s\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .s\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .s\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .s\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .s\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .s\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .s\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .s\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .s\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .s\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .s\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .s\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .s\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .s\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .s\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .s\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .s\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .s\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .s\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .s\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .s\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .s\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .s\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .s\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .s\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .s\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .s\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .s\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .s\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .s\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .s\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .s\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .s\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .s\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .s\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .s\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .s\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .s\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .s\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .s\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .s\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .s\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .s\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .s\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .s\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .s\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .s\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .s\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .s\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .s\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .s\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .s\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .s\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .s\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .s\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .s\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .s\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .s\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .s\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .s\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .s\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .s\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .s\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .s\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .s\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .s\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .s\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .s\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .s\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .s\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .s\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .s\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .s\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .s\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .s\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .s\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .s\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .s\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .s\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .s\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .s\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .s\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .s\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .s\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .s\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .s\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .s\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .s\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .s\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .s\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .s\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .s\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .s\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .s\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .s\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .s\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .s\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .s\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .s\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .s\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .s\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .s\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .s\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .s\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .s\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .s\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .s\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .s\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .s\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .s\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .s\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .s\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .s\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .s\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .s\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .s\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .s\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .s\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .s\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .s\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .s\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .s\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .s\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .s\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .s\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .s\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .s\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .s\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .s\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .s\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .s\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .s\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .s\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .s\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .s\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .s\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .s\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .s\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .s\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .s\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .s\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .s\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .s\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .s\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .s\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .s\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .s\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .s\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .s\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .s\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .s\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .s\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .s\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .s\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .s\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .s\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .s\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .s\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .s\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .s\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .s\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .s\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .s\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .s\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .s\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .s\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .s\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .s\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .s\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .s\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .s\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .s\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .s\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .s\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .s\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .s\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .s\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .s\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .s\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .s\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .s\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .s\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .s\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .s\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .s\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .s\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .s\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .s\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .s\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .s\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .s\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .s\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .s\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .s\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .s\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .s\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .s\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .s\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .s\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .s\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .s\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .s\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .s\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .s\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .s\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .s\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .s\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .s\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .s\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .s\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .s\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .s\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .s\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .s\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .s\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .s\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .s\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .s\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .s\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .s\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .s\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .s\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .s\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .s\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .s\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .s\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .s\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .s\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .s\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .s\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .s\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .s\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .s\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .s\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .s\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .s\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .s\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .s\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .s\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .s\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .s\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .s\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .s\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .s\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .s\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .s\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .s\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .s\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .s\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .s\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .s\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .s\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .s\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .s\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .s\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .s\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .s\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .s\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .s\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .s\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .s\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .s\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .s\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .s\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .s\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .s\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .s\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .s\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .s\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .s\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .s\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .s\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .s\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .s\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .s\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .s\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .s\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .s\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .s\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .s\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .s\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .s\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .s\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .s\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .s\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .s\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .s\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .s\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .s\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .s\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .s\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .s\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .s\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .s\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .s\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .s\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .s\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .s\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .s\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .s\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .s\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .s\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .s\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .s\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .s\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .s\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .s\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .s\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .s\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .s\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .s\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .s\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .s\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .s\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .s\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .s\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .s\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .s\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .s\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .s\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .s\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .s\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .s\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .s\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .s\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .s\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .s\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .s\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .s\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .s\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .s\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .s\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .s\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .s\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .s\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .s\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .s\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .s\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .s\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .s\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .s\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .s\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .s\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .s\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .s\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .s\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .s\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .s\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .s\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .s\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .s\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .s\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .s\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .s\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .s\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .s\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .s\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .s\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .s\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .s\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .s\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .s\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .s\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .s\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .s\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .s\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .s\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .s\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .s\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .s\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .s\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .s\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .s\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .s\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .s\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .s\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .s\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .s\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .s\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .s\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .s\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .s\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .s\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .s\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .s\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .s\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .s\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .s\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .s\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .s\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .s\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .s\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .s\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .s\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .s\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .s\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .s\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .s\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .s\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .s\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .s\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .s\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .s\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .s\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .s\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .s\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .s\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .s\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .s\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .s\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .s\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .s\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .s\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .s\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .s\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .s\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .s\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .s\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .s\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .s\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .s\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .s\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .s\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .s\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .s\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .s\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .s\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .s\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .s\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .s\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .s\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .s\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .s\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .s\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .s\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .s\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .s\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .s\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .s\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .s\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .s\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .s\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .s\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .s\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .s\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .s\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .s\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .s\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .s\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .s\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .s\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .s\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .s\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .s\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .s\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .s\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .s\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .s\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .s\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .s\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .s\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .s\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .s\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .s\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .s\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .s\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .s\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .s\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .s\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .s\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .s\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .s\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .s\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .s\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .s\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .s\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .s\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .s\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .s\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .s\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .s\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .s\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .s\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .s\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .s\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .s\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .s\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .s\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .s\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .s\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .s\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .s\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .s\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .s\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .s\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .s\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .s\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .s\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .s\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .s\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .s\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .s\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .s\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .s\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .s\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .s\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .s\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .s\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .s\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .s\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .s\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .s\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .s\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .s\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .s\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .s\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .s\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .s\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .s\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .s\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .s\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .s\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .s\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .s\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .s\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .s\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .s\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .s\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .s\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .s\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .s\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .s\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .s\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .s\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .s\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .s\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .s\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .s\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .s\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .s\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .s\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .s\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .s\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .s\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .s\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .s\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .s\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .s\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .s\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .s\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .s\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .s\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .s\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .s\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .s\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .s\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .s\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .s\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .s\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .s\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .s\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .s\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .s\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .s\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .s\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .s\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .s\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .s\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .s\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .s\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .s\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .s\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .s\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .s\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .s\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .s\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .s\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .s\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .s\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .s\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .s\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .s\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .s\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .s\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .s\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .s\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .s\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .s\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .s\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .s\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .s\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .s\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .s\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .s\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .s\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .s\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .s\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .s\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .s\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .s\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .s\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .s\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .s\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .s\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .s\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .s\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .s\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .s\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .s\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .s\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .s\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .s\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .s\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .s\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .s\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .s\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .s\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .s\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .s\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .s\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .s\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .s\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .s\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .s\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .s\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .s\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .s\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .s\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .s\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .s\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .s\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .s\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .s\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .s\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .s\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .s\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .s\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .s\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .s\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .s\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .s\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .s\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .s\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .s\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .s\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .s\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .s\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .s\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .s\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .s\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .s\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .s\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .s\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .s\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .s\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .s\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .s\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .s\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .s\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .s\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .s\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .s\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .s\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .s\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .s\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .s\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .s\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .s\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .s\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .s\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .s\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .s\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .s\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .s\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .s\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .s\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .s\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .s\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .s\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .s\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .s\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .s\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .s\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .s\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .s\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .s\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .s\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .s\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .s\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .s\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .s\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .s\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .s\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .s\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .s\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .s\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .s\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .s\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .s\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .s\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .s\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .s\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .s\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .s\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .s\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .s\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .s\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .s\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .s\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .s\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .s\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .s\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .s\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .s\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .s\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .s\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .s\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .s\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .s\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .s\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .s\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .s\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .s\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .s\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .s\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .s\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .s\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .s\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .s\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .s\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .s\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .s\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .s\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .s\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .s\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .s\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .s\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .s\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .s\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .s\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .s\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .s\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .s\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .s\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .s\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .s\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .s\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .s\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .s\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .s\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .s\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .s\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .s\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .s\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .s\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .s\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .s\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .s\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .s\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .s\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .s\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .s\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .s\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .s\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .s\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .s\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .s\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .s\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .s\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .s\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .s\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .s\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .s\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .s\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .s\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .s\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .s\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .s\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .s\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .s\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .s\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .s\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .s\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .s\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .s\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .s\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .s\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .s\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .s\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .s\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .s\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .s\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .s\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .s\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .s\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .s\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .s\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .s\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .s\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .s\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .s\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .s\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .s\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .s\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .s\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .s\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .s\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .s\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .s\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .s\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .s\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .s\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .s\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .s\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .s\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .s\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .s\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .s\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .s\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .s\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .s\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .s\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .s\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .s\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .s\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .s\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .s\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .s\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .s\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .s\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .s\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .s\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .s\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .s\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .s\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .s\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .s\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .s\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .s\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .s\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .s\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .s\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .s\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .s\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .s\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .s\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .s\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .s\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .s\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .s\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .s\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .s\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .s\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .s\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .s\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .s\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .s\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .s\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .s\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .s\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .s\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .s\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .s\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .s\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .s\:last\:m-0:last-child {
    margin: 0px;
  }

  .s\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .s\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .s\:last\:m-3:last-child {
    margin: 3px;
  }

  .s\:last\:m-4:last-child {
    margin: 4px;
  }

  .s\:last\:m-5:last-child {
    margin: 5px;
  }

  .s\:last\:m-6:last-child {
    margin: 6px;
  }

  .s\:last\:m-8:last-child {
    margin: 8px;
  }

  .s\:last\:m-9:last-child {
    margin: 9px;
  }

  .s\:last\:m-10:last-child {
    margin: 10px;
  }

  .s\:last\:m-12:last-child {
    margin: 12px;
  }

  .s\:last\:m-13:last-child {
    margin: 13px;
  }

  .s\:last\:m-14:last-child {
    margin: 14px;
  }

  .s\:last\:m-15:last-child {
    margin: 15px;
  }

  .s\:last\:m-16:last-child {
    margin: 16px;
  }

  .s\:last\:m-17:last-child {
    margin: 17px;
  }

  .s\:last\:m-18:last-child {
    margin: 18px;
  }

  .s\:last\:m-20:last-child {
    margin: 20px;
  }

  .s\:last\:m-22:last-child {
    margin: 22px;
  }

  .s\:last\:m-24:last-child {
    margin: 24px;
  }

  .s\:last\:m-25:last-child {
    margin: 25px;
  }

  .s\:last\:m-28:last-child {
    margin: 28px;
  }

  .s\:last\:m-29:last-child {
    margin: 29px;
  }

  .s\:last\:m-30:last-child {
    margin: 30px;
  }

  .s\:last\:m-32:last-child {
    margin: 32px;
  }

  .s\:last\:m-35:last-child {
    margin: 35px;
  }

  .s\:last\:m-36:last-child {
    margin: 36px;
  }

  .s\:last\:m-37:last-child {
    margin: 37px;
  }

  .s\:last\:m-40:last-child {
    margin: 40px;
  }

  .s\:last\:m-45:last-child {
    margin: 45px;
  }

  .s\:last\:m-48:last-child {
    margin: 48px;
  }

  .s\:last\:m-50:last-child {
    margin: 50px;
  }

  .s\:last\:m-55:last-child {
    margin: 55px;
  }

  .s\:last\:m-56:last-child {
    margin: 56px;
  }

  .s\:last\:m-60:last-child {
    margin: 60px;
  }

  .s\:last\:m-62:last-child {
    margin: 62px;
  }

  .s\:last\:m-64:last-child {
    margin: 64px;
  }

  .s\:last\:m-65:last-child {
    margin: 65px;
  }

  .s\:last\:m-70:last-child {
    margin: 70px;
  }

  .s\:last\:m-75:last-child {
    margin: 75px;
  }

  .s\:last\:m-80:last-child {
    margin: 80px;
  }

  .s\:last\:m-85:last-child {
    margin: 85px;
  }

  .s\:last\:m-90:last-child {
    margin: 90px;
  }

  .s\:last\:m-95:last-child {
    margin: 95px;
  }

  .s\:last\:m-96:last-child {
    margin: 96px;
  }

  .s\:last\:m-100:last-child {
    margin: 100px;
  }

  .s\:last\:m-110:last-child {
    margin: 110px;
  }

  .s\:last\:m-115:last-child {
    margin: 115px;
  }

  .s\:last\:m-120:last-child {
    margin: 120px;
  }

  .s\:last\:m-128:last-child {
    margin: 128px;
  }

  .s\:last\:m-135:last-child {
    margin: 135px;
  }

  .s\:last\:m-140:last-child {
    margin: 140px;
  }

  .s\:last\:m-145:last-child {
    margin: 145px;
  }

  .s\:last\:m-150:last-child {
    margin: 150px;
  }

  .s\:last\:m-160:last-child {
    margin: 160px;
  }

  .s\:last\:m-165:last-child {
    margin: 165px;
  }

  .s\:last\:m-168:last-child {
    margin: 168px;
  }

  .s\:last\:m-170:last-child {
    margin: 170px;
  }

  .s\:last\:m-180:last-child {
    margin: 180px;
  }

  .s\:last\:m-200:last-child {
    margin: 200px;
  }

  .s\:last\:m-220:last-child {
    margin: 220px;
  }

  .s\:last\:m-230:last-child {
    margin: 230px;
  }

  .s\:last\:m-235:last-child {
    margin: 235px;
  }

  .s\:last\:m-240:last-child {
    margin: 240px;
  }

  .s\:last\:m-250:last-child {
    margin: 250px;
  }

  .s\:last\:m-300:last-child {
    margin: 300px;
  }

  .s\:last\:m-320:last-child {
    margin: 320px;
  }

  .s\:last\:m-350:last-child {
    margin: 350px;
  }

  .s\:last\:m-375:last-child {
    margin: 375px;
  }

  .s\:last\:m-400:last-child {
    margin: 400px;
  }

  .s\:last\:m-450:last-child {
    margin: 450px;
  }

  .s\:last\:m-700:last-child {
    margin: 700px;
  }

  .s\:last\:m-auto:last-child {
    margin: auto;
  }

  .s\:last\:m-px:last-child {
    margin: 1px;
  }

  .s\:last\:m-1p:last-child {
    margin: 1%;
  }

  .s\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .s\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .s\:last\:m-11p:last-child {
    margin: 11%;
  }

  .s\:last\:m-20p:last-child {
    margin: 20%;
  }

  .s\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .s\:last\:m-25p:last-child {
    margin: 25%;
  }

  .s\:last\:m-32p:last-child {
    margin: 32%;
  }

  .s\:last\:m-35p:last-child {
    margin: 35%;
  }

  .s\:last\:m-40p:last-child {
    margin: 40%;
  }

  .s\:last\:m-49p:last-child {
    margin: 49%;
  }

  .s\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .s\:last\:m-80p:last-child {
    margin: 80%;
  }

  .s\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .s\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .s\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .s\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .s\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .s\:last\:m-90p:last-child {
    margin: 90%;
  }

  .s\:last\:m-92p:last-child {
    margin: 92%;
  }

  .s\:last\:m-93p:last-child {
    margin: 93%;
  }

  .s\:last\:m-94p:last-child {
    margin: 94%;
  }

  .s\:last\:m-95p:last-child {
    margin: 95%;
  }

  .s\:last\:m-96p:last-child {
    margin: 96%;
  }

  .s\:last\:m-100p:last-child {
    margin: 100%;
  }

  .s\:last\:-m-0:last-child {
    margin: 0px;
  }

  .s\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .s\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .s\:last\:-m-3:last-child {
    margin: -3px;
  }

  .s\:last\:-m-4:last-child {
    margin: -4px;
  }

  .s\:last\:-m-5:last-child {
    margin: -5px;
  }

  .s\:last\:-m-6:last-child {
    margin: -6px;
  }

  .s\:last\:-m-8:last-child {
    margin: -8px;
  }

  .s\:last\:-m-9:last-child {
    margin: -9px;
  }

  .s\:last\:-m-10:last-child {
    margin: -10px;
  }

  .s\:last\:-m-12:last-child {
    margin: -12px;
  }

  .s\:last\:-m-13:last-child {
    margin: -13px;
  }

  .s\:last\:-m-14:last-child {
    margin: -14px;
  }

  .s\:last\:-m-15:last-child {
    margin: -15px;
  }

  .s\:last\:-m-16:last-child {
    margin: -16px;
  }

  .s\:last\:-m-17:last-child {
    margin: -17px;
  }

  .s\:last\:-m-18:last-child {
    margin: -18px;
  }

  .s\:last\:-m-20:last-child {
    margin: -20px;
  }

  .s\:last\:-m-22:last-child {
    margin: -22px;
  }

  .s\:last\:-m-24:last-child {
    margin: -24px;
  }

  .s\:last\:-m-25:last-child {
    margin: -25px;
  }

  .s\:last\:-m-28:last-child {
    margin: -28px;
  }

  .s\:last\:-m-29:last-child {
    margin: -29px;
  }

  .s\:last\:-m-30:last-child {
    margin: -30px;
  }

  .s\:last\:-m-32:last-child {
    margin: -32px;
  }

  .s\:last\:-m-35:last-child {
    margin: -35px;
  }

  .s\:last\:-m-36:last-child {
    margin: -36px;
  }

  .s\:last\:-m-37:last-child {
    margin: -37px;
  }

  .s\:last\:-m-40:last-child {
    margin: -40px;
  }

  .s\:last\:-m-45:last-child {
    margin: -45px;
  }

  .s\:last\:-m-48:last-child {
    margin: -48px;
  }

  .s\:last\:-m-50:last-child {
    margin: -50px;
  }

  .s\:last\:-m-55:last-child {
    margin: -55px;
  }

  .s\:last\:-m-56:last-child {
    margin: -56px;
  }

  .s\:last\:-m-60:last-child {
    margin: -60px;
  }

  .s\:last\:-m-62:last-child {
    margin: -62px;
  }

  .s\:last\:-m-64:last-child {
    margin: -64px;
  }

  .s\:last\:-m-65:last-child {
    margin: -65px;
  }

  .s\:last\:-m-70:last-child {
    margin: -70px;
  }

  .s\:last\:-m-75:last-child {
    margin: -75px;
  }

  .s\:last\:-m-80:last-child {
    margin: -80px;
  }

  .s\:last\:-m-85:last-child {
    margin: -85px;
  }

  .s\:last\:-m-90:last-child {
    margin: -90px;
  }

  .s\:last\:-m-95:last-child {
    margin: -95px;
  }

  .s\:last\:-m-96:last-child {
    margin: -96px;
  }

  .s\:last\:-m-100:last-child {
    margin: -100px;
  }

  .s\:last\:-m-110:last-child {
    margin: -110px;
  }

  .s\:last\:-m-115:last-child {
    margin: -115px;
  }

  .s\:last\:-m-120:last-child {
    margin: -120px;
  }

  .s\:last\:-m-128:last-child {
    margin: -128px;
  }

  .s\:last\:-m-135:last-child {
    margin: -135px;
  }

  .s\:last\:-m-140:last-child {
    margin: -140px;
  }

  .s\:last\:-m-145:last-child {
    margin: -145px;
  }

  .s\:last\:-m-150:last-child {
    margin: -150px;
  }

  .s\:last\:-m-160:last-child {
    margin: -160px;
  }

  .s\:last\:-m-165:last-child {
    margin: -165px;
  }

  .s\:last\:-m-168:last-child {
    margin: -168px;
  }

  .s\:last\:-m-170:last-child {
    margin: -170px;
  }

  .s\:last\:-m-180:last-child {
    margin: -180px;
  }

  .s\:last\:-m-200:last-child {
    margin: -200px;
  }

  .s\:last\:-m-220:last-child {
    margin: -220px;
  }

  .s\:last\:-m-230:last-child {
    margin: -230px;
  }

  .s\:last\:-m-235:last-child {
    margin: -235px;
  }

  .s\:last\:-m-240:last-child {
    margin: -240px;
  }

  .s\:last\:-m-250:last-child {
    margin: -250px;
  }

  .s\:last\:-m-300:last-child {
    margin: -300px;
  }

  .s\:last\:-m-320:last-child {
    margin: -320px;
  }

  .s\:last\:-m-350:last-child {
    margin: -350px;
  }

  .s\:last\:-m-375:last-child {
    margin: -375px;
  }

  .s\:last\:-m-400:last-child {
    margin: -400px;
  }

  .s\:last\:-m-450:last-child {
    margin: -450px;
  }

  .s\:last\:-m-700:last-child {
    margin: -700px;
  }

  .s\:last\:-m-px:last-child {
    margin: -1px;
  }

  .s\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .s\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .s\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .s\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .s\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .s\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .s\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .s\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .s\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .s\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .s\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .s\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .s\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .s\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .s\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .s\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .s\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .s\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .s\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .s\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .s\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .s\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .s\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .s\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .s\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .s\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .s\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .s\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .s\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .s\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .s\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .s\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .s\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .s\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .s\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .s\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .s\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .s\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .s\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .s\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .s\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .s\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .s\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .s\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .s\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .s\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .s\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .s\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .s\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .s\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .s\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .s\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .s\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .s\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .s\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .s\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .s\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .s\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .s\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .s\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .s\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .s\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .s\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .s\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .s\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .s\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .s\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .s\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .s\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .s\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .s\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .s\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .s\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .s\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .s\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .s\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .s\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .s\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .s\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .s\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .s\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .s\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .s\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .s\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .s\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .s\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .s\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .s\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .s\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .s\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .s\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .s\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .s\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .s\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .s\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .s\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .s\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .s\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .s\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .s\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .s\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .s\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .s\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .s\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .s\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .s\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .s\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .s\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .s\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .s\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .s\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .s\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .s\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .s\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .s\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .s\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .s\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .s\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .s\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .s\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .s\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .s\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .s\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .s\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .s\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .s\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .s\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .s\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .s\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .s\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .s\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .s\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .s\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .s\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .s\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .s\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .s\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .s\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .s\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .s\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .s\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .s\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .s\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .s\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .s\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .s\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .s\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .s\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .s\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .s\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .s\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .s\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .s\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .s\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .s\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .s\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .s\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .s\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .s\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .s\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .s\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .s\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .s\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .s\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .s\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .s\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .s\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .s\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .s\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .s\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .s\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .s\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .s\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .s\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .s\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .s\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .s\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .s\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .s\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .s\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .s\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .s\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .s\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .s\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .s\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .s\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .s\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .s\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .s\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .s\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .s\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .s\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .s\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .s\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .s\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .s\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .s\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .s\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .s\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .s\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .s\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .s\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .s\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .s\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .s\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .s\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .s\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .s\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .s\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .s\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .s\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .s\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .s\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .s\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .s\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .s\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .s\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .s\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .s\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .s\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .s\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .s\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .s\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .s\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .s\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .s\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .s\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .s\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .s\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .s\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .s\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .s\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .s\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .s\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .s\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .s\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .s\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .s\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .s\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .s\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .s\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .s\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .s\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .s\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .s\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .s\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .s\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .s\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .s\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .s\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .s\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .s\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .s\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .s\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .s\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .s\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .s\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .s\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .s\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .s\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .s\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .s\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .s\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .s\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .s\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .s\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .s\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .s\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .s\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .s\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .s\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .s\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .s\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .s\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .s\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .s\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .s\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .s\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .s\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .s\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .s\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .s\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .s\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .s\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .s\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .s\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .s\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .s\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .s\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .s\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .s\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .s\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .s\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .s\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .s\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .s\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .s\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .s\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .s\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .s\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .s\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .s\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .s\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .s\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .s\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .s\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .s\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .s\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .s\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .s\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .s\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .s\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .s\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .s\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .s\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .s\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .s\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .s\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .s\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .s\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .s\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .s\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .s\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .s\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .s\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .s\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .s\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .s\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .s\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .s\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .s\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .s\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .s\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .s\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .s\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .s\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .s\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .s\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .s\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .s\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .s\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .s\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .s\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .s\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .s\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .s\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .s\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .s\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .s\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .s\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .s\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .s\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .s\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .s\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .s\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .s\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .s\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .s\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .s\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .s\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .s\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .s\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .s\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .s\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .s\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .s\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .s\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .s\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .s\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .s\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .s\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .s\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .s\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .s\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .s\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .s\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .s\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .s\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .s\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .s\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .s\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .s\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .s\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .s\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .s\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .s\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .s\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .s\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .s\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .s\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .s\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .s\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .s\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .s\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .s\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .s\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .s\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .s\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .s\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .s\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .s\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .s\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .s\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .s\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .s\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .s\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .s\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .s\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .s\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .s\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .s\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .s\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .s\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .s\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .s\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .s\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .s\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .s\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .s\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .s\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .s\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .s\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .s\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .s\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .s\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .s\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .s\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .s\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .s\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .s\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .s\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .s\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .s\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .s\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .s\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .s\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .s\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .s\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .s\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .s\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .s\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .s\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .s\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .s\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .s\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .s\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .s\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .s\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .s\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .s\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .s\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .s\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .s\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .s\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .s\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .s\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .s\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .s\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .s\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .s\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .s\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .s\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .s\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .s\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .s\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .s\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .s\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .s\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .s\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .s\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .s\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .s\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .s\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .s\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .s\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .s\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .s\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .s\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .s\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .s\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .s\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .s\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .s\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .s\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .s\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .s\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .s\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .s\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .s\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .s\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .s\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .s\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .s\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .s\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .s\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .s\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .s\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .s\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .s\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .s\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .s\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .s\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .s\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .s\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .s\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .s\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .s\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .s\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .s\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .s\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .s\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .s\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .s\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .s\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .s\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .s\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .s\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .s\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .s\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .s\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .s\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .s\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .s\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .s\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .s\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .s\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .s\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .s\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .s\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .s\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .s\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .s\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .s\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .s\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .s\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .s\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .s\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .s\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .s\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .s\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .s\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .s\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .s\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .s\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .s\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .s\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .s\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .s\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .s\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .s\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .s\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .s\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .s\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .s\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .s\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .s\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .s\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .s\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .s\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .s\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .s\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .s\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .s\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .s\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .s\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .s\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .s\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .s\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .s\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .s\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .s\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .s\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .s\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .s\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .s\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .s\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .s\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .s\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .s\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .s\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .s\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .s\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .s\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .s\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .s\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .s\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .s\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .s\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .s\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .s\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .s\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .s\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .s\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .s\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .s\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .s\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .s\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .s\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .s\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .s\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .s\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .s\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .s\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .s\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .s\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .s\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .s\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .s\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .s\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .s\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .s\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .s\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .s\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .s\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .s\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .s\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .s\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .s\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .s\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .s\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .s\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .s\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .s\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .s\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .s\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .s\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .s\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .s\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .s\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .s\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .s\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .s\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .s\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .s\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .s\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .s\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .s\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .s\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .s\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .s\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .s\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .s\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .s\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .s\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .s\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .s\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .s\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .s\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .s\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .s\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .s\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .s\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .s\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .s\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .s\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .s\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .s\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .s\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .s\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .s\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .s\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .s\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .s\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .s\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .s\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .s\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .s\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .s\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .s\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .s\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .s\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .s\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .s\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .s\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .s\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .s\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .s\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .s\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .s\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .s\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .s\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .s\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .s\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .s\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .s\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .s\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .s\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .s\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .s\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .s\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .s\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .s\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .s\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .s\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .s\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .s\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .s\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .s\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .s\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .s\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .s\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .s\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .s\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .s\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .s\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .s\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .s\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .s\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .s\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .s\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .s\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .s\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .s\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .s\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .s\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .s\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .s\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .s\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .s\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .s\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .s\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .s\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .s\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .s\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .s\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .s\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .s\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .s\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .s\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .s\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .s\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .s\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .s\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .s\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .s\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .s\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .s\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .s\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .s\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .s\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .s\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .s\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .s\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .s\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .s\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .s\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .s\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .s\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .s\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .s\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .s\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .s\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .s\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .s\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .s\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .s\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .s\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .s\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .s\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .s\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .s\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .s\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .s\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .s\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .s\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .s\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .s\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .s\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .s\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .s\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .s\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .s\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .s\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .s\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .s\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .s\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .s\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .s\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .s\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .s\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .s\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .s\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .s\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .s\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .s\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .s\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .s\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .s\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .s\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .s\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .s\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .s\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .s\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .s\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .s\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .s\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .s\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .s\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .s\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .s\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .s\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .s\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .s\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .s\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .s\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .s\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .s\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .s\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .s\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .s\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .s\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .s\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .s\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .s\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .s\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .s\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .s\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .s\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .s\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .s\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .s\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .s\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .s\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .s\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .s\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .s\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .s\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .s\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .s\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .s\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .s\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .s\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .s\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .s\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .s\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .s\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .s\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .s\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .s\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .s\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .s\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .s\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .s\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .s\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .s\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .s\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .s\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .s\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .s\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .s\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .s\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .s\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .s\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .s\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .s\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .s\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .s\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .s\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .s\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .s\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .s\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .s\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .s\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .s\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .s\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .s\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .s\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .s\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .s\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .s\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .s\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .s\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .s\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .s\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .s\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .s\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .s\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .s\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .s\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .s\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .s\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .s\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .s\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .s\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .s\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .s\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .s\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .s\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .s\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .s\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .s\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .s\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .s\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .s\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .s\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .s\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .s\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .s\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .s\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .s\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .s\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .s\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .s\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .s\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .s\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .s\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .s\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .s\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .s\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .s\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .s\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .s\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .s\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .s\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .s\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .s\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .s\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .s\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .s\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .s\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .s\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .s\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .s\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .s\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .s\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .s\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .s\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .s\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .s\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .s\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .s\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .s\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .s\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .s\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .s\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .s\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .s\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .s\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .s\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .s\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .s\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .s\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .s\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .s\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .s\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .s\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .s\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .s\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .s\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .s\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .s\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .s\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .s\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .s\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .s\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .s\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .s\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .s\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .s\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .s\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .s\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .s\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .s\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .s\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .s\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .s\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .s\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .s\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .s\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .s\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .s\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .s\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .s\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .s\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .s\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .s\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .s\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .s\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .s\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .s\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .s\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .s\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .s\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .s\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .s\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .s\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .s\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .s\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .s\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .s\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .s\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .s\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .s\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .s\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .s\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .s\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .s\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .s\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .s\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .s\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .s\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .s\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .s\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .s\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .s\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .s\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .s\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .s\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .s\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .s\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .s\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .s\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .s\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .s\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .s\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .s\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .s\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .s\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .s\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .s\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .s\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .s\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .s\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .s\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .s\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .s\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .s\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .s\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .s\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .s\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .s\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .s\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .s\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .s\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .s\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .s\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .s\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .s\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .s\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .s\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .s\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .s\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .s\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .s\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .s\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .s\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .s\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .s\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .s\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .s\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .s\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .s\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .s\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .s\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .s\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .s\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .s\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .s\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .s\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .s\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .s\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .s\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .s\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .s\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .s\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .s\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .s\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .s\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .s\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .s\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .s\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .s\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .s\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .s\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .s\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .s\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .s\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .s\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .s\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .s\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .s\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .s\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .s\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .s\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .s\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .s\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .s\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .s\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .s\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .s\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .s\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .s\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .s\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .s\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .s\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .s\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .s\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .s\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .s\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .s\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .s\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .s\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .s\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .s\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .s\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .s\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .s\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .s\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .s\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .s\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .s\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .s\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .s\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .s\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .s\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .s\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .s\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .s\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .s\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .s\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .s\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .s\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .s\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .s\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .s\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .s\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .s\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .s\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .s\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .s\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .s\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .s\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .s\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .s\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .s\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .s\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .s\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .s\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .s\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .s\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .s\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .s\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .s\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .s\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .s\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .s\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .s\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .s\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .s\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .s\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .s\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .s\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .s\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .s\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .s\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .s\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .s\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .s\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .s\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .s\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .s\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .s\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .s\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .s\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .s\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .s\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .s\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .s\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .s\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .s\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .s\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .s\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .s\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .s\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .s\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .s\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .s\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .s\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .s\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .s\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .s\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .s\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .s\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .s\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .s\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .s\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .s\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .s\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .s\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .s\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .s\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .s\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .s\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .s\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .s\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .s\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .s\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .s\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .s\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .s\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .s\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .s\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .s\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .s\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .s\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .s\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .s\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .s\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .s\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .s\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .s\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .s\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .s\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .s\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .s\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .s\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .s\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .s\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .s\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .s\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .s\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .s\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .s\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .s\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .s\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .s\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .s\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .s\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .s\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .s\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .s\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .s\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .s\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .s\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .s\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .s\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .s\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .s\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .s\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .s\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .s\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .s\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .s\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .s\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .s\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .s\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .s\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .s\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .s\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .s\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .s\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .s\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .s\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .s\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .s\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .s\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .s\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .s\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .s\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .s\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .s\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .s\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .s\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .s\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .s\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .s\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .s\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .s\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .s\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .s\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .s\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .s\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .s\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .s\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .s\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .s\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .s\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .s\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .s\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .s\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .s\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .s\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .s\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .s\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .s\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .s\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .s\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .s\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .s\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .s\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .s\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .s\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .s\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .s\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .s\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .s\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .s\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .s\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .s\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .s\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .s\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .s\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .s\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .s\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .s\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .s\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .s\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .s\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .s\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .s\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .s\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .s\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .s\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .s\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .s\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .s\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .s\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .s\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .s\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .s\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .s\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .s\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .s\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .s\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .s\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .s\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .s\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .s\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .s\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .s\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .s\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .s\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .s\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .s\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .s\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .s\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .s\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .s\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .s\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .s\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .s\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .s\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .s\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .s\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .s\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .s\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .s\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .s\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .s\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .s\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .s\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .s\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .s\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .s\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .s\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .s\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .s\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .s\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .s\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .s\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .s\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .s\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .s\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .s\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .s\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .s\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .s\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .s\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .s\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .s\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .s\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .s\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .s\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .s\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .s\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .s\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .s\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .s\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .s\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .s\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .s\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .s\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .s\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .s\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .s\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .s\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .s\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .s\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .s\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .s\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .s\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .s\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .s\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .s\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .s\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .s\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .s\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .s\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .s\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .s\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .s\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .s\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .s\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .s\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .s\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .s\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .s\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .s\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .s\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .s\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .s\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .s\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .s\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .s\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .s\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .s\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .s\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .s\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .s\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .s\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .s\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .s\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .s\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .s\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .s\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .s\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .s\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .s\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .s\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .s\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .s\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .s\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .s\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .s\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .s\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .s\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .s\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .s\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .s\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .s\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .s\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .s\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .s\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .s\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .s\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .s\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .s\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .s\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .s\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .s\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .s\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .s\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .s\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .s\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .s\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .s\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .s\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .s\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .s\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .s\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .s\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .s\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .s\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .s\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .s\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .s\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .s\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .s\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .s\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .s\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .s\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .s\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .s\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .s\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .s\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .s\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .s\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .s\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .s\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .s\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .s\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .s\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .s\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .s\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .s\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .s\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .s\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .s\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .s\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .s\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .s\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .s\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .s\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .s\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .s\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .s\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .s\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .s\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .s\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .s\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .s\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .s\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .s\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .s\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .s\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .s\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .s\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .s\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .s\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .s\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .s\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .s\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .s\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .s\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .s\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .s\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .s\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .s\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .s\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .s\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .s\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .s\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .s\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .s\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .s\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .s\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .s\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .s\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .s\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .s\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .s\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .s\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .s\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .s\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .s\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .s\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .s\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .s\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .s\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .s\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .s\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .s\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .s\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .s\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .s\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .s\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .s\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .s\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .s\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .s\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .s\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .s\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .s\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .s\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .s\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .s\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .s\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .s\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .s\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .s\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .s\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .s\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .s\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .s\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .s\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .s\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .s\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .s\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .s\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .s\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .s\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .s\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .s\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .s\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .s\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .s\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .s\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .s\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .s\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .s\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .s\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .s\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .s\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .s\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .s\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .s\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .s\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .s\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .s\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .s\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .s\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .s\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .s\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .s\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .s\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .s\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .s\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .s\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .s\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .s\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .s\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .s\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .s\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .s\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .s\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .s\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .s\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .s\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .s\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .s\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .s\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .s\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .s\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .s\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .s\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .s\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .s\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .s\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .s\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .s\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .s\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .s\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .s\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .s\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .s\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .s\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .s\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .s\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .s\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .s\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .s\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .s\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .s\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .s\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .s\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .s\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .s\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .s\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .s\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .s\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .s\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .s\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .s\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .s\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .s\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .s\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .s\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .s\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .s\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .s\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .s\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .s\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .s\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .s\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .s\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .s\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .s\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .s\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .s\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .s\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .s\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .s\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .s\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .s\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .s\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .s\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .s\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .s\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .s\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .s\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .s\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .s\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .s\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .s\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .s\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .s\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .s\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .s\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .s\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .s\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .s\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .s\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .s\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .s\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .s\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .s\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .s\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .s\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .s\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .s\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .s\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .s\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .s\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .s\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .s\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .s\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .s\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .s\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .s\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .s\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .s\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .s\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .s\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .s\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .s\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .s\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .s\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .s\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .s\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .s\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .s\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .s\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .s\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .s\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .s\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .s\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .s\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .s\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .s\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .s\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .s\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .s\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .s\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .s\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .s\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .s\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .s\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .s\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .s\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .s\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .s\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .s\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .s\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .s\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .s\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .s\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .s\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .s\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .s\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .s\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .s\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .s\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .s\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .s\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .s\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .s\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .s\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .s\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .s\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .s\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .s\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .s\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .s\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .s\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .s\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .s\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .s\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .s\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .s\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .s\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .s\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .s\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .s\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .s\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .s\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .s\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .s\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .s\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .s\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .s\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .s\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .s\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .s\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .s\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .s\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .s\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .s\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .s\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .s\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .s\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .s\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .s\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .s\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .s\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .s\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .s\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .s\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .s\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .s\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .s\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .s\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .s\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .s\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .s\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .s\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .s\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .s\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .s\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .s\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .s\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .s\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .s\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .s\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .s\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .s\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .s\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .s\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .s\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .s\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .s\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .s\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .s\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .s\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .s\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .s\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .s\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .s\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .s\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .s\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .s\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .s\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .s\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .s\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .s\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .s\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .s\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .s\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .s\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .s\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .s\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .s\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .s\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .s\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .s\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .s\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .s\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .s\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .s\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .s\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .s\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .s\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .s\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .s\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .s\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .s\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .s\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .s\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .s\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .s\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .s\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .s\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .s\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .s\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .s\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .s\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .s\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .s\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .s\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .s\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .s\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .s\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .s\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .s\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .s\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .s\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .s\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .s\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .s\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .s\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .s\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .s\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .s\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .s\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .s\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .s\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .s\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .s\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .s\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .s\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .s\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .s\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .s\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .s\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .s\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .s\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .s\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .s\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .s\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .s\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .s\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .s\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .s\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .s\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .s\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .s\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .s\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .s\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .s\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .s\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .s\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .s\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .s\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .s\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .s\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .s\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .s\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .s\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .s\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .s\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .s\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .s\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .s\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .s\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .s\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .s\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .s\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .s\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .s\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .s\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .s\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .s\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .s\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .s\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .s\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .s\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .s\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .s\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .s\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .s\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .s\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .s\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .s\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .s\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .s\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .s\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .s\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .s\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .s\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .s\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .s\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .s\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .s\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .s\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .s\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .s\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .s\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .s\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .s\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .s\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .s\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .s\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .s\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .s\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .s\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .s\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .s\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .s\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .s\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .s\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .s\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .s\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .s\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .s\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .s\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .s\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .s\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .s\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .s\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .s\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .s\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .s\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .s\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .s\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .s\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .s\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .s\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .s\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .s\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .s\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .s\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .s\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .s\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .s\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .s\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .s\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .s\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .s\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .s\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .s\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .s\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .s\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .s\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .s\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .s\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .s\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .s\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .s\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .s\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .s\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .s\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .s\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .s\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .s\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .s\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .s\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .s\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .s\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .s\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .s\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .s\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .s\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .s\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .s\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .s\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .s\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .s\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .s\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .s\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .s\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .s\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .s\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .s\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .s\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .s\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .s\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .s\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .s\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .s\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .s\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .s\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .s\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .s\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .s\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .s\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .s\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .s\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .s\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .s\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .s\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .s\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .s\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .s\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .s\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .s\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .s\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .s\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .s\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .s\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .s\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .s\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .s\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .s\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .s\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .s\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .s\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .s\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .s\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .s\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .s\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .s\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .s\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .s\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .s\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .s\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .s\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .s\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .s\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .s\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .s\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .s\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .s\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .s\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .s\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .s\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .s\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .s\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .s\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .s\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .s\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .s\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .s\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .s\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .s\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .s\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .s\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .s\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .s\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .s\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .s\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .s\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .s\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .s\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .s\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .s\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .s\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .s\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .s\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .s\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .s\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .s\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .s\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .s\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .s\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .s\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .s\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .s\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .s\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .s\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .s\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .s\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .s\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .s\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .s\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .s\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .s\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .s\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .s\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .s\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .s\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .s\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .s\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .s\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .s\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .s\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .s\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .s\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .s\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .s\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .s\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .s\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .s\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .s\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .s\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .s\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .s\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .s\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .s\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .s\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .s\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .s\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .s\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .s\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .s\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .s\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .s\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .s\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .s\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .s\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .s\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .s\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .s\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .s\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .s\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .s\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .s\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .s\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .s\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .s\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .s\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .s\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .s\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .s\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .s\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .s\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .s\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .s\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .s\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .s\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .s\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .s\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .s\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .s\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .s\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .s\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .s\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .s\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .s\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .s\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .s\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .s\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .s\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .s\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .s\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .s\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .s\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .s\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .s\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .s\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .s\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .s\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .s\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .s\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .s\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .s\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .s\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .s\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .s\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .s\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .s\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .s\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .s\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .s\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .s\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .s\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .s\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .s\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .s\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .s\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .s\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .s\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .s\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .s\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .s\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .s\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .s\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .s\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .s\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .s\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .s\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .s\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .s\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .s\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .s\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .s\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .s\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .s\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .s\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .s\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .s\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .s\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .s\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .s\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .s\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .s\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .s\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .s\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .s\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .s\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .s\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .s\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .s\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .s\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .s\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .s\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .s\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .s\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .s\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .s\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .s\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .s\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .s\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .s\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .s\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .s\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .s\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .s\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .s\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .s\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .s\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .s\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .s\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .s\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .s\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .s\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .s\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .s\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .s\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .s\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .s\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .s\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .s\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .s\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .s\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .s\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .s\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .s\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .s\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .s\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .s\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .s\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .s\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .s\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .s\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .s\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .s\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .s\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .s\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .s\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .s\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .s\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .s\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .s\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .s\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .s\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .s\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .s\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .s\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .s\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .s\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .s\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .s\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .s\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .s\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .s\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .s\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .s\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .s\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .s\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .s\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .s\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .s\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .s\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .s\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .s\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .s\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .s\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .s\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .s\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .s\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .s\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .s\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .s\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .s\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .s\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .s\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .s\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .s\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .s\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .s\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .s\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .s\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .s\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .s\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .s\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .s\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .s\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .s\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .s\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .s\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .s\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .s\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .s\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .s\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .s\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .s\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .s\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .s\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .s\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .s\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .s\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .s\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .s\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .s\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .s\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .s\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .s\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .s\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .s\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .s\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .s\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .s\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .s\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .s\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .s\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .s\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .s\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .s\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .s\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .s\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .s\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .s\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .s\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .s\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .s\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .s\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .s\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .s\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .s\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .s\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .s\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .s\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .s\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .s\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .s\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .s\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .s\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .s\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .s\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .s\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .s\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .s\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .s\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .s\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .s\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .s\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .s\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .s\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .s\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .s\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .s\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .s\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .s\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .s\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .s\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .s\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .s\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .s\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .s\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .s\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .s\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .s\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .s\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .s\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .s\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .s\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .s\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .s\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .s\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .s\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .s\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .s\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .s\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .s\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .s\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .s\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .s\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .s\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .s\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .s\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .s\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .s\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .s\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .s\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .s\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .s\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .s\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .s\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .s\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .s\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .s\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .s\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .s\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .s\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .s\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .s\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .s\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .s\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .s\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .s\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .s\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .s\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .s\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .s\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .s\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .s\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .s\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .s\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .s\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .s\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .s\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .s\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .s\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .s\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .s\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .s\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .s\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .s\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .s\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .s\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .s\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .s\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .s\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .s\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .s\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .s\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .s\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .s\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .s\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .s\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .s\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .s\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .s\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .s\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .s\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .s\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .s\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .s\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .s\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .s\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .s\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .s\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .s\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .s\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .s\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .s\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .s\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .s\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .s\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .s\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .s\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .s\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .s\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .s\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .s\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .s\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .s\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .s\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .s\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .s\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .s\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .s\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .s\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .s\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .s\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .s\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .s\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .s\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .s\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .s\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .s\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .s\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .s\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .s\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .s\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .s\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .s\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .s\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .s\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .s\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .s\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .s\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .s\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .s\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .s\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .s\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .s\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .s\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .s\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .s\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .s\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .s\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .s\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .s\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .s\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .s\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .s\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .s\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .s\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .s\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .s\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .s\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .s\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .s\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .s\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .s\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .s\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .s\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .s\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .s\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .s\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .s\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .s\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .s\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .s\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .s\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .s\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .s\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .s\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .s\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .s\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .s\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .s\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .s\:max-h-0 {
    max-height: 0px;
  }

  .s\:max-h-15 {
    max-height: 15px;
  }

  .s\:max-h-250 {
    max-height: 250px;
  }

  .s\:max-h-300 {
    max-height: 300px;
  }

  .s\:max-h-400 {
    max-height: 400px;
  }

  .s\:max-h-450 {
    max-height: 450px;
  }

  .s\:max-h-500 {
    max-height: 500px;
  }

  .s\:max-h-full {
    max-height: 100%;
  }

  .s\:max-h-screen {
    max-height: 100vh;
  }

  .s\:max-h-80vh {
    max-height: 80vh;
  }

  .s\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .s\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .s\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .s\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .s\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .s\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .s\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .s\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .s\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .s\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .s\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .s\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .s\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .s\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .s\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .s\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .s\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .s\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .s\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .s\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .s\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .s\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .s\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .s\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .s\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .s\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .s\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .s\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .s\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .s\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .s\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .s\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .s\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .s\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .s\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .s\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .s\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .s\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .s\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .s\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .s\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .s\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .s\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .s\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .s\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .s\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .s\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .s\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .s\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .s\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .s\:max-w-30 {
    max-width: 30px;
  }

  .s\:max-w-110 {
    max-width: 110px;
  }

  .s\:max-w-150 {
    max-width: 150px;
  }

  .s\:max-w-270 {
    max-width: 270px;
  }

  .s\:max-w-300 {
    max-width: 300px;
  }

  .s\:max-w-500 {
    max-width: 500px;
  }

  .s\:max-w-900 {
    max-width: 900px;
  }

  .s\:max-w-1128 {
    max-width: 1128px;
  }

  .s\:max-w-1380 {
    max-width: 1380px;
  }

  .s\:max-w-none {
    max-width: none;
  }

  .s\:max-w-xs {
    max-width: 20rem;
  }

  .s\:max-w-sm {
    max-width: 24rem;
  }

  .s\:max-w-md {
    max-width: 28rem;
  }

  .s\:max-w-lg {
    max-width: 32rem;
  }

  .s\:max-w-xl {
    max-width: 36rem;
  }

  .s\:max-w-2xl {
    max-width: 42rem;
  }

  .s\:max-w-3xl {
    max-width: 48rem;
  }

  .s\:max-w-4xl {
    max-width: 56rem;
  }

  .s\:max-w-5xl {
    max-width: 64rem;
  }

  .s\:max-w-6xl {
    max-width: 72rem;
  }

  .s\:max-w-full {
    max-width: 100%;
  }

  .s\:max-w-screen-xs {
    max-width: 376px;
  }

  .s\:max-w-screen-s {
    max-width: 650px;
  }

  .s\:max-w-screen-md {
    max-width: 900px;
  }

  .s\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .s\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .s\:max-w-screen-lg {
    max-width: 1600px;
  }

  .s\:max-w-100vw {
    max-width: 100vw;
  }

  .s\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .s\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .s\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .s\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .s\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .s\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .s\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .s\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .s\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .s\:hover\:max-w-none:hover {
    max-width: none;
  }

  .s\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .s\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .s\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .s\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .s\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .s\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .s\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .s\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .s\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .s\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .s\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .s\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .s\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .s\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .s\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .s\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .s\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .s\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .s\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .s\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .s\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .s\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .s\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .s\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .s\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .s\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .s\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .s\:focus\:max-w-none:focus {
    max-width: none;
  }

  .s\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .s\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .s\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .s\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .s\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .s\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .s\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .s\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .s\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .s\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .s\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .s\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .s\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .s\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .s\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .s\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .s\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .s\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .s\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .s\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .s\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .s\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .s\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .s\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .s\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .s\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .s\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .s\:first\:max-w-none:first-child {
    max-width: none;
  }

  .s\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .s\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .s\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .s\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .s\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .s\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .s\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .s\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .s\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .s\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .s\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .s\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .s\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .s\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .s\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .s\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .s\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .s\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .s\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .s\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .s\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .s\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .s\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .s\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .s\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .s\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .s\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .s\:last\:max-w-none:last-child {
    max-width: none;
  }

  .s\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .s\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .s\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .s\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .s\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .s\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .s\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .s\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .s\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .s\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .s\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .s\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .s\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .s\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .s\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .s\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .s\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .s\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .s\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .s\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .s\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .s\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .s\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .s\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .s\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .s\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .s\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .s\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .s\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .s\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .s\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .s\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .s\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .s\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .s\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .s\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .s\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .s\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .s\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .s\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .s\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .s\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .s\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .s\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .s\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .s\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .s\:min-h-0 {
    min-height: 0;
  }

  .s\:min-h-150 {
    min-height: 150px;
  }

  .s\:min-h-full {
    min-height: 100%;
  }

  .s\:min-h-screen {
    min-height: 100vh;
  }

  .s\:min-h-50vh {
    min-height: 50vh;
  }

  .s\:min-h-60vh {
    min-height: 60vh;
  }

  .s\:min-h-80vh {
    min-height: 80vh;
  }

  .s\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .s\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .s\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .s\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .s\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .s\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .s\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .s\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .s\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .s\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .s\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .s\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .s\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .s\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .s\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .s\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .s\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .s\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .s\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .s\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .s\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .s\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .s\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .s\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .s\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .s\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .s\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .s\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .s\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .s\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .s\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .s\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .s\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .s\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .s\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .s\:min-w-0 {
    min-width: 0;
  }

  .s\:min-w-6 {
    min-width: 6px;
  }

  .s\:min-w-full {
    min-width: 100%;
  }

  .s\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .s\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .s\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .s\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .s\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .s\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .s\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .s\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .s\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .s\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .s\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .s\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .s\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .s\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .s\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .s\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .s\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .s\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .s\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .s\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .s\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .s\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .s\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .s\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .s\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .s\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .s\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .s\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .s\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .s\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .s\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .s\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .s\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .s\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .s\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .s\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .s\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .s\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .s\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .s\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .s\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .s\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .s\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .s\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .s\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .s\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .s\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .s\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .s\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .s\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .s\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .s\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .s\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .s\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .s\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .s\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .s\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .s\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .s\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .s\:opacity-0 {
    opacity: 0;
  }

  .s\:opacity-15 {
    opacity: 0.15;
  }

  .s\:opacity-25 {
    opacity: 0.25;
  }

  .s\:opacity-50 {
    opacity: 0.5;
  }

  .s\:opacity-75 {
    opacity: 0.75;
  }

  .s\:opacity-80 {
    opacity: 0.8;
  }

  .s\:opacity-100 {
    opacity: 1;
  }

  .s\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .s\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .s\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .s\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .s\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .s\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .s\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .s\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .s\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .s\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .s\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .s\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .s\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .s\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .s\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .s\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .s\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .s\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .s\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .s\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .s\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .s\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .s\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .s\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .s\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .s\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .s\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .s\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .s\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .s\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .s\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .s\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .s\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .s\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .s\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .s\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .s\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .s\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .s\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .s\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .s\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .s\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .s\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .s\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .s\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .s\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .s\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .s\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .s\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .s\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .s\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .s\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .s\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .s\:overflow-auto {
    overflow: auto;
  }

  .s\:overflow-hidden {
    overflow: hidden;
  }

  .s\:overflow-visible {
    overflow: visible;
  }

  .s\:overflow-scroll {
    overflow: scroll;
  }

  .s\:overflow-x-auto {
    overflow-x: auto;
  }

  .s\:overflow-y-auto {
    overflow-y: auto;
  }

  .s\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .s\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .s\:overflow-x-visible {
    overflow-x: visible;
  }

  .s\:overflow-y-visible {
    overflow-y: visible;
  }

  .s\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .s\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .s\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .s\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .s\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .s\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .s\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .s\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .s\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .s\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .s\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .s\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .s\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .s\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .s\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .s\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .s\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .s\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .s\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .s\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .s\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .s\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .s\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .s\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .s\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .s\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .s\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .s\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .s\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .s\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .s\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .s\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .s\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .s\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .s\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .s\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .s\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .s\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .s\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .s\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .s\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .s\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .s\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .s\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .s\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .s\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .s\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .s\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .s\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .s\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .s\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .s\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .s\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .s\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .s\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .s\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .s\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .s\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .s\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .s\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .s\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .s\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .s\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .s\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .s\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .s\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .s\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .s\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .s\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .s\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .s\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .s\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .s\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .s\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .s\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .s\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .s\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .s\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .s\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .s\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .s\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .s\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .s\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .s\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .s\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .s\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .s\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .s\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .s\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .s\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .s\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .s\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .s\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .s\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .s\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .s\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .s\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .s\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .s\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .s\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .s\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .s\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .s\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .s\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .s\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .s\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .s\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .s\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .s\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .s\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .s\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .s\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .s\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .s\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .s\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .s\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .s\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .s\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .s\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .s\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .s\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .s\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .s\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .s\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .s\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .s\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .s\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .s\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .s\:p-0 {
    padding: 0px;
  }

  .s\:p-1 {
    padding: 0.25rem;
  }

  .s\:p-2 {
    padding: 0.5rem;
  }

  .s\:p-3 {
    padding: 3px;
  }

  .s\:p-4 {
    padding: 4px;
  }

  .s\:p-5 {
    padding: 5px;
  }

  .s\:p-6 {
    padding: 6px;
  }

  .s\:p-8 {
    padding: 8px;
  }

  .s\:p-9 {
    padding: 9px;
  }

  .s\:p-10 {
    padding: 10px;
  }

  .s\:p-12 {
    padding: 12px;
  }

  .s\:p-13 {
    padding: 13px;
  }

  .s\:p-14 {
    padding: 14px;
  }

  .s\:p-15 {
    padding: 15px;
  }

  .s\:p-16 {
    padding: 16px;
  }

  .s\:p-17 {
    padding: 17px;
  }

  .s\:p-18 {
    padding: 18px;
  }

  .s\:p-20 {
    padding: 20px;
  }

  .s\:p-22 {
    padding: 22px;
  }

  .s\:p-24 {
    padding: 24px;
  }

  .s\:p-25 {
    padding: 25px;
  }

  .s\:p-28 {
    padding: 28px;
  }

  .s\:p-29 {
    padding: 29px;
  }

  .s\:p-30 {
    padding: 30px;
  }

  .s\:p-32 {
    padding: 32px;
  }

  .s\:p-35 {
    padding: 35px;
  }

  .s\:p-36 {
    padding: 36px;
  }

  .s\:p-37 {
    padding: 37px;
  }

  .s\:p-40 {
    padding: 40px;
  }

  .s\:p-45 {
    padding: 45px;
  }

  .s\:p-48 {
    padding: 48px;
  }

  .s\:p-50 {
    padding: 50px;
  }

  .s\:p-55 {
    padding: 55px;
  }

  .s\:p-56 {
    padding: 56px;
  }

  .s\:p-60 {
    padding: 60px;
  }

  .s\:p-62 {
    padding: 62px;
  }

  .s\:p-64 {
    padding: 64px;
  }

  .s\:p-65 {
    padding: 65px;
  }

  .s\:p-70 {
    padding: 70px;
  }

  .s\:p-75 {
    padding: 75px;
  }

  .s\:p-80 {
    padding: 80px;
  }

  .s\:p-85 {
    padding: 85px;
  }

  .s\:p-90 {
    padding: 90px;
  }

  .s\:p-95 {
    padding: 95px;
  }

  .s\:p-96 {
    padding: 96px;
  }

  .s\:p-100 {
    padding: 100px;
  }

  .s\:p-110 {
    padding: 110px;
  }

  .s\:p-115 {
    padding: 115px;
  }

  .s\:p-120 {
    padding: 120px;
  }

  .s\:p-128 {
    padding: 128px;
  }

  .s\:p-135 {
    padding: 135px;
  }

  .s\:p-140 {
    padding: 140px;
  }

  .s\:p-145 {
    padding: 145px;
  }

  .s\:p-150 {
    padding: 150px;
  }

  .s\:p-160 {
    padding: 160px;
  }

  .s\:p-165 {
    padding: 165px;
  }

  .s\:p-168 {
    padding: 168px;
  }

  .s\:p-170 {
    padding: 170px;
  }

  .s\:p-180 {
    padding: 180px;
  }

  .s\:p-200 {
    padding: 200px;
  }

  .s\:p-220 {
    padding: 220px;
  }

  .s\:p-230 {
    padding: 230px;
  }

  .s\:p-235 {
    padding: 235px;
  }

  .s\:p-240 {
    padding: 240px;
  }

  .s\:p-250 {
    padding: 250px;
  }

  .s\:p-300 {
    padding: 300px;
  }

  .s\:p-320 {
    padding: 320px;
  }

  .s\:p-350 {
    padding: 350px;
  }

  .s\:p-375 {
    padding: 375px;
  }

  .s\:p-400 {
    padding: 400px;
  }

  .s\:p-450 {
    padding: 450px;
  }

  .s\:p-700 {
    padding: 700px;
  }

  .s\:p-px {
    padding: 1px;
  }

  .s\:p-1p {
    padding: 1%;
  }

  .s\:p-1\/12 {
    padding: 8.3333%;
  }

  .s\:p-2\/12 {
    padding: 16.666667%;
  }

  .s\:p-11p {
    padding: 11%;
  }

  .s\:p-20p {
    padding: 20%;
  }

  .s\:p-24p {
    padding: 24.25%;
  }

  .s\:p-25p {
    padding: 25%;
  }

  .s\:p-32p {
    padding: 32%;
  }

  .s\:p-35p {
    padding: 35%;
  }

  .s\:p-40p {
    padding: 40%;
  }

  .s\:p-49p {
    padding: 49%;
  }

  .s\:p-49-5p {
    padding: 49.5%;
  }

  .s\:p-80p {
    padding: 80%;
  }

  .s\:p-vh80 {
    padding: 80vh;
  }

  .s\:p-vh86 {
    padding: 86vh;
  }

  .s\:p-vh90 {
    padding: 90vh;
  }

  .s\:p-vw80 {
    padding: 80vw;
  }

  .s\:p-vw90 {
    padding: 90vw;
  }

  .s\:p-90p {
    padding: 90%;
  }

  .s\:p-92p {
    padding: 92%;
  }

  .s\:p-93p {
    padding: 93%;
  }

  .s\:p-94p {
    padding: 94%;
  }

  .s\:p-95p {
    padding: 95%;
  }

  .s\:p-96p {
    padding: 96%;
  }

  .s\:p-100p {
    padding: 100%;
  }

  .s\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .s\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .s\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .s\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .s\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .s\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .s\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .s\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .s\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .s\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .s\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .s\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .s\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .s\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .s\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .s\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .s\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .s\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .s\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .s\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .s\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .s\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .s\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .s\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .s\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .s\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .s\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .s\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .s\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .s\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .s\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .s\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .s\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .s\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .s\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .s\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .s\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .s\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .s\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .s\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .s\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .s\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .s\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .s\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .s\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .s\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .s\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .s\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .s\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .s\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .s\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .s\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .s\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .s\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .s\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .s\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .s\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .s\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .s\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .s\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .s\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .s\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .s\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .s\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .s\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .s\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .s\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .s\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .s\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .s\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .s\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .s\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .s\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .s\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .s\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .s\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .s\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .s\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .s\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .s\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .s\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .s\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .s\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .s\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .s\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .s\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .s\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .s\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .s\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .s\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .s\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .s\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .s\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .s\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .s\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .s\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .s\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .s\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .s\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .s\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .s\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .s\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .s\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .s\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .s\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .s\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .s\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .s\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .s\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .s\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .s\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .s\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .s\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .s\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .s\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .s\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .s\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .s\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .s\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .s\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .s\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .s\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .s\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .s\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .s\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .s\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .s\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .s\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .s\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .s\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .s\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .s\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .s\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .s\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .s\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .s\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .s\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .s\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .s\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .s\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .s\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .s\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .s\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .s\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .s\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .s\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .s\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .s\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .s\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .s\:pt-0 {
    padding-top: 0px;
  }

  .s\:pr-0 {
    padding-right: 0px;
  }

  .s\:pb-0 {
    padding-bottom: 0px;
  }

  .s\:pl-0 {
    padding-left: 0px;
  }

  .s\:pt-1 {
    padding-top: 0.25rem;
  }

  .s\:pr-1 {
    padding-right: 0.25rem;
  }

  .s\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .s\:pl-1 {
    padding-left: 0.25rem;
  }

  .s\:pt-2 {
    padding-top: 0.5rem;
  }

  .s\:pr-2 {
    padding-right: 0.5rem;
  }

  .s\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .s\:pl-2 {
    padding-left: 0.5rem;
  }

  .s\:pt-3 {
    padding-top: 3px;
  }

  .s\:pr-3 {
    padding-right: 3px;
  }

  .s\:pb-3 {
    padding-bottom: 3px;
  }

  .s\:pl-3 {
    padding-left: 3px;
  }

  .s\:pt-4 {
    padding-top: 4px;
  }

  .s\:pr-4 {
    padding-right: 4px;
  }

  .s\:pb-4 {
    padding-bottom: 4px;
  }

  .s\:pl-4 {
    padding-left: 4px;
  }

  .s\:pt-5 {
    padding-top: 5px;
  }

  .s\:pr-5 {
    padding-right: 5px;
  }

  .s\:pb-5 {
    padding-bottom: 5px;
  }

  .s\:pl-5 {
    padding-left: 5px;
  }

  .s\:pt-6 {
    padding-top: 6px;
  }

  .s\:pr-6 {
    padding-right: 6px;
  }

  .s\:pb-6 {
    padding-bottom: 6px;
  }

  .s\:pl-6 {
    padding-left: 6px;
  }

  .s\:pt-8 {
    padding-top: 8px;
  }

  .s\:pr-8 {
    padding-right: 8px;
  }

  .s\:pb-8 {
    padding-bottom: 8px;
  }

  .s\:pl-8 {
    padding-left: 8px;
  }

  .s\:pt-9 {
    padding-top: 9px;
  }

  .s\:pr-9 {
    padding-right: 9px;
  }

  .s\:pb-9 {
    padding-bottom: 9px;
  }

  .s\:pl-9 {
    padding-left: 9px;
  }

  .s\:pt-10 {
    padding-top: 10px;
  }

  .s\:pr-10 {
    padding-right: 10px;
  }

  .s\:pb-10 {
    padding-bottom: 10px;
  }

  .s\:pl-10 {
    padding-left: 10px;
  }

  .s\:pt-12 {
    padding-top: 12px;
  }

  .s\:pr-12 {
    padding-right: 12px;
  }

  .s\:pb-12 {
    padding-bottom: 12px;
  }

  .s\:pl-12 {
    padding-left: 12px;
  }

  .s\:pt-13 {
    padding-top: 13px;
  }

  .s\:pr-13 {
    padding-right: 13px;
  }

  .s\:pb-13 {
    padding-bottom: 13px;
  }

  .s\:pl-13 {
    padding-left: 13px;
  }

  .s\:pt-14 {
    padding-top: 14px;
  }

  .s\:pr-14 {
    padding-right: 14px;
  }

  .s\:pb-14 {
    padding-bottom: 14px;
  }

  .s\:pl-14 {
    padding-left: 14px;
  }

  .s\:pt-15 {
    padding-top: 15px;
  }

  .s\:pr-15 {
    padding-right: 15px;
  }

  .s\:pb-15 {
    padding-bottom: 15px;
  }

  .s\:pl-15 {
    padding-left: 15px;
  }

  .s\:pt-16 {
    padding-top: 16px;
  }

  .s\:pr-16 {
    padding-right: 16px;
  }

  .s\:pb-16 {
    padding-bottom: 16px;
  }

  .s\:pl-16 {
    padding-left: 16px;
  }

  .s\:pt-17 {
    padding-top: 17px;
  }

  .s\:pr-17 {
    padding-right: 17px;
  }

  .s\:pb-17 {
    padding-bottom: 17px;
  }

  .s\:pl-17 {
    padding-left: 17px;
  }

  .s\:pt-18 {
    padding-top: 18px;
  }

  .s\:pr-18 {
    padding-right: 18px;
  }

  .s\:pb-18 {
    padding-bottom: 18px;
  }

  .s\:pl-18 {
    padding-left: 18px;
  }

  .s\:pt-20 {
    padding-top: 20px;
  }

  .s\:pr-20 {
    padding-right: 20px;
  }

  .s\:pb-20 {
    padding-bottom: 20px;
  }

  .s\:pl-20 {
    padding-left: 20px;
  }

  .s\:pt-22 {
    padding-top: 22px;
  }

  .s\:pr-22 {
    padding-right: 22px;
  }

  .s\:pb-22 {
    padding-bottom: 22px;
  }

  .s\:pl-22 {
    padding-left: 22px;
  }

  .s\:pt-24 {
    padding-top: 24px;
  }

  .s\:pr-24 {
    padding-right: 24px;
  }

  .s\:pb-24 {
    padding-bottom: 24px;
  }

  .s\:pl-24 {
    padding-left: 24px;
  }

  .s\:pt-25 {
    padding-top: 25px;
  }

  .s\:pr-25 {
    padding-right: 25px;
  }

  .s\:pb-25 {
    padding-bottom: 25px;
  }

  .s\:pl-25 {
    padding-left: 25px;
  }

  .s\:pt-28 {
    padding-top: 28px;
  }

  .s\:pr-28 {
    padding-right: 28px;
  }

  .s\:pb-28 {
    padding-bottom: 28px;
  }

  .s\:pl-28 {
    padding-left: 28px;
  }

  .s\:pt-29 {
    padding-top: 29px;
  }

  .s\:pr-29 {
    padding-right: 29px;
  }

  .s\:pb-29 {
    padding-bottom: 29px;
  }

  .s\:pl-29 {
    padding-left: 29px;
  }

  .s\:pt-30 {
    padding-top: 30px;
  }

  .s\:pr-30 {
    padding-right: 30px;
  }

  .s\:pb-30 {
    padding-bottom: 30px;
  }

  .s\:pl-30 {
    padding-left: 30px;
  }

  .s\:pt-32 {
    padding-top: 32px;
  }

  .s\:pr-32 {
    padding-right: 32px;
  }

  .s\:pb-32 {
    padding-bottom: 32px;
  }

  .s\:pl-32 {
    padding-left: 32px;
  }

  .s\:pt-35 {
    padding-top: 35px;
  }

  .s\:pr-35 {
    padding-right: 35px;
  }

  .s\:pb-35 {
    padding-bottom: 35px;
  }

  .s\:pl-35 {
    padding-left: 35px;
  }

  .s\:pt-36 {
    padding-top: 36px;
  }

  .s\:pr-36 {
    padding-right: 36px;
  }

  .s\:pb-36 {
    padding-bottom: 36px;
  }

  .s\:pl-36 {
    padding-left: 36px;
  }

  .s\:pt-37 {
    padding-top: 37px;
  }

  .s\:pr-37 {
    padding-right: 37px;
  }

  .s\:pb-37 {
    padding-bottom: 37px;
  }

  .s\:pl-37 {
    padding-left: 37px;
  }

  .s\:pt-40 {
    padding-top: 40px;
  }

  .s\:pr-40 {
    padding-right: 40px;
  }

  .s\:pb-40 {
    padding-bottom: 40px;
  }

  .s\:pl-40 {
    padding-left: 40px;
  }

  .s\:pt-45 {
    padding-top: 45px;
  }

  .s\:pr-45 {
    padding-right: 45px;
  }

  .s\:pb-45 {
    padding-bottom: 45px;
  }

  .s\:pl-45 {
    padding-left: 45px;
  }

  .s\:pt-48 {
    padding-top: 48px;
  }

  .s\:pr-48 {
    padding-right: 48px;
  }

  .s\:pb-48 {
    padding-bottom: 48px;
  }

  .s\:pl-48 {
    padding-left: 48px;
  }

  .s\:pt-50 {
    padding-top: 50px;
  }

  .s\:pr-50 {
    padding-right: 50px;
  }

  .s\:pb-50 {
    padding-bottom: 50px;
  }

  .s\:pl-50 {
    padding-left: 50px;
  }

  .s\:pt-55 {
    padding-top: 55px;
  }

  .s\:pr-55 {
    padding-right: 55px;
  }

  .s\:pb-55 {
    padding-bottom: 55px;
  }

  .s\:pl-55 {
    padding-left: 55px;
  }

  .s\:pt-56 {
    padding-top: 56px;
  }

  .s\:pr-56 {
    padding-right: 56px;
  }

  .s\:pb-56 {
    padding-bottom: 56px;
  }

  .s\:pl-56 {
    padding-left: 56px;
  }

  .s\:pt-60 {
    padding-top: 60px;
  }

  .s\:pr-60 {
    padding-right: 60px;
  }

  .s\:pb-60 {
    padding-bottom: 60px;
  }

  .s\:pl-60 {
    padding-left: 60px;
  }

  .s\:pt-62 {
    padding-top: 62px;
  }

  .s\:pr-62 {
    padding-right: 62px;
  }

  .s\:pb-62 {
    padding-bottom: 62px;
  }

  .s\:pl-62 {
    padding-left: 62px;
  }

  .s\:pt-64 {
    padding-top: 64px;
  }

  .s\:pr-64 {
    padding-right: 64px;
  }

  .s\:pb-64 {
    padding-bottom: 64px;
  }

  .s\:pl-64 {
    padding-left: 64px;
  }

  .s\:pt-65 {
    padding-top: 65px;
  }

  .s\:pr-65 {
    padding-right: 65px;
  }

  .s\:pb-65 {
    padding-bottom: 65px;
  }

  .s\:pl-65 {
    padding-left: 65px;
  }

  .s\:pt-70 {
    padding-top: 70px;
  }

  .s\:pr-70 {
    padding-right: 70px;
  }

  .s\:pb-70 {
    padding-bottom: 70px;
  }

  .s\:pl-70 {
    padding-left: 70px;
  }

  .s\:pt-75 {
    padding-top: 75px;
  }

  .s\:pr-75 {
    padding-right: 75px;
  }

  .s\:pb-75 {
    padding-bottom: 75px;
  }

  .s\:pl-75 {
    padding-left: 75px;
  }

  .s\:pt-80 {
    padding-top: 80px;
  }

  .s\:pr-80 {
    padding-right: 80px;
  }

  .s\:pb-80 {
    padding-bottom: 80px;
  }

  .s\:pl-80 {
    padding-left: 80px;
  }

  .s\:pt-85 {
    padding-top: 85px;
  }

  .s\:pr-85 {
    padding-right: 85px;
  }

  .s\:pb-85 {
    padding-bottom: 85px;
  }

  .s\:pl-85 {
    padding-left: 85px;
  }

  .s\:pt-90 {
    padding-top: 90px;
  }

  .s\:pr-90 {
    padding-right: 90px;
  }

  .s\:pb-90 {
    padding-bottom: 90px;
  }

  .s\:pl-90 {
    padding-left: 90px;
  }

  .s\:pt-95 {
    padding-top: 95px;
  }

  .s\:pr-95 {
    padding-right: 95px;
  }

  .s\:pb-95 {
    padding-bottom: 95px;
  }

  .s\:pl-95 {
    padding-left: 95px;
  }

  .s\:pt-96 {
    padding-top: 96px;
  }

  .s\:pr-96 {
    padding-right: 96px;
  }

  .s\:pb-96 {
    padding-bottom: 96px;
  }

  .s\:pl-96 {
    padding-left: 96px;
  }

  .s\:pt-100 {
    padding-top: 100px;
  }

  .s\:pr-100 {
    padding-right: 100px;
  }

  .s\:pb-100 {
    padding-bottom: 100px;
  }

  .s\:pl-100 {
    padding-left: 100px;
  }

  .s\:pt-110 {
    padding-top: 110px;
  }

  .s\:pr-110 {
    padding-right: 110px;
  }

  .s\:pb-110 {
    padding-bottom: 110px;
  }

  .s\:pl-110 {
    padding-left: 110px;
  }

  .s\:pt-115 {
    padding-top: 115px;
  }

  .s\:pr-115 {
    padding-right: 115px;
  }

  .s\:pb-115 {
    padding-bottom: 115px;
  }

  .s\:pl-115 {
    padding-left: 115px;
  }

  .s\:pt-120 {
    padding-top: 120px;
  }

  .s\:pr-120 {
    padding-right: 120px;
  }

  .s\:pb-120 {
    padding-bottom: 120px;
  }

  .s\:pl-120 {
    padding-left: 120px;
  }

  .s\:pt-128 {
    padding-top: 128px;
  }

  .s\:pr-128 {
    padding-right: 128px;
  }

  .s\:pb-128 {
    padding-bottom: 128px;
  }

  .s\:pl-128 {
    padding-left: 128px;
  }

  .s\:pt-135 {
    padding-top: 135px;
  }

  .s\:pr-135 {
    padding-right: 135px;
  }

  .s\:pb-135 {
    padding-bottom: 135px;
  }

  .s\:pl-135 {
    padding-left: 135px;
  }

  .s\:pt-140 {
    padding-top: 140px;
  }

  .s\:pr-140 {
    padding-right: 140px;
  }

  .s\:pb-140 {
    padding-bottom: 140px;
  }

  .s\:pl-140 {
    padding-left: 140px;
  }

  .s\:pt-145 {
    padding-top: 145px;
  }

  .s\:pr-145 {
    padding-right: 145px;
  }

  .s\:pb-145 {
    padding-bottom: 145px;
  }

  .s\:pl-145 {
    padding-left: 145px;
  }

  .s\:pt-150 {
    padding-top: 150px;
  }

  .s\:pr-150 {
    padding-right: 150px;
  }

  .s\:pb-150 {
    padding-bottom: 150px;
  }

  .s\:pl-150 {
    padding-left: 150px;
  }

  .s\:pt-160 {
    padding-top: 160px;
  }

  .s\:pr-160 {
    padding-right: 160px;
  }

  .s\:pb-160 {
    padding-bottom: 160px;
  }

  .s\:pl-160 {
    padding-left: 160px;
  }

  .s\:pt-165 {
    padding-top: 165px;
  }

  .s\:pr-165 {
    padding-right: 165px;
  }

  .s\:pb-165 {
    padding-bottom: 165px;
  }

  .s\:pl-165 {
    padding-left: 165px;
  }

  .s\:pt-168 {
    padding-top: 168px;
  }

  .s\:pr-168 {
    padding-right: 168px;
  }

  .s\:pb-168 {
    padding-bottom: 168px;
  }

  .s\:pl-168 {
    padding-left: 168px;
  }

  .s\:pt-170 {
    padding-top: 170px;
  }

  .s\:pr-170 {
    padding-right: 170px;
  }

  .s\:pb-170 {
    padding-bottom: 170px;
  }

  .s\:pl-170 {
    padding-left: 170px;
  }

  .s\:pt-180 {
    padding-top: 180px;
  }

  .s\:pr-180 {
    padding-right: 180px;
  }

  .s\:pb-180 {
    padding-bottom: 180px;
  }

  .s\:pl-180 {
    padding-left: 180px;
  }

  .s\:pt-200 {
    padding-top: 200px;
  }

  .s\:pr-200 {
    padding-right: 200px;
  }

  .s\:pb-200 {
    padding-bottom: 200px;
  }

  .s\:pl-200 {
    padding-left: 200px;
  }

  .s\:pt-220 {
    padding-top: 220px;
  }

  .s\:pr-220 {
    padding-right: 220px;
  }

  .s\:pb-220 {
    padding-bottom: 220px;
  }

  .s\:pl-220 {
    padding-left: 220px;
  }

  .s\:pt-230 {
    padding-top: 230px;
  }

  .s\:pr-230 {
    padding-right: 230px;
  }

  .s\:pb-230 {
    padding-bottom: 230px;
  }

  .s\:pl-230 {
    padding-left: 230px;
  }

  .s\:pt-235 {
    padding-top: 235px;
  }

  .s\:pr-235 {
    padding-right: 235px;
  }

  .s\:pb-235 {
    padding-bottom: 235px;
  }

  .s\:pl-235 {
    padding-left: 235px;
  }

  .s\:pt-240 {
    padding-top: 240px;
  }

  .s\:pr-240 {
    padding-right: 240px;
  }

  .s\:pb-240 {
    padding-bottom: 240px;
  }

  .s\:pl-240 {
    padding-left: 240px;
  }

  .s\:pt-250 {
    padding-top: 250px;
  }

  .s\:pr-250 {
    padding-right: 250px;
  }

  .s\:pb-250 {
    padding-bottom: 250px;
  }

  .s\:pl-250 {
    padding-left: 250px;
  }

  .s\:pt-300 {
    padding-top: 300px;
  }

  .s\:pr-300 {
    padding-right: 300px;
  }

  .s\:pb-300 {
    padding-bottom: 300px;
  }

  .s\:pl-300 {
    padding-left: 300px;
  }

  .s\:pt-320 {
    padding-top: 320px;
  }

  .s\:pr-320 {
    padding-right: 320px;
  }

  .s\:pb-320 {
    padding-bottom: 320px;
  }

  .s\:pl-320 {
    padding-left: 320px;
  }

  .s\:pt-350 {
    padding-top: 350px;
  }

  .s\:pr-350 {
    padding-right: 350px;
  }

  .s\:pb-350 {
    padding-bottom: 350px;
  }

  .s\:pl-350 {
    padding-left: 350px;
  }

  .s\:pt-375 {
    padding-top: 375px;
  }

  .s\:pr-375 {
    padding-right: 375px;
  }

  .s\:pb-375 {
    padding-bottom: 375px;
  }

  .s\:pl-375 {
    padding-left: 375px;
  }

  .s\:pt-400 {
    padding-top: 400px;
  }

  .s\:pr-400 {
    padding-right: 400px;
  }

  .s\:pb-400 {
    padding-bottom: 400px;
  }

  .s\:pl-400 {
    padding-left: 400px;
  }

  .s\:pt-450 {
    padding-top: 450px;
  }

  .s\:pr-450 {
    padding-right: 450px;
  }

  .s\:pb-450 {
    padding-bottom: 450px;
  }

  .s\:pl-450 {
    padding-left: 450px;
  }

  .s\:pt-700 {
    padding-top: 700px;
  }

  .s\:pr-700 {
    padding-right: 700px;
  }

  .s\:pb-700 {
    padding-bottom: 700px;
  }

  .s\:pl-700 {
    padding-left: 700px;
  }

  .s\:pt-px {
    padding-top: 1px;
  }

  .s\:pr-px {
    padding-right: 1px;
  }

  .s\:pb-px {
    padding-bottom: 1px;
  }

  .s\:pl-px {
    padding-left: 1px;
  }

  .s\:pt-1p {
    padding-top: 1%;
  }

  .s\:pr-1p {
    padding-right: 1%;
  }

  .s\:pb-1p {
    padding-bottom: 1%;
  }

  .s\:pl-1p {
    padding-left: 1%;
  }

  .s\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .s\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .s\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .s\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .s\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .s\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .s\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .s\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .s\:pt-11p {
    padding-top: 11%;
  }

  .s\:pr-11p {
    padding-right: 11%;
  }

  .s\:pb-11p {
    padding-bottom: 11%;
  }

  .s\:pl-11p {
    padding-left: 11%;
  }

  .s\:pt-20p {
    padding-top: 20%;
  }

  .s\:pr-20p {
    padding-right: 20%;
  }

  .s\:pb-20p {
    padding-bottom: 20%;
  }

  .s\:pl-20p {
    padding-left: 20%;
  }

  .s\:pt-24p {
    padding-top: 24.25%;
  }

  .s\:pr-24p {
    padding-right: 24.25%;
  }

  .s\:pb-24p {
    padding-bottom: 24.25%;
  }

  .s\:pl-24p {
    padding-left: 24.25%;
  }

  .s\:pt-25p {
    padding-top: 25%;
  }

  .s\:pr-25p {
    padding-right: 25%;
  }

  .s\:pb-25p {
    padding-bottom: 25%;
  }

  .s\:pl-25p {
    padding-left: 25%;
  }

  .s\:pt-32p {
    padding-top: 32%;
  }

  .s\:pr-32p {
    padding-right: 32%;
  }

  .s\:pb-32p {
    padding-bottom: 32%;
  }

  .s\:pl-32p {
    padding-left: 32%;
  }

  .s\:pt-35p {
    padding-top: 35%;
  }

  .s\:pr-35p {
    padding-right: 35%;
  }

  .s\:pb-35p {
    padding-bottom: 35%;
  }

  .s\:pl-35p {
    padding-left: 35%;
  }

  .s\:pt-40p {
    padding-top: 40%;
  }

  .s\:pr-40p {
    padding-right: 40%;
  }

  .s\:pb-40p {
    padding-bottom: 40%;
  }

  .s\:pl-40p {
    padding-left: 40%;
  }

  .s\:pt-49p {
    padding-top: 49%;
  }

  .s\:pr-49p {
    padding-right: 49%;
  }

  .s\:pb-49p {
    padding-bottom: 49%;
  }

  .s\:pl-49p {
    padding-left: 49%;
  }

  .s\:pt-49-5p {
    padding-top: 49.5%;
  }

  .s\:pr-49-5p {
    padding-right: 49.5%;
  }

  .s\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .s\:pl-49-5p {
    padding-left: 49.5%;
  }

  .s\:pt-80p {
    padding-top: 80%;
  }

  .s\:pr-80p {
    padding-right: 80%;
  }

  .s\:pb-80p {
    padding-bottom: 80%;
  }

  .s\:pl-80p {
    padding-left: 80%;
  }

  .s\:pt-vh80 {
    padding-top: 80vh;
  }

  .s\:pr-vh80 {
    padding-right: 80vh;
  }

  .s\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .s\:pl-vh80 {
    padding-left: 80vh;
  }

  .s\:pt-vh86 {
    padding-top: 86vh;
  }

  .s\:pr-vh86 {
    padding-right: 86vh;
  }

  .s\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .s\:pl-vh86 {
    padding-left: 86vh;
  }

  .s\:pt-vh90 {
    padding-top: 90vh;
  }

  .s\:pr-vh90 {
    padding-right: 90vh;
  }

  .s\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .s\:pl-vh90 {
    padding-left: 90vh;
  }

  .s\:pt-vw80 {
    padding-top: 80vw;
  }

  .s\:pr-vw80 {
    padding-right: 80vw;
  }

  .s\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .s\:pl-vw80 {
    padding-left: 80vw;
  }

  .s\:pt-vw90 {
    padding-top: 90vw;
  }

  .s\:pr-vw90 {
    padding-right: 90vw;
  }

  .s\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .s\:pl-vw90 {
    padding-left: 90vw;
  }

  .s\:pt-90p {
    padding-top: 90%;
  }

  .s\:pr-90p {
    padding-right: 90%;
  }

  .s\:pb-90p {
    padding-bottom: 90%;
  }

  .s\:pl-90p {
    padding-left: 90%;
  }

  .s\:pt-92p {
    padding-top: 92%;
  }

  .s\:pr-92p {
    padding-right: 92%;
  }

  .s\:pb-92p {
    padding-bottom: 92%;
  }

  .s\:pl-92p {
    padding-left: 92%;
  }

  .s\:pt-93p {
    padding-top: 93%;
  }

  .s\:pr-93p {
    padding-right: 93%;
  }

  .s\:pb-93p {
    padding-bottom: 93%;
  }

  .s\:pl-93p {
    padding-left: 93%;
  }

  .s\:pt-94p {
    padding-top: 94%;
  }

  .s\:pr-94p {
    padding-right: 94%;
  }

  .s\:pb-94p {
    padding-bottom: 94%;
  }

  .s\:pl-94p {
    padding-left: 94%;
  }

  .s\:pt-95p {
    padding-top: 95%;
  }

  .s\:pr-95p {
    padding-right: 95%;
  }

  .s\:pb-95p {
    padding-bottom: 95%;
  }

  .s\:pl-95p {
    padding-left: 95%;
  }

  .s\:pt-96p {
    padding-top: 96%;
  }

  .s\:pr-96p {
    padding-right: 96%;
  }

  .s\:pb-96p {
    padding-bottom: 96%;
  }

  .s\:pl-96p {
    padding-left: 96%;
  }

  .s\:pt-100p {
    padding-top: 100%;
  }

  .s\:pr-100p {
    padding-right: 100%;
  }

  .s\:pb-100p {
    padding-bottom: 100%;
  }

  .s\:pl-100p {
    padding-left: 100%;
  }

  .s\:hover\:p-0:hover {
    padding: 0px;
  }

  .s\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .s\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .s\:hover\:p-3:hover {
    padding: 3px;
  }

  .s\:hover\:p-4:hover {
    padding: 4px;
  }

  .s\:hover\:p-5:hover {
    padding: 5px;
  }

  .s\:hover\:p-6:hover {
    padding: 6px;
  }

  .s\:hover\:p-8:hover {
    padding: 8px;
  }

  .s\:hover\:p-9:hover {
    padding: 9px;
  }

  .s\:hover\:p-10:hover {
    padding: 10px;
  }

  .s\:hover\:p-12:hover {
    padding: 12px;
  }

  .s\:hover\:p-13:hover {
    padding: 13px;
  }

  .s\:hover\:p-14:hover {
    padding: 14px;
  }

  .s\:hover\:p-15:hover {
    padding: 15px;
  }

  .s\:hover\:p-16:hover {
    padding: 16px;
  }

  .s\:hover\:p-17:hover {
    padding: 17px;
  }

  .s\:hover\:p-18:hover {
    padding: 18px;
  }

  .s\:hover\:p-20:hover {
    padding: 20px;
  }

  .s\:hover\:p-22:hover {
    padding: 22px;
  }

  .s\:hover\:p-24:hover {
    padding: 24px;
  }

  .s\:hover\:p-25:hover {
    padding: 25px;
  }

  .s\:hover\:p-28:hover {
    padding: 28px;
  }

  .s\:hover\:p-29:hover {
    padding: 29px;
  }

  .s\:hover\:p-30:hover {
    padding: 30px;
  }

  .s\:hover\:p-32:hover {
    padding: 32px;
  }

  .s\:hover\:p-35:hover {
    padding: 35px;
  }

  .s\:hover\:p-36:hover {
    padding: 36px;
  }

  .s\:hover\:p-37:hover {
    padding: 37px;
  }

  .s\:hover\:p-40:hover {
    padding: 40px;
  }

  .s\:hover\:p-45:hover {
    padding: 45px;
  }

  .s\:hover\:p-48:hover {
    padding: 48px;
  }

  .s\:hover\:p-50:hover {
    padding: 50px;
  }

  .s\:hover\:p-55:hover {
    padding: 55px;
  }

  .s\:hover\:p-56:hover {
    padding: 56px;
  }

  .s\:hover\:p-60:hover {
    padding: 60px;
  }

  .s\:hover\:p-62:hover {
    padding: 62px;
  }

  .s\:hover\:p-64:hover {
    padding: 64px;
  }

  .s\:hover\:p-65:hover {
    padding: 65px;
  }

  .s\:hover\:p-70:hover {
    padding: 70px;
  }

  .s\:hover\:p-75:hover {
    padding: 75px;
  }

  .s\:hover\:p-80:hover {
    padding: 80px;
  }

  .s\:hover\:p-85:hover {
    padding: 85px;
  }

  .s\:hover\:p-90:hover {
    padding: 90px;
  }

  .s\:hover\:p-95:hover {
    padding: 95px;
  }

  .s\:hover\:p-96:hover {
    padding: 96px;
  }

  .s\:hover\:p-100:hover {
    padding: 100px;
  }

  .s\:hover\:p-110:hover {
    padding: 110px;
  }

  .s\:hover\:p-115:hover {
    padding: 115px;
  }

  .s\:hover\:p-120:hover {
    padding: 120px;
  }

  .s\:hover\:p-128:hover {
    padding: 128px;
  }

  .s\:hover\:p-135:hover {
    padding: 135px;
  }

  .s\:hover\:p-140:hover {
    padding: 140px;
  }

  .s\:hover\:p-145:hover {
    padding: 145px;
  }

  .s\:hover\:p-150:hover {
    padding: 150px;
  }

  .s\:hover\:p-160:hover {
    padding: 160px;
  }

  .s\:hover\:p-165:hover {
    padding: 165px;
  }

  .s\:hover\:p-168:hover {
    padding: 168px;
  }

  .s\:hover\:p-170:hover {
    padding: 170px;
  }

  .s\:hover\:p-180:hover {
    padding: 180px;
  }

  .s\:hover\:p-200:hover {
    padding: 200px;
  }

  .s\:hover\:p-220:hover {
    padding: 220px;
  }

  .s\:hover\:p-230:hover {
    padding: 230px;
  }

  .s\:hover\:p-235:hover {
    padding: 235px;
  }

  .s\:hover\:p-240:hover {
    padding: 240px;
  }

  .s\:hover\:p-250:hover {
    padding: 250px;
  }

  .s\:hover\:p-300:hover {
    padding: 300px;
  }

  .s\:hover\:p-320:hover {
    padding: 320px;
  }

  .s\:hover\:p-350:hover {
    padding: 350px;
  }

  .s\:hover\:p-375:hover {
    padding: 375px;
  }

  .s\:hover\:p-400:hover {
    padding: 400px;
  }

  .s\:hover\:p-450:hover {
    padding: 450px;
  }

  .s\:hover\:p-700:hover {
    padding: 700px;
  }

  .s\:hover\:p-px:hover {
    padding: 1px;
  }

  .s\:hover\:p-1p:hover {
    padding: 1%;
  }

  .s\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .s\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .s\:hover\:p-11p:hover {
    padding: 11%;
  }

  .s\:hover\:p-20p:hover {
    padding: 20%;
  }

  .s\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .s\:hover\:p-25p:hover {
    padding: 25%;
  }

  .s\:hover\:p-32p:hover {
    padding: 32%;
  }

  .s\:hover\:p-35p:hover {
    padding: 35%;
  }

  .s\:hover\:p-40p:hover {
    padding: 40%;
  }

  .s\:hover\:p-49p:hover {
    padding: 49%;
  }

  .s\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .s\:hover\:p-80p:hover {
    padding: 80%;
  }

  .s\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .s\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .s\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .s\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .s\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .s\:hover\:p-90p:hover {
    padding: 90%;
  }

  .s\:hover\:p-92p:hover {
    padding: 92%;
  }

  .s\:hover\:p-93p:hover {
    padding: 93%;
  }

  .s\:hover\:p-94p:hover {
    padding: 94%;
  }

  .s\:hover\:p-95p:hover {
    padding: 95%;
  }

  .s\:hover\:p-96p:hover {
    padding: 96%;
  }

  .s\:hover\:p-100p:hover {
    padding: 100%;
  }

  .s\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .s\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .s\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .s\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .s\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .s\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .s\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .s\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .s\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .s\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .s\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .s\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .s\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .s\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .s\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .s\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .s\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .s\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .s\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .s\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .s\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .s\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .s\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .s\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .s\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .s\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .s\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .s\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .s\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .s\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .s\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .s\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .s\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .s\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .s\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .s\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .s\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .s\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .s\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .s\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .s\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .s\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .s\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .s\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .s\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .s\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .s\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .s\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .s\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .s\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .s\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .s\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .s\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .s\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .s\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .s\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .s\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .s\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .s\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .s\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .s\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .s\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .s\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .s\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .s\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .s\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .s\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .s\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .s\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .s\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .s\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .s\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .s\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .s\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .s\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .s\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .s\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .s\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .s\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .s\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .s\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .s\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .s\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .s\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .s\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .s\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .s\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .s\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .s\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .s\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .s\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .s\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .s\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .s\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .s\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .s\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .s\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .s\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .s\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .s\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .s\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .s\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .s\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .s\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .s\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .s\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .s\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .s\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .s\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .s\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .s\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .s\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .s\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .s\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .s\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .s\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .s\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .s\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .s\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .s\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .s\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .s\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .s\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .s\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .s\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .s\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .s\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .s\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .s\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .s\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .s\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .s\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .s\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .s\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .s\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .s\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .s\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .s\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .s\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .s\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .s\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .s\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .s\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .s\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .s\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .s\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .s\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .s\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .s\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .s\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .s\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .s\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .s\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .s\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .s\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .s\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .s\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .s\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .s\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .s\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .s\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .s\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .s\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .s\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .s\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .s\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .s\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .s\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .s\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .s\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .s\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .s\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .s\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .s\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .s\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .s\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .s\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .s\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .s\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .s\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .s\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .s\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .s\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .s\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .s\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .s\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .s\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .s\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .s\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .s\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .s\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .s\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .s\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .s\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .s\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .s\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .s\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .s\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .s\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .s\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .s\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .s\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .s\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .s\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .s\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .s\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .s\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .s\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .s\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .s\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .s\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .s\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .s\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .s\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .s\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .s\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .s\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .s\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .s\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .s\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .s\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .s\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .s\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .s\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .s\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .s\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .s\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .s\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .s\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .s\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .s\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .s\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .s\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .s\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .s\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .s\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .s\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .s\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .s\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .s\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .s\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .s\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .s\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .s\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .s\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .s\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .s\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .s\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .s\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .s\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .s\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .s\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .s\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .s\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .s\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .s\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .s\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .s\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .s\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .s\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .s\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .s\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .s\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .s\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .s\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .s\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .s\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .s\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .s\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .s\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .s\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .s\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .s\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .s\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .s\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .s\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .s\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .s\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .s\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .s\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .s\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .s\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .s\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .s\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .s\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .s\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .s\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .s\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .s\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .s\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .s\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .s\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .s\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .s\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .s\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .s\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .s\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .s\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .s\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .s\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .s\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .s\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .s\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .s\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .s\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .s\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .s\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .s\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .s\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .s\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .s\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .s\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .s\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .s\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .s\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .s\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .s\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .s\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .s\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .s\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .s\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .s\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .s\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .s\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .s\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .s\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .s\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .s\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .s\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .s\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .s\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .s\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .s\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .s\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .s\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .s\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .s\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .s\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .s\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .s\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .s\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .s\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .s\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .s\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .s\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .s\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .s\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .s\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .s\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .s\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .s\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .s\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .s\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .s\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .s\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .s\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .s\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .s\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .s\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .s\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .s\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .s\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .s\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .s\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .s\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .s\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .s\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .s\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .s\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .s\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .s\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .s\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .s\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .s\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .s\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .s\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .s\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .s\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .s\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .s\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .s\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .s\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .s\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .s\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .s\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .s\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .s\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .s\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .s\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .s\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .s\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .s\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .s\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .s\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .s\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .s\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .s\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .s\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .s\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .s\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .s\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .s\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .s\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .s\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .s\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .s\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .s\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .s\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .s\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .s\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .s\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .s\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .s\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .s\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .s\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .s\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .s\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .s\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .s\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .s\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .s\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .s\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .s\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .s\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .s\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .s\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .s\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .s\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .s\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .s\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .s\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .s\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .s\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .s\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .s\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .s\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .s\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .s\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .s\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .s\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .s\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .s\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .s\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .s\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .s\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .s\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .s\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .s\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .s\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .s\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .s\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .s\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .s\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .s\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .s\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .s\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .s\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .s\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .s\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .s\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .s\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .s\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .s\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .s\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .s\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .s\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .s\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .s\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .s\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .s\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .s\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .s\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .s\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .s\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .s\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .s\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .s\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .s\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .s\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .s\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .s\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .s\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .s\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .s\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .s\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .s\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .s\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .s\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .s\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .s\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .s\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .s\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .s\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .s\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .s\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .s\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .s\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .s\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .s\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .s\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .s\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .s\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .s\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .s\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .s\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .s\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .s\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .s\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .s\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .s\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .s\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .s\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .s\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .s\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .s\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .s\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .s\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .s\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .s\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .s\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .s\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .s\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .s\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .s\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .s\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .s\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .s\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .s\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .s\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .s\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .s\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .s\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .s\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .s\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .s\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .s\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .s\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .s\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .s\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .s\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .s\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .s\:focus\:p-0:focus {
    padding: 0px;
  }

  .s\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .s\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .s\:focus\:p-3:focus {
    padding: 3px;
  }

  .s\:focus\:p-4:focus {
    padding: 4px;
  }

  .s\:focus\:p-5:focus {
    padding: 5px;
  }

  .s\:focus\:p-6:focus {
    padding: 6px;
  }

  .s\:focus\:p-8:focus {
    padding: 8px;
  }

  .s\:focus\:p-9:focus {
    padding: 9px;
  }

  .s\:focus\:p-10:focus {
    padding: 10px;
  }

  .s\:focus\:p-12:focus {
    padding: 12px;
  }

  .s\:focus\:p-13:focus {
    padding: 13px;
  }

  .s\:focus\:p-14:focus {
    padding: 14px;
  }

  .s\:focus\:p-15:focus {
    padding: 15px;
  }

  .s\:focus\:p-16:focus {
    padding: 16px;
  }

  .s\:focus\:p-17:focus {
    padding: 17px;
  }

  .s\:focus\:p-18:focus {
    padding: 18px;
  }

  .s\:focus\:p-20:focus {
    padding: 20px;
  }

  .s\:focus\:p-22:focus {
    padding: 22px;
  }

  .s\:focus\:p-24:focus {
    padding: 24px;
  }

  .s\:focus\:p-25:focus {
    padding: 25px;
  }

  .s\:focus\:p-28:focus {
    padding: 28px;
  }

  .s\:focus\:p-29:focus {
    padding: 29px;
  }

  .s\:focus\:p-30:focus {
    padding: 30px;
  }

  .s\:focus\:p-32:focus {
    padding: 32px;
  }

  .s\:focus\:p-35:focus {
    padding: 35px;
  }

  .s\:focus\:p-36:focus {
    padding: 36px;
  }

  .s\:focus\:p-37:focus {
    padding: 37px;
  }

  .s\:focus\:p-40:focus {
    padding: 40px;
  }

  .s\:focus\:p-45:focus {
    padding: 45px;
  }

  .s\:focus\:p-48:focus {
    padding: 48px;
  }

  .s\:focus\:p-50:focus {
    padding: 50px;
  }

  .s\:focus\:p-55:focus {
    padding: 55px;
  }

  .s\:focus\:p-56:focus {
    padding: 56px;
  }

  .s\:focus\:p-60:focus {
    padding: 60px;
  }

  .s\:focus\:p-62:focus {
    padding: 62px;
  }

  .s\:focus\:p-64:focus {
    padding: 64px;
  }

  .s\:focus\:p-65:focus {
    padding: 65px;
  }

  .s\:focus\:p-70:focus {
    padding: 70px;
  }

  .s\:focus\:p-75:focus {
    padding: 75px;
  }

  .s\:focus\:p-80:focus {
    padding: 80px;
  }

  .s\:focus\:p-85:focus {
    padding: 85px;
  }

  .s\:focus\:p-90:focus {
    padding: 90px;
  }

  .s\:focus\:p-95:focus {
    padding: 95px;
  }

  .s\:focus\:p-96:focus {
    padding: 96px;
  }

  .s\:focus\:p-100:focus {
    padding: 100px;
  }

  .s\:focus\:p-110:focus {
    padding: 110px;
  }

  .s\:focus\:p-115:focus {
    padding: 115px;
  }

  .s\:focus\:p-120:focus {
    padding: 120px;
  }

  .s\:focus\:p-128:focus {
    padding: 128px;
  }

  .s\:focus\:p-135:focus {
    padding: 135px;
  }

  .s\:focus\:p-140:focus {
    padding: 140px;
  }

  .s\:focus\:p-145:focus {
    padding: 145px;
  }

  .s\:focus\:p-150:focus {
    padding: 150px;
  }

  .s\:focus\:p-160:focus {
    padding: 160px;
  }

  .s\:focus\:p-165:focus {
    padding: 165px;
  }

  .s\:focus\:p-168:focus {
    padding: 168px;
  }

  .s\:focus\:p-170:focus {
    padding: 170px;
  }

  .s\:focus\:p-180:focus {
    padding: 180px;
  }

  .s\:focus\:p-200:focus {
    padding: 200px;
  }

  .s\:focus\:p-220:focus {
    padding: 220px;
  }

  .s\:focus\:p-230:focus {
    padding: 230px;
  }

  .s\:focus\:p-235:focus {
    padding: 235px;
  }

  .s\:focus\:p-240:focus {
    padding: 240px;
  }

  .s\:focus\:p-250:focus {
    padding: 250px;
  }

  .s\:focus\:p-300:focus {
    padding: 300px;
  }

  .s\:focus\:p-320:focus {
    padding: 320px;
  }

  .s\:focus\:p-350:focus {
    padding: 350px;
  }

  .s\:focus\:p-375:focus {
    padding: 375px;
  }

  .s\:focus\:p-400:focus {
    padding: 400px;
  }

  .s\:focus\:p-450:focus {
    padding: 450px;
  }

  .s\:focus\:p-700:focus {
    padding: 700px;
  }

  .s\:focus\:p-px:focus {
    padding: 1px;
  }

  .s\:focus\:p-1p:focus {
    padding: 1%;
  }

  .s\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .s\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .s\:focus\:p-11p:focus {
    padding: 11%;
  }

  .s\:focus\:p-20p:focus {
    padding: 20%;
  }

  .s\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .s\:focus\:p-25p:focus {
    padding: 25%;
  }

  .s\:focus\:p-32p:focus {
    padding: 32%;
  }

  .s\:focus\:p-35p:focus {
    padding: 35%;
  }

  .s\:focus\:p-40p:focus {
    padding: 40%;
  }

  .s\:focus\:p-49p:focus {
    padding: 49%;
  }

  .s\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .s\:focus\:p-80p:focus {
    padding: 80%;
  }

  .s\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .s\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .s\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .s\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .s\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .s\:focus\:p-90p:focus {
    padding: 90%;
  }

  .s\:focus\:p-92p:focus {
    padding: 92%;
  }

  .s\:focus\:p-93p:focus {
    padding: 93%;
  }

  .s\:focus\:p-94p:focus {
    padding: 94%;
  }

  .s\:focus\:p-95p:focus {
    padding: 95%;
  }

  .s\:focus\:p-96p:focus {
    padding: 96%;
  }

  .s\:focus\:p-100p:focus {
    padding: 100%;
  }

  .s\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .s\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .s\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .s\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .s\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .s\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .s\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .s\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .s\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .s\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .s\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .s\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .s\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .s\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .s\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .s\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .s\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .s\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .s\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .s\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .s\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .s\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .s\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .s\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .s\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .s\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .s\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .s\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .s\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .s\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .s\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .s\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .s\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .s\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .s\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .s\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .s\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .s\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .s\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .s\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .s\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .s\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .s\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .s\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .s\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .s\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .s\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .s\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .s\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .s\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .s\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .s\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .s\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .s\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .s\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .s\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .s\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .s\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .s\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .s\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .s\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .s\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .s\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .s\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .s\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .s\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .s\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .s\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .s\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .s\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .s\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .s\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .s\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .s\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .s\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .s\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .s\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .s\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .s\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .s\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .s\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .s\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .s\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .s\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .s\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .s\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .s\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .s\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .s\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .s\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .s\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .s\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .s\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .s\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .s\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .s\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .s\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .s\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .s\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .s\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .s\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .s\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .s\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .s\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .s\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .s\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .s\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .s\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .s\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .s\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .s\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .s\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .s\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .s\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .s\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .s\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .s\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .s\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .s\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .s\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .s\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .s\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .s\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .s\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .s\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .s\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .s\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .s\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .s\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .s\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .s\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .s\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .s\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .s\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .s\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .s\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .s\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .s\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .s\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .s\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .s\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .s\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .s\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .s\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .s\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .s\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .s\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .s\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .s\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .s\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .s\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .s\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .s\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .s\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .s\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .s\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .s\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .s\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .s\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .s\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .s\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .s\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .s\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .s\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .s\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .s\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .s\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .s\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .s\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .s\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .s\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .s\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .s\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .s\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .s\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .s\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .s\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .s\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .s\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .s\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .s\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .s\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .s\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .s\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .s\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .s\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .s\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .s\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .s\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .s\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .s\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .s\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .s\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .s\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .s\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .s\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .s\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .s\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .s\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .s\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .s\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .s\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .s\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .s\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .s\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .s\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .s\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .s\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .s\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .s\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .s\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .s\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .s\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .s\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .s\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .s\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .s\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .s\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .s\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .s\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .s\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .s\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .s\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .s\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .s\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .s\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .s\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .s\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .s\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .s\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .s\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .s\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .s\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .s\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .s\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .s\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .s\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .s\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .s\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .s\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .s\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .s\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .s\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .s\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .s\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .s\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .s\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .s\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .s\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .s\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .s\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .s\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .s\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .s\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .s\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .s\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .s\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .s\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .s\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .s\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .s\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .s\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .s\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .s\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .s\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .s\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .s\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .s\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .s\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .s\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .s\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .s\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .s\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .s\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .s\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .s\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .s\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .s\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .s\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .s\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .s\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .s\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .s\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .s\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .s\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .s\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .s\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .s\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .s\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .s\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .s\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .s\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .s\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .s\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .s\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .s\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .s\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .s\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .s\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .s\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .s\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .s\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .s\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .s\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .s\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .s\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .s\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .s\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .s\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .s\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .s\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .s\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .s\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .s\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .s\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .s\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .s\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .s\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .s\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .s\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .s\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .s\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .s\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .s\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .s\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .s\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .s\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .s\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .s\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .s\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .s\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .s\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .s\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .s\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .s\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .s\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .s\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .s\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .s\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .s\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .s\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .s\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .s\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .s\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .s\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .s\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .s\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .s\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .s\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .s\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .s\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .s\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .s\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .s\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .s\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .s\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .s\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .s\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .s\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .s\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .s\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .s\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .s\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .s\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .s\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .s\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .s\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .s\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .s\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .s\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .s\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .s\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .s\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .s\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .s\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .s\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .s\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .s\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .s\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .s\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .s\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .s\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .s\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .s\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .s\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .s\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .s\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .s\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .s\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .s\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .s\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .s\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .s\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .s\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .s\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .s\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .s\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .s\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .s\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .s\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .s\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .s\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .s\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .s\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .s\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .s\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .s\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .s\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .s\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .s\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .s\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .s\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .s\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .s\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .s\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .s\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .s\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .s\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .s\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .s\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .s\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .s\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .s\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .s\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .s\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .s\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .s\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .s\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .s\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .s\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .s\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .s\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .s\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .s\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .s\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .s\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .s\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .s\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .s\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .s\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .s\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .s\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .s\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .s\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .s\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .s\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .s\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .s\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .s\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .s\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .s\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .s\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .s\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .s\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .s\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .s\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .s\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .s\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .s\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .s\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .s\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .s\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .s\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .s\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .s\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .s\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .s\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .s\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .s\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .s\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .s\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .s\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .s\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .s\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .s\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .s\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .s\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .s\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .s\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .s\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .s\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .s\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .s\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .s\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .s\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .s\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .s\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .s\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .s\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .s\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .s\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .s\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .s\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .s\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .s\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .s\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .s\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .s\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .s\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .s\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .s\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .s\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .s\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .s\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .s\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .s\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .s\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .s\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .s\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .s\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .s\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .s\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .s\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .s\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .s\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .s\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .s\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .s\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .s\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .s\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .s\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .s\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .s\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .s\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .s\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .s\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .s\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .s\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .s\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .s\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .s\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .s\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .s\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .s\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .s\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .s\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .s\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .s\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .s\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .s\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .s\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .s\:first\:p-0:first-child {
    padding: 0px;
  }

  .s\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .s\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .s\:first\:p-3:first-child {
    padding: 3px;
  }

  .s\:first\:p-4:first-child {
    padding: 4px;
  }

  .s\:first\:p-5:first-child {
    padding: 5px;
  }

  .s\:first\:p-6:first-child {
    padding: 6px;
  }

  .s\:first\:p-8:first-child {
    padding: 8px;
  }

  .s\:first\:p-9:first-child {
    padding: 9px;
  }

  .s\:first\:p-10:first-child {
    padding: 10px;
  }

  .s\:first\:p-12:first-child {
    padding: 12px;
  }

  .s\:first\:p-13:first-child {
    padding: 13px;
  }

  .s\:first\:p-14:first-child {
    padding: 14px;
  }

  .s\:first\:p-15:first-child {
    padding: 15px;
  }

  .s\:first\:p-16:first-child {
    padding: 16px;
  }

  .s\:first\:p-17:first-child {
    padding: 17px;
  }

  .s\:first\:p-18:first-child {
    padding: 18px;
  }

  .s\:first\:p-20:first-child {
    padding: 20px;
  }

  .s\:first\:p-22:first-child {
    padding: 22px;
  }

  .s\:first\:p-24:first-child {
    padding: 24px;
  }

  .s\:first\:p-25:first-child {
    padding: 25px;
  }

  .s\:first\:p-28:first-child {
    padding: 28px;
  }

  .s\:first\:p-29:first-child {
    padding: 29px;
  }

  .s\:first\:p-30:first-child {
    padding: 30px;
  }

  .s\:first\:p-32:first-child {
    padding: 32px;
  }

  .s\:first\:p-35:first-child {
    padding: 35px;
  }

  .s\:first\:p-36:first-child {
    padding: 36px;
  }

  .s\:first\:p-37:first-child {
    padding: 37px;
  }

  .s\:first\:p-40:first-child {
    padding: 40px;
  }

  .s\:first\:p-45:first-child {
    padding: 45px;
  }

  .s\:first\:p-48:first-child {
    padding: 48px;
  }

  .s\:first\:p-50:first-child {
    padding: 50px;
  }

  .s\:first\:p-55:first-child {
    padding: 55px;
  }

  .s\:first\:p-56:first-child {
    padding: 56px;
  }

  .s\:first\:p-60:first-child {
    padding: 60px;
  }

  .s\:first\:p-62:first-child {
    padding: 62px;
  }

  .s\:first\:p-64:first-child {
    padding: 64px;
  }

  .s\:first\:p-65:first-child {
    padding: 65px;
  }

  .s\:first\:p-70:first-child {
    padding: 70px;
  }

  .s\:first\:p-75:first-child {
    padding: 75px;
  }

  .s\:first\:p-80:first-child {
    padding: 80px;
  }

  .s\:first\:p-85:first-child {
    padding: 85px;
  }

  .s\:first\:p-90:first-child {
    padding: 90px;
  }

  .s\:first\:p-95:first-child {
    padding: 95px;
  }

  .s\:first\:p-96:first-child {
    padding: 96px;
  }

  .s\:first\:p-100:first-child {
    padding: 100px;
  }

  .s\:first\:p-110:first-child {
    padding: 110px;
  }

  .s\:first\:p-115:first-child {
    padding: 115px;
  }

  .s\:first\:p-120:first-child {
    padding: 120px;
  }

  .s\:first\:p-128:first-child {
    padding: 128px;
  }

  .s\:first\:p-135:first-child {
    padding: 135px;
  }

  .s\:first\:p-140:first-child {
    padding: 140px;
  }

  .s\:first\:p-145:first-child {
    padding: 145px;
  }

  .s\:first\:p-150:first-child {
    padding: 150px;
  }

  .s\:first\:p-160:first-child {
    padding: 160px;
  }

  .s\:first\:p-165:first-child {
    padding: 165px;
  }

  .s\:first\:p-168:first-child {
    padding: 168px;
  }

  .s\:first\:p-170:first-child {
    padding: 170px;
  }

  .s\:first\:p-180:first-child {
    padding: 180px;
  }

  .s\:first\:p-200:first-child {
    padding: 200px;
  }

  .s\:first\:p-220:first-child {
    padding: 220px;
  }

  .s\:first\:p-230:first-child {
    padding: 230px;
  }

  .s\:first\:p-235:first-child {
    padding: 235px;
  }

  .s\:first\:p-240:first-child {
    padding: 240px;
  }

  .s\:first\:p-250:first-child {
    padding: 250px;
  }

  .s\:first\:p-300:first-child {
    padding: 300px;
  }

  .s\:first\:p-320:first-child {
    padding: 320px;
  }

  .s\:first\:p-350:first-child {
    padding: 350px;
  }

  .s\:first\:p-375:first-child {
    padding: 375px;
  }

  .s\:first\:p-400:first-child {
    padding: 400px;
  }

  .s\:first\:p-450:first-child {
    padding: 450px;
  }

  .s\:first\:p-700:first-child {
    padding: 700px;
  }

  .s\:first\:p-px:first-child {
    padding: 1px;
  }

  .s\:first\:p-1p:first-child {
    padding: 1%;
  }

  .s\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .s\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .s\:first\:p-11p:first-child {
    padding: 11%;
  }

  .s\:first\:p-20p:first-child {
    padding: 20%;
  }

  .s\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .s\:first\:p-25p:first-child {
    padding: 25%;
  }

  .s\:first\:p-32p:first-child {
    padding: 32%;
  }

  .s\:first\:p-35p:first-child {
    padding: 35%;
  }

  .s\:first\:p-40p:first-child {
    padding: 40%;
  }

  .s\:first\:p-49p:first-child {
    padding: 49%;
  }

  .s\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .s\:first\:p-80p:first-child {
    padding: 80%;
  }

  .s\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .s\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .s\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .s\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .s\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .s\:first\:p-90p:first-child {
    padding: 90%;
  }

  .s\:first\:p-92p:first-child {
    padding: 92%;
  }

  .s\:first\:p-93p:first-child {
    padding: 93%;
  }

  .s\:first\:p-94p:first-child {
    padding: 94%;
  }

  .s\:first\:p-95p:first-child {
    padding: 95%;
  }

  .s\:first\:p-96p:first-child {
    padding: 96%;
  }

  .s\:first\:p-100p:first-child {
    padding: 100%;
  }

  .s\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .s\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .s\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .s\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .s\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .s\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .s\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .s\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .s\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .s\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .s\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .s\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .s\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .s\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .s\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .s\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .s\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .s\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .s\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .s\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .s\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .s\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .s\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .s\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .s\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .s\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .s\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .s\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .s\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .s\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .s\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .s\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .s\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .s\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .s\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .s\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .s\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .s\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .s\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .s\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .s\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .s\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .s\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .s\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .s\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .s\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .s\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .s\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .s\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .s\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .s\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .s\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .s\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .s\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .s\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .s\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .s\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .s\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .s\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .s\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .s\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .s\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .s\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .s\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .s\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .s\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .s\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .s\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .s\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .s\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .s\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .s\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .s\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .s\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .s\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .s\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .s\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .s\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .s\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .s\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .s\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .s\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .s\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .s\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .s\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .s\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .s\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .s\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .s\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .s\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .s\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .s\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .s\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .s\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .s\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .s\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .s\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .s\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .s\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .s\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .s\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .s\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .s\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .s\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .s\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .s\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .s\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .s\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .s\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .s\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .s\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .s\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .s\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .s\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .s\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .s\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .s\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .s\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .s\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .s\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .s\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .s\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .s\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .s\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .s\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .s\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .s\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .s\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .s\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .s\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .s\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .s\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .s\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .s\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .s\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .s\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .s\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .s\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .s\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .s\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .s\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .s\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .s\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .s\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .s\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .s\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .s\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .s\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .s\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .s\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .s\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .s\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .s\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .s\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .s\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .s\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .s\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .s\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .s\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .s\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .s\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .s\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .s\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .s\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .s\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .s\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .s\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .s\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .s\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .s\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .s\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .s\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .s\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .s\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .s\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .s\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .s\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .s\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .s\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .s\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .s\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .s\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .s\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .s\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .s\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .s\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .s\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .s\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .s\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .s\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .s\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .s\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .s\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .s\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .s\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .s\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .s\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .s\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .s\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .s\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .s\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .s\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .s\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .s\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .s\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .s\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .s\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .s\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .s\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .s\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .s\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .s\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .s\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .s\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .s\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .s\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .s\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .s\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .s\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .s\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .s\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .s\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .s\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .s\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .s\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .s\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .s\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .s\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .s\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .s\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .s\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .s\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .s\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .s\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .s\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .s\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .s\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .s\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .s\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .s\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .s\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .s\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .s\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .s\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .s\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .s\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .s\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .s\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .s\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .s\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .s\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .s\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .s\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .s\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .s\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .s\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .s\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .s\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .s\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .s\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .s\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .s\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .s\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .s\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .s\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .s\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .s\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .s\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .s\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .s\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .s\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .s\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .s\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .s\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .s\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .s\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .s\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .s\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .s\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .s\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .s\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .s\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .s\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .s\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .s\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .s\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .s\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .s\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .s\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .s\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .s\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .s\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .s\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .s\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .s\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .s\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .s\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .s\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .s\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .s\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .s\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .s\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .s\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .s\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .s\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .s\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .s\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .s\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .s\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .s\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .s\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .s\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .s\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .s\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .s\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .s\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .s\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .s\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .s\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .s\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .s\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .s\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .s\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .s\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .s\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .s\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .s\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .s\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .s\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .s\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .s\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .s\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .s\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .s\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .s\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .s\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .s\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .s\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .s\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .s\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .s\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .s\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .s\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .s\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .s\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .s\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .s\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .s\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .s\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .s\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .s\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .s\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .s\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .s\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .s\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .s\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .s\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .s\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .s\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .s\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .s\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .s\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .s\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .s\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .s\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .s\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .s\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .s\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .s\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .s\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .s\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .s\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .s\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .s\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .s\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .s\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .s\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .s\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .s\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .s\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .s\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .s\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .s\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .s\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .s\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .s\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .s\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .s\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .s\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .s\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .s\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .s\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .s\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .s\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .s\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .s\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .s\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .s\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .s\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .s\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .s\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .s\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .s\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .s\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .s\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .s\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .s\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .s\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .s\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .s\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .s\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .s\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .s\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .s\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .s\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .s\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .s\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .s\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .s\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .s\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .s\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .s\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .s\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .s\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .s\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .s\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .s\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .s\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .s\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .s\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .s\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .s\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .s\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .s\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .s\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .s\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .s\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .s\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .s\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .s\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .s\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .s\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .s\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .s\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .s\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .s\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .s\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .s\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .s\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .s\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .s\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .s\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .s\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .s\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .s\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .s\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .s\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .s\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .s\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .s\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .s\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .s\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .s\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .s\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .s\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .s\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .s\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .s\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .s\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .s\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .s\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .s\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .s\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .s\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .s\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .s\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .s\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .s\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .s\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .s\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .s\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .s\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .s\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .s\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .s\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .s\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .s\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .s\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .s\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .s\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .s\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .s\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .s\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .s\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .s\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .s\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .s\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .s\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .s\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .s\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .s\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .s\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .s\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .s\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .s\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .s\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .s\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .s\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .s\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .s\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .s\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .s\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .s\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .s\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .s\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .s\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .s\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .s\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .s\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .s\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .s\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .s\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .s\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .s\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .s\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .s\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .s\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .s\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .s\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .s\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .s\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .s\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .s\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .s\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .s\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .s\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .s\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .s\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .s\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .s\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .s\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .s\:last\:p-0:last-child {
    padding: 0px;
  }

  .s\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .s\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .s\:last\:p-3:last-child {
    padding: 3px;
  }

  .s\:last\:p-4:last-child {
    padding: 4px;
  }

  .s\:last\:p-5:last-child {
    padding: 5px;
  }

  .s\:last\:p-6:last-child {
    padding: 6px;
  }

  .s\:last\:p-8:last-child {
    padding: 8px;
  }

  .s\:last\:p-9:last-child {
    padding: 9px;
  }

  .s\:last\:p-10:last-child {
    padding: 10px;
  }

  .s\:last\:p-12:last-child {
    padding: 12px;
  }

  .s\:last\:p-13:last-child {
    padding: 13px;
  }

  .s\:last\:p-14:last-child {
    padding: 14px;
  }

  .s\:last\:p-15:last-child {
    padding: 15px;
  }

  .s\:last\:p-16:last-child {
    padding: 16px;
  }

  .s\:last\:p-17:last-child {
    padding: 17px;
  }

  .s\:last\:p-18:last-child {
    padding: 18px;
  }

  .s\:last\:p-20:last-child {
    padding: 20px;
  }

  .s\:last\:p-22:last-child {
    padding: 22px;
  }

  .s\:last\:p-24:last-child {
    padding: 24px;
  }

  .s\:last\:p-25:last-child {
    padding: 25px;
  }

  .s\:last\:p-28:last-child {
    padding: 28px;
  }

  .s\:last\:p-29:last-child {
    padding: 29px;
  }

  .s\:last\:p-30:last-child {
    padding: 30px;
  }

  .s\:last\:p-32:last-child {
    padding: 32px;
  }

  .s\:last\:p-35:last-child {
    padding: 35px;
  }

  .s\:last\:p-36:last-child {
    padding: 36px;
  }

  .s\:last\:p-37:last-child {
    padding: 37px;
  }

  .s\:last\:p-40:last-child {
    padding: 40px;
  }

  .s\:last\:p-45:last-child {
    padding: 45px;
  }

  .s\:last\:p-48:last-child {
    padding: 48px;
  }

  .s\:last\:p-50:last-child {
    padding: 50px;
  }

  .s\:last\:p-55:last-child {
    padding: 55px;
  }

  .s\:last\:p-56:last-child {
    padding: 56px;
  }

  .s\:last\:p-60:last-child {
    padding: 60px;
  }

  .s\:last\:p-62:last-child {
    padding: 62px;
  }

  .s\:last\:p-64:last-child {
    padding: 64px;
  }

  .s\:last\:p-65:last-child {
    padding: 65px;
  }

  .s\:last\:p-70:last-child {
    padding: 70px;
  }

  .s\:last\:p-75:last-child {
    padding: 75px;
  }

  .s\:last\:p-80:last-child {
    padding: 80px;
  }

  .s\:last\:p-85:last-child {
    padding: 85px;
  }

  .s\:last\:p-90:last-child {
    padding: 90px;
  }

  .s\:last\:p-95:last-child {
    padding: 95px;
  }

  .s\:last\:p-96:last-child {
    padding: 96px;
  }

  .s\:last\:p-100:last-child {
    padding: 100px;
  }

  .s\:last\:p-110:last-child {
    padding: 110px;
  }

  .s\:last\:p-115:last-child {
    padding: 115px;
  }

  .s\:last\:p-120:last-child {
    padding: 120px;
  }

  .s\:last\:p-128:last-child {
    padding: 128px;
  }

  .s\:last\:p-135:last-child {
    padding: 135px;
  }

  .s\:last\:p-140:last-child {
    padding: 140px;
  }

  .s\:last\:p-145:last-child {
    padding: 145px;
  }

  .s\:last\:p-150:last-child {
    padding: 150px;
  }

  .s\:last\:p-160:last-child {
    padding: 160px;
  }

  .s\:last\:p-165:last-child {
    padding: 165px;
  }

  .s\:last\:p-168:last-child {
    padding: 168px;
  }

  .s\:last\:p-170:last-child {
    padding: 170px;
  }

  .s\:last\:p-180:last-child {
    padding: 180px;
  }

  .s\:last\:p-200:last-child {
    padding: 200px;
  }

  .s\:last\:p-220:last-child {
    padding: 220px;
  }

  .s\:last\:p-230:last-child {
    padding: 230px;
  }

  .s\:last\:p-235:last-child {
    padding: 235px;
  }

  .s\:last\:p-240:last-child {
    padding: 240px;
  }

  .s\:last\:p-250:last-child {
    padding: 250px;
  }

  .s\:last\:p-300:last-child {
    padding: 300px;
  }

  .s\:last\:p-320:last-child {
    padding: 320px;
  }

  .s\:last\:p-350:last-child {
    padding: 350px;
  }

  .s\:last\:p-375:last-child {
    padding: 375px;
  }

  .s\:last\:p-400:last-child {
    padding: 400px;
  }

  .s\:last\:p-450:last-child {
    padding: 450px;
  }

  .s\:last\:p-700:last-child {
    padding: 700px;
  }

  .s\:last\:p-px:last-child {
    padding: 1px;
  }

  .s\:last\:p-1p:last-child {
    padding: 1%;
  }

  .s\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .s\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .s\:last\:p-11p:last-child {
    padding: 11%;
  }

  .s\:last\:p-20p:last-child {
    padding: 20%;
  }

  .s\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .s\:last\:p-25p:last-child {
    padding: 25%;
  }

  .s\:last\:p-32p:last-child {
    padding: 32%;
  }

  .s\:last\:p-35p:last-child {
    padding: 35%;
  }

  .s\:last\:p-40p:last-child {
    padding: 40%;
  }

  .s\:last\:p-49p:last-child {
    padding: 49%;
  }

  .s\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .s\:last\:p-80p:last-child {
    padding: 80%;
  }

  .s\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .s\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .s\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .s\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .s\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .s\:last\:p-90p:last-child {
    padding: 90%;
  }

  .s\:last\:p-92p:last-child {
    padding: 92%;
  }

  .s\:last\:p-93p:last-child {
    padding: 93%;
  }

  .s\:last\:p-94p:last-child {
    padding: 94%;
  }

  .s\:last\:p-95p:last-child {
    padding: 95%;
  }

  .s\:last\:p-96p:last-child {
    padding: 96%;
  }

  .s\:last\:p-100p:last-child {
    padding: 100%;
  }

  .s\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .s\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .s\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .s\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .s\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .s\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .s\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .s\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .s\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .s\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .s\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .s\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .s\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .s\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .s\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .s\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .s\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .s\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .s\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .s\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .s\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .s\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .s\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .s\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .s\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .s\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .s\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .s\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .s\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .s\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .s\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .s\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .s\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .s\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .s\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .s\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .s\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .s\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .s\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .s\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .s\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .s\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .s\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .s\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .s\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .s\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .s\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .s\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .s\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .s\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .s\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .s\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .s\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .s\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .s\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .s\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .s\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .s\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .s\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .s\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .s\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .s\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .s\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .s\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .s\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .s\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .s\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .s\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .s\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .s\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .s\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .s\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .s\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .s\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .s\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .s\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .s\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .s\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .s\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .s\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .s\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .s\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .s\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .s\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .s\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .s\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .s\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .s\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .s\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .s\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .s\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .s\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .s\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .s\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .s\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .s\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .s\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .s\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .s\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .s\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .s\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .s\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .s\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .s\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .s\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .s\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .s\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .s\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .s\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .s\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .s\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .s\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .s\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .s\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .s\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .s\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .s\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .s\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .s\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .s\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .s\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .s\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .s\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .s\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .s\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .s\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .s\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .s\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .s\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .s\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .s\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .s\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .s\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .s\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .s\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .s\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .s\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .s\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .s\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .s\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .s\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .s\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .s\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .s\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .s\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .s\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .s\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .s\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .s\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .s\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .s\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .s\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .s\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .s\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .s\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .s\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .s\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .s\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .s\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .s\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .s\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .s\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .s\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .s\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .s\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .s\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .s\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .s\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .s\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .s\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .s\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .s\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .s\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .s\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .s\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .s\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .s\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .s\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .s\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .s\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .s\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .s\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .s\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .s\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .s\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .s\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .s\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .s\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .s\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .s\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .s\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .s\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .s\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .s\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .s\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .s\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .s\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .s\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .s\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .s\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .s\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .s\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .s\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .s\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .s\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .s\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .s\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .s\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .s\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .s\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .s\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .s\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .s\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .s\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .s\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .s\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .s\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .s\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .s\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .s\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .s\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .s\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .s\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .s\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .s\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .s\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .s\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .s\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .s\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .s\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .s\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .s\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .s\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .s\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .s\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .s\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .s\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .s\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .s\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .s\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .s\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .s\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .s\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .s\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .s\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .s\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .s\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .s\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .s\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .s\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .s\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .s\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .s\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .s\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .s\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .s\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .s\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .s\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .s\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .s\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .s\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .s\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .s\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .s\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .s\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .s\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .s\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .s\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .s\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .s\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .s\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .s\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .s\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .s\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .s\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .s\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .s\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .s\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .s\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .s\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .s\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .s\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .s\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .s\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .s\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .s\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .s\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .s\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .s\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .s\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .s\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .s\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .s\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .s\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .s\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .s\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .s\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .s\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .s\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .s\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .s\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .s\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .s\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .s\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .s\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .s\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .s\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .s\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .s\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .s\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .s\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .s\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .s\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .s\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .s\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .s\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .s\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .s\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .s\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .s\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .s\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .s\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .s\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .s\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .s\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .s\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .s\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .s\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .s\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .s\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .s\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .s\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .s\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .s\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .s\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .s\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .s\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .s\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .s\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .s\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .s\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .s\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .s\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .s\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .s\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .s\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .s\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .s\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .s\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .s\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .s\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .s\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .s\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .s\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .s\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .s\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .s\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .s\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .s\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .s\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .s\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .s\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .s\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .s\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .s\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .s\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .s\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .s\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .s\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .s\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .s\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .s\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .s\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .s\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .s\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .s\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .s\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .s\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .s\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .s\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .s\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .s\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .s\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .s\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .s\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .s\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .s\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .s\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .s\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .s\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .s\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .s\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .s\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .s\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .s\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .s\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .s\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .s\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .s\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .s\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .s\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .s\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .s\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .s\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .s\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .s\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .s\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .s\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .s\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .s\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .s\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .s\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .s\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .s\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .s\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .s\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .s\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .s\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .s\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .s\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .s\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .s\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .s\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .s\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .s\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .s\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .s\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .s\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .s\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .s\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .s\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .s\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .s\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .s\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .s\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .s\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .s\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .s\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .s\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .s\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .s\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .s\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .s\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .s\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .s\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .s\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .s\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .s\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .s\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .s\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .s\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .s\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .s\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .s\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .s\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .s\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .s\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .s\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .s\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .s\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .s\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .s\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .s\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .s\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .s\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .s\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .s\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .s\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .s\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .s\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .s\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .s\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .s\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .s\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .s\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .s\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .s\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .s\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .s\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .s\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .s\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .s\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .s\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .s\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .s\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .s\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .s\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .s\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .s\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .s\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .s\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .s\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .s\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .s\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .s\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .s\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .s\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .s\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .s\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .s\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .s\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .s\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .s\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .s\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .s\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .s\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .s\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .s\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .s\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .s\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .s\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .s\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .s\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .s\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .s\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .s\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .s\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .s\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .s\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .s\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .s\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .s\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .s\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .s\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .s\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .s\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .s\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .s\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .s\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .s\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .s\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .s\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .s\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .s\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .s\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .s\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .s\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .s\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .s\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .s\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .s\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .s\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .s\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .s\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .s\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .s\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .s\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .s\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .s\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .s\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .s\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .s\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .s\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .s\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .s\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .s\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .s\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .s\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .s\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .s\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .s\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .s\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .s\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .s\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .s\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .s\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .s\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .s\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .s\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .s\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .s\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .s\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .s\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .s\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .s\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .s\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .s\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .s\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .s\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .s\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .s\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .s\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .s\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .s\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .s\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .s\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .s\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .s\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .s\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .s\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .s\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .s\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .s\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .s\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .s\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .s\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .s\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .s\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .s\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .s\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .s\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .s\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .s\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .s\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .s\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .s\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .s\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .s\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .s\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .s\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .s\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .s\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .s\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .s\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .s\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .s\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .s\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .s\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .s\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .s\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .s\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .s\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .s\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .s\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .s\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .s\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .s\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .s\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .s\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .s\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .s\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .s\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .s\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .s\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .s\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .s\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .s\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .s\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .s\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .s\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .s\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .s\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .s\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .s\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .s\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .s\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .s\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .s\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .s\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .s\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .s\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .s\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .s\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .s\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .s\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .s\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .s\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .s\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .s\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .s\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .s\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .s\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .s\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .s\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .s\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .s\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .s\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .s\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .s\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .s\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .s\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .s\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .s\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .s\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .s\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .s\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .s\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .s\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .s\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .s\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .s\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .s\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .s\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .s\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .s\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .s\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .s\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .s\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .s\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .s\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .s\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .s\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .s\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .s\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .s\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .s\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .s\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .s\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .s\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .s\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .s\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .s\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .s\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .s\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .s\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .s\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .s\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .s\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .s\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .s\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .s\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .s\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .s\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .s\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .s\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .s\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .s\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .s\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .s\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .s\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .s\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .s\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .s\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .s\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .s\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .s\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .s\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .s\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .s\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .s\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .s\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .s\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .s\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .s\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .s\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .s\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .s\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .s\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .s\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .s\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .s\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .s\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .s\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .s\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .s\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .s\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .s\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .s\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .s\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .s\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .s\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .s\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .s\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .s\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .s\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .s\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .s\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .s\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .s\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .s\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .s\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .s\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .s\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .s\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .s\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .s\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .s\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .s\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .s\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .s\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .s\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .s\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .s\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .s\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .s\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .s\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .s\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .s\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .s\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .s\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .s\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .s\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .s\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .s\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .s\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .s\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .s\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .s\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .s\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .s\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .s\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .s\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .s\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .s\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .s\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .s\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .s\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .s\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .s\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .s\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .s\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .s\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .s\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .s\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .s\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .s\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .s\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .s\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .s\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .s\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .s\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .s\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .s\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .s\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .s\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .s\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .s\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .s\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .s\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .s\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .s\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .s\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .s\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .s\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .s\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .s\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .s\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .s\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .s\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .s\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .s\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .s\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .s\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .s\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .s\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .s\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .s\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .s\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .s\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .s\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .s\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .s\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .s\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .s\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .s\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .s\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .s\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .s\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .s\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .s\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .s\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .s\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .s\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .s\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .s\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .s\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .s\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .s\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .s\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .s\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .s\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .s\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .s\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .s\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .s\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .s\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .s\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .s\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .s\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .s\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .s\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .s\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .s\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .s\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .s\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .s\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .s\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .s\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .s\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .s\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .s\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .s\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .s\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .s\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .s\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .s\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .s\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .s\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .s\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .s\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .s\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .s\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .s\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .s\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .s\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .s\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .s\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .s\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .s\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .s\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .s\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .s\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .s\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .s\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .s\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .s\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .s\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .s\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .s\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .s\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .s\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .s\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .s\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .s\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .s\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .s\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .s\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .s\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .s\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .s\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .s\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .s\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .s\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .s\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .s\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .s\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .s\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .s\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .s\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .s\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .s\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .s\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .s\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .s\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .s\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .s\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .s\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .s\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .s\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .s\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .s\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .s\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .s\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .s\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .s\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .s\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .s\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .s\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .s\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .s\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .s\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .s\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .s\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .s\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .s\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .s\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .s\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .s\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .s\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .s\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .s\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .s\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .s\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .s\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .s\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .s\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .s\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .s\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .s\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .s\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .s\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .s\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .s\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .s\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .s\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .s\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .s\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .s\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .s\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .s\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .s\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .s\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .s\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .s\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .s\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .s\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .s\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .s\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .s\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .s\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .s\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .s\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .s\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .s\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .s\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .s\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .s\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .s\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .s\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .s\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .s\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .s\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .s\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .s\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .s\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .s\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .s\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .s\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .s\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .s\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .s\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .s\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .s\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .s\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .s\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .s\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .s\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .s\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .s\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .s\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .s\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .s\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .s\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .s\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .s\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .s\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .s\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .s\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .s\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .s\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .s\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .s\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .s\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .s\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .s\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .s\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .s\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .s\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .s\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .s\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .s\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .s\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .s\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .s\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .s\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .s\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .s\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .s\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .s\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .s\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .s\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .s\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .s\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .s\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .s\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .s\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .s\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .s\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .s\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .s\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .s\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .s\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .s\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .s\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .s\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .s\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .s\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .s\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .s\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .s\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .s\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .s\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .s\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .s\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .s\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .s\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .s\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .s\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .s\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .s\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .s\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .s\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .s\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .s\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .s\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .s\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .s\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .s\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .s\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .s\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .s\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .s\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .s\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .s\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .s\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .s\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .s\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .s\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .s\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .s\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .s\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .s\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .s\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .s\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .s\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .s\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .s\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .s\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .s\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .s\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .s\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .s\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .s\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .s\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .s\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .s\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .s\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .s\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .s\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .s\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .s\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .s\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .s\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .s\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .s\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .s\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .s\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .s\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .s\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .s\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .s\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .s\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .s\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .s\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .s\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .s\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .s\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .s\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .s\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .s\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .s\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .s\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .s\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .s\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .s\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .s\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .s\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .s\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .s\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .s\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .s\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .s\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .s\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .s\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .s\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .s\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .s\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .s\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .s\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .s\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .s\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .s\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .s\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .s\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .s\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .s\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .s\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .s\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .s\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .s\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .s\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .s\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .s\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .s\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .s\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .s\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .s\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .s\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .s\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .s\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .s\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .s\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .s\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .s\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .s\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .s\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .s\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .s\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .s\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .s\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .s\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .s\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .s\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .s\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .s\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .s\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .s\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .s\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .s\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .s\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .s\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .s\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .s\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .s\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .s\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .s\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .s\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .s\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .s\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .s\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .s\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .s\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .s\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .s\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .s\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .s\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .s\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .s\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .s\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .s\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .s\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .s\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .s\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .s\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .s\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .s\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .s\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .s\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .s\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .s\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .s\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .s\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .s\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .s\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .s\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .s\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .s\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .s\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .s\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .s\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .s\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .s\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .s\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .s\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .s\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .s\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .s\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .s\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .s\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .s\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .s\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .s\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .s\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .s\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .s\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .s\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .s\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .s\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .s\:placeholder-current::placeholder {
    color: currentColor;
  }

  .s\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .s\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .s\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .s\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .s\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .s\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .s\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .s\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .s\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .s\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .s\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .s\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .s\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .s\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .s\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .s\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .s\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .s\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .s\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .s\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .s\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .s\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .s\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .s\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .s\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .s\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .s\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .s\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .s\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .s\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .s\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .s\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .s\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .s\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .s\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .s\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .s\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .s\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .s\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .s\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .s\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .s\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .s\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .s\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .s\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .s\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .s\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .s\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .s\:pointer-events-none {
    pointer-events: none;
  }

  .s\:pointer-events-auto {
    pointer-events: auto;
  }

  .s\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .s\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .s\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .s\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .s\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .s\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .s\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .s\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .s\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .s\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .s\:static {
    position: static;
  }

  .s\:fixed {
    position: fixed;
  }

  .s\:absolute {
    position: absolute;
  }

  .s\:relative {
    position: relative;
  }

  .s\:sticky {
    position: sticky;
  }

  .s\:hover\:static:hover {
    position: static;
  }

  .s\:hover\:fixed:hover {
    position: fixed;
  }

  .s\:hover\:absolute:hover {
    position: absolute;
  }

  .s\:hover\:relative:hover {
    position: relative;
  }

  .s\:hover\:sticky:hover {
    position: sticky;
  }

  .s\:focus\:static:focus {
    position: static;
  }

  .s\:focus\:fixed:focus {
    position: fixed;
  }

  .s\:focus\:absolute:focus {
    position: absolute;
  }

  .s\:focus\:relative:focus {
    position: relative;
  }

  .s\:focus\:sticky:focus {
    position: sticky;
  }

  .s\:first\:static:first-child {
    position: static;
  }

  .s\:first\:fixed:first-child {
    position: fixed;
  }

  .s\:first\:absolute:first-child {
    position: absolute;
  }

  .s\:first\:relative:first-child {
    position: relative;
  }

  .s\:first\:sticky:first-child {
    position: sticky;
  }

  .s\:last\:static:last-child {
    position: static;
  }

  .s\:last\:fixed:last-child {
    position: fixed;
  }

  .s\:last\:absolute:last-child {
    position: absolute;
  }

  .s\:last\:relative:last-child {
    position: relative;
  }

  .s\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .s\:group-hover\:static {
    position: static;
  }

  .group:hover .s\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .s\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .s\:group-hover\:relative {
    position: relative;
  }

  .group:hover .s\:group-hover\:sticky {
    position: sticky;
  }

  .s\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .s\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .s\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .s\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .s\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .s\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .s\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .s\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .s\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .s\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .s\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .s\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .s\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .s\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .s\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .s\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .s\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .s\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .s\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .s\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .s\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .s\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .s\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .s\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .s\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .s\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .s\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .s\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .s\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .s\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .s\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .s\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .s\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .s\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .s\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .s\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .s\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .s\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .s\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .s\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .s\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .s\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .s\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .s\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .s\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .s\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .s\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .s\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .s\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .s\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .s\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .s\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .s\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .s\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .s\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .s\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .s\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .s\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .s\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .s\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .s\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .s\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .s\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .s\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .s\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .s\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .s\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .s\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .s\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .s\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .s\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .s\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .s\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .s\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .s\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .s\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .s\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .s\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .s\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .s\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .s\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .s\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .s\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .s\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .s\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .s\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .s\:top-0 {
    top: 0;
  }

  .s\:right-0 {
    right: 0;
  }

  .s\:bottom-0 {
    bottom: 0;
  }

  .s\:left-0 {
    left: 0;
  }

  .s\:top-5 {
    top: 5px;
  }

  .s\:right-5 {
    right: 5px;
  }

  .s\:bottom-5 {
    bottom: 5px;
  }

  .s\:left-5 {
    left: 5px;
  }

  .s\:top-10 {
    top: 10px;
  }

  .s\:right-10 {
    right: 10px;
  }

  .s\:bottom-10 {
    bottom: 10px;
  }

  .s\:left-10 {
    left: 10px;
  }

  .s\:top-15 {
    top: 15px;
  }

  .s\:right-15 {
    right: 15px;
  }

  .s\:bottom-15 {
    bottom: 15px;
  }

  .s\:left-15 {
    left: 15px;
  }

  .s\:top-16 {
    top: 16px;
  }

  .s\:right-16 {
    right: 16px;
  }

  .s\:bottom-16 {
    bottom: 16px;
  }

  .s\:left-16 {
    left: 16px;
  }

  .s\:top-20 {
    top: 20px;
  }

  .s\:right-20 {
    right: 20px;
  }

  .s\:bottom-20 {
    bottom: 20px;
  }

  .s\:left-20 {
    left: 20px;
  }

  .s\:top-21 {
    top: 21px;
  }

  .s\:right-21 {
    right: 21px;
  }

  .s\:bottom-21 {
    bottom: 21px;
  }

  .s\:left-21 {
    left: 21px;
  }

  .s\:top-22 {
    top: 22px;
  }

  .s\:right-22 {
    right: 22px;
  }

  .s\:bottom-22 {
    bottom: 22px;
  }

  .s\:left-22 {
    left: 22px;
  }

  .s\:top-25 {
    top: 25px;
  }

  .s\:right-25 {
    right: 25px;
  }

  .s\:bottom-25 {
    bottom: 25px;
  }

  .s\:left-25 {
    left: 25px;
  }

  .s\:top-30 {
    top: 30px;
  }

  .s\:right-30 {
    right: 30px;
  }

  .s\:bottom-30 {
    bottom: 30px;
  }

  .s\:left-30 {
    left: 30px;
  }

  .s\:top-35 {
    top: 35px;
  }

  .s\:right-35 {
    right: 35px;
  }

  .s\:bottom-35 {
    bottom: 35px;
  }

  .s\:left-35 {
    left: 35px;
  }

  .s\:top-37 {
    top: 37px;
  }

  .s\:right-37 {
    right: 37px;
  }

  .s\:bottom-37 {
    bottom: 37px;
  }

  .s\:left-37 {
    left: 37px;
  }

  .s\:top-38 {
    top: 38px;
  }

  .s\:right-38 {
    right: 38px;
  }

  .s\:bottom-38 {
    bottom: 38px;
  }

  .s\:left-38 {
    left: 38px;
  }

  .s\:top-40 {
    top: 40px;
  }

  .s\:right-40 {
    right: 40px;
  }

  .s\:bottom-40 {
    bottom: 40px;
  }

  .s\:left-40 {
    left: 40px;
  }

  .s\:top-50 {
    top: 50px;
  }

  .s\:right-50 {
    right: 50px;
  }

  .s\:bottom-50 {
    bottom: 50px;
  }

  .s\:left-50 {
    left: 50px;
  }

  .s\:top-70 {
    top: 70px;
  }

  .s\:right-70 {
    right: 70px;
  }

  .s\:bottom-70 {
    bottom: 70px;
  }

  .s\:left-70 {
    left: 70px;
  }

  .s\:top-100 {
    top: 100px;
  }

  .s\:right-100 {
    right: 100px;
  }

  .s\:bottom-100 {
    bottom: 100px;
  }

  .s\:left-100 {
    left: 100px;
  }

  .s\:top-120 {
    top: 120px;
  }

  .s\:right-120 {
    right: 120px;
  }

  .s\:bottom-120 {
    bottom: 120px;
  }

  .s\:left-120 {
    left: 120px;
  }

  .s\:top-130 {
    top: 130px;
  }

  .s\:right-130 {
    right: 130px;
  }

  .s\:bottom-130 {
    bottom: 130px;
  }

  .s\:left-130 {
    left: 130px;
  }

  .s\:top-140 {
    top: 140px;
  }

  .s\:right-140 {
    right: 140px;
  }

  .s\:bottom-140 {
    bottom: 140px;
  }

  .s\:left-140 {
    left: 140px;
  }

  .s\:top-180 {
    top: 180px;
  }

  .s\:right-180 {
    right: 180px;
  }

  .s\:bottom-180 {
    bottom: 180px;
  }

  .s\:left-180 {
    left: 180px;
  }

  .s\:top-auto {
    top: auto;
  }

  .s\:right-auto {
    right: auto;
  }

  .s\:bottom-auto {
    bottom: auto;
  }

  .s\:left-auto {
    left: auto;
  }

  .s\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .s\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .s\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .s\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .s\:top-10p {
    top: 10%;
  }

  .s\:right-10p {
    right: 10%;
  }

  .s\:bottom-10p {
    bottom: 10%;
  }

  .s\:left-10p {
    left: 10%;
  }

  .s\:top-20p {
    top: 20%;
  }

  .s\:right-20p {
    right: 20%;
  }

  .s\:bottom-20p {
    bottom: 20%;
  }

  .s\:left-20p {
    left: 20%;
  }

  .s\:-top-35 {
    top: -35px;
  }

  .s\:-right-35 {
    right: -35px;
  }

  .s\:-bottom-35 {
    bottom: -35px;
  }

  .s\:-left-35 {
    left: -35px;
  }

  .s\:-top-28 {
    top: -28px;
  }

  .s\:-right-28 {
    right: -28px;
  }

  .s\:-bottom-28 {
    bottom: -28px;
  }

  .s\:-left-28 {
    left: -28px;
  }

  .s\:-top-60 {
    top: -60px;
  }

  .s\:-right-60 {
    right: -60px;
  }

  .s\:-bottom-60 {
    bottom: -60px;
  }

  .s\:-left-60 {
    left: -60px;
  }

  .s\:top-vw90 {
    top: 90vw;
  }

  .s\:right-vw90 {
    right: 90vw;
  }

  .s\:bottom-vw90 {
    bottom: 90vw;
  }

  .s\:left-vw90 {
    left: 90vw;
  }

  .s\:top-1\/2 {
    top: 50%;
  }

  .s\:right-1\/2 {
    right: 50%;
  }

  .s\:bottom-1\/2 {
    bottom: 50%;
  }

  .s\:left-1\/2 {
    left: 50%;
  }

  .s\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .s\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .s\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .s\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .s\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .s\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .s\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .s\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .s\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .s\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .s\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .s\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .s\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .s\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .s\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .s\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .s\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .s\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .s\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .s\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .s\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .s\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .s\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .s\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .s\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .s\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .s\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .s\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .s\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .s\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .s\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .s\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .s\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .s\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .s\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .s\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .s\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .s\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .s\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .s\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .s\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .s\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .s\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .s\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .s\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .s\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .s\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .s\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .s\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .s\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .s\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .s\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .s\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .s\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .s\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .s\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .s\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .s\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .s\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .s\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .s\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .s\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .s\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .s\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .s\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .s\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .s\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .s\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .s\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .s\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .s\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .s\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .s\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .s\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .s\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .s\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .s\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .s\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .s\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .s\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .s\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .s\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .s\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .s\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .s\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .s\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .s\:hover\:top-0:hover {
    top: 0;
  }

  .s\:hover\:right-0:hover {
    right: 0;
  }

  .s\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .s\:hover\:left-0:hover {
    left: 0;
  }

  .s\:hover\:top-5:hover {
    top: 5px;
  }

  .s\:hover\:right-5:hover {
    right: 5px;
  }

  .s\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .s\:hover\:left-5:hover {
    left: 5px;
  }

  .s\:hover\:top-10:hover {
    top: 10px;
  }

  .s\:hover\:right-10:hover {
    right: 10px;
  }

  .s\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .s\:hover\:left-10:hover {
    left: 10px;
  }

  .s\:hover\:top-15:hover {
    top: 15px;
  }

  .s\:hover\:right-15:hover {
    right: 15px;
  }

  .s\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .s\:hover\:left-15:hover {
    left: 15px;
  }

  .s\:hover\:top-16:hover {
    top: 16px;
  }

  .s\:hover\:right-16:hover {
    right: 16px;
  }

  .s\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .s\:hover\:left-16:hover {
    left: 16px;
  }

  .s\:hover\:top-20:hover {
    top: 20px;
  }

  .s\:hover\:right-20:hover {
    right: 20px;
  }

  .s\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .s\:hover\:left-20:hover {
    left: 20px;
  }

  .s\:hover\:top-21:hover {
    top: 21px;
  }

  .s\:hover\:right-21:hover {
    right: 21px;
  }

  .s\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .s\:hover\:left-21:hover {
    left: 21px;
  }

  .s\:hover\:top-22:hover {
    top: 22px;
  }

  .s\:hover\:right-22:hover {
    right: 22px;
  }

  .s\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .s\:hover\:left-22:hover {
    left: 22px;
  }

  .s\:hover\:top-25:hover {
    top: 25px;
  }

  .s\:hover\:right-25:hover {
    right: 25px;
  }

  .s\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .s\:hover\:left-25:hover {
    left: 25px;
  }

  .s\:hover\:top-30:hover {
    top: 30px;
  }

  .s\:hover\:right-30:hover {
    right: 30px;
  }

  .s\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .s\:hover\:left-30:hover {
    left: 30px;
  }

  .s\:hover\:top-35:hover {
    top: 35px;
  }

  .s\:hover\:right-35:hover {
    right: 35px;
  }

  .s\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .s\:hover\:left-35:hover {
    left: 35px;
  }

  .s\:hover\:top-37:hover {
    top: 37px;
  }

  .s\:hover\:right-37:hover {
    right: 37px;
  }

  .s\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .s\:hover\:left-37:hover {
    left: 37px;
  }

  .s\:hover\:top-38:hover {
    top: 38px;
  }

  .s\:hover\:right-38:hover {
    right: 38px;
  }

  .s\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .s\:hover\:left-38:hover {
    left: 38px;
  }

  .s\:hover\:top-40:hover {
    top: 40px;
  }

  .s\:hover\:right-40:hover {
    right: 40px;
  }

  .s\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .s\:hover\:left-40:hover {
    left: 40px;
  }

  .s\:hover\:top-50:hover {
    top: 50px;
  }

  .s\:hover\:right-50:hover {
    right: 50px;
  }

  .s\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .s\:hover\:left-50:hover {
    left: 50px;
  }

  .s\:hover\:top-70:hover {
    top: 70px;
  }

  .s\:hover\:right-70:hover {
    right: 70px;
  }

  .s\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .s\:hover\:left-70:hover {
    left: 70px;
  }

  .s\:hover\:top-100:hover {
    top: 100px;
  }

  .s\:hover\:right-100:hover {
    right: 100px;
  }

  .s\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .s\:hover\:left-100:hover {
    left: 100px;
  }

  .s\:hover\:top-120:hover {
    top: 120px;
  }

  .s\:hover\:right-120:hover {
    right: 120px;
  }

  .s\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .s\:hover\:left-120:hover {
    left: 120px;
  }

  .s\:hover\:top-130:hover {
    top: 130px;
  }

  .s\:hover\:right-130:hover {
    right: 130px;
  }

  .s\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .s\:hover\:left-130:hover {
    left: 130px;
  }

  .s\:hover\:top-140:hover {
    top: 140px;
  }

  .s\:hover\:right-140:hover {
    right: 140px;
  }

  .s\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .s\:hover\:left-140:hover {
    left: 140px;
  }

  .s\:hover\:top-180:hover {
    top: 180px;
  }

  .s\:hover\:right-180:hover {
    right: 180px;
  }

  .s\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .s\:hover\:left-180:hover {
    left: 180px;
  }

  .s\:hover\:top-auto:hover {
    top: auto;
  }

  .s\:hover\:right-auto:hover {
    right: auto;
  }

  .s\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .s\:hover\:left-auto:hover {
    left: auto;
  }

  .s\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .s\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .s\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .s\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .s\:hover\:top-10p:hover {
    top: 10%;
  }

  .s\:hover\:right-10p:hover {
    right: 10%;
  }

  .s\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .s\:hover\:left-10p:hover {
    left: 10%;
  }

  .s\:hover\:top-20p:hover {
    top: 20%;
  }

  .s\:hover\:right-20p:hover {
    right: 20%;
  }

  .s\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .s\:hover\:left-20p:hover {
    left: 20%;
  }

  .s\:hover\:-top-35:hover {
    top: -35px;
  }

  .s\:hover\:-right-35:hover {
    right: -35px;
  }

  .s\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .s\:hover\:-left-35:hover {
    left: -35px;
  }

  .s\:hover\:-top-28:hover {
    top: -28px;
  }

  .s\:hover\:-right-28:hover {
    right: -28px;
  }

  .s\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .s\:hover\:-left-28:hover {
    left: -28px;
  }

  .s\:hover\:-top-60:hover {
    top: -60px;
  }

  .s\:hover\:-right-60:hover {
    right: -60px;
  }

  .s\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .s\:hover\:-left-60:hover {
    left: -60px;
  }

  .s\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .s\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .s\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .s\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .s\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .s\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .s\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .s\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .s\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .s\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .s\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .s\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .s\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .s\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .s\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .s\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .s\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .s\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .s\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .s\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .s\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .s\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .s\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .s\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .s\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .s\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .s\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .s\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .s\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .s\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .s\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .s\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .s\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .s\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .s\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .s\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .s\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .s\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .s\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .s\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .s\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .s\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .s\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .s\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .s\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .s\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .s\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .s\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .s\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .s\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .s\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .s\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .s\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .s\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .s\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .s\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .s\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .s\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .s\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .s\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .s\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .s\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .s\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .s\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .s\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .s\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .s\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .s\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .s\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .s\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .s\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .s\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .s\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .s\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .s\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .s\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .s\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .s\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .s\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .s\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .s\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .s\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .s\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .s\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .s\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .s\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .s\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .s\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .s\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .s\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .s\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .s\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .s\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .s\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .s\:focus\:top-0:focus {
    top: 0;
  }

  .s\:focus\:right-0:focus {
    right: 0;
  }

  .s\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .s\:focus\:left-0:focus {
    left: 0;
  }

  .s\:focus\:top-5:focus {
    top: 5px;
  }

  .s\:focus\:right-5:focus {
    right: 5px;
  }

  .s\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .s\:focus\:left-5:focus {
    left: 5px;
  }

  .s\:focus\:top-10:focus {
    top: 10px;
  }

  .s\:focus\:right-10:focus {
    right: 10px;
  }

  .s\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .s\:focus\:left-10:focus {
    left: 10px;
  }

  .s\:focus\:top-15:focus {
    top: 15px;
  }

  .s\:focus\:right-15:focus {
    right: 15px;
  }

  .s\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .s\:focus\:left-15:focus {
    left: 15px;
  }

  .s\:focus\:top-16:focus {
    top: 16px;
  }

  .s\:focus\:right-16:focus {
    right: 16px;
  }

  .s\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .s\:focus\:left-16:focus {
    left: 16px;
  }

  .s\:focus\:top-20:focus {
    top: 20px;
  }

  .s\:focus\:right-20:focus {
    right: 20px;
  }

  .s\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .s\:focus\:left-20:focus {
    left: 20px;
  }

  .s\:focus\:top-21:focus {
    top: 21px;
  }

  .s\:focus\:right-21:focus {
    right: 21px;
  }

  .s\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .s\:focus\:left-21:focus {
    left: 21px;
  }

  .s\:focus\:top-22:focus {
    top: 22px;
  }

  .s\:focus\:right-22:focus {
    right: 22px;
  }

  .s\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .s\:focus\:left-22:focus {
    left: 22px;
  }

  .s\:focus\:top-25:focus {
    top: 25px;
  }

  .s\:focus\:right-25:focus {
    right: 25px;
  }

  .s\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .s\:focus\:left-25:focus {
    left: 25px;
  }

  .s\:focus\:top-30:focus {
    top: 30px;
  }

  .s\:focus\:right-30:focus {
    right: 30px;
  }

  .s\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .s\:focus\:left-30:focus {
    left: 30px;
  }

  .s\:focus\:top-35:focus {
    top: 35px;
  }

  .s\:focus\:right-35:focus {
    right: 35px;
  }

  .s\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .s\:focus\:left-35:focus {
    left: 35px;
  }

  .s\:focus\:top-37:focus {
    top: 37px;
  }

  .s\:focus\:right-37:focus {
    right: 37px;
  }

  .s\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .s\:focus\:left-37:focus {
    left: 37px;
  }

  .s\:focus\:top-38:focus {
    top: 38px;
  }

  .s\:focus\:right-38:focus {
    right: 38px;
  }

  .s\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .s\:focus\:left-38:focus {
    left: 38px;
  }

  .s\:focus\:top-40:focus {
    top: 40px;
  }

  .s\:focus\:right-40:focus {
    right: 40px;
  }

  .s\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .s\:focus\:left-40:focus {
    left: 40px;
  }

  .s\:focus\:top-50:focus {
    top: 50px;
  }

  .s\:focus\:right-50:focus {
    right: 50px;
  }

  .s\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .s\:focus\:left-50:focus {
    left: 50px;
  }

  .s\:focus\:top-70:focus {
    top: 70px;
  }

  .s\:focus\:right-70:focus {
    right: 70px;
  }

  .s\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .s\:focus\:left-70:focus {
    left: 70px;
  }

  .s\:focus\:top-100:focus {
    top: 100px;
  }

  .s\:focus\:right-100:focus {
    right: 100px;
  }

  .s\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .s\:focus\:left-100:focus {
    left: 100px;
  }

  .s\:focus\:top-120:focus {
    top: 120px;
  }

  .s\:focus\:right-120:focus {
    right: 120px;
  }

  .s\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .s\:focus\:left-120:focus {
    left: 120px;
  }

  .s\:focus\:top-130:focus {
    top: 130px;
  }

  .s\:focus\:right-130:focus {
    right: 130px;
  }

  .s\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .s\:focus\:left-130:focus {
    left: 130px;
  }

  .s\:focus\:top-140:focus {
    top: 140px;
  }

  .s\:focus\:right-140:focus {
    right: 140px;
  }

  .s\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .s\:focus\:left-140:focus {
    left: 140px;
  }

  .s\:focus\:top-180:focus {
    top: 180px;
  }

  .s\:focus\:right-180:focus {
    right: 180px;
  }

  .s\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .s\:focus\:left-180:focus {
    left: 180px;
  }

  .s\:focus\:top-auto:focus {
    top: auto;
  }

  .s\:focus\:right-auto:focus {
    right: auto;
  }

  .s\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .s\:focus\:left-auto:focus {
    left: auto;
  }

  .s\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .s\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .s\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .s\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .s\:focus\:top-10p:focus {
    top: 10%;
  }

  .s\:focus\:right-10p:focus {
    right: 10%;
  }

  .s\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .s\:focus\:left-10p:focus {
    left: 10%;
  }

  .s\:focus\:top-20p:focus {
    top: 20%;
  }

  .s\:focus\:right-20p:focus {
    right: 20%;
  }

  .s\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .s\:focus\:left-20p:focus {
    left: 20%;
  }

  .s\:focus\:-top-35:focus {
    top: -35px;
  }

  .s\:focus\:-right-35:focus {
    right: -35px;
  }

  .s\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .s\:focus\:-left-35:focus {
    left: -35px;
  }

  .s\:focus\:-top-28:focus {
    top: -28px;
  }

  .s\:focus\:-right-28:focus {
    right: -28px;
  }

  .s\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .s\:focus\:-left-28:focus {
    left: -28px;
  }

  .s\:focus\:-top-60:focus {
    top: -60px;
  }

  .s\:focus\:-right-60:focus {
    right: -60px;
  }

  .s\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .s\:focus\:-left-60:focus {
    left: -60px;
  }

  .s\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .s\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .s\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .s\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .s\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .s\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .s\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .s\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .s\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .s\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .s\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .s\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .s\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .s\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .s\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .s\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .s\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .s\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .s\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .s\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .s\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .s\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .s\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .s\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .s\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .s\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .s\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .s\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .s\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .s\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .s\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .s\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .s\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .s\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .s\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .s\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .s\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .s\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .s\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .s\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .s\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .s\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .s\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .s\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .s\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .s\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .s\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .s\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .s\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .s\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .s\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .s\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .s\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .s\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .s\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .s\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .s\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .s\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .s\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .s\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .s\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .s\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .s\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .s\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .s\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .s\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .s\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .s\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .s\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .s\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .s\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .s\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .s\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .s\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .s\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .s\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .s\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .s\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .s\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .s\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .s\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .s\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .s\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .s\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .s\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .s\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .s\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .s\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .s\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .s\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .s\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .s\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .s\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .s\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .s\:first\:top-0:first-child {
    top: 0;
  }

  .s\:first\:right-0:first-child {
    right: 0;
  }

  .s\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .s\:first\:left-0:first-child {
    left: 0;
  }

  .s\:first\:top-5:first-child {
    top: 5px;
  }

  .s\:first\:right-5:first-child {
    right: 5px;
  }

  .s\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .s\:first\:left-5:first-child {
    left: 5px;
  }

  .s\:first\:top-10:first-child {
    top: 10px;
  }

  .s\:first\:right-10:first-child {
    right: 10px;
  }

  .s\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .s\:first\:left-10:first-child {
    left: 10px;
  }

  .s\:first\:top-15:first-child {
    top: 15px;
  }

  .s\:first\:right-15:first-child {
    right: 15px;
  }

  .s\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .s\:first\:left-15:first-child {
    left: 15px;
  }

  .s\:first\:top-16:first-child {
    top: 16px;
  }

  .s\:first\:right-16:first-child {
    right: 16px;
  }

  .s\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .s\:first\:left-16:first-child {
    left: 16px;
  }

  .s\:first\:top-20:first-child {
    top: 20px;
  }

  .s\:first\:right-20:first-child {
    right: 20px;
  }

  .s\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .s\:first\:left-20:first-child {
    left: 20px;
  }

  .s\:first\:top-21:first-child {
    top: 21px;
  }

  .s\:first\:right-21:first-child {
    right: 21px;
  }

  .s\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .s\:first\:left-21:first-child {
    left: 21px;
  }

  .s\:first\:top-22:first-child {
    top: 22px;
  }

  .s\:first\:right-22:first-child {
    right: 22px;
  }

  .s\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .s\:first\:left-22:first-child {
    left: 22px;
  }

  .s\:first\:top-25:first-child {
    top: 25px;
  }

  .s\:first\:right-25:first-child {
    right: 25px;
  }

  .s\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .s\:first\:left-25:first-child {
    left: 25px;
  }

  .s\:first\:top-30:first-child {
    top: 30px;
  }

  .s\:first\:right-30:first-child {
    right: 30px;
  }

  .s\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .s\:first\:left-30:first-child {
    left: 30px;
  }

  .s\:first\:top-35:first-child {
    top: 35px;
  }

  .s\:first\:right-35:first-child {
    right: 35px;
  }

  .s\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .s\:first\:left-35:first-child {
    left: 35px;
  }

  .s\:first\:top-37:first-child {
    top: 37px;
  }

  .s\:first\:right-37:first-child {
    right: 37px;
  }

  .s\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .s\:first\:left-37:first-child {
    left: 37px;
  }

  .s\:first\:top-38:first-child {
    top: 38px;
  }

  .s\:first\:right-38:first-child {
    right: 38px;
  }

  .s\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .s\:first\:left-38:first-child {
    left: 38px;
  }

  .s\:first\:top-40:first-child {
    top: 40px;
  }

  .s\:first\:right-40:first-child {
    right: 40px;
  }

  .s\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .s\:first\:left-40:first-child {
    left: 40px;
  }

  .s\:first\:top-50:first-child {
    top: 50px;
  }

  .s\:first\:right-50:first-child {
    right: 50px;
  }

  .s\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .s\:first\:left-50:first-child {
    left: 50px;
  }

  .s\:first\:top-70:first-child {
    top: 70px;
  }

  .s\:first\:right-70:first-child {
    right: 70px;
  }

  .s\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .s\:first\:left-70:first-child {
    left: 70px;
  }

  .s\:first\:top-100:first-child {
    top: 100px;
  }

  .s\:first\:right-100:first-child {
    right: 100px;
  }

  .s\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .s\:first\:left-100:first-child {
    left: 100px;
  }

  .s\:first\:top-120:first-child {
    top: 120px;
  }

  .s\:first\:right-120:first-child {
    right: 120px;
  }

  .s\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .s\:first\:left-120:first-child {
    left: 120px;
  }

  .s\:first\:top-130:first-child {
    top: 130px;
  }

  .s\:first\:right-130:first-child {
    right: 130px;
  }

  .s\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .s\:first\:left-130:first-child {
    left: 130px;
  }

  .s\:first\:top-140:first-child {
    top: 140px;
  }

  .s\:first\:right-140:first-child {
    right: 140px;
  }

  .s\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .s\:first\:left-140:first-child {
    left: 140px;
  }

  .s\:first\:top-180:first-child {
    top: 180px;
  }

  .s\:first\:right-180:first-child {
    right: 180px;
  }

  .s\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .s\:first\:left-180:first-child {
    left: 180px;
  }

  .s\:first\:top-auto:first-child {
    top: auto;
  }

  .s\:first\:right-auto:first-child {
    right: auto;
  }

  .s\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .s\:first\:left-auto:first-child {
    left: auto;
  }

  .s\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .s\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .s\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .s\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .s\:first\:top-10p:first-child {
    top: 10%;
  }

  .s\:first\:right-10p:first-child {
    right: 10%;
  }

  .s\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .s\:first\:left-10p:first-child {
    left: 10%;
  }

  .s\:first\:top-20p:first-child {
    top: 20%;
  }

  .s\:first\:right-20p:first-child {
    right: 20%;
  }

  .s\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .s\:first\:left-20p:first-child {
    left: 20%;
  }

  .s\:first\:-top-35:first-child {
    top: -35px;
  }

  .s\:first\:-right-35:first-child {
    right: -35px;
  }

  .s\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .s\:first\:-left-35:first-child {
    left: -35px;
  }

  .s\:first\:-top-28:first-child {
    top: -28px;
  }

  .s\:first\:-right-28:first-child {
    right: -28px;
  }

  .s\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .s\:first\:-left-28:first-child {
    left: -28px;
  }

  .s\:first\:-top-60:first-child {
    top: -60px;
  }

  .s\:first\:-right-60:first-child {
    right: -60px;
  }

  .s\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .s\:first\:-left-60:first-child {
    left: -60px;
  }

  .s\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .s\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .s\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .s\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .s\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .s\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .s\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .s\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .s\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .s\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .s\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .s\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .s\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .s\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .s\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .s\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .s\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .s\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .s\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .s\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .s\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .s\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .s\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .s\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .s\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .s\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .s\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .s\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .s\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .s\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .s\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .s\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .s\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .s\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .s\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .s\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .s\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .s\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .s\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .s\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .s\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .s\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .s\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .s\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .s\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .s\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .s\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .s\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .s\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .s\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .s\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .s\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .s\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .s\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .s\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .s\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .s\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .s\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .s\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .s\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .s\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .s\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .s\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .s\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .s\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .s\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .s\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .s\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .s\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .s\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .s\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .s\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .s\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .s\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .s\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .s\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .s\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .s\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .s\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .s\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .s\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .s\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .s\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .s\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .s\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .s\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .s\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .s\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .s\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .s\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .s\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .s\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .s\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .s\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .s\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .s\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .s\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .s\:last\:top-0:last-child {
    top: 0;
  }

  .s\:last\:right-0:last-child {
    right: 0;
  }

  .s\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .s\:last\:left-0:last-child {
    left: 0;
  }

  .s\:last\:top-5:last-child {
    top: 5px;
  }

  .s\:last\:right-5:last-child {
    right: 5px;
  }

  .s\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .s\:last\:left-5:last-child {
    left: 5px;
  }

  .s\:last\:top-10:last-child {
    top: 10px;
  }

  .s\:last\:right-10:last-child {
    right: 10px;
  }

  .s\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .s\:last\:left-10:last-child {
    left: 10px;
  }

  .s\:last\:top-15:last-child {
    top: 15px;
  }

  .s\:last\:right-15:last-child {
    right: 15px;
  }

  .s\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .s\:last\:left-15:last-child {
    left: 15px;
  }

  .s\:last\:top-16:last-child {
    top: 16px;
  }

  .s\:last\:right-16:last-child {
    right: 16px;
  }

  .s\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .s\:last\:left-16:last-child {
    left: 16px;
  }

  .s\:last\:top-20:last-child {
    top: 20px;
  }

  .s\:last\:right-20:last-child {
    right: 20px;
  }

  .s\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .s\:last\:left-20:last-child {
    left: 20px;
  }

  .s\:last\:top-21:last-child {
    top: 21px;
  }

  .s\:last\:right-21:last-child {
    right: 21px;
  }

  .s\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .s\:last\:left-21:last-child {
    left: 21px;
  }

  .s\:last\:top-22:last-child {
    top: 22px;
  }

  .s\:last\:right-22:last-child {
    right: 22px;
  }

  .s\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .s\:last\:left-22:last-child {
    left: 22px;
  }

  .s\:last\:top-25:last-child {
    top: 25px;
  }

  .s\:last\:right-25:last-child {
    right: 25px;
  }

  .s\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .s\:last\:left-25:last-child {
    left: 25px;
  }

  .s\:last\:top-30:last-child {
    top: 30px;
  }

  .s\:last\:right-30:last-child {
    right: 30px;
  }

  .s\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .s\:last\:left-30:last-child {
    left: 30px;
  }

  .s\:last\:top-35:last-child {
    top: 35px;
  }

  .s\:last\:right-35:last-child {
    right: 35px;
  }

  .s\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .s\:last\:left-35:last-child {
    left: 35px;
  }

  .s\:last\:top-37:last-child {
    top: 37px;
  }

  .s\:last\:right-37:last-child {
    right: 37px;
  }

  .s\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .s\:last\:left-37:last-child {
    left: 37px;
  }

  .s\:last\:top-38:last-child {
    top: 38px;
  }

  .s\:last\:right-38:last-child {
    right: 38px;
  }

  .s\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .s\:last\:left-38:last-child {
    left: 38px;
  }

  .s\:last\:top-40:last-child {
    top: 40px;
  }

  .s\:last\:right-40:last-child {
    right: 40px;
  }

  .s\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .s\:last\:left-40:last-child {
    left: 40px;
  }

  .s\:last\:top-50:last-child {
    top: 50px;
  }

  .s\:last\:right-50:last-child {
    right: 50px;
  }

  .s\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .s\:last\:left-50:last-child {
    left: 50px;
  }

  .s\:last\:top-70:last-child {
    top: 70px;
  }

  .s\:last\:right-70:last-child {
    right: 70px;
  }

  .s\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .s\:last\:left-70:last-child {
    left: 70px;
  }

  .s\:last\:top-100:last-child {
    top: 100px;
  }

  .s\:last\:right-100:last-child {
    right: 100px;
  }

  .s\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .s\:last\:left-100:last-child {
    left: 100px;
  }

  .s\:last\:top-120:last-child {
    top: 120px;
  }

  .s\:last\:right-120:last-child {
    right: 120px;
  }

  .s\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .s\:last\:left-120:last-child {
    left: 120px;
  }

  .s\:last\:top-130:last-child {
    top: 130px;
  }

  .s\:last\:right-130:last-child {
    right: 130px;
  }

  .s\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .s\:last\:left-130:last-child {
    left: 130px;
  }

  .s\:last\:top-140:last-child {
    top: 140px;
  }

  .s\:last\:right-140:last-child {
    right: 140px;
  }

  .s\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .s\:last\:left-140:last-child {
    left: 140px;
  }

  .s\:last\:top-180:last-child {
    top: 180px;
  }

  .s\:last\:right-180:last-child {
    right: 180px;
  }

  .s\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .s\:last\:left-180:last-child {
    left: 180px;
  }

  .s\:last\:top-auto:last-child {
    top: auto;
  }

  .s\:last\:right-auto:last-child {
    right: auto;
  }

  .s\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .s\:last\:left-auto:last-child {
    left: auto;
  }

  .s\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .s\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .s\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .s\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .s\:last\:top-10p:last-child {
    top: 10%;
  }

  .s\:last\:right-10p:last-child {
    right: 10%;
  }

  .s\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .s\:last\:left-10p:last-child {
    left: 10%;
  }

  .s\:last\:top-20p:last-child {
    top: 20%;
  }

  .s\:last\:right-20p:last-child {
    right: 20%;
  }

  .s\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .s\:last\:left-20p:last-child {
    left: 20%;
  }

  .s\:last\:-top-35:last-child {
    top: -35px;
  }

  .s\:last\:-right-35:last-child {
    right: -35px;
  }

  .s\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .s\:last\:-left-35:last-child {
    left: -35px;
  }

  .s\:last\:-top-28:last-child {
    top: -28px;
  }

  .s\:last\:-right-28:last-child {
    right: -28px;
  }

  .s\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .s\:last\:-left-28:last-child {
    left: -28px;
  }

  .s\:last\:-top-60:last-child {
    top: -60px;
  }

  .s\:last\:-right-60:last-child {
    right: -60px;
  }

  .s\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .s\:last\:-left-60:last-child {
    left: -60px;
  }

  .s\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .s\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .s\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .s\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .s\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .s\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .s\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .s\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .s\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .s\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .s\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .s\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .s\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .s\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .s\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .s\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .s\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .s\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .s\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .s\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .s\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .s\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .s\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .s\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .s\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .s\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .s\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .s\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .s\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .s\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .s\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .s\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .s\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .s\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .s\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .s\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .s\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .s\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .s\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .s\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .s\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .s\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .s\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .s\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .s\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .s\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .s\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .s\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .s\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .s\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .s\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .s\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .s\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .s\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .s\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .s\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .s\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .s\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .s\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .s\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .s\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .s\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .s\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .s\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .s\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .s\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .s\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .s\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .s\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .s\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .s\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .s\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .s\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .s\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .s\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .s\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .s\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .s\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .s\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .s\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .s\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .s\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .s\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .s\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .s\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .s\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .s\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .s\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .s\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .s\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .s\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .s\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .s\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .s\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .s\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .s\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .s\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .s\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .s\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .s\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .s\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .s\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .s\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .s\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .s\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .s\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .s\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .s\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .s\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .s\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .s\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .s\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .s\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .s\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .s\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .s\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .s\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .s\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .s\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .s\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .s\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .s\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .s\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .s\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .s\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .s\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .s\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .s\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .s\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .s\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .s\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .s\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .s\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .s\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .s\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .s\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .s\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .s\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .s\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .s\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .s\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .s\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .s\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .s\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .s\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .s\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .s\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .s\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .s\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .s\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .s\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .s\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .s\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .s\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .s\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .s\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .s\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .s\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .s\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .s\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .s\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .s\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .s\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .s\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .s\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .s\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .s\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .s\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .s\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .s\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .s\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .s\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .s\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .s\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .s\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .s\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .s\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .s\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .s\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .s\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .s\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .s\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .s\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .s\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .s\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .s\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .s\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .s\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .s\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .s\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .s\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .s\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .s\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .s\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .s\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .s\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .s\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .s\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .s\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .s\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .s\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .s\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .s\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .s\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .s\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .s\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .s\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .s\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .s\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .s\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .s\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .s\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .s\:resize-none {
    resize: none;
  }

  .s\:resize-y {
    resize: vertical;
  }

  .s\:resize-x {
    resize: horizontal;
  }

  .s\:resize {
    resize: both;
  }

  .s\:hover\:resize-none:hover {
    resize: none;
  }

  .s\:hover\:resize-y:hover {
    resize: vertical;
  }

  .s\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .s\:hover\:resize:hover {
    resize: both;
  }

  .s\:focus\:resize-none:focus {
    resize: none;
  }

  .s\:focus\:resize-y:focus {
    resize: vertical;
  }

  .s\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .s\:focus\:resize:focus {
    resize: both;
  }

  .s\:first\:resize-none:first-child {
    resize: none;
  }

  .s\:first\:resize-y:first-child {
    resize: vertical;
  }

  .s\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .s\:first\:resize:first-child {
    resize: both;
  }

  .s\:last\:resize-none:last-child {
    resize: none;
  }

  .s\:last\:resize-y:last-child {
    resize: vertical;
  }

  .s\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .s\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .s\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .s\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .s\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .s\:group-hover\:resize {
    resize: both;
  }

  .s\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .s\:shadow-none {
    box-shadow: none;
  }

  .s\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .s\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .s\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .s\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .s\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .s\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .s\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .s\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .s\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .s\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .s\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .s\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .s\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .s\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .s\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .s\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .s\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .s\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .s\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .s\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .s\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .s\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .s\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .s\:fill-current {
    fill: currentColor;
  }

  .s\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .s\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .s\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .s\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .s\:group-hover\:fill-current {
    fill: currentColor;
  }

  .s\:stroke-current {
    stroke: currentColor;
  }

  .s\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .s\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .s\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .s\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .s\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .s\:stroke-0 {
    stroke-width: 0;
  }

  .s\:stroke-1 {
    stroke-width: 1;
  }

  .s\:stroke-2 {
    stroke-width: 2;
  }

  .s\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .s\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .s\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .s\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .s\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .s\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .s\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .s\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .s\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .s\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .s\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .s\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .s\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .s\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .s\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .s\:table-auto {
    table-layout: auto;
  }

  .s\:table-fixed {
    table-layout: fixed;
  }

  .s\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .s\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .s\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .s\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .s\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .s\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .s\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .s\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .s\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .s\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .s\:text-left {
    text-align: left;
  }

  .s\:text-center {
    text-align: center;
  }

  .s\:text-right {
    text-align: right;
  }

  .s\:text-justify {
    text-align: justify;
  }

  .s\:hover\:text-left:hover {
    text-align: left;
  }

  .s\:hover\:text-center:hover {
    text-align: center;
  }

  .s\:hover\:text-right:hover {
    text-align: right;
  }

  .s\:hover\:text-justify:hover {
    text-align: justify;
  }

  .s\:focus\:text-left:focus {
    text-align: left;
  }

  .s\:focus\:text-center:focus {
    text-align: center;
  }

  .s\:focus\:text-right:focus {
    text-align: right;
  }

  .s\:focus\:text-justify:focus {
    text-align: justify;
  }

  .s\:first\:text-left:first-child {
    text-align: left;
  }

  .s\:first\:text-center:first-child {
    text-align: center;
  }

  .s\:first\:text-right:first-child {
    text-align: right;
  }

  .s\:first\:text-justify:first-child {
    text-align: justify;
  }

  .s\:last\:text-left:last-child {
    text-align: left;
  }

  .s\:last\:text-center:last-child {
    text-align: center;
  }

  .s\:last\:text-right:last-child {
    text-align: right;
  }

  .s\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .s\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .s\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .s\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .s\:group-hover\:text-justify {
    text-align: justify;
  }

  .s\:text-transparent {
    color: transparent;
  }

  .s\:text-current {
    color: currentColor;
  }

  .s\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .s\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .s\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .s\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .s\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .s\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .s\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .s\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .s\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .s\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .s\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .s\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .s\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .s\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .s\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .s\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .s\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .s\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .s\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .s\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .s\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .s\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .s\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .s\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .s\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .s\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .s\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .s\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .s\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .s\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .s\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .s\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .s\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .s\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .s\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .s\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .s\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .s\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .s\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .s\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .s\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .s\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .s\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .s\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .s\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .s\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .s\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .s\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .s\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .s\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .s\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .s\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .s\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .s\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .s\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .s\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .s\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .s\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .s\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .s\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .s\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .s\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .s\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .s\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .s\:hover\:text-transparent:hover {
    color: transparent;
  }

  .s\:hover\:text-current:hover {
    color: currentColor;
  }

  .s\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .s\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .s\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .s\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .s\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .s\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .s\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .s\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .s\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .s\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .s\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .s\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .s\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .s\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .s\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .s\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .s\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .s\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .s\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .s\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .s\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .s\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .s\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .s\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .s\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .s\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .s\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .s\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .s\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .s\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .s\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .s\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .s\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .s\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .s\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .s\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .s\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .s\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .s\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .s\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .s\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .s\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .s\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .s\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .s\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .s\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .s\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .s\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .s\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .s\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .s\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .s\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .s\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .s\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .s\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .s\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .s\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .s\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .s\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .s\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .s\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .s\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .s\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .s\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .s\:focus\:text-transparent:focus {
    color: transparent;
  }

  .s\:focus\:text-current:focus {
    color: currentColor;
  }

  .s\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .s\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .s\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .s\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .s\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .s\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .s\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .s\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .s\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .s\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .s\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .s\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .s\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .s\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .s\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .s\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .s\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .s\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .s\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .s\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .s\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .s\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .s\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .s\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .s\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .s\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .s\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .s\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .s\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .s\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .s\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .s\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .s\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .s\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .s\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .s\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .s\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .s\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .s\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .s\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .s\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .s\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .s\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .s\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .s\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .s\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .s\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .s\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .s\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .s\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .s\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .s\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .s\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .s\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .s\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .s\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .s\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .s\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .s\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .s\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .s\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .s\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .s\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .s\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .s\:first\:text-transparent:first-child {
    color: transparent;
  }

  .s\:first\:text-current:first-child {
    color: currentColor;
  }

  .s\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .s\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .s\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .s\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .s\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .s\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .s\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .s\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .s\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .s\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .s\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .s\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .s\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .s\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .s\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .s\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .s\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .s\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .s\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .s\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .s\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .s\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .s\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .s\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .s\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .s\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .s\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .s\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .s\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .s\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .s\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .s\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .s\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .s\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .s\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .s\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .s\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .s\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .s\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .s\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .s\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .s\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .s\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .s\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .s\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .s\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .s\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .s\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .s\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .s\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .s\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .s\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .s\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .s\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .s\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .s\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .s\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .s\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .s\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .s\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .s\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .s\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .s\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .s\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .s\:last\:text-transparent:last-child {
    color: transparent;
  }

  .s\:last\:text-current:last-child {
    color: currentColor;
  }

  .s\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .s\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .s\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .s\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .s\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .s\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .s\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .s\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .s\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .s\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .s\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .s\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .s\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .s\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .s\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .s\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .s\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .s\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .s\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .s\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .s\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .s\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .s\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .s\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .s\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .s\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .s\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .s\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .s\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .s\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .s\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .s\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .s\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .s\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .s\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .s\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .s\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .s\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .s\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .s\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .s\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .s\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .s\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .s\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .s\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .s\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .s\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .s\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .s\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .s\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .s\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .s\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .s\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .s\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .s\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .s\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .s\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .s\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .s\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .s\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .s\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .s\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .s\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .s\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .s\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .s\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .s\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .s\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .s\:text-opacity-0 {
    --text-opacity: 0;
  }

  .s\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .s\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .s\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .s\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .s\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .s\:text-opacity-100 {
    --text-opacity: 1;
  }

  .s\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .s\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .s\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .s\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .s\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .s\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .s\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .s\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .s\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .s\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .s\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .s\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .s\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .s\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .s\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .s\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .s\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .s\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .s\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .s\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .s\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .s\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .s\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .s\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .s\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .s\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .s\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .s\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .s\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .s\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .s\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .s\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .s\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .s\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .s\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .s\:italic {
    font-style: italic;
  }

  .s\:not-italic {
    font-style: normal;
  }

  .s\:hover\:italic:hover {
    font-style: italic;
  }

  .s\:hover\:not-italic:hover {
    font-style: normal;
  }

  .s\:focus\:italic:focus {
    font-style: italic;
  }

  .s\:focus\:not-italic:focus {
    font-style: normal;
  }

  .s\:first\:italic:first-child {
    font-style: italic;
  }

  .s\:first\:not-italic:first-child {
    font-style: normal;
  }

  .s\:last\:italic:last-child {
    font-style: italic;
  }

  .s\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .s\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .s\:group-hover\:not-italic {
    font-style: normal;
  }

  .s\:uppercase {
    text-transform: uppercase;
  }

  .s\:lowercase {
    text-transform: lowercase;
  }

  .s\:capitalize {
    text-transform: capitalize;
  }

  .s\:normal-case {
    text-transform: none;
  }

  .s\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .s\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .s\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .s\:hover\:normal-case:hover {
    text-transform: none;
  }

  .s\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .s\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .s\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .s\:focus\:normal-case:focus {
    text-transform: none;
  }

  .s\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .s\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .s\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .s\:first\:normal-case:first-child {
    text-transform: none;
  }

  .s\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .s\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .s\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .s\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .s\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .s\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .s\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .s\:group-hover\:normal-case {
    text-transform: none;
  }

  .s\:underline {
    text-decoration: underline;
  }

  .s\:line-through {
    text-decoration: line-through;
  }

  .s\:no-underline {
    text-decoration: none;
  }

  .s\:hover\:underline:hover {
    text-decoration: underline;
  }

  .s\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .s\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .s\:focus\:underline:focus {
    text-decoration: underline;
  }

  .s\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .s\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .s\:first\:underline:first-child {
    text-decoration: underline;
  }

  .s\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .s\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .s\:last\:underline:last-child {
    text-decoration: underline;
  }

  .s\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .s\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .s\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .s\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .s\:group-hover\:no-underline {
    text-decoration: none;
  }

  .s\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .s\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .s\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .s\:ordinal, .s\:slashed-zero, .s\:lining-nums, .s\:oldstyle-nums, .s\:proportional-nums, .s\:tabular-nums, .s\:diagonal-fractions, .s\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .s\:normal-nums {
    font-variant-numeric: normal;
  }

  .s\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .s\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .s\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .s\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .s\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .s\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .s\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .s\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .s\:hover\:ordinal:hover, .s\:hover\:slashed-zero:hover, .s\:hover\:lining-nums:hover, .s\:hover\:oldstyle-nums:hover, .s\:hover\:proportional-nums:hover, .s\:hover\:tabular-nums:hover, .s\:hover\:diagonal-fractions:hover, .s\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .s\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .s\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .s\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .s\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .s\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .s\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .s\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .s\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .s\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .s\:focus\:ordinal:focus, .s\:focus\:slashed-zero:focus, .s\:focus\:lining-nums:focus, .s\:focus\:oldstyle-nums:focus, .s\:focus\:proportional-nums:focus, .s\:focus\:tabular-nums:focus, .s\:focus\:diagonal-fractions:focus, .s\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .s\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .s\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .s\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .s\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .s\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .s\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .s\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .s\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .s\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .s\:first\:ordinal:first-child, .s\:first\:slashed-zero:first-child, .s\:first\:lining-nums:first-child, .s\:first\:oldstyle-nums:first-child, .s\:first\:proportional-nums:first-child, .s\:first\:tabular-nums:first-child, .s\:first\:diagonal-fractions:first-child, .s\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .s\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .s\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .s\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .s\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .s\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .s\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .s\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .s\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .s\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .s\:last\:ordinal:last-child, .s\:last\:slashed-zero:last-child, .s\:last\:lining-nums:last-child, .s\:last\:oldstyle-nums:last-child, .s\:last\:proportional-nums:last-child, .s\:last\:tabular-nums:last-child, .s\:last\:diagonal-fractions:last-child, .s\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .s\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .s\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .s\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .s\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .s\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .s\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .s\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .s\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .s\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .s\:group-hover\:ordinal, .group:hover .s\:group-hover\:slashed-zero, .group:hover .s\:group-hover\:lining-nums, .group:hover .s\:group-hover\:oldstyle-nums, .group:hover .s\:group-hover\:proportional-nums, .group:hover .s\:group-hover\:tabular-nums, .group:hover .s\:group-hover\:diagonal-fractions, .group:hover .s\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .s\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .s\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .s\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .s\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .s\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .s\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .s\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .s\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .s\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .s\:tracking-1 {
    letter-spacing: 1px;
  }

  .s\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .s\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .s\:tracking-normal {
    letter-spacing: 0;
  }

  .s\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .s\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .s\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .s\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .s\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .s\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .s\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .s\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .s\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .s\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .s\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .s\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .s\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .s\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .s\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .s\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .s\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .s\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .s\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .s\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .s\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .s\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .s\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .s\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .s\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .s\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .s\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .s\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .s\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .s\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .s\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .s\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .s\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .s\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .s\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .s\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .s\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .s\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .s\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .s\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .s\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .s\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .s\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .s\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .s\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .s\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .s\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .s\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .s\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .s\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .s\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .s\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .s\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .s\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .s\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .s\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .s\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .s\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .s\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .s\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .s\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .s\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .s\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .s\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .s\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .s\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .s\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .s\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .s\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .s\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .s\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .s\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .s\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .s\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .s\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .s\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .s\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .s\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .s\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .s\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .s\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .s\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .s\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .s\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .s\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .s\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .s\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .s\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .s\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .s\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .s\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .s\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .s\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .s\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .s\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .s\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .s\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .s\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .s\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .s\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .s\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .s\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .s\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .s\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .s\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .s\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .s\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .s\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .s\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .s\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .s\:align-baseline {
    vertical-align: baseline;
  }

  .s\:align-top {
    vertical-align: top;
  }

  .s\:align-middle {
    vertical-align: middle;
  }

  .s\:align-bottom {
    vertical-align: bottom;
  }

  .s\:align-text-top {
    vertical-align: text-top;
  }

  .s\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .s\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .s\:hover\:align-top:hover {
    vertical-align: top;
  }

  .s\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .s\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .s\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .s\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .s\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .s\:focus\:align-top:focus {
    vertical-align: top;
  }

  .s\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .s\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .s\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .s\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .s\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .s\:first\:align-top:first-child {
    vertical-align: top;
  }

  .s\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .s\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .s\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .s\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .s\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .s\:last\:align-top:last-child {
    vertical-align: top;
  }

  .s\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .s\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .s\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .s\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .s\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .s\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .s\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .s\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .s\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .s\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .s\:visible {
    visibility: visible;
  }

  .s\:invisible {
    visibility: hidden;
  }

  .s\:hover\:visible:hover {
    visibility: visible;
  }

  .s\:hover\:invisible:hover {
    visibility: hidden;
  }

  .s\:focus\:visible:focus {
    visibility: visible;
  }

  .s\:focus\:invisible:focus {
    visibility: hidden;
  }

  .s\:first\:visible:first-child {
    visibility: visible;
  }

  .s\:first\:invisible:first-child {
    visibility: hidden;
  }

  .s\:last\:visible:last-child {
    visibility: visible;
  }

  .s\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .s\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .s\:group-hover\:invisible {
    visibility: hidden;
  }

  .s\:whitespace-normal {
    white-space: normal;
  }

  .s\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .s\:whitespace-pre {
    white-space: pre;
  }

  .s\:whitespace-pre-line {
    white-space: pre-line;
  }

  .s\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .s\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .s\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .s\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .s\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .s\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .s\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .s\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .s\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .s\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .s\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .s\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .s\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .s\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .s\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .s\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .s\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .s\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .s\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .s\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .s\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .s\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .s\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .s\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .s\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .s\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .s\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .s\:break-all {
    word-break: break-all;
  }

  .s\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .s\:hover\:break-all:hover {
    word-break: break-all;
  }

  .s\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .s\:focus\:break-all:focus {
    word-break: break-all;
  }

  .s\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .s\:first\:break-all:first-child {
    word-break: break-all;
  }

  .s\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .s\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .s\:last\:break-all:last-child {
    word-break: break-all;
  }

  .s\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .s\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .s\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .s\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .s\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s\:w-0 {
    width: 0px;
  }

  .s\:w-1 {
    width: 0.25rem;
  }

  .s\:w-2 {
    width: 0.5rem;
  }

  .s\:w-3 {
    width: 3px;
  }

  .s\:w-4 {
    width: 4px;
  }

  .s\:w-5 {
    width: 5px;
  }

  .s\:w-6 {
    width: 6px;
  }

  .s\:w-8 {
    width: 8px;
  }

  .s\:w-9 {
    width: 9px;
  }

  .s\:w-10 {
    width: 10px;
  }

  .s\:w-12 {
    width: 12px;
  }

  .s\:w-13 {
    width: 13px;
  }

  .s\:w-14 {
    width: 14px;
  }

  .s\:w-15 {
    width: 15px;
  }

  .s\:w-16 {
    width: 16px;
  }

  .s\:w-17 {
    width: 17px;
  }

  .s\:w-18 {
    width: 18px;
  }

  .s\:w-20 {
    width: 20px;
  }

  .s\:w-22 {
    width: 22px;
  }

  .s\:w-24 {
    width: 24px;
  }

  .s\:w-25 {
    width: 25px;
  }

  .s\:w-28 {
    width: 28px;
  }

  .s\:w-29 {
    width: 29px;
  }

  .s\:w-30 {
    width: 30px;
  }

  .s\:w-32 {
    width: 32px;
  }

  .s\:w-35 {
    width: 35px;
  }

  .s\:w-36 {
    width: 36px;
  }

  .s\:w-37 {
    width: 37px;
  }

  .s\:w-40 {
    width: 40px;
  }

  .s\:w-45 {
    width: 45px;
  }

  .s\:w-48 {
    width: 48px;
  }

  .s\:w-50 {
    width: 50px;
  }

  .s\:w-55 {
    width: 55px;
  }

  .s\:w-56 {
    width: 56px;
  }

  .s\:w-60 {
    width: 60px;
  }

  .s\:w-62 {
    width: 62px;
  }

  .s\:w-64 {
    width: 64px;
  }

  .s\:w-65 {
    width: 65px;
  }

  .s\:w-70 {
    width: 70px;
  }

  .s\:w-75 {
    width: 75px;
  }

  .s\:w-80 {
    width: 80px;
  }

  .s\:w-85 {
    width: 85px;
  }

  .s\:w-90 {
    width: 90px;
  }

  .s\:w-95 {
    width: 95px;
  }

  .s\:w-96 {
    width: 96px;
  }

  .s\:w-100 {
    width: 100px;
  }

  .s\:w-110 {
    width: 110px;
  }

  .s\:w-115 {
    width: 115px;
  }

  .s\:w-120 {
    width: 120px;
  }

  .s\:w-128 {
    width: 128px;
  }

  .s\:w-135 {
    width: 135px;
  }

  .s\:w-140 {
    width: 140px;
  }

  .s\:w-145 {
    width: 145px;
  }

  .s\:w-150 {
    width: 150px;
  }

  .s\:w-160 {
    width: 160px;
  }

  .s\:w-165 {
    width: 165px;
  }

  .s\:w-168 {
    width: 168px;
  }

  .s\:w-170 {
    width: 170px;
  }

  .s\:w-180 {
    width: 180px;
  }

  .s\:w-200 {
    width: 200px;
  }

  .s\:w-220 {
    width: 220px;
  }

  .s\:w-230 {
    width: 230px;
  }

  .s\:w-235 {
    width: 235px;
  }

  .s\:w-240 {
    width: 240px;
  }

  .s\:w-250 {
    width: 250px;
  }

  .s\:w-300 {
    width: 300px;
  }

  .s\:w-320 {
    width: 320px;
  }

  .s\:w-350 {
    width: 350px;
  }

  .s\:w-375 {
    width: 375px;
  }

  .s\:w-400 {
    width: 400px;
  }

  .s\:w-450 {
    width: 450px;
  }

  .s\:w-700 {
    width: 700px;
  }

  .s\:w-auto {
    width: auto;
  }

  .s\:w-px {
    width: 1px;
  }

  .s\:w-1p {
    width: 1%;
  }

  .s\:w-1\/12 {
    width: 8.333333%;
  }

  .s\:w-2\/12 {
    width: 16.666667%;
  }

  .s\:w-11p {
    width: 11%;
  }

  .s\:w-20p {
    width: 20%;
  }

  .s\:w-24p {
    width: 24.25%;
  }

  .s\:w-25p {
    width: 25%;
  }

  .s\:w-32p {
    width: 32%;
  }

  .s\:w-35p {
    width: 35%;
  }

  .s\:w-40p {
    width: 40%;
  }

  .s\:w-49p {
    width: 49%;
  }

  .s\:w-49-5p {
    width: 49.5%;
  }

  .s\:w-80p {
    width: 80%;
  }

  .s\:w-vh80 {
    width: 80vh;
  }

  .s\:w-vh86 {
    width: 86vh;
  }

  .s\:w-vh90 {
    width: 90vh;
  }

  .s\:w-vw80 {
    width: 80vw;
  }

  .s\:w-vw90 {
    width: 90vw;
  }

  .s\:w-90p {
    width: 90%;
  }

  .s\:w-92p {
    width: 92%;
  }

  .s\:w-93p {
    width: 93%;
  }

  .s\:w-94p {
    width: 94%;
  }

  .s\:w-95p {
    width: 95%;
  }

  .s\:w-96p {
    width: 96%;
  }

  .s\:w-100p {
    width: 100%;
  }

  .s\:w-1\/2 {
    width: 50%;
  }

  .s\:w-1\/3 {
    width: 33.333333%;
  }

  .s\:w-2\/3 {
    width: 66.666667%;
  }

  .s\:w-1\/4 {
    width: 25%;
  }

  .s\:w-2\/4 {
    width: 50%;
  }

  .s\:w-3\/4 {
    width: 75%;
  }

  .s\:w-1\/5 {
    width: 20%;
  }

  .s\:w-2\/5 {
    width: 40%;
  }

  .s\:w-3\/5 {
    width: 60%;
  }

  .s\:w-4\/5 {
    width: 80%;
  }

  .s\:w-1\/6 {
    width: 16.666667%;
  }

  .s\:w-2\/6 {
    width: 33.333333%;
  }

  .s\:w-3\/6 {
    width: 50%;
  }

  .s\:w-4\/6 {
    width: 66.666667%;
  }

  .s\:w-5\/6 {
    width: 83.333333%;
  }

  .s\:w-3\/12 {
    width: 25%;
  }

  .s\:w-4\/12 {
    width: 33.333333%;
  }

  .s\:w-5\/12 {
    width: 41.666667%;
  }

  .s\:w-6\/12 {
    width: 50%;
  }

  .s\:w-7\/12 {
    width: 58.333333%;
  }

  .s\:w-8\/12 {
    width: 66.666667%;
  }

  .s\:w-9\/12 {
    width: 75%;
  }

  .s\:w-10\/12 {
    width: 83.333333%;
  }

  .s\:w-11\/12 {
    width: 91.666667%;
  }

  .s\:w-full {
    width: 100%;
  }

  .s\:w-screen {
    width: 100vw;
  }

  .s\:hover\:w-0:hover {
    width: 0px;
  }

  .s\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .s\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .s\:hover\:w-3:hover {
    width: 3px;
  }

  .s\:hover\:w-4:hover {
    width: 4px;
  }

  .s\:hover\:w-5:hover {
    width: 5px;
  }

  .s\:hover\:w-6:hover {
    width: 6px;
  }

  .s\:hover\:w-8:hover {
    width: 8px;
  }

  .s\:hover\:w-9:hover {
    width: 9px;
  }

  .s\:hover\:w-10:hover {
    width: 10px;
  }

  .s\:hover\:w-12:hover {
    width: 12px;
  }

  .s\:hover\:w-13:hover {
    width: 13px;
  }

  .s\:hover\:w-14:hover {
    width: 14px;
  }

  .s\:hover\:w-15:hover {
    width: 15px;
  }

  .s\:hover\:w-16:hover {
    width: 16px;
  }

  .s\:hover\:w-17:hover {
    width: 17px;
  }

  .s\:hover\:w-18:hover {
    width: 18px;
  }

  .s\:hover\:w-20:hover {
    width: 20px;
  }

  .s\:hover\:w-22:hover {
    width: 22px;
  }

  .s\:hover\:w-24:hover {
    width: 24px;
  }

  .s\:hover\:w-25:hover {
    width: 25px;
  }

  .s\:hover\:w-28:hover {
    width: 28px;
  }

  .s\:hover\:w-29:hover {
    width: 29px;
  }

  .s\:hover\:w-30:hover {
    width: 30px;
  }

  .s\:hover\:w-32:hover {
    width: 32px;
  }

  .s\:hover\:w-35:hover {
    width: 35px;
  }

  .s\:hover\:w-36:hover {
    width: 36px;
  }

  .s\:hover\:w-37:hover {
    width: 37px;
  }

  .s\:hover\:w-40:hover {
    width: 40px;
  }

  .s\:hover\:w-45:hover {
    width: 45px;
  }

  .s\:hover\:w-48:hover {
    width: 48px;
  }

  .s\:hover\:w-50:hover {
    width: 50px;
  }

  .s\:hover\:w-55:hover {
    width: 55px;
  }

  .s\:hover\:w-56:hover {
    width: 56px;
  }

  .s\:hover\:w-60:hover {
    width: 60px;
  }

  .s\:hover\:w-62:hover {
    width: 62px;
  }

  .s\:hover\:w-64:hover {
    width: 64px;
  }

  .s\:hover\:w-65:hover {
    width: 65px;
  }

  .s\:hover\:w-70:hover {
    width: 70px;
  }

  .s\:hover\:w-75:hover {
    width: 75px;
  }

  .s\:hover\:w-80:hover {
    width: 80px;
  }

  .s\:hover\:w-85:hover {
    width: 85px;
  }

  .s\:hover\:w-90:hover {
    width: 90px;
  }

  .s\:hover\:w-95:hover {
    width: 95px;
  }

  .s\:hover\:w-96:hover {
    width: 96px;
  }

  .s\:hover\:w-100:hover {
    width: 100px;
  }

  .s\:hover\:w-110:hover {
    width: 110px;
  }

  .s\:hover\:w-115:hover {
    width: 115px;
  }

  .s\:hover\:w-120:hover {
    width: 120px;
  }

  .s\:hover\:w-128:hover {
    width: 128px;
  }

  .s\:hover\:w-135:hover {
    width: 135px;
  }

  .s\:hover\:w-140:hover {
    width: 140px;
  }

  .s\:hover\:w-145:hover {
    width: 145px;
  }

  .s\:hover\:w-150:hover {
    width: 150px;
  }

  .s\:hover\:w-160:hover {
    width: 160px;
  }

  .s\:hover\:w-165:hover {
    width: 165px;
  }

  .s\:hover\:w-168:hover {
    width: 168px;
  }

  .s\:hover\:w-170:hover {
    width: 170px;
  }

  .s\:hover\:w-180:hover {
    width: 180px;
  }

  .s\:hover\:w-200:hover {
    width: 200px;
  }

  .s\:hover\:w-220:hover {
    width: 220px;
  }

  .s\:hover\:w-230:hover {
    width: 230px;
  }

  .s\:hover\:w-235:hover {
    width: 235px;
  }

  .s\:hover\:w-240:hover {
    width: 240px;
  }

  .s\:hover\:w-250:hover {
    width: 250px;
  }

  .s\:hover\:w-300:hover {
    width: 300px;
  }

  .s\:hover\:w-320:hover {
    width: 320px;
  }

  .s\:hover\:w-350:hover {
    width: 350px;
  }

  .s\:hover\:w-375:hover {
    width: 375px;
  }

  .s\:hover\:w-400:hover {
    width: 400px;
  }

  .s\:hover\:w-450:hover {
    width: 450px;
  }

  .s\:hover\:w-700:hover {
    width: 700px;
  }

  .s\:hover\:w-auto:hover {
    width: auto;
  }

  .s\:hover\:w-px:hover {
    width: 1px;
  }

  .s\:hover\:w-1p:hover {
    width: 1%;
  }

  .s\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .s\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .s\:hover\:w-11p:hover {
    width: 11%;
  }

  .s\:hover\:w-20p:hover {
    width: 20%;
  }

  .s\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .s\:hover\:w-25p:hover {
    width: 25%;
  }

  .s\:hover\:w-32p:hover {
    width: 32%;
  }

  .s\:hover\:w-35p:hover {
    width: 35%;
  }

  .s\:hover\:w-40p:hover {
    width: 40%;
  }

  .s\:hover\:w-49p:hover {
    width: 49%;
  }

  .s\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .s\:hover\:w-80p:hover {
    width: 80%;
  }

  .s\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .s\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .s\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .s\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .s\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .s\:hover\:w-90p:hover {
    width: 90%;
  }

  .s\:hover\:w-92p:hover {
    width: 92%;
  }

  .s\:hover\:w-93p:hover {
    width: 93%;
  }

  .s\:hover\:w-94p:hover {
    width: 94%;
  }

  .s\:hover\:w-95p:hover {
    width: 95%;
  }

  .s\:hover\:w-96p:hover {
    width: 96%;
  }

  .s\:hover\:w-100p:hover {
    width: 100%;
  }

  .s\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .s\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .s\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .s\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .s\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .s\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .s\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .s\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .s\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .s\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .s\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .s\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .s\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .s\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .s\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .s\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .s\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .s\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .s\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .s\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .s\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .s\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .s\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .s\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .s\:hover\:w-full:hover {
    width: 100%;
  }

  .s\:hover\:w-screen:hover {
    width: 100vw;
  }

  .s\:focus\:w-0:focus {
    width: 0px;
  }

  .s\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .s\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .s\:focus\:w-3:focus {
    width: 3px;
  }

  .s\:focus\:w-4:focus {
    width: 4px;
  }

  .s\:focus\:w-5:focus {
    width: 5px;
  }

  .s\:focus\:w-6:focus {
    width: 6px;
  }

  .s\:focus\:w-8:focus {
    width: 8px;
  }

  .s\:focus\:w-9:focus {
    width: 9px;
  }

  .s\:focus\:w-10:focus {
    width: 10px;
  }

  .s\:focus\:w-12:focus {
    width: 12px;
  }

  .s\:focus\:w-13:focus {
    width: 13px;
  }

  .s\:focus\:w-14:focus {
    width: 14px;
  }

  .s\:focus\:w-15:focus {
    width: 15px;
  }

  .s\:focus\:w-16:focus {
    width: 16px;
  }

  .s\:focus\:w-17:focus {
    width: 17px;
  }

  .s\:focus\:w-18:focus {
    width: 18px;
  }

  .s\:focus\:w-20:focus {
    width: 20px;
  }

  .s\:focus\:w-22:focus {
    width: 22px;
  }

  .s\:focus\:w-24:focus {
    width: 24px;
  }

  .s\:focus\:w-25:focus {
    width: 25px;
  }

  .s\:focus\:w-28:focus {
    width: 28px;
  }

  .s\:focus\:w-29:focus {
    width: 29px;
  }

  .s\:focus\:w-30:focus {
    width: 30px;
  }

  .s\:focus\:w-32:focus {
    width: 32px;
  }

  .s\:focus\:w-35:focus {
    width: 35px;
  }

  .s\:focus\:w-36:focus {
    width: 36px;
  }

  .s\:focus\:w-37:focus {
    width: 37px;
  }

  .s\:focus\:w-40:focus {
    width: 40px;
  }

  .s\:focus\:w-45:focus {
    width: 45px;
  }

  .s\:focus\:w-48:focus {
    width: 48px;
  }

  .s\:focus\:w-50:focus {
    width: 50px;
  }

  .s\:focus\:w-55:focus {
    width: 55px;
  }

  .s\:focus\:w-56:focus {
    width: 56px;
  }

  .s\:focus\:w-60:focus {
    width: 60px;
  }

  .s\:focus\:w-62:focus {
    width: 62px;
  }

  .s\:focus\:w-64:focus {
    width: 64px;
  }

  .s\:focus\:w-65:focus {
    width: 65px;
  }

  .s\:focus\:w-70:focus {
    width: 70px;
  }

  .s\:focus\:w-75:focus {
    width: 75px;
  }

  .s\:focus\:w-80:focus {
    width: 80px;
  }

  .s\:focus\:w-85:focus {
    width: 85px;
  }

  .s\:focus\:w-90:focus {
    width: 90px;
  }

  .s\:focus\:w-95:focus {
    width: 95px;
  }

  .s\:focus\:w-96:focus {
    width: 96px;
  }

  .s\:focus\:w-100:focus {
    width: 100px;
  }

  .s\:focus\:w-110:focus {
    width: 110px;
  }

  .s\:focus\:w-115:focus {
    width: 115px;
  }

  .s\:focus\:w-120:focus {
    width: 120px;
  }

  .s\:focus\:w-128:focus {
    width: 128px;
  }

  .s\:focus\:w-135:focus {
    width: 135px;
  }

  .s\:focus\:w-140:focus {
    width: 140px;
  }

  .s\:focus\:w-145:focus {
    width: 145px;
  }

  .s\:focus\:w-150:focus {
    width: 150px;
  }

  .s\:focus\:w-160:focus {
    width: 160px;
  }

  .s\:focus\:w-165:focus {
    width: 165px;
  }

  .s\:focus\:w-168:focus {
    width: 168px;
  }

  .s\:focus\:w-170:focus {
    width: 170px;
  }

  .s\:focus\:w-180:focus {
    width: 180px;
  }

  .s\:focus\:w-200:focus {
    width: 200px;
  }

  .s\:focus\:w-220:focus {
    width: 220px;
  }

  .s\:focus\:w-230:focus {
    width: 230px;
  }

  .s\:focus\:w-235:focus {
    width: 235px;
  }

  .s\:focus\:w-240:focus {
    width: 240px;
  }

  .s\:focus\:w-250:focus {
    width: 250px;
  }

  .s\:focus\:w-300:focus {
    width: 300px;
  }

  .s\:focus\:w-320:focus {
    width: 320px;
  }

  .s\:focus\:w-350:focus {
    width: 350px;
  }

  .s\:focus\:w-375:focus {
    width: 375px;
  }

  .s\:focus\:w-400:focus {
    width: 400px;
  }

  .s\:focus\:w-450:focus {
    width: 450px;
  }

  .s\:focus\:w-700:focus {
    width: 700px;
  }

  .s\:focus\:w-auto:focus {
    width: auto;
  }

  .s\:focus\:w-px:focus {
    width: 1px;
  }

  .s\:focus\:w-1p:focus {
    width: 1%;
  }

  .s\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .s\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .s\:focus\:w-11p:focus {
    width: 11%;
  }

  .s\:focus\:w-20p:focus {
    width: 20%;
  }

  .s\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .s\:focus\:w-25p:focus {
    width: 25%;
  }

  .s\:focus\:w-32p:focus {
    width: 32%;
  }

  .s\:focus\:w-35p:focus {
    width: 35%;
  }

  .s\:focus\:w-40p:focus {
    width: 40%;
  }

  .s\:focus\:w-49p:focus {
    width: 49%;
  }

  .s\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .s\:focus\:w-80p:focus {
    width: 80%;
  }

  .s\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .s\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .s\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .s\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .s\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .s\:focus\:w-90p:focus {
    width: 90%;
  }

  .s\:focus\:w-92p:focus {
    width: 92%;
  }

  .s\:focus\:w-93p:focus {
    width: 93%;
  }

  .s\:focus\:w-94p:focus {
    width: 94%;
  }

  .s\:focus\:w-95p:focus {
    width: 95%;
  }

  .s\:focus\:w-96p:focus {
    width: 96%;
  }

  .s\:focus\:w-100p:focus {
    width: 100%;
  }

  .s\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .s\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .s\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .s\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .s\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .s\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .s\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .s\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .s\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .s\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .s\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .s\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .s\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .s\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .s\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .s\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .s\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .s\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .s\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .s\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .s\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .s\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .s\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .s\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .s\:focus\:w-full:focus {
    width: 100%;
  }

  .s\:focus\:w-screen:focus {
    width: 100vw;
  }

  .s\:first\:w-0:first-child {
    width: 0px;
  }

  .s\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .s\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .s\:first\:w-3:first-child {
    width: 3px;
  }

  .s\:first\:w-4:first-child {
    width: 4px;
  }

  .s\:first\:w-5:first-child {
    width: 5px;
  }

  .s\:first\:w-6:first-child {
    width: 6px;
  }

  .s\:first\:w-8:first-child {
    width: 8px;
  }

  .s\:first\:w-9:first-child {
    width: 9px;
  }

  .s\:first\:w-10:first-child {
    width: 10px;
  }

  .s\:first\:w-12:first-child {
    width: 12px;
  }

  .s\:first\:w-13:first-child {
    width: 13px;
  }

  .s\:first\:w-14:first-child {
    width: 14px;
  }

  .s\:first\:w-15:first-child {
    width: 15px;
  }

  .s\:first\:w-16:first-child {
    width: 16px;
  }

  .s\:first\:w-17:first-child {
    width: 17px;
  }

  .s\:first\:w-18:first-child {
    width: 18px;
  }

  .s\:first\:w-20:first-child {
    width: 20px;
  }

  .s\:first\:w-22:first-child {
    width: 22px;
  }

  .s\:first\:w-24:first-child {
    width: 24px;
  }

  .s\:first\:w-25:first-child {
    width: 25px;
  }

  .s\:first\:w-28:first-child {
    width: 28px;
  }

  .s\:first\:w-29:first-child {
    width: 29px;
  }

  .s\:first\:w-30:first-child {
    width: 30px;
  }

  .s\:first\:w-32:first-child {
    width: 32px;
  }

  .s\:first\:w-35:first-child {
    width: 35px;
  }

  .s\:first\:w-36:first-child {
    width: 36px;
  }

  .s\:first\:w-37:first-child {
    width: 37px;
  }

  .s\:first\:w-40:first-child {
    width: 40px;
  }

  .s\:first\:w-45:first-child {
    width: 45px;
  }

  .s\:first\:w-48:first-child {
    width: 48px;
  }

  .s\:first\:w-50:first-child {
    width: 50px;
  }

  .s\:first\:w-55:first-child {
    width: 55px;
  }

  .s\:first\:w-56:first-child {
    width: 56px;
  }

  .s\:first\:w-60:first-child {
    width: 60px;
  }

  .s\:first\:w-62:first-child {
    width: 62px;
  }

  .s\:first\:w-64:first-child {
    width: 64px;
  }

  .s\:first\:w-65:first-child {
    width: 65px;
  }

  .s\:first\:w-70:first-child {
    width: 70px;
  }

  .s\:first\:w-75:first-child {
    width: 75px;
  }

  .s\:first\:w-80:first-child {
    width: 80px;
  }

  .s\:first\:w-85:first-child {
    width: 85px;
  }

  .s\:first\:w-90:first-child {
    width: 90px;
  }

  .s\:first\:w-95:first-child {
    width: 95px;
  }

  .s\:first\:w-96:first-child {
    width: 96px;
  }

  .s\:first\:w-100:first-child {
    width: 100px;
  }

  .s\:first\:w-110:first-child {
    width: 110px;
  }

  .s\:first\:w-115:first-child {
    width: 115px;
  }

  .s\:first\:w-120:first-child {
    width: 120px;
  }

  .s\:first\:w-128:first-child {
    width: 128px;
  }

  .s\:first\:w-135:first-child {
    width: 135px;
  }

  .s\:first\:w-140:first-child {
    width: 140px;
  }

  .s\:first\:w-145:first-child {
    width: 145px;
  }

  .s\:first\:w-150:first-child {
    width: 150px;
  }

  .s\:first\:w-160:first-child {
    width: 160px;
  }

  .s\:first\:w-165:first-child {
    width: 165px;
  }

  .s\:first\:w-168:first-child {
    width: 168px;
  }

  .s\:first\:w-170:first-child {
    width: 170px;
  }

  .s\:first\:w-180:first-child {
    width: 180px;
  }

  .s\:first\:w-200:first-child {
    width: 200px;
  }

  .s\:first\:w-220:first-child {
    width: 220px;
  }

  .s\:first\:w-230:first-child {
    width: 230px;
  }

  .s\:first\:w-235:first-child {
    width: 235px;
  }

  .s\:first\:w-240:first-child {
    width: 240px;
  }

  .s\:first\:w-250:first-child {
    width: 250px;
  }

  .s\:first\:w-300:first-child {
    width: 300px;
  }

  .s\:first\:w-320:first-child {
    width: 320px;
  }

  .s\:first\:w-350:first-child {
    width: 350px;
  }

  .s\:first\:w-375:first-child {
    width: 375px;
  }

  .s\:first\:w-400:first-child {
    width: 400px;
  }

  .s\:first\:w-450:first-child {
    width: 450px;
  }

  .s\:first\:w-700:first-child {
    width: 700px;
  }

  .s\:first\:w-auto:first-child {
    width: auto;
  }

  .s\:first\:w-px:first-child {
    width: 1px;
  }

  .s\:first\:w-1p:first-child {
    width: 1%;
  }

  .s\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .s\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .s\:first\:w-11p:first-child {
    width: 11%;
  }

  .s\:first\:w-20p:first-child {
    width: 20%;
  }

  .s\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .s\:first\:w-25p:first-child {
    width: 25%;
  }

  .s\:first\:w-32p:first-child {
    width: 32%;
  }

  .s\:first\:w-35p:first-child {
    width: 35%;
  }

  .s\:first\:w-40p:first-child {
    width: 40%;
  }

  .s\:first\:w-49p:first-child {
    width: 49%;
  }

  .s\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .s\:first\:w-80p:first-child {
    width: 80%;
  }

  .s\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .s\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .s\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .s\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .s\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .s\:first\:w-90p:first-child {
    width: 90%;
  }

  .s\:first\:w-92p:first-child {
    width: 92%;
  }

  .s\:first\:w-93p:first-child {
    width: 93%;
  }

  .s\:first\:w-94p:first-child {
    width: 94%;
  }

  .s\:first\:w-95p:first-child {
    width: 95%;
  }

  .s\:first\:w-96p:first-child {
    width: 96%;
  }

  .s\:first\:w-100p:first-child {
    width: 100%;
  }

  .s\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .s\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .s\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .s\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .s\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .s\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .s\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .s\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .s\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .s\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .s\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .s\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .s\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .s\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .s\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .s\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .s\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .s\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .s\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .s\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .s\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .s\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .s\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .s\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .s\:first\:w-full:first-child {
    width: 100%;
  }

  .s\:first\:w-screen:first-child {
    width: 100vw;
  }

  .s\:last\:w-0:last-child {
    width: 0px;
  }

  .s\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .s\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .s\:last\:w-3:last-child {
    width: 3px;
  }

  .s\:last\:w-4:last-child {
    width: 4px;
  }

  .s\:last\:w-5:last-child {
    width: 5px;
  }

  .s\:last\:w-6:last-child {
    width: 6px;
  }

  .s\:last\:w-8:last-child {
    width: 8px;
  }

  .s\:last\:w-9:last-child {
    width: 9px;
  }

  .s\:last\:w-10:last-child {
    width: 10px;
  }

  .s\:last\:w-12:last-child {
    width: 12px;
  }

  .s\:last\:w-13:last-child {
    width: 13px;
  }

  .s\:last\:w-14:last-child {
    width: 14px;
  }

  .s\:last\:w-15:last-child {
    width: 15px;
  }

  .s\:last\:w-16:last-child {
    width: 16px;
  }

  .s\:last\:w-17:last-child {
    width: 17px;
  }

  .s\:last\:w-18:last-child {
    width: 18px;
  }

  .s\:last\:w-20:last-child {
    width: 20px;
  }

  .s\:last\:w-22:last-child {
    width: 22px;
  }

  .s\:last\:w-24:last-child {
    width: 24px;
  }

  .s\:last\:w-25:last-child {
    width: 25px;
  }

  .s\:last\:w-28:last-child {
    width: 28px;
  }

  .s\:last\:w-29:last-child {
    width: 29px;
  }

  .s\:last\:w-30:last-child {
    width: 30px;
  }

  .s\:last\:w-32:last-child {
    width: 32px;
  }

  .s\:last\:w-35:last-child {
    width: 35px;
  }

  .s\:last\:w-36:last-child {
    width: 36px;
  }

  .s\:last\:w-37:last-child {
    width: 37px;
  }

  .s\:last\:w-40:last-child {
    width: 40px;
  }

  .s\:last\:w-45:last-child {
    width: 45px;
  }

  .s\:last\:w-48:last-child {
    width: 48px;
  }

  .s\:last\:w-50:last-child {
    width: 50px;
  }

  .s\:last\:w-55:last-child {
    width: 55px;
  }

  .s\:last\:w-56:last-child {
    width: 56px;
  }

  .s\:last\:w-60:last-child {
    width: 60px;
  }

  .s\:last\:w-62:last-child {
    width: 62px;
  }

  .s\:last\:w-64:last-child {
    width: 64px;
  }

  .s\:last\:w-65:last-child {
    width: 65px;
  }

  .s\:last\:w-70:last-child {
    width: 70px;
  }

  .s\:last\:w-75:last-child {
    width: 75px;
  }

  .s\:last\:w-80:last-child {
    width: 80px;
  }

  .s\:last\:w-85:last-child {
    width: 85px;
  }

  .s\:last\:w-90:last-child {
    width: 90px;
  }

  .s\:last\:w-95:last-child {
    width: 95px;
  }

  .s\:last\:w-96:last-child {
    width: 96px;
  }

  .s\:last\:w-100:last-child {
    width: 100px;
  }

  .s\:last\:w-110:last-child {
    width: 110px;
  }

  .s\:last\:w-115:last-child {
    width: 115px;
  }

  .s\:last\:w-120:last-child {
    width: 120px;
  }

  .s\:last\:w-128:last-child {
    width: 128px;
  }

  .s\:last\:w-135:last-child {
    width: 135px;
  }

  .s\:last\:w-140:last-child {
    width: 140px;
  }

  .s\:last\:w-145:last-child {
    width: 145px;
  }

  .s\:last\:w-150:last-child {
    width: 150px;
  }

  .s\:last\:w-160:last-child {
    width: 160px;
  }

  .s\:last\:w-165:last-child {
    width: 165px;
  }

  .s\:last\:w-168:last-child {
    width: 168px;
  }

  .s\:last\:w-170:last-child {
    width: 170px;
  }

  .s\:last\:w-180:last-child {
    width: 180px;
  }

  .s\:last\:w-200:last-child {
    width: 200px;
  }

  .s\:last\:w-220:last-child {
    width: 220px;
  }

  .s\:last\:w-230:last-child {
    width: 230px;
  }

  .s\:last\:w-235:last-child {
    width: 235px;
  }

  .s\:last\:w-240:last-child {
    width: 240px;
  }

  .s\:last\:w-250:last-child {
    width: 250px;
  }

  .s\:last\:w-300:last-child {
    width: 300px;
  }

  .s\:last\:w-320:last-child {
    width: 320px;
  }

  .s\:last\:w-350:last-child {
    width: 350px;
  }

  .s\:last\:w-375:last-child {
    width: 375px;
  }

  .s\:last\:w-400:last-child {
    width: 400px;
  }

  .s\:last\:w-450:last-child {
    width: 450px;
  }

  .s\:last\:w-700:last-child {
    width: 700px;
  }

  .s\:last\:w-auto:last-child {
    width: auto;
  }

  .s\:last\:w-px:last-child {
    width: 1px;
  }

  .s\:last\:w-1p:last-child {
    width: 1%;
  }

  .s\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .s\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .s\:last\:w-11p:last-child {
    width: 11%;
  }

  .s\:last\:w-20p:last-child {
    width: 20%;
  }

  .s\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .s\:last\:w-25p:last-child {
    width: 25%;
  }

  .s\:last\:w-32p:last-child {
    width: 32%;
  }

  .s\:last\:w-35p:last-child {
    width: 35%;
  }

  .s\:last\:w-40p:last-child {
    width: 40%;
  }

  .s\:last\:w-49p:last-child {
    width: 49%;
  }

  .s\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .s\:last\:w-80p:last-child {
    width: 80%;
  }

  .s\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .s\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .s\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .s\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .s\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .s\:last\:w-90p:last-child {
    width: 90%;
  }

  .s\:last\:w-92p:last-child {
    width: 92%;
  }

  .s\:last\:w-93p:last-child {
    width: 93%;
  }

  .s\:last\:w-94p:last-child {
    width: 94%;
  }

  .s\:last\:w-95p:last-child {
    width: 95%;
  }

  .s\:last\:w-96p:last-child {
    width: 96%;
  }

  .s\:last\:w-100p:last-child {
    width: 100%;
  }

  .s\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .s\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .s\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .s\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .s\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .s\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .s\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .s\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .s\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .s\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .s\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .s\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .s\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .s\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .s\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .s\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .s\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .s\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .s\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .s\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .s\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .s\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .s\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .s\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .s\:last\:w-full:last-child {
    width: 100%;
  }

  .s\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .s\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .s\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .s\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .s\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .s\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .s\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .s\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .s\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .s\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .s\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .s\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .s\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .s\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .s\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .s\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .s\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .s\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .s\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .s\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .s\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .s\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .s\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .s\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .s\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .s\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .s\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .s\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .s\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .s\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .s\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .s\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .s\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .s\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .s\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .s\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .s\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .s\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .s\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .s\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .s\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .s\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .s\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .s\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .s\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .s\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .s\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .s\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .s\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .s\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .s\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .s\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .s\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .s\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .s\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .s\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .s\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .s\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .s\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .s\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .s\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .s\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .s\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .s\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .s\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .s\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .s\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .s\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .s\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .s\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .s\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .s\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .s\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .s\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .s\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .s\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .s\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .s\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .s\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .s\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .s\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .s\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .s\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .s\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .s\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .s\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .s\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .s\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .s\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .s\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .s\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .s\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .s\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .s\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .s\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .s\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .s\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .s\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .s\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .s\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .s\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .s\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .s\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .s\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .s\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .s\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .s\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .s\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .s\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .s\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .s\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .s\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .s\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .s\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .s\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .s\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .s\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .s\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .s\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .s\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .s\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .s\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .s\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .s\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .s\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .s\:group-hover\:w-screen {
    width: 100vw;
  }

  .s\:z-0 {
    z-index: 0;
  }

  .s\:z-10 {
    z-index: 10;
  }

  .s\:z-20 {
    z-index: 20;
  }

  .s\:z-30 {
    z-index: 30;
  }

  .s\:z-40 {
    z-index: 40;
  }

  .s\:z-50 {
    z-index: 50;
  }

  .s\:z-auto {
    z-index: auto;
  }

  .s\:hover\:z-0:hover {
    z-index: 0;
  }

  .s\:hover\:z-10:hover {
    z-index: 10;
  }

  .s\:hover\:z-20:hover {
    z-index: 20;
  }

  .s\:hover\:z-30:hover {
    z-index: 30;
  }

  .s\:hover\:z-40:hover {
    z-index: 40;
  }

  .s\:hover\:z-50:hover {
    z-index: 50;
  }

  .s\:hover\:z-auto:hover {
    z-index: auto;
  }

  .s\:focus\:z-0:focus {
    z-index: 0;
  }

  .s\:focus\:z-10:focus {
    z-index: 10;
  }

  .s\:focus\:z-20:focus {
    z-index: 20;
  }

  .s\:focus\:z-30:focus {
    z-index: 30;
  }

  .s\:focus\:z-40:focus {
    z-index: 40;
  }

  .s\:focus\:z-50:focus {
    z-index: 50;
  }

  .s\:focus\:z-auto:focus {
    z-index: auto;
  }

  .s\:first\:z-0:first-child {
    z-index: 0;
  }

  .s\:first\:z-10:first-child {
    z-index: 10;
  }

  .s\:first\:z-20:first-child {
    z-index: 20;
  }

  .s\:first\:z-30:first-child {
    z-index: 30;
  }

  .s\:first\:z-40:first-child {
    z-index: 40;
  }

  .s\:first\:z-50:first-child {
    z-index: 50;
  }

  .s\:first\:z-auto:first-child {
    z-index: auto;
  }

  .s\:last\:z-0:last-child {
    z-index: 0;
  }

  .s\:last\:z-10:last-child {
    z-index: 10;
  }

  .s\:last\:z-20:last-child {
    z-index: 20;
  }

  .s\:last\:z-30:last-child {
    z-index: 30;
  }

  .s\:last\:z-40:last-child {
    z-index: 40;
  }

  .s\:last\:z-50:last-child {
    z-index: 50;
  }

  .s\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .s\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .s\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .s\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .s\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .s\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .s\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .s\:group-hover\:z-auto {
    z-index: auto;
  }

  .s\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .s\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .s\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .s\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .s\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .s\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .s\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .s\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .s\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .s\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .s\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .s\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .s\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .s\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .s\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .s\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .s\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .s\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .s\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .s\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .s\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .s\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .s\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .s\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .s\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .s\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .s\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .s\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .s\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .s\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .s\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .s\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .s\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .s\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .s\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .s\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .s\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .s\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .s\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .s\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .s\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .s\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .s\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .s\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .s\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .s\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .s\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .s\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .s\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .s\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .s\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .s\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .s\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .s\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .s\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .s\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .s\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .s\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .s\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .s\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .s\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .s\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .s\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .s\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .s\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .s\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .s\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .s\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .s\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .s\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .s\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .s\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .s\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .s\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .s\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .s\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .s\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .s\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .s\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .s\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .s\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .s\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .s\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .s\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .s\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .s\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .s\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .s\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .s\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .s\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .s\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .s\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .s\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .s\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .s\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .s\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .s\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .s\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .s\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .s\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .s\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .s\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .s\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .s\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .s\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .s\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .s\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .s\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .s\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .s\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .s\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .s\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .s\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .s\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .s\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .s\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .s\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .s\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .s\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .s\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .s\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .s\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .s\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .s\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .s\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .s\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .s\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .s\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .s\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .s\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .s\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .s\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .s\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .s\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .s\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .s\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .s\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .s\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .s\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .s\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .s\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .s\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .s\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .s\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .s\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .s\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .s\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .s\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .s\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .s\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .s\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .s\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .s\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .s\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .s\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .s\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .s\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .s\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .s\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .s\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .s\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .s\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .s\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .s\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .s\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .s\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .s\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .s\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .s\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .s\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .s\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .s\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .s\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .s\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .s\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .s\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .s\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .s\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .s\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .s\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .s\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .s\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .s\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .s\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .s\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .s\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .s\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .s\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .s\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .s\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .s\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .s\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .s\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .s\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .s\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .s\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .s\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .s\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .s\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .s\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .s\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .s\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .s\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .s\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .s\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .s\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .s\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .s\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .s\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .s\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .s\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .s\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .s\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .s\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .s\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .s\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .s\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .s\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .s\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .s\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .s\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .s\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .s\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .s\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .s\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .s\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .s\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .s\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .s\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .s\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .s\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .s\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .s\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .s\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .s\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .s\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .s\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .s\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .s\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .s\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .s\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .s\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .s\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .s\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .s\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .s\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .s\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .s\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .s\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .s\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .s\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .s\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .s\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .s\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .s\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .s\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .s\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .s\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .s\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .s\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .s\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .s\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .s\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .s\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .s\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .s\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .s\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .s\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .s\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .s\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .s\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .s\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .s\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .s\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .s\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .s\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .s\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .s\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .s\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .s\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .s\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .s\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .s\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .s\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .s\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .s\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .s\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .s\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .s\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .s\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .s\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .s\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .s\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .s\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .s\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .s\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .s\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .s\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .s\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .s\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .s\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .s\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .s\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .s\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .s\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .s\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .s\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .s\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .s\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .s\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .s\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .s\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .s\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .s\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .s\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .s\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .s\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .s\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .s\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .s\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .s\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .s\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .s\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .s\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .s\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .s\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .s\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .s\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .s\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .s\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .s\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .s\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .s\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .s\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .s\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .s\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .s\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .s\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .s\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .s\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .s\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .s\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .s\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .s\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .s\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .s\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .s\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .s\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .s\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .s\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .s\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .s\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .s\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .s\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .s\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .s\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .s\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .s\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .s\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .s\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .s\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .s\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .s\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .s\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .s\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .s\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .s\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .s\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .s\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .s\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .s\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .s\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .s\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .s\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .s\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .s\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .s\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .s\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .s\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .s\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .s\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .s\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .s\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .s\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .s\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .s\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .s\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .s\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .s\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .s\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .s\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .s\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .s\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .s\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .s\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .s\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .s\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .s\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .s\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .s\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .s\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .s\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .s\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .s\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .s\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .s\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .s\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .s\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .s\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .s\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .s\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .s\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .s\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .s\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .s\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .s\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .s\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .s\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .s\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .s\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .s\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .s\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .s\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .s\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .s\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .s\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .s\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .s\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .s\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .s\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .s\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .s\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .s\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .s\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .s\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .s\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .s\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .s\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .s\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .s\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .s\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .s\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .s\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .s\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .s\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .s\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .s\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .s\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .s\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .s\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .s\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .s\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .s\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .s\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .s\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .s\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .s\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .s\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .s\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .s\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .s\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .s\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .s\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .s\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .s\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .s\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .s\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .s\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .s\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .s\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .s\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .s\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .s\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .s\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .s\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .s\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .s\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .s\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .s\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .s\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .s\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .s\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .s\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .s\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .s\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .s\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .s\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .s\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .s\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .s\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .s\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .s\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .s\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .s\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .s\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .s\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .s\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .s\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .s\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .s\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .s\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .s\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .s\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .s\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .s\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .s\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .s\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .s\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .s\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .s\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .s\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .s\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .s\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .s\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .s\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .s\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .s\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .s\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .s\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .s\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .s\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .s\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .s\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .s\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .s\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .s\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .s\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .s\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .s\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .s\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .s\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .s\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .s\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .s\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .s\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .s\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .s\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .s\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .s\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .s\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .s\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .s\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .s\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .s\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .s\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .s\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .s\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .s\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .s\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .s\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .s\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .s\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .s\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .s\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .s\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .s\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .s\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .s\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .s\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .s\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .s\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .s\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .s\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .s\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .s\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .s\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .s\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .s\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .s\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .s\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .s\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .s\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .s\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .s\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .s\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .s\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .s\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .s\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .s\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .s\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .s\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .s\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .s\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .s\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .s\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .s\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .s\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .s\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .s\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .s\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .s\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .s\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .s\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .s\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .s\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .s\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .s\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .s\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .s\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .s\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .s\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .s\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .s\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .s\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .s\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .s\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .s\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .s\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .s\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .s\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .s\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .s\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .s\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .s\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .s\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .s\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .s\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .s\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .s\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .s\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .s\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .s\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .s\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .s\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .s\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .s\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .s\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .s\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .s\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .s\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .s\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .s\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .s\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .s\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .s\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .s\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .s\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .s\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .s\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .s\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .s\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .s\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .s\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .s\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .s\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .s\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .s\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .s\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .s\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .s\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .s\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .s\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .s\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .s\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .s\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .s\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .s\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .s\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .s\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .s\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .s\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .s\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .s\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .s\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .s\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .s\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .s\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .s\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .s\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .s\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .s\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .s\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .s\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .s\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .s\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .s\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .s\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .s\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .s\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .s\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .s\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .s\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .s\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .s\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .s\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .s\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .s\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .s\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .s\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .s\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .s\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .s\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .s\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .s\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .s\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .s\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .s\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .s\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .s\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .s\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .s\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .s\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .s\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .s\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .s\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .s\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .s\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .s\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .s\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .s\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .s\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .s\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .s\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .s\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .s\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .s\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .s\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .s\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .s\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .s\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .s\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .s\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .s\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .s\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .s\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .s\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .s\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .s\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .s\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .s\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .s\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .s\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .s\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .s\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .s\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .s\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .s\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .s\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .s\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .s\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .s\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .s\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .s\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .s\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .s\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .s\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .s\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .s\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .s\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .s\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .s\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .s\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .s\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .s\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .s\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .s\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .s\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .s\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .s\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .s\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .s\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .s\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .s\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .s\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .s\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .s\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .s\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .s\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .s\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .s\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .s\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .s\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .s\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .s\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .s\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .s\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .s\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .s\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .s\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .s\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .s\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .s\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .s\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .s\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .s\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .s\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .s\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .s\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .s\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .s\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .s\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .s\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .s\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .s\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .s\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .s\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .s\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .s\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .s\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .s\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .s\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .s\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .s\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .s\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .s\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .s\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .s\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .s\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .s\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .s\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .s\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .s\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .s\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .s\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .s\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .s\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .s\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .s\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .s\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .s\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .s\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .s\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .s\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .s\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .s\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .s\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .s\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .s\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .s\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .s\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .s\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .s\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .s\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .s\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .s\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .s\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .s\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .s\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .s\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .s\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .s\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .s\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .s\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .s\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .s\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .s\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .s\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .s\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .s\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .s\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .s\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .s\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .s\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .s\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .s\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .s\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .s\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .s\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .s\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .s\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .s\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .s\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .s\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .s\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .s\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .s\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .s\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .s\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .s\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .s\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .s\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .s\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .s\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .s\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .s\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .s\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .s\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .s\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .s\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .s\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .s\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .s\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .s\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .s\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .s\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .s\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .s\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .s\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .s\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .s\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .s\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .s\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .s\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .s\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .s\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .s\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .s\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .s\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .s\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .s\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .s\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .s\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .s\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .s\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .s\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .s\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .s\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .s\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .s\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .s\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .s\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .s\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .s\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .s\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .s\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .s\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .s\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .s\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .s\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .s\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .s\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .s\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .s\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .s\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .s\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .s\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .s\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .s\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .s\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .s\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .s\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .s\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .s\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .s\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .s\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .s\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .s\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .s\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .s\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .s\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .s\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .s\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .s\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .s\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .s\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .s\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .s\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .s\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .s\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .s\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .s\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .s\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .s\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .s\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .s\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .s\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .s\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .s\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .s\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .s\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .s\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .s\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .s\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .s\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .s\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .s\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .s\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .s\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .s\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .s\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .s\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .s\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .s\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .s\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .s\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .s\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .s\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .s\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .s\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .s\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .s\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .s\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .s\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .s\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .s\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .s\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .s\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .s\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .s\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .s\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .s\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .s\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .s\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .s\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .s\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .s\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .s\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .s\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .s\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .s\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .s\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .s\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .s\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .s\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .s\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .s\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .s\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .s\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .s\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .s\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .s\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .s\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .s\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .s\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .s\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .s\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .s\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .s\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .s\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .s\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .s\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .s\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .s\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .s\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .s\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .s\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .s\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .s\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .s\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .s\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .s\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .s\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .s\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .s\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .s\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .s\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .s\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .s\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .s\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .s\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .s\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .s\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .s\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .s\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .s\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .s\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .s\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .s\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .s\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .s\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .s\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .s\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .s\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .s\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .s\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .s\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .s\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .s\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .s\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .s\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .s\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .s\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .s\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .s\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .s\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .s\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .s\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .s\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .s\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .s\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .s\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .s\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .s\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .s\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .s\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .s\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .s\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .s\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .s\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .s\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .s\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .s\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .s\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .s\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .s\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .s\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .s\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .s\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .s\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .s\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .s\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .s\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .s\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .s\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .s\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .s\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .s\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .s\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .s\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .s\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .s\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .s\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .s\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .s\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .s\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .s\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .s\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .s\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .s\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .s\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .s\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .s\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .s\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .s\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .s\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .s\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .s\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .s\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .s\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .s\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .s\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .s\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .s\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .s\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .s\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .s\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .s\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .s\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .s\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .s\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .s\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .s\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .s\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .s\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .s\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .s\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .s\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .s\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .s\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .s\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .s\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .s\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .s\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .s\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .s\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .s\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .s\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .s\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .s\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .s\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .s\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .s\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .s\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .s\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .s\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .s\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .s\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .s\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .s\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .s\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .s\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .s\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .s\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .s\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .s\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .s\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .s\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .s\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .s\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .s\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .s\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .s\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .s\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .s\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .s\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .s\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .s\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .s\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .s\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .s\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .s\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .s\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .s\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .s\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .s\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .s\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .s\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .s\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .s\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .s\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .s\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .s\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .s\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .s\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .s\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .s\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .s\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .s\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .s\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .s\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .s\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .s\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .s\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .s\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .s\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .s\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .s\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .s\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .s\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .s\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .s\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .s\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .s\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .s\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .s\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .s\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .s\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .s\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .s\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .s\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .s\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .s\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .s\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .s\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .s\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .s\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .s\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .s\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .s\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .s\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .s\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .s\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .s\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .s\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .s\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .s\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .s\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .s\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .s\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .s\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .s\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .s\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .s\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .s\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .s\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .s\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .s\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .s\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .s\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .s\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .s\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .s\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .s\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .s\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .s\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .s\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .s\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .s\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .s\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .s\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .s\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .s\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .s\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .s\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .s\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .s\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .s\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .s\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .s\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .s\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .s\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .s\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .s\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .s\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .s\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .s\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .s\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .s\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .s\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .s\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .s\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .s\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .s\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .s\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .s\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .s\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .s\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .s\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .s\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .s\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .s\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .s\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .s\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .s\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .s\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .s\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .s\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .s\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .s\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .s\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .s\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .s\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .s\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .s\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .s\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .s\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .s\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .s\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .s\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .s\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .s\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .s\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .s\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .s\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .s\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .s\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .s\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .s\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .s\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .s\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .s\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .s\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .s\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .s\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .s\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .s\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .s\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .s\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .s\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .s\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .s\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .s\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .s\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .s\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .s\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .s\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .s\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .s\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .s\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .s\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .s\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .s\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .s\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .s\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .s\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .s\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .s\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .s\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .s\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .s\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .s\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .s\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .s\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .s\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .s\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .s\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .s\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .s\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .s\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .s\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .s\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .s\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .s\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .s\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .s\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .s\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .s\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .s\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .s\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .s\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .s\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .s\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .s\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .s\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .s\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .s\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .s\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .s\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .s\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .s\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .s\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .s\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .s\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .s\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .s\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .s\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .s\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .s\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .s\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .s\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .s\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .s\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .s\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .s\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .s\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .s\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .s\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .s\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .s\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .s\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .s\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .s\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .s\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .s\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .s\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .s\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .s\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .s\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .s\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .s\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .s\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .s\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .s\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .s\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .s\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .s\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .s\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .s\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .s\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .s\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .s\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .s\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .s\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .s\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .s\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .s\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .s\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .s\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .s\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .s\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .s\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .s\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .s\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .s\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .s\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .s\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .s\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .s\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .s\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .s\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .s\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .s\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .s\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .s\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .s\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .s\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .s\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .s\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .s\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .s\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .s\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .s\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .s\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .s\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .s\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .s\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .s\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .s\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .s\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .s\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .s\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .s\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .s\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .s\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .s\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .s\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .s\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .s\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .s\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .s\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .s\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .s\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .s\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .s\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .s\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .s\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .s\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .s\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .s\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .s\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .s\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .s\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .s\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .s\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .s\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .s\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .s\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .s\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .s\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .s\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .s\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .s\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .s\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .s\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .s\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .s\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .s\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .s\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .s\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .s\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .s\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .s\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .s\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .s\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .s\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .s\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .s\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .s\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .s\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .s\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .s\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .s\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .s\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .s\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .s\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .s\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .s\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .s\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .s\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .s\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .s\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .s\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .s\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .s\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .s\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .s\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .s\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .s\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .s\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .s\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .s\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .s\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .s\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .s\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .s\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .s\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .s\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .s\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .s\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .s\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .s\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .s\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .s\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .s\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .s\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .s\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .s\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .s\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .s\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .s\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .s\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .s\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .s\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .s\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .s\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .s\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .s\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .s\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .s\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .s\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .s\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .s\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .s\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .s\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .s\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .s\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .s\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .s\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .s\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .s\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .s\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .s\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .s\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .s\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .s\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .s\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .s\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .s\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .s\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .s\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .s\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .s\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .s\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .s\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .s\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .s\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .s\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .s\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .s\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .s\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .s\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .s\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .s\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .s\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .s\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .s\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .s\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .s\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .s\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .s\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .s\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .s\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .s\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .s\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .s\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .s\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .s\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .s\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .s\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .s\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .s\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .s\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .s\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .s\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .s\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .s\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .s\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .s\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .s\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .s\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .s\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .s\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .s\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .s\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .s\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .s\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .s\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .s\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .s\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .s\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .s\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .s\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .s\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .s\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .s\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .s\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .s\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .s\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .s\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .s\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .s\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .s\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .s\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .s\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .s\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .s\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .s\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .s\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .s\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .s\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .s\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .s\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .s\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .s\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .s\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .s\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .s\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .s\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .s\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .s\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .s\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .s\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .s\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .s\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .s\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .s\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .s\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .s\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .s\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .s\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .s\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .s\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .s\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .s\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .s\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .s\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .s\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .s\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .s\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .s\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .s\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .s\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .s\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .s\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .s\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .s\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .s\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .s\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .s\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .s\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .s\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .s\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .s\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .s\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .s\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .s\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .s\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .s\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .s\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .s\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .s\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .s\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .s\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .s\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .s\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .s\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .s\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .s\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .s\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .s\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .s\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .s\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .s\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .s\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .s\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .s\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .s\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .s\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .s\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .s\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .s\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .s\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .s\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .s\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .s\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .s\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .s\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .s\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .s\:grid-flow-row {
    grid-auto-flow: row;
  }

  .s\:grid-flow-col {
    grid-auto-flow: column;
  }

  .s\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .s\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .s\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .s\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .s\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .s\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .s\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .s\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .s\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .s\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .s\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .s\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .s\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .s\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .s\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .s\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .s\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .s\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .s\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .s\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .s\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .s\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .s\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:grid-cols-none {
    grid-template-columns: none;
  }

  .s\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .s\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .s\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .s\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .s\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .s\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .s\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .s\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .s\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .s\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .s\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .s\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .s\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .s\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .s\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .s\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .s\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .s\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .s\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .s\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .s\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .s\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .s\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .s\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .s\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .s\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .s\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .s\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .s\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .s\:col-auto {
    grid-column: auto;
  }

  .s\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .s\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .s\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .s\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .s\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .s\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .s\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .s\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .s\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .s\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .s\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .s\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .s\:col-span-full {
    grid-column: 1 / -1;
  }

  .s\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .s\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .s\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .s\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .s\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .s\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .s\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .s\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .s\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .s\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .s\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .s\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .s\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .s\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .s\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .s\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .s\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .s\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .s\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .s\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .s\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .s\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .s\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .s\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .s\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .s\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .s\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .s\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .s\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .s\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .s\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .s\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .s\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .s\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .s\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .s\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .s\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .s\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .s\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .s\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .s\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .s\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .s\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .s\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .s\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .s\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .s\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .s\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .s\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .s\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .s\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .s\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .s\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .s\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .s\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .s\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .s\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .s\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .s\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .s\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .s\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .s\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .s\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .s\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .s\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .s\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .s\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .s\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .s\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .s\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .s\:col-start-1 {
    grid-column-start: 1;
  }

  .s\:col-start-2 {
    grid-column-start: 2;
  }

  .s\:col-start-3 {
    grid-column-start: 3;
  }

  .s\:col-start-4 {
    grid-column-start: 4;
  }

  .s\:col-start-5 {
    grid-column-start: 5;
  }

  .s\:col-start-6 {
    grid-column-start: 6;
  }

  .s\:col-start-7 {
    grid-column-start: 7;
  }

  .s\:col-start-8 {
    grid-column-start: 8;
  }

  .s\:col-start-9 {
    grid-column-start: 9;
  }

  .s\:col-start-10 {
    grid-column-start: 10;
  }

  .s\:col-start-11 {
    grid-column-start: 11;
  }

  .s\:col-start-12 {
    grid-column-start: 12;
  }

  .s\:col-start-13 {
    grid-column-start: 13;
  }

  .s\:col-start-auto {
    grid-column-start: auto;
  }

  .s\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .s\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .s\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .s\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .s\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .s\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .s\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .s\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .s\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .s\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .s\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .s\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .s\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .s\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .s\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .s\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .s\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .s\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .s\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .s\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .s\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .s\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .s\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .s\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .s\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .s\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .s\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .s\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .s\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .s\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .s\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .s\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .s\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .s\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .s\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .s\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .s\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .s\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .s\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .s\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .s\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .s\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .s\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .s\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .s\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .s\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .s\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .s\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .s\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .s\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .s\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .s\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .s\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .s\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .s\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .s\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .s\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .s\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .s\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .s\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .s\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .s\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .s\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .s\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .s\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .s\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .s\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .s\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .s\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .s\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .s\:col-end-1 {
    grid-column-end: 1;
  }

  .s\:col-end-2 {
    grid-column-end: 2;
  }

  .s\:col-end-3 {
    grid-column-end: 3;
  }

  .s\:col-end-4 {
    grid-column-end: 4;
  }

  .s\:col-end-5 {
    grid-column-end: 5;
  }

  .s\:col-end-6 {
    grid-column-end: 6;
  }

  .s\:col-end-7 {
    grid-column-end: 7;
  }

  .s\:col-end-8 {
    grid-column-end: 8;
  }

  .s\:col-end-9 {
    grid-column-end: 9;
  }

  .s\:col-end-10 {
    grid-column-end: 10;
  }

  .s\:col-end-11 {
    grid-column-end: 11;
  }

  .s\:col-end-12 {
    grid-column-end: 12;
  }

  .s\:col-end-13 {
    grid-column-end: 13;
  }

  .s\:col-end-auto {
    grid-column-end: auto;
  }

  .s\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .s\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .s\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .s\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .s\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .s\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .s\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .s\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .s\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .s\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .s\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .s\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .s\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .s\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .s\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .s\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .s\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .s\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .s\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .s\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .s\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .s\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .s\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .s\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .s\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .s\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .s\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .s\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .s\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .s\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .s\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .s\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .s\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .s\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .s\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .s\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .s\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .s\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .s\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .s\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .s\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .s\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .s\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .s\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .s\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .s\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .s\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .s\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .s\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .s\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .s\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .s\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .s\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .s\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .s\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .s\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .s\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .s\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .s\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .s\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .s\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .s\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .s\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .s\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .s\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .s\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .s\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .s\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .s\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .s\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .s\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:grid-rows-none {
    grid-template-rows: none;
  }

  .s\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .s\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .s\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .s\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .s\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .s\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .s\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .s\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .s\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .s\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .s\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .s\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .s\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .s\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .s\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .s\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .s\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .s\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .s\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .s\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .s\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .s\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .s\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .s\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .s\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .s\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .s\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .s\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .s\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .s\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .s\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .s\:row-auto {
    grid-row: auto;
  }

  .s\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .s\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .s\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .s\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .s\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .s\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .s\:row-span-full {
    grid-row: 1 / -1;
  }

  .s\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .s\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .s\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .s\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .s\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .s\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .s\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .s\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .s\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .s\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .s\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .s\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .s\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .s\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .s\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .s\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .s\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .s\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .s\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .s\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .s\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .s\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .s\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .s\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .s\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .s\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .s\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .s\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .s\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .s\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .s\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .s\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .s\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .s\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .s\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .s\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .s\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .s\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .s\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .s\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .s\:row-start-1 {
    grid-row-start: 1;
  }

  .s\:row-start-2 {
    grid-row-start: 2;
  }

  .s\:row-start-3 {
    grid-row-start: 3;
  }

  .s\:row-start-4 {
    grid-row-start: 4;
  }

  .s\:row-start-5 {
    grid-row-start: 5;
  }

  .s\:row-start-6 {
    grid-row-start: 6;
  }

  .s\:row-start-7 {
    grid-row-start: 7;
  }

  .s\:row-start-auto {
    grid-row-start: auto;
  }

  .s\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .s\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .s\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .s\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .s\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .s\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .s\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .s\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .s\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .s\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .s\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .s\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .s\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .s\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .s\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .s\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .s\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .s\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .s\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .s\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .s\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .s\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .s\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .s\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .s\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .s\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .s\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .s\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .s\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .s\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .s\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .s\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .s\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .s\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .s\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .s\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .s\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .s\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .s\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .s\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .s\:row-end-1 {
    grid-row-end: 1;
  }

  .s\:row-end-2 {
    grid-row-end: 2;
  }

  .s\:row-end-3 {
    grid-row-end: 3;
  }

  .s\:row-end-4 {
    grid-row-end: 4;
  }

  .s\:row-end-5 {
    grid-row-end: 5;
  }

  .s\:row-end-6 {
    grid-row-end: 6;
  }

  .s\:row-end-7 {
    grid-row-end: 7;
  }

  .s\:row-end-auto {
    grid-row-end: auto;
  }

  .s\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .s\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .s\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .s\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .s\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .s\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .s\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .s\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .s\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .s\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .s\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .s\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .s\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .s\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .s\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .s\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .s\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .s\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .s\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .s\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .s\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .s\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .s\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .s\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .s\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .s\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .s\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .s\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .s\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .s\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .s\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .s\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .s\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .s\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .s\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .s\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .s\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .s\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .s\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .s\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .s\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .s\:transform-none {
    transform: none;
  }

  .s\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .s\:hover\:transform-none:hover {
    transform: none;
  }

  .s\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .s\:focus\:transform-none:focus {
    transform: none;
  }

  .s\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .s\:first\:transform-none:first-child {
    transform: none;
  }

  .s\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .s\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .s\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .s\:group-hover\:transform-none {
    transform: none;
  }

  .s\:origin-center {
    transform-origin: center;
  }

  .s\:origin-top {
    transform-origin: top;
  }

  .s\:origin-top-right {
    transform-origin: top right;
  }

  .s\:origin-right {
    transform-origin: right;
  }

  .s\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .s\:origin-bottom {
    transform-origin: bottom;
  }

  .s\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .s\:origin-left {
    transform-origin: left;
  }

  .s\:origin-top-left {
    transform-origin: top left;
  }

  .s\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .s\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .s\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .s\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .s\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .s\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .s\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .s\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .s\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .s\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .s\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .s\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .s\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .s\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .s\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .s\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .s\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .s\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .s\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .s\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .s\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .s\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .s\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .s\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .s\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .s\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .s\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .s\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .s\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .s\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .s\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .s\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .s\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .s\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .s\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .s\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .s\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .s\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .s\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .s\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .s\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .s\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .s\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .s\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .s\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .s\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .s\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .s\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .s\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .s\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .s\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .s\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .s\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .s\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .s\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .s\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .s\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .s\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .s\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .s\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .s\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .s\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .s\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .s\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .s\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .s\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .s\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .s\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .s\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .s\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .s\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .s\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .s\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .s\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .s\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .s\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .s\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .s\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .s\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .s\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .s\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .s\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .s\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .s\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .s\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .s\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .s\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .s\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .s\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .s\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .s\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .s\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .s\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .s\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .s\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .s\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .s\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .s\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .s\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .s\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .s\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .s\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .s\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .s\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .s\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .s\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .s\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .s\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .s\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .s\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .s\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .s\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .s\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .s\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .s\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .s\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .s\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .s\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .s\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .s\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .s\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .s\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .s\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .s\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .s\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .s\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .s\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .s\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .s\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .s\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .s\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .s\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .s\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .s\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .s\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .s\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .s\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .s\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .s\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .s\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .s\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .s\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .s\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .s\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .s\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .s\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .s\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .s\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .s\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .s\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .s\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .s\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .s\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .s\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .s\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .s\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .s\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .s\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .s\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .s\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .s\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .s\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .s\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .s\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .s\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .s\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .s\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .s\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .s\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .s\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .s\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .s\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .s\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .s\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .s\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .s\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .s\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .s\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .s\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .s\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .s\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .s\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .s\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .s\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .s\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .s\:rotate-0 {
    --transform-rotate: 0;
  }

  .s\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .s\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .s\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .s\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .s\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .s\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .s\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .s\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .s\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .s\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .s\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .s\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .s\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .s\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .s\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .s\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .s\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .s\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .s\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .s\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .s\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .s\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .s\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .s\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .s\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .s\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .s\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .s\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .s\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .s\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .s\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .s\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .s\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .s\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .s\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .s\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .s\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .s\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .s\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .s\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .s\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .s\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .s\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .s\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .s\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .s\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .s\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .s\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .s\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .s\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .s\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .s\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .s\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .s\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .s\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .s\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .s\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .s\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .s\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .s\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .s\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .s\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .s\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .s\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .s\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .s\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .s\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .s\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .s\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .s\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .s\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .s\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .s\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .s\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .s\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .s\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .s\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .s\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .s\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .s\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .s\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .s\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .s\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .s\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .s\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .s\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .s\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .s\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .s\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .s\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .s\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .s\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .s\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .s\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .s\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .s\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .s\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .s\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .s\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .s\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .s\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .s\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .s\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .s\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .s\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .s\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .s\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .s\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .s\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .s\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .s\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .s\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .s\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .s\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .s\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .s\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .s\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .s\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .s\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .s\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .s\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .s\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .s\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .s\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .s\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .s\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .s\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .s\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .s\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .s\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .s\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .s\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .s\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .s\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .s\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .s\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .s\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .s\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .s\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .s\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .s\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .s\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .s\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .s\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .s\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .s\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .s\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .s\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .s\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .s\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .s\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .s\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .s\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .s\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .s\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .s\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .s\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .s\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .s\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .s\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .s\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .s\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .s\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .s\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .s\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .s\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .s\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .s\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .s\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .s\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .s\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .s\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .s\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .s\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .s\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .s\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .s\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .s\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .s\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .s\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .s\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .s\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .s\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .s\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .s\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .s\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .s\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .s\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .s\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .s\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .s\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .s\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .s\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .s\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .s\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .s\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .s\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .s\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .s\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .s\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .s\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .s\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .s\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .s\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .s\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .s\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .s\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .s\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .s\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .s\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .s\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .s\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .s\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .s\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .s\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .s\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .s\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .s\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .s\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .s\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .s\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .s\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .s\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .s\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .s\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .s\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .s\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .s\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .s\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .s\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .s\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .s\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .s\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .s\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .s\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .s\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .s\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .s\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .s\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .s\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .s\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .s\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .s\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .s\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .s\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .s\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .s\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .s\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .s\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .s\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .s\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .s\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .s\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .s\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .s\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .s\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .s\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .s\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .s\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .s\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .s\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .s\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .s\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .s\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .s\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .s\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .s\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .s\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .s\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .s\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .s\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .s\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .s\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .s\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .s\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .s\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .s\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .s\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .s\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .s\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .s\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .s\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .s\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .s\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .s\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .s\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .s\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .s\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .s\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .s\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .s\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .s\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .s\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .s\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .s\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .s\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .s\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .s\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .s\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .s\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .s\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .s\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .s\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .s\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .s\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .s\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .s\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .s\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .s\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .s\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .s\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .s\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .s\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .s\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .s\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .s\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .s\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .s\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .s\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .s\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .s\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .s\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .s\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .s\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .s\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .s\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .s\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .s\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .s\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .s\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .s\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .s\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .s\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .s\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .s\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .s\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .s\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .s\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .s\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .s\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .s\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .s\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .s\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .s\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .s\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .s\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .s\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .s\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .s\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .s\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .s\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .s\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .s\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .s\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .s\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .s\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .s\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .s\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .s\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .s\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .s\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .s\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .s\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .s\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .s\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .s\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .s\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .s\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .s\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .s\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .s\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .s\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .s\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .s\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .s\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .s\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .s\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .s\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .s\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .s\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .s\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .s\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .s\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .s\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .s\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .s\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .s\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .s\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .s\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .s\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .s\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .s\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .s\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .s\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .s\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .s\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .s\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .s\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .s\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .s\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .s\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .s\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .s\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .s\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .s\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .s\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .s\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .s\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .s\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .s\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .s\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .s\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .s\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .s\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .s\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .s\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .s\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .s\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .s\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .s\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .s\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .s\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .s\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .s\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .s\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .s\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .s\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .s\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .s\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .s\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .s\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .s\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .s\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .s\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .s\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .s\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .s\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .s\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .s\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .s\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .s\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .s\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .s\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .s\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .s\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .s\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .s\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .s\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .s\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .s\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .s\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .s\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .s\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .s\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .s\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .s\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .s\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .s\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .s\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .s\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .s\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .s\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .s\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .s\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .s\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .s\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .s\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .s\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .s\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .s\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .s\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .s\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .s\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .s\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .s\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .s\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .s\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .s\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .s\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .s\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .s\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .s\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .s\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .s\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .s\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .s\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .s\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .s\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .s\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .s\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .s\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .s\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .s\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .s\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .s\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .s\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .s\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .s\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .s\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .s\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .s\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .s\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .s\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .s\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .s\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .s\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .s\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .s\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .s\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .s\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .s\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .s\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .s\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .s\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .s\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .s\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .s\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .s\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .s\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .s\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .s\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .s\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .s\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .s\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .s\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .s\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .s\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .s\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .s\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .s\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .s\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .s\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .s\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .s\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .s\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .s\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .s\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .s\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .s\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .s\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .s\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .s\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .s\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .s\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .s\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .s\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .s\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .s\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .s\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .s\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .s\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .s\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .s\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .s\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .s\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .s\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .s\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .s\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .s\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .s\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .s\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .s\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .s\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .s\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .s\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .s\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .s\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .s\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .s\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .s\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .s\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .s\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .s\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .s\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .s\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .s\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .s\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .s\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .s\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .s\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .s\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .s\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .s\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .s\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .s\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .s\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .s\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .s\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .s\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .s\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .s\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .s\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .s\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .s\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .s\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .s\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .s\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .s\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .s\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .s\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .s\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .s\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .s\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .s\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .s\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .s\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .s\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .s\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .s\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .s\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .s\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .s\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .s\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .s\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .s\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .s\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .s\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .s\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .s\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .s\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .s\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .s\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .s\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .s\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .s\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .s\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .s\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .s\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .s\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .s\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .s\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .s\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .s\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .s\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .s\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .s\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .s\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .s\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .s\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .s\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .s\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .s\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .s\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .s\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .s\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .s\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .s\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .s\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .s\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .s\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .s\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .s\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .s\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .s\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .s\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .s\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .s\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .s\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .s\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .s\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .s\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .s\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .s\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .s\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .s\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .s\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .s\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .s\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .s\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .s\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .s\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .s\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .s\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .s\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .s\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .s\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .s\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .s\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .s\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .s\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .s\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .s\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .s\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .s\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .s\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .s\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .s\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .s\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .s\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .s\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .s\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .s\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .s\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .s\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .s\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .s\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .s\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .s\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .s\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .s\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .s\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .s\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .s\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .s\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .s\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .s\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .s\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .s\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .s\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .s\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .s\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .s\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .s\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .s\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .s\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .s\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .s\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .s\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .s\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .s\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .s\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .s\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .s\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .s\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .s\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .s\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .s\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .s\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .s\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .s\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .s\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .s\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .s\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .s\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .s\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .s\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .s\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .s\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .s\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .s\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .s\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .s\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .s\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .s\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .s\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .s\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .s\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .s\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .s\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .s\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .s\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .s\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .s\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .s\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .s\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .s\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .s\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .s\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .s\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .s\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .s\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .s\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .s\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .s\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .s\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .s\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .s\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .s\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .s\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .s\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .s\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .s\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .s\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .s\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .s\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .s\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .s\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .s\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .s\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .s\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .s\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .s\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .s\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .s\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .s\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .s\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .s\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .s\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .s\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .s\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .s\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .s\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .s\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .s\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .s\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .s\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .s\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .s\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .s\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .s\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .s\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .s\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .s\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .s\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .s\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .s\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .s\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .s\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .s\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .s\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .s\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .s\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .s\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .s\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .s\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .s\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .s\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .s\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .s\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .s\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .s\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .s\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .s\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .s\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .s\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .s\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .s\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .s\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .s\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .s\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .s\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .s\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .s\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .s\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .s\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .s\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .s\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .s\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .s\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .s\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .s\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .s\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .s\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .s\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .s\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .s\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .s\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .s\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .s\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .s\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .s\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .s\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .s\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .s\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .s\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .s\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .s\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .s\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .s\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .s\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .s\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .s\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .s\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .s\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .s\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .s\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .s\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .s\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .s\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .s\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .s\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .s\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .s\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .s\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .s\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .s\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .s\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .s\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .s\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .s\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .s\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .s\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .s\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .s\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .s\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .s\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .s\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .s\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .s\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .s\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .s\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .s\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .s\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .s\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .s\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .s\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .s\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .s\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .s\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .s\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .s\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .s\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .s\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .s\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .s\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .s\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .s\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .s\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .s\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .s\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .s\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .s\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .s\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .s\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .s\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .s\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .s\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .s\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .s\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .s\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .s\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .s\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .s\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .s\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .s\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .s\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .s\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .s\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .s\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .s\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .s\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .s\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .s\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .s\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .s\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .s\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .s\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .s\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .s\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .s\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .s\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .s\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .s\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .s\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .s\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .s\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .s\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .s\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .s\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .s\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .s\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .s\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .s\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .s\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .s\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .s\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .s\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .s\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .s\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .s\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .s\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .s\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .s\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .s\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .s\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .s\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .s\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .s\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .s\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .s\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .s\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .s\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .s\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .s\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .s\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .s\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .s\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .s\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .s\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .s\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .s\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .s\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .s\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .s\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .s\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .s\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .s\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .s\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .s\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .s\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .s\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .s\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .s\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .s\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .s\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .s\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .s\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .s\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .s\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .s\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .s\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .s\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .s\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .s\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .s\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .s\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .s\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .s\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .s\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .s\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .s\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .s\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .s\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .s\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .s\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .s\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .s\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .s\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .s\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .s\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .s\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .s\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .s\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .s\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .s\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .s\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .s\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .s\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .s\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .s\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .s\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .s\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .s\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .s\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .s\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .s\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .s\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .s\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .s\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .s\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .s\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .s\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .s\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .s\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .s\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .s\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .s\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .s\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .s\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .s\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .s\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .s\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .s\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .s\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .s\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .s\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .s\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .s\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .s\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .s\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .s\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .s\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .s\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .s\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .s\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .s\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .s\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .s\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .s\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .s\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .s\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .s\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .s\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .s\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .s\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .s\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .s\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .s\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .s\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .s\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .s\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .s\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .s\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .s\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .s\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .s\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .s\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .s\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .s\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .s\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .s\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .s\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .s\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .s\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .s\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .s\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .s\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .s\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .s\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .s\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .s\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .s\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .s\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .s\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .s\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .s\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .s\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .s\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .s\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .s\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .s\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .s\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .s\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .s\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .s\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .s\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .s\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .s\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .s\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .s\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .s\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .s\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .s\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .s\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .s\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .s\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .s\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .s\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .s\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .s\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .s\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .s\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .s\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .s\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .s\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .s\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .s\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .s\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .s\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .s\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .s\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .s\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .s\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .s\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .s\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .s\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .s\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .s\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .s\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .s\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .s\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .s\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .s\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .s\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .s\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .s\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .s\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .s\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .s\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .s\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .s\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .s\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .s\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .s\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .s\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .s\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .s\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .s\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .s\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .s\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .s\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .s\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .s\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .s\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .s\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .s\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .s\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .s\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .s\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .s\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .s\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .s\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .s\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .s\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .s\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .s\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .s\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .s\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .s\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .s\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .s\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .s\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .s\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .s\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .s\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .s\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .s\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .s\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .s\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .s\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .s\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .s\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .s\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .s\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .s\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .s\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .s\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .s\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .s\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .s\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .s\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .s\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .s\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .s\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .s\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .s\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .s\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .s\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .s\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .s\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .s\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .s\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .s\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .s\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .s\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .s\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .s\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .s\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .s\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .s\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .s\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .s\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .s\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .s\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .s\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .s\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .s\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .s\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .s\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .s\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .s\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .s\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .s\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .s\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .s\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .s\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .s\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .s\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .s\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .s\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .s\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .s\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .s\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .s\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .s\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .s\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .s\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .s\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .s\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .s\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .s\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .s\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .s\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .s\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .s\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .s\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .s\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .s\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .s\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .s\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .s\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .s\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .s\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .s\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .s\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .s\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .s\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .s\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .s\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .s\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .s\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .s\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .s\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .s\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .s\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .s\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .s\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .s\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .s\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .s\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .s\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .s\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .s\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .s\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .s\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .s\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .s\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .s\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .s\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .s\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .s\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .s\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .s\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .s\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .s\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .s\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .s\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .s\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .s\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .s\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .s\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .s\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .s\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .s\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .s\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .s\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .s\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .s\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .s\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .s\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .s\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .s\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .s\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .s\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .s\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .s\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .s\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .s\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .s\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .s\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .s\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .s\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .s\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .s\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .s\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .s\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .s\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .s\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .s\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .s\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .s\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .s\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .s\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .s\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .s\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .s\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .s\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .s\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .s\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .s\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .s\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .s\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .s\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .s\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .s\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .s\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .s\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .s\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .s\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .s\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .s\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .s\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .s\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .s\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .s\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .s\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .s\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .s\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .s\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .s\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .s\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .s\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .s\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .s\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .s\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .s\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .s\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .s\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .s\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .s\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .s\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .s\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .s\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .s\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .s\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .s\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .s\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .s\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .s\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .s\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .s\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .s\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .s\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .s\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .s\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .s\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .s\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .s\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .s\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .s\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .s\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .s\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .s\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .s\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .s\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .s\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .s\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .s\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .s\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .s\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .s\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .s\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .s\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .s\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .s\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .s\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .s\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .s\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .s\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .s\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .s\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .s\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .s\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .s\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .s\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .s\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .s\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .s\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .s\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .s\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .s\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .s\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .s\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .s\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .s\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .s\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .s\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .s\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .s\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .s\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .s\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .s\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .s\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .s\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .s\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .s\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .s\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .s\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .s\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .s\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .s\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .s\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .s\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .s\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .s\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .s\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .s\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .s\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .s\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .s\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .s\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .s\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .s\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .s\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .s\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .s\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .s\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .s\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .s\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .s\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .s\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .s\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .s\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .s\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .s\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .s\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .s\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .s\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .s\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .s\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .s\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .s\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .s\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .s\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .s\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .s\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .s\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .s\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .s\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .s\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .s\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .s\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .s\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .s\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .s\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .s\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .s\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .s\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .s\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .s\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .s\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .s\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .s\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .s\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .s\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .s\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .s\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .s\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .s\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .s\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .s\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .s\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .s\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .s\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .s\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .s\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .s\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .s\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .s\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .s\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .s\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .s\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .s\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .s\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .s\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .s\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .s\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .s\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .s\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .s\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .s\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .s\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .s\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .s\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .s\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .s\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .s\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .s\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .s\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .s\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .s\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .s\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .s\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .s\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .s\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .s\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .s\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .s\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .s\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .s\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .s\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .s\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .s\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .s\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .s\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .s\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .s\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .s\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .s\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .s\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .s\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .s\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .s\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .s\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .s\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .s\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .s\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .s\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .s\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .s\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .s\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .s\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .s\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .s\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .s\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .s\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .s\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .s\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .s\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .s\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .s\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .s\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .s\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .s\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .s\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .s\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .s\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .s\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .s\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .s\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .s\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .s\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .s\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .s\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .s\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .s\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .s\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .s\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .s\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .s\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .s\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .s\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .s\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .s\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .s\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .s\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .s\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .s\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .s\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .s\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .s\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .s\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .s\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .s\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .s\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .s\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .s\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .s\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .s\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .s\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .s\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .s\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .s\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .s\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .s\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .s\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .s\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .s\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .s\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .s\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .s\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .s\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .s\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .s\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .s\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .s\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .s\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .s\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .s\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .s\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .s\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .s\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .s\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .s\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .s\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .s\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .s\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .s\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .s\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .s\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .s\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .s\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .s\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .s\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .s\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .s\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .s\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .s\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .s\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .s\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .s\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .s\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .s\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .s\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .s\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .s\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .s\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .s\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .s\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .s\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .s\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .s\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .s\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .s\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .s\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .s\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .s\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .s\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .s\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .s\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .s\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .s\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .s\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .s\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .s\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .s\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .s\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .s\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .s\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .s\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .s\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .s\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .s\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .s\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .s\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .s\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .s\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .s\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .s\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .s\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .s\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .s\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .s\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .s\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .s\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .s\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .s\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .s\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .s\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .s\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .s\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .s\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .s\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .s\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .s\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .s\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .s\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .s\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .s\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .s\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .s\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .s\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .s\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .s\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .s\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .s\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .s\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .s\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .s\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .s\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .s\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .s\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .s\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .s\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .s\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .s\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .s\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .s\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .s\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .s\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .s\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .s\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .s\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .s\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .s\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .s\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .s\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .s\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .s\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .s\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .s\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .s\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .s\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .s\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .s\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .s\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .s\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .s\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .s\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .s\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .s\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .s\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .s\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .s\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .s\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .s\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .s\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .s\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .s\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .s\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .s\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .s\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .s\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .s\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .s\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .s\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .s\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .s\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .s\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .s\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .s\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .s\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .s\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .s\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .s\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .s\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .s\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .s\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .s\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .s\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .s\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .s\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .s\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .s\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .s\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .s\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .s\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .s\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .s\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .s\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .s\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .s\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .s\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .s\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .s\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .s\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .s\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .s\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .s\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .s\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .s\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .s\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .s\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .s\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .s\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .s\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .s\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .s\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .s\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .s\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .s\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .s\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .s\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .s\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .s\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .s\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .s\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .s\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .s\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .s\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .s\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .s\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .s\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .s\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .s\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .s\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .s\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .s\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .s\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .s\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .s\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .s\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .s\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .s\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .s\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .s\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .s\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .s\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .s\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .s\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .s\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .s\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .s\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .s\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .s\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .s\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .s\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .s\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .s\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .s\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .s\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .s\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .s\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .s\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .s\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .s\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .s\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .s\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .s\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .s\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .s\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .s\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .s\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .s\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .s\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .s\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .s\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .s\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .s\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .s\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .s\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .s\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .s\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .s\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .s\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .s\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .s\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .s\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .s\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .s\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .s\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .s\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .s\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .s\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .s\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .s\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .s\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .s\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .s\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .s\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .s\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .s\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .s\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .s\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .s\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .s\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .s\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .s\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .s\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .s\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .s\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .s\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .s\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .s\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .s\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .s\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .s\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .s\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .s\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .s\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .s\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .s\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .s\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .s\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .s\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .s\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .s\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .s\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .s\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .s\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .s\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .s\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .s\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .s\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .s\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .s\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .s\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .s\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .s\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .s\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .s\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .s\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .s\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .s\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .s\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .s\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .s\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .s\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .s\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .s\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .s\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .s\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .s\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .s\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .s\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .s\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .s\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .s\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .s\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .s\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .s\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .s\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .s\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .s\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .s\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .s\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .s\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .s\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .s\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .s\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .s\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .s\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .s\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .s\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .s\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .s\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .s\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .s\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .s\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .s\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .s\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .s\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .s\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .s\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .s\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .s\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .s\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .s\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .s\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .s\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .s\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .s\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .s\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .s\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .s\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .s\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .s\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .s\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .s\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .s\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .s\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .s\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .s\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .s\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .s\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .s\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .s\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .s\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .s\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .s\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .s\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .s\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .s\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .s\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .s\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .s\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .s\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .s\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .s\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .s\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .s\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .s\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .s\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .s\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .s\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .s\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .s\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .s\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .s\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .s\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .s\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .s\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .s\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .s\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .s\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .s\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .s\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .s\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .s\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .s\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .s\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .s\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .s\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .s\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .s\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .s\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .s\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .s\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .s\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .s\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .s\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .s\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .s\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .s\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .s\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .s\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .s\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .s\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .s\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .s\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .s\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .s\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .s\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .s\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .s\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .s\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .s\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .s\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .s\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .s\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .s\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .s\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .s\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .s\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .s\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .s\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .s\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .s\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .s\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .s\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .s\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .s\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .s\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .s\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .s\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .s\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .s\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .s\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .s\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .s\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .s\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .s\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .s\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .s\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .s\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .s\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .s\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .s\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .s\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .s\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .s\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .s\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .s\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .s\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .s\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .s\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .s\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .s\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .s\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .s\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .s\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .s\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .s\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .s\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .s\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .s\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .s\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .s\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .s\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .s\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .s\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .s\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .s\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .s\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .s\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .s\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .s\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .s\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .s\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .s\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .s\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .s\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .s\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .s\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .s\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .s\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .s\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .s\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .s\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .s\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .s\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .s\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .s\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .s\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .s\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .s\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .s\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .s\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .s\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .s\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .s\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .s\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .s\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .s\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .s\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .s\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .s\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .s\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .s\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .s\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .s\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .s\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .s\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .s\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .s\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .s\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .s\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .s\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .s\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .s\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .s\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .s\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .s\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .s\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .s\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .s\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .s\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .s\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .s\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .s\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .s\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .s\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .s\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .s\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .s\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .s\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .s\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .s\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .s\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .s\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .s\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .s\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .s\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .s\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .s\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .s\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .s\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .s\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .s\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .s\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .s\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .s\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .s\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .s\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .s\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .s\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .s\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .s\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .s\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .s\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .s\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .s\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .s\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .s\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .s\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .s\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .s\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .s\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .s\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .s\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .s\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .s\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .s\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .s\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .s\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .s\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .s\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .s\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .s\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .s\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .s\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .s\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .s\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .s\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .s\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .s\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .s\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .s\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .s\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .s\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .s\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .s\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .s\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .s\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .s\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .s\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .s\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .s\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .s\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .s\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .s\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .s\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .s\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .s\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .s\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .s\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .s\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .s\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .s\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .s\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .s\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .s\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .s\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .s\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .s\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .s\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .s\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .s\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .s\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .s\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .s\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .s\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .s\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .s\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .s\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .s\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .s\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .s\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .s\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .s\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .s\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .s\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .s\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .s\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .s\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .s\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .s\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .s\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .s\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .s\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .s\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .s\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .s\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .s\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .s\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .s\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .s\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .s\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .s\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .s\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .s\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .s\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .s\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .s\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .s\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .s\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .s\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .s\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .s\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .s\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .s\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .s\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .s\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .s\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .s\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .s\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .s\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .s\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .s\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .s\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .s\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .s\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .s\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .s\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .s\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .s\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .s\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .s\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .s\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .s\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .s\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .s\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .s\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .s\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .s\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .s\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .s\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .s\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .s\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .s\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .s\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .s\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .s\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .s\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .s\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .s\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .s\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .s\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .s\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .s\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .s\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .s\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .s\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .s\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .s\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .s\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .s\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .s\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .s\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .s\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .s\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .s\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .s\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .s\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .s\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .s\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .s\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .s\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .s\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .s\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .s\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .s\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .s\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .s\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .s\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .s\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .s\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .s\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .s\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .s\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .s\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .s\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .s\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .s\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .s\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .s\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .s\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .s\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .s\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .s\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .s\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .s\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .s\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .s\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .s\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .s\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .s\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .s\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .s\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .s\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .s\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .s\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .s\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .s\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .s\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .s\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .s\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .s\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .s\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .s\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .s\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .s\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .s\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .s\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .s\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .s\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .s\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .s\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .s\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .s\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .s\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .s\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .s\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .s\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .s\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .s\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .s\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .s\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .s\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .s\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .s\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .s\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .s\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .s\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .s\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .s\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .s\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .s\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .s\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .s\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .s\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .s\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .s\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .s\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .s\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .s\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .s\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .s\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .s\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .s\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .s\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .s\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .s\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .s\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .s\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .s\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .s\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .s\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .s\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .s\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .s\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .s\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .s\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .s\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .s\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .s\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .s\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .s\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .s\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .s\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .s\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .s\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .s\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .s\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .s\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .s\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .s\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .s\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .s\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .s\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .s\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .s\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .s\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .s\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .s\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .s\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .s\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .s\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .s\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .s\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .s\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .s\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .s\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .s\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .s\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .s\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .s\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .s\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .s\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .s\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .s\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .s\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .s\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .s\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .s\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .s\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .s\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .s\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .s\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .s\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .s\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .s\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .s\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .s\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .s\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .s\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .s\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .s\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .s\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .s\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .s\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .s\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .s\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .s\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .s\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .s\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .s\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .s\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .s\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .s\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .s\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .s\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .s\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .s\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .s\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .s\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .s\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .s\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .s\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .s\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .s\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .s\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .s\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .s\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .s\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .s\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .s\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .s\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .s\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .s\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .s\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .s\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .s\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .s\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .s\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .s\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .s\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .s\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .s\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .s\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .s\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .s\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .s\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .s\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .s\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .s\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .s\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .s\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .s\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .s\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .s\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .s\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .s\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .s\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .s\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .s\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .s\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .s\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .s\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .s\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .s\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .s\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .s\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .s\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .s\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .s\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .s\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .s\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .s\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .s\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .s\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .s\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .s\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .s\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .s\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .s\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .s\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .s\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .s\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .s\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .s\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .s\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .s\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .s\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .s\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .s\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .s\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .s\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .s\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .s\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .s\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .s\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .s\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .s\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .s\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .s\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .s\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .s\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .s\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .s\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .s\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .s\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .s\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .s\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .s\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .s\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .s\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .s\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .s\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .s\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .s\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .s\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .s\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .s\:transition-none {
    transition-property: none;
  }

  .s\:transition-all {
    transition-property: all;
  }

  .s\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:transition-opacity {
    transition-property: opacity;
  }

  .s\:transition-shadow {
    transition-property: box-shadow;
  }

  .s\:transition-transform {
    transition-property: transform;
  }

  .s\:hover\:transition-none:hover {
    transition-property: none;
  }

  .s\:hover\:transition-all:hover {
    transition-property: all;
  }

  .s\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .s\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .s\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .s\:focus\:transition-none:focus {
    transition-property: none;
  }

  .s\:focus\:transition-all:focus {
    transition-property: all;
  }

  .s\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .s\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .s\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .s\:first\:transition-none:first-child {
    transition-property: none;
  }

  .s\:first\:transition-all:first-child {
    transition-property: all;
  }

  .s\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .s\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .s\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .s\:last\:transition-none:last-child {
    transition-property: none;
  }

  .s\:last\:transition-all:last-child {
    transition-property: all;
  }

  .s\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .s\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .s\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .s\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .s\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .s\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .s\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .s\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .s\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .s\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .s\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .s\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .s\:ease-linear {
    transition-timing-function: linear;
  }

  .s\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .s\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .s\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .s\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .s\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .s\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .s\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .s\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .s\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .s\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .s\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .s\:duration-75 {
    transition-duration: 75ms;
  }

  .s\:duration-100 {
    transition-duration: 100ms;
  }

  .s\:duration-150 {
    transition-duration: 150ms;
  }

  .s\:duration-200 {
    transition-duration: 200ms;
  }

  .s\:duration-300 {
    transition-duration: 300ms;
  }

  .s\:duration-500 {
    transition-duration: 500ms;
  }

  .s\:duration-700 {
    transition-duration: 700ms;
  }

  .s\:duration-1000 {
    transition-duration: 1000ms;
  }

  .s\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .s\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .s\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .s\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .s\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .s\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .s\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .s\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .s\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .s\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .s\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .s\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .s\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .s\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .s\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .s\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .s\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .s\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .s\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .s\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .s\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .s\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .s\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .s\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .s\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .s\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .s\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .s\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .s\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .s\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .s\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .s\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .s\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .s\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .s\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .s\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .s\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .s\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .s\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .s\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .s\:delay-75 {
    transition-delay: 75ms;
  }

  .s\:delay-100 {
    transition-delay: 100ms;
  }

  .s\:delay-150 {
    transition-delay: 150ms;
  }

  .s\:delay-200 {
    transition-delay: 200ms;
  }

  .s\:delay-300 {
    transition-delay: 300ms;
  }

  .s\:delay-500 {
    transition-delay: 500ms;
  }

  .s\:delay-700 {
    transition-delay: 700ms;
  }

  .s\:delay-1000 {
    transition-delay: 1000ms;
  }

  .s\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .s\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .s\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .s\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .s\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .s\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .s\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .s\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .s\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .s\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .s\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .s\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .s\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .s\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .s\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .s\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .s\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .s\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .s\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .s\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .s\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .s\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .s\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .s\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .s\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .s\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .s\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .s\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .s\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .s\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .s\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .s\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .s\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .s\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .s\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .s\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .s\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .s\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .s\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .s\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .s\:animate-none {
    animation: none;
  }

  .s\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .s\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .s\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .s\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .s\:hover\:animate-none:hover {
    animation: none;
  }

  .s\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .s\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .s\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .s\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .s\:focus\:animate-none:focus {
    animation: none;
  }

  .s\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .s\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .s\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .s\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .s\:first\:animate-none:first-child {
    animation: none;
  }

  .s\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .s\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .s\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .s\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .s\:last\:animate-none:last-child {
    animation: none;
  }

  .s\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .s\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .s\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .s\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .s\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .s\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .s\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .s\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .s\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 900px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .md\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .md\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .md\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .md\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .group:hover .md\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .md\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .md\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .md\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .md\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .md\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .md\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .md\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .md\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .md\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .md\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .group:hover .md\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .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\:hover\:divide-solid:hover > :not(template) ~ :not(template) {
    border-style: solid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .md\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .md\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

  .md\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    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\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .md\:group-hover\: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;
  }

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

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

  .md\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .md\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

  .md\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .md\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .md\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .md\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .md\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .md\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .md\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .md\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .md\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .md\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .md\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .md\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

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

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

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

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

  .md\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .md\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .md\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .md\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .md\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .md\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .md\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .md\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .md\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .md\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .md\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .md\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .md\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .md\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .md\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .md\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .md\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

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

  .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .md\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .md\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .md\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .md\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

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

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

  .group:hover .md\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:hover\:bg-none:hover {
    background-image: none;
  }

  .md\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:focus\:bg-none:focus {
    background-image: none;
  }

  .md\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:first\:bg-none:first-child {
    background-image: none;
  }

  .md\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:last\:bg-none:last-child {
    background-image: none;
  }

  .md\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .md\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:to-transparent {
    --gradient-to-color: transparent;
  }

  .md\:to-current {
    --gradient-to-color: currentColor;
  }

  .md\:to-black {
    --gradient-to-color: #000;
  }

  .md\:to-white {
    --gradient-to-color: #fff;
  }

  .md\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .md\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .md\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .md\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .md\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .md\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .md\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .md\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .md\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .md\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .md\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .md\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .md\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .md\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .md\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .md\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .md\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .md\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .md\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .md\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .md\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .md\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .md\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .md\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .md\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .md\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .md\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .md\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .md\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .md\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .md\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .md\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .md\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .md\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .md\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .md\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .md\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .md\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .md\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .md\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .md\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .md\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .md\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .md\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .md\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .md\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .md\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .md\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .md\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .md\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .md\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .md\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .md\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .md\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .md\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .md\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .md\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .md\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .md\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .md\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .md\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .md\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .md\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .md\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .md\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .md\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .md\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .md\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .md\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .md\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .md\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .md\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .md\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .md\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .md\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .md\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .md\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .md\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .md\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .md\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .md\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .md\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .md\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .md\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .md\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .md\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .md\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .md\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .md\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .md\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .md\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .md\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .md\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .md\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .md\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .md\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .md\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .md\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .md\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .md\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .md\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .md\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .md\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .md\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .md\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .md\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .md\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .md\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .md\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .md\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .md\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .md\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .md\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .md\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .md\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .md\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .md\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .md\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .md\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .md\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .md\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .md\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .md\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .md\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .md\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .md\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .md\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .md\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .md\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .md\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .md\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .md\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .md\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .md\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .md\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .md\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .md\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .md\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .md\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .md\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .md\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .md\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .md\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .md\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .md\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .md\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .md\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .md\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .md\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .md\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .md\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .md\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .md\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .md\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .md\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .md\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .md\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .md\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .md\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .md\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .md\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .md\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .md\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .md\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .md\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .md\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .md\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .md\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .md\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .md\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .md\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .md\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .md\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .md\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .md\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .md\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .md\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .md\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .md\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .md\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .md\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .md\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .md\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .md\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .md\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .md\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .md\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .md\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .md\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .md\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .md\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .md\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .md\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .md\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .md\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .md\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .md\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .md\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .md\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .md\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .md\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .md\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .md\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .md\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .md\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .md\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .md\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .md\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .md\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .md\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .md\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .md\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .md\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .md\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .md\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .md\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .md\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .md\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .md\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .md\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .md\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .md\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .md\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .md\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .md\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .md\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .md\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .md\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .md\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .md\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .md\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .md\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .md\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .md\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .md\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .md\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .md\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .md\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .md\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .md\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .md\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .md\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .md\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .md\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .md\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .md\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .md\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .md\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .md\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .md\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .md\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .md\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .md\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .md\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .md\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .md\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .md\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .md\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .md\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .md\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .md\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .md\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .md\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .md\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .md\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .md\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .md\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .md\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .md\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .md\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .md\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .md\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .md\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .md\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .md\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .md\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .md\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .md\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .md\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .md\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .md\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .md\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .md\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .md\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .md\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .md\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .md\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .md\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .md\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .md\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .md\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .md\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .md\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .md\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .md\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .md\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .md\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .md\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .md\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .md\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .md\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .md\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .md\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .md\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .md\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .md\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .md\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .md\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .md\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .md\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .md\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .md\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .md\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .md\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .md\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .md\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .md\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .md\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .md\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .md\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .md\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .md\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .md\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .md\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .md\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .md\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .md\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .md\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .md\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .md\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .md\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .md\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .md\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .md\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .md\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .md\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .md\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .md\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .md\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .md\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .md\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .md\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .md\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .md\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .md\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .md\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .md\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .md\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .md\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .md\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .md\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .md\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .md\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .md\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .md\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .md\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .md\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .md\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .md\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .md\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .md\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .md\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .md\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .md\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .md\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .md\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .md\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .md\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .md\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .md\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .md\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .md\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .md\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .md\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .md\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .md\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .md\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .md\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .md\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .md\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .md\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .md\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .md\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .md\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .md\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .md\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .md\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .md\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .md\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .md\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .md\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .md\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .md\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .md\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .md\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .md\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .md\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .md\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .md\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .md\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .md\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .md\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .md\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .md\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .md\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .md\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .md\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .md\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .md\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .md\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .md\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .md\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .md\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .md\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .md\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .md\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .md\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .md\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .md\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .md\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .md\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .md\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .md\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .md\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .md\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .md\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .md\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .md\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .md\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .md\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .md\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .md\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .md\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .md\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .md\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .md\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .md\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .md\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .md\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .md\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .md\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .md\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .md\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .md\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .md\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .md\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .md\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .md\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .md\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .md\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .md\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .md\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .md\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .md\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .md\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .md\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .md\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .md\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .md\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .md\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .md\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .md\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .md\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .md\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .md\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .md\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .md\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .md\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .md\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .md\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .md\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .md\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .md\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .md\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .md\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .md\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .md\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .md\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .md\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .md\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .md\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .md\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .md\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .md\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .md\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .md\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .md\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .md\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .md\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .md\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .md\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .md\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .md\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .md\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .md\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .md\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .md\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .md\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .md\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .md\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .md\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .md\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .md\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .md\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .md\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .md\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .md\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .md\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .md\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .md\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .md\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .md\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .md\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .md\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .md\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .md\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .md\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md\:hover\:bg-center:hover {
    background-position: center;
  }

  .md\:hover\:bg-left:hover {
    background-position: left;
  }

  .md\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md\:hover\:bg-right:hover {
    background-position: right;
  }

  .md\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md\:hover\:bg-top:hover {
    background-position: top;
  }

  .md\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .md\:focus\:bg-center:focus {
    background-position: center;
  }

  .md\:focus\:bg-left:focus {
    background-position: left;
  }

  .md\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .md\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .md\:focus\:bg-right:focus {
    background-position: right;
  }

  .md\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .md\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .md\:focus\:bg-top:focus {
    background-position: top;
  }

  .md\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .md\:first\:bg-center:first-child {
    background-position: center;
  }

  .md\:first\:bg-left:first-child {
    background-position: left;
  }

  .md\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .md\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .md\:first\:bg-right:first-child {
    background-position: right;
  }

  .md\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .md\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .md\:first\:bg-top:first-child {
    background-position: top;
  }

  .md\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .md\:last\:bg-center:last-child {
    background-position: center;
  }

  .md\:last\:bg-left:last-child {
    background-position: left;
  }

  .md\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .md\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .md\:last\:bg-right:last-child {
    background-position: right;
  }

  .md\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .md\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .md\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .md\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .md\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .md\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .md\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .md\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .md\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .md\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .md\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .md\:group-hover\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .md\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .md\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .md\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .md\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .md\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .md\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .md\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .md\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .md\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .md\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .md\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .md\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .md\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .md\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .md\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .md\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .md\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .md\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .md\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .md\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .md\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .md\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .md\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .md\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .md\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .md\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .md\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .md\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .md\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .md\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .md\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .md\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .md\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .md\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .md\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .md\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .md\:group-hover\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .md\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .md\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .md\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .md\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .md\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .md\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .md\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .md\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .md\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .md\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .md\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .md\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .md\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .md\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .md\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .md\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .md\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .md\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .md\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .md\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .md\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .md\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .md\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .md\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .md\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .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-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 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-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 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-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .md\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .md\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .md\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .md\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .md\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .md\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .md\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .md\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .md\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .md\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .md\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .md\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .md\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .md\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .md\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .md\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .md\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .md\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .md\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .md\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .md\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .md\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .md\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .md\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .md\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .md\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .md\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .md\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .md\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .md\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .md\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .md\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .md\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .md\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .md\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .md\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .md\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .md\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .md\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .md\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .md\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .md\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .md\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .md\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .md\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .md\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .md\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .md\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .md\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .md\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .md\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .md\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .md\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .md\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .md\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .md\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .md\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .md\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .md\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .md\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .md\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .md\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .md\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .md\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .md\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .md\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\: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\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-double:hover {
    border-style: double;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .md\:focus\:border-solid:focus {
    border-style: solid;
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .md\:focus\:border-double:focus {
    border-style: double;
  }

  .md\:focus\:border-none:focus {
    border-style: none;
  }

  .md\:first\:border-solid:first-child {
    border-style: solid;
  }

  .md\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .md\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .md\:first\:border-double:first-child {
    border-style: double;
  }

  .md\:first\:border-none:first-child {
    border-style: none;
  }

  .md\:last\:border-solid:last-child {
    border-style: solid;
  }

  .md\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .md\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .md\:last\:border-double:last-child {
    border-style: double;
  }

  .md\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .md\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .md\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .md\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .md\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .md\:group-hover\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:focus\:border-0:focus {
    border-width: 0;
  }

  .md\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md\:focus\:border:focus {
    border-width: 1px;
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md\:first\:border-0:first-child {
    border-width: 0;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .md\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .md\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .md\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .md\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .md\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .md\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .md\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .md\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .md\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .md\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .md\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .md\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .md\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .md\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .md\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .md\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .md\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .md\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .md\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .md\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .md\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .md\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .md\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .md\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .md\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .md\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .md\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .md\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .md\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .md\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .md\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .md\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .md\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .md\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md\:hover\:cursor-text:hover {
    cursor: text;
  }

  .md\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .md\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .md\:focus\:cursor-default:focus {
    cursor: default;
  }

  .md\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .md\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .md\:focus\:cursor-text:focus {
    cursor: text;
  }

  .md\:focus\:cursor-move:focus {
    cursor: move;
  }

  .md\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .md\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .md\:first\:cursor-default:first-child {
    cursor: default;
  }

  .md\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .md\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .md\:first\:cursor-text:first-child {
    cursor: text;
  }

  .md\:first\:cursor-move:first-child {
    cursor: move;
  }

  .md\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .md\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .md\:last\:cursor-default:last-child {
    cursor: default;
  }

  .md\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .md\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .md\:last\:cursor-text:last-child {
    cursor: text;
  }

  .md\:last\:cursor-move:last-child {
    cursor: move;
  }

  .md\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .md\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .md\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .md\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .md\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .md\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .md\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .md\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:flex:hover {
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:table-caption:hover {
    display: table-caption;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:table-column:hover {
    display: table-column;
  }

  .md\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .md\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .md\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .md\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:flow-root:hover {
    display: flow-root;
  }

  .md\:hover\:grid:hover {
    display: grid;
  }

  .md\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .md\:hover\:contents:hover {
    display: contents;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:focus\:block:focus {
    display: block;
  }

  .md\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md\:focus\:inline:focus {
    display: inline;
  }

  .md\:focus\:flex:focus {
    display: flex;
  }

  .md\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .md\:focus\:table:focus {
    display: table;
  }

  .md\:focus\:table-caption:focus {
    display: table-caption;
  }

  .md\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md\:focus\:table-column:focus {
    display: table-column;
  }

  .md\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .md\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .md\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .md\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .md\:focus\:table-row:focus {
    display: table-row;
  }

  .md\:focus\:flow-root:focus {
    display: flow-root;
  }

  .md\:focus\:grid:focus {
    display: grid;
  }

  .md\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .md\:focus\:contents:focus {
    display: contents;
  }

  .md\:focus\:hidden:focus {
    display: none;
  }

  .md\:first\:block:first-child {
    display: block;
  }

  .md\:first\:inline-block:first-child {
    display: inline-block;
  }

  .md\:first\:inline:first-child {
    display: inline;
  }

  .md\:first\:flex:first-child {
    display: flex;
  }

  .md\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .md\:first\:table:first-child {
    display: table;
  }

  .md\:first\:table-caption:first-child {
    display: table-caption;
  }

  .md\:first\:table-cell:first-child {
    display: table-cell;
  }

  .md\:first\:table-column:first-child {
    display: table-column;
  }

  .md\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .md\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .md\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .md\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .md\:first\:table-row:first-child {
    display: table-row;
  }

  .md\:first\:flow-root:first-child {
    display: flow-root;
  }

  .md\:first\:grid:first-child {
    display: grid;
  }

  .md\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .md\:first\:contents:first-child {
    display: contents;
  }

  .md\:first\:hidden:first-child {
    display: none;
  }

  .md\:last\:block:last-child {
    display: block;
  }

  .md\:last\:inline-block:last-child {
    display: inline-block;
  }

  .md\:last\:inline:last-child {
    display: inline;
  }

  .md\:last\:flex:last-child {
    display: flex;
  }

  .md\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .md\:last\:table:last-child {
    display: table;
  }

  .md\:last\:table-caption:last-child {
    display: table-caption;
  }

  .md\:last\:table-cell:last-child {
    display: table-cell;
  }

  .md\:last\:table-column:last-child {
    display: table-column;
  }

  .md\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .md\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .md\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .md\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .md\:last\:table-row:last-child {
    display: table-row;
  }

  .md\:last\:flow-root:last-child {
    display: flow-root;
  }

  .md\:last\:grid:last-child {
    display: grid;
  }

  .md\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .md\:last\:contents:last-child {
    display: contents;
  }

  .md\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md\:group-hover\: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\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .md\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .md\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .md\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .md\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .md\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .md\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .md\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .md\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .md\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .md\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .md\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .md\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .md\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .md\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .md\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .md\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .md\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .md\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .md\:group-hover\: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\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .md\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .md\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .md\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .md\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .md\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .md\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .md\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .md\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .md\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .md\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .md\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .md\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .md\:hover\:place-items-start:hover {
    place-items: start;
  }

  .md\:hover\:place-items-end:hover {
    place-items: end;
  }

  .md\:hover\:place-items-center:hover {
    place-items: center;
  }

  .md\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .md\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .md\:focus\:place-items-start:focus {
    place-items: start;
  }

  .md\:focus\:place-items-end:focus {
    place-items: end;
  }

  .md\:focus\:place-items-center:focus {
    place-items: center;
  }

  .md\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .md\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .md\:first\:place-items-start:first-child {
    place-items: start;
  }

  .md\:first\:place-items-end:first-child {
    place-items: end;
  }

  .md\:first\:place-items-center:first-child {
    place-items: center;
  }

  .md\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .md\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .md\:last\:place-items-start:last-child {
    place-items: start;
  }

  .md\:last\:place-items-end:last-child {
    place-items: end;
  }

  .md\:last\:place-items-center:last-child {
    place-items: center;
  }

  .md\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .md\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .md\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .md\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .md\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .md\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:hover\:place-content-center:hover {
    place-content: center;
  }

  .md\:hover\:place-content-start:hover {
    place-content: start;
  }

  .md\:hover\:place-content-end:hover {
    place-content: end;
  }

  .md\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .md\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .md\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .md\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .md\:focus\:place-content-center:focus {
    place-content: center;
  }

  .md\:focus\:place-content-start:focus {
    place-content: start;
  }

  .md\:focus\:place-content-end:focus {
    place-content: end;
  }

  .md\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .md\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .md\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .md\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .md\:first\:place-content-center:first-child {
    place-content: center;
  }

  .md\:first\:place-content-start:first-child {
    place-content: start;
  }

  .md\:first\:place-content-end:first-child {
    place-content: end;
  }

  .md\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .md\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .md\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .md\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .md\:last\:place-content-center:last-child {
    place-content: center;
  }

  .md\:last\:place-content-start:last-child {
    place-content: start;
  }

  .md\:last\:place-content-end:last-child {
    place-content: end;
  }

  .md\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .md\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .md\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .md\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .md\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .md\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .md\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .md\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .md\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .md\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .md\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .md\:hover\:place-self-start:hover {
    place-self: start;
  }

  .md\:hover\:place-self-end:hover {
    place-self: end;
  }

  .md\:hover\:place-self-center:hover {
    place-self: center;
  }

  .md\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .md\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .md\:focus\:place-self-start:focus {
    place-self: start;
  }

  .md\:focus\:place-self-end:focus {
    place-self: end;
  }

  .md\:focus\:place-self-center:focus {
    place-self: center;
  }

  .md\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .md\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .md\:first\:place-self-start:first-child {
    place-self: start;
  }

  .md\:first\:place-self-end:first-child {
    place-self: end;
  }

  .md\:first\:place-self-center:first-child {
    place-self: center;
  }

  .md\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .md\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .md\:last\:place-self-start:last-child {
    place-self: start;
  }

  .md\:last\:place-self-end:last-child {
    place-self: end;
  }

  .md\:last\:place-self-center:last-child {
    place-self: center;
  }

  .md\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .md\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .md\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .md\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .md\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .md\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .md\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .md\:hover\:items-center:hover {
    align-items: center;
  }

  .md\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .md\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .md\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .md\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .md\:focus\:items-center:focus {
    align-items: center;
  }

  .md\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .md\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .md\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .md\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .md\:first\:items-center:first-child {
    align-items: center;
  }

  .md\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .md\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .md\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .md\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .md\:last\:items-center:last-child {
    align-items: center;
  }

  .md\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .md\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .md\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .md\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .md\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .md\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .md\:group-hover\: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\:hover\:content-center:hover {
    align-content: center;
  }

  .md\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .md\:focus\:content-center:focus {
    align-content: center;
  }

  .md\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .md\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .md\:focus\:content-between:focus {
    align-content: space-between;
  }

  .md\:focus\:content-around:focus {
    align-content: space-around;
  }

  .md\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .md\:first\:content-center:first-child {
    align-content: center;
  }

  .md\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .md\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .md\:first\:content-between:first-child {
    align-content: space-between;
  }

  .md\:first\:content-around:first-child {
    align-content: space-around;
  }

  .md\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .md\:last\:content-center:last-child {
    align-content: center;
  }

  .md\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .md\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .md\:last\:content-between:last-child {
    align-content: space-between;
  }

  .md\:last\:content-around:last-child {
    align-content: space-around;
  }

  .md\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .md\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .md\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .md\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .md\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .md\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .md\:group-hover\: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\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md\:hover\:self-center:hover {
    align-self: center;
  }

  .md\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md\:focus\:self-auto:focus {
    align-self: auto;
  }

  .md\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .md\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .md\:focus\:self-center:focus {
    align-self: center;
  }

  .md\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .md\:first\:self-auto:first-child {
    align-self: auto;
  }

  .md\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .md\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .md\:first\:self-center:first-child {
    align-self: center;
  }

  .md\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .md\:last\:self-auto:last-child {
    align-self: auto;
  }

  .md\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .md\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .md\:last\:self-center:last-child {
    align-self: center;
  }

  .md\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .md\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .md\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .md\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .md\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .md\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-items-auto {
    justify-items: auto;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .md\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .md\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .md\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .md\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .md\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .md\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .md\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .md\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .md\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .md\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .md\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .md\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .md\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .md\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .md\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .md\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .md\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .md\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .md\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .md\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .md\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .md\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .md\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .md\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .md\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .md\:hover\:justify-center:hover {
    justify-content: center;
  }

  .md\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .md\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .md\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .md\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .md\:focus\:justify-center:focus {
    justify-content: center;
  }

  .md\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .md\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .md\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .md\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .md\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .md\:first\:justify-center:first-child {
    justify-content: center;
  }

  .md\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .md\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .md\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .md\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .md\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .md\:last\:justify-center:last-child {
    justify-content: center;
  }

  .md\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .md\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .md\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .md\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .md\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .md\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .md\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .md\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .md\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .md\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .md\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .md\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .md\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .md\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .md\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .md\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .md\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .md\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .md\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .md\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .md\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .md\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .md\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .md\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .md\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .md\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .md\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .md\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .md\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .md\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .md\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .md\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .md\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .md\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .md\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .md\:hover\:flex-none:hover {
    flex: none;
  }

  .md\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .md\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .md\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .md\:focus\:flex-none:focus {
    flex: none;
  }

  .md\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .md\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .md\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .md\:first\:flex-none:first-child {
    flex: none;
  }

  .md\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .md\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .md\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .md\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .md\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .md\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .md\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .md\:group-hover\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .md\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .md\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .md\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .md\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .md\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .md\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .md\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .md\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .md\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .md\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .md\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .md\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .md\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .md\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .md\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .md\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .md\:group-hover\: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\:hover\:order-1:hover {
    order: 1;
  }

  .md\:hover\:order-2:hover {
    order: 2;
  }

  .md\:hover\:order-3:hover {
    order: 3;
  }

  .md\:hover\:order-4:hover {
    order: 4;
  }

  .md\:hover\:order-5:hover {
    order: 5;
  }

  .md\:hover\:order-6:hover {
    order: 6;
  }

  .md\:hover\:order-7:hover {
    order: 7;
  }

  .md\:hover\:order-8:hover {
    order: 8;
  }

  .md\:hover\:order-9:hover {
    order: 9;
  }

  .md\:hover\:order-10:hover {
    order: 10;
  }

  .md\:hover\:order-11:hover {
    order: 11;
  }

  .md\:hover\:order-12:hover {
    order: 12;
  }

  .md\:hover\:order-first:hover {
    order: -9999;
  }

  .md\:hover\:order-last:hover {
    order: 9999;
  }

  .md\:hover\:order-none:hover {
    order: 0;
  }

  .md\:focus\:order-1:focus {
    order: 1;
  }

  .md\:focus\:order-2:focus {
    order: 2;
  }

  .md\:focus\:order-3:focus {
    order: 3;
  }

  .md\:focus\:order-4:focus {
    order: 4;
  }

  .md\:focus\:order-5:focus {
    order: 5;
  }

  .md\:focus\:order-6:focus {
    order: 6;
  }

  .md\:focus\:order-7:focus {
    order: 7;
  }

  .md\:focus\:order-8:focus {
    order: 8;
  }

  .md\:focus\:order-9:focus {
    order: 9;
  }

  .md\:focus\:order-10:focus {
    order: 10;
  }

  .md\:focus\:order-11:focus {
    order: 11;
  }

  .md\:focus\:order-12:focus {
    order: 12;
  }

  .md\:focus\:order-first:focus {
    order: -9999;
  }

  .md\:focus\:order-last:focus {
    order: 9999;
  }

  .md\:focus\:order-none:focus {
    order: 0;
  }

  .md\:first\:order-1:first-child {
    order: 1;
  }

  .md\:first\:order-2:first-child {
    order: 2;
  }

  .md\:first\:order-3:first-child {
    order: 3;
  }

  .md\:first\:order-4:first-child {
    order: 4;
  }

  .md\:first\:order-5:first-child {
    order: 5;
  }

  .md\:first\:order-6:first-child {
    order: 6;
  }

  .md\:first\:order-7:first-child {
    order: 7;
  }

  .md\:first\:order-8:first-child {
    order: 8;
  }

  .md\:first\:order-9:first-child {
    order: 9;
  }

  .md\:first\:order-10:first-child {
    order: 10;
  }

  .md\:first\:order-11:first-child {
    order: 11;
  }

  .md\:first\:order-12:first-child {
    order: 12;
  }

  .md\:first\:order-first:first-child {
    order: -9999;
  }

  .md\:first\:order-last:first-child {
    order: 9999;
  }

  .md\:first\:order-none:first-child {
    order: 0;
  }

  .md\:last\:order-1:last-child {
    order: 1;
  }

  .md\:last\:order-2:last-child {
    order: 2;
  }

  .md\:last\:order-3:last-child {
    order: 3;
  }

  .md\:last\:order-4:last-child {
    order: 4;
  }

  .md\:last\:order-5:last-child {
    order: 5;
  }

  .md\:last\:order-6:last-child {
    order: 6;
  }

  .md\:last\:order-7:last-child {
    order: 7;
  }

  .md\:last\:order-8:last-child {
    order: 8;
  }

  .md\:last\:order-9:last-child {
    order: 9;
  }

  .md\:last\:order-10:last-child {
    order: 10;
  }

  .md\:last\:order-11:last-child {
    order: 11;
  }

  .md\:last\:order-12:last-child {
    order: 12;
  }

  .md\:last\:order-first:last-child {
    order: -9999;
  }

  .md\:last\:order-last:last-child {
    order: 9999;
  }

  .md\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .md\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .md\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .md\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .md\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .md\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .md\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .md\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .md\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .md\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .md\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .md\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .md\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .md\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .md\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .md\:group-hover\: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\:hover\:float-right:hover {
    float: right;
  }

  .md\:hover\:float-left:hover {
    float: left;
  }

  .md\:hover\:float-none:hover {
    float: none;
  }

  .md\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:focus\:float-right:focus {
    float: right;
  }

  .md\:focus\:float-left:focus {
    float: left;
  }

  .md\:focus\:float-none:focus {
    float: none;
  }

  .md\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:first\:float-right:first-child {
    float: right;
  }

  .md\:first\:float-left:first-child {
    float: left;
  }

  .md\:first\:float-none:first-child {
    float: none;
  }

  .md\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:last\:float-right:last-child {
    float: right;
  }

  .md\:last\:float-left:last-child {
    float: left;
  }

  .md\:last\:float-none:last-child {
    float: none;
  }

  .md\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .md\:group-hover\:float-right {
    float: right;
  }

  .group:hover .md\:group-hover\:float-left {
    float: left;
  }

  .group:hover .md\:group-hover\:float-none {
    float: none;
  }

  .group:hover .md\:group-hover\: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\:hover\:clear-left:hover {
    clear: left;
  }

  .md\:hover\:clear-right:hover {
    clear: right;
  }

  .md\:hover\:clear-both:hover {
    clear: both;
  }

  .md\:hover\:clear-none:hover {
    clear: none;
  }

  .md\:focus\:clear-left:focus {
    clear: left;
  }

  .md\:focus\:clear-right:focus {
    clear: right;
  }

  .md\:focus\:clear-both:focus {
    clear: both;
  }

  .md\:focus\:clear-none:focus {
    clear: none;
  }

  .md\:first\:clear-left:first-child {
    clear: left;
  }

  .md\:first\:clear-right:first-child {
    clear: right;
  }

  .md\:first\:clear-both:first-child {
    clear: both;
  }

  .md\:first\:clear-none:first-child {
    clear: none;
  }

  .md\:last\:clear-left:last-child {
    clear: left;
  }

  .md\:last\:clear-right:last-child {
    clear: right;
  }

  .md\:last\:clear-both:last-child {
    clear: both;
  }

  .md\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .md\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .md\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .md\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .md\:group-hover\:clear-none {
    clear: none;
  }

  .md\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .md\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .md\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .md\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .md\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .md\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .md\:font-pacifico {
    font-family: 'Pacifico';
  }

  .md\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .md\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .md\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .md\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .md\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .md\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .md\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .md\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .md\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .md\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .md\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .md\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .md\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .md\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .md\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .md\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .md\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .md\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .md\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .md\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .md\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .md\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .md\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .md\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .md\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .md\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .md\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .md\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .md\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .md\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .md\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .md\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .md\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .md\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .md\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .md\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .md\:first\:font-light:first-child {
    font-weight: 300;
  }

  .md\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .md\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .md\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .md\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .md\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .md\:first\:font-black:first-child {
    font-weight: 900;
  }

  .md\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .md\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .md\:last\:font-light:last-child {
    font-weight: 300;
  }

  .md\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .md\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .md\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .md\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .md\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .md\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .md\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .md\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .md\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .md\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .md\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .md\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .md\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .md\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .md\:group-hover\:font-black {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 3px;
  }

  .md\:h-4 {
    height: 4px;
  }

  .md\:h-5 {
    height: 5px;
  }

  .md\:h-6 {
    height: 6px;
  }

  .md\:h-8 {
    height: 8px;
  }

  .md\:h-9 {
    height: 9px;
  }

  .md\:h-10 {
    height: 10px;
  }

  .md\:h-12 {
    height: 12px;
  }

  .md\:h-13 {
    height: 13px;
  }

  .md\:h-14 {
    height: 14px;
  }

  .md\:h-15 {
    height: 15px;
  }

  .md\:h-16 {
    height: 16px;
  }

  .md\:h-17 {
    height: 17px;
  }

  .md\:h-18 {
    height: 18px;
  }

  .md\:h-20 {
    height: 20px;
  }

  .md\:h-22 {
    height: 22px;
  }

  .md\:h-24 {
    height: 24px;
  }

  .md\:h-25 {
    height: 25px;
  }

  .md\:h-28 {
    height: 28px;
  }

  .md\:h-29 {
    height: 29px;
  }

  .md\:h-30 {
    height: 30px;
  }

  .md\:h-32 {
    height: 32px;
  }

  .md\:h-35 {
    height: 35px;
  }

  .md\:h-36 {
    height: 36px;
  }

  .md\:h-37 {
    height: 37px;
  }

  .md\:h-40 {
    height: 40px;
  }

  .md\:h-45 {
    height: 45px;
  }

  .md\:h-48 {
    height: 48px;
  }

  .md\:h-50 {
    height: 50px;
  }

  .md\:h-55 {
    height: 55px;
  }

  .md\:h-56 {
    height: 56px;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-62 {
    height: 62px;
  }

  .md\:h-64 {
    height: 64px;
  }

  .md\:h-65 {
    height: 65px;
  }

  .md\:h-70 {
    height: 70px;
  }

  .md\:h-75 {
    height: 75px;
  }

  .md\:h-80 {
    height: 80px;
  }

  .md\:h-85 {
    height: 85px;
  }

  .md\:h-90 {
    height: 90px;
  }

  .md\:h-95 {
    height: 95px;
  }

  .md\:h-96 {
    height: 96px;
  }

  .md\:h-100 {
    height: 100px;
  }

  .md\:h-110 {
    height: 110px;
  }

  .md\:h-115 {
    height: 115px;
  }

  .md\:h-120 {
    height: 120px;
  }

  .md\:h-128 {
    height: 128px;
  }

  .md\:h-135 {
    height: 135px;
  }

  .md\:h-140 {
    height: 140px;
  }

  .md\:h-145 {
    height: 145px;
  }

  .md\:h-150 {
    height: 150px;
  }

  .md\:h-160 {
    height: 160px;
  }

  .md\:h-165 {
    height: 165px;
  }

  .md\:h-168 {
    height: 168px;
  }

  .md\:h-170 {
    height: 170px;
  }

  .md\:h-180 {
    height: 180px;
  }

  .md\:h-200 {
    height: 200px;
  }

  .md\:h-220 {
    height: 220px;
  }

  .md\:h-230 {
    height: 230px;
  }

  .md\:h-235 {
    height: 235px;
  }

  .md\:h-240 {
    height: 240px;
  }

  .md\:h-250 {
    height: 250px;
  }

  .md\:h-300 {
    height: 300px;
  }

  .md\:h-320 {
    height: 320px;
  }

  .md\:h-350 {
    height: 350px;
  }

  .md\:h-375 {
    height: 375px;
  }

  .md\:h-400 {
    height: 400px;
  }

  .md\:h-450 {
    height: 450px;
  }

  .md\:h-700 {
    height: 700px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-1p {
    height: 1%;
  }

  .md\:h-1\/12 {
    height: 8.3333%;
  }

  .md\:h-2\/12 {
    height: 16.666667%;
  }

  .md\:h-11p {
    height: 11%;
  }

  .md\:h-20p {
    height: 20%;
  }

  .md\:h-24p {
    height: 24.25%;
  }

  .md\:h-25p {
    height: 25%;
  }

  .md\:h-32p {
    height: 32%;
  }

  .md\:h-35p {
    height: 35%;
  }

  .md\:h-40p {
    height: 40%;
  }

  .md\:h-49p {
    height: 49%;
  }

  .md\:h-49-5p {
    height: 49.5%;
  }

  .md\:h-80p {
    height: 80%;
  }

  .md\:h-vh80 {
    height: 80vh;
  }

  .md\:h-vh86 {
    height: 86vh;
  }

  .md\:h-vh90 {
    height: 90vh;
  }

  .md\:h-vw80 {
    height: 80vw;
  }

  .md\:h-vw90 {
    height: 90vw;
  }

  .md\:h-90p {
    height: 90%;
  }

  .md\:h-92p {
    height: 92%;
  }

  .md\:h-93p {
    height: 93%;
  }

  .md\:h-94p {
    height: 94%;
  }

  .md\:h-95p {
    height: 95%;
  }

  .md\:h-96p {
    height: 96%;
  }

  .md\:h-100p {
    height: 100%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:hover\:h-0:hover {
    height: 0px;
  }

  .md\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md\:hover\:h-3:hover {
    height: 3px;
  }

  .md\:hover\:h-4:hover {
    height: 4px;
  }

  .md\:hover\:h-5:hover {
    height: 5px;
  }

  .md\:hover\:h-6:hover {
    height: 6px;
  }

  .md\:hover\:h-8:hover {
    height: 8px;
  }

  .md\:hover\:h-9:hover {
    height: 9px;
  }

  .md\:hover\:h-10:hover {
    height: 10px;
  }

  .md\:hover\:h-12:hover {
    height: 12px;
  }

  .md\:hover\:h-13:hover {
    height: 13px;
  }

  .md\:hover\:h-14:hover {
    height: 14px;
  }

  .md\:hover\:h-15:hover {
    height: 15px;
  }

  .md\:hover\:h-16:hover {
    height: 16px;
  }

  .md\:hover\:h-17:hover {
    height: 17px;
  }

  .md\:hover\:h-18:hover {
    height: 18px;
  }

  .md\:hover\:h-20:hover {
    height: 20px;
  }

  .md\:hover\:h-22:hover {
    height: 22px;
  }

  .md\:hover\:h-24:hover {
    height: 24px;
  }

  .md\:hover\:h-25:hover {
    height: 25px;
  }

  .md\:hover\:h-28:hover {
    height: 28px;
  }

  .md\:hover\:h-29:hover {
    height: 29px;
  }

  .md\:hover\:h-30:hover {
    height: 30px;
  }

  .md\:hover\:h-32:hover {
    height: 32px;
  }

  .md\:hover\:h-35:hover {
    height: 35px;
  }

  .md\:hover\:h-36:hover {
    height: 36px;
  }

  .md\:hover\:h-37:hover {
    height: 37px;
  }

  .md\:hover\:h-40:hover {
    height: 40px;
  }

  .md\:hover\:h-45:hover {
    height: 45px;
  }

  .md\:hover\:h-48:hover {
    height: 48px;
  }

  .md\:hover\:h-50:hover {
    height: 50px;
  }

  .md\:hover\:h-55:hover {
    height: 55px;
  }

  .md\:hover\:h-56:hover {
    height: 56px;
  }

  .md\:hover\:h-60:hover {
    height: 60px;
  }

  .md\:hover\:h-62:hover {
    height: 62px;
  }

  .md\:hover\:h-64:hover {
    height: 64px;
  }

  .md\:hover\:h-65:hover {
    height: 65px;
  }

  .md\:hover\:h-70:hover {
    height: 70px;
  }

  .md\:hover\:h-75:hover {
    height: 75px;
  }

  .md\:hover\:h-80:hover {
    height: 80px;
  }

  .md\:hover\:h-85:hover {
    height: 85px;
  }

  .md\:hover\:h-90:hover {
    height: 90px;
  }

  .md\:hover\:h-95:hover {
    height: 95px;
  }

  .md\:hover\:h-96:hover {
    height: 96px;
  }

  .md\:hover\:h-100:hover {
    height: 100px;
  }

  .md\:hover\:h-110:hover {
    height: 110px;
  }

  .md\:hover\:h-115:hover {
    height: 115px;
  }

  .md\:hover\:h-120:hover {
    height: 120px;
  }

  .md\:hover\:h-128:hover {
    height: 128px;
  }

  .md\:hover\:h-135:hover {
    height: 135px;
  }

  .md\:hover\:h-140:hover {
    height: 140px;
  }

  .md\:hover\:h-145:hover {
    height: 145px;
  }

  .md\:hover\:h-150:hover {
    height: 150px;
  }

  .md\:hover\:h-160:hover {
    height: 160px;
  }

  .md\:hover\:h-165:hover {
    height: 165px;
  }

  .md\:hover\:h-168:hover {
    height: 168px;
  }

  .md\:hover\:h-170:hover {
    height: 170px;
  }

  .md\:hover\:h-180:hover {
    height: 180px;
  }

  .md\:hover\:h-200:hover {
    height: 200px;
  }

  .md\:hover\:h-220:hover {
    height: 220px;
  }

  .md\:hover\:h-230:hover {
    height: 230px;
  }

  .md\:hover\:h-235:hover {
    height: 235px;
  }

  .md\:hover\:h-240:hover {
    height: 240px;
  }

  .md\:hover\:h-250:hover {
    height: 250px;
  }

  .md\:hover\:h-300:hover {
    height: 300px;
  }

  .md\:hover\:h-320:hover {
    height: 320px;
  }

  .md\:hover\:h-350:hover {
    height: 350px;
  }

  .md\:hover\:h-375:hover {
    height: 375px;
  }

  .md\:hover\:h-400:hover {
    height: 400px;
  }

  .md\:hover\:h-450:hover {
    height: 450px;
  }

  .md\:hover\:h-700:hover {
    height: 700px;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-1p:hover {
    height: 1%;
  }

  .md\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .md\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .md\:hover\:h-11p:hover {
    height: 11%;
  }

  .md\:hover\:h-20p:hover {
    height: 20%;
  }

  .md\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .md\:hover\:h-25p:hover {
    height: 25%;
  }

  .md\:hover\:h-32p:hover {
    height: 32%;
  }

  .md\:hover\:h-35p:hover {
    height: 35%;
  }

  .md\:hover\:h-40p:hover {
    height: 40%;
  }

  .md\:hover\:h-49p:hover {
    height: 49%;
  }

  .md\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .md\:hover\:h-80p:hover {
    height: 80%;
  }

  .md\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .md\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .md\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .md\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .md\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .md\:hover\:h-90p:hover {
    height: 90%;
  }

  .md\:hover\:h-92p:hover {
    height: 92%;
  }

  .md\:hover\:h-93p:hover {
    height: 93%;
  }

  .md\:hover\:h-94p:hover {
    height: 94%;
  }

  .md\:hover\:h-95p:hover {
    height: 95%;
  }

  .md\:hover\:h-96p:hover {
    height: 96%;
  }

  .md\:hover\:h-100p:hover {
    height: 100%;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md\:focus\:h-0:focus {
    height: 0px;
  }

  .md\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .md\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .md\:focus\:h-3:focus {
    height: 3px;
  }

  .md\:focus\:h-4:focus {
    height: 4px;
  }

  .md\:focus\:h-5:focus {
    height: 5px;
  }

  .md\:focus\:h-6:focus {
    height: 6px;
  }

  .md\:focus\:h-8:focus {
    height: 8px;
  }

  .md\:focus\:h-9:focus {
    height: 9px;
  }

  .md\:focus\:h-10:focus {
    height: 10px;
  }

  .md\:focus\:h-12:focus {
    height: 12px;
  }

  .md\:focus\:h-13:focus {
    height: 13px;
  }

  .md\:focus\:h-14:focus {
    height: 14px;
  }

  .md\:focus\:h-15:focus {
    height: 15px;
  }

  .md\:focus\:h-16:focus {
    height: 16px;
  }

  .md\:focus\:h-17:focus {
    height: 17px;
  }

  .md\:focus\:h-18:focus {
    height: 18px;
  }

  .md\:focus\:h-20:focus {
    height: 20px;
  }

  .md\:focus\:h-22:focus {
    height: 22px;
  }

  .md\:focus\:h-24:focus {
    height: 24px;
  }

  .md\:focus\:h-25:focus {
    height: 25px;
  }

  .md\:focus\:h-28:focus {
    height: 28px;
  }

  .md\:focus\:h-29:focus {
    height: 29px;
  }

  .md\:focus\:h-30:focus {
    height: 30px;
  }

  .md\:focus\:h-32:focus {
    height: 32px;
  }

  .md\:focus\:h-35:focus {
    height: 35px;
  }

  .md\:focus\:h-36:focus {
    height: 36px;
  }

  .md\:focus\:h-37:focus {
    height: 37px;
  }

  .md\:focus\:h-40:focus {
    height: 40px;
  }

  .md\:focus\:h-45:focus {
    height: 45px;
  }

  .md\:focus\:h-48:focus {
    height: 48px;
  }

  .md\:focus\:h-50:focus {
    height: 50px;
  }

  .md\:focus\:h-55:focus {
    height: 55px;
  }

  .md\:focus\:h-56:focus {
    height: 56px;
  }

  .md\:focus\:h-60:focus {
    height: 60px;
  }

  .md\:focus\:h-62:focus {
    height: 62px;
  }

  .md\:focus\:h-64:focus {
    height: 64px;
  }

  .md\:focus\:h-65:focus {
    height: 65px;
  }

  .md\:focus\:h-70:focus {
    height: 70px;
  }

  .md\:focus\:h-75:focus {
    height: 75px;
  }

  .md\:focus\:h-80:focus {
    height: 80px;
  }

  .md\:focus\:h-85:focus {
    height: 85px;
  }

  .md\:focus\:h-90:focus {
    height: 90px;
  }

  .md\:focus\:h-95:focus {
    height: 95px;
  }

  .md\:focus\:h-96:focus {
    height: 96px;
  }

  .md\:focus\:h-100:focus {
    height: 100px;
  }

  .md\:focus\:h-110:focus {
    height: 110px;
  }

  .md\:focus\:h-115:focus {
    height: 115px;
  }

  .md\:focus\:h-120:focus {
    height: 120px;
  }

  .md\:focus\:h-128:focus {
    height: 128px;
  }

  .md\:focus\:h-135:focus {
    height: 135px;
  }

  .md\:focus\:h-140:focus {
    height: 140px;
  }

  .md\:focus\:h-145:focus {
    height: 145px;
  }

  .md\:focus\:h-150:focus {
    height: 150px;
  }

  .md\:focus\:h-160:focus {
    height: 160px;
  }

  .md\:focus\:h-165:focus {
    height: 165px;
  }

  .md\:focus\:h-168:focus {
    height: 168px;
  }

  .md\:focus\:h-170:focus {
    height: 170px;
  }

  .md\:focus\:h-180:focus {
    height: 180px;
  }

  .md\:focus\:h-200:focus {
    height: 200px;
  }

  .md\:focus\:h-220:focus {
    height: 220px;
  }

  .md\:focus\:h-230:focus {
    height: 230px;
  }

  .md\:focus\:h-235:focus {
    height: 235px;
  }

  .md\:focus\:h-240:focus {
    height: 240px;
  }

  .md\:focus\:h-250:focus {
    height: 250px;
  }

  .md\:focus\:h-300:focus {
    height: 300px;
  }

  .md\:focus\:h-320:focus {
    height: 320px;
  }

  .md\:focus\:h-350:focus {
    height: 350px;
  }

  .md\:focus\:h-375:focus {
    height: 375px;
  }

  .md\:focus\:h-400:focus {
    height: 400px;
  }

  .md\:focus\:h-450:focus {
    height: 450px;
  }

  .md\:focus\:h-700:focus {
    height: 700px;
  }

  .md\:focus\:h-auto:focus {
    height: auto;
  }

  .md\:focus\:h-px:focus {
    height: 1px;
  }

  .md\:focus\:h-1p:focus {
    height: 1%;
  }

  .md\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .md\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .md\:focus\:h-11p:focus {
    height: 11%;
  }

  .md\:focus\:h-20p:focus {
    height: 20%;
  }

  .md\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .md\:focus\:h-25p:focus {
    height: 25%;
  }

  .md\:focus\:h-32p:focus {
    height: 32%;
  }

  .md\:focus\:h-35p:focus {
    height: 35%;
  }

  .md\:focus\:h-40p:focus {
    height: 40%;
  }

  .md\:focus\:h-49p:focus {
    height: 49%;
  }

  .md\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .md\:focus\:h-80p:focus {
    height: 80%;
  }

  .md\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .md\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .md\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .md\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .md\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .md\:focus\:h-90p:focus {
    height: 90%;
  }

  .md\:focus\:h-92p:focus {
    height: 92%;
  }

  .md\:focus\:h-93p:focus {
    height: 93%;
  }

  .md\:focus\:h-94p:focus {
    height: 94%;
  }

  .md\:focus\:h-95p:focus {
    height: 95%;
  }

  .md\:focus\:h-96p:focus {
    height: 96%;
  }

  .md\:focus\:h-100p:focus {
    height: 100%;
  }

  .md\:focus\:h-full:focus {
    height: 100%;
  }

  .md\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md\:first\:h-0:first-child {
    height: 0px;
  }

  .md\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .md\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .md\:first\:h-3:first-child {
    height: 3px;
  }

  .md\:first\:h-4:first-child {
    height: 4px;
  }

  .md\:first\:h-5:first-child {
    height: 5px;
  }

  .md\:first\:h-6:first-child {
    height: 6px;
  }

  .md\:first\:h-8:first-child {
    height: 8px;
  }

  .md\:first\:h-9:first-child {
    height: 9px;
  }

  .md\:first\:h-10:first-child {
    height: 10px;
  }

  .md\:first\:h-12:first-child {
    height: 12px;
  }

  .md\:first\:h-13:first-child {
    height: 13px;
  }

  .md\:first\:h-14:first-child {
    height: 14px;
  }

  .md\:first\:h-15:first-child {
    height: 15px;
  }

  .md\:first\:h-16:first-child {
    height: 16px;
  }

  .md\:first\:h-17:first-child {
    height: 17px;
  }

  .md\:first\:h-18:first-child {
    height: 18px;
  }

  .md\:first\:h-20:first-child {
    height: 20px;
  }

  .md\:first\:h-22:first-child {
    height: 22px;
  }

  .md\:first\:h-24:first-child {
    height: 24px;
  }

  .md\:first\:h-25:first-child {
    height: 25px;
  }

  .md\:first\:h-28:first-child {
    height: 28px;
  }

  .md\:first\:h-29:first-child {
    height: 29px;
  }

  .md\:first\:h-30:first-child {
    height: 30px;
  }

  .md\:first\:h-32:first-child {
    height: 32px;
  }

  .md\:first\:h-35:first-child {
    height: 35px;
  }

  .md\:first\:h-36:first-child {
    height: 36px;
  }

  .md\:first\:h-37:first-child {
    height: 37px;
  }

  .md\:first\:h-40:first-child {
    height: 40px;
  }

  .md\:first\:h-45:first-child {
    height: 45px;
  }

  .md\:first\:h-48:first-child {
    height: 48px;
  }

  .md\:first\:h-50:first-child {
    height: 50px;
  }

  .md\:first\:h-55:first-child {
    height: 55px;
  }

  .md\:first\:h-56:first-child {
    height: 56px;
  }

  .md\:first\:h-60:first-child {
    height: 60px;
  }

  .md\:first\:h-62:first-child {
    height: 62px;
  }

  .md\:first\:h-64:first-child {
    height: 64px;
  }

  .md\:first\:h-65:first-child {
    height: 65px;
  }

  .md\:first\:h-70:first-child {
    height: 70px;
  }

  .md\:first\:h-75:first-child {
    height: 75px;
  }

  .md\:first\:h-80:first-child {
    height: 80px;
  }

  .md\:first\:h-85:first-child {
    height: 85px;
  }

  .md\:first\:h-90:first-child {
    height: 90px;
  }

  .md\:first\:h-95:first-child {
    height: 95px;
  }

  .md\:first\:h-96:first-child {
    height: 96px;
  }

  .md\:first\:h-100:first-child {
    height: 100px;
  }

  .md\:first\:h-110:first-child {
    height: 110px;
  }

  .md\:first\:h-115:first-child {
    height: 115px;
  }

  .md\:first\:h-120:first-child {
    height: 120px;
  }

  .md\:first\:h-128:first-child {
    height: 128px;
  }

  .md\:first\:h-135:first-child {
    height: 135px;
  }

  .md\:first\:h-140:first-child {
    height: 140px;
  }

  .md\:first\:h-145:first-child {
    height: 145px;
  }

  .md\:first\:h-150:first-child {
    height: 150px;
  }

  .md\:first\:h-160:first-child {
    height: 160px;
  }

  .md\:first\:h-165:first-child {
    height: 165px;
  }

  .md\:first\:h-168:first-child {
    height: 168px;
  }

  .md\:first\:h-170:first-child {
    height: 170px;
  }

  .md\:first\:h-180:first-child {
    height: 180px;
  }

  .md\:first\:h-200:first-child {
    height: 200px;
  }

  .md\:first\:h-220:first-child {
    height: 220px;
  }

  .md\:first\:h-230:first-child {
    height: 230px;
  }

  .md\:first\:h-235:first-child {
    height: 235px;
  }

  .md\:first\:h-240:first-child {
    height: 240px;
  }

  .md\:first\:h-250:first-child {
    height: 250px;
  }

  .md\:first\:h-300:first-child {
    height: 300px;
  }

  .md\:first\:h-320:first-child {
    height: 320px;
  }

  .md\:first\:h-350:first-child {
    height: 350px;
  }

  .md\:first\:h-375:first-child {
    height: 375px;
  }

  .md\:first\:h-400:first-child {
    height: 400px;
  }

  .md\:first\:h-450:first-child {
    height: 450px;
  }

  .md\:first\:h-700:first-child {
    height: 700px;
  }

  .md\:first\:h-auto:first-child {
    height: auto;
  }

  .md\:first\:h-px:first-child {
    height: 1px;
  }

  .md\:first\:h-1p:first-child {
    height: 1%;
  }

  .md\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .md\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .md\:first\:h-11p:first-child {
    height: 11%;
  }

  .md\:first\:h-20p:first-child {
    height: 20%;
  }

  .md\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .md\:first\:h-25p:first-child {
    height: 25%;
  }

  .md\:first\:h-32p:first-child {
    height: 32%;
  }

  .md\:first\:h-35p:first-child {
    height: 35%;
  }

  .md\:first\:h-40p:first-child {
    height: 40%;
  }

  .md\:first\:h-49p:first-child {
    height: 49%;
  }

  .md\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .md\:first\:h-80p:first-child {
    height: 80%;
  }

  .md\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .md\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .md\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .md\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .md\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .md\:first\:h-90p:first-child {
    height: 90%;
  }

  .md\:first\:h-92p:first-child {
    height: 92%;
  }

  .md\:first\:h-93p:first-child {
    height: 93%;
  }

  .md\:first\:h-94p:first-child {
    height: 94%;
  }

  .md\:first\:h-95p:first-child {
    height: 95%;
  }

  .md\:first\:h-96p:first-child {
    height: 96%;
  }

  .md\:first\:h-100p:first-child {
    height: 100%;
  }

  .md\:first\:h-full:first-child {
    height: 100%;
  }

  .md\:first\:h-screen:first-child {
    height: 100vh;
  }

  .md\:last\:h-0:last-child {
    height: 0px;
  }

  .md\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .md\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .md\:last\:h-3:last-child {
    height: 3px;
  }

  .md\:last\:h-4:last-child {
    height: 4px;
  }

  .md\:last\:h-5:last-child {
    height: 5px;
  }

  .md\:last\:h-6:last-child {
    height: 6px;
  }

  .md\:last\:h-8:last-child {
    height: 8px;
  }

  .md\:last\:h-9:last-child {
    height: 9px;
  }

  .md\:last\:h-10:last-child {
    height: 10px;
  }

  .md\:last\:h-12:last-child {
    height: 12px;
  }

  .md\:last\:h-13:last-child {
    height: 13px;
  }

  .md\:last\:h-14:last-child {
    height: 14px;
  }

  .md\:last\:h-15:last-child {
    height: 15px;
  }

  .md\:last\:h-16:last-child {
    height: 16px;
  }

  .md\:last\:h-17:last-child {
    height: 17px;
  }

  .md\:last\:h-18:last-child {
    height: 18px;
  }

  .md\:last\:h-20:last-child {
    height: 20px;
  }

  .md\:last\:h-22:last-child {
    height: 22px;
  }

  .md\:last\:h-24:last-child {
    height: 24px;
  }

  .md\:last\:h-25:last-child {
    height: 25px;
  }

  .md\:last\:h-28:last-child {
    height: 28px;
  }

  .md\:last\:h-29:last-child {
    height: 29px;
  }

  .md\:last\:h-30:last-child {
    height: 30px;
  }

  .md\:last\:h-32:last-child {
    height: 32px;
  }

  .md\:last\:h-35:last-child {
    height: 35px;
  }

  .md\:last\:h-36:last-child {
    height: 36px;
  }

  .md\:last\:h-37:last-child {
    height: 37px;
  }

  .md\:last\:h-40:last-child {
    height: 40px;
  }

  .md\:last\:h-45:last-child {
    height: 45px;
  }

  .md\:last\:h-48:last-child {
    height: 48px;
  }

  .md\:last\:h-50:last-child {
    height: 50px;
  }

  .md\:last\:h-55:last-child {
    height: 55px;
  }

  .md\:last\:h-56:last-child {
    height: 56px;
  }

  .md\:last\:h-60:last-child {
    height: 60px;
  }

  .md\:last\:h-62:last-child {
    height: 62px;
  }

  .md\:last\:h-64:last-child {
    height: 64px;
  }

  .md\:last\:h-65:last-child {
    height: 65px;
  }

  .md\:last\:h-70:last-child {
    height: 70px;
  }

  .md\:last\:h-75:last-child {
    height: 75px;
  }

  .md\:last\:h-80:last-child {
    height: 80px;
  }

  .md\:last\:h-85:last-child {
    height: 85px;
  }

  .md\:last\:h-90:last-child {
    height: 90px;
  }

  .md\:last\:h-95:last-child {
    height: 95px;
  }

  .md\:last\:h-96:last-child {
    height: 96px;
  }

  .md\:last\:h-100:last-child {
    height: 100px;
  }

  .md\:last\:h-110:last-child {
    height: 110px;
  }

  .md\:last\:h-115:last-child {
    height: 115px;
  }

  .md\:last\:h-120:last-child {
    height: 120px;
  }

  .md\:last\:h-128:last-child {
    height: 128px;
  }

  .md\:last\:h-135:last-child {
    height: 135px;
  }

  .md\:last\:h-140:last-child {
    height: 140px;
  }

  .md\:last\:h-145:last-child {
    height: 145px;
  }

  .md\:last\:h-150:last-child {
    height: 150px;
  }

  .md\:last\:h-160:last-child {
    height: 160px;
  }

  .md\:last\:h-165:last-child {
    height: 165px;
  }

  .md\:last\:h-168:last-child {
    height: 168px;
  }

  .md\:last\:h-170:last-child {
    height: 170px;
  }

  .md\:last\:h-180:last-child {
    height: 180px;
  }

  .md\:last\:h-200:last-child {
    height: 200px;
  }

  .md\:last\:h-220:last-child {
    height: 220px;
  }

  .md\:last\:h-230:last-child {
    height: 230px;
  }

  .md\:last\:h-235:last-child {
    height: 235px;
  }

  .md\:last\:h-240:last-child {
    height: 240px;
  }

  .md\:last\:h-250:last-child {
    height: 250px;
  }

  .md\:last\:h-300:last-child {
    height: 300px;
  }

  .md\:last\:h-320:last-child {
    height: 320px;
  }

  .md\:last\:h-350:last-child {
    height: 350px;
  }

  .md\:last\:h-375:last-child {
    height: 375px;
  }

  .md\:last\:h-400:last-child {
    height: 400px;
  }

  .md\:last\:h-450:last-child {
    height: 450px;
  }

  .md\:last\:h-700:last-child {
    height: 700px;
  }

  .md\:last\:h-auto:last-child {
    height: auto;
  }

  .md\:last\:h-px:last-child {
    height: 1px;
  }

  .md\:last\:h-1p:last-child {
    height: 1%;
  }

  .md\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .md\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .md\:last\:h-11p:last-child {
    height: 11%;
  }

  .md\:last\:h-20p:last-child {
    height: 20%;
  }

  .md\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .md\:last\:h-25p:last-child {
    height: 25%;
  }

  .md\:last\:h-32p:last-child {
    height: 32%;
  }

  .md\:last\:h-35p:last-child {
    height: 35%;
  }

  .md\:last\:h-40p:last-child {
    height: 40%;
  }

  .md\:last\:h-49p:last-child {
    height: 49%;
  }

  .md\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .md\:last\:h-80p:last-child {
    height: 80%;
  }

  .md\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .md\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .md\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .md\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .md\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .md\:last\:h-90p:last-child {
    height: 90%;
  }

  .md\:last\:h-92p:last-child {
    height: 92%;
  }

  .md\:last\:h-93p:last-child {
    height: 93%;
  }

  .md\:last\:h-94p:last-child {
    height: 94%;
  }

  .md\:last\:h-95p:last-child {
    height: 95%;
  }

  .md\:last\:h-96p:last-child {
    height: 96%;
  }

  .md\:last\:h-100p:last-child {
    height: 100%;
  }

  .md\:last\:h-full:last-child {
    height: 100%;
  }

  .md\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .md\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .md\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .md\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .md\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .md\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .md\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .md\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .md\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .md\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .md\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .md\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .md\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .md\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .md\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .md\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .md\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .md\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .md\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .md\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .md\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .md\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .md\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .md\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .md\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .md\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .md\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .md\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .md\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .md\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .md\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .md\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .md\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .md\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .md\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .md\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .md\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .md\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .md\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .md\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .md\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .md\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .md\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .md\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .md\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .md\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .md\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .md\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .md\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .md\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .md\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .md\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .md\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .md\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .md\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .md\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .md\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .md\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .md\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .md\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .md\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .md\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .md\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .md\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .md\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .md\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .md\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .md\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .md\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .md\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .md\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .md\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .md\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .md\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .md\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .md\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .md\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .md\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .md\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .md\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .md\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .md\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .md\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .md\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .md\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .md\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .md\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .md\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .md\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .md\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .md\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .md\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .md\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .md\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .md\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .md\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .md\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .md\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-screen {
    height: 100vh;
  }

  .md\:text-12 {
    font-size: 12px;
  }

  .md\:text-13 {
    font-size: 13px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-15 {
    font-size: 15px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-17 {
    font-size: 17px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-21 {
    font-size: 21px;
  }

  .md\:text-23 {
    font-size: 23px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-27 {
    font-size: 27px;
  }

  .md\:text-35 {
    font-size: 35px;
  }

  .md\:text-40 {
    font-size: 40px;
  }

  .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.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:hover\:text-12:hover {
    font-size: 12px;
  }

  .md\:hover\:text-13:hover {
    font-size: 13px;
  }

  .md\:hover\:text-14:hover {
    font-size: 14px;
  }

  .md\:hover\:text-15:hover {
    font-size: 15px;
  }

  .md\:hover\:text-16:hover {
    font-size: 16px;
  }

  .md\:hover\:text-17:hover {
    font-size: 17px;
  }

  .md\:hover\:text-18:hover {
    font-size: 18px;
  }

  .md\:hover\:text-21:hover {
    font-size: 21px;
  }

  .md\:hover\:text-23:hover {
    font-size: 23px;
  }

  .md\:hover\:text-24:hover {
    font-size: 24px;
  }

  .md\:hover\:text-27:hover {
    font-size: 27px;
  }

  .md\:hover\:text-35:hover {
    font-size: 35px;
  }

  .md\:hover\:text-40:hover {
    font-size: 40px;
  }

  .md\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .md\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .md\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .md\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .md\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .md\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .md\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .md\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .md\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .md\:focus\:text-12:focus {
    font-size: 12px;
  }

  .md\:focus\:text-13:focus {
    font-size: 13px;
  }

  .md\:focus\:text-14:focus {
    font-size: 14px;
  }

  .md\:focus\:text-15:focus {
    font-size: 15px;
  }

  .md\:focus\:text-16:focus {
    font-size: 16px;
  }

  .md\:focus\:text-17:focus {
    font-size: 17px;
  }

  .md\:focus\:text-18:focus {
    font-size: 18px;
  }

  .md\:focus\:text-21:focus {
    font-size: 21px;
  }

  .md\:focus\:text-23:focus {
    font-size: 23px;
  }

  .md\:focus\:text-24:focus {
    font-size: 24px;
  }

  .md\:focus\:text-27:focus {
    font-size: 27px;
  }

  .md\:focus\:text-35:focus {
    font-size: 35px;
  }

  .md\:focus\:text-40:focus {
    font-size: 40px;
  }

  .md\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .md\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .md\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .md\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .md\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .md\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .md\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .md\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .md\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .md\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .md\:first\:text-12:first-child {
    font-size: 12px;
  }

  .md\:first\:text-13:first-child {
    font-size: 13px;
  }

  .md\:first\:text-14:first-child {
    font-size: 14px;
  }

  .md\:first\:text-15:first-child {
    font-size: 15px;
  }

  .md\:first\:text-16:first-child {
    font-size: 16px;
  }

  .md\:first\:text-17:first-child {
    font-size: 17px;
  }

  .md\:first\:text-18:first-child {
    font-size: 18px;
  }

  .md\:first\:text-21:first-child {
    font-size: 21px;
  }

  .md\:first\:text-23:first-child {
    font-size: 23px;
  }

  .md\:first\:text-24:first-child {
    font-size: 24px;
  }

  .md\:first\:text-27:first-child {
    font-size: 27px;
  }

  .md\:first\:text-35:first-child {
    font-size: 35px;
  }

  .md\:first\:text-40:first-child {
    font-size: 40px;
  }

  .md\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .md\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .md\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .md\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .md\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .md\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .md\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .md\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .md\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .md\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .md\:last\:text-12:last-child {
    font-size: 12px;
  }

  .md\:last\:text-13:last-child {
    font-size: 13px;
  }

  .md\:last\:text-14:last-child {
    font-size: 14px;
  }

  .md\:last\:text-15:last-child {
    font-size: 15px;
  }

  .md\:last\:text-16:last-child {
    font-size: 16px;
  }

  .md\:last\:text-17:last-child {
    font-size: 17px;
  }

  .md\:last\:text-18:last-child {
    font-size: 18px;
  }

  .md\:last\:text-21:last-child {
    font-size: 21px;
  }

  .md\:last\:text-23:last-child {
    font-size: 23px;
  }

  .md\:last\:text-24:last-child {
    font-size: 24px;
  }

  .md\:last\:text-27:last-child {
    font-size: 27px;
  }

  .md\:last\:text-35:last-child {
    font-size: 35px;
  }

  .md\:last\:text-40:last-child {
    font-size: 40px;
  }

  .md\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .md\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .md\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .md\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .md\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .md\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .md\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .md\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .md\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .md\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .md\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .md\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .md\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .md\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .md\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .md\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .md\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .md\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .md\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .md\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .md\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .md\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .md\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .md\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .md\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .md\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .md\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .md\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .md\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .md\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .md\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .md\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .md\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .md\:leading-1 {
    line-height: 1;
  }

  .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-19 {
    line-height: 19px;
  }

  .md\:leading-22 {
    line-height: 22px;
  }

  .md\:leading-25 {
    line-height: 25px;
  }

  .md\:leading-27 {
    line-height: 27px;
  }

  .md\:leading-28 {
    line-height: 28px;
  }

  .md\:leading-31 {
    line-height: 31px;
  }

  .md\:leading-32 {
    line-height: 32px;
  }

  .md\:leading-40 {
    line-height: 40px;
  }

  .md\:leading-43 {
    line-height: 43px;
  }

  .md\:leading-47 {
    line-height: 47px;
  }

  .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\:hover\:leading-1:hover {
    line-height: 1;
  }

  .md\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .md\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .md\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .md\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .md\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .md\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .md\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .md\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .md\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .md\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .md\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .md\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .md\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .md\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .md\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .md\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .md\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .md\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .md\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .md\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .md\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .md\:focus\:leading-1:focus {
    line-height: 1;
  }

  .md\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .md\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .md\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .md\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .md\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .md\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .md\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .md\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .md\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .md\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .md\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .md\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .md\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .md\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .md\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .md\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .md\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .md\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .md\:focus\:leading-none:focus {
    line-height: 1;
  }

  .md\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .md\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .md\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .md\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .md\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .md\:first\:leading-1:first-child {
    line-height: 1;
  }

  .md\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .md\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .md\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .md\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .md\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .md\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .md\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .md\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .md\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .md\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .md\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .md\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .md\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .md\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .md\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .md\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .md\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .md\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .md\:first\:leading-none:first-child {
    line-height: 1;
  }

  .md\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .md\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .md\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .md\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .md\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .md\:last\:leading-1:last-child {
    line-height: 1;
  }

  .md\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .md\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .md\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .md\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .md\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .md\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .md\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .md\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .md\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .md\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .md\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .md\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .md\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .md\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .md\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .md\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .md\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .md\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .md\:last\:leading-none:last-child {
    line-height: 1;
  }

  .md\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .md\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .md\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .md\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .md\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .md\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .md\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .md\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .md\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .md\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .md\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .md\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .md\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .md\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .md\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .md\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .md\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .md\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .md\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .md\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .md\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .md\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .md\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .md\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .md\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .md\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .md\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .md\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .md\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .md\:group-hover\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .md\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .md\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .md\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .md\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .md\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .md\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .md\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .md\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .md\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:hover\:list-none:hover {
    list-style-type: none;
  }

  .md\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .md\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .md\:focus\:list-none:focus {
    list-style-type: none;
  }

  .md\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .md\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .md\:first\:list-none:first-child {
    list-style-type: none;
  }

  .md\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .md\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .md\:last\:list-none:last-child {
    list-style-type: none;
  }

  .md\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .md\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .md\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .md\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .md\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 3px;
  }

  .md\:m-4 {
    margin: 4px;
  }

  .md\:m-5 {
    margin: 5px;
  }

  .md\:m-6 {
    margin: 6px;
  }

  .md\:m-8 {
    margin: 8px;
  }

  .md\:m-9 {
    margin: 9px;
  }

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-12 {
    margin: 12px;
  }

  .md\:m-13 {
    margin: 13px;
  }

  .md\:m-14 {
    margin: 14px;
  }

  .md\:m-15 {
    margin: 15px;
  }

  .md\:m-16 {
    margin: 16px;
  }

  .md\:m-17 {
    margin: 17px;
  }

  .md\:m-18 {
    margin: 18px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-22 {
    margin: 22px;
  }

  .md\:m-24 {
    margin: 24px;
  }

  .md\:m-25 {
    margin: 25px;
  }

  .md\:m-28 {
    margin: 28px;
  }

  .md\:m-29 {
    margin: 29px;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-32 {
    margin: 32px;
  }

  .md\:m-35 {
    margin: 35px;
  }

  .md\:m-36 {
    margin: 36px;
  }

  .md\:m-37 {
    margin: 37px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-45 {
    margin: 45px;
  }

  .md\:m-48 {
    margin: 48px;
  }

  .md\:m-50 {
    margin: 50px;
  }

  .md\:m-55 {
    margin: 55px;
  }

  .md\:m-56 {
    margin: 56px;
  }

  .md\:m-60 {
    margin: 60px;
  }

  .md\:m-62 {
    margin: 62px;
  }

  .md\:m-64 {
    margin: 64px;
  }

  .md\:m-65 {
    margin: 65px;
  }

  .md\:m-70 {
    margin: 70px;
  }

  .md\:m-75 {
    margin: 75px;
  }

  .md\:m-80 {
    margin: 80px;
  }

  .md\:m-85 {
    margin: 85px;
  }

  .md\:m-90 {
    margin: 90px;
  }

  .md\:m-95 {
    margin: 95px;
  }

  .md\:m-96 {
    margin: 96px;
  }

  .md\:m-100 {
    margin: 100px;
  }

  .md\:m-110 {
    margin: 110px;
  }

  .md\:m-115 {
    margin: 115px;
  }

  .md\:m-120 {
    margin: 120px;
  }

  .md\:m-128 {
    margin: 128px;
  }

  .md\:m-135 {
    margin: 135px;
  }

  .md\:m-140 {
    margin: 140px;
  }

  .md\:m-145 {
    margin: 145px;
  }

  .md\:m-150 {
    margin: 150px;
  }

  .md\:m-160 {
    margin: 160px;
  }

  .md\:m-165 {
    margin: 165px;
  }

  .md\:m-168 {
    margin: 168px;
  }

  .md\:m-170 {
    margin: 170px;
  }

  .md\:m-180 {
    margin: 180px;
  }

  .md\:m-200 {
    margin: 200px;
  }

  .md\:m-220 {
    margin: 220px;
  }

  .md\:m-230 {
    margin: 230px;
  }

  .md\:m-235 {
    margin: 235px;
  }

  .md\:m-240 {
    margin: 240px;
  }

  .md\:m-250 {
    margin: 250px;
  }

  .md\:m-300 {
    margin: 300px;
  }

  .md\:m-320 {
    margin: 320px;
  }

  .md\:m-350 {
    margin: 350px;
  }

  .md\:m-375 {
    margin: 375px;
  }

  .md\:m-400 {
    margin: 400px;
  }

  .md\:m-450 {
    margin: 450px;
  }

  .md\:m-700 {
    margin: 700px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-1p {
    margin: 1%;
  }

  .md\:m-1\/12 {
    margin: 8.3333%;
  }

  .md\:m-2\/12 {
    margin: 16.666667%;
  }

  .md\:m-11p {
    margin: 11%;
  }

  .md\:m-20p {
    margin: 20%;
  }

  .md\:m-24p {
    margin: 24.25%;
  }

  .md\:m-25p {
    margin: 25%;
  }

  .md\:m-32p {
    margin: 32%;
  }

  .md\:m-35p {
    margin: 35%;
  }

  .md\:m-40p {
    margin: 40%;
  }

  .md\:m-49p {
    margin: 49%;
  }

  .md\:m-49-5p {
    margin: 49.5%;
  }

  .md\:m-80p {
    margin: 80%;
  }

  .md\:m-vh80 {
    margin: 80vh;
  }

  .md\:m-vh86 {
    margin: 86vh;
  }

  .md\:m-vh90 {
    margin: 90vh;
  }

  .md\:m-vw80 {
    margin: 80vw;
  }

  .md\:m-vw90 {
    margin: 90vw;
  }

  .md\:m-90p {
    margin: 90%;
  }

  .md\:m-92p {
    margin: 92%;
  }

  .md\:m-93p {
    margin: 93%;
  }

  .md\:m-94p {
    margin: 94%;
  }

  .md\:m-95p {
    margin: 95%;
  }

  .md\:m-96p {
    margin: 96%;
  }

  .md\:m-100p {
    margin: 100%;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -3px;
  }

  .md\:-m-4 {
    margin: -4px;
  }

  .md\:-m-5 {
    margin: -5px;
  }

  .md\:-m-6 {
    margin: -6px;
  }

  .md\:-m-8 {
    margin: -8px;
  }

  .md\:-m-9 {
    margin: -9px;
  }

  .md\:-m-10 {
    margin: -10px;
  }

  .md\:-m-12 {
    margin: -12px;
  }

  .md\:-m-13 {
    margin: -13px;
  }

  .md\:-m-14 {
    margin: -14px;
  }

  .md\:-m-15 {
    margin: -15px;
  }

  .md\:-m-16 {
    margin: -16px;
  }

  .md\:-m-17 {
    margin: -17px;
  }

  .md\:-m-18 {
    margin: -18px;
  }

  .md\:-m-20 {
    margin: -20px;
  }

  .md\:-m-22 {
    margin: -22px;
  }

  .md\:-m-24 {
    margin: -24px;
  }

  .md\:-m-25 {
    margin: -25px;
  }

  .md\:-m-28 {
    margin: -28px;
  }

  .md\:-m-29 {
    margin: -29px;
  }

  .md\:-m-30 {
    margin: -30px;
  }

  .md\:-m-32 {
    margin: -32px;
  }

  .md\:-m-35 {
    margin: -35px;
  }

  .md\:-m-36 {
    margin: -36px;
  }

  .md\:-m-37 {
    margin: -37px;
  }

  .md\:-m-40 {
    margin: -40px;
  }

  .md\:-m-45 {
    margin: -45px;
  }

  .md\:-m-48 {
    margin: -48px;
  }

  .md\:-m-50 {
    margin: -50px;
  }

  .md\:-m-55 {
    margin: -55px;
  }

  .md\:-m-56 {
    margin: -56px;
  }

  .md\:-m-60 {
    margin: -60px;
  }

  .md\:-m-62 {
    margin: -62px;
  }

  .md\:-m-64 {
    margin: -64px;
  }

  .md\:-m-65 {
    margin: -65px;
  }

  .md\:-m-70 {
    margin: -70px;
  }

  .md\:-m-75 {
    margin: -75px;
  }

  .md\:-m-80 {
    margin: -80px;
  }

  .md\:-m-85 {
    margin: -85px;
  }

  .md\:-m-90 {
    margin: -90px;
  }

  .md\:-m-95 {
    margin: -95px;
  }

  .md\:-m-96 {
    margin: -96px;
  }

  .md\:-m-100 {
    margin: -100px;
  }

  .md\:-m-110 {
    margin: -110px;
  }

  .md\:-m-115 {
    margin: -115px;
  }

  .md\:-m-120 {
    margin: -120px;
  }

  .md\:-m-128 {
    margin: -128px;
  }

  .md\:-m-135 {
    margin: -135px;
  }

  .md\:-m-140 {
    margin: -140px;
  }

  .md\:-m-145 {
    margin: -145px;
  }

  .md\:-m-150 {
    margin: -150px;
  }

  .md\:-m-160 {
    margin: -160px;
  }

  .md\:-m-165 {
    margin: -165px;
  }

  .md\:-m-168 {
    margin: -168px;
  }

  .md\:-m-170 {
    margin: -170px;
  }

  .md\:-m-180 {
    margin: -180px;
  }

  .md\:-m-200 {
    margin: -200px;
  }

  .md\:-m-220 {
    margin: -220px;
  }

  .md\:-m-230 {
    margin: -230px;
  }

  .md\:-m-235 {
    margin: -235px;
  }

  .md\:-m-240 {
    margin: -240px;
  }

  .md\:-m-250 {
    margin: -250px;
  }

  .md\:-m-300 {
    margin: -300px;
  }

  .md\:-m-320 {
    margin: -320px;
  }

  .md\:-m-350 {
    margin: -350px;
  }

  .md\:-m-375 {
    margin: -375px;
  }

  .md\:-m-400 {
    margin: -400px;
  }

  .md\:-m-450 {
    margin: -450px;
  }

  .md\:-m-700 {
    margin: -700px;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-1p {
    margin: -1%;
  }

  .md\:-m-1\/12 {
    margin: -8.3333%;
  }

  .md\:-m-2\/12 {
    margin: -16.66667%;
  }

  .md\:-m-11p {
    margin: -11%;
  }

  .md\:-m-20p {
    margin: -20%;
  }

  .md\:-m-24p {
    margin: -24.25%;
  }

  .md\:-m-25p {
    margin: -25%;
  }

  .md\:-m-32p {
    margin: -32%;
  }

  .md\:-m-35p {
    margin: -35%;
  }

  .md\:-m-40p {
    margin: -40%;
  }

  .md\:-m-49p {
    margin: -49%;
  }

  .md\:-m-49-5p {
    margin: -49.5%;
  }

  .md\:-m-80p {
    margin: -80%;
  }

  .md\:-m-vh80 {
    margin: -80vh;
  }

  .md\:-m-vh86 {
    margin: -86vh;
  }

  .md\:-m-vh90 {
    margin: -90vh;
  }

  .md\:-m-vw80 {
    margin: -80vw;
  }

  .md\:-m-vw90 {
    margin: -90vw;
  }

  .md\:-m-90p {
    margin: -90%;
  }

  .md\:-m-92p {
    margin: -92%;
  }

  .md\:-m-93p {
    margin: -93%;
  }

  .md\:-m-94p {
    margin: -94%;
  }

  .md\:-m-95p {
    margin: -95%;
  }

  .md\:-m-96p {
    margin: -96%;
  }

  .md\:-m-100p {
    margin: -100%;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .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-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .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-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .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-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 3px;
  }

  .md\:mr-3 {
    margin-right: 3px;
  }

  .md\:mb-3 {
    margin-bottom: 3px;
  }

  .md\:ml-3 {
    margin-left: 3px;
  }

  .md\:mt-4 {
    margin-top: 4px;
  }

  .md\:mr-4 {
    margin-right: 4px;
  }

  .md\:mb-4 {
    margin-bottom: 4px;
  }

  .md\:ml-4 {
    margin-left: 4px;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

  .md\:mt-6 {
    margin-top: 6px;
  }

  .md\:mr-6 {
    margin-right: 6px;
  }

  .md\:mb-6 {
    margin-bottom: 6px;
  }

  .md\:ml-6 {
    margin-left: 6px;
  }

  .md\:mt-8 {
    margin-top: 8px;
  }

  .md\:mr-8 {
    margin-right: 8px;
  }

  .md\:mb-8 {
    margin-bottom: 8px;
  }

  .md\:ml-8 {
    margin-left: 8px;
  }

  .md\:mt-9 {
    margin-top: 9px;
  }

  .md\:mr-9 {
    margin-right: 9px;
  }

  .md\:mb-9 {
    margin-bottom: 9px;
  }

  .md\:ml-9 {
    margin-left: 9px;
  }

  .md\:mt-10 {
    margin-top: 10px;
  }

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:mt-12 {
    margin-top: 12px;
  }

  .md\:mr-12 {
    margin-right: 12px;
  }

  .md\:mb-12 {
    margin-bottom: 12px;
  }

  .md\:ml-12 {
    margin-left: 12px;
  }

  .md\:mt-13 {
    margin-top: 13px;
  }

  .md\:mr-13 {
    margin-right: 13px;
  }

  .md\:mb-13 {
    margin-bottom: 13px;
  }

  .md\:ml-13 {
    margin-left: 13px;
  }

  .md\:mt-14 {
    margin-top: 14px;
  }

  .md\:mr-14 {
    margin-right: 14px;
  }

  .md\:mb-14 {
    margin-bottom: 14px;
  }

  .md\:ml-14 {
    margin-left: 14px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mr-15 {
    margin-right: 15px;
  }

  .md\:mb-15 {
    margin-bottom: 15px;
  }

  .md\:ml-15 {
    margin-left: 15px;
  }

  .md\:mt-16 {
    margin-top: 16px;
  }

  .md\:mr-16 {
    margin-right: 16px;
  }

  .md\:mb-16 {
    margin-bottom: 16px;
  }

  .md\:ml-16 {
    margin-left: 16px;
  }

  .md\:mt-17 {
    margin-top: 17px;
  }

  .md\:mr-17 {
    margin-right: 17px;
  }

  .md\:mb-17 {
    margin-bottom: 17px;
  }

  .md\:ml-17 {
    margin-left: 17px;
  }

  .md\:mt-18 {
    margin-top: 18px;
  }

  .md\:mr-18 {
    margin-right: 18px;
  }

  .md\:mb-18 {
    margin-bottom: 18px;
  }

  .md\:ml-18 {
    margin-left: 18px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:mt-22 {
    margin-top: 22px;
  }

  .md\:mr-22 {
    margin-right: 22px;
  }

  .md\:mb-22 {
    margin-bottom: 22px;
  }

  .md\:ml-22 {
    margin-left: 22px;
  }

  .md\:mt-24 {
    margin-top: 24px;
  }

  .md\:mr-24 {
    margin-right: 24px;
  }

  .md\:mb-24 {
    margin-bottom: 24px;
  }

  .md\:ml-24 {
    margin-left: 24px;
  }

  .md\:mt-25 {
    margin-top: 25px;
  }

  .md\:mr-25 {
    margin-right: 25px;
  }

  .md\:mb-25 {
    margin-bottom: 25px;
  }

  .md\:ml-25 {
    margin-left: 25px;
  }

  .md\:mt-28 {
    margin-top: 28px;
  }

  .md\:mr-28 {
    margin-right: 28px;
  }

  .md\:mb-28 {
    margin-bottom: 28px;
  }

  .md\:ml-28 {
    margin-left: 28px;
  }

  .md\:mt-29 {
    margin-top: 29px;
  }

  .md\:mr-29 {
    margin-right: 29px;
  }

  .md\:mb-29 {
    margin-bottom: 29px;
  }

  .md\:ml-29 {
    margin-left: 29px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:ml-30 {
    margin-left: 30px;
  }

  .md\:mt-32 {
    margin-top: 32px;
  }

  .md\:mr-32 {
    margin-right: 32px;
  }

  .md\:mb-32 {
    margin-bottom: 32px;
  }

  .md\:ml-32 {
    margin-left: 32px;
  }

  .md\:mt-35 {
    margin-top: 35px;
  }

  .md\:mr-35 {
    margin-right: 35px;
  }

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:ml-35 {
    margin-left: 35px;
  }

  .md\:mt-36 {
    margin-top: 36px;
  }

  .md\:mr-36 {
    margin-right: 36px;
  }

  .md\:mb-36 {
    margin-bottom: 36px;
  }

  .md\:ml-36 {
    margin-left: 36px;
  }

  .md\:mt-37 {
    margin-top: 37px;
  }

  .md\:mr-37 {
    margin-right: 37px;
  }

  .md\:mb-37 {
    margin-bottom: 37px;
  }

  .md\:ml-37 {
    margin-left: 37px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:mt-45 {
    margin-top: 45px;
  }

  .md\:mr-45 {
    margin-right: 45px;
  }

  .md\:mb-45 {
    margin-bottom: 45px;
  }

  .md\:ml-45 {
    margin-left: 45px;
  }

  .md\:mt-48 {
    margin-top: 48px;
  }

  .md\:mr-48 {
    margin-right: 48px;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:ml-48 {
    margin-left: 48px;
  }

  .md\:mt-50 {
    margin-top: 50px;
  }

  .md\:mr-50 {
    margin-right: 50px;
  }

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:ml-50 {
    margin-left: 50px;
  }

  .md\:mt-55 {
    margin-top: 55px;
  }

  .md\:mr-55 {
    margin-right: 55px;
  }

  .md\:mb-55 {
    margin-bottom: 55px;
  }

  .md\:ml-55 {
    margin-left: 55px;
  }

  .md\:mt-56 {
    margin-top: 56px;
  }

  .md\:mr-56 {
    margin-right: 56px;
  }

  .md\:mb-56 {
    margin-bottom: 56px;
  }

  .md\:ml-56 {
    margin-left: 56px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:mr-60 {
    margin-right: 60px;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .md\:mt-62 {
    margin-top: 62px;
  }

  .md\:mr-62 {
    margin-right: 62px;
  }

  .md\:mb-62 {
    margin-bottom: 62px;
  }

  .md\:ml-62 {
    margin-left: 62px;
  }

  .md\:mt-64 {
    margin-top: 64px;
  }

  .md\:mr-64 {
    margin-right: 64px;
  }

  .md\:mb-64 {
    margin-bottom: 64px;
  }

  .md\:ml-64 {
    margin-left: 64px;
  }

  .md\:mt-65 {
    margin-top: 65px;
  }

  .md\:mr-65 {
    margin-right: 65px;
  }

  .md\:mb-65 {
    margin-bottom: 65px;
  }

  .md\:ml-65 {
    margin-left: 65px;
  }

  .md\:mt-70 {
    margin-top: 70px;
  }

  .md\:mr-70 {
    margin-right: 70px;
  }

  .md\:mb-70 {
    margin-bottom: 70px;
  }

  .md\:ml-70 {
    margin-left: 70px;
  }

  .md\:mt-75 {
    margin-top: 75px;
  }

  .md\:mr-75 {
    margin-right: 75px;
  }

  .md\:mb-75 {
    margin-bottom: 75px;
  }

  .md\:ml-75 {
    margin-left: 75px;
  }

  .md\:mt-80 {
    margin-top: 80px;
  }

  .md\:mr-80 {
    margin-right: 80px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

  .md\:ml-80 {
    margin-left: 80px;
  }

  .md\:mt-85 {
    margin-top: 85px;
  }

  .md\:mr-85 {
    margin-right: 85px;
  }

  .md\:mb-85 {
    margin-bottom: 85px;
  }

  .md\:ml-85 {
    margin-left: 85px;
  }

  .md\:mt-90 {
    margin-top: 90px;
  }

  .md\:mr-90 {
    margin-right: 90px;
  }

  .md\:mb-90 {
    margin-bottom: 90px;
  }

  .md\:ml-90 {
    margin-left: 90px;
  }

  .md\:mt-95 {
    margin-top: 95px;
  }

  .md\:mr-95 {
    margin-right: 95px;
  }

  .md\:mb-95 {
    margin-bottom: 95px;
  }

  .md\:ml-95 {
    margin-left: 95px;
  }

  .md\:mt-96 {
    margin-top: 96px;
  }

  .md\:mr-96 {
    margin-right: 96px;
  }

  .md\:mb-96 {
    margin-bottom: 96px;
  }

  .md\:ml-96 {
    margin-left: 96px;
  }

  .md\:mt-100 {
    margin-top: 100px;
  }

  .md\:mr-100 {
    margin-right: 100px;
  }

  .md\:mb-100 {
    margin-bottom: 100px;
  }

  .md\:ml-100 {
    margin-left: 100px;
  }

  .md\:mt-110 {
    margin-top: 110px;
  }

  .md\:mr-110 {
    margin-right: 110px;
  }

  .md\:mb-110 {
    margin-bottom: 110px;
  }

  .md\:ml-110 {
    margin-left: 110px;
  }

  .md\:mt-115 {
    margin-top: 115px;
  }

  .md\:mr-115 {
    margin-right: 115px;
  }

  .md\:mb-115 {
    margin-bottom: 115px;
  }

  .md\:ml-115 {
    margin-left: 115px;
  }

  .md\:mt-120 {
    margin-top: 120px;
  }

  .md\:mr-120 {
    margin-right: 120px;
  }

  .md\:mb-120 {
    margin-bottom: 120px;
  }

  .md\:ml-120 {
    margin-left: 120px;
  }

  .md\:mt-128 {
    margin-top: 128px;
  }

  .md\:mr-128 {
    margin-right: 128px;
  }

  .md\:mb-128 {
    margin-bottom: 128px;
  }

  .md\:ml-128 {
    margin-left: 128px;
  }

  .md\:mt-135 {
    margin-top: 135px;
  }

  .md\:mr-135 {
    margin-right: 135px;
  }

  .md\:mb-135 {
    margin-bottom: 135px;
  }

  .md\:ml-135 {
    margin-left: 135px;
  }

  .md\:mt-140 {
    margin-top: 140px;
  }

  .md\:mr-140 {
    margin-right: 140px;
  }

  .md\:mb-140 {
    margin-bottom: 140px;
  }

  .md\:ml-140 {
    margin-left: 140px;
  }

  .md\:mt-145 {
    margin-top: 145px;
  }

  .md\:mr-145 {
    margin-right: 145px;
  }

  .md\:mb-145 {
    margin-bottom: 145px;
  }

  .md\:ml-145 {
    margin-left: 145px;
  }

  .md\:mt-150 {
    margin-top: 150px;
  }

  .md\:mr-150 {
    margin-right: 150px;
  }

  .md\:mb-150 {
    margin-bottom: 150px;
  }

  .md\:ml-150 {
    margin-left: 150px;
  }

  .md\:mt-160 {
    margin-top: 160px;
  }

  .md\:mr-160 {
    margin-right: 160px;
  }

  .md\:mb-160 {
    margin-bottom: 160px;
  }

  .md\:ml-160 {
    margin-left: 160px;
  }

  .md\:mt-165 {
    margin-top: 165px;
  }

  .md\:mr-165 {
    margin-right: 165px;
  }

  .md\:mb-165 {
    margin-bottom: 165px;
  }

  .md\:ml-165 {
    margin-left: 165px;
  }

  .md\:mt-168 {
    margin-top: 168px;
  }

  .md\:mr-168 {
    margin-right: 168px;
  }

  .md\:mb-168 {
    margin-bottom: 168px;
  }

  .md\:ml-168 {
    margin-left: 168px;
  }

  .md\:mt-170 {
    margin-top: 170px;
  }

  .md\:mr-170 {
    margin-right: 170px;
  }

  .md\:mb-170 {
    margin-bottom: 170px;
  }

  .md\:ml-170 {
    margin-left: 170px;
  }

  .md\:mt-180 {
    margin-top: 180px;
  }

  .md\:mr-180 {
    margin-right: 180px;
  }

  .md\:mb-180 {
    margin-bottom: 180px;
  }

  .md\:ml-180 {
    margin-left: 180px;
  }

  .md\:mt-200 {
    margin-top: 200px;
  }

  .md\:mr-200 {
    margin-right: 200px;
  }

  .md\:mb-200 {
    margin-bottom: 200px;
  }

  .md\:ml-200 {
    margin-left: 200px;
  }

  .md\:mt-220 {
    margin-top: 220px;
  }

  .md\:mr-220 {
    margin-right: 220px;
  }

  .md\:mb-220 {
    margin-bottom: 220px;
  }

  .md\:ml-220 {
    margin-left: 220px;
  }

  .md\:mt-230 {
    margin-top: 230px;
  }

  .md\:mr-230 {
    margin-right: 230px;
  }

  .md\:mb-230 {
    margin-bottom: 230px;
  }

  .md\:ml-230 {
    margin-left: 230px;
  }

  .md\:mt-235 {
    margin-top: 235px;
  }

  .md\:mr-235 {
    margin-right: 235px;
  }

  .md\:mb-235 {
    margin-bottom: 235px;
  }

  .md\:ml-235 {
    margin-left: 235px;
  }

  .md\:mt-240 {
    margin-top: 240px;
  }

  .md\:mr-240 {
    margin-right: 240px;
  }

  .md\:mb-240 {
    margin-bottom: 240px;
  }

  .md\:ml-240 {
    margin-left: 240px;
  }

  .md\:mt-250 {
    margin-top: 250px;
  }

  .md\:mr-250 {
    margin-right: 250px;
  }

  .md\:mb-250 {
    margin-bottom: 250px;
  }

  .md\:ml-250 {
    margin-left: 250px;
  }

  .md\:mt-300 {
    margin-top: 300px;
  }

  .md\:mr-300 {
    margin-right: 300px;
  }

  .md\:mb-300 {
    margin-bottom: 300px;
  }

  .md\:ml-300 {
    margin-left: 300px;
  }

  .md\:mt-320 {
    margin-top: 320px;
  }

  .md\:mr-320 {
    margin-right: 320px;
  }

  .md\:mb-320 {
    margin-bottom: 320px;
  }

  .md\:ml-320 {
    margin-left: 320px;
  }

  .md\:mt-350 {
    margin-top: 350px;
  }

  .md\:mr-350 {
    margin-right: 350px;
  }

  .md\:mb-350 {
    margin-bottom: 350px;
  }

  .md\:ml-350 {
    margin-left: 350px;
  }

  .md\:mt-375 {
    margin-top: 375px;
  }

  .md\:mr-375 {
    margin-right: 375px;
  }

  .md\:mb-375 {
    margin-bottom: 375px;
  }

  .md\:ml-375 {
    margin-left: 375px;
  }

  .md\:mt-400 {
    margin-top: 400px;
  }

  .md\:mr-400 {
    margin-right: 400px;
  }

  .md\:mb-400 {
    margin-bottom: 400px;
  }

  .md\:ml-400 {
    margin-left: 400px;
  }

  .md\:mt-450 {
    margin-top: 450px;
  }

  .md\:mr-450 {
    margin-right: 450px;
  }

  .md\:mb-450 {
    margin-bottom: 450px;
  }

  .md\:ml-450 {
    margin-left: 450px;
  }

  .md\:mt-700 {
    margin-top: 700px;
  }

  .md\:mr-700 {
    margin-right: 700px;
  }

  .md\:mb-700 {
    margin-bottom: 700px;
  }

  .md\:ml-700 {
    margin-left: 700px;
  }

  .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-1p {
    margin-top: 1%;
  }

  .md\:mr-1p {
    margin-right: 1%;
  }

  .md\:mb-1p {
    margin-bottom: 1%;
  }

  .md\:ml-1p {
    margin-left: 1%;
  }

  .md\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .md\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .md\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .md\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .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-11p {
    margin-top: 11%;
  }

  .md\:mr-11p {
    margin-right: 11%;
  }

  .md\:mb-11p {
    margin-bottom: 11%;
  }

  .md\:ml-11p {
    margin-left: 11%;
  }

  .md\:mt-20p {
    margin-top: 20%;
  }

  .md\:mr-20p {
    margin-right: 20%;
  }

  .md\:mb-20p {
    margin-bottom: 20%;
  }

  .md\:ml-20p {
    margin-left: 20%;
  }

  .md\:mt-24p {
    margin-top: 24.25%;
  }

  .md\:mr-24p {
    margin-right: 24.25%;
  }

  .md\:mb-24p {
    margin-bottom: 24.25%;
  }

  .md\:ml-24p {
    margin-left: 24.25%;
  }

  .md\:mt-25p {
    margin-top: 25%;
  }

  .md\:mr-25p {
    margin-right: 25%;
  }

  .md\:mb-25p {
    margin-bottom: 25%;
  }

  .md\:ml-25p {
    margin-left: 25%;
  }

  .md\:mt-32p {
    margin-top: 32%;
  }

  .md\:mr-32p {
    margin-right: 32%;
  }

  .md\:mb-32p {
    margin-bottom: 32%;
  }

  .md\:ml-32p {
    margin-left: 32%;
  }

  .md\:mt-35p {
    margin-top: 35%;
  }

  .md\:mr-35p {
    margin-right: 35%;
  }

  .md\:mb-35p {
    margin-bottom: 35%;
  }

  .md\:ml-35p {
    margin-left: 35%;
  }

  .md\:mt-40p {
    margin-top: 40%;
  }

  .md\:mr-40p {
    margin-right: 40%;
  }

  .md\:mb-40p {
    margin-bottom: 40%;
  }

  .md\:ml-40p {
    margin-left: 40%;
  }

  .md\:mt-49p {
    margin-top: 49%;
  }

  .md\:mr-49p {
    margin-right: 49%;
  }

  .md\:mb-49p {
    margin-bottom: 49%;
  }

  .md\:ml-49p {
    margin-left: 49%;
  }

  .md\:mt-49-5p {
    margin-top: 49.5%;
  }

  .md\:mr-49-5p {
    margin-right: 49.5%;
  }

  .md\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .md\:ml-49-5p {
    margin-left: 49.5%;
  }

  .md\:mt-80p {
    margin-top: 80%;
  }

  .md\:mr-80p {
    margin-right: 80%;
  }

  .md\:mb-80p {
    margin-bottom: 80%;
  }

  .md\:ml-80p {
    margin-left: 80%;
  }

  .md\:mt-vh80 {
    margin-top: 80vh;
  }

  .md\:mr-vh80 {
    margin-right: 80vh;
  }

  .md\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .md\:ml-vh80 {
    margin-left: 80vh;
  }

  .md\:mt-vh86 {
    margin-top: 86vh;
  }

  .md\:mr-vh86 {
    margin-right: 86vh;
  }

  .md\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .md\:ml-vh86 {
    margin-left: 86vh;
  }

  .md\:mt-vh90 {
    margin-top: 90vh;
  }

  .md\:mr-vh90 {
    margin-right: 90vh;
  }

  .md\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .md\:ml-vh90 {
    margin-left: 90vh;
  }

  .md\:mt-vw80 {
    margin-top: 80vw;
  }

  .md\:mr-vw80 {
    margin-right: 80vw;
  }

  .md\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .md\:ml-vw80 {
    margin-left: 80vw;
  }

  .md\:mt-vw90 {
    margin-top: 90vw;
  }

  .md\:mr-vw90 {
    margin-right: 90vw;
  }

  .md\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .md\:ml-vw90 {
    margin-left: 90vw;
  }

  .md\:mt-90p {
    margin-top: 90%;
  }

  .md\:mr-90p {
    margin-right: 90%;
  }

  .md\:mb-90p {
    margin-bottom: 90%;
  }

  .md\:ml-90p {
    margin-left: 90%;
  }

  .md\:mt-92p {
    margin-top: 92%;
  }

  .md\:mr-92p {
    margin-right: 92%;
  }

  .md\:mb-92p {
    margin-bottom: 92%;
  }

  .md\:ml-92p {
    margin-left: 92%;
  }

  .md\:mt-93p {
    margin-top: 93%;
  }

  .md\:mr-93p {
    margin-right: 93%;
  }

  .md\:mb-93p {
    margin-bottom: 93%;
  }

  .md\:ml-93p {
    margin-left: 93%;
  }

  .md\:mt-94p {
    margin-top: 94%;
  }

  .md\:mr-94p {
    margin-right: 94%;
  }

  .md\:mb-94p {
    margin-bottom: 94%;
  }

  .md\:ml-94p {
    margin-left: 94%;
  }

  .md\:mt-95p {
    margin-top: 95%;
  }

  .md\:mr-95p {
    margin-right: 95%;
  }

  .md\:mb-95p {
    margin-bottom: 95%;
  }

  .md\:ml-95p {
    margin-left: 95%;
  }

  .md\:mt-96p {
    margin-top: 96%;
  }

  .md\:mr-96p {
    margin-right: 96%;
  }

  .md\:mb-96p {
    margin-bottom: 96%;
  }

  .md\:ml-96p {
    margin-left: 96%;
  }

  .md\:mt-100p {
    margin-top: 100%;
  }

  .md\:mr-100p {
    margin-right: 100%;
  }

  .md\:mb-100p {
    margin-bottom: 100%;
  }

  .md\:ml-100p {
    margin-left: 100%;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -3px;
  }

  .md\:-mr-3 {
    margin-right: -3px;
  }

  .md\:-mb-3 {
    margin-bottom: -3px;
  }

  .md\:-ml-3 {
    margin-left: -3px;
  }

  .md\:-mt-4 {
    margin-top: -4px;
  }

  .md\:-mr-4 {
    margin-right: -4px;
  }

  .md\:-mb-4 {
    margin-bottom: -4px;
  }

  .md\:-ml-4 {
    margin-left: -4px;
  }

  .md\:-mt-5 {
    margin-top: -5px;
  }

  .md\:-mr-5 {
    margin-right: -5px;
  }

  .md\:-mb-5 {
    margin-bottom: -5px;
  }

  .md\:-ml-5 {
    margin-left: -5px;
  }

  .md\:-mt-6 {
    margin-top: -6px;
  }

  .md\:-mr-6 {
    margin-right: -6px;
  }

  .md\:-mb-6 {
    margin-bottom: -6px;
  }

  .md\:-ml-6 {
    margin-left: -6px;
  }

  .md\:-mt-8 {
    margin-top: -8px;
  }

  .md\:-mr-8 {
    margin-right: -8px;
  }

  .md\:-mb-8 {
    margin-bottom: -8px;
  }

  .md\:-ml-8 {
    margin-left: -8px;
  }

  .md\:-mt-9 {
    margin-top: -9px;
  }

  .md\:-mr-9 {
    margin-right: -9px;
  }

  .md\:-mb-9 {
    margin-bottom: -9px;
  }

  .md\:-ml-9 {
    margin-left: -9px;
  }

  .md\:-mt-10 {
    margin-top: -10px;
  }

  .md\:-mr-10 {
    margin-right: -10px;
  }

  .md\:-mb-10 {
    margin-bottom: -10px;
  }

  .md\:-ml-10 {
    margin-left: -10px;
  }

  .md\:-mt-12 {
    margin-top: -12px;
  }

  .md\:-mr-12 {
    margin-right: -12px;
  }

  .md\:-mb-12 {
    margin-bottom: -12px;
  }

  .md\:-ml-12 {
    margin-left: -12px;
  }

  .md\:-mt-13 {
    margin-top: -13px;
  }

  .md\:-mr-13 {
    margin-right: -13px;
  }

  .md\:-mb-13 {
    margin-bottom: -13px;
  }

  .md\:-ml-13 {
    margin-left: -13px;
  }

  .md\:-mt-14 {
    margin-top: -14px;
  }

  .md\:-mr-14 {
    margin-right: -14px;
  }

  .md\:-mb-14 {
    margin-bottom: -14px;
  }

  .md\:-ml-14 {
    margin-left: -14px;
  }

  .md\:-mt-15 {
    margin-top: -15px;
  }

  .md\:-mr-15 {
    margin-right: -15px;
  }

  .md\:-mb-15 {
    margin-bottom: -15px;
  }

  .md\:-ml-15 {
    margin-left: -15px;
  }

  .md\:-mt-16 {
    margin-top: -16px;
  }

  .md\:-mr-16 {
    margin-right: -16px;
  }

  .md\:-mb-16 {
    margin-bottom: -16px;
  }

  .md\:-ml-16 {
    margin-left: -16px;
  }

  .md\:-mt-17 {
    margin-top: -17px;
  }

  .md\:-mr-17 {
    margin-right: -17px;
  }

  .md\:-mb-17 {
    margin-bottom: -17px;
  }

  .md\:-ml-17 {
    margin-left: -17px;
  }

  .md\:-mt-18 {
    margin-top: -18px;
  }

  .md\:-mr-18 {
    margin-right: -18px;
  }

  .md\:-mb-18 {
    margin-bottom: -18px;
  }

  .md\:-ml-18 {
    margin-left: -18px;
  }

  .md\:-mt-20 {
    margin-top: -20px;
  }

  .md\:-mr-20 {
    margin-right: -20px;
  }

  .md\:-mb-20 {
    margin-bottom: -20px;
  }

  .md\:-ml-20 {
    margin-left: -20px;
  }

  .md\:-mt-22 {
    margin-top: -22px;
  }

  .md\:-mr-22 {
    margin-right: -22px;
  }

  .md\:-mb-22 {
    margin-bottom: -22px;
  }

  .md\:-ml-22 {
    margin-left: -22px;
  }

  .md\:-mt-24 {
    margin-top: -24px;
  }

  .md\:-mr-24 {
    margin-right: -24px;
  }

  .md\:-mb-24 {
    margin-bottom: -24px;
  }

  .md\:-ml-24 {
    margin-left: -24px;
  }

  .md\:-mt-25 {
    margin-top: -25px;
  }

  .md\:-mr-25 {
    margin-right: -25px;
  }

  .md\:-mb-25 {
    margin-bottom: -25px;
  }

  .md\:-ml-25 {
    margin-left: -25px;
  }

  .md\:-mt-28 {
    margin-top: -28px;
  }

  .md\:-mr-28 {
    margin-right: -28px;
  }

  .md\:-mb-28 {
    margin-bottom: -28px;
  }

  .md\:-ml-28 {
    margin-left: -28px;
  }

  .md\:-mt-29 {
    margin-top: -29px;
  }

  .md\:-mr-29 {
    margin-right: -29px;
  }

  .md\:-mb-29 {
    margin-bottom: -29px;
  }

  .md\:-ml-29 {
    margin-left: -29px;
  }

  .md\:-mt-30 {
    margin-top: -30px;
  }

  .md\:-mr-30 {
    margin-right: -30px;
  }

  .md\:-mb-30 {
    margin-bottom: -30px;
  }

  .md\:-ml-30 {
    margin-left: -30px;
  }

  .md\:-mt-32 {
    margin-top: -32px;
  }

  .md\:-mr-32 {
    margin-right: -32px;
  }

  .md\:-mb-32 {
    margin-bottom: -32px;
  }

  .md\:-ml-32 {
    margin-left: -32px;
  }

  .md\:-mt-35 {
    margin-top: -35px;
  }

  .md\:-mr-35 {
    margin-right: -35px;
  }

  .md\:-mb-35 {
    margin-bottom: -35px;
  }

  .md\:-ml-35 {
    margin-left: -35px;
  }

  .md\:-mt-36 {
    margin-top: -36px;
  }

  .md\:-mr-36 {
    margin-right: -36px;
  }

  .md\:-mb-36 {
    margin-bottom: -36px;
  }

  .md\:-ml-36 {
    margin-left: -36px;
  }

  .md\:-mt-37 {
    margin-top: -37px;
  }

  .md\:-mr-37 {
    margin-right: -37px;
  }

  .md\:-mb-37 {
    margin-bottom: -37px;
  }

  .md\:-ml-37 {
    margin-left: -37px;
  }

  .md\:-mt-40 {
    margin-top: -40px;
  }

  .md\:-mr-40 {
    margin-right: -40px;
  }

  .md\:-mb-40 {
    margin-bottom: -40px;
  }

  .md\:-ml-40 {
    margin-left: -40px;
  }

  .md\:-mt-45 {
    margin-top: -45px;
  }

  .md\:-mr-45 {
    margin-right: -45px;
  }

  .md\:-mb-45 {
    margin-bottom: -45px;
  }

  .md\:-ml-45 {
    margin-left: -45px;
  }

  .md\:-mt-48 {
    margin-top: -48px;
  }

  .md\:-mr-48 {
    margin-right: -48px;
  }

  .md\:-mb-48 {
    margin-bottom: -48px;
  }

  .md\:-ml-48 {
    margin-left: -48px;
  }

  .md\:-mt-50 {
    margin-top: -50px;
  }

  .md\:-mr-50 {
    margin-right: -50px;
  }

  .md\:-mb-50 {
    margin-bottom: -50px;
  }

  .md\:-ml-50 {
    margin-left: -50px;
  }

  .md\:-mt-55 {
    margin-top: -55px;
  }

  .md\:-mr-55 {
    margin-right: -55px;
  }

  .md\:-mb-55 {
    margin-bottom: -55px;
  }

  .md\:-ml-55 {
    margin-left: -55px;
  }

  .md\:-mt-56 {
    margin-top: -56px;
  }

  .md\:-mr-56 {
    margin-right: -56px;
  }

  .md\:-mb-56 {
    margin-bottom: -56px;
  }

  .md\:-ml-56 {
    margin-left: -56px;
  }

  .md\:-mt-60 {
    margin-top: -60px;
  }

  .md\:-mr-60 {
    margin-right: -60px;
  }

  .md\:-mb-60 {
    margin-bottom: -60px;
  }

  .md\:-ml-60 {
    margin-left: -60px;
  }

  .md\:-mt-62 {
    margin-top: -62px;
  }

  .md\:-mr-62 {
    margin-right: -62px;
  }

  .md\:-mb-62 {
    margin-bottom: -62px;
  }

  .md\:-ml-62 {
    margin-left: -62px;
  }

  .md\:-mt-64 {
    margin-top: -64px;
  }

  .md\:-mr-64 {
    margin-right: -64px;
  }

  .md\:-mb-64 {
    margin-bottom: -64px;
  }

  .md\:-ml-64 {
    margin-left: -64px;
  }

  .md\:-mt-65 {
    margin-top: -65px;
  }

  .md\:-mr-65 {
    margin-right: -65px;
  }

  .md\:-mb-65 {
    margin-bottom: -65px;
  }

  .md\:-ml-65 {
    margin-left: -65px;
  }

  .md\:-mt-70 {
    margin-top: -70px;
  }

  .md\:-mr-70 {
    margin-right: -70px;
  }

  .md\:-mb-70 {
    margin-bottom: -70px;
  }

  .md\:-ml-70 {
    margin-left: -70px;
  }

  .md\:-mt-75 {
    margin-top: -75px;
  }

  .md\:-mr-75 {
    margin-right: -75px;
  }

  .md\:-mb-75 {
    margin-bottom: -75px;
  }

  .md\:-ml-75 {
    margin-left: -75px;
  }

  .md\:-mt-80 {
    margin-top: -80px;
  }

  .md\:-mr-80 {
    margin-right: -80px;
  }

  .md\:-mb-80 {
    margin-bottom: -80px;
  }

  .md\:-ml-80 {
    margin-left: -80px;
  }

  .md\:-mt-85 {
    margin-top: -85px;
  }

  .md\:-mr-85 {
    margin-right: -85px;
  }

  .md\:-mb-85 {
    margin-bottom: -85px;
  }

  .md\:-ml-85 {
    margin-left: -85px;
  }

  .md\:-mt-90 {
    margin-top: -90px;
  }

  .md\:-mr-90 {
    margin-right: -90px;
  }

  .md\:-mb-90 {
    margin-bottom: -90px;
  }

  .md\:-ml-90 {
    margin-left: -90px;
  }

  .md\:-mt-95 {
    margin-top: -95px;
  }

  .md\:-mr-95 {
    margin-right: -95px;
  }

  .md\:-mb-95 {
    margin-bottom: -95px;
  }

  .md\:-ml-95 {
    margin-left: -95px;
  }

  .md\:-mt-96 {
    margin-top: -96px;
  }

  .md\:-mr-96 {
    margin-right: -96px;
  }

  .md\:-mb-96 {
    margin-bottom: -96px;
  }

  .md\:-ml-96 {
    margin-left: -96px;
  }

  .md\:-mt-100 {
    margin-top: -100px;
  }

  .md\:-mr-100 {
    margin-right: -100px;
  }

  .md\:-mb-100 {
    margin-bottom: -100px;
  }

  .md\:-ml-100 {
    margin-left: -100px;
  }

  .md\:-mt-110 {
    margin-top: -110px;
  }

  .md\:-mr-110 {
    margin-right: -110px;
  }

  .md\:-mb-110 {
    margin-bottom: -110px;
  }

  .md\:-ml-110 {
    margin-left: -110px;
  }

  .md\:-mt-115 {
    margin-top: -115px;
  }

  .md\:-mr-115 {
    margin-right: -115px;
  }

  .md\:-mb-115 {
    margin-bottom: -115px;
  }

  .md\:-ml-115 {
    margin-left: -115px;
  }

  .md\:-mt-120 {
    margin-top: -120px;
  }

  .md\:-mr-120 {
    margin-right: -120px;
  }

  .md\:-mb-120 {
    margin-bottom: -120px;
  }

  .md\:-ml-120 {
    margin-left: -120px;
  }

  .md\:-mt-128 {
    margin-top: -128px;
  }

  .md\:-mr-128 {
    margin-right: -128px;
  }

  .md\:-mb-128 {
    margin-bottom: -128px;
  }

  .md\:-ml-128 {
    margin-left: -128px;
  }

  .md\:-mt-135 {
    margin-top: -135px;
  }

  .md\:-mr-135 {
    margin-right: -135px;
  }

  .md\:-mb-135 {
    margin-bottom: -135px;
  }

  .md\:-ml-135 {
    margin-left: -135px;
  }

  .md\:-mt-140 {
    margin-top: -140px;
  }

  .md\:-mr-140 {
    margin-right: -140px;
  }

  .md\:-mb-140 {
    margin-bottom: -140px;
  }

  .md\:-ml-140 {
    margin-left: -140px;
  }

  .md\:-mt-145 {
    margin-top: -145px;
  }

  .md\:-mr-145 {
    margin-right: -145px;
  }

  .md\:-mb-145 {
    margin-bottom: -145px;
  }

  .md\:-ml-145 {
    margin-left: -145px;
  }

  .md\:-mt-150 {
    margin-top: -150px;
  }

  .md\:-mr-150 {
    margin-right: -150px;
  }

  .md\:-mb-150 {
    margin-bottom: -150px;
  }

  .md\:-ml-150 {
    margin-left: -150px;
  }

  .md\:-mt-160 {
    margin-top: -160px;
  }

  .md\:-mr-160 {
    margin-right: -160px;
  }

  .md\:-mb-160 {
    margin-bottom: -160px;
  }

  .md\:-ml-160 {
    margin-left: -160px;
  }

  .md\:-mt-165 {
    margin-top: -165px;
  }

  .md\:-mr-165 {
    margin-right: -165px;
  }

  .md\:-mb-165 {
    margin-bottom: -165px;
  }

  .md\:-ml-165 {
    margin-left: -165px;
  }

  .md\:-mt-168 {
    margin-top: -168px;
  }

  .md\:-mr-168 {
    margin-right: -168px;
  }

  .md\:-mb-168 {
    margin-bottom: -168px;
  }

  .md\:-ml-168 {
    margin-left: -168px;
  }

  .md\:-mt-170 {
    margin-top: -170px;
  }

  .md\:-mr-170 {
    margin-right: -170px;
  }

  .md\:-mb-170 {
    margin-bottom: -170px;
  }

  .md\:-ml-170 {
    margin-left: -170px;
  }

  .md\:-mt-180 {
    margin-top: -180px;
  }

  .md\:-mr-180 {
    margin-right: -180px;
  }

  .md\:-mb-180 {
    margin-bottom: -180px;
  }

  .md\:-ml-180 {
    margin-left: -180px;
  }

  .md\:-mt-200 {
    margin-top: -200px;
  }

  .md\:-mr-200 {
    margin-right: -200px;
  }

  .md\:-mb-200 {
    margin-bottom: -200px;
  }

  .md\:-ml-200 {
    margin-left: -200px;
  }

  .md\:-mt-220 {
    margin-top: -220px;
  }

  .md\:-mr-220 {
    margin-right: -220px;
  }

  .md\:-mb-220 {
    margin-bottom: -220px;
  }

  .md\:-ml-220 {
    margin-left: -220px;
  }

  .md\:-mt-230 {
    margin-top: -230px;
  }

  .md\:-mr-230 {
    margin-right: -230px;
  }

  .md\:-mb-230 {
    margin-bottom: -230px;
  }

  .md\:-ml-230 {
    margin-left: -230px;
  }

  .md\:-mt-235 {
    margin-top: -235px;
  }

  .md\:-mr-235 {
    margin-right: -235px;
  }

  .md\:-mb-235 {
    margin-bottom: -235px;
  }

  .md\:-ml-235 {
    margin-left: -235px;
  }

  .md\:-mt-240 {
    margin-top: -240px;
  }

  .md\:-mr-240 {
    margin-right: -240px;
  }

  .md\:-mb-240 {
    margin-bottom: -240px;
  }

  .md\:-ml-240 {
    margin-left: -240px;
  }

  .md\:-mt-250 {
    margin-top: -250px;
  }

  .md\:-mr-250 {
    margin-right: -250px;
  }

  .md\:-mb-250 {
    margin-bottom: -250px;
  }

  .md\:-ml-250 {
    margin-left: -250px;
  }

  .md\:-mt-300 {
    margin-top: -300px;
  }

  .md\:-mr-300 {
    margin-right: -300px;
  }

  .md\:-mb-300 {
    margin-bottom: -300px;
  }

  .md\:-ml-300 {
    margin-left: -300px;
  }

  .md\:-mt-320 {
    margin-top: -320px;
  }

  .md\:-mr-320 {
    margin-right: -320px;
  }

  .md\:-mb-320 {
    margin-bottom: -320px;
  }

  .md\:-ml-320 {
    margin-left: -320px;
  }

  .md\:-mt-350 {
    margin-top: -350px;
  }

  .md\:-mr-350 {
    margin-right: -350px;
  }

  .md\:-mb-350 {
    margin-bottom: -350px;
  }

  .md\:-ml-350 {
    margin-left: -350px;
  }

  .md\:-mt-375 {
    margin-top: -375px;
  }

  .md\:-mr-375 {
    margin-right: -375px;
  }

  .md\:-mb-375 {
    margin-bottom: -375px;
  }

  .md\:-ml-375 {
    margin-left: -375px;
  }

  .md\:-mt-400 {
    margin-top: -400px;
  }

  .md\:-mr-400 {
    margin-right: -400px;
  }

  .md\:-mb-400 {
    margin-bottom: -400px;
  }

  .md\:-ml-400 {
    margin-left: -400px;
  }

  .md\:-mt-450 {
    margin-top: -450px;
  }

  .md\:-mr-450 {
    margin-right: -450px;
  }

  .md\:-mb-450 {
    margin-bottom: -450px;
  }

  .md\:-ml-450 {
    margin-left: -450px;
  }

  .md\:-mt-700 {
    margin-top: -700px;
  }

  .md\:-mr-700 {
    margin-right: -700px;
  }

  .md\:-mb-700 {
    margin-bottom: -700px;
  }

  .md\:-ml-700 {
    margin-left: -700px;
  }

  .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-1p {
    margin-top: -1%;
  }

  .md\:-mr-1p {
    margin-right: -1%;
  }

  .md\:-mb-1p {
    margin-bottom: -1%;
  }

  .md\:-ml-1p {
    margin-left: -1%;
  }

  .md\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .md\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .md\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .md\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .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-11p {
    margin-top: -11%;
  }

  .md\:-mr-11p {
    margin-right: -11%;
  }

  .md\:-mb-11p {
    margin-bottom: -11%;
  }

  .md\:-ml-11p {
    margin-left: -11%;
  }

  .md\:-mt-20p {
    margin-top: -20%;
  }

  .md\:-mr-20p {
    margin-right: -20%;
  }

  .md\:-mb-20p {
    margin-bottom: -20%;
  }

  .md\:-ml-20p {
    margin-left: -20%;
  }

  .md\:-mt-24p {
    margin-top: -24.25%;
  }

  .md\:-mr-24p {
    margin-right: -24.25%;
  }

  .md\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .md\:-ml-24p {
    margin-left: -24.25%;
  }

  .md\:-mt-25p {
    margin-top: -25%;
  }

  .md\:-mr-25p {
    margin-right: -25%;
  }

  .md\:-mb-25p {
    margin-bottom: -25%;
  }

  .md\:-ml-25p {
    margin-left: -25%;
  }

  .md\:-mt-32p {
    margin-top: -32%;
  }

  .md\:-mr-32p {
    margin-right: -32%;
  }

  .md\:-mb-32p {
    margin-bottom: -32%;
  }

  .md\:-ml-32p {
    margin-left: -32%;
  }

  .md\:-mt-35p {
    margin-top: -35%;
  }

  .md\:-mr-35p {
    margin-right: -35%;
  }

  .md\:-mb-35p {
    margin-bottom: -35%;
  }

  .md\:-ml-35p {
    margin-left: -35%;
  }

  .md\:-mt-40p {
    margin-top: -40%;
  }

  .md\:-mr-40p {
    margin-right: -40%;
  }

  .md\:-mb-40p {
    margin-bottom: -40%;
  }

  .md\:-ml-40p {
    margin-left: -40%;
  }

  .md\:-mt-49p {
    margin-top: -49%;
  }

  .md\:-mr-49p {
    margin-right: -49%;
  }

  .md\:-mb-49p {
    margin-bottom: -49%;
  }

  .md\:-ml-49p {
    margin-left: -49%;
  }

  .md\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .md\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .md\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .md\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .md\:-mt-80p {
    margin-top: -80%;
  }

  .md\:-mr-80p {
    margin-right: -80%;
  }

  .md\:-mb-80p {
    margin-bottom: -80%;
  }

  .md\:-ml-80p {
    margin-left: -80%;
  }

  .md\:-mt-vh80 {
    margin-top: -80vh;
  }

  .md\:-mr-vh80 {
    margin-right: -80vh;
  }

  .md\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .md\:-ml-vh80 {
    margin-left: -80vh;
  }

  .md\:-mt-vh86 {
    margin-top: -86vh;
  }

  .md\:-mr-vh86 {
    margin-right: -86vh;
  }

  .md\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .md\:-ml-vh86 {
    margin-left: -86vh;
  }

  .md\:-mt-vh90 {
    margin-top: -90vh;
  }

  .md\:-mr-vh90 {
    margin-right: -90vh;
  }

  .md\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .md\:-ml-vh90 {
    margin-left: -90vh;
  }

  .md\:-mt-vw80 {
    margin-top: -80vw;
  }

  .md\:-mr-vw80 {
    margin-right: -80vw;
  }

  .md\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .md\:-ml-vw80 {
    margin-left: -80vw;
  }

  .md\:-mt-vw90 {
    margin-top: -90vw;
  }

  .md\:-mr-vw90 {
    margin-right: -90vw;
  }

  .md\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .md\:-ml-vw90 {
    margin-left: -90vw;
  }

  .md\:-mt-90p {
    margin-top: -90%;
  }

  .md\:-mr-90p {
    margin-right: -90%;
  }

  .md\:-mb-90p {
    margin-bottom: -90%;
  }

  .md\:-ml-90p {
    margin-left: -90%;
  }

  .md\:-mt-92p {
    margin-top: -92%;
  }

  .md\:-mr-92p {
    margin-right: -92%;
  }

  .md\:-mb-92p {
    margin-bottom: -92%;
  }

  .md\:-ml-92p {
    margin-left: -92%;
  }

  .md\:-mt-93p {
    margin-top: -93%;
  }

  .md\:-mr-93p {
    margin-right: -93%;
  }

  .md\:-mb-93p {
    margin-bottom: -93%;
  }

  .md\:-ml-93p {
    margin-left: -93%;
  }

  .md\:-mt-94p {
    margin-top: -94%;
  }

  .md\:-mr-94p {
    margin-right: -94%;
  }

  .md\:-mb-94p {
    margin-bottom: -94%;
  }

  .md\:-ml-94p {
    margin-left: -94%;
  }

  .md\:-mt-95p {
    margin-top: -95%;
  }

  .md\:-mr-95p {
    margin-right: -95%;
  }

  .md\:-mb-95p {
    margin-bottom: -95%;
  }

  .md\:-ml-95p {
    margin-left: -95%;
  }

  .md\:-mt-96p {
    margin-top: -96%;
  }

  .md\:-mr-96p {
    margin-right: -96%;
  }

  .md\:-mb-96p {
    margin-bottom: -96%;
  }

  .md\:-ml-96p {
    margin-left: -96%;
  }

  .md\:-mt-100p {
    margin-top: -100%;
  }

  .md\:-mr-100p {
    margin-right: -100%;
  }

  .md\:-mb-100p {
    margin-bottom: -100%;
  }

  .md\:-ml-100p {
    margin-left: -100%;
  }

  .md\:hover\:m-0:hover {
    margin: 0px;
  }

  .md\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md\:hover\:m-3:hover {
    margin: 3px;
  }

  .md\:hover\:m-4:hover {
    margin: 4px;
  }

  .md\:hover\:m-5:hover {
    margin: 5px;
  }

  .md\:hover\:m-6:hover {
    margin: 6px;
  }

  .md\:hover\:m-8:hover {
    margin: 8px;
  }

  .md\:hover\:m-9:hover {
    margin: 9px;
  }

  .md\:hover\:m-10:hover {
    margin: 10px;
  }

  .md\:hover\:m-12:hover {
    margin: 12px;
  }

  .md\:hover\:m-13:hover {
    margin: 13px;
  }

  .md\:hover\:m-14:hover {
    margin: 14px;
  }

  .md\:hover\:m-15:hover {
    margin: 15px;
  }

  .md\:hover\:m-16:hover {
    margin: 16px;
  }

  .md\:hover\:m-17:hover {
    margin: 17px;
  }

  .md\:hover\:m-18:hover {
    margin: 18px;
  }

  .md\:hover\:m-20:hover {
    margin: 20px;
  }

  .md\:hover\:m-22:hover {
    margin: 22px;
  }

  .md\:hover\:m-24:hover {
    margin: 24px;
  }

  .md\:hover\:m-25:hover {
    margin: 25px;
  }

  .md\:hover\:m-28:hover {
    margin: 28px;
  }

  .md\:hover\:m-29:hover {
    margin: 29px;
  }

  .md\:hover\:m-30:hover {
    margin: 30px;
  }

  .md\:hover\:m-32:hover {
    margin: 32px;
  }

  .md\:hover\:m-35:hover {
    margin: 35px;
  }

  .md\:hover\:m-36:hover {
    margin: 36px;
  }

  .md\:hover\:m-37:hover {
    margin: 37px;
  }

  .md\:hover\:m-40:hover {
    margin: 40px;
  }

  .md\:hover\:m-45:hover {
    margin: 45px;
  }

  .md\:hover\:m-48:hover {
    margin: 48px;
  }

  .md\:hover\:m-50:hover {
    margin: 50px;
  }

  .md\:hover\:m-55:hover {
    margin: 55px;
  }

  .md\:hover\:m-56:hover {
    margin: 56px;
  }

  .md\:hover\:m-60:hover {
    margin: 60px;
  }

  .md\:hover\:m-62:hover {
    margin: 62px;
  }

  .md\:hover\:m-64:hover {
    margin: 64px;
  }

  .md\:hover\:m-65:hover {
    margin: 65px;
  }

  .md\:hover\:m-70:hover {
    margin: 70px;
  }

  .md\:hover\:m-75:hover {
    margin: 75px;
  }

  .md\:hover\:m-80:hover {
    margin: 80px;
  }

  .md\:hover\:m-85:hover {
    margin: 85px;
  }

  .md\:hover\:m-90:hover {
    margin: 90px;
  }

  .md\:hover\:m-95:hover {
    margin: 95px;
  }

  .md\:hover\:m-96:hover {
    margin: 96px;
  }

  .md\:hover\:m-100:hover {
    margin: 100px;
  }

  .md\:hover\:m-110:hover {
    margin: 110px;
  }

  .md\:hover\:m-115:hover {
    margin: 115px;
  }

  .md\:hover\:m-120:hover {
    margin: 120px;
  }

  .md\:hover\:m-128:hover {
    margin: 128px;
  }

  .md\:hover\:m-135:hover {
    margin: 135px;
  }

  .md\:hover\:m-140:hover {
    margin: 140px;
  }

  .md\:hover\:m-145:hover {
    margin: 145px;
  }

  .md\:hover\:m-150:hover {
    margin: 150px;
  }

  .md\:hover\:m-160:hover {
    margin: 160px;
  }

  .md\:hover\:m-165:hover {
    margin: 165px;
  }

  .md\:hover\:m-168:hover {
    margin: 168px;
  }

  .md\:hover\:m-170:hover {
    margin: 170px;
  }

  .md\:hover\:m-180:hover {
    margin: 180px;
  }

  .md\:hover\:m-200:hover {
    margin: 200px;
  }

  .md\:hover\:m-220:hover {
    margin: 220px;
  }

  .md\:hover\:m-230:hover {
    margin: 230px;
  }

  .md\:hover\:m-235:hover {
    margin: 235px;
  }

  .md\:hover\:m-240:hover {
    margin: 240px;
  }

  .md\:hover\:m-250:hover {
    margin: 250px;
  }

  .md\:hover\:m-300:hover {
    margin: 300px;
  }

  .md\:hover\:m-320:hover {
    margin: 320px;
  }

  .md\:hover\:m-350:hover {
    margin: 350px;
  }

  .md\:hover\:m-375:hover {
    margin: 375px;
  }

  .md\:hover\:m-400:hover {
    margin: 400px;
  }

  .md\:hover\:m-450:hover {
    margin: 450px;
  }

  .md\:hover\:m-700:hover {
    margin: 700px;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:m-1p:hover {
    margin: 1%;
  }

  .md\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .md\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .md\:hover\:m-11p:hover {
    margin: 11%;
  }

  .md\:hover\:m-20p:hover {
    margin: 20%;
  }

  .md\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .md\:hover\:m-25p:hover {
    margin: 25%;
  }

  .md\:hover\:m-32p:hover {
    margin: 32%;
  }

  .md\:hover\:m-35p:hover {
    margin: 35%;
  }

  .md\:hover\:m-40p:hover {
    margin: 40%;
  }

  .md\:hover\:m-49p:hover {
    margin: 49%;
  }

  .md\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .md\:hover\:m-80p:hover {
    margin: 80%;
  }

  .md\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .md\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .md\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .md\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .md\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .md\:hover\:m-90p:hover {
    margin: 90%;
  }

  .md\:hover\:m-92p:hover {
    margin: 92%;
  }

  .md\:hover\:m-93p:hover {
    margin: 93%;
  }

  .md\:hover\:m-94p:hover {
    margin: 94%;
  }

  .md\:hover\:m-95p:hover {
    margin: 95%;
  }

  .md\:hover\:m-96p:hover {
    margin: 96%;
  }

  .md\:hover\:m-100p:hover {
    margin: 100%;
  }

  .md\:hover\:-m-0:hover {
    margin: 0px;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -3px;
  }

  .md\:hover\:-m-4:hover {
    margin: -4px;
  }

  .md\:hover\:-m-5:hover {
    margin: -5px;
  }

  .md\:hover\:-m-6:hover {
    margin: -6px;
  }

  .md\:hover\:-m-8:hover {
    margin: -8px;
  }

  .md\:hover\:-m-9:hover {
    margin: -9px;
  }

  .md\:hover\:-m-10:hover {
    margin: -10px;
  }

  .md\:hover\:-m-12:hover {
    margin: -12px;
  }

  .md\:hover\:-m-13:hover {
    margin: -13px;
  }

  .md\:hover\:-m-14:hover {
    margin: -14px;
  }

  .md\:hover\:-m-15:hover {
    margin: -15px;
  }

  .md\:hover\:-m-16:hover {
    margin: -16px;
  }

  .md\:hover\:-m-17:hover {
    margin: -17px;
  }

  .md\:hover\:-m-18:hover {
    margin: -18px;
  }

  .md\:hover\:-m-20:hover {
    margin: -20px;
  }

  .md\:hover\:-m-22:hover {
    margin: -22px;
  }

  .md\:hover\:-m-24:hover {
    margin: -24px;
  }

  .md\:hover\:-m-25:hover {
    margin: -25px;
  }

  .md\:hover\:-m-28:hover {
    margin: -28px;
  }

  .md\:hover\:-m-29:hover {
    margin: -29px;
  }

  .md\:hover\:-m-30:hover {
    margin: -30px;
  }

  .md\:hover\:-m-32:hover {
    margin: -32px;
  }

  .md\:hover\:-m-35:hover {
    margin: -35px;
  }

  .md\:hover\:-m-36:hover {
    margin: -36px;
  }

  .md\:hover\:-m-37:hover {
    margin: -37px;
  }

  .md\:hover\:-m-40:hover {
    margin: -40px;
  }

  .md\:hover\:-m-45:hover {
    margin: -45px;
  }

  .md\:hover\:-m-48:hover {
    margin: -48px;
  }

  .md\:hover\:-m-50:hover {
    margin: -50px;
  }

  .md\:hover\:-m-55:hover {
    margin: -55px;
  }

  .md\:hover\:-m-56:hover {
    margin: -56px;
  }

  .md\:hover\:-m-60:hover {
    margin: -60px;
  }

  .md\:hover\:-m-62:hover {
    margin: -62px;
  }

  .md\:hover\:-m-64:hover {
    margin: -64px;
  }

  .md\:hover\:-m-65:hover {
    margin: -65px;
  }

  .md\:hover\:-m-70:hover {
    margin: -70px;
  }

  .md\:hover\:-m-75:hover {
    margin: -75px;
  }

  .md\:hover\:-m-80:hover {
    margin: -80px;
  }

  .md\:hover\:-m-85:hover {
    margin: -85px;
  }

  .md\:hover\:-m-90:hover {
    margin: -90px;
  }

  .md\:hover\:-m-95:hover {
    margin: -95px;
  }

  .md\:hover\:-m-96:hover {
    margin: -96px;
  }

  .md\:hover\:-m-100:hover {
    margin: -100px;
  }

  .md\:hover\:-m-110:hover {
    margin: -110px;
  }

  .md\:hover\:-m-115:hover {
    margin: -115px;
  }

  .md\:hover\:-m-120:hover {
    margin: -120px;
  }

  .md\:hover\:-m-128:hover {
    margin: -128px;
  }

  .md\:hover\:-m-135:hover {
    margin: -135px;
  }

  .md\:hover\:-m-140:hover {
    margin: -140px;
  }

  .md\:hover\:-m-145:hover {
    margin: -145px;
  }

  .md\:hover\:-m-150:hover {
    margin: -150px;
  }

  .md\:hover\:-m-160:hover {
    margin: -160px;
  }

  .md\:hover\:-m-165:hover {
    margin: -165px;
  }

  .md\:hover\:-m-168:hover {
    margin: -168px;
  }

  .md\:hover\:-m-170:hover {
    margin: -170px;
  }

  .md\:hover\:-m-180:hover {
    margin: -180px;
  }

  .md\:hover\:-m-200:hover {
    margin: -200px;
  }

  .md\:hover\:-m-220:hover {
    margin: -220px;
  }

  .md\:hover\:-m-230:hover {
    margin: -230px;
  }

  .md\:hover\:-m-235:hover {
    margin: -235px;
  }

  .md\:hover\:-m-240:hover {
    margin: -240px;
  }

  .md\:hover\:-m-250:hover {
    margin: -250px;
  }

  .md\:hover\:-m-300:hover {
    margin: -300px;
  }

  .md\:hover\:-m-320:hover {
    margin: -320px;
  }

  .md\:hover\:-m-350:hover {
    margin: -350px;
  }

  .md\:hover\:-m-375:hover {
    margin: -375px;
  }

  .md\:hover\:-m-400:hover {
    margin: -400px;
  }

  .md\:hover\:-m-450:hover {
    margin: -450px;
  }

  .md\:hover\:-m-700:hover {
    margin: -700px;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .md\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .md\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .md\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .md\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .md\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .md\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .md\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .md\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .md\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .md\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .md\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .md\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .md\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .md\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .md\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .md\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .md\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .md\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .md\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .md\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .md\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .md\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .md\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .md\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .md\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .md\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .md\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .md\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .md\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .md\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .md\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .md\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .md\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .md\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .md\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .md\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .md\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .md\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .md\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .md\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .md\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .md\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .md\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .md\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .md\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .md\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .md\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .md\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .md\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .md\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .md\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .md\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .md\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .md\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .md\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .md\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .md\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .md\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .md\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .md\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .md\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .md\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .md\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .md\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .md\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .md\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .md\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .md\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .md\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .md\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .md\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .md\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .md\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .md\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .md\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .md\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .md\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .md\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .md\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .md\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .md\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .md\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .md\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .md\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .md\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .md\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .md\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .md\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .md\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .md\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .md\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .md\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .md\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .md\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .md\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .md\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .md\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .md\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .md\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .md\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .md\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .md\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .md\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .md\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .md\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .md\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .md\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .md\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .md\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .md\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .md\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .md\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .md\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .md\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .md\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .md\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .md\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .md\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .md\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .md\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .md\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .md\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .md\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .md\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .md\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .md\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .md\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .md\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .md\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .md\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .md\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .md\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .md\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .md\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .md\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .md\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .md\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .md\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .md\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .md\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .md\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .md\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .md\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .md\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .md\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .md\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .md\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .md\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .md\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .md\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .md\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .md\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .md\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .md\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .md\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .md\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .md\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .md\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .md\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .md\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .md\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .md\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .md\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .md\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .md\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .md\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .md\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .md\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .md\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .md\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .md\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .md\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .md\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .md\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .md\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .md\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .md\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .md\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .md\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .md\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .md\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .md\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .md\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .md\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .md\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .md\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .md\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .md\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .md\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .md\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .md\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .md\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .md\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .md\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .md\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .md\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .md\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .md\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .md\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .md\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .md\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .md\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .md\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .md\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .md\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .md\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .md\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .md\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .md\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .md\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .md\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .md\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .md\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .md\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .md\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .md\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .md\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .md\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .md\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .md\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .md\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .md\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .md\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .md\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .md\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .md\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .md\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .md\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .md\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .md\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .md\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .md\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .md\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .md\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .md\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .md\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .md\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .md\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .md\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .md\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .md\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .md\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .md\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .md\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .md\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .md\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .md\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .md\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .md\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .md\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .md\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .md\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .md\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .md\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .md\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .md\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .md\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .md\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .md\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .md\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .md\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .md\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .md\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .md\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .md\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .md\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .md\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .md\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .md\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .md\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .md\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .md\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .md\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .md\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .md\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .md\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .md\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .md\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .md\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .md\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .md\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .md\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .md\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .md\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .md\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .md\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .md\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .md\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .md\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .md\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .md\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .md\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .md\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .md\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .md\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .md\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .md\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .md\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .md\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .md\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .md\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .md\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .md\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .md\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .md\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .md\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .md\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .md\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .md\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .md\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .md\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .md\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .md\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .md\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .md\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .md\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .md\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .md\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .md\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .md\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .md\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .md\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .md\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .md\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .md\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .md\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .md\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .md\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .md\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .md\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .md\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .md\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .md\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .md\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .md\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .md\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .md\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .md\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .md\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .md\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .md\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .md\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .md\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .md\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .md\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .md\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .md\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .md\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .md\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .md\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .md\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .md\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .md\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .md\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .md\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .md\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .md\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .md\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .md\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .md\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .md\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .md\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .md\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .md\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .md\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .md\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .md\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .md\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .md\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .md\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .md\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .md\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .md\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .md\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .md\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .md\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .md\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .md\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .md\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .md\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .md\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .md\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .md\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .md\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .md\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .md\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .md\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .md\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .md\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .md\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .md\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .md\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .md\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .md\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .md\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .md\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .md\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .md\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .md\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .md\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .md\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .md\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .md\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .md\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .md\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .md\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .md\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .md\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .md\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .md\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .md\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .md\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .md\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .md\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .md\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .md\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .md\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .md\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .md\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .md\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .md\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .md\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .md\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .md\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .md\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .md\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .md\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .md\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .md\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .md\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .md\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .md\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .md\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .md\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .md\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .md\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .md\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .md\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .md\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .md\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .md\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .md\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .md\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .md\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .md\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .md\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .md\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .md\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .md\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .md\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .md\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .md\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .md\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .md\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .md\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .md\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .md\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .md\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .md\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .md\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .md\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .md\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .md\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .md\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .md\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .md\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .md\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .md\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .md\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .md\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .md\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .md\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .md\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .md\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .md\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .md\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .md\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .md\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .md\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .md\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .md\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .md\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .md\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .md\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .md\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .md\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .md\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .md\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .md\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .md\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .md\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .md\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .md\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .md\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .md\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .md\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .md\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .md\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .md\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .md\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .md\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .md\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .md\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .md\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .md\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .md\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .md\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .md\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .md\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .md\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .md\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .md\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .md\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .md\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .md\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .md\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .md\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .md\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .md\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .md\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .md\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .md\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .md\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .md\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .md\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .md\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .md\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .md\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .md\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .md\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .md\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .md\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .md\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .md\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .md\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .md\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .md\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .md\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .md\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .md\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .md\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .md\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .md\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .md\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .md\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .md\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .md\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .md\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .md\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .md\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .md\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .md\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .md\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .md\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .md\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .md\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .md\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .md\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .md\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .md\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .md\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .md\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .md\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .md\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .md\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .md\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .md\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .md\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .md\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .md\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .md\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .md\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .md\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .md\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .md\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .md\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .md\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .md\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .md\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .md\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .md\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .md\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .md\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .md\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .md\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .md\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .md\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .md\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .md\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .md\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .md\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .md\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .md\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .md\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .md\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .md\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .md\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .md\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .md\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .md\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .md\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .md\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .md\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .md\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .md\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .md\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .md\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .md\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .md\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .md\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .md\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .md\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .md\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .md\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .md\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .md\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .md\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .md\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .md\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .md\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .md\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .md\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .md\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .md\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .md\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .md\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .md\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .md\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .md\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .md\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .md\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .md\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .md\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .md\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .md\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .md\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .md\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .md\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .md\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .md\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .md\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .md\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .md\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .md\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .md\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .md\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .md\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .md\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .md\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .md\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .md\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .md\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .md\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .md\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .md\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .md\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .md\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .md\:focus\:m-0:focus {
    margin: 0px;
  }

  .md\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .md\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .md\:focus\:m-3:focus {
    margin: 3px;
  }

  .md\:focus\:m-4:focus {
    margin: 4px;
  }

  .md\:focus\:m-5:focus {
    margin: 5px;
  }

  .md\:focus\:m-6:focus {
    margin: 6px;
  }

  .md\:focus\:m-8:focus {
    margin: 8px;
  }

  .md\:focus\:m-9:focus {
    margin: 9px;
  }

  .md\:focus\:m-10:focus {
    margin: 10px;
  }

  .md\:focus\:m-12:focus {
    margin: 12px;
  }

  .md\:focus\:m-13:focus {
    margin: 13px;
  }

  .md\:focus\:m-14:focus {
    margin: 14px;
  }

  .md\:focus\:m-15:focus {
    margin: 15px;
  }

  .md\:focus\:m-16:focus {
    margin: 16px;
  }

  .md\:focus\:m-17:focus {
    margin: 17px;
  }

  .md\:focus\:m-18:focus {
    margin: 18px;
  }

  .md\:focus\:m-20:focus {
    margin: 20px;
  }

  .md\:focus\:m-22:focus {
    margin: 22px;
  }

  .md\:focus\:m-24:focus {
    margin: 24px;
  }

  .md\:focus\:m-25:focus {
    margin: 25px;
  }

  .md\:focus\:m-28:focus {
    margin: 28px;
  }

  .md\:focus\:m-29:focus {
    margin: 29px;
  }

  .md\:focus\:m-30:focus {
    margin: 30px;
  }

  .md\:focus\:m-32:focus {
    margin: 32px;
  }

  .md\:focus\:m-35:focus {
    margin: 35px;
  }

  .md\:focus\:m-36:focus {
    margin: 36px;
  }

  .md\:focus\:m-37:focus {
    margin: 37px;
  }

  .md\:focus\:m-40:focus {
    margin: 40px;
  }

  .md\:focus\:m-45:focus {
    margin: 45px;
  }

  .md\:focus\:m-48:focus {
    margin: 48px;
  }

  .md\:focus\:m-50:focus {
    margin: 50px;
  }

  .md\:focus\:m-55:focus {
    margin: 55px;
  }

  .md\:focus\:m-56:focus {
    margin: 56px;
  }

  .md\:focus\:m-60:focus {
    margin: 60px;
  }

  .md\:focus\:m-62:focus {
    margin: 62px;
  }

  .md\:focus\:m-64:focus {
    margin: 64px;
  }

  .md\:focus\:m-65:focus {
    margin: 65px;
  }

  .md\:focus\:m-70:focus {
    margin: 70px;
  }

  .md\:focus\:m-75:focus {
    margin: 75px;
  }

  .md\:focus\:m-80:focus {
    margin: 80px;
  }

  .md\:focus\:m-85:focus {
    margin: 85px;
  }

  .md\:focus\:m-90:focus {
    margin: 90px;
  }

  .md\:focus\:m-95:focus {
    margin: 95px;
  }

  .md\:focus\:m-96:focus {
    margin: 96px;
  }

  .md\:focus\:m-100:focus {
    margin: 100px;
  }

  .md\:focus\:m-110:focus {
    margin: 110px;
  }

  .md\:focus\:m-115:focus {
    margin: 115px;
  }

  .md\:focus\:m-120:focus {
    margin: 120px;
  }

  .md\:focus\:m-128:focus {
    margin: 128px;
  }

  .md\:focus\:m-135:focus {
    margin: 135px;
  }

  .md\:focus\:m-140:focus {
    margin: 140px;
  }

  .md\:focus\:m-145:focus {
    margin: 145px;
  }

  .md\:focus\:m-150:focus {
    margin: 150px;
  }

  .md\:focus\:m-160:focus {
    margin: 160px;
  }

  .md\:focus\:m-165:focus {
    margin: 165px;
  }

  .md\:focus\:m-168:focus {
    margin: 168px;
  }

  .md\:focus\:m-170:focus {
    margin: 170px;
  }

  .md\:focus\:m-180:focus {
    margin: 180px;
  }

  .md\:focus\:m-200:focus {
    margin: 200px;
  }

  .md\:focus\:m-220:focus {
    margin: 220px;
  }

  .md\:focus\:m-230:focus {
    margin: 230px;
  }

  .md\:focus\:m-235:focus {
    margin: 235px;
  }

  .md\:focus\:m-240:focus {
    margin: 240px;
  }

  .md\:focus\:m-250:focus {
    margin: 250px;
  }

  .md\:focus\:m-300:focus {
    margin: 300px;
  }

  .md\:focus\:m-320:focus {
    margin: 320px;
  }

  .md\:focus\:m-350:focus {
    margin: 350px;
  }

  .md\:focus\:m-375:focus {
    margin: 375px;
  }

  .md\:focus\:m-400:focus {
    margin: 400px;
  }

  .md\:focus\:m-450:focus {
    margin: 450px;
  }

  .md\:focus\:m-700:focus {
    margin: 700px;
  }

  .md\:focus\:m-auto:focus {
    margin: auto;
  }

  .md\:focus\:m-px:focus {
    margin: 1px;
  }

  .md\:focus\:m-1p:focus {
    margin: 1%;
  }

  .md\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .md\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .md\:focus\:m-11p:focus {
    margin: 11%;
  }

  .md\:focus\:m-20p:focus {
    margin: 20%;
  }

  .md\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .md\:focus\:m-25p:focus {
    margin: 25%;
  }

  .md\:focus\:m-32p:focus {
    margin: 32%;
  }

  .md\:focus\:m-35p:focus {
    margin: 35%;
  }

  .md\:focus\:m-40p:focus {
    margin: 40%;
  }

  .md\:focus\:m-49p:focus {
    margin: 49%;
  }

  .md\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .md\:focus\:m-80p:focus {
    margin: 80%;
  }

  .md\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .md\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .md\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .md\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .md\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .md\:focus\:m-90p:focus {
    margin: 90%;
  }

  .md\:focus\:m-92p:focus {
    margin: 92%;
  }

  .md\:focus\:m-93p:focus {
    margin: 93%;
  }

  .md\:focus\:m-94p:focus {
    margin: 94%;
  }

  .md\:focus\:m-95p:focus {
    margin: 95%;
  }

  .md\:focus\:m-96p:focus {
    margin: 96%;
  }

  .md\:focus\:m-100p:focus {
    margin: 100%;
  }

  .md\:focus\:-m-0:focus {
    margin: 0px;
  }

  .md\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .md\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .md\:focus\:-m-3:focus {
    margin: -3px;
  }

  .md\:focus\:-m-4:focus {
    margin: -4px;
  }

  .md\:focus\:-m-5:focus {
    margin: -5px;
  }

  .md\:focus\:-m-6:focus {
    margin: -6px;
  }

  .md\:focus\:-m-8:focus {
    margin: -8px;
  }

  .md\:focus\:-m-9:focus {
    margin: -9px;
  }

  .md\:focus\:-m-10:focus {
    margin: -10px;
  }

  .md\:focus\:-m-12:focus {
    margin: -12px;
  }

  .md\:focus\:-m-13:focus {
    margin: -13px;
  }

  .md\:focus\:-m-14:focus {
    margin: -14px;
  }

  .md\:focus\:-m-15:focus {
    margin: -15px;
  }

  .md\:focus\:-m-16:focus {
    margin: -16px;
  }

  .md\:focus\:-m-17:focus {
    margin: -17px;
  }

  .md\:focus\:-m-18:focus {
    margin: -18px;
  }

  .md\:focus\:-m-20:focus {
    margin: -20px;
  }

  .md\:focus\:-m-22:focus {
    margin: -22px;
  }

  .md\:focus\:-m-24:focus {
    margin: -24px;
  }

  .md\:focus\:-m-25:focus {
    margin: -25px;
  }

  .md\:focus\:-m-28:focus {
    margin: -28px;
  }

  .md\:focus\:-m-29:focus {
    margin: -29px;
  }

  .md\:focus\:-m-30:focus {
    margin: -30px;
  }

  .md\:focus\:-m-32:focus {
    margin: -32px;
  }

  .md\:focus\:-m-35:focus {
    margin: -35px;
  }

  .md\:focus\:-m-36:focus {
    margin: -36px;
  }

  .md\:focus\:-m-37:focus {
    margin: -37px;
  }

  .md\:focus\:-m-40:focus {
    margin: -40px;
  }

  .md\:focus\:-m-45:focus {
    margin: -45px;
  }

  .md\:focus\:-m-48:focus {
    margin: -48px;
  }

  .md\:focus\:-m-50:focus {
    margin: -50px;
  }

  .md\:focus\:-m-55:focus {
    margin: -55px;
  }

  .md\:focus\:-m-56:focus {
    margin: -56px;
  }

  .md\:focus\:-m-60:focus {
    margin: -60px;
  }

  .md\:focus\:-m-62:focus {
    margin: -62px;
  }

  .md\:focus\:-m-64:focus {
    margin: -64px;
  }

  .md\:focus\:-m-65:focus {
    margin: -65px;
  }

  .md\:focus\:-m-70:focus {
    margin: -70px;
  }

  .md\:focus\:-m-75:focus {
    margin: -75px;
  }

  .md\:focus\:-m-80:focus {
    margin: -80px;
  }

  .md\:focus\:-m-85:focus {
    margin: -85px;
  }

  .md\:focus\:-m-90:focus {
    margin: -90px;
  }

  .md\:focus\:-m-95:focus {
    margin: -95px;
  }

  .md\:focus\:-m-96:focus {
    margin: -96px;
  }

  .md\:focus\:-m-100:focus {
    margin: -100px;
  }

  .md\:focus\:-m-110:focus {
    margin: -110px;
  }

  .md\:focus\:-m-115:focus {
    margin: -115px;
  }

  .md\:focus\:-m-120:focus {
    margin: -120px;
  }

  .md\:focus\:-m-128:focus {
    margin: -128px;
  }

  .md\:focus\:-m-135:focus {
    margin: -135px;
  }

  .md\:focus\:-m-140:focus {
    margin: -140px;
  }

  .md\:focus\:-m-145:focus {
    margin: -145px;
  }

  .md\:focus\:-m-150:focus {
    margin: -150px;
  }

  .md\:focus\:-m-160:focus {
    margin: -160px;
  }

  .md\:focus\:-m-165:focus {
    margin: -165px;
  }

  .md\:focus\:-m-168:focus {
    margin: -168px;
  }

  .md\:focus\:-m-170:focus {
    margin: -170px;
  }

  .md\:focus\:-m-180:focus {
    margin: -180px;
  }

  .md\:focus\:-m-200:focus {
    margin: -200px;
  }

  .md\:focus\:-m-220:focus {
    margin: -220px;
  }

  .md\:focus\:-m-230:focus {
    margin: -230px;
  }

  .md\:focus\:-m-235:focus {
    margin: -235px;
  }

  .md\:focus\:-m-240:focus {
    margin: -240px;
  }

  .md\:focus\:-m-250:focus {
    margin: -250px;
  }

  .md\:focus\:-m-300:focus {
    margin: -300px;
  }

  .md\:focus\:-m-320:focus {
    margin: -320px;
  }

  .md\:focus\:-m-350:focus {
    margin: -350px;
  }

  .md\:focus\:-m-375:focus {
    margin: -375px;
  }

  .md\:focus\:-m-400:focus {
    margin: -400px;
  }

  .md\:focus\:-m-450:focus {
    margin: -450px;
  }

  .md\:focus\:-m-700:focus {
    margin: -700px;
  }

  .md\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .md\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .md\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .md\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .md\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .md\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .md\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .md\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .md\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .md\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .md\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .md\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .md\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .md\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .md\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .md\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .md\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .md\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .md\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .md\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .md\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .md\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .md\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .md\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .md\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .md\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .md\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .md\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .md\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .md\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .md\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .md\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .md\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .md\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .md\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .md\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .md\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .md\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .md\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .md\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .md\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .md\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .md\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .md\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .md\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .md\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .md\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .md\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .md\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .md\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .md\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .md\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .md\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .md\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .md\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .md\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .md\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .md\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .md\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .md\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .md\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .md\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .md\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .md\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .md\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .md\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .md\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .md\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .md\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .md\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .md\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .md\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .md\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .md\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .md\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .md\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .md\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .md\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .md\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .md\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .md\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .md\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .md\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .md\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .md\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .md\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .md\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .md\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .md\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .md\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .md\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .md\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .md\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .md\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .md\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .md\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .md\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .md\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .md\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .md\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .md\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .md\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .md\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .md\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .md\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .md\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .md\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .md\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .md\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .md\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .md\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .md\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .md\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .md\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .md\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .md\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .md\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .md\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .md\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .md\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .md\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .md\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .md\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .md\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .md\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .md\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .md\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .md\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .md\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .md\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .md\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .md\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .md\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .md\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .md\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .md\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .md\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .md\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .md\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .md\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .md\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .md\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .md\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .md\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .md\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .md\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .md\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .md\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .md\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .md\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .md\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .md\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .md\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .md\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .md\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .md\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .md\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .md\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .md\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .md\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .md\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .md\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .md\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .md\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .md\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .md\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .md\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .md\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .md\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .md\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .md\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .md\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .md\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .md\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .md\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .md\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .md\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .md\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .md\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .md\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .md\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .md\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .md\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .md\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .md\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .md\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .md\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .md\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .md\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .md\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .md\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .md\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .md\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .md\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .md\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .md\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .md\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .md\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .md\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .md\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .md\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .md\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .md\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .md\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .md\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .md\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .md\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .md\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .md\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .md\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .md\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .md\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .md\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .md\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .md\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .md\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .md\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .md\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .md\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .md\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .md\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .md\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .md\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .md\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .md\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .md\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .md\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .md\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .md\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .md\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .md\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .md\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .md\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .md\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .md\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .md\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .md\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .md\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .md\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .md\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .md\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .md\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .md\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .md\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .md\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .md\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .md\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .md\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .md\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .md\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .md\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .md\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .md\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .md\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .md\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .md\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .md\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .md\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .md\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .md\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .md\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .md\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .md\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .md\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .md\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .md\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .md\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .md\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .md\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .md\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .md\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .md\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .md\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .md\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .md\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .md\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .md\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .md\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .md\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .md\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .md\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .md\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .md\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .md\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .md\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .md\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .md\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .md\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .md\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .md\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .md\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .md\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .md\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .md\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .md\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .md\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .md\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .md\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .md\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .md\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .md\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .md\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .md\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .md\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .md\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .md\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .md\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .md\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .md\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .md\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .md\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .md\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .md\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .md\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .md\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .md\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .md\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .md\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .md\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .md\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .md\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .md\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .md\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .md\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .md\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .md\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .md\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .md\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .md\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .md\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .md\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .md\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .md\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .md\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .md\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .md\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .md\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .md\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .md\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .md\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .md\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .md\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .md\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .md\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .md\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .md\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .md\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .md\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .md\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .md\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .md\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .md\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .md\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .md\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .md\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .md\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .md\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .md\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .md\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .md\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .md\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .md\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .md\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .md\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .md\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .md\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .md\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .md\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .md\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .md\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .md\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .md\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .md\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .md\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .md\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .md\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .md\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .md\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .md\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .md\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .md\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .md\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .md\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .md\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .md\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .md\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .md\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .md\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .md\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .md\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .md\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .md\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .md\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .md\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .md\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .md\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .md\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .md\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .md\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .md\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .md\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .md\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .md\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .md\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .md\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .md\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .md\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .md\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .md\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .md\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .md\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .md\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .md\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .md\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .md\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .md\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .md\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .md\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .md\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .md\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .md\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .md\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .md\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .md\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .md\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .md\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .md\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .md\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .md\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .md\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .md\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .md\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .md\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .md\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .md\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .md\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .md\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .md\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .md\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .md\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .md\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .md\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .md\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .md\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .md\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .md\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .md\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .md\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .md\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .md\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .md\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .md\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .md\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .md\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .md\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .md\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .md\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .md\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .md\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .md\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .md\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .md\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .md\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .md\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .md\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .md\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .md\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .md\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .md\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .md\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .md\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .md\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .md\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .md\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .md\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .md\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .md\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .md\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .md\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .md\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .md\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .md\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .md\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .md\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .md\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .md\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .md\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .md\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .md\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .md\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .md\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .md\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .md\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .md\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .md\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .md\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .md\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .md\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .md\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .md\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .md\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .md\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .md\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .md\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .md\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .md\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .md\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .md\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .md\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .md\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .md\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .md\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .md\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .md\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .md\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .md\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .md\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .md\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .md\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .md\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .md\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .md\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .md\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .md\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .md\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .md\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .md\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .md\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .md\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .md\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .md\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .md\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .md\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .md\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .md\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .md\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .md\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .md\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .md\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .md\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .md\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .md\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .md\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .md\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .md\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .md\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .md\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .md\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .md\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .md\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .md\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .md\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .md\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .md\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .md\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .md\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .md\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .md\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .md\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .md\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .md\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .md\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .md\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .md\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .md\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .md\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .md\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .md\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .md\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .md\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .md\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .md\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .md\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .md\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .md\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .md\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .md\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .md\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .md\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .md\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .md\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .md\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .md\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .md\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .md\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .md\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .md\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .md\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .md\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .md\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .md\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .md\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .md\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .md\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .md\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .md\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .md\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .md\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .md\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .md\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .md\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .md\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .md\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .md\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .md\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .md\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .md\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .md\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .md\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .md\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .md\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .md\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .md\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .md\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .md\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .md\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .md\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .md\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .md\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .md\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .md\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .md\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .md\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .md\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .md\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .md\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .md\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .md\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .md\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .md\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .md\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .md\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .md\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .md\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .md\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .md\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .md\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .md\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .md\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .md\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .md\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .md\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .md\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .md\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .md\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .md\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .md\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .md\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .md\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .md\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .md\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .md\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .md\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .md\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .md\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .md\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .md\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .md\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .md\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .md\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .md\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .md\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .md\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .md\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .md\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .md\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .md\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .md\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .md\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .md\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .md\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .md\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .md\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .md\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .md\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .md\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .md\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .md\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .md\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .md\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .md\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .md\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .md\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .md\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .md\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .md\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .md\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .md\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .md\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .md\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .md\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .md\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .md\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .md\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .md\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .md\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .md\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .md\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .md\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .md\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .md\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .md\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .md\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .md\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .md\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .md\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .md\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .md\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .md\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .md\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .md\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .md\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .md\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .md\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .md\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .md\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .md\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .md\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .md\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .md\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .md\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .md\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .md\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .md\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .md\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .md\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .md\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .md\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .md\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .md\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .md\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .md\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .md\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .md\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .md\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .md\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .md\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .md\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .md\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .md\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .md\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .md\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .md\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .md\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .md\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .md\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .md\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .md\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .md\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .md\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .md\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .md\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .md\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .md\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .md\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .md\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .md\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .md\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .md\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .md\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .md\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .md\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .md\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .md\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .md\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .md\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .md\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .md\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .md\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .md\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .md\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .md\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .md\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .md\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .md\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .md\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .md\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .md\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .md\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .md\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .md\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .md\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .md\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .md\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .md\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .md\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .md\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .md\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .md\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .md\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .md\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .md\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .md\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .md\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .md\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .md\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .md\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .md\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .md\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .md\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .md\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .md\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .md\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .md\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .md\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .md\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .md\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .md\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .md\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .md\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .md\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .md\:first\:m-0:first-child {
    margin: 0px;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 3px;
  }

  .md\:first\:m-4:first-child {
    margin: 4px;
  }

  .md\:first\:m-5:first-child {
    margin: 5px;
  }

  .md\:first\:m-6:first-child {
    margin: 6px;
  }

  .md\:first\:m-8:first-child {
    margin: 8px;
  }

  .md\:first\:m-9:first-child {
    margin: 9px;
  }

  .md\:first\:m-10:first-child {
    margin: 10px;
  }

  .md\:first\:m-12:first-child {
    margin: 12px;
  }

  .md\:first\:m-13:first-child {
    margin: 13px;
  }

  .md\:first\:m-14:first-child {
    margin: 14px;
  }

  .md\:first\:m-15:first-child {
    margin: 15px;
  }

  .md\:first\:m-16:first-child {
    margin: 16px;
  }

  .md\:first\:m-17:first-child {
    margin: 17px;
  }

  .md\:first\:m-18:first-child {
    margin: 18px;
  }

  .md\:first\:m-20:first-child {
    margin: 20px;
  }

  .md\:first\:m-22:first-child {
    margin: 22px;
  }

  .md\:first\:m-24:first-child {
    margin: 24px;
  }

  .md\:first\:m-25:first-child {
    margin: 25px;
  }

  .md\:first\:m-28:first-child {
    margin: 28px;
  }

  .md\:first\:m-29:first-child {
    margin: 29px;
  }

  .md\:first\:m-30:first-child {
    margin: 30px;
  }

  .md\:first\:m-32:first-child {
    margin: 32px;
  }

  .md\:first\:m-35:first-child {
    margin: 35px;
  }

  .md\:first\:m-36:first-child {
    margin: 36px;
  }

  .md\:first\:m-37:first-child {
    margin: 37px;
  }

  .md\:first\:m-40:first-child {
    margin: 40px;
  }

  .md\:first\:m-45:first-child {
    margin: 45px;
  }

  .md\:first\:m-48:first-child {
    margin: 48px;
  }

  .md\:first\:m-50:first-child {
    margin: 50px;
  }

  .md\:first\:m-55:first-child {
    margin: 55px;
  }

  .md\:first\:m-56:first-child {
    margin: 56px;
  }

  .md\:first\:m-60:first-child {
    margin: 60px;
  }

  .md\:first\:m-62:first-child {
    margin: 62px;
  }

  .md\:first\:m-64:first-child {
    margin: 64px;
  }

  .md\:first\:m-65:first-child {
    margin: 65px;
  }

  .md\:first\:m-70:first-child {
    margin: 70px;
  }

  .md\:first\:m-75:first-child {
    margin: 75px;
  }

  .md\:first\:m-80:first-child {
    margin: 80px;
  }

  .md\:first\:m-85:first-child {
    margin: 85px;
  }

  .md\:first\:m-90:first-child {
    margin: 90px;
  }

  .md\:first\:m-95:first-child {
    margin: 95px;
  }

  .md\:first\:m-96:first-child {
    margin: 96px;
  }

  .md\:first\:m-100:first-child {
    margin: 100px;
  }

  .md\:first\:m-110:first-child {
    margin: 110px;
  }

  .md\:first\:m-115:first-child {
    margin: 115px;
  }

  .md\:first\:m-120:first-child {
    margin: 120px;
  }

  .md\:first\:m-128:first-child {
    margin: 128px;
  }

  .md\:first\:m-135:first-child {
    margin: 135px;
  }

  .md\:first\:m-140:first-child {
    margin: 140px;
  }

  .md\:first\:m-145:first-child {
    margin: 145px;
  }

  .md\:first\:m-150:first-child {
    margin: 150px;
  }

  .md\:first\:m-160:first-child {
    margin: 160px;
  }

  .md\:first\:m-165:first-child {
    margin: 165px;
  }

  .md\:first\:m-168:first-child {
    margin: 168px;
  }

  .md\:first\:m-170:first-child {
    margin: 170px;
  }

  .md\:first\:m-180:first-child {
    margin: 180px;
  }

  .md\:first\:m-200:first-child {
    margin: 200px;
  }

  .md\:first\:m-220:first-child {
    margin: 220px;
  }

  .md\:first\:m-230:first-child {
    margin: 230px;
  }

  .md\:first\:m-235:first-child {
    margin: 235px;
  }

  .md\:first\:m-240:first-child {
    margin: 240px;
  }

  .md\:first\:m-250:first-child {
    margin: 250px;
  }

  .md\:first\:m-300:first-child {
    margin: 300px;
  }

  .md\:first\:m-320:first-child {
    margin: 320px;
  }

  .md\:first\:m-350:first-child {
    margin: 350px;
  }

  .md\:first\:m-375:first-child {
    margin: 375px;
  }

  .md\:first\:m-400:first-child {
    margin: 400px;
  }

  .md\:first\:m-450:first-child {
    margin: 450px;
  }

  .md\:first\:m-700:first-child {
    margin: 700px;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:m-1p:first-child {
    margin: 1%;
  }

  .md\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .md\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .md\:first\:m-11p:first-child {
    margin: 11%;
  }

  .md\:first\:m-20p:first-child {
    margin: 20%;
  }

  .md\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .md\:first\:m-25p:first-child {
    margin: 25%;
  }

  .md\:first\:m-32p:first-child {
    margin: 32%;
  }

  .md\:first\:m-35p:first-child {
    margin: 35%;
  }

  .md\:first\:m-40p:first-child {
    margin: 40%;
  }

  .md\:first\:m-49p:first-child {
    margin: 49%;
  }

  .md\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .md\:first\:m-80p:first-child {
    margin: 80%;
  }

  .md\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .md\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .md\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .md\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .md\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .md\:first\:m-90p:first-child {
    margin: 90%;
  }

  .md\:first\:m-92p:first-child {
    margin: 92%;
  }

  .md\:first\:m-93p:first-child {
    margin: 93%;
  }

  .md\:first\:m-94p:first-child {
    margin: 94%;
  }

  .md\:first\:m-95p:first-child {
    margin: 95%;
  }

  .md\:first\:m-96p:first-child {
    margin: 96%;
  }

  .md\:first\:m-100p:first-child {
    margin: 100%;
  }

  .md\:first\:-m-0:first-child {
    margin: 0px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -3px;
  }

  .md\:first\:-m-4:first-child {
    margin: -4px;
  }

  .md\:first\:-m-5:first-child {
    margin: -5px;
  }

  .md\:first\:-m-6:first-child {
    margin: -6px;
  }

  .md\:first\:-m-8:first-child {
    margin: -8px;
  }

  .md\:first\:-m-9:first-child {
    margin: -9px;
  }

  .md\:first\:-m-10:first-child {
    margin: -10px;
  }

  .md\:first\:-m-12:first-child {
    margin: -12px;
  }

  .md\:first\:-m-13:first-child {
    margin: -13px;
  }

  .md\:first\:-m-14:first-child {
    margin: -14px;
  }

  .md\:first\:-m-15:first-child {
    margin: -15px;
  }

  .md\:first\:-m-16:first-child {
    margin: -16px;
  }

  .md\:first\:-m-17:first-child {
    margin: -17px;
  }

  .md\:first\:-m-18:first-child {
    margin: -18px;
  }

  .md\:first\:-m-20:first-child {
    margin: -20px;
  }

  .md\:first\:-m-22:first-child {
    margin: -22px;
  }

  .md\:first\:-m-24:first-child {
    margin: -24px;
  }

  .md\:first\:-m-25:first-child {
    margin: -25px;
  }

  .md\:first\:-m-28:first-child {
    margin: -28px;
  }

  .md\:first\:-m-29:first-child {
    margin: -29px;
  }

  .md\:first\:-m-30:first-child {
    margin: -30px;
  }

  .md\:first\:-m-32:first-child {
    margin: -32px;
  }

  .md\:first\:-m-35:first-child {
    margin: -35px;
  }

  .md\:first\:-m-36:first-child {
    margin: -36px;
  }

  .md\:first\:-m-37:first-child {
    margin: -37px;
  }

  .md\:first\:-m-40:first-child {
    margin: -40px;
  }

  .md\:first\:-m-45:first-child {
    margin: -45px;
  }

  .md\:first\:-m-48:first-child {
    margin: -48px;
  }

  .md\:first\:-m-50:first-child {
    margin: -50px;
  }

  .md\:first\:-m-55:first-child {
    margin: -55px;
  }

  .md\:first\:-m-56:first-child {
    margin: -56px;
  }

  .md\:first\:-m-60:first-child {
    margin: -60px;
  }

  .md\:first\:-m-62:first-child {
    margin: -62px;
  }

  .md\:first\:-m-64:first-child {
    margin: -64px;
  }

  .md\:first\:-m-65:first-child {
    margin: -65px;
  }

  .md\:first\:-m-70:first-child {
    margin: -70px;
  }

  .md\:first\:-m-75:first-child {
    margin: -75px;
  }

  .md\:first\:-m-80:first-child {
    margin: -80px;
  }

  .md\:first\:-m-85:first-child {
    margin: -85px;
  }

  .md\:first\:-m-90:first-child {
    margin: -90px;
  }

  .md\:first\:-m-95:first-child {
    margin: -95px;
  }

  .md\:first\:-m-96:first-child {
    margin: -96px;
  }

  .md\:first\:-m-100:first-child {
    margin: -100px;
  }

  .md\:first\:-m-110:first-child {
    margin: -110px;
  }

  .md\:first\:-m-115:first-child {
    margin: -115px;
  }

  .md\:first\:-m-120:first-child {
    margin: -120px;
  }

  .md\:first\:-m-128:first-child {
    margin: -128px;
  }

  .md\:first\:-m-135:first-child {
    margin: -135px;
  }

  .md\:first\:-m-140:first-child {
    margin: -140px;
  }

  .md\:first\:-m-145:first-child {
    margin: -145px;
  }

  .md\:first\:-m-150:first-child {
    margin: -150px;
  }

  .md\:first\:-m-160:first-child {
    margin: -160px;
  }

  .md\:first\:-m-165:first-child {
    margin: -165px;
  }

  .md\:first\:-m-168:first-child {
    margin: -168px;
  }

  .md\:first\:-m-170:first-child {
    margin: -170px;
  }

  .md\:first\:-m-180:first-child {
    margin: -180px;
  }

  .md\:first\:-m-200:first-child {
    margin: -200px;
  }

  .md\:first\:-m-220:first-child {
    margin: -220px;
  }

  .md\:first\:-m-230:first-child {
    margin: -230px;
  }

  .md\:first\:-m-235:first-child {
    margin: -235px;
  }

  .md\:first\:-m-240:first-child {
    margin: -240px;
  }

  .md\:first\:-m-250:first-child {
    margin: -250px;
  }

  .md\:first\:-m-300:first-child {
    margin: -300px;
  }

  .md\:first\:-m-320:first-child {
    margin: -320px;
  }

  .md\:first\:-m-350:first-child {
    margin: -350px;
  }

  .md\:first\:-m-375:first-child {
    margin: -375px;
  }

  .md\:first\:-m-400:first-child {
    margin: -400px;
  }

  .md\:first\:-m-450:first-child {
    margin: -450px;
  }

  .md\:first\:-m-700:first-child {
    margin: -700px;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .md\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .md\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .md\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .md\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .md\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .md\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .md\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .md\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .md\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .md\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .md\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .md\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .md\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .md\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .md\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .md\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .md\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .md\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .md\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .md\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .md\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .md\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .md\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .md\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .md\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .md\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .md\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .md\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .md\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .md\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .md\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .md\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .md\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .md\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .md\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .md\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .md\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .md\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .md\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .md\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .md\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .md\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .md\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .md\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .md\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .md\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .md\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .md\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .md\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .md\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .md\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .md\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .md\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .md\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .md\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .md\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .md\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .md\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .md\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .md\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .md\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .md\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .md\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .md\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .md\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .md\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .md\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .md\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .md\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .md\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .md\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .md\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .md\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .md\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .md\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .md\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .md\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .md\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .md\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .md\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .md\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .md\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .md\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .md\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .md\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .md\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .md\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .md\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .md\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .md\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .md\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .md\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .md\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .md\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .md\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .md\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .md\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .md\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .md\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .md\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .md\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .md\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .md\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .md\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .md\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .md\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .md\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .md\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .md\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .md\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .md\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .md\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .md\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .md\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .md\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .md\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .md\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .md\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .md\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .md\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .md\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .md\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .md\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .md\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .md\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .md\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .md\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .md\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .md\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .md\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .md\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .md\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .md\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .md\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .md\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .md\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .md\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .md\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .md\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .md\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .md\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .md\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .md\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .md\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .md\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .md\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .md\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .md\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .md\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .md\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .md\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .md\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .md\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .md\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .md\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .md\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .md\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .md\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .md\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .md\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .md\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .md\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .md\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .md\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .md\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .md\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .md\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .md\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .md\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .md\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .md\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .md\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .md\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .md\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .md\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .md\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .md\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .md\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .md\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .md\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .md\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .md\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .md\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .md\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .md\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .md\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .md\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .md\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .md\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .md\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .md\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .md\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .md\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .md\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .md\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .md\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .md\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .md\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .md\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .md\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .md\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .md\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .md\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .md\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .md\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .md\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .md\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .md\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .md\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .md\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .md\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .md\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .md\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .md\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .md\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .md\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .md\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .md\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .md\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .md\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .md\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .md\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .md\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .md\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .md\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .md\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .md\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .md\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .md\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .md\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .md\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .md\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .md\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .md\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .md\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .md\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .md\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .md\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .md\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .md\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .md\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .md\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .md\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .md\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .md\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .md\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .md\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .md\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .md\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .md\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .md\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .md\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .md\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .md\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .md\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .md\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .md\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .md\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .md\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .md\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .md\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .md\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .md\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .md\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .md\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .md\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .md\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .md\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .md\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .md\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .md\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .md\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .md\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .md\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .md\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .md\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .md\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .md\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .md\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .md\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .md\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .md\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .md\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .md\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .md\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .md\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .md\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .md\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .md\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .md\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .md\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .md\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .md\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .md\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .md\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .md\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .md\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .md\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .md\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .md\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .md\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .md\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .md\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .md\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .md\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .md\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .md\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .md\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .md\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .md\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .md\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .md\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .md\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .md\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .md\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .md\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .md\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .md\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .md\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .md\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .md\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .md\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .md\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .md\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .md\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .md\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .md\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .md\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .md\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .md\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .md\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .md\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .md\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .md\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .md\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .md\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .md\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .md\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .md\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .md\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .md\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .md\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .md\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .md\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .md\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .md\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .md\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .md\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .md\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .md\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .md\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .md\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .md\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .md\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .md\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .md\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .md\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .md\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .md\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .md\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .md\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .md\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .md\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .md\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .md\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .md\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .md\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .md\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .md\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .md\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .md\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .md\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .md\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .md\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .md\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .md\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .md\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .md\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .md\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .md\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .md\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .md\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .md\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .md\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .md\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .md\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .md\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .md\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .md\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .md\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .md\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .md\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .md\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .md\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .md\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .md\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .md\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .md\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .md\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .md\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .md\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .md\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .md\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .md\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .md\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .md\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .md\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .md\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .md\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .md\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .md\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .md\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .md\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .md\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .md\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .md\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .md\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .md\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .md\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .md\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .md\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .md\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .md\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .md\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .md\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .md\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .md\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .md\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .md\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .md\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .md\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .md\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .md\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .md\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .md\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .md\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .md\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .md\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .md\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .md\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .md\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .md\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .md\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .md\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .md\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .md\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .md\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .md\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .md\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .md\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .md\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .md\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .md\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .md\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .md\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .md\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .md\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .md\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .md\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .md\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .md\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .md\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .md\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .md\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .md\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .md\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .md\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .md\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .md\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .md\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .md\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .md\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .md\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .md\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .md\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .md\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .md\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .md\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .md\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .md\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .md\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .md\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .md\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .md\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .md\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .md\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .md\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .md\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .md\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .md\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .md\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .md\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .md\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .md\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .md\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .md\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .md\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .md\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .md\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .md\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .md\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .md\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .md\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .md\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .md\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .md\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .md\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .md\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .md\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .md\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .md\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .md\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .md\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .md\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .md\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .md\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .md\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .md\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .md\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .md\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .md\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .md\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .md\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .md\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .md\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .md\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .md\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .md\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .md\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .md\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .md\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .md\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .md\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .md\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .md\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .md\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .md\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .md\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .md\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .md\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .md\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .md\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .md\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .md\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .md\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .md\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .md\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .md\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .md\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .md\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .md\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .md\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .md\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .md\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .md\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .md\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .md\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .md\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .md\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .md\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .md\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .md\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .md\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .md\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .md\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .md\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .md\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .md\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .md\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .md\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .md\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .md\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .md\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .md\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .md\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .md\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .md\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .md\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .md\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .md\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .md\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .md\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .md\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .md\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .md\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .md\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .md\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .md\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .md\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .md\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .md\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .md\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .md\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .md\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .md\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .md\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .md\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .md\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .md\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .md\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .md\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .md\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .md\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .md\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .md\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .md\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .md\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .md\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .md\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .md\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .md\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .md\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .md\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .md\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .md\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .md\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .md\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .md\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .md\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .md\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .md\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .md\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .md\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .md\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .md\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .md\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .md\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .md\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .md\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .md\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .md\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .md\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .md\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .md\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .md\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .md\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .md\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .md\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .md\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .md\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .md\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .md\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .md\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .md\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .md\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .md\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .md\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .md\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .md\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .md\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .md\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .md\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .md\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .md\:last\:m-0:last-child {
    margin: 0px;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 3px;
  }

  .md\:last\:m-4:last-child {
    margin: 4px;
  }

  .md\:last\:m-5:last-child {
    margin: 5px;
  }

  .md\:last\:m-6:last-child {
    margin: 6px;
  }

  .md\:last\:m-8:last-child {
    margin: 8px;
  }

  .md\:last\:m-9:last-child {
    margin: 9px;
  }

  .md\:last\:m-10:last-child {
    margin: 10px;
  }

  .md\:last\:m-12:last-child {
    margin: 12px;
  }

  .md\:last\:m-13:last-child {
    margin: 13px;
  }

  .md\:last\:m-14:last-child {
    margin: 14px;
  }

  .md\:last\:m-15:last-child {
    margin: 15px;
  }

  .md\:last\:m-16:last-child {
    margin: 16px;
  }

  .md\:last\:m-17:last-child {
    margin: 17px;
  }

  .md\:last\:m-18:last-child {
    margin: 18px;
  }

  .md\:last\:m-20:last-child {
    margin: 20px;
  }

  .md\:last\:m-22:last-child {
    margin: 22px;
  }

  .md\:last\:m-24:last-child {
    margin: 24px;
  }

  .md\:last\:m-25:last-child {
    margin: 25px;
  }

  .md\:last\:m-28:last-child {
    margin: 28px;
  }

  .md\:last\:m-29:last-child {
    margin: 29px;
  }

  .md\:last\:m-30:last-child {
    margin: 30px;
  }

  .md\:last\:m-32:last-child {
    margin: 32px;
  }

  .md\:last\:m-35:last-child {
    margin: 35px;
  }

  .md\:last\:m-36:last-child {
    margin: 36px;
  }

  .md\:last\:m-37:last-child {
    margin: 37px;
  }

  .md\:last\:m-40:last-child {
    margin: 40px;
  }

  .md\:last\:m-45:last-child {
    margin: 45px;
  }

  .md\:last\:m-48:last-child {
    margin: 48px;
  }

  .md\:last\:m-50:last-child {
    margin: 50px;
  }

  .md\:last\:m-55:last-child {
    margin: 55px;
  }

  .md\:last\:m-56:last-child {
    margin: 56px;
  }

  .md\:last\:m-60:last-child {
    margin: 60px;
  }

  .md\:last\:m-62:last-child {
    margin: 62px;
  }

  .md\:last\:m-64:last-child {
    margin: 64px;
  }

  .md\:last\:m-65:last-child {
    margin: 65px;
  }

  .md\:last\:m-70:last-child {
    margin: 70px;
  }

  .md\:last\:m-75:last-child {
    margin: 75px;
  }

  .md\:last\:m-80:last-child {
    margin: 80px;
  }

  .md\:last\:m-85:last-child {
    margin: 85px;
  }

  .md\:last\:m-90:last-child {
    margin: 90px;
  }

  .md\:last\:m-95:last-child {
    margin: 95px;
  }

  .md\:last\:m-96:last-child {
    margin: 96px;
  }

  .md\:last\:m-100:last-child {
    margin: 100px;
  }

  .md\:last\:m-110:last-child {
    margin: 110px;
  }

  .md\:last\:m-115:last-child {
    margin: 115px;
  }

  .md\:last\:m-120:last-child {
    margin: 120px;
  }

  .md\:last\:m-128:last-child {
    margin: 128px;
  }

  .md\:last\:m-135:last-child {
    margin: 135px;
  }

  .md\:last\:m-140:last-child {
    margin: 140px;
  }

  .md\:last\:m-145:last-child {
    margin: 145px;
  }

  .md\:last\:m-150:last-child {
    margin: 150px;
  }

  .md\:last\:m-160:last-child {
    margin: 160px;
  }

  .md\:last\:m-165:last-child {
    margin: 165px;
  }

  .md\:last\:m-168:last-child {
    margin: 168px;
  }

  .md\:last\:m-170:last-child {
    margin: 170px;
  }

  .md\:last\:m-180:last-child {
    margin: 180px;
  }

  .md\:last\:m-200:last-child {
    margin: 200px;
  }

  .md\:last\:m-220:last-child {
    margin: 220px;
  }

  .md\:last\:m-230:last-child {
    margin: 230px;
  }

  .md\:last\:m-235:last-child {
    margin: 235px;
  }

  .md\:last\:m-240:last-child {
    margin: 240px;
  }

  .md\:last\:m-250:last-child {
    margin: 250px;
  }

  .md\:last\:m-300:last-child {
    margin: 300px;
  }

  .md\:last\:m-320:last-child {
    margin: 320px;
  }

  .md\:last\:m-350:last-child {
    margin: 350px;
  }

  .md\:last\:m-375:last-child {
    margin: 375px;
  }

  .md\:last\:m-400:last-child {
    margin: 400px;
  }

  .md\:last\:m-450:last-child {
    margin: 450px;
  }

  .md\:last\:m-700:last-child {
    margin: 700px;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:m-1p:last-child {
    margin: 1%;
  }

  .md\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .md\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .md\:last\:m-11p:last-child {
    margin: 11%;
  }

  .md\:last\:m-20p:last-child {
    margin: 20%;
  }

  .md\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .md\:last\:m-25p:last-child {
    margin: 25%;
  }

  .md\:last\:m-32p:last-child {
    margin: 32%;
  }

  .md\:last\:m-35p:last-child {
    margin: 35%;
  }

  .md\:last\:m-40p:last-child {
    margin: 40%;
  }

  .md\:last\:m-49p:last-child {
    margin: 49%;
  }

  .md\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .md\:last\:m-80p:last-child {
    margin: 80%;
  }

  .md\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .md\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .md\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .md\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .md\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .md\:last\:m-90p:last-child {
    margin: 90%;
  }

  .md\:last\:m-92p:last-child {
    margin: 92%;
  }

  .md\:last\:m-93p:last-child {
    margin: 93%;
  }

  .md\:last\:m-94p:last-child {
    margin: 94%;
  }

  .md\:last\:m-95p:last-child {
    margin: 95%;
  }

  .md\:last\:m-96p:last-child {
    margin: 96%;
  }

  .md\:last\:m-100p:last-child {
    margin: 100%;
  }

  .md\:last\:-m-0:last-child {
    margin: 0px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -3px;
  }

  .md\:last\:-m-4:last-child {
    margin: -4px;
  }

  .md\:last\:-m-5:last-child {
    margin: -5px;
  }

  .md\:last\:-m-6:last-child {
    margin: -6px;
  }

  .md\:last\:-m-8:last-child {
    margin: -8px;
  }

  .md\:last\:-m-9:last-child {
    margin: -9px;
  }

  .md\:last\:-m-10:last-child {
    margin: -10px;
  }

  .md\:last\:-m-12:last-child {
    margin: -12px;
  }

  .md\:last\:-m-13:last-child {
    margin: -13px;
  }

  .md\:last\:-m-14:last-child {
    margin: -14px;
  }

  .md\:last\:-m-15:last-child {
    margin: -15px;
  }

  .md\:last\:-m-16:last-child {
    margin: -16px;
  }

  .md\:last\:-m-17:last-child {
    margin: -17px;
  }

  .md\:last\:-m-18:last-child {
    margin: -18px;
  }

  .md\:last\:-m-20:last-child {
    margin: -20px;
  }

  .md\:last\:-m-22:last-child {
    margin: -22px;
  }

  .md\:last\:-m-24:last-child {
    margin: -24px;
  }

  .md\:last\:-m-25:last-child {
    margin: -25px;
  }

  .md\:last\:-m-28:last-child {
    margin: -28px;
  }

  .md\:last\:-m-29:last-child {
    margin: -29px;
  }

  .md\:last\:-m-30:last-child {
    margin: -30px;
  }

  .md\:last\:-m-32:last-child {
    margin: -32px;
  }

  .md\:last\:-m-35:last-child {
    margin: -35px;
  }

  .md\:last\:-m-36:last-child {
    margin: -36px;
  }

  .md\:last\:-m-37:last-child {
    margin: -37px;
  }

  .md\:last\:-m-40:last-child {
    margin: -40px;
  }

  .md\:last\:-m-45:last-child {
    margin: -45px;
  }

  .md\:last\:-m-48:last-child {
    margin: -48px;
  }

  .md\:last\:-m-50:last-child {
    margin: -50px;
  }

  .md\:last\:-m-55:last-child {
    margin: -55px;
  }

  .md\:last\:-m-56:last-child {
    margin: -56px;
  }

  .md\:last\:-m-60:last-child {
    margin: -60px;
  }

  .md\:last\:-m-62:last-child {
    margin: -62px;
  }

  .md\:last\:-m-64:last-child {
    margin: -64px;
  }

  .md\:last\:-m-65:last-child {
    margin: -65px;
  }

  .md\:last\:-m-70:last-child {
    margin: -70px;
  }

  .md\:last\:-m-75:last-child {
    margin: -75px;
  }

  .md\:last\:-m-80:last-child {
    margin: -80px;
  }

  .md\:last\:-m-85:last-child {
    margin: -85px;
  }

  .md\:last\:-m-90:last-child {
    margin: -90px;
  }

  .md\:last\:-m-95:last-child {
    margin: -95px;
  }

  .md\:last\:-m-96:last-child {
    margin: -96px;
  }

  .md\:last\:-m-100:last-child {
    margin: -100px;
  }

  .md\:last\:-m-110:last-child {
    margin: -110px;
  }

  .md\:last\:-m-115:last-child {
    margin: -115px;
  }

  .md\:last\:-m-120:last-child {
    margin: -120px;
  }

  .md\:last\:-m-128:last-child {
    margin: -128px;
  }

  .md\:last\:-m-135:last-child {
    margin: -135px;
  }

  .md\:last\:-m-140:last-child {
    margin: -140px;
  }

  .md\:last\:-m-145:last-child {
    margin: -145px;
  }

  .md\:last\:-m-150:last-child {
    margin: -150px;
  }

  .md\:last\:-m-160:last-child {
    margin: -160px;
  }

  .md\:last\:-m-165:last-child {
    margin: -165px;
  }

  .md\:last\:-m-168:last-child {
    margin: -168px;
  }

  .md\:last\:-m-170:last-child {
    margin: -170px;
  }

  .md\:last\:-m-180:last-child {
    margin: -180px;
  }

  .md\:last\:-m-200:last-child {
    margin: -200px;
  }

  .md\:last\:-m-220:last-child {
    margin: -220px;
  }

  .md\:last\:-m-230:last-child {
    margin: -230px;
  }

  .md\:last\:-m-235:last-child {
    margin: -235px;
  }

  .md\:last\:-m-240:last-child {
    margin: -240px;
  }

  .md\:last\:-m-250:last-child {
    margin: -250px;
  }

  .md\:last\:-m-300:last-child {
    margin: -300px;
  }

  .md\:last\:-m-320:last-child {
    margin: -320px;
  }

  .md\:last\:-m-350:last-child {
    margin: -350px;
  }

  .md\:last\:-m-375:last-child {
    margin: -375px;
  }

  .md\:last\:-m-400:last-child {
    margin: -400px;
  }

  .md\:last\:-m-450:last-child {
    margin: -450px;
  }

  .md\:last\:-m-700:last-child {
    margin: -700px;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .md\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .md\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .md\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .md\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .md\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .md\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .md\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .md\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .md\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .md\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .md\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .md\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .md\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .md\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .md\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .md\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .md\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .md\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .md\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .md\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .md\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .md\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .md\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .md\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .md\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .md\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .md\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .md\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .md\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .md\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .md\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .md\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .md\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .md\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .md\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .md\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .md\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .md\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .md\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .md\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .md\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .md\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .md\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .md\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .md\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .md\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .md\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .md\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .md\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .md\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .md\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .md\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .md\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .md\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .md\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .md\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .md\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .md\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .md\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .md\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .md\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .md\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .md\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .md\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .md\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .md\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .md\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .md\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .md\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .md\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .md\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .md\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .md\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .md\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .md\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .md\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .md\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .md\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .md\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .md\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .md\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .md\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .md\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .md\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .md\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .md\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .md\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .md\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .md\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .md\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .md\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .md\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .md\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .md\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .md\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .md\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .md\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .md\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .md\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .md\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .md\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .md\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .md\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .md\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .md\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .md\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .md\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .md\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .md\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .md\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .md\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .md\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .md\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .md\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .md\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .md\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .md\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .md\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .md\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .md\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .md\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .md\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .md\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .md\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .md\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .md\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .md\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .md\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .md\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .md\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .md\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .md\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .md\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .md\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .md\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .md\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .md\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .md\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .md\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .md\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .md\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .md\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .md\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .md\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .md\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .md\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .md\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .md\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .md\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .md\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .md\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .md\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .md\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .md\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .md\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .md\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .md\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .md\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .md\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .md\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .md\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .md\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .md\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .md\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .md\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .md\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .md\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .md\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .md\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .md\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .md\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .md\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .md\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .md\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .md\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .md\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .md\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .md\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .md\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .md\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .md\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .md\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .md\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .md\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .md\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .md\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .md\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .md\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .md\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .md\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .md\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .md\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .md\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .md\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .md\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .md\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .md\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .md\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .md\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .md\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .md\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .md\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .md\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .md\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .md\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .md\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .md\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .md\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .md\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .md\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .md\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .md\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .md\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .md\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .md\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .md\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .md\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .md\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .md\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .md\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .md\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .md\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .md\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .md\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .md\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .md\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .md\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .md\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .md\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .md\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .md\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .md\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .md\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .md\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .md\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .md\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .md\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .md\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .md\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .md\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .md\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .md\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .md\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .md\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .md\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .md\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .md\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .md\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .md\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .md\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .md\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .md\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .md\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .md\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .md\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .md\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .md\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .md\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .md\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .md\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .md\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .md\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .md\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .md\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .md\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .md\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .md\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .md\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .md\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .md\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .md\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .md\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .md\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .md\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .md\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .md\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .md\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .md\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .md\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .md\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .md\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .md\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .md\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .md\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .md\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .md\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .md\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .md\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .md\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .md\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .md\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .md\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .md\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .md\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .md\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .md\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .md\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .md\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .md\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .md\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .md\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .md\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .md\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .md\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .md\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .md\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .md\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .md\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .md\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .md\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .md\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .md\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .md\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .md\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .md\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .md\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .md\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .md\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .md\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .md\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .md\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .md\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .md\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .md\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .md\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .md\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .md\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .md\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .md\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .md\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .md\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .md\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .md\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .md\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .md\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .md\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .md\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .md\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .md\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .md\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .md\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .md\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .md\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .md\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .md\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .md\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .md\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .md\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .md\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .md\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .md\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .md\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .md\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .md\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .md\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .md\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .md\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .md\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .md\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .md\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .md\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .md\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .md\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .md\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .md\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .md\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .md\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .md\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .md\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .md\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .md\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .md\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .md\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .md\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .md\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .md\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .md\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .md\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .md\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .md\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .md\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .md\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .md\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .md\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .md\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .md\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .md\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .md\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .md\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .md\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .md\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .md\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .md\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .md\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .md\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .md\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .md\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .md\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .md\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .md\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .md\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .md\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .md\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .md\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .md\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .md\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .md\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .md\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .md\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .md\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .md\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .md\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .md\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .md\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .md\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .md\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .md\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .md\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .md\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .md\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .md\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .md\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .md\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .md\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .md\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .md\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .md\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .md\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .md\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .md\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .md\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .md\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .md\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .md\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .md\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .md\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .md\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .md\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .md\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .md\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .md\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .md\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .md\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .md\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .md\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .md\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .md\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .md\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .md\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .md\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .md\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .md\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .md\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .md\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .md\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .md\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .md\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .md\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .md\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .md\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .md\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .md\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .md\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .md\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .md\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .md\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .md\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .md\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .md\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .md\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .md\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .md\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .md\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .md\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .md\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .md\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .md\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .md\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .md\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .md\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .md\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .md\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .md\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .md\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .md\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .md\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .md\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .md\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .md\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .md\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .md\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .md\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .md\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .md\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .md\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .md\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .md\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .md\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .md\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .md\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .md\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .md\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .md\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .md\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .md\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .md\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .md\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .md\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .md\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .md\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .md\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .md\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .md\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .md\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .md\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .md\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .md\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .md\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .md\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .md\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .md\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .md\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .md\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .md\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .md\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .md\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .md\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .md\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .md\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .md\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .md\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .md\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .md\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .md\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .md\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .md\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .md\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .md\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .md\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .md\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .md\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .md\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .md\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .md\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .md\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .md\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .md\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .md\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .md\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .md\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .md\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .md\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .md\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .md\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .md\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .md\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .md\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .md\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .md\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .md\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .md\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .md\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .md\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .md\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .md\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .md\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .md\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .md\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .md\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .md\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .md\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .md\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .md\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .md\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .md\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .md\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .md\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .md\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .md\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .md\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .md\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .md\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .md\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .md\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .md\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .md\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .md\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .md\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .md\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .md\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .md\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .md\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .md\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .md\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .md\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .md\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .md\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .md\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .md\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .md\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .md\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .md\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .md\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .md\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .md\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .md\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .md\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .md\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .md\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .md\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .md\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .md\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .md\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .md\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .md\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .md\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .md\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .md\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .md\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .md\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .md\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .md\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .md\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .md\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .md\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .md\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .md\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .md\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .md\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .md\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .md\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .md\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .md\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .md\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .md\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .md\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .md\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .md\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .md\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .md\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .md\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .md\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .md\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .md\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .md\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .md\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .md\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .md\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .md\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .md\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .md\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .md\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .md\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .md\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .md\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .md\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .md\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .md\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .md\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .md\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .md\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .md\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .md\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .md\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .md\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .md\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .md\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .md\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .md\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .md\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .md\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .md\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .md\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .md\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .md\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .md\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .md\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .md\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .md\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .md\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .md\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .md\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .md\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .md\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .md\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .md\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .md\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .md\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .md\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .md\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .md\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .md\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .md\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .md\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .md\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .md\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .md\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .md\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .md\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .md\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .md\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .md\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .md\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .md\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .md\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .md\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .md\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .md\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .md\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .md\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .md\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .md\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .md\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .md\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .md\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .md\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .md\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .md\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .md\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .md\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .md\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .md\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .md\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .md\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .md\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .md\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .md\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .md\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .md\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .md\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .md\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .md\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .md\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .md\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .md\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .md\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .md\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .md\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .md\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .md\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .md\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .md\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .md\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .md\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .md\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .md\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .md\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .md\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .md\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .md\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .md\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .md\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .md\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .md\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .md\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .md\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .md\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .md\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .md\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .md\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .md\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .md\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .md\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .md\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .md\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .md\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .md\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .md\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .md\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .md\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .md\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .md\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .md\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .md\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .md\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .md\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .md\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .md\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .md\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .md\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .md\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .md\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .md\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .md\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .md\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .md\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .md\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .md\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .md\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .md\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .md\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .md\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .md\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .md\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .md\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .md\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .md\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .md\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .md\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .md\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .md\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .md\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .md\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .md\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .md\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .md\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .md\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .md\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .md\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .md\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .md\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .md\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .md\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .md\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .md\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .md\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .md\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .md\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .md\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .md\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .md\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .md\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .md\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .md\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .md\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .md\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .md\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .md\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .md\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .md\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .md\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .md\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .md\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .md\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .md\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .md\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .md\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .md\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .md\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .md\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .md\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .md\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .md\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .md\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .md\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .md\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .md\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .md\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .md\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .md\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .md\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .md\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .md\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .md\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .md\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .md\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .md\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .md\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .md\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .md\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .md\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .md\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .md\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .md\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .md\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .md\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .md\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .md\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .md\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .md\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .md\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .md\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .md\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .md\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .md\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .md\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .md\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .md\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .md\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .md\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .md\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .md\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .md\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .md\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .md\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .md\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .md\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .md\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .md\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .md\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .md\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .md\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .md\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .md\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .md\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .md\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .md\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .md\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .md\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .md\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .md\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .md\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .md\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .md\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .md\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .md\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .md\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .md\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .md\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .md\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .md\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .md\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .md\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .md\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .md\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .md\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .md\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .md\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .md\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .md\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .md\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .md\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .md\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .md\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .md\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .md\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .md\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .md\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .md\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .md\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .md\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .md\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .md\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .md\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .md\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .md\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .md\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .md\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .md\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .md\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .md\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .md\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .md\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .md\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .md\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .md\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .md\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .md\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .md\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .md\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .md\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .md\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .md\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .md\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .md\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .md\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .md\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .md\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .md\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .md\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .md\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .md\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .md\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .md\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .md\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .md\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .md\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .md\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .md\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .md\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .md\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .md\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .md\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .md\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .md\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .md\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .md\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .md\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .md\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .md\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .md\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .md\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .md\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .md\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .md\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .md\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .md\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .md\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .md\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .md\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .md\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .md\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .md\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .md\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .md\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .md\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .md\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .md\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .md\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .md\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .md\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .md\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .md\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .md\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .md\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .md\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .md\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .md\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .md\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .md\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .md\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .md\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .md\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .md\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .md\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .md\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .md\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .md\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .md\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .md\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .md\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .md\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .md\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .md\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .md\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .md\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .md\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .md\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .md\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .md\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .md\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .md\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .md\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .md\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .md\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .md\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .md\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .md\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .md\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .md\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .md\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .md\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .md\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .md\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .md\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .md\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .md\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .md\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .md\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .md\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .md\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .md\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .md\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .md\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .md\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .md\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .md\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .md\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .md\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .md\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .md\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .md\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .md\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .md\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .md\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .md\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .md\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .md\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .md\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .md\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .md\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .md\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .md\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .md\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .md\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .md\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .md\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .md\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .md\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .md\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .md\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .md\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .md\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .md\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .md\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .md\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .md\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .md\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .md\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .md\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .md\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .md\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .md\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .md\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .md\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .md\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .md\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .md\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .md\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .md\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .md\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .md\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .md\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .md\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .md\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .md\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .md\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .md\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .md\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .md\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .md\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .md\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .md\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .md\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .md\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .md\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .md\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .md\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .md\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .md\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .md\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .md\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .md\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .md\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .md\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .md\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .md\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .md\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .md\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .md\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .md\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .md\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .md\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .md\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .md\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .md\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .md\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .md\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .md\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .md\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .md\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .md\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .md\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .md\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .md\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .md\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .md\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .md\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .md\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .md\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .md\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .md\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .md\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .md\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .md\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .md\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .md\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .md\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .md\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .md\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .md\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .md\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .md\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .md\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .md\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .md\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .md\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .md\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .md\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .md\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .md\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .md\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .md\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .md\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .md\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .md\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .md\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .md\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .md\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .md\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .md\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .md\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .md\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .md\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .md\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .md\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .md\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .md\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .md\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .md\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .md\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .md\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .md\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .md\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .md\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .md\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .md\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .md\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .md\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .md\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .md\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .md\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .md\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .md\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .md\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .md\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .md\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .md\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .md\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .md\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .md\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .md\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .md\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .md\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .md\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .md\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .md\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .md\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .md\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .md\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .md\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .md\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .md\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .md\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .md\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .md\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .md\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .md\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .md\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .md\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .md\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .md\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .md\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .md\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .md\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .md\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .md\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .md\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .md\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .md\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .md\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .md\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .md\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .md\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .md\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .md\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .md\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .md\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .md\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .md\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .md\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .md\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .md\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .md\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .md\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .md\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .md\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .md\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .md\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .md\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .md\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .md\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .md\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .md\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .md\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .md\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .md\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .md\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .md\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .md\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .md\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .md\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .md\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .md\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .md\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .md\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .md\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .md\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .md\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .md\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .md\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .md\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .md\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .md\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .md\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .md\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .md\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .md\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .md\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .md\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .md\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .md\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .md\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .md\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .md\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .md\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .md\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .md\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .md\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .md\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .md\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .md\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .md\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .md\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .md\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .md\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .md\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .md\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .md\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .md\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .md\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .md\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .md\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .md\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .md\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .md\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .md\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .md\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .md\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .md\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .md\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .md\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .md\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .md\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .md\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .md\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .md\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .md\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .md\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .md\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .md\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .md\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .md\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .md\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .md\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .md\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .md\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .md\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .md\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .md\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .md\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .md\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .md\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .md\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .md\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .md\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .md\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .md\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .md\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .md\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .md\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .md\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .md\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .md\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .md\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .md\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .md\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .md\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .md\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .md\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .md\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .md\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .md\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .md\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .md\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .md\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .md\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .md\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .md\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .md\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .md\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .md\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .md\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .md\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .md\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .md\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .md\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .md\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .md\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .md\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .md\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .md\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .md\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .md\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .md\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .md\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .md\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .md\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .md\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .md\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .md\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .md\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .md\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .md\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .md\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .md\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .md\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .md\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .md\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .md\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .md\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .md\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .md\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .md\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .md\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .md\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .md\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .md\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .md\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .md\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .md\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .md\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .md\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .md\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .md\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .md\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .md\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .md\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .md\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .md\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .md\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .md\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .md\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .md\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .md\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .md\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .md\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .md\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .md\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .md\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .md\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .md\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .md\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .md\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .md\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .md\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .md\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .md\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .md\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .md\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .md\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .md\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .md\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .md\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .md\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .md\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .md\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .md\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .md\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .md\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .md\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .md\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .md\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .md\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .md\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .md\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .md\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .md\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .md\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .md\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .md\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .md\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .md\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .md\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .md\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .md\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .md\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .md\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .md\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .md\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .md\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .md\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .md\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .md\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .md\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .md\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .md\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .md\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .md\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .md\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .md\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .md\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .md\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .md\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .md\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .md\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .md\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .md\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .md\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .md\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .md\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .md\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .md\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .md\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .md\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .md\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .md\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .md\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .md\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .md\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .md\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .md\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .md\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .md\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .md\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .md\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .md\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .md\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .md\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .md\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .md\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .md\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .md\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .md\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .md\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .md\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .md\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .md\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .md\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .md\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .md\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .md\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .md\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .md\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .md\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .md\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .md\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .md\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .md\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .md\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .md\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .md\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .md\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .md\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .md\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .md\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .md\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .md\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .md\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .md\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .md\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .md\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .md\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .md\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .md\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .md\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .md\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .md\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .md\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .md\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .md\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .md\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .md\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .md\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .md\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .md\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .md\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .md\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .md\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .md\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .md\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .md\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .md\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .md\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .md\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .md\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .md\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .md\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .md\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .md\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .md\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .md\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .md\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .md\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .md\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .md\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .md\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .md\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .md\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .md\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .md\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .md\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .md\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .md\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .md\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .md\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .md\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .md\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .md\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .md\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .md\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .md\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .md\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .md\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .md\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .md\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .md\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .md\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .md\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .md\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .md\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .md\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .md\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .md\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .md\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .md\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .md\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .md\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .md\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .md\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .md\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .md\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .md\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .md\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .md\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .md\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .md\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .md\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .md\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .md\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .md\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .md\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .md\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .md\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .md\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .md\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .md\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .md\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .md\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .md\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .md\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .md\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .md\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .md\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .md\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .md\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .md\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .md\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .md\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .md\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .md\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .md\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .md\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .md\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .md\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .md\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .md\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .md\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .md\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .md\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .md\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .md\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .md\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .md\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .md\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .md\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .md\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .md\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .md\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .md\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .md\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .md\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .md\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .md\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .md\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .md\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .md\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .md\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .md\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .md\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .md\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .md\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .md\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .md\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .md\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .md\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .md\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .md\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .md\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .md\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .md\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .md\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .md\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .md\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .md\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .md\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .md\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .md\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .md\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .md\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .md\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .md\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .md\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .md\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .md\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .md\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .md\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .md\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .md\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .md\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .md\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .md\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .md\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .md\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .md\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .md\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .md\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .md\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .md\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .md\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .md\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .md\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .md\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .md\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .md\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .md\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .md\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .md\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .md\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .md\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .md\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .md\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .md\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .md\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .md\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .md\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .md\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .md\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .md\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .md\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .md\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .md\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .md\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .md\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .md\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .md\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .md\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .md\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .md\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .md\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .md\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .md\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .md\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .md\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .md\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .md\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .md\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .md\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .md\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .md\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .md\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .md\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .md\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .md\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .md\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .md\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .md\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .md\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .md\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .md\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .md\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .md\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .md\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .md\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .md\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .md\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .md\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .md\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .md\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .md\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .md\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .md\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .md\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .md\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .md\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .md\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .md\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .md\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .md\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .md\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .md\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .md\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .md\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .md\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .md\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .md\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .md\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .md\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .md\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .md\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .md\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .md\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .md\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .md\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .md\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .md\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .md\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .md\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .md\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .md\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .md\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .md\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .md\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .md\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .md\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .md\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .md\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .md\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .md\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .md\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .md\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .md\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .md\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .md\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .md\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .md\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .md\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .md\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .md\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .md\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .md\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .md\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .md\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .md\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .md\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .md\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .md\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .md\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .md\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .md\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .md\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .md\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .md\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .md\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .md\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .md\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .md\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .md\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .md\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .md\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .md\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .md\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .md\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .md\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .md\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .md\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .md\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .md\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .md\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .md\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .md\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .md\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .md\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .md\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .md\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .md\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .md\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .md\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .md\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .md\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .md\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .md\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .md\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .md\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .md\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .md\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .md\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .md\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .md\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .md\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .md\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .md\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .md\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .md\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .md\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .md\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .md\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .md\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .md\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .md\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .md\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .md\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .md\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .md\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .md\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .md\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .md\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .md\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .md\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .md\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .md\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .md\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .md\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .md\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .md\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .md\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .md\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .md\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .md\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .md\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .md\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .md\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .md\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .md\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .md\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .md\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .md\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .md\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .md\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .md\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .md\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .md\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .md\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .md\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .md\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .md\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .md\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .md\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .md\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .md\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .md\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .md\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .md\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .md\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .md\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .md\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .md\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .md\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .md\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .md\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .md\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .md\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .md\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .md\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .md\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .md\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .md\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .md\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .md\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .md\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .md\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .md\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .md\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .md\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .md\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .md\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .md\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .md\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .md\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .md\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .md\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .md\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .md\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .md\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .md\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .md\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .md\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .md\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .md\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .md\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .md\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .md\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .md\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .md\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .md\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .md\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .md\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .md\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .md\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .md\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .md\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .md\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .md\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .md\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .md\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .md\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .md\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .md\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .md\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .md\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .md\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .md\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .md\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .md\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-15 {
    max-height: 15px;
  }

  .md\:max-h-250 {
    max-height: 250px;
  }

  .md\:max-h-300 {
    max-height: 300px;
  }

  .md\:max-h-400 {
    max-height: 400px;
  }

  .md\:max-h-450 {
    max-height: 450px;
  }

  .md\:max-h-500 {
    max-height: 500px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-h-80vh {
    max-height: 80vh;
  }

  .md\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .md\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .md\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .md\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .md\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .md\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .md\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .md\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .md\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .md\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .md\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .md\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .md\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .md\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .md\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .md\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .md\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .md\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .md\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .md\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .md\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .md\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .md\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .md\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .md\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .md\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .md\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .md\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .md\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .md\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .md\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .md\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .md\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .md\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .md\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .md\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .md\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .md\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .md\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .md\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .md\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .md\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .md\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .md\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .md\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .md\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .md\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .md\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .md\:max-w-30 {
    max-width: 30px;
  }

  .md\:max-w-110 {
    max-width: 110px;
  }

  .md\:max-w-150 {
    max-width: 150px;
  }

  .md\:max-w-270 {
    max-width: 270px;
  }

  .md\:max-w-300 {
    max-width: 300px;
  }

  .md\:max-w-500 {
    max-width: 500px;
  }

  .md\:max-w-900 {
    max-width: 900px;
  }

  .md\:max-w-1128 {
    max-width: 1128px;
  }

  .md\:max-w-1380 {
    max-width: 1380px;
  }

  .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-xs {
    max-width: 376px;
  }

  .md\:max-w-screen-s {
    max-width: 650px;
  }

  .md\:max-w-screen-md {
    max-width: 900px;
  }

  .md\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .md\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .md\:max-w-screen-lg {
    max-width: 1600px;
  }

  .md\:max-w-100vw {
    max-width: 100vw;
  }

  .md\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .md\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .md\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .md\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .md\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .md\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .md\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .md\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .md\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .md\:hover\:max-w-none:hover {
    max-width: none;
  }

  .md\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .md\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .md\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .md\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .md\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .md\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .md\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .md\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .md\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .md\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .md\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .md\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .md\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .md\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .md\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .md\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .md\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .md\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .md\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .md\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .md\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .md\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .md\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .md\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .md\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .md\:focus\:max-w-none:focus {
    max-width: none;
  }

  .md\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .md\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .md\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .md\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .md\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .md\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .md\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .md\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .md\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .md\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .md\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .md\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .md\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .md\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .md\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .md\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .md\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .md\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .md\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .md\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .md\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .md\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .md\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .md\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .md\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .md\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .md\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .md\:first\:max-w-none:first-child {
    max-width: none;
  }

  .md\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .md\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .md\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .md\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .md\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .md\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .md\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .md\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .md\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .md\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .md\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .md\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .md\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .md\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .md\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .md\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .md\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .md\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .md\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .md\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .md\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .md\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .md\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .md\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .md\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .md\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .md\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .md\:last\:max-w-none:last-child {
    max-width: none;
  }

  .md\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .md\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .md\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .md\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .md\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .md\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .md\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .md\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .md\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .md\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .md\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .md\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .md\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .md\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .md\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .md\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .md\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .md\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .md\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .md\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .md\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .md\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .md\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .md\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .md\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .md\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .md\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .md\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .md\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .md\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .md\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .md\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .md\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .md\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .md\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .md\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .md\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .md\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .md\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .md\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .md\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .md\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .md\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .md\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .md\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .md\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-150 {
    min-height: 150px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-h-50vh {
    min-height: 50vh;
  }

  .md\:min-h-60vh {
    min-height: 60vh;
  }

  .md\:min-h-80vh {
    min-height: 80vh;
  }

  .md\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .md\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .md\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .md\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .md\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .md\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .md\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .md\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .md\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .md\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .md\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .md\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .md\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .md\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .md\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .md\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .md\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .md\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .md\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .md\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .md\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .md\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .md\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .md\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .md\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .md\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .md\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .md\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .md\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .md\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .md\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .md\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .md\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-6 {
    min-width: 6px;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .md\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .md\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .md\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .md\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .md\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .md\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .md\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .md\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .md\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .md\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .md\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .md\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .md\:group-hover\: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\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .md\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .md\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .md\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .md\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .md\:group-hover\: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\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .md\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .md\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .md\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .md\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .md\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .md\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .md\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .md\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .md\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .md\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .md\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .md\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .md\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .md\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .md\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .md\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .md\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .md\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .md\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .md\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .md\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .md\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .md\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .md\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-15 {
    opacity: 0.15;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .md\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .md\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .md\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .md\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .md\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .md\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .md\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .md\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .md\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .md\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .md\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .md\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .md\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:hover\:outline-black:hover {
    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\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\:outline-black {
    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\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .md\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .md\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .md\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .md\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .md\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .md\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .md\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .md\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .md\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .md\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .md\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .md\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .md\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .md\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .md\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .md\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .md\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .md\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .md\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .md\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .md\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .md\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .md\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .md\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .md\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .md\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .md\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .md\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .md\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .md\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .md\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .md\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .md\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .md\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .md\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .md\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .md\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .md\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .md\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .md\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .md\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .md\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .md\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .md\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .md\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .md\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .md\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .md\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .md\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .md\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .md\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .md\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .md\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .md\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .md\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .md\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .md\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .md\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .md\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .md\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .md\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .md\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .md\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .md\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .md\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .md\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .md\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .md\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .md\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .md\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .md\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .md\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .md\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .md\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .md\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .md\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .md\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .md\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .md\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .md\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .md\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .md\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .md\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .md\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .md\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .md\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .md\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .md\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 3px;
  }

  .md\:p-4 {
    padding: 4px;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-6 {
    padding: 6px;
  }

  .md\:p-8 {
    padding: 8px;
  }

  .md\:p-9 {
    padding: 9px;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-12 {
    padding: 12px;
  }

  .md\:p-13 {
    padding: 13px;
  }

  .md\:p-14 {
    padding: 14px;
  }

  .md\:p-15 {
    padding: 15px;
  }

  .md\:p-16 {
    padding: 16px;
  }

  .md\:p-17 {
    padding: 17px;
  }

  .md\:p-18 {
    padding: 18px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-22 {
    padding: 22px;
  }

  .md\:p-24 {
    padding: 24px;
  }

  .md\:p-25 {
    padding: 25px;
  }

  .md\:p-28 {
    padding: 28px;
  }

  .md\:p-29 {
    padding: 29px;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-32 {
    padding: 32px;
  }

  .md\:p-35 {
    padding: 35px;
  }

  .md\:p-36 {
    padding: 36px;
  }

  .md\:p-37 {
    padding: 37px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-45 {
    padding: 45px;
  }

  .md\:p-48 {
    padding: 48px;
  }

  .md\:p-50 {
    padding: 50px;
  }

  .md\:p-55 {
    padding: 55px;
  }

  .md\:p-56 {
    padding: 56px;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-62 {
    padding: 62px;
  }

  .md\:p-64 {
    padding: 64px;
  }

  .md\:p-65 {
    padding: 65px;
  }

  .md\:p-70 {
    padding: 70px;
  }

  .md\:p-75 {
    padding: 75px;
  }

  .md\:p-80 {
    padding: 80px;
  }

  .md\:p-85 {
    padding: 85px;
  }

  .md\:p-90 {
    padding: 90px;
  }

  .md\:p-95 {
    padding: 95px;
  }

  .md\:p-96 {
    padding: 96px;
  }

  .md\:p-100 {
    padding: 100px;
  }

  .md\:p-110 {
    padding: 110px;
  }

  .md\:p-115 {
    padding: 115px;
  }

  .md\:p-120 {
    padding: 120px;
  }

  .md\:p-128 {
    padding: 128px;
  }

  .md\:p-135 {
    padding: 135px;
  }

  .md\:p-140 {
    padding: 140px;
  }

  .md\:p-145 {
    padding: 145px;
  }

  .md\:p-150 {
    padding: 150px;
  }

  .md\:p-160 {
    padding: 160px;
  }

  .md\:p-165 {
    padding: 165px;
  }

  .md\:p-168 {
    padding: 168px;
  }

  .md\:p-170 {
    padding: 170px;
  }

  .md\:p-180 {
    padding: 180px;
  }

  .md\:p-200 {
    padding: 200px;
  }

  .md\:p-220 {
    padding: 220px;
  }

  .md\:p-230 {
    padding: 230px;
  }

  .md\:p-235 {
    padding: 235px;
  }

  .md\:p-240 {
    padding: 240px;
  }

  .md\:p-250 {
    padding: 250px;
  }

  .md\:p-300 {
    padding: 300px;
  }

  .md\:p-320 {
    padding: 320px;
  }

  .md\:p-350 {
    padding: 350px;
  }

  .md\:p-375 {
    padding: 375px;
  }

  .md\:p-400 {
    padding: 400px;
  }

  .md\:p-450 {
    padding: 450px;
  }

  .md\:p-700 {
    padding: 700px;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-1p {
    padding: 1%;
  }

  .md\:p-1\/12 {
    padding: 8.3333%;
  }

  .md\:p-2\/12 {
    padding: 16.666667%;
  }

  .md\:p-11p {
    padding: 11%;
  }

  .md\:p-20p {
    padding: 20%;
  }

  .md\:p-24p {
    padding: 24.25%;
  }

  .md\:p-25p {
    padding: 25%;
  }

  .md\:p-32p {
    padding: 32%;
  }

  .md\:p-35p {
    padding: 35%;
  }

  .md\:p-40p {
    padding: 40%;
  }

  .md\:p-49p {
    padding: 49%;
  }

  .md\:p-49-5p {
    padding: 49.5%;
  }

  .md\:p-80p {
    padding: 80%;
  }

  .md\:p-vh80 {
    padding: 80vh;
  }

  .md\:p-vh86 {
    padding: 86vh;
  }

  .md\:p-vh90 {
    padding: 90vh;
  }

  .md\:p-vw80 {
    padding: 80vw;
  }

  .md\:p-vw90 {
    padding: 90vw;
  }

  .md\:p-90p {
    padding: 90%;
  }

  .md\:p-92p {
    padding: 92%;
  }

  .md\:p-93p {
    padding: 93%;
  }

  .md\:p-94p {
    padding: 94%;
  }

  .md\:p-95p {
    padding: 95%;
  }

  .md\:p-96p {
    padding: 96%;
  }

  .md\:p-100p {
    padding: 100%;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .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-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 3px;
  }

  .md\:pr-3 {
    padding-right: 3px;
  }

  .md\:pb-3 {
    padding-bottom: 3px;
  }

  .md\:pl-3 {
    padding-left: 3px;
  }

  .md\:pt-4 {
    padding-top: 4px;
  }

  .md\:pr-4 {
    padding-right: 4px;
  }

  .md\:pb-4 {
    padding-bottom: 4px;
  }

  .md\:pl-4 {
    padding-left: 4px;
  }

  .md\:pt-5 {
    padding-top: 5px;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

  .md\:pt-6 {
    padding-top: 6px;
  }

  .md\:pr-6 {
    padding-right: 6px;
  }

  .md\:pb-6 {
    padding-bottom: 6px;
  }

  .md\:pl-6 {
    padding-left: 6px;
  }

  .md\:pt-8 {
    padding-top: 8px;
  }

  .md\:pr-8 {
    padding-right: 8px;
  }

  .md\:pb-8 {
    padding-bottom: 8px;
  }

  .md\:pl-8 {
    padding-left: 8px;
  }

  .md\:pt-9 {
    padding-top: 9px;
  }

  .md\:pr-9 {
    padding-right: 9px;
  }

  .md\:pb-9 {
    padding-bottom: 9px;
  }

  .md\:pl-9 {
    padding-left: 9px;
  }

  .md\:pt-10 {
    padding-top: 10px;
  }

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

  .md\:pt-12 {
    padding-top: 12px;
  }

  .md\:pr-12 {
    padding-right: 12px;
  }

  .md\:pb-12 {
    padding-bottom: 12px;
  }

  .md\:pl-12 {
    padding-left: 12px;
  }

  .md\:pt-13 {
    padding-top: 13px;
  }

  .md\:pr-13 {
    padding-right: 13px;
  }

  .md\:pb-13 {
    padding-bottom: 13px;
  }

  .md\:pl-13 {
    padding-left: 13px;
  }

  .md\:pt-14 {
    padding-top: 14px;
  }

  .md\:pr-14 {
    padding-right: 14px;
  }

  .md\:pb-14 {
    padding-bottom: 14px;
  }

  .md\:pl-14 {
    padding-left: 14px;
  }

  .md\:pt-15 {
    padding-top: 15px;
  }

  .md\:pr-15 {
    padding-right: 15px;
  }

  .md\:pb-15 {
    padding-bottom: 15px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

  .md\:pt-16 {
    padding-top: 16px;
  }

  .md\:pr-16 {
    padding-right: 16px;
  }

  .md\:pb-16 {
    padding-bottom: 16px;
  }

  .md\:pl-16 {
    padding-left: 16px;
  }

  .md\:pt-17 {
    padding-top: 17px;
  }

  .md\:pr-17 {
    padding-right: 17px;
  }

  .md\:pb-17 {
    padding-bottom: 17px;
  }

  .md\:pl-17 {
    padding-left: 17px;
  }

  .md\:pt-18 {
    padding-top: 18px;
  }

  .md\:pr-18 {
    padding-right: 18px;
  }

  .md\:pb-18 {
    padding-bottom: 18px;
  }

  .md\:pl-18 {
    padding-left: 18px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-22 {
    padding-top: 22px;
  }

  .md\:pr-22 {
    padding-right: 22px;
  }

  .md\:pb-22 {
    padding-bottom: 22px;
  }

  .md\:pl-22 {
    padding-left: 22px;
  }

  .md\:pt-24 {
    padding-top: 24px;
  }

  .md\:pr-24 {
    padding-right: 24px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:pl-24 {
    padding-left: 24px;
  }

  .md\:pt-25 {
    padding-top: 25px;
  }

  .md\:pr-25 {
    padding-right: 25px;
  }

  .md\:pb-25 {
    padding-bottom: 25px;
  }

  .md\:pl-25 {
    padding-left: 25px;
  }

  .md\:pt-28 {
    padding-top: 28px;
  }

  .md\:pr-28 {
    padding-right: 28px;
  }

  .md\:pb-28 {
    padding-bottom: 28px;
  }

  .md\:pl-28 {
    padding-left: 28px;
  }

  .md\:pt-29 {
    padding-top: 29px;
  }

  .md\:pr-29 {
    padding-right: 29px;
  }

  .md\:pb-29 {
    padding-bottom: 29px;
  }

  .md\:pl-29 {
    padding-left: 29px;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pl-30 {
    padding-left: 30px;
  }

  .md\:pt-32 {
    padding-top: 32px;
  }

  .md\:pr-32 {
    padding-right: 32px;
  }

  .md\:pb-32 {
    padding-bottom: 32px;
  }

  .md\:pl-32 {
    padding-left: 32px;
  }

  .md\:pt-35 {
    padding-top: 35px;
  }

  .md\:pr-35 {
    padding-right: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pl-35 {
    padding-left: 35px;
  }

  .md\:pt-36 {
    padding-top: 36px;
  }

  .md\:pr-36 {
    padding-right: 36px;
  }

  .md\:pb-36 {
    padding-bottom: 36px;
  }

  .md\:pl-36 {
    padding-left: 36px;
  }

  .md\:pt-37 {
    padding-top: 37px;
  }

  .md\:pr-37 {
    padding-right: 37px;
  }

  .md\:pb-37 {
    padding-bottom: 37px;
  }

  .md\:pl-37 {
    padding-left: 37px;
  }

  .md\:pt-40 {
    padding-top: 40px;
  }

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

  .md\:pt-45 {
    padding-top: 45px;
  }

  .md\:pr-45 {
    padding-right: 45px;
  }

  .md\:pb-45 {
    padding-bottom: 45px;
  }

  .md\:pl-45 {
    padding-left: 45px;
  }

  .md\:pt-48 {
    padding-top: 48px;
  }

  .md\:pr-48 {
    padding-right: 48px;
  }

  .md\:pb-48 {
    padding-bottom: 48px;
  }

  .md\:pl-48 {
    padding-left: 48px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pr-50 {
    padding-right: 50px;
  }

  .md\:pb-50 {
    padding-bottom: 50px;
  }

  .md\:pl-50 {
    padding-left: 50px;
  }

  .md\:pt-55 {
    padding-top: 55px;
  }

  .md\:pr-55 {
    padding-right: 55px;
  }

  .md\:pb-55 {
    padding-bottom: 55px;
  }

  .md\:pl-55 {
    padding-left: 55px;
  }

  .md\:pt-56 {
    padding-top: 56px;
  }

  .md\:pr-56 {
    padding-right: 56px;
  }

  .md\:pb-56 {
    padding-bottom: 56px;
  }

  .md\:pl-56 {
    padding-left: 56px;
  }

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pl-60 {
    padding-left: 60px;
  }

  .md\:pt-62 {
    padding-top: 62px;
  }

  .md\:pr-62 {
    padding-right: 62px;
  }

  .md\:pb-62 {
    padding-bottom: 62px;
  }

  .md\:pl-62 {
    padding-left: 62px;
  }

  .md\:pt-64 {
    padding-top: 64px;
  }

  .md\:pr-64 {
    padding-right: 64px;
  }

  .md\:pb-64 {
    padding-bottom: 64px;
  }

  .md\:pl-64 {
    padding-left: 64px;
  }

  .md\:pt-65 {
    padding-top: 65px;
  }

  .md\:pr-65 {
    padding-right: 65px;
  }

  .md\:pb-65 {
    padding-bottom: 65px;
  }

  .md\:pl-65 {
    padding-left: 65px;
  }

  .md\:pt-70 {
    padding-top: 70px;
  }

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .md\:pt-75 {
    padding-top: 75px;
  }

  .md\:pr-75 {
    padding-right: 75px;
  }

  .md\:pb-75 {
    padding-bottom: 75px;
  }

  .md\:pl-75 {
    padding-left: 75px;
  }

  .md\:pt-80 {
    padding-top: 80px;
  }

  .md\:pr-80 {
    padding-right: 80px;
  }

  .md\:pb-80 {
    padding-bottom: 80px;
  }

  .md\:pl-80 {
    padding-left: 80px;
  }

  .md\:pt-85 {
    padding-top: 85px;
  }

  .md\:pr-85 {
    padding-right: 85px;
  }

  .md\:pb-85 {
    padding-bottom: 85px;
  }

  .md\:pl-85 {
    padding-left: 85px;
  }

  .md\:pt-90 {
    padding-top: 90px;
  }

  .md\:pr-90 {
    padding-right: 90px;
  }

  .md\:pb-90 {
    padding-bottom: 90px;
  }

  .md\:pl-90 {
    padding-left: 90px;
  }

  .md\:pt-95 {
    padding-top: 95px;
  }

  .md\:pr-95 {
    padding-right: 95px;
  }

  .md\:pb-95 {
    padding-bottom: 95px;
  }

  .md\:pl-95 {
    padding-left: 95px;
  }

  .md\:pt-96 {
    padding-top: 96px;
  }

  .md\:pr-96 {
    padding-right: 96px;
  }

  .md\:pb-96 {
    padding-bottom: 96px;
  }

  .md\:pl-96 {
    padding-left: 96px;
  }

  .md\:pt-100 {
    padding-top: 100px;
  }

  .md\:pr-100 {
    padding-right: 100px;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:pl-100 {
    padding-left: 100px;
  }

  .md\:pt-110 {
    padding-top: 110px;
  }

  .md\:pr-110 {
    padding-right: 110px;
  }

  .md\:pb-110 {
    padding-bottom: 110px;
  }

  .md\:pl-110 {
    padding-left: 110px;
  }

  .md\:pt-115 {
    padding-top: 115px;
  }

  .md\:pr-115 {
    padding-right: 115px;
  }

  .md\:pb-115 {
    padding-bottom: 115px;
  }

  .md\:pl-115 {
    padding-left: 115px;
  }

  .md\:pt-120 {
    padding-top: 120px;
  }

  .md\:pr-120 {
    padding-right: 120px;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pl-120 {
    padding-left: 120px;
  }

  .md\:pt-128 {
    padding-top: 128px;
  }

  .md\:pr-128 {
    padding-right: 128px;
  }

  .md\:pb-128 {
    padding-bottom: 128px;
  }

  .md\:pl-128 {
    padding-left: 128px;
  }

  .md\:pt-135 {
    padding-top: 135px;
  }

  .md\:pr-135 {
    padding-right: 135px;
  }

  .md\:pb-135 {
    padding-bottom: 135px;
  }

  .md\:pl-135 {
    padding-left: 135px;
  }

  .md\:pt-140 {
    padding-top: 140px;
  }

  .md\:pr-140 {
    padding-right: 140px;
  }

  .md\:pb-140 {
    padding-bottom: 140px;
  }

  .md\:pl-140 {
    padding-left: 140px;
  }

  .md\:pt-145 {
    padding-top: 145px;
  }

  .md\:pr-145 {
    padding-right: 145px;
  }

  .md\:pb-145 {
    padding-bottom: 145px;
  }

  .md\:pl-145 {
    padding-left: 145px;
  }

  .md\:pt-150 {
    padding-top: 150px;
  }

  .md\:pr-150 {
    padding-right: 150px;
  }

  .md\:pb-150 {
    padding-bottom: 150px;
  }

  .md\:pl-150 {
    padding-left: 150px;
  }

  .md\:pt-160 {
    padding-top: 160px;
  }

  .md\:pr-160 {
    padding-right: 160px;
  }

  .md\:pb-160 {
    padding-bottom: 160px;
  }

  .md\:pl-160 {
    padding-left: 160px;
  }

  .md\:pt-165 {
    padding-top: 165px;
  }

  .md\:pr-165 {
    padding-right: 165px;
  }

  .md\:pb-165 {
    padding-bottom: 165px;
  }

  .md\:pl-165 {
    padding-left: 165px;
  }

  .md\:pt-168 {
    padding-top: 168px;
  }

  .md\:pr-168 {
    padding-right: 168px;
  }

  .md\:pb-168 {
    padding-bottom: 168px;
  }

  .md\:pl-168 {
    padding-left: 168px;
  }

  .md\:pt-170 {
    padding-top: 170px;
  }

  .md\:pr-170 {
    padding-right: 170px;
  }

  .md\:pb-170 {
    padding-bottom: 170px;
  }

  .md\:pl-170 {
    padding-left: 170px;
  }

  .md\:pt-180 {
    padding-top: 180px;
  }

  .md\:pr-180 {
    padding-right: 180px;
  }

  .md\:pb-180 {
    padding-bottom: 180px;
  }

  .md\:pl-180 {
    padding-left: 180px;
  }

  .md\:pt-200 {
    padding-top: 200px;
  }

  .md\:pr-200 {
    padding-right: 200px;
  }

  .md\:pb-200 {
    padding-bottom: 200px;
  }

  .md\:pl-200 {
    padding-left: 200px;
  }

  .md\:pt-220 {
    padding-top: 220px;
  }

  .md\:pr-220 {
    padding-right: 220px;
  }

  .md\:pb-220 {
    padding-bottom: 220px;
  }

  .md\:pl-220 {
    padding-left: 220px;
  }

  .md\:pt-230 {
    padding-top: 230px;
  }

  .md\:pr-230 {
    padding-right: 230px;
  }

  .md\:pb-230 {
    padding-bottom: 230px;
  }

  .md\:pl-230 {
    padding-left: 230px;
  }

  .md\:pt-235 {
    padding-top: 235px;
  }

  .md\:pr-235 {
    padding-right: 235px;
  }

  .md\:pb-235 {
    padding-bottom: 235px;
  }

  .md\:pl-235 {
    padding-left: 235px;
  }

  .md\:pt-240 {
    padding-top: 240px;
  }

  .md\:pr-240 {
    padding-right: 240px;
  }

  .md\:pb-240 {
    padding-bottom: 240px;
  }

  .md\:pl-240 {
    padding-left: 240px;
  }

  .md\:pt-250 {
    padding-top: 250px;
  }

  .md\:pr-250 {
    padding-right: 250px;
  }

  .md\:pb-250 {
    padding-bottom: 250px;
  }

  .md\:pl-250 {
    padding-left: 250px;
  }

  .md\:pt-300 {
    padding-top: 300px;
  }

  .md\:pr-300 {
    padding-right: 300px;
  }

  .md\:pb-300 {
    padding-bottom: 300px;
  }

  .md\:pl-300 {
    padding-left: 300px;
  }

  .md\:pt-320 {
    padding-top: 320px;
  }

  .md\:pr-320 {
    padding-right: 320px;
  }

  .md\:pb-320 {
    padding-bottom: 320px;
  }

  .md\:pl-320 {
    padding-left: 320px;
  }

  .md\:pt-350 {
    padding-top: 350px;
  }

  .md\:pr-350 {
    padding-right: 350px;
  }

  .md\:pb-350 {
    padding-bottom: 350px;
  }

  .md\:pl-350 {
    padding-left: 350px;
  }

  .md\:pt-375 {
    padding-top: 375px;
  }

  .md\:pr-375 {
    padding-right: 375px;
  }

  .md\:pb-375 {
    padding-bottom: 375px;
  }

  .md\:pl-375 {
    padding-left: 375px;
  }

  .md\:pt-400 {
    padding-top: 400px;
  }

  .md\:pr-400 {
    padding-right: 400px;
  }

  .md\:pb-400 {
    padding-bottom: 400px;
  }

  .md\:pl-400 {
    padding-left: 400px;
  }

  .md\:pt-450 {
    padding-top: 450px;
  }

  .md\:pr-450 {
    padding-right: 450px;
  }

  .md\:pb-450 {
    padding-bottom: 450px;
  }

  .md\:pl-450 {
    padding-left: 450px;
  }

  .md\:pt-700 {
    padding-top: 700px;
  }

  .md\:pr-700 {
    padding-right: 700px;
  }

  .md\:pb-700 {
    padding-bottom: 700px;
  }

  .md\:pl-700 {
    padding-left: 700px;
  }

  .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-1p {
    padding-top: 1%;
  }

  .md\:pr-1p {
    padding-right: 1%;
  }

  .md\:pb-1p {
    padding-bottom: 1%;
  }

  .md\:pl-1p {
    padding-left: 1%;
  }

  .md\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .md\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .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-11p {
    padding-top: 11%;
  }

  .md\:pr-11p {
    padding-right: 11%;
  }

  .md\:pb-11p {
    padding-bottom: 11%;
  }

  .md\:pl-11p {
    padding-left: 11%;
  }

  .md\:pt-20p {
    padding-top: 20%;
  }

  .md\:pr-20p {
    padding-right: 20%;
  }

  .md\:pb-20p {
    padding-bottom: 20%;
  }

  .md\:pl-20p {
    padding-left: 20%;
  }

  .md\:pt-24p {
    padding-top: 24.25%;
  }

  .md\:pr-24p {
    padding-right: 24.25%;
  }

  .md\:pb-24p {
    padding-bottom: 24.25%;
  }

  .md\:pl-24p {
    padding-left: 24.25%;
  }

  .md\:pt-25p {
    padding-top: 25%;
  }

  .md\:pr-25p {
    padding-right: 25%;
  }

  .md\:pb-25p {
    padding-bottom: 25%;
  }

  .md\:pl-25p {
    padding-left: 25%;
  }

  .md\:pt-32p {
    padding-top: 32%;
  }

  .md\:pr-32p {
    padding-right: 32%;
  }

  .md\:pb-32p {
    padding-bottom: 32%;
  }

  .md\:pl-32p {
    padding-left: 32%;
  }

  .md\:pt-35p {
    padding-top: 35%;
  }

  .md\:pr-35p {
    padding-right: 35%;
  }

  .md\:pb-35p {
    padding-bottom: 35%;
  }

  .md\:pl-35p {
    padding-left: 35%;
  }

  .md\:pt-40p {
    padding-top: 40%;
  }

  .md\:pr-40p {
    padding-right: 40%;
  }

  .md\:pb-40p {
    padding-bottom: 40%;
  }

  .md\:pl-40p {
    padding-left: 40%;
  }

  .md\:pt-49p {
    padding-top: 49%;
  }

  .md\:pr-49p {
    padding-right: 49%;
  }

  .md\:pb-49p {
    padding-bottom: 49%;
  }

  .md\:pl-49p {
    padding-left: 49%;
  }

  .md\:pt-49-5p {
    padding-top: 49.5%;
  }

  .md\:pr-49-5p {
    padding-right: 49.5%;
  }

  .md\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .md\:pl-49-5p {
    padding-left: 49.5%;
  }

  .md\:pt-80p {
    padding-top: 80%;
  }

  .md\:pr-80p {
    padding-right: 80%;
  }

  .md\:pb-80p {
    padding-bottom: 80%;
  }

  .md\:pl-80p {
    padding-left: 80%;
  }

  .md\:pt-vh80 {
    padding-top: 80vh;
  }

  .md\:pr-vh80 {
    padding-right: 80vh;
  }

  .md\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .md\:pl-vh80 {
    padding-left: 80vh;
  }

  .md\:pt-vh86 {
    padding-top: 86vh;
  }

  .md\:pr-vh86 {
    padding-right: 86vh;
  }

  .md\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .md\:pl-vh86 {
    padding-left: 86vh;
  }

  .md\:pt-vh90 {
    padding-top: 90vh;
  }

  .md\:pr-vh90 {
    padding-right: 90vh;
  }

  .md\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .md\:pl-vh90 {
    padding-left: 90vh;
  }

  .md\:pt-vw80 {
    padding-top: 80vw;
  }

  .md\:pr-vw80 {
    padding-right: 80vw;
  }

  .md\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .md\:pl-vw80 {
    padding-left: 80vw;
  }

  .md\:pt-vw90 {
    padding-top: 90vw;
  }

  .md\:pr-vw90 {
    padding-right: 90vw;
  }

  .md\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .md\:pl-vw90 {
    padding-left: 90vw;
  }

  .md\:pt-90p {
    padding-top: 90%;
  }

  .md\:pr-90p {
    padding-right: 90%;
  }

  .md\:pb-90p {
    padding-bottom: 90%;
  }

  .md\:pl-90p {
    padding-left: 90%;
  }

  .md\:pt-92p {
    padding-top: 92%;
  }

  .md\:pr-92p {
    padding-right: 92%;
  }

  .md\:pb-92p {
    padding-bottom: 92%;
  }

  .md\:pl-92p {
    padding-left: 92%;
  }

  .md\:pt-93p {
    padding-top: 93%;
  }

  .md\:pr-93p {
    padding-right: 93%;
  }

  .md\:pb-93p {
    padding-bottom: 93%;
  }

  .md\:pl-93p {
    padding-left: 93%;
  }

  .md\:pt-94p {
    padding-top: 94%;
  }

  .md\:pr-94p {
    padding-right: 94%;
  }

  .md\:pb-94p {
    padding-bottom: 94%;
  }

  .md\:pl-94p {
    padding-left: 94%;
  }

  .md\:pt-95p {
    padding-top: 95%;
  }

  .md\:pr-95p {
    padding-right: 95%;
  }

  .md\:pb-95p {
    padding-bottom: 95%;
  }

  .md\:pl-95p {
    padding-left: 95%;
  }

  .md\:pt-96p {
    padding-top: 96%;
  }

  .md\:pr-96p {
    padding-right: 96%;
  }

  .md\:pb-96p {
    padding-bottom: 96%;
  }

  .md\:pl-96p {
    padding-left: 96%;
  }

  .md\:pt-100p {
    padding-top: 100%;
  }

  .md\:pr-100p {
    padding-right: 100%;
  }

  .md\:pb-100p {
    padding-bottom: 100%;
  }

  .md\:pl-100p {
    padding-left: 100%;
  }

  .md\:hover\:p-0:hover {
    padding: 0px;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 3px;
  }

  .md\:hover\:p-4:hover {
    padding: 4px;
  }

  .md\:hover\:p-5:hover {
    padding: 5px;
  }

  .md\:hover\:p-6:hover {
    padding: 6px;
  }

  .md\:hover\:p-8:hover {
    padding: 8px;
  }

  .md\:hover\:p-9:hover {
    padding: 9px;
  }

  .md\:hover\:p-10:hover {
    padding: 10px;
  }

  .md\:hover\:p-12:hover {
    padding: 12px;
  }

  .md\:hover\:p-13:hover {
    padding: 13px;
  }

  .md\:hover\:p-14:hover {
    padding: 14px;
  }

  .md\:hover\:p-15:hover {
    padding: 15px;
  }

  .md\:hover\:p-16:hover {
    padding: 16px;
  }

  .md\:hover\:p-17:hover {
    padding: 17px;
  }

  .md\:hover\:p-18:hover {
    padding: 18px;
  }

  .md\:hover\:p-20:hover {
    padding: 20px;
  }

  .md\:hover\:p-22:hover {
    padding: 22px;
  }

  .md\:hover\:p-24:hover {
    padding: 24px;
  }

  .md\:hover\:p-25:hover {
    padding: 25px;
  }

  .md\:hover\:p-28:hover {
    padding: 28px;
  }

  .md\:hover\:p-29:hover {
    padding: 29px;
  }

  .md\:hover\:p-30:hover {
    padding: 30px;
  }

  .md\:hover\:p-32:hover {
    padding: 32px;
  }

  .md\:hover\:p-35:hover {
    padding: 35px;
  }

  .md\:hover\:p-36:hover {
    padding: 36px;
  }

  .md\:hover\:p-37:hover {
    padding: 37px;
  }

  .md\:hover\:p-40:hover {
    padding: 40px;
  }

  .md\:hover\:p-45:hover {
    padding: 45px;
  }

  .md\:hover\:p-48:hover {
    padding: 48px;
  }

  .md\:hover\:p-50:hover {
    padding: 50px;
  }

  .md\:hover\:p-55:hover {
    padding: 55px;
  }

  .md\:hover\:p-56:hover {
    padding: 56px;
  }

  .md\:hover\:p-60:hover {
    padding: 60px;
  }

  .md\:hover\:p-62:hover {
    padding: 62px;
  }

  .md\:hover\:p-64:hover {
    padding: 64px;
  }

  .md\:hover\:p-65:hover {
    padding: 65px;
  }

  .md\:hover\:p-70:hover {
    padding: 70px;
  }

  .md\:hover\:p-75:hover {
    padding: 75px;
  }

  .md\:hover\:p-80:hover {
    padding: 80px;
  }

  .md\:hover\:p-85:hover {
    padding: 85px;
  }

  .md\:hover\:p-90:hover {
    padding: 90px;
  }

  .md\:hover\:p-95:hover {
    padding: 95px;
  }

  .md\:hover\:p-96:hover {
    padding: 96px;
  }

  .md\:hover\:p-100:hover {
    padding: 100px;
  }

  .md\:hover\:p-110:hover {
    padding: 110px;
  }

  .md\:hover\:p-115:hover {
    padding: 115px;
  }

  .md\:hover\:p-120:hover {
    padding: 120px;
  }

  .md\:hover\:p-128:hover {
    padding: 128px;
  }

  .md\:hover\:p-135:hover {
    padding: 135px;
  }

  .md\:hover\:p-140:hover {
    padding: 140px;
  }

  .md\:hover\:p-145:hover {
    padding: 145px;
  }

  .md\:hover\:p-150:hover {
    padding: 150px;
  }

  .md\:hover\:p-160:hover {
    padding: 160px;
  }

  .md\:hover\:p-165:hover {
    padding: 165px;
  }

  .md\:hover\:p-168:hover {
    padding: 168px;
  }

  .md\:hover\:p-170:hover {
    padding: 170px;
  }

  .md\:hover\:p-180:hover {
    padding: 180px;
  }

  .md\:hover\:p-200:hover {
    padding: 200px;
  }

  .md\:hover\:p-220:hover {
    padding: 220px;
  }

  .md\:hover\:p-230:hover {
    padding: 230px;
  }

  .md\:hover\:p-235:hover {
    padding: 235px;
  }

  .md\:hover\:p-240:hover {
    padding: 240px;
  }

  .md\:hover\:p-250:hover {
    padding: 250px;
  }

  .md\:hover\:p-300:hover {
    padding: 300px;
  }

  .md\:hover\:p-320:hover {
    padding: 320px;
  }

  .md\:hover\:p-350:hover {
    padding: 350px;
  }

  .md\:hover\:p-375:hover {
    padding: 375px;
  }

  .md\:hover\:p-400:hover {
    padding: 400px;
  }

  .md\:hover\:p-450:hover {
    padding: 450px;
  }

  .md\:hover\:p-700:hover {
    padding: 700px;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:p-1p:hover {
    padding: 1%;
  }

  .md\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .md\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .md\:hover\:p-11p:hover {
    padding: 11%;
  }

  .md\:hover\:p-20p:hover {
    padding: 20%;
  }

  .md\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .md\:hover\:p-25p:hover {
    padding: 25%;
  }

  .md\:hover\:p-32p:hover {
    padding: 32%;
  }

  .md\:hover\:p-35p:hover {
    padding: 35%;
  }

  .md\:hover\:p-40p:hover {
    padding: 40%;
  }

  .md\:hover\:p-49p:hover {
    padding: 49%;
  }

  .md\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .md\:hover\:p-80p:hover {
    padding: 80%;
  }

  .md\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .md\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .md\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .md\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .md\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .md\:hover\:p-90p:hover {
    padding: 90%;
  }

  .md\:hover\:p-92p:hover {
    padding: 92%;
  }

  .md\:hover\:p-93p:hover {
    padding: 93%;
  }

  .md\:hover\:p-94p:hover {
    padding: 94%;
  }

  .md\:hover\:p-95p:hover {
    padding: 95%;
  }

  .md\:hover\:p-96p:hover {
    padding: 96%;
  }

  .md\:hover\:p-100p:hover {
    padding: 100%;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .md\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .md\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .md\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .md\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .md\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .md\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .md\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .md\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .md\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .md\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .md\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .md\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .md\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .md\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .md\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .md\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .md\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .md\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .md\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .md\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .md\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .md\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .md\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .md\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .md\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .md\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .md\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .md\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .md\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .md\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .md\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .md\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .md\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .md\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .md\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .md\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .md\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .md\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .md\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .md\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .md\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .md\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .md\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .md\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .md\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .md\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .md\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .md\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .md\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .md\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .md\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .md\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .md\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .md\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .md\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .md\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .md\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .md\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .md\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .md\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .md\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .md\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .md\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .md\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .md\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .md\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .md\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .md\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .md\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .md\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .md\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .md\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .md\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .md\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .md\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .md\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .md\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .md\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .md\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .md\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .md\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .md\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .md\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .md\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .md\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .md\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .md\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .md\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .md\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .md\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .md\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .md\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .md\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .md\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .md\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .md\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .md\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .md\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .md\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .md\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .md\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .md\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .md\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .md\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .md\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .md\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .md\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .md\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .md\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .md\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .md\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .md\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .md\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .md\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .md\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .md\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .md\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .md\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .md\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .md\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .md\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .md\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .md\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .md\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .md\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .md\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .md\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .md\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .md\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .md\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .md\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .md\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .md\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .md\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .md\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .md\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .md\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .md\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .md\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .md\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .md\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .md\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .md\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .md\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .md\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .md\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .md\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .md\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .md\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .md\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .md\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .md\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .md\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .md\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .md\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .md\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .md\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .md\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .md\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .md\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .md\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .md\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .md\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .md\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .md\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .md\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .md\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .md\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .md\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .md\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .md\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .md\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .md\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .md\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .md\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .md\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .md\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .md\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .md\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .md\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .md\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .md\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .md\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .md\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .md\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .md\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .md\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .md\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .md\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .md\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .md\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .md\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .md\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .md\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .md\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .md\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .md\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .md\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .md\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .md\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .md\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .md\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .md\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .md\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .md\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .md\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .md\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .md\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .md\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .md\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .md\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .md\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .md\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .md\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .md\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .md\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .md\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .md\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .md\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .md\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .md\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .md\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .md\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .md\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .md\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .md\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .md\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .md\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .md\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .md\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .md\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .md\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .md\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .md\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .md\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .md\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .md\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .md\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .md\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .md\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .md\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .md\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .md\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .md\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .md\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .md\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .md\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .md\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .md\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .md\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .md\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .md\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .md\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .md\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .md\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .md\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .md\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .md\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .md\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .md\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .md\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .md\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .md\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .md\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .md\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .md\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .md\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .md\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .md\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .md\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .md\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .md\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .md\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .md\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .md\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .md\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .md\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .md\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .md\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .md\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .md\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .md\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .md\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .md\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .md\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .md\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .md\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .md\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .md\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .md\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .md\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .md\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .md\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .md\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .md\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .md\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .md\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .md\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .md\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .md\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .md\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .md\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .md\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .md\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .md\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .md\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .md\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .md\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .md\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .md\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .md\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .md\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .md\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .md\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .md\:focus\:p-0:focus {
    padding: 0px;
  }

  .md\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md\:focus\:p-3:focus {
    padding: 3px;
  }

  .md\:focus\:p-4:focus {
    padding: 4px;
  }

  .md\:focus\:p-5:focus {
    padding: 5px;
  }

  .md\:focus\:p-6:focus {
    padding: 6px;
  }

  .md\:focus\:p-8:focus {
    padding: 8px;
  }

  .md\:focus\:p-9:focus {
    padding: 9px;
  }

  .md\:focus\:p-10:focus {
    padding: 10px;
  }

  .md\:focus\:p-12:focus {
    padding: 12px;
  }

  .md\:focus\:p-13:focus {
    padding: 13px;
  }

  .md\:focus\:p-14:focus {
    padding: 14px;
  }

  .md\:focus\:p-15:focus {
    padding: 15px;
  }

  .md\:focus\:p-16:focus {
    padding: 16px;
  }

  .md\:focus\:p-17:focus {
    padding: 17px;
  }

  .md\:focus\:p-18:focus {
    padding: 18px;
  }

  .md\:focus\:p-20:focus {
    padding: 20px;
  }

  .md\:focus\:p-22:focus {
    padding: 22px;
  }

  .md\:focus\:p-24:focus {
    padding: 24px;
  }

  .md\:focus\:p-25:focus {
    padding: 25px;
  }

  .md\:focus\:p-28:focus {
    padding: 28px;
  }

  .md\:focus\:p-29:focus {
    padding: 29px;
  }

  .md\:focus\:p-30:focus {
    padding: 30px;
  }

  .md\:focus\:p-32:focus {
    padding: 32px;
  }

  .md\:focus\:p-35:focus {
    padding: 35px;
  }

  .md\:focus\:p-36:focus {
    padding: 36px;
  }

  .md\:focus\:p-37:focus {
    padding: 37px;
  }

  .md\:focus\:p-40:focus {
    padding: 40px;
  }

  .md\:focus\:p-45:focus {
    padding: 45px;
  }

  .md\:focus\:p-48:focus {
    padding: 48px;
  }

  .md\:focus\:p-50:focus {
    padding: 50px;
  }

  .md\:focus\:p-55:focus {
    padding: 55px;
  }

  .md\:focus\:p-56:focus {
    padding: 56px;
  }

  .md\:focus\:p-60:focus {
    padding: 60px;
  }

  .md\:focus\:p-62:focus {
    padding: 62px;
  }

  .md\:focus\:p-64:focus {
    padding: 64px;
  }

  .md\:focus\:p-65:focus {
    padding: 65px;
  }

  .md\:focus\:p-70:focus {
    padding: 70px;
  }

  .md\:focus\:p-75:focus {
    padding: 75px;
  }

  .md\:focus\:p-80:focus {
    padding: 80px;
  }

  .md\:focus\:p-85:focus {
    padding: 85px;
  }

  .md\:focus\:p-90:focus {
    padding: 90px;
  }

  .md\:focus\:p-95:focus {
    padding: 95px;
  }

  .md\:focus\:p-96:focus {
    padding: 96px;
  }

  .md\:focus\:p-100:focus {
    padding: 100px;
  }

  .md\:focus\:p-110:focus {
    padding: 110px;
  }

  .md\:focus\:p-115:focus {
    padding: 115px;
  }

  .md\:focus\:p-120:focus {
    padding: 120px;
  }

  .md\:focus\:p-128:focus {
    padding: 128px;
  }

  .md\:focus\:p-135:focus {
    padding: 135px;
  }

  .md\:focus\:p-140:focus {
    padding: 140px;
  }

  .md\:focus\:p-145:focus {
    padding: 145px;
  }

  .md\:focus\:p-150:focus {
    padding: 150px;
  }

  .md\:focus\:p-160:focus {
    padding: 160px;
  }

  .md\:focus\:p-165:focus {
    padding: 165px;
  }

  .md\:focus\:p-168:focus {
    padding: 168px;
  }

  .md\:focus\:p-170:focus {
    padding: 170px;
  }

  .md\:focus\:p-180:focus {
    padding: 180px;
  }

  .md\:focus\:p-200:focus {
    padding: 200px;
  }

  .md\:focus\:p-220:focus {
    padding: 220px;
  }

  .md\:focus\:p-230:focus {
    padding: 230px;
  }

  .md\:focus\:p-235:focus {
    padding: 235px;
  }

  .md\:focus\:p-240:focus {
    padding: 240px;
  }

  .md\:focus\:p-250:focus {
    padding: 250px;
  }

  .md\:focus\:p-300:focus {
    padding: 300px;
  }

  .md\:focus\:p-320:focus {
    padding: 320px;
  }

  .md\:focus\:p-350:focus {
    padding: 350px;
  }

  .md\:focus\:p-375:focus {
    padding: 375px;
  }

  .md\:focus\:p-400:focus {
    padding: 400px;
  }

  .md\:focus\:p-450:focus {
    padding: 450px;
  }

  .md\:focus\:p-700:focus {
    padding: 700px;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:p-1p:focus {
    padding: 1%;
  }

  .md\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .md\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .md\:focus\:p-11p:focus {
    padding: 11%;
  }

  .md\:focus\:p-20p:focus {
    padding: 20%;
  }

  .md\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .md\:focus\:p-25p:focus {
    padding: 25%;
  }

  .md\:focus\:p-32p:focus {
    padding: 32%;
  }

  .md\:focus\:p-35p:focus {
    padding: 35%;
  }

  .md\:focus\:p-40p:focus {
    padding: 40%;
  }

  .md\:focus\:p-49p:focus {
    padding: 49%;
  }

  .md\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .md\:focus\:p-80p:focus {
    padding: 80%;
  }

  .md\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .md\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .md\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .md\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .md\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .md\:focus\:p-90p:focus {
    padding: 90%;
  }

  .md\:focus\:p-92p:focus {
    padding: 92%;
  }

  .md\:focus\:p-93p:focus {
    padding: 93%;
  }

  .md\:focus\:p-94p:focus {
    padding: 94%;
  }

  .md\:focus\:p-95p:focus {
    padding: 95%;
  }

  .md\:focus\:p-96p:focus {
    padding: 96%;
  }

  .md\:focus\:p-100p:focus {
    padding: 100%;
  }

  .md\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .md\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .md\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .md\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .md\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .md\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .md\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .md\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .md\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .md\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .md\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .md\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .md\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .md\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .md\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .md\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .md\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .md\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .md\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .md\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .md\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .md\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .md\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .md\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .md\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .md\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .md\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .md\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .md\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .md\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .md\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .md\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .md\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .md\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .md\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .md\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .md\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .md\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .md\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .md\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .md\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .md\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .md\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .md\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .md\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .md\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .md\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .md\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .md\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .md\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .md\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .md\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .md\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .md\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .md\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .md\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .md\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .md\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .md\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .md\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .md\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .md\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .md\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .md\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .md\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .md\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .md\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .md\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .md\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .md\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .md\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .md\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .md\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .md\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .md\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .md\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .md\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .md\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .md\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .md\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .md\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .md\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .md\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .md\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .md\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .md\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .md\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .md\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .md\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .md\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .md\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .md\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .md\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .md\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .md\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .md\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .md\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .md\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .md\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .md\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .md\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .md\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .md\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .md\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .md\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .md\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .md\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .md\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .md\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .md\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .md\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .md\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .md\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .md\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .md\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .md\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .md\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .md\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .md\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .md\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .md\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .md\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .md\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .md\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .md\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .md\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .md\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .md\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .md\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .md\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .md\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .md\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .md\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .md\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .md\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .md\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .md\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .md\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .md\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .md\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .md\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .md\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .md\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .md\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .md\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .md\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .md\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .md\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .md\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .md\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .md\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .md\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .md\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .md\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .md\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .md\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .md\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .md\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .md\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .md\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .md\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .md\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .md\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .md\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .md\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .md\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .md\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .md\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .md\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .md\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .md\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .md\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .md\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .md\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .md\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .md\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .md\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .md\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .md\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .md\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .md\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .md\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .md\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .md\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .md\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .md\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .md\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .md\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .md\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .md\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .md\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .md\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .md\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .md\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .md\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .md\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .md\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .md\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .md\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .md\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .md\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .md\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .md\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .md\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .md\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .md\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .md\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .md\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .md\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .md\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .md\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .md\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .md\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .md\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .md\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .md\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .md\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .md\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .md\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .md\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .md\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .md\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .md\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .md\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .md\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .md\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .md\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .md\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .md\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .md\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .md\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .md\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .md\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .md\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .md\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .md\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .md\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .md\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .md\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .md\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .md\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .md\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .md\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .md\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .md\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .md\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .md\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .md\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .md\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .md\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .md\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .md\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .md\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .md\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .md\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .md\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .md\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .md\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .md\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .md\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .md\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .md\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .md\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .md\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .md\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .md\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .md\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .md\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .md\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .md\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .md\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .md\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .md\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .md\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .md\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .md\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .md\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .md\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .md\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .md\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .md\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .md\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .md\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .md\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .md\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .md\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .md\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .md\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .md\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .md\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .md\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .md\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .md\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .md\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .md\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .md\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .md\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .md\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .md\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .md\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .md\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .md\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .md\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .md\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .md\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .md\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .md\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .md\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .md\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .md\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .md\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .md\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .md\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .md\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .md\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .md\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .md\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .md\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .md\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .md\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .md\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .md\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .md\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .md\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .md\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .md\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .md\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .md\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .md\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .md\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .md\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .md\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .md\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .md\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .md\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .md\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .md\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .md\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .md\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .md\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .md\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .md\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .md\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .md\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .md\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .md\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .md\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .md\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .md\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .md\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .md\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .md\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .md\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .md\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .md\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .md\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .md\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .md\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .md\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .md\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .md\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .md\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .md\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .md\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .md\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .md\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .md\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .md\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .md\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .md\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .md\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .md\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .md\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .md\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .md\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .md\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .md\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .md\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .md\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .md\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .md\:first\:p-0:first-child {
    padding: 0px;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 3px;
  }

  .md\:first\:p-4:first-child {
    padding: 4px;
  }

  .md\:first\:p-5:first-child {
    padding: 5px;
  }

  .md\:first\:p-6:first-child {
    padding: 6px;
  }

  .md\:first\:p-8:first-child {
    padding: 8px;
  }

  .md\:first\:p-9:first-child {
    padding: 9px;
  }

  .md\:first\:p-10:first-child {
    padding: 10px;
  }

  .md\:first\:p-12:first-child {
    padding: 12px;
  }

  .md\:first\:p-13:first-child {
    padding: 13px;
  }

  .md\:first\:p-14:first-child {
    padding: 14px;
  }

  .md\:first\:p-15:first-child {
    padding: 15px;
  }

  .md\:first\:p-16:first-child {
    padding: 16px;
  }

  .md\:first\:p-17:first-child {
    padding: 17px;
  }

  .md\:first\:p-18:first-child {
    padding: 18px;
  }

  .md\:first\:p-20:first-child {
    padding: 20px;
  }

  .md\:first\:p-22:first-child {
    padding: 22px;
  }

  .md\:first\:p-24:first-child {
    padding: 24px;
  }

  .md\:first\:p-25:first-child {
    padding: 25px;
  }

  .md\:first\:p-28:first-child {
    padding: 28px;
  }

  .md\:first\:p-29:first-child {
    padding: 29px;
  }

  .md\:first\:p-30:first-child {
    padding: 30px;
  }

  .md\:first\:p-32:first-child {
    padding: 32px;
  }

  .md\:first\:p-35:first-child {
    padding: 35px;
  }

  .md\:first\:p-36:first-child {
    padding: 36px;
  }

  .md\:first\:p-37:first-child {
    padding: 37px;
  }

  .md\:first\:p-40:first-child {
    padding: 40px;
  }

  .md\:first\:p-45:first-child {
    padding: 45px;
  }

  .md\:first\:p-48:first-child {
    padding: 48px;
  }

  .md\:first\:p-50:first-child {
    padding: 50px;
  }

  .md\:first\:p-55:first-child {
    padding: 55px;
  }

  .md\:first\:p-56:first-child {
    padding: 56px;
  }

  .md\:first\:p-60:first-child {
    padding: 60px;
  }

  .md\:first\:p-62:first-child {
    padding: 62px;
  }

  .md\:first\:p-64:first-child {
    padding: 64px;
  }

  .md\:first\:p-65:first-child {
    padding: 65px;
  }

  .md\:first\:p-70:first-child {
    padding: 70px;
  }

  .md\:first\:p-75:first-child {
    padding: 75px;
  }

  .md\:first\:p-80:first-child {
    padding: 80px;
  }

  .md\:first\:p-85:first-child {
    padding: 85px;
  }

  .md\:first\:p-90:first-child {
    padding: 90px;
  }

  .md\:first\:p-95:first-child {
    padding: 95px;
  }

  .md\:first\:p-96:first-child {
    padding: 96px;
  }

  .md\:first\:p-100:first-child {
    padding: 100px;
  }

  .md\:first\:p-110:first-child {
    padding: 110px;
  }

  .md\:first\:p-115:first-child {
    padding: 115px;
  }

  .md\:first\:p-120:first-child {
    padding: 120px;
  }

  .md\:first\:p-128:first-child {
    padding: 128px;
  }

  .md\:first\:p-135:first-child {
    padding: 135px;
  }

  .md\:first\:p-140:first-child {
    padding: 140px;
  }

  .md\:first\:p-145:first-child {
    padding: 145px;
  }

  .md\:first\:p-150:first-child {
    padding: 150px;
  }

  .md\:first\:p-160:first-child {
    padding: 160px;
  }

  .md\:first\:p-165:first-child {
    padding: 165px;
  }

  .md\:first\:p-168:first-child {
    padding: 168px;
  }

  .md\:first\:p-170:first-child {
    padding: 170px;
  }

  .md\:first\:p-180:first-child {
    padding: 180px;
  }

  .md\:first\:p-200:first-child {
    padding: 200px;
  }

  .md\:first\:p-220:first-child {
    padding: 220px;
  }

  .md\:first\:p-230:first-child {
    padding: 230px;
  }

  .md\:first\:p-235:first-child {
    padding: 235px;
  }

  .md\:first\:p-240:first-child {
    padding: 240px;
  }

  .md\:first\:p-250:first-child {
    padding: 250px;
  }

  .md\:first\:p-300:first-child {
    padding: 300px;
  }

  .md\:first\:p-320:first-child {
    padding: 320px;
  }

  .md\:first\:p-350:first-child {
    padding: 350px;
  }

  .md\:first\:p-375:first-child {
    padding: 375px;
  }

  .md\:first\:p-400:first-child {
    padding: 400px;
  }

  .md\:first\:p-450:first-child {
    padding: 450px;
  }

  .md\:first\:p-700:first-child {
    padding: 700px;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:p-1p:first-child {
    padding: 1%;
  }

  .md\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .md\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .md\:first\:p-11p:first-child {
    padding: 11%;
  }

  .md\:first\:p-20p:first-child {
    padding: 20%;
  }

  .md\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .md\:first\:p-25p:first-child {
    padding: 25%;
  }

  .md\:first\:p-32p:first-child {
    padding: 32%;
  }

  .md\:first\:p-35p:first-child {
    padding: 35%;
  }

  .md\:first\:p-40p:first-child {
    padding: 40%;
  }

  .md\:first\:p-49p:first-child {
    padding: 49%;
  }

  .md\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .md\:first\:p-80p:first-child {
    padding: 80%;
  }

  .md\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .md\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .md\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .md\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .md\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .md\:first\:p-90p:first-child {
    padding: 90%;
  }

  .md\:first\:p-92p:first-child {
    padding: 92%;
  }

  .md\:first\:p-93p:first-child {
    padding: 93%;
  }

  .md\:first\:p-94p:first-child {
    padding: 94%;
  }

  .md\:first\:p-95p:first-child {
    padding: 95%;
  }

  .md\:first\:p-96p:first-child {
    padding: 96%;
  }

  .md\:first\:p-100p:first-child {
    padding: 100%;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .md\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .md\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .md\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .md\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .md\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .md\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .md\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .md\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .md\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .md\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .md\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .md\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .md\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .md\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .md\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .md\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .md\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .md\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .md\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .md\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .md\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .md\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .md\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .md\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .md\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .md\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .md\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .md\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .md\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .md\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .md\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .md\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .md\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .md\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .md\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .md\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .md\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .md\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .md\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .md\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .md\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .md\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .md\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .md\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .md\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .md\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .md\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .md\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .md\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .md\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .md\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .md\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .md\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .md\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .md\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .md\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .md\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .md\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .md\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .md\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .md\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .md\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .md\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .md\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .md\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .md\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .md\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .md\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .md\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .md\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .md\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .md\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .md\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .md\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .md\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .md\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .md\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .md\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .md\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .md\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .md\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .md\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .md\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .md\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .md\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .md\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .md\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .md\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .md\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .md\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .md\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .md\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .md\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .md\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .md\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .md\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .md\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .md\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .md\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .md\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .md\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .md\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .md\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .md\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .md\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .md\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .md\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .md\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .md\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .md\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .md\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .md\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .md\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .md\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .md\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .md\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .md\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .md\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .md\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .md\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .md\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .md\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .md\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .md\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .md\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .md\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .md\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .md\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .md\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .md\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .md\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .md\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .md\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .md\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .md\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .md\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .md\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .md\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .md\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .md\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .md\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .md\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .md\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .md\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .md\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .md\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .md\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .md\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .md\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .md\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .md\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .md\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .md\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .md\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .md\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .md\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .md\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .md\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .md\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .md\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .md\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .md\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .md\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .md\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .md\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .md\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .md\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .md\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .md\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .md\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .md\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .md\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .md\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .md\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .md\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .md\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .md\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .md\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .md\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .md\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .md\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .md\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .md\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .md\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .md\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .md\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .md\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .md\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .md\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .md\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .md\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .md\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .md\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .md\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .md\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .md\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .md\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .md\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .md\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .md\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .md\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .md\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .md\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .md\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .md\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .md\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .md\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .md\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .md\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .md\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .md\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .md\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .md\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .md\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .md\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .md\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .md\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .md\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .md\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .md\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .md\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .md\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .md\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .md\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .md\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .md\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .md\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .md\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .md\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .md\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .md\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .md\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .md\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .md\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .md\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .md\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .md\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .md\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .md\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .md\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .md\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .md\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .md\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .md\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .md\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .md\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .md\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .md\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .md\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .md\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .md\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .md\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .md\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .md\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .md\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .md\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .md\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .md\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .md\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .md\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .md\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .md\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .md\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .md\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .md\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .md\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .md\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .md\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .md\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .md\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .md\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .md\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .md\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .md\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .md\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .md\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .md\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .md\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .md\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .md\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .md\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .md\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .md\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .md\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .md\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .md\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .md\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .md\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .md\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .md\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .md\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .md\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .md\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .md\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .md\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .md\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .md\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .md\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .md\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .md\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .md\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .md\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .md\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .md\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .md\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .md\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .md\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .md\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .md\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .md\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .md\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .md\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .md\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .md\:last\:p-0:last-child {
    padding: 0px;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 3px;
  }

  .md\:last\:p-4:last-child {
    padding: 4px;
  }

  .md\:last\:p-5:last-child {
    padding: 5px;
  }

  .md\:last\:p-6:last-child {
    padding: 6px;
  }

  .md\:last\:p-8:last-child {
    padding: 8px;
  }

  .md\:last\:p-9:last-child {
    padding: 9px;
  }

  .md\:last\:p-10:last-child {
    padding: 10px;
  }

  .md\:last\:p-12:last-child {
    padding: 12px;
  }

  .md\:last\:p-13:last-child {
    padding: 13px;
  }

  .md\:last\:p-14:last-child {
    padding: 14px;
  }

  .md\:last\:p-15:last-child {
    padding: 15px;
  }

  .md\:last\:p-16:last-child {
    padding: 16px;
  }

  .md\:last\:p-17:last-child {
    padding: 17px;
  }

  .md\:last\:p-18:last-child {
    padding: 18px;
  }

  .md\:last\:p-20:last-child {
    padding: 20px;
  }

  .md\:last\:p-22:last-child {
    padding: 22px;
  }

  .md\:last\:p-24:last-child {
    padding: 24px;
  }

  .md\:last\:p-25:last-child {
    padding: 25px;
  }

  .md\:last\:p-28:last-child {
    padding: 28px;
  }

  .md\:last\:p-29:last-child {
    padding: 29px;
  }

  .md\:last\:p-30:last-child {
    padding: 30px;
  }

  .md\:last\:p-32:last-child {
    padding: 32px;
  }

  .md\:last\:p-35:last-child {
    padding: 35px;
  }

  .md\:last\:p-36:last-child {
    padding: 36px;
  }

  .md\:last\:p-37:last-child {
    padding: 37px;
  }

  .md\:last\:p-40:last-child {
    padding: 40px;
  }

  .md\:last\:p-45:last-child {
    padding: 45px;
  }

  .md\:last\:p-48:last-child {
    padding: 48px;
  }

  .md\:last\:p-50:last-child {
    padding: 50px;
  }

  .md\:last\:p-55:last-child {
    padding: 55px;
  }

  .md\:last\:p-56:last-child {
    padding: 56px;
  }

  .md\:last\:p-60:last-child {
    padding: 60px;
  }

  .md\:last\:p-62:last-child {
    padding: 62px;
  }

  .md\:last\:p-64:last-child {
    padding: 64px;
  }

  .md\:last\:p-65:last-child {
    padding: 65px;
  }

  .md\:last\:p-70:last-child {
    padding: 70px;
  }

  .md\:last\:p-75:last-child {
    padding: 75px;
  }

  .md\:last\:p-80:last-child {
    padding: 80px;
  }

  .md\:last\:p-85:last-child {
    padding: 85px;
  }

  .md\:last\:p-90:last-child {
    padding: 90px;
  }

  .md\:last\:p-95:last-child {
    padding: 95px;
  }

  .md\:last\:p-96:last-child {
    padding: 96px;
  }

  .md\:last\:p-100:last-child {
    padding: 100px;
  }

  .md\:last\:p-110:last-child {
    padding: 110px;
  }

  .md\:last\:p-115:last-child {
    padding: 115px;
  }

  .md\:last\:p-120:last-child {
    padding: 120px;
  }

  .md\:last\:p-128:last-child {
    padding: 128px;
  }

  .md\:last\:p-135:last-child {
    padding: 135px;
  }

  .md\:last\:p-140:last-child {
    padding: 140px;
  }

  .md\:last\:p-145:last-child {
    padding: 145px;
  }

  .md\:last\:p-150:last-child {
    padding: 150px;
  }

  .md\:last\:p-160:last-child {
    padding: 160px;
  }

  .md\:last\:p-165:last-child {
    padding: 165px;
  }

  .md\:last\:p-168:last-child {
    padding: 168px;
  }

  .md\:last\:p-170:last-child {
    padding: 170px;
  }

  .md\:last\:p-180:last-child {
    padding: 180px;
  }

  .md\:last\:p-200:last-child {
    padding: 200px;
  }

  .md\:last\:p-220:last-child {
    padding: 220px;
  }

  .md\:last\:p-230:last-child {
    padding: 230px;
  }

  .md\:last\:p-235:last-child {
    padding: 235px;
  }

  .md\:last\:p-240:last-child {
    padding: 240px;
  }

  .md\:last\:p-250:last-child {
    padding: 250px;
  }

  .md\:last\:p-300:last-child {
    padding: 300px;
  }

  .md\:last\:p-320:last-child {
    padding: 320px;
  }

  .md\:last\:p-350:last-child {
    padding: 350px;
  }

  .md\:last\:p-375:last-child {
    padding: 375px;
  }

  .md\:last\:p-400:last-child {
    padding: 400px;
  }

  .md\:last\:p-450:last-child {
    padding: 450px;
  }

  .md\:last\:p-700:last-child {
    padding: 700px;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:p-1p:last-child {
    padding: 1%;
  }

  .md\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .md\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .md\:last\:p-11p:last-child {
    padding: 11%;
  }

  .md\:last\:p-20p:last-child {
    padding: 20%;
  }

  .md\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .md\:last\:p-25p:last-child {
    padding: 25%;
  }

  .md\:last\:p-32p:last-child {
    padding: 32%;
  }

  .md\:last\:p-35p:last-child {
    padding: 35%;
  }

  .md\:last\:p-40p:last-child {
    padding: 40%;
  }

  .md\:last\:p-49p:last-child {
    padding: 49%;
  }

  .md\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .md\:last\:p-80p:last-child {
    padding: 80%;
  }

  .md\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .md\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .md\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .md\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .md\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .md\:last\:p-90p:last-child {
    padding: 90%;
  }

  .md\:last\:p-92p:last-child {
    padding: 92%;
  }

  .md\:last\:p-93p:last-child {
    padding: 93%;
  }

  .md\:last\:p-94p:last-child {
    padding: 94%;
  }

  .md\:last\:p-95p:last-child {
    padding: 95%;
  }

  .md\:last\:p-96p:last-child {
    padding: 96%;
  }

  .md\:last\:p-100p:last-child {
    padding: 100%;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .md\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .md\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .md\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .md\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .md\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .md\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .md\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .md\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .md\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .md\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .md\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .md\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .md\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .md\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .md\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .md\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .md\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .md\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .md\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .md\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .md\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .md\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .md\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .md\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .md\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .md\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .md\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .md\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .md\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .md\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .md\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .md\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .md\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .md\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .md\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .md\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .md\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .md\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .md\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .md\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .md\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .md\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .md\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .md\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .md\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .md\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .md\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .md\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .md\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .md\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .md\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .md\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .md\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .md\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .md\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .md\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .md\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .md\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .md\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .md\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .md\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .md\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .md\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .md\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .md\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .md\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .md\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .md\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .md\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .md\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .md\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .md\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .md\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .md\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .md\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .md\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .md\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .md\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .md\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .md\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .md\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .md\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .md\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .md\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .md\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .md\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .md\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .md\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .md\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .md\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .md\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .md\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .md\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .md\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .md\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .md\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .md\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .md\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .md\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .md\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .md\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .md\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .md\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .md\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .md\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .md\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .md\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .md\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .md\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .md\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .md\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .md\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .md\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .md\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .md\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .md\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .md\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .md\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .md\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .md\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .md\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .md\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .md\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .md\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .md\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .md\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .md\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .md\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .md\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .md\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .md\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .md\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .md\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .md\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .md\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .md\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .md\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .md\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .md\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .md\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .md\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .md\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .md\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .md\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .md\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .md\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .md\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .md\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .md\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .md\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .md\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .md\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .md\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .md\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .md\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .md\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .md\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .md\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .md\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .md\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .md\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .md\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .md\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .md\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .md\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .md\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .md\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .md\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .md\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .md\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .md\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .md\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .md\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .md\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .md\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .md\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .md\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .md\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .md\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .md\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .md\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .md\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .md\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .md\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .md\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .md\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .md\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .md\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .md\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .md\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .md\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .md\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .md\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .md\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .md\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .md\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .md\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .md\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .md\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .md\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .md\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .md\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .md\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .md\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .md\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .md\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .md\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .md\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .md\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .md\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .md\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .md\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .md\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .md\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .md\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .md\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .md\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .md\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .md\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .md\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .md\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .md\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .md\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .md\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .md\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .md\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .md\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .md\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .md\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .md\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .md\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .md\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .md\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .md\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .md\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .md\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .md\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .md\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .md\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .md\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .md\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .md\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .md\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .md\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .md\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .md\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .md\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .md\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .md\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .md\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .md\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .md\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .md\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .md\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .md\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .md\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .md\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .md\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .md\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .md\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .md\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .md\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .md\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .md\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .md\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .md\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .md\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .md\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .md\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .md\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .md\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .md\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .md\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .md\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .md\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .md\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .md\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .md\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .md\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .md\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .md\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .md\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .md\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .md\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .md\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .md\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .md\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .md\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .md\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .md\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .md\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .md\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .md\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .md\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .md\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .md\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .md\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .md\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .md\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .md\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .md\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .md\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .md\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .md\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .md\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .md\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .md\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .md\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .md\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .md\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .md\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .md\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .md\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .md\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .md\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .md\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .md\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .md\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .md\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .md\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .md\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .md\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .md\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .md\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .md\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .md\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .md\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .md\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .md\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .md\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .md\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .md\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .md\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .md\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .md\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .md\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .md\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .md\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .md\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .md\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .md\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .md\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .md\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .md\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .md\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .md\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .md\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .md\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .md\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .md\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .md\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .md\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .md\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .md\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .md\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .md\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .md\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .md\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .md\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .md\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .md\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .md\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .md\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .md\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .md\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .md\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .md\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .md\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .md\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .md\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .md\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .md\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .md\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .md\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .md\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .md\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .md\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .md\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .md\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .md\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .md\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .md\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .md\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .md\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .md\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .md\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .md\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .md\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .md\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .md\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .md\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .md\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .md\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .md\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .md\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .md\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .md\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .md\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .md\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .md\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .md\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .md\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .md\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .md\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .md\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .md\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .md\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .md\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .md\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .md\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .md\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .md\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .md\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .md\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .md\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .md\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .md\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .md\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .md\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .md\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .md\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .md\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .md\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .md\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .md\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .md\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .md\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .md\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .md\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .md\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .md\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .md\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .md\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .md\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .md\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .md\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .md\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .md\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .md\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .md\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .md\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .md\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .md\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .md\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .md\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .md\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .md\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .md\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .md\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .md\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .md\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .md\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .md\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .md\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .md\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .md\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .md\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .md\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .md\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .md\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .md\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .md\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .md\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .md\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .md\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .md\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .md\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .md\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .md\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .md\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .md\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .md\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .md\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .md\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .md\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .md\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .md\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .md\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .md\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .md\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .md\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .md\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .md\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .md\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .md\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .md\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .md\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .md\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .md\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .md\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .md\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .md\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .md\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .md\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .md\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .md\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .md\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .md\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .md\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .md\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .md\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .md\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .md\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .md\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .md\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .md\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .md\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .md\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .md\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .md\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .md\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .md\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .md\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .md\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .md\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .md\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .md\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .md\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .md\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .md\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .md\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .md\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .md\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .md\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .md\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .md\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .md\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .md\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .md\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .md\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .md\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .md\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .md\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .md\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .md\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .md\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .md\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .md\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .md\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .md\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .md\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .md\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .md\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .md\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .md\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .md\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .md\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .md\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .md\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .md\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .md\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .md\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .md\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .md\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .md\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .md\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .md\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .md\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .md\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .md\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .md\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .md\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .md\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .md\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .md\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .md\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .md\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .md\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .md\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .md\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .md\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .md\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .md\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .md\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .md\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .md\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .md\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .md\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .md\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .md\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .md\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .md\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .md\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .md\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .md\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .md\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .md\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .md\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .md\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .md\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .md\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .md\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .md\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .md\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .md\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .md\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .md\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .md\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .md\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .md\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .md\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .md\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .md\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .md\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .md\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .md\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .md\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .md\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .md\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .md\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .md\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .md\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .md\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .md\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .md\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .md\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .md\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .md\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .md\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .md\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .md\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .md\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .md\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .md\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .md\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .md\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .md\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .md\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .md\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .md\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .md\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .md\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .md\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .md\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .md\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .md\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .md\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .md\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .md\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .md\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .md\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .md\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .md\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .md\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .md\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .md\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .md\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .md\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .md\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .md\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .md\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .md\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .md\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .md\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .md\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .md\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .md\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .md\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .md\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .md\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .md\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .md\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .md\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .md\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .md\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .md\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .md\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .md\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .md\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .md\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .md\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .md\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .md\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .md\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .md\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .md\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .md\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .md\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .md\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .md\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .md\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .md\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .md\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .md\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .md\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .md\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .md\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .md\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .md\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .md\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .md\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .md\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .md\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .md\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .md\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .md\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .md\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .md\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .md\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .md\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .md\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .md\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .md\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .md\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .md\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .md\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .md\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .md\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .md\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .md\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .md\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .md\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .md\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .md\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .md\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .md\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .md\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .md\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .md\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .md\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .md\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .md\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .md\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .md\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .md\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .md\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .md\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .md\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .md\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .md\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .md\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .md\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .md\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .md\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .md\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .md\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .md\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .md\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .md\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .md\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .md\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .md\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .md\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .md\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .md\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .md\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .md\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .md\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .md\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .md\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .md\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .md\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .md\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .md\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .md\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .md\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .md\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .md\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .md\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .md\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .md\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .md\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .md\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .md\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .md\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .md\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .md\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .md\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .md\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .md\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .md\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .md\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .md\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .md\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .md\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .md\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .md\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .md\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .md\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .md\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .md\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .md\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .md\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .md\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .md\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .md\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .md\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .md\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .md\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .md\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .md\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .md\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .md\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .md\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .md\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .md\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .md\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .md\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .md\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .md\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .md\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .md\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .md\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .md\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .md\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .md\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .md\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .md\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .md\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .md\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .md\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .md\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .md\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .md\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .md\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .md\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .md\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .md\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .md\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .md\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .md\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .md\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .md\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .md\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .md\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .md\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .md\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .md\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .md\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .md\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .md\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .md\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .md\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .md\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .md\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .md\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .md\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .md\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .md\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .md\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .md\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .md\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .md\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .md\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .md\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .md\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .md\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .md\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .md\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .md\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .md\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .md\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .md\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .md\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .md\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .md\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .md\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .md\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .md\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .md\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .md\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .md\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .md\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .md\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .md\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .md\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .md\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .md\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .md\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .md\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .md\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .md\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .md\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .md\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .md\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .md\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .md\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .md\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .md\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .md\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .md\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .md\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .md\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .md\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .md\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .md\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .md\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .md\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .md\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .md\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .md\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .md\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .md\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .md\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .md\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .md\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .md\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .md\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .md\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .md\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .md\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .md\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .md\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .md\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .md\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .md\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .md\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .md\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .md\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .md\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .md\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .md\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .md\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .md\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .md\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .md\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .md\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .md\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .md\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .md\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .md\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .md\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .md\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .md\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .md\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .md\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .md\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .md\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .md\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .md\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .md\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .md\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .md\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .md\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .md\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .md\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .md\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .md\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .md\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .md\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .md\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .md\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .md\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .md\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .md\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .md\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .md\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .md\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .md\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .md\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .md\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .md\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .md\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .md\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .md\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .md\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .md\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .md\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .md\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .md\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .md\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .md\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .md\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .md\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .md\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .md\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .md\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .md\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .md\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .md\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .md\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .md\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .md\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .md\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .md\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .md\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .md\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .md\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .md\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .md\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .md\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .md\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .md\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .md\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .md\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .md\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .md\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .md\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .md\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .md\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .md\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .md\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .md\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:hover\:static:hover {
    position: static;
  }

  .md\:hover\:fixed:hover {
    position: fixed;
  }

  .md\:hover\:absolute:hover {
    position: absolute;
  }

  .md\:hover\:relative:hover {
    position: relative;
  }

  .md\:hover\:sticky:hover {
    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: sticky;
  }

  .md\:first\:static:first-child {
    position: static;
  }

  .md\:first\:fixed:first-child {
    position: fixed;
  }

  .md\:first\:absolute:first-child {
    position: absolute;
  }

  .md\:first\:relative:first-child {
    position: relative;
  }

  .md\:first\:sticky:first-child {
    position: sticky;
  }

  .md\:last\:static:last-child {
    position: static;
  }

  .md\:last\:fixed:last-child {
    position: fixed;
  }

  .md\:last\:absolute:last-child {
    position: absolute;
  }

  .md\:last\:relative:last-child {
    position: relative;
  }

  .md\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .md\:group-hover\:static {
    position: static;
  }

  .group:hover .md\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .md\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .md\:group-hover\:relative {
    position: relative;
  }

  .group:hover .md\:group-hover\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .md\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .md\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .md\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .md\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .md\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .md\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .md\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .md\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .md\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .md\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .md\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .md\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .md\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .md\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .md\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .md\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .md\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .md\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .md\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .md\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .md\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .md\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .md\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .md\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .md\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .md\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .md\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .md\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .md\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .md\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .md\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .md\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .md\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .md\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .md\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .md\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .md\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .md\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .md\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .md\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .md\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .md\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .md\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .md\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .md\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .md\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .md\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-5 {
    top: 5px;
  }

  .md\:right-5 {
    right: 5px;
  }

  .md\:bottom-5 {
    bottom: 5px;
  }

  .md\:left-5 {
    left: 5px;
  }

  .md\:top-10 {
    top: 10px;
  }

  .md\:right-10 {
    right: 10px;
  }

  .md\:bottom-10 {
    bottom: 10px;
  }

  .md\:left-10 {
    left: 10px;
  }

  .md\:top-15 {
    top: 15px;
  }

  .md\:right-15 {
    right: 15px;
  }

  .md\:bottom-15 {
    bottom: 15px;
  }

  .md\:left-15 {
    left: 15px;
  }

  .md\:top-16 {
    top: 16px;
  }

  .md\:right-16 {
    right: 16px;
  }

  .md\:bottom-16 {
    bottom: 16px;
  }

  .md\:left-16 {
    left: 16px;
  }

  .md\:top-20 {
    top: 20px;
  }

  .md\:right-20 {
    right: 20px;
  }

  .md\:bottom-20 {
    bottom: 20px;
  }

  .md\:left-20 {
    left: 20px;
  }

  .md\:top-21 {
    top: 21px;
  }

  .md\:right-21 {
    right: 21px;
  }

  .md\:bottom-21 {
    bottom: 21px;
  }

  .md\:left-21 {
    left: 21px;
  }

  .md\:top-22 {
    top: 22px;
  }

  .md\:right-22 {
    right: 22px;
  }

  .md\:bottom-22 {
    bottom: 22px;
  }

  .md\:left-22 {
    left: 22px;
  }

  .md\:top-25 {
    top: 25px;
  }

  .md\:right-25 {
    right: 25px;
  }

  .md\:bottom-25 {
    bottom: 25px;
  }

  .md\:left-25 {
    left: 25px;
  }

  .md\:top-30 {
    top: 30px;
  }

  .md\:right-30 {
    right: 30px;
  }

  .md\:bottom-30 {
    bottom: 30px;
  }

  .md\:left-30 {
    left: 30px;
  }

  .md\:top-35 {
    top: 35px;
  }

  .md\:right-35 {
    right: 35px;
  }

  .md\:bottom-35 {
    bottom: 35px;
  }

  .md\:left-35 {
    left: 35px;
  }

  .md\:top-37 {
    top: 37px;
  }

  .md\:right-37 {
    right: 37px;
  }

  .md\:bottom-37 {
    bottom: 37px;
  }

  .md\:left-37 {
    left: 37px;
  }

  .md\:top-38 {
    top: 38px;
  }

  .md\:right-38 {
    right: 38px;
  }

  .md\:bottom-38 {
    bottom: 38px;
  }

  .md\:left-38 {
    left: 38px;
  }

  .md\:top-40 {
    top: 40px;
  }

  .md\:right-40 {
    right: 40px;
  }

  .md\:bottom-40 {
    bottom: 40px;
  }

  .md\:left-40 {
    left: 40px;
  }

  .md\:top-50 {
    top: 50px;
  }

  .md\:right-50 {
    right: 50px;
  }

  .md\:bottom-50 {
    bottom: 50px;
  }

  .md\:left-50 {
    left: 50px;
  }

  .md\:top-70 {
    top: 70px;
  }

  .md\:right-70 {
    right: 70px;
  }

  .md\:bottom-70 {
    bottom: 70px;
  }

  .md\:left-70 {
    left: 70px;
  }

  .md\:top-100 {
    top: 100px;
  }

  .md\:right-100 {
    right: 100px;
  }

  .md\:bottom-100 {
    bottom: 100px;
  }

  .md\:left-100 {
    left: 100px;
  }

  .md\:top-120 {
    top: 120px;
  }

  .md\:right-120 {
    right: 120px;
  }

  .md\:bottom-120 {
    bottom: 120px;
  }

  .md\:left-120 {
    left: 120px;
  }

  .md\:top-130 {
    top: 130px;
  }

  .md\:right-130 {
    right: 130px;
  }

  .md\:bottom-130 {
    bottom: 130px;
  }

  .md\:left-130 {
    left: 130px;
  }

  .md\:top-140 {
    top: 140px;
  }

  .md\:right-140 {
    right: 140px;
  }

  .md\:bottom-140 {
    bottom: 140px;
  }

  .md\:left-140 {
    left: 140px;
  }

  .md\:top-180 {
    top: 180px;
  }

  .md\:right-180 {
    right: 180px;
  }

  .md\:bottom-180 {
    bottom: 180px;
  }

  .md\:left-180 {
    left: 180px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .md\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .md\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .md\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .md\:top-10p {
    top: 10%;
  }

  .md\:right-10p {
    right: 10%;
  }

  .md\:bottom-10p {
    bottom: 10%;
  }

  .md\:left-10p {
    left: 10%;
  }

  .md\:top-20p {
    top: 20%;
  }

  .md\:right-20p {
    right: 20%;
  }

  .md\:bottom-20p {
    bottom: 20%;
  }

  .md\:left-20p {
    left: 20%;
  }

  .md\:-top-35 {
    top: -35px;
  }

  .md\:-right-35 {
    right: -35px;
  }

  .md\:-bottom-35 {
    bottom: -35px;
  }

  .md\:-left-35 {
    left: -35px;
  }

  .md\:-top-28 {
    top: -28px;
  }

  .md\:-right-28 {
    right: -28px;
  }

  .md\:-bottom-28 {
    bottom: -28px;
  }

  .md\:-left-28 {
    left: -28px;
  }

  .md\:-top-60 {
    top: -60px;
  }

  .md\:-right-60 {
    right: -60px;
  }

  .md\:-bottom-60 {
    bottom: -60px;
  }

  .md\:-left-60 {
    left: -60px;
  }

  .md\:top-vw90 {
    top: 90vw;
  }

  .md\:right-vw90 {
    right: 90vw;
  }

  .md\:bottom-vw90 {
    bottom: 90vw;
  }

  .md\:left-vw90 {
    left: 90vw;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .md\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .md\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .md\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .md\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .md\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .md\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .md\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .md\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .md\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .md\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .md\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .md\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .md\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .md\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .md\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .md\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .md\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .md\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .md\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .md\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .md\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .md\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .md\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .md\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .md\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .md\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .md\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .md\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .md\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .md\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .md\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .md\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .md\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .md\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .md\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .md\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .md\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .md\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .md\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .md\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .md\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .md\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .md\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .md\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .md\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .md\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .md\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .md\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .md\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .md\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .md\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .md\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .md\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .md\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .md\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .md\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .md\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .md\:hover\:top-0:hover {
    top: 0;
  }

  .md\:hover\:right-0:hover {
    right: 0;
  }

  .md\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .md\:hover\:left-0:hover {
    left: 0;
  }

  .md\:hover\:top-5:hover {
    top: 5px;
  }

  .md\:hover\:right-5:hover {
    right: 5px;
  }

  .md\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .md\:hover\:left-5:hover {
    left: 5px;
  }

  .md\:hover\:top-10:hover {
    top: 10px;
  }

  .md\:hover\:right-10:hover {
    right: 10px;
  }

  .md\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .md\:hover\:left-10:hover {
    left: 10px;
  }

  .md\:hover\:top-15:hover {
    top: 15px;
  }

  .md\:hover\:right-15:hover {
    right: 15px;
  }

  .md\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .md\:hover\:left-15:hover {
    left: 15px;
  }

  .md\:hover\:top-16:hover {
    top: 16px;
  }

  .md\:hover\:right-16:hover {
    right: 16px;
  }

  .md\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .md\:hover\:left-16:hover {
    left: 16px;
  }

  .md\:hover\:top-20:hover {
    top: 20px;
  }

  .md\:hover\:right-20:hover {
    right: 20px;
  }

  .md\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .md\:hover\:left-20:hover {
    left: 20px;
  }

  .md\:hover\:top-21:hover {
    top: 21px;
  }

  .md\:hover\:right-21:hover {
    right: 21px;
  }

  .md\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .md\:hover\:left-21:hover {
    left: 21px;
  }

  .md\:hover\:top-22:hover {
    top: 22px;
  }

  .md\:hover\:right-22:hover {
    right: 22px;
  }

  .md\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .md\:hover\:left-22:hover {
    left: 22px;
  }

  .md\:hover\:top-25:hover {
    top: 25px;
  }

  .md\:hover\:right-25:hover {
    right: 25px;
  }

  .md\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .md\:hover\:left-25:hover {
    left: 25px;
  }

  .md\:hover\:top-30:hover {
    top: 30px;
  }

  .md\:hover\:right-30:hover {
    right: 30px;
  }

  .md\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .md\:hover\:left-30:hover {
    left: 30px;
  }

  .md\:hover\:top-35:hover {
    top: 35px;
  }

  .md\:hover\:right-35:hover {
    right: 35px;
  }

  .md\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .md\:hover\:left-35:hover {
    left: 35px;
  }

  .md\:hover\:top-37:hover {
    top: 37px;
  }

  .md\:hover\:right-37:hover {
    right: 37px;
  }

  .md\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .md\:hover\:left-37:hover {
    left: 37px;
  }

  .md\:hover\:top-38:hover {
    top: 38px;
  }

  .md\:hover\:right-38:hover {
    right: 38px;
  }

  .md\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .md\:hover\:left-38:hover {
    left: 38px;
  }

  .md\:hover\:top-40:hover {
    top: 40px;
  }

  .md\:hover\:right-40:hover {
    right: 40px;
  }

  .md\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .md\:hover\:left-40:hover {
    left: 40px;
  }

  .md\:hover\:top-50:hover {
    top: 50px;
  }

  .md\:hover\:right-50:hover {
    right: 50px;
  }

  .md\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .md\:hover\:left-50:hover {
    left: 50px;
  }

  .md\:hover\:top-70:hover {
    top: 70px;
  }

  .md\:hover\:right-70:hover {
    right: 70px;
  }

  .md\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .md\:hover\:left-70:hover {
    left: 70px;
  }

  .md\:hover\:top-100:hover {
    top: 100px;
  }

  .md\:hover\:right-100:hover {
    right: 100px;
  }

  .md\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .md\:hover\:left-100:hover {
    left: 100px;
  }

  .md\:hover\:top-120:hover {
    top: 120px;
  }

  .md\:hover\:right-120:hover {
    right: 120px;
  }

  .md\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .md\:hover\:left-120:hover {
    left: 120px;
  }

  .md\:hover\:top-130:hover {
    top: 130px;
  }

  .md\:hover\:right-130:hover {
    right: 130px;
  }

  .md\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .md\:hover\:left-130:hover {
    left: 130px;
  }

  .md\:hover\:top-140:hover {
    top: 140px;
  }

  .md\:hover\:right-140:hover {
    right: 140px;
  }

  .md\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .md\:hover\:left-140:hover {
    left: 140px;
  }

  .md\:hover\:top-180:hover {
    top: 180px;
  }

  .md\:hover\:right-180:hover {
    right: 180px;
  }

  .md\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .md\:hover\:left-180:hover {
    left: 180px;
  }

  .md\:hover\:top-auto:hover {
    top: auto;
  }

  .md\:hover\:right-auto:hover {
    right: auto;
  }

  .md\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .md\:hover\:left-auto:hover {
    left: auto;
  }

  .md\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .md\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .md\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .md\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .md\:hover\:top-10p:hover {
    top: 10%;
  }

  .md\:hover\:right-10p:hover {
    right: 10%;
  }

  .md\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .md\:hover\:left-10p:hover {
    left: 10%;
  }

  .md\:hover\:top-20p:hover {
    top: 20%;
  }

  .md\:hover\:right-20p:hover {
    right: 20%;
  }

  .md\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .md\:hover\:left-20p:hover {
    left: 20%;
  }

  .md\:hover\:-top-35:hover {
    top: -35px;
  }

  .md\:hover\:-right-35:hover {
    right: -35px;
  }

  .md\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .md\:hover\:-left-35:hover {
    left: -35px;
  }

  .md\:hover\:-top-28:hover {
    top: -28px;
  }

  .md\:hover\:-right-28:hover {
    right: -28px;
  }

  .md\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .md\:hover\:-left-28:hover {
    left: -28px;
  }

  .md\:hover\:-top-60:hover {
    top: -60px;
  }

  .md\:hover\:-right-60:hover {
    right: -60px;
  }

  .md\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .md\:hover\:-left-60:hover {
    left: -60px;
  }

  .md\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .md\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .md\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .md\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .md\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .md\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .md\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .md\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .md\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .md\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .md\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .md\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .md\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .md\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .md\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .md\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .md\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .md\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .md\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .md\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .md\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .md\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .md\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .md\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .md\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .md\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .md\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .md\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .md\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .md\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .md\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .md\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .md\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .md\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .md\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .md\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .md\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .md\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .md\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .md\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .md\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .md\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .md\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .md\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .md\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .md\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .md\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .md\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .md\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .md\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .md\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .md\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .md\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .md\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .md\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .md\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .md\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .md\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .md\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .md\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .md\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .md\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .md\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .md\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .md\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .md\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .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-5:focus {
    top: 5px;
  }

  .md\:focus\:right-5:focus {
    right: 5px;
  }

  .md\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .md\:focus\:left-5:focus {
    left: 5px;
  }

  .md\:focus\:top-10:focus {
    top: 10px;
  }

  .md\:focus\:right-10:focus {
    right: 10px;
  }

  .md\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .md\:focus\:left-10:focus {
    left: 10px;
  }

  .md\:focus\:top-15:focus {
    top: 15px;
  }

  .md\:focus\:right-15:focus {
    right: 15px;
  }

  .md\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .md\:focus\:left-15:focus {
    left: 15px;
  }

  .md\:focus\:top-16:focus {
    top: 16px;
  }

  .md\:focus\:right-16:focus {
    right: 16px;
  }

  .md\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .md\:focus\:left-16:focus {
    left: 16px;
  }

  .md\:focus\:top-20:focus {
    top: 20px;
  }

  .md\:focus\:right-20:focus {
    right: 20px;
  }

  .md\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .md\:focus\:left-20:focus {
    left: 20px;
  }

  .md\:focus\:top-21:focus {
    top: 21px;
  }

  .md\:focus\:right-21:focus {
    right: 21px;
  }

  .md\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .md\:focus\:left-21:focus {
    left: 21px;
  }

  .md\:focus\:top-22:focus {
    top: 22px;
  }

  .md\:focus\:right-22:focus {
    right: 22px;
  }

  .md\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .md\:focus\:left-22:focus {
    left: 22px;
  }

  .md\:focus\:top-25:focus {
    top: 25px;
  }

  .md\:focus\:right-25:focus {
    right: 25px;
  }

  .md\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .md\:focus\:left-25:focus {
    left: 25px;
  }

  .md\:focus\:top-30:focus {
    top: 30px;
  }

  .md\:focus\:right-30:focus {
    right: 30px;
  }

  .md\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .md\:focus\:left-30:focus {
    left: 30px;
  }

  .md\:focus\:top-35:focus {
    top: 35px;
  }

  .md\:focus\:right-35:focus {
    right: 35px;
  }

  .md\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .md\:focus\:left-35:focus {
    left: 35px;
  }

  .md\:focus\:top-37:focus {
    top: 37px;
  }

  .md\:focus\:right-37:focus {
    right: 37px;
  }

  .md\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .md\:focus\:left-37:focus {
    left: 37px;
  }

  .md\:focus\:top-38:focus {
    top: 38px;
  }

  .md\:focus\:right-38:focus {
    right: 38px;
  }

  .md\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .md\:focus\:left-38:focus {
    left: 38px;
  }

  .md\:focus\:top-40:focus {
    top: 40px;
  }

  .md\:focus\:right-40:focus {
    right: 40px;
  }

  .md\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .md\:focus\:left-40:focus {
    left: 40px;
  }

  .md\:focus\:top-50:focus {
    top: 50px;
  }

  .md\:focus\:right-50:focus {
    right: 50px;
  }

  .md\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .md\:focus\:left-50:focus {
    left: 50px;
  }

  .md\:focus\:top-70:focus {
    top: 70px;
  }

  .md\:focus\:right-70:focus {
    right: 70px;
  }

  .md\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .md\:focus\:left-70:focus {
    left: 70px;
  }

  .md\:focus\:top-100:focus {
    top: 100px;
  }

  .md\:focus\:right-100:focus {
    right: 100px;
  }

  .md\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .md\:focus\:left-100:focus {
    left: 100px;
  }

  .md\:focus\:top-120:focus {
    top: 120px;
  }

  .md\:focus\:right-120:focus {
    right: 120px;
  }

  .md\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .md\:focus\:left-120:focus {
    left: 120px;
  }

  .md\:focus\:top-130:focus {
    top: 130px;
  }

  .md\:focus\:right-130:focus {
    right: 130px;
  }

  .md\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .md\:focus\:left-130:focus {
    left: 130px;
  }

  .md\:focus\:top-140:focus {
    top: 140px;
  }

  .md\:focus\:right-140:focus {
    right: 140px;
  }

  .md\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .md\:focus\:left-140:focus {
    left: 140px;
  }

  .md\:focus\:top-180:focus {
    top: 180px;
  }

  .md\:focus\:right-180:focus {
    right: 180px;
  }

  .md\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .md\:focus\:left-180:focus {
    left: 180px;
  }

  .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-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .md\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .md\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .md\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .md\:focus\:top-10p:focus {
    top: 10%;
  }

  .md\:focus\:right-10p:focus {
    right: 10%;
  }

  .md\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .md\:focus\:left-10p:focus {
    left: 10%;
  }

  .md\:focus\:top-20p:focus {
    top: 20%;
  }

  .md\:focus\:right-20p:focus {
    right: 20%;
  }

  .md\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .md\:focus\:left-20p:focus {
    left: 20%;
  }

  .md\:focus\:-top-35:focus {
    top: -35px;
  }

  .md\:focus\:-right-35:focus {
    right: -35px;
  }

  .md\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .md\:focus\:-left-35:focus {
    left: -35px;
  }

  .md\:focus\:-top-28:focus {
    top: -28px;
  }

  .md\:focus\:-right-28:focus {
    right: -28px;
  }

  .md\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .md\:focus\:-left-28:focus {
    left: -28px;
  }

  .md\:focus\:-top-60:focus {
    top: -60px;
  }

  .md\:focus\:-right-60:focus {
    right: -60px;
  }

  .md\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .md\:focus\:-left-60:focus {
    left: -60px;
  }

  .md\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .md\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .md\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .md\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .md\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .md\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .md\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .md\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .md\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .md\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .md\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .md\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .md\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .md\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .md\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .md\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .md\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .md\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .md\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .md\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .md\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .md\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .md\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .md\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .md\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .md\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .md\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .md\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .md\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .md\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .md\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .md\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .md\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .md\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .md\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .md\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .md\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .md\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .md\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .md\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .md\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .md\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .md\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .md\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .md\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .md\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .md\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .md\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .md\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .md\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .md\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .md\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .md\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .md\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .md\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .md\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .md\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .md\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .md\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .md\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .md\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .md\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .md\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .md\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .md\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .md\:first\:top-0:first-child {
    top: 0;
  }

  .md\:first\:right-0:first-child {
    right: 0;
  }

  .md\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .md\:first\:left-0:first-child {
    left: 0;
  }

  .md\:first\:top-5:first-child {
    top: 5px;
  }

  .md\:first\:right-5:first-child {
    right: 5px;
  }

  .md\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .md\:first\:left-5:first-child {
    left: 5px;
  }

  .md\:first\:top-10:first-child {
    top: 10px;
  }

  .md\:first\:right-10:first-child {
    right: 10px;
  }

  .md\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .md\:first\:left-10:first-child {
    left: 10px;
  }

  .md\:first\:top-15:first-child {
    top: 15px;
  }

  .md\:first\:right-15:first-child {
    right: 15px;
  }

  .md\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .md\:first\:left-15:first-child {
    left: 15px;
  }

  .md\:first\:top-16:first-child {
    top: 16px;
  }

  .md\:first\:right-16:first-child {
    right: 16px;
  }

  .md\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .md\:first\:left-16:first-child {
    left: 16px;
  }

  .md\:first\:top-20:first-child {
    top: 20px;
  }

  .md\:first\:right-20:first-child {
    right: 20px;
  }

  .md\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .md\:first\:left-20:first-child {
    left: 20px;
  }

  .md\:first\:top-21:first-child {
    top: 21px;
  }

  .md\:first\:right-21:first-child {
    right: 21px;
  }

  .md\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .md\:first\:left-21:first-child {
    left: 21px;
  }

  .md\:first\:top-22:first-child {
    top: 22px;
  }

  .md\:first\:right-22:first-child {
    right: 22px;
  }

  .md\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .md\:first\:left-22:first-child {
    left: 22px;
  }

  .md\:first\:top-25:first-child {
    top: 25px;
  }

  .md\:first\:right-25:first-child {
    right: 25px;
  }

  .md\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .md\:first\:left-25:first-child {
    left: 25px;
  }

  .md\:first\:top-30:first-child {
    top: 30px;
  }

  .md\:first\:right-30:first-child {
    right: 30px;
  }

  .md\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .md\:first\:left-30:first-child {
    left: 30px;
  }

  .md\:first\:top-35:first-child {
    top: 35px;
  }

  .md\:first\:right-35:first-child {
    right: 35px;
  }

  .md\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .md\:first\:left-35:first-child {
    left: 35px;
  }

  .md\:first\:top-37:first-child {
    top: 37px;
  }

  .md\:first\:right-37:first-child {
    right: 37px;
  }

  .md\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .md\:first\:left-37:first-child {
    left: 37px;
  }

  .md\:first\:top-38:first-child {
    top: 38px;
  }

  .md\:first\:right-38:first-child {
    right: 38px;
  }

  .md\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .md\:first\:left-38:first-child {
    left: 38px;
  }

  .md\:first\:top-40:first-child {
    top: 40px;
  }

  .md\:first\:right-40:first-child {
    right: 40px;
  }

  .md\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .md\:first\:left-40:first-child {
    left: 40px;
  }

  .md\:first\:top-50:first-child {
    top: 50px;
  }

  .md\:first\:right-50:first-child {
    right: 50px;
  }

  .md\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .md\:first\:left-50:first-child {
    left: 50px;
  }

  .md\:first\:top-70:first-child {
    top: 70px;
  }

  .md\:first\:right-70:first-child {
    right: 70px;
  }

  .md\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .md\:first\:left-70:first-child {
    left: 70px;
  }

  .md\:first\:top-100:first-child {
    top: 100px;
  }

  .md\:first\:right-100:first-child {
    right: 100px;
  }

  .md\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .md\:first\:left-100:first-child {
    left: 100px;
  }

  .md\:first\:top-120:first-child {
    top: 120px;
  }

  .md\:first\:right-120:first-child {
    right: 120px;
  }

  .md\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .md\:first\:left-120:first-child {
    left: 120px;
  }

  .md\:first\:top-130:first-child {
    top: 130px;
  }

  .md\:first\:right-130:first-child {
    right: 130px;
  }

  .md\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .md\:first\:left-130:first-child {
    left: 130px;
  }

  .md\:first\:top-140:first-child {
    top: 140px;
  }

  .md\:first\:right-140:first-child {
    right: 140px;
  }

  .md\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .md\:first\:left-140:first-child {
    left: 140px;
  }

  .md\:first\:top-180:first-child {
    top: 180px;
  }

  .md\:first\:right-180:first-child {
    right: 180px;
  }

  .md\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .md\:first\:left-180:first-child {
    left: 180px;
  }

  .md\:first\:top-auto:first-child {
    top: auto;
  }

  .md\:first\:right-auto:first-child {
    right: auto;
  }

  .md\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .md\:first\:left-auto:first-child {
    left: auto;
  }

  .md\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .md\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .md\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .md\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .md\:first\:top-10p:first-child {
    top: 10%;
  }

  .md\:first\:right-10p:first-child {
    right: 10%;
  }

  .md\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .md\:first\:left-10p:first-child {
    left: 10%;
  }

  .md\:first\:top-20p:first-child {
    top: 20%;
  }

  .md\:first\:right-20p:first-child {
    right: 20%;
  }

  .md\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .md\:first\:left-20p:first-child {
    left: 20%;
  }

  .md\:first\:-top-35:first-child {
    top: -35px;
  }

  .md\:first\:-right-35:first-child {
    right: -35px;
  }

  .md\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .md\:first\:-left-35:first-child {
    left: -35px;
  }

  .md\:first\:-top-28:first-child {
    top: -28px;
  }

  .md\:first\:-right-28:first-child {
    right: -28px;
  }

  .md\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .md\:first\:-left-28:first-child {
    left: -28px;
  }

  .md\:first\:-top-60:first-child {
    top: -60px;
  }

  .md\:first\:-right-60:first-child {
    right: -60px;
  }

  .md\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .md\:first\:-left-60:first-child {
    left: -60px;
  }

  .md\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .md\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .md\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .md\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .md\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .md\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .md\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .md\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .md\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .md\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .md\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .md\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .md\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .md\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .md\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .md\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .md\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .md\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .md\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .md\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .md\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .md\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .md\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .md\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .md\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .md\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .md\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .md\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .md\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .md\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .md\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .md\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .md\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .md\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .md\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .md\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .md\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .md\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .md\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .md\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .md\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .md\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .md\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .md\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .md\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .md\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .md\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .md\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .md\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .md\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .md\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .md\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .md\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .md\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .md\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .md\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .md\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .md\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .md\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .md\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .md\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .md\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .md\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .md\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .md\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .md\:last\:top-0:last-child {
    top: 0;
  }

  .md\:last\:right-0:last-child {
    right: 0;
  }

  .md\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .md\:last\:left-0:last-child {
    left: 0;
  }

  .md\:last\:top-5:last-child {
    top: 5px;
  }

  .md\:last\:right-5:last-child {
    right: 5px;
  }

  .md\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .md\:last\:left-5:last-child {
    left: 5px;
  }

  .md\:last\:top-10:last-child {
    top: 10px;
  }

  .md\:last\:right-10:last-child {
    right: 10px;
  }

  .md\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .md\:last\:left-10:last-child {
    left: 10px;
  }

  .md\:last\:top-15:last-child {
    top: 15px;
  }

  .md\:last\:right-15:last-child {
    right: 15px;
  }

  .md\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .md\:last\:left-15:last-child {
    left: 15px;
  }

  .md\:last\:top-16:last-child {
    top: 16px;
  }

  .md\:last\:right-16:last-child {
    right: 16px;
  }

  .md\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .md\:last\:left-16:last-child {
    left: 16px;
  }

  .md\:last\:top-20:last-child {
    top: 20px;
  }

  .md\:last\:right-20:last-child {
    right: 20px;
  }

  .md\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .md\:last\:left-20:last-child {
    left: 20px;
  }

  .md\:last\:top-21:last-child {
    top: 21px;
  }

  .md\:last\:right-21:last-child {
    right: 21px;
  }

  .md\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .md\:last\:left-21:last-child {
    left: 21px;
  }

  .md\:last\:top-22:last-child {
    top: 22px;
  }

  .md\:last\:right-22:last-child {
    right: 22px;
  }

  .md\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .md\:last\:left-22:last-child {
    left: 22px;
  }

  .md\:last\:top-25:last-child {
    top: 25px;
  }

  .md\:last\:right-25:last-child {
    right: 25px;
  }

  .md\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .md\:last\:left-25:last-child {
    left: 25px;
  }

  .md\:last\:top-30:last-child {
    top: 30px;
  }

  .md\:last\:right-30:last-child {
    right: 30px;
  }

  .md\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .md\:last\:left-30:last-child {
    left: 30px;
  }

  .md\:last\:top-35:last-child {
    top: 35px;
  }

  .md\:last\:right-35:last-child {
    right: 35px;
  }

  .md\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .md\:last\:left-35:last-child {
    left: 35px;
  }

  .md\:last\:top-37:last-child {
    top: 37px;
  }

  .md\:last\:right-37:last-child {
    right: 37px;
  }

  .md\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .md\:last\:left-37:last-child {
    left: 37px;
  }

  .md\:last\:top-38:last-child {
    top: 38px;
  }

  .md\:last\:right-38:last-child {
    right: 38px;
  }

  .md\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .md\:last\:left-38:last-child {
    left: 38px;
  }

  .md\:last\:top-40:last-child {
    top: 40px;
  }

  .md\:last\:right-40:last-child {
    right: 40px;
  }

  .md\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .md\:last\:left-40:last-child {
    left: 40px;
  }

  .md\:last\:top-50:last-child {
    top: 50px;
  }

  .md\:last\:right-50:last-child {
    right: 50px;
  }

  .md\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .md\:last\:left-50:last-child {
    left: 50px;
  }

  .md\:last\:top-70:last-child {
    top: 70px;
  }

  .md\:last\:right-70:last-child {
    right: 70px;
  }

  .md\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .md\:last\:left-70:last-child {
    left: 70px;
  }

  .md\:last\:top-100:last-child {
    top: 100px;
  }

  .md\:last\:right-100:last-child {
    right: 100px;
  }

  .md\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .md\:last\:left-100:last-child {
    left: 100px;
  }

  .md\:last\:top-120:last-child {
    top: 120px;
  }

  .md\:last\:right-120:last-child {
    right: 120px;
  }

  .md\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .md\:last\:left-120:last-child {
    left: 120px;
  }

  .md\:last\:top-130:last-child {
    top: 130px;
  }

  .md\:last\:right-130:last-child {
    right: 130px;
  }

  .md\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .md\:last\:left-130:last-child {
    left: 130px;
  }

  .md\:last\:top-140:last-child {
    top: 140px;
  }

  .md\:last\:right-140:last-child {
    right: 140px;
  }

  .md\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .md\:last\:left-140:last-child {
    left: 140px;
  }

  .md\:last\:top-180:last-child {
    top: 180px;
  }

  .md\:last\:right-180:last-child {
    right: 180px;
  }

  .md\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .md\:last\:left-180:last-child {
    left: 180px;
  }

  .md\:last\:top-auto:last-child {
    top: auto;
  }

  .md\:last\:right-auto:last-child {
    right: auto;
  }

  .md\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .md\:last\:left-auto:last-child {
    left: auto;
  }

  .md\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .md\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .md\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .md\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .md\:last\:top-10p:last-child {
    top: 10%;
  }

  .md\:last\:right-10p:last-child {
    right: 10%;
  }

  .md\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .md\:last\:left-10p:last-child {
    left: 10%;
  }

  .md\:last\:top-20p:last-child {
    top: 20%;
  }

  .md\:last\:right-20p:last-child {
    right: 20%;
  }

  .md\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .md\:last\:left-20p:last-child {
    left: 20%;
  }

  .md\:last\:-top-35:last-child {
    top: -35px;
  }

  .md\:last\:-right-35:last-child {
    right: -35px;
  }

  .md\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .md\:last\:-left-35:last-child {
    left: -35px;
  }

  .md\:last\:-top-28:last-child {
    top: -28px;
  }

  .md\:last\:-right-28:last-child {
    right: -28px;
  }

  .md\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .md\:last\:-left-28:last-child {
    left: -28px;
  }

  .md\:last\:-top-60:last-child {
    top: -60px;
  }

  .md\:last\:-right-60:last-child {
    right: -60px;
  }

  .md\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .md\:last\:-left-60:last-child {
    left: -60px;
  }

  .md\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .md\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .md\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .md\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .md\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .md\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .md\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .md\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .md\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .md\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .md\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .md\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .md\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .md\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .md\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .md\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .md\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .md\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .md\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .md\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .md\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .md\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .md\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .md\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .md\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .md\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .md\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .md\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .md\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .md\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .md\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .md\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .md\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .md\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .md\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .md\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .md\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .md\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .md\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .md\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .md\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .md\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .md\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .md\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .md\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .md\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .md\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .md\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .md\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .md\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .md\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .md\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .md\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .md\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .md\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .md\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .md\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .md\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .md\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .md\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .md\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .md\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .md\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .md\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .md\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .md\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .md\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .md\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .md\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .md\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .md\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .md\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .md\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .md\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .md\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .md\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .md\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .md\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .md\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .md\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .md\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .md\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .md\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .md\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .md\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .md\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .md\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .md\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .md\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .md\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .md\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .md\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .md\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .md\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .md\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .md\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .md\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .md\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .md\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .md\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .md\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .md\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .md\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .md\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .md\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .md\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .md\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .md\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .md\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .md\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .md\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .md\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .md\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .md\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .md\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .md\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .md\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .md\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .md\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .md\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .md\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .md\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .md\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .md\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .md\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .md\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .md\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .md\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .md\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .md\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .md\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .md\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .md\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .md\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .md\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .md\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .md\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .md\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .md\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .md\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .md\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .md\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .md\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .md\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .md\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .md\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .md\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .md\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .md\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .md\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .md\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .md\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .md\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .md\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .md\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .md\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .md\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .md\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .md\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .md\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .md\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .md\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .md\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .md\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .md\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .md\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .md\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .md\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .md\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .md\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .md\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .md\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .md\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .md\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .md\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .md\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .md\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .md\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .md\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .md\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .md\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .md\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .md\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .md\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .md\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .md\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .md\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .md\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .md\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .md\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .md\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .md\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .md\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .md\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .md\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .md\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .md\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .md\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .md\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .md\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .md\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .md\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .md\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:hover\:resize-none:hover {
    resize: none;
  }

  .md\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md\:hover\:resize:hover {
    resize: both;
  }

  .md\:focus\:resize-none:focus {
    resize: none;
  }

  .md\:focus\:resize-y:focus {
    resize: vertical;
  }

  .md\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .md\:focus\:resize:focus {
    resize: both;
  }

  .md\:first\:resize-none:first-child {
    resize: none;
  }

  .md\:first\:resize-y:first-child {
    resize: vertical;
  }

  .md\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .md\:first\:resize:first-child {
    resize: both;
  }

  .md\:last\:resize-none:last-child {
    resize: none;
  }

  .md\:last\:resize-y:last-child {
    resize: vertical;
  }

  .md\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .md\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .md\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .md\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .md\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .md\:group-hover\:resize {
    resize: both;
  }

  .md\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .md\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .md\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .md\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .md\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .md\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .md\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .md\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .md\:group-hover\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .md\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .md\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .md\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .md\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .md\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .md\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .md\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .md\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .md\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .md\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .md\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .md\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .md\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .md\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .md\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .md\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .md\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .md\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .md\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .md\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .md\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .md\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .md\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .md\:group-hover\: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\:hover\:text-left:hover {
    text-align: left;
  }

  .md\:hover\:text-center:hover {
    text-align: center;
  }

  .md\:hover\:text-right:hover {
    text-align: right;
  }

  .md\:hover\:text-justify:hover {
    text-align: justify;
  }

  .md\:focus\:text-left:focus {
    text-align: left;
  }

  .md\:focus\:text-center:focus {
    text-align: center;
  }

  .md\:focus\:text-right:focus {
    text-align: right;
  }

  .md\:focus\:text-justify:focus {
    text-align: justify;
  }

  .md\:first\:text-left:first-child {
    text-align: left;
  }

  .md\:first\:text-center:first-child {
    text-align: center;
  }

  .md\:first\:text-right:first-child {
    text-align: right;
  }

  .md\:first\:text-justify:first-child {
    text-align: justify;
  }

  .md\:last\:text-left:last-child {
    text-align: left;
  }

  .md\:last\:text-center:last-child {
    text-align: center;
  }

  .md\:last\:text-right:last-child {
    text-align: right;
  }

  .md\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .md\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .md\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .md\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .md\:group-hover\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md\:first\:text-transparent:first-child {
    color: transparent;
  }

  .md\:first\:text-current:first-child {
    color: currentColor;
  }

  .md\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md\:last\:text-transparent:last-child {
    color: transparent;
  }

  .md\:last\:text-current:last-child {
    color: currentColor;
  }

  .md\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .md\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .md\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .md\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .md\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .md\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .md\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .md\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .md\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .md\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .md\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .md\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .md\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .md\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .md\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:not-italic:hover {
    font-style: normal;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:not-italic:focus {
    font-style: normal;
  }

  .md\:first\:italic:first-child {
    font-style: italic;
  }

  .md\:first\:not-italic:first-child {
    font-style: normal;
  }

  .md\:last\:italic:last-child {
    font-style: italic;
  }

  .md\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .md\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md\:group-hover\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .md\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .md\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .md\:first\:normal-case:first-child {
    text-transform: none;
  }

  .md\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .md\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .md\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .md\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .md\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md\:group-hover\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:first\:underline:first-child {
    text-decoration: underline;
  }

  .md\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .md\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .md\:last\:underline:last-child {
    text-decoration: underline;
  }

  .md\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .md\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .md\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:hover\:ordinal:hover, .md\:hover\:slashed-zero:hover, .md\:hover\:lining-nums:hover, .md\:hover\:oldstyle-nums:hover, .md\:hover\:proportional-nums:hover, .md\:hover\:tabular-nums:hover, .md\:hover\:diagonal-fractions:hover, .md\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .md\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:focus\:ordinal:focus, .md\:focus\:slashed-zero:focus, .md\:focus\:lining-nums:focus, .md\:focus\:oldstyle-nums:focus, .md\:focus\:proportional-nums:focus, .md\:focus\:tabular-nums:focus, .md\:focus\:diagonal-fractions:focus, .md\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .md\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:first\:ordinal:first-child, .md\:first\:slashed-zero:first-child, .md\:first\:lining-nums:first-child, .md\:first\:oldstyle-nums:first-child, .md\:first\:proportional-nums:first-child, .md\:first\:tabular-nums:first-child, .md\:first\:diagonal-fractions:first-child, .md\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .md\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:last\:ordinal:last-child, .md\:last\:slashed-zero:last-child, .md\:last\:lining-nums:last-child, .md\:last\:oldstyle-nums:last-child, .md\:last\:proportional-nums:last-child, .md\:last\:tabular-nums:last-child, .md\:last\:diagonal-fractions:last-child, .md\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .md\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .md\:group-hover\:ordinal, .group:hover .md\:group-hover\:slashed-zero, .group:hover .md\:group-hover\:lining-nums, .group:hover .md\:group-hover\:oldstyle-nums, .group:hover .md\:group-hover\:proportional-nums, .group:hover .md\:group-hover\:tabular-nums, .group:hover .md\:group-hover\:diagonal-fractions, .group:hover .md\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .md\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .md\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .md\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .md\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .md\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .md\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .md\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .md\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .md\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-1 {
    letter-spacing: 1px;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .md\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .md\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .md\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .md\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .md\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .md\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .md\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .md\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .md\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .md\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .md\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .md\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .md\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .md\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .md\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .md\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .md\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .md\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .md\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .md\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .md\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .md\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .md\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .md\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .md\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .md\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .md\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .md\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .md\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .md\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .md\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .md\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .md\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .md\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .md\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .md\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .md\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .md\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .md\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .md\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .md\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .md\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .md\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .md\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .md\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .md\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .md\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .md\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .md\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .md\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .md\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .md\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .md\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .md\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .md\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .md\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .md\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .md\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .md\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .md\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .md\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .md\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .md\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .md\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .md\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .md\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .md\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .md\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .md\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .md\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .md\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .md\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .md\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .md\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .md\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .md\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .md\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .md\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .md\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .md\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .md\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .md\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .md\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .md\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .md\:focus\:align-top:focus {
    vertical-align: top;
  }

  .md\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .md\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .md\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .md\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .md\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .md\:first\:align-top:first-child {
    vertical-align: top;
  }

  .md\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .md\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .md\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .md\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .md\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .md\:last\:align-top:last-child {
    vertical-align: top;
  }

  .md\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .md\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .md\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .md\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .md\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .md\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .md\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .md\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .md\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .md\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:hover\:visible:hover {
    visibility: visible;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md\:focus\:visible:focus {
    visibility: visible;
  }

  .md\:focus\:invisible:focus {
    visibility: hidden;
  }

  .md\:first\:visible:first-child {
    visibility: visible;
  }

  .md\:first\:invisible:first-child {
    visibility: hidden;
  }

  .md\:last\:visible:last-child {
    visibility: visible;
  }

  .md\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .md\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .md\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .md\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .md\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .md\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .md\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .md\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .md\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .md\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .md\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .md\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .md\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .md\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .md\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .md\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .md\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .md\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .md\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .md\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .md\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:hover\:break-all:hover {
    word-break: break-all;
  }

  .md\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:focus\:break-all:focus {
    word-break: break-all;
  }

  .md\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:first\:break-all:first-child {
    word-break: break-all;
  }

  .md\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:last\:break-all:last-child {
    word-break: break-all;
  }

  .md\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .md\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .md\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .md\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 3px;
  }

  .md\:w-4 {
    width: 4px;
  }

  .md\:w-5 {
    width: 5px;
  }

  .md\:w-6 {
    width: 6px;
  }

  .md\:w-8 {
    width: 8px;
  }

  .md\:w-9 {
    width: 9px;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-12 {
    width: 12px;
  }

  .md\:w-13 {
    width: 13px;
  }

  .md\:w-14 {
    width: 14px;
  }

  .md\:w-15 {
    width: 15px;
  }

  .md\:w-16 {
    width: 16px;
  }

  .md\:w-17 {
    width: 17px;
  }

  .md\:w-18 {
    width: 18px;
  }

  .md\:w-20 {
    width: 20px;
  }

  .md\:w-22 {
    width: 22px;
  }

  .md\:w-24 {
    width: 24px;
  }

  .md\:w-25 {
    width: 25px;
  }

  .md\:w-28 {
    width: 28px;
  }

  .md\:w-29 {
    width: 29px;
  }

  .md\:w-30 {
    width: 30px;
  }

  .md\:w-32 {
    width: 32px;
  }

  .md\:w-35 {
    width: 35px;
  }

  .md\:w-36 {
    width: 36px;
  }

  .md\:w-37 {
    width: 37px;
  }

  .md\:w-40 {
    width: 40px;
  }

  .md\:w-45 {
    width: 45px;
  }

  .md\:w-48 {
    width: 48px;
  }

  .md\:w-50 {
    width: 50px;
  }

  .md\:w-55 {
    width: 55px;
  }

  .md\:w-56 {
    width: 56px;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-62 {
    width: 62px;
  }

  .md\:w-64 {
    width: 64px;
  }

  .md\:w-65 {
    width: 65px;
  }

  .md\:w-70 {
    width: 70px;
  }

  .md\:w-75 {
    width: 75px;
  }

  .md\:w-80 {
    width: 80px;
  }

  .md\:w-85 {
    width: 85px;
  }

  .md\:w-90 {
    width: 90px;
  }

  .md\:w-95 {
    width: 95px;
  }

  .md\:w-96 {
    width: 96px;
  }

  .md\:w-100 {
    width: 100px;
  }

  .md\:w-110 {
    width: 110px;
  }

  .md\:w-115 {
    width: 115px;
  }

  .md\:w-120 {
    width: 120px;
  }

  .md\:w-128 {
    width: 128px;
  }

  .md\:w-135 {
    width: 135px;
  }

  .md\:w-140 {
    width: 140px;
  }

  .md\:w-145 {
    width: 145px;
  }

  .md\:w-150 {
    width: 150px;
  }

  .md\:w-160 {
    width: 160px;
  }

  .md\:w-165 {
    width: 165px;
  }

  .md\:w-168 {
    width: 168px;
  }

  .md\:w-170 {
    width: 170px;
  }

  .md\:w-180 {
    width: 180px;
  }

  .md\:w-200 {
    width: 200px;
  }

  .md\:w-220 {
    width: 220px;
  }

  .md\:w-230 {
    width: 230px;
  }

  .md\:w-235 {
    width: 235px;
  }

  .md\:w-240 {
    width: 240px;
  }

  .md\:w-250 {
    width: 250px;
  }

  .md\:w-300 {
    width: 300px;
  }

  .md\:w-320 {
    width: 320px;
  }

  .md\:w-350 {
    width: 350px;
  }

  .md\:w-375 {
    width: 375px;
  }

  .md\:w-400 {
    width: 400px;
  }

  .md\:w-450 {
    width: 450px;
  }

  .md\:w-700 {
    width: 700px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1p {
    width: 1%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-11p {
    width: 11%;
  }

  .md\:w-20p {
    width: 20%;
  }

  .md\:w-24p {
    width: 24.25%;
  }

  .md\:w-25p {
    width: 25%;
  }

  .md\:w-32p {
    width: 32%;
  }

  .md\:w-35p {
    width: 35%;
  }

  .md\:w-40p {
    width: 40%;
  }

  .md\:w-49p {
    width: 49%;
  }

  .md\:w-49-5p {
    width: 49.5%;
  }

  .md\:w-80p {
    width: 80%;
  }

  .md\:w-vh80 {
    width: 80vh;
  }

  .md\:w-vh86 {
    width: 86vh;
  }

  .md\:w-vh90 {
    width: 90vh;
  }

  .md\:w-vw80 {
    width: 80vw;
  }

  .md\:w-vw90 {
    width: 90vw;
  }

  .md\:w-90p {
    width: 90%;
  }

  .md\:w-92p {
    width: 92%;
  }

  .md\:w-93p {
    width: 93%;
  }

  .md\:w-94p {
    width: 94%;
  }

  .md\:w-95p {
    width: 95%;
  }

  .md\:w-96p {
    width: 96%;
  }

  .md\:w-100p {
    width: 100%;
  }

  .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-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\:hover\:w-0:hover {
    width: 0px;
  }

  .md\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md\:hover\:w-3:hover {
    width: 3px;
  }

  .md\:hover\:w-4:hover {
    width: 4px;
  }

  .md\:hover\:w-5:hover {
    width: 5px;
  }

  .md\:hover\:w-6:hover {
    width: 6px;
  }

  .md\:hover\:w-8:hover {
    width: 8px;
  }

  .md\:hover\:w-9:hover {
    width: 9px;
  }

  .md\:hover\:w-10:hover {
    width: 10px;
  }

  .md\:hover\:w-12:hover {
    width: 12px;
  }

  .md\:hover\:w-13:hover {
    width: 13px;
  }

  .md\:hover\:w-14:hover {
    width: 14px;
  }

  .md\:hover\:w-15:hover {
    width: 15px;
  }

  .md\:hover\:w-16:hover {
    width: 16px;
  }

  .md\:hover\:w-17:hover {
    width: 17px;
  }

  .md\:hover\:w-18:hover {
    width: 18px;
  }

  .md\:hover\:w-20:hover {
    width: 20px;
  }

  .md\:hover\:w-22:hover {
    width: 22px;
  }

  .md\:hover\:w-24:hover {
    width: 24px;
  }

  .md\:hover\:w-25:hover {
    width: 25px;
  }

  .md\:hover\:w-28:hover {
    width: 28px;
  }

  .md\:hover\:w-29:hover {
    width: 29px;
  }

  .md\:hover\:w-30:hover {
    width: 30px;
  }

  .md\:hover\:w-32:hover {
    width: 32px;
  }

  .md\:hover\:w-35:hover {
    width: 35px;
  }

  .md\:hover\:w-36:hover {
    width: 36px;
  }

  .md\:hover\:w-37:hover {
    width: 37px;
  }

  .md\:hover\:w-40:hover {
    width: 40px;
  }

  .md\:hover\:w-45:hover {
    width: 45px;
  }

  .md\:hover\:w-48:hover {
    width: 48px;
  }

  .md\:hover\:w-50:hover {
    width: 50px;
  }

  .md\:hover\:w-55:hover {
    width: 55px;
  }

  .md\:hover\:w-56:hover {
    width: 56px;
  }

  .md\:hover\:w-60:hover {
    width: 60px;
  }

  .md\:hover\:w-62:hover {
    width: 62px;
  }

  .md\:hover\:w-64:hover {
    width: 64px;
  }

  .md\:hover\:w-65:hover {
    width: 65px;
  }

  .md\:hover\:w-70:hover {
    width: 70px;
  }

  .md\:hover\:w-75:hover {
    width: 75px;
  }

  .md\:hover\:w-80:hover {
    width: 80px;
  }

  .md\:hover\:w-85:hover {
    width: 85px;
  }

  .md\:hover\:w-90:hover {
    width: 90px;
  }

  .md\:hover\:w-95:hover {
    width: 95px;
  }

  .md\:hover\:w-96:hover {
    width: 96px;
  }

  .md\:hover\:w-100:hover {
    width: 100px;
  }

  .md\:hover\:w-110:hover {
    width: 110px;
  }

  .md\:hover\:w-115:hover {
    width: 115px;
  }

  .md\:hover\:w-120:hover {
    width: 120px;
  }

  .md\:hover\:w-128:hover {
    width: 128px;
  }

  .md\:hover\:w-135:hover {
    width: 135px;
  }

  .md\:hover\:w-140:hover {
    width: 140px;
  }

  .md\:hover\:w-145:hover {
    width: 145px;
  }

  .md\:hover\:w-150:hover {
    width: 150px;
  }

  .md\:hover\:w-160:hover {
    width: 160px;
  }

  .md\:hover\:w-165:hover {
    width: 165px;
  }

  .md\:hover\:w-168:hover {
    width: 168px;
  }

  .md\:hover\:w-170:hover {
    width: 170px;
  }

  .md\:hover\:w-180:hover {
    width: 180px;
  }

  .md\:hover\:w-200:hover {
    width: 200px;
  }

  .md\:hover\:w-220:hover {
    width: 220px;
  }

  .md\:hover\:w-230:hover {
    width: 230px;
  }

  .md\:hover\:w-235:hover {
    width: 235px;
  }

  .md\:hover\:w-240:hover {
    width: 240px;
  }

  .md\:hover\:w-250:hover {
    width: 250px;
  }

  .md\:hover\:w-300:hover {
    width: 300px;
  }

  .md\:hover\:w-320:hover {
    width: 320px;
  }

  .md\:hover\:w-350:hover {
    width: 350px;
  }

  .md\:hover\:w-375:hover {
    width: 375px;
  }

  .md\:hover\:w-400:hover {
    width: 400px;
  }

  .md\:hover\:w-450:hover {
    width: 450px;
  }

  .md\:hover\:w-700:hover {
    width: 700px;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-1p:hover {
    width: 1%;
  }

  .md\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-11p:hover {
    width: 11%;
  }

  .md\:hover\:w-20p:hover {
    width: 20%;
  }

  .md\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .md\:hover\:w-25p:hover {
    width: 25%;
  }

  .md\:hover\:w-32p:hover {
    width: 32%;
  }

  .md\:hover\:w-35p:hover {
    width: 35%;
  }

  .md\:hover\:w-40p:hover {
    width: 40%;
  }

  .md\:hover\:w-49p:hover {
    width: 49%;
  }

  .md\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .md\:hover\:w-80p:hover {
    width: 80%;
  }

  .md\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .md\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .md\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .md\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .md\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .md\:hover\:w-90p:hover {
    width: 90%;
  }

  .md\:hover\:w-92p:hover {
    width: 92%;
  }

  .md\:hover\:w-93p:hover {
    width: 93%;
  }

  .md\:hover\:w-94p:hover {
    width: 94%;
  }

  .md\:hover\:w-95p:hover {
    width: 95%;
  }

  .md\:hover\:w-96p:hover {
    width: 96%;
  }

  .md\:hover\:w-100p:hover {
    width: 100%;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .md\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md\:focus\:w-0:focus {
    width: 0px;
  }

  .md\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .md\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .md\:focus\:w-3:focus {
    width: 3px;
  }

  .md\:focus\:w-4:focus {
    width: 4px;
  }

  .md\:focus\:w-5:focus {
    width: 5px;
  }

  .md\:focus\:w-6:focus {
    width: 6px;
  }

  .md\:focus\:w-8:focus {
    width: 8px;
  }

  .md\:focus\:w-9:focus {
    width: 9px;
  }

  .md\:focus\:w-10:focus {
    width: 10px;
  }

  .md\:focus\:w-12:focus {
    width: 12px;
  }

  .md\:focus\:w-13:focus {
    width: 13px;
  }

  .md\:focus\:w-14:focus {
    width: 14px;
  }

  .md\:focus\:w-15:focus {
    width: 15px;
  }

  .md\:focus\:w-16:focus {
    width: 16px;
  }

  .md\:focus\:w-17:focus {
    width: 17px;
  }

  .md\:focus\:w-18:focus {
    width: 18px;
  }

  .md\:focus\:w-20:focus {
    width: 20px;
  }

  .md\:focus\:w-22:focus {
    width: 22px;
  }

  .md\:focus\:w-24:focus {
    width: 24px;
  }

  .md\:focus\:w-25:focus {
    width: 25px;
  }

  .md\:focus\:w-28:focus {
    width: 28px;
  }

  .md\:focus\:w-29:focus {
    width: 29px;
  }

  .md\:focus\:w-30:focus {
    width: 30px;
  }

  .md\:focus\:w-32:focus {
    width: 32px;
  }

  .md\:focus\:w-35:focus {
    width: 35px;
  }

  .md\:focus\:w-36:focus {
    width: 36px;
  }

  .md\:focus\:w-37:focus {
    width: 37px;
  }

  .md\:focus\:w-40:focus {
    width: 40px;
  }

  .md\:focus\:w-45:focus {
    width: 45px;
  }

  .md\:focus\:w-48:focus {
    width: 48px;
  }

  .md\:focus\:w-50:focus {
    width: 50px;
  }

  .md\:focus\:w-55:focus {
    width: 55px;
  }

  .md\:focus\:w-56:focus {
    width: 56px;
  }

  .md\:focus\:w-60:focus {
    width: 60px;
  }

  .md\:focus\:w-62:focus {
    width: 62px;
  }

  .md\:focus\:w-64:focus {
    width: 64px;
  }

  .md\:focus\:w-65:focus {
    width: 65px;
  }

  .md\:focus\:w-70:focus {
    width: 70px;
  }

  .md\:focus\:w-75:focus {
    width: 75px;
  }

  .md\:focus\:w-80:focus {
    width: 80px;
  }

  .md\:focus\:w-85:focus {
    width: 85px;
  }

  .md\:focus\:w-90:focus {
    width: 90px;
  }

  .md\:focus\:w-95:focus {
    width: 95px;
  }

  .md\:focus\:w-96:focus {
    width: 96px;
  }

  .md\:focus\:w-100:focus {
    width: 100px;
  }

  .md\:focus\:w-110:focus {
    width: 110px;
  }

  .md\:focus\:w-115:focus {
    width: 115px;
  }

  .md\:focus\:w-120:focus {
    width: 120px;
  }

  .md\:focus\:w-128:focus {
    width: 128px;
  }

  .md\:focus\:w-135:focus {
    width: 135px;
  }

  .md\:focus\:w-140:focus {
    width: 140px;
  }

  .md\:focus\:w-145:focus {
    width: 145px;
  }

  .md\:focus\:w-150:focus {
    width: 150px;
  }

  .md\:focus\:w-160:focus {
    width: 160px;
  }

  .md\:focus\:w-165:focus {
    width: 165px;
  }

  .md\:focus\:w-168:focus {
    width: 168px;
  }

  .md\:focus\:w-170:focus {
    width: 170px;
  }

  .md\:focus\:w-180:focus {
    width: 180px;
  }

  .md\:focus\:w-200:focus {
    width: 200px;
  }

  .md\:focus\:w-220:focus {
    width: 220px;
  }

  .md\:focus\:w-230:focus {
    width: 230px;
  }

  .md\:focus\:w-235:focus {
    width: 235px;
  }

  .md\:focus\:w-240:focus {
    width: 240px;
  }

  .md\:focus\:w-250:focus {
    width: 250px;
  }

  .md\:focus\:w-300:focus {
    width: 300px;
  }

  .md\:focus\:w-320:focus {
    width: 320px;
  }

  .md\:focus\:w-350:focus {
    width: 350px;
  }

  .md\:focus\:w-375:focus {
    width: 375px;
  }

  .md\:focus\:w-400:focus {
    width: 400px;
  }

  .md\:focus\:w-450:focus {
    width: 450px;
  }

  .md\:focus\:w-700:focus {
    width: 700px;
  }

  .md\:focus\:w-auto:focus {
    width: auto;
  }

  .md\:focus\:w-px:focus {
    width: 1px;
  }

  .md\:focus\:w-1p:focus {
    width: 1%;
  }

  .md\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .md\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-11p:focus {
    width: 11%;
  }

  .md\:focus\:w-20p:focus {
    width: 20%;
  }

  .md\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .md\:focus\:w-25p:focus {
    width: 25%;
  }

  .md\:focus\:w-32p:focus {
    width: 32%;
  }

  .md\:focus\:w-35p:focus {
    width: 35%;
  }

  .md\:focus\:w-40p:focus {
    width: 40%;
  }

  .md\:focus\:w-49p:focus {
    width: 49%;
  }

  .md\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .md\:focus\:w-80p:focus {
    width: 80%;
  }

  .md\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .md\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .md\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .md\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .md\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .md\:focus\:w-90p:focus {
    width: 90%;
  }

  .md\:focus\:w-92p:focus {
    width: 92%;
  }

  .md\:focus\:w-93p:focus {
    width: 93%;
  }

  .md\:focus\:w-94p:focus {
    width: 94%;
  }

  .md\:focus\:w-95p:focus {
    width: 95%;
  }

  .md\:focus\:w-96p:focus {
    width: 96%;
  }

  .md\:focus\:w-100p:focus {
    width: 100%;
  }

  .md\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .md\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .md\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .md\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .md\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .md\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .md\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .md\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .md\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .md\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .md\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .md\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .md\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .md\:focus\:w-full:focus {
    width: 100%;
  }

  .md\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md\:first\:w-0:first-child {
    width: 0px;
  }

  .md\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .md\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .md\:first\:w-3:first-child {
    width: 3px;
  }

  .md\:first\:w-4:first-child {
    width: 4px;
  }

  .md\:first\:w-5:first-child {
    width: 5px;
  }

  .md\:first\:w-6:first-child {
    width: 6px;
  }

  .md\:first\:w-8:first-child {
    width: 8px;
  }

  .md\:first\:w-9:first-child {
    width: 9px;
  }

  .md\:first\:w-10:first-child {
    width: 10px;
  }

  .md\:first\:w-12:first-child {
    width: 12px;
  }

  .md\:first\:w-13:first-child {
    width: 13px;
  }

  .md\:first\:w-14:first-child {
    width: 14px;
  }

  .md\:first\:w-15:first-child {
    width: 15px;
  }

  .md\:first\:w-16:first-child {
    width: 16px;
  }

  .md\:first\:w-17:first-child {
    width: 17px;
  }

  .md\:first\:w-18:first-child {
    width: 18px;
  }

  .md\:first\:w-20:first-child {
    width: 20px;
  }

  .md\:first\:w-22:first-child {
    width: 22px;
  }

  .md\:first\:w-24:first-child {
    width: 24px;
  }

  .md\:first\:w-25:first-child {
    width: 25px;
  }

  .md\:first\:w-28:first-child {
    width: 28px;
  }

  .md\:first\:w-29:first-child {
    width: 29px;
  }

  .md\:first\:w-30:first-child {
    width: 30px;
  }

  .md\:first\:w-32:first-child {
    width: 32px;
  }

  .md\:first\:w-35:first-child {
    width: 35px;
  }

  .md\:first\:w-36:first-child {
    width: 36px;
  }

  .md\:first\:w-37:first-child {
    width: 37px;
  }

  .md\:first\:w-40:first-child {
    width: 40px;
  }

  .md\:first\:w-45:first-child {
    width: 45px;
  }

  .md\:first\:w-48:first-child {
    width: 48px;
  }

  .md\:first\:w-50:first-child {
    width: 50px;
  }

  .md\:first\:w-55:first-child {
    width: 55px;
  }

  .md\:first\:w-56:first-child {
    width: 56px;
  }

  .md\:first\:w-60:first-child {
    width: 60px;
  }

  .md\:first\:w-62:first-child {
    width: 62px;
  }

  .md\:first\:w-64:first-child {
    width: 64px;
  }

  .md\:first\:w-65:first-child {
    width: 65px;
  }

  .md\:first\:w-70:first-child {
    width: 70px;
  }

  .md\:first\:w-75:first-child {
    width: 75px;
  }

  .md\:first\:w-80:first-child {
    width: 80px;
  }

  .md\:first\:w-85:first-child {
    width: 85px;
  }

  .md\:first\:w-90:first-child {
    width: 90px;
  }

  .md\:first\:w-95:first-child {
    width: 95px;
  }

  .md\:first\:w-96:first-child {
    width: 96px;
  }

  .md\:first\:w-100:first-child {
    width: 100px;
  }

  .md\:first\:w-110:first-child {
    width: 110px;
  }

  .md\:first\:w-115:first-child {
    width: 115px;
  }

  .md\:first\:w-120:first-child {
    width: 120px;
  }

  .md\:first\:w-128:first-child {
    width: 128px;
  }

  .md\:first\:w-135:first-child {
    width: 135px;
  }

  .md\:first\:w-140:first-child {
    width: 140px;
  }

  .md\:first\:w-145:first-child {
    width: 145px;
  }

  .md\:first\:w-150:first-child {
    width: 150px;
  }

  .md\:first\:w-160:first-child {
    width: 160px;
  }

  .md\:first\:w-165:first-child {
    width: 165px;
  }

  .md\:first\:w-168:first-child {
    width: 168px;
  }

  .md\:first\:w-170:first-child {
    width: 170px;
  }

  .md\:first\:w-180:first-child {
    width: 180px;
  }

  .md\:first\:w-200:first-child {
    width: 200px;
  }

  .md\:first\:w-220:first-child {
    width: 220px;
  }

  .md\:first\:w-230:first-child {
    width: 230px;
  }

  .md\:first\:w-235:first-child {
    width: 235px;
  }

  .md\:first\:w-240:first-child {
    width: 240px;
  }

  .md\:first\:w-250:first-child {
    width: 250px;
  }

  .md\:first\:w-300:first-child {
    width: 300px;
  }

  .md\:first\:w-320:first-child {
    width: 320px;
  }

  .md\:first\:w-350:first-child {
    width: 350px;
  }

  .md\:first\:w-375:first-child {
    width: 375px;
  }

  .md\:first\:w-400:first-child {
    width: 400px;
  }

  .md\:first\:w-450:first-child {
    width: 450px;
  }

  .md\:first\:w-700:first-child {
    width: 700px;
  }

  .md\:first\:w-auto:first-child {
    width: auto;
  }

  .md\:first\:w-px:first-child {
    width: 1px;
  }

  .md\:first\:w-1p:first-child {
    width: 1%;
  }

  .md\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .md\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-11p:first-child {
    width: 11%;
  }

  .md\:first\:w-20p:first-child {
    width: 20%;
  }

  .md\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .md\:first\:w-25p:first-child {
    width: 25%;
  }

  .md\:first\:w-32p:first-child {
    width: 32%;
  }

  .md\:first\:w-35p:first-child {
    width: 35%;
  }

  .md\:first\:w-40p:first-child {
    width: 40%;
  }

  .md\:first\:w-49p:first-child {
    width: 49%;
  }

  .md\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .md\:first\:w-80p:first-child {
    width: 80%;
  }

  .md\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .md\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .md\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .md\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .md\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .md\:first\:w-90p:first-child {
    width: 90%;
  }

  .md\:first\:w-92p:first-child {
    width: 92%;
  }

  .md\:first\:w-93p:first-child {
    width: 93%;
  }

  .md\:first\:w-94p:first-child {
    width: 94%;
  }

  .md\:first\:w-95p:first-child {
    width: 95%;
  }

  .md\:first\:w-96p:first-child {
    width: 96%;
  }

  .md\:first\:w-100p:first-child {
    width: 100%;
  }

  .md\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .md\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .md\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .md\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .md\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .md\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .md\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .md\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .md\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .md\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .md\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .md\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .md\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .md\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .md\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .md\:first\:w-full:first-child {
    width: 100%;
  }

  .md\:first\:w-screen:first-child {
    width: 100vw;
  }

  .md\:last\:w-0:last-child {
    width: 0px;
  }

  .md\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .md\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .md\:last\:w-3:last-child {
    width: 3px;
  }

  .md\:last\:w-4:last-child {
    width: 4px;
  }

  .md\:last\:w-5:last-child {
    width: 5px;
  }

  .md\:last\:w-6:last-child {
    width: 6px;
  }

  .md\:last\:w-8:last-child {
    width: 8px;
  }

  .md\:last\:w-9:last-child {
    width: 9px;
  }

  .md\:last\:w-10:last-child {
    width: 10px;
  }

  .md\:last\:w-12:last-child {
    width: 12px;
  }

  .md\:last\:w-13:last-child {
    width: 13px;
  }

  .md\:last\:w-14:last-child {
    width: 14px;
  }

  .md\:last\:w-15:last-child {
    width: 15px;
  }

  .md\:last\:w-16:last-child {
    width: 16px;
  }

  .md\:last\:w-17:last-child {
    width: 17px;
  }

  .md\:last\:w-18:last-child {
    width: 18px;
  }

  .md\:last\:w-20:last-child {
    width: 20px;
  }

  .md\:last\:w-22:last-child {
    width: 22px;
  }

  .md\:last\:w-24:last-child {
    width: 24px;
  }

  .md\:last\:w-25:last-child {
    width: 25px;
  }

  .md\:last\:w-28:last-child {
    width: 28px;
  }

  .md\:last\:w-29:last-child {
    width: 29px;
  }

  .md\:last\:w-30:last-child {
    width: 30px;
  }

  .md\:last\:w-32:last-child {
    width: 32px;
  }

  .md\:last\:w-35:last-child {
    width: 35px;
  }

  .md\:last\:w-36:last-child {
    width: 36px;
  }

  .md\:last\:w-37:last-child {
    width: 37px;
  }

  .md\:last\:w-40:last-child {
    width: 40px;
  }

  .md\:last\:w-45:last-child {
    width: 45px;
  }

  .md\:last\:w-48:last-child {
    width: 48px;
  }

  .md\:last\:w-50:last-child {
    width: 50px;
  }

  .md\:last\:w-55:last-child {
    width: 55px;
  }

  .md\:last\:w-56:last-child {
    width: 56px;
  }

  .md\:last\:w-60:last-child {
    width: 60px;
  }

  .md\:last\:w-62:last-child {
    width: 62px;
  }

  .md\:last\:w-64:last-child {
    width: 64px;
  }

  .md\:last\:w-65:last-child {
    width: 65px;
  }

  .md\:last\:w-70:last-child {
    width: 70px;
  }

  .md\:last\:w-75:last-child {
    width: 75px;
  }

  .md\:last\:w-80:last-child {
    width: 80px;
  }

  .md\:last\:w-85:last-child {
    width: 85px;
  }

  .md\:last\:w-90:last-child {
    width: 90px;
  }

  .md\:last\:w-95:last-child {
    width: 95px;
  }

  .md\:last\:w-96:last-child {
    width: 96px;
  }

  .md\:last\:w-100:last-child {
    width: 100px;
  }

  .md\:last\:w-110:last-child {
    width: 110px;
  }

  .md\:last\:w-115:last-child {
    width: 115px;
  }

  .md\:last\:w-120:last-child {
    width: 120px;
  }

  .md\:last\:w-128:last-child {
    width: 128px;
  }

  .md\:last\:w-135:last-child {
    width: 135px;
  }

  .md\:last\:w-140:last-child {
    width: 140px;
  }

  .md\:last\:w-145:last-child {
    width: 145px;
  }

  .md\:last\:w-150:last-child {
    width: 150px;
  }

  .md\:last\:w-160:last-child {
    width: 160px;
  }

  .md\:last\:w-165:last-child {
    width: 165px;
  }

  .md\:last\:w-168:last-child {
    width: 168px;
  }

  .md\:last\:w-170:last-child {
    width: 170px;
  }

  .md\:last\:w-180:last-child {
    width: 180px;
  }

  .md\:last\:w-200:last-child {
    width: 200px;
  }

  .md\:last\:w-220:last-child {
    width: 220px;
  }

  .md\:last\:w-230:last-child {
    width: 230px;
  }

  .md\:last\:w-235:last-child {
    width: 235px;
  }

  .md\:last\:w-240:last-child {
    width: 240px;
  }

  .md\:last\:w-250:last-child {
    width: 250px;
  }

  .md\:last\:w-300:last-child {
    width: 300px;
  }

  .md\:last\:w-320:last-child {
    width: 320px;
  }

  .md\:last\:w-350:last-child {
    width: 350px;
  }

  .md\:last\:w-375:last-child {
    width: 375px;
  }

  .md\:last\:w-400:last-child {
    width: 400px;
  }

  .md\:last\:w-450:last-child {
    width: 450px;
  }

  .md\:last\:w-700:last-child {
    width: 700px;
  }

  .md\:last\:w-auto:last-child {
    width: auto;
  }

  .md\:last\:w-px:last-child {
    width: 1px;
  }

  .md\:last\:w-1p:last-child {
    width: 1%;
  }

  .md\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .md\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-11p:last-child {
    width: 11%;
  }

  .md\:last\:w-20p:last-child {
    width: 20%;
  }

  .md\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .md\:last\:w-25p:last-child {
    width: 25%;
  }

  .md\:last\:w-32p:last-child {
    width: 32%;
  }

  .md\:last\:w-35p:last-child {
    width: 35%;
  }

  .md\:last\:w-40p:last-child {
    width: 40%;
  }

  .md\:last\:w-49p:last-child {
    width: 49%;
  }

  .md\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .md\:last\:w-80p:last-child {
    width: 80%;
  }

  .md\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .md\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .md\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .md\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .md\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .md\:last\:w-90p:last-child {
    width: 90%;
  }

  .md\:last\:w-92p:last-child {
    width: 92%;
  }

  .md\:last\:w-93p:last-child {
    width: 93%;
  }

  .md\:last\:w-94p:last-child {
    width: 94%;
  }

  .md\:last\:w-95p:last-child {
    width: 95%;
  }

  .md\:last\:w-96p:last-child {
    width: 96%;
  }

  .md\:last\:w-100p:last-child {
    width: 100%;
  }

  .md\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .md\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .md\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .md\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .md\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .md\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .md\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .md\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .md\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .md\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .md\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .md\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .md\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .md\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .md\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .md\:last\:w-full:last-child {
    width: 100%;
  }

  .md\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .md\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .md\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .md\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .md\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .md\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .md\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .md\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .md\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .md\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .md\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .md\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .md\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .md\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .md\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .md\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .md\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .md\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .md\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .md\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .md\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .md\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .md\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .md\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .md\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .md\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .md\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .md\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .md\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .md\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .md\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .md\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .md\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .md\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .md\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .md\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .md\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .md\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .md\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .md\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .md\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .md\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .md\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .md\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .md\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .md\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .md\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .md\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .md\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .md\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .md\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .md\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .md\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .md\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .md\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .md\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .md\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .md\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .md\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .md\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .md\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .md\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .md\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .md\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .md\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .md\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .md\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .md\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .md\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .md\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .md\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .md\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .md\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .md\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .md\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .md\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .md\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .md\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .md\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .md\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .md\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .md\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .md\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .md\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .md\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .md\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .md\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .md\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .md\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .md\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .md\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .md\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .md\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .md\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .md\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .md\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .md\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md\:group-hover\: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\:hover\:z-0:hover {
    z-index: 0;
  }

  .md\:hover\:z-10:hover {
    z-index: 10;
  }

  .md\:hover\:z-20:hover {
    z-index: 20;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:z-40:hover {
    z-index: 40;
  }

  .md\:hover\:z-50:hover {
    z-index: 50;
  }

  .md\:hover\:z-auto:hover {
    z-index: auto;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:first\:z-0:first-child {
    z-index: 0;
  }

  .md\:first\:z-10:first-child {
    z-index: 10;
  }

  .md\:first\:z-20:first-child {
    z-index: 20;
  }

  .md\:first\:z-30:first-child {
    z-index: 30;
  }

  .md\:first\:z-40:first-child {
    z-index: 40;
  }

  .md\:first\:z-50:first-child {
    z-index: 50;
  }

  .md\:first\:z-auto:first-child {
    z-index: auto;
  }

  .md\:last\:z-0:last-child {
    z-index: 0;
  }

  .md\:last\:z-10:last-child {
    z-index: 10;
  }

  .md\:last\:z-20:last-child {
    z-index: 20;
  }

  .md\:last\:z-30:last-child {
    z-index: 30;
  }

  .md\:last\:z-40:last-child {
    z-index: 40;
  }

  .md\:last\:z-50:last-child {
    z-index: 50;
  }

  .md\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .md\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .md\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .md\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .md\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .md\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .md\:group-hover\:z-auto {
    z-index: auto;
  }

  .md\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .md\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .md\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .md\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .md\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .md\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .md\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .md\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .md\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .md\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .md\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .md\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .md\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .md\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .md\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .md\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .md\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .md\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .md\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .md\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .md\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .md\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .md\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .md\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .md\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .md\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .md\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .md\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .md\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .md\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .md\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .md\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .md\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .md\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .md\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .md\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .md\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .md\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .md\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .md\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .md\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .md\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .md\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .md\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .md\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .md\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .md\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .md\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .md\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .md\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .md\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .md\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .md\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .md\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .md\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .md\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .md\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .md\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .md\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .md\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .md\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .md\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .md\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .md\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .md\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .md\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .md\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .md\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .md\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .md\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .md\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .md\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .md\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .md\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .md\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .md\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .md\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .md\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .md\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .md\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .md\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .md\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .md\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .md\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .md\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .md\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .md\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .md\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .md\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .md\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .md\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .md\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .md\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .md\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .md\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .md\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .md\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .md\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .md\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .md\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .md\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .md\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .md\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .md\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .md\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .md\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .md\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .md\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .md\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .md\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .md\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .md\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .md\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .md\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .md\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .md\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .md\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .md\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .md\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .md\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .md\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .md\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .md\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .md\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .md\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .md\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .md\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .md\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .md\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .md\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .md\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .md\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .md\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .md\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .md\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .md\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .md\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .md\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .md\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .md\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .md\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .md\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .md\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .md\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .md\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .md\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .md\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .md\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .md\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .md\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .md\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .md\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .md\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .md\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .md\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .md\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .md\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .md\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .md\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .md\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .md\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .md\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .md\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .md\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .md\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .md\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .md\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .md\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .md\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .md\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .md\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .md\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .md\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .md\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .md\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .md\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .md\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .md\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .md\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .md\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .md\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .md\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .md\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .md\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .md\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .md\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .md\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .md\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .md\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .md\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .md\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .md\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .md\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .md\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .md\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .md\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .md\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .md\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .md\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .md\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .md\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .md\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .md\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .md\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .md\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .md\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .md\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .md\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .md\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .md\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .md\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .md\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .md\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .md\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .md\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .md\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .md\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .md\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .md\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .md\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .md\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .md\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .md\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .md\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .md\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .md\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .md\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .md\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .md\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .md\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .md\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .md\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .md\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .md\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .md\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .md\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .md\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .md\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .md\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .md\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .md\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .md\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .md\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .md\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .md\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .md\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .md\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .md\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .md\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .md\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .md\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .md\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .md\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .md\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .md\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .md\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .md\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .md\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .md\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .md\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .md\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .md\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .md\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .md\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .md\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .md\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .md\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .md\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .md\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .md\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .md\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .md\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .md\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .md\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .md\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .md\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .md\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .md\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .md\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .md\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .md\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .md\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .md\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .md\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .md\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .md\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .md\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .md\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .md\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .md\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .md\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .md\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .md\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .md\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .md\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .md\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .md\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .md\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .md\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .md\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .md\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .md\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .md\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .md\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .md\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .md\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .md\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .md\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .md\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .md\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .md\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .md\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .md\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .md\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .md\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .md\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .md\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .md\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .md\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .md\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .md\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .md\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .md\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .md\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .md\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .md\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .md\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .md\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .md\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .md\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .md\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .md\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .md\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .md\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .md\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .md\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .md\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .md\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .md\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .md\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .md\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .md\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .md\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .md\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .md\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .md\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .md\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .md\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .md\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .md\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .md\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .md\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .md\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .md\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .md\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .md\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .md\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .md\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .md\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .md\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .md\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .md\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .md\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .md\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .md\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .md\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .md\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .md\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .md\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .md\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .md\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .md\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .md\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .md\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .md\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .md\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .md\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .md\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .md\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .md\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .md\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .md\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .md\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .md\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .md\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .md\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .md\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .md\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .md\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .md\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .md\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .md\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .md\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .md\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .md\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .md\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .md\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .md\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .md\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .md\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .md\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .md\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .md\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .md\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .md\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .md\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .md\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .md\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .md\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .md\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .md\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .md\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .md\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .md\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .md\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .md\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .md\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .md\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .md\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .md\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .md\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .md\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .md\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .md\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .md\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .md\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .md\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .md\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .md\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .md\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .md\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .md\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .md\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .md\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .md\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .md\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .md\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .md\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .md\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .md\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .md\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .md\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .md\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .md\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .md\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .md\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .md\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .md\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .md\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .md\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .md\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .md\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .md\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .md\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .md\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .md\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .md\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .md\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .md\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .md\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .md\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .md\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .md\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .md\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .md\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .md\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .md\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .md\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .md\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .md\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .md\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .md\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .md\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .md\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .md\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .md\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .md\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .md\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .md\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .md\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .md\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .md\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .md\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .md\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .md\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .md\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .md\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .md\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .md\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .md\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .md\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .md\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .md\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .md\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .md\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .md\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .md\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .md\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .md\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .md\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .md\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .md\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .md\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .md\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .md\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .md\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .md\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .md\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .md\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .md\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .md\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .md\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .md\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .md\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .md\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .md\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .md\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .md\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .md\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .md\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .md\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .md\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .md\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .md\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .md\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .md\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .md\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .md\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .md\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .md\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .md\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .md\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .md\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .md\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .md\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .md\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .md\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .md\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .md\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .md\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .md\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .md\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .md\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .md\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .md\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .md\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .md\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .md\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .md\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .md\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .md\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .md\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .md\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .md\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .md\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .md\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .md\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .md\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .md\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .md\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .md\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .md\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .md\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .md\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .md\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .md\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .md\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .md\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .md\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .md\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .md\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .md\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .md\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .md\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .md\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .md\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .md\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .md\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .md\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .md\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .md\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .md\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .md\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .md\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .md\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .md\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .md\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .md\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .md\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .md\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .md\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .md\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .md\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .md\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .md\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .md\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .md\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .md\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .md\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .md\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .md\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .md\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .md\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .md\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .md\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .md\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .md\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .md\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .md\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .md\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .md\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .md\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .md\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .md\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .md\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .md\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .md\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .md\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .md\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .md\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .md\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .md\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .md\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .md\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .md\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .md\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .md\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .md\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .md\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .md\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .md\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .md\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .md\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .md\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .md\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .md\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .md\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .md\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .md\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .md\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .md\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .md\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .md\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .md\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .md\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .md\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .md\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .md\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .md\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .md\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .md\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .md\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .md\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .md\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .md\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .md\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .md\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .md\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .md\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .md\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .md\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .md\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .md\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .md\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .md\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .md\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .md\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .md\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .md\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .md\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .md\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .md\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .md\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .md\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .md\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .md\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .md\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .md\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .md\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .md\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .md\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .md\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .md\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .md\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .md\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .md\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .md\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .md\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .md\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .md\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .md\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .md\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .md\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .md\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .md\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .md\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .md\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .md\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .md\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .md\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .md\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .md\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .md\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .md\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .md\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .md\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .md\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .md\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .md\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .md\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .md\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .md\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .md\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .md\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .md\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .md\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .md\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .md\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .md\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .md\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .md\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .md\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .md\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .md\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .md\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .md\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .md\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .md\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .md\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .md\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .md\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .md\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .md\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .md\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .md\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .md\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .md\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .md\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .md\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .md\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .md\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .md\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .md\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .md\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .md\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .md\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .md\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .md\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .md\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .md\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .md\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .md\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .md\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .md\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .md\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .md\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .md\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .md\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .md\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .md\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .md\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .md\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .md\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .md\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .md\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .md\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .md\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .md\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .md\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .md\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .md\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .md\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .md\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .md\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .md\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .md\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .md\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .md\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .md\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .md\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .md\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .md\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .md\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .md\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .md\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .md\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .md\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .md\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .md\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .md\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .md\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .md\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .md\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .md\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .md\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .md\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .md\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .md\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .md\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .md\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .md\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .md\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .md\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .md\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .md\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .md\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .md\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .md\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .md\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .md\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .md\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .md\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .md\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .md\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .md\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .md\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .md\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .md\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .md\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .md\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .md\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .md\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .md\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .md\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .md\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .md\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .md\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .md\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .md\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .md\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .md\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .md\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .md\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .md\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .md\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .md\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .md\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .md\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .md\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .md\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .md\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .md\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .md\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .md\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .md\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .md\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .md\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .md\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .md\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .md\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .md\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .md\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .md\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .md\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .md\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .md\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .md\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .md\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .md\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .md\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .md\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .md\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .md\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .md\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .md\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .md\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .md\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .md\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .md\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .md\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .md\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .md\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .md\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .md\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .md\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .md\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .md\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .md\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .md\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .md\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .md\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .md\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .md\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .md\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .md\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .md\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .md\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .md\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .md\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .md\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .md\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .md\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .md\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .md\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .md\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .md\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .md\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .md\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .md\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .md\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .md\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .md\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .md\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .md\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .md\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .md\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .md\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .md\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .md\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .md\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .md\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .md\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .md\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .md\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .md\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .md\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .md\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .md\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .md\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .md\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .md\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .md\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .md\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .md\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .md\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .md\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .md\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .md\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .md\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .md\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .md\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .md\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .md\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .md\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .md\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .md\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .md\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .md\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .md\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .md\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .md\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .md\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .md\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .md\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .md\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .md\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .md\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .md\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .md\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .md\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .md\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .md\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .md\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .md\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .md\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .md\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .md\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .md\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .md\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .md\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .md\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .md\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .md\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .md\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .md\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .md\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .md\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .md\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .md\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .md\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .md\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .md\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .md\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .md\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .md\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .md\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .md\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .md\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .md\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .md\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .md\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .md\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .md\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .md\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .md\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .md\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .md\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .md\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .md\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .md\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .md\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .md\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .md\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .md\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .md\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .md\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .md\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .md\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .md\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .md\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .md\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .md\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .md\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .md\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .md\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .md\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .md\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .md\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .md\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .md\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .md\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .md\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .md\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .md\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .md\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .md\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .md\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .md\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .md\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .md\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:hover\:transform-none:hover {
    transform: none;
  }

  .md\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:focus\:transform-none:focus {
    transform: none;
  }

  .md\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:first\:transform-none:first-child {
    transform: none;
  }

  .md\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .md\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .md\:group-hover\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .md\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .md\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .md\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .md\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .md\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .md\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .md\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .md\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .md\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .md\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .md\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .md\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .md\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .md\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .md\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .md\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .md\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .md\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .md\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .md\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .md\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .md\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .md\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .md\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .md\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .md\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .md\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .md\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .md\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .md\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .md\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .md\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .md\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .md\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .md\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .md\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .md\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .md\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .md\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .md\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .md\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .md\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .md\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .md\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .md\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .md\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .md\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .md\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .md\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .md\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .md\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .md\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .md\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .md\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .md\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .md\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .md\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .md\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .md\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .md\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .md\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .md\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .md\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .md\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .md\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .md\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .md\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .md\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .md\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .md\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .md\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .md\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .md\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .md\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .md\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .md\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .md\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .md\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .md\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .md\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .md\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .md\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .md\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .md\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .md\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .md\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .md\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .md\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .md\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .md\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .md\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .md\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .md\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .md\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .md\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .md\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .md\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .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\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .md\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .md\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .md\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .md\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .md\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .md\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .md\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .md\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .md\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .md\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .md\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .md\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .md\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .md\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .md\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .md\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .md\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .md\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .md\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .md\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .md\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .md\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .md\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .md\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .md\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .md\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .md\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .md\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .md\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .md\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .md\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .md\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .md\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .md\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .md\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .md\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .md\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .md\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .md\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .md\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .md\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .md\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .md\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .md\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .md\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .md\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .md\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .md\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .md\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .md\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .md\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .md\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .md\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .md\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .md\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .md\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .md\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .md\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .md\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .md\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .md\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .md\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .md\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .md\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .md\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .md\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .md\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .md\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .md\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .md\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .md\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .md\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .md\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .md\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .md\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .md\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .md\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .md\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .md\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .md\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .md\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .md\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .md\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .md\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .md\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .md\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .md\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .md\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .md\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .md\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .md\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .md\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .md\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .md\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .md\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .md\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .md\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .md\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .md\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .md\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .md\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .md\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .md\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .md\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .md\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .md\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .md\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .md\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .md\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .md\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .md\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .md\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .md\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .md\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .md\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .md\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .md\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .md\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .md\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .md\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .md\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .md\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .md\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .md\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .md\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .md\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .md\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .md\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .md\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .md\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .md\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .md\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .md\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .md\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .md\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .md\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .md\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .md\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .md\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .md\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .md\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .md\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .md\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .md\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .md\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .md\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .md\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .md\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .md\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .md\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .md\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .md\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .md\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .md\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .md\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .md\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .md\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .md\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .md\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .md\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .md\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .md\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .md\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .md\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .md\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .md\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .md\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .md\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .md\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .md\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .md\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .md\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .md\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .md\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .md\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .md\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .md\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .md\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .md\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .md\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .md\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .md\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .md\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .md\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .md\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .md\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .md\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .md\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .md\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .md\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .md\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .md\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .md\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .md\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .md\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .md\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .md\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .md\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .md\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .md\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .md\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .md\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .md\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .md\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .md\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .md\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .md\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .md\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .md\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .md\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .md\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .md\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .md\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .md\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .md\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .md\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .md\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .md\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .md\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .md\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .md\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .md\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .md\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .md\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .md\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .md\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .md\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .md\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .md\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .md\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .md\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .md\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .md\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .md\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .md\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .md\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .md\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .md\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .md\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .md\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .md\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .md\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .md\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .md\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .md\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .md\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .md\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .md\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .md\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .md\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .md\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .md\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .md\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .md\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .md\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .md\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .md\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .md\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .md\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .md\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .md\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .md\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .md\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .md\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .md\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .md\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .md\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .md\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .md\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .md\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .md\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .md\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .md\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .md\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .md\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .md\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .md\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .md\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .md\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .md\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .md\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .md\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .md\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .md\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .md\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .md\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .md\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .md\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .md\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .md\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .md\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .md\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .md\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .md\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .md\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .md\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .md\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .md\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .md\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .md\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .md\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .md\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .md\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .md\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .md\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .md\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .md\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .md\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .md\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .md\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .md\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .md\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .md\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .md\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .md\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .md\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .md\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .md\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .md\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .md\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .md\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .md\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .md\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .md\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .md\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .md\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .md\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .md\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .md\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .md\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .md\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .md\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .md\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .md\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .md\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .md\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .md\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .md\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .md\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .md\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .md\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .md\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .md\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .md\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .md\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .md\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .md\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .md\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .md\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .md\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .md\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .md\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .md\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .md\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .md\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .md\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .md\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .md\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .md\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .md\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .md\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .md\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .md\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .md\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .md\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .md\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .md\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .md\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .md\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .md\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .md\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .md\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .md\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .md\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .md\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .md\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .md\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .md\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .md\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .md\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .md\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .md\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .md\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .md\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .md\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .md\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .md\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .md\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .md\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .md\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .md\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .md\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .md\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .md\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .md\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .md\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .md\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .md\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .md\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .md\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .md\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .md\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .md\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .md\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .md\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .md\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .md\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .md\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .md\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .md\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .md\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .md\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .md\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .md\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .md\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .md\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .md\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .md\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .md\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .md\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .md\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .md\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .md\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .md\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .md\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .md\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .md\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .md\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .md\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .md\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .md\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .md\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .md\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .md\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .md\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .md\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .md\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .md\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .md\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .md\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .md\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .md\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .md\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .md\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .md\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .md\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .md\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .md\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .md\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .md\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .md\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .md\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .md\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .md\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .md\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .md\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .md\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .md\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .md\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .md\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .md\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .md\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .md\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .md\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .md\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .md\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .md\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .md\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .md\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .md\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .md\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .md\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .md\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .md\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .md\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .md\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .md\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .md\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .md\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .md\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .md\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .md\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .md\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .md\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .md\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .md\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .md\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .md\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .md\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .md\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .md\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .md\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .md\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .md\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .md\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .md\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .md\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .md\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .md\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .md\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .md\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .md\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .md\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .md\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .md\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .md\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .md\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .md\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .md\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .md\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .md\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .md\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .md\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .md\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .md\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .md\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .md\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .md\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .md\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .md\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .md\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .md\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .md\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .md\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .md\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .md\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .md\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .md\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .md\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .md\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .md\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .md\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .md\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .md\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .md\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .md\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .md\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .md\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .md\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .md\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .md\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .md\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .md\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .md\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .md\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .md\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .md\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .md\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .md\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .md\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .md\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .md\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .md\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .md\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .md\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .md\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .md\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .md\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .md\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .md\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .md\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .md\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .md\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .md\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .md\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .md\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .md\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .md\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .md\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .md\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .md\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .md\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .md\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .md\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .md\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .md\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .md\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .md\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .md\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .md\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .md\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .md\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .md\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .md\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .md\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .md\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .md\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .md\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .md\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .md\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .md\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .md\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .md\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .md\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .md\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .md\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .md\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .md\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .md\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .md\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .md\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .md\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .md\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .md\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .md\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .md\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .md\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .md\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .md\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .md\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .md\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .md\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .md\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .md\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .md\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .md\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .md\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .md\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .md\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .md\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .md\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .md\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .md\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .md\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .md\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .md\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .md\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .md\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .md\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .md\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .md\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .md\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .md\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .md\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .md\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .md\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .md\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .md\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .md\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .md\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .md\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .md\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .md\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .md\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .md\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .md\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .md\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .md\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .md\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .md\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .md\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .md\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .md\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .md\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .md\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .md\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .md\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .md\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .md\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .md\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .md\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .md\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .md\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .md\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .md\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .md\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .md\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .md\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .md\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .md\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .md\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .md\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .md\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .md\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .md\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .md\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .md\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .md\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .md\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .md\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .md\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .md\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .md\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .md\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .md\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .md\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .md\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .md\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .md\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .md\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .md\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .md\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .md\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .md\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .md\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .md\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .md\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .md\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .md\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .md\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .md\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .md\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .md\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .md\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .md\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .md\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .md\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .md\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .md\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .md\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .md\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .md\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .md\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .md\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .md\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .md\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .md\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .md\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .md\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .md\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .md\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .md\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .md\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .md\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .md\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .md\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .md\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .md\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .md\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .md\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .md\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .md\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .md\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .md\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .md\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .md\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .md\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .md\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .md\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .md\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .md\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .md\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .md\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .md\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .md\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .md\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .md\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .md\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .md\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .md\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .md\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .md\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .md\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .md\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .md\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .md\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .md\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .md\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .md\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .md\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .md\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .md\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .md\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .md\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .md\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .md\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .md\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .md\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .md\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .md\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .md\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .md\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .md\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .md\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .md\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .md\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .md\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .md\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .md\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .md\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .md\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .md\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .md\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .md\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .md\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .md\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .md\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .md\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .md\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .md\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .md\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .md\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .md\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .md\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .md\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .md\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .md\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .md\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .md\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .md\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .md\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .md\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .md\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .md\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .md\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .md\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .md\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .md\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .md\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .md\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .md\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .md\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .md\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .md\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .md\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .md\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .md\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .md\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .md\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .md\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .md\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .md\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .md\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .md\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .md\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .md\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .md\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .md\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .md\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .md\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .md\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .md\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .md\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .md\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .md\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .md\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .md\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .md\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .md\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .md\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .md\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .md\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .md\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .md\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .md\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .md\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .md\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .md\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .md\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .md\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .md\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .md\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .md\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .md\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .md\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .md\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .md\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .md\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .md\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .md\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .md\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .md\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .md\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .md\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .md\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .md\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .md\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .md\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .md\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .md\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .md\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .md\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .md\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .md\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .md\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .md\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .md\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .md\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .md\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .md\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .md\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .md\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .md\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .md\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .md\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .md\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .md\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .md\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .md\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .md\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .md\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .md\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .md\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .md\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .md\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .md\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .md\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .md\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .md\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .md\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .md\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .md\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .md\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .md\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .md\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .md\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .md\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .md\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .md\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .md\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .md\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .md\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .md\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .md\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .md\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .md\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .md\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .md\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .md\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .md\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .md\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .md\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .md\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .md\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .md\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .md\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .md\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .md\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .md\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .md\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .md\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .md\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .md\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .md\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .md\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .md\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .md\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .md\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .md\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .md\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .md\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .md\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .md\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .md\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .md\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .md\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .md\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .md\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .md\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .md\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .md\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .md\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .md\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .md\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .md\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .md\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .md\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .md\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .md\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .md\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .md\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .md\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .md\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .md\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .md\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .md\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .md\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .md\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .md\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .md\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .md\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .md\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .md\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .md\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .md\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .md\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .md\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .md\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .md\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .md\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .md\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .md\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .md\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .md\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .md\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .md\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .md\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .md\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .md\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .md\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .md\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .md\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .md\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .md\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .md\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .md\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .md\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .md\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .md\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .md\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .md\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .md\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .md\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .md\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .md\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .md\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .md\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .md\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .md\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .md\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .md\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .md\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .md\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .md\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .md\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .md\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .md\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .md\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .md\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .md\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .md\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .md\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .md\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .md\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .md\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .md\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .md\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .md\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .md\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .md\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .md\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .md\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .md\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .md\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .md\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .md\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .md\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .md\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .md\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .md\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .md\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .md\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .md\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .md\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .md\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .md\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .md\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .md\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .md\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .md\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .md\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .md\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .md\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .md\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .md\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .md\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .md\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .md\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .md\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .md\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .md\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .md\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .md\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .md\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .md\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .md\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .md\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .md\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .md\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .md\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .md\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .md\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .md\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .md\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .md\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .md\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .md\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .md\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .md\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .md\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .md\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .md\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .md\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .md\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .md\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .md\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .md\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .md\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .md\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .md\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .md\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .md\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .md\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .md\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .md\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .md\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .md\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .md\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .md\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .md\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .md\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .md\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .md\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .md\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .md\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .md\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .md\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .md\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .md\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .md\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .md\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .md\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .md\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .md\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .md\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .md\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .md\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .md\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .md\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .md\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .md\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .md\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .md\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .md\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .md\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .md\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .md\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .md\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .md\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .md\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .md\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .md\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .md\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .md\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .md\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .md\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .md\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .md\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .md\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .md\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .md\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .md\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .md\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .md\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .md\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .md\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .md\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .md\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .md\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .md\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .md\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .md\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .md\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .md\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .md\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .md\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .md\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .md\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .md\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .md\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .md\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .md\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .md\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .md\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .md\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .md\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .md\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .md\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .md\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .md\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .md\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .md\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .md\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .md\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .md\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .md\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .md\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .md\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .md\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .md\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .md\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .md\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .md\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .md\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .md\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .md\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .md\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .md\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .md\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .md\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .md\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .md\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .md\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .md\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .md\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .md\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .md\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .md\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .md\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .md\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .md\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .md\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .md\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .md\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .md\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .md\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .md\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .md\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .md\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .md\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .md\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .md\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .md\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .md\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .md\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .md\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .md\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .md\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .md\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .md\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .md\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .md\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .md\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .md\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .md\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .md\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .md\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .md\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .md\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .md\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .md\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .md\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .md\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .md\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .md\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .md\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .md\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .md\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .md\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .md\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .md\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .md\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .md\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .md\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .md\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .md\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .md\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .md\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .md\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .md\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .md\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .md\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .md\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .md\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .md\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .md\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .md\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .md\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .md\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .md\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .md\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .md\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .md\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .md\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .md\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .md\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .md\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .md\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .md\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .md\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .md\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .md\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .md\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .md\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .md\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .md\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .md\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .md\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .md\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .md\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .md\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .md\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .md\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .md\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .md\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .md\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .md\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .md\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .md\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .md\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .md\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .md\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .md\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .md\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .md\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .md\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .md\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .md\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .md\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .md\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .md\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .md\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .md\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .md\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .md\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .md\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .md\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .md\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .md\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .md\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .md\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .md\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .md\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .md\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .md\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .md\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .md\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .md\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .md\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .md\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .md\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .md\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .md\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .md\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .md\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .md\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .md\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .md\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .md\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .md\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .md\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .md\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .md\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .md\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .md\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .md\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .md\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .md\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .md\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .md\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .md\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .md\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .md\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .md\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .md\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .md\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .md\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .md\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .md\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .md\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .md\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .md\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .md\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .md\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .md\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .md\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .md\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .md\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .md\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .md\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .md\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .md\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .md\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .md\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .md\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .md\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .md\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .md\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .md\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .md\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .md\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .md\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .md\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .md\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .md\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .md\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .md\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .md\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .md\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .md\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .md\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .md\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .md\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .md\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .md\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .md\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .md\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .md\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .md\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .md\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .md\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .md\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .md\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .md\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .md\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .md\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .md\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .md\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .md\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .md\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .md\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .md\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .md\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .md\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .md\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .md\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .md\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .md\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .md\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .md\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .md\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .md\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .md\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .md\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .md\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .md\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .md\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .md\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .md\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .md\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .md\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .md\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .md\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .md\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .md\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .md\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .md\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .md\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .md\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .md\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .md\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .md\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .md\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .md\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .md\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .md\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .md\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .md\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .md\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .md\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .md\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .md\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .md\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .md\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .md\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .md\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .md\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .md\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .md\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .md\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .md\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .md\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .md\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .md\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .md\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .md\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .md\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .md\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .md\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .md\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .md\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .md\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .md\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .md\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .md\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .md\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .md\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .md\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .md\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .md\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .md\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .md\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .md\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .md\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .md\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .md\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .md\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .md\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .md\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .md\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .md\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .md\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .md\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .md\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .md\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .md\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .md\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .md\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .md\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .md\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .md\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .md\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .md\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .md\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .md\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .md\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .md\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .md\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .md\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .md\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .md\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .md\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .md\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .md\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .md\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .md\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .md\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .md\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .md\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .md\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .md\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .md\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .md\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .md\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .md\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .md\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .md\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .md\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .md\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .md\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .md\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .md\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .md\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .md\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .md\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .md\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .md\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .md\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .md\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .md\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .md\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .md\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .md\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .md\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .md\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .md\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .md\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .md\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .md\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .md\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .md\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .md\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .md\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .md\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .md\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .md\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .md\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .md\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .md\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .md\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .md\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .md\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .md\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .md\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .md\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .md\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .md\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .md\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .md\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .md\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .md\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .md\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .md\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .md\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .md\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .md\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .md\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .md\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .md\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .md\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .md\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .md\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .md\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .md\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .md\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .md\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .md\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .md\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .md\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .md\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .md\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .md\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .md\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .md\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .md\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .md\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .md\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .md\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .md\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .md\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .md\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .md\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .md\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .md\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .md\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .md\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .md\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .md\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .md\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .md\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .md\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .md\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .md\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .md\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .md\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .md\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .md\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .md\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .md\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .md\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .md\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .md\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .md\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .md\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .md\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .md\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .md\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .md\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .md\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .md\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .md\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .md\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .md\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .md\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .md\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .md\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .md\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .md\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .md\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .md\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .md\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .md\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .md\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .md\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .md\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .md\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .md\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .md\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .md\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .md\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .md\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .md\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .md\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .md\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .md\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .md\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .md\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .md\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .md\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .md\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .md\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .md\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .md\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .md\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .md\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .md\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .md\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .md\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .md\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .md\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .md\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .md\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .md\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .md\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .md\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .md\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .md\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .md\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .md\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .md\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .md\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .md\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .md\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .md\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .md\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .md\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .md\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .md\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .md\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .md\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .md\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .md\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .md\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .md\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .md\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .md\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .md\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .md\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .md\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .md\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .md\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .md\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .md\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .md\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .md\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .md\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .md\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .md\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .md\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .md\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .md\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .md\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .md\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .md\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .md\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .md\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .md\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .md\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .md\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .md\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .md\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .md\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .md\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .md\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .md\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .md\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .md\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .md\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .md\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .md\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .md\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .md\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .md\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .md\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .md\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .md\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .md\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .md\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .md\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .md\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .md\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .md\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .md\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .md\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .md\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .md\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .md\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .md\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .md\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .md\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .md\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .md\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .md\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .md\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .md\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .md\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .md\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .md\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .md\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .md\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .md\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .md\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .md\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .md\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .md\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .md\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .md\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .md\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .md\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .md\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .md\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .md\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .md\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .md\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .md\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .md\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .md\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .md\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .md\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .md\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .md\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .md\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .md\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .md\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .md\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .md\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .md\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .md\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .md\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .md\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .md\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .md\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .md\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .md\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .md\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .md\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .md\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .md\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .md\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .md\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .md\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .md\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .md\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .md\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .md\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .md\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .md\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .md\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .md\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .md\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .md\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .md\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .md\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .md\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .md\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .md\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .md\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .md\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .md\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .md\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .md\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .md\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .md\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .md\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .md\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .md\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .md\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .md\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .md\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .md\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .md\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .md\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .md\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .md\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .md\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .md\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .md\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .md\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .md\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .md\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .md\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .md\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .md\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .md\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .md\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .md\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .md\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .md\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .md\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .md\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .md\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .md\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .md\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .md\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .md\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .md\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .md\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .md\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .md\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .md\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .md\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .md\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .md\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .md\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .md\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .md\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .md\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .md\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .md\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .md\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .md\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .md\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .md\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .md\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .md\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .md\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .md\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .md\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .md\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .md\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .md\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .md\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .md\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .md\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .md\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .md\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .md\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .md\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .md\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .md\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .md\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .md\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .md\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .md\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .md\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .md\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .md\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .md\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .md\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .md\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .md\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .md\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .md\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .md\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .md\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .md\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .md\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .md\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .md\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .md\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .md\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .md\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .md\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .md\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .md\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .md\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .md\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .md\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .md\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .md\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .md\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .md\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .md\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .md\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .md\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .md\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .md\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .md\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .md\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .md\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .md\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .md\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .md\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .md\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .md\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .md\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .md\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .md\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .md\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .md\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .md\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .md\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .md\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .md\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .md\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .md\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .md\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .md\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .md\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .md\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .md\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .md\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .md\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .md\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .md\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .md\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .md\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .md\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .md\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .md\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .md\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .md\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .md\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .md\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .md\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .md\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .md\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .md\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .md\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .md\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .md\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .md\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .md\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .md\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .md\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .md\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .md\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .md\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .md\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .md\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .md\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .md\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .md\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .md\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .md\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .md\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .md\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .md\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .md\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .md\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .md\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .md\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .md\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .md\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .md\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .md\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .md\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .md\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .md\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .md\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .md\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .md\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .md\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .md\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .md\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .md\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .md\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .md\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .md\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .md\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .md\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .md\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .md\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .md\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .md\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .md\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .md\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .md\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .md\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .md\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .md\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .md\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .md\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .md\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .md\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .md\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .md\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .md\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .md\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .md\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .md\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .md\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .md\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .md\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .md\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .md\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .md\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .md\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .md\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .md\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .md\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .md\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .md\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .md\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .md\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .md\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .md\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .md\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .md\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .md\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .md\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .md\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .md\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .md\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .md\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .md\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .md\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .md\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .md\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .md\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .md\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .md\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .md\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .md\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .md\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .md\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .md\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .md\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .md\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .md\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .md\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .md\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .md\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .md\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .md\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .md\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .md\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .md\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .md\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .md\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .md\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .md\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .md\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .md\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .md\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .md\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .md\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .md\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .md\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .md\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .md\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .md\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .md\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .md\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .md\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .md\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .md\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .md\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .md\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .md\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .md\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .md\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .md\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .md\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .md\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .md\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .md\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .md\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .md\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .md\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .md\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .md\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .md\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .md\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .md\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .md\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .md\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .md\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .md\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .md\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .md\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .md\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .md\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .md\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .md\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .md\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .md\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .md\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .md\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .md\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .md\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .md\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .md\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .md\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .md\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .md\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .md\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .md\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .md\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .md\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .md\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .md\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .md\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .md\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .md\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .md\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .md\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .md\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .md\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .md\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .md\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .md\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .md\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .md\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .md\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .md\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .md\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .md\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .md\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .md\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .md\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .md\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .md\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .md\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .md\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .md\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .md\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .md\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .md\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .md\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .md\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .md\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .md\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .md\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .md\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .md\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .md\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .md\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .md\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .md\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .md\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .md\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .md\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .md\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .md\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .md\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .md\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .md\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .md\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .md\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .md\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .md\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .md\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .md\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .md\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .md\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .md\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .md\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .md\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .md\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .md\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .md\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .md\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .md\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .md\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .md\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .md\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .md\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .md\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .md\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .md\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .md\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .md\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .md\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .md\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .md\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .md\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .md\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .md\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .md\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .md\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .md\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .md\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .md\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .md\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .md\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .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\:hover\:transition-none:hover {
    transition-property: none;
  }

  .md\:hover\:transition-all:hover {
    transition-property: all;
  }

  .md\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .md\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .md\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .md\:focus\:transition-none:focus {
    transition-property: none;
  }

  .md\:focus\:transition-all:focus {
    transition-property: all;
  }

  .md\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .md\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .md\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .md\:first\:transition-none:first-child {
    transition-property: none;
  }

  .md\:first\:transition-all:first-child {
    transition-property: all;
  }

  .md\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .md\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .md\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .md\:last\:transition-none:last-child {
    transition-property: none;
  }

  .md\:last\:transition-all:last-child {
    transition-property: all;
  }

  .md\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .md\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .md\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .md\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .md\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .md\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .md\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .md\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .md\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .md\:group-hover\: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\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .md\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .md\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .md\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .md\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .md\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .md\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .md\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .md\:group-hover\: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\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .md\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .md\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .md\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .md\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .md\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .md\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .md\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .md\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .md\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .md\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .md\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .md\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .md\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .md\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .md\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .md\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .md\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .md\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .md\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .md\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .md\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .md\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .md\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .md\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .md\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .md\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .md\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .md\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .md\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .md\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .md\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .md\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .md\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .md\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .md\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .md\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .md\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .md\:group-hover\: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\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .md\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .md\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .md\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .md\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .md\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .md\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .md\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .md\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .md\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .md\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .md\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .md\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .md\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .md\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .md\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .md\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .md\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .md\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .md\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .md\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .md\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .md\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .md\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .md\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .md\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .md\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .md\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .md\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .md\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .md\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .md\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .md\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .md\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .md\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .md\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .md\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .md\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .md\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .md\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md\:hover\:animate-none:hover {
    animation: none;
  }

  .md\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .md\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .md\:focus\:animate-none:focus {
    animation: none;
  }

  .md\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .md\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .md\:first\:animate-none:first-child {
    animation: none;
  }

  .md\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .md\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .md\:last\:animate-none:last-child {
    animation: none;
  }

  .md\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .md\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .md\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .md\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .md\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .md\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .md\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1025px) {
  .desktop\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .desktop\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .desktop\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .desktop\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .desktop\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .group:hover .desktop\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop\:container {
      max-width: 1600px;
    }
  }

  .desktop\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .desktop\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .desktop\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .desktop\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .desktop\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .desktop\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .desktop\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .desktop\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .desktop\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .desktop\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .desktop\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .desktop\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .group:hover .desktop\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .desktop\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktop\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop\: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;
  }

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

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

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

  .desktop\: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;
  }

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

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

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

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

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

  .group:hover .desktop\:group-hover\: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;
  }

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

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

  .desktop\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .desktop\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

  .desktop\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .desktop\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .desktop\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .desktop\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .desktop\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .desktop\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .desktop\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .desktop\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .desktop\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .desktop\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .desktop\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .desktop\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .desktop\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .desktop\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .desktop\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

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

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

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

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

  .desktop\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .desktop\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .desktop\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .desktop\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .desktop\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .desktop\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .desktop\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .desktop\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .desktop\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .desktop\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .desktop\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .desktop\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .desktop\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .desktop\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .desktop\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .desktop\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .desktop\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

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

  .desktop\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .desktop\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .desktop\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .desktop\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .desktop\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .desktop\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .desktop\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .desktop\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

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

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

  .group:hover .desktop\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .desktop\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop\:bg-none {
    background-image: none;
  }

  .desktop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-none:hover {
    background-image: none;
  }

  .desktop\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-none:focus {
    background-image: none;
  }

  .desktop\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-none:first-child {
    background-image: none;
  }

  .desktop\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-none:last-child {
    background-image: none;
  }

  .desktop\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .desktop\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:to-transparent {
    --gradient-to-color: transparent;
  }

  .desktop\:to-current {
    --gradient-to-color: currentColor;
  }

  .desktop\:to-black {
    --gradient-to-color: #000;
  }

  .desktop\:to-white {
    --gradient-to-color: #fff;
  }

  .desktop\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .desktop\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .desktop\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .desktop\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .desktop\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .desktop\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .desktop\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .desktop\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .desktop\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .desktop\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .desktop\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .desktop\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .desktop\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .desktop\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .desktop\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .desktop\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .desktop\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .desktop\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .desktop\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .desktop\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .desktop\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .desktop\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .desktop\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .desktop\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .desktop\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .desktop\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .desktop\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .desktop\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .desktop\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .desktop\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .desktop\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .desktop\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .desktop\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .desktop\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .desktop\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .desktop\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .desktop\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .desktop\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .desktop\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .desktop\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .desktop\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .desktop\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .desktop\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .desktop\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .desktop\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .desktop\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .desktop\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .desktop\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .desktop\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .desktop\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .desktop\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .desktop\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .desktop\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .desktop\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .desktop\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .desktop\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .desktop\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .desktop\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .desktop\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .desktop\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .desktop\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .desktop\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .desktop\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .desktop\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .desktop\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .desktop\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .desktop\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .desktop\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .desktop\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .desktop\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .desktop\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .desktop\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .desktop\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .desktop\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .desktop\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .desktop\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .desktop\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .desktop\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .desktop\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .desktop\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .desktop\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .desktop\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .desktop\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .desktop\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .desktop\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .desktop\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .desktop\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .desktop\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .desktop\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .desktop\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .desktop\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .desktop\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .desktop\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .desktop\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .desktop\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .desktop\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .desktop\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .desktop\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .desktop\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .desktop\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .desktop\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .desktop\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .desktop\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .desktop\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .desktop\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .desktop\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .desktop\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .desktop\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .desktop\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .desktop\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .desktop\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .desktop\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .desktop\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .desktop\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .desktop\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .desktop\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .desktop\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .desktop\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .desktop\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .desktop\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .desktop\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .desktop\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .desktop\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .desktop\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .desktop\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .desktop\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .desktop\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .desktop\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .desktop\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .desktop\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .desktop\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .desktop\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .desktop\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .desktop\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .desktop\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

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

  .desktop\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

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

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

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

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

  .desktop\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .desktop\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .desktop\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .desktop\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .desktop\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .desktop\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .desktop\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .desktop\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .desktop\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .desktop\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .desktop\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .desktop\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .desktop\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .desktop\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .desktop\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .desktop\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .desktop\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .desktop\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .desktop\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .desktop\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .desktop\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .desktop\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .desktop\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .desktop\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .desktop\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .desktop\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .desktop\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .desktop\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .desktop\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .desktop\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .desktop\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .desktop\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .desktop\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .desktop\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .desktop\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .desktop\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .desktop\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .desktop\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .desktop\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .desktop\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .desktop\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .desktop\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .desktop\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .desktop\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .desktop\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .desktop\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .desktop\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .desktop\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .desktop\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .desktop\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .desktop\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .desktop\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .desktop\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .desktop\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .desktop\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .desktop\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .desktop\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .desktop\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .desktop\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .desktop\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .desktop\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .desktop\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .desktop\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .desktop\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .desktop\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .desktop\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .desktop\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .desktop\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .desktop\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .desktop\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .desktop\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .desktop\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .desktop\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .desktop\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .desktop\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .desktop\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .desktop\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .desktop\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .desktop\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .desktop\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .desktop\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .desktop\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .desktop\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .desktop\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .desktop\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .desktop\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .desktop\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .desktop\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .desktop\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .desktop\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .desktop\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .desktop\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .desktop\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .desktop\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .desktop\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .desktop\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .desktop\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .desktop\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .desktop\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .desktop\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .desktop\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .desktop\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .desktop\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .desktop\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .desktop\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .desktop\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .desktop\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .desktop\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .desktop\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .desktop\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .desktop\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .desktop\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .desktop\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .desktop\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .desktop\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .desktop\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .desktop\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .desktop\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .desktop\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .desktop\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .desktop\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .desktop\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .desktop\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .desktop\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .desktop\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .desktop\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .desktop\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .desktop\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .desktop\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .desktop\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .desktop\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .desktop\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .desktop\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .desktop\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .desktop\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .desktop\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .desktop\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .desktop\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .desktop\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .desktop\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .desktop\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .desktop\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .desktop\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .desktop\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .desktop\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .desktop\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .desktop\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .desktop\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .desktop\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .desktop\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .desktop\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .desktop\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .desktop\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .desktop\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .desktop\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .desktop\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .desktop\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .desktop\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .desktop\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .desktop\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .desktop\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .desktop\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .desktop\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .desktop\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .desktop\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .desktop\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .desktop\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .desktop\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .desktop\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .desktop\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .desktop\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .desktop\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .desktop\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .desktop\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .desktop\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .desktop\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .desktop\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .desktop\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .desktop\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .desktop\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .desktop\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .desktop\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .desktop\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .desktop\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .desktop\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .desktop\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .desktop\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .desktop\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .desktop\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .desktop\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .desktop\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .desktop\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .desktop\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .desktop\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .desktop\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .desktop\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .desktop\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .desktop\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .desktop\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .desktop\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .desktop\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .desktop\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .desktop\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .desktop\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .desktop\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .desktop\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .desktop\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .desktop\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .desktop\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .desktop\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .desktop\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .desktop\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .desktop\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .desktop\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .desktop\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .desktop\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .desktop\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .desktop\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .desktop\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .desktop\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .desktop\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .desktop\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .desktop\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .desktop\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .desktop\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .desktop\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .desktop\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .desktop\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .desktop\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .desktop\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .desktop\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .desktop\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .desktop\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .desktop\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .desktop\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .desktop\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .desktop\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .desktop\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .desktop\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .desktop\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .desktop\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .desktop\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .desktop\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .desktop\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .desktop\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .desktop\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .desktop\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .desktop\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .desktop\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .desktop\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .desktop\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .desktop\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .desktop\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .desktop\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .desktop\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .desktop\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .desktop\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .desktop\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .desktop\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .desktop\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .desktop\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .desktop\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .desktop\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .desktop\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .desktop\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .desktop\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .desktop\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .desktop\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .desktop\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .desktop\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .desktop\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .desktop\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .desktop\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .desktop\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .desktop\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .desktop\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .desktop\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .desktop\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .desktop\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .desktop\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .desktop\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .desktop\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .desktop\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .desktop\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .desktop\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .desktop\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .desktop\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .desktop\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .desktop\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .desktop\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .desktop\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .desktop\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .desktop\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .desktop\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .desktop\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .desktop\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .desktop\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .desktop\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .desktop\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .desktop\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .desktop\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .desktop\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .desktop\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .desktop\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .desktop\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .desktop\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .desktop\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .desktop\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .desktop\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .desktop\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .desktop\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .desktop\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .desktop\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .desktop\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .desktop\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .desktop\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .desktop\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .desktop\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .desktop\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .desktop\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .desktop\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .desktop\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .desktop\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .desktop\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .desktop\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .desktop\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .desktop\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .desktop\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .desktop\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .desktop\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .desktop\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .desktop\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .desktop\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .desktop\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .desktop\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .desktop\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .desktop\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .desktop\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .desktop\:bg-bottom {
    background-position: bottom;
  }

  .desktop\:bg-center {
    background-position: center;
  }

  .desktop\:bg-left {
    background-position: left;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom;
  }

  .desktop\:bg-left-top {
    background-position: left top;
  }

  .desktop\:bg-right {
    background-position: right;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom;
  }

  .desktop\:bg-right-top {
    background-position: right top;
  }

  .desktop\:bg-top {
    background-position: top;
  }

  .desktop\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .desktop\:hover\:bg-center:hover {
    background-position: center;
  }

  .desktop\:hover\:bg-left:hover {
    background-position: left;
  }

  .desktop\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .desktop\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .desktop\:hover\:bg-right:hover {
    background-position: right;
  }

  .desktop\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .desktop\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .desktop\:hover\:bg-top:hover {
    background-position: top;
  }

  .desktop\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .desktop\:focus\:bg-center:focus {
    background-position: center;
  }

  .desktop\:focus\:bg-left:focus {
    background-position: left;
  }

  .desktop\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .desktop\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .desktop\:focus\:bg-right:focus {
    background-position: right;
  }

  .desktop\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .desktop\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .desktop\:focus\:bg-top:focus {
    background-position: top;
  }

  .desktop\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .desktop\:first\:bg-center:first-child {
    background-position: center;
  }

  .desktop\:first\:bg-left:first-child {
    background-position: left;
  }

  .desktop\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .desktop\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .desktop\:first\:bg-right:first-child {
    background-position: right;
  }

  .desktop\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .desktop\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .desktop\:first\:bg-top:first-child {
    background-position: top;
  }

  .desktop\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .desktop\:last\:bg-center:last-child {
    background-position: center;
  }

  .desktop\:last\:bg-left:last-child {
    background-position: left;
  }

  .desktop\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .desktop\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .desktop\:last\:bg-right:last-child {
    background-position: right;
  }

  .desktop\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .desktop\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .desktop\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .desktop\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .desktop\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .desktop\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .desktop\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .desktop\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .desktop\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .desktop\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .desktop\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .desktop\:group-hover\:bg-top {
    background-position: top;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .desktop\:bg-repeat-round {
    background-repeat: round;
  }

  .desktop\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .desktop\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .desktop\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .desktop\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .desktop\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .desktop\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .desktop\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .desktop\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .desktop\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .desktop\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .desktop\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .desktop\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .desktop\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .desktop\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .desktop\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .desktop\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .desktop\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .desktop\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .desktop\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .desktop\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .desktop\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .desktop\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .desktop\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .desktop\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .desktop\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .desktop\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .desktop\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .desktop\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .desktop\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .desktop\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop\:bg-auto {
    background-size: auto;
  }

  .desktop\:bg-cover {
    background-size: cover;
  }

  .desktop\:bg-contain {
    background-size: contain;
  }

  .desktop\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .desktop\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .desktop\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .desktop\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .desktop\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .desktop\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .desktop\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .desktop\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .desktop\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .desktop\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .desktop\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .desktop\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .desktop\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .desktop\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .desktop\:group-hover\:bg-contain {
    background-size: contain;
  }

  .desktop\:border-collapse {
    border-collapse: collapse;
  }

  .desktop\:border-separate {
    border-collapse: separate;
  }

  .desktop\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .desktop\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .desktop\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .desktop\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .desktop\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .desktop\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .desktop\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .desktop\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .desktop\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .desktop\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .desktop\:border-transparent {
    border-color: transparent;
  }

  .desktop\:border-current {
    border-color: currentColor;
  }

  .desktop\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .desktop\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .desktop\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .desktop\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .desktop\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .desktop\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .desktop\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .desktop\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .desktop\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .desktop\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .desktop\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop\:border-opacity-0 {
    --border-opacity: 0;
  }

  .desktop\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .desktop\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .desktop\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .desktop\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .desktop\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .desktop\:border-opacity-100 {
    --border-opacity: 1;
  }

  .desktop\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .desktop\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .desktop\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .desktop\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .desktop\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .desktop\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .desktop\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .desktop\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .desktop\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .desktop\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .desktop\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .desktop\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .desktop\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .desktop\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .desktop\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .desktop\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .desktop\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .desktop\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .desktop\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .desktop\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .desktop\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .desktop\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .desktop\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .desktop\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .desktop\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .desktop\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .desktop\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .desktop\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .desktop\:rounded-none {
    border-radius: 0;
  }

  .desktop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .desktop\:rounded {
    border-radius: 0.25rem;
  }

  .desktop\:rounded-md {
    border-radius: 0.375rem;
  }

  .desktop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .desktop\:rounded-xl {
    border-radius: 0.75rem;
  }

  .desktop\:rounded-2xl {
    border-radius: 1rem;
  }

  .desktop\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .desktop\:rounded-full {
    border-radius: 9999px;
  }

  .desktop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .desktop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .desktop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .desktop\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .desktop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .desktop\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .desktop\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .desktop\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .desktop\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .desktop\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .desktop\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .desktop\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .desktop\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .desktop\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .desktop\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .desktop\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .desktop\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .desktop\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .desktop\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .desktop\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .desktop\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .desktop\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .desktop\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .desktop\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .desktop\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .desktop\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .desktop\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .desktop\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .desktop\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .desktop\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .desktop\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .desktop\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .desktop\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .desktop\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .desktop\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .desktop\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .desktop\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .desktop\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .desktop\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .desktop\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .desktop\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .desktop\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .desktop\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .desktop\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .desktop\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .desktop\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .desktop\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .desktop\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .desktop\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .desktop\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .desktop\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .desktop\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .desktop\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .desktop\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .desktop\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .desktop\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .desktop\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .desktop\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .desktop\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .desktop\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .desktop\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .desktop\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .desktop\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .desktop\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .desktop\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .desktop\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .desktop\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .desktop\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .desktop\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .desktop\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .desktop\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .desktop\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:border-solid {
    border-style: solid;
  }

  .desktop\:border-dashed {
    border-style: dashed;
  }

  .desktop\:border-dotted {
    border-style: dotted;
  }

  .desktop\:border-double {
    border-style: double;
  }

  .desktop\:border-none {
    border-style: none;
  }

  .desktop\:hover\:border-solid:hover {
    border-style: solid;
  }

  .desktop\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .desktop\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .desktop\:hover\:border-double:hover {
    border-style: double;
  }

  .desktop\:hover\:border-none:hover {
    border-style: none;
  }

  .desktop\:focus\:border-solid:focus {
    border-style: solid;
  }

  .desktop\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .desktop\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .desktop\:focus\:border-double:focus {
    border-style: double;
  }

  .desktop\:focus\:border-none:focus {
    border-style: none;
  }

  .desktop\:first\:border-solid:first-child {
    border-style: solid;
  }

  .desktop\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .desktop\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .desktop\:first\:border-double:first-child {
    border-style: double;
  }

  .desktop\:first\:border-none:first-child {
    border-style: none;
  }

  .desktop\:last\:border-solid:last-child {
    border-style: solid;
  }

  .desktop\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .desktop\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .desktop\:last\:border-double:last-child {
    border-style: double;
  }

  .desktop\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .desktop\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .desktop\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .desktop\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .desktop\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .desktop\:group-hover\:border-none {
    border-style: none;
  }

  .desktop\:border-0 {
    border-width: 0;
  }

  .desktop\:border-2 {
    border-width: 2px;
  }

  .desktop\:border-4 {
    border-width: 4px;
  }

  .desktop\:border-8 {
    border-width: 8px;
  }

  .desktop\:border {
    border-width: 1px;
  }

  .desktop\:border-t-0 {
    border-top-width: 0;
  }

  .desktop\:border-r-0 {
    border-right-width: 0;
  }

  .desktop\:border-b-0 {
    border-bottom-width: 0;
  }

  .desktop\:border-l-0 {
    border-left-width: 0;
  }

  .desktop\:border-t-2 {
    border-top-width: 2px;
  }

  .desktop\:border-r-2 {
    border-right-width: 2px;
  }

  .desktop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .desktop\:border-l-2 {
    border-left-width: 2px;
  }

  .desktop\:border-t-4 {
    border-top-width: 4px;
  }

  .desktop\:border-r-4 {
    border-right-width: 4px;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop\:border-l-4 {
    border-left-width: 4px;
  }

  .desktop\:border-t-8 {
    border-top-width: 8px;
  }

  .desktop\:border-r-8 {
    border-right-width: 8px;
  }

  .desktop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .desktop\:border-l-8 {
    border-left-width: 8px;
  }

  .desktop\:border-t {
    border-top-width: 1px;
  }

  .desktop\:border-r {
    border-right-width: 1px;
  }

  .desktop\:border-b {
    border-bottom-width: 1px;
  }

  .desktop\:border-l {
    border-left-width: 1px;
  }

  .desktop\:hover\:border-0:hover {
    border-width: 0;
  }

  .desktop\:hover\:border-2:hover {
    border-width: 2px;
  }

  .desktop\:hover\:border-4:hover {
    border-width: 4px;
  }

  .desktop\:hover\:border-8:hover {
    border-width: 8px;
  }

  .desktop\:hover\:border:hover {
    border-width: 1px;
  }

  .desktop\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .desktop\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .desktop\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .desktop\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .desktop\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .desktop\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .desktop\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .desktop\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .desktop\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .desktop\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .desktop\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .desktop\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .desktop\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .desktop\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .desktop\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .desktop\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .desktop\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .desktop\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .desktop\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .desktop\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .desktop\:focus\:border-0:focus {
    border-width: 0;
  }

  .desktop\:focus\:border-2:focus {
    border-width: 2px;
  }

  .desktop\:focus\:border-4:focus {
    border-width: 4px;
  }

  .desktop\:focus\:border-8:focus {
    border-width: 8px;
  }

  .desktop\:focus\:border:focus {
    border-width: 1px;
  }

  .desktop\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .desktop\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .desktop\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .desktop\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .desktop\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .desktop\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .desktop\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .desktop\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .desktop\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .desktop\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .desktop\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .desktop\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .desktop\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .desktop\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .desktop\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .desktop\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .desktop\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .desktop\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .desktop\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .desktop\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .desktop\:first\:border-0:first-child {
    border-width: 0;
  }

  .desktop\:first\:border-2:first-child {
    border-width: 2px;
  }

  .desktop\:first\:border-4:first-child {
    border-width: 4px;
  }

  .desktop\:first\:border-8:first-child {
    border-width: 8px;
  }

  .desktop\:first\:border:first-child {
    border-width: 1px;
  }

  .desktop\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .desktop\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .desktop\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .desktop\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .desktop\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .desktop\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .desktop\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .desktop\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .desktop\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .desktop\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .desktop\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .desktop\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .desktop\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .desktop\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .desktop\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .desktop\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .desktop\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .desktop\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .desktop\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .desktop\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .desktop\:last\:border-0:last-child {
    border-width: 0;
  }

  .desktop\:last\:border-2:last-child {
    border-width: 2px;
  }

  .desktop\:last\:border-4:last-child {
    border-width: 4px;
  }

  .desktop\:last\:border-8:last-child {
    border-width: 8px;
  }

  .desktop\:last\:border:last-child {
    border-width: 1px;
  }

  .desktop\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .desktop\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .desktop\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .desktop\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .desktop\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .desktop\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .desktop\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .desktop\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .desktop\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .desktop\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .desktop\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .desktop\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .desktop\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .desktop\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .desktop\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .desktop\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .desktop\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .desktop\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .desktop\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .desktop\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .desktop\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .desktop\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .desktop\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .desktop\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .desktop\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .desktop\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .desktop\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .desktop\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .desktop\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .desktop\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .desktop\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .desktop\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .desktop\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .desktop\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .desktop\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .desktop\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .desktop\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .desktop\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .desktop\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .desktop\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .desktop\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .desktop\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .desktop\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .desktop\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .desktop\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .desktop\:box-border {
    box-sizing: border-box;
  }

  .desktop\:box-content {
    box-sizing: content-box;
  }

  .desktop\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .desktop\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .desktop\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .desktop\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .desktop\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .desktop\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .desktop\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .desktop\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .desktop\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .desktop\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .desktop\:cursor-auto {
    cursor: auto;
  }

  .desktop\:cursor-default {
    cursor: default;
  }

  .desktop\:cursor-pointer {
    cursor: pointer;
  }

  .desktop\:cursor-wait {
    cursor: wait;
  }

  .desktop\:cursor-text {
    cursor: text;
  }

  .desktop\:cursor-move {
    cursor: move;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .desktop\:hover\:cursor-default:hover {
    cursor: default;
  }

  .desktop\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .desktop\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .desktop\:hover\:cursor-text:hover {
    cursor: text;
  }

  .desktop\:hover\:cursor-move:hover {
    cursor: move;
  }

  .desktop\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .desktop\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .desktop\:focus\:cursor-default:focus {
    cursor: default;
  }

  .desktop\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .desktop\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .desktop\:focus\:cursor-text:focus {
    cursor: text;
  }

  .desktop\:focus\:cursor-move:focus {
    cursor: move;
  }

  .desktop\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .desktop\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .desktop\:first\:cursor-default:first-child {
    cursor: default;
  }

  .desktop\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .desktop\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .desktop\:first\:cursor-text:first-child {
    cursor: text;
  }

  .desktop\:first\:cursor-move:first-child {
    cursor: move;
  }

  .desktop\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .desktop\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .desktop\:last\:cursor-default:last-child {
    cursor: default;
  }

  .desktop\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .desktop\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .desktop\:last\:cursor-text:last-child {
    cursor: text;
  }

  .desktop\:last\:cursor-move:last-child {
    cursor: move;
  }

  .desktop\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .desktop\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .desktop\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .desktop\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .desktop\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .desktop\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .desktop\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .desktop\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline-block {
    display: inline-block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:inline-flex {
    display: inline-flex;
  }

  .desktop\:table {
    display: table;
  }

  .desktop\:table-caption {
    display: table-caption;
  }

  .desktop\:table-cell {
    display: table-cell;
  }

  .desktop\:table-column {
    display: table-column;
  }

  .desktop\:table-column-group {
    display: table-column-group;
  }

  .desktop\:table-footer-group {
    display: table-footer-group;
  }

  .desktop\:table-header-group {
    display: table-header-group;
  }

  .desktop\:table-row-group {
    display: table-row-group;
  }

  .desktop\:table-row {
    display: table-row;
  }

  .desktop\:flow-root {
    display: flow-root;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:inline-grid {
    display: inline-grid;
  }

  .desktop\:contents {
    display: contents;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:hover\:block:hover {
    display: block;
  }

  .desktop\:hover\:inline-block:hover {
    display: inline-block;
  }

  .desktop\:hover\:inline:hover {
    display: inline;
  }

  .desktop\:hover\:flex:hover {
    display: flex;
  }

  .desktop\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .desktop\:hover\:table:hover {
    display: table;
  }

  .desktop\:hover\:table-caption:hover {
    display: table-caption;
  }

  .desktop\:hover\:table-cell:hover {
    display: table-cell;
  }

  .desktop\:hover\:table-column:hover {
    display: table-column;
  }

  .desktop\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .desktop\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .desktop\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .desktop\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .desktop\:hover\:table-row:hover {
    display: table-row;
  }

  .desktop\:hover\:flow-root:hover {
    display: flow-root;
  }

  .desktop\:hover\:grid:hover {
    display: grid;
  }

  .desktop\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .desktop\:hover\:contents:hover {
    display: contents;
  }

  .desktop\:hover\:hidden:hover {
    display: none;
  }

  .desktop\:focus\:block:focus {
    display: block;
  }

  .desktop\:focus\:inline-block:focus {
    display: inline-block;
  }

  .desktop\:focus\:inline:focus {
    display: inline;
  }

  .desktop\:focus\:flex:focus {
    display: flex;
  }

  .desktop\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .desktop\:focus\:table:focus {
    display: table;
  }

  .desktop\:focus\:table-caption:focus {
    display: table-caption;
  }

  .desktop\:focus\:table-cell:focus {
    display: table-cell;
  }

  .desktop\:focus\:table-column:focus {
    display: table-column;
  }

  .desktop\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .desktop\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .desktop\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .desktop\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .desktop\:focus\:table-row:focus {
    display: table-row;
  }

  .desktop\:focus\:flow-root:focus {
    display: flow-root;
  }

  .desktop\:focus\:grid:focus {
    display: grid;
  }

  .desktop\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .desktop\:focus\:contents:focus {
    display: contents;
  }

  .desktop\:focus\:hidden:focus {
    display: none;
  }

  .desktop\:first\:block:first-child {
    display: block;
  }

  .desktop\:first\:inline-block:first-child {
    display: inline-block;
  }

  .desktop\:first\:inline:first-child {
    display: inline;
  }

  .desktop\:first\:flex:first-child {
    display: flex;
  }

  .desktop\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .desktop\:first\:table:first-child {
    display: table;
  }

  .desktop\:first\:table-caption:first-child {
    display: table-caption;
  }

  .desktop\:first\:table-cell:first-child {
    display: table-cell;
  }

  .desktop\:first\:table-column:first-child {
    display: table-column;
  }

  .desktop\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .desktop\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .desktop\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .desktop\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .desktop\:first\:table-row:first-child {
    display: table-row;
  }

  .desktop\:first\:flow-root:first-child {
    display: flow-root;
  }

  .desktop\:first\:grid:first-child {
    display: grid;
  }

  .desktop\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .desktop\:first\:contents:first-child {
    display: contents;
  }

  .desktop\:first\:hidden:first-child {
    display: none;
  }

  .desktop\:last\:block:last-child {
    display: block;
  }

  .desktop\:last\:inline-block:last-child {
    display: inline-block;
  }

  .desktop\:last\:inline:last-child {
    display: inline;
  }

  .desktop\:last\:flex:last-child {
    display: flex;
  }

  .desktop\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .desktop\:last\:table:last-child {
    display: table;
  }

  .desktop\:last\:table-caption:last-child {
    display: table-caption;
  }

  .desktop\:last\:table-cell:last-child {
    display: table-cell;
  }

  .desktop\:last\:table-column:last-child {
    display: table-column;
  }

  .desktop\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .desktop\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .desktop\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .desktop\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .desktop\:last\:table-row:last-child {
    display: table-row;
  }

  .desktop\:last\:flow-root:last-child {
    display: flow-root;
  }

  .desktop\:last\:grid:last-child {
    display: grid;
  }

  .desktop\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .desktop\:last\:contents:last-child {
    display: contents;
  }

  .desktop\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .desktop\:group-hover\:block {
    display: block;
  }

  .group:hover .desktop\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .desktop\:group-hover\:inline {
    display: inline;
  }

  .group:hover .desktop\:group-hover\:flex {
    display: flex;
  }

  .group:hover .desktop\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .desktop\:group-hover\:table {
    display: table;
  }

  .group:hover .desktop\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .desktop\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .desktop\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .desktop\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .desktop\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .desktop\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .desktop\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .desktop\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .desktop\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .desktop\:group-hover\:grid {
    display: grid;
  }

  .group:hover .desktop\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .desktop\:group-hover\:contents {
    display: contents;
  }

  .group:hover .desktop\:group-hover\:hidden {
    display: none;
  }

  .desktop\:flex-row {
    flex-direction: row;
  }

  .desktop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .desktop\:flex-col {
    flex-direction: column;
  }

  .desktop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .desktop\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .desktop\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .desktop\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .desktop\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .desktop\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .desktop\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .desktop\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .desktop\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .desktop\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .desktop\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .desktop\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .desktop\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .desktop\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .desktop\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .desktop\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .desktop\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .desktop\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .desktop\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .desktop\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }

  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .desktop\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .desktop\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .desktop\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .desktop\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .desktop\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .desktop\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .desktop\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .desktop\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .desktop\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .desktop\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .desktop\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .desktop\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .desktop\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .desktop\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .desktop\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .desktop\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .desktop\:place-items-auto {
    place-items: auto;
  }

  .desktop\:place-items-start {
    place-items: start;
  }

  .desktop\:place-items-end {
    place-items: end;
  }

  .desktop\:place-items-center {
    place-items: center;
  }

  .desktop\:place-items-stretch {
    place-items: stretch;
  }

  .desktop\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .desktop\:hover\:place-items-start:hover {
    place-items: start;
  }

  .desktop\:hover\:place-items-end:hover {
    place-items: end;
  }

  .desktop\:hover\:place-items-center:hover {
    place-items: center;
  }

  .desktop\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .desktop\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .desktop\:focus\:place-items-start:focus {
    place-items: start;
  }

  .desktop\:focus\:place-items-end:focus {
    place-items: end;
  }

  .desktop\:focus\:place-items-center:focus {
    place-items: center;
  }

  .desktop\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .desktop\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .desktop\:first\:place-items-start:first-child {
    place-items: start;
  }

  .desktop\:first\:place-items-end:first-child {
    place-items: end;
  }

  .desktop\:first\:place-items-center:first-child {
    place-items: center;
  }

  .desktop\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .desktop\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .desktop\:last\:place-items-start:last-child {
    place-items: start;
  }

  .desktop\:last\:place-items-end:last-child {
    place-items: end;
  }

  .desktop\:last\:place-items-center:last-child {
    place-items: center;
  }

  .desktop\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .desktop\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .desktop\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .desktop\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .desktop\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .desktop\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .desktop\:place-content-center {
    place-content: center;
  }

  .desktop\:place-content-start {
    place-content: start;
  }

  .desktop\:place-content-end {
    place-content: end;
  }

  .desktop\:place-content-between {
    place-content: space-between;
  }

  .desktop\:place-content-around {
    place-content: space-around;
  }

  .desktop\:place-content-evenly {
    place-content: space-evenly;
  }

  .desktop\:place-content-stretch {
    place-content: stretch;
  }

  .desktop\:hover\:place-content-center:hover {
    place-content: center;
  }

  .desktop\:hover\:place-content-start:hover {
    place-content: start;
  }

  .desktop\:hover\:place-content-end:hover {
    place-content: end;
  }

  .desktop\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .desktop\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .desktop\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .desktop\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .desktop\:focus\:place-content-center:focus {
    place-content: center;
  }

  .desktop\:focus\:place-content-start:focus {
    place-content: start;
  }

  .desktop\:focus\:place-content-end:focus {
    place-content: end;
  }

  .desktop\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .desktop\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .desktop\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .desktop\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .desktop\:first\:place-content-center:first-child {
    place-content: center;
  }

  .desktop\:first\:place-content-start:first-child {
    place-content: start;
  }

  .desktop\:first\:place-content-end:first-child {
    place-content: end;
  }

  .desktop\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .desktop\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .desktop\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .desktop\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .desktop\:last\:place-content-center:last-child {
    place-content: center;
  }

  .desktop\:last\:place-content-start:last-child {
    place-content: start;
  }

  .desktop\:last\:place-content-end:last-child {
    place-content: end;
  }

  .desktop\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .desktop\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .desktop\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .desktop\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .desktop\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .desktop\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .desktop\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .desktop\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .desktop\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .desktop\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .desktop\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .desktop\:place-self-auto {
    place-self: auto;
  }

  .desktop\:place-self-start {
    place-self: start;
  }

  .desktop\:place-self-end {
    place-self: end;
  }

  .desktop\:place-self-center {
    place-self: center;
  }

  .desktop\:place-self-stretch {
    place-self: stretch;
  }

  .desktop\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .desktop\:hover\:place-self-start:hover {
    place-self: start;
  }

  .desktop\:hover\:place-self-end:hover {
    place-self: end;
  }

  .desktop\:hover\:place-self-center:hover {
    place-self: center;
  }

  .desktop\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .desktop\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .desktop\:focus\:place-self-start:focus {
    place-self: start;
  }

  .desktop\:focus\:place-self-end:focus {
    place-self: end;
  }

  .desktop\:focus\:place-self-center:focus {
    place-self: center;
  }

  .desktop\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .desktop\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .desktop\:first\:place-self-start:first-child {
    place-self: start;
  }

  .desktop\:first\:place-self-end:first-child {
    place-self: end;
  }

  .desktop\:first\:place-self-center:first-child {
    place-self: center;
  }

  .desktop\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .desktop\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .desktop\:last\:place-self-start:last-child {
    place-self: start;
  }

  .desktop\:last\:place-self-end:last-child {
    place-self: end;
  }

  .desktop\:last\:place-self-center:last-child {
    place-self: center;
  }

  .desktop\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .desktop\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .desktop\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .desktop\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .desktop\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .desktop\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .desktop\:items-start {
    align-items: flex-start;
  }

  .desktop\:items-end {
    align-items: flex-end;
  }

  .desktop\:items-center {
    align-items: center;
  }

  .desktop\:items-baseline {
    align-items: baseline;
  }

  .desktop\:items-stretch {
    align-items: stretch;
  }

  .desktop\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .desktop\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .desktop\:hover\:items-center:hover {
    align-items: center;
  }

  .desktop\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .desktop\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .desktop\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .desktop\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .desktop\:focus\:items-center:focus {
    align-items: center;
  }

  .desktop\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .desktop\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .desktop\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .desktop\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .desktop\:first\:items-center:first-child {
    align-items: center;
  }

  .desktop\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .desktop\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .desktop\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .desktop\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .desktop\:last\:items-center:last-child {
    align-items: center;
  }

  .desktop\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .desktop\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .desktop\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .desktop\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .desktop\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .desktop\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .desktop\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .desktop\:content-center {
    align-content: center;
  }

  .desktop\:content-start {
    align-content: flex-start;
  }

  .desktop\:content-end {
    align-content: flex-end;
  }

  .desktop\:content-between {
    align-content: space-between;
  }

  .desktop\:content-around {
    align-content: space-around;
  }

  .desktop\:content-evenly {
    align-content: space-evenly;
  }

  .desktop\:hover\:content-center:hover {
    align-content: center;
  }

  .desktop\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .desktop\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .desktop\:hover\:content-between:hover {
    align-content: space-between;
  }

  .desktop\:hover\:content-around:hover {
    align-content: space-around;
  }

  .desktop\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .desktop\:focus\:content-center:focus {
    align-content: center;
  }

  .desktop\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .desktop\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .desktop\:focus\:content-between:focus {
    align-content: space-between;
  }

  .desktop\:focus\:content-around:focus {
    align-content: space-around;
  }

  .desktop\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .desktop\:first\:content-center:first-child {
    align-content: center;
  }

  .desktop\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .desktop\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .desktop\:first\:content-between:first-child {
    align-content: space-between;
  }

  .desktop\:first\:content-around:first-child {
    align-content: space-around;
  }

  .desktop\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .desktop\:last\:content-center:last-child {
    align-content: center;
  }

  .desktop\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .desktop\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .desktop\:last\:content-between:last-child {
    align-content: space-between;
  }

  .desktop\:last\:content-around:last-child {
    align-content: space-around;
  }

  .desktop\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .desktop\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .desktop\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .desktop\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .desktop\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .desktop\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .desktop\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .desktop\:self-auto {
    align-self: auto;
  }

  .desktop\:self-start {
    align-self: flex-start;
  }

  .desktop\:self-end {
    align-self: flex-end;
  }

  .desktop\:self-center {
    align-self: center;
  }

  .desktop\:self-stretch {
    align-self: stretch;
  }

  .desktop\:hover\:self-auto:hover {
    align-self: auto;
  }

  .desktop\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .desktop\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .desktop\:hover\:self-center:hover {
    align-self: center;
  }

  .desktop\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .desktop\:focus\:self-auto:focus {
    align-self: auto;
  }

  .desktop\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .desktop\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .desktop\:focus\:self-center:focus {
    align-self: center;
  }

  .desktop\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .desktop\:first\:self-auto:first-child {
    align-self: auto;
  }

  .desktop\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .desktop\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .desktop\:first\:self-center:first-child {
    align-self: center;
  }

  .desktop\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .desktop\:last\:self-auto:last-child {
    align-self: auto;
  }

  .desktop\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .desktop\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .desktop\:last\:self-center:last-child {
    align-self: center;
  }

  .desktop\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .desktop\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .desktop\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .desktop\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .desktop\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .desktop\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .desktop\:justify-items-auto {
    justify-items: auto;
  }

  .desktop\:justify-items-start {
    justify-items: start;
  }

  .desktop\:justify-items-end {
    justify-items: end;
  }

  .desktop\:justify-items-center {
    justify-items: center;
  }

  .desktop\:justify-items-stretch {
    justify-items: stretch;
  }

  .desktop\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .desktop\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .desktop\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .desktop\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .desktop\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .desktop\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .desktop\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .desktop\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .desktop\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .desktop\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .desktop\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .desktop\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .desktop\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .desktop\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .desktop\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .desktop\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .desktop\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .desktop\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .desktop\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .desktop\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .desktop\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .desktop\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .desktop\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .desktop\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .desktop\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .desktop\:justify-start {
    justify-content: flex-start;
  }

  .desktop\:justify-end {
    justify-content: flex-end;
  }

  .desktop\:justify-center {
    justify-content: center;
  }

  .desktop\:justify-between {
    justify-content: space-between;
  }

  .desktop\:justify-around {
    justify-content: space-around;
  }

  .desktop\:justify-evenly {
    justify-content: space-evenly;
  }

  .desktop\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .desktop\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .desktop\:hover\:justify-center:hover {
    justify-content: center;
  }

  .desktop\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .desktop\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .desktop\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .desktop\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .desktop\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .desktop\:focus\:justify-center:focus {
    justify-content: center;
  }

  .desktop\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .desktop\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .desktop\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .desktop\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .desktop\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .desktop\:first\:justify-center:first-child {
    justify-content: center;
  }

  .desktop\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .desktop\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .desktop\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .desktop\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .desktop\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .desktop\:last\:justify-center:last-child {
    justify-content: center;
  }

  .desktop\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .desktop\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .desktop\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .desktop\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .desktop\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .desktop\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .desktop\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .desktop\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .desktop\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .desktop\:justify-self-auto {
    justify-self: auto;
  }

  .desktop\:justify-self-start {
    justify-self: start;
  }

  .desktop\:justify-self-end {
    justify-self: end;
  }

  .desktop\:justify-self-center {
    justify-self: center;
  }

  .desktop\:justify-self-stretch {
    justify-self: stretch;
  }

  .desktop\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .desktop\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .desktop\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .desktop\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .desktop\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .desktop\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .desktop\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .desktop\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .desktop\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .desktop\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .desktop\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .desktop\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .desktop\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .desktop\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .desktop\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .desktop\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .desktop\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .desktop\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .desktop\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .desktop\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .desktop\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .desktop\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .desktop\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .desktop\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .desktop\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .desktop\:flex-1 {
    flex: 1 1 0%;
  }

  .desktop\:flex-auto {
    flex: 1 1 auto;
  }

  .desktop\:flex-initial {
    flex: 0 1 auto;
  }

  .desktop\:flex-none {
    flex: none;
  }

  .desktop\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .desktop\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .desktop\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .desktop\:hover\:flex-none:hover {
    flex: none;
  }

  .desktop\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .desktop\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .desktop\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .desktop\:focus\:flex-none:focus {
    flex: none;
  }

  .desktop\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .desktop\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .desktop\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .desktop\:first\:flex-none:first-child {
    flex: none;
  }

  .desktop\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .desktop\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .desktop\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .desktop\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .desktop\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .desktop\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .desktop\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .desktop\:group-hover\:flex-none {
    flex: none;
  }

  .desktop\:flex-grow-0 {
    flex-grow: 0;
  }

  .desktop\:flex-grow {
    flex-grow: 1;
  }

  .desktop\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .desktop\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .desktop\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .desktop\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .desktop\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .desktop\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .desktop\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .desktop\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .desktop\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .desktop\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .desktop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .desktop\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .desktop\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .desktop\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .desktop\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .desktop\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .desktop\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .desktop\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .desktop\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .desktop\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .desktop\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop\:order-1 {
    order: 1;
  }

  .desktop\:order-2 {
    order: 2;
  }

  .desktop\:order-3 {
    order: 3;
  }

  .desktop\:order-4 {
    order: 4;
  }

  .desktop\:order-5 {
    order: 5;
  }

  .desktop\:order-6 {
    order: 6;
  }

  .desktop\:order-7 {
    order: 7;
  }

  .desktop\:order-8 {
    order: 8;
  }

  .desktop\:order-9 {
    order: 9;
  }

  .desktop\:order-10 {
    order: 10;
  }

  .desktop\:order-11 {
    order: 11;
  }

  .desktop\:order-12 {
    order: 12;
  }

  .desktop\:order-first {
    order: -9999;
  }

  .desktop\:order-last {
    order: 9999;
  }

  .desktop\:order-none {
    order: 0;
  }

  .desktop\:hover\:order-1:hover {
    order: 1;
  }

  .desktop\:hover\:order-2:hover {
    order: 2;
  }

  .desktop\:hover\:order-3:hover {
    order: 3;
  }

  .desktop\:hover\:order-4:hover {
    order: 4;
  }

  .desktop\:hover\:order-5:hover {
    order: 5;
  }

  .desktop\:hover\:order-6:hover {
    order: 6;
  }

  .desktop\:hover\:order-7:hover {
    order: 7;
  }

  .desktop\:hover\:order-8:hover {
    order: 8;
  }

  .desktop\:hover\:order-9:hover {
    order: 9;
  }

  .desktop\:hover\:order-10:hover {
    order: 10;
  }

  .desktop\:hover\:order-11:hover {
    order: 11;
  }

  .desktop\:hover\:order-12:hover {
    order: 12;
  }

  .desktop\:hover\:order-first:hover {
    order: -9999;
  }

  .desktop\:hover\:order-last:hover {
    order: 9999;
  }

  .desktop\:hover\:order-none:hover {
    order: 0;
  }

  .desktop\:focus\:order-1:focus {
    order: 1;
  }

  .desktop\:focus\:order-2:focus {
    order: 2;
  }

  .desktop\:focus\:order-3:focus {
    order: 3;
  }

  .desktop\:focus\:order-4:focus {
    order: 4;
  }

  .desktop\:focus\:order-5:focus {
    order: 5;
  }

  .desktop\:focus\:order-6:focus {
    order: 6;
  }

  .desktop\:focus\:order-7:focus {
    order: 7;
  }

  .desktop\:focus\:order-8:focus {
    order: 8;
  }

  .desktop\:focus\:order-9:focus {
    order: 9;
  }

  .desktop\:focus\:order-10:focus {
    order: 10;
  }

  .desktop\:focus\:order-11:focus {
    order: 11;
  }

  .desktop\:focus\:order-12:focus {
    order: 12;
  }

  .desktop\:focus\:order-first:focus {
    order: -9999;
  }

  .desktop\:focus\:order-last:focus {
    order: 9999;
  }

  .desktop\:focus\:order-none:focus {
    order: 0;
  }

  .desktop\:first\:order-1:first-child {
    order: 1;
  }

  .desktop\:first\:order-2:first-child {
    order: 2;
  }

  .desktop\:first\:order-3:first-child {
    order: 3;
  }

  .desktop\:first\:order-4:first-child {
    order: 4;
  }

  .desktop\:first\:order-5:first-child {
    order: 5;
  }

  .desktop\:first\:order-6:first-child {
    order: 6;
  }

  .desktop\:first\:order-7:first-child {
    order: 7;
  }

  .desktop\:first\:order-8:first-child {
    order: 8;
  }

  .desktop\:first\:order-9:first-child {
    order: 9;
  }

  .desktop\:first\:order-10:first-child {
    order: 10;
  }

  .desktop\:first\:order-11:first-child {
    order: 11;
  }

  .desktop\:first\:order-12:first-child {
    order: 12;
  }

  .desktop\:first\:order-first:first-child {
    order: -9999;
  }

  .desktop\:first\:order-last:first-child {
    order: 9999;
  }

  .desktop\:first\:order-none:first-child {
    order: 0;
  }

  .desktop\:last\:order-1:last-child {
    order: 1;
  }

  .desktop\:last\:order-2:last-child {
    order: 2;
  }

  .desktop\:last\:order-3:last-child {
    order: 3;
  }

  .desktop\:last\:order-4:last-child {
    order: 4;
  }

  .desktop\:last\:order-5:last-child {
    order: 5;
  }

  .desktop\:last\:order-6:last-child {
    order: 6;
  }

  .desktop\:last\:order-7:last-child {
    order: 7;
  }

  .desktop\:last\:order-8:last-child {
    order: 8;
  }

  .desktop\:last\:order-9:last-child {
    order: 9;
  }

  .desktop\:last\:order-10:last-child {
    order: 10;
  }

  .desktop\:last\:order-11:last-child {
    order: 11;
  }

  .desktop\:last\:order-12:last-child {
    order: 12;
  }

  .desktop\:last\:order-first:last-child {
    order: -9999;
  }

  .desktop\:last\:order-last:last-child {
    order: 9999;
  }

  .desktop\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .desktop\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .desktop\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .desktop\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .desktop\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .desktop\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .desktop\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .desktop\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .desktop\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .desktop\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .desktop\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .desktop\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .desktop\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .desktop\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .desktop\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .desktop\:group-hover\:order-none {
    order: 0;
  }

  .desktop\:float-right {
    float: right;
  }

  .desktop\:float-left {
    float: left;
  }

  .desktop\:float-none {
    float: none;
  }

  .desktop\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:hover\:float-right:hover {
    float: right;
  }

  .desktop\:hover\:float-left:hover {
    float: left;
  }

  .desktop\:hover\:float-none:hover {
    float: none;
  }

  .desktop\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:focus\:float-right:focus {
    float: right;
  }

  .desktop\:focus\:float-left:focus {
    float: left;
  }

  .desktop\:focus\:float-none:focus {
    float: none;
  }

  .desktop\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:first\:float-right:first-child {
    float: right;
  }

  .desktop\:first\:float-left:first-child {
    float: left;
  }

  .desktop\:first\:float-none:first-child {
    float: none;
  }

  .desktop\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:last\:float-right:last-child {
    float: right;
  }

  .desktop\:last\:float-left:last-child {
    float: left;
  }

  .desktop\:last\:float-none:last-child {
    float: none;
  }

  .desktop\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .desktop\:group-hover\:float-right {
    float: right;
  }

  .group:hover .desktop\:group-hover\:float-left {
    float: left;
  }

  .group:hover .desktop\:group-hover\:float-none {
    float: none;
  }

  .group:hover .desktop\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:clear-left {
    clear: left;
  }

  .desktop\:clear-right {
    clear: right;
  }

  .desktop\:clear-both {
    clear: both;
  }

  .desktop\:clear-none {
    clear: none;
  }

  .desktop\:hover\:clear-left:hover {
    clear: left;
  }

  .desktop\:hover\:clear-right:hover {
    clear: right;
  }

  .desktop\:hover\:clear-both:hover {
    clear: both;
  }

  .desktop\:hover\:clear-none:hover {
    clear: none;
  }

  .desktop\:focus\:clear-left:focus {
    clear: left;
  }

  .desktop\:focus\:clear-right:focus {
    clear: right;
  }

  .desktop\:focus\:clear-both:focus {
    clear: both;
  }

  .desktop\:focus\:clear-none:focus {
    clear: none;
  }

  .desktop\:first\:clear-left:first-child {
    clear: left;
  }

  .desktop\:first\:clear-right:first-child {
    clear: right;
  }

  .desktop\:first\:clear-both:first-child {
    clear: both;
  }

  .desktop\:first\:clear-none:first-child {
    clear: none;
  }

  .desktop\:last\:clear-left:last-child {
    clear: left;
  }

  .desktop\:last\:clear-right:last-child {
    clear: right;
  }

  .desktop\:last\:clear-both:last-child {
    clear: both;
  }

  .desktop\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .desktop\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .desktop\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .desktop\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .desktop\:group-hover\:clear-none {
    clear: none;
  }

  .desktop\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .desktop\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .desktop\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .desktop\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .desktop\:font-pacifico {
    font-family: 'Pacifico';
  }

  .desktop\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .desktop\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .desktop\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .desktop\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .desktop\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .desktop\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .desktop\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .desktop\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .desktop\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .desktop\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .desktop\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .desktop\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .desktop\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .desktop\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .desktop\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .desktop\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .desktop\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .desktop\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .desktop\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .desktop\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .desktop\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .desktop\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .desktop\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .desktop\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .desktop\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .desktop\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .desktop\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .desktop\:font-hairline {
    font-weight: 100;
  }

  .desktop\:font-thin {
    font-weight: 200;
  }

  .desktop\:font-light {
    font-weight: 300;
  }

  .desktop\:font-normal {
    font-weight: 400;
  }

  .desktop\:font-medium {
    font-weight: 500;
  }

  .desktop\:font-semibold {
    font-weight: 600;
  }

  .desktop\:font-bold {
    font-weight: 700;
  }

  .desktop\:font-extrabold {
    font-weight: 800;
  }

  .desktop\:font-black {
    font-weight: 900;
  }

  .desktop\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .desktop\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .desktop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .desktop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .desktop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .desktop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .desktop\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .desktop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .desktop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .desktop\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .desktop\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .desktop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .desktop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .desktop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .desktop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .desktop\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .desktop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .desktop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .desktop\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .desktop\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .desktop\:first\:font-light:first-child {
    font-weight: 300;
  }

  .desktop\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .desktop\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .desktop\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .desktop\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .desktop\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .desktop\:first\:font-black:first-child {
    font-weight: 900;
  }

  .desktop\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .desktop\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .desktop\:last\:font-light:last-child {
    font-weight: 300;
  }

  .desktop\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .desktop\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .desktop\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .desktop\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .desktop\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .desktop\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .desktop\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .desktop\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .desktop\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .desktop\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .desktop\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .desktop\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .desktop\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .desktop\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .desktop\:group-hover\:font-black {
    font-weight: 900;
  }

  .desktop\:h-0 {
    height: 0px;
  }

  .desktop\:h-1 {
    height: 0.25rem;
  }

  .desktop\:h-2 {
    height: 0.5rem;
  }

  .desktop\:h-3 {
    height: 3px;
  }

  .desktop\:h-4 {
    height: 4px;
  }

  .desktop\:h-5 {
    height: 5px;
  }

  .desktop\:h-6 {
    height: 6px;
  }

  .desktop\:h-8 {
    height: 8px;
  }

  .desktop\:h-9 {
    height: 9px;
  }

  .desktop\:h-10 {
    height: 10px;
  }

  .desktop\:h-12 {
    height: 12px;
  }

  .desktop\:h-13 {
    height: 13px;
  }

  .desktop\:h-14 {
    height: 14px;
  }

  .desktop\:h-15 {
    height: 15px;
  }

  .desktop\:h-16 {
    height: 16px;
  }

  .desktop\:h-17 {
    height: 17px;
  }

  .desktop\:h-18 {
    height: 18px;
  }

  .desktop\:h-20 {
    height: 20px;
  }

  .desktop\:h-22 {
    height: 22px;
  }

  .desktop\:h-24 {
    height: 24px;
  }

  .desktop\:h-25 {
    height: 25px;
  }

  .desktop\:h-28 {
    height: 28px;
  }

  .desktop\:h-29 {
    height: 29px;
  }

  .desktop\:h-30 {
    height: 30px;
  }

  .desktop\:h-32 {
    height: 32px;
  }

  .desktop\:h-35 {
    height: 35px;
  }

  .desktop\:h-36 {
    height: 36px;
  }

  .desktop\:h-37 {
    height: 37px;
  }

  .desktop\:h-40 {
    height: 40px;
  }

  .desktop\:h-45 {
    height: 45px;
  }

  .desktop\:h-48 {
    height: 48px;
  }

  .desktop\:h-50 {
    height: 50px;
  }

  .desktop\:h-55 {
    height: 55px;
  }

  .desktop\:h-56 {
    height: 56px;
  }

  .desktop\:h-60 {
    height: 60px;
  }

  .desktop\:h-62 {
    height: 62px;
  }

  .desktop\:h-64 {
    height: 64px;
  }

  .desktop\:h-65 {
    height: 65px;
  }

  .desktop\:h-70 {
    height: 70px;
  }

  .desktop\:h-75 {
    height: 75px;
  }

  .desktop\:h-80 {
    height: 80px;
  }

  .desktop\:h-85 {
    height: 85px;
  }

  .desktop\:h-90 {
    height: 90px;
  }

  .desktop\:h-95 {
    height: 95px;
  }

  .desktop\:h-96 {
    height: 96px;
  }

  .desktop\:h-100 {
    height: 100px;
  }

  .desktop\:h-110 {
    height: 110px;
  }

  .desktop\:h-115 {
    height: 115px;
  }

  .desktop\:h-120 {
    height: 120px;
  }

  .desktop\:h-128 {
    height: 128px;
  }

  .desktop\:h-135 {
    height: 135px;
  }

  .desktop\:h-140 {
    height: 140px;
  }

  .desktop\:h-145 {
    height: 145px;
  }

  .desktop\:h-150 {
    height: 150px;
  }

  .desktop\:h-160 {
    height: 160px;
  }

  .desktop\:h-165 {
    height: 165px;
  }

  .desktop\:h-168 {
    height: 168px;
  }

  .desktop\:h-170 {
    height: 170px;
  }

  .desktop\:h-180 {
    height: 180px;
  }

  .desktop\:h-200 {
    height: 200px;
  }

  .desktop\:h-220 {
    height: 220px;
  }

  .desktop\:h-230 {
    height: 230px;
  }

  .desktop\:h-235 {
    height: 235px;
  }

  .desktop\:h-240 {
    height: 240px;
  }

  .desktop\:h-250 {
    height: 250px;
  }

  .desktop\:h-300 {
    height: 300px;
  }

  .desktop\:h-320 {
    height: 320px;
  }

  .desktop\:h-350 {
    height: 350px;
  }

  .desktop\:h-375 {
    height: 375px;
  }

  .desktop\:h-400 {
    height: 400px;
  }

  .desktop\:h-450 {
    height: 450px;
  }

  .desktop\:h-700 {
    height: 700px;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:h-px {
    height: 1px;
  }

  .desktop\:h-1p {
    height: 1%;
  }

  .desktop\:h-1\/12 {
    height: 8.3333%;
  }

  .desktop\:h-2\/12 {
    height: 16.666667%;
  }

  .desktop\:h-11p {
    height: 11%;
  }

  .desktop\:h-20p {
    height: 20%;
  }

  .desktop\:h-24p {
    height: 24.25%;
  }

  .desktop\:h-25p {
    height: 25%;
  }

  .desktop\:h-32p {
    height: 32%;
  }

  .desktop\:h-35p {
    height: 35%;
  }

  .desktop\:h-40p {
    height: 40%;
  }

  .desktop\:h-49p {
    height: 49%;
  }

  .desktop\:h-49-5p {
    height: 49.5%;
  }

  .desktop\:h-80p {
    height: 80%;
  }

  .desktop\:h-vh80 {
    height: 80vh;
  }

  .desktop\:h-vh86 {
    height: 86vh;
  }

  .desktop\:h-vh90 {
    height: 90vh;
  }

  .desktop\:h-vw80 {
    height: 80vw;
  }

  .desktop\:h-vw90 {
    height: 90vw;
  }

  .desktop\:h-90p {
    height: 90%;
  }

  .desktop\:h-92p {
    height: 92%;
  }

  .desktop\:h-93p {
    height: 93%;
  }

  .desktop\:h-94p {
    height: 94%;
  }

  .desktop\:h-95p {
    height: 95%;
  }

  .desktop\:h-96p {
    height: 96%;
  }

  .desktop\:h-100p {
    height: 100%;
  }

  .desktop\:h-full {
    height: 100%;
  }

  .desktop\:h-screen {
    height: 100vh;
  }

  .desktop\:hover\:h-0:hover {
    height: 0px;
  }

  .desktop\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .desktop\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .desktop\:hover\:h-3:hover {
    height: 3px;
  }

  .desktop\:hover\:h-4:hover {
    height: 4px;
  }

  .desktop\:hover\:h-5:hover {
    height: 5px;
  }

  .desktop\:hover\:h-6:hover {
    height: 6px;
  }

  .desktop\:hover\:h-8:hover {
    height: 8px;
  }

  .desktop\:hover\:h-9:hover {
    height: 9px;
  }

  .desktop\:hover\:h-10:hover {
    height: 10px;
  }

  .desktop\:hover\:h-12:hover {
    height: 12px;
  }

  .desktop\:hover\:h-13:hover {
    height: 13px;
  }

  .desktop\:hover\:h-14:hover {
    height: 14px;
  }

  .desktop\:hover\:h-15:hover {
    height: 15px;
  }

  .desktop\:hover\:h-16:hover {
    height: 16px;
  }

  .desktop\:hover\:h-17:hover {
    height: 17px;
  }

  .desktop\:hover\:h-18:hover {
    height: 18px;
  }

  .desktop\:hover\:h-20:hover {
    height: 20px;
  }

  .desktop\:hover\:h-22:hover {
    height: 22px;
  }

  .desktop\:hover\:h-24:hover {
    height: 24px;
  }

  .desktop\:hover\:h-25:hover {
    height: 25px;
  }

  .desktop\:hover\:h-28:hover {
    height: 28px;
  }

  .desktop\:hover\:h-29:hover {
    height: 29px;
  }

  .desktop\:hover\:h-30:hover {
    height: 30px;
  }

  .desktop\:hover\:h-32:hover {
    height: 32px;
  }

  .desktop\:hover\:h-35:hover {
    height: 35px;
  }

  .desktop\:hover\:h-36:hover {
    height: 36px;
  }

  .desktop\:hover\:h-37:hover {
    height: 37px;
  }

  .desktop\:hover\:h-40:hover {
    height: 40px;
  }

  .desktop\:hover\:h-45:hover {
    height: 45px;
  }

  .desktop\:hover\:h-48:hover {
    height: 48px;
  }

  .desktop\:hover\:h-50:hover {
    height: 50px;
  }

  .desktop\:hover\:h-55:hover {
    height: 55px;
  }

  .desktop\:hover\:h-56:hover {
    height: 56px;
  }

  .desktop\:hover\:h-60:hover {
    height: 60px;
  }

  .desktop\:hover\:h-62:hover {
    height: 62px;
  }

  .desktop\:hover\:h-64:hover {
    height: 64px;
  }

  .desktop\:hover\:h-65:hover {
    height: 65px;
  }

  .desktop\:hover\:h-70:hover {
    height: 70px;
  }

  .desktop\:hover\:h-75:hover {
    height: 75px;
  }

  .desktop\:hover\:h-80:hover {
    height: 80px;
  }

  .desktop\:hover\:h-85:hover {
    height: 85px;
  }

  .desktop\:hover\:h-90:hover {
    height: 90px;
  }

  .desktop\:hover\:h-95:hover {
    height: 95px;
  }

  .desktop\:hover\:h-96:hover {
    height: 96px;
  }

  .desktop\:hover\:h-100:hover {
    height: 100px;
  }

  .desktop\:hover\:h-110:hover {
    height: 110px;
  }

  .desktop\:hover\:h-115:hover {
    height: 115px;
  }

  .desktop\:hover\:h-120:hover {
    height: 120px;
  }

  .desktop\:hover\:h-128:hover {
    height: 128px;
  }

  .desktop\:hover\:h-135:hover {
    height: 135px;
  }

  .desktop\:hover\:h-140:hover {
    height: 140px;
  }

  .desktop\:hover\:h-145:hover {
    height: 145px;
  }

  .desktop\:hover\:h-150:hover {
    height: 150px;
  }

  .desktop\:hover\:h-160:hover {
    height: 160px;
  }

  .desktop\:hover\:h-165:hover {
    height: 165px;
  }

  .desktop\:hover\:h-168:hover {
    height: 168px;
  }

  .desktop\:hover\:h-170:hover {
    height: 170px;
  }

  .desktop\:hover\:h-180:hover {
    height: 180px;
  }

  .desktop\:hover\:h-200:hover {
    height: 200px;
  }

  .desktop\:hover\:h-220:hover {
    height: 220px;
  }

  .desktop\:hover\:h-230:hover {
    height: 230px;
  }

  .desktop\:hover\:h-235:hover {
    height: 235px;
  }

  .desktop\:hover\:h-240:hover {
    height: 240px;
  }

  .desktop\:hover\:h-250:hover {
    height: 250px;
  }

  .desktop\:hover\:h-300:hover {
    height: 300px;
  }

  .desktop\:hover\:h-320:hover {
    height: 320px;
  }

  .desktop\:hover\:h-350:hover {
    height: 350px;
  }

  .desktop\:hover\:h-375:hover {
    height: 375px;
  }

  .desktop\:hover\:h-400:hover {
    height: 400px;
  }

  .desktop\:hover\:h-450:hover {
    height: 450px;
  }

  .desktop\:hover\:h-700:hover {
    height: 700px;
  }

  .desktop\:hover\:h-auto:hover {
    height: auto;
  }

  .desktop\:hover\:h-px:hover {
    height: 1px;
  }

  .desktop\:hover\:h-1p:hover {
    height: 1%;
  }

  .desktop\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .desktop\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .desktop\:hover\:h-11p:hover {
    height: 11%;
  }

  .desktop\:hover\:h-20p:hover {
    height: 20%;
  }

  .desktop\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .desktop\:hover\:h-25p:hover {
    height: 25%;
  }

  .desktop\:hover\:h-32p:hover {
    height: 32%;
  }

  .desktop\:hover\:h-35p:hover {
    height: 35%;
  }

  .desktop\:hover\:h-40p:hover {
    height: 40%;
  }

  .desktop\:hover\:h-49p:hover {
    height: 49%;
  }

  .desktop\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .desktop\:hover\:h-80p:hover {
    height: 80%;
  }

  .desktop\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .desktop\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .desktop\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .desktop\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .desktop\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .desktop\:hover\:h-90p:hover {
    height: 90%;
  }

  .desktop\:hover\:h-92p:hover {
    height: 92%;
  }

  .desktop\:hover\:h-93p:hover {
    height: 93%;
  }

  .desktop\:hover\:h-94p:hover {
    height: 94%;
  }

  .desktop\:hover\:h-95p:hover {
    height: 95%;
  }

  .desktop\:hover\:h-96p:hover {
    height: 96%;
  }

  .desktop\:hover\:h-100p:hover {
    height: 100%;
  }

  .desktop\:hover\:h-full:hover {
    height: 100%;
  }

  .desktop\:hover\:h-screen:hover {
    height: 100vh;
  }

  .desktop\:focus\:h-0:focus {
    height: 0px;
  }

  .desktop\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .desktop\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .desktop\:focus\:h-3:focus {
    height: 3px;
  }

  .desktop\:focus\:h-4:focus {
    height: 4px;
  }

  .desktop\:focus\:h-5:focus {
    height: 5px;
  }

  .desktop\:focus\:h-6:focus {
    height: 6px;
  }

  .desktop\:focus\:h-8:focus {
    height: 8px;
  }

  .desktop\:focus\:h-9:focus {
    height: 9px;
  }

  .desktop\:focus\:h-10:focus {
    height: 10px;
  }

  .desktop\:focus\:h-12:focus {
    height: 12px;
  }

  .desktop\:focus\:h-13:focus {
    height: 13px;
  }

  .desktop\:focus\:h-14:focus {
    height: 14px;
  }

  .desktop\:focus\:h-15:focus {
    height: 15px;
  }

  .desktop\:focus\:h-16:focus {
    height: 16px;
  }

  .desktop\:focus\:h-17:focus {
    height: 17px;
  }

  .desktop\:focus\:h-18:focus {
    height: 18px;
  }

  .desktop\:focus\:h-20:focus {
    height: 20px;
  }

  .desktop\:focus\:h-22:focus {
    height: 22px;
  }

  .desktop\:focus\:h-24:focus {
    height: 24px;
  }

  .desktop\:focus\:h-25:focus {
    height: 25px;
  }

  .desktop\:focus\:h-28:focus {
    height: 28px;
  }

  .desktop\:focus\:h-29:focus {
    height: 29px;
  }

  .desktop\:focus\:h-30:focus {
    height: 30px;
  }

  .desktop\:focus\:h-32:focus {
    height: 32px;
  }

  .desktop\:focus\:h-35:focus {
    height: 35px;
  }

  .desktop\:focus\:h-36:focus {
    height: 36px;
  }

  .desktop\:focus\:h-37:focus {
    height: 37px;
  }

  .desktop\:focus\:h-40:focus {
    height: 40px;
  }

  .desktop\:focus\:h-45:focus {
    height: 45px;
  }

  .desktop\:focus\:h-48:focus {
    height: 48px;
  }

  .desktop\:focus\:h-50:focus {
    height: 50px;
  }

  .desktop\:focus\:h-55:focus {
    height: 55px;
  }

  .desktop\:focus\:h-56:focus {
    height: 56px;
  }

  .desktop\:focus\:h-60:focus {
    height: 60px;
  }

  .desktop\:focus\:h-62:focus {
    height: 62px;
  }

  .desktop\:focus\:h-64:focus {
    height: 64px;
  }

  .desktop\:focus\:h-65:focus {
    height: 65px;
  }

  .desktop\:focus\:h-70:focus {
    height: 70px;
  }

  .desktop\:focus\:h-75:focus {
    height: 75px;
  }

  .desktop\:focus\:h-80:focus {
    height: 80px;
  }

  .desktop\:focus\:h-85:focus {
    height: 85px;
  }

  .desktop\:focus\:h-90:focus {
    height: 90px;
  }

  .desktop\:focus\:h-95:focus {
    height: 95px;
  }

  .desktop\:focus\:h-96:focus {
    height: 96px;
  }

  .desktop\:focus\:h-100:focus {
    height: 100px;
  }

  .desktop\:focus\:h-110:focus {
    height: 110px;
  }

  .desktop\:focus\:h-115:focus {
    height: 115px;
  }

  .desktop\:focus\:h-120:focus {
    height: 120px;
  }

  .desktop\:focus\:h-128:focus {
    height: 128px;
  }

  .desktop\:focus\:h-135:focus {
    height: 135px;
  }

  .desktop\:focus\:h-140:focus {
    height: 140px;
  }

  .desktop\:focus\:h-145:focus {
    height: 145px;
  }

  .desktop\:focus\:h-150:focus {
    height: 150px;
  }

  .desktop\:focus\:h-160:focus {
    height: 160px;
  }

  .desktop\:focus\:h-165:focus {
    height: 165px;
  }

  .desktop\:focus\:h-168:focus {
    height: 168px;
  }

  .desktop\:focus\:h-170:focus {
    height: 170px;
  }

  .desktop\:focus\:h-180:focus {
    height: 180px;
  }

  .desktop\:focus\:h-200:focus {
    height: 200px;
  }

  .desktop\:focus\:h-220:focus {
    height: 220px;
  }

  .desktop\:focus\:h-230:focus {
    height: 230px;
  }

  .desktop\:focus\:h-235:focus {
    height: 235px;
  }

  .desktop\:focus\:h-240:focus {
    height: 240px;
  }

  .desktop\:focus\:h-250:focus {
    height: 250px;
  }

  .desktop\:focus\:h-300:focus {
    height: 300px;
  }

  .desktop\:focus\:h-320:focus {
    height: 320px;
  }

  .desktop\:focus\:h-350:focus {
    height: 350px;
  }

  .desktop\:focus\:h-375:focus {
    height: 375px;
  }

  .desktop\:focus\:h-400:focus {
    height: 400px;
  }

  .desktop\:focus\:h-450:focus {
    height: 450px;
  }

  .desktop\:focus\:h-700:focus {
    height: 700px;
  }

  .desktop\:focus\:h-auto:focus {
    height: auto;
  }

  .desktop\:focus\:h-px:focus {
    height: 1px;
  }

  .desktop\:focus\:h-1p:focus {
    height: 1%;
  }

  .desktop\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .desktop\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .desktop\:focus\:h-11p:focus {
    height: 11%;
  }

  .desktop\:focus\:h-20p:focus {
    height: 20%;
  }

  .desktop\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .desktop\:focus\:h-25p:focus {
    height: 25%;
  }

  .desktop\:focus\:h-32p:focus {
    height: 32%;
  }

  .desktop\:focus\:h-35p:focus {
    height: 35%;
  }

  .desktop\:focus\:h-40p:focus {
    height: 40%;
  }

  .desktop\:focus\:h-49p:focus {
    height: 49%;
  }

  .desktop\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .desktop\:focus\:h-80p:focus {
    height: 80%;
  }

  .desktop\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .desktop\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .desktop\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .desktop\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .desktop\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .desktop\:focus\:h-90p:focus {
    height: 90%;
  }

  .desktop\:focus\:h-92p:focus {
    height: 92%;
  }

  .desktop\:focus\:h-93p:focus {
    height: 93%;
  }

  .desktop\:focus\:h-94p:focus {
    height: 94%;
  }

  .desktop\:focus\:h-95p:focus {
    height: 95%;
  }

  .desktop\:focus\:h-96p:focus {
    height: 96%;
  }

  .desktop\:focus\:h-100p:focus {
    height: 100%;
  }

  .desktop\:focus\:h-full:focus {
    height: 100%;
  }

  .desktop\:focus\:h-screen:focus {
    height: 100vh;
  }

  .desktop\:first\:h-0:first-child {
    height: 0px;
  }

  .desktop\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .desktop\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .desktop\:first\:h-3:first-child {
    height: 3px;
  }

  .desktop\:first\:h-4:first-child {
    height: 4px;
  }

  .desktop\:first\:h-5:first-child {
    height: 5px;
  }

  .desktop\:first\:h-6:first-child {
    height: 6px;
  }

  .desktop\:first\:h-8:first-child {
    height: 8px;
  }

  .desktop\:first\:h-9:first-child {
    height: 9px;
  }

  .desktop\:first\:h-10:first-child {
    height: 10px;
  }

  .desktop\:first\:h-12:first-child {
    height: 12px;
  }

  .desktop\:first\:h-13:first-child {
    height: 13px;
  }

  .desktop\:first\:h-14:first-child {
    height: 14px;
  }

  .desktop\:first\:h-15:first-child {
    height: 15px;
  }

  .desktop\:first\:h-16:first-child {
    height: 16px;
  }

  .desktop\:first\:h-17:first-child {
    height: 17px;
  }

  .desktop\:first\:h-18:first-child {
    height: 18px;
  }

  .desktop\:first\:h-20:first-child {
    height: 20px;
  }

  .desktop\:first\:h-22:first-child {
    height: 22px;
  }

  .desktop\:first\:h-24:first-child {
    height: 24px;
  }

  .desktop\:first\:h-25:first-child {
    height: 25px;
  }

  .desktop\:first\:h-28:first-child {
    height: 28px;
  }

  .desktop\:first\:h-29:first-child {
    height: 29px;
  }

  .desktop\:first\:h-30:first-child {
    height: 30px;
  }

  .desktop\:first\:h-32:first-child {
    height: 32px;
  }

  .desktop\:first\:h-35:first-child {
    height: 35px;
  }

  .desktop\:first\:h-36:first-child {
    height: 36px;
  }

  .desktop\:first\:h-37:first-child {
    height: 37px;
  }

  .desktop\:first\:h-40:first-child {
    height: 40px;
  }

  .desktop\:first\:h-45:first-child {
    height: 45px;
  }

  .desktop\:first\:h-48:first-child {
    height: 48px;
  }

  .desktop\:first\:h-50:first-child {
    height: 50px;
  }

  .desktop\:first\:h-55:first-child {
    height: 55px;
  }

  .desktop\:first\:h-56:first-child {
    height: 56px;
  }

  .desktop\:first\:h-60:first-child {
    height: 60px;
  }

  .desktop\:first\:h-62:first-child {
    height: 62px;
  }

  .desktop\:first\:h-64:first-child {
    height: 64px;
  }

  .desktop\:first\:h-65:first-child {
    height: 65px;
  }

  .desktop\:first\:h-70:first-child {
    height: 70px;
  }

  .desktop\:first\:h-75:first-child {
    height: 75px;
  }

  .desktop\:first\:h-80:first-child {
    height: 80px;
  }

  .desktop\:first\:h-85:first-child {
    height: 85px;
  }

  .desktop\:first\:h-90:first-child {
    height: 90px;
  }

  .desktop\:first\:h-95:first-child {
    height: 95px;
  }

  .desktop\:first\:h-96:first-child {
    height: 96px;
  }

  .desktop\:first\:h-100:first-child {
    height: 100px;
  }

  .desktop\:first\:h-110:first-child {
    height: 110px;
  }

  .desktop\:first\:h-115:first-child {
    height: 115px;
  }

  .desktop\:first\:h-120:first-child {
    height: 120px;
  }

  .desktop\:first\:h-128:first-child {
    height: 128px;
  }

  .desktop\:first\:h-135:first-child {
    height: 135px;
  }

  .desktop\:first\:h-140:first-child {
    height: 140px;
  }

  .desktop\:first\:h-145:first-child {
    height: 145px;
  }

  .desktop\:first\:h-150:first-child {
    height: 150px;
  }

  .desktop\:first\:h-160:first-child {
    height: 160px;
  }

  .desktop\:first\:h-165:first-child {
    height: 165px;
  }

  .desktop\:first\:h-168:first-child {
    height: 168px;
  }

  .desktop\:first\:h-170:first-child {
    height: 170px;
  }

  .desktop\:first\:h-180:first-child {
    height: 180px;
  }

  .desktop\:first\:h-200:first-child {
    height: 200px;
  }

  .desktop\:first\:h-220:first-child {
    height: 220px;
  }

  .desktop\:first\:h-230:first-child {
    height: 230px;
  }

  .desktop\:first\:h-235:first-child {
    height: 235px;
  }

  .desktop\:first\:h-240:first-child {
    height: 240px;
  }

  .desktop\:first\:h-250:first-child {
    height: 250px;
  }

  .desktop\:first\:h-300:first-child {
    height: 300px;
  }

  .desktop\:first\:h-320:first-child {
    height: 320px;
  }

  .desktop\:first\:h-350:first-child {
    height: 350px;
  }

  .desktop\:first\:h-375:first-child {
    height: 375px;
  }

  .desktop\:first\:h-400:first-child {
    height: 400px;
  }

  .desktop\:first\:h-450:first-child {
    height: 450px;
  }

  .desktop\:first\:h-700:first-child {
    height: 700px;
  }

  .desktop\:first\:h-auto:first-child {
    height: auto;
  }

  .desktop\:first\:h-px:first-child {
    height: 1px;
  }

  .desktop\:first\:h-1p:first-child {
    height: 1%;
  }

  .desktop\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .desktop\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .desktop\:first\:h-11p:first-child {
    height: 11%;
  }

  .desktop\:first\:h-20p:first-child {
    height: 20%;
  }

  .desktop\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .desktop\:first\:h-25p:first-child {
    height: 25%;
  }

  .desktop\:first\:h-32p:first-child {
    height: 32%;
  }

  .desktop\:first\:h-35p:first-child {
    height: 35%;
  }

  .desktop\:first\:h-40p:first-child {
    height: 40%;
  }

  .desktop\:first\:h-49p:first-child {
    height: 49%;
  }

  .desktop\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .desktop\:first\:h-80p:first-child {
    height: 80%;
  }

  .desktop\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .desktop\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .desktop\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .desktop\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .desktop\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .desktop\:first\:h-90p:first-child {
    height: 90%;
  }

  .desktop\:first\:h-92p:first-child {
    height: 92%;
  }

  .desktop\:first\:h-93p:first-child {
    height: 93%;
  }

  .desktop\:first\:h-94p:first-child {
    height: 94%;
  }

  .desktop\:first\:h-95p:first-child {
    height: 95%;
  }

  .desktop\:first\:h-96p:first-child {
    height: 96%;
  }

  .desktop\:first\:h-100p:first-child {
    height: 100%;
  }

  .desktop\:first\:h-full:first-child {
    height: 100%;
  }

  .desktop\:first\:h-screen:first-child {
    height: 100vh;
  }

  .desktop\:last\:h-0:last-child {
    height: 0px;
  }

  .desktop\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .desktop\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .desktop\:last\:h-3:last-child {
    height: 3px;
  }

  .desktop\:last\:h-4:last-child {
    height: 4px;
  }

  .desktop\:last\:h-5:last-child {
    height: 5px;
  }

  .desktop\:last\:h-6:last-child {
    height: 6px;
  }

  .desktop\:last\:h-8:last-child {
    height: 8px;
  }

  .desktop\:last\:h-9:last-child {
    height: 9px;
  }

  .desktop\:last\:h-10:last-child {
    height: 10px;
  }

  .desktop\:last\:h-12:last-child {
    height: 12px;
  }

  .desktop\:last\:h-13:last-child {
    height: 13px;
  }

  .desktop\:last\:h-14:last-child {
    height: 14px;
  }

  .desktop\:last\:h-15:last-child {
    height: 15px;
  }

  .desktop\:last\:h-16:last-child {
    height: 16px;
  }

  .desktop\:last\:h-17:last-child {
    height: 17px;
  }

  .desktop\:last\:h-18:last-child {
    height: 18px;
  }

  .desktop\:last\:h-20:last-child {
    height: 20px;
  }

  .desktop\:last\:h-22:last-child {
    height: 22px;
  }

  .desktop\:last\:h-24:last-child {
    height: 24px;
  }

  .desktop\:last\:h-25:last-child {
    height: 25px;
  }

  .desktop\:last\:h-28:last-child {
    height: 28px;
  }

  .desktop\:last\:h-29:last-child {
    height: 29px;
  }

  .desktop\:last\:h-30:last-child {
    height: 30px;
  }

  .desktop\:last\:h-32:last-child {
    height: 32px;
  }

  .desktop\:last\:h-35:last-child {
    height: 35px;
  }

  .desktop\:last\:h-36:last-child {
    height: 36px;
  }

  .desktop\:last\:h-37:last-child {
    height: 37px;
  }

  .desktop\:last\:h-40:last-child {
    height: 40px;
  }

  .desktop\:last\:h-45:last-child {
    height: 45px;
  }

  .desktop\:last\:h-48:last-child {
    height: 48px;
  }

  .desktop\:last\:h-50:last-child {
    height: 50px;
  }

  .desktop\:last\:h-55:last-child {
    height: 55px;
  }

  .desktop\:last\:h-56:last-child {
    height: 56px;
  }

  .desktop\:last\:h-60:last-child {
    height: 60px;
  }

  .desktop\:last\:h-62:last-child {
    height: 62px;
  }

  .desktop\:last\:h-64:last-child {
    height: 64px;
  }

  .desktop\:last\:h-65:last-child {
    height: 65px;
  }

  .desktop\:last\:h-70:last-child {
    height: 70px;
  }

  .desktop\:last\:h-75:last-child {
    height: 75px;
  }

  .desktop\:last\:h-80:last-child {
    height: 80px;
  }

  .desktop\:last\:h-85:last-child {
    height: 85px;
  }

  .desktop\:last\:h-90:last-child {
    height: 90px;
  }

  .desktop\:last\:h-95:last-child {
    height: 95px;
  }

  .desktop\:last\:h-96:last-child {
    height: 96px;
  }

  .desktop\:last\:h-100:last-child {
    height: 100px;
  }

  .desktop\:last\:h-110:last-child {
    height: 110px;
  }

  .desktop\:last\:h-115:last-child {
    height: 115px;
  }

  .desktop\:last\:h-120:last-child {
    height: 120px;
  }

  .desktop\:last\:h-128:last-child {
    height: 128px;
  }

  .desktop\:last\:h-135:last-child {
    height: 135px;
  }

  .desktop\:last\:h-140:last-child {
    height: 140px;
  }

  .desktop\:last\:h-145:last-child {
    height: 145px;
  }

  .desktop\:last\:h-150:last-child {
    height: 150px;
  }

  .desktop\:last\:h-160:last-child {
    height: 160px;
  }

  .desktop\:last\:h-165:last-child {
    height: 165px;
  }

  .desktop\:last\:h-168:last-child {
    height: 168px;
  }

  .desktop\:last\:h-170:last-child {
    height: 170px;
  }

  .desktop\:last\:h-180:last-child {
    height: 180px;
  }

  .desktop\:last\:h-200:last-child {
    height: 200px;
  }

  .desktop\:last\:h-220:last-child {
    height: 220px;
  }

  .desktop\:last\:h-230:last-child {
    height: 230px;
  }

  .desktop\:last\:h-235:last-child {
    height: 235px;
  }

  .desktop\:last\:h-240:last-child {
    height: 240px;
  }

  .desktop\:last\:h-250:last-child {
    height: 250px;
  }

  .desktop\:last\:h-300:last-child {
    height: 300px;
  }

  .desktop\:last\:h-320:last-child {
    height: 320px;
  }

  .desktop\:last\:h-350:last-child {
    height: 350px;
  }

  .desktop\:last\:h-375:last-child {
    height: 375px;
  }

  .desktop\:last\:h-400:last-child {
    height: 400px;
  }

  .desktop\:last\:h-450:last-child {
    height: 450px;
  }

  .desktop\:last\:h-700:last-child {
    height: 700px;
  }

  .desktop\:last\:h-auto:last-child {
    height: auto;
  }

  .desktop\:last\:h-px:last-child {
    height: 1px;
  }

  .desktop\:last\:h-1p:last-child {
    height: 1%;
  }

  .desktop\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .desktop\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .desktop\:last\:h-11p:last-child {
    height: 11%;
  }

  .desktop\:last\:h-20p:last-child {
    height: 20%;
  }

  .desktop\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .desktop\:last\:h-25p:last-child {
    height: 25%;
  }

  .desktop\:last\:h-32p:last-child {
    height: 32%;
  }

  .desktop\:last\:h-35p:last-child {
    height: 35%;
  }

  .desktop\:last\:h-40p:last-child {
    height: 40%;
  }

  .desktop\:last\:h-49p:last-child {
    height: 49%;
  }

  .desktop\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .desktop\:last\:h-80p:last-child {
    height: 80%;
  }

  .desktop\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .desktop\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .desktop\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .desktop\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .desktop\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .desktop\:last\:h-90p:last-child {
    height: 90%;
  }

  .desktop\:last\:h-92p:last-child {
    height: 92%;
  }

  .desktop\:last\:h-93p:last-child {
    height: 93%;
  }

  .desktop\:last\:h-94p:last-child {
    height: 94%;
  }

  .desktop\:last\:h-95p:last-child {
    height: 95%;
  }

  .desktop\:last\:h-96p:last-child {
    height: 96%;
  }

  .desktop\:last\:h-100p:last-child {
    height: 100%;
  }

  .desktop\:last\:h-full:last-child {
    height: 100%;
  }

  .desktop\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .desktop\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .desktop\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .desktop\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .desktop\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .desktop\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .desktop\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .desktop\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .desktop\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .desktop\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .desktop\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .desktop\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .desktop\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .desktop\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .desktop\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .desktop\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .desktop\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .desktop\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .desktop\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .desktop\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .desktop\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .desktop\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .desktop\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .desktop\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .desktop\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .desktop\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .desktop\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .desktop\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .desktop\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .desktop\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .desktop\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .desktop\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .desktop\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .desktop\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .desktop\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .desktop\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .desktop\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .desktop\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .desktop\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .desktop\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .desktop\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .desktop\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .desktop\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .desktop\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .desktop\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .desktop\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .desktop\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .desktop\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .desktop\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .desktop\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .desktop\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .desktop\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .desktop\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .desktop\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .desktop\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .desktop\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .desktop\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .desktop\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .desktop\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .desktop\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .desktop\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .desktop\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .desktop\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .desktop\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .desktop\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .desktop\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .desktop\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .desktop\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .desktop\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .desktop\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .desktop\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .desktop\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .desktop\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .desktop\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .desktop\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .desktop\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .desktop\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .desktop\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .desktop\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .desktop\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .desktop\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .desktop\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .desktop\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .desktop\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .desktop\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .desktop\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .desktop\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .desktop\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .desktop\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .desktop\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .desktop\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .desktop\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .desktop\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .desktop\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .desktop\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .desktop\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .desktop\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .desktop\:group-hover\:h-screen {
    height: 100vh;
  }

  .desktop\:text-12 {
    font-size: 12px;
  }

  .desktop\:text-13 {
    font-size: 13px;
  }

  .desktop\:text-14 {
    font-size: 14px;
  }

  .desktop\:text-15 {
    font-size: 15px;
  }

  .desktop\:text-16 {
    font-size: 16px;
  }

  .desktop\:text-17 {
    font-size: 17px;
  }

  .desktop\:text-18 {
    font-size: 18px;
  }

  .desktop\:text-21 {
    font-size: 21px;
  }

  .desktop\:text-23 {
    font-size: 23px;
  }

  .desktop\:text-24 {
    font-size: 24px;
  }

  .desktop\:text-27 {
    font-size: 27px;
  }

  .desktop\:text-35 {
    font-size: 35px;
  }

  .desktop\:text-40 {
    font-size: 40px;
  }

  .desktop\:text-xs {
    font-size: 0.75rem;
  }

  .desktop\:text-sm {
    font-size: 0.875rem;
  }

  .desktop\:text-base {
    font-size: 1rem;
  }

  .desktop\:text-lg {
    font-size: 1.125rem;
  }

  .desktop\:text-xl {
    font-size: 1.25rem;
  }

  .desktop\:text-2xl {
    font-size: 1.5rem;
  }

  .desktop\:text-3xl {
    font-size: 1.875rem;
  }

  .desktop\:text-4xl {
    font-size: 2.25rem;
  }

  .desktop\:text-5xl {
    font-size: 3rem;
  }

  .desktop\:text-6xl {
    font-size: 4rem;
  }

  .desktop\:hover\:text-12:hover {
    font-size: 12px;
  }

  .desktop\:hover\:text-13:hover {
    font-size: 13px;
  }

  .desktop\:hover\:text-14:hover {
    font-size: 14px;
  }

  .desktop\:hover\:text-15:hover {
    font-size: 15px;
  }

  .desktop\:hover\:text-16:hover {
    font-size: 16px;
  }

  .desktop\:hover\:text-17:hover {
    font-size: 17px;
  }

  .desktop\:hover\:text-18:hover {
    font-size: 18px;
  }

  .desktop\:hover\:text-21:hover {
    font-size: 21px;
  }

  .desktop\:hover\:text-23:hover {
    font-size: 23px;
  }

  .desktop\:hover\:text-24:hover {
    font-size: 24px;
  }

  .desktop\:hover\:text-27:hover {
    font-size: 27px;
  }

  .desktop\:hover\:text-35:hover {
    font-size: 35px;
  }

  .desktop\:hover\:text-40:hover {
    font-size: 40px;
  }

  .desktop\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .desktop\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .desktop\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .desktop\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .desktop\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .desktop\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .desktop\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .desktop\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .desktop\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .desktop\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .desktop\:focus\:text-12:focus {
    font-size: 12px;
  }

  .desktop\:focus\:text-13:focus {
    font-size: 13px;
  }

  .desktop\:focus\:text-14:focus {
    font-size: 14px;
  }

  .desktop\:focus\:text-15:focus {
    font-size: 15px;
  }

  .desktop\:focus\:text-16:focus {
    font-size: 16px;
  }

  .desktop\:focus\:text-17:focus {
    font-size: 17px;
  }

  .desktop\:focus\:text-18:focus {
    font-size: 18px;
  }

  .desktop\:focus\:text-21:focus {
    font-size: 21px;
  }

  .desktop\:focus\:text-23:focus {
    font-size: 23px;
  }

  .desktop\:focus\:text-24:focus {
    font-size: 24px;
  }

  .desktop\:focus\:text-27:focus {
    font-size: 27px;
  }

  .desktop\:focus\:text-35:focus {
    font-size: 35px;
  }

  .desktop\:focus\:text-40:focus {
    font-size: 40px;
  }

  .desktop\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .desktop\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .desktop\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .desktop\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .desktop\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .desktop\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .desktop\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .desktop\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .desktop\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .desktop\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .desktop\:first\:text-12:first-child {
    font-size: 12px;
  }

  .desktop\:first\:text-13:first-child {
    font-size: 13px;
  }

  .desktop\:first\:text-14:first-child {
    font-size: 14px;
  }

  .desktop\:first\:text-15:first-child {
    font-size: 15px;
  }

  .desktop\:first\:text-16:first-child {
    font-size: 16px;
  }

  .desktop\:first\:text-17:first-child {
    font-size: 17px;
  }

  .desktop\:first\:text-18:first-child {
    font-size: 18px;
  }

  .desktop\:first\:text-21:first-child {
    font-size: 21px;
  }

  .desktop\:first\:text-23:first-child {
    font-size: 23px;
  }

  .desktop\:first\:text-24:first-child {
    font-size: 24px;
  }

  .desktop\:first\:text-27:first-child {
    font-size: 27px;
  }

  .desktop\:first\:text-35:first-child {
    font-size: 35px;
  }

  .desktop\:first\:text-40:first-child {
    font-size: 40px;
  }

  .desktop\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .desktop\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .desktop\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .desktop\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .desktop\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .desktop\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .desktop\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .desktop\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .desktop\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .desktop\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .desktop\:last\:text-12:last-child {
    font-size: 12px;
  }

  .desktop\:last\:text-13:last-child {
    font-size: 13px;
  }

  .desktop\:last\:text-14:last-child {
    font-size: 14px;
  }

  .desktop\:last\:text-15:last-child {
    font-size: 15px;
  }

  .desktop\:last\:text-16:last-child {
    font-size: 16px;
  }

  .desktop\:last\:text-17:last-child {
    font-size: 17px;
  }

  .desktop\:last\:text-18:last-child {
    font-size: 18px;
  }

  .desktop\:last\:text-21:last-child {
    font-size: 21px;
  }

  .desktop\:last\:text-23:last-child {
    font-size: 23px;
  }

  .desktop\:last\:text-24:last-child {
    font-size: 24px;
  }

  .desktop\:last\:text-27:last-child {
    font-size: 27px;
  }

  .desktop\:last\:text-35:last-child {
    font-size: 35px;
  }

  .desktop\:last\:text-40:last-child {
    font-size: 40px;
  }

  .desktop\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .desktop\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .desktop\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .desktop\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .desktop\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .desktop\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .desktop\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .desktop\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .desktop\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .desktop\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .desktop\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .desktop\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .desktop\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .desktop\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .desktop\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .desktop\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .desktop\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .desktop\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .desktop\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .desktop\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .desktop\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .desktop\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .desktop\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .desktop\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .desktop\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .desktop\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .desktop\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .desktop\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .desktop\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .desktop\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .desktop\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .desktop\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .desktop\:leading-1 {
    line-height: 1;
  }

  .desktop\:leading-3 {
    line-height: .75rem;
  }

  .desktop\:leading-4 {
    line-height: 1rem;
  }

  .desktop\:leading-5 {
    line-height: 1.25rem;
  }

  .desktop\:leading-6 {
    line-height: 1.5rem;
  }

  .desktop\:leading-7 {
    line-height: 1.75rem;
  }

  .desktop\:leading-8 {
    line-height: 2rem;
  }

  .desktop\:leading-9 {
    line-height: 2.25rem;
  }

  .desktop\:leading-10 {
    line-height: 2.5rem;
  }

  .desktop\:leading-19 {
    line-height: 19px;
  }

  .desktop\:leading-22 {
    line-height: 22px;
  }

  .desktop\:leading-25 {
    line-height: 25px;
  }

  .desktop\:leading-27 {
    line-height: 27px;
  }

  .desktop\:leading-28 {
    line-height: 28px;
  }

  .desktop\:leading-31 {
    line-height: 31px;
  }

  .desktop\:leading-32 {
    line-height: 32px;
  }

  .desktop\:leading-40 {
    line-height: 40px;
  }

  .desktop\:leading-43 {
    line-height: 43px;
  }

  .desktop\:leading-47 {
    line-height: 47px;
  }

  .desktop\:leading-none {
    line-height: 1;
  }

  .desktop\:leading-tight {
    line-height: 1.25;
  }

  .desktop\:leading-snug {
    line-height: 1.375;
  }

  .desktop\:leading-normal {
    line-height: 1.5;
  }

  .desktop\:leading-relaxed {
    line-height: 1.625;
  }

  .desktop\:leading-loose {
    line-height: 2;
  }

  .desktop\:hover\:leading-1:hover {
    line-height: 1;
  }

  .desktop\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .desktop\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .desktop\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .desktop\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .desktop\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .desktop\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .desktop\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .desktop\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .desktop\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .desktop\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .desktop\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .desktop\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .desktop\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .desktop\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .desktop\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .desktop\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .desktop\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .desktop\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .desktop\:hover\:leading-none:hover {
    line-height: 1;
  }

  .desktop\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .desktop\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .desktop\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .desktop\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .desktop\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .desktop\:focus\:leading-1:focus {
    line-height: 1;
  }

  .desktop\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .desktop\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .desktop\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .desktop\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .desktop\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .desktop\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .desktop\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .desktop\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .desktop\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .desktop\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .desktop\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .desktop\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .desktop\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .desktop\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .desktop\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .desktop\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .desktop\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .desktop\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .desktop\:focus\:leading-none:focus {
    line-height: 1;
  }

  .desktop\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .desktop\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .desktop\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .desktop\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .desktop\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .desktop\:first\:leading-1:first-child {
    line-height: 1;
  }

  .desktop\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .desktop\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .desktop\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .desktop\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .desktop\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .desktop\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .desktop\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .desktop\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .desktop\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .desktop\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .desktop\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .desktop\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .desktop\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .desktop\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .desktop\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .desktop\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .desktop\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .desktop\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .desktop\:first\:leading-none:first-child {
    line-height: 1;
  }

  .desktop\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .desktop\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .desktop\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .desktop\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .desktop\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .desktop\:last\:leading-1:last-child {
    line-height: 1;
  }

  .desktop\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .desktop\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .desktop\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .desktop\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .desktop\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .desktop\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .desktop\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .desktop\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .desktop\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .desktop\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .desktop\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .desktop\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .desktop\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .desktop\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .desktop\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .desktop\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .desktop\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .desktop\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .desktop\:last\:leading-none:last-child {
    line-height: 1;
  }

  .desktop\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .desktop\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .desktop\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .desktop\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .desktop\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .desktop\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .desktop\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .desktop\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .desktop\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .desktop\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .desktop\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .desktop\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .desktop\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .desktop\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .desktop\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .desktop\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .desktop\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .desktop\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .desktop\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .desktop\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .desktop\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .desktop\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .desktop\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .desktop\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .desktop\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .desktop\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .desktop\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .desktop\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .desktop\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .desktop\:group-hover\:leading-loose {
    line-height: 2;
  }

  .desktop\:list-inside {
    list-style-position: inside;
  }

  .desktop\:list-outside {
    list-style-position: outside;
  }

  .desktop\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .desktop\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .desktop\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .desktop\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .desktop\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .desktop\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .desktop\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .desktop\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .desktop\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .desktop\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .desktop\:list-none {
    list-style-type: none;
  }

  .desktop\:list-disc {
    list-style-type: disc;
  }

  .desktop\:list-decimal {
    list-style-type: decimal;
  }

  .desktop\:hover\:list-none:hover {
    list-style-type: none;
  }

  .desktop\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .desktop\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .desktop\:focus\:list-none:focus {
    list-style-type: none;
  }

  .desktop\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .desktop\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .desktop\:first\:list-none:first-child {
    list-style-type: none;
  }

  .desktop\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .desktop\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .desktop\:last\:list-none:last-child {
    list-style-type: none;
  }

  .desktop\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .desktop\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .desktop\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .desktop\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .desktop\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .desktop\:m-0 {
    margin: 0px;
  }

  .desktop\:m-1 {
    margin: 0.25rem;
  }

  .desktop\:m-2 {
    margin: 0.5rem;
  }

  .desktop\:m-3 {
    margin: 3px;
  }

  .desktop\:m-4 {
    margin: 4px;
  }

  .desktop\:m-5 {
    margin: 5px;
  }

  .desktop\:m-6 {
    margin: 6px;
  }

  .desktop\:m-8 {
    margin: 8px;
  }

  .desktop\:m-9 {
    margin: 9px;
  }

  .desktop\:m-10 {
    margin: 10px;
  }

  .desktop\:m-12 {
    margin: 12px;
  }

  .desktop\:m-13 {
    margin: 13px;
  }

  .desktop\:m-14 {
    margin: 14px;
  }

  .desktop\:m-15 {
    margin: 15px;
  }

  .desktop\:m-16 {
    margin: 16px;
  }

  .desktop\:m-17 {
    margin: 17px;
  }

  .desktop\:m-18 {
    margin: 18px;
  }

  .desktop\:m-20 {
    margin: 20px;
  }

  .desktop\:m-22 {
    margin: 22px;
  }

  .desktop\:m-24 {
    margin: 24px;
  }

  .desktop\:m-25 {
    margin: 25px;
  }

  .desktop\:m-28 {
    margin: 28px;
  }

  .desktop\:m-29 {
    margin: 29px;
  }

  .desktop\:m-30 {
    margin: 30px;
  }

  .desktop\:m-32 {
    margin: 32px;
  }

  .desktop\:m-35 {
    margin: 35px;
  }

  .desktop\:m-36 {
    margin: 36px;
  }

  .desktop\:m-37 {
    margin: 37px;
  }

  .desktop\:m-40 {
    margin: 40px;
  }

  .desktop\:m-45 {
    margin: 45px;
  }

  .desktop\:m-48 {
    margin: 48px;
  }

  .desktop\:m-50 {
    margin: 50px;
  }

  .desktop\:m-55 {
    margin: 55px;
  }

  .desktop\:m-56 {
    margin: 56px;
  }

  .desktop\:m-60 {
    margin: 60px;
  }

  .desktop\:m-62 {
    margin: 62px;
  }

  .desktop\:m-64 {
    margin: 64px;
  }

  .desktop\:m-65 {
    margin: 65px;
  }

  .desktop\:m-70 {
    margin: 70px;
  }

  .desktop\:m-75 {
    margin: 75px;
  }

  .desktop\:m-80 {
    margin: 80px;
  }

  .desktop\:m-85 {
    margin: 85px;
  }

  .desktop\:m-90 {
    margin: 90px;
  }

  .desktop\:m-95 {
    margin: 95px;
  }

  .desktop\:m-96 {
    margin: 96px;
  }

  .desktop\:m-100 {
    margin: 100px;
  }

  .desktop\:m-110 {
    margin: 110px;
  }

  .desktop\:m-115 {
    margin: 115px;
  }

  .desktop\:m-120 {
    margin: 120px;
  }

  .desktop\:m-128 {
    margin: 128px;
  }

  .desktop\:m-135 {
    margin: 135px;
  }

  .desktop\:m-140 {
    margin: 140px;
  }

  .desktop\:m-145 {
    margin: 145px;
  }

  .desktop\:m-150 {
    margin: 150px;
  }

  .desktop\:m-160 {
    margin: 160px;
  }

  .desktop\:m-165 {
    margin: 165px;
  }

  .desktop\:m-168 {
    margin: 168px;
  }

  .desktop\:m-170 {
    margin: 170px;
  }

  .desktop\:m-180 {
    margin: 180px;
  }

  .desktop\:m-200 {
    margin: 200px;
  }

  .desktop\:m-220 {
    margin: 220px;
  }

  .desktop\:m-230 {
    margin: 230px;
  }

  .desktop\:m-235 {
    margin: 235px;
  }

  .desktop\:m-240 {
    margin: 240px;
  }

  .desktop\:m-250 {
    margin: 250px;
  }

  .desktop\:m-300 {
    margin: 300px;
  }

  .desktop\:m-320 {
    margin: 320px;
  }

  .desktop\:m-350 {
    margin: 350px;
  }

  .desktop\:m-375 {
    margin: 375px;
  }

  .desktop\:m-400 {
    margin: 400px;
  }

  .desktop\:m-450 {
    margin: 450px;
  }

  .desktop\:m-700 {
    margin: 700px;
  }

  .desktop\:m-auto {
    margin: auto;
  }

  .desktop\:m-px {
    margin: 1px;
  }

  .desktop\:m-1p {
    margin: 1%;
  }

  .desktop\:m-1\/12 {
    margin: 8.3333%;
  }

  .desktop\:m-2\/12 {
    margin: 16.666667%;
  }

  .desktop\:m-11p {
    margin: 11%;
  }

  .desktop\:m-20p {
    margin: 20%;
  }

  .desktop\:m-24p {
    margin: 24.25%;
  }

  .desktop\:m-25p {
    margin: 25%;
  }

  .desktop\:m-32p {
    margin: 32%;
  }

  .desktop\:m-35p {
    margin: 35%;
  }

  .desktop\:m-40p {
    margin: 40%;
  }

  .desktop\:m-49p {
    margin: 49%;
  }

  .desktop\:m-49-5p {
    margin: 49.5%;
  }

  .desktop\:m-80p {
    margin: 80%;
  }

  .desktop\:m-vh80 {
    margin: 80vh;
  }

  .desktop\:m-vh86 {
    margin: 86vh;
  }

  .desktop\:m-vh90 {
    margin: 90vh;
  }

  .desktop\:m-vw80 {
    margin: 80vw;
  }

  .desktop\:m-vw90 {
    margin: 90vw;
  }

  .desktop\:m-90p {
    margin: 90%;
  }

  .desktop\:m-92p {
    margin: 92%;
  }

  .desktop\:m-93p {
    margin: 93%;
  }

  .desktop\:m-94p {
    margin: 94%;
  }

  .desktop\:m-95p {
    margin: 95%;
  }

  .desktop\:m-96p {
    margin: 96%;
  }

  .desktop\:m-100p {
    margin: 100%;
  }

  .desktop\:-m-0 {
    margin: 0px;
  }

  .desktop\:-m-1 {
    margin: -0.25rem;
  }

  .desktop\:-m-2 {
    margin: -0.5rem;
  }

  .desktop\:-m-3 {
    margin: -3px;
  }

  .desktop\:-m-4 {
    margin: -4px;
  }

  .desktop\:-m-5 {
    margin: -5px;
  }

  .desktop\:-m-6 {
    margin: -6px;
  }

  .desktop\:-m-8 {
    margin: -8px;
  }

  .desktop\:-m-9 {
    margin: -9px;
  }

  .desktop\:-m-10 {
    margin: -10px;
  }

  .desktop\:-m-12 {
    margin: -12px;
  }

  .desktop\:-m-13 {
    margin: -13px;
  }

  .desktop\:-m-14 {
    margin: -14px;
  }

  .desktop\:-m-15 {
    margin: -15px;
  }

  .desktop\:-m-16 {
    margin: -16px;
  }

  .desktop\:-m-17 {
    margin: -17px;
  }

  .desktop\:-m-18 {
    margin: -18px;
  }

  .desktop\:-m-20 {
    margin: -20px;
  }

  .desktop\:-m-22 {
    margin: -22px;
  }

  .desktop\:-m-24 {
    margin: -24px;
  }

  .desktop\:-m-25 {
    margin: -25px;
  }

  .desktop\:-m-28 {
    margin: -28px;
  }

  .desktop\:-m-29 {
    margin: -29px;
  }

  .desktop\:-m-30 {
    margin: -30px;
  }

  .desktop\:-m-32 {
    margin: -32px;
  }

  .desktop\:-m-35 {
    margin: -35px;
  }

  .desktop\:-m-36 {
    margin: -36px;
  }

  .desktop\:-m-37 {
    margin: -37px;
  }

  .desktop\:-m-40 {
    margin: -40px;
  }

  .desktop\:-m-45 {
    margin: -45px;
  }

  .desktop\:-m-48 {
    margin: -48px;
  }

  .desktop\:-m-50 {
    margin: -50px;
  }

  .desktop\:-m-55 {
    margin: -55px;
  }

  .desktop\:-m-56 {
    margin: -56px;
  }

  .desktop\:-m-60 {
    margin: -60px;
  }

  .desktop\:-m-62 {
    margin: -62px;
  }

  .desktop\:-m-64 {
    margin: -64px;
  }

  .desktop\:-m-65 {
    margin: -65px;
  }

  .desktop\:-m-70 {
    margin: -70px;
  }

  .desktop\:-m-75 {
    margin: -75px;
  }

  .desktop\:-m-80 {
    margin: -80px;
  }

  .desktop\:-m-85 {
    margin: -85px;
  }

  .desktop\:-m-90 {
    margin: -90px;
  }

  .desktop\:-m-95 {
    margin: -95px;
  }

  .desktop\:-m-96 {
    margin: -96px;
  }

  .desktop\:-m-100 {
    margin: -100px;
  }

  .desktop\:-m-110 {
    margin: -110px;
  }

  .desktop\:-m-115 {
    margin: -115px;
  }

  .desktop\:-m-120 {
    margin: -120px;
  }

  .desktop\:-m-128 {
    margin: -128px;
  }

  .desktop\:-m-135 {
    margin: -135px;
  }

  .desktop\:-m-140 {
    margin: -140px;
  }

  .desktop\:-m-145 {
    margin: -145px;
  }

  .desktop\:-m-150 {
    margin: -150px;
  }

  .desktop\:-m-160 {
    margin: -160px;
  }

  .desktop\:-m-165 {
    margin: -165px;
  }

  .desktop\:-m-168 {
    margin: -168px;
  }

  .desktop\:-m-170 {
    margin: -170px;
  }

  .desktop\:-m-180 {
    margin: -180px;
  }

  .desktop\:-m-200 {
    margin: -200px;
  }

  .desktop\:-m-220 {
    margin: -220px;
  }

  .desktop\:-m-230 {
    margin: -230px;
  }

  .desktop\:-m-235 {
    margin: -235px;
  }

  .desktop\:-m-240 {
    margin: -240px;
  }

  .desktop\:-m-250 {
    margin: -250px;
  }

  .desktop\:-m-300 {
    margin: -300px;
  }

  .desktop\:-m-320 {
    margin: -320px;
  }

  .desktop\:-m-350 {
    margin: -350px;
  }

  .desktop\:-m-375 {
    margin: -375px;
  }

  .desktop\:-m-400 {
    margin: -400px;
  }

  .desktop\:-m-450 {
    margin: -450px;
  }

  .desktop\:-m-700 {
    margin: -700px;
  }

  .desktop\:-m-px {
    margin: -1px;
  }

  .desktop\:-m-1p {
    margin: -1%;
  }

  .desktop\:-m-1\/12 {
    margin: -8.3333%;
  }

  .desktop\:-m-2\/12 {
    margin: -16.66667%;
  }

  .desktop\:-m-11p {
    margin: -11%;
  }

  .desktop\:-m-20p {
    margin: -20%;
  }

  .desktop\:-m-24p {
    margin: -24.25%;
  }

  .desktop\:-m-25p {
    margin: -25%;
  }

  .desktop\:-m-32p {
    margin: -32%;
  }

  .desktop\:-m-35p {
    margin: -35%;
  }

  .desktop\:-m-40p {
    margin: -40%;
  }

  .desktop\:-m-49p {
    margin: -49%;
  }

  .desktop\:-m-49-5p {
    margin: -49.5%;
  }

  .desktop\:-m-80p {
    margin: -80%;
  }

  .desktop\:-m-vh80 {
    margin: -80vh;
  }

  .desktop\:-m-vh86 {
    margin: -86vh;
  }

  .desktop\:-m-vh90 {
    margin: -90vh;
  }

  .desktop\:-m-vw80 {
    margin: -80vw;
  }

  .desktop\:-m-vw90 {
    margin: -90vw;
  }

  .desktop\:-m-90p {
    margin: -90%;
  }

  .desktop\:-m-92p {
    margin: -92%;
  }

  .desktop\:-m-93p {
    margin: -93%;
  }

  .desktop\:-m-94p {
    margin: -94%;
  }

  .desktop\:-m-95p {
    margin: -95%;
  }

  .desktop\:-m-96p {
    margin: -96%;
  }

  .desktop\:-m-100p {
    margin: -100%;
  }

  .desktop\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:mt-0 {
    margin-top: 0px;
  }

  .desktop\:mr-0 {
    margin-right: 0px;
  }

  .desktop\:mb-0 {
    margin-bottom: 0px;
  }

  .desktop\:ml-0 {
    margin-left: 0px;
  }

  .desktop\:mt-1 {
    margin-top: 0.25rem;
  }

  .desktop\:mr-1 {
    margin-right: 0.25rem;
  }

  .desktop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .desktop\:ml-1 {
    margin-left: 0.25rem;
  }

  .desktop\:mt-2 {
    margin-top: 0.5rem;
  }

  .desktop\:mr-2 {
    margin-right: 0.5rem;
  }

  .desktop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .desktop\:ml-2 {
    margin-left: 0.5rem;
  }

  .desktop\:mt-3 {
    margin-top: 3px;
  }

  .desktop\:mr-3 {
    margin-right: 3px;
  }

  .desktop\:mb-3 {
    margin-bottom: 3px;
  }

  .desktop\:ml-3 {
    margin-left: 3px;
  }

  .desktop\:mt-4 {
    margin-top: 4px;
  }

  .desktop\:mr-4 {
    margin-right: 4px;
  }

  .desktop\:mb-4 {
    margin-bottom: 4px;
  }

  .desktop\:ml-4 {
    margin-left: 4px;
  }

  .desktop\:mt-5 {
    margin-top: 5px;
  }

  .desktop\:mr-5 {
    margin-right: 5px;
  }

  .desktop\:mb-5 {
    margin-bottom: 5px;
  }

  .desktop\:ml-5 {
    margin-left: 5px;
  }

  .desktop\:mt-6 {
    margin-top: 6px;
  }

  .desktop\:mr-6 {
    margin-right: 6px;
  }

  .desktop\:mb-6 {
    margin-bottom: 6px;
  }

  .desktop\:ml-6 {
    margin-left: 6px;
  }

  .desktop\:mt-8 {
    margin-top: 8px;
  }

  .desktop\:mr-8 {
    margin-right: 8px;
  }

  .desktop\:mb-8 {
    margin-bottom: 8px;
  }

  .desktop\:ml-8 {
    margin-left: 8px;
  }

  .desktop\:mt-9 {
    margin-top: 9px;
  }

  .desktop\:mr-9 {
    margin-right: 9px;
  }

  .desktop\:mb-9 {
    margin-bottom: 9px;
  }

  .desktop\:ml-9 {
    margin-left: 9px;
  }

  .desktop\:mt-10 {
    margin-top: 10px;
  }

  .desktop\:mr-10 {
    margin-right: 10px;
  }

  .desktop\:mb-10 {
    margin-bottom: 10px;
  }

  .desktop\:ml-10 {
    margin-left: 10px;
  }

  .desktop\:mt-12 {
    margin-top: 12px;
  }

  .desktop\:mr-12 {
    margin-right: 12px;
  }

  .desktop\:mb-12 {
    margin-bottom: 12px;
  }

  .desktop\:ml-12 {
    margin-left: 12px;
  }

  .desktop\:mt-13 {
    margin-top: 13px;
  }

  .desktop\:mr-13 {
    margin-right: 13px;
  }

  .desktop\:mb-13 {
    margin-bottom: 13px;
  }

  .desktop\:ml-13 {
    margin-left: 13px;
  }

  .desktop\:mt-14 {
    margin-top: 14px;
  }

  .desktop\:mr-14 {
    margin-right: 14px;
  }

  .desktop\:mb-14 {
    margin-bottom: 14px;
  }

  .desktop\:ml-14 {
    margin-left: 14px;
  }

  .desktop\:mt-15 {
    margin-top: 15px;
  }

  .desktop\:mr-15 {
    margin-right: 15px;
  }

  .desktop\:mb-15 {
    margin-bottom: 15px;
  }

  .desktop\:ml-15 {
    margin-left: 15px;
  }

  .desktop\:mt-16 {
    margin-top: 16px;
  }

  .desktop\:mr-16 {
    margin-right: 16px;
  }

  .desktop\:mb-16 {
    margin-bottom: 16px;
  }

  .desktop\:ml-16 {
    margin-left: 16px;
  }

  .desktop\:mt-17 {
    margin-top: 17px;
  }

  .desktop\:mr-17 {
    margin-right: 17px;
  }

  .desktop\:mb-17 {
    margin-bottom: 17px;
  }

  .desktop\:ml-17 {
    margin-left: 17px;
  }

  .desktop\:mt-18 {
    margin-top: 18px;
  }

  .desktop\:mr-18 {
    margin-right: 18px;
  }

  .desktop\:mb-18 {
    margin-bottom: 18px;
  }

  .desktop\:ml-18 {
    margin-left: 18px;
  }

  .desktop\:mt-20 {
    margin-top: 20px;
  }

  .desktop\:mr-20 {
    margin-right: 20px;
  }

  .desktop\:mb-20 {
    margin-bottom: 20px;
  }

  .desktop\:ml-20 {
    margin-left: 20px;
  }

  .desktop\:mt-22 {
    margin-top: 22px;
  }

  .desktop\:mr-22 {
    margin-right: 22px;
  }

  .desktop\:mb-22 {
    margin-bottom: 22px;
  }

  .desktop\:ml-22 {
    margin-left: 22px;
  }

  .desktop\:mt-24 {
    margin-top: 24px;
  }

  .desktop\:mr-24 {
    margin-right: 24px;
  }

  .desktop\:mb-24 {
    margin-bottom: 24px;
  }

  .desktop\:ml-24 {
    margin-left: 24px;
  }

  .desktop\:mt-25 {
    margin-top: 25px;
  }

  .desktop\:mr-25 {
    margin-right: 25px;
  }

  .desktop\:mb-25 {
    margin-bottom: 25px;
  }

  .desktop\:ml-25 {
    margin-left: 25px;
  }

  .desktop\:mt-28 {
    margin-top: 28px;
  }

  .desktop\:mr-28 {
    margin-right: 28px;
  }

  .desktop\:mb-28 {
    margin-bottom: 28px;
  }

  .desktop\:ml-28 {
    margin-left: 28px;
  }

  .desktop\:mt-29 {
    margin-top: 29px;
  }

  .desktop\:mr-29 {
    margin-right: 29px;
  }

  .desktop\:mb-29 {
    margin-bottom: 29px;
  }

  .desktop\:ml-29 {
    margin-left: 29px;
  }

  .desktop\:mt-30 {
    margin-top: 30px;
  }

  .desktop\:mr-30 {
    margin-right: 30px;
  }

  .desktop\:mb-30 {
    margin-bottom: 30px;
  }

  .desktop\:ml-30 {
    margin-left: 30px;
  }

  .desktop\:mt-32 {
    margin-top: 32px;
  }

  .desktop\:mr-32 {
    margin-right: 32px;
  }

  .desktop\:mb-32 {
    margin-bottom: 32px;
  }

  .desktop\:ml-32 {
    margin-left: 32px;
  }

  .desktop\:mt-35 {
    margin-top: 35px;
  }

  .desktop\:mr-35 {
    margin-right: 35px;
  }

  .desktop\:mb-35 {
    margin-bottom: 35px;
  }

  .desktop\:ml-35 {
    margin-left: 35px;
  }

  .desktop\:mt-36 {
    margin-top: 36px;
  }

  .desktop\:mr-36 {
    margin-right: 36px;
  }

  .desktop\:mb-36 {
    margin-bottom: 36px;
  }

  .desktop\:ml-36 {
    margin-left: 36px;
  }

  .desktop\:mt-37 {
    margin-top: 37px;
  }

  .desktop\:mr-37 {
    margin-right: 37px;
  }

  .desktop\:mb-37 {
    margin-bottom: 37px;
  }

  .desktop\:ml-37 {
    margin-left: 37px;
  }

  .desktop\:mt-40 {
    margin-top: 40px;
  }

  .desktop\:mr-40 {
    margin-right: 40px;
  }

  .desktop\:mb-40 {
    margin-bottom: 40px;
  }

  .desktop\:ml-40 {
    margin-left: 40px;
  }

  .desktop\:mt-45 {
    margin-top: 45px;
  }

  .desktop\:mr-45 {
    margin-right: 45px;
  }

  .desktop\:mb-45 {
    margin-bottom: 45px;
  }

  .desktop\:ml-45 {
    margin-left: 45px;
  }

  .desktop\:mt-48 {
    margin-top: 48px;
  }

  .desktop\:mr-48 {
    margin-right: 48px;
  }

  .desktop\:mb-48 {
    margin-bottom: 48px;
  }

  .desktop\:ml-48 {
    margin-left: 48px;
  }

  .desktop\:mt-50 {
    margin-top: 50px;
  }

  .desktop\:mr-50 {
    margin-right: 50px;
  }

  .desktop\:mb-50 {
    margin-bottom: 50px;
  }

  .desktop\:ml-50 {
    margin-left: 50px;
  }

  .desktop\:mt-55 {
    margin-top: 55px;
  }

  .desktop\:mr-55 {
    margin-right: 55px;
  }

  .desktop\:mb-55 {
    margin-bottom: 55px;
  }

  .desktop\:ml-55 {
    margin-left: 55px;
  }

  .desktop\:mt-56 {
    margin-top: 56px;
  }

  .desktop\:mr-56 {
    margin-right: 56px;
  }

  .desktop\:mb-56 {
    margin-bottom: 56px;
  }

  .desktop\:ml-56 {
    margin-left: 56px;
  }

  .desktop\:mt-60 {
    margin-top: 60px;
  }

  .desktop\:mr-60 {
    margin-right: 60px;
  }

  .desktop\:mb-60 {
    margin-bottom: 60px;
  }

  .desktop\:ml-60 {
    margin-left: 60px;
  }

  .desktop\:mt-62 {
    margin-top: 62px;
  }

  .desktop\:mr-62 {
    margin-right: 62px;
  }

  .desktop\:mb-62 {
    margin-bottom: 62px;
  }

  .desktop\:ml-62 {
    margin-left: 62px;
  }

  .desktop\:mt-64 {
    margin-top: 64px;
  }

  .desktop\:mr-64 {
    margin-right: 64px;
  }

  .desktop\:mb-64 {
    margin-bottom: 64px;
  }

  .desktop\:ml-64 {
    margin-left: 64px;
  }

  .desktop\:mt-65 {
    margin-top: 65px;
  }

  .desktop\:mr-65 {
    margin-right: 65px;
  }

  .desktop\:mb-65 {
    margin-bottom: 65px;
  }

  .desktop\:ml-65 {
    margin-left: 65px;
  }

  .desktop\:mt-70 {
    margin-top: 70px;
  }

  .desktop\:mr-70 {
    margin-right: 70px;
  }

  .desktop\:mb-70 {
    margin-bottom: 70px;
  }

  .desktop\:ml-70 {
    margin-left: 70px;
  }

  .desktop\:mt-75 {
    margin-top: 75px;
  }

  .desktop\:mr-75 {
    margin-right: 75px;
  }

  .desktop\:mb-75 {
    margin-bottom: 75px;
  }

  .desktop\:ml-75 {
    margin-left: 75px;
  }

  .desktop\:mt-80 {
    margin-top: 80px;
  }

  .desktop\:mr-80 {
    margin-right: 80px;
  }

  .desktop\:mb-80 {
    margin-bottom: 80px;
  }

  .desktop\:ml-80 {
    margin-left: 80px;
  }

  .desktop\:mt-85 {
    margin-top: 85px;
  }

  .desktop\:mr-85 {
    margin-right: 85px;
  }

  .desktop\:mb-85 {
    margin-bottom: 85px;
  }

  .desktop\:ml-85 {
    margin-left: 85px;
  }

  .desktop\:mt-90 {
    margin-top: 90px;
  }

  .desktop\:mr-90 {
    margin-right: 90px;
  }

  .desktop\:mb-90 {
    margin-bottom: 90px;
  }

  .desktop\:ml-90 {
    margin-left: 90px;
  }

  .desktop\:mt-95 {
    margin-top: 95px;
  }

  .desktop\:mr-95 {
    margin-right: 95px;
  }

  .desktop\:mb-95 {
    margin-bottom: 95px;
  }

  .desktop\:ml-95 {
    margin-left: 95px;
  }

  .desktop\:mt-96 {
    margin-top: 96px;
  }

  .desktop\:mr-96 {
    margin-right: 96px;
  }

  .desktop\:mb-96 {
    margin-bottom: 96px;
  }

  .desktop\:ml-96 {
    margin-left: 96px;
  }

  .desktop\:mt-100 {
    margin-top: 100px;
  }

  .desktop\:mr-100 {
    margin-right: 100px;
  }

  .desktop\:mb-100 {
    margin-bottom: 100px;
  }

  .desktop\:ml-100 {
    margin-left: 100px;
  }

  .desktop\:mt-110 {
    margin-top: 110px;
  }

  .desktop\:mr-110 {
    margin-right: 110px;
  }

  .desktop\:mb-110 {
    margin-bottom: 110px;
  }

  .desktop\:ml-110 {
    margin-left: 110px;
  }

  .desktop\:mt-115 {
    margin-top: 115px;
  }

  .desktop\:mr-115 {
    margin-right: 115px;
  }

  .desktop\:mb-115 {
    margin-bottom: 115px;
  }

  .desktop\:ml-115 {
    margin-left: 115px;
  }

  .desktop\:mt-120 {
    margin-top: 120px;
  }

  .desktop\:mr-120 {
    margin-right: 120px;
  }

  .desktop\:mb-120 {
    margin-bottom: 120px;
  }

  .desktop\:ml-120 {
    margin-left: 120px;
  }

  .desktop\:mt-128 {
    margin-top: 128px;
  }

  .desktop\:mr-128 {
    margin-right: 128px;
  }

  .desktop\:mb-128 {
    margin-bottom: 128px;
  }

  .desktop\:ml-128 {
    margin-left: 128px;
  }

  .desktop\:mt-135 {
    margin-top: 135px;
  }

  .desktop\:mr-135 {
    margin-right: 135px;
  }

  .desktop\:mb-135 {
    margin-bottom: 135px;
  }

  .desktop\:ml-135 {
    margin-left: 135px;
  }

  .desktop\:mt-140 {
    margin-top: 140px;
  }

  .desktop\:mr-140 {
    margin-right: 140px;
  }

  .desktop\:mb-140 {
    margin-bottom: 140px;
  }

  .desktop\:ml-140 {
    margin-left: 140px;
  }

  .desktop\:mt-145 {
    margin-top: 145px;
  }

  .desktop\:mr-145 {
    margin-right: 145px;
  }

  .desktop\:mb-145 {
    margin-bottom: 145px;
  }

  .desktop\:ml-145 {
    margin-left: 145px;
  }

  .desktop\:mt-150 {
    margin-top: 150px;
  }

  .desktop\:mr-150 {
    margin-right: 150px;
  }

  .desktop\:mb-150 {
    margin-bottom: 150px;
  }

  .desktop\:ml-150 {
    margin-left: 150px;
  }

  .desktop\:mt-160 {
    margin-top: 160px;
  }

  .desktop\:mr-160 {
    margin-right: 160px;
  }

  .desktop\:mb-160 {
    margin-bottom: 160px;
  }

  .desktop\:ml-160 {
    margin-left: 160px;
  }

  .desktop\:mt-165 {
    margin-top: 165px;
  }

  .desktop\:mr-165 {
    margin-right: 165px;
  }

  .desktop\:mb-165 {
    margin-bottom: 165px;
  }

  .desktop\:ml-165 {
    margin-left: 165px;
  }

  .desktop\:mt-168 {
    margin-top: 168px;
  }

  .desktop\:mr-168 {
    margin-right: 168px;
  }

  .desktop\:mb-168 {
    margin-bottom: 168px;
  }

  .desktop\:ml-168 {
    margin-left: 168px;
  }

  .desktop\:mt-170 {
    margin-top: 170px;
  }

  .desktop\:mr-170 {
    margin-right: 170px;
  }

  .desktop\:mb-170 {
    margin-bottom: 170px;
  }

  .desktop\:ml-170 {
    margin-left: 170px;
  }

  .desktop\:mt-180 {
    margin-top: 180px;
  }

  .desktop\:mr-180 {
    margin-right: 180px;
  }

  .desktop\:mb-180 {
    margin-bottom: 180px;
  }

  .desktop\:ml-180 {
    margin-left: 180px;
  }

  .desktop\:mt-200 {
    margin-top: 200px;
  }

  .desktop\:mr-200 {
    margin-right: 200px;
  }

  .desktop\:mb-200 {
    margin-bottom: 200px;
  }

  .desktop\:ml-200 {
    margin-left: 200px;
  }

  .desktop\:mt-220 {
    margin-top: 220px;
  }

  .desktop\:mr-220 {
    margin-right: 220px;
  }

  .desktop\:mb-220 {
    margin-bottom: 220px;
  }

  .desktop\:ml-220 {
    margin-left: 220px;
  }

  .desktop\:mt-230 {
    margin-top: 230px;
  }

  .desktop\:mr-230 {
    margin-right: 230px;
  }

  .desktop\:mb-230 {
    margin-bottom: 230px;
  }

  .desktop\:ml-230 {
    margin-left: 230px;
  }

  .desktop\:mt-235 {
    margin-top: 235px;
  }

  .desktop\:mr-235 {
    margin-right: 235px;
  }

  .desktop\:mb-235 {
    margin-bottom: 235px;
  }

  .desktop\:ml-235 {
    margin-left: 235px;
  }

  .desktop\:mt-240 {
    margin-top: 240px;
  }

  .desktop\:mr-240 {
    margin-right: 240px;
  }

  .desktop\:mb-240 {
    margin-bottom: 240px;
  }

  .desktop\:ml-240 {
    margin-left: 240px;
  }

  .desktop\:mt-250 {
    margin-top: 250px;
  }

  .desktop\:mr-250 {
    margin-right: 250px;
  }

  .desktop\:mb-250 {
    margin-bottom: 250px;
  }

  .desktop\:ml-250 {
    margin-left: 250px;
  }

  .desktop\:mt-300 {
    margin-top: 300px;
  }

  .desktop\:mr-300 {
    margin-right: 300px;
  }

  .desktop\:mb-300 {
    margin-bottom: 300px;
  }

  .desktop\:ml-300 {
    margin-left: 300px;
  }

  .desktop\:mt-320 {
    margin-top: 320px;
  }

  .desktop\:mr-320 {
    margin-right: 320px;
  }

  .desktop\:mb-320 {
    margin-bottom: 320px;
  }

  .desktop\:ml-320 {
    margin-left: 320px;
  }

  .desktop\:mt-350 {
    margin-top: 350px;
  }

  .desktop\:mr-350 {
    margin-right: 350px;
  }

  .desktop\:mb-350 {
    margin-bottom: 350px;
  }

  .desktop\:ml-350 {
    margin-left: 350px;
  }

  .desktop\:mt-375 {
    margin-top: 375px;
  }

  .desktop\:mr-375 {
    margin-right: 375px;
  }

  .desktop\:mb-375 {
    margin-bottom: 375px;
  }

  .desktop\:ml-375 {
    margin-left: 375px;
  }

  .desktop\:mt-400 {
    margin-top: 400px;
  }

  .desktop\:mr-400 {
    margin-right: 400px;
  }

  .desktop\:mb-400 {
    margin-bottom: 400px;
  }

  .desktop\:ml-400 {
    margin-left: 400px;
  }

  .desktop\:mt-450 {
    margin-top: 450px;
  }

  .desktop\:mr-450 {
    margin-right: 450px;
  }

  .desktop\:mb-450 {
    margin-bottom: 450px;
  }

  .desktop\:ml-450 {
    margin-left: 450px;
  }

  .desktop\:mt-700 {
    margin-top: 700px;
  }

  .desktop\:mr-700 {
    margin-right: 700px;
  }

  .desktop\:mb-700 {
    margin-bottom: 700px;
  }

  .desktop\:ml-700 {
    margin-left: 700px;
  }

  .desktop\:mt-auto {
    margin-top: auto;
  }

  .desktop\:mr-auto {
    margin-right: auto;
  }

  .desktop\:mb-auto {
    margin-bottom: auto;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:mt-px {
    margin-top: 1px;
  }

  .desktop\:mr-px {
    margin-right: 1px;
  }

  .desktop\:mb-px {
    margin-bottom: 1px;
  }

  .desktop\:ml-px {
    margin-left: 1px;
  }

  .desktop\:mt-1p {
    margin-top: 1%;
  }

  .desktop\:mr-1p {
    margin-right: 1%;
  }

  .desktop\:mb-1p {
    margin-bottom: 1%;
  }

  .desktop\:ml-1p {
    margin-left: 1%;
  }

  .desktop\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .desktop\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .desktop\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .desktop\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .desktop\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .desktop\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .desktop\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .desktop\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .desktop\:mt-11p {
    margin-top: 11%;
  }

  .desktop\:mr-11p {
    margin-right: 11%;
  }

  .desktop\:mb-11p {
    margin-bottom: 11%;
  }

  .desktop\:ml-11p {
    margin-left: 11%;
  }

  .desktop\:mt-20p {
    margin-top: 20%;
  }

  .desktop\:mr-20p {
    margin-right: 20%;
  }

  .desktop\:mb-20p {
    margin-bottom: 20%;
  }

  .desktop\:ml-20p {
    margin-left: 20%;
  }

  .desktop\:mt-24p {
    margin-top: 24.25%;
  }

  .desktop\:mr-24p {
    margin-right: 24.25%;
  }

  .desktop\:mb-24p {
    margin-bottom: 24.25%;
  }

  .desktop\:ml-24p {
    margin-left: 24.25%;
  }

  .desktop\:mt-25p {
    margin-top: 25%;
  }

  .desktop\:mr-25p {
    margin-right: 25%;
  }

  .desktop\:mb-25p {
    margin-bottom: 25%;
  }

  .desktop\:ml-25p {
    margin-left: 25%;
  }

  .desktop\:mt-32p {
    margin-top: 32%;
  }

  .desktop\:mr-32p {
    margin-right: 32%;
  }

  .desktop\:mb-32p {
    margin-bottom: 32%;
  }

  .desktop\:ml-32p {
    margin-left: 32%;
  }

  .desktop\:mt-35p {
    margin-top: 35%;
  }

  .desktop\:mr-35p {
    margin-right: 35%;
  }

  .desktop\:mb-35p {
    margin-bottom: 35%;
  }

  .desktop\:ml-35p {
    margin-left: 35%;
  }

  .desktop\:mt-40p {
    margin-top: 40%;
  }

  .desktop\:mr-40p {
    margin-right: 40%;
  }

  .desktop\:mb-40p {
    margin-bottom: 40%;
  }

  .desktop\:ml-40p {
    margin-left: 40%;
  }

  .desktop\:mt-49p {
    margin-top: 49%;
  }

  .desktop\:mr-49p {
    margin-right: 49%;
  }

  .desktop\:mb-49p {
    margin-bottom: 49%;
  }

  .desktop\:ml-49p {
    margin-left: 49%;
  }

  .desktop\:mt-49-5p {
    margin-top: 49.5%;
  }

  .desktop\:mr-49-5p {
    margin-right: 49.5%;
  }

  .desktop\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .desktop\:ml-49-5p {
    margin-left: 49.5%;
  }

  .desktop\:mt-80p {
    margin-top: 80%;
  }

  .desktop\:mr-80p {
    margin-right: 80%;
  }

  .desktop\:mb-80p {
    margin-bottom: 80%;
  }

  .desktop\:ml-80p {
    margin-left: 80%;
  }

  .desktop\:mt-vh80 {
    margin-top: 80vh;
  }

  .desktop\:mr-vh80 {
    margin-right: 80vh;
  }

  .desktop\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .desktop\:ml-vh80 {
    margin-left: 80vh;
  }

  .desktop\:mt-vh86 {
    margin-top: 86vh;
  }

  .desktop\:mr-vh86 {
    margin-right: 86vh;
  }

  .desktop\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .desktop\:ml-vh86 {
    margin-left: 86vh;
  }

  .desktop\:mt-vh90 {
    margin-top: 90vh;
  }

  .desktop\:mr-vh90 {
    margin-right: 90vh;
  }

  .desktop\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .desktop\:ml-vh90 {
    margin-left: 90vh;
  }

  .desktop\:mt-vw80 {
    margin-top: 80vw;
  }

  .desktop\:mr-vw80 {
    margin-right: 80vw;
  }

  .desktop\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .desktop\:ml-vw80 {
    margin-left: 80vw;
  }

  .desktop\:mt-vw90 {
    margin-top: 90vw;
  }

  .desktop\:mr-vw90 {
    margin-right: 90vw;
  }

  .desktop\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .desktop\:ml-vw90 {
    margin-left: 90vw;
  }

  .desktop\:mt-90p {
    margin-top: 90%;
  }

  .desktop\:mr-90p {
    margin-right: 90%;
  }

  .desktop\:mb-90p {
    margin-bottom: 90%;
  }

  .desktop\:ml-90p {
    margin-left: 90%;
  }

  .desktop\:mt-92p {
    margin-top: 92%;
  }

  .desktop\:mr-92p {
    margin-right: 92%;
  }

  .desktop\:mb-92p {
    margin-bottom: 92%;
  }

  .desktop\:ml-92p {
    margin-left: 92%;
  }

  .desktop\:mt-93p {
    margin-top: 93%;
  }

  .desktop\:mr-93p {
    margin-right: 93%;
  }

  .desktop\:mb-93p {
    margin-bottom: 93%;
  }

  .desktop\:ml-93p {
    margin-left: 93%;
  }

  .desktop\:mt-94p {
    margin-top: 94%;
  }

  .desktop\:mr-94p {
    margin-right: 94%;
  }

  .desktop\:mb-94p {
    margin-bottom: 94%;
  }

  .desktop\:ml-94p {
    margin-left: 94%;
  }

  .desktop\:mt-95p {
    margin-top: 95%;
  }

  .desktop\:mr-95p {
    margin-right: 95%;
  }

  .desktop\:mb-95p {
    margin-bottom: 95%;
  }

  .desktop\:ml-95p {
    margin-left: 95%;
  }

  .desktop\:mt-96p {
    margin-top: 96%;
  }

  .desktop\:mr-96p {
    margin-right: 96%;
  }

  .desktop\:mb-96p {
    margin-bottom: 96%;
  }

  .desktop\:ml-96p {
    margin-left: 96%;
  }

  .desktop\:mt-100p {
    margin-top: 100%;
  }

  .desktop\:mr-100p {
    margin-right: 100%;
  }

  .desktop\:mb-100p {
    margin-bottom: 100%;
  }

  .desktop\:ml-100p {
    margin-left: 100%;
  }

  .desktop\:-mt-0 {
    margin-top: 0px;
  }

  .desktop\:-mr-0 {
    margin-right: 0px;
  }

  .desktop\:-mb-0 {
    margin-bottom: 0px;
  }

  .desktop\:-ml-0 {
    margin-left: 0px;
  }

  .desktop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .desktop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .desktop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .desktop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .desktop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .desktop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .desktop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .desktop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .desktop\:-mt-3 {
    margin-top: -3px;
  }

  .desktop\:-mr-3 {
    margin-right: -3px;
  }

  .desktop\:-mb-3 {
    margin-bottom: -3px;
  }

  .desktop\:-ml-3 {
    margin-left: -3px;
  }

  .desktop\:-mt-4 {
    margin-top: -4px;
  }

  .desktop\:-mr-4 {
    margin-right: -4px;
  }

  .desktop\:-mb-4 {
    margin-bottom: -4px;
  }

  .desktop\:-ml-4 {
    margin-left: -4px;
  }

  .desktop\:-mt-5 {
    margin-top: -5px;
  }

  .desktop\:-mr-5 {
    margin-right: -5px;
  }

  .desktop\:-mb-5 {
    margin-bottom: -5px;
  }

  .desktop\:-ml-5 {
    margin-left: -5px;
  }

  .desktop\:-mt-6 {
    margin-top: -6px;
  }

  .desktop\:-mr-6 {
    margin-right: -6px;
  }

  .desktop\:-mb-6 {
    margin-bottom: -6px;
  }

  .desktop\:-ml-6 {
    margin-left: -6px;
  }

  .desktop\:-mt-8 {
    margin-top: -8px;
  }

  .desktop\:-mr-8 {
    margin-right: -8px;
  }

  .desktop\:-mb-8 {
    margin-bottom: -8px;
  }

  .desktop\:-ml-8 {
    margin-left: -8px;
  }

  .desktop\:-mt-9 {
    margin-top: -9px;
  }

  .desktop\:-mr-9 {
    margin-right: -9px;
  }

  .desktop\:-mb-9 {
    margin-bottom: -9px;
  }

  .desktop\:-ml-9 {
    margin-left: -9px;
  }

  .desktop\:-mt-10 {
    margin-top: -10px;
  }

  .desktop\:-mr-10 {
    margin-right: -10px;
  }

  .desktop\:-mb-10 {
    margin-bottom: -10px;
  }

  .desktop\:-ml-10 {
    margin-left: -10px;
  }

  .desktop\:-mt-12 {
    margin-top: -12px;
  }

  .desktop\:-mr-12 {
    margin-right: -12px;
  }

  .desktop\:-mb-12 {
    margin-bottom: -12px;
  }

  .desktop\:-ml-12 {
    margin-left: -12px;
  }

  .desktop\:-mt-13 {
    margin-top: -13px;
  }

  .desktop\:-mr-13 {
    margin-right: -13px;
  }

  .desktop\:-mb-13 {
    margin-bottom: -13px;
  }

  .desktop\:-ml-13 {
    margin-left: -13px;
  }

  .desktop\:-mt-14 {
    margin-top: -14px;
  }

  .desktop\:-mr-14 {
    margin-right: -14px;
  }

  .desktop\:-mb-14 {
    margin-bottom: -14px;
  }

  .desktop\:-ml-14 {
    margin-left: -14px;
  }

  .desktop\:-mt-15 {
    margin-top: -15px;
  }

  .desktop\:-mr-15 {
    margin-right: -15px;
  }

  .desktop\:-mb-15 {
    margin-bottom: -15px;
  }

  .desktop\:-ml-15 {
    margin-left: -15px;
  }

  .desktop\:-mt-16 {
    margin-top: -16px;
  }

  .desktop\:-mr-16 {
    margin-right: -16px;
  }

  .desktop\:-mb-16 {
    margin-bottom: -16px;
  }

  .desktop\:-ml-16 {
    margin-left: -16px;
  }

  .desktop\:-mt-17 {
    margin-top: -17px;
  }

  .desktop\:-mr-17 {
    margin-right: -17px;
  }

  .desktop\:-mb-17 {
    margin-bottom: -17px;
  }

  .desktop\:-ml-17 {
    margin-left: -17px;
  }

  .desktop\:-mt-18 {
    margin-top: -18px;
  }

  .desktop\:-mr-18 {
    margin-right: -18px;
  }

  .desktop\:-mb-18 {
    margin-bottom: -18px;
  }

  .desktop\:-ml-18 {
    margin-left: -18px;
  }

  .desktop\:-mt-20 {
    margin-top: -20px;
  }

  .desktop\:-mr-20 {
    margin-right: -20px;
  }

  .desktop\:-mb-20 {
    margin-bottom: -20px;
  }

  .desktop\:-ml-20 {
    margin-left: -20px;
  }

  .desktop\:-mt-22 {
    margin-top: -22px;
  }

  .desktop\:-mr-22 {
    margin-right: -22px;
  }

  .desktop\:-mb-22 {
    margin-bottom: -22px;
  }

  .desktop\:-ml-22 {
    margin-left: -22px;
  }

  .desktop\:-mt-24 {
    margin-top: -24px;
  }

  .desktop\:-mr-24 {
    margin-right: -24px;
  }

  .desktop\:-mb-24 {
    margin-bottom: -24px;
  }

  .desktop\:-ml-24 {
    margin-left: -24px;
  }

  .desktop\:-mt-25 {
    margin-top: -25px;
  }

  .desktop\:-mr-25 {
    margin-right: -25px;
  }

  .desktop\:-mb-25 {
    margin-bottom: -25px;
  }

  .desktop\:-ml-25 {
    margin-left: -25px;
  }

  .desktop\:-mt-28 {
    margin-top: -28px;
  }

  .desktop\:-mr-28 {
    margin-right: -28px;
  }

  .desktop\:-mb-28 {
    margin-bottom: -28px;
  }

  .desktop\:-ml-28 {
    margin-left: -28px;
  }

  .desktop\:-mt-29 {
    margin-top: -29px;
  }

  .desktop\:-mr-29 {
    margin-right: -29px;
  }

  .desktop\:-mb-29 {
    margin-bottom: -29px;
  }

  .desktop\:-ml-29 {
    margin-left: -29px;
  }

  .desktop\:-mt-30 {
    margin-top: -30px;
  }

  .desktop\:-mr-30 {
    margin-right: -30px;
  }

  .desktop\:-mb-30 {
    margin-bottom: -30px;
  }

  .desktop\:-ml-30 {
    margin-left: -30px;
  }

  .desktop\:-mt-32 {
    margin-top: -32px;
  }

  .desktop\:-mr-32 {
    margin-right: -32px;
  }

  .desktop\:-mb-32 {
    margin-bottom: -32px;
  }

  .desktop\:-ml-32 {
    margin-left: -32px;
  }

  .desktop\:-mt-35 {
    margin-top: -35px;
  }

  .desktop\:-mr-35 {
    margin-right: -35px;
  }

  .desktop\:-mb-35 {
    margin-bottom: -35px;
  }

  .desktop\:-ml-35 {
    margin-left: -35px;
  }

  .desktop\:-mt-36 {
    margin-top: -36px;
  }

  .desktop\:-mr-36 {
    margin-right: -36px;
  }

  .desktop\:-mb-36 {
    margin-bottom: -36px;
  }

  .desktop\:-ml-36 {
    margin-left: -36px;
  }

  .desktop\:-mt-37 {
    margin-top: -37px;
  }

  .desktop\:-mr-37 {
    margin-right: -37px;
  }

  .desktop\:-mb-37 {
    margin-bottom: -37px;
  }

  .desktop\:-ml-37 {
    margin-left: -37px;
  }

  .desktop\:-mt-40 {
    margin-top: -40px;
  }

  .desktop\:-mr-40 {
    margin-right: -40px;
  }

  .desktop\:-mb-40 {
    margin-bottom: -40px;
  }

  .desktop\:-ml-40 {
    margin-left: -40px;
  }

  .desktop\:-mt-45 {
    margin-top: -45px;
  }

  .desktop\:-mr-45 {
    margin-right: -45px;
  }

  .desktop\:-mb-45 {
    margin-bottom: -45px;
  }

  .desktop\:-ml-45 {
    margin-left: -45px;
  }

  .desktop\:-mt-48 {
    margin-top: -48px;
  }

  .desktop\:-mr-48 {
    margin-right: -48px;
  }

  .desktop\:-mb-48 {
    margin-bottom: -48px;
  }

  .desktop\:-ml-48 {
    margin-left: -48px;
  }

  .desktop\:-mt-50 {
    margin-top: -50px;
  }

  .desktop\:-mr-50 {
    margin-right: -50px;
  }

  .desktop\:-mb-50 {
    margin-bottom: -50px;
  }

  .desktop\:-ml-50 {
    margin-left: -50px;
  }

  .desktop\:-mt-55 {
    margin-top: -55px;
  }

  .desktop\:-mr-55 {
    margin-right: -55px;
  }

  .desktop\:-mb-55 {
    margin-bottom: -55px;
  }

  .desktop\:-ml-55 {
    margin-left: -55px;
  }

  .desktop\:-mt-56 {
    margin-top: -56px;
  }

  .desktop\:-mr-56 {
    margin-right: -56px;
  }

  .desktop\:-mb-56 {
    margin-bottom: -56px;
  }

  .desktop\:-ml-56 {
    margin-left: -56px;
  }

  .desktop\:-mt-60 {
    margin-top: -60px;
  }

  .desktop\:-mr-60 {
    margin-right: -60px;
  }

  .desktop\:-mb-60 {
    margin-bottom: -60px;
  }

  .desktop\:-ml-60 {
    margin-left: -60px;
  }

  .desktop\:-mt-62 {
    margin-top: -62px;
  }

  .desktop\:-mr-62 {
    margin-right: -62px;
  }

  .desktop\:-mb-62 {
    margin-bottom: -62px;
  }

  .desktop\:-ml-62 {
    margin-left: -62px;
  }

  .desktop\:-mt-64 {
    margin-top: -64px;
  }

  .desktop\:-mr-64 {
    margin-right: -64px;
  }

  .desktop\:-mb-64 {
    margin-bottom: -64px;
  }

  .desktop\:-ml-64 {
    margin-left: -64px;
  }

  .desktop\:-mt-65 {
    margin-top: -65px;
  }

  .desktop\:-mr-65 {
    margin-right: -65px;
  }

  .desktop\:-mb-65 {
    margin-bottom: -65px;
  }

  .desktop\:-ml-65 {
    margin-left: -65px;
  }

  .desktop\:-mt-70 {
    margin-top: -70px;
  }

  .desktop\:-mr-70 {
    margin-right: -70px;
  }

  .desktop\:-mb-70 {
    margin-bottom: -70px;
  }

  .desktop\:-ml-70 {
    margin-left: -70px;
  }

  .desktop\:-mt-75 {
    margin-top: -75px;
  }

  .desktop\:-mr-75 {
    margin-right: -75px;
  }

  .desktop\:-mb-75 {
    margin-bottom: -75px;
  }

  .desktop\:-ml-75 {
    margin-left: -75px;
  }

  .desktop\:-mt-80 {
    margin-top: -80px;
  }

  .desktop\:-mr-80 {
    margin-right: -80px;
  }

  .desktop\:-mb-80 {
    margin-bottom: -80px;
  }

  .desktop\:-ml-80 {
    margin-left: -80px;
  }

  .desktop\:-mt-85 {
    margin-top: -85px;
  }

  .desktop\:-mr-85 {
    margin-right: -85px;
  }

  .desktop\:-mb-85 {
    margin-bottom: -85px;
  }

  .desktop\:-ml-85 {
    margin-left: -85px;
  }

  .desktop\:-mt-90 {
    margin-top: -90px;
  }

  .desktop\:-mr-90 {
    margin-right: -90px;
  }

  .desktop\:-mb-90 {
    margin-bottom: -90px;
  }

  .desktop\:-ml-90 {
    margin-left: -90px;
  }

  .desktop\:-mt-95 {
    margin-top: -95px;
  }

  .desktop\:-mr-95 {
    margin-right: -95px;
  }

  .desktop\:-mb-95 {
    margin-bottom: -95px;
  }

  .desktop\:-ml-95 {
    margin-left: -95px;
  }

  .desktop\:-mt-96 {
    margin-top: -96px;
  }

  .desktop\:-mr-96 {
    margin-right: -96px;
  }

  .desktop\:-mb-96 {
    margin-bottom: -96px;
  }

  .desktop\:-ml-96 {
    margin-left: -96px;
  }

  .desktop\:-mt-100 {
    margin-top: -100px;
  }

  .desktop\:-mr-100 {
    margin-right: -100px;
  }

  .desktop\:-mb-100 {
    margin-bottom: -100px;
  }

  .desktop\:-ml-100 {
    margin-left: -100px;
  }

  .desktop\:-mt-110 {
    margin-top: -110px;
  }

  .desktop\:-mr-110 {
    margin-right: -110px;
  }

  .desktop\:-mb-110 {
    margin-bottom: -110px;
  }

  .desktop\:-ml-110 {
    margin-left: -110px;
  }

  .desktop\:-mt-115 {
    margin-top: -115px;
  }

  .desktop\:-mr-115 {
    margin-right: -115px;
  }

  .desktop\:-mb-115 {
    margin-bottom: -115px;
  }

  .desktop\:-ml-115 {
    margin-left: -115px;
  }

  .desktop\:-mt-120 {
    margin-top: -120px;
  }

  .desktop\:-mr-120 {
    margin-right: -120px;
  }

  .desktop\:-mb-120 {
    margin-bottom: -120px;
  }

  .desktop\:-ml-120 {
    margin-left: -120px;
  }

  .desktop\:-mt-128 {
    margin-top: -128px;
  }

  .desktop\:-mr-128 {
    margin-right: -128px;
  }

  .desktop\:-mb-128 {
    margin-bottom: -128px;
  }

  .desktop\:-ml-128 {
    margin-left: -128px;
  }

  .desktop\:-mt-135 {
    margin-top: -135px;
  }

  .desktop\:-mr-135 {
    margin-right: -135px;
  }

  .desktop\:-mb-135 {
    margin-bottom: -135px;
  }

  .desktop\:-ml-135 {
    margin-left: -135px;
  }

  .desktop\:-mt-140 {
    margin-top: -140px;
  }

  .desktop\:-mr-140 {
    margin-right: -140px;
  }

  .desktop\:-mb-140 {
    margin-bottom: -140px;
  }

  .desktop\:-ml-140 {
    margin-left: -140px;
  }

  .desktop\:-mt-145 {
    margin-top: -145px;
  }

  .desktop\:-mr-145 {
    margin-right: -145px;
  }

  .desktop\:-mb-145 {
    margin-bottom: -145px;
  }

  .desktop\:-ml-145 {
    margin-left: -145px;
  }

  .desktop\:-mt-150 {
    margin-top: -150px;
  }

  .desktop\:-mr-150 {
    margin-right: -150px;
  }

  .desktop\:-mb-150 {
    margin-bottom: -150px;
  }

  .desktop\:-ml-150 {
    margin-left: -150px;
  }

  .desktop\:-mt-160 {
    margin-top: -160px;
  }

  .desktop\:-mr-160 {
    margin-right: -160px;
  }

  .desktop\:-mb-160 {
    margin-bottom: -160px;
  }

  .desktop\:-ml-160 {
    margin-left: -160px;
  }

  .desktop\:-mt-165 {
    margin-top: -165px;
  }

  .desktop\:-mr-165 {
    margin-right: -165px;
  }

  .desktop\:-mb-165 {
    margin-bottom: -165px;
  }

  .desktop\:-ml-165 {
    margin-left: -165px;
  }

  .desktop\:-mt-168 {
    margin-top: -168px;
  }

  .desktop\:-mr-168 {
    margin-right: -168px;
  }

  .desktop\:-mb-168 {
    margin-bottom: -168px;
  }

  .desktop\:-ml-168 {
    margin-left: -168px;
  }

  .desktop\:-mt-170 {
    margin-top: -170px;
  }

  .desktop\:-mr-170 {
    margin-right: -170px;
  }

  .desktop\:-mb-170 {
    margin-bottom: -170px;
  }

  .desktop\:-ml-170 {
    margin-left: -170px;
  }

  .desktop\:-mt-180 {
    margin-top: -180px;
  }

  .desktop\:-mr-180 {
    margin-right: -180px;
  }

  .desktop\:-mb-180 {
    margin-bottom: -180px;
  }

  .desktop\:-ml-180 {
    margin-left: -180px;
  }

  .desktop\:-mt-200 {
    margin-top: -200px;
  }

  .desktop\:-mr-200 {
    margin-right: -200px;
  }

  .desktop\:-mb-200 {
    margin-bottom: -200px;
  }

  .desktop\:-ml-200 {
    margin-left: -200px;
  }

  .desktop\:-mt-220 {
    margin-top: -220px;
  }

  .desktop\:-mr-220 {
    margin-right: -220px;
  }

  .desktop\:-mb-220 {
    margin-bottom: -220px;
  }

  .desktop\:-ml-220 {
    margin-left: -220px;
  }

  .desktop\:-mt-230 {
    margin-top: -230px;
  }

  .desktop\:-mr-230 {
    margin-right: -230px;
  }

  .desktop\:-mb-230 {
    margin-bottom: -230px;
  }

  .desktop\:-ml-230 {
    margin-left: -230px;
  }

  .desktop\:-mt-235 {
    margin-top: -235px;
  }

  .desktop\:-mr-235 {
    margin-right: -235px;
  }

  .desktop\:-mb-235 {
    margin-bottom: -235px;
  }

  .desktop\:-ml-235 {
    margin-left: -235px;
  }

  .desktop\:-mt-240 {
    margin-top: -240px;
  }

  .desktop\:-mr-240 {
    margin-right: -240px;
  }

  .desktop\:-mb-240 {
    margin-bottom: -240px;
  }

  .desktop\:-ml-240 {
    margin-left: -240px;
  }

  .desktop\:-mt-250 {
    margin-top: -250px;
  }

  .desktop\:-mr-250 {
    margin-right: -250px;
  }

  .desktop\:-mb-250 {
    margin-bottom: -250px;
  }

  .desktop\:-ml-250 {
    margin-left: -250px;
  }

  .desktop\:-mt-300 {
    margin-top: -300px;
  }

  .desktop\:-mr-300 {
    margin-right: -300px;
  }

  .desktop\:-mb-300 {
    margin-bottom: -300px;
  }

  .desktop\:-ml-300 {
    margin-left: -300px;
  }

  .desktop\:-mt-320 {
    margin-top: -320px;
  }

  .desktop\:-mr-320 {
    margin-right: -320px;
  }

  .desktop\:-mb-320 {
    margin-bottom: -320px;
  }

  .desktop\:-ml-320 {
    margin-left: -320px;
  }

  .desktop\:-mt-350 {
    margin-top: -350px;
  }

  .desktop\:-mr-350 {
    margin-right: -350px;
  }

  .desktop\:-mb-350 {
    margin-bottom: -350px;
  }

  .desktop\:-ml-350 {
    margin-left: -350px;
  }

  .desktop\:-mt-375 {
    margin-top: -375px;
  }

  .desktop\:-mr-375 {
    margin-right: -375px;
  }

  .desktop\:-mb-375 {
    margin-bottom: -375px;
  }

  .desktop\:-ml-375 {
    margin-left: -375px;
  }

  .desktop\:-mt-400 {
    margin-top: -400px;
  }

  .desktop\:-mr-400 {
    margin-right: -400px;
  }

  .desktop\:-mb-400 {
    margin-bottom: -400px;
  }

  .desktop\:-ml-400 {
    margin-left: -400px;
  }

  .desktop\:-mt-450 {
    margin-top: -450px;
  }

  .desktop\:-mr-450 {
    margin-right: -450px;
  }

  .desktop\:-mb-450 {
    margin-bottom: -450px;
  }

  .desktop\:-ml-450 {
    margin-left: -450px;
  }

  .desktop\:-mt-700 {
    margin-top: -700px;
  }

  .desktop\:-mr-700 {
    margin-right: -700px;
  }

  .desktop\:-mb-700 {
    margin-bottom: -700px;
  }

  .desktop\:-ml-700 {
    margin-left: -700px;
  }

  .desktop\:-mt-px {
    margin-top: -1px;
  }

  .desktop\:-mr-px {
    margin-right: -1px;
  }

  .desktop\:-mb-px {
    margin-bottom: -1px;
  }

  .desktop\:-ml-px {
    margin-left: -1px;
  }

  .desktop\:-mt-1p {
    margin-top: -1%;
  }

  .desktop\:-mr-1p {
    margin-right: -1%;
  }

  .desktop\:-mb-1p {
    margin-bottom: -1%;
  }

  .desktop\:-ml-1p {
    margin-left: -1%;
  }

  .desktop\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .desktop\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .desktop\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .desktop\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .desktop\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .desktop\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .desktop\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .desktop\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .desktop\:-mt-11p {
    margin-top: -11%;
  }

  .desktop\:-mr-11p {
    margin-right: -11%;
  }

  .desktop\:-mb-11p {
    margin-bottom: -11%;
  }

  .desktop\:-ml-11p {
    margin-left: -11%;
  }

  .desktop\:-mt-20p {
    margin-top: -20%;
  }

  .desktop\:-mr-20p {
    margin-right: -20%;
  }

  .desktop\:-mb-20p {
    margin-bottom: -20%;
  }

  .desktop\:-ml-20p {
    margin-left: -20%;
  }

  .desktop\:-mt-24p {
    margin-top: -24.25%;
  }

  .desktop\:-mr-24p {
    margin-right: -24.25%;
  }

  .desktop\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .desktop\:-ml-24p {
    margin-left: -24.25%;
  }

  .desktop\:-mt-25p {
    margin-top: -25%;
  }

  .desktop\:-mr-25p {
    margin-right: -25%;
  }

  .desktop\:-mb-25p {
    margin-bottom: -25%;
  }

  .desktop\:-ml-25p {
    margin-left: -25%;
  }

  .desktop\:-mt-32p {
    margin-top: -32%;
  }

  .desktop\:-mr-32p {
    margin-right: -32%;
  }

  .desktop\:-mb-32p {
    margin-bottom: -32%;
  }

  .desktop\:-ml-32p {
    margin-left: -32%;
  }

  .desktop\:-mt-35p {
    margin-top: -35%;
  }

  .desktop\:-mr-35p {
    margin-right: -35%;
  }

  .desktop\:-mb-35p {
    margin-bottom: -35%;
  }

  .desktop\:-ml-35p {
    margin-left: -35%;
  }

  .desktop\:-mt-40p {
    margin-top: -40%;
  }

  .desktop\:-mr-40p {
    margin-right: -40%;
  }

  .desktop\:-mb-40p {
    margin-bottom: -40%;
  }

  .desktop\:-ml-40p {
    margin-left: -40%;
  }

  .desktop\:-mt-49p {
    margin-top: -49%;
  }

  .desktop\:-mr-49p {
    margin-right: -49%;
  }

  .desktop\:-mb-49p {
    margin-bottom: -49%;
  }

  .desktop\:-ml-49p {
    margin-left: -49%;
  }

  .desktop\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .desktop\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .desktop\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .desktop\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .desktop\:-mt-80p {
    margin-top: -80%;
  }

  .desktop\:-mr-80p {
    margin-right: -80%;
  }

  .desktop\:-mb-80p {
    margin-bottom: -80%;
  }

  .desktop\:-ml-80p {
    margin-left: -80%;
  }

  .desktop\:-mt-vh80 {
    margin-top: -80vh;
  }

  .desktop\:-mr-vh80 {
    margin-right: -80vh;
  }

  .desktop\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .desktop\:-ml-vh80 {
    margin-left: -80vh;
  }

  .desktop\:-mt-vh86 {
    margin-top: -86vh;
  }

  .desktop\:-mr-vh86 {
    margin-right: -86vh;
  }

  .desktop\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .desktop\:-ml-vh86 {
    margin-left: -86vh;
  }

  .desktop\:-mt-vh90 {
    margin-top: -90vh;
  }

  .desktop\:-mr-vh90 {
    margin-right: -90vh;
  }

  .desktop\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .desktop\:-ml-vh90 {
    margin-left: -90vh;
  }

  .desktop\:-mt-vw80 {
    margin-top: -80vw;
  }

  .desktop\:-mr-vw80 {
    margin-right: -80vw;
  }

  .desktop\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .desktop\:-ml-vw80 {
    margin-left: -80vw;
  }

  .desktop\:-mt-vw90 {
    margin-top: -90vw;
  }

  .desktop\:-mr-vw90 {
    margin-right: -90vw;
  }

  .desktop\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .desktop\:-ml-vw90 {
    margin-left: -90vw;
  }

  .desktop\:-mt-90p {
    margin-top: -90%;
  }

  .desktop\:-mr-90p {
    margin-right: -90%;
  }

  .desktop\:-mb-90p {
    margin-bottom: -90%;
  }

  .desktop\:-ml-90p {
    margin-left: -90%;
  }

  .desktop\:-mt-92p {
    margin-top: -92%;
  }

  .desktop\:-mr-92p {
    margin-right: -92%;
  }

  .desktop\:-mb-92p {
    margin-bottom: -92%;
  }

  .desktop\:-ml-92p {
    margin-left: -92%;
  }

  .desktop\:-mt-93p {
    margin-top: -93%;
  }

  .desktop\:-mr-93p {
    margin-right: -93%;
  }

  .desktop\:-mb-93p {
    margin-bottom: -93%;
  }

  .desktop\:-ml-93p {
    margin-left: -93%;
  }

  .desktop\:-mt-94p {
    margin-top: -94%;
  }

  .desktop\:-mr-94p {
    margin-right: -94%;
  }

  .desktop\:-mb-94p {
    margin-bottom: -94%;
  }

  .desktop\:-ml-94p {
    margin-left: -94%;
  }

  .desktop\:-mt-95p {
    margin-top: -95%;
  }

  .desktop\:-mr-95p {
    margin-right: -95%;
  }

  .desktop\:-mb-95p {
    margin-bottom: -95%;
  }

  .desktop\:-ml-95p {
    margin-left: -95%;
  }

  .desktop\:-mt-96p {
    margin-top: -96%;
  }

  .desktop\:-mr-96p {
    margin-right: -96%;
  }

  .desktop\:-mb-96p {
    margin-bottom: -96%;
  }

  .desktop\:-ml-96p {
    margin-left: -96%;
  }

  .desktop\:-mt-100p {
    margin-top: -100%;
  }

  .desktop\:-mr-100p {
    margin-right: -100%;
  }

  .desktop\:-mb-100p {
    margin-bottom: -100%;
  }

  .desktop\:-ml-100p {
    margin-left: -100%;
  }

  .desktop\:hover\:m-0:hover {
    margin: 0px;
  }

  .desktop\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .desktop\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .desktop\:hover\:m-3:hover {
    margin: 3px;
  }

  .desktop\:hover\:m-4:hover {
    margin: 4px;
  }

  .desktop\:hover\:m-5:hover {
    margin: 5px;
  }

  .desktop\:hover\:m-6:hover {
    margin: 6px;
  }

  .desktop\:hover\:m-8:hover {
    margin: 8px;
  }

  .desktop\:hover\:m-9:hover {
    margin: 9px;
  }

  .desktop\:hover\:m-10:hover {
    margin: 10px;
  }

  .desktop\:hover\:m-12:hover {
    margin: 12px;
  }

  .desktop\:hover\:m-13:hover {
    margin: 13px;
  }

  .desktop\:hover\:m-14:hover {
    margin: 14px;
  }

  .desktop\:hover\:m-15:hover {
    margin: 15px;
  }

  .desktop\:hover\:m-16:hover {
    margin: 16px;
  }

  .desktop\:hover\:m-17:hover {
    margin: 17px;
  }

  .desktop\:hover\:m-18:hover {
    margin: 18px;
  }

  .desktop\:hover\:m-20:hover {
    margin: 20px;
  }

  .desktop\:hover\:m-22:hover {
    margin: 22px;
  }

  .desktop\:hover\:m-24:hover {
    margin: 24px;
  }

  .desktop\:hover\:m-25:hover {
    margin: 25px;
  }

  .desktop\:hover\:m-28:hover {
    margin: 28px;
  }

  .desktop\:hover\:m-29:hover {
    margin: 29px;
  }

  .desktop\:hover\:m-30:hover {
    margin: 30px;
  }

  .desktop\:hover\:m-32:hover {
    margin: 32px;
  }

  .desktop\:hover\:m-35:hover {
    margin: 35px;
  }

  .desktop\:hover\:m-36:hover {
    margin: 36px;
  }

  .desktop\:hover\:m-37:hover {
    margin: 37px;
  }

  .desktop\:hover\:m-40:hover {
    margin: 40px;
  }

  .desktop\:hover\:m-45:hover {
    margin: 45px;
  }

  .desktop\:hover\:m-48:hover {
    margin: 48px;
  }

  .desktop\:hover\:m-50:hover {
    margin: 50px;
  }

  .desktop\:hover\:m-55:hover {
    margin: 55px;
  }

  .desktop\:hover\:m-56:hover {
    margin: 56px;
  }

  .desktop\:hover\:m-60:hover {
    margin: 60px;
  }

  .desktop\:hover\:m-62:hover {
    margin: 62px;
  }

  .desktop\:hover\:m-64:hover {
    margin: 64px;
  }

  .desktop\:hover\:m-65:hover {
    margin: 65px;
  }

  .desktop\:hover\:m-70:hover {
    margin: 70px;
  }

  .desktop\:hover\:m-75:hover {
    margin: 75px;
  }

  .desktop\:hover\:m-80:hover {
    margin: 80px;
  }

  .desktop\:hover\:m-85:hover {
    margin: 85px;
  }

  .desktop\:hover\:m-90:hover {
    margin: 90px;
  }

  .desktop\:hover\:m-95:hover {
    margin: 95px;
  }

  .desktop\:hover\:m-96:hover {
    margin: 96px;
  }

  .desktop\:hover\:m-100:hover {
    margin: 100px;
  }

  .desktop\:hover\:m-110:hover {
    margin: 110px;
  }

  .desktop\:hover\:m-115:hover {
    margin: 115px;
  }

  .desktop\:hover\:m-120:hover {
    margin: 120px;
  }

  .desktop\:hover\:m-128:hover {
    margin: 128px;
  }

  .desktop\:hover\:m-135:hover {
    margin: 135px;
  }

  .desktop\:hover\:m-140:hover {
    margin: 140px;
  }

  .desktop\:hover\:m-145:hover {
    margin: 145px;
  }

  .desktop\:hover\:m-150:hover {
    margin: 150px;
  }

  .desktop\:hover\:m-160:hover {
    margin: 160px;
  }

  .desktop\:hover\:m-165:hover {
    margin: 165px;
  }

  .desktop\:hover\:m-168:hover {
    margin: 168px;
  }

  .desktop\:hover\:m-170:hover {
    margin: 170px;
  }

  .desktop\:hover\:m-180:hover {
    margin: 180px;
  }

  .desktop\:hover\:m-200:hover {
    margin: 200px;
  }

  .desktop\:hover\:m-220:hover {
    margin: 220px;
  }

  .desktop\:hover\:m-230:hover {
    margin: 230px;
  }

  .desktop\:hover\:m-235:hover {
    margin: 235px;
  }

  .desktop\:hover\:m-240:hover {
    margin: 240px;
  }

  .desktop\:hover\:m-250:hover {
    margin: 250px;
  }

  .desktop\:hover\:m-300:hover {
    margin: 300px;
  }

  .desktop\:hover\:m-320:hover {
    margin: 320px;
  }

  .desktop\:hover\:m-350:hover {
    margin: 350px;
  }

  .desktop\:hover\:m-375:hover {
    margin: 375px;
  }

  .desktop\:hover\:m-400:hover {
    margin: 400px;
  }

  .desktop\:hover\:m-450:hover {
    margin: 450px;
  }

  .desktop\:hover\:m-700:hover {
    margin: 700px;
  }

  .desktop\:hover\:m-auto:hover {
    margin: auto;
  }

  .desktop\:hover\:m-px:hover {
    margin: 1px;
  }

  .desktop\:hover\:m-1p:hover {
    margin: 1%;
  }

  .desktop\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .desktop\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .desktop\:hover\:m-11p:hover {
    margin: 11%;
  }

  .desktop\:hover\:m-20p:hover {
    margin: 20%;
  }

  .desktop\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .desktop\:hover\:m-25p:hover {
    margin: 25%;
  }

  .desktop\:hover\:m-32p:hover {
    margin: 32%;
  }

  .desktop\:hover\:m-35p:hover {
    margin: 35%;
  }

  .desktop\:hover\:m-40p:hover {
    margin: 40%;
  }

  .desktop\:hover\:m-49p:hover {
    margin: 49%;
  }

  .desktop\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .desktop\:hover\:m-80p:hover {
    margin: 80%;
  }

  .desktop\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .desktop\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .desktop\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .desktop\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .desktop\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .desktop\:hover\:m-90p:hover {
    margin: 90%;
  }

  .desktop\:hover\:m-92p:hover {
    margin: 92%;
  }

  .desktop\:hover\:m-93p:hover {
    margin: 93%;
  }

  .desktop\:hover\:m-94p:hover {
    margin: 94%;
  }

  .desktop\:hover\:m-95p:hover {
    margin: 95%;
  }

  .desktop\:hover\:m-96p:hover {
    margin: 96%;
  }

  .desktop\:hover\:m-100p:hover {
    margin: 100%;
  }

  .desktop\:hover\:-m-0:hover {
    margin: 0px;
  }

  .desktop\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .desktop\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .desktop\:hover\:-m-3:hover {
    margin: -3px;
  }

  .desktop\:hover\:-m-4:hover {
    margin: -4px;
  }

  .desktop\:hover\:-m-5:hover {
    margin: -5px;
  }

  .desktop\:hover\:-m-6:hover {
    margin: -6px;
  }

  .desktop\:hover\:-m-8:hover {
    margin: -8px;
  }

  .desktop\:hover\:-m-9:hover {
    margin: -9px;
  }

  .desktop\:hover\:-m-10:hover {
    margin: -10px;
  }

  .desktop\:hover\:-m-12:hover {
    margin: -12px;
  }

  .desktop\:hover\:-m-13:hover {
    margin: -13px;
  }

  .desktop\:hover\:-m-14:hover {
    margin: -14px;
  }

  .desktop\:hover\:-m-15:hover {
    margin: -15px;
  }

  .desktop\:hover\:-m-16:hover {
    margin: -16px;
  }

  .desktop\:hover\:-m-17:hover {
    margin: -17px;
  }

  .desktop\:hover\:-m-18:hover {
    margin: -18px;
  }

  .desktop\:hover\:-m-20:hover {
    margin: -20px;
  }

  .desktop\:hover\:-m-22:hover {
    margin: -22px;
  }

  .desktop\:hover\:-m-24:hover {
    margin: -24px;
  }

  .desktop\:hover\:-m-25:hover {
    margin: -25px;
  }

  .desktop\:hover\:-m-28:hover {
    margin: -28px;
  }

  .desktop\:hover\:-m-29:hover {
    margin: -29px;
  }

  .desktop\:hover\:-m-30:hover {
    margin: -30px;
  }

  .desktop\:hover\:-m-32:hover {
    margin: -32px;
  }

  .desktop\:hover\:-m-35:hover {
    margin: -35px;
  }

  .desktop\:hover\:-m-36:hover {
    margin: -36px;
  }

  .desktop\:hover\:-m-37:hover {
    margin: -37px;
  }

  .desktop\:hover\:-m-40:hover {
    margin: -40px;
  }

  .desktop\:hover\:-m-45:hover {
    margin: -45px;
  }

  .desktop\:hover\:-m-48:hover {
    margin: -48px;
  }

  .desktop\:hover\:-m-50:hover {
    margin: -50px;
  }

  .desktop\:hover\:-m-55:hover {
    margin: -55px;
  }

  .desktop\:hover\:-m-56:hover {
    margin: -56px;
  }

  .desktop\:hover\:-m-60:hover {
    margin: -60px;
  }

  .desktop\:hover\:-m-62:hover {
    margin: -62px;
  }

  .desktop\:hover\:-m-64:hover {
    margin: -64px;
  }

  .desktop\:hover\:-m-65:hover {
    margin: -65px;
  }

  .desktop\:hover\:-m-70:hover {
    margin: -70px;
  }

  .desktop\:hover\:-m-75:hover {
    margin: -75px;
  }

  .desktop\:hover\:-m-80:hover {
    margin: -80px;
  }

  .desktop\:hover\:-m-85:hover {
    margin: -85px;
  }

  .desktop\:hover\:-m-90:hover {
    margin: -90px;
  }

  .desktop\:hover\:-m-95:hover {
    margin: -95px;
  }

  .desktop\:hover\:-m-96:hover {
    margin: -96px;
  }

  .desktop\:hover\:-m-100:hover {
    margin: -100px;
  }

  .desktop\:hover\:-m-110:hover {
    margin: -110px;
  }

  .desktop\:hover\:-m-115:hover {
    margin: -115px;
  }

  .desktop\:hover\:-m-120:hover {
    margin: -120px;
  }

  .desktop\:hover\:-m-128:hover {
    margin: -128px;
  }

  .desktop\:hover\:-m-135:hover {
    margin: -135px;
  }

  .desktop\:hover\:-m-140:hover {
    margin: -140px;
  }

  .desktop\:hover\:-m-145:hover {
    margin: -145px;
  }

  .desktop\:hover\:-m-150:hover {
    margin: -150px;
  }

  .desktop\:hover\:-m-160:hover {
    margin: -160px;
  }

  .desktop\:hover\:-m-165:hover {
    margin: -165px;
  }

  .desktop\:hover\:-m-168:hover {
    margin: -168px;
  }

  .desktop\:hover\:-m-170:hover {
    margin: -170px;
  }

  .desktop\:hover\:-m-180:hover {
    margin: -180px;
  }

  .desktop\:hover\:-m-200:hover {
    margin: -200px;
  }

  .desktop\:hover\:-m-220:hover {
    margin: -220px;
  }

  .desktop\:hover\:-m-230:hover {
    margin: -230px;
  }

  .desktop\:hover\:-m-235:hover {
    margin: -235px;
  }

  .desktop\:hover\:-m-240:hover {
    margin: -240px;
  }

  .desktop\:hover\:-m-250:hover {
    margin: -250px;
  }

  .desktop\:hover\:-m-300:hover {
    margin: -300px;
  }

  .desktop\:hover\:-m-320:hover {
    margin: -320px;
  }

  .desktop\:hover\:-m-350:hover {
    margin: -350px;
  }

  .desktop\:hover\:-m-375:hover {
    margin: -375px;
  }

  .desktop\:hover\:-m-400:hover {
    margin: -400px;
  }

  .desktop\:hover\:-m-450:hover {
    margin: -450px;
  }

  .desktop\:hover\:-m-700:hover {
    margin: -700px;
  }

  .desktop\:hover\:-m-px:hover {
    margin: -1px;
  }

  .desktop\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .desktop\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .desktop\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .desktop\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .desktop\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .desktop\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .desktop\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .desktop\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .desktop\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .desktop\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .desktop\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .desktop\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .desktop\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .desktop\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .desktop\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .desktop\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .desktop\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .desktop\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .desktop\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .desktop\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .desktop\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .desktop\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .desktop\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .desktop\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .desktop\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .desktop\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .desktop\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .desktop\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .desktop\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .desktop\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .desktop\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .desktop\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .desktop\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .desktop\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .desktop\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .desktop\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .desktop\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .desktop\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .desktop\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .desktop\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .desktop\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .desktop\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .desktop\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .desktop\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .desktop\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .desktop\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .desktop\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .desktop\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .desktop\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .desktop\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .desktop\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .desktop\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .desktop\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .desktop\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .desktop\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .desktop\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .desktop\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .desktop\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .desktop\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .desktop\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .desktop\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .desktop\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .desktop\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .desktop\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .desktop\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .desktop\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .desktop\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .desktop\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .desktop\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .desktop\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .desktop\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .desktop\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .desktop\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .desktop\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .desktop\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .desktop\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .desktop\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .desktop\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .desktop\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .desktop\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .desktop\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .desktop\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .desktop\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .desktop\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .desktop\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .desktop\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .desktop\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .desktop\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .desktop\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .desktop\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .desktop\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .desktop\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .desktop\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .desktop\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .desktop\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .desktop\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .desktop\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .desktop\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .desktop\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .desktop\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .desktop\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .desktop\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .desktop\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .desktop\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .desktop\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .desktop\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .desktop\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .desktop\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .desktop\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .desktop\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .desktop\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .desktop\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .desktop\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .desktop\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .desktop\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .desktop\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .desktop\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .desktop\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .desktop\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .desktop\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .desktop\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .desktop\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .desktop\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .desktop\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .desktop\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .desktop\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .desktop\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .desktop\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .desktop\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .desktop\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .desktop\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .desktop\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .desktop\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .desktop\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .desktop\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .desktop\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .desktop\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .desktop\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .desktop\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .desktop\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .desktop\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .desktop\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .desktop\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .desktop\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .desktop\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .desktop\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .desktop\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .desktop\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .desktop\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .desktop\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .desktop\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .desktop\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .desktop\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .desktop\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .desktop\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .desktop\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .desktop\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .desktop\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .desktop\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .desktop\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .desktop\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .desktop\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .desktop\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .desktop\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .desktop\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .desktop\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .desktop\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .desktop\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .desktop\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .desktop\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .desktop\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .desktop\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .desktop\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .desktop\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .desktop\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .desktop\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .desktop\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .desktop\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .desktop\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .desktop\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .desktop\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .desktop\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .desktop\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .desktop\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .desktop\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .desktop\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .desktop\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .desktop\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .desktop\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .desktop\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .desktop\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .desktop\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .desktop\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .desktop\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .desktop\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .desktop\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .desktop\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .desktop\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .desktop\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .desktop\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .desktop\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .desktop\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .desktop\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .desktop\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .desktop\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .desktop\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .desktop\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .desktop\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .desktop\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .desktop\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .desktop\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .desktop\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .desktop\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .desktop\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .desktop\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .desktop\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .desktop\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .desktop\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .desktop\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .desktop\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .desktop\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .desktop\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .desktop\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .desktop\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .desktop\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .desktop\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .desktop\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .desktop\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .desktop\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .desktop\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .desktop\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .desktop\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .desktop\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .desktop\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .desktop\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .desktop\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .desktop\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .desktop\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .desktop\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .desktop\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .desktop\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .desktop\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .desktop\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .desktop\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .desktop\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .desktop\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .desktop\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .desktop\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .desktop\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .desktop\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .desktop\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .desktop\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .desktop\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .desktop\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .desktop\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .desktop\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .desktop\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .desktop\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .desktop\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .desktop\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .desktop\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .desktop\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .desktop\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .desktop\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .desktop\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .desktop\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .desktop\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .desktop\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .desktop\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .desktop\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .desktop\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .desktop\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .desktop\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .desktop\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .desktop\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .desktop\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .desktop\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .desktop\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .desktop\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .desktop\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .desktop\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .desktop\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .desktop\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .desktop\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .desktop\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .desktop\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .desktop\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .desktop\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .desktop\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .desktop\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .desktop\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .desktop\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .desktop\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .desktop\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .desktop\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .desktop\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .desktop\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .desktop\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .desktop\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .desktop\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .desktop\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .desktop\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .desktop\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .desktop\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .desktop\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .desktop\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .desktop\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .desktop\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .desktop\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .desktop\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .desktop\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .desktop\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .desktop\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .desktop\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .desktop\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .desktop\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .desktop\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .desktop\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .desktop\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .desktop\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .desktop\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .desktop\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .desktop\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .desktop\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .desktop\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .desktop\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .desktop\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .desktop\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .desktop\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .desktop\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .desktop\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .desktop\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .desktop\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .desktop\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .desktop\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .desktop\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .desktop\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .desktop\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .desktop\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .desktop\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .desktop\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .desktop\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .desktop\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .desktop\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .desktop\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .desktop\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .desktop\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .desktop\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .desktop\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .desktop\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .desktop\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .desktop\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .desktop\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .desktop\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .desktop\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .desktop\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .desktop\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .desktop\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .desktop\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .desktop\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .desktop\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .desktop\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .desktop\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .desktop\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .desktop\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .desktop\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .desktop\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .desktop\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .desktop\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .desktop\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .desktop\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .desktop\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .desktop\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .desktop\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .desktop\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .desktop\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .desktop\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .desktop\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .desktop\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .desktop\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .desktop\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .desktop\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .desktop\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .desktop\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .desktop\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .desktop\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .desktop\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .desktop\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .desktop\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .desktop\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .desktop\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .desktop\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .desktop\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .desktop\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .desktop\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .desktop\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .desktop\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .desktop\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .desktop\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .desktop\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .desktop\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .desktop\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .desktop\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .desktop\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .desktop\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .desktop\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .desktop\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .desktop\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .desktop\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .desktop\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .desktop\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .desktop\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .desktop\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .desktop\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .desktop\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .desktop\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .desktop\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .desktop\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .desktop\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .desktop\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .desktop\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .desktop\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .desktop\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .desktop\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .desktop\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .desktop\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .desktop\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .desktop\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .desktop\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .desktop\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .desktop\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .desktop\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .desktop\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .desktop\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .desktop\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .desktop\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .desktop\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .desktop\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .desktop\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .desktop\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .desktop\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .desktop\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .desktop\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .desktop\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .desktop\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .desktop\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .desktop\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .desktop\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .desktop\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .desktop\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .desktop\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .desktop\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .desktop\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .desktop\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .desktop\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .desktop\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .desktop\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .desktop\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .desktop\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .desktop\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .desktop\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .desktop\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .desktop\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .desktop\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .desktop\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .desktop\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .desktop\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .desktop\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .desktop\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .desktop\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .desktop\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .desktop\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .desktop\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .desktop\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .desktop\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .desktop\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .desktop\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .desktop\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .desktop\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .desktop\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .desktop\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .desktop\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .desktop\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .desktop\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .desktop\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .desktop\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .desktop\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .desktop\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .desktop\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .desktop\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .desktop\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .desktop\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .desktop\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .desktop\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .desktop\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .desktop\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .desktop\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .desktop\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .desktop\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .desktop\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .desktop\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .desktop\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .desktop\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .desktop\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .desktop\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .desktop\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .desktop\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .desktop\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .desktop\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .desktop\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .desktop\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .desktop\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .desktop\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .desktop\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .desktop\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .desktop\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .desktop\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .desktop\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .desktop\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .desktop\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .desktop\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .desktop\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .desktop\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .desktop\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .desktop\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .desktop\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .desktop\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .desktop\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .desktop\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .desktop\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .desktop\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .desktop\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .desktop\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .desktop\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .desktop\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .desktop\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .desktop\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .desktop\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .desktop\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .desktop\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .desktop\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .desktop\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .desktop\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .desktop\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .desktop\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .desktop\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .desktop\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .desktop\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .desktop\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .desktop\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .desktop\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .desktop\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .desktop\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .desktop\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .desktop\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .desktop\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .desktop\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .desktop\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .desktop\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .desktop\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .desktop\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .desktop\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .desktop\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .desktop\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .desktop\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .desktop\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .desktop\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .desktop\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .desktop\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .desktop\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .desktop\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .desktop\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .desktop\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .desktop\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .desktop\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .desktop\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .desktop\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .desktop\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .desktop\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .desktop\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .desktop\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .desktop\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .desktop\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .desktop\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .desktop\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .desktop\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .desktop\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .desktop\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .desktop\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .desktop\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .desktop\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .desktop\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .desktop\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .desktop\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .desktop\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .desktop\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .desktop\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .desktop\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .desktop\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .desktop\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .desktop\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .desktop\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .desktop\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .desktop\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .desktop\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .desktop\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .desktop\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .desktop\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .desktop\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .desktop\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .desktop\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .desktop\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .desktop\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .desktop\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .desktop\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .desktop\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .desktop\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .desktop\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .desktop\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .desktop\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .desktop\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .desktop\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .desktop\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .desktop\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .desktop\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .desktop\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .desktop\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .desktop\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .desktop\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .desktop\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .desktop\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .desktop\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .desktop\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .desktop\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .desktop\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .desktop\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .desktop\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .desktop\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .desktop\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .desktop\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .desktop\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .desktop\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .desktop\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .desktop\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .desktop\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .desktop\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .desktop\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .desktop\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .desktop\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .desktop\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .desktop\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .desktop\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .desktop\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .desktop\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .desktop\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .desktop\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .desktop\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .desktop\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .desktop\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .desktop\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .desktop\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .desktop\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .desktop\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .desktop\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .desktop\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .desktop\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .desktop\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .desktop\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .desktop\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .desktop\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .desktop\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .desktop\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .desktop\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .desktop\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .desktop\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .desktop\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .desktop\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .desktop\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .desktop\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .desktop\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .desktop\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .desktop\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .desktop\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .desktop\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .desktop\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .desktop\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .desktop\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .desktop\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .desktop\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .desktop\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .desktop\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .desktop\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .desktop\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .desktop\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .desktop\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .desktop\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .desktop\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .desktop\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .desktop\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .desktop\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .desktop\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .desktop\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .desktop\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .desktop\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .desktop\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .desktop\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .desktop\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .desktop\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .desktop\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .desktop\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .desktop\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .desktop\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .desktop\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .desktop\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .desktop\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .desktop\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .desktop\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .desktop\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .desktop\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .desktop\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .desktop\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .desktop\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .desktop\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .desktop\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .desktop\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .desktop\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .desktop\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .desktop\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .desktop\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .desktop\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .desktop\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .desktop\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .desktop\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .desktop\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .desktop\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .desktop\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .desktop\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .desktop\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .desktop\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .desktop\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .desktop\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .desktop\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .desktop\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .desktop\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .desktop\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .desktop\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .desktop\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .desktop\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .desktop\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .desktop\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .desktop\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .desktop\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .desktop\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .desktop\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .desktop\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .desktop\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .desktop\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .desktop\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .desktop\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .desktop\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .desktop\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .desktop\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .desktop\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .desktop\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .desktop\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .desktop\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .desktop\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .desktop\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .desktop\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .desktop\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .desktop\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .desktop\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .desktop\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .desktop\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .desktop\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .desktop\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .desktop\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .desktop\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .desktop\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .desktop\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .desktop\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .desktop\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .desktop\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .desktop\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .desktop\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .desktop\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .desktop\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .desktop\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .desktop\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .desktop\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .desktop\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .desktop\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .desktop\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .desktop\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .desktop\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .desktop\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .desktop\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .desktop\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .desktop\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .desktop\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .desktop\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .desktop\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .desktop\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .desktop\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .desktop\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .desktop\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .desktop\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .desktop\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .desktop\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .desktop\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .desktop\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .desktop\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .desktop\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .desktop\:focus\:m-0:focus {
    margin: 0px;
  }

  .desktop\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .desktop\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .desktop\:focus\:m-3:focus {
    margin: 3px;
  }

  .desktop\:focus\:m-4:focus {
    margin: 4px;
  }

  .desktop\:focus\:m-5:focus {
    margin: 5px;
  }

  .desktop\:focus\:m-6:focus {
    margin: 6px;
  }

  .desktop\:focus\:m-8:focus {
    margin: 8px;
  }

  .desktop\:focus\:m-9:focus {
    margin: 9px;
  }

  .desktop\:focus\:m-10:focus {
    margin: 10px;
  }

  .desktop\:focus\:m-12:focus {
    margin: 12px;
  }

  .desktop\:focus\:m-13:focus {
    margin: 13px;
  }

  .desktop\:focus\:m-14:focus {
    margin: 14px;
  }

  .desktop\:focus\:m-15:focus {
    margin: 15px;
  }

  .desktop\:focus\:m-16:focus {
    margin: 16px;
  }

  .desktop\:focus\:m-17:focus {
    margin: 17px;
  }

  .desktop\:focus\:m-18:focus {
    margin: 18px;
  }

  .desktop\:focus\:m-20:focus {
    margin: 20px;
  }

  .desktop\:focus\:m-22:focus {
    margin: 22px;
  }

  .desktop\:focus\:m-24:focus {
    margin: 24px;
  }

  .desktop\:focus\:m-25:focus {
    margin: 25px;
  }

  .desktop\:focus\:m-28:focus {
    margin: 28px;
  }

  .desktop\:focus\:m-29:focus {
    margin: 29px;
  }

  .desktop\:focus\:m-30:focus {
    margin: 30px;
  }

  .desktop\:focus\:m-32:focus {
    margin: 32px;
  }

  .desktop\:focus\:m-35:focus {
    margin: 35px;
  }

  .desktop\:focus\:m-36:focus {
    margin: 36px;
  }

  .desktop\:focus\:m-37:focus {
    margin: 37px;
  }

  .desktop\:focus\:m-40:focus {
    margin: 40px;
  }

  .desktop\:focus\:m-45:focus {
    margin: 45px;
  }

  .desktop\:focus\:m-48:focus {
    margin: 48px;
  }

  .desktop\:focus\:m-50:focus {
    margin: 50px;
  }

  .desktop\:focus\:m-55:focus {
    margin: 55px;
  }

  .desktop\:focus\:m-56:focus {
    margin: 56px;
  }

  .desktop\:focus\:m-60:focus {
    margin: 60px;
  }

  .desktop\:focus\:m-62:focus {
    margin: 62px;
  }

  .desktop\:focus\:m-64:focus {
    margin: 64px;
  }

  .desktop\:focus\:m-65:focus {
    margin: 65px;
  }

  .desktop\:focus\:m-70:focus {
    margin: 70px;
  }

  .desktop\:focus\:m-75:focus {
    margin: 75px;
  }

  .desktop\:focus\:m-80:focus {
    margin: 80px;
  }

  .desktop\:focus\:m-85:focus {
    margin: 85px;
  }

  .desktop\:focus\:m-90:focus {
    margin: 90px;
  }

  .desktop\:focus\:m-95:focus {
    margin: 95px;
  }

  .desktop\:focus\:m-96:focus {
    margin: 96px;
  }

  .desktop\:focus\:m-100:focus {
    margin: 100px;
  }

  .desktop\:focus\:m-110:focus {
    margin: 110px;
  }

  .desktop\:focus\:m-115:focus {
    margin: 115px;
  }

  .desktop\:focus\:m-120:focus {
    margin: 120px;
  }

  .desktop\:focus\:m-128:focus {
    margin: 128px;
  }

  .desktop\:focus\:m-135:focus {
    margin: 135px;
  }

  .desktop\:focus\:m-140:focus {
    margin: 140px;
  }

  .desktop\:focus\:m-145:focus {
    margin: 145px;
  }

  .desktop\:focus\:m-150:focus {
    margin: 150px;
  }

  .desktop\:focus\:m-160:focus {
    margin: 160px;
  }

  .desktop\:focus\:m-165:focus {
    margin: 165px;
  }

  .desktop\:focus\:m-168:focus {
    margin: 168px;
  }

  .desktop\:focus\:m-170:focus {
    margin: 170px;
  }

  .desktop\:focus\:m-180:focus {
    margin: 180px;
  }

  .desktop\:focus\:m-200:focus {
    margin: 200px;
  }

  .desktop\:focus\:m-220:focus {
    margin: 220px;
  }

  .desktop\:focus\:m-230:focus {
    margin: 230px;
  }

  .desktop\:focus\:m-235:focus {
    margin: 235px;
  }

  .desktop\:focus\:m-240:focus {
    margin: 240px;
  }

  .desktop\:focus\:m-250:focus {
    margin: 250px;
  }

  .desktop\:focus\:m-300:focus {
    margin: 300px;
  }

  .desktop\:focus\:m-320:focus {
    margin: 320px;
  }

  .desktop\:focus\:m-350:focus {
    margin: 350px;
  }

  .desktop\:focus\:m-375:focus {
    margin: 375px;
  }

  .desktop\:focus\:m-400:focus {
    margin: 400px;
  }

  .desktop\:focus\:m-450:focus {
    margin: 450px;
  }

  .desktop\:focus\:m-700:focus {
    margin: 700px;
  }

  .desktop\:focus\:m-auto:focus {
    margin: auto;
  }

  .desktop\:focus\:m-px:focus {
    margin: 1px;
  }

  .desktop\:focus\:m-1p:focus {
    margin: 1%;
  }

  .desktop\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .desktop\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .desktop\:focus\:m-11p:focus {
    margin: 11%;
  }

  .desktop\:focus\:m-20p:focus {
    margin: 20%;
  }

  .desktop\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .desktop\:focus\:m-25p:focus {
    margin: 25%;
  }

  .desktop\:focus\:m-32p:focus {
    margin: 32%;
  }

  .desktop\:focus\:m-35p:focus {
    margin: 35%;
  }

  .desktop\:focus\:m-40p:focus {
    margin: 40%;
  }

  .desktop\:focus\:m-49p:focus {
    margin: 49%;
  }

  .desktop\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .desktop\:focus\:m-80p:focus {
    margin: 80%;
  }

  .desktop\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .desktop\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .desktop\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .desktop\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .desktop\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .desktop\:focus\:m-90p:focus {
    margin: 90%;
  }

  .desktop\:focus\:m-92p:focus {
    margin: 92%;
  }

  .desktop\:focus\:m-93p:focus {
    margin: 93%;
  }

  .desktop\:focus\:m-94p:focus {
    margin: 94%;
  }

  .desktop\:focus\:m-95p:focus {
    margin: 95%;
  }

  .desktop\:focus\:m-96p:focus {
    margin: 96%;
  }

  .desktop\:focus\:m-100p:focus {
    margin: 100%;
  }

  .desktop\:focus\:-m-0:focus {
    margin: 0px;
  }

  .desktop\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .desktop\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .desktop\:focus\:-m-3:focus {
    margin: -3px;
  }

  .desktop\:focus\:-m-4:focus {
    margin: -4px;
  }

  .desktop\:focus\:-m-5:focus {
    margin: -5px;
  }

  .desktop\:focus\:-m-6:focus {
    margin: -6px;
  }

  .desktop\:focus\:-m-8:focus {
    margin: -8px;
  }

  .desktop\:focus\:-m-9:focus {
    margin: -9px;
  }

  .desktop\:focus\:-m-10:focus {
    margin: -10px;
  }

  .desktop\:focus\:-m-12:focus {
    margin: -12px;
  }

  .desktop\:focus\:-m-13:focus {
    margin: -13px;
  }

  .desktop\:focus\:-m-14:focus {
    margin: -14px;
  }

  .desktop\:focus\:-m-15:focus {
    margin: -15px;
  }

  .desktop\:focus\:-m-16:focus {
    margin: -16px;
  }

  .desktop\:focus\:-m-17:focus {
    margin: -17px;
  }

  .desktop\:focus\:-m-18:focus {
    margin: -18px;
  }

  .desktop\:focus\:-m-20:focus {
    margin: -20px;
  }

  .desktop\:focus\:-m-22:focus {
    margin: -22px;
  }

  .desktop\:focus\:-m-24:focus {
    margin: -24px;
  }

  .desktop\:focus\:-m-25:focus {
    margin: -25px;
  }

  .desktop\:focus\:-m-28:focus {
    margin: -28px;
  }

  .desktop\:focus\:-m-29:focus {
    margin: -29px;
  }

  .desktop\:focus\:-m-30:focus {
    margin: -30px;
  }

  .desktop\:focus\:-m-32:focus {
    margin: -32px;
  }

  .desktop\:focus\:-m-35:focus {
    margin: -35px;
  }

  .desktop\:focus\:-m-36:focus {
    margin: -36px;
  }

  .desktop\:focus\:-m-37:focus {
    margin: -37px;
  }

  .desktop\:focus\:-m-40:focus {
    margin: -40px;
  }

  .desktop\:focus\:-m-45:focus {
    margin: -45px;
  }

  .desktop\:focus\:-m-48:focus {
    margin: -48px;
  }

  .desktop\:focus\:-m-50:focus {
    margin: -50px;
  }

  .desktop\:focus\:-m-55:focus {
    margin: -55px;
  }

  .desktop\:focus\:-m-56:focus {
    margin: -56px;
  }

  .desktop\:focus\:-m-60:focus {
    margin: -60px;
  }

  .desktop\:focus\:-m-62:focus {
    margin: -62px;
  }

  .desktop\:focus\:-m-64:focus {
    margin: -64px;
  }

  .desktop\:focus\:-m-65:focus {
    margin: -65px;
  }

  .desktop\:focus\:-m-70:focus {
    margin: -70px;
  }

  .desktop\:focus\:-m-75:focus {
    margin: -75px;
  }

  .desktop\:focus\:-m-80:focus {
    margin: -80px;
  }

  .desktop\:focus\:-m-85:focus {
    margin: -85px;
  }

  .desktop\:focus\:-m-90:focus {
    margin: -90px;
  }

  .desktop\:focus\:-m-95:focus {
    margin: -95px;
  }

  .desktop\:focus\:-m-96:focus {
    margin: -96px;
  }

  .desktop\:focus\:-m-100:focus {
    margin: -100px;
  }

  .desktop\:focus\:-m-110:focus {
    margin: -110px;
  }

  .desktop\:focus\:-m-115:focus {
    margin: -115px;
  }

  .desktop\:focus\:-m-120:focus {
    margin: -120px;
  }

  .desktop\:focus\:-m-128:focus {
    margin: -128px;
  }

  .desktop\:focus\:-m-135:focus {
    margin: -135px;
  }

  .desktop\:focus\:-m-140:focus {
    margin: -140px;
  }

  .desktop\:focus\:-m-145:focus {
    margin: -145px;
  }

  .desktop\:focus\:-m-150:focus {
    margin: -150px;
  }

  .desktop\:focus\:-m-160:focus {
    margin: -160px;
  }

  .desktop\:focus\:-m-165:focus {
    margin: -165px;
  }

  .desktop\:focus\:-m-168:focus {
    margin: -168px;
  }

  .desktop\:focus\:-m-170:focus {
    margin: -170px;
  }

  .desktop\:focus\:-m-180:focus {
    margin: -180px;
  }

  .desktop\:focus\:-m-200:focus {
    margin: -200px;
  }

  .desktop\:focus\:-m-220:focus {
    margin: -220px;
  }

  .desktop\:focus\:-m-230:focus {
    margin: -230px;
  }

  .desktop\:focus\:-m-235:focus {
    margin: -235px;
  }

  .desktop\:focus\:-m-240:focus {
    margin: -240px;
  }

  .desktop\:focus\:-m-250:focus {
    margin: -250px;
  }

  .desktop\:focus\:-m-300:focus {
    margin: -300px;
  }

  .desktop\:focus\:-m-320:focus {
    margin: -320px;
  }

  .desktop\:focus\:-m-350:focus {
    margin: -350px;
  }

  .desktop\:focus\:-m-375:focus {
    margin: -375px;
  }

  .desktop\:focus\:-m-400:focus {
    margin: -400px;
  }

  .desktop\:focus\:-m-450:focus {
    margin: -450px;
  }

  .desktop\:focus\:-m-700:focus {
    margin: -700px;
  }

  .desktop\:focus\:-m-px:focus {
    margin: -1px;
  }

  .desktop\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .desktop\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .desktop\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .desktop\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .desktop\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .desktop\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .desktop\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .desktop\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .desktop\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .desktop\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .desktop\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .desktop\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .desktop\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .desktop\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .desktop\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .desktop\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .desktop\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .desktop\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .desktop\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .desktop\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .desktop\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .desktop\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .desktop\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .desktop\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .desktop\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .desktop\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .desktop\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .desktop\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .desktop\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .desktop\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .desktop\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .desktop\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .desktop\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .desktop\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .desktop\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .desktop\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .desktop\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .desktop\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .desktop\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .desktop\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .desktop\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .desktop\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .desktop\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .desktop\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .desktop\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .desktop\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .desktop\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .desktop\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .desktop\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .desktop\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .desktop\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .desktop\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .desktop\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .desktop\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .desktop\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .desktop\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .desktop\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .desktop\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .desktop\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .desktop\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .desktop\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .desktop\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .desktop\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .desktop\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .desktop\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .desktop\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .desktop\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .desktop\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .desktop\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .desktop\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .desktop\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .desktop\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .desktop\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .desktop\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .desktop\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .desktop\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .desktop\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .desktop\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .desktop\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .desktop\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .desktop\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .desktop\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .desktop\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .desktop\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .desktop\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .desktop\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .desktop\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .desktop\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .desktop\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .desktop\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .desktop\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .desktop\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .desktop\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .desktop\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .desktop\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .desktop\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .desktop\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .desktop\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .desktop\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .desktop\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .desktop\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .desktop\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .desktop\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .desktop\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .desktop\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .desktop\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .desktop\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .desktop\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .desktop\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .desktop\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .desktop\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .desktop\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .desktop\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .desktop\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .desktop\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .desktop\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .desktop\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .desktop\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .desktop\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .desktop\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .desktop\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .desktop\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .desktop\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .desktop\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .desktop\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .desktop\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .desktop\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .desktop\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .desktop\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .desktop\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .desktop\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .desktop\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .desktop\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .desktop\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .desktop\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .desktop\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .desktop\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .desktop\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .desktop\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .desktop\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .desktop\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .desktop\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .desktop\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .desktop\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .desktop\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .desktop\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .desktop\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .desktop\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .desktop\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .desktop\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .desktop\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .desktop\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .desktop\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .desktop\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .desktop\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .desktop\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .desktop\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .desktop\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .desktop\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .desktop\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .desktop\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .desktop\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .desktop\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .desktop\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .desktop\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .desktop\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .desktop\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .desktop\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .desktop\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .desktop\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .desktop\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .desktop\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .desktop\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .desktop\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .desktop\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .desktop\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .desktop\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .desktop\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .desktop\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .desktop\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .desktop\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .desktop\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .desktop\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .desktop\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .desktop\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .desktop\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .desktop\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .desktop\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .desktop\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .desktop\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .desktop\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .desktop\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .desktop\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .desktop\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .desktop\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .desktop\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .desktop\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .desktop\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .desktop\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .desktop\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .desktop\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .desktop\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .desktop\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .desktop\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .desktop\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .desktop\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .desktop\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .desktop\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .desktop\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .desktop\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .desktop\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .desktop\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .desktop\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .desktop\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .desktop\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .desktop\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .desktop\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .desktop\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .desktop\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .desktop\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .desktop\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .desktop\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .desktop\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .desktop\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .desktop\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .desktop\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .desktop\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .desktop\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .desktop\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .desktop\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .desktop\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .desktop\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .desktop\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .desktop\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .desktop\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .desktop\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .desktop\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .desktop\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .desktop\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .desktop\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .desktop\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .desktop\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .desktop\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .desktop\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .desktop\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .desktop\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .desktop\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .desktop\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .desktop\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .desktop\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .desktop\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .desktop\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .desktop\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .desktop\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .desktop\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .desktop\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .desktop\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .desktop\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .desktop\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .desktop\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .desktop\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .desktop\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .desktop\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .desktop\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .desktop\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .desktop\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .desktop\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .desktop\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .desktop\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .desktop\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .desktop\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .desktop\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .desktop\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .desktop\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .desktop\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .desktop\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .desktop\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .desktop\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .desktop\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .desktop\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .desktop\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .desktop\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .desktop\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .desktop\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .desktop\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .desktop\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .desktop\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .desktop\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .desktop\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .desktop\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .desktop\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .desktop\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .desktop\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .desktop\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .desktop\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .desktop\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .desktop\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .desktop\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .desktop\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .desktop\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .desktop\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .desktop\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .desktop\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .desktop\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .desktop\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .desktop\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .desktop\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .desktop\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .desktop\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .desktop\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .desktop\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .desktop\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .desktop\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .desktop\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .desktop\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .desktop\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .desktop\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .desktop\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .desktop\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .desktop\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .desktop\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .desktop\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .desktop\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .desktop\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .desktop\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .desktop\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .desktop\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .desktop\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .desktop\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .desktop\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .desktop\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .desktop\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .desktop\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .desktop\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .desktop\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .desktop\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .desktop\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .desktop\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .desktop\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .desktop\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .desktop\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .desktop\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .desktop\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .desktop\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .desktop\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .desktop\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .desktop\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .desktop\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .desktop\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .desktop\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .desktop\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .desktop\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .desktop\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .desktop\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .desktop\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .desktop\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .desktop\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .desktop\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .desktop\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .desktop\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .desktop\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .desktop\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .desktop\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .desktop\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .desktop\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .desktop\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .desktop\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .desktop\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .desktop\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .desktop\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .desktop\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .desktop\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .desktop\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .desktop\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .desktop\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .desktop\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .desktop\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .desktop\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .desktop\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .desktop\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .desktop\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .desktop\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .desktop\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .desktop\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .desktop\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .desktop\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .desktop\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .desktop\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .desktop\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .desktop\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .desktop\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .desktop\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .desktop\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .desktop\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .desktop\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .desktop\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .desktop\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .desktop\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .desktop\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .desktop\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .desktop\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .desktop\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .desktop\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .desktop\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .desktop\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .desktop\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .desktop\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .desktop\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .desktop\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .desktop\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .desktop\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .desktop\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .desktop\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .desktop\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .desktop\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .desktop\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .desktop\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .desktop\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .desktop\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .desktop\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .desktop\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .desktop\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .desktop\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .desktop\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .desktop\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .desktop\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .desktop\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .desktop\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .desktop\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .desktop\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .desktop\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .desktop\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .desktop\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .desktop\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .desktop\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .desktop\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .desktop\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .desktop\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .desktop\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .desktop\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .desktop\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .desktop\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .desktop\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .desktop\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .desktop\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .desktop\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .desktop\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .desktop\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .desktop\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .desktop\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .desktop\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .desktop\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .desktop\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .desktop\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .desktop\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .desktop\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .desktop\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .desktop\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .desktop\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .desktop\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .desktop\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .desktop\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .desktop\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .desktop\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .desktop\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .desktop\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .desktop\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .desktop\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .desktop\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .desktop\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .desktop\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .desktop\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .desktop\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .desktop\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .desktop\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .desktop\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .desktop\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .desktop\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .desktop\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .desktop\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .desktop\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .desktop\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .desktop\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .desktop\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .desktop\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .desktop\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .desktop\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .desktop\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .desktop\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .desktop\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .desktop\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .desktop\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .desktop\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .desktop\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .desktop\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .desktop\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .desktop\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .desktop\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .desktop\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .desktop\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .desktop\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .desktop\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .desktop\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .desktop\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .desktop\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .desktop\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .desktop\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .desktop\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .desktop\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .desktop\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .desktop\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .desktop\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .desktop\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .desktop\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .desktop\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .desktop\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .desktop\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .desktop\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .desktop\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .desktop\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .desktop\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .desktop\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .desktop\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .desktop\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .desktop\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .desktop\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .desktop\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .desktop\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .desktop\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .desktop\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .desktop\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .desktop\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .desktop\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .desktop\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .desktop\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .desktop\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .desktop\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .desktop\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .desktop\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .desktop\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .desktop\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .desktop\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .desktop\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .desktop\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .desktop\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .desktop\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .desktop\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .desktop\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .desktop\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .desktop\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .desktop\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .desktop\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .desktop\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .desktop\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .desktop\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .desktop\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .desktop\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .desktop\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .desktop\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .desktop\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .desktop\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .desktop\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .desktop\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .desktop\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .desktop\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .desktop\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .desktop\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .desktop\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .desktop\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .desktop\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .desktop\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .desktop\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .desktop\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .desktop\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .desktop\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .desktop\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .desktop\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .desktop\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .desktop\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .desktop\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .desktop\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .desktop\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .desktop\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .desktop\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .desktop\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .desktop\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .desktop\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .desktop\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .desktop\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .desktop\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .desktop\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .desktop\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .desktop\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .desktop\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .desktop\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .desktop\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .desktop\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .desktop\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .desktop\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .desktop\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .desktop\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .desktop\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .desktop\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .desktop\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .desktop\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .desktop\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .desktop\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .desktop\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .desktop\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .desktop\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .desktop\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .desktop\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .desktop\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .desktop\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .desktop\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .desktop\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .desktop\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .desktop\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .desktop\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .desktop\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .desktop\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .desktop\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .desktop\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .desktop\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .desktop\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .desktop\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .desktop\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .desktop\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .desktop\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .desktop\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .desktop\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .desktop\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .desktop\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .desktop\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .desktop\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .desktop\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .desktop\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .desktop\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .desktop\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .desktop\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .desktop\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .desktop\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .desktop\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .desktop\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .desktop\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .desktop\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .desktop\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .desktop\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .desktop\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .desktop\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .desktop\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .desktop\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .desktop\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .desktop\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .desktop\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .desktop\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .desktop\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .desktop\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .desktop\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .desktop\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .desktop\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .desktop\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .desktop\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .desktop\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .desktop\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .desktop\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .desktop\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .desktop\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .desktop\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .desktop\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .desktop\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .desktop\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .desktop\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .desktop\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .desktop\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .desktop\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .desktop\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .desktop\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .desktop\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .desktop\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .desktop\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .desktop\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .desktop\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .desktop\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .desktop\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .desktop\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .desktop\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .desktop\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .desktop\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .desktop\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .desktop\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .desktop\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .desktop\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .desktop\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .desktop\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .desktop\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .desktop\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .desktop\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .desktop\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .desktop\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .desktop\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .desktop\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .desktop\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .desktop\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .desktop\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .desktop\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .desktop\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .desktop\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .desktop\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .desktop\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .desktop\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .desktop\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .desktop\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .desktop\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .desktop\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .desktop\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .desktop\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .desktop\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .desktop\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .desktop\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .desktop\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .desktop\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .desktop\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .desktop\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .desktop\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .desktop\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .desktop\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .desktop\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .desktop\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .desktop\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .desktop\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .desktop\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .desktop\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .desktop\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .desktop\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .desktop\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .desktop\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .desktop\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .desktop\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .desktop\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .desktop\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .desktop\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .desktop\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .desktop\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .desktop\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .desktop\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .desktop\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .desktop\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .desktop\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .desktop\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .desktop\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .desktop\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .desktop\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .desktop\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .desktop\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .desktop\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .desktop\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .desktop\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .desktop\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .desktop\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .desktop\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .desktop\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .desktop\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .desktop\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .desktop\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .desktop\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .desktop\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .desktop\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .desktop\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .desktop\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .desktop\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .desktop\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .desktop\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .desktop\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .desktop\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .desktop\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .desktop\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .desktop\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .desktop\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .desktop\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .desktop\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .desktop\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .desktop\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .desktop\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .desktop\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .desktop\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .desktop\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .desktop\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .desktop\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .desktop\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .desktop\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .desktop\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .desktop\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .desktop\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .desktop\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .desktop\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .desktop\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .desktop\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .desktop\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .desktop\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .desktop\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .desktop\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .desktop\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .desktop\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .desktop\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .desktop\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .desktop\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .desktop\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .desktop\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .desktop\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .desktop\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .desktop\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .desktop\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .desktop\:first\:m-0:first-child {
    margin: 0px;
  }

  .desktop\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .desktop\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .desktop\:first\:m-3:first-child {
    margin: 3px;
  }

  .desktop\:first\:m-4:first-child {
    margin: 4px;
  }

  .desktop\:first\:m-5:first-child {
    margin: 5px;
  }

  .desktop\:first\:m-6:first-child {
    margin: 6px;
  }

  .desktop\:first\:m-8:first-child {
    margin: 8px;
  }

  .desktop\:first\:m-9:first-child {
    margin: 9px;
  }

  .desktop\:first\:m-10:first-child {
    margin: 10px;
  }

  .desktop\:first\:m-12:first-child {
    margin: 12px;
  }

  .desktop\:first\:m-13:first-child {
    margin: 13px;
  }

  .desktop\:first\:m-14:first-child {
    margin: 14px;
  }

  .desktop\:first\:m-15:first-child {
    margin: 15px;
  }

  .desktop\:first\:m-16:first-child {
    margin: 16px;
  }

  .desktop\:first\:m-17:first-child {
    margin: 17px;
  }

  .desktop\:first\:m-18:first-child {
    margin: 18px;
  }

  .desktop\:first\:m-20:first-child {
    margin: 20px;
  }

  .desktop\:first\:m-22:first-child {
    margin: 22px;
  }

  .desktop\:first\:m-24:first-child {
    margin: 24px;
  }

  .desktop\:first\:m-25:first-child {
    margin: 25px;
  }

  .desktop\:first\:m-28:first-child {
    margin: 28px;
  }

  .desktop\:first\:m-29:first-child {
    margin: 29px;
  }

  .desktop\:first\:m-30:first-child {
    margin: 30px;
  }

  .desktop\:first\:m-32:first-child {
    margin: 32px;
  }

  .desktop\:first\:m-35:first-child {
    margin: 35px;
  }

  .desktop\:first\:m-36:first-child {
    margin: 36px;
  }

  .desktop\:first\:m-37:first-child {
    margin: 37px;
  }

  .desktop\:first\:m-40:first-child {
    margin: 40px;
  }

  .desktop\:first\:m-45:first-child {
    margin: 45px;
  }

  .desktop\:first\:m-48:first-child {
    margin: 48px;
  }

  .desktop\:first\:m-50:first-child {
    margin: 50px;
  }

  .desktop\:first\:m-55:first-child {
    margin: 55px;
  }

  .desktop\:first\:m-56:first-child {
    margin: 56px;
  }

  .desktop\:first\:m-60:first-child {
    margin: 60px;
  }

  .desktop\:first\:m-62:first-child {
    margin: 62px;
  }

  .desktop\:first\:m-64:first-child {
    margin: 64px;
  }

  .desktop\:first\:m-65:first-child {
    margin: 65px;
  }

  .desktop\:first\:m-70:first-child {
    margin: 70px;
  }

  .desktop\:first\:m-75:first-child {
    margin: 75px;
  }

  .desktop\:first\:m-80:first-child {
    margin: 80px;
  }

  .desktop\:first\:m-85:first-child {
    margin: 85px;
  }

  .desktop\:first\:m-90:first-child {
    margin: 90px;
  }

  .desktop\:first\:m-95:first-child {
    margin: 95px;
  }

  .desktop\:first\:m-96:first-child {
    margin: 96px;
  }

  .desktop\:first\:m-100:first-child {
    margin: 100px;
  }

  .desktop\:first\:m-110:first-child {
    margin: 110px;
  }

  .desktop\:first\:m-115:first-child {
    margin: 115px;
  }

  .desktop\:first\:m-120:first-child {
    margin: 120px;
  }

  .desktop\:first\:m-128:first-child {
    margin: 128px;
  }

  .desktop\:first\:m-135:first-child {
    margin: 135px;
  }

  .desktop\:first\:m-140:first-child {
    margin: 140px;
  }

  .desktop\:first\:m-145:first-child {
    margin: 145px;
  }

  .desktop\:first\:m-150:first-child {
    margin: 150px;
  }

  .desktop\:first\:m-160:first-child {
    margin: 160px;
  }

  .desktop\:first\:m-165:first-child {
    margin: 165px;
  }

  .desktop\:first\:m-168:first-child {
    margin: 168px;
  }

  .desktop\:first\:m-170:first-child {
    margin: 170px;
  }

  .desktop\:first\:m-180:first-child {
    margin: 180px;
  }

  .desktop\:first\:m-200:first-child {
    margin: 200px;
  }

  .desktop\:first\:m-220:first-child {
    margin: 220px;
  }

  .desktop\:first\:m-230:first-child {
    margin: 230px;
  }

  .desktop\:first\:m-235:first-child {
    margin: 235px;
  }

  .desktop\:first\:m-240:first-child {
    margin: 240px;
  }

  .desktop\:first\:m-250:first-child {
    margin: 250px;
  }

  .desktop\:first\:m-300:first-child {
    margin: 300px;
  }

  .desktop\:first\:m-320:first-child {
    margin: 320px;
  }

  .desktop\:first\:m-350:first-child {
    margin: 350px;
  }

  .desktop\:first\:m-375:first-child {
    margin: 375px;
  }

  .desktop\:first\:m-400:first-child {
    margin: 400px;
  }

  .desktop\:first\:m-450:first-child {
    margin: 450px;
  }

  .desktop\:first\:m-700:first-child {
    margin: 700px;
  }

  .desktop\:first\:m-auto:first-child {
    margin: auto;
  }

  .desktop\:first\:m-px:first-child {
    margin: 1px;
  }

  .desktop\:first\:m-1p:first-child {
    margin: 1%;
  }

  .desktop\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .desktop\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .desktop\:first\:m-11p:first-child {
    margin: 11%;
  }

  .desktop\:first\:m-20p:first-child {
    margin: 20%;
  }

  .desktop\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .desktop\:first\:m-25p:first-child {
    margin: 25%;
  }

  .desktop\:first\:m-32p:first-child {
    margin: 32%;
  }

  .desktop\:first\:m-35p:first-child {
    margin: 35%;
  }

  .desktop\:first\:m-40p:first-child {
    margin: 40%;
  }

  .desktop\:first\:m-49p:first-child {
    margin: 49%;
  }

  .desktop\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .desktop\:first\:m-80p:first-child {
    margin: 80%;
  }

  .desktop\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .desktop\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .desktop\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .desktop\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .desktop\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .desktop\:first\:m-90p:first-child {
    margin: 90%;
  }

  .desktop\:first\:m-92p:first-child {
    margin: 92%;
  }

  .desktop\:first\:m-93p:first-child {
    margin: 93%;
  }

  .desktop\:first\:m-94p:first-child {
    margin: 94%;
  }

  .desktop\:first\:m-95p:first-child {
    margin: 95%;
  }

  .desktop\:first\:m-96p:first-child {
    margin: 96%;
  }

  .desktop\:first\:m-100p:first-child {
    margin: 100%;
  }

  .desktop\:first\:-m-0:first-child {
    margin: 0px;
  }

  .desktop\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .desktop\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .desktop\:first\:-m-3:first-child {
    margin: -3px;
  }

  .desktop\:first\:-m-4:first-child {
    margin: -4px;
  }

  .desktop\:first\:-m-5:first-child {
    margin: -5px;
  }

  .desktop\:first\:-m-6:first-child {
    margin: -6px;
  }

  .desktop\:first\:-m-8:first-child {
    margin: -8px;
  }

  .desktop\:first\:-m-9:first-child {
    margin: -9px;
  }

  .desktop\:first\:-m-10:first-child {
    margin: -10px;
  }

  .desktop\:first\:-m-12:first-child {
    margin: -12px;
  }

  .desktop\:first\:-m-13:first-child {
    margin: -13px;
  }

  .desktop\:first\:-m-14:first-child {
    margin: -14px;
  }

  .desktop\:first\:-m-15:first-child {
    margin: -15px;
  }

  .desktop\:first\:-m-16:first-child {
    margin: -16px;
  }

  .desktop\:first\:-m-17:first-child {
    margin: -17px;
  }

  .desktop\:first\:-m-18:first-child {
    margin: -18px;
  }

  .desktop\:first\:-m-20:first-child {
    margin: -20px;
  }

  .desktop\:first\:-m-22:first-child {
    margin: -22px;
  }

  .desktop\:first\:-m-24:first-child {
    margin: -24px;
  }

  .desktop\:first\:-m-25:first-child {
    margin: -25px;
  }

  .desktop\:first\:-m-28:first-child {
    margin: -28px;
  }

  .desktop\:first\:-m-29:first-child {
    margin: -29px;
  }

  .desktop\:first\:-m-30:first-child {
    margin: -30px;
  }

  .desktop\:first\:-m-32:first-child {
    margin: -32px;
  }

  .desktop\:first\:-m-35:first-child {
    margin: -35px;
  }

  .desktop\:first\:-m-36:first-child {
    margin: -36px;
  }

  .desktop\:first\:-m-37:first-child {
    margin: -37px;
  }

  .desktop\:first\:-m-40:first-child {
    margin: -40px;
  }

  .desktop\:first\:-m-45:first-child {
    margin: -45px;
  }

  .desktop\:first\:-m-48:first-child {
    margin: -48px;
  }

  .desktop\:first\:-m-50:first-child {
    margin: -50px;
  }

  .desktop\:first\:-m-55:first-child {
    margin: -55px;
  }

  .desktop\:first\:-m-56:first-child {
    margin: -56px;
  }

  .desktop\:first\:-m-60:first-child {
    margin: -60px;
  }

  .desktop\:first\:-m-62:first-child {
    margin: -62px;
  }

  .desktop\:first\:-m-64:first-child {
    margin: -64px;
  }

  .desktop\:first\:-m-65:first-child {
    margin: -65px;
  }

  .desktop\:first\:-m-70:first-child {
    margin: -70px;
  }

  .desktop\:first\:-m-75:first-child {
    margin: -75px;
  }

  .desktop\:first\:-m-80:first-child {
    margin: -80px;
  }

  .desktop\:first\:-m-85:first-child {
    margin: -85px;
  }

  .desktop\:first\:-m-90:first-child {
    margin: -90px;
  }

  .desktop\:first\:-m-95:first-child {
    margin: -95px;
  }

  .desktop\:first\:-m-96:first-child {
    margin: -96px;
  }

  .desktop\:first\:-m-100:first-child {
    margin: -100px;
  }

  .desktop\:first\:-m-110:first-child {
    margin: -110px;
  }

  .desktop\:first\:-m-115:first-child {
    margin: -115px;
  }

  .desktop\:first\:-m-120:first-child {
    margin: -120px;
  }

  .desktop\:first\:-m-128:first-child {
    margin: -128px;
  }

  .desktop\:first\:-m-135:first-child {
    margin: -135px;
  }

  .desktop\:first\:-m-140:first-child {
    margin: -140px;
  }

  .desktop\:first\:-m-145:first-child {
    margin: -145px;
  }

  .desktop\:first\:-m-150:first-child {
    margin: -150px;
  }

  .desktop\:first\:-m-160:first-child {
    margin: -160px;
  }

  .desktop\:first\:-m-165:first-child {
    margin: -165px;
  }

  .desktop\:first\:-m-168:first-child {
    margin: -168px;
  }

  .desktop\:first\:-m-170:first-child {
    margin: -170px;
  }

  .desktop\:first\:-m-180:first-child {
    margin: -180px;
  }

  .desktop\:first\:-m-200:first-child {
    margin: -200px;
  }

  .desktop\:first\:-m-220:first-child {
    margin: -220px;
  }

  .desktop\:first\:-m-230:first-child {
    margin: -230px;
  }

  .desktop\:first\:-m-235:first-child {
    margin: -235px;
  }

  .desktop\:first\:-m-240:first-child {
    margin: -240px;
  }

  .desktop\:first\:-m-250:first-child {
    margin: -250px;
  }

  .desktop\:first\:-m-300:first-child {
    margin: -300px;
  }

  .desktop\:first\:-m-320:first-child {
    margin: -320px;
  }

  .desktop\:first\:-m-350:first-child {
    margin: -350px;
  }

  .desktop\:first\:-m-375:first-child {
    margin: -375px;
  }

  .desktop\:first\:-m-400:first-child {
    margin: -400px;
  }

  .desktop\:first\:-m-450:first-child {
    margin: -450px;
  }

  .desktop\:first\:-m-700:first-child {
    margin: -700px;
  }

  .desktop\:first\:-m-px:first-child {
    margin: -1px;
  }

  .desktop\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .desktop\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .desktop\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .desktop\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .desktop\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .desktop\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .desktop\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .desktop\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .desktop\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .desktop\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .desktop\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .desktop\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .desktop\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .desktop\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .desktop\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .desktop\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .desktop\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .desktop\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .desktop\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .desktop\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .desktop\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .desktop\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .desktop\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .desktop\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .desktop\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .desktop\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .desktop\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .desktop\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .desktop\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .desktop\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .desktop\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .desktop\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .desktop\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .desktop\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .desktop\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .desktop\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .desktop\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .desktop\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .desktop\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .desktop\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .desktop\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .desktop\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .desktop\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .desktop\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .desktop\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .desktop\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .desktop\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .desktop\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .desktop\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .desktop\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .desktop\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .desktop\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .desktop\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .desktop\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .desktop\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .desktop\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .desktop\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .desktop\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .desktop\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .desktop\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .desktop\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .desktop\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .desktop\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .desktop\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .desktop\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .desktop\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .desktop\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .desktop\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .desktop\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .desktop\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .desktop\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .desktop\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .desktop\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .desktop\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .desktop\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .desktop\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .desktop\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .desktop\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .desktop\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .desktop\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .desktop\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .desktop\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .desktop\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .desktop\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .desktop\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .desktop\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .desktop\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .desktop\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .desktop\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .desktop\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .desktop\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .desktop\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .desktop\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .desktop\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .desktop\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .desktop\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .desktop\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .desktop\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .desktop\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .desktop\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .desktop\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .desktop\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .desktop\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .desktop\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .desktop\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .desktop\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .desktop\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .desktop\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .desktop\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .desktop\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .desktop\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .desktop\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .desktop\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .desktop\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .desktop\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .desktop\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .desktop\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .desktop\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .desktop\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .desktop\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .desktop\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .desktop\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .desktop\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .desktop\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .desktop\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .desktop\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .desktop\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .desktop\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .desktop\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .desktop\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .desktop\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .desktop\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .desktop\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .desktop\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .desktop\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .desktop\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .desktop\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .desktop\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .desktop\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .desktop\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .desktop\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .desktop\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .desktop\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .desktop\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .desktop\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .desktop\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .desktop\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .desktop\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .desktop\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .desktop\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .desktop\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .desktop\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .desktop\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .desktop\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .desktop\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .desktop\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .desktop\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .desktop\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .desktop\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .desktop\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .desktop\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .desktop\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .desktop\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .desktop\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .desktop\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .desktop\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .desktop\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .desktop\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .desktop\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .desktop\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .desktop\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .desktop\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .desktop\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .desktop\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .desktop\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .desktop\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .desktop\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .desktop\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .desktop\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .desktop\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .desktop\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .desktop\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .desktop\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .desktop\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .desktop\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .desktop\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .desktop\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .desktop\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .desktop\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .desktop\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .desktop\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .desktop\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .desktop\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .desktop\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .desktop\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .desktop\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .desktop\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .desktop\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .desktop\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .desktop\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .desktop\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .desktop\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .desktop\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .desktop\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .desktop\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .desktop\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .desktop\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .desktop\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .desktop\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .desktop\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .desktop\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .desktop\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .desktop\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .desktop\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .desktop\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .desktop\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .desktop\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .desktop\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .desktop\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .desktop\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .desktop\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .desktop\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .desktop\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .desktop\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .desktop\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .desktop\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .desktop\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .desktop\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .desktop\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .desktop\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .desktop\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .desktop\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .desktop\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .desktop\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .desktop\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .desktop\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .desktop\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .desktop\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .desktop\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .desktop\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .desktop\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .desktop\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .desktop\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .desktop\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .desktop\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .desktop\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .desktop\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .desktop\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .desktop\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .desktop\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .desktop\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .desktop\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .desktop\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .desktop\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .desktop\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .desktop\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .desktop\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .desktop\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .desktop\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .desktop\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .desktop\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .desktop\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .desktop\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .desktop\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .desktop\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .desktop\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .desktop\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .desktop\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .desktop\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .desktop\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .desktop\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .desktop\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .desktop\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .desktop\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .desktop\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .desktop\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .desktop\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .desktop\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .desktop\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .desktop\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .desktop\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .desktop\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .desktop\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .desktop\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .desktop\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .desktop\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .desktop\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .desktop\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .desktop\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .desktop\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .desktop\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .desktop\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .desktop\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .desktop\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .desktop\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .desktop\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .desktop\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .desktop\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .desktop\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .desktop\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .desktop\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .desktop\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .desktop\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .desktop\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .desktop\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .desktop\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .desktop\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .desktop\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .desktop\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .desktop\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .desktop\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .desktop\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .desktop\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .desktop\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .desktop\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .desktop\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .desktop\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .desktop\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .desktop\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .desktop\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .desktop\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .desktop\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .desktop\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .desktop\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .desktop\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .desktop\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .desktop\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .desktop\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .desktop\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .desktop\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .desktop\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .desktop\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .desktop\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .desktop\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .desktop\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .desktop\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .desktop\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .desktop\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .desktop\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .desktop\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .desktop\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .desktop\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .desktop\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .desktop\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .desktop\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .desktop\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .desktop\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .desktop\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .desktop\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .desktop\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .desktop\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .desktop\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .desktop\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .desktop\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .desktop\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .desktop\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .desktop\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .desktop\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .desktop\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .desktop\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .desktop\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .desktop\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .desktop\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .desktop\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .desktop\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .desktop\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .desktop\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .desktop\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .desktop\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .desktop\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .desktop\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .desktop\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .desktop\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .desktop\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .desktop\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .desktop\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .desktop\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .desktop\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .desktop\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .desktop\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .desktop\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .desktop\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .desktop\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .desktop\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .desktop\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .desktop\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .desktop\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .desktop\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .desktop\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .desktop\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .desktop\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .desktop\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .desktop\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .desktop\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .desktop\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .desktop\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .desktop\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .desktop\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .desktop\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .desktop\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .desktop\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .desktop\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .desktop\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .desktop\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .desktop\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .desktop\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .desktop\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .desktop\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .desktop\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .desktop\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .desktop\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .desktop\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .desktop\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .desktop\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .desktop\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .desktop\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .desktop\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .desktop\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .desktop\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .desktop\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .desktop\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .desktop\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .desktop\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .desktop\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .desktop\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .desktop\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .desktop\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .desktop\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .desktop\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .desktop\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .desktop\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .desktop\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .desktop\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .desktop\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .desktop\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .desktop\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .desktop\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .desktop\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .desktop\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .desktop\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .desktop\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .desktop\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .desktop\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .desktop\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .desktop\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .desktop\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .desktop\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .desktop\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .desktop\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .desktop\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .desktop\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .desktop\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .desktop\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .desktop\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .desktop\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .desktop\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .desktop\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .desktop\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .desktop\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .desktop\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .desktop\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .desktop\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .desktop\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .desktop\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .desktop\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .desktop\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .desktop\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .desktop\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .desktop\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .desktop\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .desktop\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .desktop\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .desktop\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .desktop\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .desktop\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .desktop\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .desktop\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .desktop\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .desktop\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .desktop\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .desktop\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .desktop\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .desktop\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .desktop\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .desktop\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .desktop\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .desktop\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .desktop\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .desktop\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .desktop\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .desktop\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .desktop\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .desktop\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .desktop\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .desktop\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .desktop\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .desktop\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .desktop\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .desktop\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .desktop\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .desktop\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .desktop\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .desktop\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .desktop\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .desktop\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .desktop\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .desktop\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .desktop\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .desktop\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .desktop\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .desktop\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .desktop\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .desktop\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .desktop\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .desktop\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .desktop\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .desktop\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .desktop\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .desktop\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .desktop\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .desktop\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .desktop\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .desktop\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .desktop\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .desktop\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .desktop\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .desktop\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .desktop\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .desktop\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .desktop\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .desktop\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .desktop\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .desktop\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .desktop\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .desktop\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .desktop\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .desktop\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .desktop\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .desktop\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .desktop\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .desktop\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .desktop\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .desktop\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .desktop\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .desktop\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .desktop\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .desktop\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .desktop\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .desktop\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .desktop\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .desktop\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .desktop\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .desktop\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .desktop\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .desktop\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .desktop\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .desktop\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .desktop\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .desktop\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .desktop\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .desktop\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .desktop\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .desktop\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .desktop\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .desktop\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .desktop\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .desktop\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .desktop\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .desktop\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .desktop\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .desktop\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .desktop\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .desktop\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .desktop\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .desktop\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .desktop\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .desktop\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .desktop\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .desktop\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .desktop\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .desktop\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .desktop\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .desktop\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .desktop\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .desktop\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .desktop\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .desktop\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .desktop\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .desktop\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .desktop\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .desktop\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .desktop\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .desktop\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .desktop\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .desktop\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .desktop\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .desktop\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .desktop\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .desktop\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .desktop\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .desktop\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .desktop\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .desktop\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .desktop\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .desktop\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .desktop\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .desktop\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .desktop\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .desktop\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .desktop\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .desktop\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .desktop\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .desktop\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .desktop\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .desktop\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .desktop\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .desktop\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .desktop\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .desktop\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .desktop\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .desktop\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .desktop\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .desktop\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .desktop\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .desktop\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .desktop\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .desktop\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .desktop\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .desktop\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .desktop\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .desktop\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .desktop\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .desktop\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .desktop\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .desktop\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .desktop\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .desktop\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .desktop\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .desktop\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .desktop\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .desktop\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .desktop\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .desktop\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .desktop\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .desktop\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .desktop\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .desktop\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .desktop\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .desktop\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .desktop\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .desktop\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .desktop\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .desktop\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .desktop\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .desktop\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .desktop\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .desktop\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .desktop\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .desktop\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .desktop\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .desktop\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .desktop\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .desktop\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .desktop\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .desktop\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .desktop\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .desktop\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .desktop\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .desktop\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .desktop\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .desktop\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .desktop\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .desktop\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .desktop\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .desktop\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .desktop\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .desktop\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .desktop\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .desktop\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .desktop\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .desktop\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .desktop\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .desktop\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .desktop\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .desktop\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .desktop\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .desktop\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .desktop\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .desktop\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .desktop\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .desktop\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .desktop\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .desktop\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .desktop\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .desktop\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .desktop\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .desktop\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .desktop\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .desktop\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .desktop\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .desktop\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .desktop\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .desktop\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .desktop\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .desktop\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .desktop\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .desktop\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .desktop\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .desktop\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .desktop\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .desktop\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .desktop\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .desktop\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .desktop\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .desktop\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .desktop\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .desktop\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .desktop\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .desktop\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .desktop\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .desktop\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .desktop\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .desktop\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .desktop\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .desktop\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .desktop\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .desktop\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .desktop\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .desktop\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .desktop\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .desktop\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .desktop\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .desktop\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .desktop\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .desktop\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .desktop\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .desktop\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .desktop\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .desktop\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .desktop\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .desktop\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .desktop\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .desktop\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .desktop\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .desktop\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .desktop\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .desktop\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .desktop\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .desktop\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .desktop\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .desktop\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .desktop\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .desktop\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .desktop\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .desktop\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .desktop\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .desktop\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .desktop\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .desktop\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .desktop\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .desktop\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .desktop\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .desktop\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .desktop\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .desktop\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .desktop\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .desktop\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .desktop\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .desktop\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .desktop\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .desktop\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .desktop\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .desktop\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .desktop\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .desktop\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .desktop\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .desktop\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .desktop\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .desktop\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .desktop\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .desktop\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .desktop\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .desktop\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .desktop\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .desktop\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .desktop\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .desktop\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .desktop\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .desktop\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .desktop\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .desktop\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .desktop\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .desktop\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .desktop\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .desktop\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .desktop\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .desktop\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .desktop\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .desktop\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .desktop\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .desktop\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .desktop\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .desktop\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .desktop\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .desktop\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .desktop\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .desktop\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .desktop\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .desktop\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .desktop\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .desktop\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .desktop\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .desktop\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .desktop\:last\:m-0:last-child {
    margin: 0px;
  }

  .desktop\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .desktop\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .desktop\:last\:m-3:last-child {
    margin: 3px;
  }

  .desktop\:last\:m-4:last-child {
    margin: 4px;
  }

  .desktop\:last\:m-5:last-child {
    margin: 5px;
  }

  .desktop\:last\:m-6:last-child {
    margin: 6px;
  }

  .desktop\:last\:m-8:last-child {
    margin: 8px;
  }

  .desktop\:last\:m-9:last-child {
    margin: 9px;
  }

  .desktop\:last\:m-10:last-child {
    margin: 10px;
  }

  .desktop\:last\:m-12:last-child {
    margin: 12px;
  }

  .desktop\:last\:m-13:last-child {
    margin: 13px;
  }

  .desktop\:last\:m-14:last-child {
    margin: 14px;
  }

  .desktop\:last\:m-15:last-child {
    margin: 15px;
  }

  .desktop\:last\:m-16:last-child {
    margin: 16px;
  }

  .desktop\:last\:m-17:last-child {
    margin: 17px;
  }

  .desktop\:last\:m-18:last-child {
    margin: 18px;
  }

  .desktop\:last\:m-20:last-child {
    margin: 20px;
  }

  .desktop\:last\:m-22:last-child {
    margin: 22px;
  }

  .desktop\:last\:m-24:last-child {
    margin: 24px;
  }

  .desktop\:last\:m-25:last-child {
    margin: 25px;
  }

  .desktop\:last\:m-28:last-child {
    margin: 28px;
  }

  .desktop\:last\:m-29:last-child {
    margin: 29px;
  }

  .desktop\:last\:m-30:last-child {
    margin: 30px;
  }

  .desktop\:last\:m-32:last-child {
    margin: 32px;
  }

  .desktop\:last\:m-35:last-child {
    margin: 35px;
  }

  .desktop\:last\:m-36:last-child {
    margin: 36px;
  }

  .desktop\:last\:m-37:last-child {
    margin: 37px;
  }

  .desktop\:last\:m-40:last-child {
    margin: 40px;
  }

  .desktop\:last\:m-45:last-child {
    margin: 45px;
  }

  .desktop\:last\:m-48:last-child {
    margin: 48px;
  }

  .desktop\:last\:m-50:last-child {
    margin: 50px;
  }

  .desktop\:last\:m-55:last-child {
    margin: 55px;
  }

  .desktop\:last\:m-56:last-child {
    margin: 56px;
  }

  .desktop\:last\:m-60:last-child {
    margin: 60px;
  }

  .desktop\:last\:m-62:last-child {
    margin: 62px;
  }

  .desktop\:last\:m-64:last-child {
    margin: 64px;
  }

  .desktop\:last\:m-65:last-child {
    margin: 65px;
  }

  .desktop\:last\:m-70:last-child {
    margin: 70px;
  }

  .desktop\:last\:m-75:last-child {
    margin: 75px;
  }

  .desktop\:last\:m-80:last-child {
    margin: 80px;
  }

  .desktop\:last\:m-85:last-child {
    margin: 85px;
  }

  .desktop\:last\:m-90:last-child {
    margin: 90px;
  }

  .desktop\:last\:m-95:last-child {
    margin: 95px;
  }

  .desktop\:last\:m-96:last-child {
    margin: 96px;
  }

  .desktop\:last\:m-100:last-child {
    margin: 100px;
  }

  .desktop\:last\:m-110:last-child {
    margin: 110px;
  }

  .desktop\:last\:m-115:last-child {
    margin: 115px;
  }

  .desktop\:last\:m-120:last-child {
    margin: 120px;
  }

  .desktop\:last\:m-128:last-child {
    margin: 128px;
  }

  .desktop\:last\:m-135:last-child {
    margin: 135px;
  }

  .desktop\:last\:m-140:last-child {
    margin: 140px;
  }

  .desktop\:last\:m-145:last-child {
    margin: 145px;
  }

  .desktop\:last\:m-150:last-child {
    margin: 150px;
  }

  .desktop\:last\:m-160:last-child {
    margin: 160px;
  }

  .desktop\:last\:m-165:last-child {
    margin: 165px;
  }

  .desktop\:last\:m-168:last-child {
    margin: 168px;
  }

  .desktop\:last\:m-170:last-child {
    margin: 170px;
  }

  .desktop\:last\:m-180:last-child {
    margin: 180px;
  }

  .desktop\:last\:m-200:last-child {
    margin: 200px;
  }

  .desktop\:last\:m-220:last-child {
    margin: 220px;
  }

  .desktop\:last\:m-230:last-child {
    margin: 230px;
  }

  .desktop\:last\:m-235:last-child {
    margin: 235px;
  }

  .desktop\:last\:m-240:last-child {
    margin: 240px;
  }

  .desktop\:last\:m-250:last-child {
    margin: 250px;
  }

  .desktop\:last\:m-300:last-child {
    margin: 300px;
  }

  .desktop\:last\:m-320:last-child {
    margin: 320px;
  }

  .desktop\:last\:m-350:last-child {
    margin: 350px;
  }

  .desktop\:last\:m-375:last-child {
    margin: 375px;
  }

  .desktop\:last\:m-400:last-child {
    margin: 400px;
  }

  .desktop\:last\:m-450:last-child {
    margin: 450px;
  }

  .desktop\:last\:m-700:last-child {
    margin: 700px;
  }

  .desktop\:last\:m-auto:last-child {
    margin: auto;
  }

  .desktop\:last\:m-px:last-child {
    margin: 1px;
  }

  .desktop\:last\:m-1p:last-child {
    margin: 1%;
  }

  .desktop\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .desktop\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .desktop\:last\:m-11p:last-child {
    margin: 11%;
  }

  .desktop\:last\:m-20p:last-child {
    margin: 20%;
  }

  .desktop\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .desktop\:last\:m-25p:last-child {
    margin: 25%;
  }

  .desktop\:last\:m-32p:last-child {
    margin: 32%;
  }

  .desktop\:last\:m-35p:last-child {
    margin: 35%;
  }

  .desktop\:last\:m-40p:last-child {
    margin: 40%;
  }

  .desktop\:last\:m-49p:last-child {
    margin: 49%;
  }

  .desktop\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .desktop\:last\:m-80p:last-child {
    margin: 80%;
  }

  .desktop\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .desktop\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .desktop\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .desktop\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .desktop\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .desktop\:last\:m-90p:last-child {
    margin: 90%;
  }

  .desktop\:last\:m-92p:last-child {
    margin: 92%;
  }

  .desktop\:last\:m-93p:last-child {
    margin: 93%;
  }

  .desktop\:last\:m-94p:last-child {
    margin: 94%;
  }

  .desktop\:last\:m-95p:last-child {
    margin: 95%;
  }

  .desktop\:last\:m-96p:last-child {
    margin: 96%;
  }

  .desktop\:last\:m-100p:last-child {
    margin: 100%;
  }

  .desktop\:last\:-m-0:last-child {
    margin: 0px;
  }

  .desktop\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .desktop\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .desktop\:last\:-m-3:last-child {
    margin: -3px;
  }

  .desktop\:last\:-m-4:last-child {
    margin: -4px;
  }

  .desktop\:last\:-m-5:last-child {
    margin: -5px;
  }

  .desktop\:last\:-m-6:last-child {
    margin: -6px;
  }

  .desktop\:last\:-m-8:last-child {
    margin: -8px;
  }

  .desktop\:last\:-m-9:last-child {
    margin: -9px;
  }

  .desktop\:last\:-m-10:last-child {
    margin: -10px;
  }

  .desktop\:last\:-m-12:last-child {
    margin: -12px;
  }

  .desktop\:last\:-m-13:last-child {
    margin: -13px;
  }

  .desktop\:last\:-m-14:last-child {
    margin: -14px;
  }

  .desktop\:last\:-m-15:last-child {
    margin: -15px;
  }

  .desktop\:last\:-m-16:last-child {
    margin: -16px;
  }

  .desktop\:last\:-m-17:last-child {
    margin: -17px;
  }

  .desktop\:last\:-m-18:last-child {
    margin: -18px;
  }

  .desktop\:last\:-m-20:last-child {
    margin: -20px;
  }

  .desktop\:last\:-m-22:last-child {
    margin: -22px;
  }

  .desktop\:last\:-m-24:last-child {
    margin: -24px;
  }

  .desktop\:last\:-m-25:last-child {
    margin: -25px;
  }

  .desktop\:last\:-m-28:last-child {
    margin: -28px;
  }

  .desktop\:last\:-m-29:last-child {
    margin: -29px;
  }

  .desktop\:last\:-m-30:last-child {
    margin: -30px;
  }

  .desktop\:last\:-m-32:last-child {
    margin: -32px;
  }

  .desktop\:last\:-m-35:last-child {
    margin: -35px;
  }

  .desktop\:last\:-m-36:last-child {
    margin: -36px;
  }

  .desktop\:last\:-m-37:last-child {
    margin: -37px;
  }

  .desktop\:last\:-m-40:last-child {
    margin: -40px;
  }

  .desktop\:last\:-m-45:last-child {
    margin: -45px;
  }

  .desktop\:last\:-m-48:last-child {
    margin: -48px;
  }

  .desktop\:last\:-m-50:last-child {
    margin: -50px;
  }

  .desktop\:last\:-m-55:last-child {
    margin: -55px;
  }

  .desktop\:last\:-m-56:last-child {
    margin: -56px;
  }

  .desktop\:last\:-m-60:last-child {
    margin: -60px;
  }

  .desktop\:last\:-m-62:last-child {
    margin: -62px;
  }

  .desktop\:last\:-m-64:last-child {
    margin: -64px;
  }

  .desktop\:last\:-m-65:last-child {
    margin: -65px;
  }

  .desktop\:last\:-m-70:last-child {
    margin: -70px;
  }

  .desktop\:last\:-m-75:last-child {
    margin: -75px;
  }

  .desktop\:last\:-m-80:last-child {
    margin: -80px;
  }

  .desktop\:last\:-m-85:last-child {
    margin: -85px;
  }

  .desktop\:last\:-m-90:last-child {
    margin: -90px;
  }

  .desktop\:last\:-m-95:last-child {
    margin: -95px;
  }

  .desktop\:last\:-m-96:last-child {
    margin: -96px;
  }

  .desktop\:last\:-m-100:last-child {
    margin: -100px;
  }

  .desktop\:last\:-m-110:last-child {
    margin: -110px;
  }

  .desktop\:last\:-m-115:last-child {
    margin: -115px;
  }

  .desktop\:last\:-m-120:last-child {
    margin: -120px;
  }

  .desktop\:last\:-m-128:last-child {
    margin: -128px;
  }

  .desktop\:last\:-m-135:last-child {
    margin: -135px;
  }

  .desktop\:last\:-m-140:last-child {
    margin: -140px;
  }

  .desktop\:last\:-m-145:last-child {
    margin: -145px;
  }

  .desktop\:last\:-m-150:last-child {
    margin: -150px;
  }

  .desktop\:last\:-m-160:last-child {
    margin: -160px;
  }

  .desktop\:last\:-m-165:last-child {
    margin: -165px;
  }

  .desktop\:last\:-m-168:last-child {
    margin: -168px;
  }

  .desktop\:last\:-m-170:last-child {
    margin: -170px;
  }

  .desktop\:last\:-m-180:last-child {
    margin: -180px;
  }

  .desktop\:last\:-m-200:last-child {
    margin: -200px;
  }

  .desktop\:last\:-m-220:last-child {
    margin: -220px;
  }

  .desktop\:last\:-m-230:last-child {
    margin: -230px;
  }

  .desktop\:last\:-m-235:last-child {
    margin: -235px;
  }

  .desktop\:last\:-m-240:last-child {
    margin: -240px;
  }

  .desktop\:last\:-m-250:last-child {
    margin: -250px;
  }

  .desktop\:last\:-m-300:last-child {
    margin: -300px;
  }

  .desktop\:last\:-m-320:last-child {
    margin: -320px;
  }

  .desktop\:last\:-m-350:last-child {
    margin: -350px;
  }

  .desktop\:last\:-m-375:last-child {
    margin: -375px;
  }

  .desktop\:last\:-m-400:last-child {
    margin: -400px;
  }

  .desktop\:last\:-m-450:last-child {
    margin: -450px;
  }

  .desktop\:last\:-m-700:last-child {
    margin: -700px;
  }

  .desktop\:last\:-m-px:last-child {
    margin: -1px;
  }

  .desktop\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .desktop\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .desktop\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .desktop\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .desktop\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .desktop\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .desktop\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .desktop\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .desktop\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .desktop\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .desktop\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .desktop\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .desktop\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .desktop\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .desktop\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .desktop\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .desktop\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .desktop\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .desktop\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .desktop\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .desktop\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .desktop\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .desktop\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .desktop\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .desktop\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .desktop\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .desktop\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .desktop\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .desktop\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .desktop\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .desktop\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .desktop\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .desktop\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .desktop\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .desktop\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .desktop\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .desktop\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .desktop\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .desktop\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .desktop\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .desktop\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .desktop\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .desktop\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .desktop\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .desktop\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .desktop\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .desktop\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .desktop\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .desktop\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .desktop\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .desktop\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .desktop\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .desktop\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .desktop\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .desktop\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .desktop\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .desktop\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .desktop\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .desktop\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .desktop\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .desktop\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .desktop\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .desktop\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .desktop\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .desktop\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .desktop\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .desktop\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .desktop\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .desktop\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .desktop\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .desktop\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .desktop\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .desktop\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .desktop\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .desktop\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .desktop\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .desktop\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .desktop\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .desktop\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .desktop\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .desktop\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .desktop\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .desktop\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .desktop\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .desktop\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .desktop\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .desktop\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .desktop\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .desktop\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .desktop\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .desktop\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .desktop\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .desktop\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .desktop\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .desktop\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .desktop\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .desktop\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .desktop\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .desktop\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .desktop\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .desktop\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .desktop\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .desktop\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .desktop\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .desktop\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .desktop\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .desktop\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .desktop\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .desktop\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .desktop\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .desktop\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .desktop\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .desktop\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .desktop\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .desktop\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .desktop\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .desktop\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .desktop\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .desktop\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .desktop\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .desktop\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .desktop\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .desktop\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .desktop\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .desktop\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .desktop\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .desktop\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .desktop\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .desktop\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .desktop\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .desktop\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .desktop\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .desktop\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .desktop\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .desktop\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .desktop\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .desktop\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .desktop\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .desktop\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .desktop\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .desktop\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .desktop\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .desktop\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .desktop\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .desktop\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .desktop\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .desktop\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .desktop\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .desktop\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .desktop\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .desktop\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .desktop\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .desktop\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .desktop\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .desktop\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .desktop\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .desktop\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .desktop\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .desktop\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .desktop\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .desktop\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .desktop\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .desktop\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .desktop\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .desktop\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .desktop\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .desktop\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .desktop\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .desktop\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .desktop\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .desktop\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .desktop\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .desktop\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .desktop\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .desktop\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .desktop\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .desktop\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .desktop\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .desktop\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .desktop\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .desktop\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .desktop\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .desktop\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .desktop\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .desktop\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .desktop\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .desktop\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .desktop\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .desktop\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .desktop\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .desktop\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .desktop\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .desktop\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .desktop\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .desktop\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .desktop\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .desktop\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .desktop\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .desktop\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .desktop\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .desktop\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .desktop\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .desktop\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .desktop\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .desktop\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .desktop\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .desktop\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .desktop\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .desktop\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .desktop\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .desktop\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .desktop\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .desktop\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .desktop\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .desktop\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .desktop\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .desktop\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .desktop\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .desktop\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .desktop\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .desktop\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .desktop\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .desktop\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .desktop\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .desktop\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .desktop\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .desktop\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .desktop\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .desktop\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .desktop\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .desktop\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .desktop\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .desktop\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .desktop\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .desktop\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .desktop\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .desktop\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .desktop\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .desktop\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .desktop\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .desktop\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .desktop\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .desktop\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .desktop\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .desktop\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .desktop\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .desktop\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .desktop\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .desktop\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .desktop\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .desktop\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .desktop\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .desktop\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .desktop\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .desktop\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .desktop\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .desktop\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .desktop\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .desktop\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .desktop\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .desktop\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .desktop\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .desktop\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .desktop\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .desktop\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .desktop\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .desktop\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .desktop\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .desktop\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .desktop\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .desktop\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .desktop\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .desktop\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .desktop\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .desktop\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .desktop\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .desktop\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .desktop\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .desktop\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .desktop\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .desktop\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .desktop\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .desktop\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .desktop\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .desktop\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .desktop\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .desktop\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .desktop\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .desktop\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .desktop\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .desktop\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .desktop\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .desktop\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .desktop\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .desktop\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .desktop\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .desktop\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .desktop\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .desktop\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .desktop\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .desktop\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .desktop\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .desktop\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .desktop\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .desktop\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .desktop\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .desktop\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .desktop\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .desktop\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .desktop\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .desktop\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .desktop\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .desktop\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .desktop\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .desktop\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .desktop\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .desktop\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .desktop\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .desktop\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .desktop\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .desktop\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .desktop\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .desktop\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .desktop\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .desktop\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .desktop\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .desktop\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .desktop\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .desktop\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .desktop\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .desktop\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .desktop\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .desktop\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .desktop\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .desktop\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .desktop\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .desktop\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .desktop\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .desktop\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .desktop\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .desktop\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .desktop\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .desktop\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .desktop\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .desktop\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .desktop\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .desktop\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .desktop\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .desktop\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .desktop\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .desktop\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .desktop\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .desktop\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .desktop\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .desktop\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .desktop\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .desktop\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .desktop\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .desktop\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .desktop\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .desktop\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .desktop\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .desktop\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .desktop\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .desktop\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .desktop\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .desktop\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .desktop\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .desktop\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .desktop\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .desktop\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .desktop\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .desktop\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .desktop\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .desktop\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .desktop\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .desktop\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .desktop\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .desktop\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .desktop\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .desktop\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .desktop\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .desktop\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .desktop\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .desktop\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .desktop\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .desktop\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .desktop\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .desktop\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .desktop\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .desktop\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .desktop\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .desktop\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .desktop\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .desktop\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .desktop\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .desktop\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .desktop\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .desktop\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .desktop\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .desktop\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .desktop\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .desktop\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .desktop\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .desktop\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .desktop\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .desktop\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .desktop\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .desktop\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .desktop\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .desktop\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .desktop\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .desktop\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .desktop\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .desktop\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .desktop\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .desktop\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .desktop\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .desktop\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .desktop\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .desktop\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .desktop\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .desktop\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .desktop\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .desktop\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .desktop\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .desktop\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .desktop\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .desktop\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .desktop\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .desktop\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .desktop\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .desktop\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .desktop\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .desktop\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .desktop\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .desktop\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .desktop\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .desktop\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .desktop\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .desktop\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .desktop\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .desktop\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .desktop\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .desktop\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .desktop\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .desktop\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .desktop\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .desktop\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .desktop\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .desktop\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .desktop\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .desktop\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .desktop\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .desktop\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .desktop\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .desktop\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .desktop\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .desktop\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .desktop\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .desktop\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .desktop\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .desktop\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .desktop\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .desktop\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .desktop\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .desktop\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .desktop\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .desktop\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .desktop\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .desktop\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .desktop\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .desktop\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .desktop\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .desktop\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .desktop\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .desktop\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .desktop\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .desktop\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .desktop\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .desktop\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .desktop\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .desktop\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .desktop\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .desktop\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .desktop\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .desktop\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .desktop\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .desktop\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .desktop\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .desktop\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .desktop\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .desktop\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .desktop\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .desktop\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .desktop\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .desktop\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .desktop\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .desktop\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .desktop\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .desktop\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .desktop\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .desktop\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .desktop\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .desktop\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .desktop\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .desktop\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .desktop\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .desktop\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .desktop\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .desktop\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .desktop\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .desktop\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .desktop\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .desktop\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .desktop\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .desktop\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .desktop\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .desktop\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .desktop\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .desktop\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .desktop\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .desktop\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .desktop\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .desktop\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .desktop\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .desktop\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .desktop\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .desktop\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .desktop\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .desktop\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .desktop\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .desktop\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .desktop\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .desktop\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .desktop\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .desktop\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .desktop\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .desktop\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .desktop\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .desktop\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .desktop\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .desktop\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .desktop\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .desktop\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .desktop\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .desktop\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .desktop\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .desktop\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .desktop\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .desktop\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .desktop\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .desktop\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .desktop\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .desktop\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .desktop\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .desktop\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .desktop\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .desktop\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .desktop\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .desktop\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .desktop\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .desktop\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .desktop\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .desktop\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .desktop\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .desktop\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .desktop\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .desktop\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .desktop\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .desktop\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .desktop\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .desktop\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .desktop\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .desktop\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .desktop\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .desktop\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .desktop\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .desktop\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .desktop\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .desktop\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .desktop\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .desktop\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .desktop\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .desktop\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .desktop\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .desktop\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .desktop\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .desktop\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .desktop\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .desktop\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .desktop\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .desktop\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .desktop\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .desktop\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .desktop\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .desktop\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .desktop\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .desktop\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .desktop\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .desktop\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .desktop\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .desktop\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .desktop\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .desktop\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .desktop\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .desktop\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .desktop\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .desktop\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .desktop\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .desktop\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .desktop\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .desktop\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .desktop\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .desktop\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .desktop\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .desktop\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .desktop\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .desktop\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .desktop\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .desktop\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .desktop\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .desktop\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .desktop\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .desktop\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .desktop\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .desktop\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .desktop\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .desktop\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .desktop\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .desktop\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .desktop\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .desktop\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .desktop\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .desktop\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .desktop\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .desktop\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .desktop\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .desktop\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .desktop\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .desktop\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .desktop\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .desktop\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .desktop\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .desktop\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .desktop\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .desktop\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .desktop\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .desktop\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .desktop\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .desktop\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .desktop\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .desktop\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .desktop\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .desktop\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .desktop\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .desktop\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .desktop\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .desktop\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .desktop\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .desktop\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .desktop\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .desktop\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .desktop\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .desktop\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .desktop\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .desktop\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .desktop\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .desktop\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .desktop\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .desktop\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .desktop\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .desktop\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .desktop\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .desktop\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .desktop\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .desktop\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .desktop\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .desktop\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .desktop\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .desktop\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .desktop\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .desktop\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .desktop\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .desktop\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .desktop\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .desktop\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .desktop\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .desktop\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .desktop\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .desktop\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .desktop\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .desktop\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .desktop\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .desktop\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .desktop\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .desktop\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .desktop\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .desktop\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .desktop\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .desktop\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .desktop\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .desktop\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .desktop\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .desktop\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .desktop\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .desktop\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .desktop\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .desktop\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .desktop\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .desktop\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .desktop\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .desktop\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .desktop\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .desktop\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .desktop\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .desktop\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .desktop\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .desktop\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .desktop\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .desktop\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .desktop\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .desktop\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .desktop\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .desktop\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .desktop\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .desktop\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .desktop\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .desktop\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .desktop\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .desktop\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .desktop\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .desktop\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .desktop\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .desktop\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .desktop\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .desktop\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .desktop\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .desktop\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .desktop\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .desktop\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .desktop\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .desktop\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .desktop\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .desktop\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .desktop\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .desktop\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .desktop\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .desktop\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .desktop\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .desktop\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .desktop\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .desktop\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .desktop\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .desktop\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .desktop\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .desktop\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .desktop\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .desktop\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .desktop\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .desktop\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .desktop\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .desktop\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .desktop\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .desktop\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .desktop\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .desktop\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .desktop\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .desktop\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .desktop\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .desktop\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .desktop\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .desktop\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .desktop\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .desktop\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .desktop\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .desktop\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .desktop\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .desktop\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .desktop\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .desktop\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .desktop\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .desktop\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .desktop\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .desktop\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .desktop\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .desktop\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .desktop\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .desktop\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .desktop\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .desktop\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .desktop\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .desktop\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .desktop\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .desktop\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .desktop\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .desktop\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .desktop\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .desktop\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .desktop\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .desktop\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .desktop\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .desktop\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .desktop\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .desktop\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .desktop\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .desktop\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .desktop\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .desktop\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .desktop\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .desktop\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .desktop\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .desktop\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .desktop\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .desktop\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .desktop\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .desktop\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .desktop\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .desktop\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .desktop\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .desktop\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .desktop\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .desktop\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .desktop\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .desktop\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .desktop\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .desktop\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .desktop\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .desktop\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .desktop\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .desktop\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .desktop\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .desktop\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .desktop\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .desktop\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .desktop\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .desktop\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .desktop\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .desktop\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .desktop\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .desktop\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .desktop\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .desktop\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .desktop\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .desktop\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .desktop\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .desktop\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .desktop\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .desktop\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .desktop\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .desktop\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .desktop\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .desktop\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .desktop\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .desktop\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .desktop\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .desktop\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .desktop\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .desktop\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .desktop\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .desktop\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .desktop\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .desktop\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .desktop\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .desktop\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .desktop\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .desktop\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .desktop\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .desktop\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .desktop\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .desktop\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .desktop\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .desktop\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .desktop\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .desktop\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .desktop\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .desktop\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .desktop\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .desktop\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .desktop\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .desktop\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .desktop\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .desktop\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .desktop\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .desktop\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .desktop\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .desktop\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .desktop\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .desktop\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .desktop\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .desktop\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .desktop\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .desktop\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .desktop\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .desktop\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .desktop\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .desktop\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .desktop\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .desktop\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .desktop\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .desktop\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .desktop\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .desktop\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .desktop\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .desktop\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .desktop\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .desktop\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .desktop\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .desktop\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .desktop\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .desktop\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .desktop\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .desktop\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .desktop\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .desktop\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .desktop\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .desktop\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .desktop\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .desktop\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .desktop\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .desktop\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .desktop\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .desktop\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .desktop\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .desktop\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .desktop\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .desktop\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .desktop\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .desktop\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .desktop\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .desktop\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .desktop\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .desktop\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .desktop\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .desktop\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .desktop\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .desktop\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .desktop\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .desktop\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .desktop\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .desktop\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .desktop\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .desktop\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .desktop\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .desktop\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .desktop\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .desktop\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .desktop\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .desktop\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .desktop\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .desktop\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .desktop\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .desktop\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .desktop\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .desktop\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .desktop\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .desktop\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .desktop\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .desktop\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .desktop\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .desktop\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .desktop\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .desktop\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .desktop\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .desktop\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .desktop\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .desktop\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .desktop\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .desktop\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .desktop\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .desktop\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .desktop\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .desktop\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .desktop\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .desktop\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .desktop\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .desktop\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .desktop\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .desktop\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .desktop\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .desktop\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .desktop\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .desktop\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .desktop\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .desktop\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .desktop\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .desktop\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .desktop\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .desktop\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .desktop\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .desktop\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .desktop\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .desktop\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .desktop\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .desktop\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .desktop\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .desktop\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .desktop\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .desktop\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .desktop\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .desktop\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .desktop\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .desktop\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .desktop\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .desktop\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .desktop\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .desktop\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .desktop\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .desktop\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .desktop\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .desktop\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .desktop\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .desktop\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .desktop\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .desktop\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .desktop\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .desktop\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .desktop\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .desktop\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .desktop\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .desktop\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .desktop\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .desktop\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .desktop\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .desktop\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .desktop\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .desktop\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .desktop\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .desktop\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .desktop\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .desktop\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .desktop\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .desktop\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .desktop\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .desktop\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .desktop\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .desktop\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .desktop\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .desktop\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .desktop\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .desktop\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .desktop\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .desktop\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .desktop\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .desktop\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .desktop\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .desktop\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .desktop\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .desktop\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .desktop\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .desktop\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .desktop\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .desktop\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .desktop\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .desktop\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .desktop\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .desktop\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .desktop\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .desktop\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .desktop\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .desktop\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .desktop\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .desktop\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .desktop\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .desktop\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .desktop\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .desktop\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .desktop\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .desktop\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .desktop\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .desktop\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .desktop\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .desktop\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .desktop\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .desktop\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .desktop\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .desktop\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .desktop\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .desktop\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .desktop\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .desktop\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .desktop\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .desktop\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .desktop\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .desktop\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .desktop\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .desktop\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .desktop\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .desktop\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .desktop\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .desktop\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .desktop\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .desktop\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .desktop\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .desktop\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .desktop\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .desktop\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .desktop\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .desktop\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .desktop\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .desktop\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .desktop\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .desktop\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .desktop\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .desktop\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .desktop\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .desktop\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .desktop\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .desktop\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .desktop\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .desktop\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .desktop\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .desktop\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .desktop\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .desktop\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .desktop\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .desktop\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .desktop\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .desktop\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .desktop\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .desktop\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .desktop\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .desktop\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .desktop\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .desktop\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .desktop\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .desktop\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .desktop\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .desktop\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .desktop\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .desktop\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .desktop\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .desktop\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .desktop\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .desktop\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .desktop\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .desktop\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .desktop\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .desktop\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .desktop\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .desktop\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .desktop\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .desktop\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .desktop\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .desktop\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .desktop\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .desktop\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .desktop\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .desktop\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .desktop\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .desktop\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .desktop\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .desktop\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .desktop\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .desktop\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .desktop\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .desktop\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .desktop\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .desktop\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .desktop\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .desktop\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .desktop\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .desktop\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .desktop\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .desktop\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .desktop\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .desktop\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .desktop\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .desktop\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .desktop\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .desktop\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .desktop\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .desktop\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .desktop\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .desktop\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .desktop\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .desktop\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .desktop\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .desktop\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .desktop\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .desktop\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .desktop\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .desktop\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .desktop\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .desktop\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .desktop\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .desktop\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .desktop\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .desktop\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .desktop\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .desktop\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .desktop\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .desktop\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .desktop\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .desktop\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .desktop\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .desktop\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .desktop\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .desktop\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .desktop\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .desktop\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .desktop\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .desktop\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .desktop\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .desktop\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .desktop\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .desktop\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .desktop\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .desktop\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .desktop\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .desktop\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .desktop\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .desktop\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .desktop\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .desktop\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .desktop\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .desktop\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .desktop\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .desktop\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .desktop\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .desktop\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .desktop\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .desktop\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .desktop\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .desktop\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .desktop\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .desktop\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .desktop\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .desktop\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .desktop\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .desktop\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .desktop\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .desktop\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .desktop\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .desktop\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .desktop\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .desktop\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .desktop\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .desktop\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .desktop\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .desktop\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .desktop\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .desktop\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .desktop\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .desktop\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .desktop\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .desktop\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .desktop\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .desktop\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .desktop\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .desktop\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .desktop\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .desktop\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .desktop\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .desktop\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .desktop\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .desktop\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .desktop\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .desktop\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .desktop\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .desktop\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .desktop\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .desktop\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .desktop\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .desktop\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .desktop\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .desktop\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .desktop\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .desktop\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .desktop\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .desktop\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .desktop\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .desktop\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .desktop\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .desktop\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .desktop\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .desktop\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .desktop\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .desktop\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .desktop\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .desktop\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .desktop\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .desktop\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .desktop\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .desktop\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .desktop\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .desktop\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .desktop\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .desktop\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .desktop\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .desktop\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .desktop\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .desktop\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .desktop\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .desktop\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .desktop\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .desktop\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .desktop\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .desktop\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .desktop\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .desktop\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .desktop\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .desktop\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .desktop\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .desktop\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .desktop\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .desktop\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .desktop\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .desktop\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .desktop\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .desktop\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .desktop\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .desktop\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .desktop\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .desktop\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .desktop\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .desktop\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .desktop\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .desktop\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .desktop\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .desktop\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .desktop\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .desktop\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .desktop\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .desktop\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .desktop\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .desktop\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .desktop\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .desktop\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .desktop\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .desktop\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .desktop\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .desktop\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .desktop\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .desktop\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .desktop\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .desktop\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .desktop\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .desktop\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .desktop\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .desktop\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .desktop\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .desktop\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .desktop\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .desktop\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .desktop\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .desktop\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .desktop\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .desktop\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .desktop\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .desktop\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .desktop\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .desktop\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .desktop\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .desktop\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .desktop\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .desktop\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .desktop\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .desktop\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .desktop\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .desktop\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .desktop\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .desktop\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .desktop\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .desktop\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .desktop\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .desktop\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .desktop\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .desktop\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .desktop\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .desktop\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .desktop\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .desktop\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .desktop\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .desktop\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .desktop\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .desktop\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .desktop\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .desktop\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .desktop\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .desktop\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .desktop\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .desktop\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .desktop\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .desktop\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .desktop\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .desktop\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .desktop\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .desktop\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .desktop\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .desktop\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .desktop\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .desktop\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .desktop\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .desktop\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .desktop\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .desktop\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .desktop\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .desktop\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .desktop\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .desktop\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .desktop\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .desktop\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .desktop\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .desktop\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .desktop\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .desktop\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .desktop\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .desktop\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .desktop\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .desktop\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .desktop\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .desktop\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .desktop\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .desktop\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .desktop\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .desktop\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .desktop\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .desktop\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .desktop\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .desktop\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .desktop\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .desktop\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .desktop\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .desktop\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .desktop\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .desktop\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .desktop\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .desktop\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .desktop\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .desktop\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .desktop\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .desktop\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .desktop\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .desktop\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .desktop\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .desktop\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .desktop\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .desktop\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .desktop\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .desktop\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .desktop\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .desktop\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .desktop\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .desktop\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .desktop\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .desktop\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .desktop\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .desktop\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .desktop\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .desktop\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .desktop\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .desktop\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .desktop\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .desktop\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .desktop\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .desktop\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .desktop\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .desktop\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .desktop\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .desktop\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .desktop\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .desktop\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .desktop\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .desktop\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .desktop\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .desktop\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .desktop\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .desktop\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .desktop\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .desktop\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .desktop\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .desktop\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .desktop\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .desktop\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .desktop\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .desktop\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .desktop\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .desktop\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .desktop\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .desktop\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .desktop\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .desktop\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .desktop\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .desktop\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .desktop\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .desktop\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .desktop\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .desktop\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .desktop\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .desktop\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .desktop\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .desktop\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .desktop\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .desktop\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .desktop\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .desktop\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .desktop\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .desktop\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .desktop\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .desktop\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .desktop\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .desktop\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .desktop\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .desktop\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .desktop\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .desktop\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .desktop\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .desktop\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .desktop\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .desktop\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .desktop\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .desktop\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .desktop\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .desktop\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .desktop\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .desktop\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .desktop\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .desktop\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .desktop\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .desktop\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .desktop\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .desktop\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .desktop\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .desktop\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .desktop\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .desktop\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .desktop\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .desktop\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .desktop\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .desktop\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .desktop\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .desktop\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .desktop\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .desktop\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .desktop\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .desktop\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .desktop\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .desktop\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .desktop\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .desktop\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .desktop\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .desktop\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .desktop\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .desktop\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .desktop\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .desktop\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .desktop\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .desktop\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .desktop\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .desktop\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .desktop\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .desktop\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .desktop\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .desktop\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .desktop\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .desktop\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .desktop\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .desktop\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .desktop\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .desktop\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .desktop\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .desktop\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .desktop\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .desktop\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .desktop\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .desktop\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .desktop\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .desktop\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .desktop\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .desktop\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .desktop\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .desktop\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .desktop\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .desktop\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .desktop\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .desktop\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .desktop\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .desktop\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .desktop\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .desktop\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .desktop\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .desktop\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .desktop\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .desktop\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .desktop\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .desktop\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .desktop\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .desktop\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .desktop\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .desktop\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .desktop\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .desktop\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .desktop\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .desktop\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .desktop\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .desktop\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .desktop\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .desktop\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .desktop\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .desktop\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .desktop\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .desktop\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .desktop\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .desktop\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .desktop\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .desktop\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .desktop\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .desktop\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .desktop\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .desktop\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .desktop\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .desktop\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .desktop\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .desktop\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .desktop\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .desktop\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .desktop\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .desktop\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .desktop\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .desktop\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .desktop\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .desktop\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .desktop\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .desktop\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .desktop\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .desktop\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .desktop\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .desktop\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .desktop\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .desktop\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .desktop\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .desktop\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .desktop\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .desktop\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .desktop\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .desktop\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .desktop\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .desktop\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .desktop\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .desktop\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .desktop\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .desktop\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .desktop\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .desktop\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .desktop\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .desktop\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .desktop\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .desktop\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .desktop\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .desktop\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .desktop\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .desktop\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .desktop\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .desktop\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .desktop\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .desktop\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .desktop\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .desktop\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .desktop\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .desktop\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .desktop\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .desktop\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .desktop\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .desktop\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .desktop\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .desktop\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .desktop\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .desktop\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .desktop\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .desktop\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .desktop\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .desktop\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .desktop\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .desktop\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .desktop\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .desktop\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .desktop\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .desktop\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .desktop\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .desktop\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .desktop\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .desktop\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .desktop\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .desktop\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .desktop\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .desktop\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .desktop\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .desktop\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .desktop\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .desktop\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .desktop\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .desktop\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .desktop\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .desktop\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .desktop\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .desktop\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .desktop\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .desktop\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .desktop\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .desktop\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .desktop\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .desktop\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .desktop\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .desktop\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .desktop\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .desktop\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .desktop\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .desktop\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .desktop\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .desktop\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .desktop\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .desktop\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .desktop\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .desktop\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .desktop\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .desktop\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .desktop\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .desktop\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .desktop\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .desktop\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .desktop\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .desktop\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .desktop\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .desktop\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .desktop\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .desktop\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .desktop\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .desktop\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .desktop\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .desktop\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .desktop\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .desktop\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .desktop\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .desktop\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .desktop\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .desktop\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .desktop\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .desktop\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .desktop\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .desktop\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .desktop\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .desktop\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .desktop\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .desktop\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .desktop\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .desktop\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .desktop\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .desktop\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .desktop\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .desktop\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .desktop\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .desktop\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .desktop\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .desktop\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .desktop\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .desktop\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .desktop\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .desktop\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .desktop\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .desktop\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .desktop\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .desktop\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .desktop\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .desktop\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .desktop\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .desktop\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .desktop\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .desktop\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .desktop\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .desktop\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .desktop\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .desktop\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .desktop\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .desktop\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .desktop\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .desktop\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .desktop\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .desktop\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .desktop\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .desktop\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .desktop\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .desktop\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .desktop\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .desktop\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .desktop\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .desktop\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .desktop\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .desktop\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .desktop\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .desktop\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .desktop\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .desktop\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .desktop\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .desktop\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .desktop\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .desktop\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .desktop\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .desktop\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .desktop\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .desktop\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .desktop\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .desktop\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .desktop\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .desktop\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .desktop\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .desktop\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .desktop\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .desktop\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .desktop\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .desktop\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .desktop\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .desktop\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .desktop\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .desktop\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .desktop\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .desktop\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .desktop\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .desktop\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .desktop\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .desktop\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .desktop\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .desktop\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .desktop\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .desktop\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .desktop\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .desktop\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .desktop\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .desktop\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .desktop\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .desktop\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .desktop\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .desktop\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .desktop\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .desktop\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .desktop\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .desktop\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .desktop\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .desktop\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .desktop\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .desktop\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .desktop\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .desktop\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .desktop\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .desktop\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .desktop\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .desktop\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .desktop\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .desktop\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .desktop\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .desktop\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .desktop\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .desktop\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .desktop\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .desktop\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .desktop\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .desktop\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .desktop\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .desktop\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .desktop\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .desktop\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .desktop\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .desktop\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .desktop\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .desktop\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .desktop\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .desktop\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .desktop\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .desktop\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .desktop\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .desktop\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .desktop\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .desktop\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .desktop\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .desktop\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .desktop\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .desktop\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .desktop\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .desktop\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .desktop\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .desktop\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .desktop\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .desktop\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .desktop\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .desktop\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .desktop\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .desktop\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .desktop\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .desktop\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .desktop\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .desktop\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .desktop\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .desktop\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .desktop\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .desktop\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .desktop\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .desktop\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .desktop\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .desktop\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .desktop\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .desktop\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .desktop\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .desktop\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .desktop\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .desktop\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .desktop\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .desktop\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .desktop\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .desktop\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .desktop\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .desktop\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .desktop\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .desktop\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .desktop\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .desktop\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .desktop\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .desktop\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .desktop\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .desktop\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .desktop\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .desktop\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .desktop\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .desktop\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .desktop\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .desktop\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .desktop\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .desktop\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .desktop\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .desktop\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .desktop\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .desktop\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .desktop\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .desktop\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .desktop\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .desktop\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .desktop\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .desktop\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .desktop\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .desktop\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .desktop\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .desktop\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .desktop\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .desktop\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .desktop\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .desktop\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .desktop\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .desktop\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .desktop\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .desktop\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .desktop\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .desktop\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .desktop\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .desktop\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .desktop\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .desktop\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .desktop\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .desktop\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .desktop\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .desktop\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .desktop\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .desktop\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .desktop\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .desktop\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .desktop\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .desktop\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .desktop\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .desktop\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .desktop\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .desktop\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .desktop\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .desktop\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .desktop\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .desktop\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .desktop\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .desktop\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .desktop\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .desktop\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .desktop\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .desktop\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .desktop\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .desktop\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .desktop\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .desktop\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .desktop\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .desktop\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .desktop\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .desktop\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .desktop\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .desktop\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .desktop\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .desktop\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .desktop\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .desktop\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .desktop\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .desktop\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .desktop\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .desktop\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .desktop\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .desktop\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .desktop\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .desktop\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .desktop\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .desktop\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .desktop\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .desktop\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .desktop\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .desktop\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .desktop\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .desktop\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .desktop\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .desktop\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .desktop\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .desktop\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .desktop\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .desktop\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .desktop\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .desktop\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .desktop\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .desktop\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .desktop\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .desktop\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .desktop\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .desktop\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .desktop\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .desktop\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .desktop\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .desktop\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .desktop\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .desktop\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .desktop\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .desktop\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .desktop\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .desktop\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .desktop\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .desktop\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .desktop\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .desktop\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .desktop\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .desktop\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .desktop\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .desktop\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .desktop\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .desktop\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .desktop\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .desktop\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .desktop\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .desktop\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .desktop\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .desktop\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .desktop\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .desktop\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .desktop\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .desktop\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .desktop\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .desktop\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .desktop\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .desktop\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .desktop\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .desktop\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .desktop\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .desktop\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .desktop\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .desktop\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .desktop\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .desktop\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .desktop\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .desktop\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .desktop\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .desktop\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .desktop\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .desktop\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .desktop\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .desktop\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .desktop\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .desktop\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .desktop\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .desktop\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .desktop\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .desktop\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .desktop\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .desktop\:max-h-0 {
    max-height: 0px;
  }

  .desktop\:max-h-15 {
    max-height: 15px;
  }

  .desktop\:max-h-250 {
    max-height: 250px;
  }

  .desktop\:max-h-300 {
    max-height: 300px;
  }

  .desktop\:max-h-400 {
    max-height: 400px;
  }

  .desktop\:max-h-450 {
    max-height: 450px;
  }

  .desktop\:max-h-500 {
    max-height: 500px;
  }

  .desktop\:max-h-full {
    max-height: 100%;
  }

  .desktop\:max-h-screen {
    max-height: 100vh;
  }

  .desktop\:max-h-80vh {
    max-height: 80vh;
  }

  .desktop\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .desktop\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .desktop\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .desktop\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .desktop\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .desktop\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .desktop\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .desktop\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .desktop\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .desktop\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .desktop\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .desktop\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .desktop\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .desktop\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .desktop\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .desktop\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .desktop\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .desktop\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .desktop\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .desktop\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .desktop\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .desktop\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .desktop\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .desktop\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .desktop\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .desktop\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .desktop\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .desktop\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .desktop\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .desktop\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .desktop\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .desktop\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .desktop\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .desktop\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .desktop\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .desktop\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .desktop\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .desktop\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .desktop\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .desktop\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .desktop\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .desktop\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .desktop\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .desktop\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .desktop\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .desktop\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .desktop\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .desktop\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .desktop\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .desktop\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .desktop\:max-w-30 {
    max-width: 30px;
  }

  .desktop\:max-w-110 {
    max-width: 110px;
  }

  .desktop\:max-w-150 {
    max-width: 150px;
  }

  .desktop\:max-w-270 {
    max-width: 270px;
  }

  .desktop\:max-w-300 {
    max-width: 300px;
  }

  .desktop\:max-w-500 {
    max-width: 500px;
  }

  .desktop\:max-w-900 {
    max-width: 900px;
  }

  .desktop\:max-w-1128 {
    max-width: 1128px;
  }

  .desktop\:max-w-1380 {
    max-width: 1380px;
  }

  .desktop\:max-w-none {
    max-width: none;
  }

  .desktop\:max-w-xs {
    max-width: 20rem;
  }

  .desktop\:max-w-sm {
    max-width: 24rem;
  }

  .desktop\:max-w-md {
    max-width: 28rem;
  }

  .desktop\:max-w-lg {
    max-width: 32rem;
  }

  .desktop\:max-w-xl {
    max-width: 36rem;
  }

  .desktop\:max-w-2xl {
    max-width: 42rem;
  }

  .desktop\:max-w-3xl {
    max-width: 48rem;
  }

  .desktop\:max-w-4xl {
    max-width: 56rem;
  }

  .desktop\:max-w-5xl {
    max-width: 64rem;
  }

  .desktop\:max-w-6xl {
    max-width: 72rem;
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:max-w-screen-xs {
    max-width: 376px;
  }

  .desktop\:max-w-screen-s {
    max-width: 650px;
  }

  .desktop\:max-w-screen-md {
    max-width: 900px;
  }

  .desktop\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .desktop\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .desktop\:max-w-screen-lg {
    max-width: 1600px;
  }

  .desktop\:max-w-100vw {
    max-width: 100vw;
  }

  .desktop\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .desktop\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .desktop\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .desktop\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .desktop\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .desktop\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .desktop\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .desktop\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .desktop\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .desktop\:hover\:max-w-none:hover {
    max-width: none;
  }

  .desktop\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .desktop\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .desktop\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .desktop\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .desktop\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .desktop\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .desktop\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .desktop\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .desktop\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .desktop\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .desktop\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .desktop\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .desktop\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .desktop\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .desktop\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .desktop\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .desktop\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .desktop\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .desktop\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .desktop\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .desktop\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .desktop\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .desktop\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .desktop\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .desktop\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .desktop\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .desktop\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .desktop\:focus\:max-w-none:focus {
    max-width: none;
  }

  .desktop\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .desktop\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .desktop\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .desktop\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .desktop\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .desktop\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .desktop\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .desktop\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .desktop\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .desktop\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .desktop\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .desktop\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .desktop\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .desktop\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .desktop\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .desktop\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .desktop\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .desktop\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .desktop\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .desktop\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .desktop\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .desktop\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .desktop\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .desktop\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .desktop\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .desktop\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .desktop\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .desktop\:first\:max-w-none:first-child {
    max-width: none;
  }

  .desktop\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .desktop\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .desktop\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .desktop\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .desktop\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .desktop\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .desktop\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .desktop\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .desktop\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .desktop\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .desktop\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .desktop\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .desktop\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .desktop\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .desktop\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .desktop\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .desktop\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .desktop\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .desktop\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .desktop\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .desktop\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .desktop\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .desktop\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .desktop\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .desktop\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .desktop\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .desktop\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .desktop\:last\:max-w-none:last-child {
    max-width: none;
  }

  .desktop\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .desktop\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .desktop\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .desktop\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .desktop\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .desktop\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .desktop\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .desktop\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .desktop\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .desktop\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .desktop\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .desktop\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .desktop\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .desktop\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .desktop\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .desktop\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .desktop\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .desktop\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .desktop\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .desktop\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .desktop\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .desktop\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .desktop\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .desktop\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .desktop\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .desktop\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .desktop\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .desktop\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .desktop\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .desktop\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .desktop\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .desktop\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .desktop\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .desktop\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .desktop\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .desktop\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .desktop\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .desktop\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .desktop\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .desktop\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .desktop\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .desktop\:min-h-0 {
    min-height: 0;
  }

  .desktop\:min-h-150 {
    min-height: 150px;
  }

  .desktop\:min-h-full {
    min-height: 100%;
  }

  .desktop\:min-h-screen {
    min-height: 100vh;
  }

  .desktop\:min-h-50vh {
    min-height: 50vh;
  }

  .desktop\:min-h-60vh {
    min-height: 60vh;
  }

  .desktop\:min-h-80vh {
    min-height: 80vh;
  }

  .desktop\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .desktop\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .desktop\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .desktop\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .desktop\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .desktop\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .desktop\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .desktop\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .desktop\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .desktop\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .desktop\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .desktop\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .desktop\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .desktop\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .desktop\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .desktop\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .desktop\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .desktop\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .desktop\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .desktop\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .desktop\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .desktop\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .desktop\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .desktop\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .desktop\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .desktop\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .desktop\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .desktop\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .desktop\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .desktop\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .desktop\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .desktop\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .desktop\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .desktop\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .desktop\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .desktop\:min-w-0 {
    min-width: 0;
  }

  .desktop\:min-w-6 {
    min-width: 6px;
  }

  .desktop\:min-w-full {
    min-width: 100%;
  }

  .desktop\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .desktop\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .desktop\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .desktop\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .desktop\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .desktop\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .desktop\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .desktop\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .desktop\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .desktop\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .desktop\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .desktop\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .desktop\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .desktop\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .desktop\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .desktop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .desktop\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .desktop\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .desktop\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .desktop\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .desktop\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .desktop\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .desktop\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .desktop\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .desktop\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .desktop\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .desktop\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .desktop\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .desktop\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .desktop\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:opacity-0 {
    opacity: 0;
  }

  .desktop\:opacity-15 {
    opacity: 0.15;
  }

  .desktop\:opacity-25 {
    opacity: 0.25;
  }

  .desktop\:opacity-50 {
    opacity: 0.5;
  }

  .desktop\:opacity-75 {
    opacity: 0.75;
  }

  .desktop\:opacity-80 {
    opacity: 0.8;
  }

  .desktop\:opacity-100 {
    opacity: 1;
  }

  .desktop\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .desktop\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .desktop\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .desktop\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .desktop\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .desktop\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .desktop\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .desktop\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .desktop\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .desktop\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .desktop\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .desktop\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .desktop\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .desktop\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .desktop\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .desktop\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .desktop\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .desktop\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .desktop\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .desktop\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .desktop\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .desktop\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .desktop\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .desktop\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .desktop\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .desktop\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .desktop\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .desktop\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .desktop\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .desktop\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .desktop\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .desktop\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .desktop\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .desktop\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop\:overflow-auto {
    overflow: auto;
  }

  .desktop\:overflow-hidden {
    overflow: hidden;
  }

  .desktop\:overflow-visible {
    overflow: visible;
  }

  .desktop\:overflow-scroll {
    overflow: scroll;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto;
  }

  .desktop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .desktop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .desktop\:overflow-x-visible {
    overflow-x: visible;
  }

  .desktop\:overflow-y-visible {
    overflow-y: visible;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .desktop\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .desktop\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .desktop\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .desktop\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .desktop\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .desktop\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .desktop\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .desktop\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .desktop\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .desktop\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .desktop\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .desktop\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .desktop\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .desktop\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .desktop\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .desktop\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .desktop\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .desktop\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .desktop\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .desktop\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .desktop\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .desktop\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .desktop\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .desktop\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .desktop\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .desktop\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .desktop\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .desktop\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .desktop\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .desktop\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .desktop\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .desktop\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .desktop\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .desktop\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .desktop\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .desktop\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .desktop\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .desktop\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .desktop\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .desktop\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .desktop\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .desktop\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .desktop\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .desktop\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .desktop\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .desktop\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .desktop\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .desktop\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .desktop\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .desktop\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .desktop\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .desktop\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .desktop\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .desktop\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .desktop\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .desktop\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .desktop\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .desktop\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .desktop\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .desktop\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .desktop\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .desktop\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .desktop\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .desktop\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .desktop\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .desktop\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .desktop\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .desktop\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .desktop\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .desktop\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .desktop\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .desktop\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .desktop\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .desktop\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .desktop\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .desktop\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .desktop\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .desktop\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .desktop\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .desktop\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .desktop\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .desktop\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .desktop\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .desktop\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .desktop\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .desktop\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .desktop\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .desktop\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .desktop\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .desktop\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .desktop\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .desktop\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .desktop\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .desktop\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .desktop\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .desktop\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .desktop\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .desktop\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .desktop\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .desktop\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .desktop\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .desktop\:p-0 {
    padding: 0px;
  }

  .desktop\:p-1 {
    padding: 0.25rem;
  }

  .desktop\:p-2 {
    padding: 0.5rem;
  }

  .desktop\:p-3 {
    padding: 3px;
  }

  .desktop\:p-4 {
    padding: 4px;
  }

  .desktop\:p-5 {
    padding: 5px;
  }

  .desktop\:p-6 {
    padding: 6px;
  }

  .desktop\:p-8 {
    padding: 8px;
  }

  .desktop\:p-9 {
    padding: 9px;
  }

  .desktop\:p-10 {
    padding: 10px;
  }

  .desktop\:p-12 {
    padding: 12px;
  }

  .desktop\:p-13 {
    padding: 13px;
  }

  .desktop\:p-14 {
    padding: 14px;
  }

  .desktop\:p-15 {
    padding: 15px;
  }

  .desktop\:p-16 {
    padding: 16px;
  }

  .desktop\:p-17 {
    padding: 17px;
  }

  .desktop\:p-18 {
    padding: 18px;
  }

  .desktop\:p-20 {
    padding: 20px;
  }

  .desktop\:p-22 {
    padding: 22px;
  }

  .desktop\:p-24 {
    padding: 24px;
  }

  .desktop\:p-25 {
    padding: 25px;
  }

  .desktop\:p-28 {
    padding: 28px;
  }

  .desktop\:p-29 {
    padding: 29px;
  }

  .desktop\:p-30 {
    padding: 30px;
  }

  .desktop\:p-32 {
    padding: 32px;
  }

  .desktop\:p-35 {
    padding: 35px;
  }

  .desktop\:p-36 {
    padding: 36px;
  }

  .desktop\:p-37 {
    padding: 37px;
  }

  .desktop\:p-40 {
    padding: 40px;
  }

  .desktop\:p-45 {
    padding: 45px;
  }

  .desktop\:p-48 {
    padding: 48px;
  }

  .desktop\:p-50 {
    padding: 50px;
  }

  .desktop\:p-55 {
    padding: 55px;
  }

  .desktop\:p-56 {
    padding: 56px;
  }

  .desktop\:p-60 {
    padding: 60px;
  }

  .desktop\:p-62 {
    padding: 62px;
  }

  .desktop\:p-64 {
    padding: 64px;
  }

  .desktop\:p-65 {
    padding: 65px;
  }

  .desktop\:p-70 {
    padding: 70px;
  }

  .desktop\:p-75 {
    padding: 75px;
  }

  .desktop\:p-80 {
    padding: 80px;
  }

  .desktop\:p-85 {
    padding: 85px;
  }

  .desktop\:p-90 {
    padding: 90px;
  }

  .desktop\:p-95 {
    padding: 95px;
  }

  .desktop\:p-96 {
    padding: 96px;
  }

  .desktop\:p-100 {
    padding: 100px;
  }

  .desktop\:p-110 {
    padding: 110px;
  }

  .desktop\:p-115 {
    padding: 115px;
  }

  .desktop\:p-120 {
    padding: 120px;
  }

  .desktop\:p-128 {
    padding: 128px;
  }

  .desktop\:p-135 {
    padding: 135px;
  }

  .desktop\:p-140 {
    padding: 140px;
  }

  .desktop\:p-145 {
    padding: 145px;
  }

  .desktop\:p-150 {
    padding: 150px;
  }

  .desktop\:p-160 {
    padding: 160px;
  }

  .desktop\:p-165 {
    padding: 165px;
  }

  .desktop\:p-168 {
    padding: 168px;
  }

  .desktop\:p-170 {
    padding: 170px;
  }

  .desktop\:p-180 {
    padding: 180px;
  }

  .desktop\:p-200 {
    padding: 200px;
  }

  .desktop\:p-220 {
    padding: 220px;
  }

  .desktop\:p-230 {
    padding: 230px;
  }

  .desktop\:p-235 {
    padding: 235px;
  }

  .desktop\:p-240 {
    padding: 240px;
  }

  .desktop\:p-250 {
    padding: 250px;
  }

  .desktop\:p-300 {
    padding: 300px;
  }

  .desktop\:p-320 {
    padding: 320px;
  }

  .desktop\:p-350 {
    padding: 350px;
  }

  .desktop\:p-375 {
    padding: 375px;
  }

  .desktop\:p-400 {
    padding: 400px;
  }

  .desktop\:p-450 {
    padding: 450px;
  }

  .desktop\:p-700 {
    padding: 700px;
  }

  .desktop\:p-px {
    padding: 1px;
  }

  .desktop\:p-1p {
    padding: 1%;
  }

  .desktop\:p-1\/12 {
    padding: 8.3333%;
  }

  .desktop\:p-2\/12 {
    padding: 16.666667%;
  }

  .desktop\:p-11p {
    padding: 11%;
  }

  .desktop\:p-20p {
    padding: 20%;
  }

  .desktop\:p-24p {
    padding: 24.25%;
  }

  .desktop\:p-25p {
    padding: 25%;
  }

  .desktop\:p-32p {
    padding: 32%;
  }

  .desktop\:p-35p {
    padding: 35%;
  }

  .desktop\:p-40p {
    padding: 40%;
  }

  .desktop\:p-49p {
    padding: 49%;
  }

  .desktop\:p-49-5p {
    padding: 49.5%;
  }

  .desktop\:p-80p {
    padding: 80%;
  }

  .desktop\:p-vh80 {
    padding: 80vh;
  }

  .desktop\:p-vh86 {
    padding: 86vh;
  }

  .desktop\:p-vh90 {
    padding: 90vh;
  }

  .desktop\:p-vw80 {
    padding: 80vw;
  }

  .desktop\:p-vw90 {
    padding: 90vw;
  }

  .desktop\:p-90p {
    padding: 90%;
  }

  .desktop\:p-92p {
    padding: 92%;
  }

  .desktop\:p-93p {
    padding: 93%;
  }

  .desktop\:p-94p {
    padding: 94%;
  }

  .desktop\:p-95p {
    padding: 95%;
  }

  .desktop\:p-96p {
    padding: 96%;
  }

  .desktop\:p-100p {
    padding: 100%;
  }

  .desktop\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:pt-0 {
    padding-top: 0px;
  }

  .desktop\:pr-0 {
    padding-right: 0px;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px;
  }

  .desktop\:pl-0 {
    padding-left: 0px;
  }

  .desktop\:pt-1 {
    padding-top: 0.25rem;
  }

  .desktop\:pr-1 {
    padding-right: 0.25rem;
  }

  .desktop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .desktop\:pl-1 {
    padding-left: 0.25rem;
  }

  .desktop\:pt-2 {
    padding-top: 0.5rem;
  }

  .desktop\:pr-2 {
    padding-right: 0.5rem;
  }

  .desktop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .desktop\:pl-2 {
    padding-left: 0.5rem;
  }

  .desktop\:pt-3 {
    padding-top: 3px;
  }

  .desktop\:pr-3 {
    padding-right: 3px;
  }

  .desktop\:pb-3 {
    padding-bottom: 3px;
  }

  .desktop\:pl-3 {
    padding-left: 3px;
  }

  .desktop\:pt-4 {
    padding-top: 4px;
  }

  .desktop\:pr-4 {
    padding-right: 4px;
  }

  .desktop\:pb-4 {
    padding-bottom: 4px;
  }

  .desktop\:pl-4 {
    padding-left: 4px;
  }

  .desktop\:pt-5 {
    padding-top: 5px;
  }

  .desktop\:pr-5 {
    padding-right: 5px;
  }

  .desktop\:pb-5 {
    padding-bottom: 5px;
  }

  .desktop\:pl-5 {
    padding-left: 5px;
  }

  .desktop\:pt-6 {
    padding-top: 6px;
  }

  .desktop\:pr-6 {
    padding-right: 6px;
  }

  .desktop\:pb-6 {
    padding-bottom: 6px;
  }

  .desktop\:pl-6 {
    padding-left: 6px;
  }

  .desktop\:pt-8 {
    padding-top: 8px;
  }

  .desktop\:pr-8 {
    padding-right: 8px;
  }

  .desktop\:pb-8 {
    padding-bottom: 8px;
  }

  .desktop\:pl-8 {
    padding-left: 8px;
  }

  .desktop\:pt-9 {
    padding-top: 9px;
  }

  .desktop\:pr-9 {
    padding-right: 9px;
  }

  .desktop\:pb-9 {
    padding-bottom: 9px;
  }

  .desktop\:pl-9 {
    padding-left: 9px;
  }

  .desktop\:pt-10 {
    padding-top: 10px;
  }

  .desktop\:pr-10 {
    padding-right: 10px;
  }

  .desktop\:pb-10 {
    padding-bottom: 10px;
  }

  .desktop\:pl-10 {
    padding-left: 10px;
  }

  .desktop\:pt-12 {
    padding-top: 12px;
  }

  .desktop\:pr-12 {
    padding-right: 12px;
  }

  .desktop\:pb-12 {
    padding-bottom: 12px;
  }

  .desktop\:pl-12 {
    padding-left: 12px;
  }

  .desktop\:pt-13 {
    padding-top: 13px;
  }

  .desktop\:pr-13 {
    padding-right: 13px;
  }

  .desktop\:pb-13 {
    padding-bottom: 13px;
  }

  .desktop\:pl-13 {
    padding-left: 13px;
  }

  .desktop\:pt-14 {
    padding-top: 14px;
  }

  .desktop\:pr-14 {
    padding-right: 14px;
  }

  .desktop\:pb-14 {
    padding-bottom: 14px;
  }

  .desktop\:pl-14 {
    padding-left: 14px;
  }

  .desktop\:pt-15 {
    padding-top: 15px;
  }

  .desktop\:pr-15 {
    padding-right: 15px;
  }

  .desktop\:pb-15 {
    padding-bottom: 15px;
  }

  .desktop\:pl-15 {
    padding-left: 15px;
  }

  .desktop\:pt-16 {
    padding-top: 16px;
  }

  .desktop\:pr-16 {
    padding-right: 16px;
  }

  .desktop\:pb-16 {
    padding-bottom: 16px;
  }

  .desktop\:pl-16 {
    padding-left: 16px;
  }

  .desktop\:pt-17 {
    padding-top: 17px;
  }

  .desktop\:pr-17 {
    padding-right: 17px;
  }

  .desktop\:pb-17 {
    padding-bottom: 17px;
  }

  .desktop\:pl-17 {
    padding-left: 17px;
  }

  .desktop\:pt-18 {
    padding-top: 18px;
  }

  .desktop\:pr-18 {
    padding-right: 18px;
  }

  .desktop\:pb-18 {
    padding-bottom: 18px;
  }

  .desktop\:pl-18 {
    padding-left: 18px;
  }

  .desktop\:pt-20 {
    padding-top: 20px;
  }

  .desktop\:pr-20 {
    padding-right: 20px;
  }

  .desktop\:pb-20 {
    padding-bottom: 20px;
  }

  .desktop\:pl-20 {
    padding-left: 20px;
  }

  .desktop\:pt-22 {
    padding-top: 22px;
  }

  .desktop\:pr-22 {
    padding-right: 22px;
  }

  .desktop\:pb-22 {
    padding-bottom: 22px;
  }

  .desktop\:pl-22 {
    padding-left: 22px;
  }

  .desktop\:pt-24 {
    padding-top: 24px;
  }

  .desktop\:pr-24 {
    padding-right: 24px;
  }

  .desktop\:pb-24 {
    padding-bottom: 24px;
  }

  .desktop\:pl-24 {
    padding-left: 24px;
  }

  .desktop\:pt-25 {
    padding-top: 25px;
  }

  .desktop\:pr-25 {
    padding-right: 25px;
  }

  .desktop\:pb-25 {
    padding-bottom: 25px;
  }

  .desktop\:pl-25 {
    padding-left: 25px;
  }

  .desktop\:pt-28 {
    padding-top: 28px;
  }

  .desktop\:pr-28 {
    padding-right: 28px;
  }

  .desktop\:pb-28 {
    padding-bottom: 28px;
  }

  .desktop\:pl-28 {
    padding-left: 28px;
  }

  .desktop\:pt-29 {
    padding-top: 29px;
  }

  .desktop\:pr-29 {
    padding-right: 29px;
  }

  .desktop\:pb-29 {
    padding-bottom: 29px;
  }

  .desktop\:pl-29 {
    padding-left: 29px;
  }

  .desktop\:pt-30 {
    padding-top: 30px;
  }

  .desktop\:pr-30 {
    padding-right: 30px;
  }

  .desktop\:pb-30 {
    padding-bottom: 30px;
  }

  .desktop\:pl-30 {
    padding-left: 30px;
  }

  .desktop\:pt-32 {
    padding-top: 32px;
  }

  .desktop\:pr-32 {
    padding-right: 32px;
  }

  .desktop\:pb-32 {
    padding-bottom: 32px;
  }

  .desktop\:pl-32 {
    padding-left: 32px;
  }

  .desktop\:pt-35 {
    padding-top: 35px;
  }

  .desktop\:pr-35 {
    padding-right: 35px;
  }

  .desktop\:pb-35 {
    padding-bottom: 35px;
  }

  .desktop\:pl-35 {
    padding-left: 35px;
  }

  .desktop\:pt-36 {
    padding-top: 36px;
  }

  .desktop\:pr-36 {
    padding-right: 36px;
  }

  .desktop\:pb-36 {
    padding-bottom: 36px;
  }

  .desktop\:pl-36 {
    padding-left: 36px;
  }

  .desktop\:pt-37 {
    padding-top: 37px;
  }

  .desktop\:pr-37 {
    padding-right: 37px;
  }

  .desktop\:pb-37 {
    padding-bottom: 37px;
  }

  .desktop\:pl-37 {
    padding-left: 37px;
  }

  .desktop\:pt-40 {
    padding-top: 40px;
  }

  .desktop\:pr-40 {
    padding-right: 40px;
  }

  .desktop\:pb-40 {
    padding-bottom: 40px;
  }

  .desktop\:pl-40 {
    padding-left: 40px;
  }

  .desktop\:pt-45 {
    padding-top: 45px;
  }

  .desktop\:pr-45 {
    padding-right: 45px;
  }

  .desktop\:pb-45 {
    padding-bottom: 45px;
  }

  .desktop\:pl-45 {
    padding-left: 45px;
  }

  .desktop\:pt-48 {
    padding-top: 48px;
  }

  .desktop\:pr-48 {
    padding-right: 48px;
  }

  .desktop\:pb-48 {
    padding-bottom: 48px;
  }

  .desktop\:pl-48 {
    padding-left: 48px;
  }

  .desktop\:pt-50 {
    padding-top: 50px;
  }

  .desktop\:pr-50 {
    padding-right: 50px;
  }

  .desktop\:pb-50 {
    padding-bottom: 50px;
  }

  .desktop\:pl-50 {
    padding-left: 50px;
  }

  .desktop\:pt-55 {
    padding-top: 55px;
  }

  .desktop\:pr-55 {
    padding-right: 55px;
  }

  .desktop\:pb-55 {
    padding-bottom: 55px;
  }

  .desktop\:pl-55 {
    padding-left: 55px;
  }

  .desktop\:pt-56 {
    padding-top: 56px;
  }

  .desktop\:pr-56 {
    padding-right: 56px;
  }

  .desktop\:pb-56 {
    padding-bottom: 56px;
  }

  .desktop\:pl-56 {
    padding-left: 56px;
  }

  .desktop\:pt-60 {
    padding-top: 60px;
  }

  .desktop\:pr-60 {
    padding-right: 60px;
  }

  .desktop\:pb-60 {
    padding-bottom: 60px;
  }

  .desktop\:pl-60 {
    padding-left: 60px;
  }

  .desktop\:pt-62 {
    padding-top: 62px;
  }

  .desktop\:pr-62 {
    padding-right: 62px;
  }

  .desktop\:pb-62 {
    padding-bottom: 62px;
  }

  .desktop\:pl-62 {
    padding-left: 62px;
  }

  .desktop\:pt-64 {
    padding-top: 64px;
  }

  .desktop\:pr-64 {
    padding-right: 64px;
  }

  .desktop\:pb-64 {
    padding-bottom: 64px;
  }

  .desktop\:pl-64 {
    padding-left: 64px;
  }

  .desktop\:pt-65 {
    padding-top: 65px;
  }

  .desktop\:pr-65 {
    padding-right: 65px;
  }

  .desktop\:pb-65 {
    padding-bottom: 65px;
  }

  .desktop\:pl-65 {
    padding-left: 65px;
  }

  .desktop\:pt-70 {
    padding-top: 70px;
  }

  .desktop\:pr-70 {
    padding-right: 70px;
  }

  .desktop\:pb-70 {
    padding-bottom: 70px;
  }

  .desktop\:pl-70 {
    padding-left: 70px;
  }

  .desktop\:pt-75 {
    padding-top: 75px;
  }

  .desktop\:pr-75 {
    padding-right: 75px;
  }

  .desktop\:pb-75 {
    padding-bottom: 75px;
  }

  .desktop\:pl-75 {
    padding-left: 75px;
  }

  .desktop\:pt-80 {
    padding-top: 80px;
  }

  .desktop\:pr-80 {
    padding-right: 80px;
  }

  .desktop\:pb-80 {
    padding-bottom: 80px;
  }

  .desktop\:pl-80 {
    padding-left: 80px;
  }

  .desktop\:pt-85 {
    padding-top: 85px;
  }

  .desktop\:pr-85 {
    padding-right: 85px;
  }

  .desktop\:pb-85 {
    padding-bottom: 85px;
  }

  .desktop\:pl-85 {
    padding-left: 85px;
  }

  .desktop\:pt-90 {
    padding-top: 90px;
  }

  .desktop\:pr-90 {
    padding-right: 90px;
  }

  .desktop\:pb-90 {
    padding-bottom: 90px;
  }

  .desktop\:pl-90 {
    padding-left: 90px;
  }

  .desktop\:pt-95 {
    padding-top: 95px;
  }

  .desktop\:pr-95 {
    padding-right: 95px;
  }

  .desktop\:pb-95 {
    padding-bottom: 95px;
  }

  .desktop\:pl-95 {
    padding-left: 95px;
  }

  .desktop\:pt-96 {
    padding-top: 96px;
  }

  .desktop\:pr-96 {
    padding-right: 96px;
  }

  .desktop\:pb-96 {
    padding-bottom: 96px;
  }

  .desktop\:pl-96 {
    padding-left: 96px;
  }

  .desktop\:pt-100 {
    padding-top: 100px;
  }

  .desktop\:pr-100 {
    padding-right: 100px;
  }

  .desktop\:pb-100 {
    padding-bottom: 100px;
  }

  .desktop\:pl-100 {
    padding-left: 100px;
  }

  .desktop\:pt-110 {
    padding-top: 110px;
  }

  .desktop\:pr-110 {
    padding-right: 110px;
  }

  .desktop\:pb-110 {
    padding-bottom: 110px;
  }

  .desktop\:pl-110 {
    padding-left: 110px;
  }

  .desktop\:pt-115 {
    padding-top: 115px;
  }

  .desktop\:pr-115 {
    padding-right: 115px;
  }

  .desktop\:pb-115 {
    padding-bottom: 115px;
  }

  .desktop\:pl-115 {
    padding-left: 115px;
  }

  .desktop\:pt-120 {
    padding-top: 120px;
  }

  .desktop\:pr-120 {
    padding-right: 120px;
  }

  .desktop\:pb-120 {
    padding-bottom: 120px;
  }

  .desktop\:pl-120 {
    padding-left: 120px;
  }

  .desktop\:pt-128 {
    padding-top: 128px;
  }

  .desktop\:pr-128 {
    padding-right: 128px;
  }

  .desktop\:pb-128 {
    padding-bottom: 128px;
  }

  .desktop\:pl-128 {
    padding-left: 128px;
  }

  .desktop\:pt-135 {
    padding-top: 135px;
  }

  .desktop\:pr-135 {
    padding-right: 135px;
  }

  .desktop\:pb-135 {
    padding-bottom: 135px;
  }

  .desktop\:pl-135 {
    padding-left: 135px;
  }

  .desktop\:pt-140 {
    padding-top: 140px;
  }

  .desktop\:pr-140 {
    padding-right: 140px;
  }

  .desktop\:pb-140 {
    padding-bottom: 140px;
  }

  .desktop\:pl-140 {
    padding-left: 140px;
  }

  .desktop\:pt-145 {
    padding-top: 145px;
  }

  .desktop\:pr-145 {
    padding-right: 145px;
  }

  .desktop\:pb-145 {
    padding-bottom: 145px;
  }

  .desktop\:pl-145 {
    padding-left: 145px;
  }

  .desktop\:pt-150 {
    padding-top: 150px;
  }

  .desktop\:pr-150 {
    padding-right: 150px;
  }

  .desktop\:pb-150 {
    padding-bottom: 150px;
  }

  .desktop\:pl-150 {
    padding-left: 150px;
  }

  .desktop\:pt-160 {
    padding-top: 160px;
  }

  .desktop\:pr-160 {
    padding-right: 160px;
  }

  .desktop\:pb-160 {
    padding-bottom: 160px;
  }

  .desktop\:pl-160 {
    padding-left: 160px;
  }

  .desktop\:pt-165 {
    padding-top: 165px;
  }

  .desktop\:pr-165 {
    padding-right: 165px;
  }

  .desktop\:pb-165 {
    padding-bottom: 165px;
  }

  .desktop\:pl-165 {
    padding-left: 165px;
  }

  .desktop\:pt-168 {
    padding-top: 168px;
  }

  .desktop\:pr-168 {
    padding-right: 168px;
  }

  .desktop\:pb-168 {
    padding-bottom: 168px;
  }

  .desktop\:pl-168 {
    padding-left: 168px;
  }

  .desktop\:pt-170 {
    padding-top: 170px;
  }

  .desktop\:pr-170 {
    padding-right: 170px;
  }

  .desktop\:pb-170 {
    padding-bottom: 170px;
  }

  .desktop\:pl-170 {
    padding-left: 170px;
  }

  .desktop\:pt-180 {
    padding-top: 180px;
  }

  .desktop\:pr-180 {
    padding-right: 180px;
  }

  .desktop\:pb-180 {
    padding-bottom: 180px;
  }

  .desktop\:pl-180 {
    padding-left: 180px;
  }

  .desktop\:pt-200 {
    padding-top: 200px;
  }

  .desktop\:pr-200 {
    padding-right: 200px;
  }

  .desktop\:pb-200 {
    padding-bottom: 200px;
  }

  .desktop\:pl-200 {
    padding-left: 200px;
  }

  .desktop\:pt-220 {
    padding-top: 220px;
  }

  .desktop\:pr-220 {
    padding-right: 220px;
  }

  .desktop\:pb-220 {
    padding-bottom: 220px;
  }

  .desktop\:pl-220 {
    padding-left: 220px;
  }

  .desktop\:pt-230 {
    padding-top: 230px;
  }

  .desktop\:pr-230 {
    padding-right: 230px;
  }

  .desktop\:pb-230 {
    padding-bottom: 230px;
  }

  .desktop\:pl-230 {
    padding-left: 230px;
  }

  .desktop\:pt-235 {
    padding-top: 235px;
  }

  .desktop\:pr-235 {
    padding-right: 235px;
  }

  .desktop\:pb-235 {
    padding-bottom: 235px;
  }

  .desktop\:pl-235 {
    padding-left: 235px;
  }

  .desktop\:pt-240 {
    padding-top: 240px;
  }

  .desktop\:pr-240 {
    padding-right: 240px;
  }

  .desktop\:pb-240 {
    padding-bottom: 240px;
  }

  .desktop\:pl-240 {
    padding-left: 240px;
  }

  .desktop\:pt-250 {
    padding-top: 250px;
  }

  .desktop\:pr-250 {
    padding-right: 250px;
  }

  .desktop\:pb-250 {
    padding-bottom: 250px;
  }

  .desktop\:pl-250 {
    padding-left: 250px;
  }

  .desktop\:pt-300 {
    padding-top: 300px;
  }

  .desktop\:pr-300 {
    padding-right: 300px;
  }

  .desktop\:pb-300 {
    padding-bottom: 300px;
  }

  .desktop\:pl-300 {
    padding-left: 300px;
  }

  .desktop\:pt-320 {
    padding-top: 320px;
  }

  .desktop\:pr-320 {
    padding-right: 320px;
  }

  .desktop\:pb-320 {
    padding-bottom: 320px;
  }

  .desktop\:pl-320 {
    padding-left: 320px;
  }

  .desktop\:pt-350 {
    padding-top: 350px;
  }

  .desktop\:pr-350 {
    padding-right: 350px;
  }

  .desktop\:pb-350 {
    padding-bottom: 350px;
  }

  .desktop\:pl-350 {
    padding-left: 350px;
  }

  .desktop\:pt-375 {
    padding-top: 375px;
  }

  .desktop\:pr-375 {
    padding-right: 375px;
  }

  .desktop\:pb-375 {
    padding-bottom: 375px;
  }

  .desktop\:pl-375 {
    padding-left: 375px;
  }

  .desktop\:pt-400 {
    padding-top: 400px;
  }

  .desktop\:pr-400 {
    padding-right: 400px;
  }

  .desktop\:pb-400 {
    padding-bottom: 400px;
  }

  .desktop\:pl-400 {
    padding-left: 400px;
  }

  .desktop\:pt-450 {
    padding-top: 450px;
  }

  .desktop\:pr-450 {
    padding-right: 450px;
  }

  .desktop\:pb-450 {
    padding-bottom: 450px;
  }

  .desktop\:pl-450 {
    padding-left: 450px;
  }

  .desktop\:pt-700 {
    padding-top: 700px;
  }

  .desktop\:pr-700 {
    padding-right: 700px;
  }

  .desktop\:pb-700 {
    padding-bottom: 700px;
  }

  .desktop\:pl-700 {
    padding-left: 700px;
  }

  .desktop\:pt-px {
    padding-top: 1px;
  }

  .desktop\:pr-px {
    padding-right: 1px;
  }

  .desktop\:pb-px {
    padding-bottom: 1px;
  }

  .desktop\:pl-px {
    padding-left: 1px;
  }

  .desktop\:pt-1p {
    padding-top: 1%;
  }

  .desktop\:pr-1p {
    padding-right: 1%;
  }

  .desktop\:pb-1p {
    padding-bottom: 1%;
  }

  .desktop\:pl-1p {
    padding-left: 1%;
  }

  .desktop\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .desktop\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .desktop\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .desktop\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .desktop\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .desktop\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .desktop\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .desktop\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .desktop\:pt-11p {
    padding-top: 11%;
  }

  .desktop\:pr-11p {
    padding-right: 11%;
  }

  .desktop\:pb-11p {
    padding-bottom: 11%;
  }

  .desktop\:pl-11p {
    padding-left: 11%;
  }

  .desktop\:pt-20p {
    padding-top: 20%;
  }

  .desktop\:pr-20p {
    padding-right: 20%;
  }

  .desktop\:pb-20p {
    padding-bottom: 20%;
  }

  .desktop\:pl-20p {
    padding-left: 20%;
  }

  .desktop\:pt-24p {
    padding-top: 24.25%;
  }

  .desktop\:pr-24p {
    padding-right: 24.25%;
  }

  .desktop\:pb-24p {
    padding-bottom: 24.25%;
  }

  .desktop\:pl-24p {
    padding-left: 24.25%;
  }

  .desktop\:pt-25p {
    padding-top: 25%;
  }

  .desktop\:pr-25p {
    padding-right: 25%;
  }

  .desktop\:pb-25p {
    padding-bottom: 25%;
  }

  .desktop\:pl-25p {
    padding-left: 25%;
  }

  .desktop\:pt-32p {
    padding-top: 32%;
  }

  .desktop\:pr-32p {
    padding-right: 32%;
  }

  .desktop\:pb-32p {
    padding-bottom: 32%;
  }

  .desktop\:pl-32p {
    padding-left: 32%;
  }

  .desktop\:pt-35p {
    padding-top: 35%;
  }

  .desktop\:pr-35p {
    padding-right: 35%;
  }

  .desktop\:pb-35p {
    padding-bottom: 35%;
  }

  .desktop\:pl-35p {
    padding-left: 35%;
  }

  .desktop\:pt-40p {
    padding-top: 40%;
  }

  .desktop\:pr-40p {
    padding-right: 40%;
  }

  .desktop\:pb-40p {
    padding-bottom: 40%;
  }

  .desktop\:pl-40p {
    padding-left: 40%;
  }

  .desktop\:pt-49p {
    padding-top: 49%;
  }

  .desktop\:pr-49p {
    padding-right: 49%;
  }

  .desktop\:pb-49p {
    padding-bottom: 49%;
  }

  .desktop\:pl-49p {
    padding-left: 49%;
  }

  .desktop\:pt-49-5p {
    padding-top: 49.5%;
  }

  .desktop\:pr-49-5p {
    padding-right: 49.5%;
  }

  .desktop\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .desktop\:pl-49-5p {
    padding-left: 49.5%;
  }

  .desktop\:pt-80p {
    padding-top: 80%;
  }

  .desktop\:pr-80p {
    padding-right: 80%;
  }

  .desktop\:pb-80p {
    padding-bottom: 80%;
  }

  .desktop\:pl-80p {
    padding-left: 80%;
  }

  .desktop\:pt-vh80 {
    padding-top: 80vh;
  }

  .desktop\:pr-vh80 {
    padding-right: 80vh;
  }

  .desktop\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .desktop\:pl-vh80 {
    padding-left: 80vh;
  }

  .desktop\:pt-vh86 {
    padding-top: 86vh;
  }

  .desktop\:pr-vh86 {
    padding-right: 86vh;
  }

  .desktop\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .desktop\:pl-vh86 {
    padding-left: 86vh;
  }

  .desktop\:pt-vh90 {
    padding-top: 90vh;
  }

  .desktop\:pr-vh90 {
    padding-right: 90vh;
  }

  .desktop\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .desktop\:pl-vh90 {
    padding-left: 90vh;
  }

  .desktop\:pt-vw80 {
    padding-top: 80vw;
  }

  .desktop\:pr-vw80 {
    padding-right: 80vw;
  }

  .desktop\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .desktop\:pl-vw80 {
    padding-left: 80vw;
  }

  .desktop\:pt-vw90 {
    padding-top: 90vw;
  }

  .desktop\:pr-vw90 {
    padding-right: 90vw;
  }

  .desktop\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .desktop\:pl-vw90 {
    padding-left: 90vw;
  }

  .desktop\:pt-90p {
    padding-top: 90%;
  }

  .desktop\:pr-90p {
    padding-right: 90%;
  }

  .desktop\:pb-90p {
    padding-bottom: 90%;
  }

  .desktop\:pl-90p {
    padding-left: 90%;
  }

  .desktop\:pt-92p {
    padding-top: 92%;
  }

  .desktop\:pr-92p {
    padding-right: 92%;
  }

  .desktop\:pb-92p {
    padding-bottom: 92%;
  }

  .desktop\:pl-92p {
    padding-left: 92%;
  }

  .desktop\:pt-93p {
    padding-top: 93%;
  }

  .desktop\:pr-93p {
    padding-right: 93%;
  }

  .desktop\:pb-93p {
    padding-bottom: 93%;
  }

  .desktop\:pl-93p {
    padding-left: 93%;
  }

  .desktop\:pt-94p {
    padding-top: 94%;
  }

  .desktop\:pr-94p {
    padding-right: 94%;
  }

  .desktop\:pb-94p {
    padding-bottom: 94%;
  }

  .desktop\:pl-94p {
    padding-left: 94%;
  }

  .desktop\:pt-95p {
    padding-top: 95%;
  }

  .desktop\:pr-95p {
    padding-right: 95%;
  }

  .desktop\:pb-95p {
    padding-bottom: 95%;
  }

  .desktop\:pl-95p {
    padding-left: 95%;
  }

  .desktop\:pt-96p {
    padding-top: 96%;
  }

  .desktop\:pr-96p {
    padding-right: 96%;
  }

  .desktop\:pb-96p {
    padding-bottom: 96%;
  }

  .desktop\:pl-96p {
    padding-left: 96%;
  }

  .desktop\:pt-100p {
    padding-top: 100%;
  }

  .desktop\:pr-100p {
    padding-right: 100%;
  }

  .desktop\:pb-100p {
    padding-bottom: 100%;
  }

  .desktop\:pl-100p {
    padding-left: 100%;
  }

  .desktop\:hover\:p-0:hover {
    padding: 0px;
  }

  .desktop\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .desktop\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .desktop\:hover\:p-3:hover {
    padding: 3px;
  }

  .desktop\:hover\:p-4:hover {
    padding: 4px;
  }

  .desktop\:hover\:p-5:hover {
    padding: 5px;
  }

  .desktop\:hover\:p-6:hover {
    padding: 6px;
  }

  .desktop\:hover\:p-8:hover {
    padding: 8px;
  }

  .desktop\:hover\:p-9:hover {
    padding: 9px;
  }

  .desktop\:hover\:p-10:hover {
    padding: 10px;
  }

  .desktop\:hover\:p-12:hover {
    padding: 12px;
  }

  .desktop\:hover\:p-13:hover {
    padding: 13px;
  }

  .desktop\:hover\:p-14:hover {
    padding: 14px;
  }

  .desktop\:hover\:p-15:hover {
    padding: 15px;
  }

  .desktop\:hover\:p-16:hover {
    padding: 16px;
  }

  .desktop\:hover\:p-17:hover {
    padding: 17px;
  }

  .desktop\:hover\:p-18:hover {
    padding: 18px;
  }

  .desktop\:hover\:p-20:hover {
    padding: 20px;
  }

  .desktop\:hover\:p-22:hover {
    padding: 22px;
  }

  .desktop\:hover\:p-24:hover {
    padding: 24px;
  }

  .desktop\:hover\:p-25:hover {
    padding: 25px;
  }

  .desktop\:hover\:p-28:hover {
    padding: 28px;
  }

  .desktop\:hover\:p-29:hover {
    padding: 29px;
  }

  .desktop\:hover\:p-30:hover {
    padding: 30px;
  }

  .desktop\:hover\:p-32:hover {
    padding: 32px;
  }

  .desktop\:hover\:p-35:hover {
    padding: 35px;
  }

  .desktop\:hover\:p-36:hover {
    padding: 36px;
  }

  .desktop\:hover\:p-37:hover {
    padding: 37px;
  }

  .desktop\:hover\:p-40:hover {
    padding: 40px;
  }

  .desktop\:hover\:p-45:hover {
    padding: 45px;
  }

  .desktop\:hover\:p-48:hover {
    padding: 48px;
  }

  .desktop\:hover\:p-50:hover {
    padding: 50px;
  }

  .desktop\:hover\:p-55:hover {
    padding: 55px;
  }

  .desktop\:hover\:p-56:hover {
    padding: 56px;
  }

  .desktop\:hover\:p-60:hover {
    padding: 60px;
  }

  .desktop\:hover\:p-62:hover {
    padding: 62px;
  }

  .desktop\:hover\:p-64:hover {
    padding: 64px;
  }

  .desktop\:hover\:p-65:hover {
    padding: 65px;
  }

  .desktop\:hover\:p-70:hover {
    padding: 70px;
  }

  .desktop\:hover\:p-75:hover {
    padding: 75px;
  }

  .desktop\:hover\:p-80:hover {
    padding: 80px;
  }

  .desktop\:hover\:p-85:hover {
    padding: 85px;
  }

  .desktop\:hover\:p-90:hover {
    padding: 90px;
  }

  .desktop\:hover\:p-95:hover {
    padding: 95px;
  }

  .desktop\:hover\:p-96:hover {
    padding: 96px;
  }

  .desktop\:hover\:p-100:hover {
    padding: 100px;
  }

  .desktop\:hover\:p-110:hover {
    padding: 110px;
  }

  .desktop\:hover\:p-115:hover {
    padding: 115px;
  }

  .desktop\:hover\:p-120:hover {
    padding: 120px;
  }

  .desktop\:hover\:p-128:hover {
    padding: 128px;
  }

  .desktop\:hover\:p-135:hover {
    padding: 135px;
  }

  .desktop\:hover\:p-140:hover {
    padding: 140px;
  }

  .desktop\:hover\:p-145:hover {
    padding: 145px;
  }

  .desktop\:hover\:p-150:hover {
    padding: 150px;
  }

  .desktop\:hover\:p-160:hover {
    padding: 160px;
  }

  .desktop\:hover\:p-165:hover {
    padding: 165px;
  }

  .desktop\:hover\:p-168:hover {
    padding: 168px;
  }

  .desktop\:hover\:p-170:hover {
    padding: 170px;
  }

  .desktop\:hover\:p-180:hover {
    padding: 180px;
  }

  .desktop\:hover\:p-200:hover {
    padding: 200px;
  }

  .desktop\:hover\:p-220:hover {
    padding: 220px;
  }

  .desktop\:hover\:p-230:hover {
    padding: 230px;
  }

  .desktop\:hover\:p-235:hover {
    padding: 235px;
  }

  .desktop\:hover\:p-240:hover {
    padding: 240px;
  }

  .desktop\:hover\:p-250:hover {
    padding: 250px;
  }

  .desktop\:hover\:p-300:hover {
    padding: 300px;
  }

  .desktop\:hover\:p-320:hover {
    padding: 320px;
  }

  .desktop\:hover\:p-350:hover {
    padding: 350px;
  }

  .desktop\:hover\:p-375:hover {
    padding: 375px;
  }

  .desktop\:hover\:p-400:hover {
    padding: 400px;
  }

  .desktop\:hover\:p-450:hover {
    padding: 450px;
  }

  .desktop\:hover\:p-700:hover {
    padding: 700px;
  }

  .desktop\:hover\:p-px:hover {
    padding: 1px;
  }

  .desktop\:hover\:p-1p:hover {
    padding: 1%;
  }

  .desktop\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .desktop\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .desktop\:hover\:p-11p:hover {
    padding: 11%;
  }

  .desktop\:hover\:p-20p:hover {
    padding: 20%;
  }

  .desktop\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .desktop\:hover\:p-25p:hover {
    padding: 25%;
  }

  .desktop\:hover\:p-32p:hover {
    padding: 32%;
  }

  .desktop\:hover\:p-35p:hover {
    padding: 35%;
  }

  .desktop\:hover\:p-40p:hover {
    padding: 40%;
  }

  .desktop\:hover\:p-49p:hover {
    padding: 49%;
  }

  .desktop\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .desktop\:hover\:p-80p:hover {
    padding: 80%;
  }

  .desktop\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .desktop\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .desktop\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .desktop\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .desktop\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .desktop\:hover\:p-90p:hover {
    padding: 90%;
  }

  .desktop\:hover\:p-92p:hover {
    padding: 92%;
  }

  .desktop\:hover\:p-93p:hover {
    padding: 93%;
  }

  .desktop\:hover\:p-94p:hover {
    padding: 94%;
  }

  .desktop\:hover\:p-95p:hover {
    padding: 95%;
  }

  .desktop\:hover\:p-96p:hover {
    padding: 96%;
  }

  .desktop\:hover\:p-100p:hover {
    padding: 100%;
  }

  .desktop\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .desktop\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .desktop\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .desktop\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .desktop\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .desktop\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .desktop\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .desktop\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .desktop\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .desktop\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .desktop\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .desktop\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .desktop\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .desktop\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .desktop\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .desktop\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .desktop\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .desktop\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .desktop\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .desktop\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .desktop\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .desktop\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .desktop\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .desktop\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .desktop\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .desktop\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .desktop\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .desktop\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .desktop\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .desktop\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .desktop\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .desktop\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .desktop\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .desktop\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .desktop\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .desktop\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .desktop\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .desktop\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .desktop\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .desktop\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .desktop\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .desktop\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .desktop\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .desktop\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .desktop\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .desktop\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .desktop\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .desktop\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .desktop\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .desktop\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .desktop\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .desktop\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .desktop\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .desktop\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .desktop\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .desktop\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .desktop\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .desktop\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .desktop\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .desktop\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .desktop\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .desktop\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .desktop\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .desktop\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .desktop\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .desktop\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .desktop\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .desktop\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .desktop\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .desktop\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .desktop\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .desktop\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .desktop\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .desktop\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .desktop\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .desktop\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .desktop\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .desktop\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .desktop\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .desktop\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .desktop\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .desktop\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .desktop\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .desktop\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .desktop\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .desktop\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .desktop\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .desktop\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .desktop\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .desktop\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .desktop\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .desktop\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .desktop\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .desktop\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .desktop\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .desktop\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .desktop\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .desktop\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .desktop\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .desktop\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .desktop\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .desktop\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .desktop\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .desktop\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .desktop\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .desktop\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .desktop\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .desktop\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .desktop\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .desktop\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .desktop\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .desktop\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .desktop\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .desktop\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .desktop\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .desktop\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .desktop\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .desktop\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .desktop\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .desktop\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .desktop\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .desktop\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .desktop\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .desktop\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .desktop\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .desktop\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .desktop\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .desktop\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .desktop\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .desktop\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .desktop\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .desktop\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .desktop\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .desktop\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .desktop\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .desktop\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .desktop\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .desktop\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .desktop\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .desktop\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .desktop\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .desktop\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .desktop\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .desktop\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .desktop\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .desktop\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .desktop\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .desktop\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .desktop\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .desktop\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .desktop\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .desktop\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .desktop\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .desktop\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .desktop\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .desktop\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .desktop\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .desktop\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .desktop\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .desktop\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .desktop\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .desktop\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .desktop\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .desktop\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .desktop\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .desktop\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .desktop\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .desktop\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .desktop\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .desktop\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .desktop\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .desktop\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .desktop\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .desktop\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .desktop\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .desktop\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .desktop\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .desktop\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .desktop\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .desktop\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .desktop\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .desktop\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .desktop\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .desktop\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .desktop\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .desktop\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .desktop\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .desktop\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .desktop\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .desktop\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .desktop\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .desktop\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .desktop\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .desktop\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .desktop\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .desktop\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .desktop\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .desktop\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .desktop\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .desktop\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .desktop\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .desktop\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .desktop\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .desktop\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .desktop\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .desktop\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .desktop\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .desktop\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .desktop\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .desktop\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .desktop\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .desktop\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .desktop\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .desktop\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .desktop\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .desktop\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .desktop\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .desktop\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .desktop\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .desktop\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .desktop\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .desktop\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .desktop\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .desktop\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .desktop\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .desktop\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .desktop\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .desktop\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .desktop\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .desktop\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .desktop\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .desktop\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .desktop\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .desktop\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .desktop\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .desktop\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .desktop\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .desktop\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .desktop\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .desktop\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .desktop\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .desktop\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .desktop\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .desktop\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .desktop\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .desktop\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .desktop\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .desktop\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .desktop\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .desktop\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .desktop\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .desktop\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .desktop\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .desktop\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .desktop\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .desktop\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .desktop\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .desktop\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .desktop\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .desktop\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .desktop\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .desktop\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .desktop\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .desktop\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .desktop\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .desktop\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .desktop\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .desktop\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .desktop\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .desktop\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .desktop\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .desktop\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .desktop\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .desktop\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .desktop\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .desktop\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .desktop\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .desktop\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .desktop\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .desktop\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .desktop\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .desktop\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .desktop\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .desktop\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .desktop\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .desktop\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .desktop\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .desktop\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .desktop\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .desktop\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .desktop\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .desktop\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .desktop\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .desktop\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .desktop\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .desktop\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .desktop\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .desktop\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .desktop\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .desktop\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .desktop\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .desktop\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .desktop\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .desktop\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .desktop\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .desktop\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .desktop\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .desktop\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .desktop\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .desktop\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .desktop\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .desktop\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .desktop\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .desktop\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .desktop\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .desktop\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .desktop\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .desktop\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .desktop\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .desktop\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .desktop\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .desktop\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .desktop\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .desktop\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .desktop\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .desktop\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .desktop\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .desktop\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .desktop\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .desktop\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .desktop\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .desktop\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .desktop\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .desktop\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .desktop\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .desktop\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .desktop\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .desktop\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .desktop\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .desktop\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .desktop\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .desktop\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .desktop\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .desktop\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .desktop\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .desktop\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .desktop\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .desktop\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .desktop\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .desktop\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .desktop\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .desktop\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .desktop\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .desktop\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .desktop\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .desktop\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .desktop\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .desktop\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .desktop\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .desktop\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .desktop\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .desktop\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .desktop\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .desktop\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .desktop\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .desktop\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .desktop\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .desktop\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .desktop\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .desktop\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .desktop\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .desktop\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .desktop\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .desktop\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .desktop\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .desktop\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .desktop\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .desktop\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .desktop\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .desktop\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .desktop\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .desktop\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .desktop\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .desktop\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .desktop\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .desktop\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .desktop\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .desktop\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .desktop\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .desktop\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .desktop\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .desktop\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .desktop\:focus\:p-0:focus {
    padding: 0px;
  }

  .desktop\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .desktop\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .desktop\:focus\:p-3:focus {
    padding: 3px;
  }

  .desktop\:focus\:p-4:focus {
    padding: 4px;
  }

  .desktop\:focus\:p-5:focus {
    padding: 5px;
  }

  .desktop\:focus\:p-6:focus {
    padding: 6px;
  }

  .desktop\:focus\:p-8:focus {
    padding: 8px;
  }

  .desktop\:focus\:p-9:focus {
    padding: 9px;
  }

  .desktop\:focus\:p-10:focus {
    padding: 10px;
  }

  .desktop\:focus\:p-12:focus {
    padding: 12px;
  }

  .desktop\:focus\:p-13:focus {
    padding: 13px;
  }

  .desktop\:focus\:p-14:focus {
    padding: 14px;
  }

  .desktop\:focus\:p-15:focus {
    padding: 15px;
  }

  .desktop\:focus\:p-16:focus {
    padding: 16px;
  }

  .desktop\:focus\:p-17:focus {
    padding: 17px;
  }

  .desktop\:focus\:p-18:focus {
    padding: 18px;
  }

  .desktop\:focus\:p-20:focus {
    padding: 20px;
  }

  .desktop\:focus\:p-22:focus {
    padding: 22px;
  }

  .desktop\:focus\:p-24:focus {
    padding: 24px;
  }

  .desktop\:focus\:p-25:focus {
    padding: 25px;
  }

  .desktop\:focus\:p-28:focus {
    padding: 28px;
  }

  .desktop\:focus\:p-29:focus {
    padding: 29px;
  }

  .desktop\:focus\:p-30:focus {
    padding: 30px;
  }

  .desktop\:focus\:p-32:focus {
    padding: 32px;
  }

  .desktop\:focus\:p-35:focus {
    padding: 35px;
  }

  .desktop\:focus\:p-36:focus {
    padding: 36px;
  }

  .desktop\:focus\:p-37:focus {
    padding: 37px;
  }

  .desktop\:focus\:p-40:focus {
    padding: 40px;
  }

  .desktop\:focus\:p-45:focus {
    padding: 45px;
  }

  .desktop\:focus\:p-48:focus {
    padding: 48px;
  }

  .desktop\:focus\:p-50:focus {
    padding: 50px;
  }

  .desktop\:focus\:p-55:focus {
    padding: 55px;
  }

  .desktop\:focus\:p-56:focus {
    padding: 56px;
  }

  .desktop\:focus\:p-60:focus {
    padding: 60px;
  }

  .desktop\:focus\:p-62:focus {
    padding: 62px;
  }

  .desktop\:focus\:p-64:focus {
    padding: 64px;
  }

  .desktop\:focus\:p-65:focus {
    padding: 65px;
  }

  .desktop\:focus\:p-70:focus {
    padding: 70px;
  }

  .desktop\:focus\:p-75:focus {
    padding: 75px;
  }

  .desktop\:focus\:p-80:focus {
    padding: 80px;
  }

  .desktop\:focus\:p-85:focus {
    padding: 85px;
  }

  .desktop\:focus\:p-90:focus {
    padding: 90px;
  }

  .desktop\:focus\:p-95:focus {
    padding: 95px;
  }

  .desktop\:focus\:p-96:focus {
    padding: 96px;
  }

  .desktop\:focus\:p-100:focus {
    padding: 100px;
  }

  .desktop\:focus\:p-110:focus {
    padding: 110px;
  }

  .desktop\:focus\:p-115:focus {
    padding: 115px;
  }

  .desktop\:focus\:p-120:focus {
    padding: 120px;
  }

  .desktop\:focus\:p-128:focus {
    padding: 128px;
  }

  .desktop\:focus\:p-135:focus {
    padding: 135px;
  }

  .desktop\:focus\:p-140:focus {
    padding: 140px;
  }

  .desktop\:focus\:p-145:focus {
    padding: 145px;
  }

  .desktop\:focus\:p-150:focus {
    padding: 150px;
  }

  .desktop\:focus\:p-160:focus {
    padding: 160px;
  }

  .desktop\:focus\:p-165:focus {
    padding: 165px;
  }

  .desktop\:focus\:p-168:focus {
    padding: 168px;
  }

  .desktop\:focus\:p-170:focus {
    padding: 170px;
  }

  .desktop\:focus\:p-180:focus {
    padding: 180px;
  }

  .desktop\:focus\:p-200:focus {
    padding: 200px;
  }

  .desktop\:focus\:p-220:focus {
    padding: 220px;
  }

  .desktop\:focus\:p-230:focus {
    padding: 230px;
  }

  .desktop\:focus\:p-235:focus {
    padding: 235px;
  }

  .desktop\:focus\:p-240:focus {
    padding: 240px;
  }

  .desktop\:focus\:p-250:focus {
    padding: 250px;
  }

  .desktop\:focus\:p-300:focus {
    padding: 300px;
  }

  .desktop\:focus\:p-320:focus {
    padding: 320px;
  }

  .desktop\:focus\:p-350:focus {
    padding: 350px;
  }

  .desktop\:focus\:p-375:focus {
    padding: 375px;
  }

  .desktop\:focus\:p-400:focus {
    padding: 400px;
  }

  .desktop\:focus\:p-450:focus {
    padding: 450px;
  }

  .desktop\:focus\:p-700:focus {
    padding: 700px;
  }

  .desktop\:focus\:p-px:focus {
    padding: 1px;
  }

  .desktop\:focus\:p-1p:focus {
    padding: 1%;
  }

  .desktop\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .desktop\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .desktop\:focus\:p-11p:focus {
    padding: 11%;
  }

  .desktop\:focus\:p-20p:focus {
    padding: 20%;
  }

  .desktop\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .desktop\:focus\:p-25p:focus {
    padding: 25%;
  }

  .desktop\:focus\:p-32p:focus {
    padding: 32%;
  }

  .desktop\:focus\:p-35p:focus {
    padding: 35%;
  }

  .desktop\:focus\:p-40p:focus {
    padding: 40%;
  }

  .desktop\:focus\:p-49p:focus {
    padding: 49%;
  }

  .desktop\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .desktop\:focus\:p-80p:focus {
    padding: 80%;
  }

  .desktop\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .desktop\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .desktop\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .desktop\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .desktop\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .desktop\:focus\:p-90p:focus {
    padding: 90%;
  }

  .desktop\:focus\:p-92p:focus {
    padding: 92%;
  }

  .desktop\:focus\:p-93p:focus {
    padding: 93%;
  }

  .desktop\:focus\:p-94p:focus {
    padding: 94%;
  }

  .desktop\:focus\:p-95p:focus {
    padding: 95%;
  }

  .desktop\:focus\:p-96p:focus {
    padding: 96%;
  }

  .desktop\:focus\:p-100p:focus {
    padding: 100%;
  }

  .desktop\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .desktop\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .desktop\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .desktop\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .desktop\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .desktop\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .desktop\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .desktop\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .desktop\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .desktop\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .desktop\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .desktop\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .desktop\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .desktop\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .desktop\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .desktop\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .desktop\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .desktop\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .desktop\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .desktop\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .desktop\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .desktop\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .desktop\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .desktop\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .desktop\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .desktop\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .desktop\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .desktop\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .desktop\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .desktop\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .desktop\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .desktop\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .desktop\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .desktop\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .desktop\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .desktop\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .desktop\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .desktop\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .desktop\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .desktop\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .desktop\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .desktop\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .desktop\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .desktop\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .desktop\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .desktop\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .desktop\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .desktop\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .desktop\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .desktop\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .desktop\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .desktop\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .desktop\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .desktop\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .desktop\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .desktop\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .desktop\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .desktop\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .desktop\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .desktop\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .desktop\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .desktop\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .desktop\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .desktop\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .desktop\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .desktop\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .desktop\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .desktop\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .desktop\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .desktop\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .desktop\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .desktop\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .desktop\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .desktop\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .desktop\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .desktop\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .desktop\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .desktop\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .desktop\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .desktop\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .desktop\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .desktop\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .desktop\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .desktop\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .desktop\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .desktop\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .desktop\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .desktop\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .desktop\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .desktop\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .desktop\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .desktop\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .desktop\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .desktop\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .desktop\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .desktop\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .desktop\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .desktop\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .desktop\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .desktop\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .desktop\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .desktop\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .desktop\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .desktop\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .desktop\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .desktop\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .desktop\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .desktop\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .desktop\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .desktop\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .desktop\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .desktop\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .desktop\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .desktop\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .desktop\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .desktop\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .desktop\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .desktop\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .desktop\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .desktop\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .desktop\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .desktop\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .desktop\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .desktop\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .desktop\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .desktop\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .desktop\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .desktop\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .desktop\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .desktop\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .desktop\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .desktop\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .desktop\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .desktop\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .desktop\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .desktop\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .desktop\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .desktop\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .desktop\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .desktop\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .desktop\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .desktop\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .desktop\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .desktop\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .desktop\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .desktop\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .desktop\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .desktop\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .desktop\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .desktop\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .desktop\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .desktop\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .desktop\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .desktop\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .desktop\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .desktop\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .desktop\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .desktop\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .desktop\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .desktop\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .desktop\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .desktop\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .desktop\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .desktop\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .desktop\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .desktop\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .desktop\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .desktop\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .desktop\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .desktop\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .desktop\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .desktop\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .desktop\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .desktop\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .desktop\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .desktop\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .desktop\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .desktop\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .desktop\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .desktop\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .desktop\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .desktop\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .desktop\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .desktop\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .desktop\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .desktop\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .desktop\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .desktop\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .desktop\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .desktop\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .desktop\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .desktop\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .desktop\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .desktop\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .desktop\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .desktop\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .desktop\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .desktop\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .desktop\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .desktop\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .desktop\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .desktop\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .desktop\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .desktop\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .desktop\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .desktop\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .desktop\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .desktop\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .desktop\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .desktop\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .desktop\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .desktop\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .desktop\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .desktop\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .desktop\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .desktop\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .desktop\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .desktop\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .desktop\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .desktop\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .desktop\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .desktop\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .desktop\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .desktop\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .desktop\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .desktop\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .desktop\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .desktop\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .desktop\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .desktop\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .desktop\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .desktop\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .desktop\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .desktop\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .desktop\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .desktop\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .desktop\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .desktop\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .desktop\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .desktop\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .desktop\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .desktop\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .desktop\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .desktop\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .desktop\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .desktop\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .desktop\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .desktop\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .desktop\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .desktop\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .desktop\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .desktop\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .desktop\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .desktop\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .desktop\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .desktop\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .desktop\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .desktop\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .desktop\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .desktop\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .desktop\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .desktop\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .desktop\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .desktop\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .desktop\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .desktop\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .desktop\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .desktop\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .desktop\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .desktop\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .desktop\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .desktop\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .desktop\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .desktop\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .desktop\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .desktop\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .desktop\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .desktop\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .desktop\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .desktop\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .desktop\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .desktop\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .desktop\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .desktop\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .desktop\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .desktop\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .desktop\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .desktop\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .desktop\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .desktop\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .desktop\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .desktop\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .desktop\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .desktop\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .desktop\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .desktop\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .desktop\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .desktop\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .desktop\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .desktop\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .desktop\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .desktop\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .desktop\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .desktop\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .desktop\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .desktop\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .desktop\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .desktop\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .desktop\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .desktop\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .desktop\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .desktop\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .desktop\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .desktop\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .desktop\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .desktop\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .desktop\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .desktop\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .desktop\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .desktop\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .desktop\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .desktop\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .desktop\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .desktop\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .desktop\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .desktop\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .desktop\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .desktop\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .desktop\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .desktop\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .desktop\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .desktop\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .desktop\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .desktop\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .desktop\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .desktop\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .desktop\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .desktop\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .desktop\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .desktop\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .desktop\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .desktop\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .desktop\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .desktop\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .desktop\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .desktop\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .desktop\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .desktop\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .desktop\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .desktop\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .desktop\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .desktop\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .desktop\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .desktop\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .desktop\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .desktop\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .desktop\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .desktop\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .desktop\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .desktop\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .desktop\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .desktop\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .desktop\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .desktop\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .desktop\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .desktop\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .desktop\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .desktop\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .desktop\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .desktop\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .desktop\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .desktop\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .desktop\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .desktop\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .desktop\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .desktop\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .desktop\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .desktop\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .desktop\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .desktop\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .desktop\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .desktop\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .desktop\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .desktop\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .desktop\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .desktop\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .desktop\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .desktop\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .desktop\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .desktop\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .desktop\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .desktop\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .desktop\:first\:p-0:first-child {
    padding: 0px;
  }

  .desktop\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .desktop\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .desktop\:first\:p-3:first-child {
    padding: 3px;
  }

  .desktop\:first\:p-4:first-child {
    padding: 4px;
  }

  .desktop\:first\:p-5:first-child {
    padding: 5px;
  }

  .desktop\:first\:p-6:first-child {
    padding: 6px;
  }

  .desktop\:first\:p-8:first-child {
    padding: 8px;
  }

  .desktop\:first\:p-9:first-child {
    padding: 9px;
  }

  .desktop\:first\:p-10:first-child {
    padding: 10px;
  }

  .desktop\:first\:p-12:first-child {
    padding: 12px;
  }

  .desktop\:first\:p-13:first-child {
    padding: 13px;
  }

  .desktop\:first\:p-14:first-child {
    padding: 14px;
  }

  .desktop\:first\:p-15:first-child {
    padding: 15px;
  }

  .desktop\:first\:p-16:first-child {
    padding: 16px;
  }

  .desktop\:first\:p-17:first-child {
    padding: 17px;
  }

  .desktop\:first\:p-18:first-child {
    padding: 18px;
  }

  .desktop\:first\:p-20:first-child {
    padding: 20px;
  }

  .desktop\:first\:p-22:first-child {
    padding: 22px;
  }

  .desktop\:first\:p-24:first-child {
    padding: 24px;
  }

  .desktop\:first\:p-25:first-child {
    padding: 25px;
  }

  .desktop\:first\:p-28:first-child {
    padding: 28px;
  }

  .desktop\:first\:p-29:first-child {
    padding: 29px;
  }

  .desktop\:first\:p-30:first-child {
    padding: 30px;
  }

  .desktop\:first\:p-32:first-child {
    padding: 32px;
  }

  .desktop\:first\:p-35:first-child {
    padding: 35px;
  }

  .desktop\:first\:p-36:first-child {
    padding: 36px;
  }

  .desktop\:first\:p-37:first-child {
    padding: 37px;
  }

  .desktop\:first\:p-40:first-child {
    padding: 40px;
  }

  .desktop\:first\:p-45:first-child {
    padding: 45px;
  }

  .desktop\:first\:p-48:first-child {
    padding: 48px;
  }

  .desktop\:first\:p-50:first-child {
    padding: 50px;
  }

  .desktop\:first\:p-55:first-child {
    padding: 55px;
  }

  .desktop\:first\:p-56:first-child {
    padding: 56px;
  }

  .desktop\:first\:p-60:first-child {
    padding: 60px;
  }

  .desktop\:first\:p-62:first-child {
    padding: 62px;
  }

  .desktop\:first\:p-64:first-child {
    padding: 64px;
  }

  .desktop\:first\:p-65:first-child {
    padding: 65px;
  }

  .desktop\:first\:p-70:first-child {
    padding: 70px;
  }

  .desktop\:first\:p-75:first-child {
    padding: 75px;
  }

  .desktop\:first\:p-80:first-child {
    padding: 80px;
  }

  .desktop\:first\:p-85:first-child {
    padding: 85px;
  }

  .desktop\:first\:p-90:first-child {
    padding: 90px;
  }

  .desktop\:first\:p-95:first-child {
    padding: 95px;
  }

  .desktop\:first\:p-96:first-child {
    padding: 96px;
  }

  .desktop\:first\:p-100:first-child {
    padding: 100px;
  }

  .desktop\:first\:p-110:first-child {
    padding: 110px;
  }

  .desktop\:first\:p-115:first-child {
    padding: 115px;
  }

  .desktop\:first\:p-120:first-child {
    padding: 120px;
  }

  .desktop\:first\:p-128:first-child {
    padding: 128px;
  }

  .desktop\:first\:p-135:first-child {
    padding: 135px;
  }

  .desktop\:first\:p-140:first-child {
    padding: 140px;
  }

  .desktop\:first\:p-145:first-child {
    padding: 145px;
  }

  .desktop\:first\:p-150:first-child {
    padding: 150px;
  }

  .desktop\:first\:p-160:first-child {
    padding: 160px;
  }

  .desktop\:first\:p-165:first-child {
    padding: 165px;
  }

  .desktop\:first\:p-168:first-child {
    padding: 168px;
  }

  .desktop\:first\:p-170:first-child {
    padding: 170px;
  }

  .desktop\:first\:p-180:first-child {
    padding: 180px;
  }

  .desktop\:first\:p-200:first-child {
    padding: 200px;
  }

  .desktop\:first\:p-220:first-child {
    padding: 220px;
  }

  .desktop\:first\:p-230:first-child {
    padding: 230px;
  }

  .desktop\:first\:p-235:first-child {
    padding: 235px;
  }

  .desktop\:first\:p-240:first-child {
    padding: 240px;
  }

  .desktop\:first\:p-250:first-child {
    padding: 250px;
  }

  .desktop\:first\:p-300:first-child {
    padding: 300px;
  }

  .desktop\:first\:p-320:first-child {
    padding: 320px;
  }

  .desktop\:first\:p-350:first-child {
    padding: 350px;
  }

  .desktop\:first\:p-375:first-child {
    padding: 375px;
  }

  .desktop\:first\:p-400:first-child {
    padding: 400px;
  }

  .desktop\:first\:p-450:first-child {
    padding: 450px;
  }

  .desktop\:first\:p-700:first-child {
    padding: 700px;
  }

  .desktop\:first\:p-px:first-child {
    padding: 1px;
  }

  .desktop\:first\:p-1p:first-child {
    padding: 1%;
  }

  .desktop\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .desktop\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .desktop\:first\:p-11p:first-child {
    padding: 11%;
  }

  .desktop\:first\:p-20p:first-child {
    padding: 20%;
  }

  .desktop\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .desktop\:first\:p-25p:first-child {
    padding: 25%;
  }

  .desktop\:first\:p-32p:first-child {
    padding: 32%;
  }

  .desktop\:first\:p-35p:first-child {
    padding: 35%;
  }

  .desktop\:first\:p-40p:first-child {
    padding: 40%;
  }

  .desktop\:first\:p-49p:first-child {
    padding: 49%;
  }

  .desktop\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .desktop\:first\:p-80p:first-child {
    padding: 80%;
  }

  .desktop\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .desktop\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .desktop\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .desktop\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .desktop\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .desktop\:first\:p-90p:first-child {
    padding: 90%;
  }

  .desktop\:first\:p-92p:first-child {
    padding: 92%;
  }

  .desktop\:first\:p-93p:first-child {
    padding: 93%;
  }

  .desktop\:first\:p-94p:first-child {
    padding: 94%;
  }

  .desktop\:first\:p-95p:first-child {
    padding: 95%;
  }

  .desktop\:first\:p-96p:first-child {
    padding: 96%;
  }

  .desktop\:first\:p-100p:first-child {
    padding: 100%;
  }

  .desktop\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .desktop\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .desktop\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .desktop\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .desktop\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .desktop\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .desktop\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .desktop\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .desktop\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .desktop\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .desktop\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .desktop\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .desktop\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .desktop\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .desktop\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .desktop\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .desktop\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .desktop\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .desktop\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .desktop\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .desktop\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .desktop\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .desktop\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .desktop\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .desktop\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .desktop\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .desktop\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .desktop\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .desktop\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .desktop\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .desktop\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .desktop\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .desktop\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .desktop\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .desktop\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .desktop\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .desktop\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .desktop\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .desktop\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .desktop\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .desktop\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .desktop\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .desktop\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .desktop\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .desktop\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .desktop\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .desktop\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .desktop\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .desktop\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .desktop\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .desktop\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .desktop\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .desktop\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .desktop\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .desktop\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .desktop\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .desktop\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .desktop\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .desktop\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .desktop\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .desktop\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .desktop\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .desktop\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .desktop\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .desktop\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .desktop\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .desktop\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .desktop\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .desktop\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .desktop\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .desktop\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .desktop\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .desktop\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .desktop\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .desktop\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .desktop\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .desktop\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .desktop\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .desktop\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .desktop\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .desktop\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .desktop\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .desktop\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .desktop\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .desktop\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .desktop\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .desktop\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .desktop\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .desktop\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .desktop\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .desktop\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .desktop\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .desktop\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .desktop\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .desktop\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .desktop\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .desktop\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .desktop\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .desktop\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .desktop\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .desktop\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .desktop\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .desktop\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .desktop\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .desktop\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .desktop\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .desktop\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .desktop\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .desktop\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .desktop\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .desktop\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .desktop\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .desktop\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .desktop\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .desktop\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .desktop\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .desktop\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .desktop\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .desktop\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .desktop\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .desktop\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .desktop\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .desktop\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .desktop\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .desktop\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .desktop\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .desktop\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .desktop\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .desktop\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .desktop\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .desktop\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .desktop\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .desktop\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .desktop\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .desktop\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .desktop\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .desktop\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .desktop\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .desktop\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .desktop\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .desktop\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .desktop\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .desktop\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .desktop\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .desktop\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .desktop\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .desktop\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .desktop\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .desktop\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .desktop\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .desktop\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .desktop\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .desktop\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .desktop\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .desktop\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .desktop\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .desktop\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .desktop\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .desktop\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .desktop\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .desktop\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .desktop\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .desktop\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .desktop\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .desktop\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .desktop\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .desktop\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .desktop\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .desktop\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .desktop\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .desktop\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .desktop\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .desktop\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .desktop\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .desktop\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .desktop\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .desktop\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .desktop\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .desktop\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .desktop\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .desktop\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .desktop\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .desktop\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .desktop\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .desktop\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .desktop\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .desktop\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .desktop\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .desktop\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .desktop\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .desktop\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .desktop\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .desktop\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .desktop\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .desktop\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .desktop\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .desktop\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .desktop\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .desktop\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .desktop\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .desktop\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .desktop\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .desktop\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .desktop\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .desktop\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .desktop\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .desktop\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .desktop\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .desktop\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .desktop\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .desktop\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .desktop\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .desktop\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .desktop\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .desktop\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .desktop\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .desktop\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .desktop\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .desktop\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .desktop\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .desktop\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .desktop\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .desktop\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .desktop\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .desktop\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .desktop\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .desktop\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .desktop\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .desktop\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .desktop\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .desktop\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .desktop\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .desktop\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .desktop\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .desktop\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .desktop\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .desktop\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .desktop\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .desktop\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .desktop\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .desktop\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .desktop\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .desktop\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .desktop\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .desktop\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .desktop\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .desktop\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .desktop\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .desktop\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .desktop\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .desktop\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .desktop\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .desktop\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .desktop\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .desktop\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .desktop\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .desktop\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .desktop\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .desktop\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .desktop\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .desktop\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .desktop\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .desktop\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .desktop\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .desktop\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .desktop\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .desktop\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .desktop\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .desktop\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .desktop\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .desktop\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .desktop\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .desktop\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .desktop\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .desktop\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .desktop\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .desktop\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .desktop\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .desktop\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .desktop\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .desktop\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .desktop\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .desktop\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .desktop\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .desktop\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .desktop\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .desktop\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .desktop\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .desktop\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .desktop\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .desktop\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .desktop\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .desktop\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .desktop\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .desktop\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .desktop\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .desktop\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .desktop\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .desktop\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .desktop\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .desktop\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .desktop\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .desktop\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .desktop\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .desktop\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .desktop\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .desktop\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .desktop\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .desktop\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .desktop\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .desktop\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .desktop\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .desktop\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .desktop\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .desktop\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .desktop\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .desktop\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .desktop\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .desktop\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .desktop\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .desktop\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .desktop\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .desktop\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .desktop\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .desktop\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .desktop\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .desktop\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .desktop\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .desktop\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .desktop\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .desktop\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .desktop\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .desktop\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .desktop\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .desktop\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .desktop\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .desktop\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .desktop\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .desktop\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .desktop\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .desktop\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .desktop\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .desktop\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .desktop\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .desktop\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .desktop\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .desktop\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .desktop\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .desktop\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .desktop\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .desktop\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .desktop\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .desktop\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .desktop\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .desktop\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .desktop\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .desktop\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .desktop\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .desktop\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .desktop\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .desktop\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .desktop\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .desktop\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .desktop\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .desktop\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .desktop\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .desktop\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .desktop\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .desktop\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .desktop\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .desktop\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .desktop\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .desktop\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .desktop\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .desktop\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .desktop\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .desktop\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .desktop\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .desktop\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .desktop\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .desktop\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .desktop\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .desktop\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .desktop\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .desktop\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .desktop\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .desktop\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .desktop\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .desktop\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .desktop\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .desktop\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .desktop\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .desktop\:last\:p-0:last-child {
    padding: 0px;
  }

  .desktop\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .desktop\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .desktop\:last\:p-3:last-child {
    padding: 3px;
  }

  .desktop\:last\:p-4:last-child {
    padding: 4px;
  }

  .desktop\:last\:p-5:last-child {
    padding: 5px;
  }

  .desktop\:last\:p-6:last-child {
    padding: 6px;
  }

  .desktop\:last\:p-8:last-child {
    padding: 8px;
  }

  .desktop\:last\:p-9:last-child {
    padding: 9px;
  }

  .desktop\:last\:p-10:last-child {
    padding: 10px;
  }

  .desktop\:last\:p-12:last-child {
    padding: 12px;
  }

  .desktop\:last\:p-13:last-child {
    padding: 13px;
  }

  .desktop\:last\:p-14:last-child {
    padding: 14px;
  }

  .desktop\:last\:p-15:last-child {
    padding: 15px;
  }

  .desktop\:last\:p-16:last-child {
    padding: 16px;
  }

  .desktop\:last\:p-17:last-child {
    padding: 17px;
  }

  .desktop\:last\:p-18:last-child {
    padding: 18px;
  }

  .desktop\:last\:p-20:last-child {
    padding: 20px;
  }

  .desktop\:last\:p-22:last-child {
    padding: 22px;
  }

  .desktop\:last\:p-24:last-child {
    padding: 24px;
  }

  .desktop\:last\:p-25:last-child {
    padding: 25px;
  }

  .desktop\:last\:p-28:last-child {
    padding: 28px;
  }

  .desktop\:last\:p-29:last-child {
    padding: 29px;
  }

  .desktop\:last\:p-30:last-child {
    padding: 30px;
  }

  .desktop\:last\:p-32:last-child {
    padding: 32px;
  }

  .desktop\:last\:p-35:last-child {
    padding: 35px;
  }

  .desktop\:last\:p-36:last-child {
    padding: 36px;
  }

  .desktop\:last\:p-37:last-child {
    padding: 37px;
  }

  .desktop\:last\:p-40:last-child {
    padding: 40px;
  }

  .desktop\:last\:p-45:last-child {
    padding: 45px;
  }

  .desktop\:last\:p-48:last-child {
    padding: 48px;
  }

  .desktop\:last\:p-50:last-child {
    padding: 50px;
  }

  .desktop\:last\:p-55:last-child {
    padding: 55px;
  }

  .desktop\:last\:p-56:last-child {
    padding: 56px;
  }

  .desktop\:last\:p-60:last-child {
    padding: 60px;
  }

  .desktop\:last\:p-62:last-child {
    padding: 62px;
  }

  .desktop\:last\:p-64:last-child {
    padding: 64px;
  }

  .desktop\:last\:p-65:last-child {
    padding: 65px;
  }

  .desktop\:last\:p-70:last-child {
    padding: 70px;
  }

  .desktop\:last\:p-75:last-child {
    padding: 75px;
  }

  .desktop\:last\:p-80:last-child {
    padding: 80px;
  }

  .desktop\:last\:p-85:last-child {
    padding: 85px;
  }

  .desktop\:last\:p-90:last-child {
    padding: 90px;
  }

  .desktop\:last\:p-95:last-child {
    padding: 95px;
  }

  .desktop\:last\:p-96:last-child {
    padding: 96px;
  }

  .desktop\:last\:p-100:last-child {
    padding: 100px;
  }

  .desktop\:last\:p-110:last-child {
    padding: 110px;
  }

  .desktop\:last\:p-115:last-child {
    padding: 115px;
  }

  .desktop\:last\:p-120:last-child {
    padding: 120px;
  }

  .desktop\:last\:p-128:last-child {
    padding: 128px;
  }

  .desktop\:last\:p-135:last-child {
    padding: 135px;
  }

  .desktop\:last\:p-140:last-child {
    padding: 140px;
  }

  .desktop\:last\:p-145:last-child {
    padding: 145px;
  }

  .desktop\:last\:p-150:last-child {
    padding: 150px;
  }

  .desktop\:last\:p-160:last-child {
    padding: 160px;
  }

  .desktop\:last\:p-165:last-child {
    padding: 165px;
  }

  .desktop\:last\:p-168:last-child {
    padding: 168px;
  }

  .desktop\:last\:p-170:last-child {
    padding: 170px;
  }

  .desktop\:last\:p-180:last-child {
    padding: 180px;
  }

  .desktop\:last\:p-200:last-child {
    padding: 200px;
  }

  .desktop\:last\:p-220:last-child {
    padding: 220px;
  }

  .desktop\:last\:p-230:last-child {
    padding: 230px;
  }

  .desktop\:last\:p-235:last-child {
    padding: 235px;
  }

  .desktop\:last\:p-240:last-child {
    padding: 240px;
  }

  .desktop\:last\:p-250:last-child {
    padding: 250px;
  }

  .desktop\:last\:p-300:last-child {
    padding: 300px;
  }

  .desktop\:last\:p-320:last-child {
    padding: 320px;
  }

  .desktop\:last\:p-350:last-child {
    padding: 350px;
  }

  .desktop\:last\:p-375:last-child {
    padding: 375px;
  }

  .desktop\:last\:p-400:last-child {
    padding: 400px;
  }

  .desktop\:last\:p-450:last-child {
    padding: 450px;
  }

  .desktop\:last\:p-700:last-child {
    padding: 700px;
  }

  .desktop\:last\:p-px:last-child {
    padding: 1px;
  }

  .desktop\:last\:p-1p:last-child {
    padding: 1%;
  }

  .desktop\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .desktop\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .desktop\:last\:p-11p:last-child {
    padding: 11%;
  }

  .desktop\:last\:p-20p:last-child {
    padding: 20%;
  }

  .desktop\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .desktop\:last\:p-25p:last-child {
    padding: 25%;
  }

  .desktop\:last\:p-32p:last-child {
    padding: 32%;
  }

  .desktop\:last\:p-35p:last-child {
    padding: 35%;
  }

  .desktop\:last\:p-40p:last-child {
    padding: 40%;
  }

  .desktop\:last\:p-49p:last-child {
    padding: 49%;
  }

  .desktop\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .desktop\:last\:p-80p:last-child {
    padding: 80%;
  }

  .desktop\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .desktop\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .desktop\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .desktop\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .desktop\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .desktop\:last\:p-90p:last-child {
    padding: 90%;
  }

  .desktop\:last\:p-92p:last-child {
    padding: 92%;
  }

  .desktop\:last\:p-93p:last-child {
    padding: 93%;
  }

  .desktop\:last\:p-94p:last-child {
    padding: 94%;
  }

  .desktop\:last\:p-95p:last-child {
    padding: 95%;
  }

  .desktop\:last\:p-96p:last-child {
    padding: 96%;
  }

  .desktop\:last\:p-100p:last-child {
    padding: 100%;
  }

  .desktop\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .desktop\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .desktop\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .desktop\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .desktop\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .desktop\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .desktop\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .desktop\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .desktop\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .desktop\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .desktop\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .desktop\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .desktop\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .desktop\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .desktop\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .desktop\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .desktop\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .desktop\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .desktop\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .desktop\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .desktop\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .desktop\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .desktop\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .desktop\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .desktop\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .desktop\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .desktop\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .desktop\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .desktop\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .desktop\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .desktop\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .desktop\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .desktop\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .desktop\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .desktop\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .desktop\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .desktop\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .desktop\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .desktop\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .desktop\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .desktop\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .desktop\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .desktop\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .desktop\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .desktop\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .desktop\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .desktop\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .desktop\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .desktop\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .desktop\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .desktop\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .desktop\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .desktop\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .desktop\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .desktop\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .desktop\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .desktop\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .desktop\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .desktop\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .desktop\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .desktop\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .desktop\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .desktop\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .desktop\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .desktop\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .desktop\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .desktop\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .desktop\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .desktop\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .desktop\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .desktop\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .desktop\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .desktop\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .desktop\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .desktop\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .desktop\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .desktop\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .desktop\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .desktop\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .desktop\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .desktop\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .desktop\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .desktop\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .desktop\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .desktop\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .desktop\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .desktop\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .desktop\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .desktop\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .desktop\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .desktop\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .desktop\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .desktop\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .desktop\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .desktop\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .desktop\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .desktop\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .desktop\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .desktop\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .desktop\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .desktop\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .desktop\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .desktop\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .desktop\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .desktop\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .desktop\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .desktop\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .desktop\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .desktop\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .desktop\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .desktop\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .desktop\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .desktop\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .desktop\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .desktop\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .desktop\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .desktop\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .desktop\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .desktop\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .desktop\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .desktop\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .desktop\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .desktop\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .desktop\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .desktop\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .desktop\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .desktop\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .desktop\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .desktop\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .desktop\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .desktop\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .desktop\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .desktop\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .desktop\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .desktop\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .desktop\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .desktop\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .desktop\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .desktop\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .desktop\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .desktop\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .desktop\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .desktop\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .desktop\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .desktop\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .desktop\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .desktop\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .desktop\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .desktop\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .desktop\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .desktop\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .desktop\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .desktop\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .desktop\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .desktop\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .desktop\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .desktop\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .desktop\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .desktop\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .desktop\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .desktop\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .desktop\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .desktop\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .desktop\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .desktop\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .desktop\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .desktop\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .desktop\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .desktop\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .desktop\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .desktop\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .desktop\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .desktop\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .desktop\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .desktop\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .desktop\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .desktop\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .desktop\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .desktop\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .desktop\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .desktop\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .desktop\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .desktop\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .desktop\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .desktop\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .desktop\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .desktop\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .desktop\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .desktop\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .desktop\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .desktop\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .desktop\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .desktop\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .desktop\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .desktop\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .desktop\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .desktop\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .desktop\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .desktop\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .desktop\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .desktop\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .desktop\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .desktop\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .desktop\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .desktop\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .desktop\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .desktop\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .desktop\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .desktop\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .desktop\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .desktop\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .desktop\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .desktop\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .desktop\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .desktop\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .desktop\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .desktop\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .desktop\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .desktop\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .desktop\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .desktop\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .desktop\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .desktop\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .desktop\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .desktop\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .desktop\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .desktop\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .desktop\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .desktop\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .desktop\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .desktop\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .desktop\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .desktop\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .desktop\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .desktop\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .desktop\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .desktop\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .desktop\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .desktop\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .desktop\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .desktop\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .desktop\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .desktop\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .desktop\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .desktop\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .desktop\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .desktop\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .desktop\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .desktop\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .desktop\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .desktop\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .desktop\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .desktop\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .desktop\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .desktop\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .desktop\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .desktop\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .desktop\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .desktop\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .desktop\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .desktop\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .desktop\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .desktop\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .desktop\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .desktop\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .desktop\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .desktop\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .desktop\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .desktop\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .desktop\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .desktop\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .desktop\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .desktop\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .desktop\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .desktop\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .desktop\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .desktop\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .desktop\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .desktop\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .desktop\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .desktop\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .desktop\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .desktop\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .desktop\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .desktop\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .desktop\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .desktop\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .desktop\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .desktop\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .desktop\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .desktop\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .desktop\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .desktop\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .desktop\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .desktop\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .desktop\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .desktop\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .desktop\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .desktop\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .desktop\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .desktop\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .desktop\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .desktop\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .desktop\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .desktop\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .desktop\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .desktop\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .desktop\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .desktop\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .desktop\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .desktop\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .desktop\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .desktop\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .desktop\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .desktop\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .desktop\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .desktop\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .desktop\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .desktop\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .desktop\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .desktop\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .desktop\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .desktop\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .desktop\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .desktop\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .desktop\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .desktop\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .desktop\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .desktop\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .desktop\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .desktop\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .desktop\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .desktop\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .desktop\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .desktop\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .desktop\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .desktop\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .desktop\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .desktop\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .desktop\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .desktop\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .desktop\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .desktop\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .desktop\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .desktop\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .desktop\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .desktop\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .desktop\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .desktop\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .desktop\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .desktop\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .desktop\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .desktop\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .desktop\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .desktop\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .desktop\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .desktop\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .desktop\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .desktop\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .desktop\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .desktop\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .desktop\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .desktop\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .desktop\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .desktop\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .desktop\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .desktop\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .desktop\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .desktop\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .desktop\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .desktop\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .desktop\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .desktop\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .desktop\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .desktop\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .desktop\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .desktop\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .desktop\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .desktop\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .desktop\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .desktop\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .desktop\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .desktop\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .desktop\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .desktop\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .desktop\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .desktop\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .desktop\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .desktop\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .desktop\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .desktop\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .desktop\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .desktop\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .desktop\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .desktop\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .desktop\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .desktop\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .desktop\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .desktop\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .desktop\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .desktop\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .desktop\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .desktop\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .desktop\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .desktop\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .desktop\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .desktop\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .desktop\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .desktop\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .desktop\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .desktop\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .desktop\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .desktop\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .desktop\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .desktop\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .desktop\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .desktop\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .desktop\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .desktop\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .desktop\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .desktop\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .desktop\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .desktop\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .desktop\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .desktop\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .desktop\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .desktop\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .desktop\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .desktop\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .desktop\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .desktop\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .desktop\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .desktop\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .desktop\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .desktop\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .desktop\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .desktop\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .desktop\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .desktop\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .desktop\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .desktop\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .desktop\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .desktop\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .desktop\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .desktop\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .desktop\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .desktop\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .desktop\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .desktop\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .desktop\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .desktop\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .desktop\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .desktop\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .desktop\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .desktop\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .desktop\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .desktop\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .desktop\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .desktop\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .desktop\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .desktop\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .desktop\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .desktop\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .desktop\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .desktop\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .desktop\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .desktop\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .desktop\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .desktop\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .desktop\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .desktop\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .desktop\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .desktop\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .desktop\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .desktop\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .desktop\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .desktop\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .desktop\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .desktop\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .desktop\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .desktop\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .desktop\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .desktop\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .desktop\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .desktop\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .desktop\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .desktop\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .desktop\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .desktop\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .desktop\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .desktop\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .desktop\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .desktop\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .desktop\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .desktop\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .desktop\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .desktop\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .desktop\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .desktop\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .desktop\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .desktop\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .desktop\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .desktop\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .desktop\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .desktop\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .desktop\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .desktop\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .desktop\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .desktop\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .desktop\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .desktop\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .desktop\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .desktop\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .desktop\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .desktop\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .desktop\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .desktop\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .desktop\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .desktop\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .desktop\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .desktop\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .desktop\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .desktop\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .desktop\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .desktop\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .desktop\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .desktop\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .desktop\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .desktop\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .desktop\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .desktop\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .desktop\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .desktop\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .desktop\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .desktop\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .desktop\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .desktop\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .desktop\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .desktop\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .desktop\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .desktop\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .desktop\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .desktop\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .desktop\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .desktop\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .desktop\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .desktop\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .desktop\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .desktop\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .desktop\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .desktop\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .desktop\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .desktop\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .desktop\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .desktop\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .desktop\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .desktop\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .desktop\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .desktop\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .desktop\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .desktop\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .desktop\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .desktop\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .desktop\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .desktop\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .desktop\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .desktop\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .desktop\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .desktop\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .desktop\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .desktop\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .desktop\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .desktop\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .desktop\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .desktop\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .desktop\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .desktop\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .desktop\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .desktop\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .desktop\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .desktop\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .desktop\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .desktop\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .desktop\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .desktop\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .desktop\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .desktop\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .desktop\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .desktop\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .desktop\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .desktop\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .desktop\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .desktop\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .desktop\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .desktop\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .desktop\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .desktop\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .desktop\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .desktop\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .desktop\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .desktop\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .desktop\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .desktop\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .desktop\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .desktop\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .desktop\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .desktop\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .desktop\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .desktop\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .desktop\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .desktop\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .desktop\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .desktop\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .desktop\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .desktop\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .desktop\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .desktop\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .desktop\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .desktop\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .desktop\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .desktop\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .desktop\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .desktop\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .desktop\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .desktop\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .desktop\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .desktop\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .desktop\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .desktop\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .desktop\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .desktop\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .desktop\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .desktop\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .desktop\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .desktop\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .desktop\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .desktop\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .desktop\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .desktop\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .desktop\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .desktop\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .desktop\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .desktop\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .desktop\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .desktop\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .desktop\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .desktop\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .desktop\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .desktop\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .desktop\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .desktop\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .desktop\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .desktop\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .desktop\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .desktop\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .desktop\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .desktop\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .desktop\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .desktop\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .desktop\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .desktop\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .desktop\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .desktop\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .desktop\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .desktop\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .desktop\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .desktop\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .desktop\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .desktop\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .desktop\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .desktop\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .desktop\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .desktop\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .desktop\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .desktop\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .desktop\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .desktop\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .desktop\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .desktop\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .desktop\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .desktop\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .desktop\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .desktop\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .desktop\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .desktop\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .desktop\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .desktop\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .desktop\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .desktop\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .desktop\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .desktop\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .desktop\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .desktop\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .desktop\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .desktop\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .desktop\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .desktop\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .desktop\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .desktop\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .desktop\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .desktop\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .desktop\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .desktop\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .desktop\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .desktop\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .desktop\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .desktop\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .desktop\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .desktop\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .desktop\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .desktop\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .desktop\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .desktop\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .desktop\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .desktop\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .desktop\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .desktop\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .desktop\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .desktop\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .desktop\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .desktop\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .desktop\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .desktop\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .desktop\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .desktop\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .desktop\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .desktop\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .desktop\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .desktop\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .desktop\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .desktop\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .desktop\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .desktop\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .desktop\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .desktop\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .desktop\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .desktop\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .desktop\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .desktop\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .desktop\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .desktop\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .desktop\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .desktop\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .desktop\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .desktop\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .desktop\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .desktop\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .desktop\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .desktop\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .desktop\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .desktop\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .desktop\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .desktop\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .desktop\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .desktop\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .desktop\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .desktop\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .desktop\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .desktop\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .desktop\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .desktop\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .desktop\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .desktop\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .desktop\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .desktop\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .desktop\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .desktop\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .desktop\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .desktop\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .desktop\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .desktop\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .desktop\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .desktop\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .desktop\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .desktop\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .desktop\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .desktop\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .desktop\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .desktop\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .desktop\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .desktop\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .desktop\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .desktop\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .desktop\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .desktop\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .desktop\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .desktop\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .desktop\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .desktop\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .desktop\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .desktop\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .desktop\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .desktop\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .desktop\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .desktop\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .desktop\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .desktop\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .desktop\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .desktop\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .desktop\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .desktop\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .desktop\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .desktop\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .desktop\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .desktop\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .desktop\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .desktop\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .desktop\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .desktop\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .desktop\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .desktop\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .desktop\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .desktop\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .desktop\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .desktop\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .desktop\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .desktop\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .desktop\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .desktop\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .desktop\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .desktop\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .desktop\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .desktop\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .desktop\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .desktop\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .desktop\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .desktop\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .desktop\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .desktop\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .desktop\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .desktop\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .desktop\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .desktop\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .desktop\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .desktop\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .desktop\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .desktop\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .desktop\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .desktop\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .desktop\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .desktop\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .desktop\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .desktop\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .desktop\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .desktop\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .desktop\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .desktop\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .desktop\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .desktop\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .desktop\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .desktop\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .desktop\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .desktop\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .desktop\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .desktop\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .desktop\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .desktop\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .desktop\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .desktop\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .desktop\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .desktop\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .desktop\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .desktop\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .desktop\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .desktop\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .desktop\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .desktop\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .desktop\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .desktop\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .desktop\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .desktop\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .desktop\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .desktop\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .desktop\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .desktop\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .desktop\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .desktop\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .desktop\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .desktop\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .desktop\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .desktop\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .desktop\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .desktop\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .desktop\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .desktop\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .desktop\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .desktop\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .desktop\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .desktop\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .desktop\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .desktop\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .desktop\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .desktop\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .desktop\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .desktop\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .desktop\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .desktop\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .desktop\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .desktop\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .desktop\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .desktop\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .desktop\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .desktop\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .desktop\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .desktop\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .desktop\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .desktop\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .desktop\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .desktop\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .desktop\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .desktop\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .desktop\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .desktop\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .desktop\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .desktop\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .desktop\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .desktop\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .desktop\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .desktop\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .desktop\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .desktop\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .desktop\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .desktop\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .desktop\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .desktop\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .desktop\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .desktop\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .desktop\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .desktop\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .desktop\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .desktop\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .desktop\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .desktop\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .desktop\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .desktop\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .desktop\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .desktop\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .desktop\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .desktop\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .desktop\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .desktop\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .desktop\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .desktop\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .desktop\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .desktop\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .desktop\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .desktop\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .desktop\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .desktop\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .desktop\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .desktop\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .desktop\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .desktop\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .desktop\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .desktop\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .desktop\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .desktop\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .desktop\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .desktop\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .desktop\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .desktop\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .desktop\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .desktop\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .desktop\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .desktop\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .desktop\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .desktop\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .desktop\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .desktop\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .desktop\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .desktop\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .desktop\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .desktop\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .desktop\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .desktop\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .desktop\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .desktop\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .desktop\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .desktop\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .desktop\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .desktop\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .desktop\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .desktop\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .desktop\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .desktop\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .desktop\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .desktop\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .desktop\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .desktop\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .desktop\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .desktop\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .desktop\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .desktop\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .desktop\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .desktop\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .desktop\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .desktop\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .desktop\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .desktop\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .desktop\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .desktop\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .desktop\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .desktop\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .desktop\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .desktop\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .desktop\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .desktop\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .desktop\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .desktop\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .desktop\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .desktop\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .desktop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .desktop\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop\:placeholder-current::placeholder {
    color: currentColor;
  }

  .desktop\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .desktop\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .desktop\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .desktop\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .desktop\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .desktop\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .desktop\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .desktop\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .desktop\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .desktop\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .desktop\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .desktop\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop\:pointer-events-none {
    pointer-events: none;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .desktop\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .desktop\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .desktop\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .desktop\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .desktop\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .desktop\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .desktop\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .desktop\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .desktop\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop\:static {
    position: static;
  }

  .desktop\:fixed {
    position: fixed;
  }

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:sticky {
    position: sticky;
  }

  .desktop\:hover\:static:hover {
    position: static;
  }

  .desktop\:hover\:fixed:hover {
    position: fixed;
  }

  .desktop\:hover\:absolute:hover {
    position: absolute;
  }

  .desktop\:hover\:relative:hover {
    position: relative;
  }

  .desktop\:hover\:sticky:hover {
    position: sticky;
  }

  .desktop\:focus\:static:focus {
    position: static;
  }

  .desktop\:focus\:fixed:focus {
    position: fixed;
  }

  .desktop\:focus\:absolute:focus {
    position: absolute;
  }

  .desktop\:focus\:relative:focus {
    position: relative;
  }

  .desktop\:focus\:sticky:focus {
    position: sticky;
  }

  .desktop\:first\:static:first-child {
    position: static;
  }

  .desktop\:first\:fixed:first-child {
    position: fixed;
  }

  .desktop\:first\:absolute:first-child {
    position: absolute;
  }

  .desktop\:first\:relative:first-child {
    position: relative;
  }

  .desktop\:first\:sticky:first-child {
    position: sticky;
  }

  .desktop\:last\:static:last-child {
    position: static;
  }

  .desktop\:last\:fixed:last-child {
    position: fixed;
  }

  .desktop\:last\:absolute:last-child {
    position: absolute;
  }

  .desktop\:last\:relative:last-child {
    position: relative;
  }

  .desktop\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .desktop\:group-hover\:static {
    position: static;
  }

  .group:hover .desktop\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .desktop\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .desktop\:group-hover\:relative {
    position: relative;
  }

  .group:hover .desktop\:group-hover\:sticky {
    position: sticky;
  }

  .desktop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .desktop\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .desktop\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .desktop\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .desktop\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .desktop\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .desktop\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .desktop\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .desktop\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .desktop\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .desktop\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .desktop\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .desktop\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .desktop\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .desktop\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .desktop\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .desktop\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .desktop\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .desktop\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .desktop\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .desktop\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .desktop\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .desktop\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .desktop\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .desktop\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .desktop\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .desktop\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .desktop\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .desktop\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .desktop\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .desktop\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .desktop\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .desktop\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .desktop\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .desktop\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .desktop\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .desktop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .desktop\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .desktop\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .desktop\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .desktop\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .desktop\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .desktop\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .desktop\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .desktop\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .desktop\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .desktop\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .desktop\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .desktop\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .desktop\:top-0 {
    top: 0;
  }

  .desktop\:right-0 {
    right: 0;
  }

  .desktop\:bottom-0 {
    bottom: 0;
  }

  .desktop\:left-0 {
    left: 0;
  }

  .desktop\:top-5 {
    top: 5px;
  }

  .desktop\:right-5 {
    right: 5px;
  }

  .desktop\:bottom-5 {
    bottom: 5px;
  }

  .desktop\:left-5 {
    left: 5px;
  }

  .desktop\:top-10 {
    top: 10px;
  }

  .desktop\:right-10 {
    right: 10px;
  }

  .desktop\:bottom-10 {
    bottom: 10px;
  }

  .desktop\:left-10 {
    left: 10px;
  }

  .desktop\:top-15 {
    top: 15px;
  }

  .desktop\:right-15 {
    right: 15px;
  }

  .desktop\:bottom-15 {
    bottom: 15px;
  }

  .desktop\:left-15 {
    left: 15px;
  }

  .desktop\:top-16 {
    top: 16px;
  }

  .desktop\:right-16 {
    right: 16px;
  }

  .desktop\:bottom-16 {
    bottom: 16px;
  }

  .desktop\:left-16 {
    left: 16px;
  }

  .desktop\:top-20 {
    top: 20px;
  }

  .desktop\:right-20 {
    right: 20px;
  }

  .desktop\:bottom-20 {
    bottom: 20px;
  }

  .desktop\:left-20 {
    left: 20px;
  }

  .desktop\:top-21 {
    top: 21px;
  }

  .desktop\:right-21 {
    right: 21px;
  }

  .desktop\:bottom-21 {
    bottom: 21px;
  }

  .desktop\:left-21 {
    left: 21px;
  }

  .desktop\:top-22 {
    top: 22px;
  }

  .desktop\:right-22 {
    right: 22px;
  }

  .desktop\:bottom-22 {
    bottom: 22px;
  }

  .desktop\:left-22 {
    left: 22px;
  }

  .desktop\:top-25 {
    top: 25px;
  }

  .desktop\:right-25 {
    right: 25px;
  }

  .desktop\:bottom-25 {
    bottom: 25px;
  }

  .desktop\:left-25 {
    left: 25px;
  }

  .desktop\:top-30 {
    top: 30px;
  }

  .desktop\:right-30 {
    right: 30px;
  }

  .desktop\:bottom-30 {
    bottom: 30px;
  }

  .desktop\:left-30 {
    left: 30px;
  }

  .desktop\:top-35 {
    top: 35px;
  }

  .desktop\:right-35 {
    right: 35px;
  }

  .desktop\:bottom-35 {
    bottom: 35px;
  }

  .desktop\:left-35 {
    left: 35px;
  }

  .desktop\:top-37 {
    top: 37px;
  }

  .desktop\:right-37 {
    right: 37px;
  }

  .desktop\:bottom-37 {
    bottom: 37px;
  }

  .desktop\:left-37 {
    left: 37px;
  }

  .desktop\:top-38 {
    top: 38px;
  }

  .desktop\:right-38 {
    right: 38px;
  }

  .desktop\:bottom-38 {
    bottom: 38px;
  }

  .desktop\:left-38 {
    left: 38px;
  }

  .desktop\:top-40 {
    top: 40px;
  }

  .desktop\:right-40 {
    right: 40px;
  }

  .desktop\:bottom-40 {
    bottom: 40px;
  }

  .desktop\:left-40 {
    left: 40px;
  }

  .desktop\:top-50 {
    top: 50px;
  }

  .desktop\:right-50 {
    right: 50px;
  }

  .desktop\:bottom-50 {
    bottom: 50px;
  }

  .desktop\:left-50 {
    left: 50px;
  }

  .desktop\:top-70 {
    top: 70px;
  }

  .desktop\:right-70 {
    right: 70px;
  }

  .desktop\:bottom-70 {
    bottom: 70px;
  }

  .desktop\:left-70 {
    left: 70px;
  }

  .desktop\:top-100 {
    top: 100px;
  }

  .desktop\:right-100 {
    right: 100px;
  }

  .desktop\:bottom-100 {
    bottom: 100px;
  }

  .desktop\:left-100 {
    left: 100px;
  }

  .desktop\:top-120 {
    top: 120px;
  }

  .desktop\:right-120 {
    right: 120px;
  }

  .desktop\:bottom-120 {
    bottom: 120px;
  }

  .desktop\:left-120 {
    left: 120px;
  }

  .desktop\:top-130 {
    top: 130px;
  }

  .desktop\:right-130 {
    right: 130px;
  }

  .desktop\:bottom-130 {
    bottom: 130px;
  }

  .desktop\:left-130 {
    left: 130px;
  }

  .desktop\:top-140 {
    top: 140px;
  }

  .desktop\:right-140 {
    right: 140px;
  }

  .desktop\:bottom-140 {
    bottom: 140px;
  }

  .desktop\:left-140 {
    left: 140px;
  }

  .desktop\:top-180 {
    top: 180px;
  }

  .desktop\:right-180 {
    right: 180px;
  }

  .desktop\:bottom-180 {
    bottom: 180px;
  }

  .desktop\:left-180 {
    left: 180px;
  }

  .desktop\:top-auto {
    top: auto;
  }

  .desktop\:right-auto {
    right: auto;
  }

  .desktop\:bottom-auto {
    bottom: auto;
  }

  .desktop\:left-auto {
    left: auto;
  }

  .desktop\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .desktop\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .desktop\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .desktop\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .desktop\:top-10p {
    top: 10%;
  }

  .desktop\:right-10p {
    right: 10%;
  }

  .desktop\:bottom-10p {
    bottom: 10%;
  }

  .desktop\:left-10p {
    left: 10%;
  }

  .desktop\:top-20p {
    top: 20%;
  }

  .desktop\:right-20p {
    right: 20%;
  }

  .desktop\:bottom-20p {
    bottom: 20%;
  }

  .desktop\:left-20p {
    left: 20%;
  }

  .desktop\:-top-35 {
    top: -35px;
  }

  .desktop\:-right-35 {
    right: -35px;
  }

  .desktop\:-bottom-35 {
    bottom: -35px;
  }

  .desktop\:-left-35 {
    left: -35px;
  }

  .desktop\:-top-28 {
    top: -28px;
  }

  .desktop\:-right-28 {
    right: -28px;
  }

  .desktop\:-bottom-28 {
    bottom: -28px;
  }

  .desktop\:-left-28 {
    left: -28px;
  }

  .desktop\:-top-60 {
    top: -60px;
  }

  .desktop\:-right-60 {
    right: -60px;
  }

  .desktop\:-bottom-60 {
    bottom: -60px;
  }

  .desktop\:-left-60 {
    left: -60px;
  }

  .desktop\:top-vw90 {
    top: 90vw;
  }

  .desktop\:right-vw90 {
    right: 90vw;
  }

  .desktop\:bottom-vw90 {
    bottom: 90vw;
  }

  .desktop\:left-vw90 {
    left: 90vw;
  }

  .desktop\:top-1\/2 {
    top: 50%;
  }

  .desktop\:right-1\/2 {
    right: 50%;
  }

  .desktop\:bottom-1\/2 {
    bottom: 50%;
  }

  .desktop\:left-1\/2 {
    left: 50%;
  }

  .desktop\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .desktop\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .desktop\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .desktop\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .desktop\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .desktop\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .desktop\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .desktop\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .desktop\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .desktop\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .desktop\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .desktop\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .desktop\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .desktop\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .desktop\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .desktop\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .desktop\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .desktop\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .desktop\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .desktop\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .desktop\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .desktop\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .desktop\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .desktop\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .desktop\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .desktop\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .desktop\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .desktop\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .desktop\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .desktop\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .desktop\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .desktop\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .desktop\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .desktop\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .desktop\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .desktop\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .desktop\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .desktop\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .desktop\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .desktop\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .desktop\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .desktop\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .desktop\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .desktop\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .desktop\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .desktop\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .desktop\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .desktop\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .desktop\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .desktop\:hover\:top-0:hover {
    top: 0;
  }

  .desktop\:hover\:right-0:hover {
    right: 0;
  }

  .desktop\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .desktop\:hover\:left-0:hover {
    left: 0;
  }

  .desktop\:hover\:top-5:hover {
    top: 5px;
  }

  .desktop\:hover\:right-5:hover {
    right: 5px;
  }

  .desktop\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .desktop\:hover\:left-5:hover {
    left: 5px;
  }

  .desktop\:hover\:top-10:hover {
    top: 10px;
  }

  .desktop\:hover\:right-10:hover {
    right: 10px;
  }

  .desktop\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .desktop\:hover\:left-10:hover {
    left: 10px;
  }

  .desktop\:hover\:top-15:hover {
    top: 15px;
  }

  .desktop\:hover\:right-15:hover {
    right: 15px;
  }

  .desktop\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .desktop\:hover\:left-15:hover {
    left: 15px;
  }

  .desktop\:hover\:top-16:hover {
    top: 16px;
  }

  .desktop\:hover\:right-16:hover {
    right: 16px;
  }

  .desktop\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .desktop\:hover\:left-16:hover {
    left: 16px;
  }

  .desktop\:hover\:top-20:hover {
    top: 20px;
  }

  .desktop\:hover\:right-20:hover {
    right: 20px;
  }

  .desktop\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .desktop\:hover\:left-20:hover {
    left: 20px;
  }

  .desktop\:hover\:top-21:hover {
    top: 21px;
  }

  .desktop\:hover\:right-21:hover {
    right: 21px;
  }

  .desktop\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .desktop\:hover\:left-21:hover {
    left: 21px;
  }

  .desktop\:hover\:top-22:hover {
    top: 22px;
  }

  .desktop\:hover\:right-22:hover {
    right: 22px;
  }

  .desktop\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .desktop\:hover\:left-22:hover {
    left: 22px;
  }

  .desktop\:hover\:top-25:hover {
    top: 25px;
  }

  .desktop\:hover\:right-25:hover {
    right: 25px;
  }

  .desktop\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .desktop\:hover\:left-25:hover {
    left: 25px;
  }

  .desktop\:hover\:top-30:hover {
    top: 30px;
  }

  .desktop\:hover\:right-30:hover {
    right: 30px;
  }

  .desktop\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .desktop\:hover\:left-30:hover {
    left: 30px;
  }

  .desktop\:hover\:top-35:hover {
    top: 35px;
  }

  .desktop\:hover\:right-35:hover {
    right: 35px;
  }

  .desktop\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .desktop\:hover\:left-35:hover {
    left: 35px;
  }

  .desktop\:hover\:top-37:hover {
    top: 37px;
  }

  .desktop\:hover\:right-37:hover {
    right: 37px;
  }

  .desktop\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .desktop\:hover\:left-37:hover {
    left: 37px;
  }

  .desktop\:hover\:top-38:hover {
    top: 38px;
  }

  .desktop\:hover\:right-38:hover {
    right: 38px;
  }

  .desktop\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .desktop\:hover\:left-38:hover {
    left: 38px;
  }

  .desktop\:hover\:top-40:hover {
    top: 40px;
  }

  .desktop\:hover\:right-40:hover {
    right: 40px;
  }

  .desktop\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .desktop\:hover\:left-40:hover {
    left: 40px;
  }

  .desktop\:hover\:top-50:hover {
    top: 50px;
  }

  .desktop\:hover\:right-50:hover {
    right: 50px;
  }

  .desktop\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .desktop\:hover\:left-50:hover {
    left: 50px;
  }

  .desktop\:hover\:top-70:hover {
    top: 70px;
  }

  .desktop\:hover\:right-70:hover {
    right: 70px;
  }

  .desktop\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .desktop\:hover\:left-70:hover {
    left: 70px;
  }

  .desktop\:hover\:top-100:hover {
    top: 100px;
  }

  .desktop\:hover\:right-100:hover {
    right: 100px;
  }

  .desktop\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .desktop\:hover\:left-100:hover {
    left: 100px;
  }

  .desktop\:hover\:top-120:hover {
    top: 120px;
  }

  .desktop\:hover\:right-120:hover {
    right: 120px;
  }

  .desktop\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .desktop\:hover\:left-120:hover {
    left: 120px;
  }

  .desktop\:hover\:top-130:hover {
    top: 130px;
  }

  .desktop\:hover\:right-130:hover {
    right: 130px;
  }

  .desktop\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .desktop\:hover\:left-130:hover {
    left: 130px;
  }

  .desktop\:hover\:top-140:hover {
    top: 140px;
  }

  .desktop\:hover\:right-140:hover {
    right: 140px;
  }

  .desktop\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .desktop\:hover\:left-140:hover {
    left: 140px;
  }

  .desktop\:hover\:top-180:hover {
    top: 180px;
  }

  .desktop\:hover\:right-180:hover {
    right: 180px;
  }

  .desktop\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .desktop\:hover\:left-180:hover {
    left: 180px;
  }

  .desktop\:hover\:top-auto:hover {
    top: auto;
  }

  .desktop\:hover\:right-auto:hover {
    right: auto;
  }

  .desktop\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .desktop\:hover\:left-auto:hover {
    left: auto;
  }

  .desktop\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .desktop\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .desktop\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .desktop\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .desktop\:hover\:top-10p:hover {
    top: 10%;
  }

  .desktop\:hover\:right-10p:hover {
    right: 10%;
  }

  .desktop\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .desktop\:hover\:left-10p:hover {
    left: 10%;
  }

  .desktop\:hover\:top-20p:hover {
    top: 20%;
  }

  .desktop\:hover\:right-20p:hover {
    right: 20%;
  }

  .desktop\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .desktop\:hover\:left-20p:hover {
    left: 20%;
  }

  .desktop\:hover\:-top-35:hover {
    top: -35px;
  }

  .desktop\:hover\:-right-35:hover {
    right: -35px;
  }

  .desktop\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .desktop\:hover\:-left-35:hover {
    left: -35px;
  }

  .desktop\:hover\:-top-28:hover {
    top: -28px;
  }

  .desktop\:hover\:-right-28:hover {
    right: -28px;
  }

  .desktop\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .desktop\:hover\:-left-28:hover {
    left: -28px;
  }

  .desktop\:hover\:-top-60:hover {
    top: -60px;
  }

  .desktop\:hover\:-right-60:hover {
    right: -60px;
  }

  .desktop\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .desktop\:hover\:-left-60:hover {
    left: -60px;
  }

  .desktop\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .desktop\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .desktop\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .desktop\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .desktop\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .desktop\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .desktop\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .desktop\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .desktop\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .desktop\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .desktop\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .desktop\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .desktop\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .desktop\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .desktop\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .desktop\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .desktop\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .desktop\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .desktop\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .desktop\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .desktop\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .desktop\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .desktop\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .desktop\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .desktop\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .desktop\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .desktop\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .desktop\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .desktop\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .desktop\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .desktop\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .desktop\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .desktop\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .desktop\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .desktop\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .desktop\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .desktop\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .desktop\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .desktop\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .desktop\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .desktop\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .desktop\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .desktop\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .desktop\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .desktop\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .desktop\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .desktop\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .desktop\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .desktop\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .desktop\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .desktop\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .desktop\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .desktop\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .desktop\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .desktop\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .desktop\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .desktop\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .desktop\:focus\:top-0:focus {
    top: 0;
  }

  .desktop\:focus\:right-0:focus {
    right: 0;
  }

  .desktop\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .desktop\:focus\:left-0:focus {
    left: 0;
  }

  .desktop\:focus\:top-5:focus {
    top: 5px;
  }

  .desktop\:focus\:right-5:focus {
    right: 5px;
  }

  .desktop\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .desktop\:focus\:left-5:focus {
    left: 5px;
  }

  .desktop\:focus\:top-10:focus {
    top: 10px;
  }

  .desktop\:focus\:right-10:focus {
    right: 10px;
  }

  .desktop\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .desktop\:focus\:left-10:focus {
    left: 10px;
  }

  .desktop\:focus\:top-15:focus {
    top: 15px;
  }

  .desktop\:focus\:right-15:focus {
    right: 15px;
  }

  .desktop\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .desktop\:focus\:left-15:focus {
    left: 15px;
  }

  .desktop\:focus\:top-16:focus {
    top: 16px;
  }

  .desktop\:focus\:right-16:focus {
    right: 16px;
  }

  .desktop\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .desktop\:focus\:left-16:focus {
    left: 16px;
  }

  .desktop\:focus\:top-20:focus {
    top: 20px;
  }

  .desktop\:focus\:right-20:focus {
    right: 20px;
  }

  .desktop\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .desktop\:focus\:left-20:focus {
    left: 20px;
  }

  .desktop\:focus\:top-21:focus {
    top: 21px;
  }

  .desktop\:focus\:right-21:focus {
    right: 21px;
  }

  .desktop\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .desktop\:focus\:left-21:focus {
    left: 21px;
  }

  .desktop\:focus\:top-22:focus {
    top: 22px;
  }

  .desktop\:focus\:right-22:focus {
    right: 22px;
  }

  .desktop\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .desktop\:focus\:left-22:focus {
    left: 22px;
  }

  .desktop\:focus\:top-25:focus {
    top: 25px;
  }

  .desktop\:focus\:right-25:focus {
    right: 25px;
  }

  .desktop\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .desktop\:focus\:left-25:focus {
    left: 25px;
  }

  .desktop\:focus\:top-30:focus {
    top: 30px;
  }

  .desktop\:focus\:right-30:focus {
    right: 30px;
  }

  .desktop\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .desktop\:focus\:left-30:focus {
    left: 30px;
  }

  .desktop\:focus\:top-35:focus {
    top: 35px;
  }

  .desktop\:focus\:right-35:focus {
    right: 35px;
  }

  .desktop\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .desktop\:focus\:left-35:focus {
    left: 35px;
  }

  .desktop\:focus\:top-37:focus {
    top: 37px;
  }

  .desktop\:focus\:right-37:focus {
    right: 37px;
  }

  .desktop\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .desktop\:focus\:left-37:focus {
    left: 37px;
  }

  .desktop\:focus\:top-38:focus {
    top: 38px;
  }

  .desktop\:focus\:right-38:focus {
    right: 38px;
  }

  .desktop\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .desktop\:focus\:left-38:focus {
    left: 38px;
  }

  .desktop\:focus\:top-40:focus {
    top: 40px;
  }

  .desktop\:focus\:right-40:focus {
    right: 40px;
  }

  .desktop\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .desktop\:focus\:left-40:focus {
    left: 40px;
  }

  .desktop\:focus\:top-50:focus {
    top: 50px;
  }

  .desktop\:focus\:right-50:focus {
    right: 50px;
  }

  .desktop\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .desktop\:focus\:left-50:focus {
    left: 50px;
  }

  .desktop\:focus\:top-70:focus {
    top: 70px;
  }

  .desktop\:focus\:right-70:focus {
    right: 70px;
  }

  .desktop\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .desktop\:focus\:left-70:focus {
    left: 70px;
  }

  .desktop\:focus\:top-100:focus {
    top: 100px;
  }

  .desktop\:focus\:right-100:focus {
    right: 100px;
  }

  .desktop\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .desktop\:focus\:left-100:focus {
    left: 100px;
  }

  .desktop\:focus\:top-120:focus {
    top: 120px;
  }

  .desktop\:focus\:right-120:focus {
    right: 120px;
  }

  .desktop\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .desktop\:focus\:left-120:focus {
    left: 120px;
  }

  .desktop\:focus\:top-130:focus {
    top: 130px;
  }

  .desktop\:focus\:right-130:focus {
    right: 130px;
  }

  .desktop\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .desktop\:focus\:left-130:focus {
    left: 130px;
  }

  .desktop\:focus\:top-140:focus {
    top: 140px;
  }

  .desktop\:focus\:right-140:focus {
    right: 140px;
  }

  .desktop\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .desktop\:focus\:left-140:focus {
    left: 140px;
  }

  .desktop\:focus\:top-180:focus {
    top: 180px;
  }

  .desktop\:focus\:right-180:focus {
    right: 180px;
  }

  .desktop\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .desktop\:focus\:left-180:focus {
    left: 180px;
  }

  .desktop\:focus\:top-auto:focus {
    top: auto;
  }

  .desktop\:focus\:right-auto:focus {
    right: auto;
  }

  .desktop\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .desktop\:focus\:left-auto:focus {
    left: auto;
  }

  .desktop\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .desktop\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .desktop\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .desktop\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .desktop\:focus\:top-10p:focus {
    top: 10%;
  }

  .desktop\:focus\:right-10p:focus {
    right: 10%;
  }

  .desktop\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .desktop\:focus\:left-10p:focus {
    left: 10%;
  }

  .desktop\:focus\:top-20p:focus {
    top: 20%;
  }

  .desktop\:focus\:right-20p:focus {
    right: 20%;
  }

  .desktop\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .desktop\:focus\:left-20p:focus {
    left: 20%;
  }

  .desktop\:focus\:-top-35:focus {
    top: -35px;
  }

  .desktop\:focus\:-right-35:focus {
    right: -35px;
  }

  .desktop\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .desktop\:focus\:-left-35:focus {
    left: -35px;
  }

  .desktop\:focus\:-top-28:focus {
    top: -28px;
  }

  .desktop\:focus\:-right-28:focus {
    right: -28px;
  }

  .desktop\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .desktop\:focus\:-left-28:focus {
    left: -28px;
  }

  .desktop\:focus\:-top-60:focus {
    top: -60px;
  }

  .desktop\:focus\:-right-60:focus {
    right: -60px;
  }

  .desktop\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .desktop\:focus\:-left-60:focus {
    left: -60px;
  }

  .desktop\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .desktop\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .desktop\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .desktop\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .desktop\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .desktop\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .desktop\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .desktop\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .desktop\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .desktop\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .desktop\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .desktop\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .desktop\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .desktop\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .desktop\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .desktop\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .desktop\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .desktop\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .desktop\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .desktop\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .desktop\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .desktop\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .desktop\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .desktop\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .desktop\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .desktop\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .desktop\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .desktop\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .desktop\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .desktop\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .desktop\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .desktop\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .desktop\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .desktop\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .desktop\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .desktop\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .desktop\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .desktop\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .desktop\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .desktop\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .desktop\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .desktop\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .desktop\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .desktop\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .desktop\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .desktop\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .desktop\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .desktop\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .desktop\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .desktop\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .desktop\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .desktop\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .desktop\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .desktop\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .desktop\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .desktop\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .desktop\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .desktop\:first\:top-0:first-child {
    top: 0;
  }

  .desktop\:first\:right-0:first-child {
    right: 0;
  }

  .desktop\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .desktop\:first\:left-0:first-child {
    left: 0;
  }

  .desktop\:first\:top-5:first-child {
    top: 5px;
  }

  .desktop\:first\:right-5:first-child {
    right: 5px;
  }

  .desktop\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .desktop\:first\:left-5:first-child {
    left: 5px;
  }

  .desktop\:first\:top-10:first-child {
    top: 10px;
  }

  .desktop\:first\:right-10:first-child {
    right: 10px;
  }

  .desktop\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .desktop\:first\:left-10:first-child {
    left: 10px;
  }

  .desktop\:first\:top-15:first-child {
    top: 15px;
  }

  .desktop\:first\:right-15:first-child {
    right: 15px;
  }

  .desktop\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .desktop\:first\:left-15:first-child {
    left: 15px;
  }

  .desktop\:first\:top-16:first-child {
    top: 16px;
  }

  .desktop\:first\:right-16:first-child {
    right: 16px;
  }

  .desktop\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .desktop\:first\:left-16:first-child {
    left: 16px;
  }

  .desktop\:first\:top-20:first-child {
    top: 20px;
  }

  .desktop\:first\:right-20:first-child {
    right: 20px;
  }

  .desktop\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .desktop\:first\:left-20:first-child {
    left: 20px;
  }

  .desktop\:first\:top-21:first-child {
    top: 21px;
  }

  .desktop\:first\:right-21:first-child {
    right: 21px;
  }

  .desktop\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .desktop\:first\:left-21:first-child {
    left: 21px;
  }

  .desktop\:first\:top-22:first-child {
    top: 22px;
  }

  .desktop\:first\:right-22:first-child {
    right: 22px;
  }

  .desktop\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .desktop\:first\:left-22:first-child {
    left: 22px;
  }

  .desktop\:first\:top-25:first-child {
    top: 25px;
  }

  .desktop\:first\:right-25:first-child {
    right: 25px;
  }

  .desktop\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .desktop\:first\:left-25:first-child {
    left: 25px;
  }

  .desktop\:first\:top-30:first-child {
    top: 30px;
  }

  .desktop\:first\:right-30:first-child {
    right: 30px;
  }

  .desktop\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .desktop\:first\:left-30:first-child {
    left: 30px;
  }

  .desktop\:first\:top-35:first-child {
    top: 35px;
  }

  .desktop\:first\:right-35:first-child {
    right: 35px;
  }

  .desktop\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .desktop\:first\:left-35:first-child {
    left: 35px;
  }

  .desktop\:first\:top-37:first-child {
    top: 37px;
  }

  .desktop\:first\:right-37:first-child {
    right: 37px;
  }

  .desktop\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .desktop\:first\:left-37:first-child {
    left: 37px;
  }

  .desktop\:first\:top-38:first-child {
    top: 38px;
  }

  .desktop\:first\:right-38:first-child {
    right: 38px;
  }

  .desktop\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .desktop\:first\:left-38:first-child {
    left: 38px;
  }

  .desktop\:first\:top-40:first-child {
    top: 40px;
  }

  .desktop\:first\:right-40:first-child {
    right: 40px;
  }

  .desktop\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .desktop\:first\:left-40:first-child {
    left: 40px;
  }

  .desktop\:first\:top-50:first-child {
    top: 50px;
  }

  .desktop\:first\:right-50:first-child {
    right: 50px;
  }

  .desktop\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .desktop\:first\:left-50:first-child {
    left: 50px;
  }

  .desktop\:first\:top-70:first-child {
    top: 70px;
  }

  .desktop\:first\:right-70:first-child {
    right: 70px;
  }

  .desktop\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .desktop\:first\:left-70:first-child {
    left: 70px;
  }

  .desktop\:first\:top-100:first-child {
    top: 100px;
  }

  .desktop\:first\:right-100:first-child {
    right: 100px;
  }

  .desktop\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .desktop\:first\:left-100:first-child {
    left: 100px;
  }

  .desktop\:first\:top-120:first-child {
    top: 120px;
  }

  .desktop\:first\:right-120:first-child {
    right: 120px;
  }

  .desktop\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .desktop\:first\:left-120:first-child {
    left: 120px;
  }

  .desktop\:first\:top-130:first-child {
    top: 130px;
  }

  .desktop\:first\:right-130:first-child {
    right: 130px;
  }

  .desktop\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .desktop\:first\:left-130:first-child {
    left: 130px;
  }

  .desktop\:first\:top-140:first-child {
    top: 140px;
  }

  .desktop\:first\:right-140:first-child {
    right: 140px;
  }

  .desktop\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .desktop\:first\:left-140:first-child {
    left: 140px;
  }

  .desktop\:first\:top-180:first-child {
    top: 180px;
  }

  .desktop\:first\:right-180:first-child {
    right: 180px;
  }

  .desktop\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .desktop\:first\:left-180:first-child {
    left: 180px;
  }

  .desktop\:first\:top-auto:first-child {
    top: auto;
  }

  .desktop\:first\:right-auto:first-child {
    right: auto;
  }

  .desktop\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .desktop\:first\:left-auto:first-child {
    left: auto;
  }

  .desktop\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .desktop\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .desktop\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .desktop\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .desktop\:first\:top-10p:first-child {
    top: 10%;
  }

  .desktop\:first\:right-10p:first-child {
    right: 10%;
  }

  .desktop\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .desktop\:first\:left-10p:first-child {
    left: 10%;
  }

  .desktop\:first\:top-20p:first-child {
    top: 20%;
  }

  .desktop\:first\:right-20p:first-child {
    right: 20%;
  }

  .desktop\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .desktop\:first\:left-20p:first-child {
    left: 20%;
  }

  .desktop\:first\:-top-35:first-child {
    top: -35px;
  }

  .desktop\:first\:-right-35:first-child {
    right: -35px;
  }

  .desktop\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .desktop\:first\:-left-35:first-child {
    left: -35px;
  }

  .desktop\:first\:-top-28:first-child {
    top: -28px;
  }

  .desktop\:first\:-right-28:first-child {
    right: -28px;
  }

  .desktop\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .desktop\:first\:-left-28:first-child {
    left: -28px;
  }

  .desktop\:first\:-top-60:first-child {
    top: -60px;
  }

  .desktop\:first\:-right-60:first-child {
    right: -60px;
  }

  .desktop\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .desktop\:first\:-left-60:first-child {
    left: -60px;
  }

  .desktop\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .desktop\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .desktop\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .desktop\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .desktop\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .desktop\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .desktop\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .desktop\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .desktop\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .desktop\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .desktop\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .desktop\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .desktop\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .desktop\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .desktop\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .desktop\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .desktop\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .desktop\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .desktop\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .desktop\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .desktop\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .desktop\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .desktop\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .desktop\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .desktop\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .desktop\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .desktop\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .desktop\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .desktop\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .desktop\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .desktop\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .desktop\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .desktop\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .desktop\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .desktop\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .desktop\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .desktop\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .desktop\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .desktop\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .desktop\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .desktop\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .desktop\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .desktop\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .desktop\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .desktop\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .desktop\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .desktop\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .desktop\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .desktop\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .desktop\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .desktop\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .desktop\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .desktop\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .desktop\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .desktop\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .desktop\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .desktop\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .desktop\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .desktop\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .desktop\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .desktop\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .desktop\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .desktop\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .desktop\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .desktop\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .desktop\:last\:top-0:last-child {
    top: 0;
  }

  .desktop\:last\:right-0:last-child {
    right: 0;
  }

  .desktop\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .desktop\:last\:left-0:last-child {
    left: 0;
  }

  .desktop\:last\:top-5:last-child {
    top: 5px;
  }

  .desktop\:last\:right-5:last-child {
    right: 5px;
  }

  .desktop\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .desktop\:last\:left-5:last-child {
    left: 5px;
  }

  .desktop\:last\:top-10:last-child {
    top: 10px;
  }

  .desktop\:last\:right-10:last-child {
    right: 10px;
  }

  .desktop\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .desktop\:last\:left-10:last-child {
    left: 10px;
  }

  .desktop\:last\:top-15:last-child {
    top: 15px;
  }

  .desktop\:last\:right-15:last-child {
    right: 15px;
  }

  .desktop\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .desktop\:last\:left-15:last-child {
    left: 15px;
  }

  .desktop\:last\:top-16:last-child {
    top: 16px;
  }

  .desktop\:last\:right-16:last-child {
    right: 16px;
  }

  .desktop\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .desktop\:last\:left-16:last-child {
    left: 16px;
  }

  .desktop\:last\:top-20:last-child {
    top: 20px;
  }

  .desktop\:last\:right-20:last-child {
    right: 20px;
  }

  .desktop\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .desktop\:last\:left-20:last-child {
    left: 20px;
  }

  .desktop\:last\:top-21:last-child {
    top: 21px;
  }

  .desktop\:last\:right-21:last-child {
    right: 21px;
  }

  .desktop\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .desktop\:last\:left-21:last-child {
    left: 21px;
  }

  .desktop\:last\:top-22:last-child {
    top: 22px;
  }

  .desktop\:last\:right-22:last-child {
    right: 22px;
  }

  .desktop\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .desktop\:last\:left-22:last-child {
    left: 22px;
  }

  .desktop\:last\:top-25:last-child {
    top: 25px;
  }

  .desktop\:last\:right-25:last-child {
    right: 25px;
  }

  .desktop\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .desktop\:last\:left-25:last-child {
    left: 25px;
  }

  .desktop\:last\:top-30:last-child {
    top: 30px;
  }

  .desktop\:last\:right-30:last-child {
    right: 30px;
  }

  .desktop\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .desktop\:last\:left-30:last-child {
    left: 30px;
  }

  .desktop\:last\:top-35:last-child {
    top: 35px;
  }

  .desktop\:last\:right-35:last-child {
    right: 35px;
  }

  .desktop\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .desktop\:last\:left-35:last-child {
    left: 35px;
  }

  .desktop\:last\:top-37:last-child {
    top: 37px;
  }

  .desktop\:last\:right-37:last-child {
    right: 37px;
  }

  .desktop\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .desktop\:last\:left-37:last-child {
    left: 37px;
  }

  .desktop\:last\:top-38:last-child {
    top: 38px;
  }

  .desktop\:last\:right-38:last-child {
    right: 38px;
  }

  .desktop\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .desktop\:last\:left-38:last-child {
    left: 38px;
  }

  .desktop\:last\:top-40:last-child {
    top: 40px;
  }

  .desktop\:last\:right-40:last-child {
    right: 40px;
  }

  .desktop\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .desktop\:last\:left-40:last-child {
    left: 40px;
  }

  .desktop\:last\:top-50:last-child {
    top: 50px;
  }

  .desktop\:last\:right-50:last-child {
    right: 50px;
  }

  .desktop\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .desktop\:last\:left-50:last-child {
    left: 50px;
  }

  .desktop\:last\:top-70:last-child {
    top: 70px;
  }

  .desktop\:last\:right-70:last-child {
    right: 70px;
  }

  .desktop\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .desktop\:last\:left-70:last-child {
    left: 70px;
  }

  .desktop\:last\:top-100:last-child {
    top: 100px;
  }

  .desktop\:last\:right-100:last-child {
    right: 100px;
  }

  .desktop\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .desktop\:last\:left-100:last-child {
    left: 100px;
  }

  .desktop\:last\:top-120:last-child {
    top: 120px;
  }

  .desktop\:last\:right-120:last-child {
    right: 120px;
  }

  .desktop\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .desktop\:last\:left-120:last-child {
    left: 120px;
  }

  .desktop\:last\:top-130:last-child {
    top: 130px;
  }

  .desktop\:last\:right-130:last-child {
    right: 130px;
  }

  .desktop\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .desktop\:last\:left-130:last-child {
    left: 130px;
  }

  .desktop\:last\:top-140:last-child {
    top: 140px;
  }

  .desktop\:last\:right-140:last-child {
    right: 140px;
  }

  .desktop\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .desktop\:last\:left-140:last-child {
    left: 140px;
  }

  .desktop\:last\:top-180:last-child {
    top: 180px;
  }

  .desktop\:last\:right-180:last-child {
    right: 180px;
  }

  .desktop\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .desktop\:last\:left-180:last-child {
    left: 180px;
  }

  .desktop\:last\:top-auto:last-child {
    top: auto;
  }

  .desktop\:last\:right-auto:last-child {
    right: auto;
  }

  .desktop\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .desktop\:last\:left-auto:last-child {
    left: auto;
  }

  .desktop\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .desktop\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .desktop\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .desktop\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .desktop\:last\:top-10p:last-child {
    top: 10%;
  }

  .desktop\:last\:right-10p:last-child {
    right: 10%;
  }

  .desktop\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .desktop\:last\:left-10p:last-child {
    left: 10%;
  }

  .desktop\:last\:top-20p:last-child {
    top: 20%;
  }

  .desktop\:last\:right-20p:last-child {
    right: 20%;
  }

  .desktop\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .desktop\:last\:left-20p:last-child {
    left: 20%;
  }

  .desktop\:last\:-top-35:last-child {
    top: -35px;
  }

  .desktop\:last\:-right-35:last-child {
    right: -35px;
  }

  .desktop\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .desktop\:last\:-left-35:last-child {
    left: -35px;
  }

  .desktop\:last\:-top-28:last-child {
    top: -28px;
  }

  .desktop\:last\:-right-28:last-child {
    right: -28px;
  }

  .desktop\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .desktop\:last\:-left-28:last-child {
    left: -28px;
  }

  .desktop\:last\:-top-60:last-child {
    top: -60px;
  }

  .desktop\:last\:-right-60:last-child {
    right: -60px;
  }

  .desktop\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .desktop\:last\:-left-60:last-child {
    left: -60px;
  }

  .desktop\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .desktop\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .desktop\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .desktop\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .desktop\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .desktop\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .desktop\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .desktop\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .desktop\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .desktop\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .desktop\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .desktop\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .desktop\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .desktop\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .desktop\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .desktop\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .desktop\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .desktop\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .desktop\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .desktop\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .desktop\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .desktop\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .desktop\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .desktop\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .desktop\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .desktop\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .desktop\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .desktop\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .desktop\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .desktop\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .desktop\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .desktop\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .desktop\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .desktop\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .desktop\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .desktop\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .desktop\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .desktop\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .desktop\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .desktop\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .desktop\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .desktop\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .desktop\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .desktop\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .desktop\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .desktop\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .desktop\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .desktop\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .desktop\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .desktop\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .desktop\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .desktop\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .desktop\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .desktop\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .desktop\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .desktop\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .desktop\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .desktop\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .desktop\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .desktop\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .desktop\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .desktop\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .desktop\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .desktop\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .desktop\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .desktop\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .desktop\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .desktop\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .desktop\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .desktop\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .desktop\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .desktop\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .desktop\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .desktop\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .desktop\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .desktop\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .desktop\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .desktop\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .desktop\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .desktop\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .desktop\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .desktop\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .desktop\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .desktop\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .desktop\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .desktop\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .desktop\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .desktop\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .desktop\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .desktop\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .desktop\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .desktop\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .desktop\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .desktop\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .desktop\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .desktop\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .desktop\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .desktop\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .desktop\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .desktop\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .desktop\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .desktop\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .desktop\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .desktop\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .desktop\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .desktop\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .desktop\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .desktop\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .desktop\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .desktop\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .desktop\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .desktop\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .desktop\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .desktop\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .desktop\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .desktop\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .desktop\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .desktop\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .desktop\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .desktop\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .desktop\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .desktop\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .desktop\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .desktop\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .desktop\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .desktop\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .desktop\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .desktop\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .desktop\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .desktop\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .desktop\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .desktop\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .desktop\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .desktop\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .desktop\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .desktop\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .desktop\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .desktop\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .desktop\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .desktop\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .desktop\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .desktop\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .desktop\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .desktop\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .desktop\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .desktop\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .desktop\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .desktop\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .desktop\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .desktop\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .desktop\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .desktop\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .desktop\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .desktop\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .desktop\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .desktop\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .desktop\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .desktop\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .desktop\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .desktop\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .desktop\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .desktop\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .desktop\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .desktop\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .desktop\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .desktop\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .desktop\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .desktop\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .desktop\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .desktop\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .desktop\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .desktop\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .desktop\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .desktop\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .desktop\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .desktop\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .desktop\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .desktop\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .desktop\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .desktop\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .desktop\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .desktop\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .desktop\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .desktop\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .desktop\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .desktop\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .desktop\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .desktop\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .desktop\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .desktop\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .desktop\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .desktop\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .desktop\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .desktop\:resize-none {
    resize: none;
  }

  .desktop\:resize-y {
    resize: vertical;
  }

  .desktop\:resize-x {
    resize: horizontal;
  }

  .desktop\:resize {
    resize: both;
  }

  .desktop\:hover\:resize-none:hover {
    resize: none;
  }

  .desktop\:hover\:resize-y:hover {
    resize: vertical;
  }

  .desktop\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .desktop\:hover\:resize:hover {
    resize: both;
  }

  .desktop\:focus\:resize-none:focus {
    resize: none;
  }

  .desktop\:focus\:resize-y:focus {
    resize: vertical;
  }

  .desktop\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .desktop\:focus\:resize:focus {
    resize: both;
  }

  .desktop\:first\:resize-none:first-child {
    resize: none;
  }

  .desktop\:first\:resize-y:first-child {
    resize: vertical;
  }

  .desktop\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .desktop\:first\:resize:first-child {
    resize: both;
  }

  .desktop\:last\:resize-none:last-child {
    resize: none;
  }

  .desktop\:last\:resize-y:last-child {
    resize: vertical;
  }

  .desktop\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .desktop\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .desktop\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .desktop\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .desktop\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .desktop\:group-hover\:resize {
    resize: both;
  }

  .desktop\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .desktop\:shadow-none {
    box-shadow: none;
  }

  .desktop\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .desktop\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .desktop\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .desktop\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .desktop\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .desktop\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .desktop\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .desktop\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .desktop\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .desktop\:fill-current {
    fill: currentColor;
  }

  .desktop\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .desktop\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .desktop\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .desktop\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .desktop\:group-hover\:fill-current {
    fill: currentColor;
  }

  .desktop\:stroke-current {
    stroke: currentColor;
  }

  .desktop\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .desktop\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .desktop\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .desktop\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .desktop\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .desktop\:stroke-0 {
    stroke-width: 0;
  }

  .desktop\:stroke-1 {
    stroke-width: 1;
  }

  .desktop\:stroke-2 {
    stroke-width: 2;
  }

  .desktop\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .desktop\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .desktop\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .desktop\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .desktop\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .desktop\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .desktop\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .desktop\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .desktop\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .desktop\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .desktop\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .desktop\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .desktop\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .desktop\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .desktop\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .desktop\:table-auto {
    table-layout: auto;
  }

  .desktop\:table-fixed {
    table-layout: fixed;
  }

  .desktop\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .desktop\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .desktop\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .desktop\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .desktop\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .desktop\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .desktop\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .desktop\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .desktop\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .desktop\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .desktop\:text-left {
    text-align: left;
  }

  .desktop\:text-center {
    text-align: center;
  }

  .desktop\:text-right {
    text-align: right;
  }

  .desktop\:text-justify {
    text-align: justify;
  }

  .desktop\:hover\:text-left:hover {
    text-align: left;
  }

  .desktop\:hover\:text-center:hover {
    text-align: center;
  }

  .desktop\:hover\:text-right:hover {
    text-align: right;
  }

  .desktop\:hover\:text-justify:hover {
    text-align: justify;
  }

  .desktop\:focus\:text-left:focus {
    text-align: left;
  }

  .desktop\:focus\:text-center:focus {
    text-align: center;
  }

  .desktop\:focus\:text-right:focus {
    text-align: right;
  }

  .desktop\:focus\:text-justify:focus {
    text-align: justify;
  }

  .desktop\:first\:text-left:first-child {
    text-align: left;
  }

  .desktop\:first\:text-center:first-child {
    text-align: center;
  }

  .desktop\:first\:text-right:first-child {
    text-align: right;
  }

  .desktop\:first\:text-justify:first-child {
    text-align: justify;
  }

  .desktop\:last\:text-left:last-child {
    text-align: left;
  }

  .desktop\:last\:text-center:last-child {
    text-align: center;
  }

  .desktop\:last\:text-right:last-child {
    text-align: right;
  }

  .desktop\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .desktop\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .desktop\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .desktop\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .desktop\:group-hover\:text-justify {
    text-align: justify;
  }

  .desktop\:text-transparent {
    color: transparent;
  }

  .desktop\:text-current {
    color: currentColor;
  }

  .desktop\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .desktop\:hover\:text-current:hover {
    color: currentColor;
  }

  .desktop\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .desktop\:focus\:text-current:focus {
    color: currentColor;
  }

  .desktop\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop\:first\:text-transparent:first-child {
    color: transparent;
  }

  .desktop\:first\:text-current:first-child {
    color: currentColor;
  }

  .desktop\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop\:last\:text-transparent:last-child {
    color: transparent;
  }

  .desktop\:last\:text-current:last-child {
    color: currentColor;
  }

  .desktop\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .desktop\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .desktop\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .desktop\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop\:text-opacity-0 {
    --text-opacity: 0;
  }

  .desktop\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .desktop\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .desktop\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .desktop\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .desktop\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .desktop\:text-opacity-100 {
    --text-opacity: 1;
  }

  .desktop\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .desktop\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .desktop\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .desktop\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .desktop\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .desktop\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .desktop\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .desktop\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .desktop\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .desktop\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .desktop\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .desktop\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .desktop\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .desktop\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .desktop\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .desktop\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .desktop\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .desktop\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .desktop\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .desktop\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .desktop\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .desktop\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .desktop\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .desktop\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .desktop\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .desktop\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .desktop\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .desktop\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .desktop\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .desktop\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .desktop\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .desktop\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .desktop\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .desktop\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .desktop\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .desktop\:italic {
    font-style: italic;
  }

  .desktop\:not-italic {
    font-style: normal;
  }

  .desktop\:hover\:italic:hover {
    font-style: italic;
  }

  .desktop\:hover\:not-italic:hover {
    font-style: normal;
  }

  .desktop\:focus\:italic:focus {
    font-style: italic;
  }

  .desktop\:focus\:not-italic:focus {
    font-style: normal;
  }

  .desktop\:first\:italic:first-child {
    font-style: italic;
  }

  .desktop\:first\:not-italic:first-child {
    font-style: normal;
  }

  .desktop\:last\:italic:last-child {
    font-style: italic;
  }

  .desktop\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .desktop\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .desktop\:group-hover\:not-italic {
    font-style: normal;
  }

  .desktop\:uppercase {
    text-transform: uppercase;
  }

  .desktop\:lowercase {
    text-transform: lowercase;
  }

  .desktop\:capitalize {
    text-transform: capitalize;
  }

  .desktop\:normal-case {
    text-transform: none;
  }

  .desktop\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .desktop\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .desktop\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .desktop\:hover\:normal-case:hover {
    text-transform: none;
  }

  .desktop\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .desktop\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .desktop\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .desktop\:focus\:normal-case:focus {
    text-transform: none;
  }

  .desktop\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .desktop\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .desktop\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .desktop\:first\:normal-case:first-child {
    text-transform: none;
  }

  .desktop\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .desktop\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .desktop\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .desktop\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .desktop\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .desktop\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .desktop\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .desktop\:group-hover\:normal-case {
    text-transform: none;
  }

  .desktop\:underline {
    text-decoration: underline;
  }

  .desktop\:line-through {
    text-decoration: line-through;
  }

  .desktop\:no-underline {
    text-decoration: none;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .desktop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .desktop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .desktop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .desktop\:first\:underline:first-child {
    text-decoration: underline;
  }

  .desktop\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .desktop\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .desktop\:last\:underline:last-child {
    text-decoration: underline;
  }

  .desktop\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .desktop\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .desktop\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .desktop\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .desktop\:group-hover\:no-underline {
    text-decoration: none;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .desktop\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .desktop\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:ordinal, .desktop\:slashed-zero, .desktop\:lining-nums, .desktop\:oldstyle-nums, .desktop\:proportional-nums, .desktop\:tabular-nums, .desktop\:diagonal-fractions, .desktop\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop\:normal-nums {
    font-variant-numeric: normal;
  }

  .desktop\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop\:hover\:ordinal:hover, .desktop\:hover\:slashed-zero:hover, .desktop\:hover\:lining-nums:hover, .desktop\:hover\:oldstyle-nums:hover, .desktop\:hover\:proportional-nums:hover, .desktop\:hover\:tabular-nums:hover, .desktop\:hover\:diagonal-fractions:hover, .desktop\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .desktop\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop\:focus\:ordinal:focus, .desktop\:focus\:slashed-zero:focus, .desktop\:focus\:lining-nums:focus, .desktop\:focus\:oldstyle-nums:focus, .desktop\:focus\:proportional-nums:focus, .desktop\:focus\:tabular-nums:focus, .desktop\:focus\:diagonal-fractions:focus, .desktop\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .desktop\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop\:first\:ordinal:first-child, .desktop\:first\:slashed-zero:first-child, .desktop\:first\:lining-nums:first-child, .desktop\:first\:oldstyle-nums:first-child, .desktop\:first\:proportional-nums:first-child, .desktop\:first\:tabular-nums:first-child, .desktop\:first\:diagonal-fractions:first-child, .desktop\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .desktop\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop\:last\:ordinal:last-child, .desktop\:last\:slashed-zero:last-child, .desktop\:last\:lining-nums:last-child, .desktop\:last\:oldstyle-nums:last-child, .desktop\:last\:proportional-nums:last-child, .desktop\:last\:tabular-nums:last-child, .desktop\:last\:diagonal-fractions:last-child, .desktop\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .desktop\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .desktop\:group-hover\:ordinal, .group:hover .desktop\:group-hover\:slashed-zero, .group:hover .desktop\:group-hover\:lining-nums, .group:hover .desktop\:group-hover\:oldstyle-nums, .group:hover .desktop\:group-hover\:proportional-nums, .group:hover .desktop\:group-hover\:tabular-nums, .group:hover .desktop\:group-hover\:diagonal-fractions, .group:hover .desktop\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .desktop\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .desktop\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .desktop\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .desktop\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .desktop\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .desktop\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .desktop\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .desktop\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .desktop\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop\:tracking-1 {
    letter-spacing: 1px;
  }

  .desktop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0;
  }

  .desktop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .desktop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .desktop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .desktop\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .desktop\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .desktop\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .desktop\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .desktop\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .desktop\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .desktop\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .desktop\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .desktop\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .desktop\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .desktop\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .desktop\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .desktop\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .desktop\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .desktop\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .desktop\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .desktop\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .desktop\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .desktop\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .desktop\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .desktop\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .desktop\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .desktop\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .desktop\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .desktop\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .desktop\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .desktop\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .desktop\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .desktop\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .desktop\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .desktop\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .desktop\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .desktop\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .desktop\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .desktop\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .desktop\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .desktop\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .desktop\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .desktop\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .desktop\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .desktop\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .desktop\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .desktop\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .desktop\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .desktop\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .desktop\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .desktop\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .desktop\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .desktop\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .desktop\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .desktop\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .desktop\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .desktop\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .desktop\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .desktop\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .desktop\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .desktop\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .desktop\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .desktop\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .desktop\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .desktop\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .desktop\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .desktop\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .desktop\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .desktop\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .desktop\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .desktop\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .desktop\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .desktop\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .desktop\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .desktop\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .desktop\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .desktop\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .desktop\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .desktop\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .desktop\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .desktop\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .desktop\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .desktop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .desktop\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .desktop\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .desktop\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .desktop\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:align-baseline {
    vertical-align: baseline;
  }

  .desktop\:align-top {
    vertical-align: top;
  }

  .desktop\:align-middle {
    vertical-align: middle;
  }

  .desktop\:align-bottom {
    vertical-align: bottom;
  }

  .desktop\:align-text-top {
    vertical-align: text-top;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .desktop\:hover\:align-top:hover {
    vertical-align: top;
  }

  .desktop\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .desktop\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .desktop\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .desktop\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .desktop\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .desktop\:focus\:align-top:focus {
    vertical-align: top;
  }

  .desktop\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .desktop\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .desktop\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .desktop\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .desktop\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .desktop\:first\:align-top:first-child {
    vertical-align: top;
  }

  .desktop\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .desktop\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .desktop\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .desktop\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .desktop\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .desktop\:last\:align-top:last-child {
    vertical-align: top;
  }

  .desktop\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .desktop\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .desktop\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .desktop\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .desktop\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .desktop\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .desktop\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .desktop\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .desktop\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .desktop\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop\:visible {
    visibility: visible;
  }

  .desktop\:invisible {
    visibility: hidden;
  }

  .desktop\:hover\:visible:hover {
    visibility: visible;
  }

  .desktop\:hover\:invisible:hover {
    visibility: hidden;
  }

  .desktop\:focus\:visible:focus {
    visibility: visible;
  }

  .desktop\:focus\:invisible:focus {
    visibility: hidden;
  }

  .desktop\:first\:visible:first-child {
    visibility: visible;
  }

  .desktop\:first\:invisible:first-child {
    visibility: hidden;
  }

  .desktop\:last\:visible:last-child {
    visibility: visible;
  }

  .desktop\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .desktop\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .desktop\:group-hover\:invisible {
    visibility: hidden;
  }

  .desktop\:whitespace-normal {
    white-space: normal;
  }

  .desktop\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .desktop\:whitespace-pre {
    white-space: pre;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .desktop\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .desktop\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .desktop\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .desktop\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .desktop\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .desktop\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .desktop\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .desktop\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .desktop\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .desktop\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .desktop\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .desktop\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .desktop\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .desktop\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .desktop\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .desktop\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .desktop\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .desktop\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .desktop\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .desktop\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .desktop\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .desktop\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .desktop\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .desktop\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop\:break-all {
    word-break: break-all;
  }

  .desktop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop\:hover\:break-all:hover {
    word-break: break-all;
  }

  .desktop\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop\:focus\:break-all:focus {
    word-break: break-all;
  }

  .desktop\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop\:first\:break-all:first-child {
    word-break: break-all;
  }

  .desktop\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop\:last\:break-all:last-child {
    word-break: break-all;
  }

  .desktop\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .desktop\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .desktop\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .desktop\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .desktop\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:w-0 {
    width: 0px;
  }

  .desktop\:w-1 {
    width: 0.25rem;
  }

  .desktop\:w-2 {
    width: 0.5rem;
  }

  .desktop\:w-3 {
    width: 3px;
  }

  .desktop\:w-4 {
    width: 4px;
  }

  .desktop\:w-5 {
    width: 5px;
  }

  .desktop\:w-6 {
    width: 6px;
  }

  .desktop\:w-8 {
    width: 8px;
  }

  .desktop\:w-9 {
    width: 9px;
  }

  .desktop\:w-10 {
    width: 10px;
  }

  .desktop\:w-12 {
    width: 12px;
  }

  .desktop\:w-13 {
    width: 13px;
  }

  .desktop\:w-14 {
    width: 14px;
  }

  .desktop\:w-15 {
    width: 15px;
  }

  .desktop\:w-16 {
    width: 16px;
  }

  .desktop\:w-17 {
    width: 17px;
  }

  .desktop\:w-18 {
    width: 18px;
  }

  .desktop\:w-20 {
    width: 20px;
  }

  .desktop\:w-22 {
    width: 22px;
  }

  .desktop\:w-24 {
    width: 24px;
  }

  .desktop\:w-25 {
    width: 25px;
  }

  .desktop\:w-28 {
    width: 28px;
  }

  .desktop\:w-29 {
    width: 29px;
  }

  .desktop\:w-30 {
    width: 30px;
  }

  .desktop\:w-32 {
    width: 32px;
  }

  .desktop\:w-35 {
    width: 35px;
  }

  .desktop\:w-36 {
    width: 36px;
  }

  .desktop\:w-37 {
    width: 37px;
  }

  .desktop\:w-40 {
    width: 40px;
  }

  .desktop\:w-45 {
    width: 45px;
  }

  .desktop\:w-48 {
    width: 48px;
  }

  .desktop\:w-50 {
    width: 50px;
  }

  .desktop\:w-55 {
    width: 55px;
  }

  .desktop\:w-56 {
    width: 56px;
  }

  .desktop\:w-60 {
    width: 60px;
  }

  .desktop\:w-62 {
    width: 62px;
  }

  .desktop\:w-64 {
    width: 64px;
  }

  .desktop\:w-65 {
    width: 65px;
  }

  .desktop\:w-70 {
    width: 70px;
  }

  .desktop\:w-75 {
    width: 75px;
  }

  .desktop\:w-80 {
    width: 80px;
  }

  .desktop\:w-85 {
    width: 85px;
  }

  .desktop\:w-90 {
    width: 90px;
  }

  .desktop\:w-95 {
    width: 95px;
  }

  .desktop\:w-96 {
    width: 96px;
  }

  .desktop\:w-100 {
    width: 100px;
  }

  .desktop\:w-110 {
    width: 110px;
  }

  .desktop\:w-115 {
    width: 115px;
  }

  .desktop\:w-120 {
    width: 120px;
  }

  .desktop\:w-128 {
    width: 128px;
  }

  .desktop\:w-135 {
    width: 135px;
  }

  .desktop\:w-140 {
    width: 140px;
  }

  .desktop\:w-145 {
    width: 145px;
  }

  .desktop\:w-150 {
    width: 150px;
  }

  .desktop\:w-160 {
    width: 160px;
  }

  .desktop\:w-165 {
    width: 165px;
  }

  .desktop\:w-168 {
    width: 168px;
  }

  .desktop\:w-170 {
    width: 170px;
  }

  .desktop\:w-180 {
    width: 180px;
  }

  .desktop\:w-200 {
    width: 200px;
  }

  .desktop\:w-220 {
    width: 220px;
  }

  .desktop\:w-230 {
    width: 230px;
  }

  .desktop\:w-235 {
    width: 235px;
  }

  .desktop\:w-240 {
    width: 240px;
  }

  .desktop\:w-250 {
    width: 250px;
  }

  .desktop\:w-300 {
    width: 300px;
  }

  .desktop\:w-320 {
    width: 320px;
  }

  .desktop\:w-350 {
    width: 350px;
  }

  .desktop\:w-375 {
    width: 375px;
  }

  .desktop\:w-400 {
    width: 400px;
  }

  .desktop\:w-450 {
    width: 450px;
  }

  .desktop\:w-700 {
    width: 700px;
  }

  .desktop\:w-auto {
    width: auto;
  }

  .desktop\:w-px {
    width: 1px;
  }

  .desktop\:w-1p {
    width: 1%;
  }

  .desktop\:w-1\/12 {
    width: 8.333333%;
  }

  .desktop\:w-2\/12 {
    width: 16.666667%;
  }

  .desktop\:w-11p {
    width: 11%;
  }

  .desktop\:w-20p {
    width: 20%;
  }

  .desktop\:w-24p {
    width: 24.25%;
  }

  .desktop\:w-25p {
    width: 25%;
  }

  .desktop\:w-32p {
    width: 32%;
  }

  .desktop\:w-35p {
    width: 35%;
  }

  .desktop\:w-40p {
    width: 40%;
  }

  .desktop\:w-49p {
    width: 49%;
  }

  .desktop\:w-49-5p {
    width: 49.5%;
  }

  .desktop\:w-80p {
    width: 80%;
  }

  .desktop\:w-vh80 {
    width: 80vh;
  }

  .desktop\:w-vh86 {
    width: 86vh;
  }

  .desktop\:w-vh90 {
    width: 90vh;
  }

  .desktop\:w-vw80 {
    width: 80vw;
  }

  .desktop\:w-vw90 {
    width: 90vw;
  }

  .desktop\:w-90p {
    width: 90%;
  }

  .desktop\:w-92p {
    width: 92%;
  }

  .desktop\:w-93p {
    width: 93%;
  }

  .desktop\:w-94p {
    width: 94%;
  }

  .desktop\:w-95p {
    width: 95%;
  }

  .desktop\:w-96p {
    width: 96%;
  }

  .desktop\:w-100p {
    width: 100%;
  }

  .desktop\:w-1\/2 {
    width: 50%;
  }

  .desktop\:w-1\/3 {
    width: 33.333333%;
  }

  .desktop\:w-2\/3 {
    width: 66.666667%;
  }

  .desktop\:w-1\/4 {
    width: 25%;
  }

  .desktop\:w-2\/4 {
    width: 50%;
  }

  .desktop\:w-3\/4 {
    width: 75%;
  }

  .desktop\:w-1\/5 {
    width: 20%;
  }

  .desktop\:w-2\/5 {
    width: 40%;
  }

  .desktop\:w-3\/5 {
    width: 60%;
  }

  .desktop\:w-4\/5 {
    width: 80%;
  }

  .desktop\:w-1\/6 {
    width: 16.666667%;
  }

  .desktop\:w-2\/6 {
    width: 33.333333%;
  }

  .desktop\:w-3\/6 {
    width: 50%;
  }

  .desktop\:w-4\/6 {
    width: 66.666667%;
  }

  .desktop\:w-5\/6 {
    width: 83.333333%;
  }

  .desktop\:w-3\/12 {
    width: 25%;
  }

  .desktop\:w-4\/12 {
    width: 33.333333%;
  }

  .desktop\:w-5\/12 {
    width: 41.666667%;
  }

  .desktop\:w-6\/12 {
    width: 50%;
  }

  .desktop\:w-7\/12 {
    width: 58.333333%;
  }

  .desktop\:w-8\/12 {
    width: 66.666667%;
  }

  .desktop\:w-9\/12 {
    width: 75%;
  }

  .desktop\:w-10\/12 {
    width: 83.333333%;
  }

  .desktop\:w-11\/12 {
    width: 91.666667%;
  }

  .desktop\:w-full {
    width: 100%;
  }

  .desktop\:w-screen {
    width: 100vw;
  }

  .desktop\:hover\:w-0:hover {
    width: 0px;
  }

  .desktop\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .desktop\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .desktop\:hover\:w-3:hover {
    width: 3px;
  }

  .desktop\:hover\:w-4:hover {
    width: 4px;
  }

  .desktop\:hover\:w-5:hover {
    width: 5px;
  }

  .desktop\:hover\:w-6:hover {
    width: 6px;
  }

  .desktop\:hover\:w-8:hover {
    width: 8px;
  }

  .desktop\:hover\:w-9:hover {
    width: 9px;
  }

  .desktop\:hover\:w-10:hover {
    width: 10px;
  }

  .desktop\:hover\:w-12:hover {
    width: 12px;
  }

  .desktop\:hover\:w-13:hover {
    width: 13px;
  }

  .desktop\:hover\:w-14:hover {
    width: 14px;
  }

  .desktop\:hover\:w-15:hover {
    width: 15px;
  }

  .desktop\:hover\:w-16:hover {
    width: 16px;
  }

  .desktop\:hover\:w-17:hover {
    width: 17px;
  }

  .desktop\:hover\:w-18:hover {
    width: 18px;
  }

  .desktop\:hover\:w-20:hover {
    width: 20px;
  }

  .desktop\:hover\:w-22:hover {
    width: 22px;
  }

  .desktop\:hover\:w-24:hover {
    width: 24px;
  }

  .desktop\:hover\:w-25:hover {
    width: 25px;
  }

  .desktop\:hover\:w-28:hover {
    width: 28px;
  }

  .desktop\:hover\:w-29:hover {
    width: 29px;
  }

  .desktop\:hover\:w-30:hover {
    width: 30px;
  }

  .desktop\:hover\:w-32:hover {
    width: 32px;
  }

  .desktop\:hover\:w-35:hover {
    width: 35px;
  }

  .desktop\:hover\:w-36:hover {
    width: 36px;
  }

  .desktop\:hover\:w-37:hover {
    width: 37px;
  }

  .desktop\:hover\:w-40:hover {
    width: 40px;
  }

  .desktop\:hover\:w-45:hover {
    width: 45px;
  }

  .desktop\:hover\:w-48:hover {
    width: 48px;
  }

  .desktop\:hover\:w-50:hover {
    width: 50px;
  }

  .desktop\:hover\:w-55:hover {
    width: 55px;
  }

  .desktop\:hover\:w-56:hover {
    width: 56px;
  }

  .desktop\:hover\:w-60:hover {
    width: 60px;
  }

  .desktop\:hover\:w-62:hover {
    width: 62px;
  }

  .desktop\:hover\:w-64:hover {
    width: 64px;
  }

  .desktop\:hover\:w-65:hover {
    width: 65px;
  }

  .desktop\:hover\:w-70:hover {
    width: 70px;
  }

  .desktop\:hover\:w-75:hover {
    width: 75px;
  }

  .desktop\:hover\:w-80:hover {
    width: 80px;
  }

  .desktop\:hover\:w-85:hover {
    width: 85px;
  }

  .desktop\:hover\:w-90:hover {
    width: 90px;
  }

  .desktop\:hover\:w-95:hover {
    width: 95px;
  }

  .desktop\:hover\:w-96:hover {
    width: 96px;
  }

  .desktop\:hover\:w-100:hover {
    width: 100px;
  }

  .desktop\:hover\:w-110:hover {
    width: 110px;
  }

  .desktop\:hover\:w-115:hover {
    width: 115px;
  }

  .desktop\:hover\:w-120:hover {
    width: 120px;
  }

  .desktop\:hover\:w-128:hover {
    width: 128px;
  }

  .desktop\:hover\:w-135:hover {
    width: 135px;
  }

  .desktop\:hover\:w-140:hover {
    width: 140px;
  }

  .desktop\:hover\:w-145:hover {
    width: 145px;
  }

  .desktop\:hover\:w-150:hover {
    width: 150px;
  }

  .desktop\:hover\:w-160:hover {
    width: 160px;
  }

  .desktop\:hover\:w-165:hover {
    width: 165px;
  }

  .desktop\:hover\:w-168:hover {
    width: 168px;
  }

  .desktop\:hover\:w-170:hover {
    width: 170px;
  }

  .desktop\:hover\:w-180:hover {
    width: 180px;
  }

  .desktop\:hover\:w-200:hover {
    width: 200px;
  }

  .desktop\:hover\:w-220:hover {
    width: 220px;
  }

  .desktop\:hover\:w-230:hover {
    width: 230px;
  }

  .desktop\:hover\:w-235:hover {
    width: 235px;
  }

  .desktop\:hover\:w-240:hover {
    width: 240px;
  }

  .desktop\:hover\:w-250:hover {
    width: 250px;
  }

  .desktop\:hover\:w-300:hover {
    width: 300px;
  }

  .desktop\:hover\:w-320:hover {
    width: 320px;
  }

  .desktop\:hover\:w-350:hover {
    width: 350px;
  }

  .desktop\:hover\:w-375:hover {
    width: 375px;
  }

  .desktop\:hover\:w-400:hover {
    width: 400px;
  }

  .desktop\:hover\:w-450:hover {
    width: 450px;
  }

  .desktop\:hover\:w-700:hover {
    width: 700px;
  }

  .desktop\:hover\:w-auto:hover {
    width: auto;
  }

  .desktop\:hover\:w-px:hover {
    width: 1px;
  }

  .desktop\:hover\:w-1p:hover {
    width: 1%;
  }

  .desktop\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .desktop\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .desktop\:hover\:w-11p:hover {
    width: 11%;
  }

  .desktop\:hover\:w-20p:hover {
    width: 20%;
  }

  .desktop\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .desktop\:hover\:w-25p:hover {
    width: 25%;
  }

  .desktop\:hover\:w-32p:hover {
    width: 32%;
  }

  .desktop\:hover\:w-35p:hover {
    width: 35%;
  }

  .desktop\:hover\:w-40p:hover {
    width: 40%;
  }

  .desktop\:hover\:w-49p:hover {
    width: 49%;
  }

  .desktop\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .desktop\:hover\:w-80p:hover {
    width: 80%;
  }

  .desktop\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .desktop\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .desktop\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .desktop\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .desktop\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .desktop\:hover\:w-90p:hover {
    width: 90%;
  }

  .desktop\:hover\:w-92p:hover {
    width: 92%;
  }

  .desktop\:hover\:w-93p:hover {
    width: 93%;
  }

  .desktop\:hover\:w-94p:hover {
    width: 94%;
  }

  .desktop\:hover\:w-95p:hover {
    width: 95%;
  }

  .desktop\:hover\:w-96p:hover {
    width: 96%;
  }

  .desktop\:hover\:w-100p:hover {
    width: 100%;
  }

  .desktop\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .desktop\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .desktop\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .desktop\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .desktop\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .desktop\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .desktop\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .desktop\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .desktop\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .desktop\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .desktop\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .desktop\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .desktop\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .desktop\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .desktop\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .desktop\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .desktop\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .desktop\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .desktop\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .desktop\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .desktop\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .desktop\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .desktop\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .desktop\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .desktop\:hover\:w-full:hover {
    width: 100%;
  }

  .desktop\:hover\:w-screen:hover {
    width: 100vw;
  }

  .desktop\:focus\:w-0:focus {
    width: 0px;
  }

  .desktop\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .desktop\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .desktop\:focus\:w-3:focus {
    width: 3px;
  }

  .desktop\:focus\:w-4:focus {
    width: 4px;
  }

  .desktop\:focus\:w-5:focus {
    width: 5px;
  }

  .desktop\:focus\:w-6:focus {
    width: 6px;
  }

  .desktop\:focus\:w-8:focus {
    width: 8px;
  }

  .desktop\:focus\:w-9:focus {
    width: 9px;
  }

  .desktop\:focus\:w-10:focus {
    width: 10px;
  }

  .desktop\:focus\:w-12:focus {
    width: 12px;
  }

  .desktop\:focus\:w-13:focus {
    width: 13px;
  }

  .desktop\:focus\:w-14:focus {
    width: 14px;
  }

  .desktop\:focus\:w-15:focus {
    width: 15px;
  }

  .desktop\:focus\:w-16:focus {
    width: 16px;
  }

  .desktop\:focus\:w-17:focus {
    width: 17px;
  }

  .desktop\:focus\:w-18:focus {
    width: 18px;
  }

  .desktop\:focus\:w-20:focus {
    width: 20px;
  }

  .desktop\:focus\:w-22:focus {
    width: 22px;
  }

  .desktop\:focus\:w-24:focus {
    width: 24px;
  }

  .desktop\:focus\:w-25:focus {
    width: 25px;
  }

  .desktop\:focus\:w-28:focus {
    width: 28px;
  }

  .desktop\:focus\:w-29:focus {
    width: 29px;
  }

  .desktop\:focus\:w-30:focus {
    width: 30px;
  }

  .desktop\:focus\:w-32:focus {
    width: 32px;
  }

  .desktop\:focus\:w-35:focus {
    width: 35px;
  }

  .desktop\:focus\:w-36:focus {
    width: 36px;
  }

  .desktop\:focus\:w-37:focus {
    width: 37px;
  }

  .desktop\:focus\:w-40:focus {
    width: 40px;
  }

  .desktop\:focus\:w-45:focus {
    width: 45px;
  }

  .desktop\:focus\:w-48:focus {
    width: 48px;
  }

  .desktop\:focus\:w-50:focus {
    width: 50px;
  }

  .desktop\:focus\:w-55:focus {
    width: 55px;
  }

  .desktop\:focus\:w-56:focus {
    width: 56px;
  }

  .desktop\:focus\:w-60:focus {
    width: 60px;
  }

  .desktop\:focus\:w-62:focus {
    width: 62px;
  }

  .desktop\:focus\:w-64:focus {
    width: 64px;
  }

  .desktop\:focus\:w-65:focus {
    width: 65px;
  }

  .desktop\:focus\:w-70:focus {
    width: 70px;
  }

  .desktop\:focus\:w-75:focus {
    width: 75px;
  }

  .desktop\:focus\:w-80:focus {
    width: 80px;
  }

  .desktop\:focus\:w-85:focus {
    width: 85px;
  }

  .desktop\:focus\:w-90:focus {
    width: 90px;
  }

  .desktop\:focus\:w-95:focus {
    width: 95px;
  }

  .desktop\:focus\:w-96:focus {
    width: 96px;
  }

  .desktop\:focus\:w-100:focus {
    width: 100px;
  }

  .desktop\:focus\:w-110:focus {
    width: 110px;
  }

  .desktop\:focus\:w-115:focus {
    width: 115px;
  }

  .desktop\:focus\:w-120:focus {
    width: 120px;
  }

  .desktop\:focus\:w-128:focus {
    width: 128px;
  }

  .desktop\:focus\:w-135:focus {
    width: 135px;
  }

  .desktop\:focus\:w-140:focus {
    width: 140px;
  }

  .desktop\:focus\:w-145:focus {
    width: 145px;
  }

  .desktop\:focus\:w-150:focus {
    width: 150px;
  }

  .desktop\:focus\:w-160:focus {
    width: 160px;
  }

  .desktop\:focus\:w-165:focus {
    width: 165px;
  }

  .desktop\:focus\:w-168:focus {
    width: 168px;
  }

  .desktop\:focus\:w-170:focus {
    width: 170px;
  }

  .desktop\:focus\:w-180:focus {
    width: 180px;
  }

  .desktop\:focus\:w-200:focus {
    width: 200px;
  }

  .desktop\:focus\:w-220:focus {
    width: 220px;
  }

  .desktop\:focus\:w-230:focus {
    width: 230px;
  }

  .desktop\:focus\:w-235:focus {
    width: 235px;
  }

  .desktop\:focus\:w-240:focus {
    width: 240px;
  }

  .desktop\:focus\:w-250:focus {
    width: 250px;
  }

  .desktop\:focus\:w-300:focus {
    width: 300px;
  }

  .desktop\:focus\:w-320:focus {
    width: 320px;
  }

  .desktop\:focus\:w-350:focus {
    width: 350px;
  }

  .desktop\:focus\:w-375:focus {
    width: 375px;
  }

  .desktop\:focus\:w-400:focus {
    width: 400px;
  }

  .desktop\:focus\:w-450:focus {
    width: 450px;
  }

  .desktop\:focus\:w-700:focus {
    width: 700px;
  }

  .desktop\:focus\:w-auto:focus {
    width: auto;
  }

  .desktop\:focus\:w-px:focus {
    width: 1px;
  }

  .desktop\:focus\:w-1p:focus {
    width: 1%;
  }

  .desktop\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .desktop\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .desktop\:focus\:w-11p:focus {
    width: 11%;
  }

  .desktop\:focus\:w-20p:focus {
    width: 20%;
  }

  .desktop\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .desktop\:focus\:w-25p:focus {
    width: 25%;
  }

  .desktop\:focus\:w-32p:focus {
    width: 32%;
  }

  .desktop\:focus\:w-35p:focus {
    width: 35%;
  }

  .desktop\:focus\:w-40p:focus {
    width: 40%;
  }

  .desktop\:focus\:w-49p:focus {
    width: 49%;
  }

  .desktop\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .desktop\:focus\:w-80p:focus {
    width: 80%;
  }

  .desktop\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .desktop\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .desktop\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .desktop\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .desktop\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .desktop\:focus\:w-90p:focus {
    width: 90%;
  }

  .desktop\:focus\:w-92p:focus {
    width: 92%;
  }

  .desktop\:focus\:w-93p:focus {
    width: 93%;
  }

  .desktop\:focus\:w-94p:focus {
    width: 94%;
  }

  .desktop\:focus\:w-95p:focus {
    width: 95%;
  }

  .desktop\:focus\:w-96p:focus {
    width: 96%;
  }

  .desktop\:focus\:w-100p:focus {
    width: 100%;
  }

  .desktop\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .desktop\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .desktop\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .desktop\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .desktop\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .desktop\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .desktop\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .desktop\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .desktop\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .desktop\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .desktop\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .desktop\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .desktop\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .desktop\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .desktop\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .desktop\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .desktop\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .desktop\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .desktop\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .desktop\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .desktop\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .desktop\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .desktop\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .desktop\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .desktop\:focus\:w-full:focus {
    width: 100%;
  }

  .desktop\:focus\:w-screen:focus {
    width: 100vw;
  }

  .desktop\:first\:w-0:first-child {
    width: 0px;
  }

  .desktop\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .desktop\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .desktop\:first\:w-3:first-child {
    width: 3px;
  }

  .desktop\:first\:w-4:first-child {
    width: 4px;
  }

  .desktop\:first\:w-5:first-child {
    width: 5px;
  }

  .desktop\:first\:w-6:first-child {
    width: 6px;
  }

  .desktop\:first\:w-8:first-child {
    width: 8px;
  }

  .desktop\:first\:w-9:first-child {
    width: 9px;
  }

  .desktop\:first\:w-10:first-child {
    width: 10px;
  }

  .desktop\:first\:w-12:first-child {
    width: 12px;
  }

  .desktop\:first\:w-13:first-child {
    width: 13px;
  }

  .desktop\:first\:w-14:first-child {
    width: 14px;
  }

  .desktop\:first\:w-15:first-child {
    width: 15px;
  }

  .desktop\:first\:w-16:first-child {
    width: 16px;
  }

  .desktop\:first\:w-17:first-child {
    width: 17px;
  }

  .desktop\:first\:w-18:first-child {
    width: 18px;
  }

  .desktop\:first\:w-20:first-child {
    width: 20px;
  }

  .desktop\:first\:w-22:first-child {
    width: 22px;
  }

  .desktop\:first\:w-24:first-child {
    width: 24px;
  }

  .desktop\:first\:w-25:first-child {
    width: 25px;
  }

  .desktop\:first\:w-28:first-child {
    width: 28px;
  }

  .desktop\:first\:w-29:first-child {
    width: 29px;
  }

  .desktop\:first\:w-30:first-child {
    width: 30px;
  }

  .desktop\:first\:w-32:first-child {
    width: 32px;
  }

  .desktop\:first\:w-35:first-child {
    width: 35px;
  }

  .desktop\:first\:w-36:first-child {
    width: 36px;
  }

  .desktop\:first\:w-37:first-child {
    width: 37px;
  }

  .desktop\:first\:w-40:first-child {
    width: 40px;
  }

  .desktop\:first\:w-45:first-child {
    width: 45px;
  }

  .desktop\:first\:w-48:first-child {
    width: 48px;
  }

  .desktop\:first\:w-50:first-child {
    width: 50px;
  }

  .desktop\:first\:w-55:first-child {
    width: 55px;
  }

  .desktop\:first\:w-56:first-child {
    width: 56px;
  }

  .desktop\:first\:w-60:first-child {
    width: 60px;
  }

  .desktop\:first\:w-62:first-child {
    width: 62px;
  }

  .desktop\:first\:w-64:first-child {
    width: 64px;
  }

  .desktop\:first\:w-65:first-child {
    width: 65px;
  }

  .desktop\:first\:w-70:first-child {
    width: 70px;
  }

  .desktop\:first\:w-75:first-child {
    width: 75px;
  }

  .desktop\:first\:w-80:first-child {
    width: 80px;
  }

  .desktop\:first\:w-85:first-child {
    width: 85px;
  }

  .desktop\:first\:w-90:first-child {
    width: 90px;
  }

  .desktop\:first\:w-95:first-child {
    width: 95px;
  }

  .desktop\:first\:w-96:first-child {
    width: 96px;
  }

  .desktop\:first\:w-100:first-child {
    width: 100px;
  }

  .desktop\:first\:w-110:first-child {
    width: 110px;
  }

  .desktop\:first\:w-115:first-child {
    width: 115px;
  }

  .desktop\:first\:w-120:first-child {
    width: 120px;
  }

  .desktop\:first\:w-128:first-child {
    width: 128px;
  }

  .desktop\:first\:w-135:first-child {
    width: 135px;
  }

  .desktop\:first\:w-140:first-child {
    width: 140px;
  }

  .desktop\:first\:w-145:first-child {
    width: 145px;
  }

  .desktop\:first\:w-150:first-child {
    width: 150px;
  }

  .desktop\:first\:w-160:first-child {
    width: 160px;
  }

  .desktop\:first\:w-165:first-child {
    width: 165px;
  }

  .desktop\:first\:w-168:first-child {
    width: 168px;
  }

  .desktop\:first\:w-170:first-child {
    width: 170px;
  }

  .desktop\:first\:w-180:first-child {
    width: 180px;
  }

  .desktop\:first\:w-200:first-child {
    width: 200px;
  }

  .desktop\:first\:w-220:first-child {
    width: 220px;
  }

  .desktop\:first\:w-230:first-child {
    width: 230px;
  }

  .desktop\:first\:w-235:first-child {
    width: 235px;
  }

  .desktop\:first\:w-240:first-child {
    width: 240px;
  }

  .desktop\:first\:w-250:first-child {
    width: 250px;
  }

  .desktop\:first\:w-300:first-child {
    width: 300px;
  }

  .desktop\:first\:w-320:first-child {
    width: 320px;
  }

  .desktop\:first\:w-350:first-child {
    width: 350px;
  }

  .desktop\:first\:w-375:first-child {
    width: 375px;
  }

  .desktop\:first\:w-400:first-child {
    width: 400px;
  }

  .desktop\:first\:w-450:first-child {
    width: 450px;
  }

  .desktop\:first\:w-700:first-child {
    width: 700px;
  }

  .desktop\:first\:w-auto:first-child {
    width: auto;
  }

  .desktop\:first\:w-px:first-child {
    width: 1px;
  }

  .desktop\:first\:w-1p:first-child {
    width: 1%;
  }

  .desktop\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .desktop\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .desktop\:first\:w-11p:first-child {
    width: 11%;
  }

  .desktop\:first\:w-20p:first-child {
    width: 20%;
  }

  .desktop\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .desktop\:first\:w-25p:first-child {
    width: 25%;
  }

  .desktop\:first\:w-32p:first-child {
    width: 32%;
  }

  .desktop\:first\:w-35p:first-child {
    width: 35%;
  }

  .desktop\:first\:w-40p:first-child {
    width: 40%;
  }

  .desktop\:first\:w-49p:first-child {
    width: 49%;
  }

  .desktop\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .desktop\:first\:w-80p:first-child {
    width: 80%;
  }

  .desktop\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .desktop\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .desktop\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .desktop\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .desktop\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .desktop\:first\:w-90p:first-child {
    width: 90%;
  }

  .desktop\:first\:w-92p:first-child {
    width: 92%;
  }

  .desktop\:first\:w-93p:first-child {
    width: 93%;
  }

  .desktop\:first\:w-94p:first-child {
    width: 94%;
  }

  .desktop\:first\:w-95p:first-child {
    width: 95%;
  }

  .desktop\:first\:w-96p:first-child {
    width: 96%;
  }

  .desktop\:first\:w-100p:first-child {
    width: 100%;
  }

  .desktop\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .desktop\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .desktop\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .desktop\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .desktop\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .desktop\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .desktop\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .desktop\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .desktop\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .desktop\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .desktop\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .desktop\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .desktop\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .desktop\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .desktop\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .desktop\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .desktop\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .desktop\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .desktop\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .desktop\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .desktop\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .desktop\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .desktop\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .desktop\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .desktop\:first\:w-full:first-child {
    width: 100%;
  }

  .desktop\:first\:w-screen:first-child {
    width: 100vw;
  }

  .desktop\:last\:w-0:last-child {
    width: 0px;
  }

  .desktop\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .desktop\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .desktop\:last\:w-3:last-child {
    width: 3px;
  }

  .desktop\:last\:w-4:last-child {
    width: 4px;
  }

  .desktop\:last\:w-5:last-child {
    width: 5px;
  }

  .desktop\:last\:w-6:last-child {
    width: 6px;
  }

  .desktop\:last\:w-8:last-child {
    width: 8px;
  }

  .desktop\:last\:w-9:last-child {
    width: 9px;
  }

  .desktop\:last\:w-10:last-child {
    width: 10px;
  }

  .desktop\:last\:w-12:last-child {
    width: 12px;
  }

  .desktop\:last\:w-13:last-child {
    width: 13px;
  }

  .desktop\:last\:w-14:last-child {
    width: 14px;
  }

  .desktop\:last\:w-15:last-child {
    width: 15px;
  }

  .desktop\:last\:w-16:last-child {
    width: 16px;
  }

  .desktop\:last\:w-17:last-child {
    width: 17px;
  }

  .desktop\:last\:w-18:last-child {
    width: 18px;
  }

  .desktop\:last\:w-20:last-child {
    width: 20px;
  }

  .desktop\:last\:w-22:last-child {
    width: 22px;
  }

  .desktop\:last\:w-24:last-child {
    width: 24px;
  }

  .desktop\:last\:w-25:last-child {
    width: 25px;
  }

  .desktop\:last\:w-28:last-child {
    width: 28px;
  }

  .desktop\:last\:w-29:last-child {
    width: 29px;
  }

  .desktop\:last\:w-30:last-child {
    width: 30px;
  }

  .desktop\:last\:w-32:last-child {
    width: 32px;
  }

  .desktop\:last\:w-35:last-child {
    width: 35px;
  }

  .desktop\:last\:w-36:last-child {
    width: 36px;
  }

  .desktop\:last\:w-37:last-child {
    width: 37px;
  }

  .desktop\:last\:w-40:last-child {
    width: 40px;
  }

  .desktop\:last\:w-45:last-child {
    width: 45px;
  }

  .desktop\:last\:w-48:last-child {
    width: 48px;
  }

  .desktop\:last\:w-50:last-child {
    width: 50px;
  }

  .desktop\:last\:w-55:last-child {
    width: 55px;
  }

  .desktop\:last\:w-56:last-child {
    width: 56px;
  }

  .desktop\:last\:w-60:last-child {
    width: 60px;
  }

  .desktop\:last\:w-62:last-child {
    width: 62px;
  }

  .desktop\:last\:w-64:last-child {
    width: 64px;
  }

  .desktop\:last\:w-65:last-child {
    width: 65px;
  }

  .desktop\:last\:w-70:last-child {
    width: 70px;
  }

  .desktop\:last\:w-75:last-child {
    width: 75px;
  }

  .desktop\:last\:w-80:last-child {
    width: 80px;
  }

  .desktop\:last\:w-85:last-child {
    width: 85px;
  }

  .desktop\:last\:w-90:last-child {
    width: 90px;
  }

  .desktop\:last\:w-95:last-child {
    width: 95px;
  }

  .desktop\:last\:w-96:last-child {
    width: 96px;
  }

  .desktop\:last\:w-100:last-child {
    width: 100px;
  }

  .desktop\:last\:w-110:last-child {
    width: 110px;
  }

  .desktop\:last\:w-115:last-child {
    width: 115px;
  }

  .desktop\:last\:w-120:last-child {
    width: 120px;
  }

  .desktop\:last\:w-128:last-child {
    width: 128px;
  }

  .desktop\:last\:w-135:last-child {
    width: 135px;
  }

  .desktop\:last\:w-140:last-child {
    width: 140px;
  }

  .desktop\:last\:w-145:last-child {
    width: 145px;
  }

  .desktop\:last\:w-150:last-child {
    width: 150px;
  }

  .desktop\:last\:w-160:last-child {
    width: 160px;
  }

  .desktop\:last\:w-165:last-child {
    width: 165px;
  }

  .desktop\:last\:w-168:last-child {
    width: 168px;
  }

  .desktop\:last\:w-170:last-child {
    width: 170px;
  }

  .desktop\:last\:w-180:last-child {
    width: 180px;
  }

  .desktop\:last\:w-200:last-child {
    width: 200px;
  }

  .desktop\:last\:w-220:last-child {
    width: 220px;
  }

  .desktop\:last\:w-230:last-child {
    width: 230px;
  }

  .desktop\:last\:w-235:last-child {
    width: 235px;
  }

  .desktop\:last\:w-240:last-child {
    width: 240px;
  }

  .desktop\:last\:w-250:last-child {
    width: 250px;
  }

  .desktop\:last\:w-300:last-child {
    width: 300px;
  }

  .desktop\:last\:w-320:last-child {
    width: 320px;
  }

  .desktop\:last\:w-350:last-child {
    width: 350px;
  }

  .desktop\:last\:w-375:last-child {
    width: 375px;
  }

  .desktop\:last\:w-400:last-child {
    width: 400px;
  }

  .desktop\:last\:w-450:last-child {
    width: 450px;
  }

  .desktop\:last\:w-700:last-child {
    width: 700px;
  }

  .desktop\:last\:w-auto:last-child {
    width: auto;
  }

  .desktop\:last\:w-px:last-child {
    width: 1px;
  }

  .desktop\:last\:w-1p:last-child {
    width: 1%;
  }

  .desktop\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .desktop\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .desktop\:last\:w-11p:last-child {
    width: 11%;
  }

  .desktop\:last\:w-20p:last-child {
    width: 20%;
  }

  .desktop\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .desktop\:last\:w-25p:last-child {
    width: 25%;
  }

  .desktop\:last\:w-32p:last-child {
    width: 32%;
  }

  .desktop\:last\:w-35p:last-child {
    width: 35%;
  }

  .desktop\:last\:w-40p:last-child {
    width: 40%;
  }

  .desktop\:last\:w-49p:last-child {
    width: 49%;
  }

  .desktop\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .desktop\:last\:w-80p:last-child {
    width: 80%;
  }

  .desktop\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .desktop\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .desktop\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .desktop\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .desktop\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .desktop\:last\:w-90p:last-child {
    width: 90%;
  }

  .desktop\:last\:w-92p:last-child {
    width: 92%;
  }

  .desktop\:last\:w-93p:last-child {
    width: 93%;
  }

  .desktop\:last\:w-94p:last-child {
    width: 94%;
  }

  .desktop\:last\:w-95p:last-child {
    width: 95%;
  }

  .desktop\:last\:w-96p:last-child {
    width: 96%;
  }

  .desktop\:last\:w-100p:last-child {
    width: 100%;
  }

  .desktop\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .desktop\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .desktop\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .desktop\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .desktop\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .desktop\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .desktop\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .desktop\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .desktop\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .desktop\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .desktop\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .desktop\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .desktop\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .desktop\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .desktop\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .desktop\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .desktop\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .desktop\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .desktop\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .desktop\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .desktop\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .desktop\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .desktop\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .desktop\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .desktop\:last\:w-full:last-child {
    width: 100%;
  }

  .desktop\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .desktop\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .desktop\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .desktop\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .desktop\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .desktop\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .desktop\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .desktop\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .desktop\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .desktop\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .desktop\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .desktop\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .desktop\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .desktop\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .desktop\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .desktop\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .desktop\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .desktop\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .desktop\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .desktop\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .desktop\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .desktop\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .desktop\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .desktop\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .desktop\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .desktop\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .desktop\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .desktop\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .desktop\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .desktop\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .desktop\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .desktop\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .desktop\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .desktop\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .desktop\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .desktop\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .desktop\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .desktop\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .desktop\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .desktop\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .desktop\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .desktop\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .desktop\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .desktop\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .desktop\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .desktop\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .desktop\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .desktop\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .desktop\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .desktop\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .desktop\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .desktop\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .desktop\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .desktop\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .desktop\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .desktop\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .desktop\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .desktop\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .desktop\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .desktop\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .desktop\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .desktop\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .desktop\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .desktop\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .desktop\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .desktop\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .desktop\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .desktop\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .desktop\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .desktop\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .desktop\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .desktop\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .desktop\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .desktop\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .desktop\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .desktop\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .desktop\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .desktop\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .desktop\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .desktop\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .desktop\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .desktop\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .desktop\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .desktop\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .desktop\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .desktop\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .desktop\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .desktop\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .desktop\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .desktop\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .desktop\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .desktop\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .desktop\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .desktop\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .desktop\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .desktop\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .desktop\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .desktop\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .desktop\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .desktop\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .desktop\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .desktop\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .desktop\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .desktop\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .desktop\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .desktop\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .desktop\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .desktop\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .desktop\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .desktop\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .desktop\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .desktop\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .desktop\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .desktop\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .desktop\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .desktop\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .desktop\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .desktop\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .desktop\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .desktop\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .desktop\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .desktop\:group-hover\:w-screen {
    width: 100vw;
  }

  .desktop\:z-0 {
    z-index: 0;
  }

  .desktop\:z-10 {
    z-index: 10;
  }

  .desktop\:z-20 {
    z-index: 20;
  }

  .desktop\:z-30 {
    z-index: 30;
  }

  .desktop\:z-40 {
    z-index: 40;
  }

  .desktop\:z-50 {
    z-index: 50;
  }

  .desktop\:z-auto {
    z-index: auto;
  }

  .desktop\:hover\:z-0:hover {
    z-index: 0;
  }

  .desktop\:hover\:z-10:hover {
    z-index: 10;
  }

  .desktop\:hover\:z-20:hover {
    z-index: 20;
  }

  .desktop\:hover\:z-30:hover {
    z-index: 30;
  }

  .desktop\:hover\:z-40:hover {
    z-index: 40;
  }

  .desktop\:hover\:z-50:hover {
    z-index: 50;
  }

  .desktop\:hover\:z-auto:hover {
    z-index: auto;
  }

  .desktop\:focus\:z-0:focus {
    z-index: 0;
  }

  .desktop\:focus\:z-10:focus {
    z-index: 10;
  }

  .desktop\:focus\:z-20:focus {
    z-index: 20;
  }

  .desktop\:focus\:z-30:focus {
    z-index: 30;
  }

  .desktop\:focus\:z-40:focus {
    z-index: 40;
  }

  .desktop\:focus\:z-50:focus {
    z-index: 50;
  }

  .desktop\:focus\:z-auto:focus {
    z-index: auto;
  }

  .desktop\:first\:z-0:first-child {
    z-index: 0;
  }

  .desktop\:first\:z-10:first-child {
    z-index: 10;
  }

  .desktop\:first\:z-20:first-child {
    z-index: 20;
  }

  .desktop\:first\:z-30:first-child {
    z-index: 30;
  }

  .desktop\:first\:z-40:first-child {
    z-index: 40;
  }

  .desktop\:first\:z-50:first-child {
    z-index: 50;
  }

  .desktop\:first\:z-auto:first-child {
    z-index: auto;
  }

  .desktop\:last\:z-0:last-child {
    z-index: 0;
  }

  .desktop\:last\:z-10:last-child {
    z-index: 10;
  }

  .desktop\:last\:z-20:last-child {
    z-index: 20;
  }

  .desktop\:last\:z-30:last-child {
    z-index: 30;
  }

  .desktop\:last\:z-40:last-child {
    z-index: 40;
  }

  .desktop\:last\:z-50:last-child {
    z-index: 50;
  }

  .desktop\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .desktop\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .desktop\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .desktop\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .desktop\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .desktop\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .desktop\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .desktop\:group-hover\:z-auto {
    z-index: auto;
  }

  .desktop\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .desktop\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .desktop\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .desktop\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .desktop\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .desktop\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .desktop\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .desktop\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .desktop\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .desktop\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .desktop\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .desktop\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .desktop\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .desktop\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .desktop\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .desktop\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .desktop\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .desktop\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .desktop\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .desktop\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .desktop\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .desktop\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .desktop\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .desktop\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .desktop\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .desktop\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .desktop\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .desktop\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .desktop\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .desktop\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .desktop\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .desktop\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .desktop\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .desktop\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .desktop\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .desktop\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .desktop\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .desktop\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .desktop\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .desktop\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .desktop\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .desktop\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .desktop\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .desktop\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .desktop\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .desktop\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .desktop\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .desktop\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .desktop\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .desktop\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .desktop\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .desktop\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .desktop\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .desktop\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .desktop\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .desktop\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .desktop\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .desktop\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .desktop\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .desktop\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .desktop\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .desktop\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .desktop\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .desktop\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .desktop\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .desktop\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .desktop\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .desktop\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .desktop\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .desktop\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .desktop\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .desktop\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .desktop\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .desktop\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .desktop\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .desktop\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .desktop\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .desktop\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .desktop\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .desktop\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .desktop\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .desktop\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .desktop\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .desktop\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .desktop\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .desktop\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .desktop\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .desktop\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .desktop\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .desktop\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .desktop\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .desktop\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .desktop\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .desktop\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .desktop\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .desktop\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .desktop\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .desktop\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .desktop\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .desktop\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .desktop\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .desktop\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .desktop\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .desktop\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .desktop\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .desktop\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .desktop\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .desktop\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .desktop\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .desktop\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .desktop\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .desktop\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .desktop\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .desktop\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .desktop\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .desktop\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .desktop\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .desktop\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .desktop\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .desktop\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .desktop\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .desktop\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .desktop\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .desktop\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .desktop\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .desktop\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .desktop\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .desktop\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .desktop\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .desktop\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .desktop\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .desktop\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .desktop\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .desktop\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .desktop\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .desktop\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .desktop\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .desktop\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .desktop\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .desktop\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .desktop\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .desktop\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .desktop\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .desktop\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .desktop\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .desktop\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .desktop\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .desktop\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .desktop\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .desktop\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .desktop\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .desktop\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .desktop\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .desktop\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .desktop\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .desktop\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .desktop\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .desktop\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .desktop\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .desktop\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .desktop\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .desktop\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .desktop\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .desktop\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .desktop\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .desktop\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .desktop\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .desktop\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .desktop\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .desktop\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .desktop\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .desktop\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .desktop\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .desktop\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .desktop\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .desktop\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .desktop\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .desktop\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .desktop\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .desktop\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .desktop\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .desktop\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .desktop\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .desktop\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .desktop\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .desktop\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .desktop\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .desktop\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .desktop\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .desktop\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .desktop\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .desktop\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .desktop\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .desktop\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .desktop\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .desktop\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .desktop\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .desktop\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .desktop\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .desktop\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .desktop\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .desktop\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .desktop\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .desktop\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .desktop\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .desktop\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .desktop\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .desktop\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .desktop\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .desktop\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .desktop\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .desktop\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .desktop\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .desktop\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .desktop\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .desktop\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .desktop\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .desktop\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .desktop\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .desktop\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .desktop\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .desktop\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .desktop\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .desktop\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .desktop\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .desktop\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .desktop\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .desktop\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .desktop\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .desktop\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .desktop\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .desktop\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .desktop\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .desktop\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .desktop\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .desktop\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .desktop\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .desktop\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .desktop\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .desktop\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .desktop\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .desktop\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .desktop\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .desktop\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .desktop\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .desktop\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .desktop\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .desktop\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .desktop\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .desktop\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .desktop\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .desktop\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .desktop\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .desktop\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .desktop\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .desktop\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .desktop\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .desktop\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .desktop\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .desktop\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .desktop\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .desktop\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .desktop\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .desktop\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .desktop\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .desktop\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .desktop\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .desktop\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .desktop\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .desktop\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .desktop\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .desktop\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .desktop\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .desktop\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .desktop\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .desktop\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .desktop\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .desktop\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .desktop\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .desktop\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .desktop\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .desktop\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .desktop\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop\:grid-flow-row {
    grid-auto-flow: row;
  }

  .desktop\:grid-flow-col {
    grid-auto-flow: column;
  }

  .desktop\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .desktop\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .desktop\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .desktop\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .desktop\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .desktop\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .desktop\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .desktop\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .desktop\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .desktop\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .desktop\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .desktop\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .desktop\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .desktop\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .desktop\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .desktop\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .desktop\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .desktop\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .desktop\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .desktop\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .desktop\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .desktop\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .desktop\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .desktop\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .desktop\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .desktop\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .desktop\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .desktop\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .desktop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .desktop\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .desktop\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .desktop\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .desktop\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .desktop\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .desktop\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .desktop\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .desktop\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .desktop\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .desktop\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .desktop\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .desktop\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .desktop\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .desktop\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .desktop\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .desktop\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop\:col-auto {
    grid-column: auto;
  }

  .desktop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .desktop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .desktop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .desktop\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .desktop\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .desktop\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .desktop\:col-span-full {
    grid-column: 1 / -1;
  }

  .desktop\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .desktop\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .desktop\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .desktop\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .desktop\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .desktop\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .desktop\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .desktop\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .desktop\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .desktop\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .desktop\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .desktop\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .desktop\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .desktop\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .desktop\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .desktop\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .desktop\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .desktop\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .desktop\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .desktop\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .desktop\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .desktop\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .desktop\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .desktop\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .desktop\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .desktop\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .desktop\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .desktop\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .desktop\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .desktop\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .desktop\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .desktop\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .desktop\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .desktop\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .desktop\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .desktop\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .desktop\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .desktop\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .desktop\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .desktop\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .desktop\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .desktop\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .desktop\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .desktop\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .desktop\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .desktop\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .desktop\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .desktop\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .desktop\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .desktop\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .desktop\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .desktop\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .desktop\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .desktop\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .desktop\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .desktop\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .desktop\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .desktop\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .desktop\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .desktop\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .desktop\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .desktop\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .desktop\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .desktop\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .desktop\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .desktop\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .desktop\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .desktop\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .desktop\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .desktop\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .desktop\:col-start-1 {
    grid-column-start: 1;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2;
  }

  .desktop\:col-start-3 {
    grid-column-start: 3;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4;
  }

  .desktop\:col-start-5 {
    grid-column-start: 5;
  }

  .desktop\:col-start-6 {
    grid-column-start: 6;
  }

  .desktop\:col-start-7 {
    grid-column-start: 7;
  }

  .desktop\:col-start-8 {
    grid-column-start: 8;
  }

  .desktop\:col-start-9 {
    grid-column-start: 9;
  }

  .desktop\:col-start-10 {
    grid-column-start: 10;
  }

  .desktop\:col-start-11 {
    grid-column-start: 11;
  }

  .desktop\:col-start-12 {
    grid-column-start: 12;
  }

  .desktop\:col-start-13 {
    grid-column-start: 13;
  }

  .desktop\:col-start-auto {
    grid-column-start: auto;
  }

  .desktop\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .desktop\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .desktop\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .desktop\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .desktop\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .desktop\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .desktop\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .desktop\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .desktop\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .desktop\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .desktop\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .desktop\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .desktop\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .desktop\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .desktop\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .desktop\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .desktop\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .desktop\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .desktop\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .desktop\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .desktop\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .desktop\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .desktop\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .desktop\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .desktop\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .desktop\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .desktop\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .desktop\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .desktop\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .desktop\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .desktop\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .desktop\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .desktop\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .desktop\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .desktop\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .desktop\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .desktop\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .desktop\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .desktop\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .desktop\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .desktop\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .desktop\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .desktop\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .desktop\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .desktop\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .desktop\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .desktop\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .desktop\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .desktop\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .desktop\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .desktop\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .desktop\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .desktop\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .desktop\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .desktop\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .desktop\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .desktop\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .desktop\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .desktop\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .desktop\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .desktop\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .desktop\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .desktop\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .desktop\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .desktop\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .desktop\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .desktop\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .desktop\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .desktop\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .desktop\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .desktop\:col-end-1 {
    grid-column-end: 1;
  }

  .desktop\:col-end-2 {
    grid-column-end: 2;
  }

  .desktop\:col-end-3 {
    grid-column-end: 3;
  }

  .desktop\:col-end-4 {
    grid-column-end: 4;
  }

  .desktop\:col-end-5 {
    grid-column-end: 5;
  }

  .desktop\:col-end-6 {
    grid-column-end: 6;
  }

  .desktop\:col-end-7 {
    grid-column-end: 7;
  }

  .desktop\:col-end-8 {
    grid-column-end: 8;
  }

  .desktop\:col-end-9 {
    grid-column-end: 9;
  }

  .desktop\:col-end-10 {
    grid-column-end: 10;
  }

  .desktop\:col-end-11 {
    grid-column-end: 11;
  }

  .desktop\:col-end-12 {
    grid-column-end: 12;
  }

  .desktop\:col-end-13 {
    grid-column-end: 13;
  }

  .desktop\:col-end-auto {
    grid-column-end: auto;
  }

  .desktop\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .desktop\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .desktop\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .desktop\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .desktop\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .desktop\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .desktop\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .desktop\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .desktop\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .desktop\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .desktop\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .desktop\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .desktop\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .desktop\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .desktop\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .desktop\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .desktop\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .desktop\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .desktop\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .desktop\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .desktop\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .desktop\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .desktop\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .desktop\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .desktop\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .desktop\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .desktop\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .desktop\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .desktop\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .desktop\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .desktop\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .desktop\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .desktop\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .desktop\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .desktop\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .desktop\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .desktop\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .desktop\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .desktop\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .desktop\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .desktop\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .desktop\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .desktop\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .desktop\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .desktop\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .desktop\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .desktop\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .desktop\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .desktop\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .desktop\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .desktop\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .desktop\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .desktop\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .desktop\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .desktop\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .desktop\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .desktop\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .desktop\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .desktop\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .desktop\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .desktop\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .desktop\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .desktop\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .desktop\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .desktop\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .desktop\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .desktop\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .desktop\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .desktop\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .desktop\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .desktop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:grid-rows-none {
    grid-template-rows: none;
  }

  .desktop\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .desktop\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .desktop\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .desktop\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .desktop\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .desktop\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .desktop\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .desktop\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .desktop\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .desktop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .desktop\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .desktop\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .desktop\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .desktop\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .desktop\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .desktop\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .desktop\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .desktop\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .desktop\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .desktop\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .desktop\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .desktop\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .desktop\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .desktop\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .desktop\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .desktop\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop\:row-auto {
    grid-row: auto;
  }

  .desktop\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .desktop\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .desktop\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .desktop\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .desktop\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .desktop\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .desktop\:row-span-full {
    grid-row: 1 / -1;
  }

  .desktop\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .desktop\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .desktop\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .desktop\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .desktop\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .desktop\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .desktop\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .desktop\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .desktop\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .desktop\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .desktop\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .desktop\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .desktop\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .desktop\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .desktop\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .desktop\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .desktop\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .desktop\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .desktop\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .desktop\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .desktop\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .desktop\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .desktop\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .desktop\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .desktop\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .desktop\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .desktop\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .desktop\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .desktop\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .desktop\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .desktop\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .desktop\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .desktop\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .desktop\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .desktop\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .desktop\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .desktop\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .desktop\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .desktop\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .desktop\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .desktop\:row-start-1 {
    grid-row-start: 1;
  }

  .desktop\:row-start-2 {
    grid-row-start: 2;
  }

  .desktop\:row-start-3 {
    grid-row-start: 3;
  }

  .desktop\:row-start-4 {
    grid-row-start: 4;
  }

  .desktop\:row-start-5 {
    grid-row-start: 5;
  }

  .desktop\:row-start-6 {
    grid-row-start: 6;
  }

  .desktop\:row-start-7 {
    grid-row-start: 7;
  }

  .desktop\:row-start-auto {
    grid-row-start: auto;
  }

  .desktop\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .desktop\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .desktop\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .desktop\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .desktop\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .desktop\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .desktop\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .desktop\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .desktop\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .desktop\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .desktop\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .desktop\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .desktop\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .desktop\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .desktop\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .desktop\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .desktop\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .desktop\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .desktop\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .desktop\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .desktop\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .desktop\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .desktop\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .desktop\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .desktop\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .desktop\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .desktop\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .desktop\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .desktop\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .desktop\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .desktop\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .desktop\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .desktop\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .desktop\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .desktop\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .desktop\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .desktop\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .desktop\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .desktop\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .desktop\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .desktop\:row-end-1 {
    grid-row-end: 1;
  }

  .desktop\:row-end-2 {
    grid-row-end: 2;
  }

  .desktop\:row-end-3 {
    grid-row-end: 3;
  }

  .desktop\:row-end-4 {
    grid-row-end: 4;
  }

  .desktop\:row-end-5 {
    grid-row-end: 5;
  }

  .desktop\:row-end-6 {
    grid-row-end: 6;
  }

  .desktop\:row-end-7 {
    grid-row-end: 7;
  }

  .desktop\:row-end-auto {
    grid-row-end: auto;
  }

  .desktop\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .desktop\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .desktop\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .desktop\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .desktop\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .desktop\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .desktop\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .desktop\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .desktop\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .desktop\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .desktop\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .desktop\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .desktop\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .desktop\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .desktop\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .desktop\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .desktop\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .desktop\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .desktop\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .desktop\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .desktop\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .desktop\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .desktop\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .desktop\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .desktop\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .desktop\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .desktop\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .desktop\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .desktop\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .desktop\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .desktop\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .desktop\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .desktop\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .desktop\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .desktop\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .desktop\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .desktop\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .desktop\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .desktop\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .desktop\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .desktop\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop\:transform-none {
    transform: none;
  }

  .desktop\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop\:hover\:transform-none:hover {
    transform: none;
  }

  .desktop\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop\:focus\:transform-none:focus {
    transform: none;
  }

  .desktop\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop\:first\:transform-none:first-child {
    transform: none;
  }

  .desktop\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .desktop\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .desktop\:group-hover\:transform-none {
    transform: none;
  }

  .desktop\:origin-center {
    transform-origin: center;
  }

  .desktop\:origin-top {
    transform-origin: top;
  }

  .desktop\:origin-top-right {
    transform-origin: top right;
  }

  .desktop\:origin-right {
    transform-origin: right;
  }

  .desktop\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .desktop\:origin-bottom {
    transform-origin: bottom;
  }

  .desktop\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .desktop\:origin-left {
    transform-origin: left;
  }

  .desktop\:origin-top-left {
    transform-origin: top left;
  }

  .desktop\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .desktop\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .desktop\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .desktop\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .desktop\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .desktop\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .desktop\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .desktop\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .desktop\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .desktop\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .desktop\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .desktop\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .desktop\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .desktop\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .desktop\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .desktop\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .desktop\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .desktop\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .desktop\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .desktop\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .desktop\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .desktop\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .desktop\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .desktop\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .desktop\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .desktop\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .desktop\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .desktop\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .desktop\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .desktop\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .desktop\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .desktop\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .desktop\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .desktop\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .desktop\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .desktop\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .desktop\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .desktop\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .desktop\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .desktop\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .desktop\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .desktop\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .desktop\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .desktop\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .desktop\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .desktop\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .desktop\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .desktop\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .desktop\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .desktop\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .desktop\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .desktop\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .desktop\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .desktop\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .desktop\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .desktop\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .desktop\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .desktop\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .desktop\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .desktop\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .desktop\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .desktop\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .desktop\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .desktop\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .desktop\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .desktop\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .desktop\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .desktop\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .desktop\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .desktop\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .desktop\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .desktop\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .desktop\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .desktop\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .desktop\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .desktop\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .desktop\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .desktop\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .desktop\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .desktop\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .desktop\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .desktop\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .desktop\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .desktop\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .desktop\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .desktop\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .desktop\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .desktop\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .desktop\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .desktop\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .desktop\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .desktop\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .desktop\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .desktop\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .desktop\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .desktop\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .desktop\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .desktop\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .desktop\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .desktop\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .desktop\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .desktop\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .desktop\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .desktop\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .desktop\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .desktop\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .desktop\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .desktop\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .desktop\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .desktop\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .desktop\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .desktop\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .desktop\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .desktop\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .desktop\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .desktop\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .desktop\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .desktop\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .desktop\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .desktop\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .desktop\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .desktop\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .desktop\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .desktop\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .desktop\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .desktop\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .desktop\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .desktop\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .desktop\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .desktop\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .desktop\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .desktop\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .desktop\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .desktop\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .desktop\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .desktop\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .desktop\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .desktop\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .desktop\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .desktop\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .desktop\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .desktop\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .desktop\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .desktop\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .desktop\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .desktop\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .desktop\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .desktop\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .desktop\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .desktop\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .desktop\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .desktop\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .desktop\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .desktop\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .desktop\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .desktop\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .desktop\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .desktop\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .desktop\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .desktop\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .desktop\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .desktop\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .desktop\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .desktop\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .desktop\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .desktop\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .desktop\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .desktop\:rotate-0 {
    --transform-rotate: 0;
  }

  .desktop\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .desktop\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .desktop\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .desktop\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .desktop\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .desktop\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .desktop\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .desktop\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .desktop\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .desktop\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .desktop\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .desktop\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .desktop\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .desktop\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .desktop\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .desktop\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .desktop\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .desktop\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .desktop\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .desktop\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .desktop\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .desktop\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .desktop\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .desktop\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .desktop\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .desktop\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .desktop\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .desktop\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .desktop\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .desktop\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .desktop\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .desktop\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .desktop\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .desktop\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .desktop\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .desktop\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .desktop\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .desktop\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .desktop\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .desktop\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .desktop\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .desktop\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .desktop\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .desktop\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .desktop\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .desktop\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .desktop\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .desktop\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .desktop\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .desktop\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .desktop\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .desktop\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .desktop\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .desktop\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .desktop\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .desktop\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .desktop\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .desktop\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .desktop\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .desktop\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .desktop\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .desktop\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .desktop\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .desktop\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .desktop\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .desktop\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .desktop\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .desktop\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .desktop\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .desktop\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .desktop\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .desktop\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .desktop\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .desktop\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .desktop\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .desktop\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .desktop\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .desktop\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .desktop\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .desktop\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .desktop\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .desktop\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .desktop\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .desktop\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .desktop\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .desktop\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .desktop\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .desktop\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .desktop\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .desktop\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .desktop\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .desktop\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .desktop\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .desktop\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .desktop\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .desktop\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .desktop\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .desktop\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .desktop\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .desktop\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .desktop\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .desktop\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .desktop\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .desktop\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .desktop\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .desktop\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .desktop\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .desktop\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .desktop\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .desktop\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .desktop\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .desktop\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .desktop\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .desktop\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .desktop\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .desktop\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .desktop\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .desktop\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .desktop\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .desktop\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .desktop\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .desktop\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .desktop\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .desktop\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .desktop\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .desktop\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .desktop\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .desktop\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .desktop\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .desktop\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .desktop\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .desktop\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .desktop\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .desktop\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .desktop\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .desktop\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .desktop\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .desktop\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .desktop\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .desktop\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .desktop\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .desktop\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .desktop\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .desktop\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .desktop\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .desktop\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .desktop\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .desktop\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .desktop\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .desktop\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .desktop\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .desktop\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .desktop\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .desktop\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .desktop\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .desktop\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .desktop\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .desktop\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .desktop\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .desktop\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .desktop\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .desktop\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .desktop\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .desktop\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .desktop\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .desktop\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .desktop\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .desktop\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .desktop\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .desktop\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .desktop\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .desktop\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .desktop\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .desktop\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .desktop\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .desktop\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .desktop\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .desktop\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .desktop\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .desktop\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .desktop\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .desktop\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .desktop\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .desktop\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .desktop\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .desktop\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .desktop\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .desktop\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .desktop\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .desktop\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .desktop\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .desktop\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .desktop\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .desktop\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .desktop\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .desktop\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .desktop\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .desktop\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .desktop\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .desktop\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .desktop\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .desktop\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .desktop\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .desktop\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .desktop\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .desktop\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .desktop\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .desktop\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .desktop\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .desktop\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .desktop\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .desktop\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .desktop\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .desktop\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .desktop\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .desktop\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .desktop\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .desktop\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .desktop\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .desktop\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .desktop\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .desktop\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .desktop\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .desktop\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .desktop\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .desktop\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .desktop\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .desktop\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .desktop\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .desktop\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .desktop\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .desktop\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .desktop\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .desktop\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .desktop\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .desktop\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .desktop\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .desktop\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .desktop\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .desktop\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .desktop\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .desktop\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .desktop\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .desktop\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .desktop\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .desktop\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .desktop\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .desktop\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .desktop\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .desktop\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .desktop\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .desktop\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .desktop\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .desktop\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .desktop\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .desktop\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .desktop\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .desktop\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .desktop\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .desktop\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .desktop\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .desktop\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .desktop\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .desktop\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .desktop\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .desktop\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .desktop\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .desktop\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .desktop\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .desktop\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .desktop\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .desktop\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .desktop\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .desktop\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .desktop\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .desktop\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .desktop\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .desktop\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .desktop\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .desktop\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .desktop\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .desktop\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .desktop\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .desktop\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .desktop\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .desktop\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .desktop\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .desktop\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .desktop\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .desktop\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .desktop\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .desktop\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .desktop\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .desktop\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .desktop\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .desktop\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .desktop\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .desktop\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .desktop\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .desktop\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .desktop\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .desktop\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .desktop\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .desktop\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .desktop\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .desktop\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .desktop\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .desktop\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .desktop\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .desktop\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .desktop\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .desktop\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .desktop\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .desktop\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .desktop\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .desktop\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .desktop\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .desktop\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .desktop\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .desktop\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .desktop\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .desktop\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .desktop\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .desktop\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .desktop\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .desktop\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .desktop\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .desktop\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .desktop\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .desktop\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .desktop\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .desktop\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .desktop\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .desktop\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .desktop\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .desktop\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .desktop\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .desktop\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .desktop\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .desktop\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .desktop\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .desktop\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .desktop\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .desktop\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .desktop\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .desktop\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .desktop\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .desktop\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .desktop\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .desktop\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .desktop\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .desktop\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .desktop\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .desktop\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .desktop\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .desktop\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .desktop\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .desktop\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .desktop\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .desktop\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .desktop\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .desktop\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .desktop\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .desktop\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .desktop\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .desktop\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .desktop\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .desktop\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .desktop\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .desktop\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .desktop\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .desktop\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .desktop\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .desktop\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .desktop\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .desktop\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .desktop\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .desktop\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .desktop\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .desktop\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .desktop\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .desktop\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .desktop\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .desktop\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .desktop\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .desktop\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .desktop\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .desktop\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .desktop\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .desktop\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .desktop\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .desktop\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .desktop\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .desktop\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .desktop\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .desktop\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .desktop\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .desktop\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .desktop\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .desktop\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .desktop\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .desktop\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .desktop\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .desktop\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .desktop\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .desktop\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .desktop\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .desktop\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .desktop\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .desktop\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .desktop\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .desktop\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .desktop\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .desktop\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .desktop\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .desktop\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .desktop\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .desktop\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .desktop\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .desktop\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .desktop\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .desktop\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .desktop\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .desktop\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .desktop\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .desktop\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .desktop\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .desktop\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .desktop\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .desktop\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .desktop\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .desktop\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .desktop\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .desktop\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .desktop\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .desktop\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .desktop\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .desktop\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .desktop\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .desktop\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .desktop\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .desktop\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .desktop\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .desktop\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .desktop\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .desktop\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .desktop\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .desktop\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .desktop\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .desktop\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .desktop\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .desktop\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .desktop\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .desktop\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .desktop\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .desktop\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .desktop\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .desktop\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .desktop\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .desktop\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .desktop\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .desktop\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .desktop\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .desktop\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .desktop\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .desktop\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .desktop\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .desktop\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .desktop\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .desktop\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .desktop\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .desktop\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .desktop\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .desktop\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .desktop\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .desktop\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .desktop\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .desktop\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .desktop\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .desktop\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .desktop\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .desktop\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .desktop\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .desktop\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .desktop\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .desktop\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .desktop\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .desktop\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .desktop\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .desktop\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .desktop\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .desktop\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .desktop\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .desktop\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .desktop\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .desktop\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .desktop\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .desktop\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .desktop\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .desktop\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .desktop\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .desktop\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .desktop\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .desktop\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .desktop\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .desktop\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .desktop\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .desktop\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .desktop\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .desktop\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .desktop\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .desktop\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .desktop\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .desktop\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .desktop\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .desktop\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .desktop\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .desktop\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .desktop\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .desktop\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .desktop\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .desktop\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .desktop\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .desktop\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .desktop\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .desktop\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .desktop\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .desktop\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .desktop\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .desktop\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .desktop\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .desktop\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .desktop\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .desktop\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .desktop\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .desktop\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .desktop\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .desktop\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .desktop\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .desktop\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .desktop\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .desktop\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .desktop\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .desktop\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .desktop\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .desktop\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .desktop\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .desktop\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .desktop\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .desktop\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .desktop\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .desktop\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .desktop\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .desktop\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .desktop\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .desktop\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .desktop\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .desktop\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .desktop\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .desktop\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .desktop\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .desktop\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .desktop\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .desktop\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .desktop\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .desktop\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .desktop\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .desktop\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .desktop\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .desktop\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .desktop\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .desktop\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .desktop\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .desktop\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .desktop\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .desktop\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .desktop\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .desktop\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .desktop\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .desktop\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .desktop\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .desktop\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .desktop\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .desktop\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .desktop\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .desktop\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .desktop\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .desktop\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .desktop\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .desktop\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .desktop\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .desktop\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .desktop\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .desktop\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .desktop\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .desktop\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .desktop\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .desktop\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .desktop\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .desktop\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .desktop\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .desktop\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .desktop\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .desktop\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .desktop\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .desktop\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .desktop\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .desktop\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .desktop\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .desktop\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .desktop\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .desktop\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .desktop\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .desktop\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .desktop\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .desktop\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .desktop\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .desktop\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .desktop\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .desktop\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .desktop\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .desktop\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .desktop\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .desktop\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .desktop\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .desktop\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .desktop\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .desktop\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .desktop\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .desktop\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .desktop\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .desktop\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .desktop\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .desktop\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .desktop\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .desktop\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .desktop\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .desktop\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .desktop\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .desktop\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .desktop\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .desktop\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .desktop\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .desktop\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .desktop\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .desktop\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .desktop\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .desktop\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .desktop\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .desktop\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .desktop\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .desktop\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .desktop\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .desktop\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .desktop\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .desktop\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .desktop\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .desktop\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .desktop\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .desktop\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .desktop\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .desktop\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .desktop\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .desktop\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .desktop\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .desktop\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .desktop\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .desktop\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .desktop\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .desktop\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .desktop\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .desktop\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .desktop\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .desktop\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .desktop\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .desktop\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .desktop\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .desktop\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .desktop\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .desktop\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .desktop\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .desktop\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .desktop\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .desktop\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .desktop\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .desktop\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .desktop\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .desktop\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .desktop\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .desktop\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .desktop\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .desktop\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .desktop\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .desktop\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .desktop\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .desktop\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .desktop\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .desktop\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .desktop\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .desktop\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .desktop\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .desktop\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .desktop\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .desktop\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .desktop\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .desktop\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .desktop\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .desktop\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .desktop\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .desktop\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .desktop\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .desktop\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .desktop\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .desktop\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .desktop\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .desktop\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .desktop\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .desktop\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .desktop\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .desktop\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .desktop\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .desktop\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .desktop\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .desktop\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .desktop\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .desktop\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .desktop\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .desktop\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .desktop\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .desktop\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .desktop\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .desktop\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .desktop\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .desktop\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .desktop\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .desktop\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .desktop\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .desktop\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .desktop\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .desktop\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .desktop\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .desktop\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .desktop\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .desktop\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .desktop\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .desktop\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .desktop\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .desktop\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .desktop\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .desktop\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .desktop\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .desktop\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .desktop\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .desktop\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .desktop\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .desktop\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .desktop\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .desktop\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .desktop\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .desktop\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .desktop\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .desktop\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .desktop\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .desktop\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .desktop\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .desktop\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .desktop\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .desktop\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .desktop\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .desktop\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .desktop\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .desktop\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .desktop\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .desktop\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .desktop\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .desktop\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .desktop\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .desktop\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .desktop\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .desktop\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .desktop\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .desktop\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .desktop\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .desktop\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .desktop\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .desktop\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .desktop\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .desktop\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .desktop\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .desktop\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .desktop\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .desktop\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .desktop\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .desktop\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .desktop\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .desktop\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .desktop\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .desktop\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .desktop\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .desktop\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .desktop\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .desktop\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .desktop\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .desktop\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .desktop\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .desktop\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .desktop\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .desktop\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .desktop\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .desktop\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .desktop\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .desktop\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .desktop\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .desktop\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .desktop\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .desktop\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .desktop\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .desktop\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .desktop\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .desktop\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .desktop\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .desktop\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .desktop\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .desktop\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .desktop\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .desktop\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .desktop\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .desktop\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .desktop\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .desktop\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .desktop\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .desktop\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .desktop\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .desktop\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .desktop\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .desktop\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .desktop\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .desktop\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .desktop\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .desktop\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .desktop\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .desktop\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .desktop\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .desktop\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .desktop\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .desktop\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .desktop\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .desktop\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .desktop\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .desktop\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .desktop\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .desktop\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .desktop\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .desktop\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .desktop\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .desktop\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .desktop\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .desktop\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .desktop\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .desktop\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .desktop\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .desktop\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .desktop\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .desktop\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .desktop\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .desktop\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .desktop\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .desktop\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .desktop\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .desktop\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .desktop\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .desktop\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .desktop\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .desktop\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .desktop\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .desktop\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .desktop\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .desktop\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .desktop\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .desktop\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .desktop\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .desktop\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .desktop\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .desktop\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .desktop\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .desktop\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .desktop\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .desktop\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .desktop\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .desktop\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .desktop\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .desktop\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .desktop\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .desktop\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .desktop\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .desktop\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .desktop\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .desktop\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .desktop\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .desktop\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .desktop\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .desktop\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .desktop\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .desktop\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .desktop\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .desktop\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .desktop\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .desktop\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .desktop\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .desktop\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .desktop\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .desktop\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .desktop\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .desktop\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .desktop\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .desktop\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .desktop\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .desktop\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .desktop\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .desktop\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .desktop\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .desktop\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .desktop\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .desktop\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .desktop\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .desktop\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .desktop\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .desktop\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .desktop\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .desktop\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .desktop\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .desktop\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .desktop\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .desktop\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .desktop\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .desktop\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .desktop\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .desktop\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .desktop\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .desktop\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .desktop\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .desktop\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .desktop\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .desktop\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .desktop\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .desktop\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .desktop\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .desktop\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .desktop\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .desktop\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .desktop\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .desktop\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .desktop\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .desktop\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .desktop\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .desktop\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .desktop\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .desktop\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .desktop\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .desktop\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .desktop\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .desktop\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .desktop\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .desktop\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .desktop\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .desktop\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .desktop\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .desktop\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .desktop\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .desktop\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .desktop\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .desktop\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .desktop\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .desktop\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .desktop\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .desktop\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .desktop\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .desktop\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .desktop\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .desktop\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .desktop\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .desktop\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .desktop\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .desktop\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .desktop\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .desktop\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .desktop\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .desktop\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .desktop\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .desktop\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .desktop\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .desktop\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .desktop\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .desktop\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .desktop\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .desktop\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .desktop\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .desktop\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .desktop\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .desktop\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .desktop\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .desktop\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .desktop\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .desktop\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .desktop\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .desktop\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .desktop\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .desktop\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .desktop\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .desktop\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .desktop\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .desktop\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .desktop\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .desktop\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .desktop\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .desktop\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .desktop\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .desktop\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .desktop\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .desktop\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .desktop\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .desktop\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .desktop\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .desktop\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .desktop\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .desktop\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .desktop\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .desktop\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .desktop\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .desktop\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .desktop\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .desktop\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .desktop\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .desktop\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .desktop\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .desktop\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .desktop\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .desktop\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .desktop\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .desktop\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .desktop\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .desktop\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .desktop\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .desktop\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .desktop\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .desktop\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .desktop\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .desktop\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .desktop\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .desktop\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .desktop\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .desktop\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .desktop\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .desktop\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .desktop\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .desktop\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .desktop\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .desktop\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .desktop\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .desktop\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .desktop\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .desktop\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .desktop\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .desktop\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .desktop\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .desktop\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .desktop\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .desktop\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .desktop\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .desktop\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .desktop\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .desktop\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .desktop\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .desktop\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .desktop\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .desktop\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .desktop\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .desktop\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .desktop\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .desktop\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .desktop\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .desktop\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .desktop\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .desktop\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .desktop\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .desktop\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .desktop\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .desktop\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .desktop\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .desktop\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .desktop\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .desktop\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .desktop\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .desktop\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .desktop\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .desktop\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .desktop\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .desktop\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .desktop\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .desktop\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .desktop\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .desktop\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .desktop\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .desktop\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .desktop\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .desktop\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .desktop\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .desktop\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .desktop\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .desktop\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .desktop\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .desktop\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .desktop\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .desktop\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .desktop\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .desktop\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .desktop\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .desktop\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .desktop\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .desktop\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .desktop\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .desktop\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .desktop\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .desktop\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .desktop\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .desktop\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .desktop\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .desktop\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .desktop\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .desktop\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .desktop\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .desktop\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .desktop\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .desktop\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .desktop\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .desktop\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .desktop\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .desktop\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .desktop\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .desktop\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .desktop\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .desktop\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .desktop\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .desktop\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .desktop\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .desktop\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .desktop\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .desktop\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .desktop\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .desktop\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .desktop\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .desktop\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .desktop\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .desktop\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .desktop\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .desktop\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .desktop\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .desktop\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .desktop\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .desktop\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .desktop\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .desktop\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .desktop\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .desktop\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .desktop\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .desktop\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .desktop\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .desktop\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .desktop\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .desktop\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .desktop\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .desktop\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .desktop\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .desktop\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .desktop\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .desktop\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .desktop\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .desktop\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .desktop\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .desktop\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .desktop\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .desktop\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .desktop\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .desktop\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .desktop\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .desktop\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .desktop\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .desktop\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .desktop\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .desktop\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .desktop\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .desktop\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .desktop\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .desktop\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .desktop\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .desktop\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .desktop\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .desktop\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .desktop\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .desktop\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .desktop\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .desktop\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .desktop\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .desktop\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .desktop\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .desktop\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .desktop\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .desktop\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .desktop\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .desktop\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .desktop\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .desktop\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .desktop\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .desktop\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .desktop\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .desktop\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .desktop\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .desktop\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .desktop\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .desktop\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .desktop\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .desktop\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .desktop\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .desktop\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .desktop\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .desktop\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .desktop\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .desktop\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .desktop\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .desktop\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .desktop\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .desktop\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .desktop\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .desktop\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .desktop\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .desktop\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .desktop\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .desktop\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .desktop\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .desktop\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .desktop\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .desktop\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .desktop\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .desktop\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .desktop\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .desktop\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .desktop\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .desktop\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .desktop\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .desktop\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .desktop\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .desktop\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .desktop\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .desktop\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .desktop\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .desktop\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .desktop\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .desktop\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .desktop\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .desktop\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .desktop\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .desktop\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .desktop\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .desktop\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .desktop\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .desktop\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .desktop\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .desktop\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .desktop\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .desktop\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .desktop\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .desktop\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .desktop\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .desktop\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .desktop\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .desktop\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .desktop\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .desktop\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .desktop\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .desktop\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .desktop\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .desktop\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .desktop\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .desktop\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .desktop\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .desktop\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .desktop\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .desktop\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .desktop\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .desktop\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .desktop\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .desktop\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .desktop\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .desktop\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .desktop\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .desktop\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .desktop\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .desktop\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .desktop\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .desktop\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .desktop\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .desktop\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .desktop\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .desktop\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .desktop\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .desktop\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .desktop\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .desktop\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .desktop\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .desktop\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .desktop\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .desktop\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .desktop\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .desktop\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .desktop\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .desktop\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .desktop\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .desktop\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .desktop\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .desktop\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .desktop\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .desktop\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .desktop\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .desktop\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .desktop\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .desktop\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .desktop\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .desktop\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .desktop\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .desktop\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .desktop\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .desktop\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .desktop\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .desktop\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .desktop\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .desktop\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .desktop\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .desktop\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .desktop\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .desktop\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .desktop\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .desktop\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .desktop\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .desktop\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .desktop\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .desktop\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .desktop\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .desktop\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .desktop\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .desktop\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .desktop\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .desktop\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .desktop\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .desktop\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .desktop\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .desktop\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .desktop\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .desktop\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .desktop\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .desktop\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .desktop\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .desktop\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .desktop\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .desktop\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .desktop\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .desktop\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .desktop\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .desktop\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .desktop\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .desktop\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .desktop\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .desktop\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .desktop\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .desktop\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .desktop\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .desktop\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .desktop\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .desktop\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .desktop\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .desktop\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .desktop\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .desktop\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .desktop\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .desktop\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .desktop\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .desktop\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .desktop\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .desktop\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .desktop\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .desktop\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .desktop\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .desktop\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .desktop\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .desktop\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .desktop\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .desktop\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .desktop\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .desktop\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .desktop\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .desktop\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .desktop\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .desktop\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .desktop\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .desktop\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .desktop\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .desktop\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .desktop\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .desktop\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .desktop\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .desktop\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .desktop\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .desktop\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .desktop\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .desktop\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .desktop\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .desktop\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .desktop\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .desktop\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .desktop\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .desktop\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .desktop\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .desktop\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .desktop\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .desktop\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .desktop\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .desktop\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .desktop\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .desktop\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .desktop\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .desktop\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .desktop\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .desktop\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .desktop\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .desktop\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .desktop\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .desktop\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .desktop\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .desktop\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .desktop\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .desktop\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .desktop\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .desktop\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .desktop\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .desktop\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .desktop\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .desktop\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .desktop\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .desktop\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .desktop\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .desktop\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .desktop\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .desktop\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .desktop\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .desktop\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .desktop\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .desktop\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .desktop\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .desktop\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .desktop\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .desktop\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .desktop\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .desktop\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .desktop\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .desktop\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .desktop\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .desktop\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .desktop\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .desktop\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .desktop\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .desktop\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .desktop\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .desktop\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .desktop\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .desktop\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .desktop\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .desktop\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .desktop\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .desktop\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .desktop\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .desktop\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .desktop\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .desktop\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .desktop\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .desktop\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .desktop\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .desktop\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .desktop\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .desktop\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .desktop\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .desktop\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .desktop\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .desktop\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .desktop\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .desktop\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .desktop\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .desktop\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .desktop\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .desktop\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .desktop\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .desktop\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .desktop\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .desktop\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .desktop\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .desktop\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .desktop\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .desktop\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .desktop\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .desktop\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .desktop\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .desktop\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .desktop\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .desktop\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .desktop\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .desktop\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .desktop\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .desktop\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .desktop\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .desktop\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .desktop\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .desktop\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .desktop\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .desktop\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .desktop\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .desktop\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .desktop\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .desktop\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .desktop\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .desktop\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .desktop\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .desktop\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .desktop\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .desktop\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .desktop\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .desktop\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .desktop\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .desktop\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .desktop\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .desktop\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .desktop\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .desktop\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .desktop\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .desktop\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .desktop\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .desktop\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .desktop\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .desktop\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .desktop\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .desktop\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .desktop\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .desktop\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .desktop\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .desktop\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .desktop\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .desktop\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .desktop\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .desktop\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .desktop\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .desktop\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .desktop\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .desktop\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .desktop\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .desktop\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .desktop\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .desktop\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .desktop\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .desktop\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .desktop\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .desktop\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .desktop\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .desktop\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .desktop\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .desktop\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .desktop\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .desktop\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .desktop\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .desktop\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .desktop\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .desktop\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .desktop\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .desktop\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .desktop\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .desktop\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .desktop\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .desktop\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .desktop\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .desktop\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .desktop\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .desktop\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .desktop\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .desktop\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .desktop\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .desktop\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .desktop\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .desktop\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .desktop\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .desktop\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .desktop\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .desktop\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .desktop\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .desktop\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .desktop\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .desktop\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .desktop\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .desktop\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .desktop\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .desktop\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .desktop\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .desktop\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .desktop\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .desktop\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .desktop\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .desktop\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .desktop\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .desktop\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .desktop\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .desktop\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .desktop\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .desktop\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .desktop\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .desktop\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .desktop\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .desktop\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .desktop\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .desktop\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .desktop\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .desktop\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .desktop\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .desktop\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .desktop\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .desktop\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .desktop\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .desktop\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .desktop\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .desktop\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .desktop\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .desktop\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .desktop\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .desktop\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .desktop\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .desktop\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .desktop\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .desktop\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .desktop\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .desktop\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .desktop\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .desktop\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .desktop\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .desktop\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .desktop\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .desktop\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .desktop\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .desktop\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .desktop\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .desktop\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .desktop\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .desktop\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .desktop\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .desktop\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .desktop\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .desktop\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .desktop\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .desktop\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .desktop\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .desktop\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .desktop\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .desktop\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .desktop\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .desktop\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .desktop\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .desktop\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .desktop\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .desktop\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .desktop\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .desktop\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .desktop\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .desktop\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .desktop\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .desktop\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .desktop\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .desktop\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .desktop\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .desktop\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .desktop\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .desktop\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .desktop\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .desktop\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .desktop\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .desktop\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .desktop\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .desktop\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .desktop\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .desktop\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .desktop\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .desktop\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .desktop\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .desktop\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .desktop\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .desktop\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .desktop\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .desktop\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .desktop\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .desktop\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .desktop\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .desktop\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .desktop\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .desktop\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .desktop\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .desktop\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .desktop\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .desktop\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .desktop\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .desktop\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .desktop\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .desktop\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .desktop\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .desktop\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .desktop\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .desktop\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .desktop\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .desktop\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .desktop\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .desktop\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .desktop\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .desktop\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .desktop\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .desktop\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .desktop\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .desktop\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .desktop\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .desktop\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .desktop\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .desktop\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .desktop\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .desktop\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .desktop\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .desktop\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .desktop\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .desktop\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .desktop\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .desktop\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .desktop\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .desktop\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .desktop\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .desktop\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .desktop\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .desktop\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .desktop\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .desktop\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .desktop\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .desktop\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .desktop\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .desktop\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .desktop\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .desktop\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .desktop\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .desktop\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .desktop\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .desktop\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .desktop\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .desktop\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .desktop\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .desktop\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .desktop\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .desktop\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .desktop\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .desktop\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .desktop\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .desktop\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .desktop\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .desktop\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .desktop\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .desktop\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .desktop\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .desktop\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .desktop\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .desktop\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .desktop\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .desktop\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .desktop\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .desktop\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .desktop\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .desktop\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .desktop\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .desktop\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .desktop\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .desktop\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .desktop\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .desktop\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .desktop\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .desktop\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .desktop\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .desktop\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .desktop\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .desktop\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .desktop\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .desktop\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .desktop\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .desktop\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .desktop\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .desktop\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .desktop\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .desktop\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .desktop\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .desktop\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .desktop\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .desktop\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .desktop\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .desktop\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .desktop\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .desktop\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .desktop\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .desktop\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .desktop\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .desktop\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .desktop\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .desktop\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .desktop\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .desktop\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .desktop\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .desktop\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .desktop\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .desktop\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .desktop\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .desktop\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .desktop\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .desktop\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .desktop\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .desktop\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .desktop\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .desktop\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .desktop\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .desktop\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .desktop\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .desktop\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .desktop\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .desktop\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .desktop\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .desktop\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .desktop\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .desktop\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .desktop\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .desktop\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .desktop\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .desktop\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .desktop\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .desktop\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .desktop\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .desktop\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .desktop\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .desktop\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .desktop\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .desktop\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .desktop\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .desktop\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .desktop\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .desktop\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .desktop\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .desktop\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .desktop\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .desktop\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .desktop\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .desktop\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .desktop\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .desktop\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .desktop\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .desktop\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .desktop\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .desktop\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .desktop\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .desktop\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .desktop\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .desktop\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .desktop\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .desktop\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .desktop\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .desktop\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .desktop\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .desktop\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .desktop\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .desktop\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .desktop\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .desktop\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .desktop\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .desktop\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .desktop\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .desktop\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .desktop\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .desktop\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .desktop\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .desktop\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .desktop\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .desktop\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .desktop\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .desktop\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .desktop\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .desktop\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .desktop\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .desktop\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .desktop\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .desktop\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .desktop\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .desktop\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .desktop\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .desktop\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .desktop\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .desktop\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .desktop\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .desktop\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .desktop\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .desktop\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .desktop\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .desktop\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .desktop\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .desktop\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .desktop\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .desktop\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .desktop\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .desktop\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .desktop\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .desktop\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .desktop\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .desktop\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .desktop\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .desktop\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .desktop\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .desktop\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .desktop\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .desktop\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .desktop\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .desktop\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .desktop\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .desktop\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .desktop\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .desktop\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .desktop\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .desktop\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .desktop\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .desktop\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .desktop\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .desktop\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .desktop\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .desktop\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .desktop\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .desktop\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .desktop\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .desktop\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .desktop\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .desktop\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .desktop\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .desktop\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .desktop\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .desktop\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .desktop\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .desktop\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .desktop\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .desktop\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .desktop\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .desktop\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .desktop\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .desktop\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .desktop\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .desktop\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .desktop\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .desktop\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .desktop\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .desktop\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .desktop\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .desktop\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .desktop\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .desktop\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .desktop\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .desktop\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .desktop\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .desktop\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .desktop\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .desktop\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .desktop\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .desktop\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .desktop\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .desktop\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .desktop\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .desktop\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .desktop\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .desktop\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .desktop\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .desktop\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .desktop\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .desktop\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .desktop\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .desktop\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .desktop\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .desktop\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .desktop\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .desktop\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .desktop\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .desktop\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .desktop\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .desktop\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .desktop\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .desktop\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .desktop\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .desktop\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .desktop\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .desktop\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .desktop\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .desktop\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .desktop\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .desktop\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .desktop\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .desktop\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .desktop\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .desktop\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .desktop\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .desktop\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .desktop\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .desktop\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .desktop\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .desktop\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .desktop\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .desktop\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .desktop\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .desktop\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .desktop\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .desktop\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .desktop\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .desktop\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .desktop\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .desktop\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .desktop\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .desktop\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .desktop\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .desktop\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .desktop\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .desktop\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .desktop\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .desktop\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .desktop\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .desktop\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .desktop\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .desktop\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .desktop\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .desktop\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .desktop\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .desktop\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .desktop\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .desktop\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .desktop\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .desktop\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .desktop\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .desktop\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .desktop\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .desktop\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .desktop\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .desktop\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .desktop\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .desktop\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .desktop\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .desktop\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .desktop\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .desktop\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .desktop\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .desktop\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .desktop\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .desktop\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .desktop\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .desktop\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .desktop\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .desktop\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .desktop\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .desktop\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .desktop\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .desktop\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .desktop\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .desktop\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .desktop\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .desktop\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .desktop\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .desktop\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .desktop\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .desktop\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .desktop\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .desktop\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .desktop\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .desktop\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .desktop\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .desktop\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .desktop\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .desktop\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .desktop\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .desktop\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .desktop\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .desktop\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .desktop\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .desktop\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .desktop\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .desktop\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .desktop\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .desktop\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .desktop\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .desktop\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .desktop\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .desktop\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .desktop\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .desktop\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .desktop\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .desktop\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .desktop\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .desktop\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .desktop\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .desktop\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .desktop\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .desktop\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .desktop\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .desktop\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .desktop\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .desktop\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .desktop\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .desktop\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .desktop\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .desktop\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .desktop\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .desktop\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .desktop\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .desktop\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .desktop\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .desktop\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .desktop\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .desktop\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .desktop\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .desktop\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .desktop\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .desktop\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .desktop\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .desktop\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .desktop\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .desktop\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .desktop\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .desktop\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .desktop\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .desktop\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .desktop\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .desktop\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .desktop\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .desktop\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .desktop\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .desktop\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .desktop\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .desktop\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .desktop\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .desktop\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .desktop\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .desktop\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .desktop\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .desktop\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .desktop\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .desktop\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .desktop\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .desktop\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .desktop\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .desktop\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .desktop\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .desktop\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .desktop\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .desktop\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .desktop\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .desktop\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .desktop\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .desktop\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .desktop\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .desktop\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .desktop\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .desktop\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .desktop\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .desktop\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .desktop\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .desktop\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .desktop\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .desktop\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .desktop\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .desktop\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .desktop\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .desktop\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .desktop\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .desktop\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .desktop\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .desktop\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .desktop\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .desktop\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .desktop\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .desktop\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .desktop\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .desktop\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .desktop\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .desktop\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .desktop\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .desktop\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .desktop\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .desktop\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .desktop\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .desktop\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .desktop\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .desktop\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .desktop\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .desktop\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .desktop\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .desktop\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .desktop\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .desktop\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .desktop\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .desktop\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .desktop\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .desktop\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .desktop\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .desktop\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .desktop\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .desktop\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .desktop\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .desktop\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .desktop\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .desktop\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .desktop\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .desktop\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .desktop\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .desktop\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .desktop\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .desktop\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .desktop\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .desktop\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .desktop\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .desktop\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .desktop\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .desktop\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .desktop\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .desktop\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .desktop\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .desktop\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .desktop\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .desktop\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .desktop\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .desktop\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .desktop\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .desktop\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .desktop\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .desktop\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .desktop\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .desktop\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .desktop\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .desktop\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .desktop\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .desktop\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .desktop\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .desktop\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .desktop\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .desktop\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .desktop\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .desktop\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .desktop\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .desktop\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .desktop\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .desktop\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .desktop\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .desktop\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .desktop\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .desktop\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .desktop\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .desktop\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .desktop\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .desktop\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .desktop\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .desktop\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .desktop\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .desktop\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .desktop\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .desktop\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .desktop\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .desktop\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .desktop\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .desktop\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .desktop\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .desktop\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .desktop\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .desktop\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .desktop\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .desktop\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .desktop\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .desktop\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .desktop\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .desktop\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .desktop\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .desktop\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .desktop\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .desktop\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .desktop\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .desktop\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .desktop\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .desktop\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .desktop\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .desktop\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .desktop\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .desktop\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .desktop\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .desktop\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .desktop\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .desktop\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .desktop\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .desktop\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .desktop\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .desktop\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .desktop\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .desktop\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .desktop\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .desktop\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .desktop\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .desktop\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .desktop\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .desktop\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .desktop\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .desktop\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .desktop\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .desktop\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .desktop\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .desktop\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .desktop\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .desktop\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .desktop\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .desktop\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .desktop\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .desktop\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .desktop\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .desktop\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .desktop\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .desktop\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .desktop\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .desktop\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .desktop\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .desktop\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .desktop\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .desktop\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .desktop\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .desktop\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .desktop\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .desktop\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .desktop\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .desktop\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .desktop\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .desktop\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .desktop\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .desktop\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .desktop\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .desktop\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .desktop\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .desktop\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .desktop\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .desktop\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .desktop\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .desktop\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .desktop\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .desktop\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .desktop\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .desktop\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .desktop\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .desktop\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .desktop\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .desktop\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .desktop\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .desktop\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .desktop\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .desktop\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .desktop\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .desktop\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .desktop\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .desktop\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .desktop\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .desktop\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .desktop\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .desktop\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .desktop\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .desktop\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .desktop\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .desktop\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .desktop\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .desktop\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .desktop\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .desktop\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .desktop\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .desktop\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .desktop\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .desktop\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .desktop\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .desktop\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .desktop\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .desktop\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .desktop\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .desktop\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .desktop\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .desktop\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .desktop\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .desktop\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .desktop\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .desktop\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .desktop\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .desktop\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .desktop\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .desktop\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .desktop\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .desktop\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .desktop\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .desktop\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .desktop\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .desktop\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .desktop\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .desktop\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .desktop\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .desktop\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .desktop\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .desktop\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .desktop\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .desktop\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .desktop\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .desktop\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .desktop\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .desktop\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .desktop\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .desktop\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .desktop\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .desktop\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .desktop\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .desktop\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .desktop\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .desktop\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .desktop\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .desktop\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .desktop\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .desktop\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .desktop\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .desktop\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .desktop\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .desktop\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .desktop\:transition-none {
    transition-property: none;
  }

  .desktop\:transition-all {
    transition-property: all;
  }

  .desktop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop\:transition-opacity {
    transition-property: opacity;
  }

  .desktop\:transition-shadow {
    transition-property: box-shadow;
  }

  .desktop\:transition-transform {
    transition-property: transform;
  }

  .desktop\:hover\:transition-none:hover {
    transition-property: none;
  }

  .desktop\:hover\:transition-all:hover {
    transition-property: all;
  }

  .desktop\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .desktop\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .desktop\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .desktop\:focus\:transition-none:focus {
    transition-property: none;
  }

  .desktop\:focus\:transition-all:focus {
    transition-property: all;
  }

  .desktop\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .desktop\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .desktop\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .desktop\:first\:transition-none:first-child {
    transition-property: none;
  }

  .desktop\:first\:transition-all:first-child {
    transition-property: all;
  }

  .desktop\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .desktop\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .desktop\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .desktop\:last\:transition-none:last-child {
    transition-property: none;
  }

  .desktop\:last\:transition-all:last-child {
    transition-property: all;
  }

  .desktop\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .desktop\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .desktop\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .desktop\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .desktop\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .desktop\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .desktop\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .desktop\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .desktop\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .desktop\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .desktop\:ease-linear {
    transition-timing-function: linear;
  }

  .desktop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .desktop\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .desktop\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .desktop\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .desktop\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .desktop\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .desktop\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .desktop\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .desktop\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop\:duration-75 {
    transition-duration: 75ms;
  }

  .desktop\:duration-100 {
    transition-duration: 100ms;
  }

  .desktop\:duration-150 {
    transition-duration: 150ms;
  }

  .desktop\:duration-200 {
    transition-duration: 200ms;
  }

  .desktop\:duration-300 {
    transition-duration: 300ms;
  }

  .desktop\:duration-500 {
    transition-duration: 500ms;
  }

  .desktop\:duration-700 {
    transition-duration: 700ms;
  }

  .desktop\:duration-1000 {
    transition-duration: 1000ms;
  }

  .desktop\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .desktop\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .desktop\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .desktop\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .desktop\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .desktop\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .desktop\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .desktop\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .desktop\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .desktop\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .desktop\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .desktop\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .desktop\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .desktop\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .desktop\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .desktop\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .desktop\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .desktop\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .desktop\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .desktop\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .desktop\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .desktop\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .desktop\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .desktop\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .desktop\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .desktop\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .desktop\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .desktop\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .desktop\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .desktop\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .desktop\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .desktop\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .desktop\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .desktop\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .desktop\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .desktop\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .desktop\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .desktop\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .desktop\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .desktop\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .desktop\:delay-75 {
    transition-delay: 75ms;
  }

  .desktop\:delay-100 {
    transition-delay: 100ms;
  }

  .desktop\:delay-150 {
    transition-delay: 150ms;
  }

  .desktop\:delay-200 {
    transition-delay: 200ms;
  }

  .desktop\:delay-300 {
    transition-delay: 300ms;
  }

  .desktop\:delay-500 {
    transition-delay: 500ms;
  }

  .desktop\:delay-700 {
    transition-delay: 700ms;
  }

  .desktop\:delay-1000 {
    transition-delay: 1000ms;
  }

  .desktop\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .desktop\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .desktop\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .desktop\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .desktop\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .desktop\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .desktop\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .desktop\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .desktop\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .desktop\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .desktop\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .desktop\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .desktop\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .desktop\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .desktop\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .desktop\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .desktop\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .desktop\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .desktop\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .desktop\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .desktop\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .desktop\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .desktop\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .desktop\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .desktop\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .desktop\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .desktop\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .desktop\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .desktop\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .desktop\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .desktop\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .desktop\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .desktop\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .desktop\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .desktop\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .desktop\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .desktop\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .desktop\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .desktop\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .desktop\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .desktop\:animate-none {
    animation: none;
  }

  .desktop\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .desktop\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .desktop\:hover\:animate-none:hover {
    animation: none;
  }

  .desktop\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .desktop\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .desktop\:focus\:animate-none:focus {
    animation: none;
  }

  .desktop\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .desktop\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .desktop\:first\:animate-none:first-child {
    animation: none;
  }

  .desktop\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .desktop\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .desktop\:last\:animate-none:last-child {
    animation: none;
  }

  .desktop\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .desktop\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .desktop\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .desktop\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .desktop\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .desktop\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .desktop\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1248px) {
  .desktop-min\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .desktop-min\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .desktop-min\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .desktop-min\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .desktop-min\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .group:hover .desktop-min\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .desktop-min\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .desktop-min\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .desktop-min\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .desktop-min\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .desktop-min\:container {
      max-width: 1600px;
    }
  }

  .desktop-min\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop-min\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop-min\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop-min\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop-min\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop-min\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop-min\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop-min\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop-min\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop-min\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop-min\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop-min\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop-min\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop-min\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop-min\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop-min\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop-min\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop-min\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop-min\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop-min\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop-min\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .desktop-min\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .desktop-min\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .desktop-min\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .desktop-min\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .desktop-min\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .desktop-min\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .desktop-min\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop-min\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop-min\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop-min\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop-min\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop-min\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop-min\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop-min\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop-min\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop-min\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop-min\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop-min\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop-min\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop-min\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop-min\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop-min\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop-min\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop-min\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop-min\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop-min\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop-min\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop-min\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop-min\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop-min\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop-min\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop-min\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop-min\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop-min\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .desktop-min\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .desktop-min\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .desktop-min\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .desktop-min\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .desktop-min\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .desktop-min\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .desktop-min\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .desktop-min\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .desktop-min\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .desktop-min\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .desktop-min\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .desktop-min\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .desktop-min\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop-min\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop-min\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop-min\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop-min\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop-min\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop-min\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop-min\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop-min\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop-min\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop-min\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop-min\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop-min\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop-min\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop-min\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop-min\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop-min\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop-min\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop-min\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop-min\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .desktop-min\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop-min\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .desktop-min\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop-min\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .desktop-min\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .desktop-min\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .desktop-min\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .desktop-min\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktop-min\:first\:divide-solid:first-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .desktop-min\:first\:divide-dashed:first-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .desktop-min\:first\:divide-dotted:first-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .desktop-min\:first\:divide-double:first-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .desktop-min\:first\:divide-none:first-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .desktop-min\:last\:divide-solid:last-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .desktop-min\:last\:divide-dashed:last-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .desktop-min\:last\:divide-dotted:last-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .desktop-min\:last\:divide-double:last-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .desktop-min\:last\:divide-none:last-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .group:hover .desktop-min\:group-hover\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .group:hover .desktop-min\:group-hover\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .group:hover .desktop-min\:group-hover\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .group:hover .desktop-min\:group-hover\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .group:hover .desktop-min\:group-hover\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .desktop-min\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop-min\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop-min\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop-min\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop-min\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop-min\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop-min\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop-min\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop-min\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop-min\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop-min\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop-min\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop-min\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop-min\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop-min\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop-min\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop-min\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop-min\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop-min\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop-min\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop-min\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop-min\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop-min\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop-min\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop-min\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop-min\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop-min\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop-min\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop-min\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .desktop-min\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .desktop-min\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .desktop-min\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .desktop-min\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .desktop-min\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .desktop-min\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .desktop-min\: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;
  }

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

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

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

  .desktop-min\: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;
  }

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

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

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

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

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

  .group:hover .desktop-min\:group-hover\: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;
  }

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

  .desktop-min\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop-min\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop-min\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop-min\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop-min\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .desktop-min\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop-min\:bg-fixed {
    background-attachment: fixed;
  }

  .desktop-min\:bg-local {
    background-attachment: local;
  }

  .desktop-min\:bg-scroll {
    background-attachment: scroll;
  }

  .desktop-min\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .desktop-min\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .desktop-min\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .desktop-min\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .desktop-min\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .desktop-min\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .desktop-min\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .desktop-min\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .desktop-min\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .desktop-min\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .desktop-min\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .desktop-min\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .desktop-min\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .desktop-min\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .desktop-min\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .desktop-min\:bg-clip-border {
    background-clip: border-box;
  }

  .desktop-min\:bg-clip-padding {
    background-clip: padding-box;
  }

  .desktop-min\:bg-clip-content {
    background-clip: content-box;
  }

  .desktop-min\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop-min\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .desktop-min\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .desktop-min\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .desktop-min\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop-min\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .desktop-min\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .desktop-min\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .desktop-min\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop-min\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .desktop-min\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .desktop-min\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .desktop-min\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop-min\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .desktop-min\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .desktop-min\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .desktop-min\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .desktop-min\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .desktop-min\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .desktop-min\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .desktop-min\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .desktop-min\:bg-transparent {
    background-color: transparent;
  }

  .desktop-min\:bg-current {
    background-color: currentColor;
  }

  .desktop-min\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop-min\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop-min\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop-min\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop-min\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop-min\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop-min\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop-min\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop-min\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop-min\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop-min\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop-min\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop-min\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop-min\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop-min\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop-min\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop-min\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .desktop-min\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .desktop-min\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .desktop-min\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .desktop-min\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .desktop-min\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .desktop-min\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .desktop-min\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .desktop-min\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .group:hover .desktop-min\:group-hover\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .desktop-min\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .desktop-min\:bg-none {
    background-image: none;
  }

  .desktop-min\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop-min\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-none:hover {
    background-image: none;
  }

  .desktop-min\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop-min\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-none:focus {
    background-image: none;
  }

  .desktop-min\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop-min\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-none:first-child {
    background-image: none;
  }

  .desktop-min\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop-min\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-none:last-child {
    background-image: none;
  }

  .desktop-min\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .desktop-min\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .desktop-min\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .desktop-min\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:to-transparent {
    --gradient-to-color: transparent;
  }

  .desktop-min\:to-current {
    --gradient-to-color: currentColor;
  }

  .desktop-min\:to-black {
    --gradient-to-color: #000;
  }

  .desktop-min\:to-white {
    --gradient-to-color: #fff;
  }

  .desktop-min\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .desktop-min\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .desktop-min\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .desktop-min\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .desktop-min\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .desktop-min\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .desktop-min\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .desktop-min\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .desktop-min\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .desktop-min\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .desktop-min\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .desktop-min\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .desktop-min\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .desktop-min\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .desktop-min\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .desktop-min\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .desktop-min\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .desktop-min\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .desktop-min\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .desktop-min\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .desktop-min\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .desktop-min\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .desktop-min\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .desktop-min\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .desktop-min\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .desktop-min\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .desktop-min\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .desktop-min\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .desktop-min\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .desktop-min\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .desktop-min\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .desktop-min\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .desktop-min\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .desktop-min\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .desktop-min\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .desktop-min\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .desktop-min\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .desktop-min\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .desktop-min\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .desktop-min\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .desktop-min\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .desktop-min\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .desktop-min\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .desktop-min\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .desktop-min\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .desktop-min\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .desktop-min\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .desktop-min\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .desktop-min\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .desktop-min\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .desktop-min\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .desktop-min\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .desktop-min\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .desktop-min\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .desktop-min\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .desktop-min\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .desktop-min\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .desktop-min\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .desktop-min\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .desktop-min\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .desktop-min\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .desktop-min\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .desktop-min\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .desktop-min\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .desktop-min\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .desktop-min\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .desktop-min\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .desktop-min\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .desktop-min\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .desktop-min\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .desktop-min\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .desktop-min\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .desktop-min\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .desktop-min\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .desktop-min\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .desktop-min\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .desktop-min\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .desktop-min\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .desktop-min\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .desktop-min\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .desktop-min\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .desktop-min\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .desktop-min\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .desktop-min\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .desktop-min\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .desktop-min\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .desktop-min\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .desktop-min\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .desktop-min\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .desktop-min\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .desktop-min\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .desktop-min\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .desktop-min\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .desktop-min\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .desktop-min\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .desktop-min\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .desktop-min\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .desktop-min\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .desktop-min\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .desktop-min\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .desktop-min\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .desktop-min\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .desktop-min\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .desktop-min\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .desktop-min\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .desktop-min\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .desktop-min\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .desktop-min\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .desktop-min\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .desktop-min\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .desktop-min\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .desktop-min\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .desktop-min\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .desktop-min\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .desktop-min\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .desktop-min\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .desktop-min\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .desktop-min\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .desktop-min\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .desktop-min\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .desktop-min\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .desktop-min\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .desktop-min\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .desktop-min\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .desktop-min\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .desktop-min\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .desktop-min\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .desktop-min\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .desktop-min\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .desktop-min\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .desktop-min\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .desktop-min\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .desktop-min\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .desktop-min\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .desktop-min\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .desktop-min\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .desktop-min\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .desktop-min\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .desktop-min\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .desktop-min\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .desktop-min\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .desktop-min\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .desktop-min\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .desktop-min\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .desktop-min\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .desktop-min\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .desktop-min\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .desktop-min\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .desktop-min\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .desktop-min\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .desktop-min\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .desktop-min\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .desktop-min\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .desktop-min\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .desktop-min\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .desktop-min\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .desktop-min\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .desktop-min\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .desktop-min\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .desktop-min\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .desktop-min\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .desktop-min\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .desktop-min\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .desktop-min\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .desktop-min\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .desktop-min\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .desktop-min\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .desktop-min\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .desktop-min\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .desktop-min\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .desktop-min\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .desktop-min\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .desktop-min\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .desktop-min\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .desktop-min\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .desktop-min\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .desktop-min\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .desktop-min\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .desktop-min\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .desktop-min\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .desktop-min\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .desktop-min\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .desktop-min\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .desktop-min\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .desktop-min\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .desktop-min\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .desktop-min\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .desktop-min\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .desktop-min\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .desktop-min\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .desktop-min\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .desktop-min\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .desktop-min\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .desktop-min\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .desktop-min\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .desktop-min\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .desktop-min\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .desktop-min\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .desktop-min\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .desktop-min\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .desktop-min\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .desktop-min\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .desktop-min\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .desktop-min\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .desktop-min\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .desktop-min\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .desktop-min\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .desktop-min\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .desktop-min\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .desktop-min\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .desktop-min\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .desktop-min\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .desktop-min\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .desktop-min\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .desktop-min\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .desktop-min\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .desktop-min\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .desktop-min\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .desktop-min\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .desktop-min\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .desktop-min\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .desktop-min\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .desktop-min\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .desktop-min\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .desktop-min\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .desktop-min\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .desktop-min\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .desktop-min\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .desktop-min\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .desktop-min\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .desktop-min\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .desktop-min\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .desktop-min\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .desktop-min\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .desktop-min\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .desktop-min\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .desktop-min\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .desktop-min\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .desktop-min\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .desktop-min\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .desktop-min\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .desktop-min\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .desktop-min\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .desktop-min\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .desktop-min\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .desktop-min\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .desktop-min\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .desktop-min\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .desktop-min\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .desktop-min\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .desktop-min\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .desktop-min\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .desktop-min\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .desktop-min\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .desktop-min\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .desktop-min\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .desktop-min\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .desktop-min\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .desktop-min\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .desktop-min\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .desktop-min\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .desktop-min\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .desktop-min\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .desktop-min\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .desktop-min\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .desktop-min\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .desktop-min\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .desktop-min\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .desktop-min\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .desktop-min\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .desktop-min\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .desktop-min\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .desktop-min\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .desktop-min\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .desktop-min\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .desktop-min\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .desktop-min\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .desktop-min\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .desktop-min\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .desktop-min\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .desktop-min\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .desktop-min\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .desktop-min\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .desktop-min\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .desktop-min\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .desktop-min\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .desktop-min\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .desktop-min\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .desktop-min\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .desktop-min\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .desktop-min\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .desktop-min\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .desktop-min\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .desktop-min\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .desktop-min\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .desktop-min\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .desktop-min\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .desktop-min\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .desktop-min\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .desktop-min\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .desktop-min\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .desktop-min\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .desktop-min\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .desktop-min\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .desktop-min\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .desktop-min\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .desktop-min\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .desktop-min\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .desktop-min\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .desktop-min\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .desktop-min\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .desktop-min\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .desktop-min\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .desktop-min\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .desktop-min\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .desktop-min\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .desktop-min\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .desktop-min\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .desktop-min\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .desktop-min\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .desktop-min\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .desktop-min\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .desktop-min\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .desktop-min\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .desktop-min\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .desktop-min\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .desktop-min\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .desktop-min\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .desktop-min\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .desktop-min\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .desktop-min\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .desktop-min\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .desktop-min\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .desktop-min\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .desktop-min\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .desktop-min\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .desktop-min\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .desktop-min\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .desktop-min\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .desktop-min\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .desktop-min\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .desktop-min\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .desktop-min\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .desktop-min\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .desktop-min\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .desktop-min\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .desktop-min\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .desktop-min\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .desktop-min\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .desktop-min\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .desktop-min\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .desktop-min\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .desktop-min\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .desktop-min\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .desktop-min\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .desktop-min\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .desktop-min\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .desktop-min\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .desktop-min\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .desktop-min\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .desktop-min\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .desktop-min\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .desktop-min\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .desktop-min\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .desktop-min\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .desktop-min\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .desktop-min\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .desktop-min\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .desktop-min\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .desktop-min\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .desktop-min\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .desktop-min\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .desktop-min\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .desktop-min\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .desktop-min\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .desktop-min\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .desktop-min\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .desktop-min\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .desktop-min\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .desktop-min\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .desktop-min\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .desktop-min\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .desktop-min\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .desktop-min\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .desktop-min\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .desktop-min\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .desktop-min\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .desktop-min\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .desktop-min\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .desktop-min\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .desktop-min\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .desktop-min\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .desktop-min\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .desktop-min\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .desktop-min\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .desktop-min\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .desktop-min\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .desktop-min\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .desktop-min\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .desktop-min\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .desktop-min\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .desktop-min\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .desktop-min\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .desktop-min\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .desktop-min\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .desktop-min\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .desktop-min\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .desktop-min\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .desktop-min\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .desktop-min\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .desktop-min\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .desktop-min\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .desktop-min\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .desktop-min\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .desktop-min\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .desktop-min\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .desktop-min\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .desktop-min\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .desktop-min\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .desktop-min\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .desktop-min\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .desktop-min\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .desktop-min\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .desktop-min\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .desktop-min\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .desktop-min\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .desktop-min\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .desktop-min\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .desktop-min\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .desktop-min\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .desktop-min\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .desktop-min\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .desktop-min\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .desktop-min\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .desktop-min\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .desktop-min\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .desktop-min\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .desktop-min\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .desktop-min\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .desktop-min\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .desktop-min\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .desktop-min\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .desktop-min\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .desktop-min\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .desktop-min\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .desktop-min\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .desktop-min\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .desktop-min\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .desktop-min\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .desktop-min\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .desktop-min\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .desktop-min\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .desktop-min\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .desktop-min\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .desktop-min\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .desktop-min\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .desktop-min\:bg-bottom {
    background-position: bottom;
  }

  .desktop-min\:bg-center {
    background-position: center;
  }

  .desktop-min\:bg-left {
    background-position: left;
  }

  .desktop-min\:bg-left-bottom {
    background-position: left bottom;
  }

  .desktop-min\:bg-left-top {
    background-position: left top;
  }

  .desktop-min\:bg-right {
    background-position: right;
  }

  .desktop-min\:bg-right-bottom {
    background-position: right bottom;
  }

  .desktop-min\:bg-right-top {
    background-position: right top;
  }

  .desktop-min\:bg-top {
    background-position: top;
  }

  .desktop-min\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .desktop-min\:hover\:bg-center:hover {
    background-position: center;
  }

  .desktop-min\:hover\:bg-left:hover {
    background-position: left;
  }

  .desktop-min\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .desktop-min\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .desktop-min\:hover\:bg-right:hover {
    background-position: right;
  }

  .desktop-min\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .desktop-min\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .desktop-min\:hover\:bg-top:hover {
    background-position: top;
  }

  .desktop-min\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .desktop-min\:focus\:bg-center:focus {
    background-position: center;
  }

  .desktop-min\:focus\:bg-left:focus {
    background-position: left;
  }

  .desktop-min\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .desktop-min\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .desktop-min\:focus\:bg-right:focus {
    background-position: right;
  }

  .desktop-min\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .desktop-min\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .desktop-min\:focus\:bg-top:focus {
    background-position: top;
  }

  .desktop-min\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .desktop-min\:first\:bg-center:first-child {
    background-position: center;
  }

  .desktop-min\:first\:bg-left:first-child {
    background-position: left;
  }

  .desktop-min\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .desktop-min\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .desktop-min\:first\:bg-right:first-child {
    background-position: right;
  }

  .desktop-min\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .desktop-min\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .desktop-min\:first\:bg-top:first-child {
    background-position: top;
  }

  .desktop-min\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .desktop-min\:last\:bg-center:last-child {
    background-position: center;
  }

  .desktop-min\:last\:bg-left:last-child {
    background-position: left;
  }

  .desktop-min\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .desktop-min\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .desktop-min\:last\:bg-right:last-child {
    background-position: right;
  }

  .desktop-min\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .desktop-min\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .desktop-min\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .desktop-min\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .desktop-min\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .desktop-min\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .desktop-min\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .desktop-min\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .desktop-min\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .desktop-min\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .desktop-min\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .desktop-min\:group-hover\:bg-top {
    background-position: top;
  }

  .desktop-min\:bg-repeat {
    background-repeat: repeat;
  }

  .desktop-min\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .desktop-min\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .desktop-min\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .desktop-min\:bg-repeat-round {
    background-repeat: round;
  }

  .desktop-min\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop-min\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .desktop-min\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .desktop-min\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .desktop-min\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .desktop-min\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .desktop-min\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .desktop-min\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .desktop-min\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .desktop-min\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .desktop-min\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .desktop-min\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .desktop-min\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .desktop-min\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .desktop-min\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .desktop-min\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .desktop-min\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .desktop-min\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .desktop-min\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .desktop-min\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .desktop-min\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .desktop-min\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .desktop-min\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .desktop-min\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .desktop-min\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .desktop-min\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .desktop-min\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .desktop-min\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .desktop-min\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .desktop-min\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .desktop-min\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop-min\:bg-auto {
    background-size: auto;
  }

  .desktop-min\:bg-cover {
    background-size: cover;
  }

  .desktop-min\:bg-contain {
    background-size: contain;
  }

  .desktop-min\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .desktop-min\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .desktop-min\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .desktop-min\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .desktop-min\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .desktop-min\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .desktop-min\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .desktop-min\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .desktop-min\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .desktop-min\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .desktop-min\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .desktop-min\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .desktop-min\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .desktop-min\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .desktop-min\:group-hover\:bg-contain {
    background-size: contain;
  }

  .desktop-min\:border-collapse {
    border-collapse: collapse;
  }

  .desktop-min\:border-separate {
    border-collapse: separate;
  }

  .desktop-min\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .desktop-min\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .desktop-min\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .desktop-min\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .desktop-min\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .desktop-min\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .desktop-min\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .desktop-min\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .desktop-min\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .desktop-min\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .desktop-min\:border-transparent {
    border-color: transparent;
  }

  .desktop-min\:border-current {
    border-color: currentColor;
  }

  .desktop-min\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop-min\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop-min\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop-min\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop-min\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop-min\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop-min\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop-min\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop-min\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop-min\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop-min\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop-min\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop-min\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop-min\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop-min\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop-min\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop-min\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop-min\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop-min\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop-min\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop-min\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop-min\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop-min\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop-min\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop-min\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop-min\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop-min\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop-min\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop-min\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop-min\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop-min\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop-min\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop-min\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop-min\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop-min\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop-min\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop-min\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop-min\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop-min\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop-min\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop-min\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop-min\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop-min\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop-min\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop-min\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop-min\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop-min\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop-min\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop-min\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop-min\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop-min\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop-min\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop-min\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop-min\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop-min\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop-min\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop-min\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop-min\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop-min\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop-min\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop-min\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop-min\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop-min\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop-min\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop-min\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop-min\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .desktop-min\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop-min\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop-min\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop-min\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop-min\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop-min\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop-min\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop-min\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop-min\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop-min\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop-min\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop-min\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop-min\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop-min\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop-min\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop-min\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop-min\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop-min\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .desktop-min\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .desktop-min\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop-min\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop-min\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop-min\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop-min\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop-min\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop-min\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop-min\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop-min\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop-min\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop-min\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop-min\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop-min\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop-min\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop-min\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop-min\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop-min\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop-min\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .desktop-min\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .desktop-min\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop-min\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop-min\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop-min\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop-min\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop-min\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop-min\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop-min\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop-min\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop-min\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop-min\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop-min\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop-min\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop-min\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop-min\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop-min\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop-min\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop-min\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .desktop-min\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .desktop-min\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .desktop-min\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .desktop-min\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .desktop-min\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .desktop-min\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .desktop-min\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .desktop-min\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .desktop-min\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .desktop-min\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .desktop-min\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .desktop-min\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .desktop-min\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .desktop-min\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .desktop-min\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .desktop-min\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .desktop-min\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .desktop-min\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .desktop-min\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .desktop-min\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .desktop-min\:border-opacity-0 {
    --border-opacity: 0;
  }

  .desktop-min\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .desktop-min\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .desktop-min\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .desktop-min\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .desktop-min\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .desktop-min\:border-opacity-100 {
    --border-opacity: 1;
  }

  .desktop-min\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .desktop-min\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .desktop-min\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .desktop-min\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .desktop-min\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .desktop-min\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .desktop-min\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .desktop-min\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .desktop-min\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .desktop-min\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .desktop-min\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .desktop-min\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .desktop-min\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .desktop-min\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .desktop-min\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .desktop-min\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .desktop-min\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .desktop-min\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .desktop-min\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .desktop-min\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .desktop-min\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .desktop-min\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .desktop-min\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .desktop-min\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .desktop-min\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .desktop-min\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .desktop-min\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .desktop-min\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .desktop-min\:rounded-none {
    border-radius: 0;
  }

  .desktop-min\:rounded-sm {
    border-radius: 0.125rem;
  }

  .desktop-min\:rounded {
    border-radius: 0.25rem;
  }

  .desktop-min\:rounded-md {
    border-radius: 0.375rem;
  }

  .desktop-min\:rounded-lg {
    border-radius: 0.5rem;
  }

  .desktop-min\:rounded-xl {
    border-radius: 0.75rem;
  }

  .desktop-min\:rounded-2xl {
    border-radius: 1rem;
  }

  .desktop-min\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .desktop-min\:rounded-full {
    border-radius: 9999px;
  }

  .desktop-min\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop-min\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop-min\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop-min\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop-min\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .desktop-min\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .desktop-min\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .desktop-min\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .desktop-min\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .desktop-min\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .desktop-min\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .desktop-min\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .desktop-min\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .desktop-min\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .desktop-min\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .desktop-min\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .desktop-min\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .desktop-min\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .desktop-min\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .desktop-min\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop-min\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop-min\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .desktop-min\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .desktop-min\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .desktop-min\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .desktop-min\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .desktop-min\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop-min\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop-min\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .desktop-min\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .desktop-min\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .desktop-min\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .desktop-min\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .desktop-min\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .desktop-min\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .desktop-min\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop-min\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop-min\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop-min\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop-min\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .desktop-min\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .desktop-min\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .desktop-min\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .desktop-min\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .desktop-min\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .desktop-min\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .desktop-min\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .desktop-min\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .desktop-min\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .desktop-min\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .desktop-min\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop-min\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop-min\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop-min\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .desktop-min\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop-min\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .desktop-min\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .desktop-min\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .desktop-min\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .desktop-min\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop-min\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop-min\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .desktop-min\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop-min\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .desktop-min\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .desktop-min\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .desktop-min\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .desktop-min\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .desktop-min\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .desktop-min\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .desktop-min\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .desktop-min\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .desktop-min\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .desktop-min\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop-min\:border-solid {
    border-style: solid;
  }

  .desktop-min\:border-dashed {
    border-style: dashed;
  }

  .desktop-min\:border-dotted {
    border-style: dotted;
  }

  .desktop-min\:border-double {
    border-style: double;
  }

  .desktop-min\:border-none {
    border-style: none;
  }

  .desktop-min\:hover\:border-solid:hover {
    border-style: solid;
  }

  .desktop-min\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .desktop-min\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .desktop-min\:hover\:border-double:hover {
    border-style: double;
  }

  .desktop-min\:hover\:border-none:hover {
    border-style: none;
  }

  .desktop-min\:focus\:border-solid:focus {
    border-style: solid;
  }

  .desktop-min\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .desktop-min\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .desktop-min\:focus\:border-double:focus {
    border-style: double;
  }

  .desktop-min\:focus\:border-none:focus {
    border-style: none;
  }

  .desktop-min\:first\:border-solid:first-child {
    border-style: solid;
  }

  .desktop-min\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .desktop-min\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .desktop-min\:first\:border-double:first-child {
    border-style: double;
  }

  .desktop-min\:first\:border-none:first-child {
    border-style: none;
  }

  .desktop-min\:last\:border-solid:last-child {
    border-style: solid;
  }

  .desktop-min\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .desktop-min\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .desktop-min\:last\:border-double:last-child {
    border-style: double;
  }

  .desktop-min\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .desktop-min\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .desktop-min\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .desktop-min\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .desktop-min\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .desktop-min\:group-hover\:border-none {
    border-style: none;
  }

  .desktop-min\:border-0 {
    border-width: 0;
  }

  .desktop-min\:border-2 {
    border-width: 2px;
  }

  .desktop-min\:border-4 {
    border-width: 4px;
  }

  .desktop-min\:border-8 {
    border-width: 8px;
  }

  .desktop-min\:border {
    border-width: 1px;
  }

  .desktop-min\:border-t-0 {
    border-top-width: 0;
  }

  .desktop-min\:border-r-0 {
    border-right-width: 0;
  }

  .desktop-min\:border-b-0 {
    border-bottom-width: 0;
  }

  .desktop-min\:border-l-0 {
    border-left-width: 0;
  }

  .desktop-min\:border-t-2 {
    border-top-width: 2px;
  }

  .desktop-min\:border-r-2 {
    border-right-width: 2px;
  }

  .desktop-min\:border-b-2 {
    border-bottom-width: 2px;
  }

  .desktop-min\:border-l-2 {
    border-left-width: 2px;
  }

  .desktop-min\:border-t-4 {
    border-top-width: 4px;
  }

  .desktop-min\:border-r-4 {
    border-right-width: 4px;
  }

  .desktop-min\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop-min\:border-l-4 {
    border-left-width: 4px;
  }

  .desktop-min\:border-t-8 {
    border-top-width: 8px;
  }

  .desktop-min\:border-r-8 {
    border-right-width: 8px;
  }

  .desktop-min\:border-b-8 {
    border-bottom-width: 8px;
  }

  .desktop-min\:border-l-8 {
    border-left-width: 8px;
  }

  .desktop-min\:border-t {
    border-top-width: 1px;
  }

  .desktop-min\:border-r {
    border-right-width: 1px;
  }

  .desktop-min\:border-b {
    border-bottom-width: 1px;
  }

  .desktop-min\:border-l {
    border-left-width: 1px;
  }

  .desktop-min\:hover\:border-0:hover {
    border-width: 0;
  }

  .desktop-min\:hover\:border-2:hover {
    border-width: 2px;
  }

  .desktop-min\:hover\:border-4:hover {
    border-width: 4px;
  }

  .desktop-min\:hover\:border-8:hover {
    border-width: 8px;
  }

  .desktop-min\:hover\:border:hover {
    border-width: 1px;
  }

  .desktop-min\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .desktop-min\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .desktop-min\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .desktop-min\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .desktop-min\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .desktop-min\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .desktop-min\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .desktop-min\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .desktop-min\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .desktop-min\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .desktop-min\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .desktop-min\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .desktop-min\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .desktop-min\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .desktop-min\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .desktop-min\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .desktop-min\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .desktop-min\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .desktop-min\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .desktop-min\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .desktop-min\:focus\:border-0:focus {
    border-width: 0;
  }

  .desktop-min\:focus\:border-2:focus {
    border-width: 2px;
  }

  .desktop-min\:focus\:border-4:focus {
    border-width: 4px;
  }

  .desktop-min\:focus\:border-8:focus {
    border-width: 8px;
  }

  .desktop-min\:focus\:border:focus {
    border-width: 1px;
  }

  .desktop-min\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .desktop-min\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .desktop-min\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .desktop-min\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .desktop-min\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .desktop-min\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .desktop-min\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .desktop-min\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .desktop-min\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .desktop-min\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .desktop-min\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .desktop-min\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .desktop-min\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .desktop-min\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .desktop-min\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .desktop-min\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .desktop-min\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .desktop-min\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .desktop-min\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .desktop-min\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .desktop-min\:first\:border-0:first-child {
    border-width: 0;
  }

  .desktop-min\:first\:border-2:first-child {
    border-width: 2px;
  }

  .desktop-min\:first\:border-4:first-child {
    border-width: 4px;
  }

  .desktop-min\:first\:border-8:first-child {
    border-width: 8px;
  }

  .desktop-min\:first\:border:first-child {
    border-width: 1px;
  }

  .desktop-min\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .desktop-min\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .desktop-min\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .desktop-min\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .desktop-min\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .desktop-min\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .desktop-min\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .desktop-min\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .desktop-min\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .desktop-min\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .desktop-min\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .desktop-min\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .desktop-min\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .desktop-min\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .desktop-min\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .desktop-min\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .desktop-min\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .desktop-min\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .desktop-min\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .desktop-min\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .desktop-min\:last\:border-0:last-child {
    border-width: 0;
  }

  .desktop-min\:last\:border-2:last-child {
    border-width: 2px;
  }

  .desktop-min\:last\:border-4:last-child {
    border-width: 4px;
  }

  .desktop-min\:last\:border-8:last-child {
    border-width: 8px;
  }

  .desktop-min\:last\:border:last-child {
    border-width: 1px;
  }

  .desktop-min\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .desktop-min\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .desktop-min\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .desktop-min\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .desktop-min\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .desktop-min\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .desktop-min\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .desktop-min\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .desktop-min\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .desktop-min\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .desktop-min\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .desktop-min\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .desktop-min\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .desktop-min\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .desktop-min\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .desktop-min\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .desktop-min\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .desktop-min\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .desktop-min\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .desktop-min\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .desktop-min\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .desktop-min\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .desktop-min\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .desktop-min\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .desktop-min\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .desktop-min\:box-border {
    box-sizing: border-box;
  }

  .desktop-min\:box-content {
    box-sizing: content-box;
  }

  .desktop-min\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .desktop-min\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .desktop-min\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .desktop-min\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .desktop-min\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .desktop-min\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .desktop-min\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .desktop-min\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .desktop-min\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .desktop-min\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .desktop-min\:cursor-auto {
    cursor: auto;
  }

  .desktop-min\:cursor-default {
    cursor: default;
  }

  .desktop-min\:cursor-pointer {
    cursor: pointer;
  }

  .desktop-min\:cursor-wait {
    cursor: wait;
  }

  .desktop-min\:cursor-text {
    cursor: text;
  }

  .desktop-min\:cursor-move {
    cursor: move;
  }

  .desktop-min\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop-min\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .desktop-min\:hover\:cursor-default:hover {
    cursor: default;
  }

  .desktop-min\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .desktop-min\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .desktop-min\:hover\:cursor-text:hover {
    cursor: text;
  }

  .desktop-min\:hover\:cursor-move:hover {
    cursor: move;
  }

  .desktop-min\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .desktop-min\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .desktop-min\:focus\:cursor-default:focus {
    cursor: default;
  }

  .desktop-min\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .desktop-min\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .desktop-min\:focus\:cursor-text:focus {
    cursor: text;
  }

  .desktop-min\:focus\:cursor-move:focus {
    cursor: move;
  }

  .desktop-min\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .desktop-min\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .desktop-min\:first\:cursor-default:first-child {
    cursor: default;
  }

  .desktop-min\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .desktop-min\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .desktop-min\:first\:cursor-text:first-child {
    cursor: text;
  }

  .desktop-min\:first\:cursor-move:first-child {
    cursor: move;
  }

  .desktop-min\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .desktop-min\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .desktop-min\:last\:cursor-default:last-child {
    cursor: default;
  }

  .desktop-min\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .desktop-min\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .desktop-min\:last\:cursor-text:last-child {
    cursor: text;
  }

  .desktop-min\:last\:cursor-move:last-child {
    cursor: move;
  }

  .desktop-min\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .desktop-min\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .desktop-min\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .desktop-min\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .desktop-min\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .desktop-min\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .desktop-min\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .desktop-min\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop-min\:block {
    display: block;
  }

  .desktop-min\:inline-block {
    display: inline-block;
  }

  .desktop-min\:inline {
    display: inline;
  }

  .desktop-min\:flex {
    display: flex;
  }

  .desktop-min\:inline-flex {
    display: inline-flex;
  }

  .desktop-min\:table {
    display: table;
  }

  .desktop-min\:table-caption {
    display: table-caption;
  }

  .desktop-min\:table-cell {
    display: table-cell;
  }

  .desktop-min\:table-column {
    display: table-column;
  }

  .desktop-min\:table-column-group {
    display: table-column-group;
  }

  .desktop-min\:table-footer-group {
    display: table-footer-group;
  }

  .desktop-min\:table-header-group {
    display: table-header-group;
  }

  .desktop-min\:table-row-group {
    display: table-row-group;
  }

  .desktop-min\:table-row {
    display: table-row;
  }

  .desktop-min\:flow-root {
    display: flow-root;
  }

  .desktop-min\:grid {
    display: grid;
  }

  .desktop-min\:inline-grid {
    display: inline-grid;
  }

  .desktop-min\:contents {
    display: contents;
  }

  .desktop-min\:hidden {
    display: none;
  }

  .desktop-min\:hover\:block:hover {
    display: block;
  }

  .desktop-min\:hover\:inline-block:hover {
    display: inline-block;
  }

  .desktop-min\:hover\:inline:hover {
    display: inline;
  }

  .desktop-min\:hover\:flex:hover {
    display: flex;
  }

  .desktop-min\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .desktop-min\:hover\:table:hover {
    display: table;
  }

  .desktop-min\:hover\:table-caption:hover {
    display: table-caption;
  }

  .desktop-min\:hover\:table-cell:hover {
    display: table-cell;
  }

  .desktop-min\:hover\:table-column:hover {
    display: table-column;
  }

  .desktop-min\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .desktop-min\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .desktop-min\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .desktop-min\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .desktop-min\:hover\:table-row:hover {
    display: table-row;
  }

  .desktop-min\:hover\:flow-root:hover {
    display: flow-root;
  }

  .desktop-min\:hover\:grid:hover {
    display: grid;
  }

  .desktop-min\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .desktop-min\:hover\:contents:hover {
    display: contents;
  }

  .desktop-min\:hover\:hidden:hover {
    display: none;
  }

  .desktop-min\:focus\:block:focus {
    display: block;
  }

  .desktop-min\:focus\:inline-block:focus {
    display: inline-block;
  }

  .desktop-min\:focus\:inline:focus {
    display: inline;
  }

  .desktop-min\:focus\:flex:focus {
    display: flex;
  }

  .desktop-min\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .desktop-min\:focus\:table:focus {
    display: table;
  }

  .desktop-min\:focus\:table-caption:focus {
    display: table-caption;
  }

  .desktop-min\:focus\:table-cell:focus {
    display: table-cell;
  }

  .desktop-min\:focus\:table-column:focus {
    display: table-column;
  }

  .desktop-min\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .desktop-min\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .desktop-min\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .desktop-min\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .desktop-min\:focus\:table-row:focus {
    display: table-row;
  }

  .desktop-min\:focus\:flow-root:focus {
    display: flow-root;
  }

  .desktop-min\:focus\:grid:focus {
    display: grid;
  }

  .desktop-min\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .desktop-min\:focus\:contents:focus {
    display: contents;
  }

  .desktop-min\:focus\:hidden:focus {
    display: none;
  }

  .desktop-min\:first\:block:first-child {
    display: block;
  }

  .desktop-min\:first\:inline-block:first-child {
    display: inline-block;
  }

  .desktop-min\:first\:inline:first-child {
    display: inline;
  }

  .desktop-min\:first\:flex:first-child {
    display: flex;
  }

  .desktop-min\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .desktop-min\:first\:table:first-child {
    display: table;
  }

  .desktop-min\:first\:table-caption:first-child {
    display: table-caption;
  }

  .desktop-min\:first\:table-cell:first-child {
    display: table-cell;
  }

  .desktop-min\:first\:table-column:first-child {
    display: table-column;
  }

  .desktop-min\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .desktop-min\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .desktop-min\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .desktop-min\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .desktop-min\:first\:table-row:first-child {
    display: table-row;
  }

  .desktop-min\:first\:flow-root:first-child {
    display: flow-root;
  }

  .desktop-min\:first\:grid:first-child {
    display: grid;
  }

  .desktop-min\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .desktop-min\:first\:contents:first-child {
    display: contents;
  }

  .desktop-min\:first\:hidden:first-child {
    display: none;
  }

  .desktop-min\:last\:block:last-child {
    display: block;
  }

  .desktop-min\:last\:inline-block:last-child {
    display: inline-block;
  }

  .desktop-min\:last\:inline:last-child {
    display: inline;
  }

  .desktop-min\:last\:flex:last-child {
    display: flex;
  }

  .desktop-min\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .desktop-min\:last\:table:last-child {
    display: table;
  }

  .desktop-min\:last\:table-caption:last-child {
    display: table-caption;
  }

  .desktop-min\:last\:table-cell:last-child {
    display: table-cell;
  }

  .desktop-min\:last\:table-column:last-child {
    display: table-column;
  }

  .desktop-min\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .desktop-min\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .desktop-min\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .desktop-min\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .desktop-min\:last\:table-row:last-child {
    display: table-row;
  }

  .desktop-min\:last\:flow-root:last-child {
    display: flow-root;
  }

  .desktop-min\:last\:grid:last-child {
    display: grid;
  }

  .desktop-min\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .desktop-min\:last\:contents:last-child {
    display: contents;
  }

  .desktop-min\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .desktop-min\:group-hover\:block {
    display: block;
  }

  .group:hover .desktop-min\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .desktop-min\:group-hover\:inline {
    display: inline;
  }

  .group:hover .desktop-min\:group-hover\:flex {
    display: flex;
  }

  .group:hover .desktop-min\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .desktop-min\:group-hover\:table {
    display: table;
  }

  .group:hover .desktop-min\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .desktop-min\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .desktop-min\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .desktop-min\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .desktop-min\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .desktop-min\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .desktop-min\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .desktop-min\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .desktop-min\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .desktop-min\:group-hover\:grid {
    display: grid;
  }

  .group:hover .desktop-min\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .desktop-min\:group-hover\:contents {
    display: contents;
  }

  .group:hover .desktop-min\:group-hover\:hidden {
    display: none;
  }

  .desktop-min\:flex-row {
    flex-direction: row;
  }

  .desktop-min\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .desktop-min\:flex-col {
    flex-direction: column;
  }

  .desktop-min\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop-min\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .desktop-min\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .desktop-min\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .desktop-min\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .desktop-min\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .desktop-min\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .desktop-min\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .desktop-min\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .desktop-min\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .desktop-min\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .desktop-min\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .desktop-min\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .desktop-min\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .desktop-min\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .desktop-min\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .desktop-min\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .desktop-min\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .desktop-min\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .desktop-min\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .desktop-min\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop-min\:flex-wrap {
    flex-wrap: wrap;
  }

  .desktop-min\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .desktop-min\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .desktop-min\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .desktop-min\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .desktop-min\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .desktop-min\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .desktop-min\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .desktop-min\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .desktop-min\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .desktop-min\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .desktop-min\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .desktop-min\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .desktop-min\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .desktop-min\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .desktop-min\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .desktop-min\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .desktop-min\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .desktop-min\:place-items-auto {
    place-items: auto;
  }

  .desktop-min\:place-items-start {
    place-items: start;
  }

  .desktop-min\:place-items-end {
    place-items: end;
  }

  .desktop-min\:place-items-center {
    place-items: center;
  }

  .desktop-min\:place-items-stretch {
    place-items: stretch;
  }

  .desktop-min\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .desktop-min\:hover\:place-items-start:hover {
    place-items: start;
  }

  .desktop-min\:hover\:place-items-end:hover {
    place-items: end;
  }

  .desktop-min\:hover\:place-items-center:hover {
    place-items: center;
  }

  .desktop-min\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .desktop-min\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .desktop-min\:focus\:place-items-start:focus {
    place-items: start;
  }

  .desktop-min\:focus\:place-items-end:focus {
    place-items: end;
  }

  .desktop-min\:focus\:place-items-center:focus {
    place-items: center;
  }

  .desktop-min\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .desktop-min\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .desktop-min\:first\:place-items-start:first-child {
    place-items: start;
  }

  .desktop-min\:first\:place-items-end:first-child {
    place-items: end;
  }

  .desktop-min\:first\:place-items-center:first-child {
    place-items: center;
  }

  .desktop-min\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .desktop-min\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .desktop-min\:last\:place-items-start:last-child {
    place-items: start;
  }

  .desktop-min\:last\:place-items-end:last-child {
    place-items: end;
  }

  .desktop-min\:last\:place-items-center:last-child {
    place-items: center;
  }

  .desktop-min\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .desktop-min\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .desktop-min\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .desktop-min\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .desktop-min\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .desktop-min\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .desktop-min\:place-content-center {
    place-content: center;
  }

  .desktop-min\:place-content-start {
    place-content: start;
  }

  .desktop-min\:place-content-end {
    place-content: end;
  }

  .desktop-min\:place-content-between {
    place-content: space-between;
  }

  .desktop-min\:place-content-around {
    place-content: space-around;
  }

  .desktop-min\:place-content-evenly {
    place-content: space-evenly;
  }

  .desktop-min\:place-content-stretch {
    place-content: stretch;
  }

  .desktop-min\:hover\:place-content-center:hover {
    place-content: center;
  }

  .desktop-min\:hover\:place-content-start:hover {
    place-content: start;
  }

  .desktop-min\:hover\:place-content-end:hover {
    place-content: end;
  }

  .desktop-min\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .desktop-min\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .desktop-min\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .desktop-min\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .desktop-min\:focus\:place-content-center:focus {
    place-content: center;
  }

  .desktop-min\:focus\:place-content-start:focus {
    place-content: start;
  }

  .desktop-min\:focus\:place-content-end:focus {
    place-content: end;
  }

  .desktop-min\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .desktop-min\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .desktop-min\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .desktop-min\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .desktop-min\:first\:place-content-center:first-child {
    place-content: center;
  }

  .desktop-min\:first\:place-content-start:first-child {
    place-content: start;
  }

  .desktop-min\:first\:place-content-end:first-child {
    place-content: end;
  }

  .desktop-min\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .desktop-min\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .desktop-min\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .desktop-min\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .desktop-min\:last\:place-content-center:last-child {
    place-content: center;
  }

  .desktop-min\:last\:place-content-start:last-child {
    place-content: start;
  }

  .desktop-min\:last\:place-content-end:last-child {
    place-content: end;
  }

  .desktop-min\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .desktop-min\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .desktop-min\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .desktop-min\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .desktop-min\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .desktop-min\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .desktop-min\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .desktop-min\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .desktop-min\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .desktop-min\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .desktop-min\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .desktop-min\:place-self-auto {
    place-self: auto;
  }

  .desktop-min\:place-self-start {
    place-self: start;
  }

  .desktop-min\:place-self-end {
    place-self: end;
  }

  .desktop-min\:place-self-center {
    place-self: center;
  }

  .desktop-min\:place-self-stretch {
    place-self: stretch;
  }

  .desktop-min\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .desktop-min\:hover\:place-self-start:hover {
    place-self: start;
  }

  .desktop-min\:hover\:place-self-end:hover {
    place-self: end;
  }

  .desktop-min\:hover\:place-self-center:hover {
    place-self: center;
  }

  .desktop-min\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .desktop-min\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .desktop-min\:focus\:place-self-start:focus {
    place-self: start;
  }

  .desktop-min\:focus\:place-self-end:focus {
    place-self: end;
  }

  .desktop-min\:focus\:place-self-center:focus {
    place-self: center;
  }

  .desktop-min\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .desktop-min\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .desktop-min\:first\:place-self-start:first-child {
    place-self: start;
  }

  .desktop-min\:first\:place-self-end:first-child {
    place-self: end;
  }

  .desktop-min\:first\:place-self-center:first-child {
    place-self: center;
  }

  .desktop-min\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .desktop-min\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .desktop-min\:last\:place-self-start:last-child {
    place-self: start;
  }

  .desktop-min\:last\:place-self-end:last-child {
    place-self: end;
  }

  .desktop-min\:last\:place-self-center:last-child {
    place-self: center;
  }

  .desktop-min\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .desktop-min\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .desktop-min\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .desktop-min\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .desktop-min\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .desktop-min\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .desktop-min\:items-start {
    align-items: flex-start;
  }

  .desktop-min\:items-end {
    align-items: flex-end;
  }

  .desktop-min\:items-center {
    align-items: center;
  }

  .desktop-min\:items-baseline {
    align-items: baseline;
  }

  .desktop-min\:items-stretch {
    align-items: stretch;
  }

  .desktop-min\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .desktop-min\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .desktop-min\:hover\:items-center:hover {
    align-items: center;
  }

  .desktop-min\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .desktop-min\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .desktop-min\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .desktop-min\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .desktop-min\:focus\:items-center:focus {
    align-items: center;
  }

  .desktop-min\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .desktop-min\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .desktop-min\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .desktop-min\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .desktop-min\:first\:items-center:first-child {
    align-items: center;
  }

  .desktop-min\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .desktop-min\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .desktop-min\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .desktop-min\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .desktop-min\:last\:items-center:last-child {
    align-items: center;
  }

  .desktop-min\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .desktop-min\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .desktop-min\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .desktop-min\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .desktop-min\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .desktop-min\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .desktop-min\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .desktop-min\:content-center {
    align-content: center;
  }

  .desktop-min\:content-start {
    align-content: flex-start;
  }

  .desktop-min\:content-end {
    align-content: flex-end;
  }

  .desktop-min\:content-between {
    align-content: space-between;
  }

  .desktop-min\:content-around {
    align-content: space-around;
  }

  .desktop-min\:content-evenly {
    align-content: space-evenly;
  }

  .desktop-min\:hover\:content-center:hover {
    align-content: center;
  }

  .desktop-min\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .desktop-min\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .desktop-min\:hover\:content-between:hover {
    align-content: space-between;
  }

  .desktop-min\:hover\:content-around:hover {
    align-content: space-around;
  }

  .desktop-min\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .desktop-min\:focus\:content-center:focus {
    align-content: center;
  }

  .desktop-min\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .desktop-min\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .desktop-min\:focus\:content-between:focus {
    align-content: space-between;
  }

  .desktop-min\:focus\:content-around:focus {
    align-content: space-around;
  }

  .desktop-min\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .desktop-min\:first\:content-center:first-child {
    align-content: center;
  }

  .desktop-min\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .desktop-min\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .desktop-min\:first\:content-between:first-child {
    align-content: space-between;
  }

  .desktop-min\:first\:content-around:first-child {
    align-content: space-around;
  }

  .desktop-min\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .desktop-min\:last\:content-center:last-child {
    align-content: center;
  }

  .desktop-min\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .desktop-min\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .desktop-min\:last\:content-between:last-child {
    align-content: space-between;
  }

  .desktop-min\:last\:content-around:last-child {
    align-content: space-around;
  }

  .desktop-min\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .desktop-min\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .desktop-min\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .desktop-min\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .desktop-min\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .desktop-min\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .desktop-min\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .desktop-min\:self-auto {
    align-self: auto;
  }

  .desktop-min\:self-start {
    align-self: flex-start;
  }

  .desktop-min\:self-end {
    align-self: flex-end;
  }

  .desktop-min\:self-center {
    align-self: center;
  }

  .desktop-min\:self-stretch {
    align-self: stretch;
  }

  .desktop-min\:hover\:self-auto:hover {
    align-self: auto;
  }

  .desktop-min\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .desktop-min\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .desktop-min\:hover\:self-center:hover {
    align-self: center;
  }

  .desktop-min\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .desktop-min\:focus\:self-auto:focus {
    align-self: auto;
  }

  .desktop-min\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .desktop-min\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .desktop-min\:focus\:self-center:focus {
    align-self: center;
  }

  .desktop-min\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .desktop-min\:first\:self-auto:first-child {
    align-self: auto;
  }

  .desktop-min\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .desktop-min\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .desktop-min\:first\:self-center:first-child {
    align-self: center;
  }

  .desktop-min\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .desktop-min\:last\:self-auto:last-child {
    align-self: auto;
  }

  .desktop-min\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .desktop-min\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .desktop-min\:last\:self-center:last-child {
    align-self: center;
  }

  .desktop-min\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .desktop-min\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .desktop-min\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .desktop-min\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .desktop-min\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .desktop-min\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .desktop-min\:justify-items-auto {
    justify-items: auto;
  }

  .desktop-min\:justify-items-start {
    justify-items: start;
  }

  .desktop-min\:justify-items-end {
    justify-items: end;
  }

  .desktop-min\:justify-items-center {
    justify-items: center;
  }

  .desktop-min\:justify-items-stretch {
    justify-items: stretch;
  }

  .desktop-min\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .desktop-min\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .desktop-min\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .desktop-min\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .desktop-min\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .desktop-min\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .desktop-min\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .desktop-min\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .desktop-min\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .desktop-min\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .desktop-min\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .desktop-min\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .desktop-min\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .desktop-min\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .desktop-min\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .desktop-min\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .desktop-min\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .desktop-min\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .desktop-min\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .desktop-min\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .desktop-min\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .desktop-min\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .desktop-min\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .desktop-min\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .desktop-min\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .desktop-min\:justify-start {
    justify-content: flex-start;
  }

  .desktop-min\:justify-end {
    justify-content: flex-end;
  }

  .desktop-min\:justify-center {
    justify-content: center;
  }

  .desktop-min\:justify-between {
    justify-content: space-between;
  }

  .desktop-min\:justify-around {
    justify-content: space-around;
  }

  .desktop-min\:justify-evenly {
    justify-content: space-evenly;
  }

  .desktop-min\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .desktop-min\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .desktop-min\:hover\:justify-center:hover {
    justify-content: center;
  }

  .desktop-min\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .desktop-min\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .desktop-min\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .desktop-min\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .desktop-min\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .desktop-min\:focus\:justify-center:focus {
    justify-content: center;
  }

  .desktop-min\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .desktop-min\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .desktop-min\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .desktop-min\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .desktop-min\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .desktop-min\:first\:justify-center:first-child {
    justify-content: center;
  }

  .desktop-min\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .desktop-min\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .desktop-min\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .desktop-min\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .desktop-min\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .desktop-min\:last\:justify-center:last-child {
    justify-content: center;
  }

  .desktop-min\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .desktop-min\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .desktop-min\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .desktop-min\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .desktop-min\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .desktop-min\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .desktop-min\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .desktop-min\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .desktop-min\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .desktop-min\:justify-self-auto {
    justify-self: auto;
  }

  .desktop-min\:justify-self-start {
    justify-self: start;
  }

  .desktop-min\:justify-self-end {
    justify-self: end;
  }

  .desktop-min\:justify-self-center {
    justify-self: center;
  }

  .desktop-min\:justify-self-stretch {
    justify-self: stretch;
  }

  .desktop-min\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .desktop-min\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .desktop-min\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .desktop-min\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .desktop-min\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .desktop-min\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .desktop-min\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .desktop-min\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .desktop-min\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .desktop-min\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .desktop-min\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .desktop-min\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .desktop-min\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .desktop-min\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .desktop-min\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .desktop-min\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .desktop-min\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .desktop-min\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .desktop-min\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .desktop-min\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .desktop-min\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .desktop-min\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .desktop-min\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .desktop-min\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .desktop-min\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .desktop-min\:flex-1 {
    flex: 1 1 0%;
  }

  .desktop-min\:flex-auto {
    flex: 1 1 auto;
  }

  .desktop-min\:flex-initial {
    flex: 0 1 auto;
  }

  .desktop-min\:flex-none {
    flex: none;
  }

  .desktop-min\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .desktop-min\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .desktop-min\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .desktop-min\:hover\:flex-none:hover {
    flex: none;
  }

  .desktop-min\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .desktop-min\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .desktop-min\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .desktop-min\:focus\:flex-none:focus {
    flex: none;
  }

  .desktop-min\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .desktop-min\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .desktop-min\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .desktop-min\:first\:flex-none:first-child {
    flex: none;
  }

  .desktop-min\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .desktop-min\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .desktop-min\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .desktop-min\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .desktop-min\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .desktop-min\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .desktop-min\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .desktop-min\:group-hover\:flex-none {
    flex: none;
  }

  .desktop-min\:flex-grow-0 {
    flex-grow: 0;
  }

  .desktop-min\:flex-grow {
    flex-grow: 1;
  }

  .desktop-min\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .desktop-min\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .desktop-min\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .desktop-min\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .desktop-min\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .desktop-min\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .desktop-min\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .desktop-min\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .desktop-min\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .desktop-min\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .desktop-min\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .desktop-min\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop-min\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .desktop-min\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .desktop-min\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .desktop-min\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .desktop-min\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .desktop-min\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .desktop-min\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .desktop-min\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .desktop-min\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .desktop-min\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop-min\:order-1 {
    order: 1;
  }

  .desktop-min\:order-2 {
    order: 2;
  }

  .desktop-min\:order-3 {
    order: 3;
  }

  .desktop-min\:order-4 {
    order: 4;
  }

  .desktop-min\:order-5 {
    order: 5;
  }

  .desktop-min\:order-6 {
    order: 6;
  }

  .desktop-min\:order-7 {
    order: 7;
  }

  .desktop-min\:order-8 {
    order: 8;
  }

  .desktop-min\:order-9 {
    order: 9;
  }

  .desktop-min\:order-10 {
    order: 10;
  }

  .desktop-min\:order-11 {
    order: 11;
  }

  .desktop-min\:order-12 {
    order: 12;
  }

  .desktop-min\:order-first {
    order: -9999;
  }

  .desktop-min\:order-last {
    order: 9999;
  }

  .desktop-min\:order-none {
    order: 0;
  }

  .desktop-min\:hover\:order-1:hover {
    order: 1;
  }

  .desktop-min\:hover\:order-2:hover {
    order: 2;
  }

  .desktop-min\:hover\:order-3:hover {
    order: 3;
  }

  .desktop-min\:hover\:order-4:hover {
    order: 4;
  }

  .desktop-min\:hover\:order-5:hover {
    order: 5;
  }

  .desktop-min\:hover\:order-6:hover {
    order: 6;
  }

  .desktop-min\:hover\:order-7:hover {
    order: 7;
  }

  .desktop-min\:hover\:order-8:hover {
    order: 8;
  }

  .desktop-min\:hover\:order-9:hover {
    order: 9;
  }

  .desktop-min\:hover\:order-10:hover {
    order: 10;
  }

  .desktop-min\:hover\:order-11:hover {
    order: 11;
  }

  .desktop-min\:hover\:order-12:hover {
    order: 12;
  }

  .desktop-min\:hover\:order-first:hover {
    order: -9999;
  }

  .desktop-min\:hover\:order-last:hover {
    order: 9999;
  }

  .desktop-min\:hover\:order-none:hover {
    order: 0;
  }

  .desktop-min\:focus\:order-1:focus {
    order: 1;
  }

  .desktop-min\:focus\:order-2:focus {
    order: 2;
  }

  .desktop-min\:focus\:order-3:focus {
    order: 3;
  }

  .desktop-min\:focus\:order-4:focus {
    order: 4;
  }

  .desktop-min\:focus\:order-5:focus {
    order: 5;
  }

  .desktop-min\:focus\:order-6:focus {
    order: 6;
  }

  .desktop-min\:focus\:order-7:focus {
    order: 7;
  }

  .desktop-min\:focus\:order-8:focus {
    order: 8;
  }

  .desktop-min\:focus\:order-9:focus {
    order: 9;
  }

  .desktop-min\:focus\:order-10:focus {
    order: 10;
  }

  .desktop-min\:focus\:order-11:focus {
    order: 11;
  }

  .desktop-min\:focus\:order-12:focus {
    order: 12;
  }

  .desktop-min\:focus\:order-first:focus {
    order: -9999;
  }

  .desktop-min\:focus\:order-last:focus {
    order: 9999;
  }

  .desktop-min\:focus\:order-none:focus {
    order: 0;
  }

  .desktop-min\:first\:order-1:first-child {
    order: 1;
  }

  .desktop-min\:first\:order-2:first-child {
    order: 2;
  }

  .desktop-min\:first\:order-3:first-child {
    order: 3;
  }

  .desktop-min\:first\:order-4:first-child {
    order: 4;
  }

  .desktop-min\:first\:order-5:first-child {
    order: 5;
  }

  .desktop-min\:first\:order-6:first-child {
    order: 6;
  }

  .desktop-min\:first\:order-7:first-child {
    order: 7;
  }

  .desktop-min\:first\:order-8:first-child {
    order: 8;
  }

  .desktop-min\:first\:order-9:first-child {
    order: 9;
  }

  .desktop-min\:first\:order-10:first-child {
    order: 10;
  }

  .desktop-min\:first\:order-11:first-child {
    order: 11;
  }

  .desktop-min\:first\:order-12:first-child {
    order: 12;
  }

  .desktop-min\:first\:order-first:first-child {
    order: -9999;
  }

  .desktop-min\:first\:order-last:first-child {
    order: 9999;
  }

  .desktop-min\:first\:order-none:first-child {
    order: 0;
  }

  .desktop-min\:last\:order-1:last-child {
    order: 1;
  }

  .desktop-min\:last\:order-2:last-child {
    order: 2;
  }

  .desktop-min\:last\:order-3:last-child {
    order: 3;
  }

  .desktop-min\:last\:order-4:last-child {
    order: 4;
  }

  .desktop-min\:last\:order-5:last-child {
    order: 5;
  }

  .desktop-min\:last\:order-6:last-child {
    order: 6;
  }

  .desktop-min\:last\:order-7:last-child {
    order: 7;
  }

  .desktop-min\:last\:order-8:last-child {
    order: 8;
  }

  .desktop-min\:last\:order-9:last-child {
    order: 9;
  }

  .desktop-min\:last\:order-10:last-child {
    order: 10;
  }

  .desktop-min\:last\:order-11:last-child {
    order: 11;
  }

  .desktop-min\:last\:order-12:last-child {
    order: 12;
  }

  .desktop-min\:last\:order-first:last-child {
    order: -9999;
  }

  .desktop-min\:last\:order-last:last-child {
    order: 9999;
  }

  .desktop-min\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .desktop-min\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .desktop-min\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .desktop-min\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .desktop-min\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .desktop-min\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .desktop-min\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .desktop-min\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .desktop-min\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .desktop-min\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .desktop-min\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .desktop-min\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .desktop-min\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .desktop-min\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .desktop-min\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .desktop-min\:group-hover\:order-none {
    order: 0;
  }

  .desktop-min\:float-right {
    float: right;
  }

  .desktop-min\:float-left {
    float: left;
  }

  .desktop-min\:float-none {
    float: none;
  }

  .desktop-min\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop-min\:hover\:float-right:hover {
    float: right;
  }

  .desktop-min\:hover\:float-left:hover {
    float: left;
  }

  .desktop-min\:hover\:float-none:hover {
    float: none;
  }

  .desktop-min\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop-min\:focus\:float-right:focus {
    float: right;
  }

  .desktop-min\:focus\:float-left:focus {
    float: left;
  }

  .desktop-min\:focus\:float-none:focus {
    float: none;
  }

  .desktop-min\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop-min\:first\:float-right:first-child {
    float: right;
  }

  .desktop-min\:first\:float-left:first-child {
    float: left;
  }

  .desktop-min\:first\:float-none:first-child {
    float: none;
  }

  .desktop-min\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop-min\:last\:float-right:last-child {
    float: right;
  }

  .desktop-min\:last\:float-left:last-child {
    float: left;
  }

  .desktop-min\:last\:float-none:last-child {
    float: none;
  }

  .desktop-min\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .desktop-min\:group-hover\:float-right {
    float: right;
  }

  .group:hover .desktop-min\:group-hover\:float-left {
    float: left;
  }

  .group:hover .desktop-min\:group-hover\:float-none {
    float: none;
  }

  .group:hover .desktop-min\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop-min\:clear-left {
    clear: left;
  }

  .desktop-min\:clear-right {
    clear: right;
  }

  .desktop-min\:clear-both {
    clear: both;
  }

  .desktop-min\:clear-none {
    clear: none;
  }

  .desktop-min\:hover\:clear-left:hover {
    clear: left;
  }

  .desktop-min\:hover\:clear-right:hover {
    clear: right;
  }

  .desktop-min\:hover\:clear-both:hover {
    clear: both;
  }

  .desktop-min\:hover\:clear-none:hover {
    clear: none;
  }

  .desktop-min\:focus\:clear-left:focus {
    clear: left;
  }

  .desktop-min\:focus\:clear-right:focus {
    clear: right;
  }

  .desktop-min\:focus\:clear-both:focus {
    clear: both;
  }

  .desktop-min\:focus\:clear-none:focus {
    clear: none;
  }

  .desktop-min\:first\:clear-left:first-child {
    clear: left;
  }

  .desktop-min\:first\:clear-right:first-child {
    clear: right;
  }

  .desktop-min\:first\:clear-both:first-child {
    clear: both;
  }

  .desktop-min\:first\:clear-none:first-child {
    clear: none;
  }

  .desktop-min\:last\:clear-left:last-child {
    clear: left;
  }

  .desktop-min\:last\:clear-right:last-child {
    clear: right;
  }

  .desktop-min\:last\:clear-both:last-child {
    clear: both;
  }

  .desktop-min\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .desktop-min\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .desktop-min\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .desktop-min\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .desktop-min\:group-hover\:clear-none {
    clear: none;
  }

  .desktop-min\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop-min\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop-min\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .desktop-min\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .desktop-min\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .desktop-min\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .desktop-min\:font-pacifico {
    font-family: 'Pacifico';
  }

  .desktop-min\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop-min\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop-min\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .desktop-min\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .desktop-min\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .desktop-min\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .desktop-min\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .desktop-min\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop-min\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop-min\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .desktop-min\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .desktop-min\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .desktop-min\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .desktop-min\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .desktop-min\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop-min\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop-min\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .desktop-min\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .desktop-min\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .desktop-min\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .desktop-min\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .desktop-min\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .desktop-min\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .desktop-min\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .desktop-min\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .desktop-min\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .desktop-min\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .desktop-min\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .desktop-min\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .desktop-min\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .desktop-min\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .desktop-min\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .desktop-min\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .desktop-min\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .desktop-min\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .desktop-min\:font-hairline {
    font-weight: 100;
  }

  .desktop-min\:font-thin {
    font-weight: 200;
  }

  .desktop-min\:font-light {
    font-weight: 300;
  }

  .desktop-min\:font-normal {
    font-weight: 400;
  }

  .desktop-min\:font-medium {
    font-weight: 500;
  }

  .desktop-min\:font-semibold {
    font-weight: 600;
  }

  .desktop-min\:font-bold {
    font-weight: 700;
  }

  .desktop-min\:font-extrabold {
    font-weight: 800;
  }

  .desktop-min\:font-black {
    font-weight: 900;
  }

  .desktop-min\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .desktop-min\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .desktop-min\:hover\:font-light:hover {
    font-weight: 300;
  }

  .desktop-min\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .desktop-min\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .desktop-min\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .desktop-min\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .desktop-min\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .desktop-min\:hover\:font-black:hover {
    font-weight: 900;
  }

  .desktop-min\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .desktop-min\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .desktop-min\:focus\:font-light:focus {
    font-weight: 300;
  }

  .desktop-min\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .desktop-min\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .desktop-min\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .desktop-min\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .desktop-min\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .desktop-min\:focus\:font-black:focus {
    font-weight: 900;
  }

  .desktop-min\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .desktop-min\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .desktop-min\:first\:font-light:first-child {
    font-weight: 300;
  }

  .desktop-min\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .desktop-min\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .desktop-min\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .desktop-min\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .desktop-min\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .desktop-min\:first\:font-black:first-child {
    font-weight: 900;
  }

  .desktop-min\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .desktop-min\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .desktop-min\:last\:font-light:last-child {
    font-weight: 300;
  }

  .desktop-min\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .desktop-min\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .desktop-min\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .desktop-min\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .desktop-min\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .desktop-min\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .desktop-min\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .desktop-min\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .desktop-min\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .desktop-min\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .desktop-min\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .desktop-min\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .desktop-min\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .desktop-min\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .desktop-min\:group-hover\:font-black {
    font-weight: 900;
  }

  .desktop-min\:h-0 {
    height: 0px;
  }

  .desktop-min\:h-1 {
    height: 0.25rem;
  }

  .desktop-min\:h-2 {
    height: 0.5rem;
  }

  .desktop-min\:h-3 {
    height: 3px;
  }

  .desktop-min\:h-4 {
    height: 4px;
  }

  .desktop-min\:h-5 {
    height: 5px;
  }

  .desktop-min\:h-6 {
    height: 6px;
  }

  .desktop-min\:h-8 {
    height: 8px;
  }

  .desktop-min\:h-9 {
    height: 9px;
  }

  .desktop-min\:h-10 {
    height: 10px;
  }

  .desktop-min\:h-12 {
    height: 12px;
  }

  .desktop-min\:h-13 {
    height: 13px;
  }

  .desktop-min\:h-14 {
    height: 14px;
  }

  .desktop-min\:h-15 {
    height: 15px;
  }

  .desktop-min\:h-16 {
    height: 16px;
  }

  .desktop-min\:h-17 {
    height: 17px;
  }

  .desktop-min\:h-18 {
    height: 18px;
  }

  .desktop-min\:h-20 {
    height: 20px;
  }

  .desktop-min\:h-22 {
    height: 22px;
  }

  .desktop-min\:h-24 {
    height: 24px;
  }

  .desktop-min\:h-25 {
    height: 25px;
  }

  .desktop-min\:h-28 {
    height: 28px;
  }

  .desktop-min\:h-29 {
    height: 29px;
  }

  .desktop-min\:h-30 {
    height: 30px;
  }

  .desktop-min\:h-32 {
    height: 32px;
  }

  .desktop-min\:h-35 {
    height: 35px;
  }

  .desktop-min\:h-36 {
    height: 36px;
  }

  .desktop-min\:h-37 {
    height: 37px;
  }

  .desktop-min\:h-40 {
    height: 40px;
  }

  .desktop-min\:h-45 {
    height: 45px;
  }

  .desktop-min\:h-48 {
    height: 48px;
  }

  .desktop-min\:h-50 {
    height: 50px;
  }

  .desktop-min\:h-55 {
    height: 55px;
  }

  .desktop-min\:h-56 {
    height: 56px;
  }

  .desktop-min\:h-60 {
    height: 60px;
  }

  .desktop-min\:h-62 {
    height: 62px;
  }

  .desktop-min\:h-64 {
    height: 64px;
  }

  .desktop-min\:h-65 {
    height: 65px;
  }

  .desktop-min\:h-70 {
    height: 70px;
  }

  .desktop-min\:h-75 {
    height: 75px;
  }

  .desktop-min\:h-80 {
    height: 80px;
  }

  .desktop-min\:h-85 {
    height: 85px;
  }

  .desktop-min\:h-90 {
    height: 90px;
  }

  .desktop-min\:h-95 {
    height: 95px;
  }

  .desktop-min\:h-96 {
    height: 96px;
  }

  .desktop-min\:h-100 {
    height: 100px;
  }

  .desktop-min\:h-110 {
    height: 110px;
  }

  .desktop-min\:h-115 {
    height: 115px;
  }

  .desktop-min\:h-120 {
    height: 120px;
  }

  .desktop-min\:h-128 {
    height: 128px;
  }

  .desktop-min\:h-135 {
    height: 135px;
  }

  .desktop-min\:h-140 {
    height: 140px;
  }

  .desktop-min\:h-145 {
    height: 145px;
  }

  .desktop-min\:h-150 {
    height: 150px;
  }

  .desktop-min\:h-160 {
    height: 160px;
  }

  .desktop-min\:h-165 {
    height: 165px;
  }

  .desktop-min\:h-168 {
    height: 168px;
  }

  .desktop-min\:h-170 {
    height: 170px;
  }

  .desktop-min\:h-180 {
    height: 180px;
  }

  .desktop-min\:h-200 {
    height: 200px;
  }

  .desktop-min\:h-220 {
    height: 220px;
  }

  .desktop-min\:h-230 {
    height: 230px;
  }

  .desktop-min\:h-235 {
    height: 235px;
  }

  .desktop-min\:h-240 {
    height: 240px;
  }

  .desktop-min\:h-250 {
    height: 250px;
  }

  .desktop-min\:h-300 {
    height: 300px;
  }

  .desktop-min\:h-320 {
    height: 320px;
  }

  .desktop-min\:h-350 {
    height: 350px;
  }

  .desktop-min\:h-375 {
    height: 375px;
  }

  .desktop-min\:h-400 {
    height: 400px;
  }

  .desktop-min\:h-450 {
    height: 450px;
  }

  .desktop-min\:h-700 {
    height: 700px;
  }

  .desktop-min\:h-auto {
    height: auto;
  }

  .desktop-min\:h-px {
    height: 1px;
  }

  .desktop-min\:h-1p {
    height: 1%;
  }

  .desktop-min\:h-1\/12 {
    height: 8.3333%;
  }

  .desktop-min\:h-2\/12 {
    height: 16.666667%;
  }

  .desktop-min\:h-11p {
    height: 11%;
  }

  .desktop-min\:h-20p {
    height: 20%;
  }

  .desktop-min\:h-24p {
    height: 24.25%;
  }

  .desktop-min\:h-25p {
    height: 25%;
  }

  .desktop-min\:h-32p {
    height: 32%;
  }

  .desktop-min\:h-35p {
    height: 35%;
  }

  .desktop-min\:h-40p {
    height: 40%;
  }

  .desktop-min\:h-49p {
    height: 49%;
  }

  .desktop-min\:h-49-5p {
    height: 49.5%;
  }

  .desktop-min\:h-80p {
    height: 80%;
  }

  .desktop-min\:h-vh80 {
    height: 80vh;
  }

  .desktop-min\:h-vh86 {
    height: 86vh;
  }

  .desktop-min\:h-vh90 {
    height: 90vh;
  }

  .desktop-min\:h-vw80 {
    height: 80vw;
  }

  .desktop-min\:h-vw90 {
    height: 90vw;
  }

  .desktop-min\:h-90p {
    height: 90%;
  }

  .desktop-min\:h-92p {
    height: 92%;
  }

  .desktop-min\:h-93p {
    height: 93%;
  }

  .desktop-min\:h-94p {
    height: 94%;
  }

  .desktop-min\:h-95p {
    height: 95%;
  }

  .desktop-min\:h-96p {
    height: 96%;
  }

  .desktop-min\:h-100p {
    height: 100%;
  }

  .desktop-min\:h-full {
    height: 100%;
  }

  .desktop-min\:h-screen {
    height: 100vh;
  }

  .desktop-min\:hover\:h-0:hover {
    height: 0px;
  }

  .desktop-min\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .desktop-min\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .desktop-min\:hover\:h-3:hover {
    height: 3px;
  }

  .desktop-min\:hover\:h-4:hover {
    height: 4px;
  }

  .desktop-min\:hover\:h-5:hover {
    height: 5px;
  }

  .desktop-min\:hover\:h-6:hover {
    height: 6px;
  }

  .desktop-min\:hover\:h-8:hover {
    height: 8px;
  }

  .desktop-min\:hover\:h-9:hover {
    height: 9px;
  }

  .desktop-min\:hover\:h-10:hover {
    height: 10px;
  }

  .desktop-min\:hover\:h-12:hover {
    height: 12px;
  }

  .desktop-min\:hover\:h-13:hover {
    height: 13px;
  }

  .desktop-min\:hover\:h-14:hover {
    height: 14px;
  }

  .desktop-min\:hover\:h-15:hover {
    height: 15px;
  }

  .desktop-min\:hover\:h-16:hover {
    height: 16px;
  }

  .desktop-min\:hover\:h-17:hover {
    height: 17px;
  }

  .desktop-min\:hover\:h-18:hover {
    height: 18px;
  }

  .desktop-min\:hover\:h-20:hover {
    height: 20px;
  }

  .desktop-min\:hover\:h-22:hover {
    height: 22px;
  }

  .desktop-min\:hover\:h-24:hover {
    height: 24px;
  }

  .desktop-min\:hover\:h-25:hover {
    height: 25px;
  }

  .desktop-min\:hover\:h-28:hover {
    height: 28px;
  }

  .desktop-min\:hover\:h-29:hover {
    height: 29px;
  }

  .desktop-min\:hover\:h-30:hover {
    height: 30px;
  }

  .desktop-min\:hover\:h-32:hover {
    height: 32px;
  }

  .desktop-min\:hover\:h-35:hover {
    height: 35px;
  }

  .desktop-min\:hover\:h-36:hover {
    height: 36px;
  }

  .desktop-min\:hover\:h-37:hover {
    height: 37px;
  }

  .desktop-min\:hover\:h-40:hover {
    height: 40px;
  }

  .desktop-min\:hover\:h-45:hover {
    height: 45px;
  }

  .desktop-min\:hover\:h-48:hover {
    height: 48px;
  }

  .desktop-min\:hover\:h-50:hover {
    height: 50px;
  }

  .desktop-min\:hover\:h-55:hover {
    height: 55px;
  }

  .desktop-min\:hover\:h-56:hover {
    height: 56px;
  }

  .desktop-min\:hover\:h-60:hover {
    height: 60px;
  }

  .desktop-min\:hover\:h-62:hover {
    height: 62px;
  }

  .desktop-min\:hover\:h-64:hover {
    height: 64px;
  }

  .desktop-min\:hover\:h-65:hover {
    height: 65px;
  }

  .desktop-min\:hover\:h-70:hover {
    height: 70px;
  }

  .desktop-min\:hover\:h-75:hover {
    height: 75px;
  }

  .desktop-min\:hover\:h-80:hover {
    height: 80px;
  }

  .desktop-min\:hover\:h-85:hover {
    height: 85px;
  }

  .desktop-min\:hover\:h-90:hover {
    height: 90px;
  }

  .desktop-min\:hover\:h-95:hover {
    height: 95px;
  }

  .desktop-min\:hover\:h-96:hover {
    height: 96px;
  }

  .desktop-min\:hover\:h-100:hover {
    height: 100px;
  }

  .desktop-min\:hover\:h-110:hover {
    height: 110px;
  }

  .desktop-min\:hover\:h-115:hover {
    height: 115px;
  }

  .desktop-min\:hover\:h-120:hover {
    height: 120px;
  }

  .desktop-min\:hover\:h-128:hover {
    height: 128px;
  }

  .desktop-min\:hover\:h-135:hover {
    height: 135px;
  }

  .desktop-min\:hover\:h-140:hover {
    height: 140px;
  }

  .desktop-min\:hover\:h-145:hover {
    height: 145px;
  }

  .desktop-min\:hover\:h-150:hover {
    height: 150px;
  }

  .desktop-min\:hover\:h-160:hover {
    height: 160px;
  }

  .desktop-min\:hover\:h-165:hover {
    height: 165px;
  }

  .desktop-min\:hover\:h-168:hover {
    height: 168px;
  }

  .desktop-min\:hover\:h-170:hover {
    height: 170px;
  }

  .desktop-min\:hover\:h-180:hover {
    height: 180px;
  }

  .desktop-min\:hover\:h-200:hover {
    height: 200px;
  }

  .desktop-min\:hover\:h-220:hover {
    height: 220px;
  }

  .desktop-min\:hover\:h-230:hover {
    height: 230px;
  }

  .desktop-min\:hover\:h-235:hover {
    height: 235px;
  }

  .desktop-min\:hover\:h-240:hover {
    height: 240px;
  }

  .desktop-min\:hover\:h-250:hover {
    height: 250px;
  }

  .desktop-min\:hover\:h-300:hover {
    height: 300px;
  }

  .desktop-min\:hover\:h-320:hover {
    height: 320px;
  }

  .desktop-min\:hover\:h-350:hover {
    height: 350px;
  }

  .desktop-min\:hover\:h-375:hover {
    height: 375px;
  }

  .desktop-min\:hover\:h-400:hover {
    height: 400px;
  }

  .desktop-min\:hover\:h-450:hover {
    height: 450px;
  }

  .desktop-min\:hover\:h-700:hover {
    height: 700px;
  }

  .desktop-min\:hover\:h-auto:hover {
    height: auto;
  }

  .desktop-min\:hover\:h-px:hover {
    height: 1px;
  }

  .desktop-min\:hover\:h-1p:hover {
    height: 1%;
  }

  .desktop-min\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .desktop-min\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .desktop-min\:hover\:h-11p:hover {
    height: 11%;
  }

  .desktop-min\:hover\:h-20p:hover {
    height: 20%;
  }

  .desktop-min\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .desktop-min\:hover\:h-25p:hover {
    height: 25%;
  }

  .desktop-min\:hover\:h-32p:hover {
    height: 32%;
  }

  .desktop-min\:hover\:h-35p:hover {
    height: 35%;
  }

  .desktop-min\:hover\:h-40p:hover {
    height: 40%;
  }

  .desktop-min\:hover\:h-49p:hover {
    height: 49%;
  }

  .desktop-min\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .desktop-min\:hover\:h-80p:hover {
    height: 80%;
  }

  .desktop-min\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .desktop-min\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .desktop-min\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .desktop-min\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .desktop-min\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .desktop-min\:hover\:h-90p:hover {
    height: 90%;
  }

  .desktop-min\:hover\:h-92p:hover {
    height: 92%;
  }

  .desktop-min\:hover\:h-93p:hover {
    height: 93%;
  }

  .desktop-min\:hover\:h-94p:hover {
    height: 94%;
  }

  .desktop-min\:hover\:h-95p:hover {
    height: 95%;
  }

  .desktop-min\:hover\:h-96p:hover {
    height: 96%;
  }

  .desktop-min\:hover\:h-100p:hover {
    height: 100%;
  }

  .desktop-min\:hover\:h-full:hover {
    height: 100%;
  }

  .desktop-min\:hover\:h-screen:hover {
    height: 100vh;
  }

  .desktop-min\:focus\:h-0:focus {
    height: 0px;
  }

  .desktop-min\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .desktop-min\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .desktop-min\:focus\:h-3:focus {
    height: 3px;
  }

  .desktop-min\:focus\:h-4:focus {
    height: 4px;
  }

  .desktop-min\:focus\:h-5:focus {
    height: 5px;
  }

  .desktop-min\:focus\:h-6:focus {
    height: 6px;
  }

  .desktop-min\:focus\:h-8:focus {
    height: 8px;
  }

  .desktop-min\:focus\:h-9:focus {
    height: 9px;
  }

  .desktop-min\:focus\:h-10:focus {
    height: 10px;
  }

  .desktop-min\:focus\:h-12:focus {
    height: 12px;
  }

  .desktop-min\:focus\:h-13:focus {
    height: 13px;
  }

  .desktop-min\:focus\:h-14:focus {
    height: 14px;
  }

  .desktop-min\:focus\:h-15:focus {
    height: 15px;
  }

  .desktop-min\:focus\:h-16:focus {
    height: 16px;
  }

  .desktop-min\:focus\:h-17:focus {
    height: 17px;
  }

  .desktop-min\:focus\:h-18:focus {
    height: 18px;
  }

  .desktop-min\:focus\:h-20:focus {
    height: 20px;
  }

  .desktop-min\:focus\:h-22:focus {
    height: 22px;
  }

  .desktop-min\:focus\:h-24:focus {
    height: 24px;
  }

  .desktop-min\:focus\:h-25:focus {
    height: 25px;
  }

  .desktop-min\:focus\:h-28:focus {
    height: 28px;
  }

  .desktop-min\:focus\:h-29:focus {
    height: 29px;
  }

  .desktop-min\:focus\:h-30:focus {
    height: 30px;
  }

  .desktop-min\:focus\:h-32:focus {
    height: 32px;
  }

  .desktop-min\:focus\:h-35:focus {
    height: 35px;
  }

  .desktop-min\:focus\:h-36:focus {
    height: 36px;
  }

  .desktop-min\:focus\:h-37:focus {
    height: 37px;
  }

  .desktop-min\:focus\:h-40:focus {
    height: 40px;
  }

  .desktop-min\:focus\:h-45:focus {
    height: 45px;
  }

  .desktop-min\:focus\:h-48:focus {
    height: 48px;
  }

  .desktop-min\:focus\:h-50:focus {
    height: 50px;
  }

  .desktop-min\:focus\:h-55:focus {
    height: 55px;
  }

  .desktop-min\:focus\:h-56:focus {
    height: 56px;
  }

  .desktop-min\:focus\:h-60:focus {
    height: 60px;
  }

  .desktop-min\:focus\:h-62:focus {
    height: 62px;
  }

  .desktop-min\:focus\:h-64:focus {
    height: 64px;
  }

  .desktop-min\:focus\:h-65:focus {
    height: 65px;
  }

  .desktop-min\:focus\:h-70:focus {
    height: 70px;
  }

  .desktop-min\:focus\:h-75:focus {
    height: 75px;
  }

  .desktop-min\:focus\:h-80:focus {
    height: 80px;
  }

  .desktop-min\:focus\:h-85:focus {
    height: 85px;
  }

  .desktop-min\:focus\:h-90:focus {
    height: 90px;
  }

  .desktop-min\:focus\:h-95:focus {
    height: 95px;
  }

  .desktop-min\:focus\:h-96:focus {
    height: 96px;
  }

  .desktop-min\:focus\:h-100:focus {
    height: 100px;
  }

  .desktop-min\:focus\:h-110:focus {
    height: 110px;
  }

  .desktop-min\:focus\:h-115:focus {
    height: 115px;
  }

  .desktop-min\:focus\:h-120:focus {
    height: 120px;
  }

  .desktop-min\:focus\:h-128:focus {
    height: 128px;
  }

  .desktop-min\:focus\:h-135:focus {
    height: 135px;
  }

  .desktop-min\:focus\:h-140:focus {
    height: 140px;
  }

  .desktop-min\:focus\:h-145:focus {
    height: 145px;
  }

  .desktop-min\:focus\:h-150:focus {
    height: 150px;
  }

  .desktop-min\:focus\:h-160:focus {
    height: 160px;
  }

  .desktop-min\:focus\:h-165:focus {
    height: 165px;
  }

  .desktop-min\:focus\:h-168:focus {
    height: 168px;
  }

  .desktop-min\:focus\:h-170:focus {
    height: 170px;
  }

  .desktop-min\:focus\:h-180:focus {
    height: 180px;
  }

  .desktop-min\:focus\:h-200:focus {
    height: 200px;
  }

  .desktop-min\:focus\:h-220:focus {
    height: 220px;
  }

  .desktop-min\:focus\:h-230:focus {
    height: 230px;
  }

  .desktop-min\:focus\:h-235:focus {
    height: 235px;
  }

  .desktop-min\:focus\:h-240:focus {
    height: 240px;
  }

  .desktop-min\:focus\:h-250:focus {
    height: 250px;
  }

  .desktop-min\:focus\:h-300:focus {
    height: 300px;
  }

  .desktop-min\:focus\:h-320:focus {
    height: 320px;
  }

  .desktop-min\:focus\:h-350:focus {
    height: 350px;
  }

  .desktop-min\:focus\:h-375:focus {
    height: 375px;
  }

  .desktop-min\:focus\:h-400:focus {
    height: 400px;
  }

  .desktop-min\:focus\:h-450:focus {
    height: 450px;
  }

  .desktop-min\:focus\:h-700:focus {
    height: 700px;
  }

  .desktop-min\:focus\:h-auto:focus {
    height: auto;
  }

  .desktop-min\:focus\:h-px:focus {
    height: 1px;
  }

  .desktop-min\:focus\:h-1p:focus {
    height: 1%;
  }

  .desktop-min\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .desktop-min\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .desktop-min\:focus\:h-11p:focus {
    height: 11%;
  }

  .desktop-min\:focus\:h-20p:focus {
    height: 20%;
  }

  .desktop-min\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .desktop-min\:focus\:h-25p:focus {
    height: 25%;
  }

  .desktop-min\:focus\:h-32p:focus {
    height: 32%;
  }

  .desktop-min\:focus\:h-35p:focus {
    height: 35%;
  }

  .desktop-min\:focus\:h-40p:focus {
    height: 40%;
  }

  .desktop-min\:focus\:h-49p:focus {
    height: 49%;
  }

  .desktop-min\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .desktop-min\:focus\:h-80p:focus {
    height: 80%;
  }

  .desktop-min\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .desktop-min\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .desktop-min\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .desktop-min\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .desktop-min\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .desktop-min\:focus\:h-90p:focus {
    height: 90%;
  }

  .desktop-min\:focus\:h-92p:focus {
    height: 92%;
  }

  .desktop-min\:focus\:h-93p:focus {
    height: 93%;
  }

  .desktop-min\:focus\:h-94p:focus {
    height: 94%;
  }

  .desktop-min\:focus\:h-95p:focus {
    height: 95%;
  }

  .desktop-min\:focus\:h-96p:focus {
    height: 96%;
  }

  .desktop-min\:focus\:h-100p:focus {
    height: 100%;
  }

  .desktop-min\:focus\:h-full:focus {
    height: 100%;
  }

  .desktop-min\:focus\:h-screen:focus {
    height: 100vh;
  }

  .desktop-min\:first\:h-0:first-child {
    height: 0px;
  }

  .desktop-min\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .desktop-min\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .desktop-min\:first\:h-3:first-child {
    height: 3px;
  }

  .desktop-min\:first\:h-4:first-child {
    height: 4px;
  }

  .desktop-min\:first\:h-5:first-child {
    height: 5px;
  }

  .desktop-min\:first\:h-6:first-child {
    height: 6px;
  }

  .desktop-min\:first\:h-8:first-child {
    height: 8px;
  }

  .desktop-min\:first\:h-9:first-child {
    height: 9px;
  }

  .desktop-min\:first\:h-10:first-child {
    height: 10px;
  }

  .desktop-min\:first\:h-12:first-child {
    height: 12px;
  }

  .desktop-min\:first\:h-13:first-child {
    height: 13px;
  }

  .desktop-min\:first\:h-14:first-child {
    height: 14px;
  }

  .desktop-min\:first\:h-15:first-child {
    height: 15px;
  }

  .desktop-min\:first\:h-16:first-child {
    height: 16px;
  }

  .desktop-min\:first\:h-17:first-child {
    height: 17px;
  }

  .desktop-min\:first\:h-18:first-child {
    height: 18px;
  }

  .desktop-min\:first\:h-20:first-child {
    height: 20px;
  }

  .desktop-min\:first\:h-22:first-child {
    height: 22px;
  }

  .desktop-min\:first\:h-24:first-child {
    height: 24px;
  }

  .desktop-min\:first\:h-25:first-child {
    height: 25px;
  }

  .desktop-min\:first\:h-28:first-child {
    height: 28px;
  }

  .desktop-min\:first\:h-29:first-child {
    height: 29px;
  }

  .desktop-min\:first\:h-30:first-child {
    height: 30px;
  }

  .desktop-min\:first\:h-32:first-child {
    height: 32px;
  }

  .desktop-min\:first\:h-35:first-child {
    height: 35px;
  }

  .desktop-min\:first\:h-36:first-child {
    height: 36px;
  }

  .desktop-min\:first\:h-37:first-child {
    height: 37px;
  }

  .desktop-min\:first\:h-40:first-child {
    height: 40px;
  }

  .desktop-min\:first\:h-45:first-child {
    height: 45px;
  }

  .desktop-min\:first\:h-48:first-child {
    height: 48px;
  }

  .desktop-min\:first\:h-50:first-child {
    height: 50px;
  }

  .desktop-min\:first\:h-55:first-child {
    height: 55px;
  }

  .desktop-min\:first\:h-56:first-child {
    height: 56px;
  }

  .desktop-min\:first\:h-60:first-child {
    height: 60px;
  }

  .desktop-min\:first\:h-62:first-child {
    height: 62px;
  }

  .desktop-min\:first\:h-64:first-child {
    height: 64px;
  }

  .desktop-min\:first\:h-65:first-child {
    height: 65px;
  }

  .desktop-min\:first\:h-70:first-child {
    height: 70px;
  }

  .desktop-min\:first\:h-75:first-child {
    height: 75px;
  }

  .desktop-min\:first\:h-80:first-child {
    height: 80px;
  }

  .desktop-min\:first\:h-85:first-child {
    height: 85px;
  }

  .desktop-min\:first\:h-90:first-child {
    height: 90px;
  }

  .desktop-min\:first\:h-95:first-child {
    height: 95px;
  }

  .desktop-min\:first\:h-96:first-child {
    height: 96px;
  }

  .desktop-min\:first\:h-100:first-child {
    height: 100px;
  }

  .desktop-min\:first\:h-110:first-child {
    height: 110px;
  }

  .desktop-min\:first\:h-115:first-child {
    height: 115px;
  }

  .desktop-min\:first\:h-120:first-child {
    height: 120px;
  }

  .desktop-min\:first\:h-128:first-child {
    height: 128px;
  }

  .desktop-min\:first\:h-135:first-child {
    height: 135px;
  }

  .desktop-min\:first\:h-140:first-child {
    height: 140px;
  }

  .desktop-min\:first\:h-145:first-child {
    height: 145px;
  }

  .desktop-min\:first\:h-150:first-child {
    height: 150px;
  }

  .desktop-min\:first\:h-160:first-child {
    height: 160px;
  }

  .desktop-min\:first\:h-165:first-child {
    height: 165px;
  }

  .desktop-min\:first\:h-168:first-child {
    height: 168px;
  }

  .desktop-min\:first\:h-170:first-child {
    height: 170px;
  }

  .desktop-min\:first\:h-180:first-child {
    height: 180px;
  }

  .desktop-min\:first\:h-200:first-child {
    height: 200px;
  }

  .desktop-min\:first\:h-220:first-child {
    height: 220px;
  }

  .desktop-min\:first\:h-230:first-child {
    height: 230px;
  }

  .desktop-min\:first\:h-235:first-child {
    height: 235px;
  }

  .desktop-min\:first\:h-240:first-child {
    height: 240px;
  }

  .desktop-min\:first\:h-250:first-child {
    height: 250px;
  }

  .desktop-min\:first\:h-300:first-child {
    height: 300px;
  }

  .desktop-min\:first\:h-320:first-child {
    height: 320px;
  }

  .desktop-min\:first\:h-350:first-child {
    height: 350px;
  }

  .desktop-min\:first\:h-375:first-child {
    height: 375px;
  }

  .desktop-min\:first\:h-400:first-child {
    height: 400px;
  }

  .desktop-min\:first\:h-450:first-child {
    height: 450px;
  }

  .desktop-min\:first\:h-700:first-child {
    height: 700px;
  }

  .desktop-min\:first\:h-auto:first-child {
    height: auto;
  }

  .desktop-min\:first\:h-px:first-child {
    height: 1px;
  }

  .desktop-min\:first\:h-1p:first-child {
    height: 1%;
  }

  .desktop-min\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .desktop-min\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .desktop-min\:first\:h-11p:first-child {
    height: 11%;
  }

  .desktop-min\:first\:h-20p:first-child {
    height: 20%;
  }

  .desktop-min\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .desktop-min\:first\:h-25p:first-child {
    height: 25%;
  }

  .desktop-min\:first\:h-32p:first-child {
    height: 32%;
  }

  .desktop-min\:first\:h-35p:first-child {
    height: 35%;
  }

  .desktop-min\:first\:h-40p:first-child {
    height: 40%;
  }

  .desktop-min\:first\:h-49p:first-child {
    height: 49%;
  }

  .desktop-min\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .desktop-min\:first\:h-80p:first-child {
    height: 80%;
  }

  .desktop-min\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .desktop-min\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .desktop-min\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .desktop-min\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .desktop-min\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .desktop-min\:first\:h-90p:first-child {
    height: 90%;
  }

  .desktop-min\:first\:h-92p:first-child {
    height: 92%;
  }

  .desktop-min\:first\:h-93p:first-child {
    height: 93%;
  }

  .desktop-min\:first\:h-94p:first-child {
    height: 94%;
  }

  .desktop-min\:first\:h-95p:first-child {
    height: 95%;
  }

  .desktop-min\:first\:h-96p:first-child {
    height: 96%;
  }

  .desktop-min\:first\:h-100p:first-child {
    height: 100%;
  }

  .desktop-min\:first\:h-full:first-child {
    height: 100%;
  }

  .desktop-min\:first\:h-screen:first-child {
    height: 100vh;
  }

  .desktop-min\:last\:h-0:last-child {
    height: 0px;
  }

  .desktop-min\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .desktop-min\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .desktop-min\:last\:h-3:last-child {
    height: 3px;
  }

  .desktop-min\:last\:h-4:last-child {
    height: 4px;
  }

  .desktop-min\:last\:h-5:last-child {
    height: 5px;
  }

  .desktop-min\:last\:h-6:last-child {
    height: 6px;
  }

  .desktop-min\:last\:h-8:last-child {
    height: 8px;
  }

  .desktop-min\:last\:h-9:last-child {
    height: 9px;
  }

  .desktop-min\:last\:h-10:last-child {
    height: 10px;
  }

  .desktop-min\:last\:h-12:last-child {
    height: 12px;
  }

  .desktop-min\:last\:h-13:last-child {
    height: 13px;
  }

  .desktop-min\:last\:h-14:last-child {
    height: 14px;
  }

  .desktop-min\:last\:h-15:last-child {
    height: 15px;
  }

  .desktop-min\:last\:h-16:last-child {
    height: 16px;
  }

  .desktop-min\:last\:h-17:last-child {
    height: 17px;
  }

  .desktop-min\:last\:h-18:last-child {
    height: 18px;
  }

  .desktop-min\:last\:h-20:last-child {
    height: 20px;
  }

  .desktop-min\:last\:h-22:last-child {
    height: 22px;
  }

  .desktop-min\:last\:h-24:last-child {
    height: 24px;
  }

  .desktop-min\:last\:h-25:last-child {
    height: 25px;
  }

  .desktop-min\:last\:h-28:last-child {
    height: 28px;
  }

  .desktop-min\:last\:h-29:last-child {
    height: 29px;
  }

  .desktop-min\:last\:h-30:last-child {
    height: 30px;
  }

  .desktop-min\:last\:h-32:last-child {
    height: 32px;
  }

  .desktop-min\:last\:h-35:last-child {
    height: 35px;
  }

  .desktop-min\:last\:h-36:last-child {
    height: 36px;
  }

  .desktop-min\:last\:h-37:last-child {
    height: 37px;
  }

  .desktop-min\:last\:h-40:last-child {
    height: 40px;
  }

  .desktop-min\:last\:h-45:last-child {
    height: 45px;
  }

  .desktop-min\:last\:h-48:last-child {
    height: 48px;
  }

  .desktop-min\:last\:h-50:last-child {
    height: 50px;
  }

  .desktop-min\:last\:h-55:last-child {
    height: 55px;
  }

  .desktop-min\:last\:h-56:last-child {
    height: 56px;
  }

  .desktop-min\:last\:h-60:last-child {
    height: 60px;
  }

  .desktop-min\:last\:h-62:last-child {
    height: 62px;
  }

  .desktop-min\:last\:h-64:last-child {
    height: 64px;
  }

  .desktop-min\:last\:h-65:last-child {
    height: 65px;
  }

  .desktop-min\:last\:h-70:last-child {
    height: 70px;
  }

  .desktop-min\:last\:h-75:last-child {
    height: 75px;
  }

  .desktop-min\:last\:h-80:last-child {
    height: 80px;
  }

  .desktop-min\:last\:h-85:last-child {
    height: 85px;
  }

  .desktop-min\:last\:h-90:last-child {
    height: 90px;
  }

  .desktop-min\:last\:h-95:last-child {
    height: 95px;
  }

  .desktop-min\:last\:h-96:last-child {
    height: 96px;
  }

  .desktop-min\:last\:h-100:last-child {
    height: 100px;
  }

  .desktop-min\:last\:h-110:last-child {
    height: 110px;
  }

  .desktop-min\:last\:h-115:last-child {
    height: 115px;
  }

  .desktop-min\:last\:h-120:last-child {
    height: 120px;
  }

  .desktop-min\:last\:h-128:last-child {
    height: 128px;
  }

  .desktop-min\:last\:h-135:last-child {
    height: 135px;
  }

  .desktop-min\:last\:h-140:last-child {
    height: 140px;
  }

  .desktop-min\:last\:h-145:last-child {
    height: 145px;
  }

  .desktop-min\:last\:h-150:last-child {
    height: 150px;
  }

  .desktop-min\:last\:h-160:last-child {
    height: 160px;
  }

  .desktop-min\:last\:h-165:last-child {
    height: 165px;
  }

  .desktop-min\:last\:h-168:last-child {
    height: 168px;
  }

  .desktop-min\:last\:h-170:last-child {
    height: 170px;
  }

  .desktop-min\:last\:h-180:last-child {
    height: 180px;
  }

  .desktop-min\:last\:h-200:last-child {
    height: 200px;
  }

  .desktop-min\:last\:h-220:last-child {
    height: 220px;
  }

  .desktop-min\:last\:h-230:last-child {
    height: 230px;
  }

  .desktop-min\:last\:h-235:last-child {
    height: 235px;
  }

  .desktop-min\:last\:h-240:last-child {
    height: 240px;
  }

  .desktop-min\:last\:h-250:last-child {
    height: 250px;
  }

  .desktop-min\:last\:h-300:last-child {
    height: 300px;
  }

  .desktop-min\:last\:h-320:last-child {
    height: 320px;
  }

  .desktop-min\:last\:h-350:last-child {
    height: 350px;
  }

  .desktop-min\:last\:h-375:last-child {
    height: 375px;
  }

  .desktop-min\:last\:h-400:last-child {
    height: 400px;
  }

  .desktop-min\:last\:h-450:last-child {
    height: 450px;
  }

  .desktop-min\:last\:h-700:last-child {
    height: 700px;
  }

  .desktop-min\:last\:h-auto:last-child {
    height: auto;
  }

  .desktop-min\:last\:h-px:last-child {
    height: 1px;
  }

  .desktop-min\:last\:h-1p:last-child {
    height: 1%;
  }

  .desktop-min\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .desktop-min\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .desktop-min\:last\:h-11p:last-child {
    height: 11%;
  }

  .desktop-min\:last\:h-20p:last-child {
    height: 20%;
  }

  .desktop-min\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .desktop-min\:last\:h-25p:last-child {
    height: 25%;
  }

  .desktop-min\:last\:h-32p:last-child {
    height: 32%;
  }

  .desktop-min\:last\:h-35p:last-child {
    height: 35%;
  }

  .desktop-min\:last\:h-40p:last-child {
    height: 40%;
  }

  .desktop-min\:last\:h-49p:last-child {
    height: 49%;
  }

  .desktop-min\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .desktop-min\:last\:h-80p:last-child {
    height: 80%;
  }

  .desktop-min\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .desktop-min\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .desktop-min\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .desktop-min\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .desktop-min\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .desktop-min\:last\:h-90p:last-child {
    height: 90%;
  }

  .desktop-min\:last\:h-92p:last-child {
    height: 92%;
  }

  .desktop-min\:last\:h-93p:last-child {
    height: 93%;
  }

  .desktop-min\:last\:h-94p:last-child {
    height: 94%;
  }

  .desktop-min\:last\:h-95p:last-child {
    height: 95%;
  }

  .desktop-min\:last\:h-96p:last-child {
    height: 96%;
  }

  .desktop-min\:last\:h-100p:last-child {
    height: 100%;
  }

  .desktop-min\:last\:h-full:last-child {
    height: 100%;
  }

  .desktop-min\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .desktop-min\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .desktop-min\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .desktop-min\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .desktop-min\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .desktop-min\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .desktop-min\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .desktop-min\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .desktop-min\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .desktop-min\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .desktop-min\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .desktop-min\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .desktop-min\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .desktop-min\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .desktop-min\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .desktop-min\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .desktop-min\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .desktop-min\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .desktop-min\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .desktop-min\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .desktop-min\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .desktop-min\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .desktop-min\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .desktop-min\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .desktop-min\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .desktop-min\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .desktop-min\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .desktop-min\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .desktop-min\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .desktop-min\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .desktop-min\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .desktop-min\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .desktop-min\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .desktop-min\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .desktop-min\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .desktop-min\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .desktop-min\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .desktop-min\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .desktop-min\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .desktop-min\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .desktop-min\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .desktop-min\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .desktop-min\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .desktop-min\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .desktop-min\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .desktop-min\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .desktop-min\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .desktop-min\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .desktop-min\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .desktop-min\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .desktop-min\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .desktop-min\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .desktop-min\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .desktop-min\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .desktop-min\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .desktop-min\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .desktop-min\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .desktop-min\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .desktop-min\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .desktop-min\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .desktop-min\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .desktop-min\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .desktop-min\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .desktop-min\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .desktop-min\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .desktop-min\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .desktop-min\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .desktop-min\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .desktop-min\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .desktop-min\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .desktop-min\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .desktop-min\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .desktop-min\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .desktop-min\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .desktop-min\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .desktop-min\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .desktop-min\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .desktop-min\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .desktop-min\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .desktop-min\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .desktop-min\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .desktop-min\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .desktop-min\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .desktop-min\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .desktop-min\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .desktop-min\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .desktop-min\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .desktop-min\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .desktop-min\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .desktop-min\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .desktop-min\:group-hover\:h-screen {
    height: 100vh;
  }

  .desktop-min\:text-12 {
    font-size: 12px;
  }

  .desktop-min\:text-13 {
    font-size: 13px;
  }

  .desktop-min\:text-14 {
    font-size: 14px;
  }

  .desktop-min\:text-15 {
    font-size: 15px;
  }

  .desktop-min\:text-16 {
    font-size: 16px;
  }

  .desktop-min\:text-17 {
    font-size: 17px;
  }

  .desktop-min\:text-18 {
    font-size: 18px;
  }

  .desktop-min\:text-21 {
    font-size: 21px;
  }

  .desktop-min\:text-23 {
    font-size: 23px;
  }

  .desktop-min\:text-24 {
    font-size: 24px;
  }

  .desktop-min\:text-27 {
    font-size: 27px;
  }

  .desktop-min\:text-35 {
    font-size: 35px;
  }

  .desktop-min\:text-40 {
    font-size: 40px;
  }

  .desktop-min\:text-xs {
    font-size: 0.75rem;
  }

  .desktop-min\:text-sm {
    font-size: 0.875rem;
  }

  .desktop-min\:text-base {
    font-size: 1rem;
  }

  .desktop-min\:text-lg {
    font-size: 1.125rem;
  }

  .desktop-min\:text-xl {
    font-size: 1.25rem;
  }

  .desktop-min\:text-2xl {
    font-size: 1.5rem;
  }

  .desktop-min\:text-3xl {
    font-size: 1.875rem;
  }

  .desktop-min\:text-4xl {
    font-size: 2.25rem;
  }

  .desktop-min\:text-5xl {
    font-size: 3rem;
  }

  .desktop-min\:text-6xl {
    font-size: 4rem;
  }

  .desktop-min\:hover\:text-12:hover {
    font-size: 12px;
  }

  .desktop-min\:hover\:text-13:hover {
    font-size: 13px;
  }

  .desktop-min\:hover\:text-14:hover {
    font-size: 14px;
  }

  .desktop-min\:hover\:text-15:hover {
    font-size: 15px;
  }

  .desktop-min\:hover\:text-16:hover {
    font-size: 16px;
  }

  .desktop-min\:hover\:text-17:hover {
    font-size: 17px;
  }

  .desktop-min\:hover\:text-18:hover {
    font-size: 18px;
  }

  .desktop-min\:hover\:text-21:hover {
    font-size: 21px;
  }

  .desktop-min\:hover\:text-23:hover {
    font-size: 23px;
  }

  .desktop-min\:hover\:text-24:hover {
    font-size: 24px;
  }

  .desktop-min\:hover\:text-27:hover {
    font-size: 27px;
  }

  .desktop-min\:hover\:text-35:hover {
    font-size: 35px;
  }

  .desktop-min\:hover\:text-40:hover {
    font-size: 40px;
  }

  .desktop-min\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .desktop-min\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .desktop-min\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .desktop-min\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .desktop-min\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .desktop-min\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .desktop-min\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .desktop-min\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .desktop-min\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .desktop-min\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .desktop-min\:focus\:text-12:focus {
    font-size: 12px;
  }

  .desktop-min\:focus\:text-13:focus {
    font-size: 13px;
  }

  .desktop-min\:focus\:text-14:focus {
    font-size: 14px;
  }

  .desktop-min\:focus\:text-15:focus {
    font-size: 15px;
  }

  .desktop-min\:focus\:text-16:focus {
    font-size: 16px;
  }

  .desktop-min\:focus\:text-17:focus {
    font-size: 17px;
  }

  .desktop-min\:focus\:text-18:focus {
    font-size: 18px;
  }

  .desktop-min\:focus\:text-21:focus {
    font-size: 21px;
  }

  .desktop-min\:focus\:text-23:focus {
    font-size: 23px;
  }

  .desktop-min\:focus\:text-24:focus {
    font-size: 24px;
  }

  .desktop-min\:focus\:text-27:focus {
    font-size: 27px;
  }

  .desktop-min\:focus\:text-35:focus {
    font-size: 35px;
  }

  .desktop-min\:focus\:text-40:focus {
    font-size: 40px;
  }

  .desktop-min\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .desktop-min\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .desktop-min\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .desktop-min\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .desktop-min\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .desktop-min\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .desktop-min\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .desktop-min\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .desktop-min\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .desktop-min\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .desktop-min\:first\:text-12:first-child {
    font-size: 12px;
  }

  .desktop-min\:first\:text-13:first-child {
    font-size: 13px;
  }

  .desktop-min\:first\:text-14:first-child {
    font-size: 14px;
  }

  .desktop-min\:first\:text-15:first-child {
    font-size: 15px;
  }

  .desktop-min\:first\:text-16:first-child {
    font-size: 16px;
  }

  .desktop-min\:first\:text-17:first-child {
    font-size: 17px;
  }

  .desktop-min\:first\:text-18:first-child {
    font-size: 18px;
  }

  .desktop-min\:first\:text-21:first-child {
    font-size: 21px;
  }

  .desktop-min\:first\:text-23:first-child {
    font-size: 23px;
  }

  .desktop-min\:first\:text-24:first-child {
    font-size: 24px;
  }

  .desktop-min\:first\:text-27:first-child {
    font-size: 27px;
  }

  .desktop-min\:first\:text-35:first-child {
    font-size: 35px;
  }

  .desktop-min\:first\:text-40:first-child {
    font-size: 40px;
  }

  .desktop-min\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .desktop-min\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .desktop-min\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .desktop-min\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .desktop-min\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .desktop-min\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .desktop-min\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .desktop-min\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .desktop-min\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .desktop-min\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .desktop-min\:last\:text-12:last-child {
    font-size: 12px;
  }

  .desktop-min\:last\:text-13:last-child {
    font-size: 13px;
  }

  .desktop-min\:last\:text-14:last-child {
    font-size: 14px;
  }

  .desktop-min\:last\:text-15:last-child {
    font-size: 15px;
  }

  .desktop-min\:last\:text-16:last-child {
    font-size: 16px;
  }

  .desktop-min\:last\:text-17:last-child {
    font-size: 17px;
  }

  .desktop-min\:last\:text-18:last-child {
    font-size: 18px;
  }

  .desktop-min\:last\:text-21:last-child {
    font-size: 21px;
  }

  .desktop-min\:last\:text-23:last-child {
    font-size: 23px;
  }

  .desktop-min\:last\:text-24:last-child {
    font-size: 24px;
  }

  .desktop-min\:last\:text-27:last-child {
    font-size: 27px;
  }

  .desktop-min\:last\:text-35:last-child {
    font-size: 35px;
  }

  .desktop-min\:last\:text-40:last-child {
    font-size: 40px;
  }

  .desktop-min\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .desktop-min\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .desktop-min\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .desktop-min\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .desktop-min\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .desktop-min\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .desktop-min\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .desktop-min\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .desktop-min\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .desktop-min\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .desktop-min\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .desktop-min\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .desktop-min\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .desktop-min\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .desktop-min\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .desktop-min\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .desktop-min\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .desktop-min\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .desktop-min\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .desktop-min\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .desktop-min\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .desktop-min\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .desktop-min\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .desktop-min\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .desktop-min\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .desktop-min\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .desktop-min\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .desktop-min\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .desktop-min\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .desktop-min\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .desktop-min\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .desktop-min\:leading-1 {
    line-height: 1;
  }

  .desktop-min\:leading-3 {
    line-height: .75rem;
  }

  .desktop-min\:leading-4 {
    line-height: 1rem;
  }

  .desktop-min\:leading-5 {
    line-height: 1.25rem;
  }

  .desktop-min\:leading-6 {
    line-height: 1.5rem;
  }

  .desktop-min\:leading-7 {
    line-height: 1.75rem;
  }

  .desktop-min\:leading-8 {
    line-height: 2rem;
  }

  .desktop-min\:leading-9 {
    line-height: 2.25rem;
  }

  .desktop-min\:leading-10 {
    line-height: 2.5rem;
  }

  .desktop-min\:leading-19 {
    line-height: 19px;
  }

  .desktop-min\:leading-22 {
    line-height: 22px;
  }

  .desktop-min\:leading-25 {
    line-height: 25px;
  }

  .desktop-min\:leading-27 {
    line-height: 27px;
  }

  .desktop-min\:leading-28 {
    line-height: 28px;
  }

  .desktop-min\:leading-31 {
    line-height: 31px;
  }

  .desktop-min\:leading-32 {
    line-height: 32px;
  }

  .desktop-min\:leading-40 {
    line-height: 40px;
  }

  .desktop-min\:leading-43 {
    line-height: 43px;
  }

  .desktop-min\:leading-47 {
    line-height: 47px;
  }

  .desktop-min\:leading-none {
    line-height: 1;
  }

  .desktop-min\:leading-tight {
    line-height: 1.25;
  }

  .desktop-min\:leading-snug {
    line-height: 1.375;
  }

  .desktop-min\:leading-normal {
    line-height: 1.5;
  }

  .desktop-min\:leading-relaxed {
    line-height: 1.625;
  }

  .desktop-min\:leading-loose {
    line-height: 2;
  }

  .desktop-min\:hover\:leading-1:hover {
    line-height: 1;
  }

  .desktop-min\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .desktop-min\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .desktop-min\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .desktop-min\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .desktop-min\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .desktop-min\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .desktop-min\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .desktop-min\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .desktop-min\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .desktop-min\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .desktop-min\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .desktop-min\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .desktop-min\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .desktop-min\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .desktop-min\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .desktop-min\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .desktop-min\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .desktop-min\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .desktop-min\:hover\:leading-none:hover {
    line-height: 1;
  }

  .desktop-min\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .desktop-min\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .desktop-min\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .desktop-min\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .desktop-min\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .desktop-min\:focus\:leading-1:focus {
    line-height: 1;
  }

  .desktop-min\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .desktop-min\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .desktop-min\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .desktop-min\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .desktop-min\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .desktop-min\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .desktop-min\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .desktop-min\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .desktop-min\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .desktop-min\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .desktop-min\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .desktop-min\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .desktop-min\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .desktop-min\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .desktop-min\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .desktop-min\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .desktop-min\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .desktop-min\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .desktop-min\:focus\:leading-none:focus {
    line-height: 1;
  }

  .desktop-min\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .desktop-min\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .desktop-min\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .desktop-min\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .desktop-min\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .desktop-min\:first\:leading-1:first-child {
    line-height: 1;
  }

  .desktop-min\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .desktop-min\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .desktop-min\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .desktop-min\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .desktop-min\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .desktop-min\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .desktop-min\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .desktop-min\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .desktop-min\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .desktop-min\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .desktop-min\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .desktop-min\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .desktop-min\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .desktop-min\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .desktop-min\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .desktop-min\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .desktop-min\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .desktop-min\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .desktop-min\:first\:leading-none:first-child {
    line-height: 1;
  }

  .desktop-min\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .desktop-min\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .desktop-min\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .desktop-min\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .desktop-min\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .desktop-min\:last\:leading-1:last-child {
    line-height: 1;
  }

  .desktop-min\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .desktop-min\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .desktop-min\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .desktop-min\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .desktop-min\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .desktop-min\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .desktop-min\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .desktop-min\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .desktop-min\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .desktop-min\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .desktop-min\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .desktop-min\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .desktop-min\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .desktop-min\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .desktop-min\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .desktop-min\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .desktop-min\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .desktop-min\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .desktop-min\:last\:leading-none:last-child {
    line-height: 1;
  }

  .desktop-min\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .desktop-min\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .desktop-min\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .desktop-min\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .desktop-min\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .desktop-min\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .desktop-min\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .desktop-min\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .desktop-min\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .desktop-min\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .desktop-min\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .desktop-min\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .desktop-min\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .desktop-min\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .desktop-min\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .desktop-min\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .desktop-min\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .desktop-min\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .desktop-min\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .desktop-min\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .desktop-min\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .desktop-min\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .desktop-min\:group-hover\:leading-loose {
    line-height: 2;
  }

  .desktop-min\:list-inside {
    list-style-position: inside;
  }

  .desktop-min\:list-outside {
    list-style-position: outside;
  }

  .desktop-min\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .desktop-min\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .desktop-min\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .desktop-min\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .desktop-min\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .desktop-min\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .desktop-min\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .desktop-min\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .desktop-min\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .desktop-min\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .desktop-min\:list-none {
    list-style-type: none;
  }

  .desktop-min\:list-disc {
    list-style-type: disc;
  }

  .desktop-min\:list-decimal {
    list-style-type: decimal;
  }

  .desktop-min\:hover\:list-none:hover {
    list-style-type: none;
  }

  .desktop-min\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .desktop-min\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .desktop-min\:focus\:list-none:focus {
    list-style-type: none;
  }

  .desktop-min\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .desktop-min\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .desktop-min\:first\:list-none:first-child {
    list-style-type: none;
  }

  .desktop-min\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .desktop-min\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .desktop-min\:last\:list-none:last-child {
    list-style-type: none;
  }

  .desktop-min\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .desktop-min\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .desktop-min\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .desktop-min\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .desktop-min\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .desktop-min\:m-0 {
    margin: 0px;
  }

  .desktop-min\:m-1 {
    margin: 0.25rem;
  }

  .desktop-min\:m-2 {
    margin: 0.5rem;
  }

  .desktop-min\:m-3 {
    margin: 3px;
  }

  .desktop-min\:m-4 {
    margin: 4px;
  }

  .desktop-min\:m-5 {
    margin: 5px;
  }

  .desktop-min\:m-6 {
    margin: 6px;
  }

  .desktop-min\:m-8 {
    margin: 8px;
  }

  .desktop-min\:m-9 {
    margin: 9px;
  }

  .desktop-min\:m-10 {
    margin: 10px;
  }

  .desktop-min\:m-12 {
    margin: 12px;
  }

  .desktop-min\:m-13 {
    margin: 13px;
  }

  .desktop-min\:m-14 {
    margin: 14px;
  }

  .desktop-min\:m-15 {
    margin: 15px;
  }

  .desktop-min\:m-16 {
    margin: 16px;
  }

  .desktop-min\:m-17 {
    margin: 17px;
  }

  .desktop-min\:m-18 {
    margin: 18px;
  }

  .desktop-min\:m-20 {
    margin: 20px;
  }

  .desktop-min\:m-22 {
    margin: 22px;
  }

  .desktop-min\:m-24 {
    margin: 24px;
  }

  .desktop-min\:m-25 {
    margin: 25px;
  }

  .desktop-min\:m-28 {
    margin: 28px;
  }

  .desktop-min\:m-29 {
    margin: 29px;
  }

  .desktop-min\:m-30 {
    margin: 30px;
  }

  .desktop-min\:m-32 {
    margin: 32px;
  }

  .desktop-min\:m-35 {
    margin: 35px;
  }

  .desktop-min\:m-36 {
    margin: 36px;
  }

  .desktop-min\:m-37 {
    margin: 37px;
  }

  .desktop-min\:m-40 {
    margin: 40px;
  }

  .desktop-min\:m-45 {
    margin: 45px;
  }

  .desktop-min\:m-48 {
    margin: 48px;
  }

  .desktop-min\:m-50 {
    margin: 50px;
  }

  .desktop-min\:m-55 {
    margin: 55px;
  }

  .desktop-min\:m-56 {
    margin: 56px;
  }

  .desktop-min\:m-60 {
    margin: 60px;
  }

  .desktop-min\:m-62 {
    margin: 62px;
  }

  .desktop-min\:m-64 {
    margin: 64px;
  }

  .desktop-min\:m-65 {
    margin: 65px;
  }

  .desktop-min\:m-70 {
    margin: 70px;
  }

  .desktop-min\:m-75 {
    margin: 75px;
  }

  .desktop-min\:m-80 {
    margin: 80px;
  }

  .desktop-min\:m-85 {
    margin: 85px;
  }

  .desktop-min\:m-90 {
    margin: 90px;
  }

  .desktop-min\:m-95 {
    margin: 95px;
  }

  .desktop-min\:m-96 {
    margin: 96px;
  }

  .desktop-min\:m-100 {
    margin: 100px;
  }

  .desktop-min\:m-110 {
    margin: 110px;
  }

  .desktop-min\:m-115 {
    margin: 115px;
  }

  .desktop-min\:m-120 {
    margin: 120px;
  }

  .desktop-min\:m-128 {
    margin: 128px;
  }

  .desktop-min\:m-135 {
    margin: 135px;
  }

  .desktop-min\:m-140 {
    margin: 140px;
  }

  .desktop-min\:m-145 {
    margin: 145px;
  }

  .desktop-min\:m-150 {
    margin: 150px;
  }

  .desktop-min\:m-160 {
    margin: 160px;
  }

  .desktop-min\:m-165 {
    margin: 165px;
  }

  .desktop-min\:m-168 {
    margin: 168px;
  }

  .desktop-min\:m-170 {
    margin: 170px;
  }

  .desktop-min\:m-180 {
    margin: 180px;
  }

  .desktop-min\:m-200 {
    margin: 200px;
  }

  .desktop-min\:m-220 {
    margin: 220px;
  }

  .desktop-min\:m-230 {
    margin: 230px;
  }

  .desktop-min\:m-235 {
    margin: 235px;
  }

  .desktop-min\:m-240 {
    margin: 240px;
  }

  .desktop-min\:m-250 {
    margin: 250px;
  }

  .desktop-min\:m-300 {
    margin: 300px;
  }

  .desktop-min\:m-320 {
    margin: 320px;
  }

  .desktop-min\:m-350 {
    margin: 350px;
  }

  .desktop-min\:m-375 {
    margin: 375px;
  }

  .desktop-min\:m-400 {
    margin: 400px;
  }

  .desktop-min\:m-450 {
    margin: 450px;
  }

  .desktop-min\:m-700 {
    margin: 700px;
  }

  .desktop-min\:m-auto {
    margin: auto;
  }

  .desktop-min\:m-px {
    margin: 1px;
  }

  .desktop-min\:m-1p {
    margin: 1%;
  }

  .desktop-min\:m-1\/12 {
    margin: 8.3333%;
  }

  .desktop-min\:m-2\/12 {
    margin: 16.666667%;
  }

  .desktop-min\:m-11p {
    margin: 11%;
  }

  .desktop-min\:m-20p {
    margin: 20%;
  }

  .desktop-min\:m-24p {
    margin: 24.25%;
  }

  .desktop-min\:m-25p {
    margin: 25%;
  }

  .desktop-min\:m-32p {
    margin: 32%;
  }

  .desktop-min\:m-35p {
    margin: 35%;
  }

  .desktop-min\:m-40p {
    margin: 40%;
  }

  .desktop-min\:m-49p {
    margin: 49%;
  }

  .desktop-min\:m-49-5p {
    margin: 49.5%;
  }

  .desktop-min\:m-80p {
    margin: 80%;
  }

  .desktop-min\:m-vh80 {
    margin: 80vh;
  }

  .desktop-min\:m-vh86 {
    margin: 86vh;
  }

  .desktop-min\:m-vh90 {
    margin: 90vh;
  }

  .desktop-min\:m-vw80 {
    margin: 80vw;
  }

  .desktop-min\:m-vw90 {
    margin: 90vw;
  }

  .desktop-min\:m-90p {
    margin: 90%;
  }

  .desktop-min\:m-92p {
    margin: 92%;
  }

  .desktop-min\:m-93p {
    margin: 93%;
  }

  .desktop-min\:m-94p {
    margin: 94%;
  }

  .desktop-min\:m-95p {
    margin: 95%;
  }

  .desktop-min\:m-96p {
    margin: 96%;
  }

  .desktop-min\:m-100p {
    margin: 100%;
  }

  .desktop-min\:-m-0 {
    margin: 0px;
  }

  .desktop-min\:-m-1 {
    margin: -0.25rem;
  }

  .desktop-min\:-m-2 {
    margin: -0.5rem;
  }

  .desktop-min\:-m-3 {
    margin: -3px;
  }

  .desktop-min\:-m-4 {
    margin: -4px;
  }

  .desktop-min\:-m-5 {
    margin: -5px;
  }

  .desktop-min\:-m-6 {
    margin: -6px;
  }

  .desktop-min\:-m-8 {
    margin: -8px;
  }

  .desktop-min\:-m-9 {
    margin: -9px;
  }

  .desktop-min\:-m-10 {
    margin: -10px;
  }

  .desktop-min\:-m-12 {
    margin: -12px;
  }

  .desktop-min\:-m-13 {
    margin: -13px;
  }

  .desktop-min\:-m-14 {
    margin: -14px;
  }

  .desktop-min\:-m-15 {
    margin: -15px;
  }

  .desktop-min\:-m-16 {
    margin: -16px;
  }

  .desktop-min\:-m-17 {
    margin: -17px;
  }

  .desktop-min\:-m-18 {
    margin: -18px;
  }

  .desktop-min\:-m-20 {
    margin: -20px;
  }

  .desktop-min\:-m-22 {
    margin: -22px;
  }

  .desktop-min\:-m-24 {
    margin: -24px;
  }

  .desktop-min\:-m-25 {
    margin: -25px;
  }

  .desktop-min\:-m-28 {
    margin: -28px;
  }

  .desktop-min\:-m-29 {
    margin: -29px;
  }

  .desktop-min\:-m-30 {
    margin: -30px;
  }

  .desktop-min\:-m-32 {
    margin: -32px;
  }

  .desktop-min\:-m-35 {
    margin: -35px;
  }

  .desktop-min\:-m-36 {
    margin: -36px;
  }

  .desktop-min\:-m-37 {
    margin: -37px;
  }

  .desktop-min\:-m-40 {
    margin: -40px;
  }

  .desktop-min\:-m-45 {
    margin: -45px;
  }

  .desktop-min\:-m-48 {
    margin: -48px;
  }

  .desktop-min\:-m-50 {
    margin: -50px;
  }

  .desktop-min\:-m-55 {
    margin: -55px;
  }

  .desktop-min\:-m-56 {
    margin: -56px;
  }

  .desktop-min\:-m-60 {
    margin: -60px;
  }

  .desktop-min\:-m-62 {
    margin: -62px;
  }

  .desktop-min\:-m-64 {
    margin: -64px;
  }

  .desktop-min\:-m-65 {
    margin: -65px;
  }

  .desktop-min\:-m-70 {
    margin: -70px;
  }

  .desktop-min\:-m-75 {
    margin: -75px;
  }

  .desktop-min\:-m-80 {
    margin: -80px;
  }

  .desktop-min\:-m-85 {
    margin: -85px;
  }

  .desktop-min\:-m-90 {
    margin: -90px;
  }

  .desktop-min\:-m-95 {
    margin: -95px;
  }

  .desktop-min\:-m-96 {
    margin: -96px;
  }

  .desktop-min\:-m-100 {
    margin: -100px;
  }

  .desktop-min\:-m-110 {
    margin: -110px;
  }

  .desktop-min\:-m-115 {
    margin: -115px;
  }

  .desktop-min\:-m-120 {
    margin: -120px;
  }

  .desktop-min\:-m-128 {
    margin: -128px;
  }

  .desktop-min\:-m-135 {
    margin: -135px;
  }

  .desktop-min\:-m-140 {
    margin: -140px;
  }

  .desktop-min\:-m-145 {
    margin: -145px;
  }

  .desktop-min\:-m-150 {
    margin: -150px;
  }

  .desktop-min\:-m-160 {
    margin: -160px;
  }

  .desktop-min\:-m-165 {
    margin: -165px;
  }

  .desktop-min\:-m-168 {
    margin: -168px;
  }

  .desktop-min\:-m-170 {
    margin: -170px;
  }

  .desktop-min\:-m-180 {
    margin: -180px;
  }

  .desktop-min\:-m-200 {
    margin: -200px;
  }

  .desktop-min\:-m-220 {
    margin: -220px;
  }

  .desktop-min\:-m-230 {
    margin: -230px;
  }

  .desktop-min\:-m-235 {
    margin: -235px;
  }

  .desktop-min\:-m-240 {
    margin: -240px;
  }

  .desktop-min\:-m-250 {
    margin: -250px;
  }

  .desktop-min\:-m-300 {
    margin: -300px;
  }

  .desktop-min\:-m-320 {
    margin: -320px;
  }

  .desktop-min\:-m-350 {
    margin: -350px;
  }

  .desktop-min\:-m-375 {
    margin: -375px;
  }

  .desktop-min\:-m-400 {
    margin: -400px;
  }

  .desktop-min\:-m-450 {
    margin: -450px;
  }

  .desktop-min\:-m-700 {
    margin: -700px;
  }

  .desktop-min\:-m-px {
    margin: -1px;
  }

  .desktop-min\:-m-1p {
    margin: -1%;
  }

  .desktop-min\:-m-1\/12 {
    margin: -8.3333%;
  }

  .desktop-min\:-m-2\/12 {
    margin: -16.66667%;
  }

  .desktop-min\:-m-11p {
    margin: -11%;
  }

  .desktop-min\:-m-20p {
    margin: -20%;
  }

  .desktop-min\:-m-24p {
    margin: -24.25%;
  }

  .desktop-min\:-m-25p {
    margin: -25%;
  }

  .desktop-min\:-m-32p {
    margin: -32%;
  }

  .desktop-min\:-m-35p {
    margin: -35%;
  }

  .desktop-min\:-m-40p {
    margin: -40%;
  }

  .desktop-min\:-m-49p {
    margin: -49%;
  }

  .desktop-min\:-m-49-5p {
    margin: -49.5%;
  }

  .desktop-min\:-m-80p {
    margin: -80%;
  }

  .desktop-min\:-m-vh80 {
    margin: -80vh;
  }

  .desktop-min\:-m-vh86 {
    margin: -86vh;
  }

  .desktop-min\:-m-vh90 {
    margin: -90vh;
  }

  .desktop-min\:-m-vw80 {
    margin: -80vw;
  }

  .desktop-min\:-m-vw90 {
    margin: -90vw;
  }

  .desktop-min\:-m-90p {
    margin: -90%;
  }

  .desktop-min\:-m-92p {
    margin: -92%;
  }

  .desktop-min\:-m-93p {
    margin: -93%;
  }

  .desktop-min\:-m-94p {
    margin: -94%;
  }

  .desktop-min\:-m-95p {
    margin: -95%;
  }

  .desktop-min\:-m-96p {
    margin: -96%;
  }

  .desktop-min\:-m-100p {
    margin: -100%;
  }

  .desktop-min\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop-min\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop-min\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-min\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop-min\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop-min\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop-min\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop-min\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop-min\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop-min\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop-min\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop-min\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop-min\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop-min\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop-min\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop-min\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop-min\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-min\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop-min\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop-min\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop-min\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop-min\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop-min\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop-min\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop-min\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop-min\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop-min\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop-min\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop-min\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop-min\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop-min\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop-min\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop-min\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop-min\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop-min\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop-min\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop-min\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop-min\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-min\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop-min\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop-min\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop-min\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop-min\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop-min\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop-min\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop-min\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop-min\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop-min\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop-min\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop-min\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop-min\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop-min\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop-min\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop-min\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop-min\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop-min\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop-min\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop-min\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop-min\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop-min\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop-min\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop-min\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop-min\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop-min\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop-min\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop-min\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop-min\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop-min\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop-min\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop-min\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop-min\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop-min\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop-min\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop-min\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop-min\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-min\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop-min\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop-min\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop-min\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop-min\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop-min\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop-min\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop-min\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop-min\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop-min\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop-min\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop-min\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop-min\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop-min\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-min\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop-min\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop-min\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop-min\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop-min\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop-min\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop-min\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop-min\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop-min\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop-min\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop-min\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop-min\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop-min\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop-min\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop-min\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop-min\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop-min\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop-min\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop-min\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop-min\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop-min\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop-min\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop-min\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop-min\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop-min\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop-min\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop-min\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop-min\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop-min\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop-min\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop-min\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop-min\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop-min\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop-min\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop-min\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop-min\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop-min\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop-min\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop-min\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop-min\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop-min\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop-min\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop-min\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop-min\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop-min\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop-min\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop-min\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop-min\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop-min\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop-min\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop-min\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop-min\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop-min\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop-min\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop-min\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-min\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop-min\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop-min\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop-min\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop-min\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop-min\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop-min\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop-min\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop-min\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop-min\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop-min\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop-min\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop-min\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop-min\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop-min\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop-min\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop-min\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop-min\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop-min\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop-min\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop-min\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop-min\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop-min\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop-min\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop-min\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop-min\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop-min\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop-min\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop-min\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop-min\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop-min\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop-min\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop-min\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop-min\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop-min\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop-min\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop-min\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop-min\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop-min\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop-min\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop-min\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop-min\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop-min\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop-min\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop-min\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop-min\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop-min\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop-min\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop-min\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop-min\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop-min\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop-min\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop-min\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop-min\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop-min\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop-min\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop-min\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop-min\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop-min\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop-min\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop-min\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop-min\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop-min\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop-min\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop-min\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop-min\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop-min\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop-min\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop-min\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop-min\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop-min\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop-min\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop-min\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop-min\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop-min\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop-min\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop-min\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop-min\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop-min\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop-min\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop-min\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop-min\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop-min\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop-min\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop-min\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop-min\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop-min\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop-min\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop-min\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop-min\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop-min\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop-min\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop-min\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop-min\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop-min\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop-min\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop-min\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop-min\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop-min\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop-min\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop-min\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop-min\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop-min\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop-min\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop-min\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop-min\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop-min\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop-min\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop-min\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop-min\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop-min\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop-min\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop-min\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop-min\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop-min\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop-min\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop-min\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop-min\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop-min\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop-min\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop-min\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop-min\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop-min\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop-min\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop-min\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop-min\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop-min\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop-min\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop-min\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop-min\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop-min\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop-min\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop-min\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop-min\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop-min\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop-min\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop-min\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop-min\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop-min\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop-min\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop-min\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop-min\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop-min\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop-min\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop-min\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop-min\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop-min\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop-min\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop-min\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop-min\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop-min\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop-min\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop-min\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop-min\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop-min\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop-min\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop-min\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop-min\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop-min\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop-min\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop-min\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop-min\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop-min\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop-min\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop-min\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop-min\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop-min\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop-min\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop-min\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop-min\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop-min\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop-min\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop-min\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop-min\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop-min\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop-min\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop-min\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop-min\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop-min\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop-min\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop-min\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop-min\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop-min\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop-min\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop-min\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop-min\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop-min\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop-min\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop-min\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop-min\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop-min\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop-min\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop-min\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop-min\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop-min\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop-min\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop-min\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop-min\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop-min\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop-min\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop-min\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop-min\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop-min\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop-min\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop-min\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop-min\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop-min\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop-min\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop-min\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop-min\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop-min\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop-min\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop-min\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop-min\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop-min\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop-min\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop-min\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop-min\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop-min\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop-min\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop-min\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop-min\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop-min\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop-min\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop-min\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop-min\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop-min\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop-min\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop-min\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop-min\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop-min\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop-min\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop-min\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop-min\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop-min\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop-min\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop-min\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop-min\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop-min\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop-min\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop-min\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop-min\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop-min\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop-min\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop-min\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop-min\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop-min\:mt-0 {
    margin-top: 0px;
  }

  .desktop-min\:mr-0 {
    margin-right: 0px;
  }

  .desktop-min\:mb-0 {
    margin-bottom: 0px;
  }

  .desktop-min\:ml-0 {
    margin-left: 0px;
  }

  .desktop-min\:mt-1 {
    margin-top: 0.25rem;
  }

  .desktop-min\:mr-1 {
    margin-right: 0.25rem;
  }

  .desktop-min\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .desktop-min\:ml-1 {
    margin-left: 0.25rem;
  }

  .desktop-min\:mt-2 {
    margin-top: 0.5rem;
  }

  .desktop-min\:mr-2 {
    margin-right: 0.5rem;
  }

  .desktop-min\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .desktop-min\:ml-2 {
    margin-left: 0.5rem;
  }

  .desktop-min\:mt-3 {
    margin-top: 3px;
  }

  .desktop-min\:mr-3 {
    margin-right: 3px;
  }

  .desktop-min\:mb-3 {
    margin-bottom: 3px;
  }

  .desktop-min\:ml-3 {
    margin-left: 3px;
  }

  .desktop-min\:mt-4 {
    margin-top: 4px;
  }

  .desktop-min\:mr-4 {
    margin-right: 4px;
  }

  .desktop-min\:mb-4 {
    margin-bottom: 4px;
  }

  .desktop-min\:ml-4 {
    margin-left: 4px;
  }

  .desktop-min\:mt-5 {
    margin-top: 5px;
  }

  .desktop-min\:mr-5 {
    margin-right: 5px;
  }

  .desktop-min\:mb-5 {
    margin-bottom: 5px;
  }

  .desktop-min\:ml-5 {
    margin-left: 5px;
  }

  .desktop-min\:mt-6 {
    margin-top: 6px;
  }

  .desktop-min\:mr-6 {
    margin-right: 6px;
  }

  .desktop-min\:mb-6 {
    margin-bottom: 6px;
  }

  .desktop-min\:ml-6 {
    margin-left: 6px;
  }

  .desktop-min\:mt-8 {
    margin-top: 8px;
  }

  .desktop-min\:mr-8 {
    margin-right: 8px;
  }

  .desktop-min\:mb-8 {
    margin-bottom: 8px;
  }

  .desktop-min\:ml-8 {
    margin-left: 8px;
  }

  .desktop-min\:mt-9 {
    margin-top: 9px;
  }

  .desktop-min\:mr-9 {
    margin-right: 9px;
  }

  .desktop-min\:mb-9 {
    margin-bottom: 9px;
  }

  .desktop-min\:ml-9 {
    margin-left: 9px;
  }

  .desktop-min\:mt-10 {
    margin-top: 10px;
  }

  .desktop-min\:mr-10 {
    margin-right: 10px;
  }

  .desktop-min\:mb-10 {
    margin-bottom: 10px;
  }

  .desktop-min\:ml-10 {
    margin-left: 10px;
  }

  .desktop-min\:mt-12 {
    margin-top: 12px;
  }

  .desktop-min\:mr-12 {
    margin-right: 12px;
  }

  .desktop-min\:mb-12 {
    margin-bottom: 12px;
  }

  .desktop-min\:ml-12 {
    margin-left: 12px;
  }

  .desktop-min\:mt-13 {
    margin-top: 13px;
  }

  .desktop-min\:mr-13 {
    margin-right: 13px;
  }

  .desktop-min\:mb-13 {
    margin-bottom: 13px;
  }

  .desktop-min\:ml-13 {
    margin-left: 13px;
  }

  .desktop-min\:mt-14 {
    margin-top: 14px;
  }

  .desktop-min\:mr-14 {
    margin-right: 14px;
  }

  .desktop-min\:mb-14 {
    margin-bottom: 14px;
  }

  .desktop-min\:ml-14 {
    margin-left: 14px;
  }

  .desktop-min\:mt-15 {
    margin-top: 15px;
  }

  .desktop-min\:mr-15 {
    margin-right: 15px;
  }

  .desktop-min\:mb-15 {
    margin-bottom: 15px;
  }

  .desktop-min\:ml-15 {
    margin-left: 15px;
  }

  .desktop-min\:mt-16 {
    margin-top: 16px;
  }

  .desktop-min\:mr-16 {
    margin-right: 16px;
  }

  .desktop-min\:mb-16 {
    margin-bottom: 16px;
  }

  .desktop-min\:ml-16 {
    margin-left: 16px;
  }

  .desktop-min\:mt-17 {
    margin-top: 17px;
  }

  .desktop-min\:mr-17 {
    margin-right: 17px;
  }

  .desktop-min\:mb-17 {
    margin-bottom: 17px;
  }

  .desktop-min\:ml-17 {
    margin-left: 17px;
  }

  .desktop-min\:mt-18 {
    margin-top: 18px;
  }

  .desktop-min\:mr-18 {
    margin-right: 18px;
  }

  .desktop-min\:mb-18 {
    margin-bottom: 18px;
  }

  .desktop-min\:ml-18 {
    margin-left: 18px;
  }

  .desktop-min\:mt-20 {
    margin-top: 20px;
  }

  .desktop-min\:mr-20 {
    margin-right: 20px;
  }

  .desktop-min\:mb-20 {
    margin-bottom: 20px;
  }

  .desktop-min\:ml-20 {
    margin-left: 20px;
  }

  .desktop-min\:mt-22 {
    margin-top: 22px;
  }

  .desktop-min\:mr-22 {
    margin-right: 22px;
  }

  .desktop-min\:mb-22 {
    margin-bottom: 22px;
  }

  .desktop-min\:ml-22 {
    margin-left: 22px;
  }

  .desktop-min\:mt-24 {
    margin-top: 24px;
  }

  .desktop-min\:mr-24 {
    margin-right: 24px;
  }

  .desktop-min\:mb-24 {
    margin-bottom: 24px;
  }

  .desktop-min\:ml-24 {
    margin-left: 24px;
  }

  .desktop-min\:mt-25 {
    margin-top: 25px;
  }

  .desktop-min\:mr-25 {
    margin-right: 25px;
  }

  .desktop-min\:mb-25 {
    margin-bottom: 25px;
  }

  .desktop-min\:ml-25 {
    margin-left: 25px;
  }

  .desktop-min\:mt-28 {
    margin-top: 28px;
  }

  .desktop-min\:mr-28 {
    margin-right: 28px;
  }

  .desktop-min\:mb-28 {
    margin-bottom: 28px;
  }

  .desktop-min\:ml-28 {
    margin-left: 28px;
  }

  .desktop-min\:mt-29 {
    margin-top: 29px;
  }

  .desktop-min\:mr-29 {
    margin-right: 29px;
  }

  .desktop-min\:mb-29 {
    margin-bottom: 29px;
  }

  .desktop-min\:ml-29 {
    margin-left: 29px;
  }

  .desktop-min\:mt-30 {
    margin-top: 30px;
  }

  .desktop-min\:mr-30 {
    margin-right: 30px;
  }

  .desktop-min\:mb-30 {
    margin-bottom: 30px;
  }

  .desktop-min\:ml-30 {
    margin-left: 30px;
  }

  .desktop-min\:mt-32 {
    margin-top: 32px;
  }

  .desktop-min\:mr-32 {
    margin-right: 32px;
  }

  .desktop-min\:mb-32 {
    margin-bottom: 32px;
  }

  .desktop-min\:ml-32 {
    margin-left: 32px;
  }

  .desktop-min\:mt-35 {
    margin-top: 35px;
  }

  .desktop-min\:mr-35 {
    margin-right: 35px;
  }

  .desktop-min\:mb-35 {
    margin-bottom: 35px;
  }

  .desktop-min\:ml-35 {
    margin-left: 35px;
  }

  .desktop-min\:mt-36 {
    margin-top: 36px;
  }

  .desktop-min\:mr-36 {
    margin-right: 36px;
  }

  .desktop-min\:mb-36 {
    margin-bottom: 36px;
  }

  .desktop-min\:ml-36 {
    margin-left: 36px;
  }

  .desktop-min\:mt-37 {
    margin-top: 37px;
  }

  .desktop-min\:mr-37 {
    margin-right: 37px;
  }

  .desktop-min\:mb-37 {
    margin-bottom: 37px;
  }

  .desktop-min\:ml-37 {
    margin-left: 37px;
  }

  .desktop-min\:mt-40 {
    margin-top: 40px;
  }

  .desktop-min\:mr-40 {
    margin-right: 40px;
  }

  .desktop-min\:mb-40 {
    margin-bottom: 40px;
  }

  .desktop-min\:ml-40 {
    margin-left: 40px;
  }

  .desktop-min\:mt-45 {
    margin-top: 45px;
  }

  .desktop-min\:mr-45 {
    margin-right: 45px;
  }

  .desktop-min\:mb-45 {
    margin-bottom: 45px;
  }

  .desktop-min\:ml-45 {
    margin-left: 45px;
  }

  .desktop-min\:mt-48 {
    margin-top: 48px;
  }

  .desktop-min\:mr-48 {
    margin-right: 48px;
  }

  .desktop-min\:mb-48 {
    margin-bottom: 48px;
  }

  .desktop-min\:ml-48 {
    margin-left: 48px;
  }

  .desktop-min\:mt-50 {
    margin-top: 50px;
  }

  .desktop-min\:mr-50 {
    margin-right: 50px;
  }

  .desktop-min\:mb-50 {
    margin-bottom: 50px;
  }

  .desktop-min\:ml-50 {
    margin-left: 50px;
  }

  .desktop-min\:mt-55 {
    margin-top: 55px;
  }

  .desktop-min\:mr-55 {
    margin-right: 55px;
  }

  .desktop-min\:mb-55 {
    margin-bottom: 55px;
  }

  .desktop-min\:ml-55 {
    margin-left: 55px;
  }

  .desktop-min\:mt-56 {
    margin-top: 56px;
  }

  .desktop-min\:mr-56 {
    margin-right: 56px;
  }

  .desktop-min\:mb-56 {
    margin-bottom: 56px;
  }

  .desktop-min\:ml-56 {
    margin-left: 56px;
  }

  .desktop-min\:mt-60 {
    margin-top: 60px;
  }

  .desktop-min\:mr-60 {
    margin-right: 60px;
  }

  .desktop-min\:mb-60 {
    margin-bottom: 60px;
  }

  .desktop-min\:ml-60 {
    margin-left: 60px;
  }

  .desktop-min\:mt-62 {
    margin-top: 62px;
  }

  .desktop-min\:mr-62 {
    margin-right: 62px;
  }

  .desktop-min\:mb-62 {
    margin-bottom: 62px;
  }

  .desktop-min\:ml-62 {
    margin-left: 62px;
  }

  .desktop-min\:mt-64 {
    margin-top: 64px;
  }

  .desktop-min\:mr-64 {
    margin-right: 64px;
  }

  .desktop-min\:mb-64 {
    margin-bottom: 64px;
  }

  .desktop-min\:ml-64 {
    margin-left: 64px;
  }

  .desktop-min\:mt-65 {
    margin-top: 65px;
  }

  .desktop-min\:mr-65 {
    margin-right: 65px;
  }

  .desktop-min\:mb-65 {
    margin-bottom: 65px;
  }

  .desktop-min\:ml-65 {
    margin-left: 65px;
  }

  .desktop-min\:mt-70 {
    margin-top: 70px;
  }

  .desktop-min\:mr-70 {
    margin-right: 70px;
  }

  .desktop-min\:mb-70 {
    margin-bottom: 70px;
  }

  .desktop-min\:ml-70 {
    margin-left: 70px;
  }

  .desktop-min\:mt-75 {
    margin-top: 75px;
  }

  .desktop-min\:mr-75 {
    margin-right: 75px;
  }

  .desktop-min\:mb-75 {
    margin-bottom: 75px;
  }

  .desktop-min\:ml-75 {
    margin-left: 75px;
  }

  .desktop-min\:mt-80 {
    margin-top: 80px;
  }

  .desktop-min\:mr-80 {
    margin-right: 80px;
  }

  .desktop-min\:mb-80 {
    margin-bottom: 80px;
  }

  .desktop-min\:ml-80 {
    margin-left: 80px;
  }

  .desktop-min\:mt-85 {
    margin-top: 85px;
  }

  .desktop-min\:mr-85 {
    margin-right: 85px;
  }

  .desktop-min\:mb-85 {
    margin-bottom: 85px;
  }

  .desktop-min\:ml-85 {
    margin-left: 85px;
  }

  .desktop-min\:mt-90 {
    margin-top: 90px;
  }

  .desktop-min\:mr-90 {
    margin-right: 90px;
  }

  .desktop-min\:mb-90 {
    margin-bottom: 90px;
  }

  .desktop-min\:ml-90 {
    margin-left: 90px;
  }

  .desktop-min\:mt-95 {
    margin-top: 95px;
  }

  .desktop-min\:mr-95 {
    margin-right: 95px;
  }

  .desktop-min\:mb-95 {
    margin-bottom: 95px;
  }

  .desktop-min\:ml-95 {
    margin-left: 95px;
  }

  .desktop-min\:mt-96 {
    margin-top: 96px;
  }

  .desktop-min\:mr-96 {
    margin-right: 96px;
  }

  .desktop-min\:mb-96 {
    margin-bottom: 96px;
  }

  .desktop-min\:ml-96 {
    margin-left: 96px;
  }

  .desktop-min\:mt-100 {
    margin-top: 100px;
  }

  .desktop-min\:mr-100 {
    margin-right: 100px;
  }

  .desktop-min\:mb-100 {
    margin-bottom: 100px;
  }

  .desktop-min\:ml-100 {
    margin-left: 100px;
  }

  .desktop-min\:mt-110 {
    margin-top: 110px;
  }

  .desktop-min\:mr-110 {
    margin-right: 110px;
  }

  .desktop-min\:mb-110 {
    margin-bottom: 110px;
  }

  .desktop-min\:ml-110 {
    margin-left: 110px;
  }

  .desktop-min\:mt-115 {
    margin-top: 115px;
  }

  .desktop-min\:mr-115 {
    margin-right: 115px;
  }

  .desktop-min\:mb-115 {
    margin-bottom: 115px;
  }

  .desktop-min\:ml-115 {
    margin-left: 115px;
  }

  .desktop-min\:mt-120 {
    margin-top: 120px;
  }

  .desktop-min\:mr-120 {
    margin-right: 120px;
  }

  .desktop-min\:mb-120 {
    margin-bottom: 120px;
  }

  .desktop-min\:ml-120 {
    margin-left: 120px;
  }

  .desktop-min\:mt-128 {
    margin-top: 128px;
  }

  .desktop-min\:mr-128 {
    margin-right: 128px;
  }

  .desktop-min\:mb-128 {
    margin-bottom: 128px;
  }

  .desktop-min\:ml-128 {
    margin-left: 128px;
  }

  .desktop-min\:mt-135 {
    margin-top: 135px;
  }

  .desktop-min\:mr-135 {
    margin-right: 135px;
  }

  .desktop-min\:mb-135 {
    margin-bottom: 135px;
  }

  .desktop-min\:ml-135 {
    margin-left: 135px;
  }

  .desktop-min\:mt-140 {
    margin-top: 140px;
  }

  .desktop-min\:mr-140 {
    margin-right: 140px;
  }

  .desktop-min\:mb-140 {
    margin-bottom: 140px;
  }

  .desktop-min\:ml-140 {
    margin-left: 140px;
  }

  .desktop-min\:mt-145 {
    margin-top: 145px;
  }

  .desktop-min\:mr-145 {
    margin-right: 145px;
  }

  .desktop-min\:mb-145 {
    margin-bottom: 145px;
  }

  .desktop-min\:ml-145 {
    margin-left: 145px;
  }

  .desktop-min\:mt-150 {
    margin-top: 150px;
  }

  .desktop-min\:mr-150 {
    margin-right: 150px;
  }

  .desktop-min\:mb-150 {
    margin-bottom: 150px;
  }

  .desktop-min\:ml-150 {
    margin-left: 150px;
  }

  .desktop-min\:mt-160 {
    margin-top: 160px;
  }

  .desktop-min\:mr-160 {
    margin-right: 160px;
  }

  .desktop-min\:mb-160 {
    margin-bottom: 160px;
  }

  .desktop-min\:ml-160 {
    margin-left: 160px;
  }

  .desktop-min\:mt-165 {
    margin-top: 165px;
  }

  .desktop-min\:mr-165 {
    margin-right: 165px;
  }

  .desktop-min\:mb-165 {
    margin-bottom: 165px;
  }

  .desktop-min\:ml-165 {
    margin-left: 165px;
  }

  .desktop-min\:mt-168 {
    margin-top: 168px;
  }

  .desktop-min\:mr-168 {
    margin-right: 168px;
  }

  .desktop-min\:mb-168 {
    margin-bottom: 168px;
  }

  .desktop-min\:ml-168 {
    margin-left: 168px;
  }

  .desktop-min\:mt-170 {
    margin-top: 170px;
  }

  .desktop-min\:mr-170 {
    margin-right: 170px;
  }

  .desktop-min\:mb-170 {
    margin-bottom: 170px;
  }

  .desktop-min\:ml-170 {
    margin-left: 170px;
  }

  .desktop-min\:mt-180 {
    margin-top: 180px;
  }

  .desktop-min\:mr-180 {
    margin-right: 180px;
  }

  .desktop-min\:mb-180 {
    margin-bottom: 180px;
  }

  .desktop-min\:ml-180 {
    margin-left: 180px;
  }

  .desktop-min\:mt-200 {
    margin-top: 200px;
  }

  .desktop-min\:mr-200 {
    margin-right: 200px;
  }

  .desktop-min\:mb-200 {
    margin-bottom: 200px;
  }

  .desktop-min\:ml-200 {
    margin-left: 200px;
  }

  .desktop-min\:mt-220 {
    margin-top: 220px;
  }

  .desktop-min\:mr-220 {
    margin-right: 220px;
  }

  .desktop-min\:mb-220 {
    margin-bottom: 220px;
  }

  .desktop-min\:ml-220 {
    margin-left: 220px;
  }

  .desktop-min\:mt-230 {
    margin-top: 230px;
  }

  .desktop-min\:mr-230 {
    margin-right: 230px;
  }

  .desktop-min\:mb-230 {
    margin-bottom: 230px;
  }

  .desktop-min\:ml-230 {
    margin-left: 230px;
  }

  .desktop-min\:mt-235 {
    margin-top: 235px;
  }

  .desktop-min\:mr-235 {
    margin-right: 235px;
  }

  .desktop-min\:mb-235 {
    margin-bottom: 235px;
  }

  .desktop-min\:ml-235 {
    margin-left: 235px;
  }

  .desktop-min\:mt-240 {
    margin-top: 240px;
  }

  .desktop-min\:mr-240 {
    margin-right: 240px;
  }

  .desktop-min\:mb-240 {
    margin-bottom: 240px;
  }

  .desktop-min\:ml-240 {
    margin-left: 240px;
  }

  .desktop-min\:mt-250 {
    margin-top: 250px;
  }

  .desktop-min\:mr-250 {
    margin-right: 250px;
  }

  .desktop-min\:mb-250 {
    margin-bottom: 250px;
  }

  .desktop-min\:ml-250 {
    margin-left: 250px;
  }

  .desktop-min\:mt-300 {
    margin-top: 300px;
  }

  .desktop-min\:mr-300 {
    margin-right: 300px;
  }

  .desktop-min\:mb-300 {
    margin-bottom: 300px;
  }

  .desktop-min\:ml-300 {
    margin-left: 300px;
  }

  .desktop-min\:mt-320 {
    margin-top: 320px;
  }

  .desktop-min\:mr-320 {
    margin-right: 320px;
  }

  .desktop-min\:mb-320 {
    margin-bottom: 320px;
  }

  .desktop-min\:ml-320 {
    margin-left: 320px;
  }

  .desktop-min\:mt-350 {
    margin-top: 350px;
  }

  .desktop-min\:mr-350 {
    margin-right: 350px;
  }

  .desktop-min\:mb-350 {
    margin-bottom: 350px;
  }

  .desktop-min\:ml-350 {
    margin-left: 350px;
  }

  .desktop-min\:mt-375 {
    margin-top: 375px;
  }

  .desktop-min\:mr-375 {
    margin-right: 375px;
  }

  .desktop-min\:mb-375 {
    margin-bottom: 375px;
  }

  .desktop-min\:ml-375 {
    margin-left: 375px;
  }

  .desktop-min\:mt-400 {
    margin-top: 400px;
  }

  .desktop-min\:mr-400 {
    margin-right: 400px;
  }

  .desktop-min\:mb-400 {
    margin-bottom: 400px;
  }

  .desktop-min\:ml-400 {
    margin-left: 400px;
  }

  .desktop-min\:mt-450 {
    margin-top: 450px;
  }

  .desktop-min\:mr-450 {
    margin-right: 450px;
  }

  .desktop-min\:mb-450 {
    margin-bottom: 450px;
  }

  .desktop-min\:ml-450 {
    margin-left: 450px;
  }

  .desktop-min\:mt-700 {
    margin-top: 700px;
  }

  .desktop-min\:mr-700 {
    margin-right: 700px;
  }

  .desktop-min\:mb-700 {
    margin-bottom: 700px;
  }

  .desktop-min\:ml-700 {
    margin-left: 700px;
  }

  .desktop-min\:mt-auto {
    margin-top: auto;
  }

  .desktop-min\:mr-auto {
    margin-right: auto;
  }

  .desktop-min\:mb-auto {
    margin-bottom: auto;
  }

  .desktop-min\:ml-auto {
    margin-left: auto;
  }

  .desktop-min\:mt-px {
    margin-top: 1px;
  }

  .desktop-min\:mr-px {
    margin-right: 1px;
  }

  .desktop-min\:mb-px {
    margin-bottom: 1px;
  }

  .desktop-min\:ml-px {
    margin-left: 1px;
  }

  .desktop-min\:mt-1p {
    margin-top: 1%;
  }

  .desktop-min\:mr-1p {
    margin-right: 1%;
  }

  .desktop-min\:mb-1p {
    margin-bottom: 1%;
  }

  .desktop-min\:ml-1p {
    margin-left: 1%;
  }

  .desktop-min\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .desktop-min\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .desktop-min\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .desktop-min\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .desktop-min\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .desktop-min\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .desktop-min\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .desktop-min\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .desktop-min\:mt-11p {
    margin-top: 11%;
  }

  .desktop-min\:mr-11p {
    margin-right: 11%;
  }

  .desktop-min\:mb-11p {
    margin-bottom: 11%;
  }

  .desktop-min\:ml-11p {
    margin-left: 11%;
  }

  .desktop-min\:mt-20p {
    margin-top: 20%;
  }

  .desktop-min\:mr-20p {
    margin-right: 20%;
  }

  .desktop-min\:mb-20p {
    margin-bottom: 20%;
  }

  .desktop-min\:ml-20p {
    margin-left: 20%;
  }

  .desktop-min\:mt-24p {
    margin-top: 24.25%;
  }

  .desktop-min\:mr-24p {
    margin-right: 24.25%;
  }

  .desktop-min\:mb-24p {
    margin-bottom: 24.25%;
  }

  .desktop-min\:ml-24p {
    margin-left: 24.25%;
  }

  .desktop-min\:mt-25p {
    margin-top: 25%;
  }

  .desktop-min\:mr-25p {
    margin-right: 25%;
  }

  .desktop-min\:mb-25p {
    margin-bottom: 25%;
  }

  .desktop-min\:ml-25p {
    margin-left: 25%;
  }

  .desktop-min\:mt-32p {
    margin-top: 32%;
  }

  .desktop-min\:mr-32p {
    margin-right: 32%;
  }

  .desktop-min\:mb-32p {
    margin-bottom: 32%;
  }

  .desktop-min\:ml-32p {
    margin-left: 32%;
  }

  .desktop-min\:mt-35p {
    margin-top: 35%;
  }

  .desktop-min\:mr-35p {
    margin-right: 35%;
  }

  .desktop-min\:mb-35p {
    margin-bottom: 35%;
  }

  .desktop-min\:ml-35p {
    margin-left: 35%;
  }

  .desktop-min\:mt-40p {
    margin-top: 40%;
  }

  .desktop-min\:mr-40p {
    margin-right: 40%;
  }

  .desktop-min\:mb-40p {
    margin-bottom: 40%;
  }

  .desktop-min\:ml-40p {
    margin-left: 40%;
  }

  .desktop-min\:mt-49p {
    margin-top: 49%;
  }

  .desktop-min\:mr-49p {
    margin-right: 49%;
  }

  .desktop-min\:mb-49p {
    margin-bottom: 49%;
  }

  .desktop-min\:ml-49p {
    margin-left: 49%;
  }

  .desktop-min\:mt-49-5p {
    margin-top: 49.5%;
  }

  .desktop-min\:mr-49-5p {
    margin-right: 49.5%;
  }

  .desktop-min\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .desktop-min\:ml-49-5p {
    margin-left: 49.5%;
  }

  .desktop-min\:mt-80p {
    margin-top: 80%;
  }

  .desktop-min\:mr-80p {
    margin-right: 80%;
  }

  .desktop-min\:mb-80p {
    margin-bottom: 80%;
  }

  .desktop-min\:ml-80p {
    margin-left: 80%;
  }

  .desktop-min\:mt-vh80 {
    margin-top: 80vh;
  }

  .desktop-min\:mr-vh80 {
    margin-right: 80vh;
  }

  .desktop-min\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .desktop-min\:ml-vh80 {
    margin-left: 80vh;
  }

  .desktop-min\:mt-vh86 {
    margin-top: 86vh;
  }

  .desktop-min\:mr-vh86 {
    margin-right: 86vh;
  }

  .desktop-min\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .desktop-min\:ml-vh86 {
    margin-left: 86vh;
  }

  .desktop-min\:mt-vh90 {
    margin-top: 90vh;
  }

  .desktop-min\:mr-vh90 {
    margin-right: 90vh;
  }

  .desktop-min\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .desktop-min\:ml-vh90 {
    margin-left: 90vh;
  }

  .desktop-min\:mt-vw80 {
    margin-top: 80vw;
  }

  .desktop-min\:mr-vw80 {
    margin-right: 80vw;
  }

  .desktop-min\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .desktop-min\:ml-vw80 {
    margin-left: 80vw;
  }

  .desktop-min\:mt-vw90 {
    margin-top: 90vw;
  }

  .desktop-min\:mr-vw90 {
    margin-right: 90vw;
  }

  .desktop-min\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .desktop-min\:ml-vw90 {
    margin-left: 90vw;
  }

  .desktop-min\:mt-90p {
    margin-top: 90%;
  }

  .desktop-min\:mr-90p {
    margin-right: 90%;
  }

  .desktop-min\:mb-90p {
    margin-bottom: 90%;
  }

  .desktop-min\:ml-90p {
    margin-left: 90%;
  }

  .desktop-min\:mt-92p {
    margin-top: 92%;
  }

  .desktop-min\:mr-92p {
    margin-right: 92%;
  }

  .desktop-min\:mb-92p {
    margin-bottom: 92%;
  }

  .desktop-min\:ml-92p {
    margin-left: 92%;
  }

  .desktop-min\:mt-93p {
    margin-top: 93%;
  }

  .desktop-min\:mr-93p {
    margin-right: 93%;
  }

  .desktop-min\:mb-93p {
    margin-bottom: 93%;
  }

  .desktop-min\:ml-93p {
    margin-left: 93%;
  }

  .desktop-min\:mt-94p {
    margin-top: 94%;
  }

  .desktop-min\:mr-94p {
    margin-right: 94%;
  }

  .desktop-min\:mb-94p {
    margin-bottom: 94%;
  }

  .desktop-min\:ml-94p {
    margin-left: 94%;
  }

  .desktop-min\:mt-95p {
    margin-top: 95%;
  }

  .desktop-min\:mr-95p {
    margin-right: 95%;
  }

  .desktop-min\:mb-95p {
    margin-bottom: 95%;
  }

  .desktop-min\:ml-95p {
    margin-left: 95%;
  }

  .desktop-min\:mt-96p {
    margin-top: 96%;
  }

  .desktop-min\:mr-96p {
    margin-right: 96%;
  }

  .desktop-min\:mb-96p {
    margin-bottom: 96%;
  }

  .desktop-min\:ml-96p {
    margin-left: 96%;
  }

  .desktop-min\:mt-100p {
    margin-top: 100%;
  }

  .desktop-min\:mr-100p {
    margin-right: 100%;
  }

  .desktop-min\:mb-100p {
    margin-bottom: 100%;
  }

  .desktop-min\:ml-100p {
    margin-left: 100%;
  }

  .desktop-min\:-mt-0 {
    margin-top: 0px;
  }

  .desktop-min\:-mr-0 {
    margin-right: 0px;
  }

  .desktop-min\:-mb-0 {
    margin-bottom: 0px;
  }

  .desktop-min\:-ml-0 {
    margin-left: 0px;
  }

  .desktop-min\:-mt-1 {
    margin-top: -0.25rem;
  }

  .desktop-min\:-mr-1 {
    margin-right: -0.25rem;
  }

  .desktop-min\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .desktop-min\:-ml-1 {
    margin-left: -0.25rem;
  }

  .desktop-min\:-mt-2 {
    margin-top: -0.5rem;
  }

  .desktop-min\:-mr-2 {
    margin-right: -0.5rem;
  }

  .desktop-min\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .desktop-min\:-ml-2 {
    margin-left: -0.5rem;
  }

  .desktop-min\:-mt-3 {
    margin-top: -3px;
  }

  .desktop-min\:-mr-3 {
    margin-right: -3px;
  }

  .desktop-min\:-mb-3 {
    margin-bottom: -3px;
  }

  .desktop-min\:-ml-3 {
    margin-left: -3px;
  }

  .desktop-min\:-mt-4 {
    margin-top: -4px;
  }

  .desktop-min\:-mr-4 {
    margin-right: -4px;
  }

  .desktop-min\:-mb-4 {
    margin-bottom: -4px;
  }

  .desktop-min\:-ml-4 {
    margin-left: -4px;
  }

  .desktop-min\:-mt-5 {
    margin-top: -5px;
  }

  .desktop-min\:-mr-5 {
    margin-right: -5px;
  }

  .desktop-min\:-mb-5 {
    margin-bottom: -5px;
  }

  .desktop-min\:-ml-5 {
    margin-left: -5px;
  }

  .desktop-min\:-mt-6 {
    margin-top: -6px;
  }

  .desktop-min\:-mr-6 {
    margin-right: -6px;
  }

  .desktop-min\:-mb-6 {
    margin-bottom: -6px;
  }

  .desktop-min\:-ml-6 {
    margin-left: -6px;
  }

  .desktop-min\:-mt-8 {
    margin-top: -8px;
  }

  .desktop-min\:-mr-8 {
    margin-right: -8px;
  }

  .desktop-min\:-mb-8 {
    margin-bottom: -8px;
  }

  .desktop-min\:-ml-8 {
    margin-left: -8px;
  }

  .desktop-min\:-mt-9 {
    margin-top: -9px;
  }

  .desktop-min\:-mr-9 {
    margin-right: -9px;
  }

  .desktop-min\:-mb-9 {
    margin-bottom: -9px;
  }

  .desktop-min\:-ml-9 {
    margin-left: -9px;
  }

  .desktop-min\:-mt-10 {
    margin-top: -10px;
  }

  .desktop-min\:-mr-10 {
    margin-right: -10px;
  }

  .desktop-min\:-mb-10 {
    margin-bottom: -10px;
  }

  .desktop-min\:-ml-10 {
    margin-left: -10px;
  }

  .desktop-min\:-mt-12 {
    margin-top: -12px;
  }

  .desktop-min\:-mr-12 {
    margin-right: -12px;
  }

  .desktop-min\:-mb-12 {
    margin-bottom: -12px;
  }

  .desktop-min\:-ml-12 {
    margin-left: -12px;
  }

  .desktop-min\:-mt-13 {
    margin-top: -13px;
  }

  .desktop-min\:-mr-13 {
    margin-right: -13px;
  }

  .desktop-min\:-mb-13 {
    margin-bottom: -13px;
  }

  .desktop-min\:-ml-13 {
    margin-left: -13px;
  }

  .desktop-min\:-mt-14 {
    margin-top: -14px;
  }

  .desktop-min\:-mr-14 {
    margin-right: -14px;
  }

  .desktop-min\:-mb-14 {
    margin-bottom: -14px;
  }

  .desktop-min\:-ml-14 {
    margin-left: -14px;
  }

  .desktop-min\:-mt-15 {
    margin-top: -15px;
  }

  .desktop-min\:-mr-15 {
    margin-right: -15px;
  }

  .desktop-min\:-mb-15 {
    margin-bottom: -15px;
  }

  .desktop-min\:-ml-15 {
    margin-left: -15px;
  }

  .desktop-min\:-mt-16 {
    margin-top: -16px;
  }

  .desktop-min\:-mr-16 {
    margin-right: -16px;
  }

  .desktop-min\:-mb-16 {
    margin-bottom: -16px;
  }

  .desktop-min\:-ml-16 {
    margin-left: -16px;
  }

  .desktop-min\:-mt-17 {
    margin-top: -17px;
  }

  .desktop-min\:-mr-17 {
    margin-right: -17px;
  }

  .desktop-min\:-mb-17 {
    margin-bottom: -17px;
  }

  .desktop-min\:-ml-17 {
    margin-left: -17px;
  }

  .desktop-min\:-mt-18 {
    margin-top: -18px;
  }

  .desktop-min\:-mr-18 {
    margin-right: -18px;
  }

  .desktop-min\:-mb-18 {
    margin-bottom: -18px;
  }

  .desktop-min\:-ml-18 {
    margin-left: -18px;
  }

  .desktop-min\:-mt-20 {
    margin-top: -20px;
  }

  .desktop-min\:-mr-20 {
    margin-right: -20px;
  }

  .desktop-min\:-mb-20 {
    margin-bottom: -20px;
  }

  .desktop-min\:-ml-20 {
    margin-left: -20px;
  }

  .desktop-min\:-mt-22 {
    margin-top: -22px;
  }

  .desktop-min\:-mr-22 {
    margin-right: -22px;
  }

  .desktop-min\:-mb-22 {
    margin-bottom: -22px;
  }

  .desktop-min\:-ml-22 {
    margin-left: -22px;
  }

  .desktop-min\:-mt-24 {
    margin-top: -24px;
  }

  .desktop-min\:-mr-24 {
    margin-right: -24px;
  }

  .desktop-min\:-mb-24 {
    margin-bottom: -24px;
  }

  .desktop-min\:-ml-24 {
    margin-left: -24px;
  }

  .desktop-min\:-mt-25 {
    margin-top: -25px;
  }

  .desktop-min\:-mr-25 {
    margin-right: -25px;
  }

  .desktop-min\:-mb-25 {
    margin-bottom: -25px;
  }

  .desktop-min\:-ml-25 {
    margin-left: -25px;
  }

  .desktop-min\:-mt-28 {
    margin-top: -28px;
  }

  .desktop-min\:-mr-28 {
    margin-right: -28px;
  }

  .desktop-min\:-mb-28 {
    margin-bottom: -28px;
  }

  .desktop-min\:-ml-28 {
    margin-left: -28px;
  }

  .desktop-min\:-mt-29 {
    margin-top: -29px;
  }

  .desktop-min\:-mr-29 {
    margin-right: -29px;
  }

  .desktop-min\:-mb-29 {
    margin-bottom: -29px;
  }

  .desktop-min\:-ml-29 {
    margin-left: -29px;
  }

  .desktop-min\:-mt-30 {
    margin-top: -30px;
  }

  .desktop-min\:-mr-30 {
    margin-right: -30px;
  }

  .desktop-min\:-mb-30 {
    margin-bottom: -30px;
  }

  .desktop-min\:-ml-30 {
    margin-left: -30px;
  }

  .desktop-min\:-mt-32 {
    margin-top: -32px;
  }

  .desktop-min\:-mr-32 {
    margin-right: -32px;
  }

  .desktop-min\:-mb-32 {
    margin-bottom: -32px;
  }

  .desktop-min\:-ml-32 {
    margin-left: -32px;
  }

  .desktop-min\:-mt-35 {
    margin-top: -35px;
  }

  .desktop-min\:-mr-35 {
    margin-right: -35px;
  }

  .desktop-min\:-mb-35 {
    margin-bottom: -35px;
  }

  .desktop-min\:-ml-35 {
    margin-left: -35px;
  }

  .desktop-min\:-mt-36 {
    margin-top: -36px;
  }

  .desktop-min\:-mr-36 {
    margin-right: -36px;
  }

  .desktop-min\:-mb-36 {
    margin-bottom: -36px;
  }

  .desktop-min\:-ml-36 {
    margin-left: -36px;
  }

  .desktop-min\:-mt-37 {
    margin-top: -37px;
  }

  .desktop-min\:-mr-37 {
    margin-right: -37px;
  }

  .desktop-min\:-mb-37 {
    margin-bottom: -37px;
  }

  .desktop-min\:-ml-37 {
    margin-left: -37px;
  }

  .desktop-min\:-mt-40 {
    margin-top: -40px;
  }

  .desktop-min\:-mr-40 {
    margin-right: -40px;
  }

  .desktop-min\:-mb-40 {
    margin-bottom: -40px;
  }

  .desktop-min\:-ml-40 {
    margin-left: -40px;
  }

  .desktop-min\:-mt-45 {
    margin-top: -45px;
  }

  .desktop-min\:-mr-45 {
    margin-right: -45px;
  }

  .desktop-min\:-mb-45 {
    margin-bottom: -45px;
  }

  .desktop-min\:-ml-45 {
    margin-left: -45px;
  }

  .desktop-min\:-mt-48 {
    margin-top: -48px;
  }

  .desktop-min\:-mr-48 {
    margin-right: -48px;
  }

  .desktop-min\:-mb-48 {
    margin-bottom: -48px;
  }

  .desktop-min\:-ml-48 {
    margin-left: -48px;
  }

  .desktop-min\:-mt-50 {
    margin-top: -50px;
  }

  .desktop-min\:-mr-50 {
    margin-right: -50px;
  }

  .desktop-min\:-mb-50 {
    margin-bottom: -50px;
  }

  .desktop-min\:-ml-50 {
    margin-left: -50px;
  }

  .desktop-min\:-mt-55 {
    margin-top: -55px;
  }

  .desktop-min\:-mr-55 {
    margin-right: -55px;
  }

  .desktop-min\:-mb-55 {
    margin-bottom: -55px;
  }

  .desktop-min\:-ml-55 {
    margin-left: -55px;
  }

  .desktop-min\:-mt-56 {
    margin-top: -56px;
  }

  .desktop-min\:-mr-56 {
    margin-right: -56px;
  }

  .desktop-min\:-mb-56 {
    margin-bottom: -56px;
  }

  .desktop-min\:-ml-56 {
    margin-left: -56px;
  }

  .desktop-min\:-mt-60 {
    margin-top: -60px;
  }

  .desktop-min\:-mr-60 {
    margin-right: -60px;
  }

  .desktop-min\:-mb-60 {
    margin-bottom: -60px;
  }

  .desktop-min\:-ml-60 {
    margin-left: -60px;
  }

  .desktop-min\:-mt-62 {
    margin-top: -62px;
  }

  .desktop-min\:-mr-62 {
    margin-right: -62px;
  }

  .desktop-min\:-mb-62 {
    margin-bottom: -62px;
  }

  .desktop-min\:-ml-62 {
    margin-left: -62px;
  }

  .desktop-min\:-mt-64 {
    margin-top: -64px;
  }

  .desktop-min\:-mr-64 {
    margin-right: -64px;
  }

  .desktop-min\:-mb-64 {
    margin-bottom: -64px;
  }

  .desktop-min\:-ml-64 {
    margin-left: -64px;
  }

  .desktop-min\:-mt-65 {
    margin-top: -65px;
  }

  .desktop-min\:-mr-65 {
    margin-right: -65px;
  }

  .desktop-min\:-mb-65 {
    margin-bottom: -65px;
  }

  .desktop-min\:-ml-65 {
    margin-left: -65px;
  }

  .desktop-min\:-mt-70 {
    margin-top: -70px;
  }

  .desktop-min\:-mr-70 {
    margin-right: -70px;
  }

  .desktop-min\:-mb-70 {
    margin-bottom: -70px;
  }

  .desktop-min\:-ml-70 {
    margin-left: -70px;
  }

  .desktop-min\:-mt-75 {
    margin-top: -75px;
  }

  .desktop-min\:-mr-75 {
    margin-right: -75px;
  }

  .desktop-min\:-mb-75 {
    margin-bottom: -75px;
  }

  .desktop-min\:-ml-75 {
    margin-left: -75px;
  }

  .desktop-min\:-mt-80 {
    margin-top: -80px;
  }

  .desktop-min\:-mr-80 {
    margin-right: -80px;
  }

  .desktop-min\:-mb-80 {
    margin-bottom: -80px;
  }

  .desktop-min\:-ml-80 {
    margin-left: -80px;
  }

  .desktop-min\:-mt-85 {
    margin-top: -85px;
  }

  .desktop-min\:-mr-85 {
    margin-right: -85px;
  }

  .desktop-min\:-mb-85 {
    margin-bottom: -85px;
  }

  .desktop-min\:-ml-85 {
    margin-left: -85px;
  }

  .desktop-min\:-mt-90 {
    margin-top: -90px;
  }

  .desktop-min\:-mr-90 {
    margin-right: -90px;
  }

  .desktop-min\:-mb-90 {
    margin-bottom: -90px;
  }

  .desktop-min\:-ml-90 {
    margin-left: -90px;
  }

  .desktop-min\:-mt-95 {
    margin-top: -95px;
  }

  .desktop-min\:-mr-95 {
    margin-right: -95px;
  }

  .desktop-min\:-mb-95 {
    margin-bottom: -95px;
  }

  .desktop-min\:-ml-95 {
    margin-left: -95px;
  }

  .desktop-min\:-mt-96 {
    margin-top: -96px;
  }

  .desktop-min\:-mr-96 {
    margin-right: -96px;
  }

  .desktop-min\:-mb-96 {
    margin-bottom: -96px;
  }

  .desktop-min\:-ml-96 {
    margin-left: -96px;
  }

  .desktop-min\:-mt-100 {
    margin-top: -100px;
  }

  .desktop-min\:-mr-100 {
    margin-right: -100px;
  }

  .desktop-min\:-mb-100 {
    margin-bottom: -100px;
  }

  .desktop-min\:-ml-100 {
    margin-left: -100px;
  }

  .desktop-min\:-mt-110 {
    margin-top: -110px;
  }

  .desktop-min\:-mr-110 {
    margin-right: -110px;
  }

  .desktop-min\:-mb-110 {
    margin-bottom: -110px;
  }

  .desktop-min\:-ml-110 {
    margin-left: -110px;
  }

  .desktop-min\:-mt-115 {
    margin-top: -115px;
  }

  .desktop-min\:-mr-115 {
    margin-right: -115px;
  }

  .desktop-min\:-mb-115 {
    margin-bottom: -115px;
  }

  .desktop-min\:-ml-115 {
    margin-left: -115px;
  }

  .desktop-min\:-mt-120 {
    margin-top: -120px;
  }

  .desktop-min\:-mr-120 {
    margin-right: -120px;
  }

  .desktop-min\:-mb-120 {
    margin-bottom: -120px;
  }

  .desktop-min\:-ml-120 {
    margin-left: -120px;
  }

  .desktop-min\:-mt-128 {
    margin-top: -128px;
  }

  .desktop-min\:-mr-128 {
    margin-right: -128px;
  }

  .desktop-min\:-mb-128 {
    margin-bottom: -128px;
  }

  .desktop-min\:-ml-128 {
    margin-left: -128px;
  }

  .desktop-min\:-mt-135 {
    margin-top: -135px;
  }

  .desktop-min\:-mr-135 {
    margin-right: -135px;
  }

  .desktop-min\:-mb-135 {
    margin-bottom: -135px;
  }

  .desktop-min\:-ml-135 {
    margin-left: -135px;
  }

  .desktop-min\:-mt-140 {
    margin-top: -140px;
  }

  .desktop-min\:-mr-140 {
    margin-right: -140px;
  }

  .desktop-min\:-mb-140 {
    margin-bottom: -140px;
  }

  .desktop-min\:-ml-140 {
    margin-left: -140px;
  }

  .desktop-min\:-mt-145 {
    margin-top: -145px;
  }

  .desktop-min\:-mr-145 {
    margin-right: -145px;
  }

  .desktop-min\:-mb-145 {
    margin-bottom: -145px;
  }

  .desktop-min\:-ml-145 {
    margin-left: -145px;
  }

  .desktop-min\:-mt-150 {
    margin-top: -150px;
  }

  .desktop-min\:-mr-150 {
    margin-right: -150px;
  }

  .desktop-min\:-mb-150 {
    margin-bottom: -150px;
  }

  .desktop-min\:-ml-150 {
    margin-left: -150px;
  }

  .desktop-min\:-mt-160 {
    margin-top: -160px;
  }

  .desktop-min\:-mr-160 {
    margin-right: -160px;
  }

  .desktop-min\:-mb-160 {
    margin-bottom: -160px;
  }

  .desktop-min\:-ml-160 {
    margin-left: -160px;
  }

  .desktop-min\:-mt-165 {
    margin-top: -165px;
  }

  .desktop-min\:-mr-165 {
    margin-right: -165px;
  }

  .desktop-min\:-mb-165 {
    margin-bottom: -165px;
  }

  .desktop-min\:-ml-165 {
    margin-left: -165px;
  }

  .desktop-min\:-mt-168 {
    margin-top: -168px;
  }

  .desktop-min\:-mr-168 {
    margin-right: -168px;
  }

  .desktop-min\:-mb-168 {
    margin-bottom: -168px;
  }

  .desktop-min\:-ml-168 {
    margin-left: -168px;
  }

  .desktop-min\:-mt-170 {
    margin-top: -170px;
  }

  .desktop-min\:-mr-170 {
    margin-right: -170px;
  }

  .desktop-min\:-mb-170 {
    margin-bottom: -170px;
  }

  .desktop-min\:-ml-170 {
    margin-left: -170px;
  }

  .desktop-min\:-mt-180 {
    margin-top: -180px;
  }

  .desktop-min\:-mr-180 {
    margin-right: -180px;
  }

  .desktop-min\:-mb-180 {
    margin-bottom: -180px;
  }

  .desktop-min\:-ml-180 {
    margin-left: -180px;
  }

  .desktop-min\:-mt-200 {
    margin-top: -200px;
  }

  .desktop-min\:-mr-200 {
    margin-right: -200px;
  }

  .desktop-min\:-mb-200 {
    margin-bottom: -200px;
  }

  .desktop-min\:-ml-200 {
    margin-left: -200px;
  }

  .desktop-min\:-mt-220 {
    margin-top: -220px;
  }

  .desktop-min\:-mr-220 {
    margin-right: -220px;
  }

  .desktop-min\:-mb-220 {
    margin-bottom: -220px;
  }

  .desktop-min\:-ml-220 {
    margin-left: -220px;
  }

  .desktop-min\:-mt-230 {
    margin-top: -230px;
  }

  .desktop-min\:-mr-230 {
    margin-right: -230px;
  }

  .desktop-min\:-mb-230 {
    margin-bottom: -230px;
  }

  .desktop-min\:-ml-230 {
    margin-left: -230px;
  }

  .desktop-min\:-mt-235 {
    margin-top: -235px;
  }

  .desktop-min\:-mr-235 {
    margin-right: -235px;
  }

  .desktop-min\:-mb-235 {
    margin-bottom: -235px;
  }

  .desktop-min\:-ml-235 {
    margin-left: -235px;
  }

  .desktop-min\:-mt-240 {
    margin-top: -240px;
  }

  .desktop-min\:-mr-240 {
    margin-right: -240px;
  }

  .desktop-min\:-mb-240 {
    margin-bottom: -240px;
  }

  .desktop-min\:-ml-240 {
    margin-left: -240px;
  }

  .desktop-min\:-mt-250 {
    margin-top: -250px;
  }

  .desktop-min\:-mr-250 {
    margin-right: -250px;
  }

  .desktop-min\:-mb-250 {
    margin-bottom: -250px;
  }

  .desktop-min\:-ml-250 {
    margin-left: -250px;
  }

  .desktop-min\:-mt-300 {
    margin-top: -300px;
  }

  .desktop-min\:-mr-300 {
    margin-right: -300px;
  }

  .desktop-min\:-mb-300 {
    margin-bottom: -300px;
  }

  .desktop-min\:-ml-300 {
    margin-left: -300px;
  }

  .desktop-min\:-mt-320 {
    margin-top: -320px;
  }

  .desktop-min\:-mr-320 {
    margin-right: -320px;
  }

  .desktop-min\:-mb-320 {
    margin-bottom: -320px;
  }

  .desktop-min\:-ml-320 {
    margin-left: -320px;
  }

  .desktop-min\:-mt-350 {
    margin-top: -350px;
  }

  .desktop-min\:-mr-350 {
    margin-right: -350px;
  }

  .desktop-min\:-mb-350 {
    margin-bottom: -350px;
  }

  .desktop-min\:-ml-350 {
    margin-left: -350px;
  }

  .desktop-min\:-mt-375 {
    margin-top: -375px;
  }

  .desktop-min\:-mr-375 {
    margin-right: -375px;
  }

  .desktop-min\:-mb-375 {
    margin-bottom: -375px;
  }

  .desktop-min\:-ml-375 {
    margin-left: -375px;
  }

  .desktop-min\:-mt-400 {
    margin-top: -400px;
  }

  .desktop-min\:-mr-400 {
    margin-right: -400px;
  }

  .desktop-min\:-mb-400 {
    margin-bottom: -400px;
  }

  .desktop-min\:-ml-400 {
    margin-left: -400px;
  }

  .desktop-min\:-mt-450 {
    margin-top: -450px;
  }

  .desktop-min\:-mr-450 {
    margin-right: -450px;
  }

  .desktop-min\:-mb-450 {
    margin-bottom: -450px;
  }

  .desktop-min\:-ml-450 {
    margin-left: -450px;
  }

  .desktop-min\:-mt-700 {
    margin-top: -700px;
  }

  .desktop-min\:-mr-700 {
    margin-right: -700px;
  }

  .desktop-min\:-mb-700 {
    margin-bottom: -700px;
  }

  .desktop-min\:-ml-700 {
    margin-left: -700px;
  }

  .desktop-min\:-mt-px {
    margin-top: -1px;
  }

  .desktop-min\:-mr-px {
    margin-right: -1px;
  }

  .desktop-min\:-mb-px {
    margin-bottom: -1px;
  }

  .desktop-min\:-ml-px {
    margin-left: -1px;
  }

  .desktop-min\:-mt-1p {
    margin-top: -1%;
  }

  .desktop-min\:-mr-1p {
    margin-right: -1%;
  }

  .desktop-min\:-mb-1p {
    margin-bottom: -1%;
  }

  .desktop-min\:-ml-1p {
    margin-left: -1%;
  }

  .desktop-min\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .desktop-min\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .desktop-min\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .desktop-min\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .desktop-min\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .desktop-min\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .desktop-min\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .desktop-min\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .desktop-min\:-mt-11p {
    margin-top: -11%;
  }

  .desktop-min\:-mr-11p {
    margin-right: -11%;
  }

  .desktop-min\:-mb-11p {
    margin-bottom: -11%;
  }

  .desktop-min\:-ml-11p {
    margin-left: -11%;
  }

  .desktop-min\:-mt-20p {
    margin-top: -20%;
  }

  .desktop-min\:-mr-20p {
    margin-right: -20%;
  }

  .desktop-min\:-mb-20p {
    margin-bottom: -20%;
  }

  .desktop-min\:-ml-20p {
    margin-left: -20%;
  }

  .desktop-min\:-mt-24p {
    margin-top: -24.25%;
  }

  .desktop-min\:-mr-24p {
    margin-right: -24.25%;
  }

  .desktop-min\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .desktop-min\:-ml-24p {
    margin-left: -24.25%;
  }

  .desktop-min\:-mt-25p {
    margin-top: -25%;
  }

  .desktop-min\:-mr-25p {
    margin-right: -25%;
  }

  .desktop-min\:-mb-25p {
    margin-bottom: -25%;
  }

  .desktop-min\:-ml-25p {
    margin-left: -25%;
  }

  .desktop-min\:-mt-32p {
    margin-top: -32%;
  }

  .desktop-min\:-mr-32p {
    margin-right: -32%;
  }

  .desktop-min\:-mb-32p {
    margin-bottom: -32%;
  }

  .desktop-min\:-ml-32p {
    margin-left: -32%;
  }

  .desktop-min\:-mt-35p {
    margin-top: -35%;
  }

  .desktop-min\:-mr-35p {
    margin-right: -35%;
  }

  .desktop-min\:-mb-35p {
    margin-bottom: -35%;
  }

  .desktop-min\:-ml-35p {
    margin-left: -35%;
  }

  .desktop-min\:-mt-40p {
    margin-top: -40%;
  }

  .desktop-min\:-mr-40p {
    margin-right: -40%;
  }

  .desktop-min\:-mb-40p {
    margin-bottom: -40%;
  }

  .desktop-min\:-ml-40p {
    margin-left: -40%;
  }

  .desktop-min\:-mt-49p {
    margin-top: -49%;
  }

  .desktop-min\:-mr-49p {
    margin-right: -49%;
  }

  .desktop-min\:-mb-49p {
    margin-bottom: -49%;
  }

  .desktop-min\:-ml-49p {
    margin-left: -49%;
  }

  .desktop-min\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .desktop-min\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .desktop-min\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .desktop-min\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .desktop-min\:-mt-80p {
    margin-top: -80%;
  }

  .desktop-min\:-mr-80p {
    margin-right: -80%;
  }

  .desktop-min\:-mb-80p {
    margin-bottom: -80%;
  }

  .desktop-min\:-ml-80p {
    margin-left: -80%;
  }

  .desktop-min\:-mt-vh80 {
    margin-top: -80vh;
  }

  .desktop-min\:-mr-vh80 {
    margin-right: -80vh;
  }

  .desktop-min\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .desktop-min\:-ml-vh80 {
    margin-left: -80vh;
  }

  .desktop-min\:-mt-vh86 {
    margin-top: -86vh;
  }

  .desktop-min\:-mr-vh86 {
    margin-right: -86vh;
  }

  .desktop-min\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .desktop-min\:-ml-vh86 {
    margin-left: -86vh;
  }

  .desktop-min\:-mt-vh90 {
    margin-top: -90vh;
  }

  .desktop-min\:-mr-vh90 {
    margin-right: -90vh;
  }

  .desktop-min\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .desktop-min\:-ml-vh90 {
    margin-left: -90vh;
  }

  .desktop-min\:-mt-vw80 {
    margin-top: -80vw;
  }

  .desktop-min\:-mr-vw80 {
    margin-right: -80vw;
  }

  .desktop-min\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .desktop-min\:-ml-vw80 {
    margin-left: -80vw;
  }

  .desktop-min\:-mt-vw90 {
    margin-top: -90vw;
  }

  .desktop-min\:-mr-vw90 {
    margin-right: -90vw;
  }

  .desktop-min\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .desktop-min\:-ml-vw90 {
    margin-left: -90vw;
  }

  .desktop-min\:-mt-90p {
    margin-top: -90%;
  }

  .desktop-min\:-mr-90p {
    margin-right: -90%;
  }

  .desktop-min\:-mb-90p {
    margin-bottom: -90%;
  }

  .desktop-min\:-ml-90p {
    margin-left: -90%;
  }

  .desktop-min\:-mt-92p {
    margin-top: -92%;
  }

  .desktop-min\:-mr-92p {
    margin-right: -92%;
  }

  .desktop-min\:-mb-92p {
    margin-bottom: -92%;
  }

  .desktop-min\:-ml-92p {
    margin-left: -92%;
  }

  .desktop-min\:-mt-93p {
    margin-top: -93%;
  }

  .desktop-min\:-mr-93p {
    margin-right: -93%;
  }

  .desktop-min\:-mb-93p {
    margin-bottom: -93%;
  }

  .desktop-min\:-ml-93p {
    margin-left: -93%;
  }

  .desktop-min\:-mt-94p {
    margin-top: -94%;
  }

  .desktop-min\:-mr-94p {
    margin-right: -94%;
  }

  .desktop-min\:-mb-94p {
    margin-bottom: -94%;
  }

  .desktop-min\:-ml-94p {
    margin-left: -94%;
  }

  .desktop-min\:-mt-95p {
    margin-top: -95%;
  }

  .desktop-min\:-mr-95p {
    margin-right: -95%;
  }

  .desktop-min\:-mb-95p {
    margin-bottom: -95%;
  }

  .desktop-min\:-ml-95p {
    margin-left: -95%;
  }

  .desktop-min\:-mt-96p {
    margin-top: -96%;
  }

  .desktop-min\:-mr-96p {
    margin-right: -96%;
  }

  .desktop-min\:-mb-96p {
    margin-bottom: -96%;
  }

  .desktop-min\:-ml-96p {
    margin-left: -96%;
  }

  .desktop-min\:-mt-100p {
    margin-top: -100%;
  }

  .desktop-min\:-mr-100p {
    margin-right: -100%;
  }

  .desktop-min\:-mb-100p {
    margin-bottom: -100%;
  }

  .desktop-min\:-ml-100p {
    margin-left: -100%;
  }

  .desktop-min\:hover\:m-0:hover {
    margin: 0px;
  }

  .desktop-min\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .desktop-min\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .desktop-min\:hover\:m-3:hover {
    margin: 3px;
  }

  .desktop-min\:hover\:m-4:hover {
    margin: 4px;
  }

  .desktop-min\:hover\:m-5:hover {
    margin: 5px;
  }

  .desktop-min\:hover\:m-6:hover {
    margin: 6px;
  }

  .desktop-min\:hover\:m-8:hover {
    margin: 8px;
  }

  .desktop-min\:hover\:m-9:hover {
    margin: 9px;
  }

  .desktop-min\:hover\:m-10:hover {
    margin: 10px;
  }

  .desktop-min\:hover\:m-12:hover {
    margin: 12px;
  }

  .desktop-min\:hover\:m-13:hover {
    margin: 13px;
  }

  .desktop-min\:hover\:m-14:hover {
    margin: 14px;
  }

  .desktop-min\:hover\:m-15:hover {
    margin: 15px;
  }

  .desktop-min\:hover\:m-16:hover {
    margin: 16px;
  }

  .desktop-min\:hover\:m-17:hover {
    margin: 17px;
  }

  .desktop-min\:hover\:m-18:hover {
    margin: 18px;
  }

  .desktop-min\:hover\:m-20:hover {
    margin: 20px;
  }

  .desktop-min\:hover\:m-22:hover {
    margin: 22px;
  }

  .desktop-min\:hover\:m-24:hover {
    margin: 24px;
  }

  .desktop-min\:hover\:m-25:hover {
    margin: 25px;
  }

  .desktop-min\:hover\:m-28:hover {
    margin: 28px;
  }

  .desktop-min\:hover\:m-29:hover {
    margin: 29px;
  }

  .desktop-min\:hover\:m-30:hover {
    margin: 30px;
  }

  .desktop-min\:hover\:m-32:hover {
    margin: 32px;
  }

  .desktop-min\:hover\:m-35:hover {
    margin: 35px;
  }

  .desktop-min\:hover\:m-36:hover {
    margin: 36px;
  }

  .desktop-min\:hover\:m-37:hover {
    margin: 37px;
  }

  .desktop-min\:hover\:m-40:hover {
    margin: 40px;
  }

  .desktop-min\:hover\:m-45:hover {
    margin: 45px;
  }

  .desktop-min\:hover\:m-48:hover {
    margin: 48px;
  }

  .desktop-min\:hover\:m-50:hover {
    margin: 50px;
  }

  .desktop-min\:hover\:m-55:hover {
    margin: 55px;
  }

  .desktop-min\:hover\:m-56:hover {
    margin: 56px;
  }

  .desktop-min\:hover\:m-60:hover {
    margin: 60px;
  }

  .desktop-min\:hover\:m-62:hover {
    margin: 62px;
  }

  .desktop-min\:hover\:m-64:hover {
    margin: 64px;
  }

  .desktop-min\:hover\:m-65:hover {
    margin: 65px;
  }

  .desktop-min\:hover\:m-70:hover {
    margin: 70px;
  }

  .desktop-min\:hover\:m-75:hover {
    margin: 75px;
  }

  .desktop-min\:hover\:m-80:hover {
    margin: 80px;
  }

  .desktop-min\:hover\:m-85:hover {
    margin: 85px;
  }

  .desktop-min\:hover\:m-90:hover {
    margin: 90px;
  }

  .desktop-min\:hover\:m-95:hover {
    margin: 95px;
  }

  .desktop-min\:hover\:m-96:hover {
    margin: 96px;
  }

  .desktop-min\:hover\:m-100:hover {
    margin: 100px;
  }

  .desktop-min\:hover\:m-110:hover {
    margin: 110px;
  }

  .desktop-min\:hover\:m-115:hover {
    margin: 115px;
  }

  .desktop-min\:hover\:m-120:hover {
    margin: 120px;
  }

  .desktop-min\:hover\:m-128:hover {
    margin: 128px;
  }

  .desktop-min\:hover\:m-135:hover {
    margin: 135px;
  }

  .desktop-min\:hover\:m-140:hover {
    margin: 140px;
  }

  .desktop-min\:hover\:m-145:hover {
    margin: 145px;
  }

  .desktop-min\:hover\:m-150:hover {
    margin: 150px;
  }

  .desktop-min\:hover\:m-160:hover {
    margin: 160px;
  }

  .desktop-min\:hover\:m-165:hover {
    margin: 165px;
  }

  .desktop-min\:hover\:m-168:hover {
    margin: 168px;
  }

  .desktop-min\:hover\:m-170:hover {
    margin: 170px;
  }

  .desktop-min\:hover\:m-180:hover {
    margin: 180px;
  }

  .desktop-min\:hover\:m-200:hover {
    margin: 200px;
  }

  .desktop-min\:hover\:m-220:hover {
    margin: 220px;
  }

  .desktop-min\:hover\:m-230:hover {
    margin: 230px;
  }

  .desktop-min\:hover\:m-235:hover {
    margin: 235px;
  }

  .desktop-min\:hover\:m-240:hover {
    margin: 240px;
  }

  .desktop-min\:hover\:m-250:hover {
    margin: 250px;
  }

  .desktop-min\:hover\:m-300:hover {
    margin: 300px;
  }

  .desktop-min\:hover\:m-320:hover {
    margin: 320px;
  }

  .desktop-min\:hover\:m-350:hover {
    margin: 350px;
  }

  .desktop-min\:hover\:m-375:hover {
    margin: 375px;
  }

  .desktop-min\:hover\:m-400:hover {
    margin: 400px;
  }

  .desktop-min\:hover\:m-450:hover {
    margin: 450px;
  }

  .desktop-min\:hover\:m-700:hover {
    margin: 700px;
  }

  .desktop-min\:hover\:m-auto:hover {
    margin: auto;
  }

  .desktop-min\:hover\:m-px:hover {
    margin: 1px;
  }

  .desktop-min\:hover\:m-1p:hover {
    margin: 1%;
  }

  .desktop-min\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .desktop-min\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .desktop-min\:hover\:m-11p:hover {
    margin: 11%;
  }

  .desktop-min\:hover\:m-20p:hover {
    margin: 20%;
  }

  .desktop-min\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .desktop-min\:hover\:m-25p:hover {
    margin: 25%;
  }

  .desktop-min\:hover\:m-32p:hover {
    margin: 32%;
  }

  .desktop-min\:hover\:m-35p:hover {
    margin: 35%;
  }

  .desktop-min\:hover\:m-40p:hover {
    margin: 40%;
  }

  .desktop-min\:hover\:m-49p:hover {
    margin: 49%;
  }

  .desktop-min\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .desktop-min\:hover\:m-80p:hover {
    margin: 80%;
  }

  .desktop-min\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .desktop-min\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .desktop-min\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .desktop-min\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .desktop-min\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .desktop-min\:hover\:m-90p:hover {
    margin: 90%;
  }

  .desktop-min\:hover\:m-92p:hover {
    margin: 92%;
  }

  .desktop-min\:hover\:m-93p:hover {
    margin: 93%;
  }

  .desktop-min\:hover\:m-94p:hover {
    margin: 94%;
  }

  .desktop-min\:hover\:m-95p:hover {
    margin: 95%;
  }

  .desktop-min\:hover\:m-96p:hover {
    margin: 96%;
  }

  .desktop-min\:hover\:m-100p:hover {
    margin: 100%;
  }

  .desktop-min\:hover\:-m-0:hover {
    margin: 0px;
  }

  .desktop-min\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .desktop-min\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .desktop-min\:hover\:-m-3:hover {
    margin: -3px;
  }

  .desktop-min\:hover\:-m-4:hover {
    margin: -4px;
  }

  .desktop-min\:hover\:-m-5:hover {
    margin: -5px;
  }

  .desktop-min\:hover\:-m-6:hover {
    margin: -6px;
  }

  .desktop-min\:hover\:-m-8:hover {
    margin: -8px;
  }

  .desktop-min\:hover\:-m-9:hover {
    margin: -9px;
  }

  .desktop-min\:hover\:-m-10:hover {
    margin: -10px;
  }

  .desktop-min\:hover\:-m-12:hover {
    margin: -12px;
  }

  .desktop-min\:hover\:-m-13:hover {
    margin: -13px;
  }

  .desktop-min\:hover\:-m-14:hover {
    margin: -14px;
  }

  .desktop-min\:hover\:-m-15:hover {
    margin: -15px;
  }

  .desktop-min\:hover\:-m-16:hover {
    margin: -16px;
  }

  .desktop-min\:hover\:-m-17:hover {
    margin: -17px;
  }

  .desktop-min\:hover\:-m-18:hover {
    margin: -18px;
  }

  .desktop-min\:hover\:-m-20:hover {
    margin: -20px;
  }

  .desktop-min\:hover\:-m-22:hover {
    margin: -22px;
  }

  .desktop-min\:hover\:-m-24:hover {
    margin: -24px;
  }

  .desktop-min\:hover\:-m-25:hover {
    margin: -25px;
  }

  .desktop-min\:hover\:-m-28:hover {
    margin: -28px;
  }

  .desktop-min\:hover\:-m-29:hover {
    margin: -29px;
  }

  .desktop-min\:hover\:-m-30:hover {
    margin: -30px;
  }

  .desktop-min\:hover\:-m-32:hover {
    margin: -32px;
  }

  .desktop-min\:hover\:-m-35:hover {
    margin: -35px;
  }

  .desktop-min\:hover\:-m-36:hover {
    margin: -36px;
  }

  .desktop-min\:hover\:-m-37:hover {
    margin: -37px;
  }

  .desktop-min\:hover\:-m-40:hover {
    margin: -40px;
  }

  .desktop-min\:hover\:-m-45:hover {
    margin: -45px;
  }

  .desktop-min\:hover\:-m-48:hover {
    margin: -48px;
  }

  .desktop-min\:hover\:-m-50:hover {
    margin: -50px;
  }

  .desktop-min\:hover\:-m-55:hover {
    margin: -55px;
  }

  .desktop-min\:hover\:-m-56:hover {
    margin: -56px;
  }

  .desktop-min\:hover\:-m-60:hover {
    margin: -60px;
  }

  .desktop-min\:hover\:-m-62:hover {
    margin: -62px;
  }

  .desktop-min\:hover\:-m-64:hover {
    margin: -64px;
  }

  .desktop-min\:hover\:-m-65:hover {
    margin: -65px;
  }

  .desktop-min\:hover\:-m-70:hover {
    margin: -70px;
  }

  .desktop-min\:hover\:-m-75:hover {
    margin: -75px;
  }

  .desktop-min\:hover\:-m-80:hover {
    margin: -80px;
  }

  .desktop-min\:hover\:-m-85:hover {
    margin: -85px;
  }

  .desktop-min\:hover\:-m-90:hover {
    margin: -90px;
  }

  .desktop-min\:hover\:-m-95:hover {
    margin: -95px;
  }

  .desktop-min\:hover\:-m-96:hover {
    margin: -96px;
  }

  .desktop-min\:hover\:-m-100:hover {
    margin: -100px;
  }

  .desktop-min\:hover\:-m-110:hover {
    margin: -110px;
  }

  .desktop-min\:hover\:-m-115:hover {
    margin: -115px;
  }

  .desktop-min\:hover\:-m-120:hover {
    margin: -120px;
  }

  .desktop-min\:hover\:-m-128:hover {
    margin: -128px;
  }

  .desktop-min\:hover\:-m-135:hover {
    margin: -135px;
  }

  .desktop-min\:hover\:-m-140:hover {
    margin: -140px;
  }

  .desktop-min\:hover\:-m-145:hover {
    margin: -145px;
  }

  .desktop-min\:hover\:-m-150:hover {
    margin: -150px;
  }

  .desktop-min\:hover\:-m-160:hover {
    margin: -160px;
  }

  .desktop-min\:hover\:-m-165:hover {
    margin: -165px;
  }

  .desktop-min\:hover\:-m-168:hover {
    margin: -168px;
  }

  .desktop-min\:hover\:-m-170:hover {
    margin: -170px;
  }

  .desktop-min\:hover\:-m-180:hover {
    margin: -180px;
  }

  .desktop-min\:hover\:-m-200:hover {
    margin: -200px;
  }

  .desktop-min\:hover\:-m-220:hover {
    margin: -220px;
  }

  .desktop-min\:hover\:-m-230:hover {
    margin: -230px;
  }

  .desktop-min\:hover\:-m-235:hover {
    margin: -235px;
  }

  .desktop-min\:hover\:-m-240:hover {
    margin: -240px;
  }

  .desktop-min\:hover\:-m-250:hover {
    margin: -250px;
  }

  .desktop-min\:hover\:-m-300:hover {
    margin: -300px;
  }

  .desktop-min\:hover\:-m-320:hover {
    margin: -320px;
  }

  .desktop-min\:hover\:-m-350:hover {
    margin: -350px;
  }

  .desktop-min\:hover\:-m-375:hover {
    margin: -375px;
  }

  .desktop-min\:hover\:-m-400:hover {
    margin: -400px;
  }

  .desktop-min\:hover\:-m-450:hover {
    margin: -450px;
  }

  .desktop-min\:hover\:-m-700:hover {
    margin: -700px;
  }

  .desktop-min\:hover\:-m-px:hover {
    margin: -1px;
  }

  .desktop-min\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .desktop-min\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .desktop-min\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .desktop-min\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .desktop-min\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .desktop-min\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .desktop-min\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .desktop-min\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .desktop-min\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .desktop-min\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .desktop-min\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .desktop-min\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .desktop-min\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .desktop-min\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .desktop-min\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .desktop-min\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .desktop-min\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .desktop-min\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .desktop-min\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .desktop-min\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .desktop-min\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .desktop-min\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .desktop-min\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .desktop-min\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .desktop-min\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .desktop-min\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop-min\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop-min\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-min\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop-min\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop-min\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop-min\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop-min\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop-min\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop-min\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop-min\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop-min\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop-min\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop-min\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop-min\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop-min\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop-min\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-min\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop-min\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop-min\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop-min\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop-min\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop-min\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop-min\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop-min\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop-min\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop-min\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop-min\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop-min\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop-min\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop-min\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop-min\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop-min\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop-min\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop-min\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop-min\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop-min\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop-min\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-min\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop-min\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop-min\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop-min\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop-min\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop-min\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop-min\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop-min\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop-min\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop-min\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop-min\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop-min\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop-min\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop-min\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop-min\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop-min\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop-min\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop-min\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop-min\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop-min\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop-min\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop-min\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop-min\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop-min\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop-min\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop-min\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop-min\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop-min\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop-min\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop-min\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop-min\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop-min\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop-min\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop-min\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop-min\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop-min\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop-min\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-min\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop-min\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop-min\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop-min\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop-min\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop-min\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop-min\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop-min\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop-min\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop-min\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop-min\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop-min\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop-min\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop-min\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-min\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop-min\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop-min\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop-min\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop-min\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop-min\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop-min\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop-min\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop-min\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop-min\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop-min\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop-min\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop-min\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop-min\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop-min\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop-min\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop-min\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop-min\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop-min\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop-min\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop-min\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop-min\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop-min\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop-min\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop-min\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop-min\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop-min\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop-min\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop-min\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop-min\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop-min\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop-min\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop-min\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop-min\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop-min\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop-min\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop-min\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop-min\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop-min\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop-min\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop-min\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop-min\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop-min\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop-min\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop-min\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop-min\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop-min\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop-min\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop-min\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop-min\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop-min\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop-min\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop-min\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop-min\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop-min\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-min\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop-min\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop-min\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop-min\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop-min\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop-min\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop-min\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop-min\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop-min\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop-min\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop-min\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop-min\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop-min\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop-min\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop-min\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop-min\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop-min\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop-min\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop-min\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop-min\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop-min\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop-min\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop-min\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop-min\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop-min\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop-min\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop-min\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop-min\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop-min\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop-min\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop-min\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop-min\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop-min\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop-min\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop-min\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop-min\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop-min\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop-min\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop-min\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop-min\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop-min\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop-min\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop-min\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop-min\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop-min\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop-min\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop-min\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop-min\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop-min\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop-min\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop-min\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop-min\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop-min\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop-min\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop-min\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop-min\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop-min\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop-min\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop-min\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop-min\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop-min\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop-min\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop-min\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop-min\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop-min\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop-min\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop-min\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop-min\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop-min\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop-min\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop-min\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop-min\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop-min\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop-min\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop-min\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop-min\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop-min\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop-min\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop-min\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop-min\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop-min\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop-min\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop-min\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop-min\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop-min\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop-min\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop-min\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop-min\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop-min\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop-min\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop-min\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop-min\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop-min\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop-min\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop-min\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop-min\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop-min\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop-min\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop-min\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop-min\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop-min\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop-min\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop-min\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop-min\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop-min\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop-min\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop-min\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop-min\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop-min\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop-min\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop-min\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop-min\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop-min\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop-min\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop-min\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop-min\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop-min\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop-min\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop-min\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop-min\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop-min\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop-min\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop-min\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop-min\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop-min\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop-min\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop-min\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop-min\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop-min\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop-min\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop-min\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop-min\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop-min\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop-min\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop-min\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop-min\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop-min\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop-min\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop-min\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop-min\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop-min\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop-min\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop-min\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop-min\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop-min\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop-min\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop-min\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop-min\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop-min\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop-min\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop-min\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop-min\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop-min\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop-min\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop-min\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop-min\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop-min\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop-min\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop-min\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop-min\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop-min\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop-min\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop-min\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop-min\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop-min\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop-min\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop-min\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop-min\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop-min\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop-min\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop-min\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop-min\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop-min\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop-min\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop-min\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop-min\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop-min\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop-min\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop-min\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop-min\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop-min\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop-min\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop-min\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop-min\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop-min\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop-min\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop-min\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop-min\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop-min\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop-min\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop-min\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop-min\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop-min\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop-min\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop-min\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop-min\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop-min\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop-min\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop-min\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop-min\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop-min\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop-min\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop-min\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop-min\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop-min\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop-min\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop-min\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop-min\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop-min\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop-min\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop-min\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop-min\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop-min\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop-min\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop-min\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop-min\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop-min\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop-min\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop-min\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop-min\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop-min\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop-min\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop-min\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop-min\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop-min\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop-min\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop-min\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop-min\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop-min\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop-min\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop-min\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop-min\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop-min\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop-min\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop-min\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop-min\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop-min\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop-min\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop-min\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop-min\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop-min\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop-min\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop-min\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop-min\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop-min\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop-min\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop-min\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .desktop-min\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .desktop-min\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .desktop-min\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .desktop-min\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .desktop-min\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .desktop-min\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .desktop-min\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .desktop-min\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .desktop-min\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .desktop-min\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .desktop-min\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .desktop-min\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .desktop-min\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .desktop-min\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .desktop-min\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .desktop-min\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .desktop-min\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .desktop-min\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .desktop-min\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .desktop-min\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .desktop-min\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .desktop-min\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .desktop-min\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .desktop-min\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .desktop-min\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .desktop-min\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .desktop-min\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .desktop-min\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .desktop-min\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .desktop-min\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .desktop-min\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .desktop-min\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .desktop-min\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .desktop-min\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .desktop-min\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .desktop-min\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .desktop-min\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .desktop-min\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .desktop-min\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .desktop-min\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .desktop-min\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .desktop-min\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .desktop-min\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .desktop-min\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .desktop-min\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .desktop-min\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .desktop-min\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .desktop-min\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .desktop-min\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .desktop-min\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .desktop-min\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .desktop-min\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .desktop-min\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .desktop-min\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .desktop-min\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .desktop-min\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .desktop-min\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .desktop-min\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .desktop-min\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .desktop-min\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .desktop-min\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .desktop-min\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .desktop-min\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .desktop-min\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .desktop-min\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .desktop-min\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .desktop-min\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .desktop-min\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .desktop-min\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .desktop-min\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .desktop-min\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .desktop-min\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .desktop-min\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .desktop-min\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .desktop-min\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .desktop-min\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .desktop-min\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .desktop-min\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .desktop-min\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .desktop-min\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .desktop-min\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .desktop-min\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .desktop-min\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .desktop-min\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .desktop-min\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .desktop-min\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .desktop-min\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .desktop-min\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .desktop-min\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .desktop-min\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .desktop-min\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .desktop-min\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .desktop-min\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .desktop-min\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .desktop-min\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .desktop-min\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .desktop-min\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .desktop-min\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .desktop-min\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .desktop-min\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .desktop-min\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .desktop-min\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .desktop-min\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .desktop-min\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .desktop-min\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .desktop-min\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .desktop-min\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .desktop-min\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .desktop-min\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .desktop-min\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .desktop-min\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .desktop-min\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .desktop-min\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .desktop-min\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .desktop-min\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .desktop-min\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .desktop-min\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .desktop-min\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .desktop-min\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .desktop-min\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .desktop-min\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .desktop-min\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .desktop-min\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .desktop-min\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .desktop-min\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .desktop-min\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .desktop-min\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .desktop-min\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .desktop-min\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .desktop-min\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .desktop-min\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .desktop-min\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .desktop-min\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .desktop-min\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .desktop-min\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .desktop-min\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .desktop-min\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .desktop-min\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .desktop-min\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .desktop-min\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .desktop-min\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .desktop-min\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .desktop-min\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .desktop-min\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .desktop-min\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .desktop-min\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .desktop-min\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .desktop-min\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .desktop-min\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .desktop-min\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .desktop-min\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .desktop-min\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .desktop-min\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .desktop-min\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .desktop-min\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .desktop-min\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .desktop-min\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .desktop-min\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .desktop-min\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .desktop-min\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .desktop-min\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .desktop-min\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .desktop-min\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .desktop-min\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .desktop-min\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .desktop-min\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .desktop-min\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .desktop-min\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .desktop-min\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .desktop-min\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .desktop-min\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .desktop-min\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .desktop-min\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .desktop-min\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .desktop-min\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .desktop-min\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .desktop-min\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .desktop-min\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .desktop-min\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .desktop-min\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .desktop-min\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .desktop-min\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .desktop-min\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .desktop-min\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .desktop-min\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .desktop-min\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .desktop-min\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .desktop-min\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .desktop-min\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .desktop-min\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .desktop-min\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .desktop-min\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .desktop-min\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .desktop-min\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .desktop-min\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .desktop-min\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .desktop-min\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .desktop-min\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .desktop-min\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .desktop-min\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .desktop-min\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .desktop-min\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .desktop-min\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .desktop-min\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .desktop-min\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .desktop-min\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .desktop-min\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .desktop-min\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .desktop-min\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .desktop-min\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .desktop-min\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .desktop-min\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .desktop-min\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .desktop-min\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .desktop-min\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .desktop-min\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .desktop-min\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .desktop-min\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .desktop-min\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .desktop-min\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .desktop-min\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .desktop-min\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .desktop-min\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .desktop-min\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .desktop-min\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .desktop-min\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .desktop-min\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .desktop-min\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .desktop-min\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .desktop-min\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .desktop-min\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .desktop-min\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .desktop-min\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .desktop-min\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .desktop-min\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .desktop-min\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .desktop-min\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .desktop-min\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .desktop-min\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .desktop-min\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .desktop-min\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .desktop-min\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .desktop-min\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .desktop-min\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .desktop-min\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .desktop-min\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .desktop-min\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .desktop-min\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .desktop-min\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .desktop-min\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .desktop-min\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .desktop-min\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .desktop-min\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .desktop-min\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .desktop-min\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .desktop-min\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .desktop-min\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .desktop-min\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .desktop-min\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .desktop-min\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .desktop-min\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .desktop-min\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .desktop-min\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .desktop-min\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .desktop-min\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .desktop-min\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .desktop-min\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .desktop-min\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .desktop-min\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .desktop-min\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .desktop-min\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .desktop-min\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .desktop-min\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .desktop-min\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .desktop-min\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .desktop-min\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .desktop-min\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .desktop-min\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .desktop-min\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .desktop-min\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .desktop-min\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .desktop-min\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .desktop-min\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .desktop-min\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .desktop-min\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .desktop-min\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .desktop-min\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .desktop-min\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .desktop-min\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .desktop-min\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .desktop-min\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .desktop-min\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .desktop-min\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .desktop-min\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .desktop-min\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .desktop-min\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .desktop-min\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .desktop-min\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .desktop-min\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .desktop-min\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .desktop-min\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .desktop-min\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .desktop-min\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .desktop-min\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .desktop-min\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .desktop-min\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .desktop-min\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .desktop-min\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .desktop-min\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .desktop-min\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .desktop-min\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .desktop-min\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .desktop-min\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .desktop-min\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .desktop-min\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .desktop-min\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .desktop-min\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .desktop-min\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .desktop-min\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .desktop-min\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .desktop-min\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .desktop-min\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .desktop-min\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .desktop-min\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .desktop-min\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .desktop-min\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .desktop-min\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .desktop-min\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .desktop-min\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .desktop-min\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .desktop-min\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .desktop-min\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .desktop-min\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .desktop-min\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .desktop-min\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .desktop-min\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .desktop-min\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .desktop-min\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .desktop-min\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .desktop-min\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .desktop-min\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .desktop-min\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .desktop-min\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .desktop-min\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .desktop-min\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .desktop-min\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .desktop-min\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .desktop-min\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .desktop-min\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .desktop-min\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .desktop-min\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .desktop-min\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .desktop-min\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .desktop-min\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .desktop-min\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .desktop-min\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .desktop-min\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .desktop-min\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .desktop-min\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .desktop-min\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .desktop-min\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .desktop-min\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .desktop-min\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .desktop-min\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .desktop-min\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .desktop-min\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .desktop-min\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .desktop-min\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .desktop-min\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .desktop-min\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .desktop-min\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .desktop-min\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .desktop-min\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .desktop-min\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .desktop-min\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .desktop-min\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .desktop-min\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .desktop-min\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .desktop-min\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .desktop-min\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .desktop-min\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .desktop-min\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .desktop-min\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .desktop-min\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .desktop-min\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .desktop-min\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .desktop-min\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .desktop-min\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .desktop-min\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .desktop-min\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .desktop-min\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .desktop-min\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .desktop-min\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .desktop-min\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .desktop-min\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .desktop-min\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .desktop-min\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .desktop-min\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .desktop-min\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .desktop-min\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .desktop-min\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .desktop-min\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .desktop-min\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .desktop-min\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .desktop-min\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .desktop-min\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .desktop-min\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .desktop-min\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .desktop-min\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .desktop-min\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .desktop-min\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .desktop-min\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .desktop-min\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .desktop-min\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .desktop-min\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .desktop-min\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .desktop-min\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .desktop-min\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .desktop-min\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .desktop-min\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .desktop-min\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .desktop-min\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .desktop-min\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .desktop-min\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .desktop-min\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .desktop-min\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .desktop-min\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .desktop-min\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .desktop-min\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .desktop-min\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .desktop-min\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .desktop-min\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .desktop-min\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .desktop-min\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .desktop-min\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .desktop-min\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .desktop-min\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .desktop-min\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .desktop-min\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .desktop-min\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .desktop-min\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .desktop-min\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .desktop-min\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .desktop-min\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .desktop-min\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .desktop-min\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .desktop-min\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .desktop-min\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .desktop-min\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .desktop-min\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .desktop-min\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .desktop-min\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .desktop-min\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .desktop-min\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .desktop-min\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .desktop-min\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .desktop-min\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .desktop-min\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .desktop-min\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .desktop-min\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .desktop-min\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .desktop-min\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .desktop-min\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .desktop-min\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .desktop-min\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .desktop-min\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .desktop-min\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .desktop-min\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .desktop-min\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .desktop-min\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .desktop-min\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .desktop-min\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .desktop-min\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .desktop-min\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .desktop-min\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .desktop-min\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .desktop-min\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .desktop-min\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .desktop-min\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .desktop-min\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .desktop-min\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .desktop-min\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .desktop-min\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .desktop-min\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .desktop-min\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .desktop-min\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .desktop-min\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .desktop-min\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .desktop-min\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .desktop-min\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .desktop-min\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .desktop-min\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .desktop-min\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .desktop-min\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .desktop-min\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .desktop-min\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .desktop-min\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .desktop-min\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .desktop-min\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .desktop-min\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .desktop-min\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .desktop-min\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .desktop-min\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .desktop-min\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .desktop-min\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .desktop-min\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .desktop-min\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .desktop-min\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .desktop-min\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .desktop-min\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .desktop-min\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .desktop-min\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .desktop-min\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .desktop-min\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .desktop-min\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .desktop-min\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .desktop-min\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .desktop-min\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .desktop-min\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .desktop-min\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .desktop-min\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .desktop-min\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .desktop-min\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .desktop-min\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .desktop-min\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .desktop-min\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .desktop-min\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .desktop-min\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .desktop-min\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .desktop-min\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .desktop-min\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .desktop-min\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .desktop-min\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .desktop-min\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .desktop-min\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .desktop-min\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .desktop-min\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .desktop-min\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .desktop-min\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .desktop-min\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .desktop-min\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .desktop-min\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .desktop-min\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .desktop-min\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .desktop-min\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .desktop-min\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .desktop-min\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .desktop-min\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .desktop-min\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .desktop-min\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .desktop-min\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .desktop-min\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .desktop-min\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .desktop-min\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .desktop-min\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .desktop-min\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .desktop-min\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .desktop-min\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .desktop-min\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .desktop-min\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .desktop-min\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .desktop-min\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .desktop-min\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .desktop-min\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .desktop-min\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .desktop-min\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .desktop-min\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .desktop-min\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .desktop-min\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .desktop-min\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .desktop-min\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .desktop-min\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .desktop-min\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .desktop-min\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .desktop-min\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .desktop-min\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .desktop-min\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .desktop-min\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .desktop-min\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .desktop-min\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .desktop-min\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .desktop-min\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .desktop-min\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .desktop-min\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .desktop-min\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .desktop-min\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .desktop-min\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .desktop-min\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .desktop-min\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .desktop-min\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .desktop-min\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .desktop-min\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .desktop-min\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .desktop-min\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .desktop-min\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .desktop-min\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .desktop-min\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .desktop-min\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .desktop-min\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .desktop-min\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .desktop-min\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .desktop-min\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .desktop-min\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .desktop-min\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .desktop-min\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .desktop-min\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .desktop-min\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .desktop-min\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .desktop-min\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .desktop-min\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .desktop-min\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .desktop-min\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .desktop-min\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .desktop-min\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .desktop-min\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .desktop-min\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .desktop-min\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .desktop-min\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .desktop-min\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .desktop-min\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .desktop-min\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .desktop-min\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .desktop-min\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .desktop-min\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .desktop-min\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .desktop-min\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .desktop-min\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .desktop-min\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .desktop-min\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .desktop-min\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .desktop-min\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .desktop-min\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .desktop-min\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .desktop-min\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .desktop-min\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .desktop-min\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .desktop-min\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .desktop-min\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .desktop-min\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .desktop-min\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .desktop-min\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .desktop-min\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .desktop-min\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .desktop-min\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .desktop-min\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .desktop-min\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .desktop-min\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .desktop-min\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .desktop-min\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .desktop-min\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .desktop-min\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .desktop-min\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .desktop-min\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .desktop-min\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .desktop-min\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .desktop-min\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .desktop-min\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .desktop-min\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .desktop-min\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .desktop-min\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .desktop-min\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .desktop-min\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .desktop-min\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .desktop-min\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .desktop-min\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .desktop-min\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .desktop-min\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .desktop-min\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .desktop-min\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .desktop-min\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .desktop-min\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .desktop-min\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .desktop-min\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .desktop-min\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .desktop-min\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .desktop-min\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .desktop-min\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .desktop-min\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .desktop-min\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .desktop-min\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .desktop-min\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .desktop-min\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .desktop-min\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .desktop-min\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .desktop-min\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .desktop-min\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .desktop-min\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .desktop-min\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .desktop-min\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .desktop-min\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .desktop-min\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .desktop-min\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .desktop-min\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .desktop-min\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .desktop-min\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .desktop-min\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .desktop-min\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .desktop-min\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .desktop-min\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .desktop-min\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .desktop-min\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .desktop-min\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .desktop-min\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .desktop-min\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .desktop-min\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .desktop-min\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .desktop-min\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .desktop-min\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .desktop-min\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .desktop-min\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .desktop-min\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .desktop-min\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .desktop-min\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .desktop-min\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .desktop-min\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .desktop-min\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .desktop-min\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .desktop-min\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .desktop-min\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .desktop-min\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .desktop-min\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .desktop-min\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .desktop-min\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .desktop-min\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .desktop-min\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .desktop-min\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .desktop-min\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .desktop-min\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .desktop-min\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .desktop-min\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .desktop-min\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .desktop-min\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .desktop-min\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .desktop-min\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .desktop-min\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .desktop-min\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .desktop-min\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .desktop-min\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .desktop-min\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .desktop-min\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .desktop-min\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .desktop-min\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .desktop-min\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .desktop-min\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .desktop-min\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .desktop-min\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .desktop-min\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .desktop-min\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .desktop-min\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .desktop-min\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .desktop-min\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .desktop-min\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .desktop-min\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .desktop-min\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .desktop-min\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .desktop-min\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .desktop-min\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .desktop-min\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .desktop-min\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .desktop-min\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .desktop-min\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .desktop-min\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .desktop-min\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .desktop-min\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .desktop-min\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .desktop-min\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .desktop-min\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .desktop-min\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .desktop-min\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .desktop-min\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .desktop-min\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .desktop-min\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .desktop-min\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .desktop-min\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .desktop-min\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .desktop-min\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .desktop-min\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .desktop-min\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .desktop-min\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .desktop-min\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .desktop-min\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .desktop-min\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .desktop-min\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .desktop-min\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .desktop-min\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .desktop-min\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .desktop-min\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .desktop-min\:focus\:m-0:focus {
    margin: 0px;
  }

  .desktop-min\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .desktop-min\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .desktop-min\:focus\:m-3:focus {
    margin: 3px;
  }

  .desktop-min\:focus\:m-4:focus {
    margin: 4px;
  }

  .desktop-min\:focus\:m-5:focus {
    margin: 5px;
  }

  .desktop-min\:focus\:m-6:focus {
    margin: 6px;
  }

  .desktop-min\:focus\:m-8:focus {
    margin: 8px;
  }

  .desktop-min\:focus\:m-9:focus {
    margin: 9px;
  }

  .desktop-min\:focus\:m-10:focus {
    margin: 10px;
  }

  .desktop-min\:focus\:m-12:focus {
    margin: 12px;
  }

  .desktop-min\:focus\:m-13:focus {
    margin: 13px;
  }

  .desktop-min\:focus\:m-14:focus {
    margin: 14px;
  }

  .desktop-min\:focus\:m-15:focus {
    margin: 15px;
  }

  .desktop-min\:focus\:m-16:focus {
    margin: 16px;
  }

  .desktop-min\:focus\:m-17:focus {
    margin: 17px;
  }

  .desktop-min\:focus\:m-18:focus {
    margin: 18px;
  }

  .desktop-min\:focus\:m-20:focus {
    margin: 20px;
  }

  .desktop-min\:focus\:m-22:focus {
    margin: 22px;
  }

  .desktop-min\:focus\:m-24:focus {
    margin: 24px;
  }

  .desktop-min\:focus\:m-25:focus {
    margin: 25px;
  }

  .desktop-min\:focus\:m-28:focus {
    margin: 28px;
  }

  .desktop-min\:focus\:m-29:focus {
    margin: 29px;
  }

  .desktop-min\:focus\:m-30:focus {
    margin: 30px;
  }

  .desktop-min\:focus\:m-32:focus {
    margin: 32px;
  }

  .desktop-min\:focus\:m-35:focus {
    margin: 35px;
  }

  .desktop-min\:focus\:m-36:focus {
    margin: 36px;
  }

  .desktop-min\:focus\:m-37:focus {
    margin: 37px;
  }

  .desktop-min\:focus\:m-40:focus {
    margin: 40px;
  }

  .desktop-min\:focus\:m-45:focus {
    margin: 45px;
  }

  .desktop-min\:focus\:m-48:focus {
    margin: 48px;
  }

  .desktop-min\:focus\:m-50:focus {
    margin: 50px;
  }

  .desktop-min\:focus\:m-55:focus {
    margin: 55px;
  }

  .desktop-min\:focus\:m-56:focus {
    margin: 56px;
  }

  .desktop-min\:focus\:m-60:focus {
    margin: 60px;
  }

  .desktop-min\:focus\:m-62:focus {
    margin: 62px;
  }

  .desktop-min\:focus\:m-64:focus {
    margin: 64px;
  }

  .desktop-min\:focus\:m-65:focus {
    margin: 65px;
  }

  .desktop-min\:focus\:m-70:focus {
    margin: 70px;
  }

  .desktop-min\:focus\:m-75:focus {
    margin: 75px;
  }

  .desktop-min\:focus\:m-80:focus {
    margin: 80px;
  }

  .desktop-min\:focus\:m-85:focus {
    margin: 85px;
  }

  .desktop-min\:focus\:m-90:focus {
    margin: 90px;
  }

  .desktop-min\:focus\:m-95:focus {
    margin: 95px;
  }

  .desktop-min\:focus\:m-96:focus {
    margin: 96px;
  }

  .desktop-min\:focus\:m-100:focus {
    margin: 100px;
  }

  .desktop-min\:focus\:m-110:focus {
    margin: 110px;
  }

  .desktop-min\:focus\:m-115:focus {
    margin: 115px;
  }

  .desktop-min\:focus\:m-120:focus {
    margin: 120px;
  }

  .desktop-min\:focus\:m-128:focus {
    margin: 128px;
  }

  .desktop-min\:focus\:m-135:focus {
    margin: 135px;
  }

  .desktop-min\:focus\:m-140:focus {
    margin: 140px;
  }

  .desktop-min\:focus\:m-145:focus {
    margin: 145px;
  }

  .desktop-min\:focus\:m-150:focus {
    margin: 150px;
  }

  .desktop-min\:focus\:m-160:focus {
    margin: 160px;
  }

  .desktop-min\:focus\:m-165:focus {
    margin: 165px;
  }

  .desktop-min\:focus\:m-168:focus {
    margin: 168px;
  }

  .desktop-min\:focus\:m-170:focus {
    margin: 170px;
  }

  .desktop-min\:focus\:m-180:focus {
    margin: 180px;
  }

  .desktop-min\:focus\:m-200:focus {
    margin: 200px;
  }

  .desktop-min\:focus\:m-220:focus {
    margin: 220px;
  }

  .desktop-min\:focus\:m-230:focus {
    margin: 230px;
  }

  .desktop-min\:focus\:m-235:focus {
    margin: 235px;
  }

  .desktop-min\:focus\:m-240:focus {
    margin: 240px;
  }

  .desktop-min\:focus\:m-250:focus {
    margin: 250px;
  }

  .desktop-min\:focus\:m-300:focus {
    margin: 300px;
  }

  .desktop-min\:focus\:m-320:focus {
    margin: 320px;
  }

  .desktop-min\:focus\:m-350:focus {
    margin: 350px;
  }

  .desktop-min\:focus\:m-375:focus {
    margin: 375px;
  }

  .desktop-min\:focus\:m-400:focus {
    margin: 400px;
  }

  .desktop-min\:focus\:m-450:focus {
    margin: 450px;
  }

  .desktop-min\:focus\:m-700:focus {
    margin: 700px;
  }

  .desktop-min\:focus\:m-auto:focus {
    margin: auto;
  }

  .desktop-min\:focus\:m-px:focus {
    margin: 1px;
  }

  .desktop-min\:focus\:m-1p:focus {
    margin: 1%;
  }

  .desktop-min\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .desktop-min\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .desktop-min\:focus\:m-11p:focus {
    margin: 11%;
  }

  .desktop-min\:focus\:m-20p:focus {
    margin: 20%;
  }

  .desktop-min\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .desktop-min\:focus\:m-25p:focus {
    margin: 25%;
  }

  .desktop-min\:focus\:m-32p:focus {
    margin: 32%;
  }

  .desktop-min\:focus\:m-35p:focus {
    margin: 35%;
  }

  .desktop-min\:focus\:m-40p:focus {
    margin: 40%;
  }

  .desktop-min\:focus\:m-49p:focus {
    margin: 49%;
  }

  .desktop-min\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .desktop-min\:focus\:m-80p:focus {
    margin: 80%;
  }

  .desktop-min\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .desktop-min\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .desktop-min\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .desktop-min\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .desktop-min\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .desktop-min\:focus\:m-90p:focus {
    margin: 90%;
  }

  .desktop-min\:focus\:m-92p:focus {
    margin: 92%;
  }

  .desktop-min\:focus\:m-93p:focus {
    margin: 93%;
  }

  .desktop-min\:focus\:m-94p:focus {
    margin: 94%;
  }

  .desktop-min\:focus\:m-95p:focus {
    margin: 95%;
  }

  .desktop-min\:focus\:m-96p:focus {
    margin: 96%;
  }

  .desktop-min\:focus\:m-100p:focus {
    margin: 100%;
  }

  .desktop-min\:focus\:-m-0:focus {
    margin: 0px;
  }

  .desktop-min\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .desktop-min\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .desktop-min\:focus\:-m-3:focus {
    margin: -3px;
  }

  .desktop-min\:focus\:-m-4:focus {
    margin: -4px;
  }

  .desktop-min\:focus\:-m-5:focus {
    margin: -5px;
  }

  .desktop-min\:focus\:-m-6:focus {
    margin: -6px;
  }

  .desktop-min\:focus\:-m-8:focus {
    margin: -8px;
  }

  .desktop-min\:focus\:-m-9:focus {
    margin: -9px;
  }

  .desktop-min\:focus\:-m-10:focus {
    margin: -10px;
  }

  .desktop-min\:focus\:-m-12:focus {
    margin: -12px;
  }

  .desktop-min\:focus\:-m-13:focus {
    margin: -13px;
  }

  .desktop-min\:focus\:-m-14:focus {
    margin: -14px;
  }

  .desktop-min\:focus\:-m-15:focus {
    margin: -15px;
  }

  .desktop-min\:focus\:-m-16:focus {
    margin: -16px;
  }

  .desktop-min\:focus\:-m-17:focus {
    margin: -17px;
  }

  .desktop-min\:focus\:-m-18:focus {
    margin: -18px;
  }

  .desktop-min\:focus\:-m-20:focus {
    margin: -20px;
  }

  .desktop-min\:focus\:-m-22:focus {
    margin: -22px;
  }

  .desktop-min\:focus\:-m-24:focus {
    margin: -24px;
  }

  .desktop-min\:focus\:-m-25:focus {
    margin: -25px;
  }

  .desktop-min\:focus\:-m-28:focus {
    margin: -28px;
  }

  .desktop-min\:focus\:-m-29:focus {
    margin: -29px;
  }

  .desktop-min\:focus\:-m-30:focus {
    margin: -30px;
  }

  .desktop-min\:focus\:-m-32:focus {
    margin: -32px;
  }

  .desktop-min\:focus\:-m-35:focus {
    margin: -35px;
  }

  .desktop-min\:focus\:-m-36:focus {
    margin: -36px;
  }

  .desktop-min\:focus\:-m-37:focus {
    margin: -37px;
  }

  .desktop-min\:focus\:-m-40:focus {
    margin: -40px;
  }

  .desktop-min\:focus\:-m-45:focus {
    margin: -45px;
  }

  .desktop-min\:focus\:-m-48:focus {
    margin: -48px;
  }

  .desktop-min\:focus\:-m-50:focus {
    margin: -50px;
  }

  .desktop-min\:focus\:-m-55:focus {
    margin: -55px;
  }

  .desktop-min\:focus\:-m-56:focus {
    margin: -56px;
  }

  .desktop-min\:focus\:-m-60:focus {
    margin: -60px;
  }

  .desktop-min\:focus\:-m-62:focus {
    margin: -62px;
  }

  .desktop-min\:focus\:-m-64:focus {
    margin: -64px;
  }

  .desktop-min\:focus\:-m-65:focus {
    margin: -65px;
  }

  .desktop-min\:focus\:-m-70:focus {
    margin: -70px;
  }

  .desktop-min\:focus\:-m-75:focus {
    margin: -75px;
  }

  .desktop-min\:focus\:-m-80:focus {
    margin: -80px;
  }

  .desktop-min\:focus\:-m-85:focus {
    margin: -85px;
  }

  .desktop-min\:focus\:-m-90:focus {
    margin: -90px;
  }

  .desktop-min\:focus\:-m-95:focus {
    margin: -95px;
  }

  .desktop-min\:focus\:-m-96:focus {
    margin: -96px;
  }

  .desktop-min\:focus\:-m-100:focus {
    margin: -100px;
  }

  .desktop-min\:focus\:-m-110:focus {
    margin: -110px;
  }

  .desktop-min\:focus\:-m-115:focus {
    margin: -115px;
  }

  .desktop-min\:focus\:-m-120:focus {
    margin: -120px;
  }

  .desktop-min\:focus\:-m-128:focus {
    margin: -128px;
  }

  .desktop-min\:focus\:-m-135:focus {
    margin: -135px;
  }

  .desktop-min\:focus\:-m-140:focus {
    margin: -140px;
  }

  .desktop-min\:focus\:-m-145:focus {
    margin: -145px;
  }

  .desktop-min\:focus\:-m-150:focus {
    margin: -150px;
  }

  .desktop-min\:focus\:-m-160:focus {
    margin: -160px;
  }

  .desktop-min\:focus\:-m-165:focus {
    margin: -165px;
  }

  .desktop-min\:focus\:-m-168:focus {
    margin: -168px;
  }

  .desktop-min\:focus\:-m-170:focus {
    margin: -170px;
  }

  .desktop-min\:focus\:-m-180:focus {
    margin: -180px;
  }

  .desktop-min\:focus\:-m-200:focus {
    margin: -200px;
  }

  .desktop-min\:focus\:-m-220:focus {
    margin: -220px;
  }

  .desktop-min\:focus\:-m-230:focus {
    margin: -230px;
  }

  .desktop-min\:focus\:-m-235:focus {
    margin: -235px;
  }

  .desktop-min\:focus\:-m-240:focus {
    margin: -240px;
  }

  .desktop-min\:focus\:-m-250:focus {
    margin: -250px;
  }

  .desktop-min\:focus\:-m-300:focus {
    margin: -300px;
  }

  .desktop-min\:focus\:-m-320:focus {
    margin: -320px;
  }

  .desktop-min\:focus\:-m-350:focus {
    margin: -350px;
  }

  .desktop-min\:focus\:-m-375:focus {
    margin: -375px;
  }

  .desktop-min\:focus\:-m-400:focus {
    margin: -400px;
  }

  .desktop-min\:focus\:-m-450:focus {
    margin: -450px;
  }

  .desktop-min\:focus\:-m-700:focus {
    margin: -700px;
  }

  .desktop-min\:focus\:-m-px:focus {
    margin: -1px;
  }

  .desktop-min\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .desktop-min\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .desktop-min\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .desktop-min\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .desktop-min\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .desktop-min\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .desktop-min\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .desktop-min\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .desktop-min\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .desktop-min\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .desktop-min\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .desktop-min\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .desktop-min\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .desktop-min\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .desktop-min\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .desktop-min\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .desktop-min\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .desktop-min\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .desktop-min\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .desktop-min\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .desktop-min\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .desktop-min\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .desktop-min\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .desktop-min\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .desktop-min\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .desktop-min\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop-min\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop-min\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-min\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop-min\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop-min\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop-min\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop-min\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop-min\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop-min\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop-min\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop-min\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop-min\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop-min\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop-min\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop-min\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop-min\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-min\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop-min\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop-min\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop-min\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop-min\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop-min\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop-min\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop-min\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop-min\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop-min\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop-min\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop-min\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop-min\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop-min\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop-min\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop-min\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop-min\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop-min\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop-min\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop-min\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop-min\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-min\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop-min\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop-min\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop-min\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop-min\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop-min\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop-min\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop-min\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop-min\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop-min\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop-min\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop-min\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop-min\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop-min\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop-min\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop-min\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop-min\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop-min\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop-min\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop-min\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop-min\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop-min\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop-min\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop-min\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop-min\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop-min\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop-min\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop-min\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop-min\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop-min\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop-min\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop-min\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop-min\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop-min\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop-min\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop-min\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop-min\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-min\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop-min\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop-min\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop-min\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop-min\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop-min\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop-min\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop-min\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop-min\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop-min\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop-min\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop-min\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop-min\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop-min\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-min\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop-min\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop-min\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop-min\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop-min\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop-min\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop-min\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop-min\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop-min\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop-min\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop-min\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop-min\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop-min\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop-min\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop-min\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop-min\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop-min\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop-min\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop-min\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop-min\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop-min\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop-min\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop-min\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop-min\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop-min\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop-min\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop-min\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop-min\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop-min\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop-min\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop-min\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop-min\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop-min\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop-min\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop-min\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop-min\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop-min\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop-min\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop-min\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop-min\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop-min\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop-min\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop-min\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop-min\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop-min\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop-min\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop-min\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop-min\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop-min\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop-min\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop-min\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop-min\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop-min\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop-min\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop-min\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-min\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop-min\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop-min\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop-min\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop-min\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop-min\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop-min\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop-min\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop-min\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop-min\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop-min\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop-min\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop-min\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop-min\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop-min\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop-min\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop-min\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop-min\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop-min\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop-min\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop-min\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop-min\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop-min\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop-min\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop-min\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop-min\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop-min\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop-min\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop-min\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop-min\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop-min\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop-min\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop-min\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop-min\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop-min\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop-min\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop-min\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop-min\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop-min\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop-min\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop-min\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop-min\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop-min\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop-min\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop-min\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop-min\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop-min\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop-min\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop-min\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop-min\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop-min\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop-min\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop-min\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop-min\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop-min\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop-min\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop-min\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop-min\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop-min\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop-min\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop-min\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop-min\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop-min\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop-min\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop-min\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop-min\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop-min\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop-min\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop-min\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop-min\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop-min\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop-min\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop-min\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop-min\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop-min\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop-min\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop-min\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop-min\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop-min\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop-min\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop-min\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop-min\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop-min\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop-min\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop-min\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop-min\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop-min\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop-min\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop-min\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop-min\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop-min\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop-min\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop-min\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop-min\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop-min\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop-min\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop-min\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop-min\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop-min\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop-min\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop-min\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop-min\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop-min\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop-min\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop-min\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop-min\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop-min\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop-min\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop-min\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop-min\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop-min\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop-min\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop-min\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop-min\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop-min\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop-min\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop-min\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop-min\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop-min\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop-min\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop-min\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop-min\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop-min\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop-min\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop-min\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop-min\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop-min\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop-min\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop-min\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop-min\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop-min\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop-min\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop-min\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop-min\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop-min\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop-min\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop-min\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop-min\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop-min\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop-min\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop-min\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop-min\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop-min\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop-min\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop-min\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop-min\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop-min\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop-min\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop-min\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop-min\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop-min\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop-min\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop-min\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop-min\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop-min\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop-min\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop-min\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop-min\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop-min\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop-min\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop-min\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop-min\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop-min\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop-min\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop-min\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop-min\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop-min\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop-min\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop-min\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop-min\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop-min\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop-min\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop-min\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop-min\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop-min\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop-min\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop-min\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop-min\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop-min\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop-min\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop-min\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop-min\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop-min\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop-min\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop-min\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop-min\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop-min\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop-min\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop-min\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop-min\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop-min\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop-min\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop-min\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop-min\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop-min\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop-min\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop-min\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop-min\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop-min\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop-min\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop-min\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop-min\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop-min\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop-min\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop-min\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop-min\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop-min\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop-min\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop-min\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop-min\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop-min\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop-min\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop-min\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop-min\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop-min\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop-min\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop-min\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop-min\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop-min\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop-min\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop-min\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop-min\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop-min\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop-min\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop-min\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop-min\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop-min\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop-min\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop-min\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop-min\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop-min\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop-min\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop-min\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop-min\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop-min\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop-min\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop-min\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop-min\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop-min\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop-min\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop-min\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop-min\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop-min\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop-min\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop-min\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop-min\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop-min\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .desktop-min\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .desktop-min\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .desktop-min\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .desktop-min\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .desktop-min\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .desktop-min\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .desktop-min\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .desktop-min\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .desktop-min\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .desktop-min\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .desktop-min\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .desktop-min\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .desktop-min\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .desktop-min\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .desktop-min\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .desktop-min\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .desktop-min\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .desktop-min\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .desktop-min\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .desktop-min\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .desktop-min\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .desktop-min\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .desktop-min\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .desktop-min\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .desktop-min\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .desktop-min\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .desktop-min\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .desktop-min\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .desktop-min\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .desktop-min\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .desktop-min\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .desktop-min\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .desktop-min\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .desktop-min\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .desktop-min\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .desktop-min\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .desktop-min\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .desktop-min\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .desktop-min\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .desktop-min\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .desktop-min\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .desktop-min\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .desktop-min\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .desktop-min\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .desktop-min\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .desktop-min\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .desktop-min\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .desktop-min\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .desktop-min\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .desktop-min\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .desktop-min\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .desktop-min\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .desktop-min\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .desktop-min\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .desktop-min\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .desktop-min\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .desktop-min\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .desktop-min\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .desktop-min\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .desktop-min\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .desktop-min\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .desktop-min\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .desktop-min\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .desktop-min\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .desktop-min\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .desktop-min\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .desktop-min\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .desktop-min\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .desktop-min\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .desktop-min\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .desktop-min\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .desktop-min\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .desktop-min\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .desktop-min\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .desktop-min\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .desktop-min\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .desktop-min\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .desktop-min\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .desktop-min\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .desktop-min\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .desktop-min\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .desktop-min\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .desktop-min\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .desktop-min\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .desktop-min\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .desktop-min\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .desktop-min\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .desktop-min\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .desktop-min\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .desktop-min\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .desktop-min\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .desktop-min\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .desktop-min\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .desktop-min\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .desktop-min\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .desktop-min\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .desktop-min\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .desktop-min\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .desktop-min\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .desktop-min\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .desktop-min\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .desktop-min\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .desktop-min\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .desktop-min\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .desktop-min\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .desktop-min\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .desktop-min\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .desktop-min\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .desktop-min\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .desktop-min\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .desktop-min\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .desktop-min\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .desktop-min\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .desktop-min\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .desktop-min\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .desktop-min\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .desktop-min\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .desktop-min\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .desktop-min\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .desktop-min\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .desktop-min\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .desktop-min\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .desktop-min\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .desktop-min\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .desktop-min\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .desktop-min\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .desktop-min\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .desktop-min\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .desktop-min\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .desktop-min\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .desktop-min\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .desktop-min\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .desktop-min\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .desktop-min\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .desktop-min\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .desktop-min\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .desktop-min\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .desktop-min\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .desktop-min\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .desktop-min\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .desktop-min\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .desktop-min\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .desktop-min\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .desktop-min\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .desktop-min\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .desktop-min\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .desktop-min\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .desktop-min\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .desktop-min\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .desktop-min\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .desktop-min\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .desktop-min\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .desktop-min\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .desktop-min\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .desktop-min\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .desktop-min\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .desktop-min\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .desktop-min\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .desktop-min\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .desktop-min\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .desktop-min\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .desktop-min\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .desktop-min\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .desktop-min\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .desktop-min\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .desktop-min\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .desktop-min\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .desktop-min\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .desktop-min\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .desktop-min\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .desktop-min\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .desktop-min\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .desktop-min\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .desktop-min\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .desktop-min\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .desktop-min\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .desktop-min\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .desktop-min\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .desktop-min\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .desktop-min\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .desktop-min\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .desktop-min\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .desktop-min\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .desktop-min\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .desktop-min\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .desktop-min\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .desktop-min\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .desktop-min\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .desktop-min\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .desktop-min\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .desktop-min\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .desktop-min\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .desktop-min\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .desktop-min\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .desktop-min\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .desktop-min\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .desktop-min\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .desktop-min\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .desktop-min\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .desktop-min\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .desktop-min\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .desktop-min\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .desktop-min\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .desktop-min\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .desktop-min\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .desktop-min\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .desktop-min\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .desktop-min\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .desktop-min\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .desktop-min\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .desktop-min\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .desktop-min\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .desktop-min\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .desktop-min\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .desktop-min\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .desktop-min\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .desktop-min\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .desktop-min\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .desktop-min\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .desktop-min\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .desktop-min\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .desktop-min\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .desktop-min\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .desktop-min\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .desktop-min\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .desktop-min\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .desktop-min\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .desktop-min\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .desktop-min\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .desktop-min\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .desktop-min\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .desktop-min\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .desktop-min\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .desktop-min\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .desktop-min\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .desktop-min\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .desktop-min\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .desktop-min\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .desktop-min\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .desktop-min\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .desktop-min\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .desktop-min\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .desktop-min\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .desktop-min\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .desktop-min\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .desktop-min\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .desktop-min\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .desktop-min\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .desktop-min\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .desktop-min\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .desktop-min\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .desktop-min\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .desktop-min\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .desktop-min\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .desktop-min\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .desktop-min\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .desktop-min\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .desktop-min\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .desktop-min\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .desktop-min\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .desktop-min\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .desktop-min\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .desktop-min\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .desktop-min\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .desktop-min\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .desktop-min\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .desktop-min\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .desktop-min\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .desktop-min\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .desktop-min\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .desktop-min\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .desktop-min\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .desktop-min\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .desktop-min\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .desktop-min\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .desktop-min\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .desktop-min\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .desktop-min\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .desktop-min\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .desktop-min\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .desktop-min\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .desktop-min\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .desktop-min\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .desktop-min\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .desktop-min\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .desktop-min\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .desktop-min\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .desktop-min\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .desktop-min\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .desktop-min\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .desktop-min\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .desktop-min\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .desktop-min\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .desktop-min\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .desktop-min\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .desktop-min\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .desktop-min\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .desktop-min\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .desktop-min\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .desktop-min\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .desktop-min\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .desktop-min\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .desktop-min\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .desktop-min\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .desktop-min\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .desktop-min\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .desktop-min\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .desktop-min\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .desktop-min\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .desktop-min\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .desktop-min\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .desktop-min\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .desktop-min\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .desktop-min\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .desktop-min\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .desktop-min\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .desktop-min\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .desktop-min\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .desktop-min\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .desktop-min\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .desktop-min\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .desktop-min\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .desktop-min\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .desktop-min\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .desktop-min\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .desktop-min\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .desktop-min\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .desktop-min\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .desktop-min\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .desktop-min\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .desktop-min\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .desktop-min\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .desktop-min\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .desktop-min\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .desktop-min\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .desktop-min\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .desktop-min\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .desktop-min\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .desktop-min\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .desktop-min\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .desktop-min\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .desktop-min\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .desktop-min\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .desktop-min\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .desktop-min\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .desktop-min\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .desktop-min\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .desktop-min\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .desktop-min\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .desktop-min\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .desktop-min\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .desktop-min\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .desktop-min\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .desktop-min\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .desktop-min\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .desktop-min\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .desktop-min\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .desktop-min\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .desktop-min\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .desktop-min\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .desktop-min\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .desktop-min\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .desktop-min\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .desktop-min\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .desktop-min\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .desktop-min\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .desktop-min\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .desktop-min\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .desktop-min\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .desktop-min\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .desktop-min\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .desktop-min\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .desktop-min\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .desktop-min\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .desktop-min\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .desktop-min\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .desktop-min\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .desktop-min\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .desktop-min\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .desktop-min\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .desktop-min\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .desktop-min\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .desktop-min\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .desktop-min\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .desktop-min\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .desktop-min\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .desktop-min\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .desktop-min\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .desktop-min\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .desktop-min\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .desktop-min\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .desktop-min\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .desktop-min\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .desktop-min\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .desktop-min\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .desktop-min\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .desktop-min\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .desktop-min\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .desktop-min\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .desktop-min\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .desktop-min\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .desktop-min\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .desktop-min\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .desktop-min\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .desktop-min\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .desktop-min\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .desktop-min\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .desktop-min\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .desktop-min\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .desktop-min\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .desktop-min\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .desktop-min\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .desktop-min\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .desktop-min\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .desktop-min\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .desktop-min\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .desktop-min\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .desktop-min\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .desktop-min\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .desktop-min\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .desktop-min\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .desktop-min\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .desktop-min\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .desktop-min\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .desktop-min\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .desktop-min\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .desktop-min\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .desktop-min\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .desktop-min\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .desktop-min\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .desktop-min\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .desktop-min\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .desktop-min\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .desktop-min\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .desktop-min\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .desktop-min\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .desktop-min\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .desktop-min\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .desktop-min\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .desktop-min\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .desktop-min\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .desktop-min\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .desktop-min\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .desktop-min\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .desktop-min\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .desktop-min\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .desktop-min\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .desktop-min\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .desktop-min\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .desktop-min\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .desktop-min\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .desktop-min\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .desktop-min\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .desktop-min\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .desktop-min\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .desktop-min\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .desktop-min\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .desktop-min\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .desktop-min\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .desktop-min\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .desktop-min\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .desktop-min\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .desktop-min\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .desktop-min\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .desktop-min\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .desktop-min\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .desktop-min\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .desktop-min\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .desktop-min\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .desktop-min\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .desktop-min\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .desktop-min\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .desktop-min\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .desktop-min\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .desktop-min\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .desktop-min\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .desktop-min\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .desktop-min\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .desktop-min\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .desktop-min\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .desktop-min\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .desktop-min\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .desktop-min\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .desktop-min\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .desktop-min\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .desktop-min\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .desktop-min\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .desktop-min\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .desktop-min\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .desktop-min\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .desktop-min\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .desktop-min\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .desktop-min\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .desktop-min\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .desktop-min\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .desktop-min\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .desktop-min\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .desktop-min\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .desktop-min\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .desktop-min\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .desktop-min\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .desktop-min\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .desktop-min\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .desktop-min\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .desktop-min\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .desktop-min\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .desktop-min\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .desktop-min\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .desktop-min\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .desktop-min\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .desktop-min\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .desktop-min\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .desktop-min\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .desktop-min\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .desktop-min\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .desktop-min\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .desktop-min\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .desktop-min\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .desktop-min\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .desktop-min\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .desktop-min\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .desktop-min\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .desktop-min\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .desktop-min\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .desktop-min\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .desktop-min\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .desktop-min\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .desktop-min\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .desktop-min\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .desktop-min\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .desktop-min\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .desktop-min\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .desktop-min\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .desktop-min\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .desktop-min\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .desktop-min\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .desktop-min\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .desktop-min\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .desktop-min\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .desktop-min\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .desktop-min\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .desktop-min\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .desktop-min\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .desktop-min\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .desktop-min\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .desktop-min\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .desktop-min\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .desktop-min\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .desktop-min\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .desktop-min\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .desktop-min\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .desktop-min\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .desktop-min\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .desktop-min\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .desktop-min\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .desktop-min\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .desktop-min\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .desktop-min\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .desktop-min\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .desktop-min\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .desktop-min\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .desktop-min\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .desktop-min\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .desktop-min\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .desktop-min\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .desktop-min\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .desktop-min\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .desktop-min\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .desktop-min\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .desktop-min\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .desktop-min\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .desktop-min\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .desktop-min\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .desktop-min\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .desktop-min\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .desktop-min\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .desktop-min\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .desktop-min\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .desktop-min\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .desktop-min\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .desktop-min\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .desktop-min\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .desktop-min\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .desktop-min\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .desktop-min\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .desktop-min\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .desktop-min\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .desktop-min\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .desktop-min\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .desktop-min\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .desktop-min\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .desktop-min\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .desktop-min\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .desktop-min\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .desktop-min\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .desktop-min\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .desktop-min\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .desktop-min\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .desktop-min\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .desktop-min\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .desktop-min\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .desktop-min\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .desktop-min\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .desktop-min\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .desktop-min\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .desktop-min\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .desktop-min\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .desktop-min\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .desktop-min\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .desktop-min\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .desktop-min\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .desktop-min\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .desktop-min\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .desktop-min\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .desktop-min\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .desktop-min\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .desktop-min\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .desktop-min\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .desktop-min\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .desktop-min\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .desktop-min\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .desktop-min\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .desktop-min\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .desktop-min\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .desktop-min\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .desktop-min\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .desktop-min\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .desktop-min\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .desktop-min\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .desktop-min\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .desktop-min\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .desktop-min\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .desktop-min\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .desktop-min\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .desktop-min\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .desktop-min\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .desktop-min\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .desktop-min\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .desktop-min\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .desktop-min\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .desktop-min\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .desktop-min\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .desktop-min\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .desktop-min\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .desktop-min\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .desktop-min\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .desktop-min\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .desktop-min\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .desktop-min\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .desktop-min\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .desktop-min\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .desktop-min\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .desktop-min\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .desktop-min\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .desktop-min\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .desktop-min\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .desktop-min\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .desktop-min\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .desktop-min\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .desktop-min\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .desktop-min\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .desktop-min\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .desktop-min\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .desktop-min\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .desktop-min\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .desktop-min\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .desktop-min\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .desktop-min\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .desktop-min\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .desktop-min\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .desktop-min\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .desktop-min\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .desktop-min\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .desktop-min\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .desktop-min\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .desktop-min\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .desktop-min\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .desktop-min\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .desktop-min\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .desktop-min\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .desktop-min\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .desktop-min\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .desktop-min\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .desktop-min\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .desktop-min\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .desktop-min\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .desktop-min\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .desktop-min\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .desktop-min\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .desktop-min\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .desktop-min\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .desktop-min\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .desktop-min\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .desktop-min\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .desktop-min\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .desktop-min\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .desktop-min\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .desktop-min\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .desktop-min\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .desktop-min\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .desktop-min\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .desktop-min\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .desktop-min\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .desktop-min\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .desktop-min\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .desktop-min\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .desktop-min\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .desktop-min\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .desktop-min\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .desktop-min\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .desktop-min\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .desktop-min\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .desktop-min\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .desktop-min\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .desktop-min\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .desktop-min\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .desktop-min\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .desktop-min\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .desktop-min\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .desktop-min\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .desktop-min\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .desktop-min\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .desktop-min\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .desktop-min\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .desktop-min\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .desktop-min\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .desktop-min\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .desktop-min\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .desktop-min\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .desktop-min\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .desktop-min\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .desktop-min\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .desktop-min\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .desktop-min\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .desktop-min\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .desktop-min\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .desktop-min\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .desktop-min\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .desktop-min\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .desktop-min\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .desktop-min\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .desktop-min\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .desktop-min\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .desktop-min\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .desktop-min\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .desktop-min\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .desktop-min\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .desktop-min\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .desktop-min\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .desktop-min\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .desktop-min\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .desktop-min\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .desktop-min\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .desktop-min\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .desktop-min\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .desktop-min\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .desktop-min\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .desktop-min\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .desktop-min\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .desktop-min\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .desktop-min\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .desktop-min\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .desktop-min\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .desktop-min\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .desktop-min\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .desktop-min\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .desktop-min\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .desktop-min\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .desktop-min\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .desktop-min\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .desktop-min\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .desktop-min\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .desktop-min\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .desktop-min\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .desktop-min\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .desktop-min\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .desktop-min\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .desktop-min\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .desktop-min\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .desktop-min\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .desktop-min\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .desktop-min\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .desktop-min\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .desktop-min\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .desktop-min\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .desktop-min\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .desktop-min\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .desktop-min\:first\:m-0:first-child {
    margin: 0px;
  }

  .desktop-min\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .desktop-min\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .desktop-min\:first\:m-3:first-child {
    margin: 3px;
  }

  .desktop-min\:first\:m-4:first-child {
    margin: 4px;
  }

  .desktop-min\:first\:m-5:first-child {
    margin: 5px;
  }

  .desktop-min\:first\:m-6:first-child {
    margin: 6px;
  }

  .desktop-min\:first\:m-8:first-child {
    margin: 8px;
  }

  .desktop-min\:first\:m-9:first-child {
    margin: 9px;
  }

  .desktop-min\:first\:m-10:first-child {
    margin: 10px;
  }

  .desktop-min\:first\:m-12:first-child {
    margin: 12px;
  }

  .desktop-min\:first\:m-13:first-child {
    margin: 13px;
  }

  .desktop-min\:first\:m-14:first-child {
    margin: 14px;
  }

  .desktop-min\:first\:m-15:first-child {
    margin: 15px;
  }

  .desktop-min\:first\:m-16:first-child {
    margin: 16px;
  }

  .desktop-min\:first\:m-17:first-child {
    margin: 17px;
  }

  .desktop-min\:first\:m-18:first-child {
    margin: 18px;
  }

  .desktop-min\:first\:m-20:first-child {
    margin: 20px;
  }

  .desktop-min\:first\:m-22:first-child {
    margin: 22px;
  }

  .desktop-min\:first\:m-24:first-child {
    margin: 24px;
  }

  .desktop-min\:first\:m-25:first-child {
    margin: 25px;
  }

  .desktop-min\:first\:m-28:first-child {
    margin: 28px;
  }

  .desktop-min\:first\:m-29:first-child {
    margin: 29px;
  }

  .desktop-min\:first\:m-30:first-child {
    margin: 30px;
  }

  .desktop-min\:first\:m-32:first-child {
    margin: 32px;
  }

  .desktop-min\:first\:m-35:first-child {
    margin: 35px;
  }

  .desktop-min\:first\:m-36:first-child {
    margin: 36px;
  }

  .desktop-min\:first\:m-37:first-child {
    margin: 37px;
  }

  .desktop-min\:first\:m-40:first-child {
    margin: 40px;
  }

  .desktop-min\:first\:m-45:first-child {
    margin: 45px;
  }

  .desktop-min\:first\:m-48:first-child {
    margin: 48px;
  }

  .desktop-min\:first\:m-50:first-child {
    margin: 50px;
  }

  .desktop-min\:first\:m-55:first-child {
    margin: 55px;
  }

  .desktop-min\:first\:m-56:first-child {
    margin: 56px;
  }

  .desktop-min\:first\:m-60:first-child {
    margin: 60px;
  }

  .desktop-min\:first\:m-62:first-child {
    margin: 62px;
  }

  .desktop-min\:first\:m-64:first-child {
    margin: 64px;
  }

  .desktop-min\:first\:m-65:first-child {
    margin: 65px;
  }

  .desktop-min\:first\:m-70:first-child {
    margin: 70px;
  }

  .desktop-min\:first\:m-75:first-child {
    margin: 75px;
  }

  .desktop-min\:first\:m-80:first-child {
    margin: 80px;
  }

  .desktop-min\:first\:m-85:first-child {
    margin: 85px;
  }

  .desktop-min\:first\:m-90:first-child {
    margin: 90px;
  }

  .desktop-min\:first\:m-95:first-child {
    margin: 95px;
  }

  .desktop-min\:first\:m-96:first-child {
    margin: 96px;
  }

  .desktop-min\:first\:m-100:first-child {
    margin: 100px;
  }

  .desktop-min\:first\:m-110:first-child {
    margin: 110px;
  }

  .desktop-min\:first\:m-115:first-child {
    margin: 115px;
  }

  .desktop-min\:first\:m-120:first-child {
    margin: 120px;
  }

  .desktop-min\:first\:m-128:first-child {
    margin: 128px;
  }

  .desktop-min\:first\:m-135:first-child {
    margin: 135px;
  }

  .desktop-min\:first\:m-140:first-child {
    margin: 140px;
  }

  .desktop-min\:first\:m-145:first-child {
    margin: 145px;
  }

  .desktop-min\:first\:m-150:first-child {
    margin: 150px;
  }

  .desktop-min\:first\:m-160:first-child {
    margin: 160px;
  }

  .desktop-min\:first\:m-165:first-child {
    margin: 165px;
  }

  .desktop-min\:first\:m-168:first-child {
    margin: 168px;
  }

  .desktop-min\:first\:m-170:first-child {
    margin: 170px;
  }

  .desktop-min\:first\:m-180:first-child {
    margin: 180px;
  }

  .desktop-min\:first\:m-200:first-child {
    margin: 200px;
  }

  .desktop-min\:first\:m-220:first-child {
    margin: 220px;
  }

  .desktop-min\:first\:m-230:first-child {
    margin: 230px;
  }

  .desktop-min\:first\:m-235:first-child {
    margin: 235px;
  }

  .desktop-min\:first\:m-240:first-child {
    margin: 240px;
  }

  .desktop-min\:first\:m-250:first-child {
    margin: 250px;
  }

  .desktop-min\:first\:m-300:first-child {
    margin: 300px;
  }

  .desktop-min\:first\:m-320:first-child {
    margin: 320px;
  }

  .desktop-min\:first\:m-350:first-child {
    margin: 350px;
  }

  .desktop-min\:first\:m-375:first-child {
    margin: 375px;
  }

  .desktop-min\:first\:m-400:first-child {
    margin: 400px;
  }

  .desktop-min\:first\:m-450:first-child {
    margin: 450px;
  }

  .desktop-min\:first\:m-700:first-child {
    margin: 700px;
  }

  .desktop-min\:first\:m-auto:first-child {
    margin: auto;
  }

  .desktop-min\:first\:m-px:first-child {
    margin: 1px;
  }

  .desktop-min\:first\:m-1p:first-child {
    margin: 1%;
  }

  .desktop-min\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .desktop-min\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .desktop-min\:first\:m-11p:first-child {
    margin: 11%;
  }

  .desktop-min\:first\:m-20p:first-child {
    margin: 20%;
  }

  .desktop-min\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .desktop-min\:first\:m-25p:first-child {
    margin: 25%;
  }

  .desktop-min\:first\:m-32p:first-child {
    margin: 32%;
  }

  .desktop-min\:first\:m-35p:first-child {
    margin: 35%;
  }

  .desktop-min\:first\:m-40p:first-child {
    margin: 40%;
  }

  .desktop-min\:first\:m-49p:first-child {
    margin: 49%;
  }

  .desktop-min\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .desktop-min\:first\:m-80p:first-child {
    margin: 80%;
  }

  .desktop-min\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .desktop-min\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .desktop-min\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .desktop-min\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .desktop-min\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .desktop-min\:first\:m-90p:first-child {
    margin: 90%;
  }

  .desktop-min\:first\:m-92p:first-child {
    margin: 92%;
  }

  .desktop-min\:first\:m-93p:first-child {
    margin: 93%;
  }

  .desktop-min\:first\:m-94p:first-child {
    margin: 94%;
  }

  .desktop-min\:first\:m-95p:first-child {
    margin: 95%;
  }

  .desktop-min\:first\:m-96p:first-child {
    margin: 96%;
  }

  .desktop-min\:first\:m-100p:first-child {
    margin: 100%;
  }

  .desktop-min\:first\:-m-0:first-child {
    margin: 0px;
  }

  .desktop-min\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .desktop-min\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .desktop-min\:first\:-m-3:first-child {
    margin: -3px;
  }

  .desktop-min\:first\:-m-4:first-child {
    margin: -4px;
  }

  .desktop-min\:first\:-m-5:first-child {
    margin: -5px;
  }

  .desktop-min\:first\:-m-6:first-child {
    margin: -6px;
  }

  .desktop-min\:first\:-m-8:first-child {
    margin: -8px;
  }

  .desktop-min\:first\:-m-9:first-child {
    margin: -9px;
  }

  .desktop-min\:first\:-m-10:first-child {
    margin: -10px;
  }

  .desktop-min\:first\:-m-12:first-child {
    margin: -12px;
  }

  .desktop-min\:first\:-m-13:first-child {
    margin: -13px;
  }

  .desktop-min\:first\:-m-14:first-child {
    margin: -14px;
  }

  .desktop-min\:first\:-m-15:first-child {
    margin: -15px;
  }

  .desktop-min\:first\:-m-16:first-child {
    margin: -16px;
  }

  .desktop-min\:first\:-m-17:first-child {
    margin: -17px;
  }

  .desktop-min\:first\:-m-18:first-child {
    margin: -18px;
  }

  .desktop-min\:first\:-m-20:first-child {
    margin: -20px;
  }

  .desktop-min\:first\:-m-22:first-child {
    margin: -22px;
  }

  .desktop-min\:first\:-m-24:first-child {
    margin: -24px;
  }

  .desktop-min\:first\:-m-25:first-child {
    margin: -25px;
  }

  .desktop-min\:first\:-m-28:first-child {
    margin: -28px;
  }

  .desktop-min\:first\:-m-29:first-child {
    margin: -29px;
  }

  .desktop-min\:first\:-m-30:first-child {
    margin: -30px;
  }

  .desktop-min\:first\:-m-32:first-child {
    margin: -32px;
  }

  .desktop-min\:first\:-m-35:first-child {
    margin: -35px;
  }

  .desktop-min\:first\:-m-36:first-child {
    margin: -36px;
  }

  .desktop-min\:first\:-m-37:first-child {
    margin: -37px;
  }

  .desktop-min\:first\:-m-40:first-child {
    margin: -40px;
  }

  .desktop-min\:first\:-m-45:first-child {
    margin: -45px;
  }

  .desktop-min\:first\:-m-48:first-child {
    margin: -48px;
  }

  .desktop-min\:first\:-m-50:first-child {
    margin: -50px;
  }

  .desktop-min\:first\:-m-55:first-child {
    margin: -55px;
  }

  .desktop-min\:first\:-m-56:first-child {
    margin: -56px;
  }

  .desktop-min\:first\:-m-60:first-child {
    margin: -60px;
  }

  .desktop-min\:first\:-m-62:first-child {
    margin: -62px;
  }

  .desktop-min\:first\:-m-64:first-child {
    margin: -64px;
  }

  .desktop-min\:first\:-m-65:first-child {
    margin: -65px;
  }

  .desktop-min\:first\:-m-70:first-child {
    margin: -70px;
  }

  .desktop-min\:first\:-m-75:first-child {
    margin: -75px;
  }

  .desktop-min\:first\:-m-80:first-child {
    margin: -80px;
  }

  .desktop-min\:first\:-m-85:first-child {
    margin: -85px;
  }

  .desktop-min\:first\:-m-90:first-child {
    margin: -90px;
  }

  .desktop-min\:first\:-m-95:first-child {
    margin: -95px;
  }

  .desktop-min\:first\:-m-96:first-child {
    margin: -96px;
  }

  .desktop-min\:first\:-m-100:first-child {
    margin: -100px;
  }

  .desktop-min\:first\:-m-110:first-child {
    margin: -110px;
  }

  .desktop-min\:first\:-m-115:first-child {
    margin: -115px;
  }

  .desktop-min\:first\:-m-120:first-child {
    margin: -120px;
  }

  .desktop-min\:first\:-m-128:first-child {
    margin: -128px;
  }

  .desktop-min\:first\:-m-135:first-child {
    margin: -135px;
  }

  .desktop-min\:first\:-m-140:first-child {
    margin: -140px;
  }

  .desktop-min\:first\:-m-145:first-child {
    margin: -145px;
  }

  .desktop-min\:first\:-m-150:first-child {
    margin: -150px;
  }

  .desktop-min\:first\:-m-160:first-child {
    margin: -160px;
  }

  .desktop-min\:first\:-m-165:first-child {
    margin: -165px;
  }

  .desktop-min\:first\:-m-168:first-child {
    margin: -168px;
  }

  .desktop-min\:first\:-m-170:first-child {
    margin: -170px;
  }

  .desktop-min\:first\:-m-180:first-child {
    margin: -180px;
  }

  .desktop-min\:first\:-m-200:first-child {
    margin: -200px;
  }

  .desktop-min\:first\:-m-220:first-child {
    margin: -220px;
  }

  .desktop-min\:first\:-m-230:first-child {
    margin: -230px;
  }

  .desktop-min\:first\:-m-235:first-child {
    margin: -235px;
  }

  .desktop-min\:first\:-m-240:first-child {
    margin: -240px;
  }

  .desktop-min\:first\:-m-250:first-child {
    margin: -250px;
  }

  .desktop-min\:first\:-m-300:first-child {
    margin: -300px;
  }

  .desktop-min\:first\:-m-320:first-child {
    margin: -320px;
  }

  .desktop-min\:first\:-m-350:first-child {
    margin: -350px;
  }

  .desktop-min\:first\:-m-375:first-child {
    margin: -375px;
  }

  .desktop-min\:first\:-m-400:first-child {
    margin: -400px;
  }

  .desktop-min\:first\:-m-450:first-child {
    margin: -450px;
  }

  .desktop-min\:first\:-m-700:first-child {
    margin: -700px;
  }

  .desktop-min\:first\:-m-px:first-child {
    margin: -1px;
  }

  .desktop-min\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .desktop-min\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .desktop-min\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .desktop-min\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .desktop-min\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .desktop-min\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .desktop-min\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .desktop-min\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .desktop-min\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .desktop-min\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .desktop-min\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .desktop-min\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .desktop-min\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .desktop-min\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .desktop-min\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .desktop-min\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .desktop-min\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .desktop-min\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .desktop-min\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .desktop-min\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .desktop-min\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .desktop-min\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .desktop-min\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .desktop-min\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .desktop-min\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .desktop-min\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop-min\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop-min\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-min\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop-min\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop-min\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop-min\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop-min\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop-min\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop-min\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop-min\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop-min\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop-min\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop-min\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop-min\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop-min\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop-min\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-min\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop-min\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop-min\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop-min\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop-min\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop-min\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop-min\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop-min\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop-min\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop-min\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop-min\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop-min\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop-min\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop-min\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop-min\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop-min\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop-min\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop-min\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop-min\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop-min\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop-min\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-min\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop-min\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop-min\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop-min\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop-min\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop-min\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop-min\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop-min\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop-min\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop-min\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop-min\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop-min\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop-min\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop-min\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop-min\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop-min\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop-min\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop-min\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop-min\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop-min\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop-min\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop-min\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop-min\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop-min\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop-min\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop-min\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop-min\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop-min\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop-min\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop-min\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop-min\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop-min\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop-min\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop-min\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop-min\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop-min\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop-min\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-min\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop-min\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop-min\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop-min\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop-min\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop-min\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop-min\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop-min\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop-min\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop-min\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop-min\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop-min\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop-min\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop-min\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-min\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop-min\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop-min\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop-min\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop-min\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop-min\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop-min\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop-min\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop-min\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop-min\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop-min\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop-min\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop-min\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop-min\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop-min\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop-min\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop-min\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop-min\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop-min\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop-min\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop-min\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop-min\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop-min\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop-min\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop-min\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop-min\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop-min\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop-min\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop-min\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop-min\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop-min\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop-min\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop-min\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop-min\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop-min\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop-min\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop-min\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop-min\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop-min\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop-min\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop-min\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop-min\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop-min\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop-min\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop-min\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop-min\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop-min\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop-min\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop-min\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop-min\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop-min\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop-min\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop-min\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop-min\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop-min\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-min\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop-min\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop-min\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop-min\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop-min\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop-min\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop-min\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop-min\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop-min\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop-min\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop-min\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop-min\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop-min\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop-min\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop-min\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop-min\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop-min\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop-min\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop-min\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop-min\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop-min\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop-min\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop-min\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop-min\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop-min\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop-min\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop-min\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop-min\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop-min\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop-min\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop-min\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop-min\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop-min\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop-min\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop-min\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop-min\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop-min\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop-min\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop-min\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop-min\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop-min\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop-min\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop-min\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop-min\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop-min\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop-min\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop-min\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop-min\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop-min\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop-min\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop-min\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop-min\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop-min\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop-min\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop-min\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop-min\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop-min\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop-min\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop-min\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop-min\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop-min\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop-min\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop-min\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop-min\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop-min\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop-min\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop-min\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop-min\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop-min\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop-min\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop-min\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop-min\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop-min\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop-min\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop-min\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop-min\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop-min\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop-min\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop-min\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop-min\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop-min\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop-min\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop-min\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop-min\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop-min\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop-min\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop-min\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop-min\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop-min\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop-min\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop-min\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop-min\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop-min\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop-min\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop-min\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop-min\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop-min\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop-min\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop-min\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop-min\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop-min\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop-min\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop-min\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop-min\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop-min\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop-min\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop-min\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop-min\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop-min\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop-min\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop-min\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop-min\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop-min\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop-min\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop-min\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop-min\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop-min\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop-min\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop-min\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop-min\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop-min\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop-min\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop-min\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop-min\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop-min\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop-min\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop-min\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop-min\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop-min\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop-min\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop-min\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop-min\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop-min\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop-min\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop-min\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop-min\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop-min\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop-min\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop-min\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop-min\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop-min\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop-min\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop-min\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop-min\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop-min\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop-min\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop-min\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop-min\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop-min\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop-min\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop-min\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop-min\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop-min\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop-min\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop-min\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop-min\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop-min\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop-min\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop-min\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop-min\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop-min\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop-min\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop-min\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop-min\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop-min\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop-min\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop-min\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop-min\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop-min\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop-min\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop-min\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop-min\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop-min\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop-min\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop-min\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop-min\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop-min\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop-min\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop-min\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop-min\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop-min\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop-min\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop-min\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop-min\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop-min\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop-min\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop-min\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop-min\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop-min\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop-min\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop-min\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop-min\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop-min\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop-min\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop-min\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop-min\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop-min\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop-min\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop-min\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop-min\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop-min\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop-min\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop-min\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop-min\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop-min\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop-min\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop-min\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop-min\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop-min\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop-min\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop-min\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop-min\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop-min\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop-min\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop-min\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop-min\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop-min\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop-min\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop-min\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop-min\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop-min\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop-min\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop-min\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop-min\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop-min\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop-min\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop-min\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop-min\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop-min\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop-min\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop-min\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop-min\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop-min\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop-min\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop-min\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop-min\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop-min\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop-min\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop-min\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop-min\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop-min\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop-min\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop-min\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop-min\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop-min\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop-min\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop-min\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .desktop-min\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .desktop-min\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .desktop-min\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .desktop-min\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .desktop-min\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .desktop-min\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .desktop-min\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .desktop-min\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .desktop-min\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .desktop-min\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .desktop-min\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .desktop-min\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .desktop-min\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .desktop-min\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .desktop-min\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .desktop-min\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .desktop-min\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .desktop-min\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .desktop-min\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .desktop-min\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .desktop-min\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .desktop-min\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .desktop-min\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .desktop-min\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .desktop-min\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .desktop-min\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .desktop-min\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .desktop-min\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .desktop-min\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .desktop-min\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .desktop-min\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .desktop-min\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .desktop-min\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .desktop-min\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .desktop-min\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .desktop-min\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .desktop-min\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .desktop-min\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .desktop-min\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .desktop-min\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .desktop-min\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .desktop-min\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .desktop-min\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .desktop-min\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .desktop-min\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .desktop-min\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .desktop-min\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .desktop-min\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .desktop-min\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .desktop-min\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .desktop-min\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .desktop-min\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .desktop-min\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .desktop-min\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .desktop-min\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .desktop-min\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .desktop-min\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .desktop-min\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .desktop-min\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .desktop-min\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .desktop-min\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .desktop-min\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .desktop-min\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .desktop-min\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .desktop-min\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .desktop-min\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .desktop-min\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .desktop-min\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .desktop-min\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .desktop-min\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .desktop-min\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .desktop-min\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .desktop-min\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .desktop-min\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .desktop-min\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .desktop-min\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .desktop-min\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .desktop-min\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .desktop-min\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .desktop-min\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .desktop-min\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .desktop-min\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .desktop-min\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .desktop-min\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .desktop-min\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .desktop-min\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .desktop-min\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .desktop-min\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .desktop-min\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .desktop-min\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .desktop-min\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .desktop-min\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .desktop-min\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .desktop-min\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .desktop-min\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .desktop-min\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .desktop-min\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .desktop-min\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .desktop-min\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .desktop-min\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .desktop-min\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .desktop-min\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .desktop-min\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .desktop-min\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .desktop-min\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .desktop-min\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .desktop-min\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .desktop-min\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .desktop-min\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .desktop-min\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .desktop-min\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .desktop-min\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .desktop-min\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .desktop-min\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .desktop-min\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .desktop-min\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .desktop-min\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .desktop-min\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .desktop-min\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .desktop-min\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .desktop-min\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .desktop-min\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .desktop-min\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .desktop-min\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .desktop-min\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .desktop-min\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .desktop-min\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .desktop-min\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .desktop-min\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .desktop-min\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .desktop-min\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .desktop-min\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .desktop-min\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .desktop-min\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .desktop-min\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .desktop-min\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .desktop-min\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .desktop-min\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .desktop-min\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .desktop-min\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .desktop-min\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .desktop-min\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .desktop-min\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .desktop-min\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .desktop-min\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .desktop-min\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .desktop-min\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .desktop-min\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .desktop-min\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .desktop-min\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .desktop-min\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .desktop-min\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .desktop-min\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .desktop-min\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .desktop-min\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .desktop-min\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .desktop-min\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .desktop-min\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .desktop-min\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .desktop-min\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .desktop-min\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .desktop-min\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .desktop-min\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .desktop-min\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .desktop-min\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .desktop-min\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .desktop-min\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .desktop-min\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .desktop-min\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .desktop-min\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .desktop-min\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .desktop-min\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .desktop-min\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .desktop-min\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .desktop-min\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .desktop-min\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .desktop-min\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .desktop-min\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .desktop-min\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .desktop-min\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .desktop-min\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .desktop-min\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .desktop-min\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .desktop-min\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .desktop-min\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .desktop-min\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .desktop-min\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .desktop-min\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .desktop-min\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .desktop-min\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .desktop-min\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .desktop-min\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .desktop-min\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .desktop-min\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .desktop-min\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .desktop-min\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .desktop-min\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .desktop-min\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .desktop-min\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .desktop-min\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .desktop-min\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .desktop-min\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .desktop-min\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .desktop-min\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .desktop-min\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .desktop-min\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .desktop-min\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .desktop-min\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .desktop-min\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .desktop-min\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .desktop-min\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .desktop-min\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .desktop-min\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .desktop-min\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .desktop-min\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .desktop-min\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .desktop-min\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .desktop-min\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .desktop-min\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .desktop-min\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .desktop-min\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .desktop-min\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .desktop-min\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .desktop-min\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .desktop-min\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .desktop-min\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .desktop-min\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .desktop-min\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .desktop-min\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .desktop-min\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .desktop-min\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .desktop-min\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .desktop-min\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .desktop-min\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .desktop-min\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .desktop-min\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .desktop-min\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .desktop-min\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .desktop-min\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .desktop-min\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .desktop-min\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .desktop-min\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .desktop-min\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .desktop-min\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .desktop-min\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .desktop-min\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .desktop-min\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .desktop-min\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .desktop-min\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .desktop-min\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .desktop-min\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .desktop-min\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .desktop-min\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .desktop-min\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .desktop-min\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .desktop-min\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .desktop-min\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .desktop-min\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .desktop-min\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .desktop-min\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .desktop-min\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .desktop-min\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .desktop-min\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .desktop-min\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .desktop-min\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .desktop-min\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .desktop-min\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .desktop-min\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .desktop-min\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .desktop-min\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .desktop-min\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .desktop-min\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .desktop-min\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .desktop-min\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .desktop-min\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .desktop-min\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .desktop-min\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .desktop-min\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .desktop-min\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .desktop-min\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .desktop-min\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .desktop-min\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .desktop-min\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .desktop-min\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .desktop-min\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .desktop-min\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .desktop-min\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .desktop-min\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .desktop-min\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .desktop-min\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .desktop-min\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .desktop-min\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .desktop-min\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .desktop-min\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .desktop-min\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .desktop-min\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .desktop-min\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .desktop-min\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .desktop-min\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .desktop-min\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .desktop-min\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .desktop-min\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .desktop-min\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .desktop-min\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .desktop-min\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .desktop-min\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .desktop-min\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .desktop-min\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .desktop-min\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .desktop-min\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .desktop-min\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .desktop-min\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .desktop-min\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .desktop-min\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .desktop-min\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .desktop-min\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .desktop-min\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .desktop-min\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .desktop-min\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .desktop-min\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .desktop-min\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .desktop-min\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .desktop-min\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .desktop-min\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .desktop-min\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .desktop-min\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .desktop-min\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .desktop-min\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .desktop-min\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .desktop-min\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .desktop-min\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .desktop-min\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .desktop-min\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .desktop-min\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .desktop-min\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .desktop-min\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .desktop-min\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .desktop-min\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .desktop-min\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .desktop-min\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .desktop-min\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .desktop-min\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .desktop-min\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .desktop-min\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .desktop-min\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .desktop-min\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .desktop-min\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .desktop-min\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .desktop-min\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .desktop-min\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .desktop-min\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .desktop-min\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .desktop-min\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .desktop-min\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .desktop-min\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .desktop-min\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .desktop-min\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .desktop-min\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .desktop-min\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .desktop-min\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .desktop-min\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .desktop-min\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .desktop-min\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .desktop-min\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .desktop-min\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .desktop-min\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .desktop-min\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .desktop-min\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .desktop-min\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .desktop-min\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .desktop-min\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .desktop-min\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .desktop-min\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .desktop-min\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .desktop-min\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .desktop-min\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .desktop-min\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .desktop-min\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .desktop-min\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .desktop-min\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .desktop-min\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .desktop-min\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .desktop-min\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .desktop-min\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .desktop-min\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .desktop-min\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .desktop-min\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .desktop-min\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .desktop-min\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .desktop-min\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .desktop-min\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .desktop-min\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .desktop-min\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .desktop-min\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .desktop-min\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .desktop-min\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .desktop-min\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .desktop-min\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .desktop-min\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .desktop-min\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .desktop-min\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .desktop-min\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .desktop-min\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .desktop-min\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .desktop-min\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .desktop-min\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .desktop-min\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .desktop-min\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .desktop-min\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .desktop-min\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .desktop-min\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .desktop-min\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .desktop-min\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .desktop-min\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .desktop-min\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .desktop-min\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .desktop-min\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .desktop-min\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .desktop-min\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .desktop-min\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .desktop-min\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .desktop-min\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .desktop-min\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .desktop-min\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .desktop-min\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .desktop-min\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .desktop-min\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .desktop-min\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .desktop-min\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .desktop-min\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .desktop-min\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .desktop-min\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .desktop-min\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .desktop-min\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .desktop-min\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .desktop-min\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .desktop-min\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .desktop-min\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .desktop-min\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .desktop-min\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .desktop-min\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .desktop-min\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .desktop-min\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .desktop-min\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .desktop-min\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .desktop-min\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .desktop-min\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .desktop-min\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .desktop-min\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .desktop-min\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .desktop-min\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .desktop-min\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .desktop-min\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .desktop-min\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .desktop-min\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .desktop-min\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .desktop-min\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .desktop-min\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .desktop-min\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .desktop-min\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .desktop-min\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .desktop-min\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .desktop-min\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .desktop-min\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .desktop-min\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .desktop-min\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .desktop-min\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .desktop-min\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .desktop-min\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .desktop-min\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .desktop-min\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .desktop-min\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .desktop-min\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .desktop-min\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .desktop-min\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .desktop-min\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .desktop-min\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .desktop-min\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .desktop-min\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .desktop-min\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .desktop-min\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .desktop-min\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .desktop-min\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .desktop-min\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .desktop-min\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .desktop-min\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .desktop-min\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .desktop-min\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .desktop-min\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .desktop-min\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .desktop-min\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .desktop-min\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .desktop-min\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .desktop-min\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .desktop-min\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .desktop-min\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .desktop-min\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .desktop-min\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .desktop-min\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .desktop-min\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .desktop-min\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .desktop-min\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .desktop-min\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .desktop-min\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .desktop-min\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .desktop-min\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .desktop-min\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .desktop-min\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .desktop-min\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .desktop-min\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .desktop-min\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .desktop-min\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .desktop-min\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .desktop-min\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .desktop-min\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .desktop-min\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .desktop-min\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .desktop-min\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .desktop-min\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .desktop-min\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .desktop-min\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .desktop-min\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .desktop-min\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .desktop-min\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .desktop-min\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .desktop-min\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .desktop-min\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .desktop-min\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .desktop-min\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .desktop-min\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .desktop-min\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .desktop-min\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .desktop-min\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .desktop-min\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .desktop-min\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .desktop-min\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .desktop-min\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .desktop-min\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .desktop-min\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .desktop-min\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .desktop-min\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .desktop-min\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .desktop-min\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .desktop-min\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .desktop-min\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .desktop-min\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .desktop-min\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .desktop-min\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .desktop-min\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .desktop-min\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .desktop-min\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .desktop-min\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .desktop-min\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .desktop-min\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .desktop-min\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .desktop-min\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .desktop-min\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .desktop-min\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .desktop-min\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .desktop-min\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .desktop-min\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .desktop-min\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .desktop-min\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .desktop-min\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .desktop-min\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .desktop-min\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .desktop-min\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .desktop-min\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .desktop-min\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .desktop-min\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .desktop-min\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .desktop-min\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .desktop-min\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .desktop-min\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .desktop-min\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .desktop-min\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .desktop-min\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .desktop-min\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .desktop-min\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .desktop-min\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .desktop-min\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .desktop-min\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .desktop-min\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .desktop-min\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .desktop-min\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .desktop-min\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .desktop-min\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .desktop-min\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .desktop-min\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .desktop-min\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .desktop-min\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .desktop-min\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .desktop-min\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .desktop-min\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .desktop-min\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .desktop-min\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .desktop-min\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .desktop-min\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .desktop-min\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .desktop-min\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .desktop-min\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .desktop-min\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .desktop-min\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .desktop-min\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .desktop-min\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .desktop-min\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .desktop-min\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .desktop-min\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .desktop-min\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .desktop-min\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .desktop-min\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .desktop-min\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .desktop-min\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .desktop-min\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .desktop-min\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .desktop-min\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .desktop-min\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .desktop-min\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .desktop-min\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .desktop-min\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .desktop-min\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .desktop-min\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .desktop-min\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .desktop-min\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .desktop-min\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .desktop-min\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .desktop-min\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .desktop-min\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .desktop-min\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .desktop-min\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .desktop-min\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .desktop-min\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .desktop-min\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .desktop-min\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .desktop-min\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .desktop-min\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .desktop-min\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .desktop-min\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .desktop-min\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .desktop-min\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .desktop-min\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .desktop-min\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .desktop-min\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .desktop-min\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .desktop-min\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .desktop-min\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .desktop-min\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .desktop-min\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .desktop-min\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .desktop-min\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .desktop-min\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .desktop-min\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .desktop-min\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .desktop-min\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .desktop-min\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .desktop-min\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .desktop-min\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .desktop-min\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .desktop-min\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .desktop-min\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .desktop-min\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .desktop-min\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .desktop-min\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .desktop-min\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .desktop-min\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .desktop-min\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .desktop-min\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .desktop-min\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .desktop-min\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .desktop-min\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .desktop-min\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .desktop-min\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .desktop-min\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .desktop-min\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .desktop-min\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .desktop-min\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .desktop-min\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .desktop-min\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .desktop-min\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .desktop-min\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .desktop-min\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .desktop-min\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .desktop-min\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .desktop-min\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .desktop-min\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .desktop-min\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .desktop-min\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .desktop-min\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .desktop-min\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .desktop-min\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .desktop-min\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .desktop-min\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .desktop-min\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .desktop-min\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .desktop-min\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .desktop-min\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .desktop-min\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .desktop-min\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .desktop-min\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .desktop-min\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .desktop-min\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .desktop-min\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .desktop-min\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .desktop-min\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .desktop-min\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .desktop-min\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .desktop-min\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .desktop-min\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .desktop-min\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .desktop-min\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .desktop-min\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .desktop-min\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .desktop-min\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .desktop-min\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .desktop-min\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .desktop-min\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .desktop-min\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .desktop-min\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .desktop-min\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .desktop-min\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .desktop-min\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .desktop-min\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .desktop-min\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .desktop-min\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .desktop-min\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .desktop-min\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .desktop-min\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .desktop-min\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .desktop-min\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .desktop-min\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .desktop-min\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .desktop-min\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .desktop-min\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .desktop-min\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .desktop-min\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .desktop-min\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .desktop-min\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .desktop-min\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .desktop-min\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .desktop-min\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .desktop-min\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .desktop-min\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .desktop-min\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .desktop-min\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .desktop-min\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .desktop-min\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .desktop-min\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .desktop-min\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .desktop-min\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .desktop-min\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .desktop-min\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .desktop-min\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .desktop-min\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .desktop-min\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .desktop-min\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .desktop-min\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .desktop-min\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .desktop-min\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .desktop-min\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .desktop-min\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .desktop-min\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .desktop-min\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .desktop-min\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .desktop-min\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .desktop-min\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .desktop-min\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .desktop-min\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .desktop-min\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .desktop-min\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .desktop-min\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .desktop-min\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .desktop-min\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .desktop-min\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .desktop-min\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .desktop-min\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .desktop-min\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .desktop-min\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .desktop-min\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .desktop-min\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .desktop-min\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .desktop-min\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .desktop-min\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .desktop-min\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .desktop-min\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .desktop-min\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .desktop-min\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .desktop-min\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .desktop-min\:last\:m-0:last-child {
    margin: 0px;
  }

  .desktop-min\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .desktop-min\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .desktop-min\:last\:m-3:last-child {
    margin: 3px;
  }

  .desktop-min\:last\:m-4:last-child {
    margin: 4px;
  }

  .desktop-min\:last\:m-5:last-child {
    margin: 5px;
  }

  .desktop-min\:last\:m-6:last-child {
    margin: 6px;
  }

  .desktop-min\:last\:m-8:last-child {
    margin: 8px;
  }

  .desktop-min\:last\:m-9:last-child {
    margin: 9px;
  }

  .desktop-min\:last\:m-10:last-child {
    margin: 10px;
  }

  .desktop-min\:last\:m-12:last-child {
    margin: 12px;
  }

  .desktop-min\:last\:m-13:last-child {
    margin: 13px;
  }

  .desktop-min\:last\:m-14:last-child {
    margin: 14px;
  }

  .desktop-min\:last\:m-15:last-child {
    margin: 15px;
  }

  .desktop-min\:last\:m-16:last-child {
    margin: 16px;
  }

  .desktop-min\:last\:m-17:last-child {
    margin: 17px;
  }

  .desktop-min\:last\:m-18:last-child {
    margin: 18px;
  }

  .desktop-min\:last\:m-20:last-child {
    margin: 20px;
  }

  .desktop-min\:last\:m-22:last-child {
    margin: 22px;
  }

  .desktop-min\:last\:m-24:last-child {
    margin: 24px;
  }

  .desktop-min\:last\:m-25:last-child {
    margin: 25px;
  }

  .desktop-min\:last\:m-28:last-child {
    margin: 28px;
  }

  .desktop-min\:last\:m-29:last-child {
    margin: 29px;
  }

  .desktop-min\:last\:m-30:last-child {
    margin: 30px;
  }

  .desktop-min\:last\:m-32:last-child {
    margin: 32px;
  }

  .desktop-min\:last\:m-35:last-child {
    margin: 35px;
  }

  .desktop-min\:last\:m-36:last-child {
    margin: 36px;
  }

  .desktop-min\:last\:m-37:last-child {
    margin: 37px;
  }

  .desktop-min\:last\:m-40:last-child {
    margin: 40px;
  }

  .desktop-min\:last\:m-45:last-child {
    margin: 45px;
  }

  .desktop-min\:last\:m-48:last-child {
    margin: 48px;
  }

  .desktop-min\:last\:m-50:last-child {
    margin: 50px;
  }

  .desktop-min\:last\:m-55:last-child {
    margin: 55px;
  }

  .desktop-min\:last\:m-56:last-child {
    margin: 56px;
  }

  .desktop-min\:last\:m-60:last-child {
    margin: 60px;
  }

  .desktop-min\:last\:m-62:last-child {
    margin: 62px;
  }

  .desktop-min\:last\:m-64:last-child {
    margin: 64px;
  }

  .desktop-min\:last\:m-65:last-child {
    margin: 65px;
  }

  .desktop-min\:last\:m-70:last-child {
    margin: 70px;
  }

  .desktop-min\:last\:m-75:last-child {
    margin: 75px;
  }

  .desktop-min\:last\:m-80:last-child {
    margin: 80px;
  }

  .desktop-min\:last\:m-85:last-child {
    margin: 85px;
  }

  .desktop-min\:last\:m-90:last-child {
    margin: 90px;
  }

  .desktop-min\:last\:m-95:last-child {
    margin: 95px;
  }

  .desktop-min\:last\:m-96:last-child {
    margin: 96px;
  }

  .desktop-min\:last\:m-100:last-child {
    margin: 100px;
  }

  .desktop-min\:last\:m-110:last-child {
    margin: 110px;
  }

  .desktop-min\:last\:m-115:last-child {
    margin: 115px;
  }

  .desktop-min\:last\:m-120:last-child {
    margin: 120px;
  }

  .desktop-min\:last\:m-128:last-child {
    margin: 128px;
  }

  .desktop-min\:last\:m-135:last-child {
    margin: 135px;
  }

  .desktop-min\:last\:m-140:last-child {
    margin: 140px;
  }

  .desktop-min\:last\:m-145:last-child {
    margin: 145px;
  }

  .desktop-min\:last\:m-150:last-child {
    margin: 150px;
  }

  .desktop-min\:last\:m-160:last-child {
    margin: 160px;
  }

  .desktop-min\:last\:m-165:last-child {
    margin: 165px;
  }

  .desktop-min\:last\:m-168:last-child {
    margin: 168px;
  }

  .desktop-min\:last\:m-170:last-child {
    margin: 170px;
  }

  .desktop-min\:last\:m-180:last-child {
    margin: 180px;
  }

  .desktop-min\:last\:m-200:last-child {
    margin: 200px;
  }

  .desktop-min\:last\:m-220:last-child {
    margin: 220px;
  }

  .desktop-min\:last\:m-230:last-child {
    margin: 230px;
  }

  .desktop-min\:last\:m-235:last-child {
    margin: 235px;
  }

  .desktop-min\:last\:m-240:last-child {
    margin: 240px;
  }

  .desktop-min\:last\:m-250:last-child {
    margin: 250px;
  }

  .desktop-min\:last\:m-300:last-child {
    margin: 300px;
  }

  .desktop-min\:last\:m-320:last-child {
    margin: 320px;
  }

  .desktop-min\:last\:m-350:last-child {
    margin: 350px;
  }

  .desktop-min\:last\:m-375:last-child {
    margin: 375px;
  }

  .desktop-min\:last\:m-400:last-child {
    margin: 400px;
  }

  .desktop-min\:last\:m-450:last-child {
    margin: 450px;
  }

  .desktop-min\:last\:m-700:last-child {
    margin: 700px;
  }

  .desktop-min\:last\:m-auto:last-child {
    margin: auto;
  }

  .desktop-min\:last\:m-px:last-child {
    margin: 1px;
  }

  .desktop-min\:last\:m-1p:last-child {
    margin: 1%;
  }

  .desktop-min\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .desktop-min\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .desktop-min\:last\:m-11p:last-child {
    margin: 11%;
  }

  .desktop-min\:last\:m-20p:last-child {
    margin: 20%;
  }

  .desktop-min\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .desktop-min\:last\:m-25p:last-child {
    margin: 25%;
  }

  .desktop-min\:last\:m-32p:last-child {
    margin: 32%;
  }

  .desktop-min\:last\:m-35p:last-child {
    margin: 35%;
  }

  .desktop-min\:last\:m-40p:last-child {
    margin: 40%;
  }

  .desktop-min\:last\:m-49p:last-child {
    margin: 49%;
  }

  .desktop-min\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .desktop-min\:last\:m-80p:last-child {
    margin: 80%;
  }

  .desktop-min\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .desktop-min\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .desktop-min\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .desktop-min\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .desktop-min\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .desktop-min\:last\:m-90p:last-child {
    margin: 90%;
  }

  .desktop-min\:last\:m-92p:last-child {
    margin: 92%;
  }

  .desktop-min\:last\:m-93p:last-child {
    margin: 93%;
  }

  .desktop-min\:last\:m-94p:last-child {
    margin: 94%;
  }

  .desktop-min\:last\:m-95p:last-child {
    margin: 95%;
  }

  .desktop-min\:last\:m-96p:last-child {
    margin: 96%;
  }

  .desktop-min\:last\:m-100p:last-child {
    margin: 100%;
  }

  .desktop-min\:last\:-m-0:last-child {
    margin: 0px;
  }

  .desktop-min\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .desktop-min\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .desktop-min\:last\:-m-3:last-child {
    margin: -3px;
  }

  .desktop-min\:last\:-m-4:last-child {
    margin: -4px;
  }

  .desktop-min\:last\:-m-5:last-child {
    margin: -5px;
  }

  .desktop-min\:last\:-m-6:last-child {
    margin: -6px;
  }

  .desktop-min\:last\:-m-8:last-child {
    margin: -8px;
  }

  .desktop-min\:last\:-m-9:last-child {
    margin: -9px;
  }

  .desktop-min\:last\:-m-10:last-child {
    margin: -10px;
  }

  .desktop-min\:last\:-m-12:last-child {
    margin: -12px;
  }

  .desktop-min\:last\:-m-13:last-child {
    margin: -13px;
  }

  .desktop-min\:last\:-m-14:last-child {
    margin: -14px;
  }

  .desktop-min\:last\:-m-15:last-child {
    margin: -15px;
  }

  .desktop-min\:last\:-m-16:last-child {
    margin: -16px;
  }

  .desktop-min\:last\:-m-17:last-child {
    margin: -17px;
  }

  .desktop-min\:last\:-m-18:last-child {
    margin: -18px;
  }

  .desktop-min\:last\:-m-20:last-child {
    margin: -20px;
  }

  .desktop-min\:last\:-m-22:last-child {
    margin: -22px;
  }

  .desktop-min\:last\:-m-24:last-child {
    margin: -24px;
  }

  .desktop-min\:last\:-m-25:last-child {
    margin: -25px;
  }

  .desktop-min\:last\:-m-28:last-child {
    margin: -28px;
  }

  .desktop-min\:last\:-m-29:last-child {
    margin: -29px;
  }

  .desktop-min\:last\:-m-30:last-child {
    margin: -30px;
  }

  .desktop-min\:last\:-m-32:last-child {
    margin: -32px;
  }

  .desktop-min\:last\:-m-35:last-child {
    margin: -35px;
  }

  .desktop-min\:last\:-m-36:last-child {
    margin: -36px;
  }

  .desktop-min\:last\:-m-37:last-child {
    margin: -37px;
  }

  .desktop-min\:last\:-m-40:last-child {
    margin: -40px;
  }

  .desktop-min\:last\:-m-45:last-child {
    margin: -45px;
  }

  .desktop-min\:last\:-m-48:last-child {
    margin: -48px;
  }

  .desktop-min\:last\:-m-50:last-child {
    margin: -50px;
  }

  .desktop-min\:last\:-m-55:last-child {
    margin: -55px;
  }

  .desktop-min\:last\:-m-56:last-child {
    margin: -56px;
  }

  .desktop-min\:last\:-m-60:last-child {
    margin: -60px;
  }

  .desktop-min\:last\:-m-62:last-child {
    margin: -62px;
  }

  .desktop-min\:last\:-m-64:last-child {
    margin: -64px;
  }

  .desktop-min\:last\:-m-65:last-child {
    margin: -65px;
  }

  .desktop-min\:last\:-m-70:last-child {
    margin: -70px;
  }

  .desktop-min\:last\:-m-75:last-child {
    margin: -75px;
  }

  .desktop-min\:last\:-m-80:last-child {
    margin: -80px;
  }

  .desktop-min\:last\:-m-85:last-child {
    margin: -85px;
  }

  .desktop-min\:last\:-m-90:last-child {
    margin: -90px;
  }

  .desktop-min\:last\:-m-95:last-child {
    margin: -95px;
  }

  .desktop-min\:last\:-m-96:last-child {
    margin: -96px;
  }

  .desktop-min\:last\:-m-100:last-child {
    margin: -100px;
  }

  .desktop-min\:last\:-m-110:last-child {
    margin: -110px;
  }

  .desktop-min\:last\:-m-115:last-child {
    margin: -115px;
  }

  .desktop-min\:last\:-m-120:last-child {
    margin: -120px;
  }

  .desktop-min\:last\:-m-128:last-child {
    margin: -128px;
  }

  .desktop-min\:last\:-m-135:last-child {
    margin: -135px;
  }

  .desktop-min\:last\:-m-140:last-child {
    margin: -140px;
  }

  .desktop-min\:last\:-m-145:last-child {
    margin: -145px;
  }

  .desktop-min\:last\:-m-150:last-child {
    margin: -150px;
  }

  .desktop-min\:last\:-m-160:last-child {
    margin: -160px;
  }

  .desktop-min\:last\:-m-165:last-child {
    margin: -165px;
  }

  .desktop-min\:last\:-m-168:last-child {
    margin: -168px;
  }

  .desktop-min\:last\:-m-170:last-child {
    margin: -170px;
  }

  .desktop-min\:last\:-m-180:last-child {
    margin: -180px;
  }

  .desktop-min\:last\:-m-200:last-child {
    margin: -200px;
  }

  .desktop-min\:last\:-m-220:last-child {
    margin: -220px;
  }

  .desktop-min\:last\:-m-230:last-child {
    margin: -230px;
  }

  .desktop-min\:last\:-m-235:last-child {
    margin: -235px;
  }

  .desktop-min\:last\:-m-240:last-child {
    margin: -240px;
  }

  .desktop-min\:last\:-m-250:last-child {
    margin: -250px;
  }

  .desktop-min\:last\:-m-300:last-child {
    margin: -300px;
  }

  .desktop-min\:last\:-m-320:last-child {
    margin: -320px;
  }

  .desktop-min\:last\:-m-350:last-child {
    margin: -350px;
  }

  .desktop-min\:last\:-m-375:last-child {
    margin: -375px;
  }

  .desktop-min\:last\:-m-400:last-child {
    margin: -400px;
  }

  .desktop-min\:last\:-m-450:last-child {
    margin: -450px;
  }

  .desktop-min\:last\:-m-700:last-child {
    margin: -700px;
  }

  .desktop-min\:last\:-m-px:last-child {
    margin: -1px;
  }

  .desktop-min\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .desktop-min\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .desktop-min\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .desktop-min\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .desktop-min\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .desktop-min\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .desktop-min\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .desktop-min\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .desktop-min\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .desktop-min\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .desktop-min\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .desktop-min\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .desktop-min\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .desktop-min\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .desktop-min\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .desktop-min\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .desktop-min\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .desktop-min\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .desktop-min\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .desktop-min\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .desktop-min\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .desktop-min\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .desktop-min\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .desktop-min\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .desktop-min\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .desktop-min\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop-min\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop-min\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop-min\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop-min\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .desktop-min\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .desktop-min\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .desktop-min\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .desktop-min\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .desktop-min\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .desktop-min\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .desktop-min\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .desktop-min\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .desktop-min\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .desktop-min\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .desktop-min\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .desktop-min\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .desktop-min\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .desktop-min\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .desktop-min\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .desktop-min\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .desktop-min\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .desktop-min\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .desktop-min\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .desktop-min\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .desktop-min\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .desktop-min\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .desktop-min\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .desktop-min\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .desktop-min\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .desktop-min\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .desktop-min\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .desktop-min\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .desktop-min\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .desktop-min\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .desktop-min\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .desktop-min\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .desktop-min\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .desktop-min\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .desktop-min\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .desktop-min\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .desktop-min\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .desktop-min\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .desktop-min\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .desktop-min\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .desktop-min\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .desktop-min\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .desktop-min\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .desktop-min\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .desktop-min\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .desktop-min\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .desktop-min\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .desktop-min\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .desktop-min\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .desktop-min\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .desktop-min\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .desktop-min\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .desktop-min\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .desktop-min\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .desktop-min\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .desktop-min\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .desktop-min\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .desktop-min\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .desktop-min\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .desktop-min\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .desktop-min\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .desktop-min\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .desktop-min\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .desktop-min\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .desktop-min\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .desktop-min\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .desktop-min\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .desktop-min\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .desktop-min\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .desktop-min\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .desktop-min\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .desktop-min\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .desktop-min\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .desktop-min\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .desktop-min\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .desktop-min\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .desktop-min\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .desktop-min\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .desktop-min\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .desktop-min\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .desktop-min\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .desktop-min\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .desktop-min\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .desktop-min\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-min\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .desktop-min\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .desktop-min\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .desktop-min\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .desktop-min\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .desktop-min\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .desktop-min\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .desktop-min\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .desktop-min\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .desktop-min\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .desktop-min\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .desktop-min\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .desktop-min\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .desktop-min\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .desktop-min\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .desktop-min\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .desktop-min\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .desktop-min\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .desktop-min\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .desktop-min\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .desktop-min\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .desktop-min\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .desktop-min\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .desktop-min\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .desktop-min\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .desktop-min\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .desktop-min\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .desktop-min\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .desktop-min\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .desktop-min\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .desktop-min\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .desktop-min\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .desktop-min\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .desktop-min\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .desktop-min\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .desktop-min\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .desktop-min\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .desktop-min\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .desktop-min\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .desktop-min\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .desktop-min\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .desktop-min\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .desktop-min\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .desktop-min\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .desktop-min\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .desktop-min\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .desktop-min\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .desktop-min\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .desktop-min\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .desktop-min\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .desktop-min\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .desktop-min\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .desktop-min\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .desktop-min\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop-min\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-min\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop-min\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop-min\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .desktop-min\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .desktop-min\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .desktop-min\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .desktop-min\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .desktop-min\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .desktop-min\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .desktop-min\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .desktop-min\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop-min\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop-min\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .desktop-min\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .desktop-min\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .desktop-min\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .desktop-min\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .desktop-min\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .desktop-min\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .desktop-min\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .desktop-min\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .desktop-min\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .desktop-min\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .desktop-min\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .desktop-min\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .desktop-min\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .desktop-min\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .desktop-min\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .desktop-min\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .desktop-min\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .desktop-min\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .desktop-min\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .desktop-min\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .desktop-min\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .desktop-min\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .desktop-min\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .desktop-min\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .desktop-min\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .desktop-min\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .desktop-min\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .desktop-min\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .desktop-min\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .desktop-min\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .desktop-min\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .desktop-min\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .desktop-min\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .desktop-min\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .desktop-min\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .desktop-min\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .desktop-min\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .desktop-min\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .desktop-min\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .desktop-min\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-min\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .desktop-min\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop-min\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop-min\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop-min\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop-min\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .desktop-min\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .desktop-min\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .desktop-min\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .desktop-min\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .desktop-min\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .desktop-min\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .desktop-min\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .desktop-min\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .desktop-min\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .desktop-min\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .desktop-min\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .desktop-min\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .desktop-min\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .desktop-min\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .desktop-min\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .desktop-min\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .desktop-min\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .desktop-min\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .desktop-min\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .desktop-min\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .desktop-min\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .desktop-min\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .desktop-min\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .desktop-min\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .desktop-min\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .desktop-min\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .desktop-min\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .desktop-min\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .desktop-min\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .desktop-min\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .desktop-min\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .desktop-min\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .desktop-min\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .desktop-min\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .desktop-min\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .desktop-min\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .desktop-min\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .desktop-min\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .desktop-min\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .desktop-min\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .desktop-min\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .desktop-min\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .desktop-min\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .desktop-min\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .desktop-min\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .desktop-min\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .desktop-min\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .desktop-min\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .desktop-min\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .desktop-min\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .desktop-min\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .desktop-min\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .desktop-min\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .desktop-min\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .desktop-min\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .desktop-min\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .desktop-min\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .desktop-min\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .desktop-min\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .desktop-min\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .desktop-min\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .desktop-min\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .desktop-min\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .desktop-min\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .desktop-min\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .desktop-min\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .desktop-min\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .desktop-min\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .desktop-min\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .desktop-min\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .desktop-min\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .desktop-min\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .desktop-min\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .desktop-min\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .desktop-min\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .desktop-min\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .desktop-min\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .desktop-min\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .desktop-min\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .desktop-min\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .desktop-min\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .desktop-min\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .desktop-min\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .desktop-min\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .desktop-min\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .desktop-min\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .desktop-min\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .desktop-min\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .desktop-min\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .desktop-min\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .desktop-min\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .desktop-min\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .desktop-min\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .desktop-min\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .desktop-min\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .desktop-min\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .desktop-min\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .desktop-min\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .desktop-min\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .desktop-min\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .desktop-min\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .desktop-min\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .desktop-min\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .desktop-min\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .desktop-min\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .desktop-min\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .desktop-min\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .desktop-min\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .desktop-min\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .desktop-min\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .desktop-min\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .desktop-min\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .desktop-min\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .desktop-min\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .desktop-min\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .desktop-min\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .desktop-min\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .desktop-min\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .desktop-min\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .desktop-min\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .desktop-min\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .desktop-min\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .desktop-min\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .desktop-min\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .desktop-min\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .desktop-min\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .desktop-min\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .desktop-min\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .desktop-min\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .desktop-min\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .desktop-min\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .desktop-min\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .desktop-min\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .desktop-min\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .desktop-min\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .desktop-min\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .desktop-min\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .desktop-min\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop-min\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop-min\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .desktop-min\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .desktop-min\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .desktop-min\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .desktop-min\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .desktop-min\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .desktop-min\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .desktop-min\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .desktop-min\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop-min\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop-min\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .desktop-min\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .desktop-min\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .desktop-min\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .desktop-min\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .desktop-min\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .desktop-min\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .desktop-min\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .desktop-min\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .desktop-min\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .desktop-min\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .desktop-min\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .desktop-min\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .desktop-min\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .desktop-min\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .desktop-min\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .desktop-min\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .desktop-min\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .desktop-min\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .desktop-min\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .desktop-min\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .desktop-min\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .desktop-min\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .desktop-min\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .desktop-min\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .desktop-min\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .desktop-min\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .desktop-min\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .desktop-min\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .desktop-min\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .desktop-min\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .desktop-min\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .desktop-min\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .desktop-min\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .desktop-min\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .desktop-min\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .desktop-min\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .desktop-min\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .desktop-min\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .desktop-min\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .desktop-min\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .desktop-min\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .desktop-min\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .desktop-min\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .desktop-min\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .desktop-min\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .desktop-min\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .desktop-min\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .desktop-min\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .desktop-min\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .desktop-min\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .desktop-min\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .desktop-min\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .desktop-min\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .desktop-min\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .desktop-min\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .desktop-min\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .desktop-min\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .desktop-min\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .desktop-min\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .desktop-min\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .desktop-min\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .desktop-min\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .desktop-min\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .desktop-min\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .desktop-min\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .desktop-min\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .desktop-min\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .desktop-min\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .desktop-min\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .desktop-min\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .desktop-min\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .desktop-min\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .desktop-min\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .desktop-min\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .desktop-min\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .desktop-min\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .desktop-min\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .desktop-min\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .desktop-min\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .desktop-min\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .desktop-min\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .desktop-min\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .desktop-min\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .desktop-min\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .desktop-min\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .desktop-min\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .desktop-min\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .desktop-min\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .desktop-min\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .desktop-min\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .desktop-min\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .desktop-min\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .desktop-min\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .desktop-min\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .desktop-min\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .desktop-min\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .desktop-min\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .desktop-min\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .desktop-min\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .desktop-min\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .desktop-min\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .desktop-min\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .desktop-min\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .desktop-min\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .desktop-min\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .desktop-min\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .desktop-min\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .desktop-min\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .desktop-min\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .desktop-min\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .desktop-min\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .desktop-min\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .desktop-min\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .desktop-min\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .desktop-min\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .desktop-min\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .desktop-min\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .desktop-min\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .desktop-min\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .desktop-min\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .desktop-min\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .desktop-min\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .desktop-min\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .desktop-min\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .desktop-min\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .desktop-min\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .desktop-min\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .desktop-min\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .desktop-min\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .desktop-min\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .desktop-min\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .desktop-min\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .desktop-min\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .desktop-min\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .desktop-min\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .desktop-min\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .desktop-min\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .desktop-min\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .desktop-min\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .desktop-min\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .desktop-min\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .desktop-min\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .desktop-min\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .desktop-min\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .desktop-min\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .desktop-min\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .desktop-min\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .desktop-min\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .desktop-min\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .desktop-min\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .desktop-min\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .desktop-min\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .desktop-min\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .desktop-min\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .desktop-min\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .desktop-min\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .desktop-min\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .desktop-min\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .desktop-min\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .desktop-min\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .desktop-min\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .desktop-min\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .desktop-min\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .desktop-min\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .desktop-min\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .desktop-min\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .desktop-min\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .desktop-min\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .desktop-min\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .desktop-min\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .desktop-min\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .desktop-min\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .desktop-min\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .desktop-min\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .desktop-min\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .desktop-min\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .desktop-min\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .desktop-min\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .desktop-min\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .desktop-min\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .desktop-min\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .desktop-min\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .desktop-min\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .desktop-min\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .desktop-min\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .desktop-min\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .desktop-min\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .desktop-min\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .desktop-min\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .desktop-min\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .desktop-min\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .desktop-min\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .desktop-min\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .desktop-min\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .desktop-min\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .desktop-min\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .desktop-min\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .desktop-min\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .desktop-min\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .desktop-min\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .desktop-min\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .desktop-min\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .desktop-min\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .desktop-min\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .desktop-min\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .desktop-min\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .desktop-min\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .desktop-min\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .desktop-min\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .desktop-min\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .desktop-min\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .desktop-min\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .desktop-min\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .desktop-min\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .desktop-min\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .desktop-min\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .desktop-min\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .desktop-min\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .desktop-min\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .desktop-min\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .desktop-min\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .desktop-min\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .desktop-min\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .desktop-min\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .desktop-min\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .desktop-min\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .desktop-min\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .desktop-min\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .desktop-min\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .desktop-min\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .desktop-min\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .desktop-min\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .desktop-min\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .desktop-min\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .desktop-min\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .desktop-min\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .desktop-min\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .desktop-min\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .desktop-min\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .desktop-min\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .desktop-min\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .desktop-min\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .desktop-min\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .desktop-min\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .desktop-min\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .desktop-min\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .desktop-min\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .desktop-min\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .desktop-min\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .desktop-min\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .desktop-min\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .desktop-min\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .desktop-min\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .desktop-min\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .desktop-min\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .desktop-min\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .desktop-min\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .desktop-min\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .desktop-min\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .desktop-min\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .desktop-min\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .desktop-min\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .desktop-min\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .desktop-min\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .desktop-min\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .desktop-min\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .desktop-min\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .desktop-min\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .desktop-min\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .desktop-min\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .desktop-min\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .desktop-min\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .desktop-min\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .desktop-min\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .desktop-min\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .desktop-min\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .desktop-min\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .desktop-min\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .desktop-min\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .desktop-min\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .desktop-min\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .desktop-min\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .desktop-min\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .desktop-min\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .desktop-min\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .desktop-min\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .desktop-min\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .desktop-min\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .desktop-min\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .desktop-min\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .desktop-min\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .desktop-min\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .desktop-min\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .desktop-min\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .desktop-min\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .desktop-min\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .desktop-min\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .desktop-min\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .desktop-min\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .desktop-min\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .desktop-min\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .desktop-min\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .desktop-min\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .desktop-min\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .desktop-min\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .desktop-min\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .desktop-min\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .desktop-min\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .desktop-min\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .desktop-min\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .desktop-min\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .desktop-min\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .desktop-min\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .desktop-min\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .desktop-min\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .desktop-min\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .desktop-min\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .desktop-min\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .desktop-min\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .desktop-min\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .desktop-min\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .desktop-min\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .desktop-min\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .desktop-min\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .desktop-min\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .desktop-min\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .desktop-min\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .desktop-min\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .desktop-min\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .desktop-min\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .desktop-min\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .desktop-min\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .desktop-min\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .desktop-min\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .desktop-min\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .desktop-min\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .desktop-min\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .desktop-min\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .desktop-min\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .desktop-min\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .desktop-min\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .desktop-min\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .desktop-min\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .desktop-min\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .desktop-min\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .desktop-min\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .desktop-min\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .desktop-min\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .desktop-min\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .desktop-min\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .desktop-min\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .desktop-min\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .desktop-min\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .desktop-min\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .desktop-min\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .desktop-min\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .desktop-min\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .desktop-min\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .desktop-min\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .desktop-min\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .desktop-min\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .desktop-min\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .desktop-min\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .desktop-min\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .desktop-min\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .desktop-min\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .desktop-min\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .desktop-min\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .desktop-min\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .desktop-min\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .desktop-min\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .desktop-min\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .desktop-min\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .desktop-min\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .desktop-min\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .desktop-min\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .desktop-min\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .desktop-min\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .desktop-min\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .desktop-min\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .desktop-min\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .desktop-min\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .desktop-min\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .desktop-min\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .desktop-min\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .desktop-min\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .desktop-min\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .desktop-min\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .desktop-min\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .desktop-min\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .desktop-min\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .desktop-min\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .desktop-min\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .desktop-min\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .desktop-min\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .desktop-min\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .desktop-min\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .desktop-min\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .desktop-min\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .desktop-min\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .desktop-min\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .desktop-min\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .desktop-min\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .desktop-min\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .desktop-min\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .desktop-min\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .desktop-min\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .desktop-min\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .desktop-min\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .desktop-min\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .desktop-min\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .desktop-min\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .desktop-min\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .desktop-min\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .desktop-min\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .desktop-min\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .desktop-min\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .desktop-min\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .desktop-min\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .desktop-min\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .desktop-min\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .desktop-min\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .desktop-min\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .desktop-min\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .desktop-min\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .desktop-min\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .desktop-min\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .desktop-min\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .desktop-min\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .desktop-min\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .desktop-min\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .desktop-min\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .desktop-min\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .desktop-min\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .desktop-min\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .desktop-min\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .desktop-min\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .desktop-min\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .desktop-min\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .desktop-min\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .desktop-min\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .desktop-min\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .desktop-min\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .desktop-min\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .desktop-min\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .desktop-min\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .desktop-min\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .desktop-min\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .desktop-min\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .desktop-min\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .desktop-min\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .desktop-min\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .desktop-min\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .desktop-min\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .desktop-min\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .desktop-min\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .desktop-min\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .desktop-min\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .desktop-min\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .desktop-min\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .desktop-min\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .desktop-min\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .desktop-min\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .desktop-min\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .desktop-min\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .desktop-min\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .desktop-min\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .desktop-min\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .desktop-min\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .desktop-min\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .desktop-min\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .desktop-min\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .desktop-min\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .desktop-min\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .desktop-min\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .desktop-min\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .desktop-min\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .desktop-min\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .desktop-min\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .desktop-min\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .desktop-min\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .desktop-min\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .desktop-min\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .desktop-min\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .desktop-min\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .desktop-min\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .desktop-min\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .desktop-min\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .desktop-min\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .desktop-min\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .desktop-min\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .desktop-min\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .desktop-min\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .desktop-min\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .desktop-min\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .desktop-min\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .desktop-min\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .desktop-min\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .desktop-min\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .desktop-min\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .desktop-min\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .desktop-min\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .desktop-min\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .desktop-min\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .desktop-min\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .desktop-min\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .desktop-min\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .desktop-min\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .desktop-min\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .desktop-min\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .desktop-min\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .desktop-min\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .desktop-min\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .desktop-min\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .desktop-min\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .desktop-min\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .desktop-min\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .desktop-min\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .desktop-min\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .desktop-min\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .desktop-min\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .desktop-min\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .desktop-min\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .desktop-min\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .desktop-min\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .desktop-min\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .desktop-min\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .desktop-min\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .desktop-min\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .desktop-min\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .desktop-min\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .desktop-min\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .desktop-min\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .desktop-min\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .desktop-min\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .desktop-min\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .desktop-min\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .desktop-min\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .desktop-min\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .desktop-min\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .desktop-min\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .desktop-min\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .desktop-min\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .desktop-min\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .desktop-min\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .desktop-min\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .desktop-min\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .desktop-min\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .desktop-min\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .desktop-min\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .desktop-min\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .desktop-min\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .desktop-min\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .desktop-min\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .desktop-min\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .desktop-min\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .desktop-min\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .desktop-min\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .desktop-min\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .desktop-min\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .desktop-min\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .desktop-min\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .desktop-min\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .desktop-min\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .desktop-min\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .desktop-min\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .desktop-min\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .desktop-min\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .desktop-min\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .desktop-min\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .desktop-min\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .desktop-min\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .desktop-min\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .desktop-min\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .desktop-min\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .desktop-min\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .desktop-min\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .desktop-min\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .desktop-min\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .desktop-min\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .desktop-min\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .desktop-min\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .desktop-min\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .desktop-min\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .desktop-min\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .desktop-min\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .desktop-min\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .desktop-min\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .desktop-min\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .desktop-min\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .desktop-min\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .desktop-min\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .desktop-min\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .desktop-min\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .desktop-min\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .desktop-min\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .desktop-min\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .desktop-min\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .desktop-min\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .desktop-min\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .desktop-min\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .desktop-min\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .desktop-min\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .desktop-min\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .desktop-min\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .desktop-min\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .desktop-min\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .desktop-min\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .desktop-min\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .desktop-min\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .desktop-min\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .desktop-min\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .desktop-min\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .desktop-min\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .desktop-min\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .desktop-min\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .desktop-min\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .desktop-min\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .desktop-min\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .desktop-min\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .desktop-min\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .desktop-min\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .desktop-min\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .desktop-min\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .desktop-min\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .desktop-min\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .desktop-min\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .desktop-min\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .desktop-min\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .desktop-min\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .desktop-min\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .desktop-min\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .desktop-min\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .desktop-min\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .desktop-min\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .desktop-min\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .desktop-min\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .desktop-min\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .desktop-min\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .desktop-min\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .desktop-min\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .desktop-min\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .desktop-min\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .desktop-min\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .desktop-min\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .desktop-min\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .desktop-min\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .desktop-min\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .desktop-min\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .desktop-min\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .desktop-min\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .desktop-min\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .desktop-min\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .desktop-min\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .desktop-min\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .desktop-min\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .desktop-min\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .desktop-min\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .desktop-min\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .desktop-min\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .desktop-min\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .desktop-min\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .desktop-min\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .desktop-min\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .desktop-min\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .desktop-min\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .desktop-min\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .desktop-min\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .desktop-min\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .desktop-min\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .desktop-min\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .desktop-min\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .desktop-min\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .desktop-min\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .desktop-min\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .desktop-min\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .desktop-min\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .desktop-min\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .desktop-min\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .desktop-min\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .desktop-min\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .desktop-min\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .desktop-min\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .desktop-min\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .desktop-min\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .desktop-min\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .desktop-min\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .desktop-min\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .desktop-min\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .desktop-min\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .desktop-min\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .desktop-min\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .desktop-min\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .desktop-min\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .desktop-min\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .desktop-min\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .desktop-min\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .desktop-min\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .desktop-min\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .desktop-min\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .desktop-min\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .desktop-min\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .desktop-min\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .desktop-min\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .desktop-min\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .desktop-min\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .desktop-min\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .desktop-min\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .desktop-min\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .desktop-min\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .desktop-min\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .desktop-min\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .desktop-min\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .desktop-min\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .desktop-min\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .desktop-min\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .desktop-min\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .desktop-min\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .desktop-min\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .desktop-min\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .desktop-min\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .desktop-min\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .desktop-min\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .desktop-min\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .desktop-min\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .desktop-min\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .desktop-min\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .desktop-min\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .desktop-min\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .desktop-min\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .desktop-min\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .desktop-min\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .desktop-min\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .desktop-min\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .desktop-min\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .desktop-min\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .desktop-min\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .desktop-min\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .desktop-min\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .desktop-min\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .desktop-min\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .desktop-min\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .desktop-min\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .desktop-min\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .desktop-min\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .desktop-min\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .desktop-min\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .desktop-min\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .desktop-min\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .desktop-min\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .desktop-min\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .desktop-min\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .desktop-min\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .desktop-min\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .desktop-min\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .desktop-min\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .desktop-min\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .desktop-min\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .desktop-min\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .desktop-min\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .desktop-min\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .desktop-min\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .desktop-min\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .desktop-min\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .desktop-min\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .desktop-min\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .desktop-min\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .desktop-min\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .desktop-min\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .desktop-min\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .desktop-min\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .desktop-min\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .desktop-min\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .desktop-min\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .desktop-min\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .desktop-min\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .desktop-min\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .desktop-min\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .desktop-min\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .desktop-min\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .desktop-min\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .desktop-min\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .desktop-min\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .desktop-min\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .desktop-min\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .desktop-min\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .desktop-min\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .desktop-min\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .desktop-min\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .desktop-min\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .desktop-min\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .desktop-min\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .desktop-min\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .desktop-min\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .desktop-min\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .desktop-min\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .desktop-min\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .desktop-min\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .desktop-min\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .desktop-min\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .desktop-min\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .desktop-min\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .desktop-min\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .desktop-min\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .desktop-min\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .desktop-min\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .desktop-min\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .desktop-min\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .desktop-min\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .desktop-min\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .desktop-min\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .desktop-min\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .desktop-min\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .desktop-min\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .desktop-min\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .desktop-min\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .desktop-min\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .desktop-min\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .desktop-min\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .desktop-min\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .desktop-min\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .desktop-min\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .desktop-min\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .desktop-min\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .desktop-min\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .desktop-min\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .desktop-min\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .desktop-min\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .desktop-min\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .desktop-min\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .desktop-min\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .desktop-min\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .desktop-min\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .desktop-min\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .desktop-min\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .desktop-min\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .desktop-min\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .desktop-min\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .desktop-min\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .desktop-min\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .desktop-min\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .desktop-min\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .desktop-min\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .desktop-min\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .desktop-min\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .desktop-min\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .desktop-min\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .desktop-min\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .desktop-min\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .desktop-min\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .desktop-min\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .desktop-min\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .desktop-min\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .desktop-min\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .desktop-min\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .desktop-min\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .desktop-min\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .desktop-min\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .desktop-min\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .desktop-min\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .desktop-min\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .desktop-min\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .desktop-min\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .desktop-min\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .desktop-min\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .desktop-min\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .desktop-min\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .desktop-min\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .desktop-min\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .desktop-min\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .desktop-min\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .desktop-min\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .desktop-min\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .desktop-min\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .desktop-min\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .desktop-min\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .desktop-min\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .desktop-min\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .desktop-min\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .desktop-min\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .desktop-min\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .desktop-min\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .desktop-min\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .desktop-min\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .desktop-min\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .desktop-min\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .desktop-min\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .desktop-min\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .desktop-min\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .desktop-min\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .desktop-min\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .desktop-min\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .desktop-min\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .desktop-min\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .desktop-min\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .desktop-min\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .desktop-min\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .desktop-min\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .desktop-min\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .desktop-min\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .desktop-min\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .desktop-min\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .desktop-min\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .desktop-min\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .desktop-min\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .desktop-min\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .desktop-min\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .desktop-min\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .desktop-min\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .desktop-min\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .desktop-min\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .desktop-min\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .desktop-min\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .desktop-min\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .desktop-min\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .desktop-min\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .desktop-min\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .desktop-min\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .desktop-min\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .desktop-min\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .desktop-min\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .desktop-min\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .desktop-min\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .desktop-min\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .desktop-min\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .desktop-min\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .desktop-min\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .desktop-min\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .desktop-min\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .desktop-min\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .desktop-min\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .desktop-min\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .desktop-min\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .desktop-min\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .desktop-min\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .desktop-min\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .desktop-min\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .desktop-min\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .desktop-min\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .desktop-min\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .desktop-min\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .desktop-min\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .desktop-min\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .desktop-min\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .desktop-min\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .desktop-min\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .desktop-min\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .desktop-min\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .desktop-min\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .desktop-min\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .desktop-min\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .desktop-min\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .desktop-min\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .desktop-min\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .desktop-min\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .desktop-min\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .desktop-min\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .desktop-min\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .desktop-min\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .desktop-min\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .desktop-min\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .desktop-min\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .desktop-min\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .desktop-min\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .desktop-min\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .desktop-min\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .desktop-min\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .desktop-min\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .desktop-min\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .desktop-min\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .desktop-min\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .desktop-min\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .desktop-min\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .desktop-min\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .desktop-min\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .desktop-min\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .desktop-min\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .desktop-min\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .desktop-min\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .desktop-min\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .desktop-min\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .desktop-min\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .desktop-min\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .desktop-min\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .desktop-min\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .desktop-min\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .desktop-min\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .desktop-min\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .desktop-min\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .desktop-min\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .desktop-min\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .desktop-min\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .desktop-min\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .desktop-min\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .desktop-min\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .desktop-min\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .desktop-min\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .desktop-min\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .desktop-min\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .desktop-min\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .desktop-min\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .desktop-min\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .desktop-min\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .desktop-min\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .desktop-min\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .desktop-min\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .desktop-min\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .desktop-min\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .desktop-min\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .desktop-min\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .desktop-min\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .desktop-min\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .desktop-min\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .desktop-min\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .desktop-min\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .desktop-min\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .desktop-min\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .desktop-min\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .desktop-min\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .desktop-min\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .desktop-min\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .desktop-min\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .desktop-min\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .desktop-min\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .desktop-min\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .desktop-min\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .desktop-min\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .desktop-min\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .desktop-min\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .desktop-min\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .desktop-min\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .desktop-min\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .desktop-min\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .desktop-min\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .desktop-min\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .desktop-min\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .desktop-min\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .desktop-min\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .desktop-min\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .desktop-min\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .desktop-min\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .desktop-min\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .desktop-min\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .desktop-min\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .desktop-min\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .desktop-min\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .desktop-min\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .desktop-min\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .desktop-min\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .desktop-min\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .desktop-min\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .desktop-min\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .desktop-min\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .desktop-min\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .desktop-min\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .desktop-min\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .desktop-min\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .desktop-min\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .desktop-min\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .desktop-min\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .desktop-min\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .desktop-min\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .desktop-min\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .desktop-min\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .desktop-min\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .desktop-min\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .desktop-min\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .desktop-min\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .desktop-min\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .desktop-min\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .desktop-min\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .desktop-min\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .desktop-min\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .desktop-min\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .desktop-min\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .desktop-min\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .desktop-min\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .desktop-min\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .desktop-min\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .desktop-min\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .desktop-min\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .desktop-min\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .desktop-min\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .desktop-min\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .desktop-min\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .desktop-min\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .desktop-min\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .desktop-min\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .desktop-min\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .desktop-min\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .desktop-min\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .desktop-min\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .desktop-min\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .desktop-min\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .desktop-min\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .desktop-min\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .desktop-min\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .desktop-min\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .desktop-min\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .desktop-min\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .desktop-min\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .desktop-min\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .desktop-min\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .desktop-min\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .desktop-min\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .desktop-min\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .desktop-min\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .desktop-min\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .desktop-min\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .desktop-min\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .desktop-min\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .desktop-min\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .desktop-min\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .desktop-min\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .desktop-min\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .desktop-min\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .desktop-min\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .desktop-min\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .desktop-min\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .desktop-min\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .desktop-min\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .desktop-min\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .desktop-min\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .desktop-min\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .desktop-min\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .desktop-min\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .desktop-min\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .desktop-min\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .desktop-min\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .desktop-min\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .desktop-min\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .desktop-min\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .desktop-min\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .desktop-min\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .desktop-min\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .desktop-min\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .desktop-min\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .desktop-min\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .desktop-min\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .desktop-min\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .desktop-min\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .desktop-min\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .desktop-min\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .desktop-min\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .desktop-min\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .desktop-min\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .desktop-min\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .desktop-min\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .desktop-min\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .desktop-min\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .desktop-min\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .desktop-min\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .desktop-min\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .desktop-min\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .desktop-min\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .desktop-min\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .desktop-min\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .desktop-min\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .desktop-min\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .desktop-min\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .desktop-min\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .desktop-min\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .desktop-min\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .desktop-min\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .desktop-min\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .desktop-min\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .desktop-min\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .desktop-min\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .desktop-min\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .desktop-min\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .desktop-min\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .desktop-min\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .desktop-min\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .desktop-min\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .desktop-min\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .desktop-min\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .desktop-min\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .desktop-min\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .desktop-min\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .desktop-min\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .desktop-min\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .desktop-min\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .desktop-min\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .desktop-min\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .desktop-min\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .desktop-min\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .desktop-min\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .desktop-min\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .desktop-min\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .desktop-min\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .desktop-min\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .desktop-min\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .desktop-min\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .desktop-min\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .desktop-min\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .desktop-min\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .desktop-min\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .desktop-min\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .desktop-min\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .desktop-min\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .desktop-min\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .desktop-min\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .desktop-min\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .desktop-min\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .desktop-min\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .desktop-min\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .desktop-min\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .desktop-min\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .desktop-min\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .desktop-min\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .desktop-min\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .desktop-min\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .desktop-min\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .desktop-min\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .desktop-min\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .desktop-min\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .desktop-min\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .desktop-min\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .desktop-min\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .desktop-min\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .desktop-min\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .desktop-min\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .desktop-min\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .desktop-min\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .desktop-min\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .desktop-min\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .desktop-min\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .desktop-min\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .desktop-min\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .desktop-min\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .desktop-min\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .desktop-min\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .desktop-min\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .desktop-min\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .desktop-min\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .desktop-min\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .desktop-min\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .desktop-min\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .desktop-min\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .desktop-min\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .desktop-min\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .desktop-min\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .desktop-min\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .desktop-min\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .desktop-min\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .desktop-min\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .desktop-min\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .desktop-min\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .desktop-min\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .desktop-min\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .desktop-min\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .desktop-min\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .desktop-min\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .desktop-min\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .desktop-min\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .desktop-min\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .desktop-min\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .desktop-min\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .desktop-min\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .desktop-min\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .desktop-min\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .desktop-min\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .desktop-min\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .desktop-min\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .desktop-min\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .desktop-min\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .desktop-min\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .desktop-min\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .desktop-min\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .desktop-min\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .desktop-min\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .desktop-min\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .desktop-min\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .desktop-min\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .desktop-min\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .desktop-min\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .desktop-min\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .desktop-min\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .desktop-min\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .desktop-min\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .desktop-min\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .desktop-min\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .desktop-min\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .desktop-min\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .desktop-min\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .desktop-min\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .desktop-min\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .desktop-min\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .desktop-min\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .desktop-min\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .desktop-min\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .desktop-min\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .desktop-min\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .desktop-min\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .desktop-min\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .desktop-min\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .desktop-min\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .desktop-min\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .desktop-min\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .desktop-min\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .desktop-min\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .desktop-min\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .desktop-min\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .desktop-min\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .desktop-min\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .desktop-min\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .desktop-min\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .desktop-min\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .desktop-min\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .desktop-min\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .desktop-min\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .desktop-min\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .desktop-min\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .desktop-min\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .desktop-min\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .desktop-min\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .desktop-min\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .desktop-min\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .desktop-min\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .desktop-min\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .desktop-min\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .desktop-min\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .desktop-min\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .desktop-min\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .desktop-min\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .desktop-min\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .desktop-min\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .desktop-min\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .desktop-min\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .desktop-min\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .desktop-min\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .desktop-min\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .desktop-min\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .desktop-min\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .desktop-min\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .desktop-min\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .desktop-min\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .desktop-min\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .desktop-min\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .desktop-min\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .desktop-min\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .desktop-min\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .desktop-min\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .desktop-min\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .desktop-min\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .desktop-min\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .desktop-min\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .desktop-min\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .desktop-min\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .desktop-min\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .desktop-min\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .desktop-min\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .desktop-min\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .desktop-min\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .desktop-min\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .desktop-min\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .desktop-min\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .desktop-min\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .desktop-min\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .desktop-min\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .desktop-min\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .desktop-min\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .desktop-min\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .desktop-min\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .desktop-min\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .desktop-min\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .desktop-min\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .desktop-min\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .desktop-min\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .desktop-min\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .desktop-min\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .desktop-min\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .desktop-min\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .desktop-min\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .desktop-min\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .desktop-min\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .desktop-min\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .desktop-min\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .desktop-min\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .desktop-min\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .desktop-min\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .desktop-min\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .desktop-min\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .desktop-min\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .desktop-min\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .desktop-min\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .desktop-min\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .desktop-min\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .desktop-min\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .desktop-min\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .desktop-min\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .desktop-min\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .desktop-min\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .desktop-min\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .desktop-min\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .desktop-min\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .desktop-min\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .desktop-min\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .desktop-min\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .desktop-min\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .desktop-min\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .desktop-min\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .desktop-min\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .desktop-min\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .desktop-min\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .desktop-min\:max-h-0 {
    max-height: 0px;
  }

  .desktop-min\:max-h-15 {
    max-height: 15px;
  }

  .desktop-min\:max-h-250 {
    max-height: 250px;
  }

  .desktop-min\:max-h-300 {
    max-height: 300px;
  }

  .desktop-min\:max-h-400 {
    max-height: 400px;
  }

  .desktop-min\:max-h-450 {
    max-height: 450px;
  }

  .desktop-min\:max-h-500 {
    max-height: 500px;
  }

  .desktop-min\:max-h-full {
    max-height: 100%;
  }

  .desktop-min\:max-h-screen {
    max-height: 100vh;
  }

  .desktop-min\:max-h-80vh {
    max-height: 80vh;
  }

  .desktop-min\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .desktop-min\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .desktop-min\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .desktop-min\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .desktop-min\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .desktop-min\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .desktop-min\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .desktop-min\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .desktop-min\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .desktop-min\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .desktop-min\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .desktop-min\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .desktop-min\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .desktop-min\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .desktop-min\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .desktop-min\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .desktop-min\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .desktop-min\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .desktop-min\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .desktop-min\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .desktop-min\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .desktop-min\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .desktop-min\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .desktop-min\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .desktop-min\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .desktop-min\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .desktop-min\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .desktop-min\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .desktop-min\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .desktop-min\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .desktop-min\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .desktop-min\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .desktop-min\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .desktop-min\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .desktop-min\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .desktop-min\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .desktop-min\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .desktop-min\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .desktop-min\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .desktop-min\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .desktop-min\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .desktop-min\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .desktop-min\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .desktop-min\:max-w-30 {
    max-width: 30px;
  }

  .desktop-min\:max-w-110 {
    max-width: 110px;
  }

  .desktop-min\:max-w-150 {
    max-width: 150px;
  }

  .desktop-min\:max-w-270 {
    max-width: 270px;
  }

  .desktop-min\:max-w-300 {
    max-width: 300px;
  }

  .desktop-min\:max-w-500 {
    max-width: 500px;
  }

  .desktop-min\:max-w-900 {
    max-width: 900px;
  }

  .desktop-min\:max-w-1128 {
    max-width: 1128px;
  }

  .desktop-min\:max-w-1380 {
    max-width: 1380px;
  }

  .desktop-min\:max-w-none {
    max-width: none;
  }

  .desktop-min\:max-w-xs {
    max-width: 20rem;
  }

  .desktop-min\:max-w-sm {
    max-width: 24rem;
  }

  .desktop-min\:max-w-md {
    max-width: 28rem;
  }

  .desktop-min\:max-w-lg {
    max-width: 32rem;
  }

  .desktop-min\:max-w-xl {
    max-width: 36rem;
  }

  .desktop-min\:max-w-2xl {
    max-width: 42rem;
  }

  .desktop-min\:max-w-3xl {
    max-width: 48rem;
  }

  .desktop-min\:max-w-4xl {
    max-width: 56rem;
  }

  .desktop-min\:max-w-5xl {
    max-width: 64rem;
  }

  .desktop-min\:max-w-6xl {
    max-width: 72rem;
  }

  .desktop-min\:max-w-full {
    max-width: 100%;
  }

  .desktop-min\:max-w-screen-xs {
    max-width: 376px;
  }

  .desktop-min\:max-w-screen-s {
    max-width: 650px;
  }

  .desktop-min\:max-w-screen-md {
    max-width: 900px;
  }

  .desktop-min\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .desktop-min\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .desktop-min\:max-w-screen-lg {
    max-width: 1600px;
  }

  .desktop-min\:max-w-100vw {
    max-width: 100vw;
  }

  .desktop-min\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .desktop-min\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .desktop-min\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .desktop-min\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .desktop-min\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .desktop-min\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .desktop-min\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .desktop-min\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .desktop-min\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .desktop-min\:hover\:max-w-none:hover {
    max-width: none;
  }

  .desktop-min\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .desktop-min\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .desktop-min\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .desktop-min\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .desktop-min\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .desktop-min\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .desktop-min\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .desktop-min\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .desktop-min\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .desktop-min\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .desktop-min\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .desktop-min\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .desktop-min\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .desktop-min\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .desktop-min\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .desktop-min\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .desktop-min\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .desktop-min\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .desktop-min\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .desktop-min\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .desktop-min\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .desktop-min\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .desktop-min\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .desktop-min\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .desktop-min\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .desktop-min\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .desktop-min\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .desktop-min\:focus\:max-w-none:focus {
    max-width: none;
  }

  .desktop-min\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .desktop-min\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .desktop-min\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .desktop-min\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .desktop-min\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .desktop-min\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .desktop-min\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .desktop-min\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .desktop-min\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .desktop-min\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .desktop-min\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .desktop-min\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .desktop-min\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .desktop-min\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .desktop-min\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .desktop-min\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .desktop-min\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .desktop-min\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .desktop-min\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .desktop-min\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .desktop-min\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .desktop-min\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .desktop-min\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .desktop-min\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .desktop-min\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .desktop-min\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .desktop-min\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .desktop-min\:first\:max-w-none:first-child {
    max-width: none;
  }

  .desktop-min\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .desktop-min\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .desktop-min\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .desktop-min\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .desktop-min\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .desktop-min\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .desktop-min\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .desktop-min\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .desktop-min\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .desktop-min\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .desktop-min\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .desktop-min\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .desktop-min\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .desktop-min\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .desktop-min\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .desktop-min\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .desktop-min\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .desktop-min\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .desktop-min\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .desktop-min\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .desktop-min\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .desktop-min\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .desktop-min\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .desktop-min\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .desktop-min\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .desktop-min\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .desktop-min\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .desktop-min\:last\:max-w-none:last-child {
    max-width: none;
  }

  .desktop-min\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .desktop-min\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .desktop-min\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .desktop-min\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .desktop-min\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .desktop-min\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .desktop-min\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .desktop-min\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .desktop-min\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .desktop-min\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .desktop-min\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .desktop-min\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .desktop-min\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .desktop-min\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .desktop-min\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .desktop-min\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .desktop-min\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .desktop-min\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .desktop-min\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .desktop-min\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .desktop-min\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .desktop-min\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .desktop-min\:min-h-0 {
    min-height: 0;
  }

  .desktop-min\:min-h-150 {
    min-height: 150px;
  }

  .desktop-min\:min-h-full {
    min-height: 100%;
  }

  .desktop-min\:min-h-screen {
    min-height: 100vh;
  }

  .desktop-min\:min-h-50vh {
    min-height: 50vh;
  }

  .desktop-min\:min-h-60vh {
    min-height: 60vh;
  }

  .desktop-min\:min-h-80vh {
    min-height: 80vh;
  }

  .desktop-min\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .desktop-min\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .desktop-min\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .desktop-min\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .desktop-min\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .desktop-min\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .desktop-min\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .desktop-min\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .desktop-min\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .desktop-min\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .desktop-min\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .desktop-min\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .desktop-min\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .desktop-min\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .desktop-min\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .desktop-min\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .desktop-min\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .desktop-min\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .desktop-min\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .desktop-min\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .desktop-min\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .desktop-min\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .desktop-min\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .desktop-min\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .desktop-min\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .desktop-min\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .desktop-min\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .desktop-min\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .desktop-min\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .desktop-min\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .desktop-min\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .desktop-min\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .desktop-min\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .desktop-min\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .desktop-min\:min-w-0 {
    min-width: 0;
  }

  .desktop-min\:min-w-6 {
    min-width: 6px;
  }

  .desktop-min\:min-w-full {
    min-width: 100%;
  }

  .desktop-min\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .desktop-min\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .desktop-min\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .desktop-min\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .desktop-min\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .desktop-min\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .desktop-min\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .desktop-min\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .desktop-min\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .desktop-min\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .desktop-min\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .desktop-min\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .desktop-min\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .desktop-min\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .desktop-min\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop-min\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop-min\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop-min\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop-min\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop-min\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop-min\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop-min\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop-min\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop-min\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop-min\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop-min\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop-min\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop-min\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop-min\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop-min\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop-min\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop-min\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop-min\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop-min\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop-min\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop-min\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop-min\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop-min\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop-min\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .desktop-min\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .desktop-min\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .desktop-min\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .desktop-min\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .desktop-min\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop-min\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop-min\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .desktop-min\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .desktop-min\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop-min\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop-min\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .desktop-min\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop-min\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop-min\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop-min\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop-min\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .desktop-min\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .desktop-min\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop-min\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop-min\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .desktop-min\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop-min\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop-min\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .desktop-min\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop-min\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .desktop-min\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .desktop-min\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop-min\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop-min\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .desktop-min\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop-min\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop-min\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .desktop-min\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop-min\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .desktop-min\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .desktop-min\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop-min\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop-min\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .desktop-min\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop-min\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop-min\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .desktop-min\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop-min\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .desktop-min\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .desktop-min\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop-min\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop-min\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .desktop-min\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop-min\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop-min\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .desktop-min\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .desktop-min\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .desktop-min\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .desktop-min\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .desktop-min\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .desktop-min\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .desktop-min\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .desktop-min\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .desktop-min\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop-min\:opacity-0 {
    opacity: 0;
  }

  .desktop-min\:opacity-15 {
    opacity: 0.15;
  }

  .desktop-min\:opacity-25 {
    opacity: 0.25;
  }

  .desktop-min\:opacity-50 {
    opacity: 0.5;
  }

  .desktop-min\:opacity-75 {
    opacity: 0.75;
  }

  .desktop-min\:opacity-80 {
    opacity: 0.8;
  }

  .desktop-min\:opacity-100 {
    opacity: 1;
  }

  .desktop-min\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .desktop-min\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .desktop-min\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .desktop-min\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .desktop-min\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .desktop-min\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .desktop-min\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .desktop-min\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .desktop-min\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .desktop-min\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .desktop-min\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .desktop-min\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .desktop-min\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .desktop-min\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .desktop-min\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .desktop-min\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .desktop-min\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .desktop-min\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .desktop-min\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .desktop-min\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .desktop-min\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .desktop-min\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .desktop-min\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .desktop-min\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .desktop-min\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .desktop-min\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .desktop-min\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .desktop-min\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .desktop-min\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop-min\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop-min\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop-min\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop-min\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop-min\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop-min\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop-min\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop-min\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop-min\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop-min\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop-min\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop-min\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .desktop-min\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .desktop-min\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .desktop-min\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .desktop-min\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .desktop-min\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .desktop-min\:overflow-auto {
    overflow: auto;
  }

  .desktop-min\:overflow-hidden {
    overflow: hidden;
  }

  .desktop-min\:overflow-visible {
    overflow: visible;
  }

  .desktop-min\:overflow-scroll {
    overflow: scroll;
  }

  .desktop-min\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop-min\:overflow-y-auto {
    overflow-y: auto;
  }

  .desktop-min\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .desktop-min\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .desktop-min\:overflow-x-visible {
    overflow-x: visible;
  }

  .desktop-min\:overflow-y-visible {
    overflow-y: visible;
  }

  .desktop-min\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .desktop-min\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .desktop-min\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .desktop-min\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop-min\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .desktop-min\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .desktop-min\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .desktop-min\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .desktop-min\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .desktop-min\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .desktop-min\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .desktop-min\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .desktop-min\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .desktop-min\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .desktop-min\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .desktop-min\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .desktop-min\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .desktop-min\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .desktop-min\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .desktop-min\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .desktop-min\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .desktop-min\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .desktop-min\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .desktop-min\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .desktop-min\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .desktop-min\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .desktop-min\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .desktop-min\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .desktop-min\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .desktop-min\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .desktop-min\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .desktop-min\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .desktop-min\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .desktop-min\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .desktop-min\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .desktop-min\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .desktop-min\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .desktop-min\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .desktop-min\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .desktop-min\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .desktop-min\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .desktop-min\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .desktop-min\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .desktop-min\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .desktop-min\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .desktop-min\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .desktop-min\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .desktop-min\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .desktop-min\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .desktop-min\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .desktop-min\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .desktop-min\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .desktop-min\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .desktop-min\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .desktop-min\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .desktop-min\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .desktop-min\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .desktop-min\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .desktop-min\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .desktop-min\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .desktop-min\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .desktop-min\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .desktop-min\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .desktop-min\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .desktop-min\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .desktop-min\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .desktop-min\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .desktop-min\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .desktop-min\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .desktop-min\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .desktop-min\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .desktop-min\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .desktop-min\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .desktop-min\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop-min\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop-min\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop-min\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop-min\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .desktop-min\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .desktop-min\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .desktop-min\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .desktop-min\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .desktop-min\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .desktop-min\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop-min\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop-min\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop-min\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .desktop-min\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .desktop-min\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .desktop-min\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .desktop-min\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .desktop-min\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .desktop-min\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop-min\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop-min\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop-min\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .desktop-min\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .desktop-min\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .desktop-min\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .desktop-min\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .desktop-min\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .desktop-min\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop-min\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop-min\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop-min\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .desktop-min\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .desktop-min\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .desktop-min\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .desktop-min\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .desktop-min\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .desktop-min\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .desktop-min\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .desktop-min\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .desktop-min\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .desktop-min\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .desktop-min\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .desktop-min\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .desktop-min\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .desktop-min\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .desktop-min\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .desktop-min\:p-0 {
    padding: 0px;
  }

  .desktop-min\:p-1 {
    padding: 0.25rem;
  }

  .desktop-min\:p-2 {
    padding: 0.5rem;
  }

  .desktop-min\:p-3 {
    padding: 3px;
  }

  .desktop-min\:p-4 {
    padding: 4px;
  }

  .desktop-min\:p-5 {
    padding: 5px;
  }

  .desktop-min\:p-6 {
    padding: 6px;
  }

  .desktop-min\:p-8 {
    padding: 8px;
  }

  .desktop-min\:p-9 {
    padding: 9px;
  }

  .desktop-min\:p-10 {
    padding: 10px;
  }

  .desktop-min\:p-12 {
    padding: 12px;
  }

  .desktop-min\:p-13 {
    padding: 13px;
  }

  .desktop-min\:p-14 {
    padding: 14px;
  }

  .desktop-min\:p-15 {
    padding: 15px;
  }

  .desktop-min\:p-16 {
    padding: 16px;
  }

  .desktop-min\:p-17 {
    padding: 17px;
  }

  .desktop-min\:p-18 {
    padding: 18px;
  }

  .desktop-min\:p-20 {
    padding: 20px;
  }

  .desktop-min\:p-22 {
    padding: 22px;
  }

  .desktop-min\:p-24 {
    padding: 24px;
  }

  .desktop-min\:p-25 {
    padding: 25px;
  }

  .desktop-min\:p-28 {
    padding: 28px;
  }

  .desktop-min\:p-29 {
    padding: 29px;
  }

  .desktop-min\:p-30 {
    padding: 30px;
  }

  .desktop-min\:p-32 {
    padding: 32px;
  }

  .desktop-min\:p-35 {
    padding: 35px;
  }

  .desktop-min\:p-36 {
    padding: 36px;
  }

  .desktop-min\:p-37 {
    padding: 37px;
  }

  .desktop-min\:p-40 {
    padding: 40px;
  }

  .desktop-min\:p-45 {
    padding: 45px;
  }

  .desktop-min\:p-48 {
    padding: 48px;
  }

  .desktop-min\:p-50 {
    padding: 50px;
  }

  .desktop-min\:p-55 {
    padding: 55px;
  }

  .desktop-min\:p-56 {
    padding: 56px;
  }

  .desktop-min\:p-60 {
    padding: 60px;
  }

  .desktop-min\:p-62 {
    padding: 62px;
  }

  .desktop-min\:p-64 {
    padding: 64px;
  }

  .desktop-min\:p-65 {
    padding: 65px;
  }

  .desktop-min\:p-70 {
    padding: 70px;
  }

  .desktop-min\:p-75 {
    padding: 75px;
  }

  .desktop-min\:p-80 {
    padding: 80px;
  }

  .desktop-min\:p-85 {
    padding: 85px;
  }

  .desktop-min\:p-90 {
    padding: 90px;
  }

  .desktop-min\:p-95 {
    padding: 95px;
  }

  .desktop-min\:p-96 {
    padding: 96px;
  }

  .desktop-min\:p-100 {
    padding: 100px;
  }

  .desktop-min\:p-110 {
    padding: 110px;
  }

  .desktop-min\:p-115 {
    padding: 115px;
  }

  .desktop-min\:p-120 {
    padding: 120px;
  }

  .desktop-min\:p-128 {
    padding: 128px;
  }

  .desktop-min\:p-135 {
    padding: 135px;
  }

  .desktop-min\:p-140 {
    padding: 140px;
  }

  .desktop-min\:p-145 {
    padding: 145px;
  }

  .desktop-min\:p-150 {
    padding: 150px;
  }

  .desktop-min\:p-160 {
    padding: 160px;
  }

  .desktop-min\:p-165 {
    padding: 165px;
  }

  .desktop-min\:p-168 {
    padding: 168px;
  }

  .desktop-min\:p-170 {
    padding: 170px;
  }

  .desktop-min\:p-180 {
    padding: 180px;
  }

  .desktop-min\:p-200 {
    padding: 200px;
  }

  .desktop-min\:p-220 {
    padding: 220px;
  }

  .desktop-min\:p-230 {
    padding: 230px;
  }

  .desktop-min\:p-235 {
    padding: 235px;
  }

  .desktop-min\:p-240 {
    padding: 240px;
  }

  .desktop-min\:p-250 {
    padding: 250px;
  }

  .desktop-min\:p-300 {
    padding: 300px;
  }

  .desktop-min\:p-320 {
    padding: 320px;
  }

  .desktop-min\:p-350 {
    padding: 350px;
  }

  .desktop-min\:p-375 {
    padding: 375px;
  }

  .desktop-min\:p-400 {
    padding: 400px;
  }

  .desktop-min\:p-450 {
    padding: 450px;
  }

  .desktop-min\:p-700 {
    padding: 700px;
  }

  .desktop-min\:p-px {
    padding: 1px;
  }

  .desktop-min\:p-1p {
    padding: 1%;
  }

  .desktop-min\:p-1\/12 {
    padding: 8.3333%;
  }

  .desktop-min\:p-2\/12 {
    padding: 16.666667%;
  }

  .desktop-min\:p-11p {
    padding: 11%;
  }

  .desktop-min\:p-20p {
    padding: 20%;
  }

  .desktop-min\:p-24p {
    padding: 24.25%;
  }

  .desktop-min\:p-25p {
    padding: 25%;
  }

  .desktop-min\:p-32p {
    padding: 32%;
  }

  .desktop-min\:p-35p {
    padding: 35%;
  }

  .desktop-min\:p-40p {
    padding: 40%;
  }

  .desktop-min\:p-49p {
    padding: 49%;
  }

  .desktop-min\:p-49-5p {
    padding: 49.5%;
  }

  .desktop-min\:p-80p {
    padding: 80%;
  }

  .desktop-min\:p-vh80 {
    padding: 80vh;
  }

  .desktop-min\:p-vh86 {
    padding: 86vh;
  }

  .desktop-min\:p-vh90 {
    padding: 90vh;
  }

  .desktop-min\:p-vw80 {
    padding: 80vw;
  }

  .desktop-min\:p-vw90 {
    padding: 90vw;
  }

  .desktop-min\:p-90p {
    padding: 90%;
  }

  .desktop-min\:p-92p {
    padding: 92%;
  }

  .desktop-min\:p-93p {
    padding: 93%;
  }

  .desktop-min\:p-94p {
    padding: 94%;
  }

  .desktop-min\:p-95p {
    padding: 95%;
  }

  .desktop-min\:p-96p {
    padding: 96%;
  }

  .desktop-min\:p-100p {
    padding: 100%;
  }

  .desktop-min\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop-min\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-min\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop-min\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop-min\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-min\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop-min\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop-min\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop-min\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop-min\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop-min\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop-min\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop-min\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop-min\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop-min\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop-min\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-min\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop-min\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop-min\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-min\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-min\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop-min\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop-min\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop-min\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop-min\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-min\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-min\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop-min\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-min\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop-min\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-min\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop-min\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop-min\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop-min\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-min\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-min\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-min\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop-min\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop-min\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop-min\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-min\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop-min\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-min\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop-min\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop-min\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop-min\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop-min\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop-min\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-min\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop-min\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop-min\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop-min\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop-min\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop-min\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop-min\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop-min\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop-min\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop-min\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop-min\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop-min\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop-min\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop-min\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop-min\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop-min\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop-min\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop-min\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop-min\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop-min\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop-min\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop-min\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop-min\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop-min\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop-min\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop-min\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop-min\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop-min\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop-min\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop-min\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop-min\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop-min\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop-min\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop-min\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop-min\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop-min\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop-min\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop-min\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop-min\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop-min\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop-min\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop-min\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop-min\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop-min\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop-min\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop-min\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop-min\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop-min\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop-min\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop-min\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop-min\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop-min\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop-min\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop-min\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop-min\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop-min\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop-min\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop-min\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop-min\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop-min\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop-min\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop-min\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop-min\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop-min\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop-min\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop-min\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop-min\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop-min\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop-min\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop-min\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop-min\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop-min\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop-min\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop-min\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop-min\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop-min\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop-min\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop-min\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop-min\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop-min\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop-min\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop-min\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop-min\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop-min\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop-min\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop-min\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop-min\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop-min\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop-min\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop-min\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop-min\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop-min\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop-min\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop-min\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop-min\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop-min\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop-min\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop-min\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop-min\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop-min\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop-min\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop-min\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop-min\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop-min\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop-min\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop-min\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop-min\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop-min\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop-min\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop-min\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop-min\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop-min\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop-min\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop-min\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop-min\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop-min\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop-min\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop-min\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop-min\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop-min\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop-min\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop-min\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop-min\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop-min\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop-min\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop-min\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop-min\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop-min\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop-min\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop-min\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop-min\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop-min\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop-min\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop-min\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop-min\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop-min\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop-min\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop-min\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop-min\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop-min\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop-min\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop-min\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop-min\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop-min\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop-min\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop-min\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop-min\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop-min\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop-min\:pt-0 {
    padding-top: 0px;
  }

  .desktop-min\:pr-0 {
    padding-right: 0px;
  }

  .desktop-min\:pb-0 {
    padding-bottom: 0px;
  }

  .desktop-min\:pl-0 {
    padding-left: 0px;
  }

  .desktop-min\:pt-1 {
    padding-top: 0.25rem;
  }

  .desktop-min\:pr-1 {
    padding-right: 0.25rem;
  }

  .desktop-min\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .desktop-min\:pl-1 {
    padding-left: 0.25rem;
  }

  .desktop-min\:pt-2 {
    padding-top: 0.5rem;
  }

  .desktop-min\:pr-2 {
    padding-right: 0.5rem;
  }

  .desktop-min\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .desktop-min\:pl-2 {
    padding-left: 0.5rem;
  }

  .desktop-min\:pt-3 {
    padding-top: 3px;
  }

  .desktop-min\:pr-3 {
    padding-right: 3px;
  }

  .desktop-min\:pb-3 {
    padding-bottom: 3px;
  }

  .desktop-min\:pl-3 {
    padding-left: 3px;
  }

  .desktop-min\:pt-4 {
    padding-top: 4px;
  }

  .desktop-min\:pr-4 {
    padding-right: 4px;
  }

  .desktop-min\:pb-4 {
    padding-bottom: 4px;
  }

  .desktop-min\:pl-4 {
    padding-left: 4px;
  }

  .desktop-min\:pt-5 {
    padding-top: 5px;
  }

  .desktop-min\:pr-5 {
    padding-right: 5px;
  }

  .desktop-min\:pb-5 {
    padding-bottom: 5px;
  }

  .desktop-min\:pl-5 {
    padding-left: 5px;
  }

  .desktop-min\:pt-6 {
    padding-top: 6px;
  }

  .desktop-min\:pr-6 {
    padding-right: 6px;
  }

  .desktop-min\:pb-6 {
    padding-bottom: 6px;
  }

  .desktop-min\:pl-6 {
    padding-left: 6px;
  }

  .desktop-min\:pt-8 {
    padding-top: 8px;
  }

  .desktop-min\:pr-8 {
    padding-right: 8px;
  }

  .desktop-min\:pb-8 {
    padding-bottom: 8px;
  }

  .desktop-min\:pl-8 {
    padding-left: 8px;
  }

  .desktop-min\:pt-9 {
    padding-top: 9px;
  }

  .desktop-min\:pr-9 {
    padding-right: 9px;
  }

  .desktop-min\:pb-9 {
    padding-bottom: 9px;
  }

  .desktop-min\:pl-9 {
    padding-left: 9px;
  }

  .desktop-min\:pt-10 {
    padding-top: 10px;
  }

  .desktop-min\:pr-10 {
    padding-right: 10px;
  }

  .desktop-min\:pb-10 {
    padding-bottom: 10px;
  }

  .desktop-min\:pl-10 {
    padding-left: 10px;
  }

  .desktop-min\:pt-12 {
    padding-top: 12px;
  }

  .desktop-min\:pr-12 {
    padding-right: 12px;
  }

  .desktop-min\:pb-12 {
    padding-bottom: 12px;
  }

  .desktop-min\:pl-12 {
    padding-left: 12px;
  }

  .desktop-min\:pt-13 {
    padding-top: 13px;
  }

  .desktop-min\:pr-13 {
    padding-right: 13px;
  }

  .desktop-min\:pb-13 {
    padding-bottom: 13px;
  }

  .desktop-min\:pl-13 {
    padding-left: 13px;
  }

  .desktop-min\:pt-14 {
    padding-top: 14px;
  }

  .desktop-min\:pr-14 {
    padding-right: 14px;
  }

  .desktop-min\:pb-14 {
    padding-bottom: 14px;
  }

  .desktop-min\:pl-14 {
    padding-left: 14px;
  }

  .desktop-min\:pt-15 {
    padding-top: 15px;
  }

  .desktop-min\:pr-15 {
    padding-right: 15px;
  }

  .desktop-min\:pb-15 {
    padding-bottom: 15px;
  }

  .desktop-min\:pl-15 {
    padding-left: 15px;
  }

  .desktop-min\:pt-16 {
    padding-top: 16px;
  }

  .desktop-min\:pr-16 {
    padding-right: 16px;
  }

  .desktop-min\:pb-16 {
    padding-bottom: 16px;
  }

  .desktop-min\:pl-16 {
    padding-left: 16px;
  }

  .desktop-min\:pt-17 {
    padding-top: 17px;
  }

  .desktop-min\:pr-17 {
    padding-right: 17px;
  }

  .desktop-min\:pb-17 {
    padding-bottom: 17px;
  }

  .desktop-min\:pl-17 {
    padding-left: 17px;
  }

  .desktop-min\:pt-18 {
    padding-top: 18px;
  }

  .desktop-min\:pr-18 {
    padding-right: 18px;
  }

  .desktop-min\:pb-18 {
    padding-bottom: 18px;
  }

  .desktop-min\:pl-18 {
    padding-left: 18px;
  }

  .desktop-min\:pt-20 {
    padding-top: 20px;
  }

  .desktop-min\:pr-20 {
    padding-right: 20px;
  }

  .desktop-min\:pb-20 {
    padding-bottom: 20px;
  }

  .desktop-min\:pl-20 {
    padding-left: 20px;
  }

  .desktop-min\:pt-22 {
    padding-top: 22px;
  }

  .desktop-min\:pr-22 {
    padding-right: 22px;
  }

  .desktop-min\:pb-22 {
    padding-bottom: 22px;
  }

  .desktop-min\:pl-22 {
    padding-left: 22px;
  }

  .desktop-min\:pt-24 {
    padding-top: 24px;
  }

  .desktop-min\:pr-24 {
    padding-right: 24px;
  }

  .desktop-min\:pb-24 {
    padding-bottom: 24px;
  }

  .desktop-min\:pl-24 {
    padding-left: 24px;
  }

  .desktop-min\:pt-25 {
    padding-top: 25px;
  }

  .desktop-min\:pr-25 {
    padding-right: 25px;
  }

  .desktop-min\:pb-25 {
    padding-bottom: 25px;
  }

  .desktop-min\:pl-25 {
    padding-left: 25px;
  }

  .desktop-min\:pt-28 {
    padding-top: 28px;
  }

  .desktop-min\:pr-28 {
    padding-right: 28px;
  }

  .desktop-min\:pb-28 {
    padding-bottom: 28px;
  }

  .desktop-min\:pl-28 {
    padding-left: 28px;
  }

  .desktop-min\:pt-29 {
    padding-top: 29px;
  }

  .desktop-min\:pr-29 {
    padding-right: 29px;
  }

  .desktop-min\:pb-29 {
    padding-bottom: 29px;
  }

  .desktop-min\:pl-29 {
    padding-left: 29px;
  }

  .desktop-min\:pt-30 {
    padding-top: 30px;
  }

  .desktop-min\:pr-30 {
    padding-right: 30px;
  }

  .desktop-min\:pb-30 {
    padding-bottom: 30px;
  }

  .desktop-min\:pl-30 {
    padding-left: 30px;
  }

  .desktop-min\:pt-32 {
    padding-top: 32px;
  }

  .desktop-min\:pr-32 {
    padding-right: 32px;
  }

  .desktop-min\:pb-32 {
    padding-bottom: 32px;
  }

  .desktop-min\:pl-32 {
    padding-left: 32px;
  }

  .desktop-min\:pt-35 {
    padding-top: 35px;
  }

  .desktop-min\:pr-35 {
    padding-right: 35px;
  }

  .desktop-min\:pb-35 {
    padding-bottom: 35px;
  }

  .desktop-min\:pl-35 {
    padding-left: 35px;
  }

  .desktop-min\:pt-36 {
    padding-top: 36px;
  }

  .desktop-min\:pr-36 {
    padding-right: 36px;
  }

  .desktop-min\:pb-36 {
    padding-bottom: 36px;
  }

  .desktop-min\:pl-36 {
    padding-left: 36px;
  }

  .desktop-min\:pt-37 {
    padding-top: 37px;
  }

  .desktop-min\:pr-37 {
    padding-right: 37px;
  }

  .desktop-min\:pb-37 {
    padding-bottom: 37px;
  }

  .desktop-min\:pl-37 {
    padding-left: 37px;
  }

  .desktop-min\:pt-40 {
    padding-top: 40px;
  }

  .desktop-min\:pr-40 {
    padding-right: 40px;
  }

  .desktop-min\:pb-40 {
    padding-bottom: 40px;
  }

  .desktop-min\:pl-40 {
    padding-left: 40px;
  }

  .desktop-min\:pt-45 {
    padding-top: 45px;
  }

  .desktop-min\:pr-45 {
    padding-right: 45px;
  }

  .desktop-min\:pb-45 {
    padding-bottom: 45px;
  }

  .desktop-min\:pl-45 {
    padding-left: 45px;
  }

  .desktop-min\:pt-48 {
    padding-top: 48px;
  }

  .desktop-min\:pr-48 {
    padding-right: 48px;
  }

  .desktop-min\:pb-48 {
    padding-bottom: 48px;
  }

  .desktop-min\:pl-48 {
    padding-left: 48px;
  }

  .desktop-min\:pt-50 {
    padding-top: 50px;
  }

  .desktop-min\:pr-50 {
    padding-right: 50px;
  }

  .desktop-min\:pb-50 {
    padding-bottom: 50px;
  }

  .desktop-min\:pl-50 {
    padding-left: 50px;
  }

  .desktop-min\:pt-55 {
    padding-top: 55px;
  }

  .desktop-min\:pr-55 {
    padding-right: 55px;
  }

  .desktop-min\:pb-55 {
    padding-bottom: 55px;
  }

  .desktop-min\:pl-55 {
    padding-left: 55px;
  }

  .desktop-min\:pt-56 {
    padding-top: 56px;
  }

  .desktop-min\:pr-56 {
    padding-right: 56px;
  }

  .desktop-min\:pb-56 {
    padding-bottom: 56px;
  }

  .desktop-min\:pl-56 {
    padding-left: 56px;
  }

  .desktop-min\:pt-60 {
    padding-top: 60px;
  }

  .desktop-min\:pr-60 {
    padding-right: 60px;
  }

  .desktop-min\:pb-60 {
    padding-bottom: 60px;
  }

  .desktop-min\:pl-60 {
    padding-left: 60px;
  }

  .desktop-min\:pt-62 {
    padding-top: 62px;
  }

  .desktop-min\:pr-62 {
    padding-right: 62px;
  }

  .desktop-min\:pb-62 {
    padding-bottom: 62px;
  }

  .desktop-min\:pl-62 {
    padding-left: 62px;
  }

  .desktop-min\:pt-64 {
    padding-top: 64px;
  }

  .desktop-min\:pr-64 {
    padding-right: 64px;
  }

  .desktop-min\:pb-64 {
    padding-bottom: 64px;
  }

  .desktop-min\:pl-64 {
    padding-left: 64px;
  }

  .desktop-min\:pt-65 {
    padding-top: 65px;
  }

  .desktop-min\:pr-65 {
    padding-right: 65px;
  }

  .desktop-min\:pb-65 {
    padding-bottom: 65px;
  }

  .desktop-min\:pl-65 {
    padding-left: 65px;
  }

  .desktop-min\:pt-70 {
    padding-top: 70px;
  }

  .desktop-min\:pr-70 {
    padding-right: 70px;
  }

  .desktop-min\:pb-70 {
    padding-bottom: 70px;
  }

  .desktop-min\:pl-70 {
    padding-left: 70px;
  }

  .desktop-min\:pt-75 {
    padding-top: 75px;
  }

  .desktop-min\:pr-75 {
    padding-right: 75px;
  }

  .desktop-min\:pb-75 {
    padding-bottom: 75px;
  }

  .desktop-min\:pl-75 {
    padding-left: 75px;
  }

  .desktop-min\:pt-80 {
    padding-top: 80px;
  }

  .desktop-min\:pr-80 {
    padding-right: 80px;
  }

  .desktop-min\:pb-80 {
    padding-bottom: 80px;
  }

  .desktop-min\:pl-80 {
    padding-left: 80px;
  }

  .desktop-min\:pt-85 {
    padding-top: 85px;
  }

  .desktop-min\:pr-85 {
    padding-right: 85px;
  }

  .desktop-min\:pb-85 {
    padding-bottom: 85px;
  }

  .desktop-min\:pl-85 {
    padding-left: 85px;
  }

  .desktop-min\:pt-90 {
    padding-top: 90px;
  }

  .desktop-min\:pr-90 {
    padding-right: 90px;
  }

  .desktop-min\:pb-90 {
    padding-bottom: 90px;
  }

  .desktop-min\:pl-90 {
    padding-left: 90px;
  }

  .desktop-min\:pt-95 {
    padding-top: 95px;
  }

  .desktop-min\:pr-95 {
    padding-right: 95px;
  }

  .desktop-min\:pb-95 {
    padding-bottom: 95px;
  }

  .desktop-min\:pl-95 {
    padding-left: 95px;
  }

  .desktop-min\:pt-96 {
    padding-top: 96px;
  }

  .desktop-min\:pr-96 {
    padding-right: 96px;
  }

  .desktop-min\:pb-96 {
    padding-bottom: 96px;
  }

  .desktop-min\:pl-96 {
    padding-left: 96px;
  }

  .desktop-min\:pt-100 {
    padding-top: 100px;
  }

  .desktop-min\:pr-100 {
    padding-right: 100px;
  }

  .desktop-min\:pb-100 {
    padding-bottom: 100px;
  }

  .desktop-min\:pl-100 {
    padding-left: 100px;
  }

  .desktop-min\:pt-110 {
    padding-top: 110px;
  }

  .desktop-min\:pr-110 {
    padding-right: 110px;
  }

  .desktop-min\:pb-110 {
    padding-bottom: 110px;
  }

  .desktop-min\:pl-110 {
    padding-left: 110px;
  }

  .desktop-min\:pt-115 {
    padding-top: 115px;
  }

  .desktop-min\:pr-115 {
    padding-right: 115px;
  }

  .desktop-min\:pb-115 {
    padding-bottom: 115px;
  }

  .desktop-min\:pl-115 {
    padding-left: 115px;
  }

  .desktop-min\:pt-120 {
    padding-top: 120px;
  }

  .desktop-min\:pr-120 {
    padding-right: 120px;
  }

  .desktop-min\:pb-120 {
    padding-bottom: 120px;
  }

  .desktop-min\:pl-120 {
    padding-left: 120px;
  }

  .desktop-min\:pt-128 {
    padding-top: 128px;
  }

  .desktop-min\:pr-128 {
    padding-right: 128px;
  }

  .desktop-min\:pb-128 {
    padding-bottom: 128px;
  }

  .desktop-min\:pl-128 {
    padding-left: 128px;
  }

  .desktop-min\:pt-135 {
    padding-top: 135px;
  }

  .desktop-min\:pr-135 {
    padding-right: 135px;
  }

  .desktop-min\:pb-135 {
    padding-bottom: 135px;
  }

  .desktop-min\:pl-135 {
    padding-left: 135px;
  }

  .desktop-min\:pt-140 {
    padding-top: 140px;
  }

  .desktop-min\:pr-140 {
    padding-right: 140px;
  }

  .desktop-min\:pb-140 {
    padding-bottom: 140px;
  }

  .desktop-min\:pl-140 {
    padding-left: 140px;
  }

  .desktop-min\:pt-145 {
    padding-top: 145px;
  }

  .desktop-min\:pr-145 {
    padding-right: 145px;
  }

  .desktop-min\:pb-145 {
    padding-bottom: 145px;
  }

  .desktop-min\:pl-145 {
    padding-left: 145px;
  }

  .desktop-min\:pt-150 {
    padding-top: 150px;
  }

  .desktop-min\:pr-150 {
    padding-right: 150px;
  }

  .desktop-min\:pb-150 {
    padding-bottom: 150px;
  }

  .desktop-min\:pl-150 {
    padding-left: 150px;
  }

  .desktop-min\:pt-160 {
    padding-top: 160px;
  }

  .desktop-min\:pr-160 {
    padding-right: 160px;
  }

  .desktop-min\:pb-160 {
    padding-bottom: 160px;
  }

  .desktop-min\:pl-160 {
    padding-left: 160px;
  }

  .desktop-min\:pt-165 {
    padding-top: 165px;
  }

  .desktop-min\:pr-165 {
    padding-right: 165px;
  }

  .desktop-min\:pb-165 {
    padding-bottom: 165px;
  }

  .desktop-min\:pl-165 {
    padding-left: 165px;
  }

  .desktop-min\:pt-168 {
    padding-top: 168px;
  }

  .desktop-min\:pr-168 {
    padding-right: 168px;
  }

  .desktop-min\:pb-168 {
    padding-bottom: 168px;
  }

  .desktop-min\:pl-168 {
    padding-left: 168px;
  }

  .desktop-min\:pt-170 {
    padding-top: 170px;
  }

  .desktop-min\:pr-170 {
    padding-right: 170px;
  }

  .desktop-min\:pb-170 {
    padding-bottom: 170px;
  }

  .desktop-min\:pl-170 {
    padding-left: 170px;
  }

  .desktop-min\:pt-180 {
    padding-top: 180px;
  }

  .desktop-min\:pr-180 {
    padding-right: 180px;
  }

  .desktop-min\:pb-180 {
    padding-bottom: 180px;
  }

  .desktop-min\:pl-180 {
    padding-left: 180px;
  }

  .desktop-min\:pt-200 {
    padding-top: 200px;
  }

  .desktop-min\:pr-200 {
    padding-right: 200px;
  }

  .desktop-min\:pb-200 {
    padding-bottom: 200px;
  }

  .desktop-min\:pl-200 {
    padding-left: 200px;
  }

  .desktop-min\:pt-220 {
    padding-top: 220px;
  }

  .desktop-min\:pr-220 {
    padding-right: 220px;
  }

  .desktop-min\:pb-220 {
    padding-bottom: 220px;
  }

  .desktop-min\:pl-220 {
    padding-left: 220px;
  }

  .desktop-min\:pt-230 {
    padding-top: 230px;
  }

  .desktop-min\:pr-230 {
    padding-right: 230px;
  }

  .desktop-min\:pb-230 {
    padding-bottom: 230px;
  }

  .desktop-min\:pl-230 {
    padding-left: 230px;
  }

  .desktop-min\:pt-235 {
    padding-top: 235px;
  }

  .desktop-min\:pr-235 {
    padding-right: 235px;
  }

  .desktop-min\:pb-235 {
    padding-bottom: 235px;
  }

  .desktop-min\:pl-235 {
    padding-left: 235px;
  }

  .desktop-min\:pt-240 {
    padding-top: 240px;
  }

  .desktop-min\:pr-240 {
    padding-right: 240px;
  }

  .desktop-min\:pb-240 {
    padding-bottom: 240px;
  }

  .desktop-min\:pl-240 {
    padding-left: 240px;
  }

  .desktop-min\:pt-250 {
    padding-top: 250px;
  }

  .desktop-min\:pr-250 {
    padding-right: 250px;
  }

  .desktop-min\:pb-250 {
    padding-bottom: 250px;
  }

  .desktop-min\:pl-250 {
    padding-left: 250px;
  }

  .desktop-min\:pt-300 {
    padding-top: 300px;
  }

  .desktop-min\:pr-300 {
    padding-right: 300px;
  }

  .desktop-min\:pb-300 {
    padding-bottom: 300px;
  }

  .desktop-min\:pl-300 {
    padding-left: 300px;
  }

  .desktop-min\:pt-320 {
    padding-top: 320px;
  }

  .desktop-min\:pr-320 {
    padding-right: 320px;
  }

  .desktop-min\:pb-320 {
    padding-bottom: 320px;
  }

  .desktop-min\:pl-320 {
    padding-left: 320px;
  }

  .desktop-min\:pt-350 {
    padding-top: 350px;
  }

  .desktop-min\:pr-350 {
    padding-right: 350px;
  }

  .desktop-min\:pb-350 {
    padding-bottom: 350px;
  }

  .desktop-min\:pl-350 {
    padding-left: 350px;
  }

  .desktop-min\:pt-375 {
    padding-top: 375px;
  }

  .desktop-min\:pr-375 {
    padding-right: 375px;
  }

  .desktop-min\:pb-375 {
    padding-bottom: 375px;
  }

  .desktop-min\:pl-375 {
    padding-left: 375px;
  }

  .desktop-min\:pt-400 {
    padding-top: 400px;
  }

  .desktop-min\:pr-400 {
    padding-right: 400px;
  }

  .desktop-min\:pb-400 {
    padding-bottom: 400px;
  }

  .desktop-min\:pl-400 {
    padding-left: 400px;
  }

  .desktop-min\:pt-450 {
    padding-top: 450px;
  }

  .desktop-min\:pr-450 {
    padding-right: 450px;
  }

  .desktop-min\:pb-450 {
    padding-bottom: 450px;
  }

  .desktop-min\:pl-450 {
    padding-left: 450px;
  }

  .desktop-min\:pt-700 {
    padding-top: 700px;
  }

  .desktop-min\:pr-700 {
    padding-right: 700px;
  }

  .desktop-min\:pb-700 {
    padding-bottom: 700px;
  }

  .desktop-min\:pl-700 {
    padding-left: 700px;
  }

  .desktop-min\:pt-px {
    padding-top: 1px;
  }

  .desktop-min\:pr-px {
    padding-right: 1px;
  }

  .desktop-min\:pb-px {
    padding-bottom: 1px;
  }

  .desktop-min\:pl-px {
    padding-left: 1px;
  }

  .desktop-min\:pt-1p {
    padding-top: 1%;
  }

  .desktop-min\:pr-1p {
    padding-right: 1%;
  }

  .desktop-min\:pb-1p {
    padding-bottom: 1%;
  }

  .desktop-min\:pl-1p {
    padding-left: 1%;
  }

  .desktop-min\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .desktop-min\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .desktop-min\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .desktop-min\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .desktop-min\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .desktop-min\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .desktop-min\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .desktop-min\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .desktop-min\:pt-11p {
    padding-top: 11%;
  }

  .desktop-min\:pr-11p {
    padding-right: 11%;
  }

  .desktop-min\:pb-11p {
    padding-bottom: 11%;
  }

  .desktop-min\:pl-11p {
    padding-left: 11%;
  }

  .desktop-min\:pt-20p {
    padding-top: 20%;
  }

  .desktop-min\:pr-20p {
    padding-right: 20%;
  }

  .desktop-min\:pb-20p {
    padding-bottom: 20%;
  }

  .desktop-min\:pl-20p {
    padding-left: 20%;
  }

  .desktop-min\:pt-24p {
    padding-top: 24.25%;
  }

  .desktop-min\:pr-24p {
    padding-right: 24.25%;
  }

  .desktop-min\:pb-24p {
    padding-bottom: 24.25%;
  }

  .desktop-min\:pl-24p {
    padding-left: 24.25%;
  }

  .desktop-min\:pt-25p {
    padding-top: 25%;
  }

  .desktop-min\:pr-25p {
    padding-right: 25%;
  }

  .desktop-min\:pb-25p {
    padding-bottom: 25%;
  }

  .desktop-min\:pl-25p {
    padding-left: 25%;
  }

  .desktop-min\:pt-32p {
    padding-top: 32%;
  }

  .desktop-min\:pr-32p {
    padding-right: 32%;
  }

  .desktop-min\:pb-32p {
    padding-bottom: 32%;
  }

  .desktop-min\:pl-32p {
    padding-left: 32%;
  }

  .desktop-min\:pt-35p {
    padding-top: 35%;
  }

  .desktop-min\:pr-35p {
    padding-right: 35%;
  }

  .desktop-min\:pb-35p {
    padding-bottom: 35%;
  }

  .desktop-min\:pl-35p {
    padding-left: 35%;
  }

  .desktop-min\:pt-40p {
    padding-top: 40%;
  }

  .desktop-min\:pr-40p {
    padding-right: 40%;
  }

  .desktop-min\:pb-40p {
    padding-bottom: 40%;
  }

  .desktop-min\:pl-40p {
    padding-left: 40%;
  }

  .desktop-min\:pt-49p {
    padding-top: 49%;
  }

  .desktop-min\:pr-49p {
    padding-right: 49%;
  }

  .desktop-min\:pb-49p {
    padding-bottom: 49%;
  }

  .desktop-min\:pl-49p {
    padding-left: 49%;
  }

  .desktop-min\:pt-49-5p {
    padding-top: 49.5%;
  }

  .desktop-min\:pr-49-5p {
    padding-right: 49.5%;
  }

  .desktop-min\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .desktop-min\:pl-49-5p {
    padding-left: 49.5%;
  }

  .desktop-min\:pt-80p {
    padding-top: 80%;
  }

  .desktop-min\:pr-80p {
    padding-right: 80%;
  }

  .desktop-min\:pb-80p {
    padding-bottom: 80%;
  }

  .desktop-min\:pl-80p {
    padding-left: 80%;
  }

  .desktop-min\:pt-vh80 {
    padding-top: 80vh;
  }

  .desktop-min\:pr-vh80 {
    padding-right: 80vh;
  }

  .desktop-min\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .desktop-min\:pl-vh80 {
    padding-left: 80vh;
  }

  .desktop-min\:pt-vh86 {
    padding-top: 86vh;
  }

  .desktop-min\:pr-vh86 {
    padding-right: 86vh;
  }

  .desktop-min\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .desktop-min\:pl-vh86 {
    padding-left: 86vh;
  }

  .desktop-min\:pt-vh90 {
    padding-top: 90vh;
  }

  .desktop-min\:pr-vh90 {
    padding-right: 90vh;
  }

  .desktop-min\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .desktop-min\:pl-vh90 {
    padding-left: 90vh;
  }

  .desktop-min\:pt-vw80 {
    padding-top: 80vw;
  }

  .desktop-min\:pr-vw80 {
    padding-right: 80vw;
  }

  .desktop-min\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .desktop-min\:pl-vw80 {
    padding-left: 80vw;
  }

  .desktop-min\:pt-vw90 {
    padding-top: 90vw;
  }

  .desktop-min\:pr-vw90 {
    padding-right: 90vw;
  }

  .desktop-min\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .desktop-min\:pl-vw90 {
    padding-left: 90vw;
  }

  .desktop-min\:pt-90p {
    padding-top: 90%;
  }

  .desktop-min\:pr-90p {
    padding-right: 90%;
  }

  .desktop-min\:pb-90p {
    padding-bottom: 90%;
  }

  .desktop-min\:pl-90p {
    padding-left: 90%;
  }

  .desktop-min\:pt-92p {
    padding-top: 92%;
  }

  .desktop-min\:pr-92p {
    padding-right: 92%;
  }

  .desktop-min\:pb-92p {
    padding-bottom: 92%;
  }

  .desktop-min\:pl-92p {
    padding-left: 92%;
  }

  .desktop-min\:pt-93p {
    padding-top: 93%;
  }

  .desktop-min\:pr-93p {
    padding-right: 93%;
  }

  .desktop-min\:pb-93p {
    padding-bottom: 93%;
  }

  .desktop-min\:pl-93p {
    padding-left: 93%;
  }

  .desktop-min\:pt-94p {
    padding-top: 94%;
  }

  .desktop-min\:pr-94p {
    padding-right: 94%;
  }

  .desktop-min\:pb-94p {
    padding-bottom: 94%;
  }

  .desktop-min\:pl-94p {
    padding-left: 94%;
  }

  .desktop-min\:pt-95p {
    padding-top: 95%;
  }

  .desktop-min\:pr-95p {
    padding-right: 95%;
  }

  .desktop-min\:pb-95p {
    padding-bottom: 95%;
  }

  .desktop-min\:pl-95p {
    padding-left: 95%;
  }

  .desktop-min\:pt-96p {
    padding-top: 96%;
  }

  .desktop-min\:pr-96p {
    padding-right: 96%;
  }

  .desktop-min\:pb-96p {
    padding-bottom: 96%;
  }

  .desktop-min\:pl-96p {
    padding-left: 96%;
  }

  .desktop-min\:pt-100p {
    padding-top: 100%;
  }

  .desktop-min\:pr-100p {
    padding-right: 100%;
  }

  .desktop-min\:pb-100p {
    padding-bottom: 100%;
  }

  .desktop-min\:pl-100p {
    padding-left: 100%;
  }

  .desktop-min\:hover\:p-0:hover {
    padding: 0px;
  }

  .desktop-min\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .desktop-min\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .desktop-min\:hover\:p-3:hover {
    padding: 3px;
  }

  .desktop-min\:hover\:p-4:hover {
    padding: 4px;
  }

  .desktop-min\:hover\:p-5:hover {
    padding: 5px;
  }

  .desktop-min\:hover\:p-6:hover {
    padding: 6px;
  }

  .desktop-min\:hover\:p-8:hover {
    padding: 8px;
  }

  .desktop-min\:hover\:p-9:hover {
    padding: 9px;
  }

  .desktop-min\:hover\:p-10:hover {
    padding: 10px;
  }

  .desktop-min\:hover\:p-12:hover {
    padding: 12px;
  }

  .desktop-min\:hover\:p-13:hover {
    padding: 13px;
  }

  .desktop-min\:hover\:p-14:hover {
    padding: 14px;
  }

  .desktop-min\:hover\:p-15:hover {
    padding: 15px;
  }

  .desktop-min\:hover\:p-16:hover {
    padding: 16px;
  }

  .desktop-min\:hover\:p-17:hover {
    padding: 17px;
  }

  .desktop-min\:hover\:p-18:hover {
    padding: 18px;
  }

  .desktop-min\:hover\:p-20:hover {
    padding: 20px;
  }

  .desktop-min\:hover\:p-22:hover {
    padding: 22px;
  }

  .desktop-min\:hover\:p-24:hover {
    padding: 24px;
  }

  .desktop-min\:hover\:p-25:hover {
    padding: 25px;
  }

  .desktop-min\:hover\:p-28:hover {
    padding: 28px;
  }

  .desktop-min\:hover\:p-29:hover {
    padding: 29px;
  }

  .desktop-min\:hover\:p-30:hover {
    padding: 30px;
  }

  .desktop-min\:hover\:p-32:hover {
    padding: 32px;
  }

  .desktop-min\:hover\:p-35:hover {
    padding: 35px;
  }

  .desktop-min\:hover\:p-36:hover {
    padding: 36px;
  }

  .desktop-min\:hover\:p-37:hover {
    padding: 37px;
  }

  .desktop-min\:hover\:p-40:hover {
    padding: 40px;
  }

  .desktop-min\:hover\:p-45:hover {
    padding: 45px;
  }

  .desktop-min\:hover\:p-48:hover {
    padding: 48px;
  }

  .desktop-min\:hover\:p-50:hover {
    padding: 50px;
  }

  .desktop-min\:hover\:p-55:hover {
    padding: 55px;
  }

  .desktop-min\:hover\:p-56:hover {
    padding: 56px;
  }

  .desktop-min\:hover\:p-60:hover {
    padding: 60px;
  }

  .desktop-min\:hover\:p-62:hover {
    padding: 62px;
  }

  .desktop-min\:hover\:p-64:hover {
    padding: 64px;
  }

  .desktop-min\:hover\:p-65:hover {
    padding: 65px;
  }

  .desktop-min\:hover\:p-70:hover {
    padding: 70px;
  }

  .desktop-min\:hover\:p-75:hover {
    padding: 75px;
  }

  .desktop-min\:hover\:p-80:hover {
    padding: 80px;
  }

  .desktop-min\:hover\:p-85:hover {
    padding: 85px;
  }

  .desktop-min\:hover\:p-90:hover {
    padding: 90px;
  }

  .desktop-min\:hover\:p-95:hover {
    padding: 95px;
  }

  .desktop-min\:hover\:p-96:hover {
    padding: 96px;
  }

  .desktop-min\:hover\:p-100:hover {
    padding: 100px;
  }

  .desktop-min\:hover\:p-110:hover {
    padding: 110px;
  }

  .desktop-min\:hover\:p-115:hover {
    padding: 115px;
  }

  .desktop-min\:hover\:p-120:hover {
    padding: 120px;
  }

  .desktop-min\:hover\:p-128:hover {
    padding: 128px;
  }

  .desktop-min\:hover\:p-135:hover {
    padding: 135px;
  }

  .desktop-min\:hover\:p-140:hover {
    padding: 140px;
  }

  .desktop-min\:hover\:p-145:hover {
    padding: 145px;
  }

  .desktop-min\:hover\:p-150:hover {
    padding: 150px;
  }

  .desktop-min\:hover\:p-160:hover {
    padding: 160px;
  }

  .desktop-min\:hover\:p-165:hover {
    padding: 165px;
  }

  .desktop-min\:hover\:p-168:hover {
    padding: 168px;
  }

  .desktop-min\:hover\:p-170:hover {
    padding: 170px;
  }

  .desktop-min\:hover\:p-180:hover {
    padding: 180px;
  }

  .desktop-min\:hover\:p-200:hover {
    padding: 200px;
  }

  .desktop-min\:hover\:p-220:hover {
    padding: 220px;
  }

  .desktop-min\:hover\:p-230:hover {
    padding: 230px;
  }

  .desktop-min\:hover\:p-235:hover {
    padding: 235px;
  }

  .desktop-min\:hover\:p-240:hover {
    padding: 240px;
  }

  .desktop-min\:hover\:p-250:hover {
    padding: 250px;
  }

  .desktop-min\:hover\:p-300:hover {
    padding: 300px;
  }

  .desktop-min\:hover\:p-320:hover {
    padding: 320px;
  }

  .desktop-min\:hover\:p-350:hover {
    padding: 350px;
  }

  .desktop-min\:hover\:p-375:hover {
    padding: 375px;
  }

  .desktop-min\:hover\:p-400:hover {
    padding: 400px;
  }

  .desktop-min\:hover\:p-450:hover {
    padding: 450px;
  }

  .desktop-min\:hover\:p-700:hover {
    padding: 700px;
  }

  .desktop-min\:hover\:p-px:hover {
    padding: 1px;
  }

  .desktop-min\:hover\:p-1p:hover {
    padding: 1%;
  }

  .desktop-min\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .desktop-min\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .desktop-min\:hover\:p-11p:hover {
    padding: 11%;
  }

  .desktop-min\:hover\:p-20p:hover {
    padding: 20%;
  }

  .desktop-min\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .desktop-min\:hover\:p-25p:hover {
    padding: 25%;
  }

  .desktop-min\:hover\:p-32p:hover {
    padding: 32%;
  }

  .desktop-min\:hover\:p-35p:hover {
    padding: 35%;
  }

  .desktop-min\:hover\:p-40p:hover {
    padding: 40%;
  }

  .desktop-min\:hover\:p-49p:hover {
    padding: 49%;
  }

  .desktop-min\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .desktop-min\:hover\:p-80p:hover {
    padding: 80%;
  }

  .desktop-min\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .desktop-min\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .desktop-min\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .desktop-min\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .desktop-min\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .desktop-min\:hover\:p-90p:hover {
    padding: 90%;
  }

  .desktop-min\:hover\:p-92p:hover {
    padding: 92%;
  }

  .desktop-min\:hover\:p-93p:hover {
    padding: 93%;
  }

  .desktop-min\:hover\:p-94p:hover {
    padding: 94%;
  }

  .desktop-min\:hover\:p-95p:hover {
    padding: 95%;
  }

  .desktop-min\:hover\:p-96p:hover {
    padding: 96%;
  }

  .desktop-min\:hover\:p-100p:hover {
    padding: 100%;
  }

  .desktop-min\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop-min\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-min\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop-min\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop-min\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-min\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop-min\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop-min\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop-min\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop-min\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop-min\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop-min\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop-min\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop-min\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop-min\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop-min\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-min\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop-min\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop-min\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-min\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-min\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop-min\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop-min\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop-min\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop-min\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-min\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-min\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop-min\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-min\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop-min\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-min\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop-min\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop-min\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop-min\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-min\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-min\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-min\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop-min\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop-min\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop-min\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-min\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop-min\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-min\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop-min\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop-min\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop-min\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop-min\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop-min\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-min\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop-min\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop-min\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop-min\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop-min\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop-min\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop-min\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop-min\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop-min\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop-min\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop-min\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop-min\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop-min\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop-min\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop-min\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop-min\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop-min\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop-min\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop-min\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop-min\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop-min\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop-min\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop-min\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop-min\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop-min\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop-min\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop-min\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop-min\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop-min\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop-min\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop-min\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop-min\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop-min\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop-min\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop-min\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop-min\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop-min\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop-min\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop-min\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop-min\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop-min\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop-min\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop-min\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop-min\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop-min\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop-min\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop-min\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop-min\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop-min\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop-min\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop-min\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop-min\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop-min\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop-min\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop-min\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop-min\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop-min\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop-min\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop-min\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop-min\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop-min\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop-min\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop-min\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop-min\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop-min\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop-min\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop-min\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop-min\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop-min\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop-min\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop-min\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop-min\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop-min\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop-min\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop-min\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop-min\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop-min\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop-min\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop-min\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop-min\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop-min\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop-min\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop-min\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop-min\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop-min\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop-min\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop-min\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop-min\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop-min\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop-min\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop-min\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop-min\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop-min\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop-min\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop-min\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop-min\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop-min\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop-min\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop-min\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop-min\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop-min\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop-min\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop-min\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop-min\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop-min\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop-min\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop-min\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop-min\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop-min\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop-min\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop-min\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop-min\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop-min\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop-min\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop-min\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop-min\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop-min\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop-min\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop-min\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop-min\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop-min\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop-min\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop-min\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop-min\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop-min\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop-min\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop-min\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop-min\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop-min\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop-min\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop-min\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop-min\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop-min\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop-min\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop-min\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop-min\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop-min\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop-min\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop-min\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop-min\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop-min\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop-min\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop-min\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop-min\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop-min\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop-min\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop-min\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop-min\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop-min\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .desktop-min\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .desktop-min\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .desktop-min\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .desktop-min\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .desktop-min\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .desktop-min\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .desktop-min\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .desktop-min\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .desktop-min\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .desktop-min\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .desktop-min\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .desktop-min\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .desktop-min\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .desktop-min\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .desktop-min\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .desktop-min\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .desktop-min\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .desktop-min\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .desktop-min\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .desktop-min\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .desktop-min\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .desktop-min\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .desktop-min\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .desktop-min\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .desktop-min\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .desktop-min\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .desktop-min\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .desktop-min\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .desktop-min\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .desktop-min\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .desktop-min\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .desktop-min\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .desktop-min\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .desktop-min\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .desktop-min\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .desktop-min\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .desktop-min\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .desktop-min\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .desktop-min\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .desktop-min\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .desktop-min\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .desktop-min\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .desktop-min\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .desktop-min\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .desktop-min\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .desktop-min\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .desktop-min\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .desktop-min\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .desktop-min\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .desktop-min\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .desktop-min\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .desktop-min\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .desktop-min\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .desktop-min\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .desktop-min\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .desktop-min\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .desktop-min\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .desktop-min\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .desktop-min\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .desktop-min\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .desktop-min\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .desktop-min\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .desktop-min\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .desktop-min\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .desktop-min\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .desktop-min\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .desktop-min\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .desktop-min\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .desktop-min\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .desktop-min\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .desktop-min\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .desktop-min\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .desktop-min\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .desktop-min\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .desktop-min\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .desktop-min\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .desktop-min\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .desktop-min\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .desktop-min\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .desktop-min\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .desktop-min\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .desktop-min\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .desktop-min\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .desktop-min\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .desktop-min\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .desktop-min\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .desktop-min\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .desktop-min\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .desktop-min\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .desktop-min\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .desktop-min\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .desktop-min\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .desktop-min\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .desktop-min\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .desktop-min\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .desktop-min\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .desktop-min\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .desktop-min\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .desktop-min\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .desktop-min\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .desktop-min\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .desktop-min\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .desktop-min\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .desktop-min\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .desktop-min\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .desktop-min\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .desktop-min\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .desktop-min\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .desktop-min\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .desktop-min\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .desktop-min\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .desktop-min\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .desktop-min\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .desktop-min\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .desktop-min\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .desktop-min\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .desktop-min\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .desktop-min\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .desktop-min\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .desktop-min\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .desktop-min\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .desktop-min\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .desktop-min\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .desktop-min\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .desktop-min\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .desktop-min\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .desktop-min\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .desktop-min\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .desktop-min\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .desktop-min\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .desktop-min\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .desktop-min\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .desktop-min\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .desktop-min\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .desktop-min\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .desktop-min\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .desktop-min\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .desktop-min\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .desktop-min\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .desktop-min\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .desktop-min\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .desktop-min\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .desktop-min\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .desktop-min\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .desktop-min\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .desktop-min\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .desktop-min\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .desktop-min\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .desktop-min\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .desktop-min\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .desktop-min\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .desktop-min\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .desktop-min\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .desktop-min\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .desktop-min\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .desktop-min\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .desktop-min\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .desktop-min\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .desktop-min\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .desktop-min\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .desktop-min\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .desktop-min\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .desktop-min\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .desktop-min\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .desktop-min\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .desktop-min\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .desktop-min\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .desktop-min\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .desktop-min\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .desktop-min\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .desktop-min\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .desktop-min\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .desktop-min\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .desktop-min\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .desktop-min\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .desktop-min\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .desktop-min\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .desktop-min\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .desktop-min\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .desktop-min\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .desktop-min\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .desktop-min\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .desktop-min\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .desktop-min\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .desktop-min\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .desktop-min\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .desktop-min\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .desktop-min\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .desktop-min\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .desktop-min\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .desktop-min\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .desktop-min\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .desktop-min\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .desktop-min\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .desktop-min\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .desktop-min\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .desktop-min\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .desktop-min\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .desktop-min\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .desktop-min\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .desktop-min\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .desktop-min\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .desktop-min\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .desktop-min\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .desktop-min\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .desktop-min\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .desktop-min\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .desktop-min\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .desktop-min\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .desktop-min\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .desktop-min\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .desktop-min\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .desktop-min\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .desktop-min\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .desktop-min\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .desktop-min\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .desktop-min\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .desktop-min\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .desktop-min\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .desktop-min\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .desktop-min\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .desktop-min\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .desktop-min\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .desktop-min\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .desktop-min\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .desktop-min\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .desktop-min\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .desktop-min\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .desktop-min\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .desktop-min\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .desktop-min\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .desktop-min\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .desktop-min\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .desktop-min\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .desktop-min\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .desktop-min\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .desktop-min\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .desktop-min\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .desktop-min\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .desktop-min\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .desktop-min\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .desktop-min\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .desktop-min\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .desktop-min\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .desktop-min\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .desktop-min\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .desktop-min\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .desktop-min\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .desktop-min\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .desktop-min\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .desktop-min\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .desktop-min\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .desktop-min\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .desktop-min\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .desktop-min\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .desktop-min\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .desktop-min\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .desktop-min\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .desktop-min\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .desktop-min\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .desktop-min\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .desktop-min\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .desktop-min\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .desktop-min\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .desktop-min\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .desktop-min\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .desktop-min\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .desktop-min\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .desktop-min\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .desktop-min\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .desktop-min\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .desktop-min\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .desktop-min\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .desktop-min\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .desktop-min\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .desktop-min\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .desktop-min\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .desktop-min\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .desktop-min\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .desktop-min\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .desktop-min\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .desktop-min\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .desktop-min\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .desktop-min\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .desktop-min\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .desktop-min\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .desktop-min\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .desktop-min\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .desktop-min\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .desktop-min\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .desktop-min\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .desktop-min\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .desktop-min\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .desktop-min\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .desktop-min\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .desktop-min\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .desktop-min\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .desktop-min\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .desktop-min\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .desktop-min\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .desktop-min\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .desktop-min\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .desktop-min\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .desktop-min\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .desktop-min\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .desktop-min\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .desktop-min\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .desktop-min\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .desktop-min\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .desktop-min\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .desktop-min\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .desktop-min\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .desktop-min\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .desktop-min\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .desktop-min\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .desktop-min\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .desktop-min\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .desktop-min\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .desktop-min\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .desktop-min\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .desktop-min\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .desktop-min\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .desktop-min\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .desktop-min\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .desktop-min\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .desktop-min\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .desktop-min\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .desktop-min\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .desktop-min\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .desktop-min\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .desktop-min\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .desktop-min\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .desktop-min\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .desktop-min\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .desktop-min\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .desktop-min\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .desktop-min\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .desktop-min\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .desktop-min\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .desktop-min\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .desktop-min\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .desktop-min\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .desktop-min\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .desktop-min\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .desktop-min\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .desktop-min\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .desktop-min\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .desktop-min\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .desktop-min\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .desktop-min\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .desktop-min\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .desktop-min\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .desktop-min\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .desktop-min\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .desktop-min\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .desktop-min\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .desktop-min\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .desktop-min\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .desktop-min\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .desktop-min\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .desktop-min\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .desktop-min\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .desktop-min\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .desktop-min\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .desktop-min\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .desktop-min\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .desktop-min\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .desktop-min\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .desktop-min\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .desktop-min\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .desktop-min\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .desktop-min\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .desktop-min\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .desktop-min\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .desktop-min\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .desktop-min\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .desktop-min\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .desktop-min\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .desktop-min\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .desktop-min\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .desktop-min\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .desktop-min\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .desktop-min\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .desktop-min\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .desktop-min\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .desktop-min\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .desktop-min\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .desktop-min\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .desktop-min\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .desktop-min\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .desktop-min\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .desktop-min\:focus\:p-0:focus {
    padding: 0px;
  }

  .desktop-min\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .desktop-min\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .desktop-min\:focus\:p-3:focus {
    padding: 3px;
  }

  .desktop-min\:focus\:p-4:focus {
    padding: 4px;
  }

  .desktop-min\:focus\:p-5:focus {
    padding: 5px;
  }

  .desktop-min\:focus\:p-6:focus {
    padding: 6px;
  }

  .desktop-min\:focus\:p-8:focus {
    padding: 8px;
  }

  .desktop-min\:focus\:p-9:focus {
    padding: 9px;
  }

  .desktop-min\:focus\:p-10:focus {
    padding: 10px;
  }

  .desktop-min\:focus\:p-12:focus {
    padding: 12px;
  }

  .desktop-min\:focus\:p-13:focus {
    padding: 13px;
  }

  .desktop-min\:focus\:p-14:focus {
    padding: 14px;
  }

  .desktop-min\:focus\:p-15:focus {
    padding: 15px;
  }

  .desktop-min\:focus\:p-16:focus {
    padding: 16px;
  }

  .desktop-min\:focus\:p-17:focus {
    padding: 17px;
  }

  .desktop-min\:focus\:p-18:focus {
    padding: 18px;
  }

  .desktop-min\:focus\:p-20:focus {
    padding: 20px;
  }

  .desktop-min\:focus\:p-22:focus {
    padding: 22px;
  }

  .desktop-min\:focus\:p-24:focus {
    padding: 24px;
  }

  .desktop-min\:focus\:p-25:focus {
    padding: 25px;
  }

  .desktop-min\:focus\:p-28:focus {
    padding: 28px;
  }

  .desktop-min\:focus\:p-29:focus {
    padding: 29px;
  }

  .desktop-min\:focus\:p-30:focus {
    padding: 30px;
  }

  .desktop-min\:focus\:p-32:focus {
    padding: 32px;
  }

  .desktop-min\:focus\:p-35:focus {
    padding: 35px;
  }

  .desktop-min\:focus\:p-36:focus {
    padding: 36px;
  }

  .desktop-min\:focus\:p-37:focus {
    padding: 37px;
  }

  .desktop-min\:focus\:p-40:focus {
    padding: 40px;
  }

  .desktop-min\:focus\:p-45:focus {
    padding: 45px;
  }

  .desktop-min\:focus\:p-48:focus {
    padding: 48px;
  }

  .desktop-min\:focus\:p-50:focus {
    padding: 50px;
  }

  .desktop-min\:focus\:p-55:focus {
    padding: 55px;
  }

  .desktop-min\:focus\:p-56:focus {
    padding: 56px;
  }

  .desktop-min\:focus\:p-60:focus {
    padding: 60px;
  }

  .desktop-min\:focus\:p-62:focus {
    padding: 62px;
  }

  .desktop-min\:focus\:p-64:focus {
    padding: 64px;
  }

  .desktop-min\:focus\:p-65:focus {
    padding: 65px;
  }

  .desktop-min\:focus\:p-70:focus {
    padding: 70px;
  }

  .desktop-min\:focus\:p-75:focus {
    padding: 75px;
  }

  .desktop-min\:focus\:p-80:focus {
    padding: 80px;
  }

  .desktop-min\:focus\:p-85:focus {
    padding: 85px;
  }

  .desktop-min\:focus\:p-90:focus {
    padding: 90px;
  }

  .desktop-min\:focus\:p-95:focus {
    padding: 95px;
  }

  .desktop-min\:focus\:p-96:focus {
    padding: 96px;
  }

  .desktop-min\:focus\:p-100:focus {
    padding: 100px;
  }

  .desktop-min\:focus\:p-110:focus {
    padding: 110px;
  }

  .desktop-min\:focus\:p-115:focus {
    padding: 115px;
  }

  .desktop-min\:focus\:p-120:focus {
    padding: 120px;
  }

  .desktop-min\:focus\:p-128:focus {
    padding: 128px;
  }

  .desktop-min\:focus\:p-135:focus {
    padding: 135px;
  }

  .desktop-min\:focus\:p-140:focus {
    padding: 140px;
  }

  .desktop-min\:focus\:p-145:focus {
    padding: 145px;
  }

  .desktop-min\:focus\:p-150:focus {
    padding: 150px;
  }

  .desktop-min\:focus\:p-160:focus {
    padding: 160px;
  }

  .desktop-min\:focus\:p-165:focus {
    padding: 165px;
  }

  .desktop-min\:focus\:p-168:focus {
    padding: 168px;
  }

  .desktop-min\:focus\:p-170:focus {
    padding: 170px;
  }

  .desktop-min\:focus\:p-180:focus {
    padding: 180px;
  }

  .desktop-min\:focus\:p-200:focus {
    padding: 200px;
  }

  .desktop-min\:focus\:p-220:focus {
    padding: 220px;
  }

  .desktop-min\:focus\:p-230:focus {
    padding: 230px;
  }

  .desktop-min\:focus\:p-235:focus {
    padding: 235px;
  }

  .desktop-min\:focus\:p-240:focus {
    padding: 240px;
  }

  .desktop-min\:focus\:p-250:focus {
    padding: 250px;
  }

  .desktop-min\:focus\:p-300:focus {
    padding: 300px;
  }

  .desktop-min\:focus\:p-320:focus {
    padding: 320px;
  }

  .desktop-min\:focus\:p-350:focus {
    padding: 350px;
  }

  .desktop-min\:focus\:p-375:focus {
    padding: 375px;
  }

  .desktop-min\:focus\:p-400:focus {
    padding: 400px;
  }

  .desktop-min\:focus\:p-450:focus {
    padding: 450px;
  }

  .desktop-min\:focus\:p-700:focus {
    padding: 700px;
  }

  .desktop-min\:focus\:p-px:focus {
    padding: 1px;
  }

  .desktop-min\:focus\:p-1p:focus {
    padding: 1%;
  }

  .desktop-min\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .desktop-min\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .desktop-min\:focus\:p-11p:focus {
    padding: 11%;
  }

  .desktop-min\:focus\:p-20p:focus {
    padding: 20%;
  }

  .desktop-min\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .desktop-min\:focus\:p-25p:focus {
    padding: 25%;
  }

  .desktop-min\:focus\:p-32p:focus {
    padding: 32%;
  }

  .desktop-min\:focus\:p-35p:focus {
    padding: 35%;
  }

  .desktop-min\:focus\:p-40p:focus {
    padding: 40%;
  }

  .desktop-min\:focus\:p-49p:focus {
    padding: 49%;
  }

  .desktop-min\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .desktop-min\:focus\:p-80p:focus {
    padding: 80%;
  }

  .desktop-min\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .desktop-min\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .desktop-min\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .desktop-min\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .desktop-min\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .desktop-min\:focus\:p-90p:focus {
    padding: 90%;
  }

  .desktop-min\:focus\:p-92p:focus {
    padding: 92%;
  }

  .desktop-min\:focus\:p-93p:focus {
    padding: 93%;
  }

  .desktop-min\:focus\:p-94p:focus {
    padding: 94%;
  }

  .desktop-min\:focus\:p-95p:focus {
    padding: 95%;
  }

  .desktop-min\:focus\:p-96p:focus {
    padding: 96%;
  }

  .desktop-min\:focus\:p-100p:focus {
    padding: 100%;
  }

  .desktop-min\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop-min\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-min\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop-min\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop-min\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-min\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop-min\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop-min\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop-min\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop-min\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop-min\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop-min\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop-min\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop-min\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop-min\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop-min\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-min\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop-min\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop-min\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-min\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-min\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop-min\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop-min\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop-min\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop-min\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-min\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-min\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop-min\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-min\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop-min\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-min\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop-min\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop-min\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop-min\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-min\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-min\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-min\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop-min\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop-min\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop-min\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-min\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop-min\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-min\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop-min\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop-min\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop-min\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop-min\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop-min\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-min\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop-min\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop-min\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop-min\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop-min\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop-min\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop-min\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop-min\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop-min\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop-min\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop-min\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop-min\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop-min\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop-min\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop-min\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop-min\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop-min\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop-min\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop-min\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop-min\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop-min\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop-min\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop-min\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop-min\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop-min\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop-min\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop-min\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop-min\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop-min\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop-min\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop-min\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop-min\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop-min\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop-min\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop-min\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop-min\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop-min\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop-min\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop-min\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop-min\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop-min\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop-min\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop-min\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop-min\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop-min\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop-min\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop-min\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop-min\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop-min\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop-min\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop-min\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop-min\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop-min\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop-min\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop-min\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop-min\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop-min\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop-min\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop-min\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop-min\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop-min\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop-min\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop-min\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop-min\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop-min\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop-min\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop-min\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop-min\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop-min\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop-min\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop-min\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop-min\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop-min\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop-min\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop-min\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop-min\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop-min\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop-min\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop-min\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop-min\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop-min\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop-min\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop-min\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop-min\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop-min\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop-min\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop-min\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop-min\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop-min\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop-min\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop-min\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop-min\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop-min\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop-min\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop-min\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop-min\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop-min\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop-min\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop-min\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop-min\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop-min\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop-min\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop-min\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop-min\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop-min\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop-min\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop-min\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop-min\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop-min\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop-min\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop-min\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop-min\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop-min\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop-min\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop-min\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop-min\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop-min\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop-min\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop-min\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop-min\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop-min\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop-min\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop-min\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop-min\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop-min\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop-min\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop-min\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop-min\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop-min\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop-min\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop-min\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop-min\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop-min\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop-min\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop-min\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop-min\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop-min\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop-min\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop-min\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop-min\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop-min\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop-min\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop-min\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop-min\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop-min\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop-min\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop-min\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop-min\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop-min\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .desktop-min\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .desktop-min\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .desktop-min\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .desktop-min\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .desktop-min\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .desktop-min\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .desktop-min\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .desktop-min\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .desktop-min\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .desktop-min\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .desktop-min\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .desktop-min\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .desktop-min\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .desktop-min\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .desktop-min\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .desktop-min\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .desktop-min\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .desktop-min\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .desktop-min\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .desktop-min\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .desktop-min\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .desktop-min\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .desktop-min\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .desktop-min\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .desktop-min\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .desktop-min\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .desktop-min\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .desktop-min\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .desktop-min\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .desktop-min\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .desktop-min\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .desktop-min\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .desktop-min\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .desktop-min\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .desktop-min\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .desktop-min\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .desktop-min\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .desktop-min\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .desktop-min\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .desktop-min\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .desktop-min\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .desktop-min\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .desktop-min\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .desktop-min\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .desktop-min\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .desktop-min\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .desktop-min\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .desktop-min\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .desktop-min\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .desktop-min\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .desktop-min\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .desktop-min\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .desktop-min\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .desktop-min\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .desktop-min\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .desktop-min\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .desktop-min\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .desktop-min\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .desktop-min\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .desktop-min\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .desktop-min\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .desktop-min\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .desktop-min\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .desktop-min\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .desktop-min\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .desktop-min\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .desktop-min\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .desktop-min\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .desktop-min\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .desktop-min\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .desktop-min\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .desktop-min\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .desktop-min\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .desktop-min\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .desktop-min\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .desktop-min\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .desktop-min\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .desktop-min\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .desktop-min\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .desktop-min\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .desktop-min\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .desktop-min\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .desktop-min\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .desktop-min\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .desktop-min\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .desktop-min\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .desktop-min\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .desktop-min\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .desktop-min\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .desktop-min\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .desktop-min\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .desktop-min\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .desktop-min\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .desktop-min\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .desktop-min\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .desktop-min\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .desktop-min\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .desktop-min\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .desktop-min\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .desktop-min\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .desktop-min\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .desktop-min\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .desktop-min\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .desktop-min\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .desktop-min\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .desktop-min\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .desktop-min\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .desktop-min\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .desktop-min\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .desktop-min\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .desktop-min\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .desktop-min\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .desktop-min\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .desktop-min\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .desktop-min\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .desktop-min\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .desktop-min\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .desktop-min\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .desktop-min\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .desktop-min\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .desktop-min\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .desktop-min\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .desktop-min\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .desktop-min\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .desktop-min\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .desktop-min\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .desktop-min\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .desktop-min\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .desktop-min\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .desktop-min\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .desktop-min\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .desktop-min\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .desktop-min\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .desktop-min\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .desktop-min\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .desktop-min\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .desktop-min\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .desktop-min\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .desktop-min\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .desktop-min\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .desktop-min\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .desktop-min\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .desktop-min\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .desktop-min\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .desktop-min\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .desktop-min\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .desktop-min\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .desktop-min\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .desktop-min\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .desktop-min\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .desktop-min\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .desktop-min\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .desktop-min\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .desktop-min\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .desktop-min\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .desktop-min\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .desktop-min\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .desktop-min\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .desktop-min\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .desktop-min\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .desktop-min\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .desktop-min\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .desktop-min\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .desktop-min\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .desktop-min\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .desktop-min\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .desktop-min\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .desktop-min\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .desktop-min\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .desktop-min\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .desktop-min\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .desktop-min\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .desktop-min\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .desktop-min\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .desktop-min\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .desktop-min\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .desktop-min\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .desktop-min\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .desktop-min\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .desktop-min\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .desktop-min\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .desktop-min\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .desktop-min\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .desktop-min\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .desktop-min\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .desktop-min\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .desktop-min\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .desktop-min\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .desktop-min\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .desktop-min\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .desktop-min\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .desktop-min\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .desktop-min\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .desktop-min\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .desktop-min\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .desktop-min\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .desktop-min\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .desktop-min\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .desktop-min\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .desktop-min\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .desktop-min\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .desktop-min\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .desktop-min\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .desktop-min\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .desktop-min\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .desktop-min\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .desktop-min\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .desktop-min\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .desktop-min\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .desktop-min\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .desktop-min\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .desktop-min\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .desktop-min\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .desktop-min\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .desktop-min\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .desktop-min\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .desktop-min\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .desktop-min\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .desktop-min\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .desktop-min\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .desktop-min\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .desktop-min\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .desktop-min\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .desktop-min\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .desktop-min\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .desktop-min\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .desktop-min\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .desktop-min\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .desktop-min\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .desktop-min\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .desktop-min\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .desktop-min\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .desktop-min\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .desktop-min\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .desktop-min\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .desktop-min\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .desktop-min\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .desktop-min\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .desktop-min\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .desktop-min\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .desktop-min\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .desktop-min\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .desktop-min\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .desktop-min\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .desktop-min\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .desktop-min\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .desktop-min\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .desktop-min\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .desktop-min\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .desktop-min\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .desktop-min\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .desktop-min\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .desktop-min\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .desktop-min\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .desktop-min\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .desktop-min\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .desktop-min\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .desktop-min\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .desktop-min\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .desktop-min\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .desktop-min\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .desktop-min\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .desktop-min\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .desktop-min\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .desktop-min\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .desktop-min\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .desktop-min\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .desktop-min\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .desktop-min\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .desktop-min\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .desktop-min\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .desktop-min\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .desktop-min\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .desktop-min\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .desktop-min\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .desktop-min\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .desktop-min\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .desktop-min\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .desktop-min\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .desktop-min\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .desktop-min\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .desktop-min\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .desktop-min\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .desktop-min\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .desktop-min\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .desktop-min\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .desktop-min\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .desktop-min\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .desktop-min\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .desktop-min\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .desktop-min\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .desktop-min\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .desktop-min\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .desktop-min\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .desktop-min\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .desktop-min\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .desktop-min\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .desktop-min\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .desktop-min\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .desktop-min\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .desktop-min\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .desktop-min\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .desktop-min\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .desktop-min\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .desktop-min\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .desktop-min\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .desktop-min\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .desktop-min\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .desktop-min\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .desktop-min\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .desktop-min\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .desktop-min\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .desktop-min\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .desktop-min\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .desktop-min\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .desktop-min\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .desktop-min\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .desktop-min\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .desktop-min\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .desktop-min\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .desktop-min\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .desktop-min\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .desktop-min\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .desktop-min\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .desktop-min\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .desktop-min\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .desktop-min\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .desktop-min\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .desktop-min\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .desktop-min\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .desktop-min\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .desktop-min\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .desktop-min\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .desktop-min\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .desktop-min\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .desktop-min\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .desktop-min\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .desktop-min\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .desktop-min\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .desktop-min\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .desktop-min\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .desktop-min\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .desktop-min\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .desktop-min\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .desktop-min\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .desktop-min\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .desktop-min\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .desktop-min\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .desktop-min\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .desktop-min\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .desktop-min\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .desktop-min\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .desktop-min\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .desktop-min\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .desktop-min\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .desktop-min\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .desktop-min\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .desktop-min\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .desktop-min\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .desktop-min\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .desktop-min\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .desktop-min\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .desktop-min\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .desktop-min\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .desktop-min\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .desktop-min\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .desktop-min\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .desktop-min\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .desktop-min\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .desktop-min\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .desktop-min\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .desktop-min\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .desktop-min\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .desktop-min\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .desktop-min\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .desktop-min\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .desktop-min\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .desktop-min\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .desktop-min\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .desktop-min\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .desktop-min\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .desktop-min\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .desktop-min\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .desktop-min\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .desktop-min\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .desktop-min\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .desktop-min\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .desktop-min\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .desktop-min\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .desktop-min\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .desktop-min\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .desktop-min\:first\:p-0:first-child {
    padding: 0px;
  }

  .desktop-min\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .desktop-min\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .desktop-min\:first\:p-3:first-child {
    padding: 3px;
  }

  .desktop-min\:first\:p-4:first-child {
    padding: 4px;
  }

  .desktop-min\:first\:p-5:first-child {
    padding: 5px;
  }

  .desktop-min\:first\:p-6:first-child {
    padding: 6px;
  }

  .desktop-min\:first\:p-8:first-child {
    padding: 8px;
  }

  .desktop-min\:first\:p-9:first-child {
    padding: 9px;
  }

  .desktop-min\:first\:p-10:first-child {
    padding: 10px;
  }

  .desktop-min\:first\:p-12:first-child {
    padding: 12px;
  }

  .desktop-min\:first\:p-13:first-child {
    padding: 13px;
  }

  .desktop-min\:first\:p-14:first-child {
    padding: 14px;
  }

  .desktop-min\:first\:p-15:first-child {
    padding: 15px;
  }

  .desktop-min\:first\:p-16:first-child {
    padding: 16px;
  }

  .desktop-min\:first\:p-17:first-child {
    padding: 17px;
  }

  .desktop-min\:first\:p-18:first-child {
    padding: 18px;
  }

  .desktop-min\:first\:p-20:first-child {
    padding: 20px;
  }

  .desktop-min\:first\:p-22:first-child {
    padding: 22px;
  }

  .desktop-min\:first\:p-24:first-child {
    padding: 24px;
  }

  .desktop-min\:first\:p-25:first-child {
    padding: 25px;
  }

  .desktop-min\:first\:p-28:first-child {
    padding: 28px;
  }

  .desktop-min\:first\:p-29:first-child {
    padding: 29px;
  }

  .desktop-min\:first\:p-30:first-child {
    padding: 30px;
  }

  .desktop-min\:first\:p-32:first-child {
    padding: 32px;
  }

  .desktop-min\:first\:p-35:first-child {
    padding: 35px;
  }

  .desktop-min\:first\:p-36:first-child {
    padding: 36px;
  }

  .desktop-min\:first\:p-37:first-child {
    padding: 37px;
  }

  .desktop-min\:first\:p-40:first-child {
    padding: 40px;
  }

  .desktop-min\:first\:p-45:first-child {
    padding: 45px;
  }

  .desktop-min\:first\:p-48:first-child {
    padding: 48px;
  }

  .desktop-min\:first\:p-50:first-child {
    padding: 50px;
  }

  .desktop-min\:first\:p-55:first-child {
    padding: 55px;
  }

  .desktop-min\:first\:p-56:first-child {
    padding: 56px;
  }

  .desktop-min\:first\:p-60:first-child {
    padding: 60px;
  }

  .desktop-min\:first\:p-62:first-child {
    padding: 62px;
  }

  .desktop-min\:first\:p-64:first-child {
    padding: 64px;
  }

  .desktop-min\:first\:p-65:first-child {
    padding: 65px;
  }

  .desktop-min\:first\:p-70:first-child {
    padding: 70px;
  }

  .desktop-min\:first\:p-75:first-child {
    padding: 75px;
  }

  .desktop-min\:first\:p-80:first-child {
    padding: 80px;
  }

  .desktop-min\:first\:p-85:first-child {
    padding: 85px;
  }

  .desktop-min\:first\:p-90:first-child {
    padding: 90px;
  }

  .desktop-min\:first\:p-95:first-child {
    padding: 95px;
  }

  .desktop-min\:first\:p-96:first-child {
    padding: 96px;
  }

  .desktop-min\:first\:p-100:first-child {
    padding: 100px;
  }

  .desktop-min\:first\:p-110:first-child {
    padding: 110px;
  }

  .desktop-min\:first\:p-115:first-child {
    padding: 115px;
  }

  .desktop-min\:first\:p-120:first-child {
    padding: 120px;
  }

  .desktop-min\:first\:p-128:first-child {
    padding: 128px;
  }

  .desktop-min\:first\:p-135:first-child {
    padding: 135px;
  }

  .desktop-min\:first\:p-140:first-child {
    padding: 140px;
  }

  .desktop-min\:first\:p-145:first-child {
    padding: 145px;
  }

  .desktop-min\:first\:p-150:first-child {
    padding: 150px;
  }

  .desktop-min\:first\:p-160:first-child {
    padding: 160px;
  }

  .desktop-min\:first\:p-165:first-child {
    padding: 165px;
  }

  .desktop-min\:first\:p-168:first-child {
    padding: 168px;
  }

  .desktop-min\:first\:p-170:first-child {
    padding: 170px;
  }

  .desktop-min\:first\:p-180:first-child {
    padding: 180px;
  }

  .desktop-min\:first\:p-200:first-child {
    padding: 200px;
  }

  .desktop-min\:first\:p-220:first-child {
    padding: 220px;
  }

  .desktop-min\:first\:p-230:first-child {
    padding: 230px;
  }

  .desktop-min\:first\:p-235:first-child {
    padding: 235px;
  }

  .desktop-min\:first\:p-240:first-child {
    padding: 240px;
  }

  .desktop-min\:first\:p-250:first-child {
    padding: 250px;
  }

  .desktop-min\:first\:p-300:first-child {
    padding: 300px;
  }

  .desktop-min\:first\:p-320:first-child {
    padding: 320px;
  }

  .desktop-min\:first\:p-350:first-child {
    padding: 350px;
  }

  .desktop-min\:first\:p-375:first-child {
    padding: 375px;
  }

  .desktop-min\:first\:p-400:first-child {
    padding: 400px;
  }

  .desktop-min\:first\:p-450:first-child {
    padding: 450px;
  }

  .desktop-min\:first\:p-700:first-child {
    padding: 700px;
  }

  .desktop-min\:first\:p-px:first-child {
    padding: 1px;
  }

  .desktop-min\:first\:p-1p:first-child {
    padding: 1%;
  }

  .desktop-min\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .desktop-min\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .desktop-min\:first\:p-11p:first-child {
    padding: 11%;
  }

  .desktop-min\:first\:p-20p:first-child {
    padding: 20%;
  }

  .desktop-min\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .desktop-min\:first\:p-25p:first-child {
    padding: 25%;
  }

  .desktop-min\:first\:p-32p:first-child {
    padding: 32%;
  }

  .desktop-min\:first\:p-35p:first-child {
    padding: 35%;
  }

  .desktop-min\:first\:p-40p:first-child {
    padding: 40%;
  }

  .desktop-min\:first\:p-49p:first-child {
    padding: 49%;
  }

  .desktop-min\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .desktop-min\:first\:p-80p:first-child {
    padding: 80%;
  }

  .desktop-min\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .desktop-min\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .desktop-min\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .desktop-min\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .desktop-min\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .desktop-min\:first\:p-90p:first-child {
    padding: 90%;
  }

  .desktop-min\:first\:p-92p:first-child {
    padding: 92%;
  }

  .desktop-min\:first\:p-93p:first-child {
    padding: 93%;
  }

  .desktop-min\:first\:p-94p:first-child {
    padding: 94%;
  }

  .desktop-min\:first\:p-95p:first-child {
    padding: 95%;
  }

  .desktop-min\:first\:p-96p:first-child {
    padding: 96%;
  }

  .desktop-min\:first\:p-100p:first-child {
    padding: 100%;
  }

  .desktop-min\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop-min\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-min\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop-min\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop-min\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-min\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop-min\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop-min\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop-min\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop-min\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop-min\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop-min\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop-min\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop-min\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop-min\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop-min\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-min\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop-min\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop-min\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-min\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-min\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop-min\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop-min\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop-min\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop-min\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-min\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-min\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop-min\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-min\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop-min\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-min\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop-min\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop-min\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop-min\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-min\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-min\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-min\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop-min\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop-min\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop-min\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-min\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop-min\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-min\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop-min\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop-min\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop-min\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop-min\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop-min\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-min\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop-min\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop-min\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop-min\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop-min\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop-min\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop-min\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop-min\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop-min\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop-min\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop-min\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop-min\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop-min\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop-min\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop-min\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop-min\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop-min\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop-min\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop-min\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop-min\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop-min\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop-min\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop-min\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop-min\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop-min\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop-min\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop-min\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop-min\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop-min\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop-min\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop-min\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop-min\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop-min\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop-min\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop-min\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop-min\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop-min\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop-min\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop-min\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop-min\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop-min\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop-min\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop-min\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop-min\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop-min\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop-min\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop-min\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop-min\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop-min\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop-min\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop-min\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop-min\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop-min\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop-min\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop-min\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop-min\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop-min\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop-min\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop-min\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop-min\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop-min\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop-min\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop-min\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop-min\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop-min\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop-min\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop-min\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop-min\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop-min\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop-min\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop-min\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop-min\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop-min\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop-min\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop-min\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop-min\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop-min\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop-min\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop-min\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop-min\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop-min\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop-min\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop-min\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop-min\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop-min\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop-min\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop-min\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop-min\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop-min\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop-min\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop-min\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop-min\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop-min\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop-min\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop-min\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop-min\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop-min\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop-min\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop-min\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop-min\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop-min\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop-min\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop-min\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop-min\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop-min\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop-min\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop-min\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop-min\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop-min\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop-min\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop-min\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop-min\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop-min\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop-min\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop-min\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop-min\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop-min\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop-min\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop-min\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop-min\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop-min\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop-min\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop-min\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop-min\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop-min\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop-min\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop-min\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop-min\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop-min\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop-min\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop-min\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop-min\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop-min\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop-min\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop-min\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop-min\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop-min\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop-min\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop-min\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop-min\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop-min\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop-min\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop-min\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop-min\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop-min\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop-min\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop-min\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop-min\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop-min\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .desktop-min\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .desktop-min\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .desktop-min\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .desktop-min\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .desktop-min\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .desktop-min\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .desktop-min\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .desktop-min\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .desktop-min\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .desktop-min\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .desktop-min\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .desktop-min\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .desktop-min\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .desktop-min\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .desktop-min\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .desktop-min\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .desktop-min\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .desktop-min\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .desktop-min\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .desktop-min\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .desktop-min\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .desktop-min\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .desktop-min\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .desktop-min\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .desktop-min\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .desktop-min\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .desktop-min\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .desktop-min\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .desktop-min\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .desktop-min\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .desktop-min\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .desktop-min\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .desktop-min\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .desktop-min\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .desktop-min\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .desktop-min\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .desktop-min\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .desktop-min\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .desktop-min\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .desktop-min\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .desktop-min\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .desktop-min\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .desktop-min\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .desktop-min\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .desktop-min\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .desktop-min\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .desktop-min\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .desktop-min\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .desktop-min\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .desktop-min\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .desktop-min\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .desktop-min\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .desktop-min\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .desktop-min\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .desktop-min\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .desktop-min\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .desktop-min\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .desktop-min\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .desktop-min\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .desktop-min\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .desktop-min\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .desktop-min\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .desktop-min\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .desktop-min\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .desktop-min\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .desktop-min\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .desktop-min\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .desktop-min\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .desktop-min\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .desktop-min\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .desktop-min\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .desktop-min\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .desktop-min\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .desktop-min\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .desktop-min\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .desktop-min\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .desktop-min\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .desktop-min\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .desktop-min\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .desktop-min\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .desktop-min\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .desktop-min\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .desktop-min\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .desktop-min\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .desktop-min\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .desktop-min\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .desktop-min\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .desktop-min\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .desktop-min\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .desktop-min\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .desktop-min\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .desktop-min\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .desktop-min\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .desktop-min\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .desktop-min\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .desktop-min\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .desktop-min\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .desktop-min\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .desktop-min\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .desktop-min\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .desktop-min\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .desktop-min\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .desktop-min\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .desktop-min\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .desktop-min\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .desktop-min\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .desktop-min\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .desktop-min\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .desktop-min\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .desktop-min\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .desktop-min\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .desktop-min\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .desktop-min\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .desktop-min\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .desktop-min\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .desktop-min\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .desktop-min\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .desktop-min\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .desktop-min\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .desktop-min\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .desktop-min\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .desktop-min\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .desktop-min\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .desktop-min\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .desktop-min\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .desktop-min\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .desktop-min\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .desktop-min\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .desktop-min\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .desktop-min\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .desktop-min\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .desktop-min\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .desktop-min\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .desktop-min\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .desktop-min\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .desktop-min\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .desktop-min\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .desktop-min\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .desktop-min\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .desktop-min\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .desktop-min\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .desktop-min\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .desktop-min\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .desktop-min\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .desktop-min\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .desktop-min\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .desktop-min\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .desktop-min\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .desktop-min\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .desktop-min\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .desktop-min\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .desktop-min\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .desktop-min\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .desktop-min\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .desktop-min\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .desktop-min\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .desktop-min\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .desktop-min\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .desktop-min\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .desktop-min\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .desktop-min\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .desktop-min\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .desktop-min\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .desktop-min\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .desktop-min\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .desktop-min\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .desktop-min\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .desktop-min\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .desktop-min\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .desktop-min\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .desktop-min\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .desktop-min\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .desktop-min\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .desktop-min\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .desktop-min\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .desktop-min\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .desktop-min\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .desktop-min\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .desktop-min\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .desktop-min\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .desktop-min\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .desktop-min\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .desktop-min\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .desktop-min\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .desktop-min\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .desktop-min\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .desktop-min\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .desktop-min\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .desktop-min\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .desktop-min\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .desktop-min\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .desktop-min\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .desktop-min\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .desktop-min\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .desktop-min\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .desktop-min\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .desktop-min\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .desktop-min\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .desktop-min\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .desktop-min\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .desktop-min\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .desktop-min\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .desktop-min\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .desktop-min\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .desktop-min\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .desktop-min\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .desktop-min\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .desktop-min\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .desktop-min\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .desktop-min\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .desktop-min\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .desktop-min\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .desktop-min\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .desktop-min\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .desktop-min\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .desktop-min\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .desktop-min\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .desktop-min\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .desktop-min\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .desktop-min\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .desktop-min\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .desktop-min\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .desktop-min\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .desktop-min\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .desktop-min\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .desktop-min\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .desktop-min\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .desktop-min\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .desktop-min\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .desktop-min\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .desktop-min\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .desktop-min\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .desktop-min\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .desktop-min\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .desktop-min\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .desktop-min\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .desktop-min\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .desktop-min\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .desktop-min\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .desktop-min\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .desktop-min\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .desktop-min\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .desktop-min\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .desktop-min\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .desktop-min\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .desktop-min\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .desktop-min\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .desktop-min\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .desktop-min\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .desktop-min\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .desktop-min\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .desktop-min\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .desktop-min\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .desktop-min\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .desktop-min\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .desktop-min\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .desktop-min\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .desktop-min\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .desktop-min\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .desktop-min\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .desktop-min\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .desktop-min\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .desktop-min\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .desktop-min\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .desktop-min\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .desktop-min\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .desktop-min\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .desktop-min\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .desktop-min\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .desktop-min\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .desktop-min\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .desktop-min\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .desktop-min\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .desktop-min\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .desktop-min\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .desktop-min\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .desktop-min\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .desktop-min\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .desktop-min\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .desktop-min\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .desktop-min\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .desktop-min\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .desktop-min\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .desktop-min\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .desktop-min\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .desktop-min\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .desktop-min\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .desktop-min\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .desktop-min\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .desktop-min\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .desktop-min\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .desktop-min\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .desktop-min\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .desktop-min\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .desktop-min\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .desktop-min\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .desktop-min\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .desktop-min\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .desktop-min\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .desktop-min\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .desktop-min\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .desktop-min\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .desktop-min\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .desktop-min\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .desktop-min\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .desktop-min\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .desktop-min\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .desktop-min\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .desktop-min\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .desktop-min\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .desktop-min\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .desktop-min\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .desktop-min\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .desktop-min\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .desktop-min\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .desktop-min\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .desktop-min\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .desktop-min\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .desktop-min\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .desktop-min\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .desktop-min\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .desktop-min\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .desktop-min\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .desktop-min\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .desktop-min\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .desktop-min\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .desktop-min\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .desktop-min\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .desktop-min\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .desktop-min\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .desktop-min\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .desktop-min\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .desktop-min\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .desktop-min\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .desktop-min\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .desktop-min\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .desktop-min\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .desktop-min\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .desktop-min\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .desktop-min\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .desktop-min\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .desktop-min\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .desktop-min\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .desktop-min\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .desktop-min\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .desktop-min\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .desktop-min\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .desktop-min\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .desktop-min\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .desktop-min\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .desktop-min\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .desktop-min\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .desktop-min\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .desktop-min\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .desktop-min\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .desktop-min\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .desktop-min\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .desktop-min\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .desktop-min\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .desktop-min\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .desktop-min\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .desktop-min\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .desktop-min\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .desktop-min\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .desktop-min\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .desktop-min\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .desktop-min\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .desktop-min\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .desktop-min\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .desktop-min\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .desktop-min\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .desktop-min\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .desktop-min\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .desktop-min\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .desktop-min\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .desktop-min\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .desktop-min\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .desktop-min\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .desktop-min\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .desktop-min\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .desktop-min\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .desktop-min\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .desktop-min\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .desktop-min\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .desktop-min\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .desktop-min\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .desktop-min\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .desktop-min\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .desktop-min\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .desktop-min\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .desktop-min\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .desktop-min\:last\:p-0:last-child {
    padding: 0px;
  }

  .desktop-min\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .desktop-min\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .desktop-min\:last\:p-3:last-child {
    padding: 3px;
  }

  .desktop-min\:last\:p-4:last-child {
    padding: 4px;
  }

  .desktop-min\:last\:p-5:last-child {
    padding: 5px;
  }

  .desktop-min\:last\:p-6:last-child {
    padding: 6px;
  }

  .desktop-min\:last\:p-8:last-child {
    padding: 8px;
  }

  .desktop-min\:last\:p-9:last-child {
    padding: 9px;
  }

  .desktop-min\:last\:p-10:last-child {
    padding: 10px;
  }

  .desktop-min\:last\:p-12:last-child {
    padding: 12px;
  }

  .desktop-min\:last\:p-13:last-child {
    padding: 13px;
  }

  .desktop-min\:last\:p-14:last-child {
    padding: 14px;
  }

  .desktop-min\:last\:p-15:last-child {
    padding: 15px;
  }

  .desktop-min\:last\:p-16:last-child {
    padding: 16px;
  }

  .desktop-min\:last\:p-17:last-child {
    padding: 17px;
  }

  .desktop-min\:last\:p-18:last-child {
    padding: 18px;
  }

  .desktop-min\:last\:p-20:last-child {
    padding: 20px;
  }

  .desktop-min\:last\:p-22:last-child {
    padding: 22px;
  }

  .desktop-min\:last\:p-24:last-child {
    padding: 24px;
  }

  .desktop-min\:last\:p-25:last-child {
    padding: 25px;
  }

  .desktop-min\:last\:p-28:last-child {
    padding: 28px;
  }

  .desktop-min\:last\:p-29:last-child {
    padding: 29px;
  }

  .desktop-min\:last\:p-30:last-child {
    padding: 30px;
  }

  .desktop-min\:last\:p-32:last-child {
    padding: 32px;
  }

  .desktop-min\:last\:p-35:last-child {
    padding: 35px;
  }

  .desktop-min\:last\:p-36:last-child {
    padding: 36px;
  }

  .desktop-min\:last\:p-37:last-child {
    padding: 37px;
  }

  .desktop-min\:last\:p-40:last-child {
    padding: 40px;
  }

  .desktop-min\:last\:p-45:last-child {
    padding: 45px;
  }

  .desktop-min\:last\:p-48:last-child {
    padding: 48px;
  }

  .desktop-min\:last\:p-50:last-child {
    padding: 50px;
  }

  .desktop-min\:last\:p-55:last-child {
    padding: 55px;
  }

  .desktop-min\:last\:p-56:last-child {
    padding: 56px;
  }

  .desktop-min\:last\:p-60:last-child {
    padding: 60px;
  }

  .desktop-min\:last\:p-62:last-child {
    padding: 62px;
  }

  .desktop-min\:last\:p-64:last-child {
    padding: 64px;
  }

  .desktop-min\:last\:p-65:last-child {
    padding: 65px;
  }

  .desktop-min\:last\:p-70:last-child {
    padding: 70px;
  }

  .desktop-min\:last\:p-75:last-child {
    padding: 75px;
  }

  .desktop-min\:last\:p-80:last-child {
    padding: 80px;
  }

  .desktop-min\:last\:p-85:last-child {
    padding: 85px;
  }

  .desktop-min\:last\:p-90:last-child {
    padding: 90px;
  }

  .desktop-min\:last\:p-95:last-child {
    padding: 95px;
  }

  .desktop-min\:last\:p-96:last-child {
    padding: 96px;
  }

  .desktop-min\:last\:p-100:last-child {
    padding: 100px;
  }

  .desktop-min\:last\:p-110:last-child {
    padding: 110px;
  }

  .desktop-min\:last\:p-115:last-child {
    padding: 115px;
  }

  .desktop-min\:last\:p-120:last-child {
    padding: 120px;
  }

  .desktop-min\:last\:p-128:last-child {
    padding: 128px;
  }

  .desktop-min\:last\:p-135:last-child {
    padding: 135px;
  }

  .desktop-min\:last\:p-140:last-child {
    padding: 140px;
  }

  .desktop-min\:last\:p-145:last-child {
    padding: 145px;
  }

  .desktop-min\:last\:p-150:last-child {
    padding: 150px;
  }

  .desktop-min\:last\:p-160:last-child {
    padding: 160px;
  }

  .desktop-min\:last\:p-165:last-child {
    padding: 165px;
  }

  .desktop-min\:last\:p-168:last-child {
    padding: 168px;
  }

  .desktop-min\:last\:p-170:last-child {
    padding: 170px;
  }

  .desktop-min\:last\:p-180:last-child {
    padding: 180px;
  }

  .desktop-min\:last\:p-200:last-child {
    padding: 200px;
  }

  .desktop-min\:last\:p-220:last-child {
    padding: 220px;
  }

  .desktop-min\:last\:p-230:last-child {
    padding: 230px;
  }

  .desktop-min\:last\:p-235:last-child {
    padding: 235px;
  }

  .desktop-min\:last\:p-240:last-child {
    padding: 240px;
  }

  .desktop-min\:last\:p-250:last-child {
    padding: 250px;
  }

  .desktop-min\:last\:p-300:last-child {
    padding: 300px;
  }

  .desktop-min\:last\:p-320:last-child {
    padding: 320px;
  }

  .desktop-min\:last\:p-350:last-child {
    padding: 350px;
  }

  .desktop-min\:last\:p-375:last-child {
    padding: 375px;
  }

  .desktop-min\:last\:p-400:last-child {
    padding: 400px;
  }

  .desktop-min\:last\:p-450:last-child {
    padding: 450px;
  }

  .desktop-min\:last\:p-700:last-child {
    padding: 700px;
  }

  .desktop-min\:last\:p-px:last-child {
    padding: 1px;
  }

  .desktop-min\:last\:p-1p:last-child {
    padding: 1%;
  }

  .desktop-min\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .desktop-min\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .desktop-min\:last\:p-11p:last-child {
    padding: 11%;
  }

  .desktop-min\:last\:p-20p:last-child {
    padding: 20%;
  }

  .desktop-min\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .desktop-min\:last\:p-25p:last-child {
    padding: 25%;
  }

  .desktop-min\:last\:p-32p:last-child {
    padding: 32%;
  }

  .desktop-min\:last\:p-35p:last-child {
    padding: 35%;
  }

  .desktop-min\:last\:p-40p:last-child {
    padding: 40%;
  }

  .desktop-min\:last\:p-49p:last-child {
    padding: 49%;
  }

  .desktop-min\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .desktop-min\:last\:p-80p:last-child {
    padding: 80%;
  }

  .desktop-min\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .desktop-min\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .desktop-min\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .desktop-min\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .desktop-min\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .desktop-min\:last\:p-90p:last-child {
    padding: 90%;
  }

  .desktop-min\:last\:p-92p:last-child {
    padding: 92%;
  }

  .desktop-min\:last\:p-93p:last-child {
    padding: 93%;
  }

  .desktop-min\:last\:p-94p:last-child {
    padding: 94%;
  }

  .desktop-min\:last\:p-95p:last-child {
    padding: 95%;
  }

  .desktop-min\:last\:p-96p:last-child {
    padding: 96%;
  }

  .desktop-min\:last\:p-100p:last-child {
    padding: 100%;
  }

  .desktop-min\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .desktop-min\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop-min\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop-min\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop-min\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop-min\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop-min\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .desktop-min\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .desktop-min\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .desktop-min\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .desktop-min\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .desktop-min\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .desktop-min\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .desktop-min\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .desktop-min\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .desktop-min\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-min\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .desktop-min\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .desktop-min\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desktop-min\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop-min\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .desktop-min\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop-min\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .desktop-min\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .desktop-min\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .desktop-min\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .desktop-min\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .desktop-min\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-min\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .desktop-min\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .desktop-min\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .desktop-min\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .desktop-min\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .desktop-min\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .desktop-min\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-min\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-min\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .desktop-min\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .desktop-min\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .desktop-min\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-min\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .desktop-min\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .desktop-min\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .desktop-min\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .desktop-min\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .desktop-min\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .desktop-min\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desktop-min\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .desktop-min\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .desktop-min\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop-min\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .desktop-min\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .desktop-min\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .desktop-min\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .desktop-min\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .desktop-min\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .desktop-min\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop-min\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desktop-min\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .desktop-min\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .desktop-min\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .desktop-min\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop-min\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop-min\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .desktop-min\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .desktop-min\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .desktop-min\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .desktop-min\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .desktop-min\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .desktop-min\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .desktop-min\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .desktop-min\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .desktop-min\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .desktop-min\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop-min\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .desktop-min\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .desktop-min\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desktop-min\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .desktop-min\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .desktop-min\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .desktop-min\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .desktop-min\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .desktop-min\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .desktop-min\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .desktop-min\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desktop-min\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .desktop-min\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .desktop-min\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .desktop-min\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .desktop-min\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .desktop-min\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .desktop-min\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .desktop-min\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .desktop-min\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .desktop-min\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .desktop-min\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .desktop-min\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .desktop-min\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .desktop-min\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .desktop-min\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .desktop-min\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .desktop-min\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .desktop-min\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .desktop-min\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .desktop-min\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .desktop-min\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .desktop-min\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .desktop-min\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .desktop-min\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .desktop-min\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .desktop-min\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .desktop-min\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .desktop-min\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .desktop-min\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .desktop-min\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .desktop-min\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .desktop-min\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .desktop-min\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .desktop-min\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .desktop-min\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .desktop-min\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .desktop-min\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .desktop-min\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .desktop-min\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .desktop-min\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .desktop-min\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .desktop-min\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .desktop-min\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .desktop-min\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .desktop-min\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .desktop-min\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .desktop-min\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .desktop-min\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .desktop-min\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .desktop-min\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .desktop-min\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .desktop-min\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .desktop-min\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .desktop-min\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .desktop-min\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .desktop-min\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .desktop-min\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .desktop-min\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .desktop-min\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .desktop-min\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop-min\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop-min\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .desktop-min\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .desktop-min\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .desktop-min\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .desktop-min\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .desktop-min\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .desktop-min\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .desktop-min\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .desktop-min\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop-min\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop-min\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .desktop-min\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .desktop-min\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .desktop-min\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .desktop-min\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .desktop-min\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .desktop-min\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .desktop-min\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .desktop-min\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .desktop-min\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .desktop-min\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .desktop-min\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .desktop-min\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .desktop-min\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .desktop-min\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .desktop-min\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .desktop-min\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .desktop-min\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .desktop-min\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .desktop-min\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .desktop-min\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .desktop-min\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .desktop-min\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .desktop-min\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .desktop-min\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .desktop-min\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .desktop-min\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .desktop-min\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .desktop-min\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .desktop-min\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .desktop-min\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .desktop-min\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .desktop-min\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .desktop-min\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .desktop-min\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .desktop-min\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .desktop-min\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .desktop-min\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .desktop-min\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .desktop-min\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .desktop-min\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .desktop-min\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .desktop-min\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .desktop-min\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .desktop-min\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .desktop-min\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .desktop-min\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .desktop-min\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .desktop-min\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .desktop-min\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .desktop-min\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .desktop-min\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .desktop-min\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .desktop-min\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .desktop-min\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .desktop-min\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .desktop-min\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .desktop-min\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .desktop-min\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .desktop-min\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .desktop-min\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .desktop-min\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .desktop-min\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .desktop-min\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .desktop-min\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .desktop-min\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .desktop-min\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .desktop-min\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .desktop-min\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .desktop-min\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .desktop-min\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .desktop-min\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .desktop-min\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .desktop-min\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .desktop-min\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .desktop-min\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .desktop-min\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .desktop-min\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .desktop-min\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .desktop-min\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .desktop-min\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .desktop-min\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .desktop-min\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .desktop-min\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .desktop-min\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .desktop-min\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .desktop-min\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .desktop-min\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .desktop-min\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .desktop-min\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .desktop-min\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .desktop-min\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .desktop-min\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .desktop-min\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .desktop-min\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .desktop-min\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .desktop-min\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .desktop-min\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .desktop-min\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .desktop-min\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .desktop-min\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .desktop-min\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .desktop-min\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .desktop-min\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .desktop-min\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .desktop-min\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .desktop-min\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .desktop-min\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .desktop-min\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .desktop-min\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .desktop-min\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .desktop-min\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .desktop-min\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .desktop-min\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .desktop-min\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .desktop-min\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .desktop-min\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .desktop-min\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .desktop-min\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .desktop-min\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .desktop-min\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .desktop-min\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .desktop-min\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .desktop-min\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .desktop-min\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .desktop-min\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .desktop-min\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .desktop-min\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .desktop-min\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .desktop-min\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .desktop-min\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .desktop-min\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .desktop-min\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .desktop-min\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .desktop-min\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .desktop-min\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .desktop-min\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .desktop-min\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .desktop-min\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .desktop-min\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .desktop-min\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .desktop-min\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .desktop-min\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .desktop-min\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .desktop-min\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .desktop-min\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .desktop-min\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .desktop-min\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .desktop-min\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .desktop-min\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .desktop-min\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .desktop-min\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .desktop-min\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .desktop-min\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .desktop-min\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .desktop-min\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .desktop-min\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .desktop-min\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .desktop-min\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .desktop-min\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .desktop-min\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .desktop-min\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .desktop-min\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .desktop-min\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .desktop-min\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .desktop-min\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .desktop-min\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .desktop-min\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .desktop-min\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .desktop-min\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .desktop-min\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .desktop-min\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .desktop-min\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .desktop-min\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .desktop-min\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .desktop-min\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .desktop-min\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .desktop-min\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .desktop-min\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .desktop-min\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .desktop-min\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .desktop-min\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .desktop-min\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .desktop-min\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .desktop-min\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .desktop-min\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .desktop-min\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .desktop-min\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .desktop-min\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .desktop-min\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .desktop-min\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .desktop-min\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .desktop-min\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .desktop-min\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .desktop-min\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .desktop-min\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .desktop-min\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .desktop-min\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .desktop-min\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .desktop-min\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .desktop-min\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .desktop-min\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .desktop-min\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .desktop-min\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .desktop-min\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .desktop-min\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .desktop-min\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .desktop-min\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .desktop-min\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .desktop-min\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .desktop-min\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .desktop-min\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .desktop-min\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .desktop-min\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .desktop-min\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .desktop-min\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .desktop-min\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .desktop-min\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .desktop-min\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .desktop-min\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .desktop-min\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .desktop-min\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .desktop-min\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .desktop-min\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .desktop-min\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .desktop-min\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .desktop-min\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .desktop-min\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .desktop-min\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .desktop-min\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .desktop-min\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .desktop-min\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .desktop-min\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .desktop-min\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .desktop-min\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .desktop-min\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .desktop-min\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .desktop-min\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .desktop-min\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .desktop-min\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .desktop-min\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .desktop-min\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .desktop-min\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .desktop-min\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .desktop-min\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .desktop-min\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .desktop-min\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .desktop-min\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .desktop-min\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .desktop-min\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .desktop-min\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .desktop-min\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .desktop-min\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .desktop-min\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .desktop-min\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .desktop-min\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .desktop-min\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .desktop-min\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .desktop-min\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .desktop-min\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .desktop-min\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .desktop-min\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .desktop-min\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .desktop-min\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .desktop-min\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .desktop-min\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .desktop-min\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .desktop-min\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .desktop-min\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .desktop-min\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .desktop-min\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .desktop-min\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .desktop-min\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .desktop-min\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .desktop-min\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .desktop-min\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .desktop-min\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .desktop-min\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .desktop-min\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .desktop-min\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .desktop-min\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .desktop-min\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .desktop-min\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .desktop-min\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .desktop-min\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .desktop-min\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .desktop-min\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .desktop-min\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .desktop-min\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .desktop-min\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .desktop-min\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .desktop-min\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .desktop-min\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .desktop-min\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .desktop-min\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .desktop-min\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .desktop-min\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .desktop-min\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .desktop-min\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .desktop-min\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .desktop-min\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .desktop-min\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .desktop-min\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .desktop-min\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .desktop-min\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .desktop-min\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .desktop-min\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .desktop-min\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .desktop-min\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .desktop-min\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .desktop-min\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .desktop-min\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .desktop-min\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .desktop-min\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .desktop-min\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .desktop-min\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .desktop-min\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .desktop-min\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .desktop-min\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .desktop-min\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .desktop-min\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .desktop-min\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .desktop-min\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .desktop-min\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .desktop-min\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .desktop-min\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .desktop-min\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .desktop-min\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .desktop-min\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .desktop-min\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .desktop-min\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .desktop-min\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .desktop-min\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .desktop-min\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .desktop-min\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .desktop-min\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .desktop-min\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .desktop-min\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .desktop-min\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .desktop-min\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .desktop-min\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .desktop-min\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .desktop-min\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .desktop-min\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .desktop-min\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .desktop-min\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .desktop-min\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .desktop-min\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .desktop-min\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .desktop-min\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .desktop-min\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .desktop-min\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .desktop-min\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .desktop-min\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .desktop-min\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .desktop-min\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .desktop-min\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .desktop-min\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .desktop-min\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .desktop-min\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .desktop-min\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .desktop-min\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .desktop-min\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .desktop-min\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .desktop-min\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .desktop-min\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .desktop-min\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .desktop-min\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .desktop-min\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .desktop-min\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .desktop-min\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .desktop-min\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .desktop-min\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .desktop-min\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .desktop-min\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .desktop-min\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .desktop-min\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .desktop-min\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .desktop-min\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .desktop-min\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .desktop-min\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .desktop-min\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .desktop-min\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .desktop-min\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .desktop-min\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .desktop-min\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .desktop-min\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .desktop-min\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .desktop-min\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .desktop-min\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .desktop-min\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .desktop-min\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .desktop-min\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .desktop-min\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .desktop-min\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .desktop-min\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .desktop-min\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .desktop-min\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .desktop-min\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .desktop-min\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .desktop-min\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .desktop-min\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .desktop-min\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .desktop-min\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .desktop-min\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .desktop-min\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .desktop-min\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .desktop-min\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .desktop-min\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .desktop-min\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .desktop-min\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .desktop-min\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .desktop-min\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .desktop-min\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .desktop-min\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .desktop-min\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .desktop-min\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .desktop-min\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .desktop-min\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .desktop-min\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .desktop-min\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .desktop-min\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .desktop-min\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .desktop-min\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .desktop-min\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .desktop-min\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .desktop-min\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .desktop-min\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .desktop-min\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .desktop-min\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .desktop-min\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .desktop-min\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .desktop-min\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .desktop-min\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .desktop-min\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .desktop-min\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .desktop-min\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .desktop-min\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .desktop-min\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .desktop-min\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .desktop-min\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .desktop-min\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .desktop-min\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .desktop-min\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .desktop-min\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .desktop-min\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .desktop-min\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .desktop-min\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .desktop-min\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .desktop-min\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .desktop-min\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .desktop-min\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .desktop-min\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .desktop-min\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .desktop-min\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .desktop-min\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .desktop-min\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .desktop-min\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .desktop-min\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .desktop-min\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .desktop-min\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .desktop-min\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .desktop-min\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .desktop-min\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .desktop-min\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .desktop-min\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .desktop-min\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .desktop-min\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .desktop-min\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .desktop-min\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .desktop-min\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .desktop-min\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .desktop-min\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .desktop-min\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .desktop-min\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .desktop-min\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .desktop-min\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .desktop-min\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .desktop-min\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .desktop-min\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .desktop-min\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .desktop-min\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .desktop-min\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .desktop-min\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .desktop-min\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .desktop-min\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .desktop-min\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .desktop-min\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .desktop-min\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .desktop-min\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .desktop-min\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .desktop-min\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .desktop-min\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .desktop-min\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .desktop-min\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .desktop-min\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .desktop-min\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .desktop-min\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .desktop-min\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .desktop-min\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .desktop-min\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .desktop-min\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .desktop-min\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .desktop-min\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .desktop-min\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .desktop-min\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .desktop-min\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .desktop-min\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .desktop-min\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .desktop-min\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .desktop-min\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .desktop-min\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .desktop-min\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .desktop-min\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .desktop-min\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .desktop-min\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .desktop-min\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .desktop-min\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .desktop-min\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .desktop-min\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .desktop-min\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .desktop-min\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .desktop-min\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .desktop-min\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .desktop-min\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .desktop-min\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .desktop-min\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .desktop-min\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .desktop-min\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .desktop-min\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .desktop-min\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .desktop-min\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .desktop-min\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .desktop-min\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .desktop-min\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .desktop-min\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .desktop-min\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .desktop-min\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .desktop-min\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .desktop-min\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .desktop-min\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .desktop-min\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .desktop-min\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .desktop-min\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .desktop-min\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .desktop-min\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .desktop-min\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .desktop-min\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .desktop-min\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .desktop-min\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .desktop-min\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .desktop-min\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .desktop-min\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .desktop-min\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .desktop-min\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .desktop-min\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .desktop-min\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .desktop-min\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .desktop-min\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .desktop-min\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .desktop-min\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .desktop-min\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .desktop-min\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .desktop-min\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .desktop-min\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .desktop-min\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .desktop-min\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .desktop-min\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .desktop-min\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .desktop-min\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .desktop-min\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .desktop-min\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .desktop-min\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .desktop-min\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .desktop-min\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .desktop-min\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .desktop-min\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .desktop-min\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .desktop-min\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .desktop-min\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .desktop-min\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .desktop-min\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .desktop-min\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .desktop-min\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .desktop-min\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .desktop-min\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .desktop-min\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .desktop-min\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .desktop-min\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .desktop-min\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .desktop-min\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .desktop-min\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .desktop-min\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .desktop-min\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .desktop-min\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .desktop-min\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .desktop-min\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .desktop-min\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .desktop-min\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .desktop-min\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .desktop-min\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .desktop-min\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .desktop-min\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .desktop-min\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .desktop-min\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .desktop-min\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .desktop-min\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .desktop-min\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .desktop-min\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .desktop-min\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .desktop-min\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .desktop-min\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .desktop-min\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .desktop-min\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .desktop-min\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .desktop-min\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .desktop-min\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .desktop-min\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .desktop-min\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .desktop-min\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .desktop-min\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .desktop-min\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .desktop-min\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .desktop-min\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .desktop-min\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .desktop-min\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .desktop-min\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .desktop-min\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .desktop-min\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .desktop-min\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .desktop-min\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .desktop-min\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .desktop-min\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .desktop-min\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .desktop-min\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .desktop-min\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .desktop-min\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .desktop-min\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .desktop-min\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .desktop-min\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .desktop-min\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .desktop-min\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .desktop-min\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .desktop-min\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .desktop-min\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .desktop-min\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .desktop-min\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .desktop-min\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .desktop-min\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .desktop-min\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .desktop-min\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .desktop-min\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .desktop-min\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .desktop-min\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .desktop-min\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .desktop-min\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .desktop-min\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .desktop-min\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .desktop-min\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .desktop-min\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .desktop-min\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .desktop-min\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .desktop-min\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .desktop-min\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .desktop-min\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .desktop-min\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .desktop-min\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .desktop-min\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .desktop-min\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .desktop-min\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .desktop-min\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .desktop-min\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .desktop-min\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .desktop-min\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .desktop-min\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .desktop-min\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .desktop-min\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .desktop-min\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .desktop-min\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .desktop-min\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .desktop-min\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .desktop-min\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .desktop-min\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .desktop-min\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .desktop-min\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .desktop-min\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .desktop-min\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .desktop-min\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .desktop-min\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .desktop-min\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .desktop-min\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .desktop-min\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .desktop-min\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .desktop-min\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .desktop-min\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .desktop-min\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .desktop-min\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .desktop-min\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .desktop-min\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .desktop-min\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .desktop-min\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .desktop-min\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .desktop-min\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .desktop-min\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .desktop-min\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .desktop-min\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .desktop-min\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .desktop-min\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .desktop-min\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .desktop-min\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .desktop-min\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .desktop-min\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .desktop-min\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .desktop-min\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .desktop-min\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .desktop-min\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .desktop-min\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .desktop-min\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .desktop-min\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .desktop-min\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .desktop-min\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .desktop-min\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .desktop-min\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .desktop-min\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .desktop-min\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .desktop-min\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .desktop-min\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .desktop-min\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .desktop-min\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .desktop-min\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .desktop-min\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .desktop-min\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .desktop-min\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .desktop-min\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .desktop-min\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .desktop-min\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .desktop-min\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .desktop-min\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .desktop-min\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .desktop-min\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .desktop-min\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .desktop-min\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .desktop-min\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .desktop-min\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .desktop-min\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .desktop-min\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .desktop-min\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .desktop-min\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .desktop-min\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .desktop-min\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .desktop-min\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .desktop-min\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .desktop-min\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .desktop-min\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .desktop-min\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .desktop-min\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .desktop-min\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .desktop-min\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .desktop-min\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .desktop-min\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .desktop-min\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .desktop-min\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .desktop-min\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .desktop-min\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .desktop-min\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .desktop-min\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .desktop-min\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .desktop-min\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .desktop-min\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .desktop-min\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .desktop-min\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .desktop-min\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .desktop-min\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .desktop-min\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .desktop-min\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .desktop-min\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .desktop-min\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .desktop-min\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .desktop-min\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .desktop-min\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .desktop-min\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .desktop-min\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .desktop-min\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .desktop-min\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .desktop-min\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .desktop-min\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .desktop-min\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .desktop-min\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .desktop-min\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .desktop-min\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .desktop-min\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .desktop-min\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .desktop-min\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .desktop-min\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .desktop-min\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .desktop-min\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .desktop-min\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .desktop-min\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .desktop-min\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .desktop-min\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .desktop-min\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .desktop-min\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .desktop-min\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .desktop-min\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .desktop-min\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .desktop-min\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .desktop-min\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .desktop-min\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .desktop-min\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .desktop-min\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .desktop-min\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .desktop-min\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .desktop-min\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .desktop-min\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .desktop-min\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .desktop-min\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .desktop-min\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .desktop-min\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .desktop-min\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .desktop-min\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .desktop-min\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .desktop-min\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .desktop-min\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .desktop-min\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .desktop-min\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .desktop-min\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .desktop-min\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .desktop-min\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .desktop-min\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .desktop-min\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .desktop-min\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .desktop-min\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .desktop-min\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .desktop-min\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .desktop-min\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .desktop-min\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .desktop-min\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .desktop-min\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .desktop-min\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .desktop-min\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .desktop-min\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .desktop-min\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .desktop-min\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .desktop-min\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .desktop-min\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .desktop-min\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .desktop-min\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .desktop-min\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .desktop-min\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .desktop-min\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .desktop-min\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .desktop-min\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .desktop-min\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .desktop-min\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .desktop-min\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .desktop-min\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .desktop-min\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .desktop-min\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .desktop-min\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .desktop-min\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .desktop-min\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .desktop-min\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .desktop-min\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .desktop-min\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .desktop-min\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .desktop-min\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .desktop-min\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .desktop-min\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .desktop-min\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .desktop-min\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .desktop-min\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .desktop-min\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .desktop-min\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .desktop-min\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .desktop-min\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .desktop-min\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .desktop-min\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .desktop-min\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .desktop-min\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .desktop-min\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .desktop-min\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .desktop-min\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .desktop-min\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .desktop-min\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .desktop-min\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .desktop-min\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .desktop-min\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .desktop-min\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .desktop-min\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .desktop-min\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .desktop-min\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .desktop-min\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .desktop-min\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .desktop-min\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .desktop-min\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .desktop-min\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .desktop-min\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .desktop-min\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .desktop-min\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .desktop-min\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .desktop-min\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .desktop-min\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .desktop-min\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .desktop-min\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .desktop-min\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .desktop-min\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .desktop-min\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .desktop-min\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .desktop-min\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .desktop-min\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .desktop-min\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .desktop-min\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .desktop-min\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .desktop-min\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .desktop-min\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .desktop-min\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .desktop-min\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .desktop-min\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .desktop-min\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .desktop-min\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .desktop-min\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .desktop-min\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .desktop-min\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .desktop-min\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .desktop-min\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .desktop-min\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .desktop-min\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .desktop-min\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .desktop-min\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .desktop-min\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .desktop-min\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .desktop-min\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .desktop-min\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .desktop-min\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .desktop-min\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .desktop-min\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .desktop-min\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .desktop-min\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .desktop-min\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .desktop-min\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .desktop-min\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .desktop-min\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .desktop-min\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .desktop-min\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .desktop-min\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .desktop-min\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .desktop-min\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .desktop-min\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .desktop-min\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .desktop-min\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .desktop-min\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .desktop-min\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .desktop-min\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .desktop-min\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .desktop-min\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .desktop-min\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .desktop-min\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .desktop-min\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .desktop-min\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .desktop-min\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .desktop-min\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .desktop-min\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .desktop-min\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .desktop-min\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .desktop-min\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .desktop-min\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .desktop-min\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .desktop-min\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .desktop-min\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .desktop-min\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .desktop-min\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .desktop-min\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .desktop-min\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .desktop-min\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .desktop-min\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .desktop-min\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .desktop-min\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .desktop-min\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .desktop-min\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .desktop-min\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .desktop-min\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .desktop-min\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .desktop-min\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .desktop-min\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .desktop-min\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .desktop-min\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .desktop-min\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .desktop-min\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .desktop-min\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .desktop-min\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .desktop-min\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .desktop-min\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .desktop-min\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .desktop-min\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .desktop-min\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .desktop-min\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .desktop-min\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .desktop-min\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .desktop-min\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .desktop-min\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .desktop-min\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .desktop-min\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .desktop-min\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .desktop-min\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .desktop-min\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .desktop-min\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .desktop-min\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .desktop-min\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop-min\:placeholder-current::placeholder {
    color: currentColor;
  }

  .desktop-min\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .desktop-min\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .desktop-min\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .desktop-min\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .desktop-min\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop-min\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .desktop-min\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .desktop-min\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .desktop-min\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .desktop-min\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .desktop-min\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop-min\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .desktop-min\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .desktop-min\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .desktop-min\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .desktop-min\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .desktop-min\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop-min\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .desktop-min\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .desktop-min\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .desktop-min\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .desktop-min\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .desktop-min\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .desktop-min\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .desktop-min\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .desktop-min\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .desktop-min\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .desktop-min\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .desktop-min\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .desktop-min\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .desktop-min\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .desktop-min\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .desktop-min\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .desktop-min\:pointer-events-none {
    pointer-events: none;
  }

  .desktop-min\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop-min\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .desktop-min\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .desktop-min\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .desktop-min\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .desktop-min\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .desktop-min\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .desktop-min\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .desktop-min\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .desktop-min\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .desktop-min\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop-min\:static {
    position: static;
  }

  .desktop-min\:fixed {
    position: fixed;
  }

  .desktop-min\:absolute {
    position: absolute;
  }

  .desktop-min\:relative {
    position: relative;
  }

  .desktop-min\:sticky {
    position: sticky;
  }

  .desktop-min\:hover\:static:hover {
    position: static;
  }

  .desktop-min\:hover\:fixed:hover {
    position: fixed;
  }

  .desktop-min\:hover\:absolute:hover {
    position: absolute;
  }

  .desktop-min\:hover\:relative:hover {
    position: relative;
  }

  .desktop-min\:hover\:sticky:hover {
    position: sticky;
  }

  .desktop-min\:focus\:static:focus {
    position: static;
  }

  .desktop-min\:focus\:fixed:focus {
    position: fixed;
  }

  .desktop-min\:focus\:absolute:focus {
    position: absolute;
  }

  .desktop-min\:focus\:relative:focus {
    position: relative;
  }

  .desktop-min\:focus\:sticky:focus {
    position: sticky;
  }

  .desktop-min\:first\:static:first-child {
    position: static;
  }

  .desktop-min\:first\:fixed:first-child {
    position: fixed;
  }

  .desktop-min\:first\:absolute:first-child {
    position: absolute;
  }

  .desktop-min\:first\:relative:first-child {
    position: relative;
  }

  .desktop-min\:first\:sticky:first-child {
    position: sticky;
  }

  .desktop-min\:last\:static:last-child {
    position: static;
  }

  .desktop-min\:last\:fixed:last-child {
    position: fixed;
  }

  .desktop-min\:last\:absolute:last-child {
    position: absolute;
  }

  .desktop-min\:last\:relative:last-child {
    position: relative;
  }

  .desktop-min\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .desktop-min\:group-hover\:static {
    position: static;
  }

  .group:hover .desktop-min\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .desktop-min\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .desktop-min\:group-hover\:relative {
    position: relative;
  }

  .group:hover .desktop-min\:group-hover\:sticky {
    position: sticky;
  }

  .desktop-min\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop-min\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop-min\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop-min\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop-min\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop-min\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop-min\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop-min\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop-min\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop-min\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop-min\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop-min\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop-min\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop-min\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop-min\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop-min\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop-min\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop-min\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop-min\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop-min\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop-min\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop-min\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop-min\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop-min\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop-min\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop-min\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop-min\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop-min\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop-min\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop-min\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .desktop-min\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .desktop-min\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .desktop-min\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .desktop-min\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .desktop-min\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .desktop-min\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .desktop-min\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .desktop-min\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .desktop-min\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .desktop-min\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .desktop-min\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .desktop-min\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .desktop-min\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .desktop-min\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .desktop-min\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .desktop-min\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .desktop-min\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .desktop-min\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .desktop-min\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .desktop-min\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .desktop-min\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .desktop-min\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .desktop-min\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .desktop-min\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .desktop-min\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .desktop-min\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .desktop-min\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .desktop-min\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .desktop-min\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .desktop-min\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .desktop-min\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .desktop-min\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .desktop-min\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .desktop-min\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .desktop-min\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .desktop-min\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .desktop-min\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .desktop-min\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .desktop-min\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .desktop-min\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .desktop-min\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .desktop-min\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .desktop-min\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .desktop-min\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop-min\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .desktop-min\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .desktop-min\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .desktop-min\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .desktop-min\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .desktop-min\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .desktop-min\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .desktop-min\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .desktop-min\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .desktop-min\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .desktop-min\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop-min\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .desktop-min\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .desktop-min\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .desktop-min\:top-0 {
    top: 0;
  }

  .desktop-min\:right-0 {
    right: 0;
  }

  .desktop-min\:bottom-0 {
    bottom: 0;
  }

  .desktop-min\:left-0 {
    left: 0;
  }

  .desktop-min\:top-5 {
    top: 5px;
  }

  .desktop-min\:right-5 {
    right: 5px;
  }

  .desktop-min\:bottom-5 {
    bottom: 5px;
  }

  .desktop-min\:left-5 {
    left: 5px;
  }

  .desktop-min\:top-10 {
    top: 10px;
  }

  .desktop-min\:right-10 {
    right: 10px;
  }

  .desktop-min\:bottom-10 {
    bottom: 10px;
  }

  .desktop-min\:left-10 {
    left: 10px;
  }

  .desktop-min\:top-15 {
    top: 15px;
  }

  .desktop-min\:right-15 {
    right: 15px;
  }

  .desktop-min\:bottom-15 {
    bottom: 15px;
  }

  .desktop-min\:left-15 {
    left: 15px;
  }

  .desktop-min\:top-16 {
    top: 16px;
  }

  .desktop-min\:right-16 {
    right: 16px;
  }

  .desktop-min\:bottom-16 {
    bottom: 16px;
  }

  .desktop-min\:left-16 {
    left: 16px;
  }

  .desktop-min\:top-20 {
    top: 20px;
  }

  .desktop-min\:right-20 {
    right: 20px;
  }

  .desktop-min\:bottom-20 {
    bottom: 20px;
  }

  .desktop-min\:left-20 {
    left: 20px;
  }

  .desktop-min\:top-21 {
    top: 21px;
  }

  .desktop-min\:right-21 {
    right: 21px;
  }

  .desktop-min\:bottom-21 {
    bottom: 21px;
  }

  .desktop-min\:left-21 {
    left: 21px;
  }

  .desktop-min\:top-22 {
    top: 22px;
  }

  .desktop-min\:right-22 {
    right: 22px;
  }

  .desktop-min\:bottom-22 {
    bottom: 22px;
  }

  .desktop-min\:left-22 {
    left: 22px;
  }

  .desktop-min\:top-25 {
    top: 25px;
  }

  .desktop-min\:right-25 {
    right: 25px;
  }

  .desktop-min\:bottom-25 {
    bottom: 25px;
  }

  .desktop-min\:left-25 {
    left: 25px;
  }

  .desktop-min\:top-30 {
    top: 30px;
  }

  .desktop-min\:right-30 {
    right: 30px;
  }

  .desktop-min\:bottom-30 {
    bottom: 30px;
  }

  .desktop-min\:left-30 {
    left: 30px;
  }

  .desktop-min\:top-35 {
    top: 35px;
  }

  .desktop-min\:right-35 {
    right: 35px;
  }

  .desktop-min\:bottom-35 {
    bottom: 35px;
  }

  .desktop-min\:left-35 {
    left: 35px;
  }

  .desktop-min\:top-37 {
    top: 37px;
  }

  .desktop-min\:right-37 {
    right: 37px;
  }

  .desktop-min\:bottom-37 {
    bottom: 37px;
  }

  .desktop-min\:left-37 {
    left: 37px;
  }

  .desktop-min\:top-38 {
    top: 38px;
  }

  .desktop-min\:right-38 {
    right: 38px;
  }

  .desktop-min\:bottom-38 {
    bottom: 38px;
  }

  .desktop-min\:left-38 {
    left: 38px;
  }

  .desktop-min\:top-40 {
    top: 40px;
  }

  .desktop-min\:right-40 {
    right: 40px;
  }

  .desktop-min\:bottom-40 {
    bottom: 40px;
  }

  .desktop-min\:left-40 {
    left: 40px;
  }

  .desktop-min\:top-50 {
    top: 50px;
  }

  .desktop-min\:right-50 {
    right: 50px;
  }

  .desktop-min\:bottom-50 {
    bottom: 50px;
  }

  .desktop-min\:left-50 {
    left: 50px;
  }

  .desktop-min\:top-70 {
    top: 70px;
  }

  .desktop-min\:right-70 {
    right: 70px;
  }

  .desktop-min\:bottom-70 {
    bottom: 70px;
  }

  .desktop-min\:left-70 {
    left: 70px;
  }

  .desktop-min\:top-100 {
    top: 100px;
  }

  .desktop-min\:right-100 {
    right: 100px;
  }

  .desktop-min\:bottom-100 {
    bottom: 100px;
  }

  .desktop-min\:left-100 {
    left: 100px;
  }

  .desktop-min\:top-120 {
    top: 120px;
  }

  .desktop-min\:right-120 {
    right: 120px;
  }

  .desktop-min\:bottom-120 {
    bottom: 120px;
  }

  .desktop-min\:left-120 {
    left: 120px;
  }

  .desktop-min\:top-130 {
    top: 130px;
  }

  .desktop-min\:right-130 {
    right: 130px;
  }

  .desktop-min\:bottom-130 {
    bottom: 130px;
  }

  .desktop-min\:left-130 {
    left: 130px;
  }

  .desktop-min\:top-140 {
    top: 140px;
  }

  .desktop-min\:right-140 {
    right: 140px;
  }

  .desktop-min\:bottom-140 {
    bottom: 140px;
  }

  .desktop-min\:left-140 {
    left: 140px;
  }

  .desktop-min\:top-180 {
    top: 180px;
  }

  .desktop-min\:right-180 {
    right: 180px;
  }

  .desktop-min\:bottom-180 {
    bottom: 180px;
  }

  .desktop-min\:left-180 {
    left: 180px;
  }

  .desktop-min\:top-auto {
    top: auto;
  }

  .desktop-min\:right-auto {
    right: auto;
  }

  .desktop-min\:bottom-auto {
    bottom: auto;
  }

  .desktop-min\:left-auto {
    left: auto;
  }

  .desktop-min\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .desktop-min\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .desktop-min\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .desktop-min\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .desktop-min\:top-10p {
    top: 10%;
  }

  .desktop-min\:right-10p {
    right: 10%;
  }

  .desktop-min\:bottom-10p {
    bottom: 10%;
  }

  .desktop-min\:left-10p {
    left: 10%;
  }

  .desktop-min\:top-20p {
    top: 20%;
  }

  .desktop-min\:right-20p {
    right: 20%;
  }

  .desktop-min\:bottom-20p {
    bottom: 20%;
  }

  .desktop-min\:left-20p {
    left: 20%;
  }

  .desktop-min\:-top-35 {
    top: -35px;
  }

  .desktop-min\:-right-35 {
    right: -35px;
  }

  .desktop-min\:-bottom-35 {
    bottom: -35px;
  }

  .desktop-min\:-left-35 {
    left: -35px;
  }

  .desktop-min\:-top-28 {
    top: -28px;
  }

  .desktop-min\:-right-28 {
    right: -28px;
  }

  .desktop-min\:-bottom-28 {
    bottom: -28px;
  }

  .desktop-min\:-left-28 {
    left: -28px;
  }

  .desktop-min\:-top-60 {
    top: -60px;
  }

  .desktop-min\:-right-60 {
    right: -60px;
  }

  .desktop-min\:-bottom-60 {
    bottom: -60px;
  }

  .desktop-min\:-left-60 {
    left: -60px;
  }

  .desktop-min\:top-vw90 {
    top: 90vw;
  }

  .desktop-min\:right-vw90 {
    right: 90vw;
  }

  .desktop-min\:bottom-vw90 {
    bottom: 90vw;
  }

  .desktop-min\:left-vw90 {
    left: 90vw;
  }

  .desktop-min\:top-1\/2 {
    top: 50%;
  }

  .desktop-min\:right-1\/2 {
    right: 50%;
  }

  .desktop-min\:bottom-1\/2 {
    bottom: 50%;
  }

  .desktop-min\:left-1\/2 {
    left: 50%;
  }

  .desktop-min\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop-min\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop-min\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop-min\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop-min\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop-min\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop-min\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop-min\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop-min\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop-min\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop-min\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop-min\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop-min\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop-min\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop-min\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop-min\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop-min\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop-min\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop-min\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop-min\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop-min\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop-min\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop-min\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop-min\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop-min\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop-min\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop-min\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop-min\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop-min\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop-min\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .desktop-min\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .desktop-min\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .desktop-min\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .desktop-min\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .desktop-min\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .desktop-min\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .desktop-min\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .desktop-min\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .desktop-min\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .desktop-min\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .desktop-min\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .desktop-min\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .desktop-min\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .desktop-min\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .desktop-min\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .desktop-min\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .desktop-min\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .desktop-min\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .desktop-min\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .desktop-min\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .desktop-min\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .desktop-min\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .desktop-min\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .desktop-min\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .desktop-min\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .desktop-min\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .desktop-min\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .desktop-min\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .desktop-min\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .desktop-min\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .desktop-min\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .desktop-min\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .desktop-min\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .desktop-min\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .desktop-min\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .desktop-min\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .desktop-min\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .desktop-min\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .desktop-min\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .desktop-min\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .desktop-min\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .desktop-min\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .desktop-min\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .desktop-min\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop-min\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .desktop-min\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .desktop-min\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .desktop-min\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .desktop-min\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .desktop-min\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .desktop-min\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .desktop-min\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .desktop-min\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .desktop-min\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .desktop-min\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop-min\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .desktop-min\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .desktop-min\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .desktop-min\:hover\:top-0:hover {
    top: 0;
  }

  .desktop-min\:hover\:right-0:hover {
    right: 0;
  }

  .desktop-min\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .desktop-min\:hover\:left-0:hover {
    left: 0;
  }

  .desktop-min\:hover\:top-5:hover {
    top: 5px;
  }

  .desktop-min\:hover\:right-5:hover {
    right: 5px;
  }

  .desktop-min\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .desktop-min\:hover\:left-5:hover {
    left: 5px;
  }

  .desktop-min\:hover\:top-10:hover {
    top: 10px;
  }

  .desktop-min\:hover\:right-10:hover {
    right: 10px;
  }

  .desktop-min\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .desktop-min\:hover\:left-10:hover {
    left: 10px;
  }

  .desktop-min\:hover\:top-15:hover {
    top: 15px;
  }

  .desktop-min\:hover\:right-15:hover {
    right: 15px;
  }

  .desktop-min\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .desktop-min\:hover\:left-15:hover {
    left: 15px;
  }

  .desktop-min\:hover\:top-16:hover {
    top: 16px;
  }

  .desktop-min\:hover\:right-16:hover {
    right: 16px;
  }

  .desktop-min\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .desktop-min\:hover\:left-16:hover {
    left: 16px;
  }

  .desktop-min\:hover\:top-20:hover {
    top: 20px;
  }

  .desktop-min\:hover\:right-20:hover {
    right: 20px;
  }

  .desktop-min\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .desktop-min\:hover\:left-20:hover {
    left: 20px;
  }

  .desktop-min\:hover\:top-21:hover {
    top: 21px;
  }

  .desktop-min\:hover\:right-21:hover {
    right: 21px;
  }

  .desktop-min\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .desktop-min\:hover\:left-21:hover {
    left: 21px;
  }

  .desktop-min\:hover\:top-22:hover {
    top: 22px;
  }

  .desktop-min\:hover\:right-22:hover {
    right: 22px;
  }

  .desktop-min\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .desktop-min\:hover\:left-22:hover {
    left: 22px;
  }

  .desktop-min\:hover\:top-25:hover {
    top: 25px;
  }

  .desktop-min\:hover\:right-25:hover {
    right: 25px;
  }

  .desktop-min\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .desktop-min\:hover\:left-25:hover {
    left: 25px;
  }

  .desktop-min\:hover\:top-30:hover {
    top: 30px;
  }

  .desktop-min\:hover\:right-30:hover {
    right: 30px;
  }

  .desktop-min\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .desktop-min\:hover\:left-30:hover {
    left: 30px;
  }

  .desktop-min\:hover\:top-35:hover {
    top: 35px;
  }

  .desktop-min\:hover\:right-35:hover {
    right: 35px;
  }

  .desktop-min\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .desktop-min\:hover\:left-35:hover {
    left: 35px;
  }

  .desktop-min\:hover\:top-37:hover {
    top: 37px;
  }

  .desktop-min\:hover\:right-37:hover {
    right: 37px;
  }

  .desktop-min\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .desktop-min\:hover\:left-37:hover {
    left: 37px;
  }

  .desktop-min\:hover\:top-38:hover {
    top: 38px;
  }

  .desktop-min\:hover\:right-38:hover {
    right: 38px;
  }

  .desktop-min\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .desktop-min\:hover\:left-38:hover {
    left: 38px;
  }

  .desktop-min\:hover\:top-40:hover {
    top: 40px;
  }

  .desktop-min\:hover\:right-40:hover {
    right: 40px;
  }

  .desktop-min\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .desktop-min\:hover\:left-40:hover {
    left: 40px;
  }

  .desktop-min\:hover\:top-50:hover {
    top: 50px;
  }

  .desktop-min\:hover\:right-50:hover {
    right: 50px;
  }

  .desktop-min\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .desktop-min\:hover\:left-50:hover {
    left: 50px;
  }

  .desktop-min\:hover\:top-70:hover {
    top: 70px;
  }

  .desktop-min\:hover\:right-70:hover {
    right: 70px;
  }

  .desktop-min\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .desktop-min\:hover\:left-70:hover {
    left: 70px;
  }

  .desktop-min\:hover\:top-100:hover {
    top: 100px;
  }

  .desktop-min\:hover\:right-100:hover {
    right: 100px;
  }

  .desktop-min\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .desktop-min\:hover\:left-100:hover {
    left: 100px;
  }

  .desktop-min\:hover\:top-120:hover {
    top: 120px;
  }

  .desktop-min\:hover\:right-120:hover {
    right: 120px;
  }

  .desktop-min\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .desktop-min\:hover\:left-120:hover {
    left: 120px;
  }

  .desktop-min\:hover\:top-130:hover {
    top: 130px;
  }

  .desktop-min\:hover\:right-130:hover {
    right: 130px;
  }

  .desktop-min\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .desktop-min\:hover\:left-130:hover {
    left: 130px;
  }

  .desktop-min\:hover\:top-140:hover {
    top: 140px;
  }

  .desktop-min\:hover\:right-140:hover {
    right: 140px;
  }

  .desktop-min\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .desktop-min\:hover\:left-140:hover {
    left: 140px;
  }

  .desktop-min\:hover\:top-180:hover {
    top: 180px;
  }

  .desktop-min\:hover\:right-180:hover {
    right: 180px;
  }

  .desktop-min\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .desktop-min\:hover\:left-180:hover {
    left: 180px;
  }

  .desktop-min\:hover\:top-auto:hover {
    top: auto;
  }

  .desktop-min\:hover\:right-auto:hover {
    right: auto;
  }

  .desktop-min\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .desktop-min\:hover\:left-auto:hover {
    left: auto;
  }

  .desktop-min\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .desktop-min\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .desktop-min\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .desktop-min\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .desktop-min\:hover\:top-10p:hover {
    top: 10%;
  }

  .desktop-min\:hover\:right-10p:hover {
    right: 10%;
  }

  .desktop-min\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .desktop-min\:hover\:left-10p:hover {
    left: 10%;
  }

  .desktop-min\:hover\:top-20p:hover {
    top: 20%;
  }

  .desktop-min\:hover\:right-20p:hover {
    right: 20%;
  }

  .desktop-min\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .desktop-min\:hover\:left-20p:hover {
    left: 20%;
  }

  .desktop-min\:hover\:-top-35:hover {
    top: -35px;
  }

  .desktop-min\:hover\:-right-35:hover {
    right: -35px;
  }

  .desktop-min\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .desktop-min\:hover\:-left-35:hover {
    left: -35px;
  }

  .desktop-min\:hover\:-top-28:hover {
    top: -28px;
  }

  .desktop-min\:hover\:-right-28:hover {
    right: -28px;
  }

  .desktop-min\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .desktop-min\:hover\:-left-28:hover {
    left: -28px;
  }

  .desktop-min\:hover\:-top-60:hover {
    top: -60px;
  }

  .desktop-min\:hover\:-right-60:hover {
    right: -60px;
  }

  .desktop-min\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .desktop-min\:hover\:-left-60:hover {
    left: -60px;
  }

  .desktop-min\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .desktop-min\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .desktop-min\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .desktop-min\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .desktop-min\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .desktop-min\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .desktop-min\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .desktop-min\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .desktop-min\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop-min\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop-min\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop-min\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop-min\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop-min\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop-min\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop-min\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop-min\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop-min\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop-min\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop-min\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop-min\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop-min\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop-min\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop-min\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop-min\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop-min\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop-min\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop-min\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop-min\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop-min\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop-min\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop-min\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop-min\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop-min\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop-min\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop-min\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop-min\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop-min\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .desktop-min\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .desktop-min\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .desktop-min\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .desktop-min\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .desktop-min\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .desktop-min\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .desktop-min\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .desktop-min\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .desktop-min\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .desktop-min\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .desktop-min\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .desktop-min\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .desktop-min\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .desktop-min\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .desktop-min\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .desktop-min\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .desktop-min\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .desktop-min\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .desktop-min\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .desktop-min\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .desktop-min\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .desktop-min\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .desktop-min\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .desktop-min\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .desktop-min\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .desktop-min\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .desktop-min\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .desktop-min\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .desktop-min\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .desktop-min\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .desktop-min\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .desktop-min\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .desktop-min\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .desktop-min\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .desktop-min\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .desktop-min\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .desktop-min\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .desktop-min\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .desktop-min\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .desktop-min\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .desktop-min\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .desktop-min\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .desktop-min\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .desktop-min\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop-min\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .desktop-min\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .desktop-min\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .desktop-min\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .desktop-min\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .desktop-min\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .desktop-min\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .desktop-min\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .desktop-min\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .desktop-min\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .desktop-min\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop-min\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .desktop-min\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .desktop-min\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .desktop-min\:focus\:top-0:focus {
    top: 0;
  }

  .desktop-min\:focus\:right-0:focus {
    right: 0;
  }

  .desktop-min\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .desktop-min\:focus\:left-0:focus {
    left: 0;
  }

  .desktop-min\:focus\:top-5:focus {
    top: 5px;
  }

  .desktop-min\:focus\:right-5:focus {
    right: 5px;
  }

  .desktop-min\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .desktop-min\:focus\:left-5:focus {
    left: 5px;
  }

  .desktop-min\:focus\:top-10:focus {
    top: 10px;
  }

  .desktop-min\:focus\:right-10:focus {
    right: 10px;
  }

  .desktop-min\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .desktop-min\:focus\:left-10:focus {
    left: 10px;
  }

  .desktop-min\:focus\:top-15:focus {
    top: 15px;
  }

  .desktop-min\:focus\:right-15:focus {
    right: 15px;
  }

  .desktop-min\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .desktop-min\:focus\:left-15:focus {
    left: 15px;
  }

  .desktop-min\:focus\:top-16:focus {
    top: 16px;
  }

  .desktop-min\:focus\:right-16:focus {
    right: 16px;
  }

  .desktop-min\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .desktop-min\:focus\:left-16:focus {
    left: 16px;
  }

  .desktop-min\:focus\:top-20:focus {
    top: 20px;
  }

  .desktop-min\:focus\:right-20:focus {
    right: 20px;
  }

  .desktop-min\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .desktop-min\:focus\:left-20:focus {
    left: 20px;
  }

  .desktop-min\:focus\:top-21:focus {
    top: 21px;
  }

  .desktop-min\:focus\:right-21:focus {
    right: 21px;
  }

  .desktop-min\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .desktop-min\:focus\:left-21:focus {
    left: 21px;
  }

  .desktop-min\:focus\:top-22:focus {
    top: 22px;
  }

  .desktop-min\:focus\:right-22:focus {
    right: 22px;
  }

  .desktop-min\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .desktop-min\:focus\:left-22:focus {
    left: 22px;
  }

  .desktop-min\:focus\:top-25:focus {
    top: 25px;
  }

  .desktop-min\:focus\:right-25:focus {
    right: 25px;
  }

  .desktop-min\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .desktop-min\:focus\:left-25:focus {
    left: 25px;
  }

  .desktop-min\:focus\:top-30:focus {
    top: 30px;
  }

  .desktop-min\:focus\:right-30:focus {
    right: 30px;
  }

  .desktop-min\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .desktop-min\:focus\:left-30:focus {
    left: 30px;
  }

  .desktop-min\:focus\:top-35:focus {
    top: 35px;
  }

  .desktop-min\:focus\:right-35:focus {
    right: 35px;
  }

  .desktop-min\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .desktop-min\:focus\:left-35:focus {
    left: 35px;
  }

  .desktop-min\:focus\:top-37:focus {
    top: 37px;
  }

  .desktop-min\:focus\:right-37:focus {
    right: 37px;
  }

  .desktop-min\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .desktop-min\:focus\:left-37:focus {
    left: 37px;
  }

  .desktop-min\:focus\:top-38:focus {
    top: 38px;
  }

  .desktop-min\:focus\:right-38:focus {
    right: 38px;
  }

  .desktop-min\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .desktop-min\:focus\:left-38:focus {
    left: 38px;
  }

  .desktop-min\:focus\:top-40:focus {
    top: 40px;
  }

  .desktop-min\:focus\:right-40:focus {
    right: 40px;
  }

  .desktop-min\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .desktop-min\:focus\:left-40:focus {
    left: 40px;
  }

  .desktop-min\:focus\:top-50:focus {
    top: 50px;
  }

  .desktop-min\:focus\:right-50:focus {
    right: 50px;
  }

  .desktop-min\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .desktop-min\:focus\:left-50:focus {
    left: 50px;
  }

  .desktop-min\:focus\:top-70:focus {
    top: 70px;
  }

  .desktop-min\:focus\:right-70:focus {
    right: 70px;
  }

  .desktop-min\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .desktop-min\:focus\:left-70:focus {
    left: 70px;
  }

  .desktop-min\:focus\:top-100:focus {
    top: 100px;
  }

  .desktop-min\:focus\:right-100:focus {
    right: 100px;
  }

  .desktop-min\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .desktop-min\:focus\:left-100:focus {
    left: 100px;
  }

  .desktop-min\:focus\:top-120:focus {
    top: 120px;
  }

  .desktop-min\:focus\:right-120:focus {
    right: 120px;
  }

  .desktop-min\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .desktop-min\:focus\:left-120:focus {
    left: 120px;
  }

  .desktop-min\:focus\:top-130:focus {
    top: 130px;
  }

  .desktop-min\:focus\:right-130:focus {
    right: 130px;
  }

  .desktop-min\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .desktop-min\:focus\:left-130:focus {
    left: 130px;
  }

  .desktop-min\:focus\:top-140:focus {
    top: 140px;
  }

  .desktop-min\:focus\:right-140:focus {
    right: 140px;
  }

  .desktop-min\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .desktop-min\:focus\:left-140:focus {
    left: 140px;
  }

  .desktop-min\:focus\:top-180:focus {
    top: 180px;
  }

  .desktop-min\:focus\:right-180:focus {
    right: 180px;
  }

  .desktop-min\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .desktop-min\:focus\:left-180:focus {
    left: 180px;
  }

  .desktop-min\:focus\:top-auto:focus {
    top: auto;
  }

  .desktop-min\:focus\:right-auto:focus {
    right: auto;
  }

  .desktop-min\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .desktop-min\:focus\:left-auto:focus {
    left: auto;
  }

  .desktop-min\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .desktop-min\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .desktop-min\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .desktop-min\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .desktop-min\:focus\:top-10p:focus {
    top: 10%;
  }

  .desktop-min\:focus\:right-10p:focus {
    right: 10%;
  }

  .desktop-min\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .desktop-min\:focus\:left-10p:focus {
    left: 10%;
  }

  .desktop-min\:focus\:top-20p:focus {
    top: 20%;
  }

  .desktop-min\:focus\:right-20p:focus {
    right: 20%;
  }

  .desktop-min\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .desktop-min\:focus\:left-20p:focus {
    left: 20%;
  }

  .desktop-min\:focus\:-top-35:focus {
    top: -35px;
  }

  .desktop-min\:focus\:-right-35:focus {
    right: -35px;
  }

  .desktop-min\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .desktop-min\:focus\:-left-35:focus {
    left: -35px;
  }

  .desktop-min\:focus\:-top-28:focus {
    top: -28px;
  }

  .desktop-min\:focus\:-right-28:focus {
    right: -28px;
  }

  .desktop-min\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .desktop-min\:focus\:-left-28:focus {
    left: -28px;
  }

  .desktop-min\:focus\:-top-60:focus {
    top: -60px;
  }

  .desktop-min\:focus\:-right-60:focus {
    right: -60px;
  }

  .desktop-min\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .desktop-min\:focus\:-left-60:focus {
    left: -60px;
  }

  .desktop-min\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .desktop-min\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .desktop-min\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .desktop-min\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .desktop-min\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .desktop-min\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .desktop-min\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .desktop-min\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .desktop-min\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop-min\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop-min\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop-min\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop-min\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop-min\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop-min\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop-min\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop-min\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop-min\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop-min\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop-min\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop-min\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop-min\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop-min\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop-min\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop-min\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop-min\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop-min\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop-min\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop-min\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop-min\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop-min\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop-min\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop-min\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop-min\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop-min\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop-min\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop-min\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop-min\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .desktop-min\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .desktop-min\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .desktop-min\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .desktop-min\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .desktop-min\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .desktop-min\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .desktop-min\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .desktop-min\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .desktop-min\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .desktop-min\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .desktop-min\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .desktop-min\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .desktop-min\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .desktop-min\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .desktop-min\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .desktop-min\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .desktop-min\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .desktop-min\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .desktop-min\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .desktop-min\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .desktop-min\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .desktop-min\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .desktop-min\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .desktop-min\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .desktop-min\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .desktop-min\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .desktop-min\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .desktop-min\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .desktop-min\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .desktop-min\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .desktop-min\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .desktop-min\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .desktop-min\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .desktop-min\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .desktop-min\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .desktop-min\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .desktop-min\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .desktop-min\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .desktop-min\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .desktop-min\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .desktop-min\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .desktop-min\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .desktop-min\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .desktop-min\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop-min\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .desktop-min\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .desktop-min\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .desktop-min\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .desktop-min\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .desktop-min\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .desktop-min\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .desktop-min\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .desktop-min\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .desktop-min\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .desktop-min\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop-min\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .desktop-min\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .desktop-min\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .desktop-min\:first\:top-0:first-child {
    top: 0;
  }

  .desktop-min\:first\:right-0:first-child {
    right: 0;
  }

  .desktop-min\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .desktop-min\:first\:left-0:first-child {
    left: 0;
  }

  .desktop-min\:first\:top-5:first-child {
    top: 5px;
  }

  .desktop-min\:first\:right-5:first-child {
    right: 5px;
  }

  .desktop-min\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .desktop-min\:first\:left-5:first-child {
    left: 5px;
  }

  .desktop-min\:first\:top-10:first-child {
    top: 10px;
  }

  .desktop-min\:first\:right-10:first-child {
    right: 10px;
  }

  .desktop-min\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .desktop-min\:first\:left-10:first-child {
    left: 10px;
  }

  .desktop-min\:first\:top-15:first-child {
    top: 15px;
  }

  .desktop-min\:first\:right-15:first-child {
    right: 15px;
  }

  .desktop-min\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .desktop-min\:first\:left-15:first-child {
    left: 15px;
  }

  .desktop-min\:first\:top-16:first-child {
    top: 16px;
  }

  .desktop-min\:first\:right-16:first-child {
    right: 16px;
  }

  .desktop-min\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .desktop-min\:first\:left-16:first-child {
    left: 16px;
  }

  .desktop-min\:first\:top-20:first-child {
    top: 20px;
  }

  .desktop-min\:first\:right-20:first-child {
    right: 20px;
  }

  .desktop-min\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .desktop-min\:first\:left-20:first-child {
    left: 20px;
  }

  .desktop-min\:first\:top-21:first-child {
    top: 21px;
  }

  .desktop-min\:first\:right-21:first-child {
    right: 21px;
  }

  .desktop-min\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .desktop-min\:first\:left-21:first-child {
    left: 21px;
  }

  .desktop-min\:first\:top-22:first-child {
    top: 22px;
  }

  .desktop-min\:first\:right-22:first-child {
    right: 22px;
  }

  .desktop-min\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .desktop-min\:first\:left-22:first-child {
    left: 22px;
  }

  .desktop-min\:first\:top-25:first-child {
    top: 25px;
  }

  .desktop-min\:first\:right-25:first-child {
    right: 25px;
  }

  .desktop-min\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .desktop-min\:first\:left-25:first-child {
    left: 25px;
  }

  .desktop-min\:first\:top-30:first-child {
    top: 30px;
  }

  .desktop-min\:first\:right-30:first-child {
    right: 30px;
  }

  .desktop-min\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .desktop-min\:first\:left-30:first-child {
    left: 30px;
  }

  .desktop-min\:first\:top-35:first-child {
    top: 35px;
  }

  .desktop-min\:first\:right-35:first-child {
    right: 35px;
  }

  .desktop-min\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .desktop-min\:first\:left-35:first-child {
    left: 35px;
  }

  .desktop-min\:first\:top-37:first-child {
    top: 37px;
  }

  .desktop-min\:first\:right-37:first-child {
    right: 37px;
  }

  .desktop-min\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .desktop-min\:first\:left-37:first-child {
    left: 37px;
  }

  .desktop-min\:first\:top-38:first-child {
    top: 38px;
  }

  .desktop-min\:first\:right-38:first-child {
    right: 38px;
  }

  .desktop-min\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .desktop-min\:first\:left-38:first-child {
    left: 38px;
  }

  .desktop-min\:first\:top-40:first-child {
    top: 40px;
  }

  .desktop-min\:first\:right-40:first-child {
    right: 40px;
  }

  .desktop-min\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .desktop-min\:first\:left-40:first-child {
    left: 40px;
  }

  .desktop-min\:first\:top-50:first-child {
    top: 50px;
  }

  .desktop-min\:first\:right-50:first-child {
    right: 50px;
  }

  .desktop-min\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .desktop-min\:first\:left-50:first-child {
    left: 50px;
  }

  .desktop-min\:first\:top-70:first-child {
    top: 70px;
  }

  .desktop-min\:first\:right-70:first-child {
    right: 70px;
  }

  .desktop-min\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .desktop-min\:first\:left-70:first-child {
    left: 70px;
  }

  .desktop-min\:first\:top-100:first-child {
    top: 100px;
  }

  .desktop-min\:first\:right-100:first-child {
    right: 100px;
  }

  .desktop-min\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .desktop-min\:first\:left-100:first-child {
    left: 100px;
  }

  .desktop-min\:first\:top-120:first-child {
    top: 120px;
  }

  .desktop-min\:first\:right-120:first-child {
    right: 120px;
  }

  .desktop-min\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .desktop-min\:first\:left-120:first-child {
    left: 120px;
  }

  .desktop-min\:first\:top-130:first-child {
    top: 130px;
  }

  .desktop-min\:first\:right-130:first-child {
    right: 130px;
  }

  .desktop-min\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .desktop-min\:first\:left-130:first-child {
    left: 130px;
  }

  .desktop-min\:first\:top-140:first-child {
    top: 140px;
  }

  .desktop-min\:first\:right-140:first-child {
    right: 140px;
  }

  .desktop-min\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .desktop-min\:first\:left-140:first-child {
    left: 140px;
  }

  .desktop-min\:first\:top-180:first-child {
    top: 180px;
  }

  .desktop-min\:first\:right-180:first-child {
    right: 180px;
  }

  .desktop-min\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .desktop-min\:first\:left-180:first-child {
    left: 180px;
  }

  .desktop-min\:first\:top-auto:first-child {
    top: auto;
  }

  .desktop-min\:first\:right-auto:first-child {
    right: auto;
  }

  .desktop-min\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .desktop-min\:first\:left-auto:first-child {
    left: auto;
  }

  .desktop-min\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .desktop-min\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .desktop-min\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .desktop-min\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .desktop-min\:first\:top-10p:first-child {
    top: 10%;
  }

  .desktop-min\:first\:right-10p:first-child {
    right: 10%;
  }

  .desktop-min\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .desktop-min\:first\:left-10p:first-child {
    left: 10%;
  }

  .desktop-min\:first\:top-20p:first-child {
    top: 20%;
  }

  .desktop-min\:first\:right-20p:first-child {
    right: 20%;
  }

  .desktop-min\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .desktop-min\:first\:left-20p:first-child {
    left: 20%;
  }

  .desktop-min\:first\:-top-35:first-child {
    top: -35px;
  }

  .desktop-min\:first\:-right-35:first-child {
    right: -35px;
  }

  .desktop-min\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .desktop-min\:first\:-left-35:first-child {
    left: -35px;
  }

  .desktop-min\:first\:-top-28:first-child {
    top: -28px;
  }

  .desktop-min\:first\:-right-28:first-child {
    right: -28px;
  }

  .desktop-min\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .desktop-min\:first\:-left-28:first-child {
    left: -28px;
  }

  .desktop-min\:first\:-top-60:first-child {
    top: -60px;
  }

  .desktop-min\:first\:-right-60:first-child {
    right: -60px;
  }

  .desktop-min\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .desktop-min\:first\:-left-60:first-child {
    left: -60px;
  }

  .desktop-min\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .desktop-min\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .desktop-min\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .desktop-min\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .desktop-min\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .desktop-min\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .desktop-min\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .desktop-min\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .desktop-min\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop-min\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .desktop-min\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .desktop-min\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .desktop-min\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .desktop-min\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .desktop-min\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .desktop-min\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .desktop-min\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .desktop-min\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .desktop-min\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .desktop-min\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .desktop-min\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .desktop-min\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .desktop-min\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .desktop-min\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .desktop-min\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .desktop-min\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .desktop-min\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .desktop-min\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .desktop-min\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .desktop-min\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop-min\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .desktop-min\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .desktop-min\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .desktop-min\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .desktop-min\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .desktop-min\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .desktop-min\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .desktop-min\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .desktop-min\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .desktop-min\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .desktop-min\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .desktop-min\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .desktop-min\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .desktop-min\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .desktop-min\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .desktop-min\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .desktop-min\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .desktop-min\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .desktop-min\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .desktop-min\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .desktop-min\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .desktop-min\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .desktop-min\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .desktop-min\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .desktop-min\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .desktop-min\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .desktop-min\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .desktop-min\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .desktop-min\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .desktop-min\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .desktop-min\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .desktop-min\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .desktop-min\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .desktop-min\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .desktop-min\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .desktop-min\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .desktop-min\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .desktop-min\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .desktop-min\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .desktop-min\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .desktop-min\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .desktop-min\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .desktop-min\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .desktop-min\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .desktop-min\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .desktop-min\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .desktop-min\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .desktop-min\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .desktop-min\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .desktop-min\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .desktop-min\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .desktop-min\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .desktop-min\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .desktop-min\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .desktop-min\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .desktop-min\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .desktop-min\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .desktop-min\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .desktop-min\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .desktop-min\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .desktop-min\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .desktop-min\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .desktop-min\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .desktop-min\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .desktop-min\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .desktop-min\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .desktop-min\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .desktop-min\:last\:top-0:last-child {
    top: 0;
  }

  .desktop-min\:last\:right-0:last-child {
    right: 0;
  }

  .desktop-min\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .desktop-min\:last\:left-0:last-child {
    left: 0;
  }

  .desktop-min\:last\:top-5:last-child {
    top: 5px;
  }

  .desktop-min\:last\:right-5:last-child {
    right: 5px;
  }

  .desktop-min\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .desktop-min\:last\:left-5:last-child {
    left: 5px;
  }

  .desktop-min\:last\:top-10:last-child {
    top: 10px;
  }

  .desktop-min\:last\:right-10:last-child {
    right: 10px;
  }

  .desktop-min\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .desktop-min\:last\:left-10:last-child {
    left: 10px;
  }

  .desktop-min\:last\:top-15:last-child {
    top: 15px;
  }

  .desktop-min\:last\:right-15:last-child {
    right: 15px;
  }

  .desktop-min\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .desktop-min\:last\:left-15:last-child {
    left: 15px;
  }

  .desktop-min\:last\:top-16:last-child {
    top: 16px;
  }

  .desktop-min\:last\:right-16:last-child {
    right: 16px;
  }

  .desktop-min\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .desktop-min\:last\:left-16:last-child {
    left: 16px;
  }

  .desktop-min\:last\:top-20:last-child {
    top: 20px;
  }

  .desktop-min\:last\:right-20:last-child {
    right: 20px;
  }

  .desktop-min\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .desktop-min\:last\:left-20:last-child {
    left: 20px;
  }

  .desktop-min\:last\:top-21:last-child {
    top: 21px;
  }

  .desktop-min\:last\:right-21:last-child {
    right: 21px;
  }

  .desktop-min\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .desktop-min\:last\:left-21:last-child {
    left: 21px;
  }

  .desktop-min\:last\:top-22:last-child {
    top: 22px;
  }

  .desktop-min\:last\:right-22:last-child {
    right: 22px;
  }

  .desktop-min\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .desktop-min\:last\:left-22:last-child {
    left: 22px;
  }

  .desktop-min\:last\:top-25:last-child {
    top: 25px;
  }

  .desktop-min\:last\:right-25:last-child {
    right: 25px;
  }

  .desktop-min\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .desktop-min\:last\:left-25:last-child {
    left: 25px;
  }

  .desktop-min\:last\:top-30:last-child {
    top: 30px;
  }

  .desktop-min\:last\:right-30:last-child {
    right: 30px;
  }

  .desktop-min\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .desktop-min\:last\:left-30:last-child {
    left: 30px;
  }

  .desktop-min\:last\:top-35:last-child {
    top: 35px;
  }

  .desktop-min\:last\:right-35:last-child {
    right: 35px;
  }

  .desktop-min\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .desktop-min\:last\:left-35:last-child {
    left: 35px;
  }

  .desktop-min\:last\:top-37:last-child {
    top: 37px;
  }

  .desktop-min\:last\:right-37:last-child {
    right: 37px;
  }

  .desktop-min\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .desktop-min\:last\:left-37:last-child {
    left: 37px;
  }

  .desktop-min\:last\:top-38:last-child {
    top: 38px;
  }

  .desktop-min\:last\:right-38:last-child {
    right: 38px;
  }

  .desktop-min\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .desktop-min\:last\:left-38:last-child {
    left: 38px;
  }

  .desktop-min\:last\:top-40:last-child {
    top: 40px;
  }

  .desktop-min\:last\:right-40:last-child {
    right: 40px;
  }

  .desktop-min\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .desktop-min\:last\:left-40:last-child {
    left: 40px;
  }

  .desktop-min\:last\:top-50:last-child {
    top: 50px;
  }

  .desktop-min\:last\:right-50:last-child {
    right: 50px;
  }

  .desktop-min\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .desktop-min\:last\:left-50:last-child {
    left: 50px;
  }

  .desktop-min\:last\:top-70:last-child {
    top: 70px;
  }

  .desktop-min\:last\:right-70:last-child {
    right: 70px;
  }

  .desktop-min\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .desktop-min\:last\:left-70:last-child {
    left: 70px;
  }

  .desktop-min\:last\:top-100:last-child {
    top: 100px;
  }

  .desktop-min\:last\:right-100:last-child {
    right: 100px;
  }

  .desktop-min\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .desktop-min\:last\:left-100:last-child {
    left: 100px;
  }

  .desktop-min\:last\:top-120:last-child {
    top: 120px;
  }

  .desktop-min\:last\:right-120:last-child {
    right: 120px;
  }

  .desktop-min\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .desktop-min\:last\:left-120:last-child {
    left: 120px;
  }

  .desktop-min\:last\:top-130:last-child {
    top: 130px;
  }

  .desktop-min\:last\:right-130:last-child {
    right: 130px;
  }

  .desktop-min\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .desktop-min\:last\:left-130:last-child {
    left: 130px;
  }

  .desktop-min\:last\:top-140:last-child {
    top: 140px;
  }

  .desktop-min\:last\:right-140:last-child {
    right: 140px;
  }

  .desktop-min\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .desktop-min\:last\:left-140:last-child {
    left: 140px;
  }

  .desktop-min\:last\:top-180:last-child {
    top: 180px;
  }

  .desktop-min\:last\:right-180:last-child {
    right: 180px;
  }

  .desktop-min\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .desktop-min\:last\:left-180:last-child {
    left: 180px;
  }

  .desktop-min\:last\:top-auto:last-child {
    top: auto;
  }

  .desktop-min\:last\:right-auto:last-child {
    right: auto;
  }

  .desktop-min\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .desktop-min\:last\:left-auto:last-child {
    left: auto;
  }

  .desktop-min\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .desktop-min\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .desktop-min\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .desktop-min\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .desktop-min\:last\:top-10p:last-child {
    top: 10%;
  }

  .desktop-min\:last\:right-10p:last-child {
    right: 10%;
  }

  .desktop-min\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .desktop-min\:last\:left-10p:last-child {
    left: 10%;
  }

  .desktop-min\:last\:top-20p:last-child {
    top: 20%;
  }

  .desktop-min\:last\:right-20p:last-child {
    right: 20%;
  }

  .desktop-min\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .desktop-min\:last\:left-20p:last-child {
    left: 20%;
  }

  .desktop-min\:last\:-top-35:last-child {
    top: -35px;
  }

  .desktop-min\:last\:-right-35:last-child {
    right: -35px;
  }

  .desktop-min\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .desktop-min\:last\:-left-35:last-child {
    left: -35px;
  }

  .desktop-min\:last\:-top-28:last-child {
    top: -28px;
  }

  .desktop-min\:last\:-right-28:last-child {
    right: -28px;
  }

  .desktop-min\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .desktop-min\:last\:-left-28:last-child {
    left: -28px;
  }

  .desktop-min\:last\:-top-60:last-child {
    top: -60px;
  }

  .desktop-min\:last\:-right-60:last-child {
    right: -60px;
  }

  .desktop-min\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .desktop-min\:last\:-left-60:last-child {
    left: -60px;
  }

  .desktop-min\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .desktop-min\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .desktop-min\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .desktop-min\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .desktop-min\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .desktop-min\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .desktop-min\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .desktop-min\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .desktop-min\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .desktop-min\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .desktop-min\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .desktop-min\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .desktop-min\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .desktop-min\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .desktop-min\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .desktop-min\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .desktop-min\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .desktop-min\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .desktop-min\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .desktop-min\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .desktop-min\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .desktop-min\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .desktop-min\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .desktop-min\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .desktop-min\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .desktop-min\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .desktop-min\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .desktop-min\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .desktop-min\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .desktop-min\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .desktop-min\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .desktop-min\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .desktop-min\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .desktop-min\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .desktop-min\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .desktop-min\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .desktop-min\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .desktop-min\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .desktop-min\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .desktop-min\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .desktop-min\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .desktop-min\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .desktop-min\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .desktop-min\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .desktop-min\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .desktop-min\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .desktop-min\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .desktop-min\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .desktop-min\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .desktop-min\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .desktop-min\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .desktop-min\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .desktop-min\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .desktop-min\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .desktop-min\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .desktop-min\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .desktop-min\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .desktop-min\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .desktop-min\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .desktop-min\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .desktop-min\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .desktop-min\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .desktop-min\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .desktop-min\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .desktop-min\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .desktop-min\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .desktop-min\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .desktop-min\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .desktop-min\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .desktop-min\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .desktop-min\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .desktop-min\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .desktop-min\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .desktop-min\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .desktop-min\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .desktop-min\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .desktop-min\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .desktop-min\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .desktop-min\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .desktop-min\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .desktop-min\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .desktop-min\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .desktop-min\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .desktop-min\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .desktop-min\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .desktop-min\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .desktop-min\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .desktop-min\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .desktop-min\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .desktop-min\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .desktop-min\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .desktop-min\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .desktop-min\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .desktop-min\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .desktop-min\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .desktop-min\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .desktop-min\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .desktop-min\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .desktop-min\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .desktop-min\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .desktop-min\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .desktop-min\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .desktop-min\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .desktop-min\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .desktop-min\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .desktop-min\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .desktop-min\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .desktop-min\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .desktop-min\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .desktop-min\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .desktop-min\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .desktop-min\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .desktop-min\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .desktop-min\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .desktop-min\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .desktop-min\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .desktop-min\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .desktop-min\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .desktop-min\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .desktop-min\:resize-none {
    resize: none;
  }

  .desktop-min\:resize-y {
    resize: vertical;
  }

  .desktop-min\:resize-x {
    resize: horizontal;
  }

  .desktop-min\:resize {
    resize: both;
  }

  .desktop-min\:hover\:resize-none:hover {
    resize: none;
  }

  .desktop-min\:hover\:resize-y:hover {
    resize: vertical;
  }

  .desktop-min\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .desktop-min\:hover\:resize:hover {
    resize: both;
  }

  .desktop-min\:focus\:resize-none:focus {
    resize: none;
  }

  .desktop-min\:focus\:resize-y:focus {
    resize: vertical;
  }

  .desktop-min\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .desktop-min\:focus\:resize:focus {
    resize: both;
  }

  .desktop-min\:first\:resize-none:first-child {
    resize: none;
  }

  .desktop-min\:first\:resize-y:first-child {
    resize: vertical;
  }

  .desktop-min\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .desktop-min\:first\:resize:first-child {
    resize: both;
  }

  .desktop-min\:last\:resize-none:last-child {
    resize: none;
  }

  .desktop-min\:last\:resize-y:last-child {
    resize: vertical;
  }

  .desktop-min\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .desktop-min\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .desktop-min\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .desktop-min\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .desktop-min\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .desktop-min\:group-hover\:resize {
    resize: both;
  }

  .desktop-min\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop-min\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop-min\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop-min\:shadow-none {
    box-shadow: none;
  }

  .desktop-min\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop-min\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop-min\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop-min\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .desktop-min\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop-min\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop-min\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .desktop-min\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .desktop-min\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop-min\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop-min\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop-min\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .desktop-min\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop-min\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop-min\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop-min\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop-min\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop-min\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .desktop-min\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop-min\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop-min\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop-min\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop-min\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .desktop-min\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .desktop-min\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .desktop-min\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .desktop-min\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .desktop-min\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .desktop-min\:fill-current {
    fill: currentColor;
  }

  .desktop-min\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .desktop-min\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .desktop-min\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .desktop-min\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:fill-current {
    fill: currentColor;
  }

  .desktop-min\:stroke-current {
    stroke: currentColor;
  }

  .desktop-min\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .desktop-min\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .desktop-min\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .desktop-min\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .desktop-min\:stroke-0 {
    stroke-width: 0;
  }

  .desktop-min\:stroke-1 {
    stroke-width: 1;
  }

  .desktop-min\:stroke-2 {
    stroke-width: 2;
  }

  .desktop-min\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .desktop-min\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .desktop-min\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .desktop-min\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .desktop-min\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .desktop-min\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .desktop-min\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .desktop-min\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .desktop-min\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .desktop-min\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .desktop-min\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .desktop-min\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .desktop-min\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .desktop-min\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .desktop-min\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .desktop-min\:table-auto {
    table-layout: auto;
  }

  .desktop-min\:table-fixed {
    table-layout: fixed;
  }

  .desktop-min\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .desktop-min\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .desktop-min\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .desktop-min\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .desktop-min\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .desktop-min\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .desktop-min\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .desktop-min\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .desktop-min\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .desktop-min\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .desktop-min\:text-left {
    text-align: left;
  }

  .desktop-min\:text-center {
    text-align: center;
  }

  .desktop-min\:text-right {
    text-align: right;
  }

  .desktop-min\:text-justify {
    text-align: justify;
  }

  .desktop-min\:hover\:text-left:hover {
    text-align: left;
  }

  .desktop-min\:hover\:text-center:hover {
    text-align: center;
  }

  .desktop-min\:hover\:text-right:hover {
    text-align: right;
  }

  .desktop-min\:hover\:text-justify:hover {
    text-align: justify;
  }

  .desktop-min\:focus\:text-left:focus {
    text-align: left;
  }

  .desktop-min\:focus\:text-center:focus {
    text-align: center;
  }

  .desktop-min\:focus\:text-right:focus {
    text-align: right;
  }

  .desktop-min\:focus\:text-justify:focus {
    text-align: justify;
  }

  .desktop-min\:first\:text-left:first-child {
    text-align: left;
  }

  .desktop-min\:first\:text-center:first-child {
    text-align: center;
  }

  .desktop-min\:first\:text-right:first-child {
    text-align: right;
  }

  .desktop-min\:first\:text-justify:first-child {
    text-align: justify;
  }

  .desktop-min\:last\:text-left:last-child {
    text-align: left;
  }

  .desktop-min\:last\:text-center:last-child {
    text-align: center;
  }

  .desktop-min\:last\:text-right:last-child {
    text-align: right;
  }

  .desktop-min\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .desktop-min\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .desktop-min\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .desktop-min\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .desktop-min\:group-hover\:text-justify {
    text-align: justify;
  }

  .desktop-min\:text-transparent {
    color: transparent;
  }

  .desktop-min\:text-current {
    color: currentColor;
  }

  .desktop-min\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop-min\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop-min\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop-min\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop-min\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop-min\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop-min\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop-min\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop-min\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop-min\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop-min\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop-min\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop-min\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop-min\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop-min\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop-min\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop-min\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop-min\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop-min\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop-min\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop-min\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop-min\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop-min\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop-min\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop-min\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop-min\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop-min\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop-min\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop-min\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop-min\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop-min\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop-min\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop-min\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop-min\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop-min\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop-min\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop-min\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop-min\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop-min\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop-min\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop-min\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop-min\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop-min\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop-min\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop-min\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop-min\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop-min\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop-min\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop-min\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop-min\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop-min\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop-min\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop-min\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop-min\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop-min\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop-min\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop-min\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop-min\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop-min\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop-min\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop-min\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop-min\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop-min\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop-min\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop-min\:hover\:text-transparent:hover {
    color: transparent;
  }

  .desktop-min\:hover\:text-current:hover {
    color: currentColor;
  }

  .desktop-min\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop-min\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop-min\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop-min\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop-min\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop-min\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop-min\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop-min\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop-min\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop-min\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop-min\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop-min\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop-min\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop-min\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop-min\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop-min\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop-min\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop-min\:focus\:text-transparent:focus {
    color: transparent;
  }

  .desktop-min\:focus\:text-current:focus {
    color: currentColor;
  }

  .desktop-min\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop-min\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop-min\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop-min\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop-min\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop-min\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop-min\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop-min\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop-min\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop-min\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop-min\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop-min\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop-min\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop-min\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop-min\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop-min\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop-min\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop-min\:first\:text-transparent:first-child {
    color: transparent;
  }

  .desktop-min\:first\:text-current:first-child {
    color: currentColor;
  }

  .desktop-min\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop-min\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop-min\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop-min\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop-min\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop-min\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop-min\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop-min\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop-min\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop-min\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop-min\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop-min\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop-min\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop-min\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop-min\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop-min\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop-min\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop-min\:last\:text-transparent:last-child {
    color: transparent;
  }

  .desktop-min\:last\:text-current:last-child {
    color: currentColor;
  }

  .desktop-min\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .desktop-min\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .desktop-min\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .desktop-min\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .desktop-min\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .desktop-min\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .desktop-min\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .desktop-min\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .desktop-min\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .desktop-min\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .desktop-min\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .desktop-min\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .desktop-min\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .desktop-min\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .desktop-min\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .desktop-min\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .desktop-min\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .desktop-min\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .desktop-min\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .desktop-min\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .desktop-min\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .desktop-min\:text-opacity-0 {
    --text-opacity: 0;
  }

  .desktop-min\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .desktop-min\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .desktop-min\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .desktop-min\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .desktop-min\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .desktop-min\:text-opacity-100 {
    --text-opacity: 1;
  }

  .desktop-min\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .desktop-min\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .desktop-min\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .desktop-min\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .desktop-min\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .desktop-min\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .desktop-min\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .desktop-min\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .desktop-min\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .desktop-min\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .desktop-min\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .desktop-min\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .desktop-min\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .desktop-min\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .desktop-min\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .desktop-min\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .desktop-min\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .desktop-min\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .desktop-min\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .desktop-min\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .desktop-min\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .desktop-min\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .desktop-min\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .desktop-min\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .desktop-min\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .desktop-min\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .desktop-min\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .desktop-min\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .desktop-min\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .desktop-min\:italic {
    font-style: italic;
  }

  .desktop-min\:not-italic {
    font-style: normal;
  }

  .desktop-min\:hover\:italic:hover {
    font-style: italic;
  }

  .desktop-min\:hover\:not-italic:hover {
    font-style: normal;
  }

  .desktop-min\:focus\:italic:focus {
    font-style: italic;
  }

  .desktop-min\:focus\:not-italic:focus {
    font-style: normal;
  }

  .desktop-min\:first\:italic:first-child {
    font-style: italic;
  }

  .desktop-min\:first\:not-italic:first-child {
    font-style: normal;
  }

  .desktop-min\:last\:italic:last-child {
    font-style: italic;
  }

  .desktop-min\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .desktop-min\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .desktop-min\:group-hover\:not-italic {
    font-style: normal;
  }

  .desktop-min\:uppercase {
    text-transform: uppercase;
  }

  .desktop-min\:lowercase {
    text-transform: lowercase;
  }

  .desktop-min\:capitalize {
    text-transform: capitalize;
  }

  .desktop-min\:normal-case {
    text-transform: none;
  }

  .desktop-min\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .desktop-min\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .desktop-min\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .desktop-min\:hover\:normal-case:hover {
    text-transform: none;
  }

  .desktop-min\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .desktop-min\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .desktop-min\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .desktop-min\:focus\:normal-case:focus {
    text-transform: none;
  }

  .desktop-min\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .desktop-min\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .desktop-min\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .desktop-min\:first\:normal-case:first-child {
    text-transform: none;
  }

  .desktop-min\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .desktop-min\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .desktop-min\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .desktop-min\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .desktop-min\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .desktop-min\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .desktop-min\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .desktop-min\:group-hover\:normal-case {
    text-transform: none;
  }

  .desktop-min\:underline {
    text-decoration: underline;
  }

  .desktop-min\:line-through {
    text-decoration: line-through;
  }

  .desktop-min\:no-underline {
    text-decoration: none;
  }

  .desktop-min\:hover\:underline:hover {
    text-decoration: underline;
  }

  .desktop-min\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .desktop-min\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .desktop-min\:focus\:underline:focus {
    text-decoration: underline;
  }

  .desktop-min\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .desktop-min\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .desktop-min\:first\:underline:first-child {
    text-decoration: underline;
  }

  .desktop-min\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .desktop-min\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .desktop-min\:last\:underline:last-child {
    text-decoration: underline;
  }

  .desktop-min\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .desktop-min\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .desktop-min\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .desktop-min\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .desktop-min\:group-hover\:no-underline {
    text-decoration: none;
  }

  .desktop-min\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop-min\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop-min\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop-min\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop-min\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop-min\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop-min\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop-min\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop-min\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop-min\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .desktop-min\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .desktop-min\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop-min\:ordinal, .desktop-min\:slashed-zero, .desktop-min\:lining-nums, .desktop-min\:oldstyle-nums, .desktop-min\:proportional-nums, .desktop-min\:tabular-nums, .desktop-min\:diagonal-fractions, .desktop-min\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop-min\:normal-nums {
    font-variant-numeric: normal;
  }

  .desktop-min\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop-min\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop-min\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop-min\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop-min\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop-min\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop-min\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop-min\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop-min\:hover\:ordinal:hover, .desktop-min\:hover\:slashed-zero:hover, .desktop-min\:hover\:lining-nums:hover, .desktop-min\:hover\:oldstyle-nums:hover, .desktop-min\:hover\:proportional-nums:hover, .desktop-min\:hover\:tabular-nums:hover, .desktop-min\:hover\:diagonal-fractions:hover, .desktop-min\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop-min\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .desktop-min\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop-min\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop-min\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop-min\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop-min\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop-min\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop-min\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop-min\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop-min\:focus\:ordinal:focus, .desktop-min\:focus\:slashed-zero:focus, .desktop-min\:focus\:lining-nums:focus, .desktop-min\:focus\:oldstyle-nums:focus, .desktop-min\:focus\:proportional-nums:focus, .desktop-min\:focus\:tabular-nums:focus, .desktop-min\:focus\:diagonal-fractions:focus, .desktop-min\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop-min\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .desktop-min\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop-min\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop-min\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop-min\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop-min\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop-min\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop-min\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop-min\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop-min\:first\:ordinal:first-child, .desktop-min\:first\:slashed-zero:first-child, .desktop-min\:first\:lining-nums:first-child, .desktop-min\:first\:oldstyle-nums:first-child, .desktop-min\:first\:proportional-nums:first-child, .desktop-min\:first\:tabular-nums:first-child, .desktop-min\:first\:diagonal-fractions:first-child, .desktop-min\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop-min\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .desktop-min\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop-min\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop-min\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop-min\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop-min\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop-min\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop-min\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop-min\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop-min\:last\:ordinal:last-child, .desktop-min\:last\:slashed-zero:last-child, .desktop-min\:last\:lining-nums:last-child, .desktop-min\:last\:oldstyle-nums:last-child, .desktop-min\:last\:proportional-nums:last-child, .desktop-min\:last\:tabular-nums:last-child, .desktop-min\:last\:diagonal-fractions:last-child, .desktop-min\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .desktop-min\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .desktop-min\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .desktop-min\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .desktop-min\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .desktop-min\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .desktop-min\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .desktop-min\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .desktop-min\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .desktop-min\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .desktop-min\:group-hover\:ordinal, .group:hover .desktop-min\:group-hover\:slashed-zero, .group:hover .desktop-min\:group-hover\:lining-nums, .group:hover .desktop-min\:group-hover\:oldstyle-nums, .group:hover .desktop-min\:group-hover\:proportional-nums, .group:hover .desktop-min\:group-hover\:tabular-nums, .group:hover .desktop-min\:group-hover\:diagonal-fractions, .group:hover .desktop-min\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .desktop-min\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .desktop-min\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .desktop-min\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .desktop-min\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .desktop-min\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .desktop-min\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .desktop-min\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .desktop-min\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .desktop-min\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .desktop-min\:tracking-1 {
    letter-spacing: 1px;
  }

  .desktop-min\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .desktop-min\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .desktop-min\:tracking-normal {
    letter-spacing: 0;
  }

  .desktop-min\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .desktop-min\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .desktop-min\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .desktop-min\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .desktop-min\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .desktop-min\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .desktop-min\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .desktop-min\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .desktop-min\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .desktop-min\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .desktop-min\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .desktop-min\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .desktop-min\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .desktop-min\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .desktop-min\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .desktop-min\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .desktop-min\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .desktop-min\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .desktop-min\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .desktop-min\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .desktop-min\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .desktop-min\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .desktop-min\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .desktop-min\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .desktop-min\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .desktop-min\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .desktop-min\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .desktop-min\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .desktop-min\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .desktop-min\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .desktop-min\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .desktop-min\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .desktop-min\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .desktop-min\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .desktop-min\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .desktop-min\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .desktop-min\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .desktop-min\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .desktop-min\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .desktop-min\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .desktop-min\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .desktop-min\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .desktop-min\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .desktop-min\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .desktop-min\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .desktop-min\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .desktop-min\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .desktop-min\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .desktop-min\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .desktop-min\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .desktop-min\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .desktop-min\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .desktop-min\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .desktop-min\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .desktop-min\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .desktop-min\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .desktop-min\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .desktop-min\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .desktop-min\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .desktop-min\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .desktop-min\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .desktop-min\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .desktop-min\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .desktop-min\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .desktop-min\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .desktop-min\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .desktop-min\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .desktop-min\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .desktop-min\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .desktop-min\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .desktop-min\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .desktop-min\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .desktop-min\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .desktop-min\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .desktop-min\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .desktop-min\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .desktop-min\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .desktop-min\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop-min\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop-min\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop-min\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop-min\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop-min\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop-min\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop-min\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop-min\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop-min\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop-min\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop-min\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop-min\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop-min\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop-min\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop-min\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop-min\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop-min\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop-min\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .desktop-min\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .desktop-min\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .desktop-min\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .desktop-min\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .desktop-min\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop-min\:align-baseline {
    vertical-align: baseline;
  }

  .desktop-min\:align-top {
    vertical-align: top;
  }

  .desktop-min\:align-middle {
    vertical-align: middle;
  }

  .desktop-min\:align-bottom {
    vertical-align: bottom;
  }

  .desktop-min\:align-text-top {
    vertical-align: text-top;
  }

  .desktop-min\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop-min\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .desktop-min\:hover\:align-top:hover {
    vertical-align: top;
  }

  .desktop-min\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .desktop-min\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .desktop-min\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .desktop-min\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .desktop-min\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .desktop-min\:focus\:align-top:focus {
    vertical-align: top;
  }

  .desktop-min\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .desktop-min\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .desktop-min\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .desktop-min\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .desktop-min\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .desktop-min\:first\:align-top:first-child {
    vertical-align: top;
  }

  .desktop-min\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .desktop-min\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .desktop-min\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .desktop-min\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .desktop-min\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .desktop-min\:last\:align-top:last-child {
    vertical-align: top;
  }

  .desktop-min\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .desktop-min\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .desktop-min\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .desktop-min\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .desktop-min\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .desktop-min\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .desktop-min\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .desktop-min\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .desktop-min\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .desktop-min\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop-min\:visible {
    visibility: visible;
  }

  .desktop-min\:invisible {
    visibility: hidden;
  }

  .desktop-min\:hover\:visible:hover {
    visibility: visible;
  }

  .desktop-min\:hover\:invisible:hover {
    visibility: hidden;
  }

  .desktop-min\:focus\:visible:focus {
    visibility: visible;
  }

  .desktop-min\:focus\:invisible:focus {
    visibility: hidden;
  }

  .desktop-min\:first\:visible:first-child {
    visibility: visible;
  }

  .desktop-min\:first\:invisible:first-child {
    visibility: hidden;
  }

  .desktop-min\:last\:visible:last-child {
    visibility: visible;
  }

  .desktop-min\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .desktop-min\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .desktop-min\:group-hover\:invisible {
    visibility: hidden;
  }

  .desktop-min\:whitespace-normal {
    white-space: normal;
  }

  .desktop-min\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .desktop-min\:whitespace-pre {
    white-space: pre;
  }

  .desktop-min\:whitespace-pre-line {
    white-space: pre-line;
  }

  .desktop-min\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop-min\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .desktop-min\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .desktop-min\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .desktop-min\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .desktop-min\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .desktop-min\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .desktop-min\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .desktop-min\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .desktop-min\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .desktop-min\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .desktop-min\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .desktop-min\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .desktop-min\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .desktop-min\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .desktop-min\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .desktop-min\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .desktop-min\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .desktop-min\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .desktop-min\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .desktop-min\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .desktop-min\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .desktop-min\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .desktop-min\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .desktop-min\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .desktop-min\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop-min\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop-min\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop-min\:break-all {
    word-break: break-all;
  }

  .desktop-min\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-min\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop-min\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop-min\:hover\:break-all:hover {
    word-break: break-all;
  }

  .desktop-min\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-min\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop-min\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop-min\:focus\:break-all:focus {
    word-break: break-all;
  }

  .desktop-min\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-min\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop-min\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop-min\:first\:break-all:first-child {
    word-break: break-all;
  }

  .desktop-min\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-min\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop-min\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .desktop-min\:last\:break-all:last-child {
    word-break: break-all;
  }

  .desktop-min\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .desktop-min\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .desktop-min\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .desktop-min\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .desktop-min\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-min\:w-0 {
    width: 0px;
  }

  .desktop-min\:w-1 {
    width: 0.25rem;
  }

  .desktop-min\:w-2 {
    width: 0.5rem;
  }

  .desktop-min\:w-3 {
    width: 3px;
  }

  .desktop-min\:w-4 {
    width: 4px;
  }

  .desktop-min\:w-5 {
    width: 5px;
  }

  .desktop-min\:w-6 {
    width: 6px;
  }

  .desktop-min\:w-8 {
    width: 8px;
  }

  .desktop-min\:w-9 {
    width: 9px;
  }

  .desktop-min\:w-10 {
    width: 10px;
  }

  .desktop-min\:w-12 {
    width: 12px;
  }

  .desktop-min\:w-13 {
    width: 13px;
  }

  .desktop-min\:w-14 {
    width: 14px;
  }

  .desktop-min\:w-15 {
    width: 15px;
  }

  .desktop-min\:w-16 {
    width: 16px;
  }

  .desktop-min\:w-17 {
    width: 17px;
  }

  .desktop-min\:w-18 {
    width: 18px;
  }

  .desktop-min\:w-20 {
    width: 20px;
  }

  .desktop-min\:w-22 {
    width: 22px;
  }

  .desktop-min\:w-24 {
    width: 24px;
  }

  .desktop-min\:w-25 {
    width: 25px;
  }

  .desktop-min\:w-28 {
    width: 28px;
  }

  .desktop-min\:w-29 {
    width: 29px;
  }

  .desktop-min\:w-30 {
    width: 30px;
  }

  .desktop-min\:w-32 {
    width: 32px;
  }

  .desktop-min\:w-35 {
    width: 35px;
  }

  .desktop-min\:w-36 {
    width: 36px;
  }

  .desktop-min\:w-37 {
    width: 37px;
  }

  .desktop-min\:w-40 {
    width: 40px;
  }

  .desktop-min\:w-45 {
    width: 45px;
  }

  .desktop-min\:w-48 {
    width: 48px;
  }

  .desktop-min\:w-50 {
    width: 50px;
  }

  .desktop-min\:w-55 {
    width: 55px;
  }

  .desktop-min\:w-56 {
    width: 56px;
  }

  .desktop-min\:w-60 {
    width: 60px;
  }

  .desktop-min\:w-62 {
    width: 62px;
  }

  .desktop-min\:w-64 {
    width: 64px;
  }

  .desktop-min\:w-65 {
    width: 65px;
  }

  .desktop-min\:w-70 {
    width: 70px;
  }

  .desktop-min\:w-75 {
    width: 75px;
  }

  .desktop-min\:w-80 {
    width: 80px;
  }

  .desktop-min\:w-85 {
    width: 85px;
  }

  .desktop-min\:w-90 {
    width: 90px;
  }

  .desktop-min\:w-95 {
    width: 95px;
  }

  .desktop-min\:w-96 {
    width: 96px;
  }

  .desktop-min\:w-100 {
    width: 100px;
  }

  .desktop-min\:w-110 {
    width: 110px;
  }

  .desktop-min\:w-115 {
    width: 115px;
  }

  .desktop-min\:w-120 {
    width: 120px;
  }

  .desktop-min\:w-128 {
    width: 128px;
  }

  .desktop-min\:w-135 {
    width: 135px;
  }

  .desktop-min\:w-140 {
    width: 140px;
  }

  .desktop-min\:w-145 {
    width: 145px;
  }

  .desktop-min\:w-150 {
    width: 150px;
  }

  .desktop-min\:w-160 {
    width: 160px;
  }

  .desktop-min\:w-165 {
    width: 165px;
  }

  .desktop-min\:w-168 {
    width: 168px;
  }

  .desktop-min\:w-170 {
    width: 170px;
  }

  .desktop-min\:w-180 {
    width: 180px;
  }

  .desktop-min\:w-200 {
    width: 200px;
  }

  .desktop-min\:w-220 {
    width: 220px;
  }

  .desktop-min\:w-230 {
    width: 230px;
  }

  .desktop-min\:w-235 {
    width: 235px;
  }

  .desktop-min\:w-240 {
    width: 240px;
  }

  .desktop-min\:w-250 {
    width: 250px;
  }

  .desktop-min\:w-300 {
    width: 300px;
  }

  .desktop-min\:w-320 {
    width: 320px;
  }

  .desktop-min\:w-350 {
    width: 350px;
  }

  .desktop-min\:w-375 {
    width: 375px;
  }

  .desktop-min\:w-400 {
    width: 400px;
  }

  .desktop-min\:w-450 {
    width: 450px;
  }

  .desktop-min\:w-700 {
    width: 700px;
  }

  .desktop-min\:w-auto {
    width: auto;
  }

  .desktop-min\:w-px {
    width: 1px;
  }

  .desktop-min\:w-1p {
    width: 1%;
  }

  .desktop-min\:w-1\/12 {
    width: 8.333333%;
  }

  .desktop-min\:w-2\/12 {
    width: 16.666667%;
  }

  .desktop-min\:w-11p {
    width: 11%;
  }

  .desktop-min\:w-20p {
    width: 20%;
  }

  .desktop-min\:w-24p {
    width: 24.25%;
  }

  .desktop-min\:w-25p {
    width: 25%;
  }

  .desktop-min\:w-32p {
    width: 32%;
  }

  .desktop-min\:w-35p {
    width: 35%;
  }

  .desktop-min\:w-40p {
    width: 40%;
  }

  .desktop-min\:w-49p {
    width: 49%;
  }

  .desktop-min\:w-49-5p {
    width: 49.5%;
  }

  .desktop-min\:w-80p {
    width: 80%;
  }

  .desktop-min\:w-vh80 {
    width: 80vh;
  }

  .desktop-min\:w-vh86 {
    width: 86vh;
  }

  .desktop-min\:w-vh90 {
    width: 90vh;
  }

  .desktop-min\:w-vw80 {
    width: 80vw;
  }

  .desktop-min\:w-vw90 {
    width: 90vw;
  }

  .desktop-min\:w-90p {
    width: 90%;
  }

  .desktop-min\:w-92p {
    width: 92%;
  }

  .desktop-min\:w-93p {
    width: 93%;
  }

  .desktop-min\:w-94p {
    width: 94%;
  }

  .desktop-min\:w-95p {
    width: 95%;
  }

  .desktop-min\:w-96p {
    width: 96%;
  }

  .desktop-min\:w-100p {
    width: 100%;
  }

  .desktop-min\:w-1\/2 {
    width: 50%;
  }

  .desktop-min\:w-1\/3 {
    width: 33.333333%;
  }

  .desktop-min\:w-2\/3 {
    width: 66.666667%;
  }

  .desktop-min\:w-1\/4 {
    width: 25%;
  }

  .desktop-min\:w-2\/4 {
    width: 50%;
  }

  .desktop-min\:w-3\/4 {
    width: 75%;
  }

  .desktop-min\:w-1\/5 {
    width: 20%;
  }

  .desktop-min\:w-2\/5 {
    width: 40%;
  }

  .desktop-min\:w-3\/5 {
    width: 60%;
  }

  .desktop-min\:w-4\/5 {
    width: 80%;
  }

  .desktop-min\:w-1\/6 {
    width: 16.666667%;
  }

  .desktop-min\:w-2\/6 {
    width: 33.333333%;
  }

  .desktop-min\:w-3\/6 {
    width: 50%;
  }

  .desktop-min\:w-4\/6 {
    width: 66.666667%;
  }

  .desktop-min\:w-5\/6 {
    width: 83.333333%;
  }

  .desktop-min\:w-3\/12 {
    width: 25%;
  }

  .desktop-min\:w-4\/12 {
    width: 33.333333%;
  }

  .desktop-min\:w-5\/12 {
    width: 41.666667%;
  }

  .desktop-min\:w-6\/12 {
    width: 50%;
  }

  .desktop-min\:w-7\/12 {
    width: 58.333333%;
  }

  .desktop-min\:w-8\/12 {
    width: 66.666667%;
  }

  .desktop-min\:w-9\/12 {
    width: 75%;
  }

  .desktop-min\:w-10\/12 {
    width: 83.333333%;
  }

  .desktop-min\:w-11\/12 {
    width: 91.666667%;
  }

  .desktop-min\:w-full {
    width: 100%;
  }

  .desktop-min\:w-screen {
    width: 100vw;
  }

  .desktop-min\:hover\:w-0:hover {
    width: 0px;
  }

  .desktop-min\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .desktop-min\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .desktop-min\:hover\:w-3:hover {
    width: 3px;
  }

  .desktop-min\:hover\:w-4:hover {
    width: 4px;
  }

  .desktop-min\:hover\:w-5:hover {
    width: 5px;
  }

  .desktop-min\:hover\:w-6:hover {
    width: 6px;
  }

  .desktop-min\:hover\:w-8:hover {
    width: 8px;
  }

  .desktop-min\:hover\:w-9:hover {
    width: 9px;
  }

  .desktop-min\:hover\:w-10:hover {
    width: 10px;
  }

  .desktop-min\:hover\:w-12:hover {
    width: 12px;
  }

  .desktop-min\:hover\:w-13:hover {
    width: 13px;
  }

  .desktop-min\:hover\:w-14:hover {
    width: 14px;
  }

  .desktop-min\:hover\:w-15:hover {
    width: 15px;
  }

  .desktop-min\:hover\:w-16:hover {
    width: 16px;
  }

  .desktop-min\:hover\:w-17:hover {
    width: 17px;
  }

  .desktop-min\:hover\:w-18:hover {
    width: 18px;
  }

  .desktop-min\:hover\:w-20:hover {
    width: 20px;
  }

  .desktop-min\:hover\:w-22:hover {
    width: 22px;
  }

  .desktop-min\:hover\:w-24:hover {
    width: 24px;
  }

  .desktop-min\:hover\:w-25:hover {
    width: 25px;
  }

  .desktop-min\:hover\:w-28:hover {
    width: 28px;
  }

  .desktop-min\:hover\:w-29:hover {
    width: 29px;
  }

  .desktop-min\:hover\:w-30:hover {
    width: 30px;
  }

  .desktop-min\:hover\:w-32:hover {
    width: 32px;
  }

  .desktop-min\:hover\:w-35:hover {
    width: 35px;
  }

  .desktop-min\:hover\:w-36:hover {
    width: 36px;
  }

  .desktop-min\:hover\:w-37:hover {
    width: 37px;
  }

  .desktop-min\:hover\:w-40:hover {
    width: 40px;
  }

  .desktop-min\:hover\:w-45:hover {
    width: 45px;
  }

  .desktop-min\:hover\:w-48:hover {
    width: 48px;
  }

  .desktop-min\:hover\:w-50:hover {
    width: 50px;
  }

  .desktop-min\:hover\:w-55:hover {
    width: 55px;
  }

  .desktop-min\:hover\:w-56:hover {
    width: 56px;
  }

  .desktop-min\:hover\:w-60:hover {
    width: 60px;
  }

  .desktop-min\:hover\:w-62:hover {
    width: 62px;
  }

  .desktop-min\:hover\:w-64:hover {
    width: 64px;
  }

  .desktop-min\:hover\:w-65:hover {
    width: 65px;
  }

  .desktop-min\:hover\:w-70:hover {
    width: 70px;
  }

  .desktop-min\:hover\:w-75:hover {
    width: 75px;
  }

  .desktop-min\:hover\:w-80:hover {
    width: 80px;
  }

  .desktop-min\:hover\:w-85:hover {
    width: 85px;
  }

  .desktop-min\:hover\:w-90:hover {
    width: 90px;
  }

  .desktop-min\:hover\:w-95:hover {
    width: 95px;
  }

  .desktop-min\:hover\:w-96:hover {
    width: 96px;
  }

  .desktop-min\:hover\:w-100:hover {
    width: 100px;
  }

  .desktop-min\:hover\:w-110:hover {
    width: 110px;
  }

  .desktop-min\:hover\:w-115:hover {
    width: 115px;
  }

  .desktop-min\:hover\:w-120:hover {
    width: 120px;
  }

  .desktop-min\:hover\:w-128:hover {
    width: 128px;
  }

  .desktop-min\:hover\:w-135:hover {
    width: 135px;
  }

  .desktop-min\:hover\:w-140:hover {
    width: 140px;
  }

  .desktop-min\:hover\:w-145:hover {
    width: 145px;
  }

  .desktop-min\:hover\:w-150:hover {
    width: 150px;
  }

  .desktop-min\:hover\:w-160:hover {
    width: 160px;
  }

  .desktop-min\:hover\:w-165:hover {
    width: 165px;
  }

  .desktop-min\:hover\:w-168:hover {
    width: 168px;
  }

  .desktop-min\:hover\:w-170:hover {
    width: 170px;
  }

  .desktop-min\:hover\:w-180:hover {
    width: 180px;
  }

  .desktop-min\:hover\:w-200:hover {
    width: 200px;
  }

  .desktop-min\:hover\:w-220:hover {
    width: 220px;
  }

  .desktop-min\:hover\:w-230:hover {
    width: 230px;
  }

  .desktop-min\:hover\:w-235:hover {
    width: 235px;
  }

  .desktop-min\:hover\:w-240:hover {
    width: 240px;
  }

  .desktop-min\:hover\:w-250:hover {
    width: 250px;
  }

  .desktop-min\:hover\:w-300:hover {
    width: 300px;
  }

  .desktop-min\:hover\:w-320:hover {
    width: 320px;
  }

  .desktop-min\:hover\:w-350:hover {
    width: 350px;
  }

  .desktop-min\:hover\:w-375:hover {
    width: 375px;
  }

  .desktop-min\:hover\:w-400:hover {
    width: 400px;
  }

  .desktop-min\:hover\:w-450:hover {
    width: 450px;
  }

  .desktop-min\:hover\:w-700:hover {
    width: 700px;
  }

  .desktop-min\:hover\:w-auto:hover {
    width: auto;
  }

  .desktop-min\:hover\:w-px:hover {
    width: 1px;
  }

  .desktop-min\:hover\:w-1p:hover {
    width: 1%;
  }

  .desktop-min\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .desktop-min\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .desktop-min\:hover\:w-11p:hover {
    width: 11%;
  }

  .desktop-min\:hover\:w-20p:hover {
    width: 20%;
  }

  .desktop-min\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .desktop-min\:hover\:w-25p:hover {
    width: 25%;
  }

  .desktop-min\:hover\:w-32p:hover {
    width: 32%;
  }

  .desktop-min\:hover\:w-35p:hover {
    width: 35%;
  }

  .desktop-min\:hover\:w-40p:hover {
    width: 40%;
  }

  .desktop-min\:hover\:w-49p:hover {
    width: 49%;
  }

  .desktop-min\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .desktop-min\:hover\:w-80p:hover {
    width: 80%;
  }

  .desktop-min\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .desktop-min\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .desktop-min\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .desktop-min\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .desktop-min\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .desktop-min\:hover\:w-90p:hover {
    width: 90%;
  }

  .desktop-min\:hover\:w-92p:hover {
    width: 92%;
  }

  .desktop-min\:hover\:w-93p:hover {
    width: 93%;
  }

  .desktop-min\:hover\:w-94p:hover {
    width: 94%;
  }

  .desktop-min\:hover\:w-95p:hover {
    width: 95%;
  }

  .desktop-min\:hover\:w-96p:hover {
    width: 96%;
  }

  .desktop-min\:hover\:w-100p:hover {
    width: 100%;
  }

  .desktop-min\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .desktop-min\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .desktop-min\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .desktop-min\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .desktop-min\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .desktop-min\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .desktop-min\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .desktop-min\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .desktop-min\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .desktop-min\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .desktop-min\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .desktop-min\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .desktop-min\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .desktop-min\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .desktop-min\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .desktop-min\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .desktop-min\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .desktop-min\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .desktop-min\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .desktop-min\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .desktop-min\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .desktop-min\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .desktop-min\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .desktop-min\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .desktop-min\:hover\:w-full:hover {
    width: 100%;
  }

  .desktop-min\:hover\:w-screen:hover {
    width: 100vw;
  }

  .desktop-min\:focus\:w-0:focus {
    width: 0px;
  }

  .desktop-min\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .desktop-min\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .desktop-min\:focus\:w-3:focus {
    width: 3px;
  }

  .desktop-min\:focus\:w-4:focus {
    width: 4px;
  }

  .desktop-min\:focus\:w-5:focus {
    width: 5px;
  }

  .desktop-min\:focus\:w-6:focus {
    width: 6px;
  }

  .desktop-min\:focus\:w-8:focus {
    width: 8px;
  }

  .desktop-min\:focus\:w-9:focus {
    width: 9px;
  }

  .desktop-min\:focus\:w-10:focus {
    width: 10px;
  }

  .desktop-min\:focus\:w-12:focus {
    width: 12px;
  }

  .desktop-min\:focus\:w-13:focus {
    width: 13px;
  }

  .desktop-min\:focus\:w-14:focus {
    width: 14px;
  }

  .desktop-min\:focus\:w-15:focus {
    width: 15px;
  }

  .desktop-min\:focus\:w-16:focus {
    width: 16px;
  }

  .desktop-min\:focus\:w-17:focus {
    width: 17px;
  }

  .desktop-min\:focus\:w-18:focus {
    width: 18px;
  }

  .desktop-min\:focus\:w-20:focus {
    width: 20px;
  }

  .desktop-min\:focus\:w-22:focus {
    width: 22px;
  }

  .desktop-min\:focus\:w-24:focus {
    width: 24px;
  }

  .desktop-min\:focus\:w-25:focus {
    width: 25px;
  }

  .desktop-min\:focus\:w-28:focus {
    width: 28px;
  }

  .desktop-min\:focus\:w-29:focus {
    width: 29px;
  }

  .desktop-min\:focus\:w-30:focus {
    width: 30px;
  }

  .desktop-min\:focus\:w-32:focus {
    width: 32px;
  }

  .desktop-min\:focus\:w-35:focus {
    width: 35px;
  }

  .desktop-min\:focus\:w-36:focus {
    width: 36px;
  }

  .desktop-min\:focus\:w-37:focus {
    width: 37px;
  }

  .desktop-min\:focus\:w-40:focus {
    width: 40px;
  }

  .desktop-min\:focus\:w-45:focus {
    width: 45px;
  }

  .desktop-min\:focus\:w-48:focus {
    width: 48px;
  }

  .desktop-min\:focus\:w-50:focus {
    width: 50px;
  }

  .desktop-min\:focus\:w-55:focus {
    width: 55px;
  }

  .desktop-min\:focus\:w-56:focus {
    width: 56px;
  }

  .desktop-min\:focus\:w-60:focus {
    width: 60px;
  }

  .desktop-min\:focus\:w-62:focus {
    width: 62px;
  }

  .desktop-min\:focus\:w-64:focus {
    width: 64px;
  }

  .desktop-min\:focus\:w-65:focus {
    width: 65px;
  }

  .desktop-min\:focus\:w-70:focus {
    width: 70px;
  }

  .desktop-min\:focus\:w-75:focus {
    width: 75px;
  }

  .desktop-min\:focus\:w-80:focus {
    width: 80px;
  }

  .desktop-min\:focus\:w-85:focus {
    width: 85px;
  }

  .desktop-min\:focus\:w-90:focus {
    width: 90px;
  }

  .desktop-min\:focus\:w-95:focus {
    width: 95px;
  }

  .desktop-min\:focus\:w-96:focus {
    width: 96px;
  }

  .desktop-min\:focus\:w-100:focus {
    width: 100px;
  }

  .desktop-min\:focus\:w-110:focus {
    width: 110px;
  }

  .desktop-min\:focus\:w-115:focus {
    width: 115px;
  }

  .desktop-min\:focus\:w-120:focus {
    width: 120px;
  }

  .desktop-min\:focus\:w-128:focus {
    width: 128px;
  }

  .desktop-min\:focus\:w-135:focus {
    width: 135px;
  }

  .desktop-min\:focus\:w-140:focus {
    width: 140px;
  }

  .desktop-min\:focus\:w-145:focus {
    width: 145px;
  }

  .desktop-min\:focus\:w-150:focus {
    width: 150px;
  }

  .desktop-min\:focus\:w-160:focus {
    width: 160px;
  }

  .desktop-min\:focus\:w-165:focus {
    width: 165px;
  }

  .desktop-min\:focus\:w-168:focus {
    width: 168px;
  }

  .desktop-min\:focus\:w-170:focus {
    width: 170px;
  }

  .desktop-min\:focus\:w-180:focus {
    width: 180px;
  }

  .desktop-min\:focus\:w-200:focus {
    width: 200px;
  }

  .desktop-min\:focus\:w-220:focus {
    width: 220px;
  }

  .desktop-min\:focus\:w-230:focus {
    width: 230px;
  }

  .desktop-min\:focus\:w-235:focus {
    width: 235px;
  }

  .desktop-min\:focus\:w-240:focus {
    width: 240px;
  }

  .desktop-min\:focus\:w-250:focus {
    width: 250px;
  }

  .desktop-min\:focus\:w-300:focus {
    width: 300px;
  }

  .desktop-min\:focus\:w-320:focus {
    width: 320px;
  }

  .desktop-min\:focus\:w-350:focus {
    width: 350px;
  }

  .desktop-min\:focus\:w-375:focus {
    width: 375px;
  }

  .desktop-min\:focus\:w-400:focus {
    width: 400px;
  }

  .desktop-min\:focus\:w-450:focus {
    width: 450px;
  }

  .desktop-min\:focus\:w-700:focus {
    width: 700px;
  }

  .desktop-min\:focus\:w-auto:focus {
    width: auto;
  }

  .desktop-min\:focus\:w-px:focus {
    width: 1px;
  }

  .desktop-min\:focus\:w-1p:focus {
    width: 1%;
  }

  .desktop-min\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .desktop-min\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .desktop-min\:focus\:w-11p:focus {
    width: 11%;
  }

  .desktop-min\:focus\:w-20p:focus {
    width: 20%;
  }

  .desktop-min\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .desktop-min\:focus\:w-25p:focus {
    width: 25%;
  }

  .desktop-min\:focus\:w-32p:focus {
    width: 32%;
  }

  .desktop-min\:focus\:w-35p:focus {
    width: 35%;
  }

  .desktop-min\:focus\:w-40p:focus {
    width: 40%;
  }

  .desktop-min\:focus\:w-49p:focus {
    width: 49%;
  }

  .desktop-min\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .desktop-min\:focus\:w-80p:focus {
    width: 80%;
  }

  .desktop-min\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .desktop-min\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .desktop-min\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .desktop-min\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .desktop-min\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .desktop-min\:focus\:w-90p:focus {
    width: 90%;
  }

  .desktop-min\:focus\:w-92p:focus {
    width: 92%;
  }

  .desktop-min\:focus\:w-93p:focus {
    width: 93%;
  }

  .desktop-min\:focus\:w-94p:focus {
    width: 94%;
  }

  .desktop-min\:focus\:w-95p:focus {
    width: 95%;
  }

  .desktop-min\:focus\:w-96p:focus {
    width: 96%;
  }

  .desktop-min\:focus\:w-100p:focus {
    width: 100%;
  }

  .desktop-min\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .desktop-min\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .desktop-min\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .desktop-min\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .desktop-min\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .desktop-min\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .desktop-min\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .desktop-min\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .desktop-min\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .desktop-min\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .desktop-min\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .desktop-min\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .desktop-min\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .desktop-min\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .desktop-min\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .desktop-min\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .desktop-min\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .desktop-min\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .desktop-min\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .desktop-min\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .desktop-min\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .desktop-min\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .desktop-min\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .desktop-min\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .desktop-min\:focus\:w-full:focus {
    width: 100%;
  }

  .desktop-min\:focus\:w-screen:focus {
    width: 100vw;
  }

  .desktop-min\:first\:w-0:first-child {
    width: 0px;
  }

  .desktop-min\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .desktop-min\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .desktop-min\:first\:w-3:first-child {
    width: 3px;
  }

  .desktop-min\:first\:w-4:first-child {
    width: 4px;
  }

  .desktop-min\:first\:w-5:first-child {
    width: 5px;
  }

  .desktop-min\:first\:w-6:first-child {
    width: 6px;
  }

  .desktop-min\:first\:w-8:first-child {
    width: 8px;
  }

  .desktop-min\:first\:w-9:first-child {
    width: 9px;
  }

  .desktop-min\:first\:w-10:first-child {
    width: 10px;
  }

  .desktop-min\:first\:w-12:first-child {
    width: 12px;
  }

  .desktop-min\:first\:w-13:first-child {
    width: 13px;
  }

  .desktop-min\:first\:w-14:first-child {
    width: 14px;
  }

  .desktop-min\:first\:w-15:first-child {
    width: 15px;
  }

  .desktop-min\:first\:w-16:first-child {
    width: 16px;
  }

  .desktop-min\:first\:w-17:first-child {
    width: 17px;
  }

  .desktop-min\:first\:w-18:first-child {
    width: 18px;
  }

  .desktop-min\:first\:w-20:first-child {
    width: 20px;
  }

  .desktop-min\:first\:w-22:first-child {
    width: 22px;
  }

  .desktop-min\:first\:w-24:first-child {
    width: 24px;
  }

  .desktop-min\:first\:w-25:first-child {
    width: 25px;
  }

  .desktop-min\:first\:w-28:first-child {
    width: 28px;
  }

  .desktop-min\:first\:w-29:first-child {
    width: 29px;
  }

  .desktop-min\:first\:w-30:first-child {
    width: 30px;
  }

  .desktop-min\:first\:w-32:first-child {
    width: 32px;
  }

  .desktop-min\:first\:w-35:first-child {
    width: 35px;
  }

  .desktop-min\:first\:w-36:first-child {
    width: 36px;
  }

  .desktop-min\:first\:w-37:first-child {
    width: 37px;
  }

  .desktop-min\:first\:w-40:first-child {
    width: 40px;
  }

  .desktop-min\:first\:w-45:first-child {
    width: 45px;
  }

  .desktop-min\:first\:w-48:first-child {
    width: 48px;
  }

  .desktop-min\:first\:w-50:first-child {
    width: 50px;
  }

  .desktop-min\:first\:w-55:first-child {
    width: 55px;
  }

  .desktop-min\:first\:w-56:first-child {
    width: 56px;
  }

  .desktop-min\:first\:w-60:first-child {
    width: 60px;
  }

  .desktop-min\:first\:w-62:first-child {
    width: 62px;
  }

  .desktop-min\:first\:w-64:first-child {
    width: 64px;
  }

  .desktop-min\:first\:w-65:first-child {
    width: 65px;
  }

  .desktop-min\:first\:w-70:first-child {
    width: 70px;
  }

  .desktop-min\:first\:w-75:first-child {
    width: 75px;
  }

  .desktop-min\:first\:w-80:first-child {
    width: 80px;
  }

  .desktop-min\:first\:w-85:first-child {
    width: 85px;
  }

  .desktop-min\:first\:w-90:first-child {
    width: 90px;
  }

  .desktop-min\:first\:w-95:first-child {
    width: 95px;
  }

  .desktop-min\:first\:w-96:first-child {
    width: 96px;
  }

  .desktop-min\:first\:w-100:first-child {
    width: 100px;
  }

  .desktop-min\:first\:w-110:first-child {
    width: 110px;
  }

  .desktop-min\:first\:w-115:first-child {
    width: 115px;
  }

  .desktop-min\:first\:w-120:first-child {
    width: 120px;
  }

  .desktop-min\:first\:w-128:first-child {
    width: 128px;
  }

  .desktop-min\:first\:w-135:first-child {
    width: 135px;
  }

  .desktop-min\:first\:w-140:first-child {
    width: 140px;
  }

  .desktop-min\:first\:w-145:first-child {
    width: 145px;
  }

  .desktop-min\:first\:w-150:first-child {
    width: 150px;
  }

  .desktop-min\:first\:w-160:first-child {
    width: 160px;
  }

  .desktop-min\:first\:w-165:first-child {
    width: 165px;
  }

  .desktop-min\:first\:w-168:first-child {
    width: 168px;
  }

  .desktop-min\:first\:w-170:first-child {
    width: 170px;
  }

  .desktop-min\:first\:w-180:first-child {
    width: 180px;
  }

  .desktop-min\:first\:w-200:first-child {
    width: 200px;
  }

  .desktop-min\:first\:w-220:first-child {
    width: 220px;
  }

  .desktop-min\:first\:w-230:first-child {
    width: 230px;
  }

  .desktop-min\:first\:w-235:first-child {
    width: 235px;
  }

  .desktop-min\:first\:w-240:first-child {
    width: 240px;
  }

  .desktop-min\:first\:w-250:first-child {
    width: 250px;
  }

  .desktop-min\:first\:w-300:first-child {
    width: 300px;
  }

  .desktop-min\:first\:w-320:first-child {
    width: 320px;
  }

  .desktop-min\:first\:w-350:first-child {
    width: 350px;
  }

  .desktop-min\:first\:w-375:first-child {
    width: 375px;
  }

  .desktop-min\:first\:w-400:first-child {
    width: 400px;
  }

  .desktop-min\:first\:w-450:first-child {
    width: 450px;
  }

  .desktop-min\:first\:w-700:first-child {
    width: 700px;
  }

  .desktop-min\:first\:w-auto:first-child {
    width: auto;
  }

  .desktop-min\:first\:w-px:first-child {
    width: 1px;
  }

  .desktop-min\:first\:w-1p:first-child {
    width: 1%;
  }

  .desktop-min\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .desktop-min\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .desktop-min\:first\:w-11p:first-child {
    width: 11%;
  }

  .desktop-min\:first\:w-20p:first-child {
    width: 20%;
  }

  .desktop-min\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .desktop-min\:first\:w-25p:first-child {
    width: 25%;
  }

  .desktop-min\:first\:w-32p:first-child {
    width: 32%;
  }

  .desktop-min\:first\:w-35p:first-child {
    width: 35%;
  }

  .desktop-min\:first\:w-40p:first-child {
    width: 40%;
  }

  .desktop-min\:first\:w-49p:first-child {
    width: 49%;
  }

  .desktop-min\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .desktop-min\:first\:w-80p:first-child {
    width: 80%;
  }

  .desktop-min\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .desktop-min\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .desktop-min\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .desktop-min\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .desktop-min\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .desktop-min\:first\:w-90p:first-child {
    width: 90%;
  }

  .desktop-min\:first\:w-92p:first-child {
    width: 92%;
  }

  .desktop-min\:first\:w-93p:first-child {
    width: 93%;
  }

  .desktop-min\:first\:w-94p:first-child {
    width: 94%;
  }

  .desktop-min\:first\:w-95p:first-child {
    width: 95%;
  }

  .desktop-min\:first\:w-96p:first-child {
    width: 96%;
  }

  .desktop-min\:first\:w-100p:first-child {
    width: 100%;
  }

  .desktop-min\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .desktop-min\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .desktop-min\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .desktop-min\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .desktop-min\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .desktop-min\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .desktop-min\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .desktop-min\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .desktop-min\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .desktop-min\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .desktop-min\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .desktop-min\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .desktop-min\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .desktop-min\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .desktop-min\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .desktop-min\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .desktop-min\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .desktop-min\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .desktop-min\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .desktop-min\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .desktop-min\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .desktop-min\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .desktop-min\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .desktop-min\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .desktop-min\:first\:w-full:first-child {
    width: 100%;
  }

  .desktop-min\:first\:w-screen:first-child {
    width: 100vw;
  }

  .desktop-min\:last\:w-0:last-child {
    width: 0px;
  }

  .desktop-min\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .desktop-min\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .desktop-min\:last\:w-3:last-child {
    width: 3px;
  }

  .desktop-min\:last\:w-4:last-child {
    width: 4px;
  }

  .desktop-min\:last\:w-5:last-child {
    width: 5px;
  }

  .desktop-min\:last\:w-6:last-child {
    width: 6px;
  }

  .desktop-min\:last\:w-8:last-child {
    width: 8px;
  }

  .desktop-min\:last\:w-9:last-child {
    width: 9px;
  }

  .desktop-min\:last\:w-10:last-child {
    width: 10px;
  }

  .desktop-min\:last\:w-12:last-child {
    width: 12px;
  }

  .desktop-min\:last\:w-13:last-child {
    width: 13px;
  }

  .desktop-min\:last\:w-14:last-child {
    width: 14px;
  }

  .desktop-min\:last\:w-15:last-child {
    width: 15px;
  }

  .desktop-min\:last\:w-16:last-child {
    width: 16px;
  }

  .desktop-min\:last\:w-17:last-child {
    width: 17px;
  }

  .desktop-min\:last\:w-18:last-child {
    width: 18px;
  }

  .desktop-min\:last\:w-20:last-child {
    width: 20px;
  }

  .desktop-min\:last\:w-22:last-child {
    width: 22px;
  }

  .desktop-min\:last\:w-24:last-child {
    width: 24px;
  }

  .desktop-min\:last\:w-25:last-child {
    width: 25px;
  }

  .desktop-min\:last\:w-28:last-child {
    width: 28px;
  }

  .desktop-min\:last\:w-29:last-child {
    width: 29px;
  }

  .desktop-min\:last\:w-30:last-child {
    width: 30px;
  }

  .desktop-min\:last\:w-32:last-child {
    width: 32px;
  }

  .desktop-min\:last\:w-35:last-child {
    width: 35px;
  }

  .desktop-min\:last\:w-36:last-child {
    width: 36px;
  }

  .desktop-min\:last\:w-37:last-child {
    width: 37px;
  }

  .desktop-min\:last\:w-40:last-child {
    width: 40px;
  }

  .desktop-min\:last\:w-45:last-child {
    width: 45px;
  }

  .desktop-min\:last\:w-48:last-child {
    width: 48px;
  }

  .desktop-min\:last\:w-50:last-child {
    width: 50px;
  }

  .desktop-min\:last\:w-55:last-child {
    width: 55px;
  }

  .desktop-min\:last\:w-56:last-child {
    width: 56px;
  }

  .desktop-min\:last\:w-60:last-child {
    width: 60px;
  }

  .desktop-min\:last\:w-62:last-child {
    width: 62px;
  }

  .desktop-min\:last\:w-64:last-child {
    width: 64px;
  }

  .desktop-min\:last\:w-65:last-child {
    width: 65px;
  }

  .desktop-min\:last\:w-70:last-child {
    width: 70px;
  }

  .desktop-min\:last\:w-75:last-child {
    width: 75px;
  }

  .desktop-min\:last\:w-80:last-child {
    width: 80px;
  }

  .desktop-min\:last\:w-85:last-child {
    width: 85px;
  }

  .desktop-min\:last\:w-90:last-child {
    width: 90px;
  }

  .desktop-min\:last\:w-95:last-child {
    width: 95px;
  }

  .desktop-min\:last\:w-96:last-child {
    width: 96px;
  }

  .desktop-min\:last\:w-100:last-child {
    width: 100px;
  }

  .desktop-min\:last\:w-110:last-child {
    width: 110px;
  }

  .desktop-min\:last\:w-115:last-child {
    width: 115px;
  }

  .desktop-min\:last\:w-120:last-child {
    width: 120px;
  }

  .desktop-min\:last\:w-128:last-child {
    width: 128px;
  }

  .desktop-min\:last\:w-135:last-child {
    width: 135px;
  }

  .desktop-min\:last\:w-140:last-child {
    width: 140px;
  }

  .desktop-min\:last\:w-145:last-child {
    width: 145px;
  }

  .desktop-min\:last\:w-150:last-child {
    width: 150px;
  }

  .desktop-min\:last\:w-160:last-child {
    width: 160px;
  }

  .desktop-min\:last\:w-165:last-child {
    width: 165px;
  }

  .desktop-min\:last\:w-168:last-child {
    width: 168px;
  }

  .desktop-min\:last\:w-170:last-child {
    width: 170px;
  }

  .desktop-min\:last\:w-180:last-child {
    width: 180px;
  }

  .desktop-min\:last\:w-200:last-child {
    width: 200px;
  }

  .desktop-min\:last\:w-220:last-child {
    width: 220px;
  }

  .desktop-min\:last\:w-230:last-child {
    width: 230px;
  }

  .desktop-min\:last\:w-235:last-child {
    width: 235px;
  }

  .desktop-min\:last\:w-240:last-child {
    width: 240px;
  }

  .desktop-min\:last\:w-250:last-child {
    width: 250px;
  }

  .desktop-min\:last\:w-300:last-child {
    width: 300px;
  }

  .desktop-min\:last\:w-320:last-child {
    width: 320px;
  }

  .desktop-min\:last\:w-350:last-child {
    width: 350px;
  }

  .desktop-min\:last\:w-375:last-child {
    width: 375px;
  }

  .desktop-min\:last\:w-400:last-child {
    width: 400px;
  }

  .desktop-min\:last\:w-450:last-child {
    width: 450px;
  }

  .desktop-min\:last\:w-700:last-child {
    width: 700px;
  }

  .desktop-min\:last\:w-auto:last-child {
    width: auto;
  }

  .desktop-min\:last\:w-px:last-child {
    width: 1px;
  }

  .desktop-min\:last\:w-1p:last-child {
    width: 1%;
  }

  .desktop-min\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .desktop-min\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .desktop-min\:last\:w-11p:last-child {
    width: 11%;
  }

  .desktop-min\:last\:w-20p:last-child {
    width: 20%;
  }

  .desktop-min\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .desktop-min\:last\:w-25p:last-child {
    width: 25%;
  }

  .desktop-min\:last\:w-32p:last-child {
    width: 32%;
  }

  .desktop-min\:last\:w-35p:last-child {
    width: 35%;
  }

  .desktop-min\:last\:w-40p:last-child {
    width: 40%;
  }

  .desktop-min\:last\:w-49p:last-child {
    width: 49%;
  }

  .desktop-min\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .desktop-min\:last\:w-80p:last-child {
    width: 80%;
  }

  .desktop-min\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .desktop-min\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .desktop-min\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .desktop-min\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .desktop-min\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .desktop-min\:last\:w-90p:last-child {
    width: 90%;
  }

  .desktop-min\:last\:w-92p:last-child {
    width: 92%;
  }

  .desktop-min\:last\:w-93p:last-child {
    width: 93%;
  }

  .desktop-min\:last\:w-94p:last-child {
    width: 94%;
  }

  .desktop-min\:last\:w-95p:last-child {
    width: 95%;
  }

  .desktop-min\:last\:w-96p:last-child {
    width: 96%;
  }

  .desktop-min\:last\:w-100p:last-child {
    width: 100%;
  }

  .desktop-min\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .desktop-min\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .desktop-min\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .desktop-min\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .desktop-min\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .desktop-min\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .desktop-min\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .desktop-min\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .desktop-min\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .desktop-min\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .desktop-min\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .desktop-min\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .desktop-min\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .desktop-min\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .desktop-min\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .desktop-min\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .desktop-min\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .desktop-min\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .desktop-min\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .desktop-min\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .desktop-min\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .desktop-min\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .desktop-min\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .desktop-min\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .desktop-min\:last\:w-full:last-child {
    width: 100%;
  }

  .desktop-min\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .desktop-min\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .desktop-min\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .desktop-min\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .desktop-min\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .desktop-min\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .desktop-min\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .desktop-min\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .desktop-min\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .desktop-min\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .desktop-min\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .desktop-min\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .desktop-min\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .desktop-min\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .desktop-min\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .desktop-min\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .desktop-min\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .desktop-min\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .desktop-min\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .desktop-min\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .desktop-min\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .desktop-min\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .desktop-min\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .desktop-min\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .desktop-min\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .desktop-min\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .desktop-min\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .desktop-min\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .desktop-min\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .desktop-min\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .desktop-min\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .desktop-min\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .desktop-min\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .desktop-min\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .desktop-min\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .desktop-min\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .desktop-min\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .desktop-min\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .desktop-min\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .desktop-min\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .desktop-min\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .desktop-min\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .desktop-min\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .desktop-min\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .desktop-min\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .desktop-min\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .desktop-min\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .desktop-min\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .desktop-min\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .desktop-min\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .desktop-min\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .desktop-min\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .desktop-min\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .desktop-min\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .desktop-min\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .desktop-min\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .desktop-min\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .desktop-min\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .desktop-min\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .desktop-min\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .desktop-min\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .desktop-min\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .desktop-min\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .desktop-min\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .desktop-min\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .desktop-min\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .desktop-min\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .desktop-min\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .desktop-min\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .desktop-min\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .desktop-min\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .desktop-min\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .desktop-min\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .desktop-min\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .desktop-min\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .desktop-min\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .desktop-min\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .desktop-min\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .desktop-min\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .desktop-min\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .desktop-min\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .desktop-min\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .desktop-min\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .desktop-min\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .desktop-min\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .desktop-min\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .desktop-min\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .desktop-min\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .desktop-min\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .desktop-min\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .desktop-min\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .desktop-min\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .desktop-min\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .desktop-min\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .desktop-min\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .desktop-min\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .desktop-min\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .desktop-min\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .desktop-min\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .desktop-min\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .desktop-min\:group-hover\:w-screen {
    width: 100vw;
  }

  .desktop-min\:z-0 {
    z-index: 0;
  }

  .desktop-min\:z-10 {
    z-index: 10;
  }

  .desktop-min\:z-20 {
    z-index: 20;
  }

  .desktop-min\:z-30 {
    z-index: 30;
  }

  .desktop-min\:z-40 {
    z-index: 40;
  }

  .desktop-min\:z-50 {
    z-index: 50;
  }

  .desktop-min\:z-auto {
    z-index: auto;
  }

  .desktop-min\:hover\:z-0:hover {
    z-index: 0;
  }

  .desktop-min\:hover\:z-10:hover {
    z-index: 10;
  }

  .desktop-min\:hover\:z-20:hover {
    z-index: 20;
  }

  .desktop-min\:hover\:z-30:hover {
    z-index: 30;
  }

  .desktop-min\:hover\:z-40:hover {
    z-index: 40;
  }

  .desktop-min\:hover\:z-50:hover {
    z-index: 50;
  }

  .desktop-min\:hover\:z-auto:hover {
    z-index: auto;
  }

  .desktop-min\:focus\:z-0:focus {
    z-index: 0;
  }

  .desktop-min\:focus\:z-10:focus {
    z-index: 10;
  }

  .desktop-min\:focus\:z-20:focus {
    z-index: 20;
  }

  .desktop-min\:focus\:z-30:focus {
    z-index: 30;
  }

  .desktop-min\:focus\:z-40:focus {
    z-index: 40;
  }

  .desktop-min\:focus\:z-50:focus {
    z-index: 50;
  }

  .desktop-min\:focus\:z-auto:focus {
    z-index: auto;
  }

  .desktop-min\:first\:z-0:first-child {
    z-index: 0;
  }

  .desktop-min\:first\:z-10:first-child {
    z-index: 10;
  }

  .desktop-min\:first\:z-20:first-child {
    z-index: 20;
  }

  .desktop-min\:first\:z-30:first-child {
    z-index: 30;
  }

  .desktop-min\:first\:z-40:first-child {
    z-index: 40;
  }

  .desktop-min\:first\:z-50:first-child {
    z-index: 50;
  }

  .desktop-min\:first\:z-auto:first-child {
    z-index: auto;
  }

  .desktop-min\:last\:z-0:last-child {
    z-index: 0;
  }

  .desktop-min\:last\:z-10:last-child {
    z-index: 10;
  }

  .desktop-min\:last\:z-20:last-child {
    z-index: 20;
  }

  .desktop-min\:last\:z-30:last-child {
    z-index: 30;
  }

  .desktop-min\:last\:z-40:last-child {
    z-index: 40;
  }

  .desktop-min\:last\:z-50:last-child {
    z-index: 50;
  }

  .desktop-min\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .desktop-min\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .desktop-min\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .desktop-min\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .desktop-min\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .desktop-min\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .desktop-min\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .desktop-min\:group-hover\:z-auto {
    z-index: auto;
  }

  .desktop-min\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop-min\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop-min\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop-min\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop-min\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop-min\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop-min\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop-min\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop-min\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop-min\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop-min\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop-min\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop-min\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop-min\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop-min\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop-min\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop-min\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop-min\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop-min\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop-min\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop-min\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop-min\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop-min\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop-min\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop-min\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop-min\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop-min\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop-min\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop-min\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop-min\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop-min\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop-min\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop-min\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop-min\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop-min\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop-min\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop-min\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop-min\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop-min\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop-min\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop-min\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop-min\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop-min\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop-min\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop-min\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop-min\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop-min\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop-min\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop-min\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop-min\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop-min\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop-min\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop-min\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop-min\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop-min\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop-min\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop-min\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop-min\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop-min\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop-min\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop-min\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop-min\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop-min\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop-min\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop-min\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop-min\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop-min\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop-min\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop-min\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop-min\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop-min\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop-min\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop-min\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop-min\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop-min\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop-min\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop-min\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop-min\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop-min\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop-min\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop-min\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop-min\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop-min\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop-min\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop-min\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop-min\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop-min\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop-min\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop-min\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop-min\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop-min\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop-min\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop-min\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop-min\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop-min\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop-min\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop-min\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop-min\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop-min\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop-min\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop-min\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop-min\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop-min\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop-min\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop-min\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop-min\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop-min\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop-min\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop-min\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop-min\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop-min\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop-min\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop-min\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop-min\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop-min\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop-min\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop-min\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop-min\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop-min\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop-min\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop-min\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop-min\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop-min\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop-min\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop-min\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop-min\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop-min\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop-min\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop-min\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop-min\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop-min\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop-min\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop-min\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop-min\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop-min\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop-min\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop-min\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop-min\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop-min\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop-min\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop-min\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop-min\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop-min\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop-min\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop-min\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop-min\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop-min\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop-min\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop-min\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop-min\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop-min\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop-min\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop-min\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop-min\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop-min\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop-min\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop-min\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop-min\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop-min\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop-min\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop-min\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop-min\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop-min\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop-min\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop-min\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop-min\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop-min\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop-min\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop-min\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop-min\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop-min\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop-min\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop-min\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop-min\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop-min\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop-min\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop-min\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop-min\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop-min\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop-min\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop-min\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop-min\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop-min\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop-min\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop-min\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop-min\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop-min\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop-min\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop-min\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop-min\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop-min\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop-min\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop-min\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop-min\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop-min\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop-min\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop-min\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop-min\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop-min\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop-min\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop-min\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop-min\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop-min\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop-min\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop-min\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop-min\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop-min\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop-min\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop-min\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop-min\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop-min\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop-min\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop-min\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop-min\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop-min\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop-min\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop-min\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop-min\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop-min\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop-min\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop-min\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop-min\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop-min\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop-min\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop-min\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop-min\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop-min\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop-min\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop-min\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop-min\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop-min\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop-min\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop-min\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop-min\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop-min\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop-min\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop-min\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop-min\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop-min\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop-min\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop-min\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop-min\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop-min\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop-min\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop-min\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop-min\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop-min\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop-min\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop-min\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop-min\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop-min\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop-min\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop-min\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop-min\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop-min\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop-min\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop-min\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop-min\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop-min\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop-min\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop-min\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop-min\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop-min\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop-min\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop-min\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop-min\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop-min\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop-min\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop-min\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop-min\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop-min\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop-min\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop-min\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop-min\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop-min\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop-min\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop-min\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop-min\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop-min\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop-min\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop-min\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop-min\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop-min\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop-min\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop-min\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop-min\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop-min\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop-min\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop-min\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop-min\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop-min\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop-min\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop-min\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop-min\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop-min\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop-min\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop-min\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop-min\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop-min\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop-min\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop-min\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop-min\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop-min\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop-min\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop-min\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop-min\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop-min\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop-min\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop-min\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop-min\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop-min\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop-min\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop-min\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop-min\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop-min\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop-min\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop-min\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop-min\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop-min\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop-min\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop-min\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop-min\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop-min\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop-min\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop-min\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop-min\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop-min\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop-min\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop-min\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop-min\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop-min\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop-min\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop-min\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop-min\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop-min\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop-min\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop-min\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop-min\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop-min\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop-min\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop-min\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop-min\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop-min\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop-min\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop-min\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop-min\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop-min\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop-min\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop-min\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop-min\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop-min\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop-min\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop-min\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop-min\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop-min\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop-min\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop-min\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop-min\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop-min\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop-min\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop-min\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop-min\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop-min\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop-min\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop-min\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop-min\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop-min\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop-min\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop-min\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop-min\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop-min\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop-min\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop-min\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop-min\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop-min\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop-min\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop-min\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop-min\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop-min\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop-min\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop-min\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop-min\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop-min\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop-min\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop-min\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop-min\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop-min\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop-min\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop-min\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop-min\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop-min\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop-min\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop-min\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop-min\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop-min\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop-min\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop-min\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop-min\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop-min\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop-min\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop-min\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop-min\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop-min\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop-min\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop-min\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop-min\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop-min\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop-min\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop-min\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop-min\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop-min\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop-min\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop-min\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop-min\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop-min\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop-min\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop-min\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop-min\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop-min\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop-min\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop-min\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop-min\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop-min\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop-min\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop-min\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop-min\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop-min\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop-min\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop-min\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop-min\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop-min\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop-min\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop-min\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop-min\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop-min\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop-min\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop-min\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop-min\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop-min\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop-min\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop-min\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop-min\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop-min\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop-min\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop-min\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop-min\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop-min\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop-min\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop-min\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop-min\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop-min\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop-min\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop-min\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop-min\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop-min\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop-min\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop-min\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop-min\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop-min\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop-min\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop-min\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop-min\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop-min\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop-min\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop-min\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop-min\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop-min\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop-min\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop-min\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop-min\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop-min\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop-min\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop-min\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop-min\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop-min\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop-min\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop-min\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop-min\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop-min\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop-min\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop-min\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop-min\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop-min\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop-min\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop-min\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop-min\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop-min\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop-min\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop-min\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop-min\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop-min\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop-min\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop-min\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop-min\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop-min\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop-min\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop-min\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop-min\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop-min\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop-min\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop-min\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop-min\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop-min\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop-min\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop-min\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop-min\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop-min\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop-min\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop-min\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop-min\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop-min\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop-min\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop-min\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop-min\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop-min\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop-min\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop-min\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop-min\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop-min\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop-min\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop-min\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop-min\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop-min\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop-min\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop-min\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop-min\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop-min\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop-min\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop-min\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop-min\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop-min\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop-min\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop-min\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop-min\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop-min\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop-min\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop-min\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop-min\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop-min\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop-min\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop-min\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop-min\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop-min\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop-min\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop-min\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop-min\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop-min\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop-min\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop-min\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop-min\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop-min\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop-min\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop-min\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop-min\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop-min\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop-min\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop-min\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop-min\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop-min\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop-min\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop-min\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop-min\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop-min\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop-min\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop-min\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop-min\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop-min\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop-min\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop-min\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop-min\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop-min\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop-min\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop-min\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop-min\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop-min\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop-min\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop-min\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop-min\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop-min\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop-min\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop-min\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop-min\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop-min\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop-min\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop-min\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop-min\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop-min\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop-min\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop-min\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop-min\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop-min\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop-min\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop-min\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop-min\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop-min\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop-min\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop-min\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop-min\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop-min\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop-min\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop-min\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop-min\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop-min\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop-min\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop-min\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop-min\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop-min\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop-min\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop-min\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop-min\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop-min\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop-min\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop-min\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop-min\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop-min\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop-min\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop-min\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop-min\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop-min\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop-min\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop-min\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop-min\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop-min\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop-min\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop-min\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop-min\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop-min\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop-min\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop-min\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop-min\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop-min\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop-min\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop-min\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop-min\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop-min\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop-min\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop-min\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop-min\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop-min\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop-min\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop-min\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop-min\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop-min\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop-min\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop-min\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop-min\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop-min\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop-min\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop-min\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop-min\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop-min\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop-min\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop-min\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop-min\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop-min\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop-min\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop-min\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop-min\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop-min\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop-min\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop-min\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop-min\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop-min\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop-min\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop-min\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop-min\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop-min\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop-min\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop-min\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop-min\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop-min\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop-min\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop-min\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop-min\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop-min\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop-min\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop-min\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop-min\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop-min\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop-min\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop-min\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop-min\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop-min\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop-min\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop-min\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop-min\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop-min\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop-min\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop-min\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop-min\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop-min\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop-min\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop-min\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop-min\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop-min\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop-min\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop-min\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop-min\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop-min\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop-min\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop-min\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop-min\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop-min\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop-min\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop-min\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop-min\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop-min\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop-min\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop-min\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop-min\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop-min\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop-min\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop-min\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop-min\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop-min\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop-min\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop-min\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop-min\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop-min\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop-min\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop-min\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop-min\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop-min\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop-min\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop-min\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop-min\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop-min\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop-min\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop-min\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop-min\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop-min\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop-min\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop-min\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop-min\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop-min\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop-min\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop-min\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop-min\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop-min\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop-min\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop-min\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop-min\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop-min\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop-min\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop-min\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop-min\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop-min\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop-min\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop-min\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop-min\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop-min\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop-min\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop-min\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop-min\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop-min\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop-min\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop-min\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop-min\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop-min\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop-min\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop-min\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop-min\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop-min\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop-min\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop-min\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop-min\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop-min\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop-min\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop-min\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop-min\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop-min\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop-min\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop-min\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop-min\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop-min\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop-min\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop-min\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop-min\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop-min\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop-min\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop-min\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop-min\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop-min\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop-min\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop-min\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop-min\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop-min\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop-min\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop-min\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop-min\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop-min\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop-min\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop-min\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop-min\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop-min\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop-min\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop-min\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop-min\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop-min\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop-min\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop-min\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop-min\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop-min\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop-min\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop-min\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop-min\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop-min\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop-min\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop-min\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop-min\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop-min\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop-min\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop-min\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop-min\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop-min\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop-min\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop-min\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop-min\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop-min\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop-min\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop-min\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop-min\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop-min\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop-min\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop-min\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop-min\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop-min\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop-min\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop-min\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop-min\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop-min\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop-min\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop-min\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop-min\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop-min\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop-min\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop-min\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop-min\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop-min\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop-min\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop-min\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop-min\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop-min\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop-min\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop-min\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop-min\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop-min\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop-min\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop-min\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop-min\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop-min\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop-min\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop-min\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop-min\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop-min\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop-min\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop-min\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop-min\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop-min\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop-min\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop-min\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop-min\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop-min\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop-min\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop-min\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop-min\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop-min\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop-min\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop-min\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop-min\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop-min\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop-min\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop-min\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop-min\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop-min\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop-min\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop-min\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop-min\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop-min\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop-min\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop-min\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop-min\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop-min\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop-min\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop-min\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop-min\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop-min\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop-min\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop-min\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop-min\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop-min\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop-min\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop-min\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop-min\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop-min\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop-min\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop-min\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop-min\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop-min\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop-min\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop-min\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop-min\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop-min\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop-min\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop-min\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop-min\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop-min\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop-min\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop-min\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop-min\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop-min\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop-min\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop-min\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop-min\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop-min\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop-min\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop-min\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop-min\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop-min\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop-min\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop-min\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop-min\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop-min\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop-min\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop-min\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop-min\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop-min\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop-min\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop-min\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop-min\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop-min\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop-min\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop-min\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop-min\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop-min\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop-min\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop-min\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop-min\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop-min\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop-min\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop-min\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop-min\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop-min\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop-min\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop-min\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop-min\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop-min\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop-min\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop-min\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop-min\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop-min\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop-min\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop-min\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop-min\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop-min\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop-min\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop-min\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop-min\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop-min\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop-min\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop-min\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop-min\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop-min\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop-min\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop-min\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop-min\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop-min\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop-min\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop-min\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop-min\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop-min\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop-min\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop-min\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop-min\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop-min\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop-min\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop-min\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop-min\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop-min\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop-min\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop-min\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop-min\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop-min\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop-min\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop-min\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop-min\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop-min\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop-min\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop-min\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop-min\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop-min\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop-min\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop-min\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop-min\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop-min\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop-min\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop-min\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop-min\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop-min\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop-min\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop-min\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop-min\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop-min\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop-min\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop-min\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop-min\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop-min\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop-min\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop-min\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop-min\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop-min\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop-min\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop-min\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop-min\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop-min\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop-min\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop-min\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop-min\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop-min\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop-min\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop-min\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop-min\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop-min\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop-min\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop-min\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop-min\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop-min\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop-min\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop-min\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop-min\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop-min\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop-min\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop-min\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop-min\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop-min\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop-min\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop-min\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop-min\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop-min\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop-min\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop-min\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop-min\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop-min\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop-min\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop-min\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop-min\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop-min\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop-min\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop-min\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop-min\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop-min\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop-min\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop-min\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop-min\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop-min\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop-min\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop-min\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop-min\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop-min\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop-min\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop-min\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop-min\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop-min\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop-min\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop-min\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop-min\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop-min\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop-min\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop-min\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop-min\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop-min\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop-min\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop-min\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop-min\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop-min\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop-min\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop-min\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop-min\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop-min\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop-min\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop-min\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop-min\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop-min\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop-min\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop-min\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop-min\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop-min\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop-min\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop-min\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop-min\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop-min\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop-min\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop-min\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop-min\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop-min\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop-min\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop-min\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop-min\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop-min\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop-min\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop-min\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop-min\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop-min\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop-min\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop-min\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop-min\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop-min\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop-min\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop-min\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop-min\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop-min\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop-min\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop-min\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop-min\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop-min\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop-min\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop-min\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop-min\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop-min\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop-min\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop-min\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop-min\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop-min\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop-min\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop-min\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop-min\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop-min\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop-min\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop-min\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop-min\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop-min\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop-min\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop-min\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop-min\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop-min\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop-min\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop-min\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop-min\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop-min\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop-min\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop-min\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop-min\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop-min\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop-min\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop-min\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop-min\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop-min\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop-min\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop-min\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop-min\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop-min\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop-min\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop-min\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop-min\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop-min\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop-min\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop-min\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop-min\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop-min\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop-min\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop-min\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop-min\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop-min\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop-min\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop-min\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop-min\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop-min\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop-min\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop-min\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop-min\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop-min\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop-min\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop-min\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop-min\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop-min\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop-min\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop-min\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .desktop-min\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .desktop-min\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .desktop-min\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .desktop-min\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .desktop-min\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .desktop-min\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .desktop-min\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .desktop-min\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .desktop-min\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .desktop-min\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .desktop-min\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .desktop-min\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .desktop-min\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .desktop-min\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .desktop-min\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .desktop-min\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .desktop-min\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .desktop-min\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .desktop-min\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .desktop-min\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .desktop-min\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .desktop-min\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .desktop-min\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .desktop-min\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .desktop-min\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .desktop-min\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .desktop-min\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .desktop-min\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .desktop-min\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .desktop-min\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .desktop-min\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .desktop-min\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .desktop-min\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .desktop-min\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .desktop-min\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .desktop-min\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .desktop-min\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .desktop-min\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .desktop-min\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .desktop-min\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .desktop-min\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .desktop-min\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .desktop-min\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .desktop-min\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .desktop-min\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .desktop-min\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .desktop-min\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .desktop-min\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .desktop-min\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .desktop-min\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .desktop-min\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .desktop-min\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .desktop-min\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .desktop-min\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .desktop-min\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .desktop-min\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .desktop-min\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .desktop-min\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .desktop-min\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .desktop-min\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .desktop-min\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .desktop-min\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .desktop-min\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .desktop-min\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .desktop-min\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .desktop-min\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .desktop-min\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .desktop-min\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .desktop-min\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .desktop-min\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .desktop-min\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .desktop-min\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .desktop-min\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .desktop-min\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .desktop-min\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .desktop-min\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .desktop-min\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .desktop-min\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .desktop-min\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .desktop-min\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .desktop-min\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .desktop-min\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .desktop-min\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .desktop-min\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .desktop-min\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .desktop-min\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .desktop-min\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .desktop-min\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .desktop-min\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .desktop-min\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .desktop-min\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .desktop-min\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .desktop-min\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .desktop-min\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .desktop-min\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .desktop-min\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .desktop-min\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .desktop-min\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .desktop-min\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .desktop-min\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .desktop-min\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .desktop-min\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .desktop-min\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .desktop-min\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .desktop-min\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .desktop-min\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .desktop-min\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .desktop-min\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .desktop-min\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .desktop-min\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .desktop-min\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .desktop-min\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .desktop-min\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .desktop-min\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .desktop-min\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .desktop-min\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .desktop-min\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .desktop-min\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .desktop-min\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .desktop-min\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .desktop-min\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .desktop-min\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .desktop-min\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .desktop-min\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .desktop-min\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .desktop-min\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .desktop-min\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .desktop-min\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .desktop-min\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .desktop-min\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .desktop-min\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .desktop-min\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .desktop-min\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .desktop-min\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .desktop-min\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .desktop-min\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .desktop-min\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .desktop-min\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .desktop-min\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .desktop-min\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .desktop-min\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .desktop-min\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .desktop-min\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .desktop-min\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .desktop-min\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .desktop-min\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .desktop-min\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .desktop-min\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .desktop-min\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .desktop-min\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .desktop-min\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .desktop-min\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .desktop-min\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .desktop-min\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .desktop-min\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .desktop-min\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .desktop-min\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .desktop-min\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .desktop-min\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .desktop-min\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .desktop-min\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .desktop-min\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .desktop-min\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .desktop-min\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .desktop-min\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .desktop-min\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .desktop-min\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .desktop-min\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .desktop-min\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .desktop-min\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .desktop-min\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .desktop-min\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .desktop-min\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .desktop-min\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .desktop-min\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .desktop-min\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .desktop-min\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .desktop-min\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .desktop-min\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .desktop-min\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .desktop-min\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .desktop-min\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .desktop-min\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .desktop-min\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .desktop-min\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .desktop-min\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .desktop-min\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .desktop-min\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .desktop-min\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .desktop-min\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .desktop-min\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .desktop-min\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .desktop-min\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .desktop-min\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .desktop-min\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .desktop-min\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .desktop-min\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .desktop-min\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .desktop-min\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .desktop-min\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .desktop-min\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .desktop-min\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .desktop-min\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .desktop-min\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .desktop-min\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .desktop-min\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .desktop-min\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .desktop-min\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .desktop-min\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .desktop-min\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .desktop-min\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .desktop-min\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .desktop-min\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .desktop-min\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .desktop-min\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .desktop-min\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .desktop-min\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .desktop-min\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .desktop-min\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .desktop-min\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .desktop-min\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .desktop-min\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .desktop-min\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .desktop-min\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .desktop-min\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .desktop-min\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .desktop-min\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .desktop-min\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .desktop-min\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .desktop-min\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .desktop-min\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .desktop-min\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .desktop-min\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .desktop-min\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .desktop-min\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .desktop-min\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .desktop-min\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .desktop-min\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .desktop-min\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .desktop-min\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .desktop-min\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .desktop-min\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .desktop-min\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .desktop-min\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .desktop-min\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .desktop-min\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .desktop-min\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .desktop-min\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .desktop-min\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .desktop-min\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .desktop-min\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .desktop-min\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .desktop-min\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .desktop-min\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .desktop-min\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .desktop-min\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .desktop-min\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .desktop-min\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .desktop-min\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .desktop-min\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .desktop-min\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .desktop-min\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .desktop-min\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .desktop-min\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .desktop-min\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .desktop-min\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .desktop-min\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .desktop-min\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .desktop-min\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .desktop-min\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .desktop-min\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .desktop-min\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .desktop-min\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .desktop-min\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .desktop-min\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .desktop-min\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .desktop-min\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .desktop-min\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .desktop-min\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .desktop-min\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .desktop-min\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .desktop-min\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .desktop-min\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .desktop-min\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .desktop-min\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .desktop-min\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .desktop-min\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .desktop-min\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .desktop-min\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .desktop-min\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .desktop-min\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .desktop-min\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .desktop-min\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .desktop-min\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .desktop-min\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .desktop-min\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .desktop-min\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .desktop-min\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .desktop-min\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .desktop-min\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .desktop-min\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .desktop-min\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .desktop-min\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .desktop-min\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .desktop-min\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .desktop-min\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .desktop-min\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .desktop-min\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .desktop-min\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .desktop-min\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .desktop-min\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .desktop-min\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .desktop-min\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .desktop-min\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .desktop-min\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .desktop-min\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .desktop-min\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .desktop-min\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .desktop-min\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .desktop-min\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .desktop-min\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .desktop-min\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .desktop-min\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .desktop-min\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .desktop-min\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .desktop-min\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .desktop-min\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .desktop-min\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .desktop-min\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .desktop-min\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .desktop-min\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .desktop-min\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .desktop-min\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .desktop-min\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .desktop-min\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .desktop-min\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .desktop-min\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .desktop-min\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .desktop-min\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .desktop-min\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .desktop-min\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .desktop-min\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .desktop-min\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .desktop-min\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .desktop-min\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .desktop-min\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .desktop-min\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .desktop-min\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .desktop-min\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .desktop-min\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .desktop-min\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .desktop-min\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .desktop-min\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .desktop-min\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .desktop-min\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .desktop-min\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .desktop-min\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .desktop-min\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .desktop-min\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .desktop-min\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .desktop-min\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .desktop-min\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .desktop-min\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .desktop-min\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .desktop-min\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .desktop-min\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .desktop-min\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .desktop-min\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .desktop-min\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .desktop-min\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .desktop-min\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .desktop-min\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .desktop-min\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .desktop-min\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .desktop-min\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .desktop-min\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .desktop-min\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .desktop-min\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .desktop-min\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .desktop-min\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .desktop-min\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .desktop-min\:grid-flow-row {
    grid-auto-flow: row;
  }

  .desktop-min\:grid-flow-col {
    grid-auto-flow: column;
  }

  .desktop-min\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .desktop-min\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .desktop-min\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .desktop-min\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .desktop-min\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .desktop-min\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .desktop-min\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .desktop-min\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .desktop-min\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .desktop-min\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .desktop-min\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .desktop-min\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .desktop-min\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .desktop-min\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .desktop-min\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .desktop-min\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .desktop-min\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .desktop-min\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .desktop-min\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .desktop-min\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .desktop-min\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .desktop-min\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .desktop-min\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop-min\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop-min\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .desktop-min\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .desktop-min\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .desktop-min\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .desktop-min\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .desktop-min\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .desktop-min\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .desktop-min\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop-min\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .desktop-min\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .desktop-min\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .desktop-min\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop-min\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .desktop-min\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .desktop-min\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .desktop-min\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop-min\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .desktop-min\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .desktop-min\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .desktop-min\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop-min\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .desktop-min\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .desktop-min\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .desktop-min\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .desktop-min\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .desktop-min\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .desktop-min\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .desktop-min\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .desktop-min\:col-auto {
    grid-column: auto;
  }

  .desktop-min\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .desktop-min\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .desktop-min\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .desktop-min\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .desktop-min\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .desktop-min\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .desktop-min\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .desktop-min\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .desktop-min\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .desktop-min\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .desktop-min\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .desktop-min\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .desktop-min\:col-span-full {
    grid-column: 1 / -1;
  }

  .desktop-min\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .desktop-min\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .desktop-min\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .desktop-min\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .desktop-min\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .desktop-min\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .desktop-min\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .desktop-min\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .desktop-min\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .desktop-min\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .desktop-min\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .desktop-min\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .desktop-min\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .desktop-min\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .desktop-min\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .desktop-min\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .desktop-min\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .desktop-min\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .desktop-min\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .desktop-min\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .desktop-min\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .desktop-min\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .desktop-min\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .desktop-min\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .desktop-min\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .desktop-min\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .desktop-min\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .desktop-min\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .desktop-min\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .desktop-min\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .desktop-min\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .desktop-min\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .desktop-min\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .desktop-min\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .desktop-min\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .desktop-min\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .desktop-min\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .desktop-min\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .desktop-min\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .desktop-min\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .desktop-min\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .desktop-min\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .desktop-min\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .desktop-min\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .desktop-min\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .desktop-min\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .desktop-min\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .desktop-min\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .desktop-min\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .desktop-min\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .desktop-min\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .desktop-min\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .desktop-min\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .desktop-min\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .desktop-min\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .desktop-min\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .desktop-min\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .desktop-min\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .desktop-min\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .desktop-min\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .desktop-min\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .desktop-min\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .desktop-min\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .desktop-min\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .desktop-min\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .desktop-min\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .desktop-min\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .desktop-min\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .desktop-min\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .desktop-min\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .desktop-min\:col-start-1 {
    grid-column-start: 1;
  }

  .desktop-min\:col-start-2 {
    grid-column-start: 2;
  }

  .desktop-min\:col-start-3 {
    grid-column-start: 3;
  }

  .desktop-min\:col-start-4 {
    grid-column-start: 4;
  }

  .desktop-min\:col-start-5 {
    grid-column-start: 5;
  }

  .desktop-min\:col-start-6 {
    grid-column-start: 6;
  }

  .desktop-min\:col-start-7 {
    grid-column-start: 7;
  }

  .desktop-min\:col-start-8 {
    grid-column-start: 8;
  }

  .desktop-min\:col-start-9 {
    grid-column-start: 9;
  }

  .desktop-min\:col-start-10 {
    grid-column-start: 10;
  }

  .desktop-min\:col-start-11 {
    grid-column-start: 11;
  }

  .desktop-min\:col-start-12 {
    grid-column-start: 12;
  }

  .desktop-min\:col-start-13 {
    grid-column-start: 13;
  }

  .desktop-min\:col-start-auto {
    grid-column-start: auto;
  }

  .desktop-min\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .desktop-min\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .desktop-min\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .desktop-min\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .desktop-min\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .desktop-min\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .desktop-min\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .desktop-min\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .desktop-min\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .desktop-min\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .desktop-min\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .desktop-min\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .desktop-min\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .desktop-min\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .desktop-min\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .desktop-min\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .desktop-min\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .desktop-min\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .desktop-min\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .desktop-min\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .desktop-min\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .desktop-min\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .desktop-min\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .desktop-min\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .desktop-min\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .desktop-min\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .desktop-min\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .desktop-min\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .desktop-min\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .desktop-min\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .desktop-min\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .desktop-min\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .desktop-min\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .desktop-min\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .desktop-min\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .desktop-min\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .desktop-min\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .desktop-min\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .desktop-min\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .desktop-min\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .desktop-min\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .desktop-min\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .desktop-min\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .desktop-min\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .desktop-min\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .desktop-min\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .desktop-min\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .desktop-min\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .desktop-min\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .desktop-min\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .desktop-min\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .desktop-min\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .desktop-min\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .desktop-min\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .desktop-min\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .desktop-min\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .desktop-min\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .desktop-min\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .desktop-min\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .desktop-min\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .desktop-min\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .desktop-min\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .desktop-min\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .desktop-min\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .desktop-min\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .desktop-min\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .desktop-min\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .desktop-min\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .desktop-min\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .desktop-min\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .desktop-min\:col-end-1 {
    grid-column-end: 1;
  }

  .desktop-min\:col-end-2 {
    grid-column-end: 2;
  }

  .desktop-min\:col-end-3 {
    grid-column-end: 3;
  }

  .desktop-min\:col-end-4 {
    grid-column-end: 4;
  }

  .desktop-min\:col-end-5 {
    grid-column-end: 5;
  }

  .desktop-min\:col-end-6 {
    grid-column-end: 6;
  }

  .desktop-min\:col-end-7 {
    grid-column-end: 7;
  }

  .desktop-min\:col-end-8 {
    grid-column-end: 8;
  }

  .desktop-min\:col-end-9 {
    grid-column-end: 9;
  }

  .desktop-min\:col-end-10 {
    grid-column-end: 10;
  }

  .desktop-min\:col-end-11 {
    grid-column-end: 11;
  }

  .desktop-min\:col-end-12 {
    grid-column-end: 12;
  }

  .desktop-min\:col-end-13 {
    grid-column-end: 13;
  }

  .desktop-min\:col-end-auto {
    grid-column-end: auto;
  }

  .desktop-min\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .desktop-min\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .desktop-min\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .desktop-min\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .desktop-min\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .desktop-min\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .desktop-min\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .desktop-min\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .desktop-min\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .desktop-min\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .desktop-min\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .desktop-min\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .desktop-min\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .desktop-min\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .desktop-min\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .desktop-min\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .desktop-min\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .desktop-min\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .desktop-min\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .desktop-min\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .desktop-min\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .desktop-min\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .desktop-min\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .desktop-min\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .desktop-min\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .desktop-min\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .desktop-min\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .desktop-min\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .desktop-min\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .desktop-min\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .desktop-min\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .desktop-min\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .desktop-min\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .desktop-min\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .desktop-min\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .desktop-min\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .desktop-min\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .desktop-min\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .desktop-min\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .desktop-min\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .desktop-min\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .desktop-min\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .desktop-min\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .desktop-min\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .desktop-min\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .desktop-min\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .desktop-min\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .desktop-min\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .desktop-min\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .desktop-min\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .desktop-min\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .desktop-min\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .desktop-min\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .desktop-min\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .desktop-min\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .desktop-min\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .desktop-min\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .desktop-min\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .desktop-min\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .desktop-min\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .desktop-min\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .desktop-min\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .desktop-min\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .desktop-min\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .desktop-min\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .desktop-min\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .desktop-min\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .desktop-min\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .desktop-min\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .desktop-min\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .desktop-min\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:grid-rows-none {
    grid-template-rows: none;
  }

  .desktop-min\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .desktop-min\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .desktop-min\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .desktop-min\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .desktop-min\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .desktop-min\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .desktop-min\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .desktop-min\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .desktop-min\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .desktop-min\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop-min\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .desktop-min\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .desktop-min\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .desktop-min\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop-min\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .desktop-min\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .desktop-min\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .desktop-min\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop-min\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .desktop-min\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .desktop-min\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .desktop-min\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop-min\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .desktop-min\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .desktop-min\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .desktop-min\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .desktop-min\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .desktop-min\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .desktop-min\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .desktop-min\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .desktop-min\:row-auto {
    grid-row: auto;
  }

  .desktop-min\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .desktop-min\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .desktop-min\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .desktop-min\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .desktop-min\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .desktop-min\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .desktop-min\:row-span-full {
    grid-row: 1 / -1;
  }

  .desktop-min\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .desktop-min\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .desktop-min\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .desktop-min\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .desktop-min\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .desktop-min\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .desktop-min\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .desktop-min\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .desktop-min\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .desktop-min\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .desktop-min\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .desktop-min\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .desktop-min\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .desktop-min\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .desktop-min\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .desktop-min\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .desktop-min\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .desktop-min\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .desktop-min\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .desktop-min\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .desktop-min\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .desktop-min\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .desktop-min\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .desktop-min\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .desktop-min\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .desktop-min\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .desktop-min\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .desktop-min\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .desktop-min\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .desktop-min\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .desktop-min\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .desktop-min\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .desktop-min\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .desktop-min\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .desktop-min\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .desktop-min\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .desktop-min\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .desktop-min\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .desktop-min\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .desktop-min\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .desktop-min\:row-start-1 {
    grid-row-start: 1;
  }

  .desktop-min\:row-start-2 {
    grid-row-start: 2;
  }

  .desktop-min\:row-start-3 {
    grid-row-start: 3;
  }

  .desktop-min\:row-start-4 {
    grid-row-start: 4;
  }

  .desktop-min\:row-start-5 {
    grid-row-start: 5;
  }

  .desktop-min\:row-start-6 {
    grid-row-start: 6;
  }

  .desktop-min\:row-start-7 {
    grid-row-start: 7;
  }

  .desktop-min\:row-start-auto {
    grid-row-start: auto;
  }

  .desktop-min\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .desktop-min\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .desktop-min\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .desktop-min\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .desktop-min\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .desktop-min\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .desktop-min\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .desktop-min\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .desktop-min\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .desktop-min\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .desktop-min\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .desktop-min\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .desktop-min\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .desktop-min\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .desktop-min\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .desktop-min\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .desktop-min\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .desktop-min\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .desktop-min\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .desktop-min\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .desktop-min\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .desktop-min\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .desktop-min\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .desktop-min\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .desktop-min\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .desktop-min\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .desktop-min\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .desktop-min\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .desktop-min\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .desktop-min\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .desktop-min\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .desktop-min\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .desktop-min\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .desktop-min\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .desktop-min\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .desktop-min\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .desktop-min\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .desktop-min\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .desktop-min\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .desktop-min\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .desktop-min\:row-end-1 {
    grid-row-end: 1;
  }

  .desktop-min\:row-end-2 {
    grid-row-end: 2;
  }

  .desktop-min\:row-end-3 {
    grid-row-end: 3;
  }

  .desktop-min\:row-end-4 {
    grid-row-end: 4;
  }

  .desktop-min\:row-end-5 {
    grid-row-end: 5;
  }

  .desktop-min\:row-end-6 {
    grid-row-end: 6;
  }

  .desktop-min\:row-end-7 {
    grid-row-end: 7;
  }

  .desktop-min\:row-end-auto {
    grid-row-end: auto;
  }

  .desktop-min\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .desktop-min\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .desktop-min\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .desktop-min\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .desktop-min\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .desktop-min\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .desktop-min\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .desktop-min\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .desktop-min\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .desktop-min\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .desktop-min\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .desktop-min\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .desktop-min\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .desktop-min\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .desktop-min\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .desktop-min\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .desktop-min\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .desktop-min\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .desktop-min\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .desktop-min\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .desktop-min\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .desktop-min\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .desktop-min\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .desktop-min\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .desktop-min\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .desktop-min\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .desktop-min\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .desktop-min\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .desktop-min\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .desktop-min\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .desktop-min\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .desktop-min\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .desktop-min\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .desktop-min\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .desktop-min\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .desktop-min\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .desktop-min\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .desktop-min\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .desktop-min\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .desktop-min\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .desktop-min\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop-min\:transform-none {
    transform: none;
  }

  .desktop-min\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop-min\:hover\:transform-none:hover {
    transform: none;
  }

  .desktop-min\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop-min\:focus\:transform-none:focus {
    transform: none;
  }

  .desktop-min\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop-min\:first\:transform-none:first-child {
    transform: none;
  }

  .desktop-min\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .desktop-min\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .desktop-min\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .desktop-min\:group-hover\:transform-none {
    transform: none;
  }

  .desktop-min\:origin-center {
    transform-origin: center;
  }

  .desktop-min\:origin-top {
    transform-origin: top;
  }

  .desktop-min\:origin-top-right {
    transform-origin: top right;
  }

  .desktop-min\:origin-right {
    transform-origin: right;
  }

  .desktop-min\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .desktop-min\:origin-bottom {
    transform-origin: bottom;
  }

  .desktop-min\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .desktop-min\:origin-left {
    transform-origin: left;
  }

  .desktop-min\:origin-top-left {
    transform-origin: top left;
  }

  .desktop-min\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .desktop-min\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .desktop-min\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .desktop-min\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .desktop-min\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .desktop-min\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .desktop-min\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .desktop-min\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .desktop-min\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .desktop-min\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .desktop-min\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .desktop-min\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .desktop-min\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .desktop-min\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .desktop-min\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .desktop-min\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .desktop-min\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .desktop-min\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .desktop-min\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .desktop-min\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .desktop-min\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .desktop-min\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .desktop-min\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .desktop-min\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .desktop-min\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .desktop-min\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .desktop-min\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .desktop-min\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .desktop-min\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .desktop-min\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .desktop-min\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .desktop-min\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .desktop-min\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .desktop-min\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .desktop-min\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .desktop-min\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .desktop-min\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .desktop-min\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .desktop-min\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .desktop-min\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .desktop-min\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .desktop-min\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .desktop-min\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .desktop-min\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .desktop-min\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .desktop-min\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop-min\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop-min\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop-min\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop-min\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop-min\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop-min\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop-min\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop-min\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop-min\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop-min\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .desktop-min\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .desktop-min\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .desktop-min\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .desktop-min\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .desktop-min\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .desktop-min\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .desktop-min\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .desktop-min\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .desktop-min\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .desktop-min\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .desktop-min\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .desktop-min\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .desktop-min\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .desktop-min\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .desktop-min\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .desktop-min\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .desktop-min\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .desktop-min\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .desktop-min\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .desktop-min\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop-min\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop-min\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop-min\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop-min\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop-min\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop-min\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop-min\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop-min\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop-min\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop-min\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .desktop-min\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .desktop-min\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .desktop-min\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .desktop-min\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .desktop-min\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .desktop-min\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .desktop-min\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .desktop-min\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .desktop-min\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .desktop-min\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .desktop-min\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .desktop-min\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .desktop-min\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .desktop-min\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .desktop-min\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .desktop-min\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .desktop-min\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .desktop-min\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .desktop-min\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .desktop-min\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop-min\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop-min\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop-min\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop-min\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop-min\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop-min\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop-min\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop-min\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop-min\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop-min\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .desktop-min\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .desktop-min\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .desktop-min\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .desktop-min\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .desktop-min\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .desktop-min\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .desktop-min\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .desktop-min\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .desktop-min\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .desktop-min\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .desktop-min\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .desktop-min\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .desktop-min\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .desktop-min\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .desktop-min\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .desktop-min\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .desktop-min\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .desktop-min\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .desktop-min\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .desktop-min\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop-min\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop-min\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop-min\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop-min\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop-min\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop-min\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop-min\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop-min\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop-min\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop-min\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .desktop-min\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .desktop-min\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .desktop-min\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .desktop-min\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .desktop-min\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .desktop-min\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .desktop-min\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .desktop-min\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .desktop-min\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .desktop-min\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .desktop-min\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .desktop-min\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .desktop-min\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .desktop-min\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .desktop-min\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .desktop-min\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .desktop-min\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .desktop-min\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .desktop-min\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .desktop-min\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .desktop-min\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .desktop-min\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .desktop-min\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .desktop-min\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .desktop-min\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .desktop-min\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .desktop-min\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .desktop-min\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .desktop-min\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .desktop-min\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .desktop-min\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .desktop-min\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .desktop-min\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .desktop-min\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .desktop-min\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .desktop-min\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .desktop-min\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .desktop-min\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .desktop-min\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .desktop-min\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .desktop-min\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .desktop-min\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .desktop-min\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .desktop-min\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .desktop-min\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .desktop-min\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .desktop-min\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .desktop-min\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .desktop-min\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .desktop-min\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .desktop-min\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .desktop-min\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .desktop-min\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .desktop-min\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .desktop-min\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .desktop-min\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .desktop-min\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .desktop-min\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .desktop-min\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .desktop-min\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .desktop-min\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .desktop-min\:rotate-0 {
    --transform-rotate: 0;
  }

  .desktop-min\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .desktop-min\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .desktop-min\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .desktop-min\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .desktop-min\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .desktop-min\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .desktop-min\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .desktop-min\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .desktop-min\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .desktop-min\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .desktop-min\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .desktop-min\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .desktop-min\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .desktop-min\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .desktop-min\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .desktop-min\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .desktop-min\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .desktop-min\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .desktop-min\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .desktop-min\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .desktop-min\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .desktop-min\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .desktop-min\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .desktop-min\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .desktop-min\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .desktop-min\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .desktop-min\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .desktop-min\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .desktop-min\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .desktop-min\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .desktop-min\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .desktop-min\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .desktop-min\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .desktop-min\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .desktop-min\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .desktop-min\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .desktop-min\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .desktop-min\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .desktop-min\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .desktop-min\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .desktop-min\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .desktop-min\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .desktop-min\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .desktop-min\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .desktop-min\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .desktop-min\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .desktop-min\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .desktop-min\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .desktop-min\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .desktop-min\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .desktop-min\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .desktop-min\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .desktop-min\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .desktop-min\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .desktop-min\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .desktop-min\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .desktop-min\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .desktop-min\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .desktop-min\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .desktop-min\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .desktop-min\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .desktop-min\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .desktop-min\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .desktop-min\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .desktop-min\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .desktop-min\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .desktop-min\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .desktop-min\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .desktop-min\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .desktop-min\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .desktop-min\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .desktop-min\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .desktop-min\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .desktop-min\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .desktop-min\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .desktop-min\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .desktop-min\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .desktop-min\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .desktop-min\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .desktop-min\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .desktop-min\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .desktop-min\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .desktop-min\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .desktop-min\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .desktop-min\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .desktop-min\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .desktop-min\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .desktop-min\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .desktop-min\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .desktop-min\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .desktop-min\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .desktop-min\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .desktop-min\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .desktop-min\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .desktop-min\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .desktop-min\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .desktop-min\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .desktop-min\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .desktop-min\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .desktop-min\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .desktop-min\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .desktop-min\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .desktop-min\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .desktop-min\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .desktop-min\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .desktop-min\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .desktop-min\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .desktop-min\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .desktop-min\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .desktop-min\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .desktop-min\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .desktop-min\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .desktop-min\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .desktop-min\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .desktop-min\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .desktop-min\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .desktop-min\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .desktop-min\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .desktop-min\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .desktop-min\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .desktop-min\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .desktop-min\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .desktop-min\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .desktop-min\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .desktop-min\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .desktop-min\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .desktop-min\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .desktop-min\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .desktop-min\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .desktop-min\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .desktop-min\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .desktop-min\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .desktop-min\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .desktop-min\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .desktop-min\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .desktop-min\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .desktop-min\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .desktop-min\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .desktop-min\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .desktop-min\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .desktop-min\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .desktop-min\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .desktop-min\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .desktop-min\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .desktop-min\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .desktop-min\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .desktop-min\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .desktop-min\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .desktop-min\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .desktop-min\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .desktop-min\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .desktop-min\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .desktop-min\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .desktop-min\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .desktop-min\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .desktop-min\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .desktop-min\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .desktop-min\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .desktop-min\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .desktop-min\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .desktop-min\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .desktop-min\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .desktop-min\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .desktop-min\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .desktop-min\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .desktop-min\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .desktop-min\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .desktop-min\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .desktop-min\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .desktop-min\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .desktop-min\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .desktop-min\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .desktop-min\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .desktop-min\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .desktop-min\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .desktop-min\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .desktop-min\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .desktop-min\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .desktop-min\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .desktop-min\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .desktop-min\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .desktop-min\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .desktop-min\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .desktop-min\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .desktop-min\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .desktop-min\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .desktop-min\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .desktop-min\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .desktop-min\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .desktop-min\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .desktop-min\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .desktop-min\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .desktop-min\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .desktop-min\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .desktop-min\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .desktop-min\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .desktop-min\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .desktop-min\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .desktop-min\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .desktop-min\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .desktop-min\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .desktop-min\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .desktop-min\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .desktop-min\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .desktop-min\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .desktop-min\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .desktop-min\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .desktop-min\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .desktop-min\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .desktop-min\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .desktop-min\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .desktop-min\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .desktop-min\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .desktop-min\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .desktop-min\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .desktop-min\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .desktop-min\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .desktop-min\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .desktop-min\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .desktop-min\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .desktop-min\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .desktop-min\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .desktop-min\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .desktop-min\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .desktop-min\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .desktop-min\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .desktop-min\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .desktop-min\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .desktop-min\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .desktop-min\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .desktop-min\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .desktop-min\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .desktop-min\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .desktop-min\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .desktop-min\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .desktop-min\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .desktop-min\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .desktop-min\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .desktop-min\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .desktop-min\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .desktop-min\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .desktop-min\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .desktop-min\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .desktop-min\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .desktop-min\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .desktop-min\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .desktop-min\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .desktop-min\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .desktop-min\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .desktop-min\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .desktop-min\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .desktop-min\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .desktop-min\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .desktop-min\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .desktop-min\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .desktop-min\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .desktop-min\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .desktop-min\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .desktop-min\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .desktop-min\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .desktop-min\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .desktop-min\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .desktop-min\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .desktop-min\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .desktop-min\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .desktop-min\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .desktop-min\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .desktop-min\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .desktop-min\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .desktop-min\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .desktop-min\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .desktop-min\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .desktop-min\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .desktop-min\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .desktop-min\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .desktop-min\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .desktop-min\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .desktop-min\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .desktop-min\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .desktop-min\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .desktop-min\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .desktop-min\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .desktop-min\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .desktop-min\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .desktop-min\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .desktop-min\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .desktop-min\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .desktop-min\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .desktop-min\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .desktop-min\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .desktop-min\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .desktop-min\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .desktop-min\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .desktop-min\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .desktop-min\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .desktop-min\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .desktop-min\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .desktop-min\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .desktop-min\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .desktop-min\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .desktop-min\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .desktop-min\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .desktop-min\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .desktop-min\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .desktop-min\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .desktop-min\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .desktop-min\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .desktop-min\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .desktop-min\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .desktop-min\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .desktop-min\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .desktop-min\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .desktop-min\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .desktop-min\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .desktop-min\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .desktop-min\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .desktop-min\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .desktop-min\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .desktop-min\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .desktop-min\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .desktop-min\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .desktop-min\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .desktop-min\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .desktop-min\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .desktop-min\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .desktop-min\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .desktop-min\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .desktop-min\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .desktop-min\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .desktop-min\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .desktop-min\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .desktop-min\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .desktop-min\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .desktop-min\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .desktop-min\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .desktop-min\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .desktop-min\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .desktop-min\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .desktop-min\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .desktop-min\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .desktop-min\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .desktop-min\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .desktop-min\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .desktop-min\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .desktop-min\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .desktop-min\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .desktop-min\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .desktop-min\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .desktop-min\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .desktop-min\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .desktop-min\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .desktop-min\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .desktop-min\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .desktop-min\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .desktop-min\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .desktop-min\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .desktop-min\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .desktop-min\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .desktop-min\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .desktop-min\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .desktop-min\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .desktop-min\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .desktop-min\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .desktop-min\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .desktop-min\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .desktop-min\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .desktop-min\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .desktop-min\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .desktop-min\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .desktop-min\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .desktop-min\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .desktop-min\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .desktop-min\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .desktop-min\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .desktop-min\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .desktop-min\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .desktop-min\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .desktop-min\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .desktop-min\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .desktop-min\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .desktop-min\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .desktop-min\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .desktop-min\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .desktop-min\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .desktop-min\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .desktop-min\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .desktop-min\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .desktop-min\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .desktop-min\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .desktop-min\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .desktop-min\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .desktop-min\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .desktop-min\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .desktop-min\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .desktop-min\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .desktop-min\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .desktop-min\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .desktop-min\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .desktop-min\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .desktop-min\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .desktop-min\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .desktop-min\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .desktop-min\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .desktop-min\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .desktop-min\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .desktop-min\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .desktop-min\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .desktop-min\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .desktop-min\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .desktop-min\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .desktop-min\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .desktop-min\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .desktop-min\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .desktop-min\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .desktop-min\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .desktop-min\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .desktop-min\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .desktop-min\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .desktop-min\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .desktop-min\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .desktop-min\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .desktop-min\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .desktop-min\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .desktop-min\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .desktop-min\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .desktop-min\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .desktop-min\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .desktop-min\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .desktop-min\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .desktop-min\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .desktop-min\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .desktop-min\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .desktop-min\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .desktop-min\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .desktop-min\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .desktop-min\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .desktop-min\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .desktop-min\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .desktop-min\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .desktop-min\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .desktop-min\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .desktop-min\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .desktop-min\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .desktop-min\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .desktop-min\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .desktop-min\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .desktop-min\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .desktop-min\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .desktop-min\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .desktop-min\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .desktop-min\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .desktop-min\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .desktop-min\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .desktop-min\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .desktop-min\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .desktop-min\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .desktop-min\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .desktop-min\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .desktop-min\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .desktop-min\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .desktop-min\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .desktop-min\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .desktop-min\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .desktop-min\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .desktop-min\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .desktop-min\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .desktop-min\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .desktop-min\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .desktop-min\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .desktop-min\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .desktop-min\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .desktop-min\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .desktop-min\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .desktop-min\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .desktop-min\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .desktop-min\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .desktop-min\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .desktop-min\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .desktop-min\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .desktop-min\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .desktop-min\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .desktop-min\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .desktop-min\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .desktop-min\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .desktop-min\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .desktop-min\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .desktop-min\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .desktop-min\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .desktop-min\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .desktop-min\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .desktop-min\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .desktop-min\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .desktop-min\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .desktop-min\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .desktop-min\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .desktop-min\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .desktop-min\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .desktop-min\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .desktop-min\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .desktop-min\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .desktop-min\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .desktop-min\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .desktop-min\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .desktop-min\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .desktop-min\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .desktop-min\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .desktop-min\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .desktop-min\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .desktop-min\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .desktop-min\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .desktop-min\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .desktop-min\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .desktop-min\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .desktop-min\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .desktop-min\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .desktop-min\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .desktop-min\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .desktop-min\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .desktop-min\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .desktop-min\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .desktop-min\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .desktop-min\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .desktop-min\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .desktop-min\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .desktop-min\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .desktop-min\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .desktop-min\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .desktop-min\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .desktop-min\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .desktop-min\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .desktop-min\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .desktop-min\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .desktop-min\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .desktop-min\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .desktop-min\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .desktop-min\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .desktop-min\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .desktop-min\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .desktop-min\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .desktop-min\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .desktop-min\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .desktop-min\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .desktop-min\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .desktop-min\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .desktop-min\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .desktop-min\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .desktop-min\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .desktop-min\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .desktop-min\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .desktop-min\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .desktop-min\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .desktop-min\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .desktop-min\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .desktop-min\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .desktop-min\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .desktop-min\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .desktop-min\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .desktop-min\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .desktop-min\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .desktop-min\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .desktop-min\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .desktop-min\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .desktop-min\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .desktop-min\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .desktop-min\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .desktop-min\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .desktop-min\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .desktop-min\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .desktop-min\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .desktop-min\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .desktop-min\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .desktop-min\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .desktop-min\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .desktop-min\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .desktop-min\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .desktop-min\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .desktop-min\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .desktop-min\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .desktop-min\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .desktop-min\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .desktop-min\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .desktop-min\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .desktop-min\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .desktop-min\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .desktop-min\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .desktop-min\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .desktop-min\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .desktop-min\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .desktop-min\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .desktop-min\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .desktop-min\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .desktop-min\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .desktop-min\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .desktop-min\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .desktop-min\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .desktop-min\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .desktop-min\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .desktop-min\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .desktop-min\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .desktop-min\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .desktop-min\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .desktop-min\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .desktop-min\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .desktop-min\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .desktop-min\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .desktop-min\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .desktop-min\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .desktop-min\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .desktop-min\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .desktop-min\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .desktop-min\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .desktop-min\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .desktop-min\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .desktop-min\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .desktop-min\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .desktop-min\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .desktop-min\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .desktop-min\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .desktop-min\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .desktop-min\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .desktop-min\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .desktop-min\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .desktop-min\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .desktop-min\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .desktop-min\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .desktop-min\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .desktop-min\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .desktop-min\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .desktop-min\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .desktop-min\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .desktop-min\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .desktop-min\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .desktop-min\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .desktop-min\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .desktop-min\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .desktop-min\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .desktop-min\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .desktop-min\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .desktop-min\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .desktop-min\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .desktop-min\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .desktop-min\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .desktop-min\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .desktop-min\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .desktop-min\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .desktop-min\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .desktop-min\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .desktop-min\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .desktop-min\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .desktop-min\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .desktop-min\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .desktop-min\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .desktop-min\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .desktop-min\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .desktop-min\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .desktop-min\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .desktop-min\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .desktop-min\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .desktop-min\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .desktop-min\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .desktop-min\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .desktop-min\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .desktop-min\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .desktop-min\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .desktop-min\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .desktop-min\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .desktop-min\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .desktop-min\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .desktop-min\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .desktop-min\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .desktop-min\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .desktop-min\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .desktop-min\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .desktop-min\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .desktop-min\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .desktop-min\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .desktop-min\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .desktop-min\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .desktop-min\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .desktop-min\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .desktop-min\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .desktop-min\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .desktop-min\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .desktop-min\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .desktop-min\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .desktop-min\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .desktop-min\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .desktop-min\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .desktop-min\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .desktop-min\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .desktop-min\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .desktop-min\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .desktop-min\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .desktop-min\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .desktop-min\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .desktop-min\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .desktop-min\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .desktop-min\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .desktop-min\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .desktop-min\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .desktop-min\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .desktop-min\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .desktop-min\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .desktop-min\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .desktop-min\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .desktop-min\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .desktop-min\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .desktop-min\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .desktop-min\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .desktop-min\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .desktop-min\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .desktop-min\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .desktop-min\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .desktop-min\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .desktop-min\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .desktop-min\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .desktop-min\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .desktop-min\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .desktop-min\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .desktop-min\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .desktop-min\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .desktop-min\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .desktop-min\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .desktop-min\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .desktop-min\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .desktop-min\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .desktop-min\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .desktop-min\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .desktop-min\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .desktop-min\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .desktop-min\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .desktop-min\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .desktop-min\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .desktop-min\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .desktop-min\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .desktop-min\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .desktop-min\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .desktop-min\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .desktop-min\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .desktop-min\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .desktop-min\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .desktop-min\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .desktop-min\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .desktop-min\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .desktop-min\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .desktop-min\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .desktop-min\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .desktop-min\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .desktop-min\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .desktop-min\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .desktop-min\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .desktop-min\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .desktop-min\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .desktop-min\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .desktop-min\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .desktop-min\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .desktop-min\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .desktop-min\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .desktop-min\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .desktop-min\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .desktop-min\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .desktop-min\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .desktop-min\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .desktop-min\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .desktop-min\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .desktop-min\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .desktop-min\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .desktop-min\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .desktop-min\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .desktop-min\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .desktop-min\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .desktop-min\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .desktop-min\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .desktop-min\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .desktop-min\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .desktop-min\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .desktop-min\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .desktop-min\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .desktop-min\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .desktop-min\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .desktop-min\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .desktop-min\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .desktop-min\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .desktop-min\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .desktop-min\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .desktop-min\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .desktop-min\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .desktop-min\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .desktop-min\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .desktop-min\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .desktop-min\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .desktop-min\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .desktop-min\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .desktop-min\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .desktop-min\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .desktop-min\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .desktop-min\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .desktop-min\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .desktop-min\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .desktop-min\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .desktop-min\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .desktop-min\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .desktop-min\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .desktop-min\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .desktop-min\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .desktop-min\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .desktop-min\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .desktop-min\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .desktop-min\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .desktop-min\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .desktop-min\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .desktop-min\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .desktop-min\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .desktop-min\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .desktop-min\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .desktop-min\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .desktop-min\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .desktop-min\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .desktop-min\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .desktop-min\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .desktop-min\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .desktop-min\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .desktop-min\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .desktop-min\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .desktop-min\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .desktop-min\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .desktop-min\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .desktop-min\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .desktop-min\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .desktop-min\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .desktop-min\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .desktop-min\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .desktop-min\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .desktop-min\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .desktop-min\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .desktop-min\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .desktop-min\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .desktop-min\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .desktop-min\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .desktop-min\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .desktop-min\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .desktop-min\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .desktop-min\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .desktop-min\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .desktop-min\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .desktop-min\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .desktop-min\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .desktop-min\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .desktop-min\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .desktop-min\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .desktop-min\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .desktop-min\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .desktop-min\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .desktop-min\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .desktop-min\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .desktop-min\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .desktop-min\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .desktop-min\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .desktop-min\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .desktop-min\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .desktop-min\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .desktop-min\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .desktop-min\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .desktop-min\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .desktop-min\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .desktop-min\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .desktop-min\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .desktop-min\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .desktop-min\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .desktop-min\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .desktop-min\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .desktop-min\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .desktop-min\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .desktop-min\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .desktop-min\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .desktop-min\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .desktop-min\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .desktop-min\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .desktop-min\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .desktop-min\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .desktop-min\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .desktop-min\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .desktop-min\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .desktop-min\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .desktop-min\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .desktop-min\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .desktop-min\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .desktop-min\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .desktop-min\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .desktop-min\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .desktop-min\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .desktop-min\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .desktop-min\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .desktop-min\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .desktop-min\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .desktop-min\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .desktop-min\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .desktop-min\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .desktop-min\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .desktop-min\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .desktop-min\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .desktop-min\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .desktop-min\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .desktop-min\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .desktop-min\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .desktop-min\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .desktop-min\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .desktop-min\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .desktop-min\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .desktop-min\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .desktop-min\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .desktop-min\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .desktop-min\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .desktop-min\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .desktop-min\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .desktop-min\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .desktop-min\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .desktop-min\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .desktop-min\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .desktop-min\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .desktop-min\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .desktop-min\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .desktop-min\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .desktop-min\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .desktop-min\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .desktop-min\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .desktop-min\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .desktop-min\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .desktop-min\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .desktop-min\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .desktop-min\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .desktop-min\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .desktop-min\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .desktop-min\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .desktop-min\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .desktop-min\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .desktop-min\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .desktop-min\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .desktop-min\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .desktop-min\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .desktop-min\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .desktop-min\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .desktop-min\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .desktop-min\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .desktop-min\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .desktop-min\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .desktop-min\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .desktop-min\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .desktop-min\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .desktop-min\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .desktop-min\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .desktop-min\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .desktop-min\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .desktop-min\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .desktop-min\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .desktop-min\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .desktop-min\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .desktop-min\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .desktop-min\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .desktop-min\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .desktop-min\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .desktop-min\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .desktop-min\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .desktop-min\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .desktop-min\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .desktop-min\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .desktop-min\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .desktop-min\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .desktop-min\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .desktop-min\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .desktop-min\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .desktop-min\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .desktop-min\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .desktop-min\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .desktop-min\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .desktop-min\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .desktop-min\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .desktop-min\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .desktop-min\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .desktop-min\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .desktop-min\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .desktop-min\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .desktop-min\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .desktop-min\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .desktop-min\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .desktop-min\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .desktop-min\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .desktop-min\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .desktop-min\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .desktop-min\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .desktop-min\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .desktop-min\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .desktop-min\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .desktop-min\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .desktop-min\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .desktop-min\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .desktop-min\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .desktop-min\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .desktop-min\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .desktop-min\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .desktop-min\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .desktop-min\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .desktop-min\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .desktop-min\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .desktop-min\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .desktop-min\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .desktop-min\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .desktop-min\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .desktop-min\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .desktop-min\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .desktop-min\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .desktop-min\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .desktop-min\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .desktop-min\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .desktop-min\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .desktop-min\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .desktop-min\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .desktop-min\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .desktop-min\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .desktop-min\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .desktop-min\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .desktop-min\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .desktop-min\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .desktop-min\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .desktop-min\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .desktop-min\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .desktop-min\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .desktop-min\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .desktop-min\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .desktop-min\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .desktop-min\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .desktop-min\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .desktop-min\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .desktop-min\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .desktop-min\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .desktop-min\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .desktop-min\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .desktop-min\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .desktop-min\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .desktop-min\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .desktop-min\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .desktop-min\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .desktop-min\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .desktop-min\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .desktop-min\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .desktop-min\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .desktop-min\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .desktop-min\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .desktop-min\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .desktop-min\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .desktop-min\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .desktop-min\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .desktop-min\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .desktop-min\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .desktop-min\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .desktop-min\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .desktop-min\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .desktop-min\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .desktop-min\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .desktop-min\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .desktop-min\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .desktop-min\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .desktop-min\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .desktop-min\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .desktop-min\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .desktop-min\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .desktop-min\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .desktop-min\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .desktop-min\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .desktop-min\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .desktop-min\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .desktop-min\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .desktop-min\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .desktop-min\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .desktop-min\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .desktop-min\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .desktop-min\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .desktop-min\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .desktop-min\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .desktop-min\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .desktop-min\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .desktop-min\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .desktop-min\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .desktop-min\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .desktop-min\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .desktop-min\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .desktop-min\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .desktop-min\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .desktop-min\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .desktop-min\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .desktop-min\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .desktop-min\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .desktop-min\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .desktop-min\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .desktop-min\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .desktop-min\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .desktop-min\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .desktop-min\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .desktop-min\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .desktop-min\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .desktop-min\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .desktop-min\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .desktop-min\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .desktop-min\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .desktop-min\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .desktop-min\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .desktop-min\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .desktop-min\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .desktop-min\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .desktop-min\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .desktop-min\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .desktop-min\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .desktop-min\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .desktop-min\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .desktop-min\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .desktop-min\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .desktop-min\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .desktop-min\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .desktop-min\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .desktop-min\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .desktop-min\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .desktop-min\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .desktop-min\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .desktop-min\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .desktop-min\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .desktop-min\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .desktop-min\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .desktop-min\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .desktop-min\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .desktop-min\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .desktop-min\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .desktop-min\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .desktop-min\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .desktop-min\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .desktop-min\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .desktop-min\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .desktop-min\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .desktop-min\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .desktop-min\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .desktop-min\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .desktop-min\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .desktop-min\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .desktop-min\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .desktop-min\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .desktop-min\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .desktop-min\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .desktop-min\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .desktop-min\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .desktop-min\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .desktop-min\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .desktop-min\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .desktop-min\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .desktop-min\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .desktop-min\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .desktop-min\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .desktop-min\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .desktop-min\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .desktop-min\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .desktop-min\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .desktop-min\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .desktop-min\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .desktop-min\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .desktop-min\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .desktop-min\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .desktop-min\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .desktop-min\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .desktop-min\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .desktop-min\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .desktop-min\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .desktop-min\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .desktop-min\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .desktop-min\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .desktop-min\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .desktop-min\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .desktop-min\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .desktop-min\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .desktop-min\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .desktop-min\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .desktop-min\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .desktop-min\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .desktop-min\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .desktop-min\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .desktop-min\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .desktop-min\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .desktop-min\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .desktop-min\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .desktop-min\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .desktop-min\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .desktop-min\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .desktop-min\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .desktop-min\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .desktop-min\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .desktop-min\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .desktop-min\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .desktop-min\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .desktop-min\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .desktop-min\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .desktop-min\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .desktop-min\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .desktop-min\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .desktop-min\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .desktop-min\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .desktop-min\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .desktop-min\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .desktop-min\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .desktop-min\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .desktop-min\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .desktop-min\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .desktop-min\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .desktop-min\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .desktop-min\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .desktop-min\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .desktop-min\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .desktop-min\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .desktop-min\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .desktop-min\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .desktop-min\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .desktop-min\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .desktop-min\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .desktop-min\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .desktop-min\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .desktop-min\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .desktop-min\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .desktop-min\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .desktop-min\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .desktop-min\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .desktop-min\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .desktop-min\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .desktop-min\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .desktop-min\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .desktop-min\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .desktop-min\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .desktop-min\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .desktop-min\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .desktop-min\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .desktop-min\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .desktop-min\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .desktop-min\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .desktop-min\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .desktop-min\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .desktop-min\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .desktop-min\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .desktop-min\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .desktop-min\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .desktop-min\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .desktop-min\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .desktop-min\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .desktop-min\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .desktop-min\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .desktop-min\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .desktop-min\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .desktop-min\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .desktop-min\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .desktop-min\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .desktop-min\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .desktop-min\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .desktop-min\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .desktop-min\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .desktop-min\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .desktop-min\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .desktop-min\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .desktop-min\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .desktop-min\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .desktop-min\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .desktop-min\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .desktop-min\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .desktop-min\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .desktop-min\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .desktop-min\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .desktop-min\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .desktop-min\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .desktop-min\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .desktop-min\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .desktop-min\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .desktop-min\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .desktop-min\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .desktop-min\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .desktop-min\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .desktop-min\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .desktop-min\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .desktop-min\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .desktop-min\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .desktop-min\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .desktop-min\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .desktop-min\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .desktop-min\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .desktop-min\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .desktop-min\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .desktop-min\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .desktop-min\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .desktop-min\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .desktop-min\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .desktop-min\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .desktop-min\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .desktop-min\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .desktop-min\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .desktop-min\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .desktop-min\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .desktop-min\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .desktop-min\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .desktop-min\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .desktop-min\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .desktop-min\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .desktop-min\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .desktop-min\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .desktop-min\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .desktop-min\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .desktop-min\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .desktop-min\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .desktop-min\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .desktop-min\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .desktop-min\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .desktop-min\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .desktop-min\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .desktop-min\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .desktop-min\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .desktop-min\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .desktop-min\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .desktop-min\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .desktop-min\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .desktop-min\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .desktop-min\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .desktop-min\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .desktop-min\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .desktop-min\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .desktop-min\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .desktop-min\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .desktop-min\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .desktop-min\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .desktop-min\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .desktop-min\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .desktop-min\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .desktop-min\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .desktop-min\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .desktop-min\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .desktop-min\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .desktop-min\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .desktop-min\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .desktop-min\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .desktop-min\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .desktop-min\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .desktop-min\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .desktop-min\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .desktop-min\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .desktop-min\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .desktop-min\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .desktop-min\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .desktop-min\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .desktop-min\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .desktop-min\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .desktop-min\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .desktop-min\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .desktop-min\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .desktop-min\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .desktop-min\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .desktop-min\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .desktop-min\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .desktop-min\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .desktop-min\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .desktop-min\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .desktop-min\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .desktop-min\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .desktop-min\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .desktop-min\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .desktop-min\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .desktop-min\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .desktop-min\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .desktop-min\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .desktop-min\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .desktop-min\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .desktop-min\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .desktop-min\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .desktop-min\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .desktop-min\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .desktop-min\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .desktop-min\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .desktop-min\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .desktop-min\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .desktop-min\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .desktop-min\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .desktop-min\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .desktop-min\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .desktop-min\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .desktop-min\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .desktop-min\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .desktop-min\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .desktop-min\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .desktop-min\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .desktop-min\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .desktop-min\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .desktop-min\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .desktop-min\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .desktop-min\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .desktop-min\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .desktop-min\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .desktop-min\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .desktop-min\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .desktop-min\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .desktop-min\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .desktop-min\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .desktop-min\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .desktop-min\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .desktop-min\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .desktop-min\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .desktop-min\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .desktop-min\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .desktop-min\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .desktop-min\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .desktop-min\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .desktop-min\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .desktop-min\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .desktop-min\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .desktop-min\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .desktop-min\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .desktop-min\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .desktop-min\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .desktop-min\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .desktop-min\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .desktop-min\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .desktop-min\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .desktop-min\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .desktop-min\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .desktop-min\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .desktop-min\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .desktop-min\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .desktop-min\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .desktop-min\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .desktop-min\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .desktop-min\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .desktop-min\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .desktop-min\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .desktop-min\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .desktop-min\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .desktop-min\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .desktop-min\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .desktop-min\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .desktop-min\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .desktop-min\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .desktop-min\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .desktop-min\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .desktop-min\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .desktop-min\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .desktop-min\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .desktop-min\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .desktop-min\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .desktop-min\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .desktop-min\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .desktop-min\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .desktop-min\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .desktop-min\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .desktop-min\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .desktop-min\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .desktop-min\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .desktop-min\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .desktop-min\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .desktop-min\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .desktop-min\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .desktop-min\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .desktop-min\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .desktop-min\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .desktop-min\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .desktop-min\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .desktop-min\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .desktop-min\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .desktop-min\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .desktop-min\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .desktop-min\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .desktop-min\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .desktop-min\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .desktop-min\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .desktop-min\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .desktop-min\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .desktop-min\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .desktop-min\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .desktop-min\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .desktop-min\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .desktop-min\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .desktop-min\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .desktop-min\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .desktop-min\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .desktop-min\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .desktop-min\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .desktop-min\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .desktop-min\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .desktop-min\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .desktop-min\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .desktop-min\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .desktop-min\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .desktop-min\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .desktop-min\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .desktop-min\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .desktop-min\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .desktop-min\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .desktop-min\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .desktop-min\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .desktop-min\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .desktop-min\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .desktop-min\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .desktop-min\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .desktop-min\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .desktop-min\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .desktop-min\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .desktop-min\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .desktop-min\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .desktop-min\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .desktop-min\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .desktop-min\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .desktop-min\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .desktop-min\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .desktop-min\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .desktop-min\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .desktop-min\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .desktop-min\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .desktop-min\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .desktop-min\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .desktop-min\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .desktop-min\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .desktop-min\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .desktop-min\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .desktop-min\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .desktop-min\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .desktop-min\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .desktop-min\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .desktop-min\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .desktop-min\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .desktop-min\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .desktop-min\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .desktop-min\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .desktop-min\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .desktop-min\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .desktop-min\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .desktop-min\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .desktop-min\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .desktop-min\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .desktop-min\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .desktop-min\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .desktop-min\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .desktop-min\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .desktop-min\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .desktop-min\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .desktop-min\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .desktop-min\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .desktop-min\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .desktop-min\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .desktop-min\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .desktop-min\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .desktop-min\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .desktop-min\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .desktop-min\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .desktop-min\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .desktop-min\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .desktop-min\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .desktop-min\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .desktop-min\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .desktop-min\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .desktop-min\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .desktop-min\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .desktop-min\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .desktop-min\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .desktop-min\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .desktop-min\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .desktop-min\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .desktop-min\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .desktop-min\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .desktop-min\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .desktop-min\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .desktop-min\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .desktop-min\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .desktop-min\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .desktop-min\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .desktop-min\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .desktop-min\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .desktop-min\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .desktop-min\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .desktop-min\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .desktop-min\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .desktop-min\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .desktop-min\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .desktop-min\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .desktop-min\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .desktop-min\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .desktop-min\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .desktop-min\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .desktop-min\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .desktop-min\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .desktop-min\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .desktop-min\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .desktop-min\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .desktop-min\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .desktop-min\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .desktop-min\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .desktop-min\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .desktop-min\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .desktop-min\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .desktop-min\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .desktop-min\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .desktop-min\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .desktop-min\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .desktop-min\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .desktop-min\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .desktop-min\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .desktop-min\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .desktop-min\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .desktop-min\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .desktop-min\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .desktop-min\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .desktop-min\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .desktop-min\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .desktop-min\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .desktop-min\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .desktop-min\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .desktop-min\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .desktop-min\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .desktop-min\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .desktop-min\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .desktop-min\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .desktop-min\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .desktop-min\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .desktop-min\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .desktop-min\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .desktop-min\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .desktop-min\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .desktop-min\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .desktop-min\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .desktop-min\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .desktop-min\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .desktop-min\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .desktop-min\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .desktop-min\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .desktop-min\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .desktop-min\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .desktop-min\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .desktop-min\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .desktop-min\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .desktop-min\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .desktop-min\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .desktop-min\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .desktop-min\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .desktop-min\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .desktop-min\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .desktop-min\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .desktop-min\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .desktop-min\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .desktop-min\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .desktop-min\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .desktop-min\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .desktop-min\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .desktop-min\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .desktop-min\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .desktop-min\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .desktop-min\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .desktop-min\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .desktop-min\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .desktop-min\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .desktop-min\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .desktop-min\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .desktop-min\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .desktop-min\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .desktop-min\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .desktop-min\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .desktop-min\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .desktop-min\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .desktop-min\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .desktop-min\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .desktop-min\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .desktop-min\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .desktop-min\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .desktop-min\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .desktop-min\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .desktop-min\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .desktop-min\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .desktop-min\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .desktop-min\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .desktop-min\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .desktop-min\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .desktop-min\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .desktop-min\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .desktop-min\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .desktop-min\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .desktop-min\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .desktop-min\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .desktop-min\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .desktop-min\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .desktop-min\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .desktop-min\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .desktop-min\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .desktop-min\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .desktop-min\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .desktop-min\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .desktop-min\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .desktop-min\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .desktop-min\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .desktop-min\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .desktop-min\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .desktop-min\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .desktop-min\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .desktop-min\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .desktop-min\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .desktop-min\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .desktop-min\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .desktop-min\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .desktop-min\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .desktop-min\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .desktop-min\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .desktop-min\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .desktop-min\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .desktop-min\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .desktop-min\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .desktop-min\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .desktop-min\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .desktop-min\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .desktop-min\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .desktop-min\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .desktop-min\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .desktop-min\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .desktop-min\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .desktop-min\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .desktop-min\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .desktop-min\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .desktop-min\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .desktop-min\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .desktop-min\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .desktop-min\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .desktop-min\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .desktop-min\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .desktop-min\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .desktop-min\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .desktop-min\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .desktop-min\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .desktop-min\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .desktop-min\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .desktop-min\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .desktop-min\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .desktop-min\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .desktop-min\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .desktop-min\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .desktop-min\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .desktop-min\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .desktop-min\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .desktop-min\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .desktop-min\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .desktop-min\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .desktop-min\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .desktop-min\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .desktop-min\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .desktop-min\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .desktop-min\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .desktop-min\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .desktop-min\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .desktop-min\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .desktop-min\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .desktop-min\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .desktop-min\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .desktop-min\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .desktop-min\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .desktop-min\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .desktop-min\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .desktop-min\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .desktop-min\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .desktop-min\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .desktop-min\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .desktop-min\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .desktop-min\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .desktop-min\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .desktop-min\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .desktop-min\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .desktop-min\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .desktop-min\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .desktop-min\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .desktop-min\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .desktop-min\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .desktop-min\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .desktop-min\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .desktop-min\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .desktop-min\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .desktop-min\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .desktop-min\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .desktop-min\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .desktop-min\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .desktop-min\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .desktop-min\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .desktop-min\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .desktop-min\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .desktop-min\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .desktop-min\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .desktop-min\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .desktop-min\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .desktop-min\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .desktop-min\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .desktop-min\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .desktop-min\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .desktop-min\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .desktop-min\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .desktop-min\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .desktop-min\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .desktop-min\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .desktop-min\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .desktop-min\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .desktop-min\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .desktop-min\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .desktop-min\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .desktop-min\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .desktop-min\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .desktop-min\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .desktop-min\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .desktop-min\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .desktop-min\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .desktop-min\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .desktop-min\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .desktop-min\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .desktop-min\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .desktop-min\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .desktop-min\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .desktop-min\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .desktop-min\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .desktop-min\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .desktop-min\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .desktop-min\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .desktop-min\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .desktop-min\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .desktop-min\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .desktop-min\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .desktop-min\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .desktop-min\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .desktop-min\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .desktop-min\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .desktop-min\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .desktop-min\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .desktop-min\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .desktop-min\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .desktop-min\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .desktop-min\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .desktop-min\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .desktop-min\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .desktop-min\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .desktop-min\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .desktop-min\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .desktop-min\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .desktop-min\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .desktop-min\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .desktop-min\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .desktop-min\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .desktop-min\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .desktop-min\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .desktop-min\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .desktop-min\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .desktop-min\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .desktop-min\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .desktop-min\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .desktop-min\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .desktop-min\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .desktop-min\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .desktop-min\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .desktop-min\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .desktop-min\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .desktop-min\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .desktop-min\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .desktop-min\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .desktop-min\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .desktop-min\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .desktop-min\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .desktop-min\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .desktop-min\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .desktop-min\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .desktop-min\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .desktop-min\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .desktop-min\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .desktop-min\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .desktop-min\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .desktop-min\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .desktop-min\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .desktop-min\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .desktop-min\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .desktop-min\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .desktop-min\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .desktop-min\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .desktop-min\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .desktop-min\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .desktop-min\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .desktop-min\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .desktop-min\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .desktop-min\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .desktop-min\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .desktop-min\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .desktop-min\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .desktop-min\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .desktop-min\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .desktop-min\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .desktop-min\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .desktop-min\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .desktop-min\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .desktop-min\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .desktop-min\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .desktop-min\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .desktop-min\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .desktop-min\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .desktop-min\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .desktop-min\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .desktop-min\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .desktop-min\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .desktop-min\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .desktop-min\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .desktop-min\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .desktop-min\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .desktop-min\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .desktop-min\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .desktop-min\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .desktop-min\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .desktop-min\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .desktop-min\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .desktop-min\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .desktop-min\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .desktop-min\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .desktop-min\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .desktop-min\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .desktop-min\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .desktop-min\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .desktop-min\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .desktop-min\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .desktop-min\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .desktop-min\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .desktop-min\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .desktop-min\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .desktop-min\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .desktop-min\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .desktop-min\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .desktop-min\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .desktop-min\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .desktop-min\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .desktop-min\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .desktop-min\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .desktop-min\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .desktop-min\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .desktop-min\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .desktop-min\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .desktop-min\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .desktop-min\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .desktop-min\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .desktop-min\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .desktop-min\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .desktop-min\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .desktop-min\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .desktop-min\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .desktop-min\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .desktop-min\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .desktop-min\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .desktop-min\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .desktop-min\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .desktop-min\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .desktop-min\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .desktop-min\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .desktop-min\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .desktop-min\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .desktop-min\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .desktop-min\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .desktop-min\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .desktop-min\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .desktop-min\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .desktop-min\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .desktop-min\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .desktop-min\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .desktop-min\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .desktop-min\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .desktop-min\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .desktop-min\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .desktop-min\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .desktop-min\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .desktop-min\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .desktop-min\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .desktop-min\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .desktop-min\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .desktop-min\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .desktop-min\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .desktop-min\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .desktop-min\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .desktop-min\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .desktop-min\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .desktop-min\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .desktop-min\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .desktop-min\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .desktop-min\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .desktop-min\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .desktop-min\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .desktop-min\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .desktop-min\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .desktop-min\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .desktop-min\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .desktop-min\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .desktop-min\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .desktop-min\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .desktop-min\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .desktop-min\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .desktop-min\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .desktop-min\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .desktop-min\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .desktop-min\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .desktop-min\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .desktop-min\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .desktop-min\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .desktop-min\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .desktop-min\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .desktop-min\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .desktop-min\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .desktop-min\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .desktop-min\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .desktop-min\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .desktop-min\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .desktop-min\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .desktop-min\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .desktop-min\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .desktop-min\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .desktop-min\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .desktop-min\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .desktop-min\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .desktop-min\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .desktop-min\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .desktop-min\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .desktop-min\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .desktop-min\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .desktop-min\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .desktop-min\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .desktop-min\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .desktop-min\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .desktop-min\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .desktop-min\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .desktop-min\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .desktop-min\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .desktop-min\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .desktop-min\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .desktop-min\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .desktop-min\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .desktop-min\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .desktop-min\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .desktop-min\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .desktop-min\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .desktop-min\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .desktop-min\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .desktop-min\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .desktop-min\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .desktop-min\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .desktop-min\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .desktop-min\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .desktop-min\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .desktop-min\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .desktop-min\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .desktop-min\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .desktop-min\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .desktop-min\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .desktop-min\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .desktop-min\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .desktop-min\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .desktop-min\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .desktop-min\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .desktop-min\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .desktop-min\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .desktop-min\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .desktop-min\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .desktop-min\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .desktop-min\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .desktop-min\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .desktop-min\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .desktop-min\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .desktop-min\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .desktop-min\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .desktop-min\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .desktop-min\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .desktop-min\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .desktop-min\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .desktop-min\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .desktop-min\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .desktop-min\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .desktop-min\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .desktop-min\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .desktop-min\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .desktop-min\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .desktop-min\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .desktop-min\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .desktop-min\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .desktop-min\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .desktop-min\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .desktop-min\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .desktop-min\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .desktop-min\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .desktop-min\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .desktop-min\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .desktop-min\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .desktop-min\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .desktop-min\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .desktop-min\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .desktop-min\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .desktop-min\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .desktop-min\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .desktop-min\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .desktop-min\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .desktop-min\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .desktop-min\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .desktop-min\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .desktop-min\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .desktop-min\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .desktop-min\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .desktop-min\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .desktop-min\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .desktop-min\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .desktop-min\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .desktop-min\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .desktop-min\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .desktop-min\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .desktop-min\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .desktop-min\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .desktop-min\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .desktop-min\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .desktop-min\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .desktop-min\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .desktop-min\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .desktop-min\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .desktop-min\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .desktop-min\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .desktop-min\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .desktop-min\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .desktop-min\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .desktop-min\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .desktop-min\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .desktop-min\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .desktop-min\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .desktop-min\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .desktop-min\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .desktop-min\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .desktop-min\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .desktop-min\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .desktop-min\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .desktop-min\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .desktop-min\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .desktop-min\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .desktop-min\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .desktop-min\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .desktop-min\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .desktop-min\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .desktop-min\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .desktop-min\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .desktop-min\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .desktop-min\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .desktop-min\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .desktop-min\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .desktop-min\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .desktop-min\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .desktop-min\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .desktop-min\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .desktop-min\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .desktop-min\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .desktop-min\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .desktop-min\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .desktop-min\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .desktop-min\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .desktop-min\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .desktop-min\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .desktop-min\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .desktop-min\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .desktop-min\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .desktop-min\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .desktop-min\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .desktop-min\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .desktop-min\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .desktop-min\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .desktop-min\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .desktop-min\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .desktop-min\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .desktop-min\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .desktop-min\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .desktop-min\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .desktop-min\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .desktop-min\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .desktop-min\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .desktop-min\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .desktop-min\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .desktop-min\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .desktop-min\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .desktop-min\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .desktop-min\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .desktop-min\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .desktop-min\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .desktop-min\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .desktop-min\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .desktop-min\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .desktop-min\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .desktop-min\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .desktop-min\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .desktop-min\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .desktop-min\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .desktop-min\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .desktop-min\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .desktop-min\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .desktop-min\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .desktop-min\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .desktop-min\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .desktop-min\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .desktop-min\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .desktop-min\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .desktop-min\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .desktop-min\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .desktop-min\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .desktop-min\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .desktop-min\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .desktop-min\:transition-none {
    transition-property: none;
  }

  .desktop-min\:transition-all {
    transition-property: all;
  }

  .desktop-min\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop-min\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop-min\:transition-opacity {
    transition-property: opacity;
  }

  .desktop-min\:transition-shadow {
    transition-property: box-shadow;
  }

  .desktop-min\:transition-transform {
    transition-property: transform;
  }

  .desktop-min\:hover\:transition-none:hover {
    transition-property: none;
  }

  .desktop-min\:hover\:transition-all:hover {
    transition-property: all;
  }

  .desktop-min\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop-min\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop-min\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .desktop-min\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .desktop-min\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .desktop-min\:focus\:transition-none:focus {
    transition-property: none;
  }

  .desktop-min\:focus\:transition-all:focus {
    transition-property: all;
  }

  .desktop-min\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop-min\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop-min\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .desktop-min\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .desktop-min\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .desktop-min\:first\:transition-none:first-child {
    transition-property: none;
  }

  .desktop-min\:first\:transition-all:first-child {
    transition-property: all;
  }

  .desktop-min\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop-min\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop-min\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .desktop-min\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .desktop-min\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .desktop-min\:last\:transition-none:last-child {
    transition-property: none;
  }

  .desktop-min\:last\:transition-all:last-child {
    transition-property: all;
  }

  .desktop-min\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .desktop-min\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .desktop-min\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .desktop-min\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .desktop-min\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .desktop-min\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .desktop-min\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .desktop-min\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .desktop-min\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .desktop-min\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .desktop-min\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .desktop-min\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .desktop-min\:ease-linear {
    transition-timing-function: linear;
  }

  .desktop-min\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop-min\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop-min\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop-min\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .desktop-min\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop-min\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop-min\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop-min\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .desktop-min\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop-min\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop-min\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop-min\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .desktop-min\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop-min\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop-min\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop-min\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .desktop-min\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .desktop-min\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .desktop-min\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .desktop-min\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .desktop-min\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .desktop-min\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .desktop-min\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .desktop-min\:duration-75 {
    transition-duration: 75ms;
  }

  .desktop-min\:duration-100 {
    transition-duration: 100ms;
  }

  .desktop-min\:duration-150 {
    transition-duration: 150ms;
  }

  .desktop-min\:duration-200 {
    transition-duration: 200ms;
  }

  .desktop-min\:duration-300 {
    transition-duration: 300ms;
  }

  .desktop-min\:duration-500 {
    transition-duration: 500ms;
  }

  .desktop-min\:duration-700 {
    transition-duration: 700ms;
  }

  .desktop-min\:duration-1000 {
    transition-duration: 1000ms;
  }

  .desktop-min\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .desktop-min\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .desktop-min\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .desktop-min\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .desktop-min\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .desktop-min\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .desktop-min\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .desktop-min\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .desktop-min\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .desktop-min\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .desktop-min\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .desktop-min\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .desktop-min\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .desktop-min\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .desktop-min\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .desktop-min\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .desktop-min\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .desktop-min\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .desktop-min\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .desktop-min\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .desktop-min\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .desktop-min\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .desktop-min\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .desktop-min\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .desktop-min\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .desktop-min\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .desktop-min\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .desktop-min\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .desktop-min\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .desktop-min\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .desktop-min\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .desktop-min\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .desktop-min\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .desktop-min\:delay-75 {
    transition-delay: 75ms;
  }

  .desktop-min\:delay-100 {
    transition-delay: 100ms;
  }

  .desktop-min\:delay-150 {
    transition-delay: 150ms;
  }

  .desktop-min\:delay-200 {
    transition-delay: 200ms;
  }

  .desktop-min\:delay-300 {
    transition-delay: 300ms;
  }

  .desktop-min\:delay-500 {
    transition-delay: 500ms;
  }

  .desktop-min\:delay-700 {
    transition-delay: 700ms;
  }

  .desktop-min\:delay-1000 {
    transition-delay: 1000ms;
  }

  .desktop-min\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .desktop-min\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .desktop-min\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .desktop-min\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .desktop-min\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .desktop-min\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .desktop-min\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .desktop-min\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .desktop-min\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .desktop-min\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .desktop-min\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .desktop-min\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .desktop-min\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .desktop-min\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .desktop-min\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .desktop-min\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .desktop-min\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .desktop-min\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .desktop-min\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .desktop-min\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .desktop-min\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .desktop-min\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .desktop-min\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .desktop-min\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .desktop-min\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .desktop-min\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .desktop-min\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .desktop-min\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .desktop-min\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .desktop-min\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .desktop-min\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .desktop-min\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .desktop-min\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .desktop-min\:animate-none {
    animation: none;
  }

  .desktop-min\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .desktop-min\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop-min\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop-min\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .desktop-min\:hover\:animate-none:hover {
    animation: none;
  }

  .desktop-min\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .desktop-min\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop-min\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop-min\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .desktop-min\:focus\:animate-none:focus {
    animation: none;
  }

  .desktop-min\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .desktop-min\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop-min\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop-min\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .desktop-min\:first\:animate-none:first-child {
    animation: none;
  }

  .desktop-min\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .desktop-min\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop-min\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop-min\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .desktop-min\:last\:animate-none:last-child {
    animation: none;
  }

  .desktop-min\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .desktop-min\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .desktop-min\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .desktop-min\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .desktop-min\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .desktop-min\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .desktop-min\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .desktop-min\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .desktop-min\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (max-width: 900px) {
  .md-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .md-max\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .md-max\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .md-max\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .md-max\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .group:hover .md-max\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .md-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .md-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .md-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .md-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .md-max\:container {
      max-width: 1600px;
    }
  }

  .md-max\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md-max\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md-max\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md-max\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md-max\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md-max\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md-max\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md-max\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md-max\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md-max\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md-max\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md-max\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md-max\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md-max\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md-max\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md-max\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md-max\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md-max\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md-max\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md-max\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md-max\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md-max\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md-max\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md-max\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md-max\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md-max\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md-max\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md-max\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md-max\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md-max\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md-max\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md-max\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md-max\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md-max\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md-max\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md-max\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md-max\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md-max\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md-max\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md-max\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md-max\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md-max\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md-max\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md-max\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md-max\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md-max\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md-max\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md-max\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md-max\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md-max\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md-max\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md-max\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md-max\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md-max\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md-max\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md-max\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md-max\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md-max\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md-max\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md-max\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md-max\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md-max\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md-max\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md-max\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md-max\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md-max\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md-max\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md-max\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md-max\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md-max\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md-max\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md-max\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md-max\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md-max\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md-max\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md-max\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md-max\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md-max\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md-max\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md-max\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md-max\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md-max\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md-max\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md-max\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md-max\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md-max\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md-max\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md-max\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md-max\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md-max\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md-max\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md-max\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md-max\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md-max\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md-max\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md-max\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md-max\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md-max\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md-max\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md-max\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md-max\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md-max\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md-max\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md-max\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md-max\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md-max\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md-max\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md-max\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md-max\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md-max\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md-max\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md-max\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md-max\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md-max\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md-max\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md-max\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md-max\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md-max\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md-max\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md-max\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md-max\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md-max\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md-max\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md-max\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md-max\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md-max\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md-max\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md-max\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md-max\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md-max\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md-max\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md-max\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md-max\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md-max\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md-max\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md-max\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md-max\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md-max\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md-max\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md-max\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md-max\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md-max\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md-max\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md-max\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md-max\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md-max\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md-max\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md-max\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md-max\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md-max\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md-max\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md-max\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md-max\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md-max\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md-max\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md-max\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md-max\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md-max\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md-max\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md-max\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md-max\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md-max\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md-max\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md-max\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md-max\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md-max\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md-max\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md-max\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md-max\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md-max\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md-max\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md-max\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md-max\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md-max\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md-max\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md-max\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md-max\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md-max\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md-max\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md-max\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md-max\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md-max\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md-max\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md-max\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md-max\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md-max\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md-max\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md-max\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md-max\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md-max\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md-max\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md-max\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md-max\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md-max\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md-max\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md-max\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md-max\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md-max\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md-max\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md-max\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md-max\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md-max\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md-max\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md-max\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md-max\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md-max\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md-max\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md-max\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md-max\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md-max\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md-max\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md-max\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md-max\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .md-max\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .md-max\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .md-max\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md-max\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md-max\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md-max\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md-max\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md-max\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md-max\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md-max\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md-max\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md-max\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md-max\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md-max\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md-max\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md-max\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md-max\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md-max\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md-max\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md-max\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md-max\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md-max\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md-max\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md-max\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md-max\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md-max\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md-max\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md-max\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md-max\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md-max\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md-max\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md-max\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md-max\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md-max\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md-max\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md-max\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md-max\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md-max\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md-max\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .md-max\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .md-max\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .md-max\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .md-max\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .md-max\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .md-max\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .md-max\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .md-max\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .md-max\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md-max\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md-max\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md-max\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md-max\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md-max\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md-max\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md-max\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md-max\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md-max\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md-max\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md-max\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md-max\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md-max\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md-max\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md-max\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md-max\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md-max\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md-max\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md-max\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md-max\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md-max\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md-max\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md-max\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md-max\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md-max\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md-max\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md-max\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md-max\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md-max\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md-max\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md-max\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md-max\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md-max\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md-max\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md-max\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md-max\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md-max\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md-max\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md-max\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md-max\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md-max\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md-max\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md-max\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md-max\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md-max\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md-max\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md-max\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md-max\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md-max\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md-max\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md-max\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md-max\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md-max\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md-max\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md-max\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md-max\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md-max\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md-max\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md-max\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md-max\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md-max\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md-max\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md-max\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md-max\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md-max\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md-max\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md-max\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md-max\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md-max\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md-max\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md-max\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md-max\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md-max\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md-max\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md-max\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md-max\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md-max\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md-max\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md-max\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md-max\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md-max\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md-max\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .md-max\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md-max\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md-max\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md-max\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md-max\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md-max\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md-max\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md-max\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md-max\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md-max\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md-max\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md-max\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md-max\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md-max\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md-max\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md-max\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md-max\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md-max\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .md-max\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md-max\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md-max\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md-max\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md-max\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md-max\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md-max\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md-max\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md-max\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md-max\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md-max\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md-max\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md-max\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md-max\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md-max\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md-max\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md-max\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md-max\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md-max\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .md-max\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md-max\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .md-max\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md-max\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md-max\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md-max\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md-max\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md-max\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .md-max\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md-max\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md-max\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md-max\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md-max\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md-max\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md-max\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .md-max\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .md-max\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .md-max\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .md-max\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md-max\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .group:hover .md-max\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .md-max\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .md-max\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-max\:first\:divide-solid:first-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .md-max\:first\:divide-dashed:first-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .md-max\:first\:divide-dotted:first-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .md-max\:first\:divide-double:first-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .md-max\:first\:divide-none:first-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .md-max\:last\:divide-solid:last-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .md-max\:last\:divide-dashed:last-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .md-max\:last\:divide-dotted:last-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .md-max\:last\:divide-double:last-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .md-max\:last\:divide-none:last-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .group:hover .md-max\:group-hover\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .group:hover .md-max\:group-hover\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .group:hover .md-max\:group-hover\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .group:hover .md-max\:group-hover\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .group:hover .md-max\:group-hover\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .md-max\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md-max\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md-max\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md-max\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md-max\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md-max\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md-max\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md-max\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md-max\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md-max\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md-max\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md-max\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md-max\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md-max\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md-max\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md-max\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md-max\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md-max\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md-max\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md-max\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md-max\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md-max\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md-max\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md-max\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md-max\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md-max\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md-max\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md-max\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md-max\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md-max\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .md-max\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md-max\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md-max\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md-max\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .md-max\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .md-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\:hover\:sr-only:hover {
    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-max\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\:first\:sr-only:first-child {
    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-max\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\:last\:sr-only:last-child {
    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-max\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .md-max\:group-hover\: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;
  }

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

  .md-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .md-max\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:bg-fixed {
    background-attachment: fixed;
  }

  .md-max\:bg-local {
    background-attachment: local;
  }

  .md-max\:bg-scroll {
    background-attachment: scroll;
  }

  .md-max\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md-max\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md-max\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md-max\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .md-max\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .md-max\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .md-max\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .md-max\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .md-max\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .md-max\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .md-max\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .md-max\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .md-max\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .md-max\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .md-max\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .md-max\:bg-clip-border {
    background-clip: border-box;
  }

  .md-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md-max\:bg-clip-content {
    background-clip: content-box;
  }

  .md-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .md-max\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .md-max\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .md-max\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .md-max\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .md-max\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .md-max\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .md-max\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .md-max\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .md-max\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .md-max\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .md-max\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .md-max\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .md-max\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .md-max\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .md-max\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .md-max\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:bg-transparent {
    background-color: transparent;
  }

  .md-max\:bg-current {
    background-color: currentColor;
  }

  .md-max\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md-max\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md-max\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md-max\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md-max\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md-max\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md-max\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md-max\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md-max\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md-max\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md-max\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md-max\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md-max\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md-max\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md-max\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md-max\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md-max\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md-max\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md-max\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md-max\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md-max\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md-max\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md-max\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md-max\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md-max\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md-max\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md-max\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md-max\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md-max\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md-max\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md-max\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md-max\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md-max\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md-max\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md-max\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md-max\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md-max\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md-max\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md-max\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md-max\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md-max\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md-max\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md-max\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md-max\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md-max\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md-max\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md-max\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md-max\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md-max\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md-max\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md-max\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md-max\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md-max\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md-max\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md-max\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md-max\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md-max\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md-max\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md-max\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md-max\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md-max\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md-max\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md-max\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md-max\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .md-max\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md-max\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md-max\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md-max\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md-max\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md-max\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md-max\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md-max\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md-max\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md-max\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md-max\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md-max\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md-max\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md-max\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md-max\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md-max\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md-max\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .md-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md-max\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md-max\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md-max\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md-max\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md-max\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md-max\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md-max\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md-max\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md-max\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md-max\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md-max\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md-max\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md-max\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md-max\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md-max\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md-max\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md-max\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md-max\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .md-max\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .md-max\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md-max\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md-max\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md-max\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md-max\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md-max\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md-max\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md-max\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md-max\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md-max\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md-max\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md-max\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md-max\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md-max\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md-max\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md-max\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md-max\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md-max\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .md-max\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .md-max\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md-max\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md-max\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md-max\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md-max\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md-max\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .md-max\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md-max\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md-max\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md-max\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md-max\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md-max\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md-max\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .md-max\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .md-max\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .md-max\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .md-max\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md-max\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .group:hover .md-max\:group-hover\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .md-max\:bg-none {
    background-image: none;
  }

  .md-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-none:hover {
    background-image: none;
  }

  .md-max\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md-max\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-none:focus {
    background-image: none;
  }

  .md-max\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md-max\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-none:first-child {
    background-image: none;
  }

  .md-max\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md-max\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-none:last-child {
    background-image: none;
  }

  .md-max\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md-max\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .md-max\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md-max\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:to-transparent {
    --gradient-to-color: transparent;
  }

  .md-max\:to-current {
    --gradient-to-color: currentColor;
  }

  .md-max\:to-black {
    --gradient-to-color: #000;
  }

  .md-max\:to-white {
    --gradient-to-color: #fff;
  }

  .md-max\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .md-max\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .md-max\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .md-max\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .md-max\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .md-max\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .md-max\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .md-max\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .md-max\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .md-max\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .md-max\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .md-max\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .md-max\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .md-max\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .md-max\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .md-max\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .md-max\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .md-max\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .md-max\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .md-max\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .md-max\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .md-max\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .md-max\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .md-max\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .md-max\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .md-max\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .md-max\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .md-max\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .md-max\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .md-max\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .md-max\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .md-max\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .md-max\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .md-max\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .md-max\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .md-max\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .md-max\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .md-max\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .md-max\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .md-max\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .md-max\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .md-max\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .md-max\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .md-max\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .md-max\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .md-max\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .md-max\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .md-max\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .md-max\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .md-max\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .md-max\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .md-max\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .md-max\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .md-max\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .md-max\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .md-max\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .md-max\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .md-max\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .md-max\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .md-max\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .md-max\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .md-max\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .md-max\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .md-max\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .md-max\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .md-max\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .md-max\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .md-max\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .md-max\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .md-max\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .md-max\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .md-max\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .md-max\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .md-max\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .md-max\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .md-max\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .md-max\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .md-max\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .md-max\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .md-max\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .md-max\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .md-max\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .md-max\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .md-max\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .md-max\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .md-max\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .md-max\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .md-max\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .md-max\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .md-max\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .md-max\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .md-max\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .md-max\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .md-max\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .md-max\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .md-max\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .md-max\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .md-max\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .md-max\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .md-max\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .md-max\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .md-max\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .md-max\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .md-max\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .md-max\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .md-max\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .md-max\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .md-max\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .md-max\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .md-max\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .md-max\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .md-max\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .md-max\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .md-max\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .md-max\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .md-max\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .md-max\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .md-max\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .md-max\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .md-max\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .md-max\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .md-max\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .md-max\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .md-max\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .md-max\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .md-max\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .md-max\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .md-max\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .md-max\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .md-max\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .md-max\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .md-max\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .md-max\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .md-max\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .md-max\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .md-max\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .md-max\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .md-max\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .md-max\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .md-max\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .md-max\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .md-max\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .md-max\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .md-max\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .md-max\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .md-max\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .md-max\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .md-max\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .md-max\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .md-max\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .md-max\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .md-max\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .md-max\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .md-max\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .md-max\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .md-max\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .md-max\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .md-max\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .md-max\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .md-max\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .md-max\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .md-max\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .md-max\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .md-max\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .md-max\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .md-max\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .md-max\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .md-max\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .md-max\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .md-max\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .md-max\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .md-max\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .md-max\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .md-max\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .md-max\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .md-max\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .md-max\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .md-max\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .md-max\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .md-max\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .md-max\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .md-max\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .md-max\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .md-max\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .md-max\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .md-max\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .md-max\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .md-max\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .md-max\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .md-max\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .md-max\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .md-max\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .md-max\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .md-max\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .md-max\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .md-max\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .md-max\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .md-max\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .md-max\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .md-max\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .md-max\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .md-max\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .md-max\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .md-max\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .md-max\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .md-max\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .md-max\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .md-max\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .md-max\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .md-max\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .md-max\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .md-max\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .md-max\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .md-max\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .md-max\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .md-max\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .md-max\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .md-max\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .md-max\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .md-max\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .md-max\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .md-max\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .md-max\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .md-max\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .md-max\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .md-max\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .md-max\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .md-max\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .md-max\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .md-max\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .md-max\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .md-max\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .md-max\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .md-max\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .md-max\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .md-max\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .md-max\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .md-max\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .md-max\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .md-max\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .md-max\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .md-max\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .md-max\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .md-max\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .md-max\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .md-max\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .md-max\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .md-max\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .md-max\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .md-max\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .md-max\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .md-max\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .md-max\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .md-max\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .md-max\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .md-max\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .md-max\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .md-max\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .md-max\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .md-max\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .md-max\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .md-max\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .md-max\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .md-max\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .md-max\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .md-max\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .md-max\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .md-max\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .md-max\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md-max\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md-max\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md-max\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md-max\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md-max\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md-max\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md-max\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md-max\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md-max\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md-max\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .md-max\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .md-max\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .md-max\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .md-max\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .md-max\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .md-max\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .md-max\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .md-max\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .md-max\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .md-max\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .md-max\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .md-max\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md-max\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md-max\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md-max\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md-max\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md-max\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md-max\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md-max\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md-max\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md-max\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .md-max\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md-max\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md-max\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md-max\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md-max\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md-max\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md-max\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md-max\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md-max\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md-max\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .md-max\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .md-max\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .md-max\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .md-max\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .md-max\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .md-max\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .md-max\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .md-max\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .md-max\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md-max\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md-max\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md-max\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md-max\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md-max\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md-max\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md-max\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md-max\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md-max\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .md-max\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .md-max\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .md-max\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .md-max\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md-max\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .md-max\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .md-max\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .md-max\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .md-max\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .md-max\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .md-max\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .md-max\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .md-max\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .md-max\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .md-max\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .md-max\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .md-max\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .md-max\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .md-max\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .md-max\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .md-max\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .md-max\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .md-max\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .md-max\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .md-max\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .md-max\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .md-max\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .md-max\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .md-max\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .md-max\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .md-max\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .md-max\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .md-max\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .md-max\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .md-max\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .md-max\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .md-max\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .md-max\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .md-max\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .md-max\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .md-max\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .md-max\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .md-max\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .md-max\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .md-max\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .md-max\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .md-max\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .md-max\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .md-max\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .md-max\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .md-max\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .md-max\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .md-max\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .md-max\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .md-max\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .md-max\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .md-max\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .md-max\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .md-max\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .md-max\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .md-max\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .md-max\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .md-max\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .md-max\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .md-max\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .md-max\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .md-max\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .md-max\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .md-max\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .md-max\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .md-max\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .md-max\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .md-max\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .md-max\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md-max\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md-max\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md-max\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .md-max\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .md-max\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .md-max\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .md-max\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .md-max\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .md-max\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .md-max\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .md-max\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .md-max\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .md-max\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .md-max\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .md-max\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .md-max\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .md-max\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .md-max\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md-max\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .md-max\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md-max\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md-max\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .md-max\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .md-max\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .md-max\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .md-max\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .md-max\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .md-max\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .md-max\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .md-max\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .md-max\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .md-max\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .md-max\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .md-max\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .md-max\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .md-max\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .md-max\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .md-max\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .md-max\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .md-max\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .md-max\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .md-max\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .md-max\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .md-max\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .md-max\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .md-max\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .md-max\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .md-max\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .md-max\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .md-max\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .md-max\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .md-max\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .md-max\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .md-max\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .md-max\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .md-max\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .md-max\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .md-max\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .md-max\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .md-max\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .md-max\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .md-max\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .md-max\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .md-max\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .md-max\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .md-max\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .md-max\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .md-max\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .md-max\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .md-max\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .md-max\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .md-max\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .md-max\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .md-max\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .md-max\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .md-max\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .md-max\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .md-max\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .md-max\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .md-max\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .md-max\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .md-max\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .md-max\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .md-max\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .md-max\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .md-max\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .md-max\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .md-max\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .md-max\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .md-max\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .md-max\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .md-max\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .md-max\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .md-max\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .md-max\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .md-max\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .md-max\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .md-max\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .md-max\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .md-max\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .md-max\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .md-max\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .md-max\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .md-max\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .md-max\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .md-max\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .md-max\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .md-max\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md-max\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .md-max\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md-max\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md-max\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md-max\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .md-max\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md-max\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .md-max\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .md-max\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .md-max\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .md-max\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .md-max\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .md-max\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .md-max\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .md-max\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .md-max\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .md-max\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .md-max\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .md-max\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .md-max\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .md-max\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .md-max\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .md-max\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .md-max\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .md-max\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .md-max\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .md-max\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .md-max\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .md-max\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .md-max\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .md-max\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .md-max\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .md-max\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .md-max\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md-max\:bg-bottom {
    background-position: bottom;
  }

  .md-max\:bg-center {
    background-position: center;
  }

  .md-max\:bg-left {
    background-position: left;
  }

  .md-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .md-max\:bg-left-top {
    background-position: left top;
  }

  .md-max\:bg-right {
    background-position: right;
  }

  .md-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .md-max\:bg-right-top {
    background-position: right top;
  }

  .md-max\:bg-top {
    background-position: top;
  }

  .md-max\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md-max\:hover\:bg-center:hover {
    background-position: center;
  }

  .md-max\:hover\:bg-left:hover {
    background-position: left;
  }

  .md-max\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md-max\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md-max\:hover\:bg-right:hover {
    background-position: right;
  }

  .md-max\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md-max\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md-max\:hover\:bg-top:hover {
    background-position: top;
  }

  .md-max\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .md-max\:focus\:bg-center:focus {
    background-position: center;
  }

  .md-max\:focus\:bg-left:focus {
    background-position: left;
  }

  .md-max\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .md-max\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .md-max\:focus\:bg-right:focus {
    background-position: right;
  }

  .md-max\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .md-max\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .md-max\:focus\:bg-top:focus {
    background-position: top;
  }

  .md-max\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .md-max\:first\:bg-center:first-child {
    background-position: center;
  }

  .md-max\:first\:bg-left:first-child {
    background-position: left;
  }

  .md-max\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .md-max\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .md-max\:first\:bg-right:first-child {
    background-position: right;
  }

  .md-max\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .md-max\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .md-max\:first\:bg-top:first-child {
    background-position: top;
  }

  .md-max\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .md-max\:last\:bg-center:last-child {
    background-position: center;
  }

  .md-max\:last\:bg-left:last-child {
    background-position: left;
  }

  .md-max\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .md-max\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .md-max\:last\:bg-right:last-child {
    background-position: right;
  }

  .md-max\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .md-max\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .md-max\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .md-max\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .md-max\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .md-max\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .md-max\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .md-max\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .md-max\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .md-max\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .md-max\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .md-max\:group-hover\:bg-top {
    background-position: top;
  }

  .md-max\:bg-repeat {
    background-repeat: repeat;
  }

  .md-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md-max\:bg-repeat-round {
    background-repeat: round;
  }

  .md-max\:bg-repeat-space {
    background-repeat: space;
  }

  .md-max\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md-max\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md-max\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md-max\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md-max\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .md-max\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .md-max\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .md-max\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .md-max\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .md-max\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .md-max\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .md-max\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .md-max\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .md-max\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .md-max\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .md-max\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .md-max\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .md-max\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .md-max\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .md-max\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .md-max\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .md-max\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .md-max\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .md-max\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .md-max\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .md-max\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .md-max\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .md-max\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .md-max\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .md-max\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .md-max\:bg-auto {
    background-size: auto;
  }

  .md-max\:bg-cover {
    background-size: cover;
  }

  .md-max\:bg-contain {
    background-size: contain;
  }

  .md-max\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md-max\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md-max\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .md-max\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .md-max\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .md-max\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .md-max\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .md-max\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .md-max\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .md-max\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .md-max\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .md-max\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .md-max\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .md-max\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .md-max\:group-hover\:bg-contain {
    background-size: contain;
  }

  .md-max\:border-collapse {
    border-collapse: collapse;
  }

  .md-max\:border-separate {
    border-collapse: separate;
  }

  .md-max\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md-max\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md-max\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .md-max\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .md-max\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .md-max\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .md-max\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .md-max\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .md-max\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .md-max\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .md-max\:border-transparent {
    border-color: transparent;
  }

  .md-max\:border-current {
    border-color: currentColor;
  }

  .md-max\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md-max\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md-max\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md-max\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md-max\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md-max\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md-max\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md-max\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md-max\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md-max\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md-max\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md-max\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md-max\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md-max\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md-max\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md-max\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md-max\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md-max\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md-max\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md-max\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md-max\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md-max\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md-max\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md-max\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md-max\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md-max\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md-max\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md-max\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md-max\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md-max\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md-max\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md-max\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md-max\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md-max\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md-max\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md-max\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md-max\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md-max\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md-max\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md-max\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md-max\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md-max\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md-max\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md-max\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md-max\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md-max\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md-max\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md-max\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md-max\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md-max\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md-max\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md-max\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md-max\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md-max\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md-max\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md-max\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md-max\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md-max\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md-max\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md-max\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md-max\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md-max\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md-max\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md-max\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md-max\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md-max\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md-max\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md-max\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md-max\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md-max\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md-max\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md-max\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md-max\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md-max\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md-max\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md-max\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md-max\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md-max\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md-max\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md-max\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md-max\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md-max\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md-max\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md-max\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md-max\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md-max\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md-max\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md-max\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md-max\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md-max\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md-max\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md-max\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md-max\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md-max\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md-max\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md-max\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md-max\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md-max\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md-max\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .md-max\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .md-max\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md-max\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md-max\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md-max\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md-max\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md-max\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md-max\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md-max\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md-max\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md-max\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md-max\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md-max\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md-max\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md-max\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md-max\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md-max\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md-max\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md-max\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md-max\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md-max\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md-max\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md-max\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md-max\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md-max\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md-max\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md-max\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md-max\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md-max\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md-max\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md-max\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md-max\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md-max\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md-max\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md-max\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md-max\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md-max\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md-max\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md-max\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md-max\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md-max\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md-max\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md-max\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md-max\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md-max\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md-max\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md-max\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md-max\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md-max\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md-max\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md-max\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md-max\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md-max\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md-max\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md-max\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md-max\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md-max\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md-max\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .md-max\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .md-max\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md-max\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md-max\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md-max\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md-max\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md-max\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md-max\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md-max\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md-max\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md-max\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md-max\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .md-max\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md-max\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md-max\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md-max\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md-max\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md-max\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md-max\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md-max\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md-max\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md-max\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .md-max\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .md-max\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md-max\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md-max\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md-max\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md-max\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md-max\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md-max\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md-max\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md-max\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md-max\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md-max\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md-max\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md-max\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md-max\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md-max\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md-max\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md-max\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md-max\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md-max\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md-max\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md-max\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md-max\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md-max\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md-max\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md-max\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md-max\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md-max\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md-max\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md-max\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md-max\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .md-max\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .md-max\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .md-max\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .md-max\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md-max\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md-max\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .md-max\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md-max\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .md-max\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md-max\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md-max\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md-max\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .md-max\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md-max\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .md-max\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .md-max\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .md-max\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .md-max\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .md-max\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .md-max\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .md-max\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .md-max\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .md-max\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .md-max\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .md-max\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .md-max\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .md-max\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .md-max\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .md-max\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .md-max\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .md-max\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .md-max\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .md-max\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .md-max\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .md-max\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .md-max\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .md-max\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .md-max\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .md-max\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .md-max\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .md-max\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md-max\:rounded-none {
    border-radius: 0;
  }

  .md-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md-max\:rounded {
    border-radius: 0.25rem;
  }

  .md-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .md-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .md-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md-max\:rounded-full {
    border-radius: 9999px;
  }

  .md-max\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-max\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-max\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md-max\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md-max\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md-max\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .md-max\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .md-max\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .md-max\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md-max\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-max\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-max\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .md-max\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .md-max\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .md-max\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .md-max\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .md-max\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .md-max\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md-max\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md-max\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .md-max\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .md-max\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .md-max\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .md-max\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-max\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-max\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .md-max\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .md-max\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .md-max\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .md-max\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .md-max\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .md-max\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .md-max\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .md-max\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .md-max\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .md-max\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .md-max\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .md-max\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .md-max\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .md-max\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .md-max\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .md-max\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .md-max\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-max\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-max\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .md-max\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .md-max\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .md-max\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .md-max\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .md-max\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .md-max\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .md-max\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .md-max\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .md-max\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .md-max\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .md-max\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .md-max\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .md-max\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .md-max\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .md-max\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .md-max\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .md-max\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-max\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-max\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-max\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .md-max\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .md-max\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .md-max\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .md-max\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .md-max\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .md-max\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .md-max\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .md-max\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md-max\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:border-solid {
    border-style: solid;
  }

  .md-max\:border-dashed {
    border-style: dashed;
  }

  .md-max\:border-dotted {
    border-style: dotted;
  }

  .md-max\:border-double {
    border-style: double;
  }

  .md-max\:border-none {
    border-style: none;
  }

  .md-max\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md-max\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md-max\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md-max\:hover\:border-double:hover {
    border-style: double;
  }

  .md-max\:hover\:border-none:hover {
    border-style: none;
  }

  .md-max\:focus\:border-solid:focus {
    border-style: solid;
  }

  .md-max\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .md-max\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .md-max\:focus\:border-double:focus {
    border-style: double;
  }

  .md-max\:focus\:border-none:focus {
    border-style: none;
  }

  .md-max\:first\:border-solid:first-child {
    border-style: solid;
  }

  .md-max\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .md-max\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .md-max\:first\:border-double:first-child {
    border-style: double;
  }

  .md-max\:first\:border-none:first-child {
    border-style: none;
  }

  .md-max\:last\:border-solid:last-child {
    border-style: solid;
  }

  .md-max\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .md-max\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .md-max\:last\:border-double:last-child {
    border-style: double;
  }

  .md-max\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .md-max\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .md-max\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .md-max\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .md-max\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .md-max\:group-hover\:border-none {
    border-style: none;
  }

  .md-max\:border-0 {
    border-width: 0;
  }

  .md-max\:border-2 {
    border-width: 2px;
  }

  .md-max\:border-4 {
    border-width: 4px;
  }

  .md-max\:border-8 {
    border-width: 8px;
  }

  .md-max\:border {
    border-width: 1px;
  }

  .md-max\:border-t-0 {
    border-top-width: 0;
  }

  .md-max\:border-r-0 {
    border-right-width: 0;
  }

  .md-max\:border-b-0 {
    border-bottom-width: 0;
  }

  .md-max\:border-l-0 {
    border-left-width: 0;
  }

  .md-max\:border-t-2 {
    border-top-width: 2px;
  }

  .md-max\:border-r-2 {
    border-right-width: 2px;
  }

  .md-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md-max\:border-l-2 {
    border-left-width: 2px;
  }

  .md-max\:border-t-4 {
    border-top-width: 4px;
  }

  .md-max\:border-r-4 {
    border-right-width: 4px;
  }

  .md-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md-max\:border-l-4 {
    border-left-width: 4px;
  }

  .md-max\:border-t-8 {
    border-top-width: 8px;
  }

  .md-max\:border-r-8 {
    border-right-width: 8px;
  }

  .md-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md-max\:border-l-8 {
    border-left-width: 8px;
  }

  .md-max\:border-t {
    border-top-width: 1px;
  }

  .md-max\:border-r {
    border-right-width: 1px;
  }

  .md-max\:border-b {
    border-bottom-width: 1px;
  }

  .md-max\:border-l {
    border-left-width: 1px;
  }

  .md-max\:hover\:border-0:hover {
    border-width: 0;
  }

  .md-max\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md-max\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md-max\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md-max\:hover\:border:hover {
    border-width: 1px;
  }

  .md-max\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .md-max\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .md-max\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .md-max\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .md-max\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md-max\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md-max\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md-max\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md-max\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md-max\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md-max\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md-max\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md-max\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md-max\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md-max\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md-max\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md-max\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md-max\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md-max\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md-max\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md-max\:focus\:border-0:focus {
    border-width: 0;
  }

  .md-max\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md-max\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md-max\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md-max\:focus\:border:focus {
    border-width: 1px;
  }

  .md-max\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .md-max\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .md-max\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .md-max\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .md-max\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md-max\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md-max\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md-max\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md-max\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md-max\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md-max\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md-max\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md-max\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md-max\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md-max\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md-max\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md-max\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md-max\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md-max\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md-max\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md-max\:first\:border-0:first-child {
    border-width: 0;
  }

  .md-max\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md-max\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md-max\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md-max\:first\:border:first-child {
    border-width: 1px;
  }

  .md-max\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .md-max\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .md-max\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .md-max\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .md-max\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md-max\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md-max\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md-max\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md-max\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md-max\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md-max\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md-max\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md-max\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md-max\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md-max\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md-max\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md-max\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md-max\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md-max\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md-max\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md-max\:last\:border-0:last-child {
    border-width: 0;
  }

  .md-max\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md-max\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md-max\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md-max\:last\:border:last-child {
    border-width: 1px;
  }

  .md-max\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .md-max\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .md-max\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .md-max\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .md-max\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md-max\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md-max\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md-max\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md-max\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md-max\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md-max\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md-max\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md-max\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md-max\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md-max\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md-max\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md-max\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md-max\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md-max\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md-max\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .md-max\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .md-max\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .md-max\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .md-max\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .md-max\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .md-max\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .md-max\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .md-max\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .md-max\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .md-max\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .md-max\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .md-max\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .md-max\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .md-max\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .md-max\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .md-max\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .md-max\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .md-max\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .md-max\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .md-max\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .md-max\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .md-max\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .md-max\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .md-max\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .md-max\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .md-max\:box-border {
    box-sizing: border-box;
  }

  .md-max\:box-content {
    box-sizing: content-box;
  }

  .md-max\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .md-max\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .md-max\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .md-max\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .md-max\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .md-max\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .md-max\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .md-max\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .md-max\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .md-max\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .md-max\:cursor-auto {
    cursor: auto;
  }

  .md-max\:cursor-default {
    cursor: default;
  }

  .md-max\:cursor-pointer {
    cursor: pointer;
  }

  .md-max\:cursor-wait {
    cursor: wait;
  }

  .md-max\:cursor-text {
    cursor: text;
  }

  .md-max\:cursor-move {
    cursor: move;
  }

  .md-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md-max\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md-max\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md-max\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md-max\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md-max\:hover\:cursor-text:hover {
    cursor: text;
  }

  .md-max\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md-max\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .md-max\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .md-max\:focus\:cursor-default:focus {
    cursor: default;
  }

  .md-max\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .md-max\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .md-max\:focus\:cursor-text:focus {
    cursor: text;
  }

  .md-max\:focus\:cursor-move:focus {
    cursor: move;
  }

  .md-max\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .md-max\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .md-max\:first\:cursor-default:first-child {
    cursor: default;
  }

  .md-max\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .md-max\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .md-max\:first\:cursor-text:first-child {
    cursor: text;
  }

  .md-max\:first\:cursor-move:first-child {
    cursor: move;
  }

  .md-max\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .md-max\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .md-max\:last\:cursor-default:last-child {
    cursor: default;
  }

  .md-max\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .md-max\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .md-max\:last\:cursor-text:last-child {
    cursor: text;
  }

  .md-max\:last\:cursor-move:last-child {
    cursor: move;
  }

  .md-max\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .md-max\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .md-max\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .md-max\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .md-max\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .md-max\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .md-max\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .md-max\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md-max\:block {
    display: block;
  }

  .md-max\:inline-block {
    display: inline-block;
  }

  .md-max\:inline {
    display: inline;
  }

  .md-max\:flex {
    display: flex;
  }

  .md-max\:inline-flex {
    display: inline-flex;
  }

  .md-max\:table {
    display: table;
  }

  .md-max\:table-caption {
    display: table-caption;
  }

  .md-max\:table-cell {
    display: table-cell;
  }

  .md-max\:table-column {
    display: table-column;
  }

  .md-max\:table-column-group {
    display: table-column-group;
  }

  .md-max\:table-footer-group {
    display: table-footer-group;
  }

  .md-max\:table-header-group {
    display: table-header-group;
  }

  .md-max\:table-row-group {
    display: table-row-group;
  }

  .md-max\:table-row {
    display: table-row;
  }

  .md-max\:flow-root {
    display: flow-root;
  }

  .md-max\:grid {
    display: grid;
  }

  .md-max\:inline-grid {
    display: inline-grid;
  }

  .md-max\:contents {
    display: contents;
  }

  .md-max\:hidden {
    display: none;
  }

  .md-max\:hover\:block:hover {
    display: block;
  }

  .md-max\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md-max\:hover\:inline:hover {
    display: inline;
  }

  .md-max\:hover\:flex:hover {
    display: flex;
  }

  .md-max\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md-max\:hover\:table:hover {
    display: table;
  }

  .md-max\:hover\:table-caption:hover {
    display: table-caption;
  }

  .md-max\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md-max\:hover\:table-column:hover {
    display: table-column;
  }

  .md-max\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .md-max\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .md-max\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .md-max\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .md-max\:hover\:table-row:hover {
    display: table-row;
  }

  .md-max\:hover\:flow-root:hover {
    display: flow-root;
  }

  .md-max\:hover\:grid:hover {
    display: grid;
  }

  .md-max\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .md-max\:hover\:contents:hover {
    display: contents;
  }

  .md-max\:hover\:hidden:hover {
    display: none;
  }

  .md-max\:focus\:block:focus {
    display: block;
  }

  .md-max\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md-max\:focus\:inline:focus {
    display: inline;
  }

  .md-max\:focus\:flex:focus {
    display: flex;
  }

  .md-max\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .md-max\:focus\:table:focus {
    display: table;
  }

  .md-max\:focus\:table-caption:focus {
    display: table-caption;
  }

  .md-max\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md-max\:focus\:table-column:focus {
    display: table-column;
  }

  .md-max\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .md-max\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .md-max\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .md-max\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .md-max\:focus\:table-row:focus {
    display: table-row;
  }

  .md-max\:focus\:flow-root:focus {
    display: flow-root;
  }

  .md-max\:focus\:grid:focus {
    display: grid;
  }

  .md-max\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .md-max\:focus\:contents:focus {
    display: contents;
  }

  .md-max\:focus\:hidden:focus {
    display: none;
  }

  .md-max\:first\:block:first-child {
    display: block;
  }

  .md-max\:first\:inline-block:first-child {
    display: inline-block;
  }

  .md-max\:first\:inline:first-child {
    display: inline;
  }

  .md-max\:first\:flex:first-child {
    display: flex;
  }

  .md-max\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .md-max\:first\:table:first-child {
    display: table;
  }

  .md-max\:first\:table-caption:first-child {
    display: table-caption;
  }

  .md-max\:first\:table-cell:first-child {
    display: table-cell;
  }

  .md-max\:first\:table-column:first-child {
    display: table-column;
  }

  .md-max\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .md-max\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .md-max\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .md-max\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .md-max\:first\:table-row:first-child {
    display: table-row;
  }

  .md-max\:first\:flow-root:first-child {
    display: flow-root;
  }

  .md-max\:first\:grid:first-child {
    display: grid;
  }

  .md-max\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .md-max\:first\:contents:first-child {
    display: contents;
  }

  .md-max\:first\:hidden:first-child {
    display: none;
  }

  .md-max\:last\:block:last-child {
    display: block;
  }

  .md-max\:last\:inline-block:last-child {
    display: inline-block;
  }

  .md-max\:last\:inline:last-child {
    display: inline;
  }

  .md-max\:last\:flex:last-child {
    display: flex;
  }

  .md-max\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .md-max\:last\:table:last-child {
    display: table;
  }

  .md-max\:last\:table-caption:last-child {
    display: table-caption;
  }

  .md-max\:last\:table-cell:last-child {
    display: table-cell;
  }

  .md-max\:last\:table-column:last-child {
    display: table-column;
  }

  .md-max\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .md-max\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .md-max\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .md-max\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .md-max\:last\:table-row:last-child {
    display: table-row;
  }

  .md-max\:last\:flow-root:last-child {
    display: flow-root;
  }

  .md-max\:last\:grid:last-child {
    display: grid;
  }

  .md-max\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .md-max\:last\:contents:last-child {
    display: contents;
  }

  .md-max\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .md-max\:group-hover\:block {
    display: block;
  }

  .group:hover .md-max\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md-max\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md-max\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md-max\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md-max\:group-hover\:table {
    display: table;
  }

  .group:hover .md-max\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md-max\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md-max\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md-max\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md-max\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md-max\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md-max\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md-max\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md-max\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md-max\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md-max\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md-max\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md-max\:group-hover\:hidden {
    display: none;
  }

  .md-max\:flex-row {
    flex-direction: row;
  }

  .md-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md-max\:flex-col {
    flex-direction: column;
  }

  .md-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md-max\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .md-max\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .md-max\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .md-max\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .md-max\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .md-max\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .md-max\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .md-max\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .md-max\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .md-max\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .md-max\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .md-max\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .md-max\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .md-max\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .md-max\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .md-max\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .md-max\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .md-max\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .md-max\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .md-max\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .md-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md-max\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md-max\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md-max\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md-max\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .md-max\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .md-max\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .md-max\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .md-max\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .md-max\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .md-max\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .md-max\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .md-max\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .md-max\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .md-max\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .md-max\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .md-max\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md-max\:place-items-auto {
    place-items: auto;
  }

  .md-max\:place-items-start {
    place-items: start;
  }

  .md-max\:place-items-end {
    place-items: end;
  }

  .md-max\:place-items-center {
    place-items: center;
  }

  .md-max\:place-items-stretch {
    place-items: stretch;
  }

  .md-max\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .md-max\:hover\:place-items-start:hover {
    place-items: start;
  }

  .md-max\:hover\:place-items-end:hover {
    place-items: end;
  }

  .md-max\:hover\:place-items-center:hover {
    place-items: center;
  }

  .md-max\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .md-max\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .md-max\:focus\:place-items-start:focus {
    place-items: start;
  }

  .md-max\:focus\:place-items-end:focus {
    place-items: end;
  }

  .md-max\:focus\:place-items-center:focus {
    place-items: center;
  }

  .md-max\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .md-max\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .md-max\:first\:place-items-start:first-child {
    place-items: start;
  }

  .md-max\:first\:place-items-end:first-child {
    place-items: end;
  }

  .md-max\:first\:place-items-center:first-child {
    place-items: center;
  }

  .md-max\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .md-max\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .md-max\:last\:place-items-start:last-child {
    place-items: start;
  }

  .md-max\:last\:place-items-end:last-child {
    place-items: end;
  }

  .md-max\:last\:place-items-center:last-child {
    place-items: center;
  }

  .md-max\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .md-max\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .md-max\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .md-max\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .md-max\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .md-max\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .md-max\:place-content-center {
    place-content: center;
  }

  .md-max\:place-content-start {
    place-content: start;
  }

  .md-max\:place-content-end {
    place-content: end;
  }

  .md-max\:place-content-between {
    place-content: space-between;
  }

  .md-max\:place-content-around {
    place-content: space-around;
  }

  .md-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .md-max\:place-content-stretch {
    place-content: stretch;
  }

  .md-max\:hover\:place-content-center:hover {
    place-content: center;
  }

  .md-max\:hover\:place-content-start:hover {
    place-content: start;
  }

  .md-max\:hover\:place-content-end:hover {
    place-content: end;
  }

  .md-max\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .md-max\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .md-max\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .md-max\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .md-max\:focus\:place-content-center:focus {
    place-content: center;
  }

  .md-max\:focus\:place-content-start:focus {
    place-content: start;
  }

  .md-max\:focus\:place-content-end:focus {
    place-content: end;
  }

  .md-max\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .md-max\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .md-max\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .md-max\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .md-max\:first\:place-content-center:first-child {
    place-content: center;
  }

  .md-max\:first\:place-content-start:first-child {
    place-content: start;
  }

  .md-max\:first\:place-content-end:first-child {
    place-content: end;
  }

  .md-max\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .md-max\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .md-max\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .md-max\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .md-max\:last\:place-content-center:last-child {
    place-content: center;
  }

  .md-max\:last\:place-content-start:last-child {
    place-content: start;
  }

  .md-max\:last\:place-content-end:last-child {
    place-content: end;
  }

  .md-max\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .md-max\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .md-max\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .md-max\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .md-max\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .md-max\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .md-max\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .md-max\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .md-max\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .md-max\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .md-max\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .md-max\:place-self-auto {
    place-self: auto;
  }

  .md-max\:place-self-start {
    place-self: start;
  }

  .md-max\:place-self-end {
    place-self: end;
  }

  .md-max\:place-self-center {
    place-self: center;
  }

  .md-max\:place-self-stretch {
    place-self: stretch;
  }

  .md-max\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .md-max\:hover\:place-self-start:hover {
    place-self: start;
  }

  .md-max\:hover\:place-self-end:hover {
    place-self: end;
  }

  .md-max\:hover\:place-self-center:hover {
    place-self: center;
  }

  .md-max\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .md-max\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .md-max\:focus\:place-self-start:focus {
    place-self: start;
  }

  .md-max\:focus\:place-self-end:focus {
    place-self: end;
  }

  .md-max\:focus\:place-self-center:focus {
    place-self: center;
  }

  .md-max\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .md-max\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .md-max\:first\:place-self-start:first-child {
    place-self: start;
  }

  .md-max\:first\:place-self-end:first-child {
    place-self: end;
  }

  .md-max\:first\:place-self-center:first-child {
    place-self: center;
  }

  .md-max\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .md-max\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .md-max\:last\:place-self-start:last-child {
    place-self: start;
  }

  .md-max\:last\:place-self-end:last-child {
    place-self: end;
  }

  .md-max\:last\:place-self-center:last-child {
    place-self: center;
  }

  .md-max\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .md-max\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .md-max\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .md-max\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .md-max\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .md-max\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .md-max\:items-start {
    align-items: flex-start;
  }

  .md-max\:items-end {
    align-items: flex-end;
  }

  .md-max\:items-center {
    align-items: center;
  }

  .md-max\:items-baseline {
    align-items: baseline;
  }

  .md-max\:items-stretch {
    align-items: stretch;
  }

  .md-max\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .md-max\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .md-max\:hover\:items-center:hover {
    align-items: center;
  }

  .md-max\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .md-max\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .md-max\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .md-max\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .md-max\:focus\:items-center:focus {
    align-items: center;
  }

  .md-max\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .md-max\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .md-max\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .md-max\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .md-max\:first\:items-center:first-child {
    align-items: center;
  }

  .md-max\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .md-max\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .md-max\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .md-max\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .md-max\:last\:items-center:last-child {
    align-items: center;
  }

  .md-max\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .md-max\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .md-max\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .md-max\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .md-max\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .md-max\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .md-max\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .md-max\:content-center {
    align-content: center;
  }

  .md-max\:content-start {
    align-content: flex-start;
  }

  .md-max\:content-end {
    align-content: flex-end;
  }

  .md-max\:content-between {
    align-content: space-between;
  }

  .md-max\:content-around {
    align-content: space-around;
  }

  .md-max\:content-evenly {
    align-content: space-evenly;
  }

  .md-max\:hover\:content-center:hover {
    align-content: center;
  }

  .md-max\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md-max\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md-max\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md-max\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md-max\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .md-max\:focus\:content-center:focus {
    align-content: center;
  }

  .md-max\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .md-max\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .md-max\:focus\:content-between:focus {
    align-content: space-between;
  }

  .md-max\:focus\:content-around:focus {
    align-content: space-around;
  }

  .md-max\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .md-max\:first\:content-center:first-child {
    align-content: center;
  }

  .md-max\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .md-max\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .md-max\:first\:content-between:first-child {
    align-content: space-between;
  }

  .md-max\:first\:content-around:first-child {
    align-content: space-around;
  }

  .md-max\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .md-max\:last\:content-center:last-child {
    align-content: center;
  }

  .md-max\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .md-max\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .md-max\:last\:content-between:last-child {
    align-content: space-between;
  }

  .md-max\:last\:content-around:last-child {
    align-content: space-around;
  }

  .md-max\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .md-max\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .md-max\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .md-max\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .md-max\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .md-max\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .md-max\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .md-max\:self-auto {
    align-self: auto;
  }

  .md-max\:self-start {
    align-self: flex-start;
  }

  .md-max\:self-end {
    align-self: flex-end;
  }

  .md-max\:self-center {
    align-self: center;
  }

  .md-max\:self-stretch {
    align-self: stretch;
  }

  .md-max\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md-max\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md-max\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md-max\:hover\:self-center:hover {
    align-self: center;
  }

  .md-max\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md-max\:focus\:self-auto:focus {
    align-self: auto;
  }

  .md-max\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .md-max\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .md-max\:focus\:self-center:focus {
    align-self: center;
  }

  .md-max\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .md-max\:first\:self-auto:first-child {
    align-self: auto;
  }

  .md-max\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .md-max\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .md-max\:first\:self-center:first-child {
    align-self: center;
  }

  .md-max\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .md-max\:last\:self-auto:last-child {
    align-self: auto;
  }

  .md-max\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .md-max\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .md-max\:last\:self-center:last-child {
    align-self: center;
  }

  .md-max\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .md-max\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .md-max\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .md-max\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .md-max\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .md-max\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .md-max\:justify-items-auto {
    justify-items: auto;
  }

  .md-max\:justify-items-start {
    justify-items: start;
  }

  .md-max\:justify-items-end {
    justify-items: end;
  }

  .md-max\:justify-items-center {
    justify-items: center;
  }

  .md-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .md-max\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .md-max\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .md-max\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .md-max\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .md-max\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .md-max\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .md-max\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .md-max\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .md-max\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .md-max\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .md-max\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .md-max\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .md-max\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .md-max\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .md-max\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .md-max\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .md-max\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .md-max\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .md-max\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .md-max\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .md-max\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .md-max\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .md-max\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .md-max\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .md-max\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .md-max\:justify-start {
    justify-content: flex-start;
  }

  .md-max\:justify-end {
    justify-content: flex-end;
  }

  .md-max\:justify-center {
    justify-content: center;
  }

  .md-max\:justify-between {
    justify-content: space-between;
  }

  .md-max\:justify-around {
    justify-content: space-around;
  }

  .md-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .md-max\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .md-max\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .md-max\:hover\:justify-center:hover {
    justify-content: center;
  }

  .md-max\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .md-max\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md-max\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .md-max\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .md-max\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .md-max\:focus\:justify-center:focus {
    justify-content: center;
  }

  .md-max\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .md-max\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .md-max\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .md-max\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .md-max\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .md-max\:first\:justify-center:first-child {
    justify-content: center;
  }

  .md-max\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .md-max\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .md-max\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .md-max\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .md-max\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .md-max\:last\:justify-center:last-child {
    justify-content: center;
  }

  .md-max\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .md-max\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .md-max\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .md-max\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .md-max\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .md-max\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .md-max\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .md-max\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .md-max\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .md-max\:justify-self-auto {
    justify-self: auto;
  }

  .md-max\:justify-self-start {
    justify-self: start;
  }

  .md-max\:justify-self-end {
    justify-self: end;
  }

  .md-max\:justify-self-center {
    justify-self: center;
  }

  .md-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .md-max\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .md-max\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .md-max\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .md-max\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .md-max\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .md-max\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .md-max\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .md-max\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .md-max\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .md-max\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .md-max\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .md-max\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .md-max\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .md-max\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .md-max\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .md-max\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .md-max\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .md-max\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .md-max\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .md-max\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .md-max\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .md-max\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .md-max\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .md-max\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .md-max\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .md-max\:flex-1 {
    flex: 1 1 0%;
  }

  .md-max\:flex-auto {
    flex: 1 1 auto;
  }

  .md-max\:flex-initial {
    flex: 0 1 auto;
  }

  .md-max\:flex-none {
    flex: none;
  }

  .md-max\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .md-max\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .md-max\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .md-max\:hover\:flex-none:hover {
    flex: none;
  }

  .md-max\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .md-max\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .md-max\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .md-max\:focus\:flex-none:focus {
    flex: none;
  }

  .md-max\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .md-max\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .md-max\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .md-max\:first\:flex-none:first-child {
    flex: none;
  }

  .md-max\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .md-max\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .md-max\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .md-max\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .md-max\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .md-max\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .md-max\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .md-max\:group-hover\:flex-none {
    flex: none;
  }

  .md-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .md-max\:flex-grow {
    flex-grow: 1;
  }

  .md-max\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .md-max\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .md-max\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .md-max\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .md-max\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .md-max\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .md-max\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .md-max\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .md-max\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .md-max\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .md-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md-max\:flex-shrink {
    flex-shrink: 1;
  }

  .md-max\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .md-max\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md-max\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .md-max\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .md-max\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .md-max\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .md-max\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .md-max\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .md-max\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .md-max\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .md-max\:order-1 {
    order: 1;
  }

  .md-max\:order-2 {
    order: 2;
  }

  .md-max\:order-3 {
    order: 3;
  }

  .md-max\:order-4 {
    order: 4;
  }

  .md-max\:order-5 {
    order: 5;
  }

  .md-max\:order-6 {
    order: 6;
  }

  .md-max\:order-7 {
    order: 7;
  }

  .md-max\:order-8 {
    order: 8;
  }

  .md-max\:order-9 {
    order: 9;
  }

  .md-max\:order-10 {
    order: 10;
  }

  .md-max\:order-11 {
    order: 11;
  }

  .md-max\:order-12 {
    order: 12;
  }

  .md-max\:order-first {
    order: -9999;
  }

  .md-max\:order-last {
    order: 9999;
  }

  .md-max\:order-none {
    order: 0;
  }

  .md-max\:hover\:order-1:hover {
    order: 1;
  }

  .md-max\:hover\:order-2:hover {
    order: 2;
  }

  .md-max\:hover\:order-3:hover {
    order: 3;
  }

  .md-max\:hover\:order-4:hover {
    order: 4;
  }

  .md-max\:hover\:order-5:hover {
    order: 5;
  }

  .md-max\:hover\:order-6:hover {
    order: 6;
  }

  .md-max\:hover\:order-7:hover {
    order: 7;
  }

  .md-max\:hover\:order-8:hover {
    order: 8;
  }

  .md-max\:hover\:order-9:hover {
    order: 9;
  }

  .md-max\:hover\:order-10:hover {
    order: 10;
  }

  .md-max\:hover\:order-11:hover {
    order: 11;
  }

  .md-max\:hover\:order-12:hover {
    order: 12;
  }

  .md-max\:hover\:order-first:hover {
    order: -9999;
  }

  .md-max\:hover\:order-last:hover {
    order: 9999;
  }

  .md-max\:hover\:order-none:hover {
    order: 0;
  }

  .md-max\:focus\:order-1:focus {
    order: 1;
  }

  .md-max\:focus\:order-2:focus {
    order: 2;
  }

  .md-max\:focus\:order-3:focus {
    order: 3;
  }

  .md-max\:focus\:order-4:focus {
    order: 4;
  }

  .md-max\:focus\:order-5:focus {
    order: 5;
  }

  .md-max\:focus\:order-6:focus {
    order: 6;
  }

  .md-max\:focus\:order-7:focus {
    order: 7;
  }

  .md-max\:focus\:order-8:focus {
    order: 8;
  }

  .md-max\:focus\:order-9:focus {
    order: 9;
  }

  .md-max\:focus\:order-10:focus {
    order: 10;
  }

  .md-max\:focus\:order-11:focus {
    order: 11;
  }

  .md-max\:focus\:order-12:focus {
    order: 12;
  }

  .md-max\:focus\:order-first:focus {
    order: -9999;
  }

  .md-max\:focus\:order-last:focus {
    order: 9999;
  }

  .md-max\:focus\:order-none:focus {
    order: 0;
  }

  .md-max\:first\:order-1:first-child {
    order: 1;
  }

  .md-max\:first\:order-2:first-child {
    order: 2;
  }

  .md-max\:first\:order-3:first-child {
    order: 3;
  }

  .md-max\:first\:order-4:first-child {
    order: 4;
  }

  .md-max\:first\:order-5:first-child {
    order: 5;
  }

  .md-max\:first\:order-6:first-child {
    order: 6;
  }

  .md-max\:first\:order-7:first-child {
    order: 7;
  }

  .md-max\:first\:order-8:first-child {
    order: 8;
  }

  .md-max\:first\:order-9:first-child {
    order: 9;
  }

  .md-max\:first\:order-10:first-child {
    order: 10;
  }

  .md-max\:first\:order-11:first-child {
    order: 11;
  }

  .md-max\:first\:order-12:first-child {
    order: 12;
  }

  .md-max\:first\:order-first:first-child {
    order: -9999;
  }

  .md-max\:first\:order-last:first-child {
    order: 9999;
  }

  .md-max\:first\:order-none:first-child {
    order: 0;
  }

  .md-max\:last\:order-1:last-child {
    order: 1;
  }

  .md-max\:last\:order-2:last-child {
    order: 2;
  }

  .md-max\:last\:order-3:last-child {
    order: 3;
  }

  .md-max\:last\:order-4:last-child {
    order: 4;
  }

  .md-max\:last\:order-5:last-child {
    order: 5;
  }

  .md-max\:last\:order-6:last-child {
    order: 6;
  }

  .md-max\:last\:order-7:last-child {
    order: 7;
  }

  .md-max\:last\:order-8:last-child {
    order: 8;
  }

  .md-max\:last\:order-9:last-child {
    order: 9;
  }

  .md-max\:last\:order-10:last-child {
    order: 10;
  }

  .md-max\:last\:order-11:last-child {
    order: 11;
  }

  .md-max\:last\:order-12:last-child {
    order: 12;
  }

  .md-max\:last\:order-first:last-child {
    order: -9999;
  }

  .md-max\:last\:order-last:last-child {
    order: 9999;
  }

  .md-max\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .md-max\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .md-max\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .md-max\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .md-max\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .md-max\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .md-max\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .md-max\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .md-max\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .md-max\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .md-max\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .md-max\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .md-max\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .md-max\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .md-max\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .md-max\:group-hover\:order-none {
    order: 0;
  }

  .md-max\:float-right {
    float: right;
  }

  .md-max\:float-left {
    float: left;
  }

  .md-max\:float-none {
    float: none;
  }

  .md-max\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-max\:hover\:float-right:hover {
    float: right;
  }

  .md-max\:hover\:float-left:hover {
    float: left;
  }

  .md-max\:hover\:float-none:hover {
    float: none;
  }

  .md-max\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-max\:focus\:float-right:focus {
    float: right;
  }

  .md-max\:focus\:float-left:focus {
    float: left;
  }

  .md-max\:focus\:float-none:focus {
    float: none;
  }

  .md-max\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-max\:first\:float-right:first-child {
    float: right;
  }

  .md-max\:first\:float-left:first-child {
    float: left;
  }

  .md-max\:first\:float-none:first-child {
    float: none;
  }

  .md-max\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-max\:last\:float-right:last-child {
    float: right;
  }

  .md-max\:last\:float-left:last-child {
    float: left;
  }

  .md-max\:last\:float-none:last-child {
    float: none;
  }

  .md-max\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .md-max\:group-hover\:float-right {
    float: right;
  }

  .group:hover .md-max\:group-hover\:float-left {
    float: left;
  }

  .group:hover .md-max\:group-hover\:float-none {
    float: none;
  }

  .group:hover .md-max\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-max\:clear-left {
    clear: left;
  }

  .md-max\:clear-right {
    clear: right;
  }

  .md-max\:clear-both {
    clear: both;
  }

  .md-max\:clear-none {
    clear: none;
  }

  .md-max\:hover\:clear-left:hover {
    clear: left;
  }

  .md-max\:hover\:clear-right:hover {
    clear: right;
  }

  .md-max\:hover\:clear-both:hover {
    clear: both;
  }

  .md-max\:hover\:clear-none:hover {
    clear: none;
  }

  .md-max\:focus\:clear-left:focus {
    clear: left;
  }

  .md-max\:focus\:clear-right:focus {
    clear: right;
  }

  .md-max\:focus\:clear-both:focus {
    clear: both;
  }

  .md-max\:focus\:clear-none:focus {
    clear: none;
  }

  .md-max\:first\:clear-left:first-child {
    clear: left;
  }

  .md-max\:first\:clear-right:first-child {
    clear: right;
  }

  .md-max\:first\:clear-both:first-child {
    clear: both;
  }

  .md-max\:first\:clear-none:first-child {
    clear: none;
  }

  .md-max\:last\:clear-left:last-child {
    clear: left;
  }

  .md-max\:last\:clear-right:last-child {
    clear: right;
  }

  .md-max\:last\:clear-both:last-child {
    clear: both;
  }

  .md-max\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .md-max\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .md-max\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .md-max\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .md-max\:group-hover\:clear-none {
    clear: none;
  }

  .md-max\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .md-max\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .md-max\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .md-max\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .md-max\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .md-max\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .md-max\:font-pacifico {
    font-family: 'Pacifico';
  }

  .md-max\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .md-max\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .md-max\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .md-max\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .md-max\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .md-max\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .md-max\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .md-max\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .md-max\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .md-max\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .md-max\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .md-max\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .md-max\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .md-max\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .md-max\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .md-max\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .md-max\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .md-max\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .md-max\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .md-max\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .md-max\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .md-max\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .md-max\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .md-max\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .md-max\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .md-max\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .md-max\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .md-max\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .md-max\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .md-max\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .md-max\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .md-max\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .md-max\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .md-max\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .md-max\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .md-max\:font-hairline {
    font-weight: 100;
  }

  .md-max\:font-thin {
    font-weight: 200;
  }

  .md-max\:font-light {
    font-weight: 300;
  }

  .md-max\:font-normal {
    font-weight: 400;
  }

  .md-max\:font-medium {
    font-weight: 500;
  }

  .md-max\:font-semibold {
    font-weight: 600;
  }

  .md-max\:font-bold {
    font-weight: 700;
  }

  .md-max\:font-extrabold {
    font-weight: 800;
  }

  .md-max\:font-black {
    font-weight: 900;
  }

  .md-max\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md-max\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md-max\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md-max\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md-max\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md-max\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md-max\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md-max\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md-max\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md-max\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md-max\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md-max\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md-max\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md-max\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md-max\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md-max\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md-max\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md-max\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md-max\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .md-max\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .md-max\:first\:font-light:first-child {
    font-weight: 300;
  }

  .md-max\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .md-max\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .md-max\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .md-max\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .md-max\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .md-max\:first\:font-black:first-child {
    font-weight: 900;
  }

  .md-max\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .md-max\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .md-max\:last\:font-light:last-child {
    font-weight: 300;
  }

  .md-max\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .md-max\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .md-max\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .md-max\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .md-max\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .md-max\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .md-max\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .md-max\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .md-max\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .md-max\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .md-max\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .md-max\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .md-max\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .md-max\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .md-max\:group-hover\:font-black {
    font-weight: 900;
  }

  .md-max\:h-0 {
    height: 0px;
  }

  .md-max\:h-1 {
    height: 0.25rem;
  }

  .md-max\:h-2 {
    height: 0.5rem;
  }

  .md-max\:h-3 {
    height: 3px;
  }

  .md-max\:h-4 {
    height: 4px;
  }

  .md-max\:h-5 {
    height: 5px;
  }

  .md-max\:h-6 {
    height: 6px;
  }

  .md-max\:h-8 {
    height: 8px;
  }

  .md-max\:h-9 {
    height: 9px;
  }

  .md-max\:h-10 {
    height: 10px;
  }

  .md-max\:h-12 {
    height: 12px;
  }

  .md-max\:h-13 {
    height: 13px;
  }

  .md-max\:h-14 {
    height: 14px;
  }

  .md-max\:h-15 {
    height: 15px;
  }

  .md-max\:h-16 {
    height: 16px;
  }

  .md-max\:h-17 {
    height: 17px;
  }

  .md-max\:h-18 {
    height: 18px;
  }

  .md-max\:h-20 {
    height: 20px;
  }

  .md-max\:h-22 {
    height: 22px;
  }

  .md-max\:h-24 {
    height: 24px;
  }

  .md-max\:h-25 {
    height: 25px;
  }

  .md-max\:h-28 {
    height: 28px;
  }

  .md-max\:h-29 {
    height: 29px;
  }

  .md-max\:h-30 {
    height: 30px;
  }

  .md-max\:h-32 {
    height: 32px;
  }

  .md-max\:h-35 {
    height: 35px;
  }

  .md-max\:h-36 {
    height: 36px;
  }

  .md-max\:h-37 {
    height: 37px;
  }

  .md-max\:h-40 {
    height: 40px;
  }

  .md-max\:h-45 {
    height: 45px;
  }

  .md-max\:h-48 {
    height: 48px;
  }

  .md-max\:h-50 {
    height: 50px;
  }

  .md-max\:h-55 {
    height: 55px;
  }

  .md-max\:h-56 {
    height: 56px;
  }

  .md-max\:h-60 {
    height: 60px;
  }

  .md-max\:h-62 {
    height: 62px;
  }

  .md-max\:h-64 {
    height: 64px;
  }

  .md-max\:h-65 {
    height: 65px;
  }

  .md-max\:h-70 {
    height: 70px;
  }

  .md-max\:h-75 {
    height: 75px;
  }

  .md-max\:h-80 {
    height: 80px;
  }

  .md-max\:h-85 {
    height: 85px;
  }

  .md-max\:h-90 {
    height: 90px;
  }

  .md-max\:h-95 {
    height: 95px;
  }

  .md-max\:h-96 {
    height: 96px;
  }

  .md-max\:h-100 {
    height: 100px;
  }

  .md-max\:h-110 {
    height: 110px;
  }

  .md-max\:h-115 {
    height: 115px;
  }

  .md-max\:h-120 {
    height: 120px;
  }

  .md-max\:h-128 {
    height: 128px;
  }

  .md-max\:h-135 {
    height: 135px;
  }

  .md-max\:h-140 {
    height: 140px;
  }

  .md-max\:h-145 {
    height: 145px;
  }

  .md-max\:h-150 {
    height: 150px;
  }

  .md-max\:h-160 {
    height: 160px;
  }

  .md-max\:h-165 {
    height: 165px;
  }

  .md-max\:h-168 {
    height: 168px;
  }

  .md-max\:h-170 {
    height: 170px;
  }

  .md-max\:h-180 {
    height: 180px;
  }

  .md-max\:h-200 {
    height: 200px;
  }

  .md-max\:h-220 {
    height: 220px;
  }

  .md-max\:h-230 {
    height: 230px;
  }

  .md-max\:h-235 {
    height: 235px;
  }

  .md-max\:h-240 {
    height: 240px;
  }

  .md-max\:h-250 {
    height: 250px;
  }

  .md-max\:h-300 {
    height: 300px;
  }

  .md-max\:h-320 {
    height: 320px;
  }

  .md-max\:h-350 {
    height: 350px;
  }

  .md-max\:h-375 {
    height: 375px;
  }

  .md-max\:h-400 {
    height: 400px;
  }

  .md-max\:h-450 {
    height: 450px;
  }

  .md-max\:h-700 {
    height: 700px;
  }

  .md-max\:h-auto {
    height: auto;
  }

  .md-max\:h-px {
    height: 1px;
  }

  .md-max\:h-1p {
    height: 1%;
  }

  .md-max\:h-1\/12 {
    height: 8.3333%;
  }

  .md-max\:h-2\/12 {
    height: 16.666667%;
  }

  .md-max\:h-11p {
    height: 11%;
  }

  .md-max\:h-20p {
    height: 20%;
  }

  .md-max\:h-24p {
    height: 24.25%;
  }

  .md-max\:h-25p {
    height: 25%;
  }

  .md-max\:h-32p {
    height: 32%;
  }

  .md-max\:h-35p {
    height: 35%;
  }

  .md-max\:h-40p {
    height: 40%;
  }

  .md-max\:h-49p {
    height: 49%;
  }

  .md-max\:h-49-5p {
    height: 49.5%;
  }

  .md-max\:h-80p {
    height: 80%;
  }

  .md-max\:h-vh80 {
    height: 80vh;
  }

  .md-max\:h-vh86 {
    height: 86vh;
  }

  .md-max\:h-vh90 {
    height: 90vh;
  }

  .md-max\:h-vw80 {
    height: 80vw;
  }

  .md-max\:h-vw90 {
    height: 90vw;
  }

  .md-max\:h-90p {
    height: 90%;
  }

  .md-max\:h-92p {
    height: 92%;
  }

  .md-max\:h-93p {
    height: 93%;
  }

  .md-max\:h-94p {
    height: 94%;
  }

  .md-max\:h-95p {
    height: 95%;
  }

  .md-max\:h-96p {
    height: 96%;
  }

  .md-max\:h-100p {
    height: 100%;
  }

  .md-max\:h-full {
    height: 100%;
  }

  .md-max\:h-screen {
    height: 100vh;
  }

  .md-max\:hover\:h-0:hover {
    height: 0px;
  }

  .md-max\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md-max\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md-max\:hover\:h-3:hover {
    height: 3px;
  }

  .md-max\:hover\:h-4:hover {
    height: 4px;
  }

  .md-max\:hover\:h-5:hover {
    height: 5px;
  }

  .md-max\:hover\:h-6:hover {
    height: 6px;
  }

  .md-max\:hover\:h-8:hover {
    height: 8px;
  }

  .md-max\:hover\:h-9:hover {
    height: 9px;
  }

  .md-max\:hover\:h-10:hover {
    height: 10px;
  }

  .md-max\:hover\:h-12:hover {
    height: 12px;
  }

  .md-max\:hover\:h-13:hover {
    height: 13px;
  }

  .md-max\:hover\:h-14:hover {
    height: 14px;
  }

  .md-max\:hover\:h-15:hover {
    height: 15px;
  }

  .md-max\:hover\:h-16:hover {
    height: 16px;
  }

  .md-max\:hover\:h-17:hover {
    height: 17px;
  }

  .md-max\:hover\:h-18:hover {
    height: 18px;
  }

  .md-max\:hover\:h-20:hover {
    height: 20px;
  }

  .md-max\:hover\:h-22:hover {
    height: 22px;
  }

  .md-max\:hover\:h-24:hover {
    height: 24px;
  }

  .md-max\:hover\:h-25:hover {
    height: 25px;
  }

  .md-max\:hover\:h-28:hover {
    height: 28px;
  }

  .md-max\:hover\:h-29:hover {
    height: 29px;
  }

  .md-max\:hover\:h-30:hover {
    height: 30px;
  }

  .md-max\:hover\:h-32:hover {
    height: 32px;
  }

  .md-max\:hover\:h-35:hover {
    height: 35px;
  }

  .md-max\:hover\:h-36:hover {
    height: 36px;
  }

  .md-max\:hover\:h-37:hover {
    height: 37px;
  }

  .md-max\:hover\:h-40:hover {
    height: 40px;
  }

  .md-max\:hover\:h-45:hover {
    height: 45px;
  }

  .md-max\:hover\:h-48:hover {
    height: 48px;
  }

  .md-max\:hover\:h-50:hover {
    height: 50px;
  }

  .md-max\:hover\:h-55:hover {
    height: 55px;
  }

  .md-max\:hover\:h-56:hover {
    height: 56px;
  }

  .md-max\:hover\:h-60:hover {
    height: 60px;
  }

  .md-max\:hover\:h-62:hover {
    height: 62px;
  }

  .md-max\:hover\:h-64:hover {
    height: 64px;
  }

  .md-max\:hover\:h-65:hover {
    height: 65px;
  }

  .md-max\:hover\:h-70:hover {
    height: 70px;
  }

  .md-max\:hover\:h-75:hover {
    height: 75px;
  }

  .md-max\:hover\:h-80:hover {
    height: 80px;
  }

  .md-max\:hover\:h-85:hover {
    height: 85px;
  }

  .md-max\:hover\:h-90:hover {
    height: 90px;
  }

  .md-max\:hover\:h-95:hover {
    height: 95px;
  }

  .md-max\:hover\:h-96:hover {
    height: 96px;
  }

  .md-max\:hover\:h-100:hover {
    height: 100px;
  }

  .md-max\:hover\:h-110:hover {
    height: 110px;
  }

  .md-max\:hover\:h-115:hover {
    height: 115px;
  }

  .md-max\:hover\:h-120:hover {
    height: 120px;
  }

  .md-max\:hover\:h-128:hover {
    height: 128px;
  }

  .md-max\:hover\:h-135:hover {
    height: 135px;
  }

  .md-max\:hover\:h-140:hover {
    height: 140px;
  }

  .md-max\:hover\:h-145:hover {
    height: 145px;
  }

  .md-max\:hover\:h-150:hover {
    height: 150px;
  }

  .md-max\:hover\:h-160:hover {
    height: 160px;
  }

  .md-max\:hover\:h-165:hover {
    height: 165px;
  }

  .md-max\:hover\:h-168:hover {
    height: 168px;
  }

  .md-max\:hover\:h-170:hover {
    height: 170px;
  }

  .md-max\:hover\:h-180:hover {
    height: 180px;
  }

  .md-max\:hover\:h-200:hover {
    height: 200px;
  }

  .md-max\:hover\:h-220:hover {
    height: 220px;
  }

  .md-max\:hover\:h-230:hover {
    height: 230px;
  }

  .md-max\:hover\:h-235:hover {
    height: 235px;
  }

  .md-max\:hover\:h-240:hover {
    height: 240px;
  }

  .md-max\:hover\:h-250:hover {
    height: 250px;
  }

  .md-max\:hover\:h-300:hover {
    height: 300px;
  }

  .md-max\:hover\:h-320:hover {
    height: 320px;
  }

  .md-max\:hover\:h-350:hover {
    height: 350px;
  }

  .md-max\:hover\:h-375:hover {
    height: 375px;
  }

  .md-max\:hover\:h-400:hover {
    height: 400px;
  }

  .md-max\:hover\:h-450:hover {
    height: 450px;
  }

  .md-max\:hover\:h-700:hover {
    height: 700px;
  }

  .md-max\:hover\:h-auto:hover {
    height: auto;
  }

  .md-max\:hover\:h-px:hover {
    height: 1px;
  }

  .md-max\:hover\:h-1p:hover {
    height: 1%;
  }

  .md-max\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .md-max\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .md-max\:hover\:h-11p:hover {
    height: 11%;
  }

  .md-max\:hover\:h-20p:hover {
    height: 20%;
  }

  .md-max\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .md-max\:hover\:h-25p:hover {
    height: 25%;
  }

  .md-max\:hover\:h-32p:hover {
    height: 32%;
  }

  .md-max\:hover\:h-35p:hover {
    height: 35%;
  }

  .md-max\:hover\:h-40p:hover {
    height: 40%;
  }

  .md-max\:hover\:h-49p:hover {
    height: 49%;
  }

  .md-max\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .md-max\:hover\:h-80p:hover {
    height: 80%;
  }

  .md-max\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .md-max\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .md-max\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .md-max\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .md-max\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .md-max\:hover\:h-90p:hover {
    height: 90%;
  }

  .md-max\:hover\:h-92p:hover {
    height: 92%;
  }

  .md-max\:hover\:h-93p:hover {
    height: 93%;
  }

  .md-max\:hover\:h-94p:hover {
    height: 94%;
  }

  .md-max\:hover\:h-95p:hover {
    height: 95%;
  }

  .md-max\:hover\:h-96p:hover {
    height: 96%;
  }

  .md-max\:hover\:h-100p:hover {
    height: 100%;
  }

  .md-max\:hover\:h-full:hover {
    height: 100%;
  }

  .md-max\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md-max\:focus\:h-0:focus {
    height: 0px;
  }

  .md-max\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .md-max\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .md-max\:focus\:h-3:focus {
    height: 3px;
  }

  .md-max\:focus\:h-4:focus {
    height: 4px;
  }

  .md-max\:focus\:h-5:focus {
    height: 5px;
  }

  .md-max\:focus\:h-6:focus {
    height: 6px;
  }

  .md-max\:focus\:h-8:focus {
    height: 8px;
  }

  .md-max\:focus\:h-9:focus {
    height: 9px;
  }

  .md-max\:focus\:h-10:focus {
    height: 10px;
  }

  .md-max\:focus\:h-12:focus {
    height: 12px;
  }

  .md-max\:focus\:h-13:focus {
    height: 13px;
  }

  .md-max\:focus\:h-14:focus {
    height: 14px;
  }

  .md-max\:focus\:h-15:focus {
    height: 15px;
  }

  .md-max\:focus\:h-16:focus {
    height: 16px;
  }

  .md-max\:focus\:h-17:focus {
    height: 17px;
  }

  .md-max\:focus\:h-18:focus {
    height: 18px;
  }

  .md-max\:focus\:h-20:focus {
    height: 20px;
  }

  .md-max\:focus\:h-22:focus {
    height: 22px;
  }

  .md-max\:focus\:h-24:focus {
    height: 24px;
  }

  .md-max\:focus\:h-25:focus {
    height: 25px;
  }

  .md-max\:focus\:h-28:focus {
    height: 28px;
  }

  .md-max\:focus\:h-29:focus {
    height: 29px;
  }

  .md-max\:focus\:h-30:focus {
    height: 30px;
  }

  .md-max\:focus\:h-32:focus {
    height: 32px;
  }

  .md-max\:focus\:h-35:focus {
    height: 35px;
  }

  .md-max\:focus\:h-36:focus {
    height: 36px;
  }

  .md-max\:focus\:h-37:focus {
    height: 37px;
  }

  .md-max\:focus\:h-40:focus {
    height: 40px;
  }

  .md-max\:focus\:h-45:focus {
    height: 45px;
  }

  .md-max\:focus\:h-48:focus {
    height: 48px;
  }

  .md-max\:focus\:h-50:focus {
    height: 50px;
  }

  .md-max\:focus\:h-55:focus {
    height: 55px;
  }

  .md-max\:focus\:h-56:focus {
    height: 56px;
  }

  .md-max\:focus\:h-60:focus {
    height: 60px;
  }

  .md-max\:focus\:h-62:focus {
    height: 62px;
  }

  .md-max\:focus\:h-64:focus {
    height: 64px;
  }

  .md-max\:focus\:h-65:focus {
    height: 65px;
  }

  .md-max\:focus\:h-70:focus {
    height: 70px;
  }

  .md-max\:focus\:h-75:focus {
    height: 75px;
  }

  .md-max\:focus\:h-80:focus {
    height: 80px;
  }

  .md-max\:focus\:h-85:focus {
    height: 85px;
  }

  .md-max\:focus\:h-90:focus {
    height: 90px;
  }

  .md-max\:focus\:h-95:focus {
    height: 95px;
  }

  .md-max\:focus\:h-96:focus {
    height: 96px;
  }

  .md-max\:focus\:h-100:focus {
    height: 100px;
  }

  .md-max\:focus\:h-110:focus {
    height: 110px;
  }

  .md-max\:focus\:h-115:focus {
    height: 115px;
  }

  .md-max\:focus\:h-120:focus {
    height: 120px;
  }

  .md-max\:focus\:h-128:focus {
    height: 128px;
  }

  .md-max\:focus\:h-135:focus {
    height: 135px;
  }

  .md-max\:focus\:h-140:focus {
    height: 140px;
  }

  .md-max\:focus\:h-145:focus {
    height: 145px;
  }

  .md-max\:focus\:h-150:focus {
    height: 150px;
  }

  .md-max\:focus\:h-160:focus {
    height: 160px;
  }

  .md-max\:focus\:h-165:focus {
    height: 165px;
  }

  .md-max\:focus\:h-168:focus {
    height: 168px;
  }

  .md-max\:focus\:h-170:focus {
    height: 170px;
  }

  .md-max\:focus\:h-180:focus {
    height: 180px;
  }

  .md-max\:focus\:h-200:focus {
    height: 200px;
  }

  .md-max\:focus\:h-220:focus {
    height: 220px;
  }

  .md-max\:focus\:h-230:focus {
    height: 230px;
  }

  .md-max\:focus\:h-235:focus {
    height: 235px;
  }

  .md-max\:focus\:h-240:focus {
    height: 240px;
  }

  .md-max\:focus\:h-250:focus {
    height: 250px;
  }

  .md-max\:focus\:h-300:focus {
    height: 300px;
  }

  .md-max\:focus\:h-320:focus {
    height: 320px;
  }

  .md-max\:focus\:h-350:focus {
    height: 350px;
  }

  .md-max\:focus\:h-375:focus {
    height: 375px;
  }

  .md-max\:focus\:h-400:focus {
    height: 400px;
  }

  .md-max\:focus\:h-450:focus {
    height: 450px;
  }

  .md-max\:focus\:h-700:focus {
    height: 700px;
  }

  .md-max\:focus\:h-auto:focus {
    height: auto;
  }

  .md-max\:focus\:h-px:focus {
    height: 1px;
  }

  .md-max\:focus\:h-1p:focus {
    height: 1%;
  }

  .md-max\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .md-max\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .md-max\:focus\:h-11p:focus {
    height: 11%;
  }

  .md-max\:focus\:h-20p:focus {
    height: 20%;
  }

  .md-max\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .md-max\:focus\:h-25p:focus {
    height: 25%;
  }

  .md-max\:focus\:h-32p:focus {
    height: 32%;
  }

  .md-max\:focus\:h-35p:focus {
    height: 35%;
  }

  .md-max\:focus\:h-40p:focus {
    height: 40%;
  }

  .md-max\:focus\:h-49p:focus {
    height: 49%;
  }

  .md-max\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .md-max\:focus\:h-80p:focus {
    height: 80%;
  }

  .md-max\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .md-max\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .md-max\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .md-max\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .md-max\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .md-max\:focus\:h-90p:focus {
    height: 90%;
  }

  .md-max\:focus\:h-92p:focus {
    height: 92%;
  }

  .md-max\:focus\:h-93p:focus {
    height: 93%;
  }

  .md-max\:focus\:h-94p:focus {
    height: 94%;
  }

  .md-max\:focus\:h-95p:focus {
    height: 95%;
  }

  .md-max\:focus\:h-96p:focus {
    height: 96%;
  }

  .md-max\:focus\:h-100p:focus {
    height: 100%;
  }

  .md-max\:focus\:h-full:focus {
    height: 100%;
  }

  .md-max\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md-max\:first\:h-0:first-child {
    height: 0px;
  }

  .md-max\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .md-max\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .md-max\:first\:h-3:first-child {
    height: 3px;
  }

  .md-max\:first\:h-4:first-child {
    height: 4px;
  }

  .md-max\:first\:h-5:first-child {
    height: 5px;
  }

  .md-max\:first\:h-6:first-child {
    height: 6px;
  }

  .md-max\:first\:h-8:first-child {
    height: 8px;
  }

  .md-max\:first\:h-9:first-child {
    height: 9px;
  }

  .md-max\:first\:h-10:first-child {
    height: 10px;
  }

  .md-max\:first\:h-12:first-child {
    height: 12px;
  }

  .md-max\:first\:h-13:first-child {
    height: 13px;
  }

  .md-max\:first\:h-14:first-child {
    height: 14px;
  }

  .md-max\:first\:h-15:first-child {
    height: 15px;
  }

  .md-max\:first\:h-16:first-child {
    height: 16px;
  }

  .md-max\:first\:h-17:first-child {
    height: 17px;
  }

  .md-max\:first\:h-18:first-child {
    height: 18px;
  }

  .md-max\:first\:h-20:first-child {
    height: 20px;
  }

  .md-max\:first\:h-22:first-child {
    height: 22px;
  }

  .md-max\:first\:h-24:first-child {
    height: 24px;
  }

  .md-max\:first\:h-25:first-child {
    height: 25px;
  }

  .md-max\:first\:h-28:first-child {
    height: 28px;
  }

  .md-max\:first\:h-29:first-child {
    height: 29px;
  }

  .md-max\:first\:h-30:first-child {
    height: 30px;
  }

  .md-max\:first\:h-32:first-child {
    height: 32px;
  }

  .md-max\:first\:h-35:first-child {
    height: 35px;
  }

  .md-max\:first\:h-36:first-child {
    height: 36px;
  }

  .md-max\:first\:h-37:first-child {
    height: 37px;
  }

  .md-max\:first\:h-40:first-child {
    height: 40px;
  }

  .md-max\:first\:h-45:first-child {
    height: 45px;
  }

  .md-max\:first\:h-48:first-child {
    height: 48px;
  }

  .md-max\:first\:h-50:first-child {
    height: 50px;
  }

  .md-max\:first\:h-55:first-child {
    height: 55px;
  }

  .md-max\:first\:h-56:first-child {
    height: 56px;
  }

  .md-max\:first\:h-60:first-child {
    height: 60px;
  }

  .md-max\:first\:h-62:first-child {
    height: 62px;
  }

  .md-max\:first\:h-64:first-child {
    height: 64px;
  }

  .md-max\:first\:h-65:first-child {
    height: 65px;
  }

  .md-max\:first\:h-70:first-child {
    height: 70px;
  }

  .md-max\:first\:h-75:first-child {
    height: 75px;
  }

  .md-max\:first\:h-80:first-child {
    height: 80px;
  }

  .md-max\:first\:h-85:first-child {
    height: 85px;
  }

  .md-max\:first\:h-90:first-child {
    height: 90px;
  }

  .md-max\:first\:h-95:first-child {
    height: 95px;
  }

  .md-max\:first\:h-96:first-child {
    height: 96px;
  }

  .md-max\:first\:h-100:first-child {
    height: 100px;
  }

  .md-max\:first\:h-110:first-child {
    height: 110px;
  }

  .md-max\:first\:h-115:first-child {
    height: 115px;
  }

  .md-max\:first\:h-120:first-child {
    height: 120px;
  }

  .md-max\:first\:h-128:first-child {
    height: 128px;
  }

  .md-max\:first\:h-135:first-child {
    height: 135px;
  }

  .md-max\:first\:h-140:first-child {
    height: 140px;
  }

  .md-max\:first\:h-145:first-child {
    height: 145px;
  }

  .md-max\:first\:h-150:first-child {
    height: 150px;
  }

  .md-max\:first\:h-160:first-child {
    height: 160px;
  }

  .md-max\:first\:h-165:first-child {
    height: 165px;
  }

  .md-max\:first\:h-168:first-child {
    height: 168px;
  }

  .md-max\:first\:h-170:first-child {
    height: 170px;
  }

  .md-max\:first\:h-180:first-child {
    height: 180px;
  }

  .md-max\:first\:h-200:first-child {
    height: 200px;
  }

  .md-max\:first\:h-220:first-child {
    height: 220px;
  }

  .md-max\:first\:h-230:first-child {
    height: 230px;
  }

  .md-max\:first\:h-235:first-child {
    height: 235px;
  }

  .md-max\:first\:h-240:first-child {
    height: 240px;
  }

  .md-max\:first\:h-250:first-child {
    height: 250px;
  }

  .md-max\:first\:h-300:first-child {
    height: 300px;
  }

  .md-max\:first\:h-320:first-child {
    height: 320px;
  }

  .md-max\:first\:h-350:first-child {
    height: 350px;
  }

  .md-max\:first\:h-375:first-child {
    height: 375px;
  }

  .md-max\:first\:h-400:first-child {
    height: 400px;
  }

  .md-max\:first\:h-450:first-child {
    height: 450px;
  }

  .md-max\:first\:h-700:first-child {
    height: 700px;
  }

  .md-max\:first\:h-auto:first-child {
    height: auto;
  }

  .md-max\:first\:h-px:first-child {
    height: 1px;
  }

  .md-max\:first\:h-1p:first-child {
    height: 1%;
  }

  .md-max\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .md-max\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .md-max\:first\:h-11p:first-child {
    height: 11%;
  }

  .md-max\:first\:h-20p:first-child {
    height: 20%;
  }

  .md-max\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .md-max\:first\:h-25p:first-child {
    height: 25%;
  }

  .md-max\:first\:h-32p:first-child {
    height: 32%;
  }

  .md-max\:first\:h-35p:first-child {
    height: 35%;
  }

  .md-max\:first\:h-40p:first-child {
    height: 40%;
  }

  .md-max\:first\:h-49p:first-child {
    height: 49%;
  }

  .md-max\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .md-max\:first\:h-80p:first-child {
    height: 80%;
  }

  .md-max\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .md-max\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .md-max\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .md-max\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .md-max\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .md-max\:first\:h-90p:first-child {
    height: 90%;
  }

  .md-max\:first\:h-92p:first-child {
    height: 92%;
  }

  .md-max\:first\:h-93p:first-child {
    height: 93%;
  }

  .md-max\:first\:h-94p:first-child {
    height: 94%;
  }

  .md-max\:first\:h-95p:first-child {
    height: 95%;
  }

  .md-max\:first\:h-96p:first-child {
    height: 96%;
  }

  .md-max\:first\:h-100p:first-child {
    height: 100%;
  }

  .md-max\:first\:h-full:first-child {
    height: 100%;
  }

  .md-max\:first\:h-screen:first-child {
    height: 100vh;
  }

  .md-max\:last\:h-0:last-child {
    height: 0px;
  }

  .md-max\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .md-max\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .md-max\:last\:h-3:last-child {
    height: 3px;
  }

  .md-max\:last\:h-4:last-child {
    height: 4px;
  }

  .md-max\:last\:h-5:last-child {
    height: 5px;
  }

  .md-max\:last\:h-6:last-child {
    height: 6px;
  }

  .md-max\:last\:h-8:last-child {
    height: 8px;
  }

  .md-max\:last\:h-9:last-child {
    height: 9px;
  }

  .md-max\:last\:h-10:last-child {
    height: 10px;
  }

  .md-max\:last\:h-12:last-child {
    height: 12px;
  }

  .md-max\:last\:h-13:last-child {
    height: 13px;
  }

  .md-max\:last\:h-14:last-child {
    height: 14px;
  }

  .md-max\:last\:h-15:last-child {
    height: 15px;
  }

  .md-max\:last\:h-16:last-child {
    height: 16px;
  }

  .md-max\:last\:h-17:last-child {
    height: 17px;
  }

  .md-max\:last\:h-18:last-child {
    height: 18px;
  }

  .md-max\:last\:h-20:last-child {
    height: 20px;
  }

  .md-max\:last\:h-22:last-child {
    height: 22px;
  }

  .md-max\:last\:h-24:last-child {
    height: 24px;
  }

  .md-max\:last\:h-25:last-child {
    height: 25px;
  }

  .md-max\:last\:h-28:last-child {
    height: 28px;
  }

  .md-max\:last\:h-29:last-child {
    height: 29px;
  }

  .md-max\:last\:h-30:last-child {
    height: 30px;
  }

  .md-max\:last\:h-32:last-child {
    height: 32px;
  }

  .md-max\:last\:h-35:last-child {
    height: 35px;
  }

  .md-max\:last\:h-36:last-child {
    height: 36px;
  }

  .md-max\:last\:h-37:last-child {
    height: 37px;
  }

  .md-max\:last\:h-40:last-child {
    height: 40px;
  }

  .md-max\:last\:h-45:last-child {
    height: 45px;
  }

  .md-max\:last\:h-48:last-child {
    height: 48px;
  }

  .md-max\:last\:h-50:last-child {
    height: 50px;
  }

  .md-max\:last\:h-55:last-child {
    height: 55px;
  }

  .md-max\:last\:h-56:last-child {
    height: 56px;
  }

  .md-max\:last\:h-60:last-child {
    height: 60px;
  }

  .md-max\:last\:h-62:last-child {
    height: 62px;
  }

  .md-max\:last\:h-64:last-child {
    height: 64px;
  }

  .md-max\:last\:h-65:last-child {
    height: 65px;
  }

  .md-max\:last\:h-70:last-child {
    height: 70px;
  }

  .md-max\:last\:h-75:last-child {
    height: 75px;
  }

  .md-max\:last\:h-80:last-child {
    height: 80px;
  }

  .md-max\:last\:h-85:last-child {
    height: 85px;
  }

  .md-max\:last\:h-90:last-child {
    height: 90px;
  }

  .md-max\:last\:h-95:last-child {
    height: 95px;
  }

  .md-max\:last\:h-96:last-child {
    height: 96px;
  }

  .md-max\:last\:h-100:last-child {
    height: 100px;
  }

  .md-max\:last\:h-110:last-child {
    height: 110px;
  }

  .md-max\:last\:h-115:last-child {
    height: 115px;
  }

  .md-max\:last\:h-120:last-child {
    height: 120px;
  }

  .md-max\:last\:h-128:last-child {
    height: 128px;
  }

  .md-max\:last\:h-135:last-child {
    height: 135px;
  }

  .md-max\:last\:h-140:last-child {
    height: 140px;
  }

  .md-max\:last\:h-145:last-child {
    height: 145px;
  }

  .md-max\:last\:h-150:last-child {
    height: 150px;
  }

  .md-max\:last\:h-160:last-child {
    height: 160px;
  }

  .md-max\:last\:h-165:last-child {
    height: 165px;
  }

  .md-max\:last\:h-168:last-child {
    height: 168px;
  }

  .md-max\:last\:h-170:last-child {
    height: 170px;
  }

  .md-max\:last\:h-180:last-child {
    height: 180px;
  }

  .md-max\:last\:h-200:last-child {
    height: 200px;
  }

  .md-max\:last\:h-220:last-child {
    height: 220px;
  }

  .md-max\:last\:h-230:last-child {
    height: 230px;
  }

  .md-max\:last\:h-235:last-child {
    height: 235px;
  }

  .md-max\:last\:h-240:last-child {
    height: 240px;
  }

  .md-max\:last\:h-250:last-child {
    height: 250px;
  }

  .md-max\:last\:h-300:last-child {
    height: 300px;
  }

  .md-max\:last\:h-320:last-child {
    height: 320px;
  }

  .md-max\:last\:h-350:last-child {
    height: 350px;
  }

  .md-max\:last\:h-375:last-child {
    height: 375px;
  }

  .md-max\:last\:h-400:last-child {
    height: 400px;
  }

  .md-max\:last\:h-450:last-child {
    height: 450px;
  }

  .md-max\:last\:h-700:last-child {
    height: 700px;
  }

  .md-max\:last\:h-auto:last-child {
    height: auto;
  }

  .md-max\:last\:h-px:last-child {
    height: 1px;
  }

  .md-max\:last\:h-1p:last-child {
    height: 1%;
  }

  .md-max\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .md-max\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .md-max\:last\:h-11p:last-child {
    height: 11%;
  }

  .md-max\:last\:h-20p:last-child {
    height: 20%;
  }

  .md-max\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .md-max\:last\:h-25p:last-child {
    height: 25%;
  }

  .md-max\:last\:h-32p:last-child {
    height: 32%;
  }

  .md-max\:last\:h-35p:last-child {
    height: 35%;
  }

  .md-max\:last\:h-40p:last-child {
    height: 40%;
  }

  .md-max\:last\:h-49p:last-child {
    height: 49%;
  }

  .md-max\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .md-max\:last\:h-80p:last-child {
    height: 80%;
  }

  .md-max\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .md-max\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .md-max\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .md-max\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .md-max\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .md-max\:last\:h-90p:last-child {
    height: 90%;
  }

  .md-max\:last\:h-92p:last-child {
    height: 92%;
  }

  .md-max\:last\:h-93p:last-child {
    height: 93%;
  }

  .md-max\:last\:h-94p:last-child {
    height: 94%;
  }

  .md-max\:last\:h-95p:last-child {
    height: 95%;
  }

  .md-max\:last\:h-96p:last-child {
    height: 96%;
  }

  .md-max\:last\:h-100p:last-child {
    height: 100%;
  }

  .md-max\:last\:h-full:last-child {
    height: 100%;
  }

  .md-max\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .md-max\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .md-max\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .md-max\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .md-max\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .md-max\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .md-max\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .md-max\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .md-max\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .md-max\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .md-max\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .md-max\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .md-max\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .md-max\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .md-max\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .md-max\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .md-max\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .md-max\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .md-max\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .md-max\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .md-max\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .md-max\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .md-max\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .md-max\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .md-max\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .md-max\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .md-max\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .md-max\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .md-max\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .md-max\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .md-max\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .md-max\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .md-max\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .md-max\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .md-max\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .md-max\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .md-max\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .md-max\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .md-max\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .md-max\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .md-max\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .md-max\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .md-max\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .md-max\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .md-max\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .md-max\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .md-max\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .md-max\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .md-max\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .md-max\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .md-max\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .md-max\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .md-max\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .md-max\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .md-max\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .md-max\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .md-max\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .md-max\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .md-max\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .md-max\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .md-max\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .md-max\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .md-max\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .md-max\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .md-max\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .md-max\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .md-max\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .md-max\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .md-max\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .md-max\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .md-max\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .md-max\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md-max\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md-max\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .md-max\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .md-max\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .md-max\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .md-max\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .md-max\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .md-max\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .md-max\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .md-max\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .md-max\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .md-max\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .md-max\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .md-max\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .md-max\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .md-max\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .md-max\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .md-max\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .md-max\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .md-max\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .md-max\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .md-max\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .md-max\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .md-max\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .md-max\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md-max\:group-hover\:h-screen {
    height: 100vh;
  }

  .md-max\:text-12 {
    font-size: 12px;
  }

  .md-max\:text-13 {
    font-size: 13px;
  }

  .md-max\:text-14 {
    font-size: 14px;
  }

  .md-max\:text-15 {
    font-size: 15px;
  }

  .md-max\:text-16 {
    font-size: 16px;
  }

  .md-max\:text-17 {
    font-size: 17px;
  }

  .md-max\:text-18 {
    font-size: 18px;
  }

  .md-max\:text-21 {
    font-size: 21px;
  }

  .md-max\:text-23 {
    font-size: 23px;
  }

  .md-max\:text-24 {
    font-size: 24px;
  }

  .md-max\:text-27 {
    font-size: 27px;
  }

  .md-max\:text-35 {
    font-size: 35px;
  }

  .md-max\:text-40 {
    font-size: 40px;
  }

  .md-max\:text-xs {
    font-size: 0.75rem;
  }

  .md-max\:text-sm {
    font-size: 0.875rem;
  }

  .md-max\:text-base {
    font-size: 1rem;
  }

  .md-max\:text-lg {
    font-size: 1.125rem;
  }

  .md-max\:text-xl {
    font-size: 1.25rem;
  }

  .md-max\:text-2xl {
    font-size: 1.5rem;
  }

  .md-max\:text-3xl {
    font-size: 1.875rem;
  }

  .md-max\:text-4xl {
    font-size: 2.25rem;
  }

  .md-max\:text-5xl {
    font-size: 3rem;
  }

  .md-max\:text-6xl {
    font-size: 4rem;
  }

  .md-max\:hover\:text-12:hover {
    font-size: 12px;
  }

  .md-max\:hover\:text-13:hover {
    font-size: 13px;
  }

  .md-max\:hover\:text-14:hover {
    font-size: 14px;
  }

  .md-max\:hover\:text-15:hover {
    font-size: 15px;
  }

  .md-max\:hover\:text-16:hover {
    font-size: 16px;
  }

  .md-max\:hover\:text-17:hover {
    font-size: 17px;
  }

  .md-max\:hover\:text-18:hover {
    font-size: 18px;
  }

  .md-max\:hover\:text-21:hover {
    font-size: 21px;
  }

  .md-max\:hover\:text-23:hover {
    font-size: 23px;
  }

  .md-max\:hover\:text-24:hover {
    font-size: 24px;
  }

  .md-max\:hover\:text-27:hover {
    font-size: 27px;
  }

  .md-max\:hover\:text-35:hover {
    font-size: 35px;
  }

  .md-max\:hover\:text-40:hover {
    font-size: 40px;
  }

  .md-max\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .md-max\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .md-max\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .md-max\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .md-max\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .md-max\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .md-max\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .md-max\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .md-max\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .md-max\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .md-max\:focus\:text-12:focus {
    font-size: 12px;
  }

  .md-max\:focus\:text-13:focus {
    font-size: 13px;
  }

  .md-max\:focus\:text-14:focus {
    font-size: 14px;
  }

  .md-max\:focus\:text-15:focus {
    font-size: 15px;
  }

  .md-max\:focus\:text-16:focus {
    font-size: 16px;
  }

  .md-max\:focus\:text-17:focus {
    font-size: 17px;
  }

  .md-max\:focus\:text-18:focus {
    font-size: 18px;
  }

  .md-max\:focus\:text-21:focus {
    font-size: 21px;
  }

  .md-max\:focus\:text-23:focus {
    font-size: 23px;
  }

  .md-max\:focus\:text-24:focus {
    font-size: 24px;
  }

  .md-max\:focus\:text-27:focus {
    font-size: 27px;
  }

  .md-max\:focus\:text-35:focus {
    font-size: 35px;
  }

  .md-max\:focus\:text-40:focus {
    font-size: 40px;
  }

  .md-max\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .md-max\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .md-max\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .md-max\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .md-max\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .md-max\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .md-max\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .md-max\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .md-max\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .md-max\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .md-max\:first\:text-12:first-child {
    font-size: 12px;
  }

  .md-max\:first\:text-13:first-child {
    font-size: 13px;
  }

  .md-max\:first\:text-14:first-child {
    font-size: 14px;
  }

  .md-max\:first\:text-15:first-child {
    font-size: 15px;
  }

  .md-max\:first\:text-16:first-child {
    font-size: 16px;
  }

  .md-max\:first\:text-17:first-child {
    font-size: 17px;
  }

  .md-max\:first\:text-18:first-child {
    font-size: 18px;
  }

  .md-max\:first\:text-21:first-child {
    font-size: 21px;
  }

  .md-max\:first\:text-23:first-child {
    font-size: 23px;
  }

  .md-max\:first\:text-24:first-child {
    font-size: 24px;
  }

  .md-max\:first\:text-27:first-child {
    font-size: 27px;
  }

  .md-max\:first\:text-35:first-child {
    font-size: 35px;
  }

  .md-max\:first\:text-40:first-child {
    font-size: 40px;
  }

  .md-max\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .md-max\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .md-max\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .md-max\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .md-max\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .md-max\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .md-max\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .md-max\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .md-max\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .md-max\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .md-max\:last\:text-12:last-child {
    font-size: 12px;
  }

  .md-max\:last\:text-13:last-child {
    font-size: 13px;
  }

  .md-max\:last\:text-14:last-child {
    font-size: 14px;
  }

  .md-max\:last\:text-15:last-child {
    font-size: 15px;
  }

  .md-max\:last\:text-16:last-child {
    font-size: 16px;
  }

  .md-max\:last\:text-17:last-child {
    font-size: 17px;
  }

  .md-max\:last\:text-18:last-child {
    font-size: 18px;
  }

  .md-max\:last\:text-21:last-child {
    font-size: 21px;
  }

  .md-max\:last\:text-23:last-child {
    font-size: 23px;
  }

  .md-max\:last\:text-24:last-child {
    font-size: 24px;
  }

  .md-max\:last\:text-27:last-child {
    font-size: 27px;
  }

  .md-max\:last\:text-35:last-child {
    font-size: 35px;
  }

  .md-max\:last\:text-40:last-child {
    font-size: 40px;
  }

  .md-max\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .md-max\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .md-max\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .md-max\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .md-max\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .md-max\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .md-max\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .md-max\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .md-max\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .md-max\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .md-max\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .md-max\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .md-max\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .md-max\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .md-max\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .md-max\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .md-max\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .md-max\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .md-max\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .md-max\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .md-max\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .md-max\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .md-max\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .md-max\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .md-max\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .md-max\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .md-max\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .md-max\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .md-max\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .md-max\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .md-max\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .md-max\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .md-max\:leading-1 {
    line-height: 1;
  }

  .md-max\:leading-3 {
    line-height: .75rem;
  }

  .md-max\:leading-4 {
    line-height: 1rem;
  }

  .md-max\:leading-5 {
    line-height: 1.25rem;
  }

  .md-max\:leading-6 {
    line-height: 1.5rem;
  }

  .md-max\:leading-7 {
    line-height: 1.75rem;
  }

  .md-max\:leading-8 {
    line-height: 2rem;
  }

  .md-max\:leading-9 {
    line-height: 2.25rem;
  }

  .md-max\:leading-10 {
    line-height: 2.5rem;
  }

  .md-max\:leading-19 {
    line-height: 19px;
  }

  .md-max\:leading-22 {
    line-height: 22px;
  }

  .md-max\:leading-25 {
    line-height: 25px;
  }

  .md-max\:leading-27 {
    line-height: 27px;
  }

  .md-max\:leading-28 {
    line-height: 28px;
  }

  .md-max\:leading-31 {
    line-height: 31px;
  }

  .md-max\:leading-32 {
    line-height: 32px;
  }

  .md-max\:leading-40 {
    line-height: 40px;
  }

  .md-max\:leading-43 {
    line-height: 43px;
  }

  .md-max\:leading-47 {
    line-height: 47px;
  }

  .md-max\:leading-none {
    line-height: 1;
  }

  .md-max\:leading-tight {
    line-height: 1.25;
  }

  .md-max\:leading-snug {
    line-height: 1.375;
  }

  .md-max\:leading-normal {
    line-height: 1.5;
  }

  .md-max\:leading-relaxed {
    line-height: 1.625;
  }

  .md-max\:leading-loose {
    line-height: 2;
  }

  .md-max\:hover\:leading-1:hover {
    line-height: 1;
  }

  .md-max\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .md-max\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .md-max\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .md-max\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .md-max\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .md-max\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .md-max\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .md-max\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .md-max\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .md-max\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .md-max\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .md-max\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .md-max\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .md-max\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .md-max\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .md-max\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .md-max\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .md-max\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .md-max\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md-max\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md-max\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .md-max\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md-max\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .md-max\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .md-max\:focus\:leading-1:focus {
    line-height: 1;
  }

  .md-max\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .md-max\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .md-max\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .md-max\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .md-max\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .md-max\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .md-max\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .md-max\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .md-max\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .md-max\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .md-max\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .md-max\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .md-max\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .md-max\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .md-max\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .md-max\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .md-max\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .md-max\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .md-max\:focus\:leading-none:focus {
    line-height: 1;
  }

  .md-max\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .md-max\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .md-max\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .md-max\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .md-max\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .md-max\:first\:leading-1:first-child {
    line-height: 1;
  }

  .md-max\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .md-max\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .md-max\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .md-max\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .md-max\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .md-max\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .md-max\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .md-max\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .md-max\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .md-max\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .md-max\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .md-max\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .md-max\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .md-max\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .md-max\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .md-max\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .md-max\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .md-max\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .md-max\:first\:leading-none:first-child {
    line-height: 1;
  }

  .md-max\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .md-max\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .md-max\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .md-max\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .md-max\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .md-max\:last\:leading-1:last-child {
    line-height: 1;
  }

  .md-max\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .md-max\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .md-max\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .md-max\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .md-max\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .md-max\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .md-max\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .md-max\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .md-max\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .md-max\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .md-max\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .md-max\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .md-max\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .md-max\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .md-max\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .md-max\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .md-max\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .md-max\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .md-max\:last\:leading-none:last-child {
    line-height: 1;
  }

  .md-max\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .md-max\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .md-max\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .md-max\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .md-max\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .md-max\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .md-max\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .md-max\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .md-max\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .md-max\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .md-max\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .md-max\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .md-max\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .md-max\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .md-max\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .md-max\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .md-max\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .md-max\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .md-max\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .md-max\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .md-max\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .md-max\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .md-max\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .md-max\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .md-max\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .md-max\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .md-max\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .md-max\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .md-max\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .md-max\:group-hover\:leading-loose {
    line-height: 2;
  }

  .md-max\:list-inside {
    list-style-position: inside;
  }

  .md-max\:list-outside {
    list-style-position: outside;
  }

  .md-max\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .md-max\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .md-max\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .md-max\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .md-max\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .md-max\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .md-max\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .md-max\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .md-max\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .md-max\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .md-max\:list-none {
    list-style-type: none;
  }

  .md-max\:list-disc {
    list-style-type: disc;
  }

  .md-max\:list-decimal {
    list-style-type: decimal;
  }

  .md-max\:hover\:list-none:hover {
    list-style-type: none;
  }

  .md-max\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .md-max\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .md-max\:focus\:list-none:focus {
    list-style-type: none;
  }

  .md-max\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .md-max\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .md-max\:first\:list-none:first-child {
    list-style-type: none;
  }

  .md-max\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .md-max\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .md-max\:last\:list-none:last-child {
    list-style-type: none;
  }

  .md-max\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .md-max\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .md-max\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .md-max\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .md-max\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .md-max\:m-0 {
    margin: 0px;
  }

  .md-max\:m-1 {
    margin: 0.25rem;
  }

  .md-max\:m-2 {
    margin: 0.5rem;
  }

  .md-max\:m-3 {
    margin: 3px;
  }

  .md-max\:m-4 {
    margin: 4px;
  }

  .md-max\:m-5 {
    margin: 5px;
  }

  .md-max\:m-6 {
    margin: 6px;
  }

  .md-max\:m-8 {
    margin: 8px;
  }

  .md-max\:m-9 {
    margin: 9px;
  }

  .md-max\:m-10 {
    margin: 10px;
  }

  .md-max\:m-12 {
    margin: 12px;
  }

  .md-max\:m-13 {
    margin: 13px;
  }

  .md-max\:m-14 {
    margin: 14px;
  }

  .md-max\:m-15 {
    margin: 15px;
  }

  .md-max\:m-16 {
    margin: 16px;
  }

  .md-max\:m-17 {
    margin: 17px;
  }

  .md-max\:m-18 {
    margin: 18px;
  }

  .md-max\:m-20 {
    margin: 20px;
  }

  .md-max\:m-22 {
    margin: 22px;
  }

  .md-max\:m-24 {
    margin: 24px;
  }

  .md-max\:m-25 {
    margin: 25px;
  }

  .md-max\:m-28 {
    margin: 28px;
  }

  .md-max\:m-29 {
    margin: 29px;
  }

  .md-max\:m-30 {
    margin: 30px;
  }

  .md-max\:m-32 {
    margin: 32px;
  }

  .md-max\:m-35 {
    margin: 35px;
  }

  .md-max\:m-36 {
    margin: 36px;
  }

  .md-max\:m-37 {
    margin: 37px;
  }

  .md-max\:m-40 {
    margin: 40px;
  }

  .md-max\:m-45 {
    margin: 45px;
  }

  .md-max\:m-48 {
    margin: 48px;
  }

  .md-max\:m-50 {
    margin: 50px;
  }

  .md-max\:m-55 {
    margin: 55px;
  }

  .md-max\:m-56 {
    margin: 56px;
  }

  .md-max\:m-60 {
    margin: 60px;
  }

  .md-max\:m-62 {
    margin: 62px;
  }

  .md-max\:m-64 {
    margin: 64px;
  }

  .md-max\:m-65 {
    margin: 65px;
  }

  .md-max\:m-70 {
    margin: 70px;
  }

  .md-max\:m-75 {
    margin: 75px;
  }

  .md-max\:m-80 {
    margin: 80px;
  }

  .md-max\:m-85 {
    margin: 85px;
  }

  .md-max\:m-90 {
    margin: 90px;
  }

  .md-max\:m-95 {
    margin: 95px;
  }

  .md-max\:m-96 {
    margin: 96px;
  }

  .md-max\:m-100 {
    margin: 100px;
  }

  .md-max\:m-110 {
    margin: 110px;
  }

  .md-max\:m-115 {
    margin: 115px;
  }

  .md-max\:m-120 {
    margin: 120px;
  }

  .md-max\:m-128 {
    margin: 128px;
  }

  .md-max\:m-135 {
    margin: 135px;
  }

  .md-max\:m-140 {
    margin: 140px;
  }

  .md-max\:m-145 {
    margin: 145px;
  }

  .md-max\:m-150 {
    margin: 150px;
  }

  .md-max\:m-160 {
    margin: 160px;
  }

  .md-max\:m-165 {
    margin: 165px;
  }

  .md-max\:m-168 {
    margin: 168px;
  }

  .md-max\:m-170 {
    margin: 170px;
  }

  .md-max\:m-180 {
    margin: 180px;
  }

  .md-max\:m-200 {
    margin: 200px;
  }

  .md-max\:m-220 {
    margin: 220px;
  }

  .md-max\:m-230 {
    margin: 230px;
  }

  .md-max\:m-235 {
    margin: 235px;
  }

  .md-max\:m-240 {
    margin: 240px;
  }

  .md-max\:m-250 {
    margin: 250px;
  }

  .md-max\:m-300 {
    margin: 300px;
  }

  .md-max\:m-320 {
    margin: 320px;
  }

  .md-max\:m-350 {
    margin: 350px;
  }

  .md-max\:m-375 {
    margin: 375px;
  }

  .md-max\:m-400 {
    margin: 400px;
  }

  .md-max\:m-450 {
    margin: 450px;
  }

  .md-max\:m-700 {
    margin: 700px;
  }

  .md-max\:m-auto {
    margin: auto;
  }

  .md-max\:m-px {
    margin: 1px;
  }

  .md-max\:m-1p {
    margin: 1%;
  }

  .md-max\:m-1\/12 {
    margin: 8.3333%;
  }

  .md-max\:m-2\/12 {
    margin: 16.666667%;
  }

  .md-max\:m-11p {
    margin: 11%;
  }

  .md-max\:m-20p {
    margin: 20%;
  }

  .md-max\:m-24p {
    margin: 24.25%;
  }

  .md-max\:m-25p {
    margin: 25%;
  }

  .md-max\:m-32p {
    margin: 32%;
  }

  .md-max\:m-35p {
    margin: 35%;
  }

  .md-max\:m-40p {
    margin: 40%;
  }

  .md-max\:m-49p {
    margin: 49%;
  }

  .md-max\:m-49-5p {
    margin: 49.5%;
  }

  .md-max\:m-80p {
    margin: 80%;
  }

  .md-max\:m-vh80 {
    margin: 80vh;
  }

  .md-max\:m-vh86 {
    margin: 86vh;
  }

  .md-max\:m-vh90 {
    margin: 90vh;
  }

  .md-max\:m-vw80 {
    margin: 80vw;
  }

  .md-max\:m-vw90 {
    margin: 90vw;
  }

  .md-max\:m-90p {
    margin: 90%;
  }

  .md-max\:m-92p {
    margin: 92%;
  }

  .md-max\:m-93p {
    margin: 93%;
  }

  .md-max\:m-94p {
    margin: 94%;
  }

  .md-max\:m-95p {
    margin: 95%;
  }

  .md-max\:m-96p {
    margin: 96%;
  }

  .md-max\:m-100p {
    margin: 100%;
  }

  .md-max\:-m-0 {
    margin: 0px;
  }

  .md-max\:-m-1 {
    margin: -0.25rem;
  }

  .md-max\:-m-2 {
    margin: -0.5rem;
  }

  .md-max\:-m-3 {
    margin: -3px;
  }

  .md-max\:-m-4 {
    margin: -4px;
  }

  .md-max\:-m-5 {
    margin: -5px;
  }

  .md-max\:-m-6 {
    margin: -6px;
  }

  .md-max\:-m-8 {
    margin: -8px;
  }

  .md-max\:-m-9 {
    margin: -9px;
  }

  .md-max\:-m-10 {
    margin: -10px;
  }

  .md-max\:-m-12 {
    margin: -12px;
  }

  .md-max\:-m-13 {
    margin: -13px;
  }

  .md-max\:-m-14 {
    margin: -14px;
  }

  .md-max\:-m-15 {
    margin: -15px;
  }

  .md-max\:-m-16 {
    margin: -16px;
  }

  .md-max\:-m-17 {
    margin: -17px;
  }

  .md-max\:-m-18 {
    margin: -18px;
  }

  .md-max\:-m-20 {
    margin: -20px;
  }

  .md-max\:-m-22 {
    margin: -22px;
  }

  .md-max\:-m-24 {
    margin: -24px;
  }

  .md-max\:-m-25 {
    margin: -25px;
  }

  .md-max\:-m-28 {
    margin: -28px;
  }

  .md-max\:-m-29 {
    margin: -29px;
  }

  .md-max\:-m-30 {
    margin: -30px;
  }

  .md-max\:-m-32 {
    margin: -32px;
  }

  .md-max\:-m-35 {
    margin: -35px;
  }

  .md-max\:-m-36 {
    margin: -36px;
  }

  .md-max\:-m-37 {
    margin: -37px;
  }

  .md-max\:-m-40 {
    margin: -40px;
  }

  .md-max\:-m-45 {
    margin: -45px;
  }

  .md-max\:-m-48 {
    margin: -48px;
  }

  .md-max\:-m-50 {
    margin: -50px;
  }

  .md-max\:-m-55 {
    margin: -55px;
  }

  .md-max\:-m-56 {
    margin: -56px;
  }

  .md-max\:-m-60 {
    margin: -60px;
  }

  .md-max\:-m-62 {
    margin: -62px;
  }

  .md-max\:-m-64 {
    margin: -64px;
  }

  .md-max\:-m-65 {
    margin: -65px;
  }

  .md-max\:-m-70 {
    margin: -70px;
  }

  .md-max\:-m-75 {
    margin: -75px;
  }

  .md-max\:-m-80 {
    margin: -80px;
  }

  .md-max\:-m-85 {
    margin: -85px;
  }

  .md-max\:-m-90 {
    margin: -90px;
  }

  .md-max\:-m-95 {
    margin: -95px;
  }

  .md-max\:-m-96 {
    margin: -96px;
  }

  .md-max\:-m-100 {
    margin: -100px;
  }

  .md-max\:-m-110 {
    margin: -110px;
  }

  .md-max\:-m-115 {
    margin: -115px;
  }

  .md-max\:-m-120 {
    margin: -120px;
  }

  .md-max\:-m-128 {
    margin: -128px;
  }

  .md-max\:-m-135 {
    margin: -135px;
  }

  .md-max\:-m-140 {
    margin: -140px;
  }

  .md-max\:-m-145 {
    margin: -145px;
  }

  .md-max\:-m-150 {
    margin: -150px;
  }

  .md-max\:-m-160 {
    margin: -160px;
  }

  .md-max\:-m-165 {
    margin: -165px;
  }

  .md-max\:-m-168 {
    margin: -168px;
  }

  .md-max\:-m-170 {
    margin: -170px;
  }

  .md-max\:-m-180 {
    margin: -180px;
  }

  .md-max\:-m-200 {
    margin: -200px;
  }

  .md-max\:-m-220 {
    margin: -220px;
  }

  .md-max\:-m-230 {
    margin: -230px;
  }

  .md-max\:-m-235 {
    margin: -235px;
  }

  .md-max\:-m-240 {
    margin: -240px;
  }

  .md-max\:-m-250 {
    margin: -250px;
  }

  .md-max\:-m-300 {
    margin: -300px;
  }

  .md-max\:-m-320 {
    margin: -320px;
  }

  .md-max\:-m-350 {
    margin: -350px;
  }

  .md-max\:-m-375 {
    margin: -375px;
  }

  .md-max\:-m-400 {
    margin: -400px;
  }

  .md-max\:-m-450 {
    margin: -450px;
  }

  .md-max\:-m-700 {
    margin: -700px;
  }

  .md-max\:-m-px {
    margin: -1px;
  }

  .md-max\:-m-1p {
    margin: -1%;
  }

  .md-max\:-m-1\/12 {
    margin: -8.3333%;
  }

  .md-max\:-m-2\/12 {
    margin: -16.66667%;
  }

  .md-max\:-m-11p {
    margin: -11%;
  }

  .md-max\:-m-20p {
    margin: -20%;
  }

  .md-max\:-m-24p {
    margin: -24.25%;
  }

  .md-max\:-m-25p {
    margin: -25%;
  }

  .md-max\:-m-32p {
    margin: -32%;
  }

  .md-max\:-m-35p {
    margin: -35%;
  }

  .md-max\:-m-40p {
    margin: -40%;
  }

  .md-max\:-m-49p {
    margin: -49%;
  }

  .md-max\:-m-49-5p {
    margin: -49.5%;
  }

  .md-max\:-m-80p {
    margin: -80%;
  }

  .md-max\:-m-vh80 {
    margin: -80vh;
  }

  .md-max\:-m-vh86 {
    margin: -86vh;
  }

  .md-max\:-m-vh90 {
    margin: -90vh;
  }

  .md-max\:-m-vw80 {
    margin: -80vw;
  }

  .md-max\:-m-vw90 {
    margin: -90vw;
  }

  .md-max\:-m-90p {
    margin: -90%;
  }

  .md-max\:-m-92p {
    margin: -92%;
  }

  .md-max\:-m-93p {
    margin: -93%;
  }

  .md-max\:-m-94p {
    margin: -94%;
  }

  .md-max\:-m-95p {
    margin: -95%;
  }

  .md-max\:-m-96p {
    margin: -96%;
  }

  .md-max\:-m-100p {
    margin: -100%;
  }

  .md-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md-max\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md-max\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md-max\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md-max\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-max\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-max\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md-max\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md-max\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md-max\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md-max\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md-max\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md-max\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-max\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-max\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md-max\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md-max\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md-max\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md-max\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md-max\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md-max\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-max\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-max\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md-max\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md-max\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md-max\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md-max\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md-max\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md-max\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-max\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-max\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md-max\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md-max\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md-max\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md-max\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-max\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-max\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md-max\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md-max\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md-max\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md-max\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-max\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-max\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md-max\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md-max\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-max\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-max\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md-max\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md-max\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md-max\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md-max\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-max\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-max\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-max\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-max\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md-max\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md-max\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-max\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-max\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-max\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-max\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md-max\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md-max\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-max\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-max\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md-max\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md-max\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md-max\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md-max\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md-max\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md-max\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md-max\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md-max\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md-max\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md-max\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md-max\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md-max\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md-max\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md-max\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md-max\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md-max\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md-max\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md-max\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md-max\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md-max\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md-max\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md-max\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md-max\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md-max\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md-max\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md-max\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md-max\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md-max\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md-max\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md-max\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md-max\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md-max\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md-max\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md-max\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md-max\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md-max\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md-max\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md-max\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md-max\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md-max\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md-max\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md-max\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md-max\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md-max\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md-max\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md-max\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md-max\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md-max\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md-max\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md-max\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md-max\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md-max\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md-max\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md-max\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md-max\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md-max\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md-max\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md-max\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md-max\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md-max\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md-max\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md-max\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md-max\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md-max\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md-max\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md-max\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md-max\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md-max\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md-max\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md-max\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md-max\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md-max\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md-max\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md-max\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md-max\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md-max\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md-max\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md-max\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md-max\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md-max\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-max\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md-max\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md-max\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md-max\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md-max\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md-max\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md-max\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md-max\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md-max\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md-max\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md-max\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md-max\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md-max\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md-max\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md-max\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md-max\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md-max\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md-max\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md-max\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md-max\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md-max\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md-max\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md-max\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md-max\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md-max\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md-max\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md-max\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md-max\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md-max\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md-max\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md-max\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md-max\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md-max\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md-max\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md-max\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md-max\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md-max\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md-max\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md-max\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-max\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md-max\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md-max\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md-max\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md-max\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md-max\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md-max\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md-max\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md-max\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md-max\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md-max\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md-max\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md-max\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md-max\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md-max\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md-max\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md-max\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md-max\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md-max\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md-max\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md-max\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md-max\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md-max\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md-max\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md-max\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md-max\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md-max\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md-max\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md-max\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md-max\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md-max\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md-max\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md-max\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md-max\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md-max\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md-max\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md-max\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md-max\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md-max\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md-max\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md-max\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md-max\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md-max\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md-max\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md-max\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md-max\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md-max\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md-max\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md-max\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md-max\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md-max\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md-max\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md-max\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md-max\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md-max\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md-max\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md-max\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md-max\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md-max\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md-max\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md-max\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md-max\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md-max\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md-max\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md-max\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md-max\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md-max\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md-max\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md-max\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md-max\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md-max\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md-max\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md-max\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md-max\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md-max\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md-max\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md-max\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md-max\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md-max\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md-max\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md-max\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md-max\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md-max\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md-max\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md-max\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md-max\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md-max\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md-max\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md-max\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md-max\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md-max\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md-max\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md-max\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md-max\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md-max\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md-max\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md-max\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md-max\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md-max\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md-max\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md-max\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md-max\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md-max\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md-max\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md-max\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md-max\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md-max\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md-max\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md-max\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md-max\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md-max\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md-max\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md-max\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md-max\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md-max\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md-max\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md-max\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md-max\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md-max\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md-max\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md-max\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md-max\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md-max\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md-max\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md-max\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md-max\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md-max\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md-max\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md-max\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md-max\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md-max\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md-max\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md-max\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md-max\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md-max\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md-max\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md-max\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md-max\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md-max\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md-max\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md-max\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md-max\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md-max\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md-max\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md-max\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md-max\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md-max\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md-max\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md-max\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md-max\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md-max\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md-max\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md-max\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md-max\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md-max\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md-max\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md-max\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md-max\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md-max\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md-max\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md-max\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md-max\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md-max\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md-max\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md-max\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md-max\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md-max\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md-max\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md-max\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md-max\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md-max\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md-max\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md-max\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md-max\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md-max\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md-max\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md-max\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md-max\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md-max\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md-max\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md-max\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md-max\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md-max\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md-max\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-max\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-max\:mt-0 {
    margin-top: 0px;
  }

  .md-max\:mr-0 {
    margin-right: 0px;
  }

  .md-max\:mb-0 {
    margin-bottom: 0px;
  }

  .md-max\:ml-0 {
    margin-left: 0px;
  }

  .md-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .md-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .md-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .md-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .md-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .md-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .md-max\:mt-3 {
    margin-top: 3px;
  }

  .md-max\:mr-3 {
    margin-right: 3px;
  }

  .md-max\:mb-3 {
    margin-bottom: 3px;
  }

  .md-max\:ml-3 {
    margin-left: 3px;
  }

  .md-max\:mt-4 {
    margin-top: 4px;
  }

  .md-max\:mr-4 {
    margin-right: 4px;
  }

  .md-max\:mb-4 {
    margin-bottom: 4px;
  }

  .md-max\:ml-4 {
    margin-left: 4px;
  }

  .md-max\:mt-5 {
    margin-top: 5px;
  }

  .md-max\:mr-5 {
    margin-right: 5px;
  }

  .md-max\:mb-5 {
    margin-bottom: 5px;
  }

  .md-max\:ml-5 {
    margin-left: 5px;
  }

  .md-max\:mt-6 {
    margin-top: 6px;
  }

  .md-max\:mr-6 {
    margin-right: 6px;
  }

  .md-max\:mb-6 {
    margin-bottom: 6px;
  }

  .md-max\:ml-6 {
    margin-left: 6px;
  }

  .md-max\:mt-8 {
    margin-top: 8px;
  }

  .md-max\:mr-8 {
    margin-right: 8px;
  }

  .md-max\:mb-8 {
    margin-bottom: 8px;
  }

  .md-max\:ml-8 {
    margin-left: 8px;
  }

  .md-max\:mt-9 {
    margin-top: 9px;
  }

  .md-max\:mr-9 {
    margin-right: 9px;
  }

  .md-max\:mb-9 {
    margin-bottom: 9px;
  }

  .md-max\:ml-9 {
    margin-left: 9px;
  }

  .md-max\:mt-10 {
    margin-top: 10px;
  }

  .md-max\:mr-10 {
    margin-right: 10px;
  }

  .md-max\:mb-10 {
    margin-bottom: 10px;
  }

  .md-max\:ml-10 {
    margin-left: 10px;
  }

  .md-max\:mt-12 {
    margin-top: 12px;
  }

  .md-max\:mr-12 {
    margin-right: 12px;
  }

  .md-max\:mb-12 {
    margin-bottom: 12px;
  }

  .md-max\:ml-12 {
    margin-left: 12px;
  }

  .md-max\:mt-13 {
    margin-top: 13px;
  }

  .md-max\:mr-13 {
    margin-right: 13px;
  }

  .md-max\:mb-13 {
    margin-bottom: 13px;
  }

  .md-max\:ml-13 {
    margin-left: 13px;
  }

  .md-max\:mt-14 {
    margin-top: 14px;
  }

  .md-max\:mr-14 {
    margin-right: 14px;
  }

  .md-max\:mb-14 {
    margin-bottom: 14px;
  }

  .md-max\:ml-14 {
    margin-left: 14px;
  }

  .md-max\:mt-15 {
    margin-top: 15px;
  }

  .md-max\:mr-15 {
    margin-right: 15px;
  }

  .md-max\:mb-15 {
    margin-bottom: 15px;
  }

  .md-max\:ml-15 {
    margin-left: 15px;
  }

  .md-max\:mt-16 {
    margin-top: 16px;
  }

  .md-max\:mr-16 {
    margin-right: 16px;
  }

  .md-max\:mb-16 {
    margin-bottom: 16px;
  }

  .md-max\:ml-16 {
    margin-left: 16px;
  }

  .md-max\:mt-17 {
    margin-top: 17px;
  }

  .md-max\:mr-17 {
    margin-right: 17px;
  }

  .md-max\:mb-17 {
    margin-bottom: 17px;
  }

  .md-max\:ml-17 {
    margin-left: 17px;
  }

  .md-max\:mt-18 {
    margin-top: 18px;
  }

  .md-max\:mr-18 {
    margin-right: 18px;
  }

  .md-max\:mb-18 {
    margin-bottom: 18px;
  }

  .md-max\:ml-18 {
    margin-left: 18px;
  }

  .md-max\:mt-20 {
    margin-top: 20px;
  }

  .md-max\:mr-20 {
    margin-right: 20px;
  }

  .md-max\:mb-20 {
    margin-bottom: 20px;
  }

  .md-max\:ml-20 {
    margin-left: 20px;
  }

  .md-max\:mt-22 {
    margin-top: 22px;
  }

  .md-max\:mr-22 {
    margin-right: 22px;
  }

  .md-max\:mb-22 {
    margin-bottom: 22px;
  }

  .md-max\:ml-22 {
    margin-left: 22px;
  }

  .md-max\:mt-24 {
    margin-top: 24px;
  }

  .md-max\:mr-24 {
    margin-right: 24px;
  }

  .md-max\:mb-24 {
    margin-bottom: 24px;
  }

  .md-max\:ml-24 {
    margin-left: 24px;
  }

  .md-max\:mt-25 {
    margin-top: 25px;
  }

  .md-max\:mr-25 {
    margin-right: 25px;
  }

  .md-max\:mb-25 {
    margin-bottom: 25px;
  }

  .md-max\:ml-25 {
    margin-left: 25px;
  }

  .md-max\:mt-28 {
    margin-top: 28px;
  }

  .md-max\:mr-28 {
    margin-right: 28px;
  }

  .md-max\:mb-28 {
    margin-bottom: 28px;
  }

  .md-max\:ml-28 {
    margin-left: 28px;
  }

  .md-max\:mt-29 {
    margin-top: 29px;
  }

  .md-max\:mr-29 {
    margin-right: 29px;
  }

  .md-max\:mb-29 {
    margin-bottom: 29px;
  }

  .md-max\:ml-29 {
    margin-left: 29px;
  }

  .md-max\:mt-30 {
    margin-top: 30px;
  }

  .md-max\:mr-30 {
    margin-right: 30px;
  }

  .md-max\:mb-30 {
    margin-bottom: 30px;
  }

  .md-max\:ml-30 {
    margin-left: 30px;
  }

  .md-max\:mt-32 {
    margin-top: 32px;
  }

  .md-max\:mr-32 {
    margin-right: 32px;
  }

  .md-max\:mb-32 {
    margin-bottom: 32px;
  }

  .md-max\:ml-32 {
    margin-left: 32px;
  }

  .md-max\:mt-35 {
    margin-top: 35px;
  }

  .md-max\:mr-35 {
    margin-right: 35px;
  }

  .md-max\:mb-35 {
    margin-bottom: 35px;
  }

  .md-max\:ml-35 {
    margin-left: 35px;
  }

  .md-max\:mt-36 {
    margin-top: 36px;
  }

  .md-max\:mr-36 {
    margin-right: 36px;
  }

  .md-max\:mb-36 {
    margin-bottom: 36px;
  }

  .md-max\:ml-36 {
    margin-left: 36px;
  }

  .md-max\:mt-37 {
    margin-top: 37px;
  }

  .md-max\:mr-37 {
    margin-right: 37px;
  }

  .md-max\:mb-37 {
    margin-bottom: 37px;
  }

  .md-max\:ml-37 {
    margin-left: 37px;
  }

  .md-max\:mt-40 {
    margin-top: 40px;
  }

  .md-max\:mr-40 {
    margin-right: 40px;
  }

  .md-max\:mb-40 {
    margin-bottom: 40px;
  }

  .md-max\:ml-40 {
    margin-left: 40px;
  }

  .md-max\:mt-45 {
    margin-top: 45px;
  }

  .md-max\:mr-45 {
    margin-right: 45px;
  }

  .md-max\:mb-45 {
    margin-bottom: 45px;
  }

  .md-max\:ml-45 {
    margin-left: 45px;
  }

  .md-max\:mt-48 {
    margin-top: 48px;
  }

  .md-max\:mr-48 {
    margin-right: 48px;
  }

  .md-max\:mb-48 {
    margin-bottom: 48px;
  }

  .md-max\:ml-48 {
    margin-left: 48px;
  }

  .md-max\:mt-50 {
    margin-top: 50px;
  }

  .md-max\:mr-50 {
    margin-right: 50px;
  }

  .md-max\:mb-50 {
    margin-bottom: 50px;
  }

  .md-max\:ml-50 {
    margin-left: 50px;
  }

  .md-max\:mt-55 {
    margin-top: 55px;
  }

  .md-max\:mr-55 {
    margin-right: 55px;
  }

  .md-max\:mb-55 {
    margin-bottom: 55px;
  }

  .md-max\:ml-55 {
    margin-left: 55px;
  }

  .md-max\:mt-56 {
    margin-top: 56px;
  }

  .md-max\:mr-56 {
    margin-right: 56px;
  }

  .md-max\:mb-56 {
    margin-bottom: 56px;
  }

  .md-max\:ml-56 {
    margin-left: 56px;
  }

  .md-max\:mt-60 {
    margin-top: 60px;
  }

  .md-max\:mr-60 {
    margin-right: 60px;
  }

  .md-max\:mb-60 {
    margin-bottom: 60px;
  }

  .md-max\:ml-60 {
    margin-left: 60px;
  }

  .md-max\:mt-62 {
    margin-top: 62px;
  }

  .md-max\:mr-62 {
    margin-right: 62px;
  }

  .md-max\:mb-62 {
    margin-bottom: 62px;
  }

  .md-max\:ml-62 {
    margin-left: 62px;
  }

  .md-max\:mt-64 {
    margin-top: 64px;
  }

  .md-max\:mr-64 {
    margin-right: 64px;
  }

  .md-max\:mb-64 {
    margin-bottom: 64px;
  }

  .md-max\:ml-64 {
    margin-left: 64px;
  }

  .md-max\:mt-65 {
    margin-top: 65px;
  }

  .md-max\:mr-65 {
    margin-right: 65px;
  }

  .md-max\:mb-65 {
    margin-bottom: 65px;
  }

  .md-max\:ml-65 {
    margin-left: 65px;
  }

  .md-max\:mt-70 {
    margin-top: 70px;
  }

  .md-max\:mr-70 {
    margin-right: 70px;
  }

  .md-max\:mb-70 {
    margin-bottom: 70px;
  }

  .md-max\:ml-70 {
    margin-left: 70px;
  }

  .md-max\:mt-75 {
    margin-top: 75px;
  }

  .md-max\:mr-75 {
    margin-right: 75px;
  }

  .md-max\:mb-75 {
    margin-bottom: 75px;
  }

  .md-max\:ml-75 {
    margin-left: 75px;
  }

  .md-max\:mt-80 {
    margin-top: 80px;
  }

  .md-max\:mr-80 {
    margin-right: 80px;
  }

  .md-max\:mb-80 {
    margin-bottom: 80px;
  }

  .md-max\:ml-80 {
    margin-left: 80px;
  }

  .md-max\:mt-85 {
    margin-top: 85px;
  }

  .md-max\:mr-85 {
    margin-right: 85px;
  }

  .md-max\:mb-85 {
    margin-bottom: 85px;
  }

  .md-max\:ml-85 {
    margin-left: 85px;
  }

  .md-max\:mt-90 {
    margin-top: 90px;
  }

  .md-max\:mr-90 {
    margin-right: 90px;
  }

  .md-max\:mb-90 {
    margin-bottom: 90px;
  }

  .md-max\:ml-90 {
    margin-left: 90px;
  }

  .md-max\:mt-95 {
    margin-top: 95px;
  }

  .md-max\:mr-95 {
    margin-right: 95px;
  }

  .md-max\:mb-95 {
    margin-bottom: 95px;
  }

  .md-max\:ml-95 {
    margin-left: 95px;
  }

  .md-max\:mt-96 {
    margin-top: 96px;
  }

  .md-max\:mr-96 {
    margin-right: 96px;
  }

  .md-max\:mb-96 {
    margin-bottom: 96px;
  }

  .md-max\:ml-96 {
    margin-left: 96px;
  }

  .md-max\:mt-100 {
    margin-top: 100px;
  }

  .md-max\:mr-100 {
    margin-right: 100px;
  }

  .md-max\:mb-100 {
    margin-bottom: 100px;
  }

  .md-max\:ml-100 {
    margin-left: 100px;
  }

  .md-max\:mt-110 {
    margin-top: 110px;
  }

  .md-max\:mr-110 {
    margin-right: 110px;
  }

  .md-max\:mb-110 {
    margin-bottom: 110px;
  }

  .md-max\:ml-110 {
    margin-left: 110px;
  }

  .md-max\:mt-115 {
    margin-top: 115px;
  }

  .md-max\:mr-115 {
    margin-right: 115px;
  }

  .md-max\:mb-115 {
    margin-bottom: 115px;
  }

  .md-max\:ml-115 {
    margin-left: 115px;
  }

  .md-max\:mt-120 {
    margin-top: 120px;
  }

  .md-max\:mr-120 {
    margin-right: 120px;
  }

  .md-max\:mb-120 {
    margin-bottom: 120px;
  }

  .md-max\:ml-120 {
    margin-left: 120px;
  }

  .md-max\:mt-128 {
    margin-top: 128px;
  }

  .md-max\:mr-128 {
    margin-right: 128px;
  }

  .md-max\:mb-128 {
    margin-bottom: 128px;
  }

  .md-max\:ml-128 {
    margin-left: 128px;
  }

  .md-max\:mt-135 {
    margin-top: 135px;
  }

  .md-max\:mr-135 {
    margin-right: 135px;
  }

  .md-max\:mb-135 {
    margin-bottom: 135px;
  }

  .md-max\:ml-135 {
    margin-left: 135px;
  }

  .md-max\:mt-140 {
    margin-top: 140px;
  }

  .md-max\:mr-140 {
    margin-right: 140px;
  }

  .md-max\:mb-140 {
    margin-bottom: 140px;
  }

  .md-max\:ml-140 {
    margin-left: 140px;
  }

  .md-max\:mt-145 {
    margin-top: 145px;
  }

  .md-max\:mr-145 {
    margin-right: 145px;
  }

  .md-max\:mb-145 {
    margin-bottom: 145px;
  }

  .md-max\:ml-145 {
    margin-left: 145px;
  }

  .md-max\:mt-150 {
    margin-top: 150px;
  }

  .md-max\:mr-150 {
    margin-right: 150px;
  }

  .md-max\:mb-150 {
    margin-bottom: 150px;
  }

  .md-max\:ml-150 {
    margin-left: 150px;
  }

  .md-max\:mt-160 {
    margin-top: 160px;
  }

  .md-max\:mr-160 {
    margin-right: 160px;
  }

  .md-max\:mb-160 {
    margin-bottom: 160px;
  }

  .md-max\:ml-160 {
    margin-left: 160px;
  }

  .md-max\:mt-165 {
    margin-top: 165px;
  }

  .md-max\:mr-165 {
    margin-right: 165px;
  }

  .md-max\:mb-165 {
    margin-bottom: 165px;
  }

  .md-max\:ml-165 {
    margin-left: 165px;
  }

  .md-max\:mt-168 {
    margin-top: 168px;
  }

  .md-max\:mr-168 {
    margin-right: 168px;
  }

  .md-max\:mb-168 {
    margin-bottom: 168px;
  }

  .md-max\:ml-168 {
    margin-left: 168px;
  }

  .md-max\:mt-170 {
    margin-top: 170px;
  }

  .md-max\:mr-170 {
    margin-right: 170px;
  }

  .md-max\:mb-170 {
    margin-bottom: 170px;
  }

  .md-max\:ml-170 {
    margin-left: 170px;
  }

  .md-max\:mt-180 {
    margin-top: 180px;
  }

  .md-max\:mr-180 {
    margin-right: 180px;
  }

  .md-max\:mb-180 {
    margin-bottom: 180px;
  }

  .md-max\:ml-180 {
    margin-left: 180px;
  }

  .md-max\:mt-200 {
    margin-top: 200px;
  }

  .md-max\:mr-200 {
    margin-right: 200px;
  }

  .md-max\:mb-200 {
    margin-bottom: 200px;
  }

  .md-max\:ml-200 {
    margin-left: 200px;
  }

  .md-max\:mt-220 {
    margin-top: 220px;
  }

  .md-max\:mr-220 {
    margin-right: 220px;
  }

  .md-max\:mb-220 {
    margin-bottom: 220px;
  }

  .md-max\:ml-220 {
    margin-left: 220px;
  }

  .md-max\:mt-230 {
    margin-top: 230px;
  }

  .md-max\:mr-230 {
    margin-right: 230px;
  }

  .md-max\:mb-230 {
    margin-bottom: 230px;
  }

  .md-max\:ml-230 {
    margin-left: 230px;
  }

  .md-max\:mt-235 {
    margin-top: 235px;
  }

  .md-max\:mr-235 {
    margin-right: 235px;
  }

  .md-max\:mb-235 {
    margin-bottom: 235px;
  }

  .md-max\:ml-235 {
    margin-left: 235px;
  }

  .md-max\:mt-240 {
    margin-top: 240px;
  }

  .md-max\:mr-240 {
    margin-right: 240px;
  }

  .md-max\:mb-240 {
    margin-bottom: 240px;
  }

  .md-max\:ml-240 {
    margin-left: 240px;
  }

  .md-max\:mt-250 {
    margin-top: 250px;
  }

  .md-max\:mr-250 {
    margin-right: 250px;
  }

  .md-max\:mb-250 {
    margin-bottom: 250px;
  }

  .md-max\:ml-250 {
    margin-left: 250px;
  }

  .md-max\:mt-300 {
    margin-top: 300px;
  }

  .md-max\:mr-300 {
    margin-right: 300px;
  }

  .md-max\:mb-300 {
    margin-bottom: 300px;
  }

  .md-max\:ml-300 {
    margin-left: 300px;
  }

  .md-max\:mt-320 {
    margin-top: 320px;
  }

  .md-max\:mr-320 {
    margin-right: 320px;
  }

  .md-max\:mb-320 {
    margin-bottom: 320px;
  }

  .md-max\:ml-320 {
    margin-left: 320px;
  }

  .md-max\:mt-350 {
    margin-top: 350px;
  }

  .md-max\:mr-350 {
    margin-right: 350px;
  }

  .md-max\:mb-350 {
    margin-bottom: 350px;
  }

  .md-max\:ml-350 {
    margin-left: 350px;
  }

  .md-max\:mt-375 {
    margin-top: 375px;
  }

  .md-max\:mr-375 {
    margin-right: 375px;
  }

  .md-max\:mb-375 {
    margin-bottom: 375px;
  }

  .md-max\:ml-375 {
    margin-left: 375px;
  }

  .md-max\:mt-400 {
    margin-top: 400px;
  }

  .md-max\:mr-400 {
    margin-right: 400px;
  }

  .md-max\:mb-400 {
    margin-bottom: 400px;
  }

  .md-max\:ml-400 {
    margin-left: 400px;
  }

  .md-max\:mt-450 {
    margin-top: 450px;
  }

  .md-max\:mr-450 {
    margin-right: 450px;
  }

  .md-max\:mb-450 {
    margin-bottom: 450px;
  }

  .md-max\:ml-450 {
    margin-left: 450px;
  }

  .md-max\:mt-700 {
    margin-top: 700px;
  }

  .md-max\:mr-700 {
    margin-right: 700px;
  }

  .md-max\:mb-700 {
    margin-bottom: 700px;
  }

  .md-max\:ml-700 {
    margin-left: 700px;
  }

  .md-max\:mt-auto {
    margin-top: auto;
  }

  .md-max\:mr-auto {
    margin-right: auto;
  }

  .md-max\:mb-auto {
    margin-bottom: auto;
  }

  .md-max\:ml-auto {
    margin-left: auto;
  }

  .md-max\:mt-px {
    margin-top: 1px;
  }

  .md-max\:mr-px {
    margin-right: 1px;
  }

  .md-max\:mb-px {
    margin-bottom: 1px;
  }

  .md-max\:ml-px {
    margin-left: 1px;
  }

  .md-max\:mt-1p {
    margin-top: 1%;
  }

  .md-max\:mr-1p {
    margin-right: 1%;
  }

  .md-max\:mb-1p {
    margin-bottom: 1%;
  }

  .md-max\:ml-1p {
    margin-left: 1%;
  }

  .md-max\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .md-max\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .md-max\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .md-max\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .md-max\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .md-max\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .md-max\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .md-max\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .md-max\:mt-11p {
    margin-top: 11%;
  }

  .md-max\:mr-11p {
    margin-right: 11%;
  }

  .md-max\:mb-11p {
    margin-bottom: 11%;
  }

  .md-max\:ml-11p {
    margin-left: 11%;
  }

  .md-max\:mt-20p {
    margin-top: 20%;
  }

  .md-max\:mr-20p {
    margin-right: 20%;
  }

  .md-max\:mb-20p {
    margin-bottom: 20%;
  }

  .md-max\:ml-20p {
    margin-left: 20%;
  }

  .md-max\:mt-24p {
    margin-top: 24.25%;
  }

  .md-max\:mr-24p {
    margin-right: 24.25%;
  }

  .md-max\:mb-24p {
    margin-bottom: 24.25%;
  }

  .md-max\:ml-24p {
    margin-left: 24.25%;
  }

  .md-max\:mt-25p {
    margin-top: 25%;
  }

  .md-max\:mr-25p {
    margin-right: 25%;
  }

  .md-max\:mb-25p {
    margin-bottom: 25%;
  }

  .md-max\:ml-25p {
    margin-left: 25%;
  }

  .md-max\:mt-32p {
    margin-top: 32%;
  }

  .md-max\:mr-32p {
    margin-right: 32%;
  }

  .md-max\:mb-32p {
    margin-bottom: 32%;
  }

  .md-max\:ml-32p {
    margin-left: 32%;
  }

  .md-max\:mt-35p {
    margin-top: 35%;
  }

  .md-max\:mr-35p {
    margin-right: 35%;
  }

  .md-max\:mb-35p {
    margin-bottom: 35%;
  }

  .md-max\:ml-35p {
    margin-left: 35%;
  }

  .md-max\:mt-40p {
    margin-top: 40%;
  }

  .md-max\:mr-40p {
    margin-right: 40%;
  }

  .md-max\:mb-40p {
    margin-bottom: 40%;
  }

  .md-max\:ml-40p {
    margin-left: 40%;
  }

  .md-max\:mt-49p {
    margin-top: 49%;
  }

  .md-max\:mr-49p {
    margin-right: 49%;
  }

  .md-max\:mb-49p {
    margin-bottom: 49%;
  }

  .md-max\:ml-49p {
    margin-left: 49%;
  }

  .md-max\:mt-49-5p {
    margin-top: 49.5%;
  }

  .md-max\:mr-49-5p {
    margin-right: 49.5%;
  }

  .md-max\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .md-max\:ml-49-5p {
    margin-left: 49.5%;
  }

  .md-max\:mt-80p {
    margin-top: 80%;
  }

  .md-max\:mr-80p {
    margin-right: 80%;
  }

  .md-max\:mb-80p {
    margin-bottom: 80%;
  }

  .md-max\:ml-80p {
    margin-left: 80%;
  }

  .md-max\:mt-vh80 {
    margin-top: 80vh;
  }

  .md-max\:mr-vh80 {
    margin-right: 80vh;
  }

  .md-max\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .md-max\:ml-vh80 {
    margin-left: 80vh;
  }

  .md-max\:mt-vh86 {
    margin-top: 86vh;
  }

  .md-max\:mr-vh86 {
    margin-right: 86vh;
  }

  .md-max\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .md-max\:ml-vh86 {
    margin-left: 86vh;
  }

  .md-max\:mt-vh90 {
    margin-top: 90vh;
  }

  .md-max\:mr-vh90 {
    margin-right: 90vh;
  }

  .md-max\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .md-max\:ml-vh90 {
    margin-left: 90vh;
  }

  .md-max\:mt-vw80 {
    margin-top: 80vw;
  }

  .md-max\:mr-vw80 {
    margin-right: 80vw;
  }

  .md-max\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .md-max\:ml-vw80 {
    margin-left: 80vw;
  }

  .md-max\:mt-vw90 {
    margin-top: 90vw;
  }

  .md-max\:mr-vw90 {
    margin-right: 90vw;
  }

  .md-max\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .md-max\:ml-vw90 {
    margin-left: 90vw;
  }

  .md-max\:mt-90p {
    margin-top: 90%;
  }

  .md-max\:mr-90p {
    margin-right: 90%;
  }

  .md-max\:mb-90p {
    margin-bottom: 90%;
  }

  .md-max\:ml-90p {
    margin-left: 90%;
  }

  .md-max\:mt-92p {
    margin-top: 92%;
  }

  .md-max\:mr-92p {
    margin-right: 92%;
  }

  .md-max\:mb-92p {
    margin-bottom: 92%;
  }

  .md-max\:ml-92p {
    margin-left: 92%;
  }

  .md-max\:mt-93p {
    margin-top: 93%;
  }

  .md-max\:mr-93p {
    margin-right: 93%;
  }

  .md-max\:mb-93p {
    margin-bottom: 93%;
  }

  .md-max\:ml-93p {
    margin-left: 93%;
  }

  .md-max\:mt-94p {
    margin-top: 94%;
  }

  .md-max\:mr-94p {
    margin-right: 94%;
  }

  .md-max\:mb-94p {
    margin-bottom: 94%;
  }

  .md-max\:ml-94p {
    margin-left: 94%;
  }

  .md-max\:mt-95p {
    margin-top: 95%;
  }

  .md-max\:mr-95p {
    margin-right: 95%;
  }

  .md-max\:mb-95p {
    margin-bottom: 95%;
  }

  .md-max\:ml-95p {
    margin-left: 95%;
  }

  .md-max\:mt-96p {
    margin-top: 96%;
  }

  .md-max\:mr-96p {
    margin-right: 96%;
  }

  .md-max\:mb-96p {
    margin-bottom: 96%;
  }

  .md-max\:ml-96p {
    margin-left: 96%;
  }

  .md-max\:mt-100p {
    margin-top: 100%;
  }

  .md-max\:mr-100p {
    margin-right: 100%;
  }

  .md-max\:mb-100p {
    margin-bottom: 100%;
  }

  .md-max\:ml-100p {
    margin-left: 100%;
  }

  .md-max\:-mt-0 {
    margin-top: 0px;
  }

  .md-max\:-mr-0 {
    margin-right: 0px;
  }

  .md-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .md-max\:-ml-0 {
    margin-left: 0px;
  }

  .md-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md-max\:-mt-3 {
    margin-top: -3px;
  }

  .md-max\:-mr-3 {
    margin-right: -3px;
  }

  .md-max\:-mb-3 {
    margin-bottom: -3px;
  }

  .md-max\:-ml-3 {
    margin-left: -3px;
  }

  .md-max\:-mt-4 {
    margin-top: -4px;
  }

  .md-max\:-mr-4 {
    margin-right: -4px;
  }

  .md-max\:-mb-4 {
    margin-bottom: -4px;
  }

  .md-max\:-ml-4 {
    margin-left: -4px;
  }

  .md-max\:-mt-5 {
    margin-top: -5px;
  }

  .md-max\:-mr-5 {
    margin-right: -5px;
  }

  .md-max\:-mb-5 {
    margin-bottom: -5px;
  }

  .md-max\:-ml-5 {
    margin-left: -5px;
  }

  .md-max\:-mt-6 {
    margin-top: -6px;
  }

  .md-max\:-mr-6 {
    margin-right: -6px;
  }

  .md-max\:-mb-6 {
    margin-bottom: -6px;
  }

  .md-max\:-ml-6 {
    margin-left: -6px;
  }

  .md-max\:-mt-8 {
    margin-top: -8px;
  }

  .md-max\:-mr-8 {
    margin-right: -8px;
  }

  .md-max\:-mb-8 {
    margin-bottom: -8px;
  }

  .md-max\:-ml-8 {
    margin-left: -8px;
  }

  .md-max\:-mt-9 {
    margin-top: -9px;
  }

  .md-max\:-mr-9 {
    margin-right: -9px;
  }

  .md-max\:-mb-9 {
    margin-bottom: -9px;
  }

  .md-max\:-ml-9 {
    margin-left: -9px;
  }

  .md-max\:-mt-10 {
    margin-top: -10px;
  }

  .md-max\:-mr-10 {
    margin-right: -10px;
  }

  .md-max\:-mb-10 {
    margin-bottom: -10px;
  }

  .md-max\:-ml-10 {
    margin-left: -10px;
  }

  .md-max\:-mt-12 {
    margin-top: -12px;
  }

  .md-max\:-mr-12 {
    margin-right: -12px;
  }

  .md-max\:-mb-12 {
    margin-bottom: -12px;
  }

  .md-max\:-ml-12 {
    margin-left: -12px;
  }

  .md-max\:-mt-13 {
    margin-top: -13px;
  }

  .md-max\:-mr-13 {
    margin-right: -13px;
  }

  .md-max\:-mb-13 {
    margin-bottom: -13px;
  }

  .md-max\:-ml-13 {
    margin-left: -13px;
  }

  .md-max\:-mt-14 {
    margin-top: -14px;
  }

  .md-max\:-mr-14 {
    margin-right: -14px;
  }

  .md-max\:-mb-14 {
    margin-bottom: -14px;
  }

  .md-max\:-ml-14 {
    margin-left: -14px;
  }

  .md-max\:-mt-15 {
    margin-top: -15px;
  }

  .md-max\:-mr-15 {
    margin-right: -15px;
  }

  .md-max\:-mb-15 {
    margin-bottom: -15px;
  }

  .md-max\:-ml-15 {
    margin-left: -15px;
  }

  .md-max\:-mt-16 {
    margin-top: -16px;
  }

  .md-max\:-mr-16 {
    margin-right: -16px;
  }

  .md-max\:-mb-16 {
    margin-bottom: -16px;
  }

  .md-max\:-ml-16 {
    margin-left: -16px;
  }

  .md-max\:-mt-17 {
    margin-top: -17px;
  }

  .md-max\:-mr-17 {
    margin-right: -17px;
  }

  .md-max\:-mb-17 {
    margin-bottom: -17px;
  }

  .md-max\:-ml-17 {
    margin-left: -17px;
  }

  .md-max\:-mt-18 {
    margin-top: -18px;
  }

  .md-max\:-mr-18 {
    margin-right: -18px;
  }

  .md-max\:-mb-18 {
    margin-bottom: -18px;
  }

  .md-max\:-ml-18 {
    margin-left: -18px;
  }

  .md-max\:-mt-20 {
    margin-top: -20px;
  }

  .md-max\:-mr-20 {
    margin-right: -20px;
  }

  .md-max\:-mb-20 {
    margin-bottom: -20px;
  }

  .md-max\:-ml-20 {
    margin-left: -20px;
  }

  .md-max\:-mt-22 {
    margin-top: -22px;
  }

  .md-max\:-mr-22 {
    margin-right: -22px;
  }

  .md-max\:-mb-22 {
    margin-bottom: -22px;
  }

  .md-max\:-ml-22 {
    margin-left: -22px;
  }

  .md-max\:-mt-24 {
    margin-top: -24px;
  }

  .md-max\:-mr-24 {
    margin-right: -24px;
  }

  .md-max\:-mb-24 {
    margin-bottom: -24px;
  }

  .md-max\:-ml-24 {
    margin-left: -24px;
  }

  .md-max\:-mt-25 {
    margin-top: -25px;
  }

  .md-max\:-mr-25 {
    margin-right: -25px;
  }

  .md-max\:-mb-25 {
    margin-bottom: -25px;
  }

  .md-max\:-ml-25 {
    margin-left: -25px;
  }

  .md-max\:-mt-28 {
    margin-top: -28px;
  }

  .md-max\:-mr-28 {
    margin-right: -28px;
  }

  .md-max\:-mb-28 {
    margin-bottom: -28px;
  }

  .md-max\:-ml-28 {
    margin-left: -28px;
  }

  .md-max\:-mt-29 {
    margin-top: -29px;
  }

  .md-max\:-mr-29 {
    margin-right: -29px;
  }

  .md-max\:-mb-29 {
    margin-bottom: -29px;
  }

  .md-max\:-ml-29 {
    margin-left: -29px;
  }

  .md-max\:-mt-30 {
    margin-top: -30px;
  }

  .md-max\:-mr-30 {
    margin-right: -30px;
  }

  .md-max\:-mb-30 {
    margin-bottom: -30px;
  }

  .md-max\:-ml-30 {
    margin-left: -30px;
  }

  .md-max\:-mt-32 {
    margin-top: -32px;
  }

  .md-max\:-mr-32 {
    margin-right: -32px;
  }

  .md-max\:-mb-32 {
    margin-bottom: -32px;
  }

  .md-max\:-ml-32 {
    margin-left: -32px;
  }

  .md-max\:-mt-35 {
    margin-top: -35px;
  }

  .md-max\:-mr-35 {
    margin-right: -35px;
  }

  .md-max\:-mb-35 {
    margin-bottom: -35px;
  }

  .md-max\:-ml-35 {
    margin-left: -35px;
  }

  .md-max\:-mt-36 {
    margin-top: -36px;
  }

  .md-max\:-mr-36 {
    margin-right: -36px;
  }

  .md-max\:-mb-36 {
    margin-bottom: -36px;
  }

  .md-max\:-ml-36 {
    margin-left: -36px;
  }

  .md-max\:-mt-37 {
    margin-top: -37px;
  }

  .md-max\:-mr-37 {
    margin-right: -37px;
  }

  .md-max\:-mb-37 {
    margin-bottom: -37px;
  }

  .md-max\:-ml-37 {
    margin-left: -37px;
  }

  .md-max\:-mt-40 {
    margin-top: -40px;
  }

  .md-max\:-mr-40 {
    margin-right: -40px;
  }

  .md-max\:-mb-40 {
    margin-bottom: -40px;
  }

  .md-max\:-ml-40 {
    margin-left: -40px;
  }

  .md-max\:-mt-45 {
    margin-top: -45px;
  }

  .md-max\:-mr-45 {
    margin-right: -45px;
  }

  .md-max\:-mb-45 {
    margin-bottom: -45px;
  }

  .md-max\:-ml-45 {
    margin-left: -45px;
  }

  .md-max\:-mt-48 {
    margin-top: -48px;
  }

  .md-max\:-mr-48 {
    margin-right: -48px;
  }

  .md-max\:-mb-48 {
    margin-bottom: -48px;
  }

  .md-max\:-ml-48 {
    margin-left: -48px;
  }

  .md-max\:-mt-50 {
    margin-top: -50px;
  }

  .md-max\:-mr-50 {
    margin-right: -50px;
  }

  .md-max\:-mb-50 {
    margin-bottom: -50px;
  }

  .md-max\:-ml-50 {
    margin-left: -50px;
  }

  .md-max\:-mt-55 {
    margin-top: -55px;
  }

  .md-max\:-mr-55 {
    margin-right: -55px;
  }

  .md-max\:-mb-55 {
    margin-bottom: -55px;
  }

  .md-max\:-ml-55 {
    margin-left: -55px;
  }

  .md-max\:-mt-56 {
    margin-top: -56px;
  }

  .md-max\:-mr-56 {
    margin-right: -56px;
  }

  .md-max\:-mb-56 {
    margin-bottom: -56px;
  }

  .md-max\:-ml-56 {
    margin-left: -56px;
  }

  .md-max\:-mt-60 {
    margin-top: -60px;
  }

  .md-max\:-mr-60 {
    margin-right: -60px;
  }

  .md-max\:-mb-60 {
    margin-bottom: -60px;
  }

  .md-max\:-ml-60 {
    margin-left: -60px;
  }

  .md-max\:-mt-62 {
    margin-top: -62px;
  }

  .md-max\:-mr-62 {
    margin-right: -62px;
  }

  .md-max\:-mb-62 {
    margin-bottom: -62px;
  }

  .md-max\:-ml-62 {
    margin-left: -62px;
  }

  .md-max\:-mt-64 {
    margin-top: -64px;
  }

  .md-max\:-mr-64 {
    margin-right: -64px;
  }

  .md-max\:-mb-64 {
    margin-bottom: -64px;
  }

  .md-max\:-ml-64 {
    margin-left: -64px;
  }

  .md-max\:-mt-65 {
    margin-top: -65px;
  }

  .md-max\:-mr-65 {
    margin-right: -65px;
  }

  .md-max\:-mb-65 {
    margin-bottom: -65px;
  }

  .md-max\:-ml-65 {
    margin-left: -65px;
  }

  .md-max\:-mt-70 {
    margin-top: -70px;
  }

  .md-max\:-mr-70 {
    margin-right: -70px;
  }

  .md-max\:-mb-70 {
    margin-bottom: -70px;
  }

  .md-max\:-ml-70 {
    margin-left: -70px;
  }

  .md-max\:-mt-75 {
    margin-top: -75px;
  }

  .md-max\:-mr-75 {
    margin-right: -75px;
  }

  .md-max\:-mb-75 {
    margin-bottom: -75px;
  }

  .md-max\:-ml-75 {
    margin-left: -75px;
  }

  .md-max\:-mt-80 {
    margin-top: -80px;
  }

  .md-max\:-mr-80 {
    margin-right: -80px;
  }

  .md-max\:-mb-80 {
    margin-bottom: -80px;
  }

  .md-max\:-ml-80 {
    margin-left: -80px;
  }

  .md-max\:-mt-85 {
    margin-top: -85px;
  }

  .md-max\:-mr-85 {
    margin-right: -85px;
  }

  .md-max\:-mb-85 {
    margin-bottom: -85px;
  }

  .md-max\:-ml-85 {
    margin-left: -85px;
  }

  .md-max\:-mt-90 {
    margin-top: -90px;
  }

  .md-max\:-mr-90 {
    margin-right: -90px;
  }

  .md-max\:-mb-90 {
    margin-bottom: -90px;
  }

  .md-max\:-ml-90 {
    margin-left: -90px;
  }

  .md-max\:-mt-95 {
    margin-top: -95px;
  }

  .md-max\:-mr-95 {
    margin-right: -95px;
  }

  .md-max\:-mb-95 {
    margin-bottom: -95px;
  }

  .md-max\:-ml-95 {
    margin-left: -95px;
  }

  .md-max\:-mt-96 {
    margin-top: -96px;
  }

  .md-max\:-mr-96 {
    margin-right: -96px;
  }

  .md-max\:-mb-96 {
    margin-bottom: -96px;
  }

  .md-max\:-ml-96 {
    margin-left: -96px;
  }

  .md-max\:-mt-100 {
    margin-top: -100px;
  }

  .md-max\:-mr-100 {
    margin-right: -100px;
  }

  .md-max\:-mb-100 {
    margin-bottom: -100px;
  }

  .md-max\:-ml-100 {
    margin-left: -100px;
  }

  .md-max\:-mt-110 {
    margin-top: -110px;
  }

  .md-max\:-mr-110 {
    margin-right: -110px;
  }

  .md-max\:-mb-110 {
    margin-bottom: -110px;
  }

  .md-max\:-ml-110 {
    margin-left: -110px;
  }

  .md-max\:-mt-115 {
    margin-top: -115px;
  }

  .md-max\:-mr-115 {
    margin-right: -115px;
  }

  .md-max\:-mb-115 {
    margin-bottom: -115px;
  }

  .md-max\:-ml-115 {
    margin-left: -115px;
  }

  .md-max\:-mt-120 {
    margin-top: -120px;
  }

  .md-max\:-mr-120 {
    margin-right: -120px;
  }

  .md-max\:-mb-120 {
    margin-bottom: -120px;
  }

  .md-max\:-ml-120 {
    margin-left: -120px;
  }

  .md-max\:-mt-128 {
    margin-top: -128px;
  }

  .md-max\:-mr-128 {
    margin-right: -128px;
  }

  .md-max\:-mb-128 {
    margin-bottom: -128px;
  }

  .md-max\:-ml-128 {
    margin-left: -128px;
  }

  .md-max\:-mt-135 {
    margin-top: -135px;
  }

  .md-max\:-mr-135 {
    margin-right: -135px;
  }

  .md-max\:-mb-135 {
    margin-bottom: -135px;
  }

  .md-max\:-ml-135 {
    margin-left: -135px;
  }

  .md-max\:-mt-140 {
    margin-top: -140px;
  }

  .md-max\:-mr-140 {
    margin-right: -140px;
  }

  .md-max\:-mb-140 {
    margin-bottom: -140px;
  }

  .md-max\:-ml-140 {
    margin-left: -140px;
  }

  .md-max\:-mt-145 {
    margin-top: -145px;
  }

  .md-max\:-mr-145 {
    margin-right: -145px;
  }

  .md-max\:-mb-145 {
    margin-bottom: -145px;
  }

  .md-max\:-ml-145 {
    margin-left: -145px;
  }

  .md-max\:-mt-150 {
    margin-top: -150px;
  }

  .md-max\:-mr-150 {
    margin-right: -150px;
  }

  .md-max\:-mb-150 {
    margin-bottom: -150px;
  }

  .md-max\:-ml-150 {
    margin-left: -150px;
  }

  .md-max\:-mt-160 {
    margin-top: -160px;
  }

  .md-max\:-mr-160 {
    margin-right: -160px;
  }

  .md-max\:-mb-160 {
    margin-bottom: -160px;
  }

  .md-max\:-ml-160 {
    margin-left: -160px;
  }

  .md-max\:-mt-165 {
    margin-top: -165px;
  }

  .md-max\:-mr-165 {
    margin-right: -165px;
  }

  .md-max\:-mb-165 {
    margin-bottom: -165px;
  }

  .md-max\:-ml-165 {
    margin-left: -165px;
  }

  .md-max\:-mt-168 {
    margin-top: -168px;
  }

  .md-max\:-mr-168 {
    margin-right: -168px;
  }

  .md-max\:-mb-168 {
    margin-bottom: -168px;
  }

  .md-max\:-ml-168 {
    margin-left: -168px;
  }

  .md-max\:-mt-170 {
    margin-top: -170px;
  }

  .md-max\:-mr-170 {
    margin-right: -170px;
  }

  .md-max\:-mb-170 {
    margin-bottom: -170px;
  }

  .md-max\:-ml-170 {
    margin-left: -170px;
  }

  .md-max\:-mt-180 {
    margin-top: -180px;
  }

  .md-max\:-mr-180 {
    margin-right: -180px;
  }

  .md-max\:-mb-180 {
    margin-bottom: -180px;
  }

  .md-max\:-ml-180 {
    margin-left: -180px;
  }

  .md-max\:-mt-200 {
    margin-top: -200px;
  }

  .md-max\:-mr-200 {
    margin-right: -200px;
  }

  .md-max\:-mb-200 {
    margin-bottom: -200px;
  }

  .md-max\:-ml-200 {
    margin-left: -200px;
  }

  .md-max\:-mt-220 {
    margin-top: -220px;
  }

  .md-max\:-mr-220 {
    margin-right: -220px;
  }

  .md-max\:-mb-220 {
    margin-bottom: -220px;
  }

  .md-max\:-ml-220 {
    margin-left: -220px;
  }

  .md-max\:-mt-230 {
    margin-top: -230px;
  }

  .md-max\:-mr-230 {
    margin-right: -230px;
  }

  .md-max\:-mb-230 {
    margin-bottom: -230px;
  }

  .md-max\:-ml-230 {
    margin-left: -230px;
  }

  .md-max\:-mt-235 {
    margin-top: -235px;
  }

  .md-max\:-mr-235 {
    margin-right: -235px;
  }

  .md-max\:-mb-235 {
    margin-bottom: -235px;
  }

  .md-max\:-ml-235 {
    margin-left: -235px;
  }

  .md-max\:-mt-240 {
    margin-top: -240px;
  }

  .md-max\:-mr-240 {
    margin-right: -240px;
  }

  .md-max\:-mb-240 {
    margin-bottom: -240px;
  }

  .md-max\:-ml-240 {
    margin-left: -240px;
  }

  .md-max\:-mt-250 {
    margin-top: -250px;
  }

  .md-max\:-mr-250 {
    margin-right: -250px;
  }

  .md-max\:-mb-250 {
    margin-bottom: -250px;
  }

  .md-max\:-ml-250 {
    margin-left: -250px;
  }

  .md-max\:-mt-300 {
    margin-top: -300px;
  }

  .md-max\:-mr-300 {
    margin-right: -300px;
  }

  .md-max\:-mb-300 {
    margin-bottom: -300px;
  }

  .md-max\:-ml-300 {
    margin-left: -300px;
  }

  .md-max\:-mt-320 {
    margin-top: -320px;
  }

  .md-max\:-mr-320 {
    margin-right: -320px;
  }

  .md-max\:-mb-320 {
    margin-bottom: -320px;
  }

  .md-max\:-ml-320 {
    margin-left: -320px;
  }

  .md-max\:-mt-350 {
    margin-top: -350px;
  }

  .md-max\:-mr-350 {
    margin-right: -350px;
  }

  .md-max\:-mb-350 {
    margin-bottom: -350px;
  }

  .md-max\:-ml-350 {
    margin-left: -350px;
  }

  .md-max\:-mt-375 {
    margin-top: -375px;
  }

  .md-max\:-mr-375 {
    margin-right: -375px;
  }

  .md-max\:-mb-375 {
    margin-bottom: -375px;
  }

  .md-max\:-ml-375 {
    margin-left: -375px;
  }

  .md-max\:-mt-400 {
    margin-top: -400px;
  }

  .md-max\:-mr-400 {
    margin-right: -400px;
  }

  .md-max\:-mb-400 {
    margin-bottom: -400px;
  }

  .md-max\:-ml-400 {
    margin-left: -400px;
  }

  .md-max\:-mt-450 {
    margin-top: -450px;
  }

  .md-max\:-mr-450 {
    margin-right: -450px;
  }

  .md-max\:-mb-450 {
    margin-bottom: -450px;
  }

  .md-max\:-ml-450 {
    margin-left: -450px;
  }

  .md-max\:-mt-700 {
    margin-top: -700px;
  }

  .md-max\:-mr-700 {
    margin-right: -700px;
  }

  .md-max\:-mb-700 {
    margin-bottom: -700px;
  }

  .md-max\:-ml-700 {
    margin-left: -700px;
  }

  .md-max\:-mt-px {
    margin-top: -1px;
  }

  .md-max\:-mr-px {
    margin-right: -1px;
  }

  .md-max\:-mb-px {
    margin-bottom: -1px;
  }

  .md-max\:-ml-px {
    margin-left: -1px;
  }

  .md-max\:-mt-1p {
    margin-top: -1%;
  }

  .md-max\:-mr-1p {
    margin-right: -1%;
  }

  .md-max\:-mb-1p {
    margin-bottom: -1%;
  }

  .md-max\:-ml-1p {
    margin-left: -1%;
  }

  .md-max\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .md-max\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .md-max\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .md-max\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .md-max\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .md-max\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .md-max\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .md-max\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .md-max\:-mt-11p {
    margin-top: -11%;
  }

  .md-max\:-mr-11p {
    margin-right: -11%;
  }

  .md-max\:-mb-11p {
    margin-bottom: -11%;
  }

  .md-max\:-ml-11p {
    margin-left: -11%;
  }

  .md-max\:-mt-20p {
    margin-top: -20%;
  }

  .md-max\:-mr-20p {
    margin-right: -20%;
  }

  .md-max\:-mb-20p {
    margin-bottom: -20%;
  }

  .md-max\:-ml-20p {
    margin-left: -20%;
  }

  .md-max\:-mt-24p {
    margin-top: -24.25%;
  }

  .md-max\:-mr-24p {
    margin-right: -24.25%;
  }

  .md-max\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .md-max\:-ml-24p {
    margin-left: -24.25%;
  }

  .md-max\:-mt-25p {
    margin-top: -25%;
  }

  .md-max\:-mr-25p {
    margin-right: -25%;
  }

  .md-max\:-mb-25p {
    margin-bottom: -25%;
  }

  .md-max\:-ml-25p {
    margin-left: -25%;
  }

  .md-max\:-mt-32p {
    margin-top: -32%;
  }

  .md-max\:-mr-32p {
    margin-right: -32%;
  }

  .md-max\:-mb-32p {
    margin-bottom: -32%;
  }

  .md-max\:-ml-32p {
    margin-left: -32%;
  }

  .md-max\:-mt-35p {
    margin-top: -35%;
  }

  .md-max\:-mr-35p {
    margin-right: -35%;
  }

  .md-max\:-mb-35p {
    margin-bottom: -35%;
  }

  .md-max\:-ml-35p {
    margin-left: -35%;
  }

  .md-max\:-mt-40p {
    margin-top: -40%;
  }

  .md-max\:-mr-40p {
    margin-right: -40%;
  }

  .md-max\:-mb-40p {
    margin-bottom: -40%;
  }

  .md-max\:-ml-40p {
    margin-left: -40%;
  }

  .md-max\:-mt-49p {
    margin-top: -49%;
  }

  .md-max\:-mr-49p {
    margin-right: -49%;
  }

  .md-max\:-mb-49p {
    margin-bottom: -49%;
  }

  .md-max\:-ml-49p {
    margin-left: -49%;
  }

  .md-max\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .md-max\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .md-max\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .md-max\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .md-max\:-mt-80p {
    margin-top: -80%;
  }

  .md-max\:-mr-80p {
    margin-right: -80%;
  }

  .md-max\:-mb-80p {
    margin-bottom: -80%;
  }

  .md-max\:-ml-80p {
    margin-left: -80%;
  }

  .md-max\:-mt-vh80 {
    margin-top: -80vh;
  }

  .md-max\:-mr-vh80 {
    margin-right: -80vh;
  }

  .md-max\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .md-max\:-ml-vh80 {
    margin-left: -80vh;
  }

  .md-max\:-mt-vh86 {
    margin-top: -86vh;
  }

  .md-max\:-mr-vh86 {
    margin-right: -86vh;
  }

  .md-max\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .md-max\:-ml-vh86 {
    margin-left: -86vh;
  }

  .md-max\:-mt-vh90 {
    margin-top: -90vh;
  }

  .md-max\:-mr-vh90 {
    margin-right: -90vh;
  }

  .md-max\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .md-max\:-ml-vh90 {
    margin-left: -90vh;
  }

  .md-max\:-mt-vw80 {
    margin-top: -80vw;
  }

  .md-max\:-mr-vw80 {
    margin-right: -80vw;
  }

  .md-max\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .md-max\:-ml-vw80 {
    margin-left: -80vw;
  }

  .md-max\:-mt-vw90 {
    margin-top: -90vw;
  }

  .md-max\:-mr-vw90 {
    margin-right: -90vw;
  }

  .md-max\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .md-max\:-ml-vw90 {
    margin-left: -90vw;
  }

  .md-max\:-mt-90p {
    margin-top: -90%;
  }

  .md-max\:-mr-90p {
    margin-right: -90%;
  }

  .md-max\:-mb-90p {
    margin-bottom: -90%;
  }

  .md-max\:-ml-90p {
    margin-left: -90%;
  }

  .md-max\:-mt-92p {
    margin-top: -92%;
  }

  .md-max\:-mr-92p {
    margin-right: -92%;
  }

  .md-max\:-mb-92p {
    margin-bottom: -92%;
  }

  .md-max\:-ml-92p {
    margin-left: -92%;
  }

  .md-max\:-mt-93p {
    margin-top: -93%;
  }

  .md-max\:-mr-93p {
    margin-right: -93%;
  }

  .md-max\:-mb-93p {
    margin-bottom: -93%;
  }

  .md-max\:-ml-93p {
    margin-left: -93%;
  }

  .md-max\:-mt-94p {
    margin-top: -94%;
  }

  .md-max\:-mr-94p {
    margin-right: -94%;
  }

  .md-max\:-mb-94p {
    margin-bottom: -94%;
  }

  .md-max\:-ml-94p {
    margin-left: -94%;
  }

  .md-max\:-mt-95p {
    margin-top: -95%;
  }

  .md-max\:-mr-95p {
    margin-right: -95%;
  }

  .md-max\:-mb-95p {
    margin-bottom: -95%;
  }

  .md-max\:-ml-95p {
    margin-left: -95%;
  }

  .md-max\:-mt-96p {
    margin-top: -96%;
  }

  .md-max\:-mr-96p {
    margin-right: -96%;
  }

  .md-max\:-mb-96p {
    margin-bottom: -96%;
  }

  .md-max\:-ml-96p {
    margin-left: -96%;
  }

  .md-max\:-mt-100p {
    margin-top: -100%;
  }

  .md-max\:-mr-100p {
    margin-right: -100%;
  }

  .md-max\:-mb-100p {
    margin-bottom: -100%;
  }

  .md-max\:-ml-100p {
    margin-left: -100%;
  }

  .md-max\:hover\:m-0:hover {
    margin: 0px;
  }

  .md-max\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md-max\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md-max\:hover\:m-3:hover {
    margin: 3px;
  }

  .md-max\:hover\:m-4:hover {
    margin: 4px;
  }

  .md-max\:hover\:m-5:hover {
    margin: 5px;
  }

  .md-max\:hover\:m-6:hover {
    margin: 6px;
  }

  .md-max\:hover\:m-8:hover {
    margin: 8px;
  }

  .md-max\:hover\:m-9:hover {
    margin: 9px;
  }

  .md-max\:hover\:m-10:hover {
    margin: 10px;
  }

  .md-max\:hover\:m-12:hover {
    margin: 12px;
  }

  .md-max\:hover\:m-13:hover {
    margin: 13px;
  }

  .md-max\:hover\:m-14:hover {
    margin: 14px;
  }

  .md-max\:hover\:m-15:hover {
    margin: 15px;
  }

  .md-max\:hover\:m-16:hover {
    margin: 16px;
  }

  .md-max\:hover\:m-17:hover {
    margin: 17px;
  }

  .md-max\:hover\:m-18:hover {
    margin: 18px;
  }

  .md-max\:hover\:m-20:hover {
    margin: 20px;
  }

  .md-max\:hover\:m-22:hover {
    margin: 22px;
  }

  .md-max\:hover\:m-24:hover {
    margin: 24px;
  }

  .md-max\:hover\:m-25:hover {
    margin: 25px;
  }

  .md-max\:hover\:m-28:hover {
    margin: 28px;
  }

  .md-max\:hover\:m-29:hover {
    margin: 29px;
  }

  .md-max\:hover\:m-30:hover {
    margin: 30px;
  }

  .md-max\:hover\:m-32:hover {
    margin: 32px;
  }

  .md-max\:hover\:m-35:hover {
    margin: 35px;
  }

  .md-max\:hover\:m-36:hover {
    margin: 36px;
  }

  .md-max\:hover\:m-37:hover {
    margin: 37px;
  }

  .md-max\:hover\:m-40:hover {
    margin: 40px;
  }

  .md-max\:hover\:m-45:hover {
    margin: 45px;
  }

  .md-max\:hover\:m-48:hover {
    margin: 48px;
  }

  .md-max\:hover\:m-50:hover {
    margin: 50px;
  }

  .md-max\:hover\:m-55:hover {
    margin: 55px;
  }

  .md-max\:hover\:m-56:hover {
    margin: 56px;
  }

  .md-max\:hover\:m-60:hover {
    margin: 60px;
  }

  .md-max\:hover\:m-62:hover {
    margin: 62px;
  }

  .md-max\:hover\:m-64:hover {
    margin: 64px;
  }

  .md-max\:hover\:m-65:hover {
    margin: 65px;
  }

  .md-max\:hover\:m-70:hover {
    margin: 70px;
  }

  .md-max\:hover\:m-75:hover {
    margin: 75px;
  }

  .md-max\:hover\:m-80:hover {
    margin: 80px;
  }

  .md-max\:hover\:m-85:hover {
    margin: 85px;
  }

  .md-max\:hover\:m-90:hover {
    margin: 90px;
  }

  .md-max\:hover\:m-95:hover {
    margin: 95px;
  }

  .md-max\:hover\:m-96:hover {
    margin: 96px;
  }

  .md-max\:hover\:m-100:hover {
    margin: 100px;
  }

  .md-max\:hover\:m-110:hover {
    margin: 110px;
  }

  .md-max\:hover\:m-115:hover {
    margin: 115px;
  }

  .md-max\:hover\:m-120:hover {
    margin: 120px;
  }

  .md-max\:hover\:m-128:hover {
    margin: 128px;
  }

  .md-max\:hover\:m-135:hover {
    margin: 135px;
  }

  .md-max\:hover\:m-140:hover {
    margin: 140px;
  }

  .md-max\:hover\:m-145:hover {
    margin: 145px;
  }

  .md-max\:hover\:m-150:hover {
    margin: 150px;
  }

  .md-max\:hover\:m-160:hover {
    margin: 160px;
  }

  .md-max\:hover\:m-165:hover {
    margin: 165px;
  }

  .md-max\:hover\:m-168:hover {
    margin: 168px;
  }

  .md-max\:hover\:m-170:hover {
    margin: 170px;
  }

  .md-max\:hover\:m-180:hover {
    margin: 180px;
  }

  .md-max\:hover\:m-200:hover {
    margin: 200px;
  }

  .md-max\:hover\:m-220:hover {
    margin: 220px;
  }

  .md-max\:hover\:m-230:hover {
    margin: 230px;
  }

  .md-max\:hover\:m-235:hover {
    margin: 235px;
  }

  .md-max\:hover\:m-240:hover {
    margin: 240px;
  }

  .md-max\:hover\:m-250:hover {
    margin: 250px;
  }

  .md-max\:hover\:m-300:hover {
    margin: 300px;
  }

  .md-max\:hover\:m-320:hover {
    margin: 320px;
  }

  .md-max\:hover\:m-350:hover {
    margin: 350px;
  }

  .md-max\:hover\:m-375:hover {
    margin: 375px;
  }

  .md-max\:hover\:m-400:hover {
    margin: 400px;
  }

  .md-max\:hover\:m-450:hover {
    margin: 450px;
  }

  .md-max\:hover\:m-700:hover {
    margin: 700px;
  }

  .md-max\:hover\:m-auto:hover {
    margin: auto;
  }

  .md-max\:hover\:m-px:hover {
    margin: 1px;
  }

  .md-max\:hover\:m-1p:hover {
    margin: 1%;
  }

  .md-max\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .md-max\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .md-max\:hover\:m-11p:hover {
    margin: 11%;
  }

  .md-max\:hover\:m-20p:hover {
    margin: 20%;
  }

  .md-max\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .md-max\:hover\:m-25p:hover {
    margin: 25%;
  }

  .md-max\:hover\:m-32p:hover {
    margin: 32%;
  }

  .md-max\:hover\:m-35p:hover {
    margin: 35%;
  }

  .md-max\:hover\:m-40p:hover {
    margin: 40%;
  }

  .md-max\:hover\:m-49p:hover {
    margin: 49%;
  }

  .md-max\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .md-max\:hover\:m-80p:hover {
    margin: 80%;
  }

  .md-max\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .md-max\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .md-max\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .md-max\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .md-max\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .md-max\:hover\:m-90p:hover {
    margin: 90%;
  }

  .md-max\:hover\:m-92p:hover {
    margin: 92%;
  }

  .md-max\:hover\:m-93p:hover {
    margin: 93%;
  }

  .md-max\:hover\:m-94p:hover {
    margin: 94%;
  }

  .md-max\:hover\:m-95p:hover {
    margin: 95%;
  }

  .md-max\:hover\:m-96p:hover {
    margin: 96%;
  }

  .md-max\:hover\:m-100p:hover {
    margin: 100%;
  }

  .md-max\:hover\:-m-0:hover {
    margin: 0px;
  }

  .md-max\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md-max\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md-max\:hover\:-m-3:hover {
    margin: -3px;
  }

  .md-max\:hover\:-m-4:hover {
    margin: -4px;
  }

  .md-max\:hover\:-m-5:hover {
    margin: -5px;
  }

  .md-max\:hover\:-m-6:hover {
    margin: -6px;
  }

  .md-max\:hover\:-m-8:hover {
    margin: -8px;
  }

  .md-max\:hover\:-m-9:hover {
    margin: -9px;
  }

  .md-max\:hover\:-m-10:hover {
    margin: -10px;
  }

  .md-max\:hover\:-m-12:hover {
    margin: -12px;
  }

  .md-max\:hover\:-m-13:hover {
    margin: -13px;
  }

  .md-max\:hover\:-m-14:hover {
    margin: -14px;
  }

  .md-max\:hover\:-m-15:hover {
    margin: -15px;
  }

  .md-max\:hover\:-m-16:hover {
    margin: -16px;
  }

  .md-max\:hover\:-m-17:hover {
    margin: -17px;
  }

  .md-max\:hover\:-m-18:hover {
    margin: -18px;
  }

  .md-max\:hover\:-m-20:hover {
    margin: -20px;
  }

  .md-max\:hover\:-m-22:hover {
    margin: -22px;
  }

  .md-max\:hover\:-m-24:hover {
    margin: -24px;
  }

  .md-max\:hover\:-m-25:hover {
    margin: -25px;
  }

  .md-max\:hover\:-m-28:hover {
    margin: -28px;
  }

  .md-max\:hover\:-m-29:hover {
    margin: -29px;
  }

  .md-max\:hover\:-m-30:hover {
    margin: -30px;
  }

  .md-max\:hover\:-m-32:hover {
    margin: -32px;
  }

  .md-max\:hover\:-m-35:hover {
    margin: -35px;
  }

  .md-max\:hover\:-m-36:hover {
    margin: -36px;
  }

  .md-max\:hover\:-m-37:hover {
    margin: -37px;
  }

  .md-max\:hover\:-m-40:hover {
    margin: -40px;
  }

  .md-max\:hover\:-m-45:hover {
    margin: -45px;
  }

  .md-max\:hover\:-m-48:hover {
    margin: -48px;
  }

  .md-max\:hover\:-m-50:hover {
    margin: -50px;
  }

  .md-max\:hover\:-m-55:hover {
    margin: -55px;
  }

  .md-max\:hover\:-m-56:hover {
    margin: -56px;
  }

  .md-max\:hover\:-m-60:hover {
    margin: -60px;
  }

  .md-max\:hover\:-m-62:hover {
    margin: -62px;
  }

  .md-max\:hover\:-m-64:hover {
    margin: -64px;
  }

  .md-max\:hover\:-m-65:hover {
    margin: -65px;
  }

  .md-max\:hover\:-m-70:hover {
    margin: -70px;
  }

  .md-max\:hover\:-m-75:hover {
    margin: -75px;
  }

  .md-max\:hover\:-m-80:hover {
    margin: -80px;
  }

  .md-max\:hover\:-m-85:hover {
    margin: -85px;
  }

  .md-max\:hover\:-m-90:hover {
    margin: -90px;
  }

  .md-max\:hover\:-m-95:hover {
    margin: -95px;
  }

  .md-max\:hover\:-m-96:hover {
    margin: -96px;
  }

  .md-max\:hover\:-m-100:hover {
    margin: -100px;
  }

  .md-max\:hover\:-m-110:hover {
    margin: -110px;
  }

  .md-max\:hover\:-m-115:hover {
    margin: -115px;
  }

  .md-max\:hover\:-m-120:hover {
    margin: -120px;
  }

  .md-max\:hover\:-m-128:hover {
    margin: -128px;
  }

  .md-max\:hover\:-m-135:hover {
    margin: -135px;
  }

  .md-max\:hover\:-m-140:hover {
    margin: -140px;
  }

  .md-max\:hover\:-m-145:hover {
    margin: -145px;
  }

  .md-max\:hover\:-m-150:hover {
    margin: -150px;
  }

  .md-max\:hover\:-m-160:hover {
    margin: -160px;
  }

  .md-max\:hover\:-m-165:hover {
    margin: -165px;
  }

  .md-max\:hover\:-m-168:hover {
    margin: -168px;
  }

  .md-max\:hover\:-m-170:hover {
    margin: -170px;
  }

  .md-max\:hover\:-m-180:hover {
    margin: -180px;
  }

  .md-max\:hover\:-m-200:hover {
    margin: -200px;
  }

  .md-max\:hover\:-m-220:hover {
    margin: -220px;
  }

  .md-max\:hover\:-m-230:hover {
    margin: -230px;
  }

  .md-max\:hover\:-m-235:hover {
    margin: -235px;
  }

  .md-max\:hover\:-m-240:hover {
    margin: -240px;
  }

  .md-max\:hover\:-m-250:hover {
    margin: -250px;
  }

  .md-max\:hover\:-m-300:hover {
    margin: -300px;
  }

  .md-max\:hover\:-m-320:hover {
    margin: -320px;
  }

  .md-max\:hover\:-m-350:hover {
    margin: -350px;
  }

  .md-max\:hover\:-m-375:hover {
    margin: -375px;
  }

  .md-max\:hover\:-m-400:hover {
    margin: -400px;
  }

  .md-max\:hover\:-m-450:hover {
    margin: -450px;
  }

  .md-max\:hover\:-m-700:hover {
    margin: -700px;
  }

  .md-max\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md-max\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .md-max\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .md-max\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .md-max\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .md-max\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .md-max\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .md-max\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .md-max\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .md-max\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .md-max\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .md-max\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .md-max\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .md-max\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .md-max\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .md-max\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .md-max\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .md-max\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .md-max\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .md-max\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .md-max\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .md-max\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .md-max\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .md-max\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .md-max\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .md-max\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .md-max\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md-max\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md-max\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md-max\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md-max\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-max\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-max\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md-max\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md-max\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md-max\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md-max\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md-max\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md-max\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-max\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-max\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md-max\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md-max\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md-max\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md-max\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md-max\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md-max\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-max\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-max\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md-max\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md-max\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md-max\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md-max\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md-max\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md-max\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-max\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-max\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md-max\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md-max\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md-max\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md-max\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-max\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-max\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md-max\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md-max\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md-max\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md-max\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-max\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-max\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md-max\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md-max\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-max\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-max\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md-max\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md-max\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md-max\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md-max\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-max\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-max\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-max\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-max\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md-max\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md-max\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-max\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-max\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-max\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-max\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md-max\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md-max\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-max\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-max\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md-max\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md-max\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md-max\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md-max\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md-max\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md-max\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md-max\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md-max\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md-max\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md-max\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md-max\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md-max\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md-max\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md-max\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md-max\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md-max\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md-max\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md-max\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md-max\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md-max\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md-max\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md-max\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md-max\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md-max\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md-max\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md-max\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md-max\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md-max\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md-max\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md-max\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md-max\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md-max\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md-max\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md-max\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md-max\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md-max\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md-max\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md-max\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md-max\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md-max\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md-max\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md-max\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md-max\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md-max\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md-max\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md-max\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md-max\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md-max\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md-max\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md-max\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md-max\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md-max\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md-max\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md-max\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md-max\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md-max\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md-max\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md-max\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md-max\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md-max\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md-max\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md-max\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md-max\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md-max\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md-max\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md-max\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md-max\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md-max\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md-max\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md-max\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md-max\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md-max\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md-max\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md-max\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md-max\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md-max\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md-max\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md-max\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md-max\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md-max\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md-max\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-max\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md-max\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md-max\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md-max\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md-max\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md-max\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md-max\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md-max\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md-max\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md-max\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md-max\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md-max\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md-max\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md-max\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md-max\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md-max\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md-max\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md-max\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md-max\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md-max\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md-max\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md-max\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md-max\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md-max\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md-max\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md-max\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md-max\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md-max\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md-max\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md-max\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md-max\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md-max\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md-max\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md-max\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md-max\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md-max\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md-max\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md-max\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md-max\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-max\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-max\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md-max\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md-max\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md-max\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md-max\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md-max\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md-max\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md-max\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md-max\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md-max\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md-max\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md-max\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md-max\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md-max\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md-max\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md-max\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md-max\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md-max\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md-max\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md-max\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md-max\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md-max\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md-max\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md-max\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md-max\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md-max\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md-max\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md-max\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md-max\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md-max\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md-max\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md-max\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md-max\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md-max\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md-max\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md-max\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md-max\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md-max\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md-max\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md-max\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md-max\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md-max\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md-max\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md-max\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md-max\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md-max\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md-max\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md-max\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md-max\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md-max\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md-max\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md-max\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md-max\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md-max\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md-max\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md-max\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md-max\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md-max\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md-max\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md-max\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md-max\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md-max\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md-max\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md-max\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md-max\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md-max\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md-max\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md-max\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md-max\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md-max\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md-max\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md-max\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md-max\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md-max\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md-max\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md-max\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md-max\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md-max\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md-max\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md-max\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md-max\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md-max\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md-max\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md-max\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md-max\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md-max\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md-max\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md-max\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md-max\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md-max\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md-max\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md-max\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md-max\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md-max\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md-max\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md-max\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md-max\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md-max\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md-max\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md-max\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md-max\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md-max\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md-max\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md-max\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md-max\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md-max\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md-max\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md-max\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md-max\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md-max\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md-max\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md-max\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md-max\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md-max\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md-max\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md-max\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md-max\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md-max\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md-max\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md-max\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md-max\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md-max\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md-max\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md-max\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md-max\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md-max\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md-max\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md-max\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md-max\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md-max\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md-max\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md-max\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md-max\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md-max\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md-max\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md-max\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md-max\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md-max\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md-max\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md-max\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md-max\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md-max\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md-max\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md-max\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md-max\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md-max\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md-max\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md-max\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md-max\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md-max\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md-max\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md-max\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md-max\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md-max\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md-max\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md-max\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md-max\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md-max\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md-max\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md-max\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md-max\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md-max\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md-max\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md-max\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md-max\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md-max\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md-max\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md-max\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md-max\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md-max\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md-max\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md-max\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md-max\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md-max\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md-max\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md-max\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md-max\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md-max\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md-max\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md-max\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md-max\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md-max\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md-max\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md-max\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md-max\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-max\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-max\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .md-max\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .md-max\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .md-max\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .md-max\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md-max\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md-max\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md-max\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md-max\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md-max\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md-max\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md-max\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md-max\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .md-max\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .md-max\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .md-max\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .md-max\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .md-max\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .md-max\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .md-max\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .md-max\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .md-max\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .md-max\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .md-max\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .md-max\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .md-max\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .md-max\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .md-max\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .md-max\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .md-max\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .md-max\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .md-max\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .md-max\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .md-max\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .md-max\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .md-max\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .md-max\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .md-max\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .md-max\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .md-max\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .md-max\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .md-max\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .md-max\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .md-max\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .md-max\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .md-max\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .md-max\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .md-max\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .md-max\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .md-max\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .md-max\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .md-max\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .md-max\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .md-max\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .md-max\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .md-max\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .md-max\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .md-max\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .md-max\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .md-max\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .md-max\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .md-max\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .md-max\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .md-max\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .md-max\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .md-max\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .md-max\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .md-max\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .md-max\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .md-max\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .md-max\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .md-max\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .md-max\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .md-max\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .md-max\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .md-max\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .md-max\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .md-max\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .md-max\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .md-max\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .md-max\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .md-max\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .md-max\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .md-max\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .md-max\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .md-max\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .md-max\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .md-max\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .md-max\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .md-max\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .md-max\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .md-max\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .md-max\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .md-max\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .md-max\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .md-max\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .md-max\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .md-max\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .md-max\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .md-max\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .md-max\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .md-max\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .md-max\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .md-max\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .md-max\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .md-max\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .md-max\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .md-max\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .md-max\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .md-max\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .md-max\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .md-max\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .md-max\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .md-max\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .md-max\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .md-max\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .md-max\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .md-max\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .md-max\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .md-max\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .md-max\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .md-max\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .md-max\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .md-max\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .md-max\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .md-max\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .md-max\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .md-max\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .md-max\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .md-max\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .md-max\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .md-max\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .md-max\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .md-max\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .md-max\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .md-max\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .md-max\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .md-max\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .md-max\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .md-max\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .md-max\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .md-max\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .md-max\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .md-max\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .md-max\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .md-max\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .md-max\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .md-max\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .md-max\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .md-max\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .md-max\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .md-max\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .md-max\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .md-max\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .md-max\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .md-max\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .md-max\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .md-max\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .md-max\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .md-max\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .md-max\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .md-max\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .md-max\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .md-max\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .md-max\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .md-max\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .md-max\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .md-max\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .md-max\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .md-max\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .md-max\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .md-max\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .md-max\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .md-max\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .md-max\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .md-max\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .md-max\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .md-max\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .md-max\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .md-max\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .md-max\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .md-max\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .md-max\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .md-max\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .md-max\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .md-max\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .md-max\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .md-max\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .md-max\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .md-max\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .md-max\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .md-max\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .md-max\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .md-max\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .md-max\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .md-max\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .md-max\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .md-max\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .md-max\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .md-max\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .md-max\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .md-max\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .md-max\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .md-max\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .md-max\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .md-max\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .md-max\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .md-max\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .md-max\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .md-max\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .md-max\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .md-max\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .md-max\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .md-max\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .md-max\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .md-max\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .md-max\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .md-max\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .md-max\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .md-max\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .md-max\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .md-max\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .md-max\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .md-max\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .md-max\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .md-max\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .md-max\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .md-max\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .md-max\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .md-max\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .md-max\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .md-max\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .md-max\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .md-max\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .md-max\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .md-max\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .md-max\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .md-max\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .md-max\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .md-max\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .md-max\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .md-max\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .md-max\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .md-max\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .md-max\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .md-max\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .md-max\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .md-max\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .md-max\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .md-max\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .md-max\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .md-max\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .md-max\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .md-max\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .md-max\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .md-max\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .md-max\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .md-max\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .md-max\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .md-max\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .md-max\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .md-max\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .md-max\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .md-max\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .md-max\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .md-max\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .md-max\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .md-max\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .md-max\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .md-max\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .md-max\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .md-max\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .md-max\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .md-max\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .md-max\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .md-max\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .md-max\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .md-max\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .md-max\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .md-max\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .md-max\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .md-max\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .md-max\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .md-max\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .md-max\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .md-max\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .md-max\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .md-max\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .md-max\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md-max\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md-max\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md-max\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md-max\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md-max\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md-max\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md-max\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md-max\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .md-max\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .md-max\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .md-max\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .md-max\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .md-max\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .md-max\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .md-max\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .md-max\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .md-max\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .md-max\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .md-max\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .md-max\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .md-max\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .md-max\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .md-max\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .md-max\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .md-max\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .md-max\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .md-max\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .md-max\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .md-max\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .md-max\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .md-max\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .md-max\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .md-max\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .md-max\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .md-max\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .md-max\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .md-max\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .md-max\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .md-max\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .md-max\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .md-max\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .md-max\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .md-max\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .md-max\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .md-max\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .md-max\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .md-max\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .md-max\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .md-max\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .md-max\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .md-max\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .md-max\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .md-max\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .md-max\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .md-max\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .md-max\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .md-max\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .md-max\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .md-max\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .md-max\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .md-max\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .md-max\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .md-max\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .md-max\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .md-max\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .md-max\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .md-max\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .md-max\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .md-max\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .md-max\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .md-max\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .md-max\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .md-max\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .md-max\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .md-max\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .md-max\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .md-max\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .md-max\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .md-max\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .md-max\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .md-max\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .md-max\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .md-max\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .md-max\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .md-max\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .md-max\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .md-max\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .md-max\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .md-max\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .md-max\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .md-max\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .md-max\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .md-max\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .md-max\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .md-max\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .md-max\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .md-max\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .md-max\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .md-max\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .md-max\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .md-max\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .md-max\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .md-max\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .md-max\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .md-max\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .md-max\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .md-max\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .md-max\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .md-max\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .md-max\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .md-max\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .md-max\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md-max\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md-max\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md-max\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md-max\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md-max\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md-max\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md-max\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md-max\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .md-max\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .md-max\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .md-max\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .md-max\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .md-max\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .md-max\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .md-max\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .md-max\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .md-max\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .md-max\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .md-max\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .md-max\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .md-max\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .md-max\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .md-max\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .md-max\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .md-max\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .md-max\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .md-max\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .md-max\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .md-max\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .md-max\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .md-max\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .md-max\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .md-max\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .md-max\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .md-max\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .md-max\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .md-max\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .md-max\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .md-max\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .md-max\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .md-max\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .md-max\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .md-max\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .md-max\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .md-max\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .md-max\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .md-max\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .md-max\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .md-max\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .md-max\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .md-max\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .md-max\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .md-max\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .md-max\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .md-max\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .md-max\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .md-max\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .md-max\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .md-max\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .md-max\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .md-max\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .md-max\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .md-max\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .md-max\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .md-max\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .md-max\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .md-max\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .md-max\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .md-max\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .md-max\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .md-max\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .md-max\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .md-max\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .md-max\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .md-max\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .md-max\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .md-max\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .md-max\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .md-max\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .md-max\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .md-max\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .md-max\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .md-max\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .md-max\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .md-max\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .md-max\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .md-max\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .md-max\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .md-max\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .md-max\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .md-max\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .md-max\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .md-max\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .md-max\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .md-max\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .md-max\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .md-max\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .md-max\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .md-max\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .md-max\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .md-max\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .md-max\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .md-max\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .md-max\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .md-max\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .md-max\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .md-max\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .md-max\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .md-max\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .md-max\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .md-max\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .md-max\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .md-max\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .md-max\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .md-max\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .md-max\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .md-max\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .md-max\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .md-max\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .md-max\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .md-max\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .md-max\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .md-max\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .md-max\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .md-max\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .md-max\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .md-max\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .md-max\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .md-max\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .md-max\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .md-max\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .md-max\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .md-max\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .md-max\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .md-max\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .md-max\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .md-max\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .md-max\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .md-max\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .md-max\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .md-max\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .md-max\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .md-max\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .md-max\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .md-max\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .md-max\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .md-max\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .md-max\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .md-max\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .md-max\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .md-max\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .md-max\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .md-max\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .md-max\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .md-max\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .md-max\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .md-max\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .md-max\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .md-max\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .md-max\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .md-max\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .md-max\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .md-max\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .md-max\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .md-max\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .md-max\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .md-max\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .md-max\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .md-max\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .md-max\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .md-max\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .md-max\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .md-max\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .md-max\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .md-max\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .md-max\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .md-max\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .md-max\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .md-max\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .md-max\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .md-max\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .md-max\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .md-max\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .md-max\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .md-max\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .md-max\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .md-max\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .md-max\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .md-max\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .md-max\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .md-max\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .md-max\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .md-max\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .md-max\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .md-max\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .md-max\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .md-max\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .md-max\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .md-max\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .md-max\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .md-max\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .md-max\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .md-max\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .md-max\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .md-max\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .md-max\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .md-max\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .md-max\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .md-max\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .md-max\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .md-max\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .md-max\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .md-max\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .md-max\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .md-max\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .md-max\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .md-max\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .md-max\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .md-max\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .md-max\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .md-max\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .md-max\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .md-max\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .md-max\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .md-max\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .md-max\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .md-max\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .md-max\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .md-max\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .md-max\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .md-max\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .md-max\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .md-max\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .md-max\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .md-max\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .md-max\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .md-max\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .md-max\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .md-max\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .md-max\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .md-max\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .md-max\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .md-max\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .md-max\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .md-max\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .md-max\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .md-max\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .md-max\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .md-max\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .md-max\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .md-max\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .md-max\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .md-max\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .md-max\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .md-max\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .md-max\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .md-max\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .md-max\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .md-max\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .md-max\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .md-max\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .md-max\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .md-max\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .md-max\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .md-max\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .md-max\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .md-max\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .md-max\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .md-max\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .md-max\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .md-max\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .md-max\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .md-max\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .md-max\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .md-max\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .md-max\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .md-max\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .md-max\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .md-max\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .md-max\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .md-max\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .md-max\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .md-max\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .md-max\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md-max\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md-max\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md-max\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md-max\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .md-max\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .md-max\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .md-max\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .md-max\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .md-max\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .md-max\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .md-max\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .md-max\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .md-max\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .md-max\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .md-max\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .md-max\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .md-max\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .md-max\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .md-max\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .md-max\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .md-max\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .md-max\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .md-max\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .md-max\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .md-max\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .md-max\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .md-max\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .md-max\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .md-max\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .md-max\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .md-max\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .md-max\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .md-max\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .md-max\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .md-max\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .md-max\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .md-max\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .md-max\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .md-max\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .md-max\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .md-max\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .md-max\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .md-max\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .md-max\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .md-max\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .md-max\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .md-max\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .md-max\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .md-max\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .md-max\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .md-max\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .md-max\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .md-max\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .md-max\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .md-max\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .md-max\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .md-max\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .md-max\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .md-max\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .md-max\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .md-max\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .md-max\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .md-max\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .md-max\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .md-max\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .md-max\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .md-max\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .md-max\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .md-max\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .md-max\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .md-max\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .md-max\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .md-max\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .md-max\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .md-max\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .md-max\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .md-max\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .md-max\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .md-max\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .md-max\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .md-max\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .md-max\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .md-max\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .md-max\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .md-max\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .md-max\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .md-max\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .md-max\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .md-max\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .md-max\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .md-max\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .md-max\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .md-max\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .md-max\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .md-max\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .md-max\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .md-max\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .md-max\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .md-max\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .md-max\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .md-max\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .md-max\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .md-max\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .md-max\:focus\:m-0:focus {
    margin: 0px;
  }

  .md-max\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .md-max\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .md-max\:focus\:m-3:focus {
    margin: 3px;
  }

  .md-max\:focus\:m-4:focus {
    margin: 4px;
  }

  .md-max\:focus\:m-5:focus {
    margin: 5px;
  }

  .md-max\:focus\:m-6:focus {
    margin: 6px;
  }

  .md-max\:focus\:m-8:focus {
    margin: 8px;
  }

  .md-max\:focus\:m-9:focus {
    margin: 9px;
  }

  .md-max\:focus\:m-10:focus {
    margin: 10px;
  }

  .md-max\:focus\:m-12:focus {
    margin: 12px;
  }

  .md-max\:focus\:m-13:focus {
    margin: 13px;
  }

  .md-max\:focus\:m-14:focus {
    margin: 14px;
  }

  .md-max\:focus\:m-15:focus {
    margin: 15px;
  }

  .md-max\:focus\:m-16:focus {
    margin: 16px;
  }

  .md-max\:focus\:m-17:focus {
    margin: 17px;
  }

  .md-max\:focus\:m-18:focus {
    margin: 18px;
  }

  .md-max\:focus\:m-20:focus {
    margin: 20px;
  }

  .md-max\:focus\:m-22:focus {
    margin: 22px;
  }

  .md-max\:focus\:m-24:focus {
    margin: 24px;
  }

  .md-max\:focus\:m-25:focus {
    margin: 25px;
  }

  .md-max\:focus\:m-28:focus {
    margin: 28px;
  }

  .md-max\:focus\:m-29:focus {
    margin: 29px;
  }

  .md-max\:focus\:m-30:focus {
    margin: 30px;
  }

  .md-max\:focus\:m-32:focus {
    margin: 32px;
  }

  .md-max\:focus\:m-35:focus {
    margin: 35px;
  }

  .md-max\:focus\:m-36:focus {
    margin: 36px;
  }

  .md-max\:focus\:m-37:focus {
    margin: 37px;
  }

  .md-max\:focus\:m-40:focus {
    margin: 40px;
  }

  .md-max\:focus\:m-45:focus {
    margin: 45px;
  }

  .md-max\:focus\:m-48:focus {
    margin: 48px;
  }

  .md-max\:focus\:m-50:focus {
    margin: 50px;
  }

  .md-max\:focus\:m-55:focus {
    margin: 55px;
  }

  .md-max\:focus\:m-56:focus {
    margin: 56px;
  }

  .md-max\:focus\:m-60:focus {
    margin: 60px;
  }

  .md-max\:focus\:m-62:focus {
    margin: 62px;
  }

  .md-max\:focus\:m-64:focus {
    margin: 64px;
  }

  .md-max\:focus\:m-65:focus {
    margin: 65px;
  }

  .md-max\:focus\:m-70:focus {
    margin: 70px;
  }

  .md-max\:focus\:m-75:focus {
    margin: 75px;
  }

  .md-max\:focus\:m-80:focus {
    margin: 80px;
  }

  .md-max\:focus\:m-85:focus {
    margin: 85px;
  }

  .md-max\:focus\:m-90:focus {
    margin: 90px;
  }

  .md-max\:focus\:m-95:focus {
    margin: 95px;
  }

  .md-max\:focus\:m-96:focus {
    margin: 96px;
  }

  .md-max\:focus\:m-100:focus {
    margin: 100px;
  }

  .md-max\:focus\:m-110:focus {
    margin: 110px;
  }

  .md-max\:focus\:m-115:focus {
    margin: 115px;
  }

  .md-max\:focus\:m-120:focus {
    margin: 120px;
  }

  .md-max\:focus\:m-128:focus {
    margin: 128px;
  }

  .md-max\:focus\:m-135:focus {
    margin: 135px;
  }

  .md-max\:focus\:m-140:focus {
    margin: 140px;
  }

  .md-max\:focus\:m-145:focus {
    margin: 145px;
  }

  .md-max\:focus\:m-150:focus {
    margin: 150px;
  }

  .md-max\:focus\:m-160:focus {
    margin: 160px;
  }

  .md-max\:focus\:m-165:focus {
    margin: 165px;
  }

  .md-max\:focus\:m-168:focus {
    margin: 168px;
  }

  .md-max\:focus\:m-170:focus {
    margin: 170px;
  }

  .md-max\:focus\:m-180:focus {
    margin: 180px;
  }

  .md-max\:focus\:m-200:focus {
    margin: 200px;
  }

  .md-max\:focus\:m-220:focus {
    margin: 220px;
  }

  .md-max\:focus\:m-230:focus {
    margin: 230px;
  }

  .md-max\:focus\:m-235:focus {
    margin: 235px;
  }

  .md-max\:focus\:m-240:focus {
    margin: 240px;
  }

  .md-max\:focus\:m-250:focus {
    margin: 250px;
  }

  .md-max\:focus\:m-300:focus {
    margin: 300px;
  }

  .md-max\:focus\:m-320:focus {
    margin: 320px;
  }

  .md-max\:focus\:m-350:focus {
    margin: 350px;
  }

  .md-max\:focus\:m-375:focus {
    margin: 375px;
  }

  .md-max\:focus\:m-400:focus {
    margin: 400px;
  }

  .md-max\:focus\:m-450:focus {
    margin: 450px;
  }

  .md-max\:focus\:m-700:focus {
    margin: 700px;
  }

  .md-max\:focus\:m-auto:focus {
    margin: auto;
  }

  .md-max\:focus\:m-px:focus {
    margin: 1px;
  }

  .md-max\:focus\:m-1p:focus {
    margin: 1%;
  }

  .md-max\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .md-max\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .md-max\:focus\:m-11p:focus {
    margin: 11%;
  }

  .md-max\:focus\:m-20p:focus {
    margin: 20%;
  }

  .md-max\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .md-max\:focus\:m-25p:focus {
    margin: 25%;
  }

  .md-max\:focus\:m-32p:focus {
    margin: 32%;
  }

  .md-max\:focus\:m-35p:focus {
    margin: 35%;
  }

  .md-max\:focus\:m-40p:focus {
    margin: 40%;
  }

  .md-max\:focus\:m-49p:focus {
    margin: 49%;
  }

  .md-max\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .md-max\:focus\:m-80p:focus {
    margin: 80%;
  }

  .md-max\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .md-max\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .md-max\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .md-max\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .md-max\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .md-max\:focus\:m-90p:focus {
    margin: 90%;
  }

  .md-max\:focus\:m-92p:focus {
    margin: 92%;
  }

  .md-max\:focus\:m-93p:focus {
    margin: 93%;
  }

  .md-max\:focus\:m-94p:focus {
    margin: 94%;
  }

  .md-max\:focus\:m-95p:focus {
    margin: 95%;
  }

  .md-max\:focus\:m-96p:focus {
    margin: 96%;
  }

  .md-max\:focus\:m-100p:focus {
    margin: 100%;
  }

  .md-max\:focus\:-m-0:focus {
    margin: 0px;
  }

  .md-max\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .md-max\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .md-max\:focus\:-m-3:focus {
    margin: -3px;
  }

  .md-max\:focus\:-m-4:focus {
    margin: -4px;
  }

  .md-max\:focus\:-m-5:focus {
    margin: -5px;
  }

  .md-max\:focus\:-m-6:focus {
    margin: -6px;
  }

  .md-max\:focus\:-m-8:focus {
    margin: -8px;
  }

  .md-max\:focus\:-m-9:focus {
    margin: -9px;
  }

  .md-max\:focus\:-m-10:focus {
    margin: -10px;
  }

  .md-max\:focus\:-m-12:focus {
    margin: -12px;
  }

  .md-max\:focus\:-m-13:focus {
    margin: -13px;
  }

  .md-max\:focus\:-m-14:focus {
    margin: -14px;
  }

  .md-max\:focus\:-m-15:focus {
    margin: -15px;
  }

  .md-max\:focus\:-m-16:focus {
    margin: -16px;
  }

  .md-max\:focus\:-m-17:focus {
    margin: -17px;
  }

  .md-max\:focus\:-m-18:focus {
    margin: -18px;
  }

  .md-max\:focus\:-m-20:focus {
    margin: -20px;
  }

  .md-max\:focus\:-m-22:focus {
    margin: -22px;
  }

  .md-max\:focus\:-m-24:focus {
    margin: -24px;
  }

  .md-max\:focus\:-m-25:focus {
    margin: -25px;
  }

  .md-max\:focus\:-m-28:focus {
    margin: -28px;
  }

  .md-max\:focus\:-m-29:focus {
    margin: -29px;
  }

  .md-max\:focus\:-m-30:focus {
    margin: -30px;
  }

  .md-max\:focus\:-m-32:focus {
    margin: -32px;
  }

  .md-max\:focus\:-m-35:focus {
    margin: -35px;
  }

  .md-max\:focus\:-m-36:focus {
    margin: -36px;
  }

  .md-max\:focus\:-m-37:focus {
    margin: -37px;
  }

  .md-max\:focus\:-m-40:focus {
    margin: -40px;
  }

  .md-max\:focus\:-m-45:focus {
    margin: -45px;
  }

  .md-max\:focus\:-m-48:focus {
    margin: -48px;
  }

  .md-max\:focus\:-m-50:focus {
    margin: -50px;
  }

  .md-max\:focus\:-m-55:focus {
    margin: -55px;
  }

  .md-max\:focus\:-m-56:focus {
    margin: -56px;
  }

  .md-max\:focus\:-m-60:focus {
    margin: -60px;
  }

  .md-max\:focus\:-m-62:focus {
    margin: -62px;
  }

  .md-max\:focus\:-m-64:focus {
    margin: -64px;
  }

  .md-max\:focus\:-m-65:focus {
    margin: -65px;
  }

  .md-max\:focus\:-m-70:focus {
    margin: -70px;
  }

  .md-max\:focus\:-m-75:focus {
    margin: -75px;
  }

  .md-max\:focus\:-m-80:focus {
    margin: -80px;
  }

  .md-max\:focus\:-m-85:focus {
    margin: -85px;
  }

  .md-max\:focus\:-m-90:focus {
    margin: -90px;
  }

  .md-max\:focus\:-m-95:focus {
    margin: -95px;
  }

  .md-max\:focus\:-m-96:focus {
    margin: -96px;
  }

  .md-max\:focus\:-m-100:focus {
    margin: -100px;
  }

  .md-max\:focus\:-m-110:focus {
    margin: -110px;
  }

  .md-max\:focus\:-m-115:focus {
    margin: -115px;
  }

  .md-max\:focus\:-m-120:focus {
    margin: -120px;
  }

  .md-max\:focus\:-m-128:focus {
    margin: -128px;
  }

  .md-max\:focus\:-m-135:focus {
    margin: -135px;
  }

  .md-max\:focus\:-m-140:focus {
    margin: -140px;
  }

  .md-max\:focus\:-m-145:focus {
    margin: -145px;
  }

  .md-max\:focus\:-m-150:focus {
    margin: -150px;
  }

  .md-max\:focus\:-m-160:focus {
    margin: -160px;
  }

  .md-max\:focus\:-m-165:focus {
    margin: -165px;
  }

  .md-max\:focus\:-m-168:focus {
    margin: -168px;
  }

  .md-max\:focus\:-m-170:focus {
    margin: -170px;
  }

  .md-max\:focus\:-m-180:focus {
    margin: -180px;
  }

  .md-max\:focus\:-m-200:focus {
    margin: -200px;
  }

  .md-max\:focus\:-m-220:focus {
    margin: -220px;
  }

  .md-max\:focus\:-m-230:focus {
    margin: -230px;
  }

  .md-max\:focus\:-m-235:focus {
    margin: -235px;
  }

  .md-max\:focus\:-m-240:focus {
    margin: -240px;
  }

  .md-max\:focus\:-m-250:focus {
    margin: -250px;
  }

  .md-max\:focus\:-m-300:focus {
    margin: -300px;
  }

  .md-max\:focus\:-m-320:focus {
    margin: -320px;
  }

  .md-max\:focus\:-m-350:focus {
    margin: -350px;
  }

  .md-max\:focus\:-m-375:focus {
    margin: -375px;
  }

  .md-max\:focus\:-m-400:focus {
    margin: -400px;
  }

  .md-max\:focus\:-m-450:focus {
    margin: -450px;
  }

  .md-max\:focus\:-m-700:focus {
    margin: -700px;
  }

  .md-max\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md-max\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .md-max\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .md-max\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .md-max\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .md-max\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .md-max\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .md-max\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .md-max\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .md-max\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .md-max\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .md-max\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .md-max\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .md-max\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .md-max\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .md-max\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .md-max\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .md-max\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .md-max\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .md-max\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .md-max\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .md-max\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .md-max\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .md-max\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .md-max\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .md-max\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .md-max\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md-max\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md-max\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md-max\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md-max\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-max\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-max\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md-max\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md-max\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md-max\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md-max\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md-max\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md-max\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-max\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-max\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md-max\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md-max\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md-max\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md-max\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md-max\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md-max\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-max\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-max\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md-max\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md-max\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md-max\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md-max\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md-max\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md-max\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-max\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-max\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md-max\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md-max\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md-max\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md-max\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-max\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-max\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md-max\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md-max\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md-max\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md-max\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-max\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-max\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md-max\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md-max\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-max\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-max\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md-max\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md-max\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md-max\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md-max\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-max\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-max\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-max\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-max\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md-max\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md-max\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-max\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-max\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-max\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-max\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md-max\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md-max\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-max\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-max\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md-max\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md-max\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md-max\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md-max\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md-max\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md-max\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md-max\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md-max\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md-max\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md-max\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md-max\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md-max\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md-max\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md-max\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md-max\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md-max\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md-max\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md-max\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md-max\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md-max\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md-max\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md-max\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md-max\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md-max\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md-max\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md-max\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md-max\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md-max\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md-max\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md-max\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md-max\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md-max\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md-max\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md-max\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md-max\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md-max\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md-max\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md-max\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md-max\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md-max\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md-max\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md-max\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md-max\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md-max\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md-max\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md-max\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md-max\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md-max\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md-max\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md-max\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md-max\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md-max\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md-max\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md-max\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md-max\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md-max\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md-max\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md-max\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md-max\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md-max\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md-max\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md-max\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md-max\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md-max\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md-max\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md-max\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md-max\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md-max\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md-max\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md-max\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md-max\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md-max\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md-max\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md-max\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md-max\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md-max\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md-max\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md-max\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md-max\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md-max\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md-max\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-max\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md-max\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md-max\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md-max\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md-max\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md-max\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md-max\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md-max\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md-max\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md-max\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md-max\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md-max\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md-max\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md-max\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md-max\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md-max\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md-max\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md-max\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md-max\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md-max\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md-max\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md-max\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md-max\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md-max\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md-max\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md-max\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md-max\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md-max\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md-max\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md-max\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md-max\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md-max\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md-max\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md-max\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md-max\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md-max\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md-max\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md-max\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md-max\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-max\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-max\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md-max\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md-max\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md-max\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md-max\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md-max\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md-max\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md-max\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md-max\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md-max\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md-max\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md-max\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md-max\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md-max\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md-max\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md-max\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md-max\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md-max\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md-max\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md-max\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md-max\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md-max\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md-max\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md-max\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md-max\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md-max\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md-max\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md-max\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md-max\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md-max\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md-max\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md-max\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md-max\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md-max\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md-max\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md-max\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md-max\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md-max\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md-max\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md-max\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md-max\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md-max\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md-max\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md-max\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md-max\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md-max\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md-max\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md-max\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md-max\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md-max\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md-max\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md-max\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md-max\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md-max\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md-max\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md-max\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md-max\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md-max\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md-max\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md-max\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md-max\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md-max\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md-max\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md-max\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md-max\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md-max\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md-max\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md-max\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md-max\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md-max\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md-max\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md-max\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md-max\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md-max\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md-max\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md-max\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md-max\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md-max\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md-max\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md-max\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md-max\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md-max\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md-max\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md-max\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md-max\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md-max\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md-max\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md-max\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md-max\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md-max\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md-max\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md-max\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md-max\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md-max\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md-max\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md-max\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md-max\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md-max\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md-max\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md-max\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md-max\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md-max\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md-max\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md-max\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md-max\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md-max\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md-max\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md-max\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md-max\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md-max\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md-max\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md-max\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md-max\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md-max\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md-max\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md-max\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md-max\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md-max\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md-max\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md-max\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md-max\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md-max\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md-max\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md-max\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md-max\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md-max\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md-max\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md-max\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md-max\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md-max\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md-max\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md-max\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md-max\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md-max\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md-max\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md-max\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md-max\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md-max\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md-max\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md-max\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md-max\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md-max\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md-max\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md-max\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md-max\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md-max\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md-max\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md-max\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md-max\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md-max\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md-max\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md-max\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md-max\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md-max\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md-max\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md-max\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md-max\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md-max\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md-max\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md-max\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md-max\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md-max\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md-max\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md-max\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md-max\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md-max\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md-max\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md-max\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md-max\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md-max\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md-max\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md-max\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md-max\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md-max\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md-max\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md-max\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md-max\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md-max\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md-max\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md-max\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md-max\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md-max\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md-max\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md-max\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md-max\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-max\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-max\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .md-max\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .md-max\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .md-max\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .md-max\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .md-max\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .md-max\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .md-max\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .md-max\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .md-max\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .md-max\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .md-max\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .md-max\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .md-max\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .md-max\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .md-max\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .md-max\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .md-max\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .md-max\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .md-max\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .md-max\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .md-max\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .md-max\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .md-max\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .md-max\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .md-max\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .md-max\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .md-max\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .md-max\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .md-max\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .md-max\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .md-max\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .md-max\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .md-max\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .md-max\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .md-max\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .md-max\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .md-max\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .md-max\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .md-max\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .md-max\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .md-max\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .md-max\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .md-max\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .md-max\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .md-max\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .md-max\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .md-max\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .md-max\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .md-max\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .md-max\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .md-max\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .md-max\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .md-max\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .md-max\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .md-max\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .md-max\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .md-max\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .md-max\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .md-max\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .md-max\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .md-max\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .md-max\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .md-max\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .md-max\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .md-max\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .md-max\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .md-max\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .md-max\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .md-max\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .md-max\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .md-max\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .md-max\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .md-max\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .md-max\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .md-max\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .md-max\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .md-max\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .md-max\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .md-max\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .md-max\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .md-max\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .md-max\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .md-max\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .md-max\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .md-max\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .md-max\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .md-max\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .md-max\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .md-max\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .md-max\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .md-max\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .md-max\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .md-max\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .md-max\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .md-max\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .md-max\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .md-max\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .md-max\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .md-max\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .md-max\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .md-max\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .md-max\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .md-max\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .md-max\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .md-max\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .md-max\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .md-max\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .md-max\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .md-max\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .md-max\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .md-max\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .md-max\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .md-max\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .md-max\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .md-max\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .md-max\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .md-max\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .md-max\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .md-max\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .md-max\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .md-max\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .md-max\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .md-max\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .md-max\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .md-max\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .md-max\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .md-max\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .md-max\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .md-max\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .md-max\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .md-max\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .md-max\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .md-max\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .md-max\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .md-max\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .md-max\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .md-max\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .md-max\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .md-max\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .md-max\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .md-max\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .md-max\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .md-max\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .md-max\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .md-max\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .md-max\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .md-max\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .md-max\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .md-max\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .md-max\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .md-max\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .md-max\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .md-max\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .md-max\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .md-max\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .md-max\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .md-max\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .md-max\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .md-max\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .md-max\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .md-max\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .md-max\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .md-max\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .md-max\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .md-max\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .md-max\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .md-max\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .md-max\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .md-max\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .md-max\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .md-max\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .md-max\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .md-max\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .md-max\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .md-max\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .md-max\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .md-max\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .md-max\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .md-max\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .md-max\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .md-max\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .md-max\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .md-max\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .md-max\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .md-max\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .md-max\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .md-max\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .md-max\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .md-max\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .md-max\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .md-max\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .md-max\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .md-max\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .md-max\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .md-max\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .md-max\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .md-max\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .md-max\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .md-max\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .md-max\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .md-max\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .md-max\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .md-max\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .md-max\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .md-max\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .md-max\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .md-max\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .md-max\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .md-max\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .md-max\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .md-max\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .md-max\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .md-max\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .md-max\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .md-max\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .md-max\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .md-max\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .md-max\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .md-max\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .md-max\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .md-max\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .md-max\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .md-max\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .md-max\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .md-max\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .md-max\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .md-max\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .md-max\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .md-max\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .md-max\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .md-max\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .md-max\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .md-max\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .md-max\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .md-max\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .md-max\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .md-max\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .md-max\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .md-max\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .md-max\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .md-max\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .md-max\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .md-max\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .md-max\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .md-max\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .md-max\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .md-max\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .md-max\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .md-max\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .md-max\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .md-max\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .md-max\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .md-max\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .md-max\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .md-max\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .md-max\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .md-max\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .md-max\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .md-max\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .md-max\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .md-max\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .md-max\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .md-max\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .md-max\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .md-max\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .md-max\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .md-max\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .md-max\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .md-max\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .md-max\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .md-max\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .md-max\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .md-max\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .md-max\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .md-max\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .md-max\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .md-max\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .md-max\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .md-max\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .md-max\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .md-max\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .md-max\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .md-max\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .md-max\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .md-max\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .md-max\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .md-max\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .md-max\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .md-max\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .md-max\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .md-max\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .md-max\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .md-max\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .md-max\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .md-max\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .md-max\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .md-max\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .md-max\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .md-max\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .md-max\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .md-max\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .md-max\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .md-max\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .md-max\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .md-max\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .md-max\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .md-max\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .md-max\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .md-max\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .md-max\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .md-max\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .md-max\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .md-max\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .md-max\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .md-max\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .md-max\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .md-max\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .md-max\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .md-max\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .md-max\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .md-max\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .md-max\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .md-max\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .md-max\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .md-max\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .md-max\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .md-max\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .md-max\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .md-max\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .md-max\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .md-max\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .md-max\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .md-max\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .md-max\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .md-max\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .md-max\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .md-max\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .md-max\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .md-max\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .md-max\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .md-max\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .md-max\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .md-max\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .md-max\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .md-max\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .md-max\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .md-max\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .md-max\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .md-max\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .md-max\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .md-max\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .md-max\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .md-max\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .md-max\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .md-max\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .md-max\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .md-max\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .md-max\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .md-max\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .md-max\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .md-max\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .md-max\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .md-max\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .md-max\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .md-max\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .md-max\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .md-max\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .md-max\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .md-max\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .md-max\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .md-max\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .md-max\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .md-max\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .md-max\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .md-max\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .md-max\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .md-max\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .md-max\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .md-max\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .md-max\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .md-max\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .md-max\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .md-max\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .md-max\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .md-max\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .md-max\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .md-max\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .md-max\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .md-max\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .md-max\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .md-max\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .md-max\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .md-max\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .md-max\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .md-max\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .md-max\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .md-max\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .md-max\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .md-max\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .md-max\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .md-max\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .md-max\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .md-max\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .md-max\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .md-max\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .md-max\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .md-max\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .md-max\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .md-max\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .md-max\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .md-max\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .md-max\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .md-max\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .md-max\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .md-max\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .md-max\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .md-max\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .md-max\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .md-max\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .md-max\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .md-max\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .md-max\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .md-max\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .md-max\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .md-max\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .md-max\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .md-max\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .md-max\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .md-max\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .md-max\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .md-max\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .md-max\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .md-max\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .md-max\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .md-max\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .md-max\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .md-max\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .md-max\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .md-max\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .md-max\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .md-max\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .md-max\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .md-max\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .md-max\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .md-max\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .md-max\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .md-max\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .md-max\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .md-max\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .md-max\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .md-max\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .md-max\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .md-max\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .md-max\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .md-max\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .md-max\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .md-max\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .md-max\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .md-max\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .md-max\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .md-max\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .md-max\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .md-max\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .md-max\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .md-max\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .md-max\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .md-max\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .md-max\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .md-max\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .md-max\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .md-max\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .md-max\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .md-max\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .md-max\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .md-max\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .md-max\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .md-max\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .md-max\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .md-max\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .md-max\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .md-max\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .md-max\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .md-max\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .md-max\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .md-max\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .md-max\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .md-max\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .md-max\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .md-max\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .md-max\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .md-max\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .md-max\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .md-max\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .md-max\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .md-max\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .md-max\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .md-max\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .md-max\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .md-max\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .md-max\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .md-max\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .md-max\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .md-max\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .md-max\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .md-max\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .md-max\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .md-max\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .md-max\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .md-max\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .md-max\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .md-max\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .md-max\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .md-max\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .md-max\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .md-max\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .md-max\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .md-max\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .md-max\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .md-max\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .md-max\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .md-max\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .md-max\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .md-max\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .md-max\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .md-max\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .md-max\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .md-max\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .md-max\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .md-max\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .md-max\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .md-max\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .md-max\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .md-max\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .md-max\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .md-max\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .md-max\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .md-max\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .md-max\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .md-max\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .md-max\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .md-max\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .md-max\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .md-max\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .md-max\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .md-max\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .md-max\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .md-max\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .md-max\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .md-max\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .md-max\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .md-max\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .md-max\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .md-max\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .md-max\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .md-max\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .md-max\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .md-max\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .md-max\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .md-max\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .md-max\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .md-max\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .md-max\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .md-max\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .md-max\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .md-max\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .md-max\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .md-max\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .md-max\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .md-max\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .md-max\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .md-max\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .md-max\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .md-max\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .md-max\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .md-max\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .md-max\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .md-max\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .md-max\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .md-max\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .md-max\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .md-max\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .md-max\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .md-max\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .md-max\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .md-max\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .md-max\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .md-max\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .md-max\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .md-max\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .md-max\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .md-max\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .md-max\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .md-max\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .md-max\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .md-max\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .md-max\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .md-max\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .md-max\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .md-max\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .md-max\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .md-max\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .md-max\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .md-max\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .md-max\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .md-max\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .md-max\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .md-max\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .md-max\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .md-max\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .md-max\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .md-max\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .md-max\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .md-max\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .md-max\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .md-max\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .md-max\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .md-max\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .md-max\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .md-max\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .md-max\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .md-max\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .md-max\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .md-max\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .md-max\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .md-max\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .md-max\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .md-max\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .md-max\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .md-max\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .md-max\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .md-max\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .md-max\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .md-max\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .md-max\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .md-max\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .md-max\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .md-max\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .md-max\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .md-max\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .md-max\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .md-max\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .md-max\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .md-max\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .md-max\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .md-max\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .md-max\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .md-max\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .md-max\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .md-max\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .md-max\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .md-max\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .md-max\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .md-max\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .md-max\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .md-max\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .md-max\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .md-max\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .md-max\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .md-max\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .md-max\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .md-max\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .md-max\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .md-max\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .md-max\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .md-max\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .md-max\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .md-max\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .md-max\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .md-max\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .md-max\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .md-max\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .md-max\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .md-max\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .md-max\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .md-max\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .md-max\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .md-max\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .md-max\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .md-max\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .md-max\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .md-max\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .md-max\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .md-max\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .md-max\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .md-max\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .md-max\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .md-max\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .md-max\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .md-max\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .md-max\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .md-max\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .md-max\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .md-max\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .md-max\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .md-max\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .md-max\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .md-max\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .md-max\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .md-max\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .md-max\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .md-max\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .md-max\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .md-max\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .md-max\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .md-max\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .md-max\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .md-max\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .md-max\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .md-max\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .md-max\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .md-max\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .md-max\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .md-max\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .md-max\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .md-max\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .md-max\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .md-max\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .md-max\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .md-max\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .md-max\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .md-max\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .md-max\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .md-max\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .md-max\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .md-max\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .md-max\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .md-max\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .md-max\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .md-max\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .md-max\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .md-max\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .md-max\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .md-max\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .md-max\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .md-max\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .md-max\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .md-max\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .md-max\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .md-max\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .md-max\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .md-max\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .md-max\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .md-max\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .md-max\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .md-max\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .md-max\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .md-max\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .md-max\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .md-max\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .md-max\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .md-max\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .md-max\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .md-max\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .md-max\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .md-max\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .md-max\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .md-max\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .md-max\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .md-max\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .md-max\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .md-max\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .md-max\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .md-max\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .md-max\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .md-max\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .md-max\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .md-max\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .md-max\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .md-max\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .md-max\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .md-max\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .md-max\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .md-max\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .md-max\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .md-max\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .md-max\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .md-max\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .md-max\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .md-max\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .md-max\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .md-max\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .md-max\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .md-max\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .md-max\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .md-max\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .md-max\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .md-max\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .md-max\:first\:m-0:first-child {
    margin: 0px;
  }

  .md-max\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md-max\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md-max\:first\:m-3:first-child {
    margin: 3px;
  }

  .md-max\:first\:m-4:first-child {
    margin: 4px;
  }

  .md-max\:first\:m-5:first-child {
    margin: 5px;
  }

  .md-max\:first\:m-6:first-child {
    margin: 6px;
  }

  .md-max\:first\:m-8:first-child {
    margin: 8px;
  }

  .md-max\:first\:m-9:first-child {
    margin: 9px;
  }

  .md-max\:first\:m-10:first-child {
    margin: 10px;
  }

  .md-max\:first\:m-12:first-child {
    margin: 12px;
  }

  .md-max\:first\:m-13:first-child {
    margin: 13px;
  }

  .md-max\:first\:m-14:first-child {
    margin: 14px;
  }

  .md-max\:first\:m-15:first-child {
    margin: 15px;
  }

  .md-max\:first\:m-16:first-child {
    margin: 16px;
  }

  .md-max\:first\:m-17:first-child {
    margin: 17px;
  }

  .md-max\:first\:m-18:first-child {
    margin: 18px;
  }

  .md-max\:first\:m-20:first-child {
    margin: 20px;
  }

  .md-max\:first\:m-22:first-child {
    margin: 22px;
  }

  .md-max\:first\:m-24:first-child {
    margin: 24px;
  }

  .md-max\:first\:m-25:first-child {
    margin: 25px;
  }

  .md-max\:first\:m-28:first-child {
    margin: 28px;
  }

  .md-max\:first\:m-29:first-child {
    margin: 29px;
  }

  .md-max\:first\:m-30:first-child {
    margin: 30px;
  }

  .md-max\:first\:m-32:first-child {
    margin: 32px;
  }

  .md-max\:first\:m-35:first-child {
    margin: 35px;
  }

  .md-max\:first\:m-36:first-child {
    margin: 36px;
  }

  .md-max\:first\:m-37:first-child {
    margin: 37px;
  }

  .md-max\:first\:m-40:first-child {
    margin: 40px;
  }

  .md-max\:first\:m-45:first-child {
    margin: 45px;
  }

  .md-max\:first\:m-48:first-child {
    margin: 48px;
  }

  .md-max\:first\:m-50:first-child {
    margin: 50px;
  }

  .md-max\:first\:m-55:first-child {
    margin: 55px;
  }

  .md-max\:first\:m-56:first-child {
    margin: 56px;
  }

  .md-max\:first\:m-60:first-child {
    margin: 60px;
  }

  .md-max\:first\:m-62:first-child {
    margin: 62px;
  }

  .md-max\:first\:m-64:first-child {
    margin: 64px;
  }

  .md-max\:first\:m-65:first-child {
    margin: 65px;
  }

  .md-max\:first\:m-70:first-child {
    margin: 70px;
  }

  .md-max\:first\:m-75:first-child {
    margin: 75px;
  }

  .md-max\:first\:m-80:first-child {
    margin: 80px;
  }

  .md-max\:first\:m-85:first-child {
    margin: 85px;
  }

  .md-max\:first\:m-90:first-child {
    margin: 90px;
  }

  .md-max\:first\:m-95:first-child {
    margin: 95px;
  }

  .md-max\:first\:m-96:first-child {
    margin: 96px;
  }

  .md-max\:first\:m-100:first-child {
    margin: 100px;
  }

  .md-max\:first\:m-110:first-child {
    margin: 110px;
  }

  .md-max\:first\:m-115:first-child {
    margin: 115px;
  }

  .md-max\:first\:m-120:first-child {
    margin: 120px;
  }

  .md-max\:first\:m-128:first-child {
    margin: 128px;
  }

  .md-max\:first\:m-135:first-child {
    margin: 135px;
  }

  .md-max\:first\:m-140:first-child {
    margin: 140px;
  }

  .md-max\:first\:m-145:first-child {
    margin: 145px;
  }

  .md-max\:first\:m-150:first-child {
    margin: 150px;
  }

  .md-max\:first\:m-160:first-child {
    margin: 160px;
  }

  .md-max\:first\:m-165:first-child {
    margin: 165px;
  }

  .md-max\:first\:m-168:first-child {
    margin: 168px;
  }

  .md-max\:first\:m-170:first-child {
    margin: 170px;
  }

  .md-max\:first\:m-180:first-child {
    margin: 180px;
  }

  .md-max\:first\:m-200:first-child {
    margin: 200px;
  }

  .md-max\:first\:m-220:first-child {
    margin: 220px;
  }

  .md-max\:first\:m-230:first-child {
    margin: 230px;
  }

  .md-max\:first\:m-235:first-child {
    margin: 235px;
  }

  .md-max\:first\:m-240:first-child {
    margin: 240px;
  }

  .md-max\:first\:m-250:first-child {
    margin: 250px;
  }

  .md-max\:first\:m-300:first-child {
    margin: 300px;
  }

  .md-max\:first\:m-320:first-child {
    margin: 320px;
  }

  .md-max\:first\:m-350:first-child {
    margin: 350px;
  }

  .md-max\:first\:m-375:first-child {
    margin: 375px;
  }

  .md-max\:first\:m-400:first-child {
    margin: 400px;
  }

  .md-max\:first\:m-450:first-child {
    margin: 450px;
  }

  .md-max\:first\:m-700:first-child {
    margin: 700px;
  }

  .md-max\:first\:m-auto:first-child {
    margin: auto;
  }

  .md-max\:first\:m-px:first-child {
    margin: 1px;
  }

  .md-max\:first\:m-1p:first-child {
    margin: 1%;
  }

  .md-max\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .md-max\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .md-max\:first\:m-11p:first-child {
    margin: 11%;
  }

  .md-max\:first\:m-20p:first-child {
    margin: 20%;
  }

  .md-max\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .md-max\:first\:m-25p:first-child {
    margin: 25%;
  }

  .md-max\:first\:m-32p:first-child {
    margin: 32%;
  }

  .md-max\:first\:m-35p:first-child {
    margin: 35%;
  }

  .md-max\:first\:m-40p:first-child {
    margin: 40%;
  }

  .md-max\:first\:m-49p:first-child {
    margin: 49%;
  }

  .md-max\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .md-max\:first\:m-80p:first-child {
    margin: 80%;
  }

  .md-max\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .md-max\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .md-max\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .md-max\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .md-max\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .md-max\:first\:m-90p:first-child {
    margin: 90%;
  }

  .md-max\:first\:m-92p:first-child {
    margin: 92%;
  }

  .md-max\:first\:m-93p:first-child {
    margin: 93%;
  }

  .md-max\:first\:m-94p:first-child {
    margin: 94%;
  }

  .md-max\:first\:m-95p:first-child {
    margin: 95%;
  }

  .md-max\:first\:m-96p:first-child {
    margin: 96%;
  }

  .md-max\:first\:m-100p:first-child {
    margin: 100%;
  }

  .md-max\:first\:-m-0:first-child {
    margin: 0px;
  }

  .md-max\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md-max\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md-max\:first\:-m-3:first-child {
    margin: -3px;
  }

  .md-max\:first\:-m-4:first-child {
    margin: -4px;
  }

  .md-max\:first\:-m-5:first-child {
    margin: -5px;
  }

  .md-max\:first\:-m-6:first-child {
    margin: -6px;
  }

  .md-max\:first\:-m-8:first-child {
    margin: -8px;
  }

  .md-max\:first\:-m-9:first-child {
    margin: -9px;
  }

  .md-max\:first\:-m-10:first-child {
    margin: -10px;
  }

  .md-max\:first\:-m-12:first-child {
    margin: -12px;
  }

  .md-max\:first\:-m-13:first-child {
    margin: -13px;
  }

  .md-max\:first\:-m-14:first-child {
    margin: -14px;
  }

  .md-max\:first\:-m-15:first-child {
    margin: -15px;
  }

  .md-max\:first\:-m-16:first-child {
    margin: -16px;
  }

  .md-max\:first\:-m-17:first-child {
    margin: -17px;
  }

  .md-max\:first\:-m-18:first-child {
    margin: -18px;
  }

  .md-max\:first\:-m-20:first-child {
    margin: -20px;
  }

  .md-max\:first\:-m-22:first-child {
    margin: -22px;
  }

  .md-max\:first\:-m-24:first-child {
    margin: -24px;
  }

  .md-max\:first\:-m-25:first-child {
    margin: -25px;
  }

  .md-max\:first\:-m-28:first-child {
    margin: -28px;
  }

  .md-max\:first\:-m-29:first-child {
    margin: -29px;
  }

  .md-max\:first\:-m-30:first-child {
    margin: -30px;
  }

  .md-max\:first\:-m-32:first-child {
    margin: -32px;
  }

  .md-max\:first\:-m-35:first-child {
    margin: -35px;
  }

  .md-max\:first\:-m-36:first-child {
    margin: -36px;
  }

  .md-max\:first\:-m-37:first-child {
    margin: -37px;
  }

  .md-max\:first\:-m-40:first-child {
    margin: -40px;
  }

  .md-max\:first\:-m-45:first-child {
    margin: -45px;
  }

  .md-max\:first\:-m-48:first-child {
    margin: -48px;
  }

  .md-max\:first\:-m-50:first-child {
    margin: -50px;
  }

  .md-max\:first\:-m-55:first-child {
    margin: -55px;
  }

  .md-max\:first\:-m-56:first-child {
    margin: -56px;
  }

  .md-max\:first\:-m-60:first-child {
    margin: -60px;
  }

  .md-max\:first\:-m-62:first-child {
    margin: -62px;
  }

  .md-max\:first\:-m-64:first-child {
    margin: -64px;
  }

  .md-max\:first\:-m-65:first-child {
    margin: -65px;
  }

  .md-max\:first\:-m-70:first-child {
    margin: -70px;
  }

  .md-max\:first\:-m-75:first-child {
    margin: -75px;
  }

  .md-max\:first\:-m-80:first-child {
    margin: -80px;
  }

  .md-max\:first\:-m-85:first-child {
    margin: -85px;
  }

  .md-max\:first\:-m-90:first-child {
    margin: -90px;
  }

  .md-max\:first\:-m-95:first-child {
    margin: -95px;
  }

  .md-max\:first\:-m-96:first-child {
    margin: -96px;
  }

  .md-max\:first\:-m-100:first-child {
    margin: -100px;
  }

  .md-max\:first\:-m-110:first-child {
    margin: -110px;
  }

  .md-max\:first\:-m-115:first-child {
    margin: -115px;
  }

  .md-max\:first\:-m-120:first-child {
    margin: -120px;
  }

  .md-max\:first\:-m-128:first-child {
    margin: -128px;
  }

  .md-max\:first\:-m-135:first-child {
    margin: -135px;
  }

  .md-max\:first\:-m-140:first-child {
    margin: -140px;
  }

  .md-max\:first\:-m-145:first-child {
    margin: -145px;
  }

  .md-max\:first\:-m-150:first-child {
    margin: -150px;
  }

  .md-max\:first\:-m-160:first-child {
    margin: -160px;
  }

  .md-max\:first\:-m-165:first-child {
    margin: -165px;
  }

  .md-max\:first\:-m-168:first-child {
    margin: -168px;
  }

  .md-max\:first\:-m-170:first-child {
    margin: -170px;
  }

  .md-max\:first\:-m-180:first-child {
    margin: -180px;
  }

  .md-max\:first\:-m-200:first-child {
    margin: -200px;
  }

  .md-max\:first\:-m-220:first-child {
    margin: -220px;
  }

  .md-max\:first\:-m-230:first-child {
    margin: -230px;
  }

  .md-max\:first\:-m-235:first-child {
    margin: -235px;
  }

  .md-max\:first\:-m-240:first-child {
    margin: -240px;
  }

  .md-max\:first\:-m-250:first-child {
    margin: -250px;
  }

  .md-max\:first\:-m-300:first-child {
    margin: -300px;
  }

  .md-max\:first\:-m-320:first-child {
    margin: -320px;
  }

  .md-max\:first\:-m-350:first-child {
    margin: -350px;
  }

  .md-max\:first\:-m-375:first-child {
    margin: -375px;
  }

  .md-max\:first\:-m-400:first-child {
    margin: -400px;
  }

  .md-max\:first\:-m-450:first-child {
    margin: -450px;
  }

  .md-max\:first\:-m-700:first-child {
    margin: -700px;
  }

  .md-max\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md-max\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .md-max\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .md-max\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .md-max\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .md-max\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .md-max\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .md-max\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .md-max\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .md-max\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .md-max\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .md-max\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .md-max\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .md-max\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .md-max\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .md-max\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .md-max\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .md-max\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .md-max\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .md-max\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .md-max\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .md-max\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .md-max\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .md-max\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .md-max\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .md-max\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .md-max\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md-max\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md-max\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md-max\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md-max\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-max\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-max\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md-max\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md-max\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md-max\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md-max\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md-max\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md-max\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-max\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-max\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md-max\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md-max\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md-max\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md-max\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md-max\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md-max\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-max\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-max\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md-max\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md-max\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md-max\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md-max\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md-max\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md-max\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-max\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-max\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md-max\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md-max\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md-max\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md-max\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-max\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-max\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md-max\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md-max\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md-max\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md-max\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-max\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-max\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md-max\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md-max\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-max\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-max\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md-max\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md-max\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md-max\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md-max\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-max\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-max\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-max\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-max\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md-max\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md-max\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-max\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-max\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-max\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-max\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md-max\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md-max\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-max\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-max\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md-max\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md-max\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md-max\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md-max\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md-max\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md-max\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md-max\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md-max\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md-max\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md-max\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md-max\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md-max\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md-max\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md-max\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md-max\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md-max\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md-max\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md-max\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md-max\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md-max\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md-max\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md-max\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md-max\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md-max\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md-max\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md-max\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md-max\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md-max\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md-max\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md-max\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md-max\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md-max\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md-max\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md-max\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md-max\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md-max\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md-max\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md-max\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md-max\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md-max\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md-max\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md-max\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md-max\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md-max\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md-max\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md-max\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md-max\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md-max\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md-max\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md-max\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md-max\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md-max\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md-max\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md-max\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md-max\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md-max\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md-max\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md-max\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md-max\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md-max\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md-max\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md-max\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md-max\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md-max\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md-max\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md-max\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md-max\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md-max\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md-max\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md-max\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md-max\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md-max\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md-max\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md-max\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md-max\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md-max\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md-max\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md-max\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md-max\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md-max\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md-max\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-max\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md-max\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md-max\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md-max\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md-max\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md-max\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md-max\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md-max\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md-max\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md-max\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md-max\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md-max\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md-max\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md-max\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md-max\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md-max\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md-max\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md-max\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md-max\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md-max\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md-max\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md-max\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md-max\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md-max\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md-max\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md-max\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md-max\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md-max\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md-max\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md-max\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md-max\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md-max\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md-max\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md-max\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md-max\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md-max\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md-max\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md-max\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md-max\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-max\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-max\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md-max\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md-max\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md-max\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md-max\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md-max\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md-max\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md-max\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md-max\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md-max\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md-max\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md-max\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md-max\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md-max\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md-max\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md-max\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md-max\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md-max\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md-max\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md-max\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md-max\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md-max\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md-max\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md-max\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md-max\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md-max\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md-max\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md-max\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md-max\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md-max\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md-max\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md-max\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md-max\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md-max\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md-max\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md-max\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md-max\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md-max\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md-max\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md-max\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md-max\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md-max\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md-max\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md-max\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md-max\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md-max\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md-max\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md-max\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md-max\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md-max\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md-max\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md-max\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md-max\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md-max\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md-max\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md-max\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md-max\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md-max\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md-max\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md-max\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md-max\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md-max\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md-max\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md-max\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md-max\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md-max\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md-max\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md-max\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md-max\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md-max\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md-max\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md-max\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md-max\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md-max\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md-max\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md-max\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md-max\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md-max\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md-max\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md-max\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md-max\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md-max\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md-max\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md-max\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md-max\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md-max\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md-max\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md-max\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md-max\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md-max\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md-max\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md-max\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md-max\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md-max\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md-max\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md-max\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md-max\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md-max\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md-max\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md-max\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md-max\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md-max\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md-max\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md-max\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md-max\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md-max\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md-max\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md-max\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md-max\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md-max\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md-max\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md-max\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md-max\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md-max\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md-max\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md-max\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md-max\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md-max\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md-max\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md-max\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md-max\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md-max\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md-max\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md-max\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md-max\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md-max\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md-max\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md-max\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md-max\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md-max\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md-max\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md-max\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md-max\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md-max\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md-max\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md-max\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md-max\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md-max\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md-max\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md-max\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md-max\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md-max\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md-max\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md-max\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md-max\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md-max\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md-max\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md-max\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md-max\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md-max\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md-max\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md-max\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md-max\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md-max\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md-max\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md-max\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md-max\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md-max\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md-max\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md-max\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md-max\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md-max\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md-max\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md-max\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md-max\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md-max\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md-max\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md-max\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md-max\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md-max\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md-max\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md-max\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md-max\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md-max\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md-max\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md-max\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md-max\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md-max\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md-max\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md-max\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md-max\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md-max\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md-max\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md-max\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md-max\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-max\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-max\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .md-max\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .md-max\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .md-max\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .md-max\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md-max\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md-max\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md-max\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md-max\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md-max\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md-max\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md-max\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md-max\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .md-max\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .md-max\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .md-max\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .md-max\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .md-max\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .md-max\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .md-max\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .md-max\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .md-max\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .md-max\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .md-max\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .md-max\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .md-max\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .md-max\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .md-max\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .md-max\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .md-max\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .md-max\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .md-max\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .md-max\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .md-max\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .md-max\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .md-max\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .md-max\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .md-max\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .md-max\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .md-max\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .md-max\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .md-max\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .md-max\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .md-max\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .md-max\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .md-max\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .md-max\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .md-max\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .md-max\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .md-max\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .md-max\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .md-max\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .md-max\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .md-max\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .md-max\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .md-max\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .md-max\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .md-max\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .md-max\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .md-max\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .md-max\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .md-max\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .md-max\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .md-max\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .md-max\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .md-max\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .md-max\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .md-max\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .md-max\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .md-max\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .md-max\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .md-max\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .md-max\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .md-max\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .md-max\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .md-max\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .md-max\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .md-max\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .md-max\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .md-max\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .md-max\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .md-max\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .md-max\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .md-max\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .md-max\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .md-max\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .md-max\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .md-max\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .md-max\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .md-max\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .md-max\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .md-max\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .md-max\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .md-max\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .md-max\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .md-max\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .md-max\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .md-max\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .md-max\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .md-max\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .md-max\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .md-max\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .md-max\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .md-max\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .md-max\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .md-max\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .md-max\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .md-max\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .md-max\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .md-max\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .md-max\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .md-max\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .md-max\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .md-max\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .md-max\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .md-max\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .md-max\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .md-max\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .md-max\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .md-max\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .md-max\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .md-max\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .md-max\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .md-max\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .md-max\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .md-max\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .md-max\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .md-max\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .md-max\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .md-max\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .md-max\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .md-max\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .md-max\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .md-max\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .md-max\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .md-max\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .md-max\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .md-max\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .md-max\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .md-max\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .md-max\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .md-max\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .md-max\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .md-max\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .md-max\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .md-max\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .md-max\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .md-max\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .md-max\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .md-max\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .md-max\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .md-max\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .md-max\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .md-max\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .md-max\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .md-max\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .md-max\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .md-max\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .md-max\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .md-max\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .md-max\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .md-max\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .md-max\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .md-max\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .md-max\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .md-max\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .md-max\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .md-max\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .md-max\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .md-max\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .md-max\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .md-max\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .md-max\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .md-max\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .md-max\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .md-max\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .md-max\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .md-max\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .md-max\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .md-max\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .md-max\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .md-max\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .md-max\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .md-max\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .md-max\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .md-max\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .md-max\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .md-max\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .md-max\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .md-max\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .md-max\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .md-max\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .md-max\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .md-max\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .md-max\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .md-max\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .md-max\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .md-max\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .md-max\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .md-max\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .md-max\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .md-max\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .md-max\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .md-max\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .md-max\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .md-max\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .md-max\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .md-max\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .md-max\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .md-max\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .md-max\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .md-max\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .md-max\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .md-max\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .md-max\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .md-max\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .md-max\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .md-max\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .md-max\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .md-max\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .md-max\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .md-max\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .md-max\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .md-max\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .md-max\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .md-max\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .md-max\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .md-max\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .md-max\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .md-max\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .md-max\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .md-max\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .md-max\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .md-max\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .md-max\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .md-max\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .md-max\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .md-max\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .md-max\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .md-max\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .md-max\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .md-max\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .md-max\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .md-max\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .md-max\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .md-max\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .md-max\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .md-max\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .md-max\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .md-max\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .md-max\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .md-max\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .md-max\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .md-max\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .md-max\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .md-max\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .md-max\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .md-max\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .md-max\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .md-max\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .md-max\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .md-max\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .md-max\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .md-max\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .md-max\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .md-max\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .md-max\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .md-max\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .md-max\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .md-max\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .md-max\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .md-max\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .md-max\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .md-max\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .md-max\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .md-max\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .md-max\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .md-max\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .md-max\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .md-max\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .md-max\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .md-max\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .md-max\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .md-max\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .md-max\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .md-max\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .md-max\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .md-max\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .md-max\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md-max\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md-max\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md-max\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md-max\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md-max\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md-max\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md-max\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md-max\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .md-max\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .md-max\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .md-max\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .md-max\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .md-max\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .md-max\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .md-max\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .md-max\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .md-max\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .md-max\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .md-max\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .md-max\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .md-max\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .md-max\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .md-max\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .md-max\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .md-max\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .md-max\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .md-max\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .md-max\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .md-max\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .md-max\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .md-max\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .md-max\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .md-max\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .md-max\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .md-max\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .md-max\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .md-max\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .md-max\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .md-max\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .md-max\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .md-max\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .md-max\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .md-max\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .md-max\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .md-max\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .md-max\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .md-max\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .md-max\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .md-max\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .md-max\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .md-max\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .md-max\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .md-max\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .md-max\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .md-max\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .md-max\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .md-max\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .md-max\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .md-max\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .md-max\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .md-max\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .md-max\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .md-max\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .md-max\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .md-max\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .md-max\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .md-max\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .md-max\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .md-max\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .md-max\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .md-max\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .md-max\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .md-max\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .md-max\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .md-max\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .md-max\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .md-max\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .md-max\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .md-max\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .md-max\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .md-max\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .md-max\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .md-max\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .md-max\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .md-max\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .md-max\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .md-max\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .md-max\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .md-max\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .md-max\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .md-max\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .md-max\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .md-max\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .md-max\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .md-max\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .md-max\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .md-max\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .md-max\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .md-max\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .md-max\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .md-max\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .md-max\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .md-max\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .md-max\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .md-max\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .md-max\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .md-max\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .md-max\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .md-max\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .md-max\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .md-max\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .md-max\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md-max\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md-max\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md-max\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md-max\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md-max\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md-max\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md-max\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md-max\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .md-max\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .md-max\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .md-max\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .md-max\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .md-max\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .md-max\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .md-max\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .md-max\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .md-max\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .md-max\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .md-max\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .md-max\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .md-max\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .md-max\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .md-max\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .md-max\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .md-max\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .md-max\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .md-max\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .md-max\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .md-max\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .md-max\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .md-max\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .md-max\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .md-max\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .md-max\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .md-max\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .md-max\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .md-max\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .md-max\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .md-max\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .md-max\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .md-max\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .md-max\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .md-max\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .md-max\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .md-max\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .md-max\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .md-max\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .md-max\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .md-max\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .md-max\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .md-max\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .md-max\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .md-max\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .md-max\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .md-max\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .md-max\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .md-max\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .md-max\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .md-max\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .md-max\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .md-max\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .md-max\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .md-max\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .md-max\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .md-max\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .md-max\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .md-max\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .md-max\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .md-max\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .md-max\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .md-max\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .md-max\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .md-max\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .md-max\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .md-max\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .md-max\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .md-max\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .md-max\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .md-max\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .md-max\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .md-max\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .md-max\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .md-max\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .md-max\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .md-max\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .md-max\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .md-max\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .md-max\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .md-max\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .md-max\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .md-max\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .md-max\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .md-max\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .md-max\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .md-max\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .md-max\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .md-max\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .md-max\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .md-max\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .md-max\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .md-max\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .md-max\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .md-max\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .md-max\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .md-max\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .md-max\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .md-max\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .md-max\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .md-max\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .md-max\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .md-max\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .md-max\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .md-max\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .md-max\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .md-max\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .md-max\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .md-max\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .md-max\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .md-max\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .md-max\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .md-max\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .md-max\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .md-max\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .md-max\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .md-max\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .md-max\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .md-max\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .md-max\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .md-max\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .md-max\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .md-max\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .md-max\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .md-max\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .md-max\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .md-max\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .md-max\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .md-max\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .md-max\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .md-max\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .md-max\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .md-max\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .md-max\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .md-max\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .md-max\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .md-max\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .md-max\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .md-max\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .md-max\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .md-max\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .md-max\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .md-max\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .md-max\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .md-max\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .md-max\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .md-max\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .md-max\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .md-max\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .md-max\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .md-max\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .md-max\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .md-max\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .md-max\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .md-max\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .md-max\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .md-max\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .md-max\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .md-max\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .md-max\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .md-max\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .md-max\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .md-max\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .md-max\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .md-max\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .md-max\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .md-max\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .md-max\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .md-max\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .md-max\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .md-max\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .md-max\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .md-max\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .md-max\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .md-max\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .md-max\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .md-max\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .md-max\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .md-max\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .md-max\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .md-max\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .md-max\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .md-max\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .md-max\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .md-max\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .md-max\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .md-max\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .md-max\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .md-max\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .md-max\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .md-max\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .md-max\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .md-max\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .md-max\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .md-max\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .md-max\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .md-max\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .md-max\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .md-max\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .md-max\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .md-max\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .md-max\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .md-max\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .md-max\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .md-max\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .md-max\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .md-max\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .md-max\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .md-max\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .md-max\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .md-max\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .md-max\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .md-max\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .md-max\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .md-max\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .md-max\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .md-max\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .md-max\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .md-max\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .md-max\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .md-max\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .md-max\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .md-max\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .md-max\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .md-max\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .md-max\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .md-max\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .md-max\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .md-max\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .md-max\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .md-max\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .md-max\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .md-max\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .md-max\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .md-max\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .md-max\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .md-max\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .md-max\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .md-max\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .md-max\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .md-max\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .md-max\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .md-max\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .md-max\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .md-max\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .md-max\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .md-max\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .md-max\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .md-max\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .md-max\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .md-max\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .md-max\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .md-max\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .md-max\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .md-max\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .md-max\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .md-max\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .md-max\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .md-max\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .md-max\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .md-max\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .md-max\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .md-max\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .md-max\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .md-max\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .md-max\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .md-max\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .md-max\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .md-max\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .md-max\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .md-max\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .md-max\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .md-max\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .md-max\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .md-max\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .md-max\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md-max\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md-max\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md-max\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md-max\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .md-max\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .md-max\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .md-max\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .md-max\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .md-max\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .md-max\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .md-max\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .md-max\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .md-max\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .md-max\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .md-max\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .md-max\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .md-max\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .md-max\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .md-max\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .md-max\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .md-max\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .md-max\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .md-max\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .md-max\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .md-max\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .md-max\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .md-max\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .md-max\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .md-max\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .md-max\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .md-max\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .md-max\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .md-max\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .md-max\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .md-max\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .md-max\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .md-max\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .md-max\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .md-max\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .md-max\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .md-max\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .md-max\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .md-max\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .md-max\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .md-max\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .md-max\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .md-max\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .md-max\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .md-max\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .md-max\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .md-max\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .md-max\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .md-max\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .md-max\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .md-max\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .md-max\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .md-max\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .md-max\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .md-max\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .md-max\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .md-max\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .md-max\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .md-max\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .md-max\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .md-max\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .md-max\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .md-max\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .md-max\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .md-max\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .md-max\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .md-max\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .md-max\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .md-max\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .md-max\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .md-max\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .md-max\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .md-max\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .md-max\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .md-max\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .md-max\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .md-max\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .md-max\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .md-max\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .md-max\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .md-max\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .md-max\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .md-max\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .md-max\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .md-max\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .md-max\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .md-max\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .md-max\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .md-max\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .md-max\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .md-max\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .md-max\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .md-max\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .md-max\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .md-max\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .md-max\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .md-max\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .md-max\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .md-max\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .md-max\:last\:m-0:last-child {
    margin: 0px;
  }

  .md-max\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md-max\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md-max\:last\:m-3:last-child {
    margin: 3px;
  }

  .md-max\:last\:m-4:last-child {
    margin: 4px;
  }

  .md-max\:last\:m-5:last-child {
    margin: 5px;
  }

  .md-max\:last\:m-6:last-child {
    margin: 6px;
  }

  .md-max\:last\:m-8:last-child {
    margin: 8px;
  }

  .md-max\:last\:m-9:last-child {
    margin: 9px;
  }

  .md-max\:last\:m-10:last-child {
    margin: 10px;
  }

  .md-max\:last\:m-12:last-child {
    margin: 12px;
  }

  .md-max\:last\:m-13:last-child {
    margin: 13px;
  }

  .md-max\:last\:m-14:last-child {
    margin: 14px;
  }

  .md-max\:last\:m-15:last-child {
    margin: 15px;
  }

  .md-max\:last\:m-16:last-child {
    margin: 16px;
  }

  .md-max\:last\:m-17:last-child {
    margin: 17px;
  }

  .md-max\:last\:m-18:last-child {
    margin: 18px;
  }

  .md-max\:last\:m-20:last-child {
    margin: 20px;
  }

  .md-max\:last\:m-22:last-child {
    margin: 22px;
  }

  .md-max\:last\:m-24:last-child {
    margin: 24px;
  }

  .md-max\:last\:m-25:last-child {
    margin: 25px;
  }

  .md-max\:last\:m-28:last-child {
    margin: 28px;
  }

  .md-max\:last\:m-29:last-child {
    margin: 29px;
  }

  .md-max\:last\:m-30:last-child {
    margin: 30px;
  }

  .md-max\:last\:m-32:last-child {
    margin: 32px;
  }

  .md-max\:last\:m-35:last-child {
    margin: 35px;
  }

  .md-max\:last\:m-36:last-child {
    margin: 36px;
  }

  .md-max\:last\:m-37:last-child {
    margin: 37px;
  }

  .md-max\:last\:m-40:last-child {
    margin: 40px;
  }

  .md-max\:last\:m-45:last-child {
    margin: 45px;
  }

  .md-max\:last\:m-48:last-child {
    margin: 48px;
  }

  .md-max\:last\:m-50:last-child {
    margin: 50px;
  }

  .md-max\:last\:m-55:last-child {
    margin: 55px;
  }

  .md-max\:last\:m-56:last-child {
    margin: 56px;
  }

  .md-max\:last\:m-60:last-child {
    margin: 60px;
  }

  .md-max\:last\:m-62:last-child {
    margin: 62px;
  }

  .md-max\:last\:m-64:last-child {
    margin: 64px;
  }

  .md-max\:last\:m-65:last-child {
    margin: 65px;
  }

  .md-max\:last\:m-70:last-child {
    margin: 70px;
  }

  .md-max\:last\:m-75:last-child {
    margin: 75px;
  }

  .md-max\:last\:m-80:last-child {
    margin: 80px;
  }

  .md-max\:last\:m-85:last-child {
    margin: 85px;
  }

  .md-max\:last\:m-90:last-child {
    margin: 90px;
  }

  .md-max\:last\:m-95:last-child {
    margin: 95px;
  }

  .md-max\:last\:m-96:last-child {
    margin: 96px;
  }

  .md-max\:last\:m-100:last-child {
    margin: 100px;
  }

  .md-max\:last\:m-110:last-child {
    margin: 110px;
  }

  .md-max\:last\:m-115:last-child {
    margin: 115px;
  }

  .md-max\:last\:m-120:last-child {
    margin: 120px;
  }

  .md-max\:last\:m-128:last-child {
    margin: 128px;
  }

  .md-max\:last\:m-135:last-child {
    margin: 135px;
  }

  .md-max\:last\:m-140:last-child {
    margin: 140px;
  }

  .md-max\:last\:m-145:last-child {
    margin: 145px;
  }

  .md-max\:last\:m-150:last-child {
    margin: 150px;
  }

  .md-max\:last\:m-160:last-child {
    margin: 160px;
  }

  .md-max\:last\:m-165:last-child {
    margin: 165px;
  }

  .md-max\:last\:m-168:last-child {
    margin: 168px;
  }

  .md-max\:last\:m-170:last-child {
    margin: 170px;
  }

  .md-max\:last\:m-180:last-child {
    margin: 180px;
  }

  .md-max\:last\:m-200:last-child {
    margin: 200px;
  }

  .md-max\:last\:m-220:last-child {
    margin: 220px;
  }

  .md-max\:last\:m-230:last-child {
    margin: 230px;
  }

  .md-max\:last\:m-235:last-child {
    margin: 235px;
  }

  .md-max\:last\:m-240:last-child {
    margin: 240px;
  }

  .md-max\:last\:m-250:last-child {
    margin: 250px;
  }

  .md-max\:last\:m-300:last-child {
    margin: 300px;
  }

  .md-max\:last\:m-320:last-child {
    margin: 320px;
  }

  .md-max\:last\:m-350:last-child {
    margin: 350px;
  }

  .md-max\:last\:m-375:last-child {
    margin: 375px;
  }

  .md-max\:last\:m-400:last-child {
    margin: 400px;
  }

  .md-max\:last\:m-450:last-child {
    margin: 450px;
  }

  .md-max\:last\:m-700:last-child {
    margin: 700px;
  }

  .md-max\:last\:m-auto:last-child {
    margin: auto;
  }

  .md-max\:last\:m-px:last-child {
    margin: 1px;
  }

  .md-max\:last\:m-1p:last-child {
    margin: 1%;
  }

  .md-max\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .md-max\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .md-max\:last\:m-11p:last-child {
    margin: 11%;
  }

  .md-max\:last\:m-20p:last-child {
    margin: 20%;
  }

  .md-max\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .md-max\:last\:m-25p:last-child {
    margin: 25%;
  }

  .md-max\:last\:m-32p:last-child {
    margin: 32%;
  }

  .md-max\:last\:m-35p:last-child {
    margin: 35%;
  }

  .md-max\:last\:m-40p:last-child {
    margin: 40%;
  }

  .md-max\:last\:m-49p:last-child {
    margin: 49%;
  }

  .md-max\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .md-max\:last\:m-80p:last-child {
    margin: 80%;
  }

  .md-max\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .md-max\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .md-max\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .md-max\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .md-max\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .md-max\:last\:m-90p:last-child {
    margin: 90%;
  }

  .md-max\:last\:m-92p:last-child {
    margin: 92%;
  }

  .md-max\:last\:m-93p:last-child {
    margin: 93%;
  }

  .md-max\:last\:m-94p:last-child {
    margin: 94%;
  }

  .md-max\:last\:m-95p:last-child {
    margin: 95%;
  }

  .md-max\:last\:m-96p:last-child {
    margin: 96%;
  }

  .md-max\:last\:m-100p:last-child {
    margin: 100%;
  }

  .md-max\:last\:-m-0:last-child {
    margin: 0px;
  }

  .md-max\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md-max\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md-max\:last\:-m-3:last-child {
    margin: -3px;
  }

  .md-max\:last\:-m-4:last-child {
    margin: -4px;
  }

  .md-max\:last\:-m-5:last-child {
    margin: -5px;
  }

  .md-max\:last\:-m-6:last-child {
    margin: -6px;
  }

  .md-max\:last\:-m-8:last-child {
    margin: -8px;
  }

  .md-max\:last\:-m-9:last-child {
    margin: -9px;
  }

  .md-max\:last\:-m-10:last-child {
    margin: -10px;
  }

  .md-max\:last\:-m-12:last-child {
    margin: -12px;
  }

  .md-max\:last\:-m-13:last-child {
    margin: -13px;
  }

  .md-max\:last\:-m-14:last-child {
    margin: -14px;
  }

  .md-max\:last\:-m-15:last-child {
    margin: -15px;
  }

  .md-max\:last\:-m-16:last-child {
    margin: -16px;
  }

  .md-max\:last\:-m-17:last-child {
    margin: -17px;
  }

  .md-max\:last\:-m-18:last-child {
    margin: -18px;
  }

  .md-max\:last\:-m-20:last-child {
    margin: -20px;
  }

  .md-max\:last\:-m-22:last-child {
    margin: -22px;
  }

  .md-max\:last\:-m-24:last-child {
    margin: -24px;
  }

  .md-max\:last\:-m-25:last-child {
    margin: -25px;
  }

  .md-max\:last\:-m-28:last-child {
    margin: -28px;
  }

  .md-max\:last\:-m-29:last-child {
    margin: -29px;
  }

  .md-max\:last\:-m-30:last-child {
    margin: -30px;
  }

  .md-max\:last\:-m-32:last-child {
    margin: -32px;
  }

  .md-max\:last\:-m-35:last-child {
    margin: -35px;
  }

  .md-max\:last\:-m-36:last-child {
    margin: -36px;
  }

  .md-max\:last\:-m-37:last-child {
    margin: -37px;
  }

  .md-max\:last\:-m-40:last-child {
    margin: -40px;
  }

  .md-max\:last\:-m-45:last-child {
    margin: -45px;
  }

  .md-max\:last\:-m-48:last-child {
    margin: -48px;
  }

  .md-max\:last\:-m-50:last-child {
    margin: -50px;
  }

  .md-max\:last\:-m-55:last-child {
    margin: -55px;
  }

  .md-max\:last\:-m-56:last-child {
    margin: -56px;
  }

  .md-max\:last\:-m-60:last-child {
    margin: -60px;
  }

  .md-max\:last\:-m-62:last-child {
    margin: -62px;
  }

  .md-max\:last\:-m-64:last-child {
    margin: -64px;
  }

  .md-max\:last\:-m-65:last-child {
    margin: -65px;
  }

  .md-max\:last\:-m-70:last-child {
    margin: -70px;
  }

  .md-max\:last\:-m-75:last-child {
    margin: -75px;
  }

  .md-max\:last\:-m-80:last-child {
    margin: -80px;
  }

  .md-max\:last\:-m-85:last-child {
    margin: -85px;
  }

  .md-max\:last\:-m-90:last-child {
    margin: -90px;
  }

  .md-max\:last\:-m-95:last-child {
    margin: -95px;
  }

  .md-max\:last\:-m-96:last-child {
    margin: -96px;
  }

  .md-max\:last\:-m-100:last-child {
    margin: -100px;
  }

  .md-max\:last\:-m-110:last-child {
    margin: -110px;
  }

  .md-max\:last\:-m-115:last-child {
    margin: -115px;
  }

  .md-max\:last\:-m-120:last-child {
    margin: -120px;
  }

  .md-max\:last\:-m-128:last-child {
    margin: -128px;
  }

  .md-max\:last\:-m-135:last-child {
    margin: -135px;
  }

  .md-max\:last\:-m-140:last-child {
    margin: -140px;
  }

  .md-max\:last\:-m-145:last-child {
    margin: -145px;
  }

  .md-max\:last\:-m-150:last-child {
    margin: -150px;
  }

  .md-max\:last\:-m-160:last-child {
    margin: -160px;
  }

  .md-max\:last\:-m-165:last-child {
    margin: -165px;
  }

  .md-max\:last\:-m-168:last-child {
    margin: -168px;
  }

  .md-max\:last\:-m-170:last-child {
    margin: -170px;
  }

  .md-max\:last\:-m-180:last-child {
    margin: -180px;
  }

  .md-max\:last\:-m-200:last-child {
    margin: -200px;
  }

  .md-max\:last\:-m-220:last-child {
    margin: -220px;
  }

  .md-max\:last\:-m-230:last-child {
    margin: -230px;
  }

  .md-max\:last\:-m-235:last-child {
    margin: -235px;
  }

  .md-max\:last\:-m-240:last-child {
    margin: -240px;
  }

  .md-max\:last\:-m-250:last-child {
    margin: -250px;
  }

  .md-max\:last\:-m-300:last-child {
    margin: -300px;
  }

  .md-max\:last\:-m-320:last-child {
    margin: -320px;
  }

  .md-max\:last\:-m-350:last-child {
    margin: -350px;
  }

  .md-max\:last\:-m-375:last-child {
    margin: -375px;
  }

  .md-max\:last\:-m-400:last-child {
    margin: -400px;
  }

  .md-max\:last\:-m-450:last-child {
    margin: -450px;
  }

  .md-max\:last\:-m-700:last-child {
    margin: -700px;
  }

  .md-max\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md-max\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .md-max\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .md-max\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .md-max\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .md-max\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .md-max\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .md-max\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .md-max\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .md-max\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .md-max\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .md-max\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .md-max\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .md-max\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .md-max\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .md-max\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .md-max\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .md-max\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .md-max\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .md-max\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .md-max\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .md-max\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .md-max\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .md-max\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .md-max\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .md-max\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .md-max\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md-max\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md-max\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md-max\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md-max\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-max\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-max\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md-max\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md-max\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md-max\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md-max\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md-max\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md-max\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-max\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-max\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md-max\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md-max\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md-max\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md-max\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md-max\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md-max\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-max\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-max\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md-max\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md-max\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md-max\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md-max\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md-max\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md-max\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-max\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-max\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md-max\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md-max\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md-max\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md-max\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-max\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-max\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md-max\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md-max\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md-max\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md-max\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-max\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-max\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md-max\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md-max\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-max\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-max\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md-max\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md-max\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md-max\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md-max\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-max\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-max\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-max\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-max\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md-max\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md-max\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-max\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-max\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-max\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-max\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md-max\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md-max\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-max\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-max\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md-max\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md-max\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md-max\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md-max\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md-max\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md-max\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md-max\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md-max\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md-max\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md-max\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md-max\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md-max\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md-max\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md-max\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md-max\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md-max\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md-max\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md-max\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md-max\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md-max\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md-max\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md-max\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md-max\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md-max\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md-max\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md-max\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md-max\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md-max\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md-max\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md-max\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .md-max\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .md-max\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md-max\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md-max\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .md-max\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .md-max\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .md-max\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .md-max\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .md-max\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .md-max\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .md-max\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .md-max\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .md-max\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .md-max\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .md-max\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .md-max\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .md-max\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .md-max\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md-max\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md-max\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .md-max\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .md-max\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .md-max\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .md-max\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .md-max\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .md-max\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .md-max\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .md-max\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md-max\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md-max\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .md-max\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .md-max\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .md-max\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .md-max\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .md-max\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .md-max\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .md-max\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .md-max\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .md-max\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .md-max\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .md-max\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .md-max\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .md-max\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .md-max\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .md-max\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .md-max\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md-max\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md-max\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .md-max\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .md-max\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md-max\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-max\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .md-max\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .md-max\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md-max\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md-max\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .md-max\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .md-max\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .md-max\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .md-max\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md-max\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md-max\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .md-max\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .md-max\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .md-max\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .md-max\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md-max\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md-max\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md-max\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md-max\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .md-max\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .md-max\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md-max\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md-max\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .md-max\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .md-max\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .md-max\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .md-max\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md-max\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md-max\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .md-max\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .md-max\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .md-max\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .md-max\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .md-max\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .md-max\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md-max\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md-max\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md-max\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md-max\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-max\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-max\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md-max\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md-max\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md-max\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md-max\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md-max\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md-max\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md-max\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md-max\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md-max\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md-max\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md-max\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md-max\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md-max\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md-max\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md-max\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md-max\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md-max\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md-max\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md-max\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md-max\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md-max\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md-max\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md-max\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md-max\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md-max\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md-max\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md-max\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md-max\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md-max\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md-max\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md-max\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md-max\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md-max\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md-max\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md-max\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md-max\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md-max\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md-max\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md-max\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md-max\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md-max\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md-max\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md-max\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md-max\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md-max\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md-max\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md-max\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md-max\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md-max\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md-max\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md-max\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md-max\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md-max\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md-max\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md-max\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md-max\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md-max\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md-max\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md-max\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md-max\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md-max\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md-max\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md-max\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md-max\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md-max\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md-max\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md-max\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md-max\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md-max\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md-max\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md-max\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md-max\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md-max\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md-max\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md-max\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md-max\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md-max\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md-max\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md-max\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md-max\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md-max\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md-max\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md-max\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md-max\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md-max\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md-max\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md-max\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md-max\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md-max\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md-max\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md-max\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md-max\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md-max\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md-max\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .md-max\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .md-max\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md-max\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md-max\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .md-max\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .md-max\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .md-max\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .md-max\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .md-max\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .md-max\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .md-max\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .md-max\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .md-max\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .md-max\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .md-max\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .md-max\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .md-max\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .md-max\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md-max\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md-max\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .md-max\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .md-max\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .md-max\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .md-max\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .md-max\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .md-max\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .md-max\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .md-max\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md-max\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md-max\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .md-max\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .md-max\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .md-max\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .md-max\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .md-max\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .md-max\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .md-max\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .md-max\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .md-max\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .md-max\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .md-max\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .md-max\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .md-max\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .md-max\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .md-max\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .md-max\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md-max\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md-max\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .md-max\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .md-max\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md-max\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md-max\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .md-max\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .md-max\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md-max\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md-max\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .md-max\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .md-max\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .md-max\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .md-max\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md-max\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md-max\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .md-max\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .md-max\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .md-max\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .md-max\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md-max\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md-max\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md-max\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md-max\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .md-max\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .md-max\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md-max\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md-max\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .md-max\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .md-max\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .md-max\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .md-max\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md-max\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md-max\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .md-max\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .md-max\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .md-max\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .md-max\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .md-max\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .md-max\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md-max\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md-max\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md-max\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md-max\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-max\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-max\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .md-max\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .md-max\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .md-max\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .md-max\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md-max\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md-max\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md-max\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md-max\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md-max\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md-max\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md-max\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md-max\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .md-max\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .md-max\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .md-max\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .md-max\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .md-max\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .md-max\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .md-max\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .md-max\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .md-max\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .md-max\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .md-max\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .md-max\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .md-max\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .md-max\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .md-max\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .md-max\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .md-max\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .md-max\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .md-max\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .md-max\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .md-max\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .md-max\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .md-max\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .md-max\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .md-max\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .md-max\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .md-max\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .md-max\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .md-max\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .md-max\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .md-max\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .md-max\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .md-max\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .md-max\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .md-max\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .md-max\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .md-max\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .md-max\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .md-max\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .md-max\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .md-max\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .md-max\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .md-max\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .md-max\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .md-max\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .md-max\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .md-max\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .md-max\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .md-max\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .md-max\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .md-max\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .md-max\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .md-max\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .md-max\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .md-max\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .md-max\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .md-max\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .md-max\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .md-max\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .md-max\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .md-max\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .md-max\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .md-max\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .md-max\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .md-max\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .md-max\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .md-max\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .md-max\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .md-max\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .md-max\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .md-max\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .md-max\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .md-max\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .md-max\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .md-max\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .md-max\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .md-max\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .md-max\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .md-max\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .md-max\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .md-max\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .md-max\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .md-max\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .md-max\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .md-max\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .md-max\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .md-max\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .md-max\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .md-max\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .md-max\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .md-max\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .md-max\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .md-max\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .md-max\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .md-max\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .md-max\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .md-max\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .md-max\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .md-max\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .md-max\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .md-max\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .md-max\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .md-max\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .md-max\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .md-max\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .md-max\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .md-max\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .md-max\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .md-max\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .md-max\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .md-max\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .md-max\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .md-max\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .md-max\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .md-max\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .md-max\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .md-max\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .md-max\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .md-max\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .md-max\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .md-max\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .md-max\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .md-max\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .md-max\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .md-max\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .md-max\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .md-max\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .md-max\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .md-max\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .md-max\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .md-max\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .md-max\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .md-max\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .md-max\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .md-max\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .md-max\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .md-max\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .md-max\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .md-max\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .md-max\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .md-max\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .md-max\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .md-max\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .md-max\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .md-max\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .md-max\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .md-max\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .md-max\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .md-max\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .md-max\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .md-max\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .md-max\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .md-max\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .md-max\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .md-max\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .md-max\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .md-max\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .md-max\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .md-max\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .md-max\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .md-max\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .md-max\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .md-max\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .md-max\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .md-max\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .md-max\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .md-max\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .md-max\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .md-max\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .md-max\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .md-max\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .md-max\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .md-max\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .md-max\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .md-max\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .md-max\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .md-max\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .md-max\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .md-max\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .md-max\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .md-max\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .md-max\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .md-max\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .md-max\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .md-max\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .md-max\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .md-max\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .md-max\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .md-max\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .md-max\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .md-max\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .md-max\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .md-max\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .md-max\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .md-max\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .md-max\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .md-max\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .md-max\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .md-max\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .md-max\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .md-max\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .md-max\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .md-max\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .md-max\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .md-max\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .md-max\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .md-max\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .md-max\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .md-max\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .md-max\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .md-max\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .md-max\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .md-max\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .md-max\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .md-max\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .md-max\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .md-max\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .md-max\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .md-max\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .md-max\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .md-max\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .md-max\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .md-max\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .md-max\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .md-max\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .md-max\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .md-max\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .md-max\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .md-max\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .md-max\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .md-max\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .md-max\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .md-max\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .md-max\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .md-max\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .md-max\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .md-max\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .md-max\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .md-max\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .md-max\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .md-max\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .md-max\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .md-max\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .md-max\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .md-max\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .md-max\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .md-max\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .md-max\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .md-max\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .md-max\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .md-max\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .md-max\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .md-max\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .md-max\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .md-max\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .md-max\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .md-max\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .md-max\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .md-max\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .md-max\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .md-max\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .md-max\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .md-max\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .md-max\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .md-max\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .md-max\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .md-max\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .md-max\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .md-max\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .md-max\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .md-max\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .md-max\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .md-max\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .md-max\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .md-max\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .md-max\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md-max\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md-max\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md-max\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md-max\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md-max\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md-max\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md-max\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md-max\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .md-max\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .md-max\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .md-max\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .md-max\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .md-max\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .md-max\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .md-max\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .md-max\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .md-max\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .md-max\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .md-max\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .md-max\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .md-max\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .md-max\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .md-max\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .md-max\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .md-max\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .md-max\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .md-max\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .md-max\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .md-max\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .md-max\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .md-max\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .md-max\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .md-max\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .md-max\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .md-max\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .md-max\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .md-max\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .md-max\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .md-max\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .md-max\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .md-max\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .md-max\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .md-max\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .md-max\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .md-max\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .md-max\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .md-max\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .md-max\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .md-max\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .md-max\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .md-max\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .md-max\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .md-max\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .md-max\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .md-max\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .md-max\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .md-max\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .md-max\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .md-max\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .md-max\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .md-max\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .md-max\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .md-max\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .md-max\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .md-max\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .md-max\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .md-max\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .md-max\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .md-max\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .md-max\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .md-max\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .md-max\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .md-max\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .md-max\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .md-max\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .md-max\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .md-max\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .md-max\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .md-max\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .md-max\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .md-max\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .md-max\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .md-max\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .md-max\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .md-max\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .md-max\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .md-max\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .md-max\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .md-max\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .md-max\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .md-max\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .md-max\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .md-max\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .md-max\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .md-max\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .md-max\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .md-max\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .md-max\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .md-max\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .md-max\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .md-max\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .md-max\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .md-max\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .md-max\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .md-max\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .md-max\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .md-max\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .md-max\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .md-max\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .md-max\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .md-max\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .md-max\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md-max\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md-max\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md-max\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md-max\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md-max\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md-max\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md-max\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md-max\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .md-max\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .md-max\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .md-max\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .md-max\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .md-max\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .md-max\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .md-max\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .md-max\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .md-max\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .md-max\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .md-max\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .md-max\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .md-max\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .md-max\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .md-max\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .md-max\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .md-max\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .md-max\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .md-max\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .md-max\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .md-max\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .md-max\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .md-max\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .md-max\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .md-max\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .md-max\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .md-max\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .md-max\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .md-max\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .md-max\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .md-max\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .md-max\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .md-max\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .md-max\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .md-max\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .md-max\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .md-max\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .md-max\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .md-max\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .md-max\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .md-max\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .md-max\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .md-max\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .md-max\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .md-max\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .md-max\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .md-max\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .md-max\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .md-max\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .md-max\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .md-max\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .md-max\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .md-max\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .md-max\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .md-max\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .md-max\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .md-max\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .md-max\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .md-max\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .md-max\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .md-max\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .md-max\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .md-max\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .md-max\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .md-max\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .md-max\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .md-max\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .md-max\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .md-max\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .md-max\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .md-max\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .md-max\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .md-max\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .md-max\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .md-max\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .md-max\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .md-max\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .md-max\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .md-max\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .md-max\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .md-max\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .md-max\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .md-max\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .md-max\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .md-max\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .md-max\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .md-max\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .md-max\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .md-max\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .md-max\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .md-max\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .md-max\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .md-max\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .md-max\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .md-max\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .md-max\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .md-max\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .md-max\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .md-max\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .md-max\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .md-max\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .md-max\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .md-max\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .md-max\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .md-max\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .md-max\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .md-max\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .md-max\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .md-max\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .md-max\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .md-max\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .md-max\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .md-max\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .md-max\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .md-max\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .md-max\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .md-max\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .md-max\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .md-max\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .md-max\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .md-max\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .md-max\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .md-max\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .md-max\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .md-max\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .md-max\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .md-max\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .md-max\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .md-max\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .md-max\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .md-max\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .md-max\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .md-max\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .md-max\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .md-max\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .md-max\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .md-max\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .md-max\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .md-max\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .md-max\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .md-max\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .md-max\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .md-max\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .md-max\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .md-max\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .md-max\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .md-max\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .md-max\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .md-max\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .md-max\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .md-max\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .md-max\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .md-max\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .md-max\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .md-max\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .md-max\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .md-max\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .md-max\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .md-max\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .md-max\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .md-max\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .md-max\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .md-max\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .md-max\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .md-max\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .md-max\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .md-max\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .md-max\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .md-max\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .md-max\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .md-max\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .md-max\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .md-max\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .md-max\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .md-max\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .md-max\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .md-max\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .md-max\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .md-max\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .md-max\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .md-max\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .md-max\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .md-max\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .md-max\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .md-max\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .md-max\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .md-max\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .md-max\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .md-max\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .md-max\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .md-max\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .md-max\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .md-max\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .md-max\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .md-max\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .md-max\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .md-max\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .md-max\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .md-max\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .md-max\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .md-max\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .md-max\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .md-max\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .md-max\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .md-max\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .md-max\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .md-max\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .md-max\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .md-max\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .md-max\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .md-max\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .md-max\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .md-max\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .md-max\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .md-max\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .md-max\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .md-max\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .md-max\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .md-max\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .md-max\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .md-max\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .md-max\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .md-max\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .md-max\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .md-max\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .md-max\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .md-max\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .md-max\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .md-max\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .md-max\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .md-max\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .md-max\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .md-max\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .md-max\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .md-max\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .md-max\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .md-max\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .md-max\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .md-max\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .md-max\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .md-max\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .md-max\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .md-max\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .md-max\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .md-max\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .md-max\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .md-max\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .md-max\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .md-max\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .md-max\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .md-max\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .md-max\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .md-max\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .md-max\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .md-max\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .md-max\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .md-max\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .md-max\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .md-max\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .md-max\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .md-max\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .md-max\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .md-max\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .md-max\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .md-max\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .md-max\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .md-max\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .md-max\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .md-max\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .md-max\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .md-max\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .md-max\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .md-max\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .md-max\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .md-max\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .md-max\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md-max\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md-max\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md-max\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md-max\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .md-max\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .md-max\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .md-max\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .md-max\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .md-max\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .md-max\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .md-max\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .md-max\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .md-max\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .md-max\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .md-max\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .md-max\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .md-max\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .md-max\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .md-max\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .md-max\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .md-max\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .md-max\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .md-max\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .md-max\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .md-max\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .md-max\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .md-max\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .md-max\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .md-max\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .md-max\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .md-max\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .md-max\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .md-max\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .md-max\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .md-max\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .md-max\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .md-max\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .md-max\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .md-max\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .md-max\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .md-max\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .md-max\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .md-max\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .md-max\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .md-max\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .md-max\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .md-max\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .md-max\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .md-max\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .md-max\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .md-max\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .md-max\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .md-max\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .md-max\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .md-max\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .md-max\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .md-max\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .md-max\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .md-max\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .md-max\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .md-max\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .md-max\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .md-max\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .md-max\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .md-max\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .md-max\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .md-max\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .md-max\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .md-max\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .md-max\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .md-max\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .md-max\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .md-max\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .md-max\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .md-max\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .md-max\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .md-max\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .md-max\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .md-max\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .md-max\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .md-max\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .md-max\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .md-max\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .md-max\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .md-max\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .md-max\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .md-max\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .md-max\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .md-max\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .md-max\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .md-max\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .md-max\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .md-max\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .md-max\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .md-max\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .md-max\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .md-max\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .md-max\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .md-max\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .md-max\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .md-max\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .md-max\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .md-max\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .md-max\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .md-max\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .md-max\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .md-max\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .md-max\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .md-max\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .md-max\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .md-max\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .md-max\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .md-max\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .md-max\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .md-max\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .md-max\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .md-max\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .md-max\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .md-max\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .md-max\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .md-max\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .md-max\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .md-max\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .md-max\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .md-max\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .md-max\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .md-max\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .md-max\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .md-max\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .md-max\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .md-max\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .md-max\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .md-max\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .md-max\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .md-max\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .md-max\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .md-max\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .md-max\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .md-max\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .md-max\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .md-max\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .md-max\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .md-max\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .md-max\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .md-max\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .md-max\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .md-max\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .md-max\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .md-max\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .md-max\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .md-max\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .md-max\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .md-max\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .md-max\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .md-max\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .md-max\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .md-max\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .md-max\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .md-max\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .md-max\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .md-max\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .md-max\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .md-max\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .md-max\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .md-max\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .md-max\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .md-max\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .md-max\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .md-max\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .md-max\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .md-max\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .md-max\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .md-max\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .md-max\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md-max\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md-max\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .md-max\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .md-max\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .md-max\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .md-max\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .md-max\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .md-max\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .md-max\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .md-max\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .md-max\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .md-max\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .md-max\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .md-max\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .md-max\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .md-max\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .md-max\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .md-max\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .md-max\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .md-max\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .md-max\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .md-max\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .md-max\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .md-max\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .md-max\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .md-max\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .md-max\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .md-max\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .md-max\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .md-max\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .md-max\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .md-max\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .md-max\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .md-max\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .md-max\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .md-max\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .md-max\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .md-max\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .md-max\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .md-max\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .md-max\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .md-max\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .md-max\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .md-max\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .md-max\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .md-max\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .md-max\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .md-max\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .md-max\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .md-max\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .md-max\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .md-max\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .md-max\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .md-max\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .md-max\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .md-max\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .md-max\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .md-max\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .md-max\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .md-max\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .md-max\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .md-max\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .md-max\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .md-max\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .md-max\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .md-max\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .md-max\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .md-max\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .md-max\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .md-max\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .md-max\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .md-max\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .md-max\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .md-max\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .md-max\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .md-max\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .md-max\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .md-max\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .md-max\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .md-max\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .md-max\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .md-max\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .md-max\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .md-max\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .md-max\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .md-max\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .md-max\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .md-max\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .md-max\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .md-max\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .md-max\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .md-max\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .md-max\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .md-max\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .md-max\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .md-max\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .md-max\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .md-max\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .md-max\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .md-max\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .md-max\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .md-max\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .md-max\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .md-max\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .md-max\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .md-max\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .md-max\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .md-max\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .md-max\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .md-max\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .md-max\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .md-max\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .md-max\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .md-max\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .md-max\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .md-max\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .md-max\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md-max\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .md-max\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .md-max\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .md-max\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .md-max\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .md-max\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .md-max\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .md-max\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .md-max\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .md-max\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .md-max\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .md-max\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .md-max\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .md-max\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .md-max\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .md-max\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .md-max\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .md-max\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .md-max\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .md-max\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .md-max\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .md-max\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .md-max\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .md-max\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .md-max\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .md-max\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .md-max\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .md-max\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .md-max\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .md-max\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .md-max\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .md-max\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .md-max\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .md-max\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .md-max\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .md-max\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .md-max\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .md-max\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .md-max\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .md-max\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .md-max\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .md-max\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .md-max\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .md-max\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .md-max\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .md-max\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .md-max\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .md-max\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .md-max\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .md-max\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .md-max\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .md-max\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .md-max\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .md-max\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .md-max\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .md-max\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .md-max\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .md-max\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .md-max\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .md-max\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .md-max\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .md-max\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .md-max\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .md-max\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .md-max\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .md-max\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .md-max\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .md-max\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .md-max\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .md-max\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .md-max\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .md-max\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .md-max\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .md-max\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .md-max\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .md-max\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .md-max\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .md-max\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .md-max\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .md-max\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .md-max\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .md-max\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .md-max\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .md-max\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .md-max\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .md-max\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .md-max\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .md-max\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .md-max\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .md-max\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .md-max\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .md-max\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .md-max\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .md-max\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .md-max\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .md-max\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .md-max\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .md-max\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .md-max\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .md-max\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .md-max\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .md-max\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .md-max\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .md-max\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .md-max\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .md-max\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .md-max\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .md-max\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .md-max\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .md-max\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .md-max\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .md-max\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .md-max\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .md-max\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .md-max\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .md-max\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .md-max\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .md-max\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .md-max\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .md-max\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .md-max\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .md-max\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .md-max\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .md-max\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .md-max\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .md-max\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .md-max\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .md-max\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .md-max\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .md-max\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .md-max\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .md-max\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .md-max\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .md-max\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .md-max\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .md-max\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .md-max\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .md-max\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .md-max\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .md-max\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .md-max\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .md-max\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .md-max\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .md-max\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .md-max\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .md-max\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .md-max\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .md-max\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .md-max\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .md-max\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .md-max\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .md-max\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .md-max\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .md-max\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .md-max\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .md-max\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .md-max\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .md-max\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .md-max\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .md-max\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .md-max\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .md-max\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .md-max\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .md-max\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .md-max\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .md-max\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .md-max\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .md-max\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .md-max\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .md-max\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md-max\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .md-max\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .md-max\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .md-max\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .md-max\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .md-max\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .md-max\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .md-max\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .md-max\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .md-max\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .md-max\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .md-max\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .md-max\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .md-max\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .md-max\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .md-max\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .md-max\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .md-max\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .md-max\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .md-max\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .md-max\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .md-max\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .md-max\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .md-max\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .md-max\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .md-max\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .md-max\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .md-max\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .md-max\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .md-max\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .md-max\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .md-max\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .md-max\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .md-max\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .md-max\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .md-max\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .md-max\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .md-max\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .md-max\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .md-max\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .md-max\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .md-max\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .md-max\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .md-max\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .md-max\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .md-max\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .md-max\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .md-max\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .md-max\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .md-max\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .md-max\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .md-max\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .md-max\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .md-max\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .md-max\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .md-max\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .md-max\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .md-max\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .md-max\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .md-max\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .md-max\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .md-max\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .md-max\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .md-max\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .md-max\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .md-max\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .md-max\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .md-max\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .md-max\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .md-max\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .md-max\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .md-max\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .md-max\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .md-max\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .md-max\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .md-max\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .md-max\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .md-max\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .md-max\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .md-max\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .md-max\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .md-max\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .md-max\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .md-max\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .md-max\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .md-max\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .md-max\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .md-max\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .md-max\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .md-max\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .md-max\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .md-max\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .md-max\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .md-max\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .md-max\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .md-max\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .md-max\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .md-max\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .md-max\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .md-max\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .md-max\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .md-max\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .md-max\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .md-max\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .md-max\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .md-max\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .md-max\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .md-max\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .md-max\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .md-max\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .md-max\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .md-max\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .md-max\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .md-max\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .md-max\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .md-max\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .md-max\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .md-max\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .md-max\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .md-max\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .md-max\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .md-max\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .md-max\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .md-max\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .md-max\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .md-max\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .md-max\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .md-max\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .md-max\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .md-max\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .md-max\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .md-max\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .md-max\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .md-max\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .md-max\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .md-max\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .md-max\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .md-max\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .md-max\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .md-max\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .md-max\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .md-max\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .md-max\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .md-max\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .md-max\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .md-max\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .md-max\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .md-max\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .md-max\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .md-max\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .md-max\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .md-max\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .md-max\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .md-max\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .md-max\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .md-max\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .md-max\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .md-max\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .md-max\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .md-max\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .md-max\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .md-max\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .md-max\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .md-max\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .md-max\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .md-max\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .md-max\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .md-max\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .md-max\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .md-max\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .md-max\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .md-max\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .md-max\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .md-max\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .md-max\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .md-max\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .md-max\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .md-max\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .md-max\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .md-max\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .md-max\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .md-max\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .md-max\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .md-max\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .md-max\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .md-max\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .md-max\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .md-max\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .md-max\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .md-max\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .md-max\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .md-max\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .md-max\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .md-max\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .md-max\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .md-max\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .md-max\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .md-max\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .md-max\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .md-max\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .md-max\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .md-max\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .md-max\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .md-max\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .md-max\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .md-max\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .md-max\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .md-max\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .md-max\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .md-max\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .md-max\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .md-max\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .md-max\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .md-max\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .md-max\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .md-max\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .md-max\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .md-max\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .md-max\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .md-max\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .md-max\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .md-max\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .md-max\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .md-max\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .md-max\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .md-max\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .md-max\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .md-max\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .md-max\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .md-max\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .md-max\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .md-max\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .md-max\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .md-max\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .md-max\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .md-max\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .md-max\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .md-max\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .md-max\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .md-max\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .md-max\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .md-max\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .md-max\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .md-max\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .md-max\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .md-max\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .md-max\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .md-max\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .md-max\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .md-max\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .md-max\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .md-max\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .md-max\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .md-max\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .md-max\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .md-max\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .md-max\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .md-max\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .md-max\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .md-max\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .md-max\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .md-max\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .md-max\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .md-max\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .md-max\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .md-max\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .md-max\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .md-max\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .md-max\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .md-max\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .md-max\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .md-max\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .md-max\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .md-max\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .md-max\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .md-max\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .md-max\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .md-max\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .md-max\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .md-max\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .md-max\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .md-max\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .md-max\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .md-max\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .md-max\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .md-max\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .md-max\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .md-max\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .md-max\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .md-max\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .md-max\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .md-max\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .md-max\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .md-max\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .md-max\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .md-max\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .md-max\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .md-max\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .md-max\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .md-max\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .md-max\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .md-max\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .md-max\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .md-max\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .md-max\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .md-max\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .md-max\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .md-max\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .md-max\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .md-max\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .md-max\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .md-max\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .md-max\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .md-max\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .md-max\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .md-max\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .md-max\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .md-max\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .md-max\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .md-max\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .md-max\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .md-max\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .md-max\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .md-max\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .md-max\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .md-max\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .md-max\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .md-max\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .md-max\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .md-max\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .md-max\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .md-max\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .md-max\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .md-max\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .md-max\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .md-max\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .md-max\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .md-max\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .md-max\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .md-max\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .md-max\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .md-max\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .md-max\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .md-max\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .md-max\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .md-max\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .md-max\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .md-max\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .md-max\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .md-max\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .md-max\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .md-max\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .md-max\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .md-max\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .md-max\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .md-max\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .md-max\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .md-max\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .md-max\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .md-max\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .md-max\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .md-max\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .md-max\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .md-max\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .md-max\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .md-max\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .md-max\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .md-max\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .md-max\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .md-max\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .md-max\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .md-max\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .md-max\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .md-max\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .md-max\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .md-max\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .md-max\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .md-max\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .md-max\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .md-max\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .md-max\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .md-max\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .md-max\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .md-max\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .md-max\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .md-max\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .md-max\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .md-max\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .md-max\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .md-max\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .md-max\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .md-max\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .md-max\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .md-max\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .md-max\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .md-max\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .md-max\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .md-max\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .md-max\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .md-max\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .md-max\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .md-max\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .md-max\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .md-max\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .md-max\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .md-max\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .md-max\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .md-max\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .md-max\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .md-max\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .md-max\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .md-max\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .md-max\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .md-max\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .md-max\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .md-max\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .md-max\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .md-max\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .md-max\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .md-max\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .md-max\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .md-max\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .md-max\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .md-max\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .md-max\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .md-max\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .md-max\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .md-max\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .md-max\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .md-max\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .md-max\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .md-max\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .md-max\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .md-max\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .md-max\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .md-max\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .md-max\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .md-max\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .md-max\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .md-max\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .md-max\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .md-max\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .md-max\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .md-max\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .md-max\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .md-max\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .md-max\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .md-max\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .md-max\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .md-max\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .md-max\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .md-max\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .md-max\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .md-max\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .md-max\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .md-max\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .md-max\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .md-max\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .md-max\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .md-max\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .md-max\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .md-max\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .md-max\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .md-max\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .md-max\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .md-max\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .md-max\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .md-max\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .md-max\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .md-max\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .md-max\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .md-max\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .md-max\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .md-max\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .md-max\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .md-max\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .md-max\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .md-max\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .md-max\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .md-max\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .md-max\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .md-max\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .md-max\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .md-max\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .md-max\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .md-max\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .md-max\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .md-max\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .md-max\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .md-max\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .md-max\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .md-max\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .md-max\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .md-max\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .md-max\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .md-max\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .md-max\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .md-max\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .md-max\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .md-max\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .md-max\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .md-max\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .md-max\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .md-max\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .md-max\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .md-max\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .md-max\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .md-max\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .md-max\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .md-max\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .md-max\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .md-max\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .md-max\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .md-max\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .md-max\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .md-max\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .md-max\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .md-max\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .md-max\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .md-max\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .md-max\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .md-max\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .md-max\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .md-max\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .md-max\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .md-max\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .md-max\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .md-max\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .md-max\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .md-max\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .md-max\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .md-max\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .md-max\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .md-max\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .md-max\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .md-max\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .md-max\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .md-max\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .md-max\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .md-max\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .md-max\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .md-max\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .md-max\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .md-max\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .md-max\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .md-max\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .md-max\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .md-max\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .md-max\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .md-max\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .md-max\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .md-max\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .md-max\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .md-max\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .md-max\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .md-max\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .md-max\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .md-max\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .md-max\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .md-max\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .md-max\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .md-max\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .md-max\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .md-max\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .md-max\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .md-max\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .md-max\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .md-max\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .md-max\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .md-max\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .md-max\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .md-max\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .md-max\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .md-max\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .md-max\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .md-max\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .md-max\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .md-max\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .md-max\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .md-max\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .md-max\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .md-max\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .md-max\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .md-max\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .md-max\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .md-max\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .md-max\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .md-max\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .md-max\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .md-max\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .md-max\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .md-max\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .md-max\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .md-max\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .md-max\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .md-max\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .md-max\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .md-max\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .md-max\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .md-max\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .md-max\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .md-max\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .md-max\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .md-max\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .md-max\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .md-max\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .md-max\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .md-max\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .md-max\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .md-max\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .md-max\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .md-max\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .md-max\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .md-max\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .md-max\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .md-max\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .md-max\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .md-max\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .md-max\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .md-max\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .md-max\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .md-max\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .md-max\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .md-max\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .md-max\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .md-max\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .md-max\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .md-max\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .md-max\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .md-max\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .md-max\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .md-max\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .md-max\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .md-max\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .md-max\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .md-max\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .md-max\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .md-max\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .md-max\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .md-max\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .md-max\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .md-max\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .md-max\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .md-max\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .md-max\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .md-max\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .md-max\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .md-max\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .md-max\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .md-max\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .md-max\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .md-max\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .md-max\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .md-max\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .md-max\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .md-max\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .md-max\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .md-max\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .md-max\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .md-max\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .md-max\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .md-max\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .md-max\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .md-max\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .md-max\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .md-max\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .md-max\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .md-max\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .md-max\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .md-max\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .md-max\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .md-max\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .md-max\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .md-max\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .md-max\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .md-max\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .md-max\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .md-max\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .md-max\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .md-max\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .md-max\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .md-max\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .md-max\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .md-max\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .md-max\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .md-max\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .md-max\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .md-max\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .md-max\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .md-max\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .md-max\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .md-max\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .md-max\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .md-max\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .md-max\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .md-max\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .md-max\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .md-max\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .md-max\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .md-max\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .md-max\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .md-max\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .md-max\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .md-max\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .md-max\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .md-max\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .md-max\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .md-max\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .md-max\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .md-max\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .md-max\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .md-max\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .md-max\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .md-max\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .md-max\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .md-max\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .md-max\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .md-max\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .md-max\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .md-max\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .md-max\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .md-max\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .md-max\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .md-max\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .md-max\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .md-max\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .md-max\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .md-max\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .md-max\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .md-max\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .md-max\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .md-max\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .md-max\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .md-max\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .md-max\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .md-max\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .md-max\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .md-max\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .md-max\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .md-max\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .md-max\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .md-max\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .md-max\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .md-max\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .md-max\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .md-max\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .md-max\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .md-max\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .md-max\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .md-max\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .md-max\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .md-max\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .md-max\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .md-max\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .md-max\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .md-max\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .md-max\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .md-max\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .md-max\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .md-max\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .md-max\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .md-max\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .md-max\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .md-max\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .md-max\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .md-max\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .md-max\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .md-max\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .md-max\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .md-max\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .md-max\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .md-max\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .md-max\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .md-max\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .md-max\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .md-max\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .md-max\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .md-max\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .md-max\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .md-max\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .md-max\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .md-max\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .md-max\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .md-max\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .md-max\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .md-max\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .md-max\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .md-max\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .md-max\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .md-max\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .md-max\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .md-max\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .md-max\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .md-max\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .md-max\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .md-max\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .md-max\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .md-max\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .md-max\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .md-max\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .md-max\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .md-max\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .md-max\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .md-max\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .md-max\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .md-max\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .md-max\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .md-max\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .md-max\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .md-max\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .md-max\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .md-max\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .md-max\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .md-max\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .md-max\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .md-max\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .md-max\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .md-max\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .md-max\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .md-max\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .md-max\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .md-max\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .md-max\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .md-max\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .md-max\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .md-max\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .md-max\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .md-max\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .md-max\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .md-max\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .md-max\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .md-max\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .md-max\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .md-max\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .md-max\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .md-max\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .md-max\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .md-max\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .md-max\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .md-max\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .md-max\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .md-max\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .md-max\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .md-max\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .md-max\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .md-max\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .md-max\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .md-max\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .md-max\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .md-max\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .md-max\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .md-max\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .md-max\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .md-max\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .md-max\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .md-max\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .md-max\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .md-max\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .md-max\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .md-max\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .md-max\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .md-max\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .md-max\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .md-max\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .md-max\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .md-max\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .md-max\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .md-max\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .md-max\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .md-max\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .md-max\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .md-max\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .md-max\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .md-max\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .md-max\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .md-max\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .md-max\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .md-max\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .md-max\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .md-max\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .md-max\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .md-max\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .md-max\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .md-max\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .md-max\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .md-max\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .md-max\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .md-max\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .md-max\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .md-max\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .md-max\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .md-max\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .md-max\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .md-max\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .md-max\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .md-max\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .md-max\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .md-max\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .md-max\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .md-max\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .md-max\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .md-max\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .md-max\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .md-max\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .md-max\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .md-max\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .md-max\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .md-max\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .md-max\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .md-max\:max-h-0 {
    max-height: 0px;
  }

  .md-max\:max-h-15 {
    max-height: 15px;
  }

  .md-max\:max-h-250 {
    max-height: 250px;
  }

  .md-max\:max-h-300 {
    max-height: 300px;
  }

  .md-max\:max-h-400 {
    max-height: 400px;
  }

  .md-max\:max-h-450 {
    max-height: 450px;
  }

  .md-max\:max-h-500 {
    max-height: 500px;
  }

  .md-max\:max-h-full {
    max-height: 100%;
  }

  .md-max\:max-h-screen {
    max-height: 100vh;
  }

  .md-max\:max-h-80vh {
    max-height: 80vh;
  }

  .md-max\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .md-max\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .md-max\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .md-max\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .md-max\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .md-max\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .md-max\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .md-max\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md-max\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md-max\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .md-max\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .md-max\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .md-max\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .md-max\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .md-max\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .md-max\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .md-max\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .md-max\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .md-max\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .md-max\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .md-max\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .md-max\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .md-max\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .md-max\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .md-max\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .md-max\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .md-max\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .md-max\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .md-max\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .md-max\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .md-max\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .md-max\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .md-max\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .md-max\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .md-max\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .md-max\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .md-max\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .md-max\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .md-max\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .md-max\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .md-max\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .md-max\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .md-max\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .md-max\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .md-max\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .md-max\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .md-max\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .md-max\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .md-max\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .md-max\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .md-max\:max-w-30 {
    max-width: 30px;
  }

  .md-max\:max-w-110 {
    max-width: 110px;
  }

  .md-max\:max-w-150 {
    max-width: 150px;
  }

  .md-max\:max-w-270 {
    max-width: 270px;
  }

  .md-max\:max-w-300 {
    max-width: 300px;
  }

  .md-max\:max-w-500 {
    max-width: 500px;
  }

  .md-max\:max-w-900 {
    max-width: 900px;
  }

  .md-max\:max-w-1128 {
    max-width: 1128px;
  }

  .md-max\:max-w-1380 {
    max-width: 1380px;
  }

  .md-max\:max-w-none {
    max-width: none;
  }

  .md-max\:max-w-xs {
    max-width: 20rem;
  }

  .md-max\:max-w-sm {
    max-width: 24rem;
  }

  .md-max\:max-w-md {
    max-width: 28rem;
  }

  .md-max\:max-w-lg {
    max-width: 32rem;
  }

  .md-max\:max-w-xl {
    max-width: 36rem;
  }

  .md-max\:max-w-2xl {
    max-width: 42rem;
  }

  .md-max\:max-w-3xl {
    max-width: 48rem;
  }

  .md-max\:max-w-4xl {
    max-width: 56rem;
  }

  .md-max\:max-w-5xl {
    max-width: 64rem;
  }

  .md-max\:max-w-6xl {
    max-width: 72rem;
  }

  .md-max\:max-w-full {
    max-width: 100%;
  }

  .md-max\:max-w-screen-xs {
    max-width: 376px;
  }

  .md-max\:max-w-screen-s {
    max-width: 650px;
  }

  .md-max\:max-w-screen-md {
    max-width: 900px;
  }

  .md-max\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .md-max\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .md-max\:max-w-screen-lg {
    max-width: 1600px;
  }

  .md-max\:max-w-100vw {
    max-width: 100vw;
  }

  .md-max\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .md-max\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .md-max\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .md-max\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .md-max\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .md-max\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .md-max\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .md-max\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .md-max\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .md-max\:hover\:max-w-none:hover {
    max-width: none;
  }

  .md-max\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md-max\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .md-max\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .md-max\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .md-max\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .md-max\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .md-max\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .md-max\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .md-max\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .md-max\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .md-max\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md-max\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .md-max\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .md-max\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .md-max\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .md-max\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .md-max\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .md-max\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .md-max\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .md-max\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .md-max\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .md-max\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .md-max\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .md-max\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .md-max\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .md-max\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .md-max\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .md-max\:focus\:max-w-none:focus {
    max-width: none;
  }

  .md-max\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .md-max\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .md-max\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .md-max\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .md-max\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .md-max\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .md-max\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .md-max\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .md-max\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .md-max\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .md-max\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .md-max\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .md-max\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .md-max\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .md-max\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .md-max\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .md-max\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .md-max\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .md-max\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .md-max\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .md-max\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .md-max\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .md-max\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .md-max\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .md-max\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .md-max\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .md-max\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .md-max\:first\:max-w-none:first-child {
    max-width: none;
  }

  .md-max\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .md-max\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .md-max\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .md-max\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .md-max\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .md-max\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .md-max\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .md-max\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .md-max\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .md-max\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .md-max\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .md-max\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .md-max\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .md-max\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .md-max\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .md-max\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .md-max\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .md-max\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .md-max\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .md-max\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .md-max\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .md-max\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .md-max\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .md-max\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .md-max\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .md-max\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .md-max\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .md-max\:last\:max-w-none:last-child {
    max-width: none;
  }

  .md-max\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .md-max\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .md-max\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .md-max\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .md-max\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .md-max\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .md-max\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .md-max\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .md-max\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .md-max\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .md-max\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .md-max\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .md-max\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .md-max\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .md-max\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .md-max\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .md-max\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .md-max\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .md-max\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .md-max\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .md-max\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .md-max\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .md-max\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .md-max\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .md-max\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .md-max\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .md-max\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .md-max\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .md-max\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .md-max\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .md-max\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .md-max\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .md-max\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .md-max\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .md-max\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .md-max\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .md-max\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .md-max\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .md-max\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .md-max\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .md-max\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .md-max\:min-h-0 {
    min-height: 0;
  }

  .md-max\:min-h-150 {
    min-height: 150px;
  }

  .md-max\:min-h-full {
    min-height: 100%;
  }

  .md-max\:min-h-screen {
    min-height: 100vh;
  }

  .md-max\:min-h-50vh {
    min-height: 50vh;
  }

  .md-max\:min-h-60vh {
    min-height: 60vh;
  }

  .md-max\:min-h-80vh {
    min-height: 80vh;
  }

  .md-max\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .md-max\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .md-max\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md-max\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md-max\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .md-max\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .md-max\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .md-max\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .md-max\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .md-max\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .md-max\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .md-max\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .md-max\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .md-max\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .md-max\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .md-max\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .md-max\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .md-max\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .md-max\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .md-max\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .md-max\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .md-max\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .md-max\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .md-max\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .md-max\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .md-max\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .md-max\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .md-max\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .md-max\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .md-max\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .md-max\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .md-max\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .md-max\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .md-max\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .md-max\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .md-max\:min-w-0 {
    min-width: 0;
  }

  .md-max\:min-w-6 {
    min-width: 6px;
  }

  .md-max\:min-w-full {
    min-width: 100%;
  }

  .md-max\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .md-max\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .md-max\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md-max\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .md-max\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .md-max\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .md-max\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .md-max\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .md-max\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .md-max\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .md-max\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .md-max\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .md-max\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .md-max\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .md-max\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .md-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .md-max\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .md-max\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .md-max\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .md-max\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .md-max\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .md-max\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .md-max\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .md-max\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .md-max\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .md-max\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .md-max\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .md-max\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .md-max\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .md-max\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:opacity-0 {
    opacity: 0;
  }

  .md-max\:opacity-15 {
    opacity: 0.15;
  }

  .md-max\:opacity-25 {
    opacity: 0.25;
  }

  .md-max\:opacity-50 {
    opacity: 0.5;
  }

  .md-max\:opacity-75 {
    opacity: 0.75;
  }

  .md-max\:opacity-80 {
    opacity: 0.8;
  }

  .md-max\:opacity-100 {
    opacity: 1;
  }

  .md-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md-max\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .md-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md-max\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .md-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md-max\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .md-max\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .md-max\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .md-max\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .md-max\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .md-max\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .md-max\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .md-max\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .md-max\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .md-max\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .md-max\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .md-max\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .md-max\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .md-max\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .md-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md-max\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .md-max\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .md-max\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .md-max\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:overflow-auto {
    overflow: auto;
  }

  .md-max\:overflow-hidden {
    overflow: hidden;
  }

  .md-max\:overflow-visible {
    overflow: visible;
  }

  .md-max\:overflow-scroll {
    overflow: scroll;
  }

  .md-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .md-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .md-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .md-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .md-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md-max\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md-max\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md-max\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md-max\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md-max\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md-max\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md-max\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md-max\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md-max\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md-max\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md-max\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md-max\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md-max\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md-max\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .md-max\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .md-max\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .md-max\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .md-max\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .md-max\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .md-max\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .md-max\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .md-max\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .md-max\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .md-max\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .md-max\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .md-max\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .md-max\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .md-max\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .md-max\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .md-max\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .md-max\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .md-max\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .md-max\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .md-max\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .md-max\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .md-max\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .md-max\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .md-max\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .md-max\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .md-max\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .md-max\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .md-max\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .md-max\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .md-max\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .md-max\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .md-max\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .md-max\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .md-max\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .md-max\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .md-max\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .md-max\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .md-max\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .md-max\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .md-max\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .md-max\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .md-max\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .md-max\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .md-max\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .md-max\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .md-max\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .md-max\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .md-max\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .md-max\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .md-max\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .md-max\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .md-max\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .md-max\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md-max\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md-max\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md-max\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md-max\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md-max\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md-max\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md-max\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .md-max\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .md-max\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .md-max\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .md-max\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .md-max\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .md-max\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md-max\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md-max\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md-max\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .md-max\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .md-max\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .md-max\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .md-max\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .md-max\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .md-max\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md-max\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md-max\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md-max\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .md-max\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .md-max\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .md-max\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .md-max\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .md-max\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .md-max\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md-max\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md-max\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md-max\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .md-max\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .md-max\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .md-max\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .md-max\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .md-max\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .md-max\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .md-max\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .md-max\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .md-max\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .md-max\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .md-max\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .md-max\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .md-max\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .md-max\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md-max\:p-0 {
    padding: 0px;
  }

  .md-max\:p-1 {
    padding: 0.25rem;
  }

  .md-max\:p-2 {
    padding: 0.5rem;
  }

  .md-max\:p-3 {
    padding: 3px;
  }

  .md-max\:p-4 {
    padding: 4px;
  }

  .md-max\:p-5 {
    padding: 5px;
  }

  .md-max\:p-6 {
    padding: 6px;
  }

  .md-max\:p-8 {
    padding: 8px;
  }

  .md-max\:p-9 {
    padding: 9px;
  }

  .md-max\:p-10 {
    padding: 10px;
  }

  .md-max\:p-12 {
    padding: 12px;
  }

  .md-max\:p-13 {
    padding: 13px;
  }

  .md-max\:p-14 {
    padding: 14px;
  }

  .md-max\:p-15 {
    padding: 15px;
  }

  .md-max\:p-16 {
    padding: 16px;
  }

  .md-max\:p-17 {
    padding: 17px;
  }

  .md-max\:p-18 {
    padding: 18px;
  }

  .md-max\:p-20 {
    padding: 20px;
  }

  .md-max\:p-22 {
    padding: 22px;
  }

  .md-max\:p-24 {
    padding: 24px;
  }

  .md-max\:p-25 {
    padding: 25px;
  }

  .md-max\:p-28 {
    padding: 28px;
  }

  .md-max\:p-29 {
    padding: 29px;
  }

  .md-max\:p-30 {
    padding: 30px;
  }

  .md-max\:p-32 {
    padding: 32px;
  }

  .md-max\:p-35 {
    padding: 35px;
  }

  .md-max\:p-36 {
    padding: 36px;
  }

  .md-max\:p-37 {
    padding: 37px;
  }

  .md-max\:p-40 {
    padding: 40px;
  }

  .md-max\:p-45 {
    padding: 45px;
  }

  .md-max\:p-48 {
    padding: 48px;
  }

  .md-max\:p-50 {
    padding: 50px;
  }

  .md-max\:p-55 {
    padding: 55px;
  }

  .md-max\:p-56 {
    padding: 56px;
  }

  .md-max\:p-60 {
    padding: 60px;
  }

  .md-max\:p-62 {
    padding: 62px;
  }

  .md-max\:p-64 {
    padding: 64px;
  }

  .md-max\:p-65 {
    padding: 65px;
  }

  .md-max\:p-70 {
    padding: 70px;
  }

  .md-max\:p-75 {
    padding: 75px;
  }

  .md-max\:p-80 {
    padding: 80px;
  }

  .md-max\:p-85 {
    padding: 85px;
  }

  .md-max\:p-90 {
    padding: 90px;
  }

  .md-max\:p-95 {
    padding: 95px;
  }

  .md-max\:p-96 {
    padding: 96px;
  }

  .md-max\:p-100 {
    padding: 100px;
  }

  .md-max\:p-110 {
    padding: 110px;
  }

  .md-max\:p-115 {
    padding: 115px;
  }

  .md-max\:p-120 {
    padding: 120px;
  }

  .md-max\:p-128 {
    padding: 128px;
  }

  .md-max\:p-135 {
    padding: 135px;
  }

  .md-max\:p-140 {
    padding: 140px;
  }

  .md-max\:p-145 {
    padding: 145px;
  }

  .md-max\:p-150 {
    padding: 150px;
  }

  .md-max\:p-160 {
    padding: 160px;
  }

  .md-max\:p-165 {
    padding: 165px;
  }

  .md-max\:p-168 {
    padding: 168px;
  }

  .md-max\:p-170 {
    padding: 170px;
  }

  .md-max\:p-180 {
    padding: 180px;
  }

  .md-max\:p-200 {
    padding: 200px;
  }

  .md-max\:p-220 {
    padding: 220px;
  }

  .md-max\:p-230 {
    padding: 230px;
  }

  .md-max\:p-235 {
    padding: 235px;
  }

  .md-max\:p-240 {
    padding: 240px;
  }

  .md-max\:p-250 {
    padding: 250px;
  }

  .md-max\:p-300 {
    padding: 300px;
  }

  .md-max\:p-320 {
    padding: 320px;
  }

  .md-max\:p-350 {
    padding: 350px;
  }

  .md-max\:p-375 {
    padding: 375px;
  }

  .md-max\:p-400 {
    padding: 400px;
  }

  .md-max\:p-450 {
    padding: 450px;
  }

  .md-max\:p-700 {
    padding: 700px;
  }

  .md-max\:p-px {
    padding: 1px;
  }

  .md-max\:p-1p {
    padding: 1%;
  }

  .md-max\:p-1\/12 {
    padding: 8.3333%;
  }

  .md-max\:p-2\/12 {
    padding: 16.666667%;
  }

  .md-max\:p-11p {
    padding: 11%;
  }

  .md-max\:p-20p {
    padding: 20%;
  }

  .md-max\:p-24p {
    padding: 24.25%;
  }

  .md-max\:p-25p {
    padding: 25%;
  }

  .md-max\:p-32p {
    padding: 32%;
  }

  .md-max\:p-35p {
    padding: 35%;
  }

  .md-max\:p-40p {
    padding: 40%;
  }

  .md-max\:p-49p {
    padding: 49%;
  }

  .md-max\:p-49-5p {
    padding: 49.5%;
  }

  .md-max\:p-80p {
    padding: 80%;
  }

  .md-max\:p-vh80 {
    padding: 80vh;
  }

  .md-max\:p-vh86 {
    padding: 86vh;
  }

  .md-max\:p-vh90 {
    padding: 90vh;
  }

  .md-max\:p-vw80 {
    padding: 80vw;
  }

  .md-max\:p-vw90 {
    padding: 90vw;
  }

  .md-max\:p-90p {
    padding: 90%;
  }

  .md-max\:p-92p {
    padding: 92%;
  }

  .md-max\:p-93p {
    padding: 93%;
  }

  .md-max\:p-94p {
    padding: 94%;
  }

  .md-max\:p-95p {
    padding: 95%;
  }

  .md-max\:p-96p {
    padding: 96%;
  }

  .md-max\:p-100p {
    padding: 100%;
  }

  .md-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md-max\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md-max\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md-max\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md-max\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-max\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-max\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-max\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md-max\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md-max\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md-max\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md-max\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md-max\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-max\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-max\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md-max\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md-max\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md-max\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md-max\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md-max\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md-max\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-max\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-max\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md-max\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md-max\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md-max\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md-max\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md-max\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md-max\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-max\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md-max\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md-max\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md-max\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-max\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-max\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-max\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md-max\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md-max\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md-max\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md-max\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-max\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-max\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md-max\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md-max\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-max\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-max\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md-max\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md-max\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md-max\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md-max\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-max\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-max\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-max\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-max\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md-max\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md-max\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-max\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-max\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-max\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-max\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md-max\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md-max\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-max\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-max\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md-max\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md-max\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md-max\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md-max\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-max\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-max\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-max\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-max\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-max\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-max\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md-max\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md-max\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md-max\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md-max\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md-max\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md-max\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md-max\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md-max\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md-max\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md-max\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-max\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-max\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md-max\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md-max\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md-max\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md-max\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md-max\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md-max\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md-max\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md-max\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md-max\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md-max\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md-max\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md-max\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md-max\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md-max\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md-max\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md-max\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md-max\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md-max\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md-max\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md-max\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md-max\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md-max\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md-max\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md-max\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md-max\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md-max\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md-max\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md-max\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md-max\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md-max\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md-max\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md-max\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md-max\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md-max\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md-max\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md-max\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md-max\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md-max\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md-max\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md-max\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md-max\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md-max\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md-max\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md-max\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md-max\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md-max\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md-max\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md-max\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md-max\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md-max\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md-max\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md-max\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md-max\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md-max\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md-max\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md-max\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md-max\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md-max\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md-max\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md-max\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md-max\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md-max\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md-max\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md-max\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md-max\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md-max\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md-max\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md-max\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md-max\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md-max\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md-max\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md-max\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md-max\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md-max\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md-max\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md-max\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md-max\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md-max\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md-max\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md-max\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md-max\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md-max\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md-max\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md-max\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md-max\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md-max\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md-max\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md-max\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md-max\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md-max\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md-max\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md-max\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md-max\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md-max\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md-max\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md-max\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md-max\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-max\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-max\:pt-0 {
    padding-top: 0px;
  }

  .md-max\:pr-0 {
    padding-right: 0px;
  }

  .md-max\:pb-0 {
    padding-bottom: 0px;
  }

  .md-max\:pl-0 {
    padding-left: 0px;
  }

  .md-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .md-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .md-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .md-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .md-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .md-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .md-max\:pt-3 {
    padding-top: 3px;
  }

  .md-max\:pr-3 {
    padding-right: 3px;
  }

  .md-max\:pb-3 {
    padding-bottom: 3px;
  }

  .md-max\:pl-3 {
    padding-left: 3px;
  }

  .md-max\:pt-4 {
    padding-top: 4px;
  }

  .md-max\:pr-4 {
    padding-right: 4px;
  }

  .md-max\:pb-4 {
    padding-bottom: 4px;
  }

  .md-max\:pl-4 {
    padding-left: 4px;
  }

  .md-max\:pt-5 {
    padding-top: 5px;
  }

  .md-max\:pr-5 {
    padding-right: 5px;
  }

  .md-max\:pb-5 {
    padding-bottom: 5px;
  }

  .md-max\:pl-5 {
    padding-left: 5px;
  }

  .md-max\:pt-6 {
    padding-top: 6px;
  }

  .md-max\:pr-6 {
    padding-right: 6px;
  }

  .md-max\:pb-6 {
    padding-bottom: 6px;
  }

  .md-max\:pl-6 {
    padding-left: 6px;
  }

  .md-max\:pt-8 {
    padding-top: 8px;
  }

  .md-max\:pr-8 {
    padding-right: 8px;
  }

  .md-max\:pb-8 {
    padding-bottom: 8px;
  }

  .md-max\:pl-8 {
    padding-left: 8px;
  }

  .md-max\:pt-9 {
    padding-top: 9px;
  }

  .md-max\:pr-9 {
    padding-right: 9px;
  }

  .md-max\:pb-9 {
    padding-bottom: 9px;
  }

  .md-max\:pl-9 {
    padding-left: 9px;
  }

  .md-max\:pt-10 {
    padding-top: 10px;
  }

  .md-max\:pr-10 {
    padding-right: 10px;
  }

  .md-max\:pb-10 {
    padding-bottom: 10px;
  }

  .md-max\:pl-10 {
    padding-left: 10px;
  }

  .md-max\:pt-12 {
    padding-top: 12px;
  }

  .md-max\:pr-12 {
    padding-right: 12px;
  }

  .md-max\:pb-12 {
    padding-bottom: 12px;
  }

  .md-max\:pl-12 {
    padding-left: 12px;
  }

  .md-max\:pt-13 {
    padding-top: 13px;
  }

  .md-max\:pr-13 {
    padding-right: 13px;
  }

  .md-max\:pb-13 {
    padding-bottom: 13px;
  }

  .md-max\:pl-13 {
    padding-left: 13px;
  }

  .md-max\:pt-14 {
    padding-top: 14px;
  }

  .md-max\:pr-14 {
    padding-right: 14px;
  }

  .md-max\:pb-14 {
    padding-bottom: 14px;
  }

  .md-max\:pl-14 {
    padding-left: 14px;
  }

  .md-max\:pt-15 {
    padding-top: 15px;
  }

  .md-max\:pr-15 {
    padding-right: 15px;
  }

  .md-max\:pb-15 {
    padding-bottom: 15px;
  }

  .md-max\:pl-15 {
    padding-left: 15px;
  }

  .md-max\:pt-16 {
    padding-top: 16px;
  }

  .md-max\:pr-16 {
    padding-right: 16px;
  }

  .md-max\:pb-16 {
    padding-bottom: 16px;
  }

  .md-max\:pl-16 {
    padding-left: 16px;
  }

  .md-max\:pt-17 {
    padding-top: 17px;
  }

  .md-max\:pr-17 {
    padding-right: 17px;
  }

  .md-max\:pb-17 {
    padding-bottom: 17px;
  }

  .md-max\:pl-17 {
    padding-left: 17px;
  }

  .md-max\:pt-18 {
    padding-top: 18px;
  }

  .md-max\:pr-18 {
    padding-right: 18px;
  }

  .md-max\:pb-18 {
    padding-bottom: 18px;
  }

  .md-max\:pl-18 {
    padding-left: 18px;
  }

  .md-max\:pt-20 {
    padding-top: 20px;
  }

  .md-max\:pr-20 {
    padding-right: 20px;
  }

  .md-max\:pb-20 {
    padding-bottom: 20px;
  }

  .md-max\:pl-20 {
    padding-left: 20px;
  }

  .md-max\:pt-22 {
    padding-top: 22px;
  }

  .md-max\:pr-22 {
    padding-right: 22px;
  }

  .md-max\:pb-22 {
    padding-bottom: 22px;
  }

  .md-max\:pl-22 {
    padding-left: 22px;
  }

  .md-max\:pt-24 {
    padding-top: 24px;
  }

  .md-max\:pr-24 {
    padding-right: 24px;
  }

  .md-max\:pb-24 {
    padding-bottom: 24px;
  }

  .md-max\:pl-24 {
    padding-left: 24px;
  }

  .md-max\:pt-25 {
    padding-top: 25px;
  }

  .md-max\:pr-25 {
    padding-right: 25px;
  }

  .md-max\:pb-25 {
    padding-bottom: 25px;
  }

  .md-max\:pl-25 {
    padding-left: 25px;
  }

  .md-max\:pt-28 {
    padding-top: 28px;
  }

  .md-max\:pr-28 {
    padding-right: 28px;
  }

  .md-max\:pb-28 {
    padding-bottom: 28px;
  }

  .md-max\:pl-28 {
    padding-left: 28px;
  }

  .md-max\:pt-29 {
    padding-top: 29px;
  }

  .md-max\:pr-29 {
    padding-right: 29px;
  }

  .md-max\:pb-29 {
    padding-bottom: 29px;
  }

  .md-max\:pl-29 {
    padding-left: 29px;
  }

  .md-max\:pt-30 {
    padding-top: 30px;
  }

  .md-max\:pr-30 {
    padding-right: 30px;
  }

  .md-max\:pb-30 {
    padding-bottom: 30px;
  }

  .md-max\:pl-30 {
    padding-left: 30px;
  }

  .md-max\:pt-32 {
    padding-top: 32px;
  }

  .md-max\:pr-32 {
    padding-right: 32px;
  }

  .md-max\:pb-32 {
    padding-bottom: 32px;
  }

  .md-max\:pl-32 {
    padding-left: 32px;
  }

  .md-max\:pt-35 {
    padding-top: 35px;
  }

  .md-max\:pr-35 {
    padding-right: 35px;
  }

  .md-max\:pb-35 {
    padding-bottom: 35px;
  }

  .md-max\:pl-35 {
    padding-left: 35px;
  }

  .md-max\:pt-36 {
    padding-top: 36px;
  }

  .md-max\:pr-36 {
    padding-right: 36px;
  }

  .md-max\:pb-36 {
    padding-bottom: 36px;
  }

  .md-max\:pl-36 {
    padding-left: 36px;
  }

  .md-max\:pt-37 {
    padding-top: 37px;
  }

  .md-max\:pr-37 {
    padding-right: 37px;
  }

  .md-max\:pb-37 {
    padding-bottom: 37px;
  }

  .md-max\:pl-37 {
    padding-left: 37px;
  }

  .md-max\:pt-40 {
    padding-top: 40px;
  }

  .md-max\:pr-40 {
    padding-right: 40px;
  }

  .md-max\:pb-40 {
    padding-bottom: 40px;
  }

  .md-max\:pl-40 {
    padding-left: 40px;
  }

  .md-max\:pt-45 {
    padding-top: 45px;
  }

  .md-max\:pr-45 {
    padding-right: 45px;
  }

  .md-max\:pb-45 {
    padding-bottom: 45px;
  }

  .md-max\:pl-45 {
    padding-left: 45px;
  }

  .md-max\:pt-48 {
    padding-top: 48px;
  }

  .md-max\:pr-48 {
    padding-right: 48px;
  }

  .md-max\:pb-48 {
    padding-bottom: 48px;
  }

  .md-max\:pl-48 {
    padding-left: 48px;
  }

  .md-max\:pt-50 {
    padding-top: 50px;
  }

  .md-max\:pr-50 {
    padding-right: 50px;
  }

  .md-max\:pb-50 {
    padding-bottom: 50px;
  }

  .md-max\:pl-50 {
    padding-left: 50px;
  }

  .md-max\:pt-55 {
    padding-top: 55px;
  }

  .md-max\:pr-55 {
    padding-right: 55px;
  }

  .md-max\:pb-55 {
    padding-bottom: 55px;
  }

  .md-max\:pl-55 {
    padding-left: 55px;
  }

  .md-max\:pt-56 {
    padding-top: 56px;
  }

  .md-max\:pr-56 {
    padding-right: 56px;
  }

  .md-max\:pb-56 {
    padding-bottom: 56px;
  }

  .md-max\:pl-56 {
    padding-left: 56px;
  }

  .md-max\:pt-60 {
    padding-top: 60px;
  }

  .md-max\:pr-60 {
    padding-right: 60px;
  }

  .md-max\:pb-60 {
    padding-bottom: 60px;
  }

  .md-max\:pl-60 {
    padding-left: 60px;
  }

  .md-max\:pt-62 {
    padding-top: 62px;
  }

  .md-max\:pr-62 {
    padding-right: 62px;
  }

  .md-max\:pb-62 {
    padding-bottom: 62px;
  }

  .md-max\:pl-62 {
    padding-left: 62px;
  }

  .md-max\:pt-64 {
    padding-top: 64px;
  }

  .md-max\:pr-64 {
    padding-right: 64px;
  }

  .md-max\:pb-64 {
    padding-bottom: 64px;
  }

  .md-max\:pl-64 {
    padding-left: 64px;
  }

  .md-max\:pt-65 {
    padding-top: 65px;
  }

  .md-max\:pr-65 {
    padding-right: 65px;
  }

  .md-max\:pb-65 {
    padding-bottom: 65px;
  }

  .md-max\:pl-65 {
    padding-left: 65px;
  }

  .md-max\:pt-70 {
    padding-top: 70px;
  }

  .md-max\:pr-70 {
    padding-right: 70px;
  }

  .md-max\:pb-70 {
    padding-bottom: 70px;
  }

  .md-max\:pl-70 {
    padding-left: 70px;
  }

  .md-max\:pt-75 {
    padding-top: 75px;
  }

  .md-max\:pr-75 {
    padding-right: 75px;
  }

  .md-max\:pb-75 {
    padding-bottom: 75px;
  }

  .md-max\:pl-75 {
    padding-left: 75px;
  }

  .md-max\:pt-80 {
    padding-top: 80px;
  }

  .md-max\:pr-80 {
    padding-right: 80px;
  }

  .md-max\:pb-80 {
    padding-bottom: 80px;
  }

  .md-max\:pl-80 {
    padding-left: 80px;
  }

  .md-max\:pt-85 {
    padding-top: 85px;
  }

  .md-max\:pr-85 {
    padding-right: 85px;
  }

  .md-max\:pb-85 {
    padding-bottom: 85px;
  }

  .md-max\:pl-85 {
    padding-left: 85px;
  }

  .md-max\:pt-90 {
    padding-top: 90px;
  }

  .md-max\:pr-90 {
    padding-right: 90px;
  }

  .md-max\:pb-90 {
    padding-bottom: 90px;
  }

  .md-max\:pl-90 {
    padding-left: 90px;
  }

  .md-max\:pt-95 {
    padding-top: 95px;
  }

  .md-max\:pr-95 {
    padding-right: 95px;
  }

  .md-max\:pb-95 {
    padding-bottom: 95px;
  }

  .md-max\:pl-95 {
    padding-left: 95px;
  }

  .md-max\:pt-96 {
    padding-top: 96px;
  }

  .md-max\:pr-96 {
    padding-right: 96px;
  }

  .md-max\:pb-96 {
    padding-bottom: 96px;
  }

  .md-max\:pl-96 {
    padding-left: 96px;
  }

  .md-max\:pt-100 {
    padding-top: 100px;
  }

  .md-max\:pr-100 {
    padding-right: 100px;
  }

  .md-max\:pb-100 {
    padding-bottom: 100px;
  }

  .md-max\:pl-100 {
    padding-left: 100px;
  }

  .md-max\:pt-110 {
    padding-top: 110px;
  }

  .md-max\:pr-110 {
    padding-right: 110px;
  }

  .md-max\:pb-110 {
    padding-bottom: 110px;
  }

  .md-max\:pl-110 {
    padding-left: 110px;
  }

  .md-max\:pt-115 {
    padding-top: 115px;
  }

  .md-max\:pr-115 {
    padding-right: 115px;
  }

  .md-max\:pb-115 {
    padding-bottom: 115px;
  }

  .md-max\:pl-115 {
    padding-left: 115px;
  }

  .md-max\:pt-120 {
    padding-top: 120px;
  }

  .md-max\:pr-120 {
    padding-right: 120px;
  }

  .md-max\:pb-120 {
    padding-bottom: 120px;
  }

  .md-max\:pl-120 {
    padding-left: 120px;
  }

  .md-max\:pt-128 {
    padding-top: 128px;
  }

  .md-max\:pr-128 {
    padding-right: 128px;
  }

  .md-max\:pb-128 {
    padding-bottom: 128px;
  }

  .md-max\:pl-128 {
    padding-left: 128px;
  }

  .md-max\:pt-135 {
    padding-top: 135px;
  }

  .md-max\:pr-135 {
    padding-right: 135px;
  }

  .md-max\:pb-135 {
    padding-bottom: 135px;
  }

  .md-max\:pl-135 {
    padding-left: 135px;
  }

  .md-max\:pt-140 {
    padding-top: 140px;
  }

  .md-max\:pr-140 {
    padding-right: 140px;
  }

  .md-max\:pb-140 {
    padding-bottom: 140px;
  }

  .md-max\:pl-140 {
    padding-left: 140px;
  }

  .md-max\:pt-145 {
    padding-top: 145px;
  }

  .md-max\:pr-145 {
    padding-right: 145px;
  }

  .md-max\:pb-145 {
    padding-bottom: 145px;
  }

  .md-max\:pl-145 {
    padding-left: 145px;
  }

  .md-max\:pt-150 {
    padding-top: 150px;
  }

  .md-max\:pr-150 {
    padding-right: 150px;
  }

  .md-max\:pb-150 {
    padding-bottom: 150px;
  }

  .md-max\:pl-150 {
    padding-left: 150px;
  }

  .md-max\:pt-160 {
    padding-top: 160px;
  }

  .md-max\:pr-160 {
    padding-right: 160px;
  }

  .md-max\:pb-160 {
    padding-bottom: 160px;
  }

  .md-max\:pl-160 {
    padding-left: 160px;
  }

  .md-max\:pt-165 {
    padding-top: 165px;
  }

  .md-max\:pr-165 {
    padding-right: 165px;
  }

  .md-max\:pb-165 {
    padding-bottom: 165px;
  }

  .md-max\:pl-165 {
    padding-left: 165px;
  }

  .md-max\:pt-168 {
    padding-top: 168px;
  }

  .md-max\:pr-168 {
    padding-right: 168px;
  }

  .md-max\:pb-168 {
    padding-bottom: 168px;
  }

  .md-max\:pl-168 {
    padding-left: 168px;
  }

  .md-max\:pt-170 {
    padding-top: 170px;
  }

  .md-max\:pr-170 {
    padding-right: 170px;
  }

  .md-max\:pb-170 {
    padding-bottom: 170px;
  }

  .md-max\:pl-170 {
    padding-left: 170px;
  }

  .md-max\:pt-180 {
    padding-top: 180px;
  }

  .md-max\:pr-180 {
    padding-right: 180px;
  }

  .md-max\:pb-180 {
    padding-bottom: 180px;
  }

  .md-max\:pl-180 {
    padding-left: 180px;
  }

  .md-max\:pt-200 {
    padding-top: 200px;
  }

  .md-max\:pr-200 {
    padding-right: 200px;
  }

  .md-max\:pb-200 {
    padding-bottom: 200px;
  }

  .md-max\:pl-200 {
    padding-left: 200px;
  }

  .md-max\:pt-220 {
    padding-top: 220px;
  }

  .md-max\:pr-220 {
    padding-right: 220px;
  }

  .md-max\:pb-220 {
    padding-bottom: 220px;
  }

  .md-max\:pl-220 {
    padding-left: 220px;
  }

  .md-max\:pt-230 {
    padding-top: 230px;
  }

  .md-max\:pr-230 {
    padding-right: 230px;
  }

  .md-max\:pb-230 {
    padding-bottom: 230px;
  }

  .md-max\:pl-230 {
    padding-left: 230px;
  }

  .md-max\:pt-235 {
    padding-top: 235px;
  }

  .md-max\:pr-235 {
    padding-right: 235px;
  }

  .md-max\:pb-235 {
    padding-bottom: 235px;
  }

  .md-max\:pl-235 {
    padding-left: 235px;
  }

  .md-max\:pt-240 {
    padding-top: 240px;
  }

  .md-max\:pr-240 {
    padding-right: 240px;
  }

  .md-max\:pb-240 {
    padding-bottom: 240px;
  }

  .md-max\:pl-240 {
    padding-left: 240px;
  }

  .md-max\:pt-250 {
    padding-top: 250px;
  }

  .md-max\:pr-250 {
    padding-right: 250px;
  }

  .md-max\:pb-250 {
    padding-bottom: 250px;
  }

  .md-max\:pl-250 {
    padding-left: 250px;
  }

  .md-max\:pt-300 {
    padding-top: 300px;
  }

  .md-max\:pr-300 {
    padding-right: 300px;
  }

  .md-max\:pb-300 {
    padding-bottom: 300px;
  }

  .md-max\:pl-300 {
    padding-left: 300px;
  }

  .md-max\:pt-320 {
    padding-top: 320px;
  }

  .md-max\:pr-320 {
    padding-right: 320px;
  }

  .md-max\:pb-320 {
    padding-bottom: 320px;
  }

  .md-max\:pl-320 {
    padding-left: 320px;
  }

  .md-max\:pt-350 {
    padding-top: 350px;
  }

  .md-max\:pr-350 {
    padding-right: 350px;
  }

  .md-max\:pb-350 {
    padding-bottom: 350px;
  }

  .md-max\:pl-350 {
    padding-left: 350px;
  }

  .md-max\:pt-375 {
    padding-top: 375px;
  }

  .md-max\:pr-375 {
    padding-right: 375px;
  }

  .md-max\:pb-375 {
    padding-bottom: 375px;
  }

  .md-max\:pl-375 {
    padding-left: 375px;
  }

  .md-max\:pt-400 {
    padding-top: 400px;
  }

  .md-max\:pr-400 {
    padding-right: 400px;
  }

  .md-max\:pb-400 {
    padding-bottom: 400px;
  }

  .md-max\:pl-400 {
    padding-left: 400px;
  }

  .md-max\:pt-450 {
    padding-top: 450px;
  }

  .md-max\:pr-450 {
    padding-right: 450px;
  }

  .md-max\:pb-450 {
    padding-bottom: 450px;
  }

  .md-max\:pl-450 {
    padding-left: 450px;
  }

  .md-max\:pt-700 {
    padding-top: 700px;
  }

  .md-max\:pr-700 {
    padding-right: 700px;
  }

  .md-max\:pb-700 {
    padding-bottom: 700px;
  }

  .md-max\:pl-700 {
    padding-left: 700px;
  }

  .md-max\:pt-px {
    padding-top: 1px;
  }

  .md-max\:pr-px {
    padding-right: 1px;
  }

  .md-max\:pb-px {
    padding-bottom: 1px;
  }

  .md-max\:pl-px {
    padding-left: 1px;
  }

  .md-max\:pt-1p {
    padding-top: 1%;
  }

  .md-max\:pr-1p {
    padding-right: 1%;
  }

  .md-max\:pb-1p {
    padding-bottom: 1%;
  }

  .md-max\:pl-1p {
    padding-left: 1%;
  }

  .md-max\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .md-max\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .md-max\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .md-max\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .md-max\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .md-max\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .md-max\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .md-max\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .md-max\:pt-11p {
    padding-top: 11%;
  }

  .md-max\:pr-11p {
    padding-right: 11%;
  }

  .md-max\:pb-11p {
    padding-bottom: 11%;
  }

  .md-max\:pl-11p {
    padding-left: 11%;
  }

  .md-max\:pt-20p {
    padding-top: 20%;
  }

  .md-max\:pr-20p {
    padding-right: 20%;
  }

  .md-max\:pb-20p {
    padding-bottom: 20%;
  }

  .md-max\:pl-20p {
    padding-left: 20%;
  }

  .md-max\:pt-24p {
    padding-top: 24.25%;
  }

  .md-max\:pr-24p {
    padding-right: 24.25%;
  }

  .md-max\:pb-24p {
    padding-bottom: 24.25%;
  }

  .md-max\:pl-24p {
    padding-left: 24.25%;
  }

  .md-max\:pt-25p {
    padding-top: 25%;
  }

  .md-max\:pr-25p {
    padding-right: 25%;
  }

  .md-max\:pb-25p {
    padding-bottom: 25%;
  }

  .md-max\:pl-25p {
    padding-left: 25%;
  }

  .md-max\:pt-32p {
    padding-top: 32%;
  }

  .md-max\:pr-32p {
    padding-right: 32%;
  }

  .md-max\:pb-32p {
    padding-bottom: 32%;
  }

  .md-max\:pl-32p {
    padding-left: 32%;
  }

  .md-max\:pt-35p {
    padding-top: 35%;
  }

  .md-max\:pr-35p {
    padding-right: 35%;
  }

  .md-max\:pb-35p {
    padding-bottom: 35%;
  }

  .md-max\:pl-35p {
    padding-left: 35%;
  }

  .md-max\:pt-40p {
    padding-top: 40%;
  }

  .md-max\:pr-40p {
    padding-right: 40%;
  }

  .md-max\:pb-40p {
    padding-bottom: 40%;
  }

  .md-max\:pl-40p {
    padding-left: 40%;
  }

  .md-max\:pt-49p {
    padding-top: 49%;
  }

  .md-max\:pr-49p {
    padding-right: 49%;
  }

  .md-max\:pb-49p {
    padding-bottom: 49%;
  }

  .md-max\:pl-49p {
    padding-left: 49%;
  }

  .md-max\:pt-49-5p {
    padding-top: 49.5%;
  }

  .md-max\:pr-49-5p {
    padding-right: 49.5%;
  }

  .md-max\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .md-max\:pl-49-5p {
    padding-left: 49.5%;
  }

  .md-max\:pt-80p {
    padding-top: 80%;
  }

  .md-max\:pr-80p {
    padding-right: 80%;
  }

  .md-max\:pb-80p {
    padding-bottom: 80%;
  }

  .md-max\:pl-80p {
    padding-left: 80%;
  }

  .md-max\:pt-vh80 {
    padding-top: 80vh;
  }

  .md-max\:pr-vh80 {
    padding-right: 80vh;
  }

  .md-max\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .md-max\:pl-vh80 {
    padding-left: 80vh;
  }

  .md-max\:pt-vh86 {
    padding-top: 86vh;
  }

  .md-max\:pr-vh86 {
    padding-right: 86vh;
  }

  .md-max\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .md-max\:pl-vh86 {
    padding-left: 86vh;
  }

  .md-max\:pt-vh90 {
    padding-top: 90vh;
  }

  .md-max\:pr-vh90 {
    padding-right: 90vh;
  }

  .md-max\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .md-max\:pl-vh90 {
    padding-left: 90vh;
  }

  .md-max\:pt-vw80 {
    padding-top: 80vw;
  }

  .md-max\:pr-vw80 {
    padding-right: 80vw;
  }

  .md-max\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .md-max\:pl-vw80 {
    padding-left: 80vw;
  }

  .md-max\:pt-vw90 {
    padding-top: 90vw;
  }

  .md-max\:pr-vw90 {
    padding-right: 90vw;
  }

  .md-max\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .md-max\:pl-vw90 {
    padding-left: 90vw;
  }

  .md-max\:pt-90p {
    padding-top: 90%;
  }

  .md-max\:pr-90p {
    padding-right: 90%;
  }

  .md-max\:pb-90p {
    padding-bottom: 90%;
  }

  .md-max\:pl-90p {
    padding-left: 90%;
  }

  .md-max\:pt-92p {
    padding-top: 92%;
  }

  .md-max\:pr-92p {
    padding-right: 92%;
  }

  .md-max\:pb-92p {
    padding-bottom: 92%;
  }

  .md-max\:pl-92p {
    padding-left: 92%;
  }

  .md-max\:pt-93p {
    padding-top: 93%;
  }

  .md-max\:pr-93p {
    padding-right: 93%;
  }

  .md-max\:pb-93p {
    padding-bottom: 93%;
  }

  .md-max\:pl-93p {
    padding-left: 93%;
  }

  .md-max\:pt-94p {
    padding-top: 94%;
  }

  .md-max\:pr-94p {
    padding-right: 94%;
  }

  .md-max\:pb-94p {
    padding-bottom: 94%;
  }

  .md-max\:pl-94p {
    padding-left: 94%;
  }

  .md-max\:pt-95p {
    padding-top: 95%;
  }

  .md-max\:pr-95p {
    padding-right: 95%;
  }

  .md-max\:pb-95p {
    padding-bottom: 95%;
  }

  .md-max\:pl-95p {
    padding-left: 95%;
  }

  .md-max\:pt-96p {
    padding-top: 96%;
  }

  .md-max\:pr-96p {
    padding-right: 96%;
  }

  .md-max\:pb-96p {
    padding-bottom: 96%;
  }

  .md-max\:pl-96p {
    padding-left: 96%;
  }

  .md-max\:pt-100p {
    padding-top: 100%;
  }

  .md-max\:pr-100p {
    padding-right: 100%;
  }

  .md-max\:pb-100p {
    padding-bottom: 100%;
  }

  .md-max\:pl-100p {
    padding-left: 100%;
  }

  .md-max\:hover\:p-0:hover {
    padding: 0px;
  }

  .md-max\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md-max\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md-max\:hover\:p-3:hover {
    padding: 3px;
  }

  .md-max\:hover\:p-4:hover {
    padding: 4px;
  }

  .md-max\:hover\:p-5:hover {
    padding: 5px;
  }

  .md-max\:hover\:p-6:hover {
    padding: 6px;
  }

  .md-max\:hover\:p-8:hover {
    padding: 8px;
  }

  .md-max\:hover\:p-9:hover {
    padding: 9px;
  }

  .md-max\:hover\:p-10:hover {
    padding: 10px;
  }

  .md-max\:hover\:p-12:hover {
    padding: 12px;
  }

  .md-max\:hover\:p-13:hover {
    padding: 13px;
  }

  .md-max\:hover\:p-14:hover {
    padding: 14px;
  }

  .md-max\:hover\:p-15:hover {
    padding: 15px;
  }

  .md-max\:hover\:p-16:hover {
    padding: 16px;
  }

  .md-max\:hover\:p-17:hover {
    padding: 17px;
  }

  .md-max\:hover\:p-18:hover {
    padding: 18px;
  }

  .md-max\:hover\:p-20:hover {
    padding: 20px;
  }

  .md-max\:hover\:p-22:hover {
    padding: 22px;
  }

  .md-max\:hover\:p-24:hover {
    padding: 24px;
  }

  .md-max\:hover\:p-25:hover {
    padding: 25px;
  }

  .md-max\:hover\:p-28:hover {
    padding: 28px;
  }

  .md-max\:hover\:p-29:hover {
    padding: 29px;
  }

  .md-max\:hover\:p-30:hover {
    padding: 30px;
  }

  .md-max\:hover\:p-32:hover {
    padding: 32px;
  }

  .md-max\:hover\:p-35:hover {
    padding: 35px;
  }

  .md-max\:hover\:p-36:hover {
    padding: 36px;
  }

  .md-max\:hover\:p-37:hover {
    padding: 37px;
  }

  .md-max\:hover\:p-40:hover {
    padding: 40px;
  }

  .md-max\:hover\:p-45:hover {
    padding: 45px;
  }

  .md-max\:hover\:p-48:hover {
    padding: 48px;
  }

  .md-max\:hover\:p-50:hover {
    padding: 50px;
  }

  .md-max\:hover\:p-55:hover {
    padding: 55px;
  }

  .md-max\:hover\:p-56:hover {
    padding: 56px;
  }

  .md-max\:hover\:p-60:hover {
    padding: 60px;
  }

  .md-max\:hover\:p-62:hover {
    padding: 62px;
  }

  .md-max\:hover\:p-64:hover {
    padding: 64px;
  }

  .md-max\:hover\:p-65:hover {
    padding: 65px;
  }

  .md-max\:hover\:p-70:hover {
    padding: 70px;
  }

  .md-max\:hover\:p-75:hover {
    padding: 75px;
  }

  .md-max\:hover\:p-80:hover {
    padding: 80px;
  }

  .md-max\:hover\:p-85:hover {
    padding: 85px;
  }

  .md-max\:hover\:p-90:hover {
    padding: 90px;
  }

  .md-max\:hover\:p-95:hover {
    padding: 95px;
  }

  .md-max\:hover\:p-96:hover {
    padding: 96px;
  }

  .md-max\:hover\:p-100:hover {
    padding: 100px;
  }

  .md-max\:hover\:p-110:hover {
    padding: 110px;
  }

  .md-max\:hover\:p-115:hover {
    padding: 115px;
  }

  .md-max\:hover\:p-120:hover {
    padding: 120px;
  }

  .md-max\:hover\:p-128:hover {
    padding: 128px;
  }

  .md-max\:hover\:p-135:hover {
    padding: 135px;
  }

  .md-max\:hover\:p-140:hover {
    padding: 140px;
  }

  .md-max\:hover\:p-145:hover {
    padding: 145px;
  }

  .md-max\:hover\:p-150:hover {
    padding: 150px;
  }

  .md-max\:hover\:p-160:hover {
    padding: 160px;
  }

  .md-max\:hover\:p-165:hover {
    padding: 165px;
  }

  .md-max\:hover\:p-168:hover {
    padding: 168px;
  }

  .md-max\:hover\:p-170:hover {
    padding: 170px;
  }

  .md-max\:hover\:p-180:hover {
    padding: 180px;
  }

  .md-max\:hover\:p-200:hover {
    padding: 200px;
  }

  .md-max\:hover\:p-220:hover {
    padding: 220px;
  }

  .md-max\:hover\:p-230:hover {
    padding: 230px;
  }

  .md-max\:hover\:p-235:hover {
    padding: 235px;
  }

  .md-max\:hover\:p-240:hover {
    padding: 240px;
  }

  .md-max\:hover\:p-250:hover {
    padding: 250px;
  }

  .md-max\:hover\:p-300:hover {
    padding: 300px;
  }

  .md-max\:hover\:p-320:hover {
    padding: 320px;
  }

  .md-max\:hover\:p-350:hover {
    padding: 350px;
  }

  .md-max\:hover\:p-375:hover {
    padding: 375px;
  }

  .md-max\:hover\:p-400:hover {
    padding: 400px;
  }

  .md-max\:hover\:p-450:hover {
    padding: 450px;
  }

  .md-max\:hover\:p-700:hover {
    padding: 700px;
  }

  .md-max\:hover\:p-px:hover {
    padding: 1px;
  }

  .md-max\:hover\:p-1p:hover {
    padding: 1%;
  }

  .md-max\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .md-max\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .md-max\:hover\:p-11p:hover {
    padding: 11%;
  }

  .md-max\:hover\:p-20p:hover {
    padding: 20%;
  }

  .md-max\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .md-max\:hover\:p-25p:hover {
    padding: 25%;
  }

  .md-max\:hover\:p-32p:hover {
    padding: 32%;
  }

  .md-max\:hover\:p-35p:hover {
    padding: 35%;
  }

  .md-max\:hover\:p-40p:hover {
    padding: 40%;
  }

  .md-max\:hover\:p-49p:hover {
    padding: 49%;
  }

  .md-max\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .md-max\:hover\:p-80p:hover {
    padding: 80%;
  }

  .md-max\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .md-max\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .md-max\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .md-max\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .md-max\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .md-max\:hover\:p-90p:hover {
    padding: 90%;
  }

  .md-max\:hover\:p-92p:hover {
    padding: 92%;
  }

  .md-max\:hover\:p-93p:hover {
    padding: 93%;
  }

  .md-max\:hover\:p-94p:hover {
    padding: 94%;
  }

  .md-max\:hover\:p-95p:hover {
    padding: 95%;
  }

  .md-max\:hover\:p-96p:hover {
    padding: 96%;
  }

  .md-max\:hover\:p-100p:hover {
    padding: 100%;
  }

  .md-max\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md-max\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md-max\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md-max\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md-max\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-max\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-max\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-max\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md-max\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md-max\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md-max\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md-max\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md-max\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-max\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-max\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md-max\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md-max\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md-max\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md-max\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md-max\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md-max\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-max\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-max\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md-max\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md-max\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md-max\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md-max\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md-max\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md-max\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-max\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md-max\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md-max\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md-max\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-max\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-max\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-max\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md-max\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md-max\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md-max\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md-max\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-max\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-max\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md-max\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md-max\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-max\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-max\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md-max\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md-max\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md-max\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md-max\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-max\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-max\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-max\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-max\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md-max\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md-max\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-max\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-max\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-max\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-max\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md-max\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md-max\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-max\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-max\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md-max\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md-max\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md-max\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md-max\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-max\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-max\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-max\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-max\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-max\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-max\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md-max\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md-max\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md-max\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md-max\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md-max\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md-max\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md-max\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md-max\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md-max\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md-max\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-max\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-max\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md-max\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md-max\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md-max\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md-max\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md-max\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md-max\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md-max\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md-max\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md-max\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md-max\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md-max\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md-max\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md-max\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md-max\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md-max\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md-max\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md-max\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md-max\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md-max\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md-max\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md-max\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md-max\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md-max\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md-max\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md-max\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md-max\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md-max\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md-max\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md-max\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md-max\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md-max\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md-max\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md-max\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md-max\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md-max\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md-max\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md-max\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md-max\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md-max\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md-max\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md-max\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md-max\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md-max\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md-max\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md-max\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md-max\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md-max\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md-max\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md-max\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md-max\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md-max\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md-max\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md-max\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md-max\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md-max\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md-max\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md-max\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md-max\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md-max\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md-max\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md-max\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md-max\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md-max\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md-max\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md-max\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md-max\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md-max\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md-max\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md-max\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md-max\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md-max\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md-max\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md-max\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md-max\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md-max\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md-max\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md-max\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md-max\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md-max\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md-max\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md-max\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md-max\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md-max\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md-max\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md-max\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md-max\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md-max\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md-max\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md-max\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md-max\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md-max\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md-max\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md-max\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md-max\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md-max\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md-max\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md-max\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md-max\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-max\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-max\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .md-max\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .md-max\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .md-max\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .md-max\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .md-max\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md-max\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md-max\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md-max\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md-max\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md-max\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md-max\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md-max\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .md-max\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .md-max\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .md-max\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .md-max\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .md-max\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .md-max\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .md-max\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .md-max\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .md-max\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .md-max\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .md-max\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .md-max\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .md-max\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .md-max\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .md-max\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .md-max\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .md-max\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .md-max\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .md-max\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .md-max\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .md-max\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .md-max\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .md-max\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .md-max\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .md-max\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .md-max\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .md-max\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .md-max\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .md-max\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .md-max\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .md-max\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .md-max\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .md-max\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .md-max\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .md-max\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .md-max\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .md-max\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .md-max\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .md-max\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .md-max\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .md-max\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .md-max\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .md-max\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .md-max\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .md-max\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .md-max\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .md-max\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .md-max\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .md-max\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .md-max\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .md-max\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .md-max\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .md-max\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .md-max\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .md-max\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .md-max\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .md-max\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .md-max\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .md-max\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .md-max\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .md-max\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .md-max\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .md-max\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .md-max\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .md-max\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .md-max\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .md-max\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .md-max\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .md-max\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .md-max\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .md-max\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .md-max\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .md-max\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .md-max\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .md-max\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .md-max\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .md-max\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .md-max\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .md-max\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .md-max\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .md-max\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .md-max\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .md-max\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .md-max\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .md-max\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .md-max\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .md-max\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .md-max\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .md-max\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .md-max\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .md-max\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .md-max\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .md-max\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .md-max\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .md-max\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .md-max\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .md-max\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .md-max\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .md-max\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .md-max\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .md-max\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .md-max\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .md-max\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .md-max\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .md-max\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .md-max\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .md-max\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .md-max\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .md-max\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .md-max\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .md-max\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .md-max\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .md-max\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .md-max\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .md-max\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .md-max\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .md-max\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .md-max\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .md-max\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .md-max\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .md-max\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .md-max\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .md-max\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .md-max\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .md-max\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .md-max\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .md-max\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .md-max\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .md-max\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .md-max\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .md-max\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .md-max\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .md-max\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .md-max\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .md-max\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .md-max\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .md-max\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .md-max\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .md-max\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .md-max\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .md-max\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .md-max\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .md-max\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .md-max\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .md-max\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .md-max\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .md-max\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .md-max\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .md-max\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .md-max\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .md-max\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .md-max\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .md-max\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .md-max\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .md-max\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .md-max\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .md-max\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .md-max\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .md-max\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .md-max\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .md-max\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .md-max\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .md-max\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .md-max\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .md-max\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .md-max\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .md-max\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .md-max\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .md-max\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .md-max\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .md-max\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .md-max\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .md-max\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .md-max\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .md-max\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .md-max\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .md-max\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .md-max\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .md-max\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .md-max\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .md-max\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .md-max\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .md-max\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .md-max\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .md-max\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .md-max\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .md-max\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .md-max\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .md-max\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .md-max\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .md-max\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .md-max\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .md-max\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .md-max\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .md-max\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .md-max\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .md-max\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .md-max\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .md-max\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .md-max\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .md-max\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .md-max\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .md-max\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .md-max\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .md-max\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .md-max\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .md-max\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .md-max\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .md-max\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .md-max\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .md-max\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .md-max\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .md-max\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .md-max\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .md-max\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .md-max\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .md-max\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .md-max\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .md-max\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .md-max\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .md-max\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .md-max\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .md-max\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .md-max\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .md-max\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .md-max\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .md-max\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .md-max\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .md-max\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .md-max\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .md-max\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .md-max\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .md-max\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .md-max\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .md-max\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .md-max\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .md-max\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .md-max\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .md-max\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .md-max\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .md-max\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .md-max\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .md-max\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .md-max\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .md-max\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .md-max\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .md-max\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .md-max\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .md-max\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .md-max\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .md-max\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .md-max\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .md-max\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .md-max\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .md-max\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .md-max\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .md-max\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .md-max\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .md-max\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .md-max\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .md-max\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .md-max\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .md-max\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .md-max\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .md-max\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .md-max\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .md-max\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .md-max\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .md-max\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .md-max\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .md-max\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .md-max\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .md-max\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .md-max\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .md-max\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .md-max\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md-max\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md-max\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md-max\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md-max\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .md-max\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .md-max\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .md-max\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .md-max\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .md-max\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .md-max\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .md-max\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .md-max\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .md-max\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .md-max\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .md-max\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .md-max\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .md-max\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .md-max\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .md-max\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .md-max\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .md-max\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .md-max\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .md-max\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .md-max\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .md-max\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .md-max\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .md-max\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .md-max\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .md-max\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .md-max\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .md-max\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .md-max\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .md-max\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .md-max\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .md-max\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .md-max\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .md-max\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .md-max\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .md-max\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .md-max\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .md-max\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .md-max\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .md-max\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .md-max\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .md-max\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .md-max\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .md-max\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .md-max\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .md-max\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .md-max\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .md-max\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .md-max\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .md-max\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .md-max\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .md-max\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .md-max\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .md-max\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .md-max\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .md-max\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .md-max\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .md-max\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .md-max\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .md-max\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .md-max\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .md-max\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .md-max\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .md-max\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .md-max\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .md-max\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .md-max\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .md-max\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .md-max\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .md-max\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .md-max\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .md-max\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .md-max\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .md-max\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .md-max\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .md-max\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .md-max\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .md-max\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .md-max\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .md-max\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .md-max\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .md-max\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .md-max\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .md-max\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .md-max\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .md-max\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .md-max\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .md-max\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .md-max\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .md-max\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .md-max\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .md-max\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .md-max\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .md-max\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .md-max\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .md-max\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .md-max\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .md-max\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .md-max\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .md-max\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .md-max\:focus\:p-0:focus {
    padding: 0px;
  }

  .md-max\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md-max\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md-max\:focus\:p-3:focus {
    padding: 3px;
  }

  .md-max\:focus\:p-4:focus {
    padding: 4px;
  }

  .md-max\:focus\:p-5:focus {
    padding: 5px;
  }

  .md-max\:focus\:p-6:focus {
    padding: 6px;
  }

  .md-max\:focus\:p-8:focus {
    padding: 8px;
  }

  .md-max\:focus\:p-9:focus {
    padding: 9px;
  }

  .md-max\:focus\:p-10:focus {
    padding: 10px;
  }

  .md-max\:focus\:p-12:focus {
    padding: 12px;
  }

  .md-max\:focus\:p-13:focus {
    padding: 13px;
  }

  .md-max\:focus\:p-14:focus {
    padding: 14px;
  }

  .md-max\:focus\:p-15:focus {
    padding: 15px;
  }

  .md-max\:focus\:p-16:focus {
    padding: 16px;
  }

  .md-max\:focus\:p-17:focus {
    padding: 17px;
  }

  .md-max\:focus\:p-18:focus {
    padding: 18px;
  }

  .md-max\:focus\:p-20:focus {
    padding: 20px;
  }

  .md-max\:focus\:p-22:focus {
    padding: 22px;
  }

  .md-max\:focus\:p-24:focus {
    padding: 24px;
  }

  .md-max\:focus\:p-25:focus {
    padding: 25px;
  }

  .md-max\:focus\:p-28:focus {
    padding: 28px;
  }

  .md-max\:focus\:p-29:focus {
    padding: 29px;
  }

  .md-max\:focus\:p-30:focus {
    padding: 30px;
  }

  .md-max\:focus\:p-32:focus {
    padding: 32px;
  }

  .md-max\:focus\:p-35:focus {
    padding: 35px;
  }

  .md-max\:focus\:p-36:focus {
    padding: 36px;
  }

  .md-max\:focus\:p-37:focus {
    padding: 37px;
  }

  .md-max\:focus\:p-40:focus {
    padding: 40px;
  }

  .md-max\:focus\:p-45:focus {
    padding: 45px;
  }

  .md-max\:focus\:p-48:focus {
    padding: 48px;
  }

  .md-max\:focus\:p-50:focus {
    padding: 50px;
  }

  .md-max\:focus\:p-55:focus {
    padding: 55px;
  }

  .md-max\:focus\:p-56:focus {
    padding: 56px;
  }

  .md-max\:focus\:p-60:focus {
    padding: 60px;
  }

  .md-max\:focus\:p-62:focus {
    padding: 62px;
  }

  .md-max\:focus\:p-64:focus {
    padding: 64px;
  }

  .md-max\:focus\:p-65:focus {
    padding: 65px;
  }

  .md-max\:focus\:p-70:focus {
    padding: 70px;
  }

  .md-max\:focus\:p-75:focus {
    padding: 75px;
  }

  .md-max\:focus\:p-80:focus {
    padding: 80px;
  }

  .md-max\:focus\:p-85:focus {
    padding: 85px;
  }

  .md-max\:focus\:p-90:focus {
    padding: 90px;
  }

  .md-max\:focus\:p-95:focus {
    padding: 95px;
  }

  .md-max\:focus\:p-96:focus {
    padding: 96px;
  }

  .md-max\:focus\:p-100:focus {
    padding: 100px;
  }

  .md-max\:focus\:p-110:focus {
    padding: 110px;
  }

  .md-max\:focus\:p-115:focus {
    padding: 115px;
  }

  .md-max\:focus\:p-120:focus {
    padding: 120px;
  }

  .md-max\:focus\:p-128:focus {
    padding: 128px;
  }

  .md-max\:focus\:p-135:focus {
    padding: 135px;
  }

  .md-max\:focus\:p-140:focus {
    padding: 140px;
  }

  .md-max\:focus\:p-145:focus {
    padding: 145px;
  }

  .md-max\:focus\:p-150:focus {
    padding: 150px;
  }

  .md-max\:focus\:p-160:focus {
    padding: 160px;
  }

  .md-max\:focus\:p-165:focus {
    padding: 165px;
  }

  .md-max\:focus\:p-168:focus {
    padding: 168px;
  }

  .md-max\:focus\:p-170:focus {
    padding: 170px;
  }

  .md-max\:focus\:p-180:focus {
    padding: 180px;
  }

  .md-max\:focus\:p-200:focus {
    padding: 200px;
  }

  .md-max\:focus\:p-220:focus {
    padding: 220px;
  }

  .md-max\:focus\:p-230:focus {
    padding: 230px;
  }

  .md-max\:focus\:p-235:focus {
    padding: 235px;
  }

  .md-max\:focus\:p-240:focus {
    padding: 240px;
  }

  .md-max\:focus\:p-250:focus {
    padding: 250px;
  }

  .md-max\:focus\:p-300:focus {
    padding: 300px;
  }

  .md-max\:focus\:p-320:focus {
    padding: 320px;
  }

  .md-max\:focus\:p-350:focus {
    padding: 350px;
  }

  .md-max\:focus\:p-375:focus {
    padding: 375px;
  }

  .md-max\:focus\:p-400:focus {
    padding: 400px;
  }

  .md-max\:focus\:p-450:focus {
    padding: 450px;
  }

  .md-max\:focus\:p-700:focus {
    padding: 700px;
  }

  .md-max\:focus\:p-px:focus {
    padding: 1px;
  }

  .md-max\:focus\:p-1p:focus {
    padding: 1%;
  }

  .md-max\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .md-max\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .md-max\:focus\:p-11p:focus {
    padding: 11%;
  }

  .md-max\:focus\:p-20p:focus {
    padding: 20%;
  }

  .md-max\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .md-max\:focus\:p-25p:focus {
    padding: 25%;
  }

  .md-max\:focus\:p-32p:focus {
    padding: 32%;
  }

  .md-max\:focus\:p-35p:focus {
    padding: 35%;
  }

  .md-max\:focus\:p-40p:focus {
    padding: 40%;
  }

  .md-max\:focus\:p-49p:focus {
    padding: 49%;
  }

  .md-max\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .md-max\:focus\:p-80p:focus {
    padding: 80%;
  }

  .md-max\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .md-max\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .md-max\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .md-max\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .md-max\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .md-max\:focus\:p-90p:focus {
    padding: 90%;
  }

  .md-max\:focus\:p-92p:focus {
    padding: 92%;
  }

  .md-max\:focus\:p-93p:focus {
    padding: 93%;
  }

  .md-max\:focus\:p-94p:focus {
    padding: 94%;
  }

  .md-max\:focus\:p-95p:focus {
    padding: 95%;
  }

  .md-max\:focus\:p-96p:focus {
    padding: 96%;
  }

  .md-max\:focus\:p-100p:focus {
    padding: 100%;
  }

  .md-max\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md-max\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md-max\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md-max\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md-max\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-max\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-max\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-max\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md-max\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md-max\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md-max\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md-max\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md-max\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-max\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-max\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md-max\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md-max\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md-max\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md-max\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md-max\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md-max\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-max\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-max\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md-max\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md-max\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md-max\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md-max\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md-max\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md-max\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-max\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md-max\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md-max\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md-max\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-max\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-max\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-max\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md-max\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md-max\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md-max\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md-max\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-max\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-max\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md-max\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md-max\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-max\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-max\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md-max\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md-max\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md-max\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md-max\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-max\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-max\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-max\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-max\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md-max\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md-max\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-max\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-max\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-max\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-max\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md-max\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md-max\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-max\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-max\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md-max\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md-max\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md-max\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md-max\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-max\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-max\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-max\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-max\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-max\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-max\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md-max\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md-max\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md-max\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md-max\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md-max\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md-max\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md-max\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md-max\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md-max\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md-max\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-max\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-max\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md-max\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md-max\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md-max\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md-max\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md-max\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md-max\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md-max\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md-max\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md-max\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md-max\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md-max\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md-max\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md-max\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md-max\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md-max\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md-max\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md-max\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md-max\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md-max\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md-max\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md-max\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md-max\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md-max\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md-max\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md-max\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md-max\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md-max\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md-max\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md-max\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md-max\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md-max\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md-max\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md-max\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md-max\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md-max\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md-max\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md-max\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md-max\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md-max\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md-max\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md-max\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md-max\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md-max\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md-max\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md-max\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md-max\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md-max\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md-max\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md-max\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md-max\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md-max\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md-max\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md-max\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md-max\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md-max\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md-max\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md-max\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md-max\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md-max\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md-max\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md-max\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md-max\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md-max\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md-max\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md-max\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md-max\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md-max\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md-max\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md-max\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md-max\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md-max\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md-max\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md-max\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md-max\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md-max\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md-max\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md-max\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md-max\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md-max\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md-max\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md-max\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md-max\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md-max\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md-max\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md-max\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md-max\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md-max\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md-max\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md-max\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md-max\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md-max\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md-max\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md-max\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md-max\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md-max\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md-max\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md-max\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md-max\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-max\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-max\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .md-max\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .md-max\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .md-max\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .md-max\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .md-max\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md-max\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md-max\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md-max\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md-max\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md-max\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md-max\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md-max\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .md-max\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .md-max\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .md-max\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .md-max\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .md-max\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .md-max\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .md-max\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .md-max\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .md-max\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .md-max\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .md-max\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .md-max\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .md-max\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .md-max\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .md-max\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .md-max\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .md-max\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .md-max\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .md-max\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .md-max\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .md-max\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .md-max\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .md-max\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .md-max\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .md-max\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .md-max\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .md-max\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .md-max\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .md-max\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .md-max\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .md-max\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .md-max\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .md-max\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .md-max\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .md-max\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .md-max\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .md-max\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .md-max\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .md-max\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .md-max\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .md-max\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .md-max\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .md-max\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .md-max\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .md-max\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .md-max\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .md-max\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .md-max\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .md-max\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .md-max\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .md-max\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .md-max\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .md-max\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .md-max\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .md-max\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .md-max\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .md-max\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .md-max\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .md-max\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .md-max\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .md-max\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .md-max\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .md-max\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .md-max\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .md-max\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .md-max\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .md-max\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .md-max\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .md-max\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .md-max\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .md-max\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .md-max\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .md-max\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .md-max\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .md-max\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .md-max\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .md-max\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .md-max\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .md-max\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .md-max\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .md-max\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .md-max\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .md-max\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .md-max\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .md-max\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .md-max\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .md-max\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .md-max\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .md-max\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .md-max\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .md-max\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .md-max\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .md-max\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .md-max\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .md-max\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .md-max\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .md-max\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .md-max\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .md-max\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .md-max\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .md-max\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .md-max\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .md-max\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .md-max\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .md-max\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .md-max\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .md-max\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .md-max\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .md-max\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .md-max\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .md-max\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .md-max\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .md-max\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .md-max\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .md-max\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .md-max\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .md-max\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .md-max\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .md-max\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .md-max\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .md-max\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .md-max\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .md-max\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .md-max\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .md-max\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .md-max\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .md-max\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .md-max\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .md-max\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .md-max\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .md-max\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .md-max\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .md-max\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .md-max\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .md-max\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .md-max\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .md-max\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .md-max\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .md-max\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .md-max\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .md-max\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .md-max\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .md-max\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .md-max\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .md-max\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .md-max\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .md-max\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .md-max\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .md-max\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .md-max\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .md-max\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .md-max\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .md-max\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .md-max\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .md-max\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .md-max\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .md-max\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .md-max\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .md-max\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .md-max\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .md-max\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .md-max\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .md-max\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .md-max\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .md-max\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .md-max\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .md-max\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .md-max\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .md-max\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .md-max\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .md-max\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .md-max\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .md-max\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .md-max\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .md-max\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .md-max\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .md-max\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .md-max\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .md-max\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .md-max\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .md-max\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .md-max\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .md-max\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .md-max\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .md-max\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .md-max\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .md-max\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .md-max\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .md-max\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .md-max\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .md-max\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .md-max\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .md-max\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .md-max\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .md-max\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .md-max\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .md-max\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .md-max\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .md-max\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .md-max\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .md-max\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .md-max\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .md-max\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .md-max\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .md-max\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .md-max\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .md-max\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .md-max\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .md-max\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .md-max\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .md-max\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .md-max\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .md-max\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .md-max\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .md-max\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .md-max\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .md-max\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .md-max\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .md-max\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .md-max\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .md-max\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .md-max\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .md-max\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .md-max\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .md-max\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .md-max\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .md-max\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .md-max\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .md-max\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .md-max\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .md-max\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .md-max\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .md-max\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .md-max\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .md-max\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .md-max\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .md-max\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .md-max\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .md-max\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .md-max\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .md-max\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .md-max\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .md-max\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .md-max\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .md-max\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .md-max\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .md-max\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .md-max\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .md-max\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .md-max\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .md-max\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .md-max\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .md-max\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .md-max\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .md-max\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .md-max\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .md-max\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .md-max\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .md-max\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .md-max\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .md-max\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .md-max\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .md-max\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .md-max\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .md-max\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .md-max\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .md-max\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .md-max\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .md-max\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .md-max\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .md-max\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .md-max\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .md-max\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .md-max\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .md-max\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .md-max\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md-max\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md-max\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md-max\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md-max\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .md-max\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .md-max\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .md-max\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .md-max\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .md-max\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .md-max\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .md-max\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .md-max\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .md-max\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .md-max\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .md-max\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .md-max\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .md-max\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .md-max\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .md-max\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .md-max\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .md-max\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .md-max\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .md-max\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .md-max\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .md-max\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .md-max\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .md-max\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .md-max\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .md-max\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .md-max\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .md-max\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .md-max\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .md-max\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .md-max\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .md-max\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .md-max\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .md-max\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .md-max\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .md-max\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .md-max\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .md-max\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .md-max\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .md-max\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .md-max\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .md-max\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .md-max\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .md-max\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .md-max\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .md-max\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .md-max\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .md-max\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .md-max\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .md-max\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .md-max\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .md-max\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .md-max\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .md-max\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .md-max\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .md-max\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .md-max\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .md-max\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .md-max\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .md-max\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .md-max\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .md-max\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .md-max\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .md-max\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .md-max\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .md-max\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .md-max\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .md-max\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .md-max\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .md-max\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .md-max\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .md-max\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .md-max\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .md-max\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .md-max\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .md-max\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .md-max\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .md-max\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .md-max\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .md-max\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .md-max\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .md-max\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .md-max\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .md-max\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .md-max\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .md-max\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .md-max\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .md-max\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .md-max\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .md-max\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .md-max\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .md-max\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .md-max\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .md-max\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .md-max\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .md-max\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .md-max\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .md-max\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .md-max\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .md-max\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .md-max\:first\:p-0:first-child {
    padding: 0px;
  }

  .md-max\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md-max\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md-max\:first\:p-3:first-child {
    padding: 3px;
  }

  .md-max\:first\:p-4:first-child {
    padding: 4px;
  }

  .md-max\:first\:p-5:first-child {
    padding: 5px;
  }

  .md-max\:first\:p-6:first-child {
    padding: 6px;
  }

  .md-max\:first\:p-8:first-child {
    padding: 8px;
  }

  .md-max\:first\:p-9:first-child {
    padding: 9px;
  }

  .md-max\:first\:p-10:first-child {
    padding: 10px;
  }

  .md-max\:first\:p-12:first-child {
    padding: 12px;
  }

  .md-max\:first\:p-13:first-child {
    padding: 13px;
  }

  .md-max\:first\:p-14:first-child {
    padding: 14px;
  }

  .md-max\:first\:p-15:first-child {
    padding: 15px;
  }

  .md-max\:first\:p-16:first-child {
    padding: 16px;
  }

  .md-max\:first\:p-17:first-child {
    padding: 17px;
  }

  .md-max\:first\:p-18:first-child {
    padding: 18px;
  }

  .md-max\:first\:p-20:first-child {
    padding: 20px;
  }

  .md-max\:first\:p-22:first-child {
    padding: 22px;
  }

  .md-max\:first\:p-24:first-child {
    padding: 24px;
  }

  .md-max\:first\:p-25:first-child {
    padding: 25px;
  }

  .md-max\:first\:p-28:first-child {
    padding: 28px;
  }

  .md-max\:first\:p-29:first-child {
    padding: 29px;
  }

  .md-max\:first\:p-30:first-child {
    padding: 30px;
  }

  .md-max\:first\:p-32:first-child {
    padding: 32px;
  }

  .md-max\:first\:p-35:first-child {
    padding: 35px;
  }

  .md-max\:first\:p-36:first-child {
    padding: 36px;
  }

  .md-max\:first\:p-37:first-child {
    padding: 37px;
  }

  .md-max\:first\:p-40:first-child {
    padding: 40px;
  }

  .md-max\:first\:p-45:first-child {
    padding: 45px;
  }

  .md-max\:first\:p-48:first-child {
    padding: 48px;
  }

  .md-max\:first\:p-50:first-child {
    padding: 50px;
  }

  .md-max\:first\:p-55:first-child {
    padding: 55px;
  }

  .md-max\:first\:p-56:first-child {
    padding: 56px;
  }

  .md-max\:first\:p-60:first-child {
    padding: 60px;
  }

  .md-max\:first\:p-62:first-child {
    padding: 62px;
  }

  .md-max\:first\:p-64:first-child {
    padding: 64px;
  }

  .md-max\:first\:p-65:first-child {
    padding: 65px;
  }

  .md-max\:first\:p-70:first-child {
    padding: 70px;
  }

  .md-max\:first\:p-75:first-child {
    padding: 75px;
  }

  .md-max\:first\:p-80:first-child {
    padding: 80px;
  }

  .md-max\:first\:p-85:first-child {
    padding: 85px;
  }

  .md-max\:first\:p-90:first-child {
    padding: 90px;
  }

  .md-max\:first\:p-95:first-child {
    padding: 95px;
  }

  .md-max\:first\:p-96:first-child {
    padding: 96px;
  }

  .md-max\:first\:p-100:first-child {
    padding: 100px;
  }

  .md-max\:first\:p-110:first-child {
    padding: 110px;
  }

  .md-max\:first\:p-115:first-child {
    padding: 115px;
  }

  .md-max\:first\:p-120:first-child {
    padding: 120px;
  }

  .md-max\:first\:p-128:first-child {
    padding: 128px;
  }

  .md-max\:first\:p-135:first-child {
    padding: 135px;
  }

  .md-max\:first\:p-140:first-child {
    padding: 140px;
  }

  .md-max\:first\:p-145:first-child {
    padding: 145px;
  }

  .md-max\:first\:p-150:first-child {
    padding: 150px;
  }

  .md-max\:first\:p-160:first-child {
    padding: 160px;
  }

  .md-max\:first\:p-165:first-child {
    padding: 165px;
  }

  .md-max\:first\:p-168:first-child {
    padding: 168px;
  }

  .md-max\:first\:p-170:first-child {
    padding: 170px;
  }

  .md-max\:first\:p-180:first-child {
    padding: 180px;
  }

  .md-max\:first\:p-200:first-child {
    padding: 200px;
  }

  .md-max\:first\:p-220:first-child {
    padding: 220px;
  }

  .md-max\:first\:p-230:first-child {
    padding: 230px;
  }

  .md-max\:first\:p-235:first-child {
    padding: 235px;
  }

  .md-max\:first\:p-240:first-child {
    padding: 240px;
  }

  .md-max\:first\:p-250:first-child {
    padding: 250px;
  }

  .md-max\:first\:p-300:first-child {
    padding: 300px;
  }

  .md-max\:first\:p-320:first-child {
    padding: 320px;
  }

  .md-max\:first\:p-350:first-child {
    padding: 350px;
  }

  .md-max\:first\:p-375:first-child {
    padding: 375px;
  }

  .md-max\:first\:p-400:first-child {
    padding: 400px;
  }

  .md-max\:first\:p-450:first-child {
    padding: 450px;
  }

  .md-max\:first\:p-700:first-child {
    padding: 700px;
  }

  .md-max\:first\:p-px:first-child {
    padding: 1px;
  }

  .md-max\:first\:p-1p:first-child {
    padding: 1%;
  }

  .md-max\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .md-max\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .md-max\:first\:p-11p:first-child {
    padding: 11%;
  }

  .md-max\:first\:p-20p:first-child {
    padding: 20%;
  }

  .md-max\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .md-max\:first\:p-25p:first-child {
    padding: 25%;
  }

  .md-max\:first\:p-32p:first-child {
    padding: 32%;
  }

  .md-max\:first\:p-35p:first-child {
    padding: 35%;
  }

  .md-max\:first\:p-40p:first-child {
    padding: 40%;
  }

  .md-max\:first\:p-49p:first-child {
    padding: 49%;
  }

  .md-max\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .md-max\:first\:p-80p:first-child {
    padding: 80%;
  }

  .md-max\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .md-max\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .md-max\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .md-max\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .md-max\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .md-max\:first\:p-90p:first-child {
    padding: 90%;
  }

  .md-max\:first\:p-92p:first-child {
    padding: 92%;
  }

  .md-max\:first\:p-93p:first-child {
    padding: 93%;
  }

  .md-max\:first\:p-94p:first-child {
    padding: 94%;
  }

  .md-max\:first\:p-95p:first-child {
    padding: 95%;
  }

  .md-max\:first\:p-96p:first-child {
    padding: 96%;
  }

  .md-max\:first\:p-100p:first-child {
    padding: 100%;
  }

  .md-max\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md-max\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md-max\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md-max\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md-max\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-max\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-max\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-max\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md-max\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md-max\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md-max\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md-max\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md-max\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-max\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-max\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md-max\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md-max\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md-max\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md-max\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md-max\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md-max\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-max\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-max\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md-max\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md-max\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md-max\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md-max\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md-max\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md-max\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-max\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md-max\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md-max\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md-max\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-max\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-max\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-max\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md-max\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md-max\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md-max\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md-max\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-max\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-max\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md-max\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md-max\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-max\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-max\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md-max\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md-max\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md-max\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md-max\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-max\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-max\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-max\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-max\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md-max\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md-max\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-max\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-max\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-max\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-max\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md-max\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md-max\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-max\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-max\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md-max\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md-max\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md-max\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md-max\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-max\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-max\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-max\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-max\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-max\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-max\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md-max\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md-max\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md-max\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md-max\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md-max\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md-max\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md-max\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md-max\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md-max\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md-max\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-max\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-max\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md-max\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md-max\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md-max\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md-max\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md-max\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md-max\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md-max\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md-max\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md-max\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md-max\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md-max\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md-max\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md-max\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md-max\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md-max\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md-max\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md-max\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md-max\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md-max\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md-max\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md-max\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md-max\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md-max\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md-max\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md-max\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md-max\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md-max\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md-max\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md-max\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md-max\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md-max\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md-max\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md-max\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md-max\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md-max\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md-max\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md-max\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md-max\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md-max\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md-max\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md-max\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md-max\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md-max\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md-max\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md-max\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md-max\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md-max\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md-max\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md-max\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md-max\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md-max\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md-max\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md-max\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md-max\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md-max\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md-max\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md-max\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md-max\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md-max\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md-max\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md-max\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md-max\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md-max\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md-max\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md-max\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md-max\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md-max\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md-max\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md-max\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md-max\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md-max\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md-max\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md-max\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md-max\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md-max\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md-max\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md-max\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md-max\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md-max\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md-max\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md-max\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md-max\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md-max\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md-max\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md-max\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md-max\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md-max\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md-max\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md-max\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md-max\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md-max\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md-max\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md-max\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md-max\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md-max\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md-max\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md-max\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md-max\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-max\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-max\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .md-max\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .md-max\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .md-max\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .md-max\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md-max\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md-max\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md-max\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md-max\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md-max\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md-max\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md-max\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md-max\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .md-max\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .md-max\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .md-max\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .md-max\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .md-max\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .md-max\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .md-max\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .md-max\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .md-max\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .md-max\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .md-max\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .md-max\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .md-max\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .md-max\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .md-max\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .md-max\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .md-max\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .md-max\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .md-max\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .md-max\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .md-max\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .md-max\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .md-max\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .md-max\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .md-max\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .md-max\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .md-max\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .md-max\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .md-max\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .md-max\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .md-max\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .md-max\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .md-max\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .md-max\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .md-max\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .md-max\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .md-max\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .md-max\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .md-max\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .md-max\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .md-max\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .md-max\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .md-max\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .md-max\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .md-max\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .md-max\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .md-max\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .md-max\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .md-max\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .md-max\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .md-max\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .md-max\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .md-max\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .md-max\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .md-max\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .md-max\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .md-max\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .md-max\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .md-max\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .md-max\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .md-max\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .md-max\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .md-max\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .md-max\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .md-max\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .md-max\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .md-max\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .md-max\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .md-max\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .md-max\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .md-max\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .md-max\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .md-max\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .md-max\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .md-max\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .md-max\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .md-max\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .md-max\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .md-max\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .md-max\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .md-max\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .md-max\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .md-max\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .md-max\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .md-max\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .md-max\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .md-max\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .md-max\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .md-max\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .md-max\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .md-max\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .md-max\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .md-max\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .md-max\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .md-max\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .md-max\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .md-max\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .md-max\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .md-max\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .md-max\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .md-max\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .md-max\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .md-max\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .md-max\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .md-max\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .md-max\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .md-max\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .md-max\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .md-max\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .md-max\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .md-max\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .md-max\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .md-max\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .md-max\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .md-max\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .md-max\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .md-max\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .md-max\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .md-max\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .md-max\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .md-max\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .md-max\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .md-max\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .md-max\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .md-max\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .md-max\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .md-max\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .md-max\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .md-max\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .md-max\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .md-max\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .md-max\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .md-max\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .md-max\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .md-max\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .md-max\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .md-max\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .md-max\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .md-max\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .md-max\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .md-max\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .md-max\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .md-max\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .md-max\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .md-max\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .md-max\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .md-max\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .md-max\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .md-max\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .md-max\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .md-max\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .md-max\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .md-max\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .md-max\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .md-max\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .md-max\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .md-max\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .md-max\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .md-max\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .md-max\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .md-max\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .md-max\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .md-max\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .md-max\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .md-max\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .md-max\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .md-max\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .md-max\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .md-max\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .md-max\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .md-max\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .md-max\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .md-max\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .md-max\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .md-max\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .md-max\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .md-max\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .md-max\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .md-max\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .md-max\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .md-max\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .md-max\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .md-max\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .md-max\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .md-max\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .md-max\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .md-max\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .md-max\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .md-max\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .md-max\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .md-max\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .md-max\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .md-max\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .md-max\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .md-max\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .md-max\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .md-max\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .md-max\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .md-max\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .md-max\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .md-max\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .md-max\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .md-max\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .md-max\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .md-max\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .md-max\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .md-max\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .md-max\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .md-max\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .md-max\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .md-max\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .md-max\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .md-max\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .md-max\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .md-max\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .md-max\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .md-max\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .md-max\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .md-max\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .md-max\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .md-max\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .md-max\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .md-max\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .md-max\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .md-max\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .md-max\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .md-max\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .md-max\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .md-max\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .md-max\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .md-max\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .md-max\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .md-max\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .md-max\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .md-max\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .md-max\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .md-max\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .md-max\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .md-max\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .md-max\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .md-max\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .md-max\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .md-max\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .md-max\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .md-max\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .md-max\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .md-max\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .md-max\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .md-max\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .md-max\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .md-max\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .md-max\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .md-max\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .md-max\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .md-max\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .md-max\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .md-max\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .md-max\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .md-max\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .md-max\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .md-max\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .md-max\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .md-max\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .md-max\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .md-max\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .md-max\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .md-max\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .md-max\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .md-max\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .md-max\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .md-max\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .md-max\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .md-max\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .md-max\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .md-max\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .md-max\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md-max\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md-max\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md-max\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md-max\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .md-max\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .md-max\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .md-max\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .md-max\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .md-max\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .md-max\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .md-max\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .md-max\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .md-max\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .md-max\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .md-max\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .md-max\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .md-max\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .md-max\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .md-max\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .md-max\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .md-max\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .md-max\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .md-max\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .md-max\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .md-max\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .md-max\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .md-max\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .md-max\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .md-max\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .md-max\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .md-max\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .md-max\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .md-max\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .md-max\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .md-max\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .md-max\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .md-max\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .md-max\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .md-max\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .md-max\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .md-max\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .md-max\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .md-max\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .md-max\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .md-max\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .md-max\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .md-max\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .md-max\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .md-max\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .md-max\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .md-max\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .md-max\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .md-max\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .md-max\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .md-max\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .md-max\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .md-max\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .md-max\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .md-max\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .md-max\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .md-max\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .md-max\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .md-max\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .md-max\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .md-max\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .md-max\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .md-max\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .md-max\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .md-max\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .md-max\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .md-max\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .md-max\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .md-max\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .md-max\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .md-max\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .md-max\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .md-max\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .md-max\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .md-max\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .md-max\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .md-max\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .md-max\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .md-max\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .md-max\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .md-max\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .md-max\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .md-max\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .md-max\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .md-max\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .md-max\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .md-max\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .md-max\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .md-max\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .md-max\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .md-max\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .md-max\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .md-max\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .md-max\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .md-max\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .md-max\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .md-max\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .md-max\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .md-max\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .md-max\:last\:p-0:last-child {
    padding: 0px;
  }

  .md-max\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md-max\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md-max\:last\:p-3:last-child {
    padding: 3px;
  }

  .md-max\:last\:p-4:last-child {
    padding: 4px;
  }

  .md-max\:last\:p-5:last-child {
    padding: 5px;
  }

  .md-max\:last\:p-6:last-child {
    padding: 6px;
  }

  .md-max\:last\:p-8:last-child {
    padding: 8px;
  }

  .md-max\:last\:p-9:last-child {
    padding: 9px;
  }

  .md-max\:last\:p-10:last-child {
    padding: 10px;
  }

  .md-max\:last\:p-12:last-child {
    padding: 12px;
  }

  .md-max\:last\:p-13:last-child {
    padding: 13px;
  }

  .md-max\:last\:p-14:last-child {
    padding: 14px;
  }

  .md-max\:last\:p-15:last-child {
    padding: 15px;
  }

  .md-max\:last\:p-16:last-child {
    padding: 16px;
  }

  .md-max\:last\:p-17:last-child {
    padding: 17px;
  }

  .md-max\:last\:p-18:last-child {
    padding: 18px;
  }

  .md-max\:last\:p-20:last-child {
    padding: 20px;
  }

  .md-max\:last\:p-22:last-child {
    padding: 22px;
  }

  .md-max\:last\:p-24:last-child {
    padding: 24px;
  }

  .md-max\:last\:p-25:last-child {
    padding: 25px;
  }

  .md-max\:last\:p-28:last-child {
    padding: 28px;
  }

  .md-max\:last\:p-29:last-child {
    padding: 29px;
  }

  .md-max\:last\:p-30:last-child {
    padding: 30px;
  }

  .md-max\:last\:p-32:last-child {
    padding: 32px;
  }

  .md-max\:last\:p-35:last-child {
    padding: 35px;
  }

  .md-max\:last\:p-36:last-child {
    padding: 36px;
  }

  .md-max\:last\:p-37:last-child {
    padding: 37px;
  }

  .md-max\:last\:p-40:last-child {
    padding: 40px;
  }

  .md-max\:last\:p-45:last-child {
    padding: 45px;
  }

  .md-max\:last\:p-48:last-child {
    padding: 48px;
  }

  .md-max\:last\:p-50:last-child {
    padding: 50px;
  }

  .md-max\:last\:p-55:last-child {
    padding: 55px;
  }

  .md-max\:last\:p-56:last-child {
    padding: 56px;
  }

  .md-max\:last\:p-60:last-child {
    padding: 60px;
  }

  .md-max\:last\:p-62:last-child {
    padding: 62px;
  }

  .md-max\:last\:p-64:last-child {
    padding: 64px;
  }

  .md-max\:last\:p-65:last-child {
    padding: 65px;
  }

  .md-max\:last\:p-70:last-child {
    padding: 70px;
  }

  .md-max\:last\:p-75:last-child {
    padding: 75px;
  }

  .md-max\:last\:p-80:last-child {
    padding: 80px;
  }

  .md-max\:last\:p-85:last-child {
    padding: 85px;
  }

  .md-max\:last\:p-90:last-child {
    padding: 90px;
  }

  .md-max\:last\:p-95:last-child {
    padding: 95px;
  }

  .md-max\:last\:p-96:last-child {
    padding: 96px;
  }

  .md-max\:last\:p-100:last-child {
    padding: 100px;
  }

  .md-max\:last\:p-110:last-child {
    padding: 110px;
  }

  .md-max\:last\:p-115:last-child {
    padding: 115px;
  }

  .md-max\:last\:p-120:last-child {
    padding: 120px;
  }

  .md-max\:last\:p-128:last-child {
    padding: 128px;
  }

  .md-max\:last\:p-135:last-child {
    padding: 135px;
  }

  .md-max\:last\:p-140:last-child {
    padding: 140px;
  }

  .md-max\:last\:p-145:last-child {
    padding: 145px;
  }

  .md-max\:last\:p-150:last-child {
    padding: 150px;
  }

  .md-max\:last\:p-160:last-child {
    padding: 160px;
  }

  .md-max\:last\:p-165:last-child {
    padding: 165px;
  }

  .md-max\:last\:p-168:last-child {
    padding: 168px;
  }

  .md-max\:last\:p-170:last-child {
    padding: 170px;
  }

  .md-max\:last\:p-180:last-child {
    padding: 180px;
  }

  .md-max\:last\:p-200:last-child {
    padding: 200px;
  }

  .md-max\:last\:p-220:last-child {
    padding: 220px;
  }

  .md-max\:last\:p-230:last-child {
    padding: 230px;
  }

  .md-max\:last\:p-235:last-child {
    padding: 235px;
  }

  .md-max\:last\:p-240:last-child {
    padding: 240px;
  }

  .md-max\:last\:p-250:last-child {
    padding: 250px;
  }

  .md-max\:last\:p-300:last-child {
    padding: 300px;
  }

  .md-max\:last\:p-320:last-child {
    padding: 320px;
  }

  .md-max\:last\:p-350:last-child {
    padding: 350px;
  }

  .md-max\:last\:p-375:last-child {
    padding: 375px;
  }

  .md-max\:last\:p-400:last-child {
    padding: 400px;
  }

  .md-max\:last\:p-450:last-child {
    padding: 450px;
  }

  .md-max\:last\:p-700:last-child {
    padding: 700px;
  }

  .md-max\:last\:p-px:last-child {
    padding: 1px;
  }

  .md-max\:last\:p-1p:last-child {
    padding: 1%;
  }

  .md-max\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .md-max\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .md-max\:last\:p-11p:last-child {
    padding: 11%;
  }

  .md-max\:last\:p-20p:last-child {
    padding: 20%;
  }

  .md-max\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .md-max\:last\:p-25p:last-child {
    padding: 25%;
  }

  .md-max\:last\:p-32p:last-child {
    padding: 32%;
  }

  .md-max\:last\:p-35p:last-child {
    padding: 35%;
  }

  .md-max\:last\:p-40p:last-child {
    padding: 40%;
  }

  .md-max\:last\:p-49p:last-child {
    padding: 49%;
  }

  .md-max\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .md-max\:last\:p-80p:last-child {
    padding: 80%;
  }

  .md-max\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .md-max\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .md-max\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .md-max\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .md-max\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .md-max\:last\:p-90p:last-child {
    padding: 90%;
  }

  .md-max\:last\:p-92p:last-child {
    padding: 92%;
  }

  .md-max\:last\:p-93p:last-child {
    padding: 93%;
  }

  .md-max\:last\:p-94p:last-child {
    padding: 94%;
  }

  .md-max\:last\:p-95p:last-child {
    padding: 95%;
  }

  .md-max\:last\:p-96p:last-child {
    padding: 96%;
  }

  .md-max\:last\:p-100p:last-child {
    padding: 100%;
  }

  .md-max\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md-max\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md-max\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md-max\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md-max\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-max\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-max\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md-max\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md-max\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md-max\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md-max\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md-max\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md-max\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-max\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-max\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md-max\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md-max\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md-max\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md-max\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md-max\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md-max\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-max\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-max\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md-max\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md-max\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md-max\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md-max\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md-max\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md-max\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-max\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md-max\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md-max\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md-max\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-max\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-max\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-max\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md-max\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md-max\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md-max\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md-max\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-max\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-max\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md-max\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md-max\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-max\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-max\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md-max\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md-max\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md-max\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md-max\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-max\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-max\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-max\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-max\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md-max\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md-max\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-max\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-max\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-max\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-max\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md-max\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md-max\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-max\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-max\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md-max\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md-max\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md-max\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md-max\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-max\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-max\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-max\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-max\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-max\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-max\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md-max\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md-max\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md-max\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md-max\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md-max\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md-max\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md-max\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md-max\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md-max\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md-max\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-max\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-max\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md-max\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md-max\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md-max\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md-max\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md-max\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md-max\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md-max\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md-max\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .md-max\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .md-max\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md-max\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md-max\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .md-max\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .md-max\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md-max\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md-max\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md-max\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md-max\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .md-max\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .md-max\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .md-max\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .md-max\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md-max\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md-max\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md-max\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md-max\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md-max\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md-max\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .md-max\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .md-max\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .md-max\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .md-max\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .md-max\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .md-max\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .md-max\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .md-max\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md-max\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md-max\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .md-max\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .md-max\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .md-max\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .md-max\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .md-max\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .md-max\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .md-max\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .md-max\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .md-max\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .md-max\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .md-max\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .md-max\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .md-max\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .md-max\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .md-max\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .md-max\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md-max\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md-max\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .md-max\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .md-max\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md-max\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md-max\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .md-max\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .md-max\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md-max\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md-max\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .md-max\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .md-max\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .md-max\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .md-max\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md-max\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md-max\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .md-max\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .md-max\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .md-max\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .md-max\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md-max\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md-max\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md-max\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md-max\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .md-max\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .md-max\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md-max\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md-max\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .md-max\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .md-max\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .md-max\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .md-max\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md-max\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md-max\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .md-max\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .md-max\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .md-max\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .md-max\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .md-max\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .md-max\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md-max\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md-max\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md-max\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md-max\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-max\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-max\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .md-max\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .md-max\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .md-max\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .md-max\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md-max\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md-max\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md-max\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md-max\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md-max\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md-max\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md-max\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md-max\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .md-max\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .md-max\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .md-max\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .md-max\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .md-max\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .md-max\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .md-max\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .md-max\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .md-max\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .md-max\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .md-max\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .md-max\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .md-max\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .md-max\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .md-max\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .md-max\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .md-max\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .md-max\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .md-max\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .md-max\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .md-max\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .md-max\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .md-max\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .md-max\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .md-max\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .md-max\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .md-max\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .md-max\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .md-max\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .md-max\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .md-max\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .md-max\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .md-max\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .md-max\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .md-max\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .md-max\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .md-max\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .md-max\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .md-max\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .md-max\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .md-max\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .md-max\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .md-max\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .md-max\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .md-max\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .md-max\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .md-max\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .md-max\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .md-max\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .md-max\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .md-max\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .md-max\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .md-max\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .md-max\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .md-max\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .md-max\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .md-max\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .md-max\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .md-max\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .md-max\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .md-max\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .md-max\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .md-max\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .md-max\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .md-max\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .md-max\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .md-max\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .md-max\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .md-max\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .md-max\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .md-max\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .md-max\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .md-max\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .md-max\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .md-max\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .md-max\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .md-max\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .md-max\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .md-max\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .md-max\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .md-max\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .md-max\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .md-max\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .md-max\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .md-max\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .md-max\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .md-max\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .md-max\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .md-max\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .md-max\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .md-max\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .md-max\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .md-max\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .md-max\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .md-max\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .md-max\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .md-max\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .md-max\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .md-max\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .md-max\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .md-max\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .md-max\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .md-max\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .md-max\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .md-max\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .md-max\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .md-max\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .md-max\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .md-max\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .md-max\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .md-max\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .md-max\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .md-max\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .md-max\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .md-max\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .md-max\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .md-max\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .md-max\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .md-max\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .md-max\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .md-max\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .md-max\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .md-max\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .md-max\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .md-max\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .md-max\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .md-max\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .md-max\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .md-max\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .md-max\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .md-max\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .md-max\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .md-max\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .md-max\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .md-max\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .md-max\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .md-max\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .md-max\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .md-max\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .md-max\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .md-max\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .md-max\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .md-max\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .md-max\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .md-max\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .md-max\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .md-max\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .md-max\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .md-max\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .md-max\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .md-max\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .md-max\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .md-max\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .md-max\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .md-max\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .md-max\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .md-max\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .md-max\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .md-max\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .md-max\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .md-max\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .md-max\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .md-max\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .md-max\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .md-max\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .md-max\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .md-max\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .md-max\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .md-max\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .md-max\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .md-max\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .md-max\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .md-max\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .md-max\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .md-max\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .md-max\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .md-max\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .md-max\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .md-max\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .md-max\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .md-max\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .md-max\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .md-max\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .md-max\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .md-max\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .md-max\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .md-max\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .md-max\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .md-max\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .md-max\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .md-max\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .md-max\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .md-max\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .md-max\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .md-max\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .md-max\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .md-max\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .md-max\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .md-max\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .md-max\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .md-max\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .md-max\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .md-max\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .md-max\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .md-max\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .md-max\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .md-max\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .md-max\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .md-max\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .md-max\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .md-max\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .md-max\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .md-max\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .md-max\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .md-max\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .md-max\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .md-max\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .md-max\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .md-max\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .md-max\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .md-max\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .md-max\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .md-max\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .md-max\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .md-max\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .md-max\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .md-max\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .md-max\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .md-max\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .md-max\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .md-max\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .md-max\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .md-max\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .md-max\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .md-max\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .md-max\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .md-max\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .md-max\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .md-max\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .md-max\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .md-max\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .md-max\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .md-max\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .md-max\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .md-max\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .md-max\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .md-max\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .md-max\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .md-max\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .md-max\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .md-max\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .md-max\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .md-max\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .md-max\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .md-max\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .md-max\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .md-max\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .md-max\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .md-max\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .md-max\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .md-max\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .md-max\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .md-max\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .md-max\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .md-max\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .md-max\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .md-max\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .md-max\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .md-max\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .md-max\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .md-max\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .md-max\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .md-max\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .md-max\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .md-max\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .md-max\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md-max\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md-max\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md-max\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md-max\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .md-max\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .md-max\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .md-max\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .md-max\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .md-max\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .md-max\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .md-max\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .md-max\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .md-max\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .md-max\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .md-max\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .md-max\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .md-max\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .md-max\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .md-max\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .md-max\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .md-max\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .md-max\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .md-max\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .md-max\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .md-max\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .md-max\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .md-max\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .md-max\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .md-max\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .md-max\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .md-max\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .md-max\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .md-max\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .md-max\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .md-max\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .md-max\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .md-max\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .md-max\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .md-max\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .md-max\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .md-max\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .md-max\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .md-max\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .md-max\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .md-max\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .md-max\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .md-max\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .md-max\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .md-max\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .md-max\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .md-max\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .md-max\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .md-max\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .md-max\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .md-max\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .md-max\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .md-max\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .md-max\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .md-max\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .md-max\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .md-max\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .md-max\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .md-max\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .md-max\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .md-max\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .md-max\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .md-max\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .md-max\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .md-max\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .md-max\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .md-max\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .md-max\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .md-max\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .md-max\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .md-max\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .md-max\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .md-max\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .md-max\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .md-max\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .md-max\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .md-max\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .md-max\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .md-max\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .md-max\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .md-max\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .md-max\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .md-max\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .md-max\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .md-max\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .md-max\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .md-max\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .md-max\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .md-max\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .md-max\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .md-max\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .md-max\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .md-max\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .md-max\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .md-max\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .md-max\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .md-max\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .md-max\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .md-max\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .md-max\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .md-max\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .md-max\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .md-max\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .md-max\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .md-max\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .md-max\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .md-max\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .md-max\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .md-max\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .md-max\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .md-max\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .md-max\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .md-max\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .md-max\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .md-max\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .md-max\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .md-max\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .md-max\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .md-max\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .md-max\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .md-max\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .md-max\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .md-max\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .md-max\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .md-max\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .md-max\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .md-max\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .md-max\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .md-max\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .md-max\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .md-max\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .md-max\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .md-max\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .md-max\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .md-max\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .md-max\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .md-max\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .md-max\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .md-max\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .md-max\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .md-max\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .md-max\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .md-max\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .md-max\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .md-max\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .md-max\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .md-max\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .md-max\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .md-max\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .md-max\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .md-max\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .md-max\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .md-max\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .md-max\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .md-max\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .md-max\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .md-max\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .md-max\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .md-max\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .md-max\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .md-max\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .md-max\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .md-max\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .md-max\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .md-max\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .md-max\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .md-max\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .md-max\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .md-max\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .md-max\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md-max\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .md-max\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .md-max\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .md-max\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .md-max\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .md-max\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .md-max\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .md-max\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .md-max\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .md-max\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .md-max\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .md-max\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .md-max\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .md-max\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .md-max\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .md-max\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .md-max\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .md-max\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .md-max\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .md-max\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .md-max\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .md-max\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .md-max\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .md-max\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .md-max\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .md-max\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .md-max\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .md-max\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .md-max\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .md-max\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .md-max\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .md-max\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .md-max\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .md-max\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .md-max\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .md-max\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .md-max\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .md-max\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .md-max\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .md-max\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .md-max\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .md-max\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .md-max\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .md-max\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .md-max\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .md-max\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .md-max\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .md-max\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .md-max\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .md-max\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .md-max\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .md-max\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .md-max\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .md-max\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .md-max\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .md-max\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .md-max\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .md-max\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .md-max\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .md-max\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .md-max\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .md-max\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .md-max\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .md-max\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .md-max\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .md-max\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .md-max\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .md-max\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .md-max\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .md-max\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .md-max\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .md-max\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .md-max\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .md-max\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .md-max\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .md-max\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .md-max\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .md-max\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .md-max\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .md-max\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .md-max\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .md-max\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .md-max\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .md-max\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .md-max\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .md-max\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .md-max\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .md-max\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .md-max\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .md-max\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .md-max\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .md-max\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .md-max\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .md-max\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .md-max\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .md-max\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .md-max\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .md-max\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .md-max\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .md-max\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .md-max\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .md-max\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .md-max\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .md-max\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .md-max\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .md-max\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .md-max\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .md-max\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .md-max\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .md-max\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .md-max\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .md-max\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .md-max\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .md-max\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .md-max\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .md-max\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .md-max\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .md-max\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .md-max\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .md-max\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .md-max\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .md-max\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .md-max\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .md-max\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .md-max\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .md-max\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .md-max\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .md-max\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .md-max\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .md-max\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .md-max\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .md-max\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .md-max\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .md-max\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .md-max\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .md-max\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .md-max\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .md-max\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .md-max\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .md-max\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .md-max\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .md-max\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .md-max\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .md-max\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .md-max\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .md-max\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .md-max\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .md-max\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .md-max\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .md-max\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .md-max\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .md-max\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .md-max\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .md-max\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .md-max\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .md-max\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .md-max\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .md-max\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .md-max\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .md-max\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .md-max\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .md-max\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .md-max\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .md-max\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .md-max\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .md-max\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .md-max\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .md-max\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .md-max\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .md-max\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .md-max\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .md-max\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .md-max\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .md-max\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .md-max\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .md-max\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .md-max\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .md-max\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .md-max\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .md-max\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .md-max\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .md-max\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .md-max\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .md-max\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .md-max\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .md-max\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .md-max\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .md-max\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .md-max\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .md-max\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .md-max\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .md-max\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .md-max\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .md-max\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .md-max\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .md-max\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .md-max\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .md-max\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .md-max\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .md-max\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .md-max\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .md-max\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .md-max\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .md-max\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .md-max\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .md-max\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .md-max\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .md-max\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .md-max\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .md-max\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .md-max\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .md-max\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .md-max\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .md-max\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .md-max\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .md-max\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .md-max\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .md-max\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .md-max\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .md-max\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .md-max\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .md-max\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .md-max\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .md-max\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .md-max\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .md-max\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .md-max\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .md-max\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .md-max\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .md-max\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .md-max\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .md-max\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .md-max\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .md-max\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .md-max\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .md-max\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .md-max\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .md-max\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .md-max\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .md-max\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .md-max\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .md-max\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .md-max\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .md-max\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .md-max\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .md-max\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .md-max\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .md-max\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .md-max\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .md-max\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .md-max\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .md-max\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .md-max\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .md-max\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .md-max\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .md-max\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .md-max\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .md-max\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .md-max\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .md-max\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .md-max\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .md-max\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .md-max\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .md-max\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .md-max\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .md-max\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .md-max\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .md-max\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .md-max\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .md-max\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .md-max\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .md-max\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .md-max\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .md-max\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .md-max\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .md-max\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .md-max\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .md-max\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .md-max\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .md-max\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .md-max\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .md-max\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .md-max\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .md-max\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .md-max\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .md-max\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .md-max\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .md-max\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .md-max\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .md-max\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .md-max\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .md-max\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .md-max\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .md-max\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .md-max\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .md-max\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .md-max\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .md-max\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .md-max\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .md-max\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .md-max\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .md-max\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .md-max\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .md-max\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .md-max\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .md-max\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .md-max\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .md-max\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .md-max\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .md-max\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .md-max\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .md-max\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .md-max\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .md-max\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .md-max\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .md-max\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .md-max\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .md-max\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .md-max\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .md-max\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .md-max\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .md-max\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .md-max\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .md-max\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .md-max\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .md-max\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .md-max\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .md-max\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .md-max\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .md-max\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .md-max\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .md-max\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .md-max\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .md-max\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .md-max\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .md-max\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .md-max\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .md-max\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .md-max\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .md-max\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .md-max\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .md-max\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .md-max\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .md-max\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .md-max\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .md-max\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .md-max\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .md-max\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .md-max\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .md-max\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .md-max\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .md-max\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .md-max\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .md-max\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .md-max\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .md-max\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .md-max\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .md-max\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .md-max\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .md-max\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .md-max\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .md-max\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .md-max\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .md-max\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .md-max\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .md-max\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .md-max\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .md-max\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .md-max\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .md-max\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .md-max\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .md-max\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .md-max\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .md-max\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .md-max\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .md-max\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .md-max\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .md-max\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .md-max\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .md-max\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .md-max\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .md-max\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .md-max\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .md-max\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .md-max\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .md-max\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .md-max\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .md-max\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .md-max\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .md-max\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .md-max\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .md-max\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .md-max\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .md-max\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .md-max\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .md-max\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .md-max\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .md-max\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .md-max\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .md-max\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .md-max\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .md-max\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .md-max\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .md-max\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .md-max\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .md-max\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .md-max\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .md-max\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .md-max\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .md-max\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .md-max\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .md-max\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .md-max\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .md-max\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .md-max\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .md-max\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .md-max\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .md-max\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .md-max\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .md-max\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .md-max\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .md-max\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .md-max\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .md-max\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .md-max\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .md-max\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .md-max\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .md-max\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .md-max\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .md-max\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .md-max\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .md-max\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .md-max\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .md-max\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .md-max\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .md-max\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .md-max\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .md-max\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .md-max\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .md-max\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .md-max\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .md-max\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .md-max\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .md-max\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .md-max\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .md-max\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .md-max\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .md-max\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .md-max\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .md-max\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .md-max\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .md-max\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .md-max\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .md-max\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .md-max\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .md-max\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .md-max\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .md-max\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .md-max\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .md-max\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .md-max\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .md-max\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .md-max\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .md-max\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .md-max\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .md-max\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .md-max\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .md-max\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .md-max\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .md-max\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .md-max\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .md-max\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .md-max\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .md-max\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .md-max\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .md-max\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .md-max\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .md-max\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .md-max\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .md-max\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .md-max\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .md-max\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .md-max\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .md-max\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .md-max\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .md-max\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .md-max\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .md-max\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .md-max\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .md-max\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .md-max\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .md-max\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .md-max\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .md-max\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .md-max\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .md-max\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .md-max\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .md-max\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .md-max\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .md-max\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .md-max\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .md-max\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .md-max\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .md-max\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .md-max\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .md-max\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .md-max\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .md-max\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .md-max\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .md-max\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .md-max\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .md-max\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .md-max\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .md-max\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .md-max\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .md-max\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .md-max\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .md-max\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .md-max\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .md-max\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .md-max\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .md-max\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .md-max\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .md-max\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .md-max\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .md-max\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .md-max\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .md-max\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .md-max\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .md-max\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .md-max\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .md-max\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .md-max\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .md-max\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .md-max\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .md-max\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .md-max\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .md-max\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .md-max\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .md-max\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .md-max\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .md-max\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .md-max\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .md-max\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .md-max\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .md-max\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .md-max\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .md-max\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .md-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md-max\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .md-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md-max\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .md-max\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .md-max\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .md-max\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .md-max\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .md-max\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md-max\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .md-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .md-max\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .md-max\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .md-max\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .md-max\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .md-max\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .md-max\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .md-max\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .md-max\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .md-max\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .md-max\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .md-max\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .md-max\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .md-max\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .md-max\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .md-max\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .md-max\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .md-max\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .md-max\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .md-max\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .md-max\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md-max\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md-max\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md-max\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .md-max\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md-max\:pointer-events-none {
    pointer-events: none;
  }

  .md-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .md-max\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md-max\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md-max\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .md-max\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .md-max\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .md-max\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .md-max\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .md-max\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .md-max\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .md-max\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .md-max\:static {
    position: static;
  }

  .md-max\:fixed {
    position: fixed;
  }

  .md-max\:absolute {
    position: absolute;
  }

  .md-max\:relative {
    position: relative;
  }

  .md-max\:sticky {
    position: sticky;
  }

  .md-max\:hover\:static:hover {
    position: static;
  }

  .md-max\:hover\:fixed:hover {
    position: fixed;
  }

  .md-max\:hover\:absolute:hover {
    position: absolute;
  }

  .md-max\:hover\:relative:hover {
    position: relative;
  }

  .md-max\:hover\:sticky:hover {
    position: sticky;
  }

  .md-max\:focus\:static:focus {
    position: static;
  }

  .md-max\:focus\:fixed:focus {
    position: fixed;
  }

  .md-max\:focus\:absolute:focus {
    position: absolute;
  }

  .md-max\:focus\:relative:focus {
    position: relative;
  }

  .md-max\:focus\:sticky:focus {
    position: sticky;
  }

  .md-max\:first\:static:first-child {
    position: static;
  }

  .md-max\:first\:fixed:first-child {
    position: fixed;
  }

  .md-max\:first\:absolute:first-child {
    position: absolute;
  }

  .md-max\:first\:relative:first-child {
    position: relative;
  }

  .md-max\:first\:sticky:first-child {
    position: sticky;
  }

  .md-max\:last\:static:last-child {
    position: static;
  }

  .md-max\:last\:fixed:last-child {
    position: fixed;
  }

  .md-max\:last\:absolute:last-child {
    position: absolute;
  }

  .md-max\:last\:relative:last-child {
    position: relative;
  }

  .md-max\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .md-max\:group-hover\:static {
    position: static;
  }

  .group:hover .md-max\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .md-max\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .md-max\:group-hover\:relative {
    position: relative;
  }

  .group:hover .md-max\:group-hover\:sticky {
    position: sticky;
  }

  .md-max\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-max\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md-max\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md-max\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md-max\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md-max\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md-max\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md-max\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md-max\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md-max\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md-max\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md-max\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md-max\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md-max\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md-max\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md-max\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md-max\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md-max\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md-max\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md-max\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md-max\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-max\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md-max\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md-max\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md-max\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md-max\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md-max\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .md-max\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .md-max\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .md-max\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .md-max\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .md-max\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .md-max\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .md-max\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .md-max\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .md-max\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .md-max\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .md-max\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .md-max\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .md-max\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .md-max\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .md-max\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .md-max\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .md-max\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .md-max\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .md-max\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .md-max\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .md-max\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .md-max\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .md-max\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .md-max\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .md-max\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .md-max\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .md-max\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .md-max\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .md-max\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .md-max\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .md-max\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .md-max\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .md-max\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .md-max\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .md-max\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .md-max\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .md-max\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .md-max\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .md-max\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .md-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md-max\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md-max\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md-max\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .md-max\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .md-max\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .md-max\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .md-max\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .md-max\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .md-max\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .md-max\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .md-max\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .md-max\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .md-max\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .md-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .md-max\:top-0 {
    top: 0;
  }

  .md-max\:right-0 {
    right: 0;
  }

  .md-max\:bottom-0 {
    bottom: 0;
  }

  .md-max\:left-0 {
    left: 0;
  }

  .md-max\:top-5 {
    top: 5px;
  }

  .md-max\:right-5 {
    right: 5px;
  }

  .md-max\:bottom-5 {
    bottom: 5px;
  }

  .md-max\:left-5 {
    left: 5px;
  }

  .md-max\:top-10 {
    top: 10px;
  }

  .md-max\:right-10 {
    right: 10px;
  }

  .md-max\:bottom-10 {
    bottom: 10px;
  }

  .md-max\:left-10 {
    left: 10px;
  }

  .md-max\:top-15 {
    top: 15px;
  }

  .md-max\:right-15 {
    right: 15px;
  }

  .md-max\:bottom-15 {
    bottom: 15px;
  }

  .md-max\:left-15 {
    left: 15px;
  }

  .md-max\:top-16 {
    top: 16px;
  }

  .md-max\:right-16 {
    right: 16px;
  }

  .md-max\:bottom-16 {
    bottom: 16px;
  }

  .md-max\:left-16 {
    left: 16px;
  }

  .md-max\:top-20 {
    top: 20px;
  }

  .md-max\:right-20 {
    right: 20px;
  }

  .md-max\:bottom-20 {
    bottom: 20px;
  }

  .md-max\:left-20 {
    left: 20px;
  }

  .md-max\:top-21 {
    top: 21px;
  }

  .md-max\:right-21 {
    right: 21px;
  }

  .md-max\:bottom-21 {
    bottom: 21px;
  }

  .md-max\:left-21 {
    left: 21px;
  }

  .md-max\:top-22 {
    top: 22px;
  }

  .md-max\:right-22 {
    right: 22px;
  }

  .md-max\:bottom-22 {
    bottom: 22px;
  }

  .md-max\:left-22 {
    left: 22px;
  }

  .md-max\:top-25 {
    top: 25px;
  }

  .md-max\:right-25 {
    right: 25px;
  }

  .md-max\:bottom-25 {
    bottom: 25px;
  }

  .md-max\:left-25 {
    left: 25px;
  }

  .md-max\:top-30 {
    top: 30px;
  }

  .md-max\:right-30 {
    right: 30px;
  }

  .md-max\:bottom-30 {
    bottom: 30px;
  }

  .md-max\:left-30 {
    left: 30px;
  }

  .md-max\:top-35 {
    top: 35px;
  }

  .md-max\:right-35 {
    right: 35px;
  }

  .md-max\:bottom-35 {
    bottom: 35px;
  }

  .md-max\:left-35 {
    left: 35px;
  }

  .md-max\:top-37 {
    top: 37px;
  }

  .md-max\:right-37 {
    right: 37px;
  }

  .md-max\:bottom-37 {
    bottom: 37px;
  }

  .md-max\:left-37 {
    left: 37px;
  }

  .md-max\:top-38 {
    top: 38px;
  }

  .md-max\:right-38 {
    right: 38px;
  }

  .md-max\:bottom-38 {
    bottom: 38px;
  }

  .md-max\:left-38 {
    left: 38px;
  }

  .md-max\:top-40 {
    top: 40px;
  }

  .md-max\:right-40 {
    right: 40px;
  }

  .md-max\:bottom-40 {
    bottom: 40px;
  }

  .md-max\:left-40 {
    left: 40px;
  }

  .md-max\:top-50 {
    top: 50px;
  }

  .md-max\:right-50 {
    right: 50px;
  }

  .md-max\:bottom-50 {
    bottom: 50px;
  }

  .md-max\:left-50 {
    left: 50px;
  }

  .md-max\:top-70 {
    top: 70px;
  }

  .md-max\:right-70 {
    right: 70px;
  }

  .md-max\:bottom-70 {
    bottom: 70px;
  }

  .md-max\:left-70 {
    left: 70px;
  }

  .md-max\:top-100 {
    top: 100px;
  }

  .md-max\:right-100 {
    right: 100px;
  }

  .md-max\:bottom-100 {
    bottom: 100px;
  }

  .md-max\:left-100 {
    left: 100px;
  }

  .md-max\:top-120 {
    top: 120px;
  }

  .md-max\:right-120 {
    right: 120px;
  }

  .md-max\:bottom-120 {
    bottom: 120px;
  }

  .md-max\:left-120 {
    left: 120px;
  }

  .md-max\:top-130 {
    top: 130px;
  }

  .md-max\:right-130 {
    right: 130px;
  }

  .md-max\:bottom-130 {
    bottom: 130px;
  }

  .md-max\:left-130 {
    left: 130px;
  }

  .md-max\:top-140 {
    top: 140px;
  }

  .md-max\:right-140 {
    right: 140px;
  }

  .md-max\:bottom-140 {
    bottom: 140px;
  }

  .md-max\:left-140 {
    left: 140px;
  }

  .md-max\:top-180 {
    top: 180px;
  }

  .md-max\:right-180 {
    right: 180px;
  }

  .md-max\:bottom-180 {
    bottom: 180px;
  }

  .md-max\:left-180 {
    left: 180px;
  }

  .md-max\:top-auto {
    top: auto;
  }

  .md-max\:right-auto {
    right: auto;
  }

  .md-max\:bottom-auto {
    bottom: auto;
  }

  .md-max\:left-auto {
    left: auto;
  }

  .md-max\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .md-max\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .md-max\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .md-max\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .md-max\:top-10p {
    top: 10%;
  }

  .md-max\:right-10p {
    right: 10%;
  }

  .md-max\:bottom-10p {
    bottom: 10%;
  }

  .md-max\:left-10p {
    left: 10%;
  }

  .md-max\:top-20p {
    top: 20%;
  }

  .md-max\:right-20p {
    right: 20%;
  }

  .md-max\:bottom-20p {
    bottom: 20%;
  }

  .md-max\:left-20p {
    left: 20%;
  }

  .md-max\:-top-35 {
    top: -35px;
  }

  .md-max\:-right-35 {
    right: -35px;
  }

  .md-max\:-bottom-35 {
    bottom: -35px;
  }

  .md-max\:-left-35 {
    left: -35px;
  }

  .md-max\:-top-28 {
    top: -28px;
  }

  .md-max\:-right-28 {
    right: -28px;
  }

  .md-max\:-bottom-28 {
    bottom: -28px;
  }

  .md-max\:-left-28 {
    left: -28px;
  }

  .md-max\:-top-60 {
    top: -60px;
  }

  .md-max\:-right-60 {
    right: -60px;
  }

  .md-max\:-bottom-60 {
    bottom: -60px;
  }

  .md-max\:-left-60 {
    left: -60px;
  }

  .md-max\:top-vw90 {
    top: 90vw;
  }

  .md-max\:right-vw90 {
    right: 90vw;
  }

  .md-max\:bottom-vw90 {
    bottom: 90vw;
  }

  .md-max\:left-vw90 {
    left: 90vw;
  }

  .md-max\:top-1\/2 {
    top: 50%;
  }

  .md-max\:right-1\/2 {
    right: 50%;
  }

  .md-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .md-max\:left-1\/2 {
    left: 50%;
  }

  .md-max\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-max\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md-max\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md-max\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md-max\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md-max\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md-max\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md-max\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md-max\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md-max\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md-max\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md-max\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md-max\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md-max\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md-max\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md-max\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md-max\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md-max\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md-max\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md-max\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md-max\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md-max\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-max\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md-max\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md-max\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md-max\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md-max\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .md-max\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .md-max\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .md-max\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .md-max\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .md-max\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .md-max\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .md-max\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .md-max\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .md-max\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .md-max\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .md-max\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .md-max\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .md-max\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .md-max\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .md-max\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .md-max\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .md-max\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .md-max\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .md-max\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .md-max\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .md-max\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .md-max\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .md-max\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .md-max\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .md-max\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .md-max\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .md-max\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .md-max\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .md-max\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .md-max\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .md-max\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .md-max\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .md-max\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .md-max\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .md-max\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .md-max\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .md-max\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .md-max\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .md-max\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .md-max\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .md-max\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .md-max\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .md-max\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .md-max\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md-max\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .md-max\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .md-max\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .md-max\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .md-max\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .md-max\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .md-max\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .md-max\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .md-max\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .md-max\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .md-max\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .md-max\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .md-max\:hover\:top-0:hover {
    top: 0;
  }

  .md-max\:hover\:right-0:hover {
    right: 0;
  }

  .md-max\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .md-max\:hover\:left-0:hover {
    left: 0;
  }

  .md-max\:hover\:top-5:hover {
    top: 5px;
  }

  .md-max\:hover\:right-5:hover {
    right: 5px;
  }

  .md-max\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .md-max\:hover\:left-5:hover {
    left: 5px;
  }

  .md-max\:hover\:top-10:hover {
    top: 10px;
  }

  .md-max\:hover\:right-10:hover {
    right: 10px;
  }

  .md-max\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .md-max\:hover\:left-10:hover {
    left: 10px;
  }

  .md-max\:hover\:top-15:hover {
    top: 15px;
  }

  .md-max\:hover\:right-15:hover {
    right: 15px;
  }

  .md-max\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .md-max\:hover\:left-15:hover {
    left: 15px;
  }

  .md-max\:hover\:top-16:hover {
    top: 16px;
  }

  .md-max\:hover\:right-16:hover {
    right: 16px;
  }

  .md-max\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .md-max\:hover\:left-16:hover {
    left: 16px;
  }

  .md-max\:hover\:top-20:hover {
    top: 20px;
  }

  .md-max\:hover\:right-20:hover {
    right: 20px;
  }

  .md-max\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .md-max\:hover\:left-20:hover {
    left: 20px;
  }

  .md-max\:hover\:top-21:hover {
    top: 21px;
  }

  .md-max\:hover\:right-21:hover {
    right: 21px;
  }

  .md-max\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .md-max\:hover\:left-21:hover {
    left: 21px;
  }

  .md-max\:hover\:top-22:hover {
    top: 22px;
  }

  .md-max\:hover\:right-22:hover {
    right: 22px;
  }

  .md-max\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .md-max\:hover\:left-22:hover {
    left: 22px;
  }

  .md-max\:hover\:top-25:hover {
    top: 25px;
  }

  .md-max\:hover\:right-25:hover {
    right: 25px;
  }

  .md-max\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .md-max\:hover\:left-25:hover {
    left: 25px;
  }

  .md-max\:hover\:top-30:hover {
    top: 30px;
  }

  .md-max\:hover\:right-30:hover {
    right: 30px;
  }

  .md-max\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .md-max\:hover\:left-30:hover {
    left: 30px;
  }

  .md-max\:hover\:top-35:hover {
    top: 35px;
  }

  .md-max\:hover\:right-35:hover {
    right: 35px;
  }

  .md-max\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .md-max\:hover\:left-35:hover {
    left: 35px;
  }

  .md-max\:hover\:top-37:hover {
    top: 37px;
  }

  .md-max\:hover\:right-37:hover {
    right: 37px;
  }

  .md-max\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .md-max\:hover\:left-37:hover {
    left: 37px;
  }

  .md-max\:hover\:top-38:hover {
    top: 38px;
  }

  .md-max\:hover\:right-38:hover {
    right: 38px;
  }

  .md-max\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .md-max\:hover\:left-38:hover {
    left: 38px;
  }

  .md-max\:hover\:top-40:hover {
    top: 40px;
  }

  .md-max\:hover\:right-40:hover {
    right: 40px;
  }

  .md-max\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .md-max\:hover\:left-40:hover {
    left: 40px;
  }

  .md-max\:hover\:top-50:hover {
    top: 50px;
  }

  .md-max\:hover\:right-50:hover {
    right: 50px;
  }

  .md-max\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .md-max\:hover\:left-50:hover {
    left: 50px;
  }

  .md-max\:hover\:top-70:hover {
    top: 70px;
  }

  .md-max\:hover\:right-70:hover {
    right: 70px;
  }

  .md-max\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .md-max\:hover\:left-70:hover {
    left: 70px;
  }

  .md-max\:hover\:top-100:hover {
    top: 100px;
  }

  .md-max\:hover\:right-100:hover {
    right: 100px;
  }

  .md-max\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .md-max\:hover\:left-100:hover {
    left: 100px;
  }

  .md-max\:hover\:top-120:hover {
    top: 120px;
  }

  .md-max\:hover\:right-120:hover {
    right: 120px;
  }

  .md-max\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .md-max\:hover\:left-120:hover {
    left: 120px;
  }

  .md-max\:hover\:top-130:hover {
    top: 130px;
  }

  .md-max\:hover\:right-130:hover {
    right: 130px;
  }

  .md-max\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .md-max\:hover\:left-130:hover {
    left: 130px;
  }

  .md-max\:hover\:top-140:hover {
    top: 140px;
  }

  .md-max\:hover\:right-140:hover {
    right: 140px;
  }

  .md-max\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .md-max\:hover\:left-140:hover {
    left: 140px;
  }

  .md-max\:hover\:top-180:hover {
    top: 180px;
  }

  .md-max\:hover\:right-180:hover {
    right: 180px;
  }

  .md-max\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .md-max\:hover\:left-180:hover {
    left: 180px;
  }

  .md-max\:hover\:top-auto:hover {
    top: auto;
  }

  .md-max\:hover\:right-auto:hover {
    right: auto;
  }

  .md-max\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .md-max\:hover\:left-auto:hover {
    left: auto;
  }

  .md-max\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .md-max\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .md-max\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .md-max\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .md-max\:hover\:top-10p:hover {
    top: 10%;
  }

  .md-max\:hover\:right-10p:hover {
    right: 10%;
  }

  .md-max\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .md-max\:hover\:left-10p:hover {
    left: 10%;
  }

  .md-max\:hover\:top-20p:hover {
    top: 20%;
  }

  .md-max\:hover\:right-20p:hover {
    right: 20%;
  }

  .md-max\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .md-max\:hover\:left-20p:hover {
    left: 20%;
  }

  .md-max\:hover\:-top-35:hover {
    top: -35px;
  }

  .md-max\:hover\:-right-35:hover {
    right: -35px;
  }

  .md-max\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .md-max\:hover\:-left-35:hover {
    left: -35px;
  }

  .md-max\:hover\:-top-28:hover {
    top: -28px;
  }

  .md-max\:hover\:-right-28:hover {
    right: -28px;
  }

  .md-max\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .md-max\:hover\:-left-28:hover {
    left: -28px;
  }

  .md-max\:hover\:-top-60:hover {
    top: -60px;
  }

  .md-max\:hover\:-right-60:hover {
    right: -60px;
  }

  .md-max\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .md-max\:hover\:-left-60:hover {
    left: -60px;
  }

  .md-max\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .md-max\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .md-max\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .md-max\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .md-max\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .md-max\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .md-max\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .md-max\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .md-max\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-max\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md-max\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md-max\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md-max\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md-max\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md-max\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md-max\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md-max\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md-max\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md-max\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md-max\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md-max\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md-max\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md-max\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md-max\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md-max\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md-max\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md-max\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md-max\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md-max\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md-max\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-max\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md-max\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md-max\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md-max\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md-max\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .md-max\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .md-max\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .md-max\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .md-max\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .md-max\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .md-max\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .md-max\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .md-max\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .md-max\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .md-max\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .md-max\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .md-max\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .md-max\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .md-max\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .md-max\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .md-max\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .md-max\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .md-max\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .md-max\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .md-max\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .md-max\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .md-max\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .md-max\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .md-max\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .md-max\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .md-max\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .md-max\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .md-max\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .md-max\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .md-max\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .md-max\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .md-max\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .md-max\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .md-max\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .md-max\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .md-max\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .md-max\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .md-max\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .md-max\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .md-max\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .md-max\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .md-max\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .md-max\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .md-max\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md-max\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .md-max\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .md-max\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .md-max\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .md-max\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .md-max\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .md-max\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .md-max\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .md-max\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .md-max\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .md-max\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .md-max\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .md-max\:focus\:top-0:focus {
    top: 0;
  }

  .md-max\:focus\:right-0:focus {
    right: 0;
  }

  .md-max\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .md-max\:focus\:left-0:focus {
    left: 0;
  }

  .md-max\:focus\:top-5:focus {
    top: 5px;
  }

  .md-max\:focus\:right-5:focus {
    right: 5px;
  }

  .md-max\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .md-max\:focus\:left-5:focus {
    left: 5px;
  }

  .md-max\:focus\:top-10:focus {
    top: 10px;
  }

  .md-max\:focus\:right-10:focus {
    right: 10px;
  }

  .md-max\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .md-max\:focus\:left-10:focus {
    left: 10px;
  }

  .md-max\:focus\:top-15:focus {
    top: 15px;
  }

  .md-max\:focus\:right-15:focus {
    right: 15px;
  }

  .md-max\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .md-max\:focus\:left-15:focus {
    left: 15px;
  }

  .md-max\:focus\:top-16:focus {
    top: 16px;
  }

  .md-max\:focus\:right-16:focus {
    right: 16px;
  }

  .md-max\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .md-max\:focus\:left-16:focus {
    left: 16px;
  }

  .md-max\:focus\:top-20:focus {
    top: 20px;
  }

  .md-max\:focus\:right-20:focus {
    right: 20px;
  }

  .md-max\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .md-max\:focus\:left-20:focus {
    left: 20px;
  }

  .md-max\:focus\:top-21:focus {
    top: 21px;
  }

  .md-max\:focus\:right-21:focus {
    right: 21px;
  }

  .md-max\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .md-max\:focus\:left-21:focus {
    left: 21px;
  }

  .md-max\:focus\:top-22:focus {
    top: 22px;
  }

  .md-max\:focus\:right-22:focus {
    right: 22px;
  }

  .md-max\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .md-max\:focus\:left-22:focus {
    left: 22px;
  }

  .md-max\:focus\:top-25:focus {
    top: 25px;
  }

  .md-max\:focus\:right-25:focus {
    right: 25px;
  }

  .md-max\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .md-max\:focus\:left-25:focus {
    left: 25px;
  }

  .md-max\:focus\:top-30:focus {
    top: 30px;
  }

  .md-max\:focus\:right-30:focus {
    right: 30px;
  }

  .md-max\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .md-max\:focus\:left-30:focus {
    left: 30px;
  }

  .md-max\:focus\:top-35:focus {
    top: 35px;
  }

  .md-max\:focus\:right-35:focus {
    right: 35px;
  }

  .md-max\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .md-max\:focus\:left-35:focus {
    left: 35px;
  }

  .md-max\:focus\:top-37:focus {
    top: 37px;
  }

  .md-max\:focus\:right-37:focus {
    right: 37px;
  }

  .md-max\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .md-max\:focus\:left-37:focus {
    left: 37px;
  }

  .md-max\:focus\:top-38:focus {
    top: 38px;
  }

  .md-max\:focus\:right-38:focus {
    right: 38px;
  }

  .md-max\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .md-max\:focus\:left-38:focus {
    left: 38px;
  }

  .md-max\:focus\:top-40:focus {
    top: 40px;
  }

  .md-max\:focus\:right-40:focus {
    right: 40px;
  }

  .md-max\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .md-max\:focus\:left-40:focus {
    left: 40px;
  }

  .md-max\:focus\:top-50:focus {
    top: 50px;
  }

  .md-max\:focus\:right-50:focus {
    right: 50px;
  }

  .md-max\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .md-max\:focus\:left-50:focus {
    left: 50px;
  }

  .md-max\:focus\:top-70:focus {
    top: 70px;
  }

  .md-max\:focus\:right-70:focus {
    right: 70px;
  }

  .md-max\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .md-max\:focus\:left-70:focus {
    left: 70px;
  }

  .md-max\:focus\:top-100:focus {
    top: 100px;
  }

  .md-max\:focus\:right-100:focus {
    right: 100px;
  }

  .md-max\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .md-max\:focus\:left-100:focus {
    left: 100px;
  }

  .md-max\:focus\:top-120:focus {
    top: 120px;
  }

  .md-max\:focus\:right-120:focus {
    right: 120px;
  }

  .md-max\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .md-max\:focus\:left-120:focus {
    left: 120px;
  }

  .md-max\:focus\:top-130:focus {
    top: 130px;
  }

  .md-max\:focus\:right-130:focus {
    right: 130px;
  }

  .md-max\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .md-max\:focus\:left-130:focus {
    left: 130px;
  }

  .md-max\:focus\:top-140:focus {
    top: 140px;
  }

  .md-max\:focus\:right-140:focus {
    right: 140px;
  }

  .md-max\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .md-max\:focus\:left-140:focus {
    left: 140px;
  }

  .md-max\:focus\:top-180:focus {
    top: 180px;
  }

  .md-max\:focus\:right-180:focus {
    right: 180px;
  }

  .md-max\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .md-max\:focus\:left-180:focus {
    left: 180px;
  }

  .md-max\:focus\:top-auto:focus {
    top: auto;
  }

  .md-max\:focus\:right-auto:focus {
    right: auto;
  }

  .md-max\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .md-max\:focus\:left-auto:focus {
    left: auto;
  }

  .md-max\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .md-max\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .md-max\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .md-max\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .md-max\:focus\:top-10p:focus {
    top: 10%;
  }

  .md-max\:focus\:right-10p:focus {
    right: 10%;
  }

  .md-max\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .md-max\:focus\:left-10p:focus {
    left: 10%;
  }

  .md-max\:focus\:top-20p:focus {
    top: 20%;
  }

  .md-max\:focus\:right-20p:focus {
    right: 20%;
  }

  .md-max\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .md-max\:focus\:left-20p:focus {
    left: 20%;
  }

  .md-max\:focus\:-top-35:focus {
    top: -35px;
  }

  .md-max\:focus\:-right-35:focus {
    right: -35px;
  }

  .md-max\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .md-max\:focus\:-left-35:focus {
    left: -35px;
  }

  .md-max\:focus\:-top-28:focus {
    top: -28px;
  }

  .md-max\:focus\:-right-28:focus {
    right: -28px;
  }

  .md-max\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .md-max\:focus\:-left-28:focus {
    left: -28px;
  }

  .md-max\:focus\:-top-60:focus {
    top: -60px;
  }

  .md-max\:focus\:-right-60:focus {
    right: -60px;
  }

  .md-max\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .md-max\:focus\:-left-60:focus {
    left: -60px;
  }

  .md-max\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .md-max\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .md-max\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .md-max\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .md-max\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .md-max\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .md-max\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .md-max\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .md-max\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-max\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md-max\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md-max\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md-max\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md-max\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md-max\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md-max\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md-max\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md-max\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md-max\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md-max\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md-max\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md-max\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md-max\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md-max\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md-max\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md-max\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md-max\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md-max\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md-max\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md-max\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-max\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md-max\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md-max\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md-max\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md-max\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .md-max\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .md-max\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .md-max\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .md-max\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .md-max\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .md-max\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .md-max\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .md-max\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .md-max\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .md-max\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .md-max\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .md-max\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .md-max\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .md-max\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .md-max\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .md-max\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .md-max\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .md-max\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .md-max\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .md-max\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .md-max\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .md-max\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .md-max\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .md-max\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .md-max\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .md-max\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .md-max\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .md-max\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .md-max\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .md-max\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .md-max\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .md-max\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .md-max\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .md-max\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .md-max\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .md-max\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .md-max\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .md-max\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .md-max\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .md-max\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .md-max\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .md-max\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .md-max\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .md-max\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md-max\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .md-max\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .md-max\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .md-max\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .md-max\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .md-max\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .md-max\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .md-max\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .md-max\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .md-max\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .md-max\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .md-max\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .md-max\:first\:top-0:first-child {
    top: 0;
  }

  .md-max\:first\:right-0:first-child {
    right: 0;
  }

  .md-max\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .md-max\:first\:left-0:first-child {
    left: 0;
  }

  .md-max\:first\:top-5:first-child {
    top: 5px;
  }

  .md-max\:first\:right-5:first-child {
    right: 5px;
  }

  .md-max\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .md-max\:first\:left-5:first-child {
    left: 5px;
  }

  .md-max\:first\:top-10:first-child {
    top: 10px;
  }

  .md-max\:first\:right-10:first-child {
    right: 10px;
  }

  .md-max\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .md-max\:first\:left-10:first-child {
    left: 10px;
  }

  .md-max\:first\:top-15:first-child {
    top: 15px;
  }

  .md-max\:first\:right-15:first-child {
    right: 15px;
  }

  .md-max\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .md-max\:first\:left-15:first-child {
    left: 15px;
  }

  .md-max\:first\:top-16:first-child {
    top: 16px;
  }

  .md-max\:first\:right-16:first-child {
    right: 16px;
  }

  .md-max\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .md-max\:first\:left-16:first-child {
    left: 16px;
  }

  .md-max\:first\:top-20:first-child {
    top: 20px;
  }

  .md-max\:first\:right-20:first-child {
    right: 20px;
  }

  .md-max\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .md-max\:first\:left-20:first-child {
    left: 20px;
  }

  .md-max\:first\:top-21:first-child {
    top: 21px;
  }

  .md-max\:first\:right-21:first-child {
    right: 21px;
  }

  .md-max\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .md-max\:first\:left-21:first-child {
    left: 21px;
  }

  .md-max\:first\:top-22:first-child {
    top: 22px;
  }

  .md-max\:first\:right-22:first-child {
    right: 22px;
  }

  .md-max\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .md-max\:first\:left-22:first-child {
    left: 22px;
  }

  .md-max\:first\:top-25:first-child {
    top: 25px;
  }

  .md-max\:first\:right-25:first-child {
    right: 25px;
  }

  .md-max\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .md-max\:first\:left-25:first-child {
    left: 25px;
  }

  .md-max\:first\:top-30:first-child {
    top: 30px;
  }

  .md-max\:first\:right-30:first-child {
    right: 30px;
  }

  .md-max\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .md-max\:first\:left-30:first-child {
    left: 30px;
  }

  .md-max\:first\:top-35:first-child {
    top: 35px;
  }

  .md-max\:first\:right-35:first-child {
    right: 35px;
  }

  .md-max\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .md-max\:first\:left-35:first-child {
    left: 35px;
  }

  .md-max\:first\:top-37:first-child {
    top: 37px;
  }

  .md-max\:first\:right-37:first-child {
    right: 37px;
  }

  .md-max\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .md-max\:first\:left-37:first-child {
    left: 37px;
  }

  .md-max\:first\:top-38:first-child {
    top: 38px;
  }

  .md-max\:first\:right-38:first-child {
    right: 38px;
  }

  .md-max\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .md-max\:first\:left-38:first-child {
    left: 38px;
  }

  .md-max\:first\:top-40:first-child {
    top: 40px;
  }

  .md-max\:first\:right-40:first-child {
    right: 40px;
  }

  .md-max\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .md-max\:first\:left-40:first-child {
    left: 40px;
  }

  .md-max\:first\:top-50:first-child {
    top: 50px;
  }

  .md-max\:first\:right-50:first-child {
    right: 50px;
  }

  .md-max\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .md-max\:first\:left-50:first-child {
    left: 50px;
  }

  .md-max\:first\:top-70:first-child {
    top: 70px;
  }

  .md-max\:first\:right-70:first-child {
    right: 70px;
  }

  .md-max\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .md-max\:first\:left-70:first-child {
    left: 70px;
  }

  .md-max\:first\:top-100:first-child {
    top: 100px;
  }

  .md-max\:first\:right-100:first-child {
    right: 100px;
  }

  .md-max\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .md-max\:first\:left-100:first-child {
    left: 100px;
  }

  .md-max\:first\:top-120:first-child {
    top: 120px;
  }

  .md-max\:first\:right-120:first-child {
    right: 120px;
  }

  .md-max\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .md-max\:first\:left-120:first-child {
    left: 120px;
  }

  .md-max\:first\:top-130:first-child {
    top: 130px;
  }

  .md-max\:first\:right-130:first-child {
    right: 130px;
  }

  .md-max\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .md-max\:first\:left-130:first-child {
    left: 130px;
  }

  .md-max\:first\:top-140:first-child {
    top: 140px;
  }

  .md-max\:first\:right-140:first-child {
    right: 140px;
  }

  .md-max\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .md-max\:first\:left-140:first-child {
    left: 140px;
  }

  .md-max\:first\:top-180:first-child {
    top: 180px;
  }

  .md-max\:first\:right-180:first-child {
    right: 180px;
  }

  .md-max\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .md-max\:first\:left-180:first-child {
    left: 180px;
  }

  .md-max\:first\:top-auto:first-child {
    top: auto;
  }

  .md-max\:first\:right-auto:first-child {
    right: auto;
  }

  .md-max\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .md-max\:first\:left-auto:first-child {
    left: auto;
  }

  .md-max\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .md-max\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .md-max\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .md-max\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .md-max\:first\:top-10p:first-child {
    top: 10%;
  }

  .md-max\:first\:right-10p:first-child {
    right: 10%;
  }

  .md-max\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .md-max\:first\:left-10p:first-child {
    left: 10%;
  }

  .md-max\:first\:top-20p:first-child {
    top: 20%;
  }

  .md-max\:first\:right-20p:first-child {
    right: 20%;
  }

  .md-max\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .md-max\:first\:left-20p:first-child {
    left: 20%;
  }

  .md-max\:first\:-top-35:first-child {
    top: -35px;
  }

  .md-max\:first\:-right-35:first-child {
    right: -35px;
  }

  .md-max\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .md-max\:first\:-left-35:first-child {
    left: -35px;
  }

  .md-max\:first\:-top-28:first-child {
    top: -28px;
  }

  .md-max\:first\:-right-28:first-child {
    right: -28px;
  }

  .md-max\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .md-max\:first\:-left-28:first-child {
    left: -28px;
  }

  .md-max\:first\:-top-60:first-child {
    top: -60px;
  }

  .md-max\:first\:-right-60:first-child {
    right: -60px;
  }

  .md-max\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .md-max\:first\:-left-60:first-child {
    left: -60px;
  }

  .md-max\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .md-max\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .md-max\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .md-max\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .md-max\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .md-max\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .md-max\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .md-max\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .md-max\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-max\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md-max\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md-max\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md-max\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md-max\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md-max\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md-max\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md-max\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md-max\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md-max\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md-max\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md-max\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md-max\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md-max\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md-max\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md-max\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md-max\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md-max\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md-max\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md-max\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .md-max\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-max\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md-max\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md-max\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md-max\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .md-max\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .md-max\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .md-max\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .md-max\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .md-max\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .md-max\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .md-max\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .md-max\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .md-max\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .md-max\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .md-max\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .md-max\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .md-max\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .md-max\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .md-max\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .md-max\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .md-max\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .md-max\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .md-max\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .md-max\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .md-max\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .md-max\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .md-max\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .md-max\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .md-max\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .md-max\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .md-max\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .md-max\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .md-max\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .md-max\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .md-max\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .md-max\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .md-max\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .md-max\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .md-max\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .md-max\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .md-max\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .md-max\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .md-max\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .md-max\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .md-max\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .md-max\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .md-max\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .md-max\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .md-max\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .md-max\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .md-max\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .md-max\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .md-max\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .md-max\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .md-max\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .md-max\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .md-max\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .md-max\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .md-max\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .md-max\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .md-max\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .md-max\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .md-max\:last\:top-0:last-child {
    top: 0;
  }

  .md-max\:last\:right-0:last-child {
    right: 0;
  }

  .md-max\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .md-max\:last\:left-0:last-child {
    left: 0;
  }

  .md-max\:last\:top-5:last-child {
    top: 5px;
  }

  .md-max\:last\:right-5:last-child {
    right: 5px;
  }

  .md-max\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .md-max\:last\:left-5:last-child {
    left: 5px;
  }

  .md-max\:last\:top-10:last-child {
    top: 10px;
  }

  .md-max\:last\:right-10:last-child {
    right: 10px;
  }

  .md-max\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .md-max\:last\:left-10:last-child {
    left: 10px;
  }

  .md-max\:last\:top-15:last-child {
    top: 15px;
  }

  .md-max\:last\:right-15:last-child {
    right: 15px;
  }

  .md-max\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .md-max\:last\:left-15:last-child {
    left: 15px;
  }

  .md-max\:last\:top-16:last-child {
    top: 16px;
  }

  .md-max\:last\:right-16:last-child {
    right: 16px;
  }

  .md-max\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .md-max\:last\:left-16:last-child {
    left: 16px;
  }

  .md-max\:last\:top-20:last-child {
    top: 20px;
  }

  .md-max\:last\:right-20:last-child {
    right: 20px;
  }

  .md-max\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .md-max\:last\:left-20:last-child {
    left: 20px;
  }

  .md-max\:last\:top-21:last-child {
    top: 21px;
  }

  .md-max\:last\:right-21:last-child {
    right: 21px;
  }

  .md-max\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .md-max\:last\:left-21:last-child {
    left: 21px;
  }

  .md-max\:last\:top-22:last-child {
    top: 22px;
  }

  .md-max\:last\:right-22:last-child {
    right: 22px;
  }

  .md-max\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .md-max\:last\:left-22:last-child {
    left: 22px;
  }

  .md-max\:last\:top-25:last-child {
    top: 25px;
  }

  .md-max\:last\:right-25:last-child {
    right: 25px;
  }

  .md-max\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .md-max\:last\:left-25:last-child {
    left: 25px;
  }

  .md-max\:last\:top-30:last-child {
    top: 30px;
  }

  .md-max\:last\:right-30:last-child {
    right: 30px;
  }

  .md-max\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .md-max\:last\:left-30:last-child {
    left: 30px;
  }

  .md-max\:last\:top-35:last-child {
    top: 35px;
  }

  .md-max\:last\:right-35:last-child {
    right: 35px;
  }

  .md-max\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .md-max\:last\:left-35:last-child {
    left: 35px;
  }

  .md-max\:last\:top-37:last-child {
    top: 37px;
  }

  .md-max\:last\:right-37:last-child {
    right: 37px;
  }

  .md-max\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .md-max\:last\:left-37:last-child {
    left: 37px;
  }

  .md-max\:last\:top-38:last-child {
    top: 38px;
  }

  .md-max\:last\:right-38:last-child {
    right: 38px;
  }

  .md-max\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .md-max\:last\:left-38:last-child {
    left: 38px;
  }

  .md-max\:last\:top-40:last-child {
    top: 40px;
  }

  .md-max\:last\:right-40:last-child {
    right: 40px;
  }

  .md-max\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .md-max\:last\:left-40:last-child {
    left: 40px;
  }

  .md-max\:last\:top-50:last-child {
    top: 50px;
  }

  .md-max\:last\:right-50:last-child {
    right: 50px;
  }

  .md-max\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .md-max\:last\:left-50:last-child {
    left: 50px;
  }

  .md-max\:last\:top-70:last-child {
    top: 70px;
  }

  .md-max\:last\:right-70:last-child {
    right: 70px;
  }

  .md-max\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .md-max\:last\:left-70:last-child {
    left: 70px;
  }

  .md-max\:last\:top-100:last-child {
    top: 100px;
  }

  .md-max\:last\:right-100:last-child {
    right: 100px;
  }

  .md-max\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .md-max\:last\:left-100:last-child {
    left: 100px;
  }

  .md-max\:last\:top-120:last-child {
    top: 120px;
  }

  .md-max\:last\:right-120:last-child {
    right: 120px;
  }

  .md-max\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .md-max\:last\:left-120:last-child {
    left: 120px;
  }

  .md-max\:last\:top-130:last-child {
    top: 130px;
  }

  .md-max\:last\:right-130:last-child {
    right: 130px;
  }

  .md-max\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .md-max\:last\:left-130:last-child {
    left: 130px;
  }

  .md-max\:last\:top-140:last-child {
    top: 140px;
  }

  .md-max\:last\:right-140:last-child {
    right: 140px;
  }

  .md-max\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .md-max\:last\:left-140:last-child {
    left: 140px;
  }

  .md-max\:last\:top-180:last-child {
    top: 180px;
  }

  .md-max\:last\:right-180:last-child {
    right: 180px;
  }

  .md-max\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .md-max\:last\:left-180:last-child {
    left: 180px;
  }

  .md-max\:last\:top-auto:last-child {
    top: auto;
  }

  .md-max\:last\:right-auto:last-child {
    right: auto;
  }

  .md-max\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .md-max\:last\:left-auto:last-child {
    left: auto;
  }

  .md-max\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .md-max\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .md-max\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .md-max\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .md-max\:last\:top-10p:last-child {
    top: 10%;
  }

  .md-max\:last\:right-10p:last-child {
    right: 10%;
  }

  .md-max\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .md-max\:last\:left-10p:last-child {
    left: 10%;
  }

  .md-max\:last\:top-20p:last-child {
    top: 20%;
  }

  .md-max\:last\:right-20p:last-child {
    right: 20%;
  }

  .md-max\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .md-max\:last\:left-20p:last-child {
    left: 20%;
  }

  .md-max\:last\:-top-35:last-child {
    top: -35px;
  }

  .md-max\:last\:-right-35:last-child {
    right: -35px;
  }

  .md-max\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .md-max\:last\:-left-35:last-child {
    left: -35px;
  }

  .md-max\:last\:-top-28:last-child {
    top: -28px;
  }

  .md-max\:last\:-right-28:last-child {
    right: -28px;
  }

  .md-max\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .md-max\:last\:-left-28:last-child {
    left: -28px;
  }

  .md-max\:last\:-top-60:last-child {
    top: -60px;
  }

  .md-max\:last\:-right-60:last-child {
    right: -60px;
  }

  .md-max\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .md-max\:last\:-left-60:last-child {
    left: -60px;
  }

  .md-max\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .md-max\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .md-max\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .md-max\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .md-max\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .md-max\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .md-max\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .md-max\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .md-max\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .md-max\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .md-max\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .md-max\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .md-max\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .md-max\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .md-max\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .md-max\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .md-max\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .md-max\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .md-max\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .md-max\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .md-max\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .md-max\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .md-max\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .md-max\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .md-max\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .md-max\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .md-max\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .md-max\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .md-max\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .md-max\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .md-max\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .md-max\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .md-max\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .md-max\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .md-max\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .md-max\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .md-max\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .md-max\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .md-max\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .md-max\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .md-max\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .md-max\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .md-max\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .md-max\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .md-max\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .md-max\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .md-max\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .md-max\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .md-max\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .md-max\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .md-max\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .md-max\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .md-max\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .md-max\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .md-max\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .md-max\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .md-max\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .md-max\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .md-max\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .md-max\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .md-max\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .md-max\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .md-max\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .md-max\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .md-max\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .md-max\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .md-max\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .md-max\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .md-max\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .md-max\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .md-max\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .md-max\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .md-max\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .md-max\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .md-max\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .md-max\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .md-max\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .md-max\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .md-max\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .md-max\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .md-max\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .md-max\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .md-max\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .md-max\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .md-max\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .md-max\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .md-max\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .md-max\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .md-max\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .md-max\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .md-max\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .md-max\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .md-max\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .md-max\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .md-max\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .md-max\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .md-max\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .md-max\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .md-max\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .md-max\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .md-max\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .md-max\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .md-max\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .md-max\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .md-max\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .md-max\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .md-max\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .md-max\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .md-max\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .md-max\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .md-max\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .md-max\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .md-max\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .md-max\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .md-max\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .md-max\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .md-max\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .md-max\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .md-max\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .md-max\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .md-max\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .md-max\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .md-max\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .md-max\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .md-max\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .md-max\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .md-max\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .md-max\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .md-max\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .md-max\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .md-max\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .md-max\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .md-max\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .md-max\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .md-max\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .md-max\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .md-max\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .md-max\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .md-max\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .md-max\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .md-max\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .md-max\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .md-max\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .md-max\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .md-max\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .md-max\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .md-max\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .md-max\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .md-max\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .md-max\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .md-max\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .md-max\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .md-max\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .md-max\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .md-max\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .md-max\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .md-max\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .md-max\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .md-max\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .md-max\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .md-max\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .md-max\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .md-max\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .md-max\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .md-max\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .md-max\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .md-max\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .md-max\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .md-max\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .md-max\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .md-max\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .md-max\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .md-max\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .md-max\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .md-max\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .md-max\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .md-max\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .md-max\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .md-max\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .md-max\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .md-max\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .md-max\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .md-max\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .md-max\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .md-max\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .md-max\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .md-max\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .md-max\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .md-max\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .md-max\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .md-max\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .md-max\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .md-max\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .md-max\:resize-none {
    resize: none;
  }

  .md-max\:resize-y {
    resize: vertical;
  }

  .md-max\:resize-x {
    resize: horizontal;
  }

  .md-max\:resize {
    resize: both;
  }

  .md-max\:hover\:resize-none:hover {
    resize: none;
  }

  .md-max\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md-max\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md-max\:hover\:resize:hover {
    resize: both;
  }

  .md-max\:focus\:resize-none:focus {
    resize: none;
  }

  .md-max\:focus\:resize-y:focus {
    resize: vertical;
  }

  .md-max\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .md-max\:focus\:resize:focus {
    resize: both;
  }

  .md-max\:first\:resize-none:first-child {
    resize: none;
  }

  .md-max\:first\:resize-y:first-child {
    resize: vertical;
  }

  .md-max\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .md-max\:first\:resize:first-child {
    resize: both;
  }

  .md-max\:last\:resize-none:last-child {
    resize: none;
  }

  .md-max\:last\:resize-y:last-child {
    resize: vertical;
  }

  .md-max\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .md-max\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .md-max\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .md-max\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .md-max\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .md-max\:group-hover\:resize {
    resize: both;
  }

  .md-max\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md-max\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md-max\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-max\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-max\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-max\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-max\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-max\:shadow-none {
    box-shadow: none;
  }

  .md-max\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md-max\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md-max\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-max\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-max\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-max\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-max\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-max\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md-max\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md-max\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md-max\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-max\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-max\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-max\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-max\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .md-max\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md-max\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md-max\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md-max\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-max\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-max\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-max\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-max\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-max\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .md-max\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md-max\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md-max\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-max\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-max\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-max\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-max\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-max\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-max\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .md-max\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .md-max\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .md-max\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md-max\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .md-max\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .md-max\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .md-max\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .md-max\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .md-max\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .md-max\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .md-max\:fill-current {
    fill: currentColor;
  }

  .md-max\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md-max\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .md-max\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .md-max\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .md-max\:group-hover\:fill-current {
    fill: currentColor;
  }

  .md-max\:stroke-current {
    stroke: currentColor;
  }

  .md-max\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md-max\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .md-max\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .md-max\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .md-max\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .md-max\:stroke-0 {
    stroke-width: 0;
  }

  .md-max\:stroke-1 {
    stroke-width: 1;
  }

  .md-max\:stroke-2 {
    stroke-width: 2;
  }

  .md-max\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .md-max\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .md-max\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .md-max\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .md-max\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .md-max\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .md-max\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .md-max\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .md-max\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .md-max\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .md-max\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .md-max\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .md-max\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .md-max\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .md-max\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .md-max\:table-auto {
    table-layout: auto;
  }

  .md-max\:table-fixed {
    table-layout: fixed;
  }

  .md-max\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md-max\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md-max\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .md-max\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .md-max\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .md-max\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .md-max\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .md-max\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .md-max\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .md-max\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .md-max\:text-left {
    text-align: left;
  }

  .md-max\:text-center {
    text-align: center;
  }

  .md-max\:text-right {
    text-align: right;
  }

  .md-max\:text-justify {
    text-align: justify;
  }

  .md-max\:hover\:text-left:hover {
    text-align: left;
  }

  .md-max\:hover\:text-center:hover {
    text-align: center;
  }

  .md-max\:hover\:text-right:hover {
    text-align: right;
  }

  .md-max\:hover\:text-justify:hover {
    text-align: justify;
  }

  .md-max\:focus\:text-left:focus {
    text-align: left;
  }

  .md-max\:focus\:text-center:focus {
    text-align: center;
  }

  .md-max\:focus\:text-right:focus {
    text-align: right;
  }

  .md-max\:focus\:text-justify:focus {
    text-align: justify;
  }

  .md-max\:first\:text-left:first-child {
    text-align: left;
  }

  .md-max\:first\:text-center:first-child {
    text-align: center;
  }

  .md-max\:first\:text-right:first-child {
    text-align: right;
  }

  .md-max\:first\:text-justify:first-child {
    text-align: justify;
  }

  .md-max\:last\:text-left:last-child {
    text-align: left;
  }

  .md-max\:last\:text-center:last-child {
    text-align: center;
  }

  .md-max\:last\:text-right:last-child {
    text-align: right;
  }

  .md-max\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .md-max\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .md-max\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .md-max\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .md-max\:group-hover\:text-justify {
    text-align: justify;
  }

  .md-max\:text-transparent {
    color: transparent;
  }

  .md-max\:text-current {
    color: currentColor;
  }

  .md-max\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md-max\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md-max\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md-max\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md-max\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md-max\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md-max\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md-max\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md-max\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md-max\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md-max\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md-max\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md-max\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md-max\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md-max\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md-max\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md-max\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md-max\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md-max\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md-max\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md-max\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md-max\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md-max\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md-max\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md-max\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md-max\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md-max\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md-max\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md-max\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md-max\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md-max\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md-max\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md-max\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md-max\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md-max\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md-max\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md-max\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md-max\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md-max\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md-max\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md-max\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md-max\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md-max\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md-max\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md-max\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md-max\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md-max\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md-max\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md-max\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md-max\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md-max\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md-max\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md-max\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md-max\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md-max\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md-max\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md-max\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md-max\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md-max\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md-max\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md-max\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md-max\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md-max\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .md-max\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md-max\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md-max\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md-max\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md-max\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md-max\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md-max\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md-max\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md-max\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md-max\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md-max\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md-max\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md-max\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md-max\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md-max\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md-max\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md-max\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .md-max\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md-max\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md-max\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md-max\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md-max\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md-max\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md-max\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md-max\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md-max\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md-max\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md-max\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md-max\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md-max\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md-max\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md-max\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md-max\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md-max\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md-max\:first\:text-transparent:first-child {
    color: transparent;
  }

  .md-max\:first\:text-current:first-child {
    color: currentColor;
  }

  .md-max\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md-max\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md-max\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md-max\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md-max\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md-max\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md-max\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md-max\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md-max\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md-max\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md-max\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md-max\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md-max\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md-max\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md-max\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md-max\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md-max\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md-max\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md-max\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md-max\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md-max\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md-max\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md-max\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md-max\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md-max\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md-max\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md-max\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md-max\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md-max\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md-max\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md-max\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md-max\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md-max\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md-max\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md-max\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md-max\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md-max\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md-max\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md-max\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md-max\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md-max\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md-max\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md-max\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md-max\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md-max\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md-max\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md-max\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md-max\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md-max\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md-max\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md-max\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md-max\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md-max\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md-max\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md-max\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md-max\:last\:text-transparent:last-child {
    color: transparent;
  }

  .md-max\:last\:text-current:last-child {
    color: currentColor;
  }

  .md-max\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md-max\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md-max\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md-max\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md-max\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md-max\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md-max\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md-max\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md-max\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md-max\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md-max\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .md-max\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md-max\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md-max\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md-max\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md-max\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md-max\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md-max\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md-max\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md-max\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md-max\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .md-max\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .md-max\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md-max\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md-max\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md-max\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md-max\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md-max\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md-max\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md-max\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md-max\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md-max\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md-max\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md-max\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md-max\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md-max\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md-max\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md-max\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md-max\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md-max\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md-max\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md-max\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md-max\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md-max\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md-max\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md-max\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md-max\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md-max\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md-max\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md-max\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md-max\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md-max\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .md-max\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .md-max\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .md-max\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .md-max\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md-max\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md-max\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .md-max\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md-max\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .md-max\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md-max\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md-max\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md-max\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .md-max\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md-max\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .md-max\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .md-max\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .md-max\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .md-max\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .md-max\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .md-max\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .md-max\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .md-max\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .md-max\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .md-max\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .md-max\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .md-max\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .md-max\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .md-max\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .md-max\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .md-max\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .md-max\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .md-max\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .md-max\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .md-max\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .md-max\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .md-max\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .md-max\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .md-max\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .md-max\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .md-max\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .md-max\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .md-max\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md-max\:italic {
    font-style: italic;
  }

  .md-max\:not-italic {
    font-style: normal;
  }

  .md-max\:hover\:italic:hover {
    font-style: italic;
  }

  .md-max\:hover\:not-italic:hover {
    font-style: normal;
  }

  .md-max\:focus\:italic:focus {
    font-style: italic;
  }

  .md-max\:focus\:not-italic:focus {
    font-style: normal;
  }

  .md-max\:first\:italic:first-child {
    font-style: italic;
  }

  .md-max\:first\:not-italic:first-child {
    font-style: normal;
  }

  .md-max\:last\:italic:last-child {
    font-style: italic;
  }

  .md-max\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .md-max\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md-max\:group-hover\:not-italic {
    font-style: normal;
  }

  .md-max\:uppercase {
    text-transform: uppercase;
  }

  .md-max\:lowercase {
    text-transform: lowercase;
  }

  .md-max\:capitalize {
    text-transform: capitalize;
  }

  .md-max\:normal-case {
    text-transform: none;
  }

  .md-max\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md-max\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md-max\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md-max\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md-max\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md-max\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md-max\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md-max\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md-max\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .md-max\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .md-max\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .md-max\:first\:normal-case:first-child {
    text-transform: none;
  }

  .md-max\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .md-max\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .md-max\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .md-max\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .md-max\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md-max\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md-max\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md-max\:group-hover\:normal-case {
    text-transform: none;
  }

  .md-max\:underline {
    text-decoration: underline;
  }

  .md-max\:line-through {
    text-decoration: line-through;
  }

  .md-max\:no-underline {
    text-decoration: none;
  }

  .md-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md-max\:first\:underline:first-child {
    text-decoration: underline;
  }

  .md-max\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .md-max\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .md-max\:last\:underline:last-child {
    text-decoration: underline;
  }

  .md-max\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .md-max\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .md-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .md-max\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md-max\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:ordinal, .md-max\:slashed-zero, .md-max\:lining-nums, .md-max\:oldstyle-nums, .md-max\:proportional-nums, .md-max\:tabular-nums, .md-max\:diagonal-fractions, .md-max\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .md-max\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md-max\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md-max\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .md-max\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md-max\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md-max\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md-max\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md-max\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md-max\:hover\:ordinal:hover, .md-max\:hover\:slashed-zero:hover, .md-max\:hover\:lining-nums:hover, .md-max\:hover\:oldstyle-nums:hover, .md-max\:hover\:proportional-nums:hover, .md-max\:hover\:tabular-nums:hover, .md-max\:hover\:diagonal-fractions:hover, .md-max\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md-max\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .md-max\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md-max\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md-max\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .md-max\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md-max\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md-max\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md-max\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md-max\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md-max\:focus\:ordinal:focus, .md-max\:focus\:slashed-zero:focus, .md-max\:focus\:lining-nums:focus, .md-max\:focus\:oldstyle-nums:focus, .md-max\:focus\:proportional-nums:focus, .md-max\:focus\:tabular-nums:focus, .md-max\:focus\:diagonal-fractions:focus, .md-max\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md-max\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .md-max\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md-max\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md-max\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .md-max\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md-max\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md-max\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md-max\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md-max\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md-max\:first\:ordinal:first-child, .md-max\:first\:slashed-zero:first-child, .md-max\:first\:lining-nums:first-child, .md-max\:first\:oldstyle-nums:first-child, .md-max\:first\:proportional-nums:first-child, .md-max\:first\:tabular-nums:first-child, .md-max\:first\:diagonal-fractions:first-child, .md-max\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md-max\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .md-max\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md-max\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md-max\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .md-max\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md-max\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md-max\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md-max\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md-max\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md-max\:last\:ordinal:last-child, .md-max\:last\:slashed-zero:last-child, .md-max\:last\:lining-nums:last-child, .md-max\:last\:oldstyle-nums:last-child, .md-max\:last\:proportional-nums:last-child, .md-max\:last\:tabular-nums:last-child, .md-max\:last\:diagonal-fractions:last-child, .md-max\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md-max\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .md-max\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md-max\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md-max\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .md-max\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md-max\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md-max\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md-max\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md-max\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .md-max\:group-hover\:ordinal, .group:hover .md-max\:group-hover\:slashed-zero, .group:hover .md-max\:group-hover\:lining-nums, .group:hover .md-max\:group-hover\:oldstyle-nums, .group:hover .md-max\:group-hover\:proportional-nums, .group:hover .md-max\:group-hover\:tabular-nums, .group:hover .md-max\:group-hover\:diagonal-fractions, .group:hover .md-max\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .md-max\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .md-max\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .md-max\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .md-max\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .md-max\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .md-max\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .md-max\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .md-max\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .md-max\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md-max\:tracking-1 {
    letter-spacing: 1px;
  }

  .md-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md-max\:tracking-normal {
    letter-spacing: 0;
  }

  .md-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md-max\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .md-max\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .md-max\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .md-max\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .md-max\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .md-max\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .md-max\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .md-max\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .md-max\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .md-max\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .md-max\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .md-max\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .md-max\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .md-max\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .md-max\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .md-max\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .md-max\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .md-max\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .md-max\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .md-max\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .md-max\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .md-max\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .md-max\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .md-max\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .md-max\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .md-max\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .md-max\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .md-max\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .md-max\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .md-max\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .md-max\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .md-max\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .md-max\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .md-max\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .md-max\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .md-max\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .md-max\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .md-max\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .md-max\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .md-max\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .md-max\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .md-max\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .md-max\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .md-max\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .md-max\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .md-max\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .md-max\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .md-max\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .md-max\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .md-max\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .md-max\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .md-max\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .md-max\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .md-max\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .md-max\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .md-max\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .md-max\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .md-max\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .md-max\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .md-max\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .md-max\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .md-max\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .md-max\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .md-max\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .md-max\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .md-max\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .md-max\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .md-max\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .md-max\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .md-max\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .md-max\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .md-max\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .md-max\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .md-max\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .md-max\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .md-max\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .md-max\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .md-max\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .md-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md-max\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-max\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-max\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md-max\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-max\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-max\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md-max\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-max\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-max\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md-max\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-max\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-max\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .md-max\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .md-max\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .md-max\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .md-max\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md-max\:align-baseline {
    vertical-align: baseline;
  }

  .md-max\:align-top {
    vertical-align: top;
  }

  .md-max\:align-middle {
    vertical-align: middle;
  }

  .md-max\:align-bottom {
    vertical-align: bottom;
  }

  .md-max\:align-text-top {
    vertical-align: text-top;
  }

  .md-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md-max\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md-max\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md-max\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md-max\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md-max\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md-max\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .md-max\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .md-max\:focus\:align-top:focus {
    vertical-align: top;
  }

  .md-max\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .md-max\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .md-max\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .md-max\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .md-max\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .md-max\:first\:align-top:first-child {
    vertical-align: top;
  }

  .md-max\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .md-max\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .md-max\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .md-max\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .md-max\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .md-max\:last\:align-top:last-child {
    vertical-align: top;
  }

  .md-max\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .md-max\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .md-max\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .md-max\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .md-max\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .md-max\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .md-max\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .md-max\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .md-max\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .md-max\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md-max\:visible {
    visibility: visible;
  }

  .md-max\:invisible {
    visibility: hidden;
  }

  .md-max\:hover\:visible:hover {
    visibility: visible;
  }

  .md-max\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md-max\:focus\:visible:focus {
    visibility: visible;
  }

  .md-max\:focus\:invisible:focus {
    visibility: hidden;
  }

  .md-max\:first\:visible:first-child {
    visibility: visible;
  }

  .md-max\:first\:invisible:first-child {
    visibility: hidden;
  }

  .md-max\:last\:visible:last-child {
    visibility: visible;
  }

  .md-max\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .md-max\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md-max\:group-hover\:invisible {
    visibility: hidden;
  }

  .md-max\:whitespace-normal {
    white-space: normal;
  }

  .md-max\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md-max\:whitespace-pre {
    white-space: pre;
  }

  .md-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md-max\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md-max\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .md-max\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md-max\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md-max\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .md-max\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .md-max\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .md-max\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .md-max\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .md-max\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .md-max\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .md-max\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .md-max\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .md-max\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .md-max\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .md-max\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .md-max\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .md-max\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .md-max\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .md-max\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .md-max\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .md-max\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .md-max\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .md-max\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .md-max\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md-max\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md-max\:break-all {
    word-break: break-all;
  }

  .md-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md-max\:hover\:break-all:hover {
    word-break: break-all;
  }

  .md-max\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md-max\:focus\:break-all:focus {
    word-break: break-all;
  }

  .md-max\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md-max\:first\:break-all:first-child {
    word-break: break-all;
  }

  .md-max\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md-max\:last\:break-all:last-child {
    word-break: break-all;
  }

  .md-max\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .md-max\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .md-max\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .md-max\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .md-max\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:w-0 {
    width: 0px;
  }

  .md-max\:w-1 {
    width: 0.25rem;
  }

  .md-max\:w-2 {
    width: 0.5rem;
  }

  .md-max\:w-3 {
    width: 3px;
  }

  .md-max\:w-4 {
    width: 4px;
  }

  .md-max\:w-5 {
    width: 5px;
  }

  .md-max\:w-6 {
    width: 6px;
  }

  .md-max\:w-8 {
    width: 8px;
  }

  .md-max\:w-9 {
    width: 9px;
  }

  .md-max\:w-10 {
    width: 10px;
  }

  .md-max\:w-12 {
    width: 12px;
  }

  .md-max\:w-13 {
    width: 13px;
  }

  .md-max\:w-14 {
    width: 14px;
  }

  .md-max\:w-15 {
    width: 15px;
  }

  .md-max\:w-16 {
    width: 16px;
  }

  .md-max\:w-17 {
    width: 17px;
  }

  .md-max\:w-18 {
    width: 18px;
  }

  .md-max\:w-20 {
    width: 20px;
  }

  .md-max\:w-22 {
    width: 22px;
  }

  .md-max\:w-24 {
    width: 24px;
  }

  .md-max\:w-25 {
    width: 25px;
  }

  .md-max\:w-28 {
    width: 28px;
  }

  .md-max\:w-29 {
    width: 29px;
  }

  .md-max\:w-30 {
    width: 30px;
  }

  .md-max\:w-32 {
    width: 32px;
  }

  .md-max\:w-35 {
    width: 35px;
  }

  .md-max\:w-36 {
    width: 36px;
  }

  .md-max\:w-37 {
    width: 37px;
  }

  .md-max\:w-40 {
    width: 40px;
  }

  .md-max\:w-45 {
    width: 45px;
  }

  .md-max\:w-48 {
    width: 48px;
  }

  .md-max\:w-50 {
    width: 50px;
  }

  .md-max\:w-55 {
    width: 55px;
  }

  .md-max\:w-56 {
    width: 56px;
  }

  .md-max\:w-60 {
    width: 60px;
  }

  .md-max\:w-62 {
    width: 62px;
  }

  .md-max\:w-64 {
    width: 64px;
  }

  .md-max\:w-65 {
    width: 65px;
  }

  .md-max\:w-70 {
    width: 70px;
  }

  .md-max\:w-75 {
    width: 75px;
  }

  .md-max\:w-80 {
    width: 80px;
  }

  .md-max\:w-85 {
    width: 85px;
  }

  .md-max\:w-90 {
    width: 90px;
  }

  .md-max\:w-95 {
    width: 95px;
  }

  .md-max\:w-96 {
    width: 96px;
  }

  .md-max\:w-100 {
    width: 100px;
  }

  .md-max\:w-110 {
    width: 110px;
  }

  .md-max\:w-115 {
    width: 115px;
  }

  .md-max\:w-120 {
    width: 120px;
  }

  .md-max\:w-128 {
    width: 128px;
  }

  .md-max\:w-135 {
    width: 135px;
  }

  .md-max\:w-140 {
    width: 140px;
  }

  .md-max\:w-145 {
    width: 145px;
  }

  .md-max\:w-150 {
    width: 150px;
  }

  .md-max\:w-160 {
    width: 160px;
  }

  .md-max\:w-165 {
    width: 165px;
  }

  .md-max\:w-168 {
    width: 168px;
  }

  .md-max\:w-170 {
    width: 170px;
  }

  .md-max\:w-180 {
    width: 180px;
  }

  .md-max\:w-200 {
    width: 200px;
  }

  .md-max\:w-220 {
    width: 220px;
  }

  .md-max\:w-230 {
    width: 230px;
  }

  .md-max\:w-235 {
    width: 235px;
  }

  .md-max\:w-240 {
    width: 240px;
  }

  .md-max\:w-250 {
    width: 250px;
  }

  .md-max\:w-300 {
    width: 300px;
  }

  .md-max\:w-320 {
    width: 320px;
  }

  .md-max\:w-350 {
    width: 350px;
  }

  .md-max\:w-375 {
    width: 375px;
  }

  .md-max\:w-400 {
    width: 400px;
  }

  .md-max\:w-450 {
    width: 450px;
  }

  .md-max\:w-700 {
    width: 700px;
  }

  .md-max\:w-auto {
    width: auto;
  }

  .md-max\:w-px {
    width: 1px;
  }

  .md-max\:w-1p {
    width: 1%;
  }

  .md-max\:w-1\/12 {
    width: 8.333333%;
  }

  .md-max\:w-2\/12 {
    width: 16.666667%;
  }

  .md-max\:w-11p {
    width: 11%;
  }

  .md-max\:w-20p {
    width: 20%;
  }

  .md-max\:w-24p {
    width: 24.25%;
  }

  .md-max\:w-25p {
    width: 25%;
  }

  .md-max\:w-32p {
    width: 32%;
  }

  .md-max\:w-35p {
    width: 35%;
  }

  .md-max\:w-40p {
    width: 40%;
  }

  .md-max\:w-49p {
    width: 49%;
  }

  .md-max\:w-49-5p {
    width: 49.5%;
  }

  .md-max\:w-80p {
    width: 80%;
  }

  .md-max\:w-vh80 {
    width: 80vh;
  }

  .md-max\:w-vh86 {
    width: 86vh;
  }

  .md-max\:w-vh90 {
    width: 90vh;
  }

  .md-max\:w-vw80 {
    width: 80vw;
  }

  .md-max\:w-vw90 {
    width: 90vw;
  }

  .md-max\:w-90p {
    width: 90%;
  }

  .md-max\:w-92p {
    width: 92%;
  }

  .md-max\:w-93p {
    width: 93%;
  }

  .md-max\:w-94p {
    width: 94%;
  }

  .md-max\:w-95p {
    width: 95%;
  }

  .md-max\:w-96p {
    width: 96%;
  }

  .md-max\:w-100p {
    width: 100%;
  }

  .md-max\:w-1\/2 {
    width: 50%;
  }

  .md-max\:w-1\/3 {
    width: 33.333333%;
  }

  .md-max\:w-2\/3 {
    width: 66.666667%;
  }

  .md-max\:w-1\/4 {
    width: 25%;
  }

  .md-max\:w-2\/4 {
    width: 50%;
  }

  .md-max\:w-3\/4 {
    width: 75%;
  }

  .md-max\:w-1\/5 {
    width: 20%;
  }

  .md-max\:w-2\/5 {
    width: 40%;
  }

  .md-max\:w-3\/5 {
    width: 60%;
  }

  .md-max\:w-4\/5 {
    width: 80%;
  }

  .md-max\:w-1\/6 {
    width: 16.666667%;
  }

  .md-max\:w-2\/6 {
    width: 33.333333%;
  }

  .md-max\:w-3\/6 {
    width: 50%;
  }

  .md-max\:w-4\/6 {
    width: 66.666667%;
  }

  .md-max\:w-5\/6 {
    width: 83.333333%;
  }

  .md-max\:w-3\/12 {
    width: 25%;
  }

  .md-max\:w-4\/12 {
    width: 33.333333%;
  }

  .md-max\:w-5\/12 {
    width: 41.666667%;
  }

  .md-max\:w-6\/12 {
    width: 50%;
  }

  .md-max\:w-7\/12 {
    width: 58.333333%;
  }

  .md-max\:w-8\/12 {
    width: 66.666667%;
  }

  .md-max\:w-9\/12 {
    width: 75%;
  }

  .md-max\:w-10\/12 {
    width: 83.333333%;
  }

  .md-max\:w-11\/12 {
    width: 91.666667%;
  }

  .md-max\:w-full {
    width: 100%;
  }

  .md-max\:w-screen {
    width: 100vw;
  }

  .md-max\:hover\:w-0:hover {
    width: 0px;
  }

  .md-max\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md-max\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md-max\:hover\:w-3:hover {
    width: 3px;
  }

  .md-max\:hover\:w-4:hover {
    width: 4px;
  }

  .md-max\:hover\:w-5:hover {
    width: 5px;
  }

  .md-max\:hover\:w-6:hover {
    width: 6px;
  }

  .md-max\:hover\:w-8:hover {
    width: 8px;
  }

  .md-max\:hover\:w-9:hover {
    width: 9px;
  }

  .md-max\:hover\:w-10:hover {
    width: 10px;
  }

  .md-max\:hover\:w-12:hover {
    width: 12px;
  }

  .md-max\:hover\:w-13:hover {
    width: 13px;
  }

  .md-max\:hover\:w-14:hover {
    width: 14px;
  }

  .md-max\:hover\:w-15:hover {
    width: 15px;
  }

  .md-max\:hover\:w-16:hover {
    width: 16px;
  }

  .md-max\:hover\:w-17:hover {
    width: 17px;
  }

  .md-max\:hover\:w-18:hover {
    width: 18px;
  }

  .md-max\:hover\:w-20:hover {
    width: 20px;
  }

  .md-max\:hover\:w-22:hover {
    width: 22px;
  }

  .md-max\:hover\:w-24:hover {
    width: 24px;
  }

  .md-max\:hover\:w-25:hover {
    width: 25px;
  }

  .md-max\:hover\:w-28:hover {
    width: 28px;
  }

  .md-max\:hover\:w-29:hover {
    width: 29px;
  }

  .md-max\:hover\:w-30:hover {
    width: 30px;
  }

  .md-max\:hover\:w-32:hover {
    width: 32px;
  }

  .md-max\:hover\:w-35:hover {
    width: 35px;
  }

  .md-max\:hover\:w-36:hover {
    width: 36px;
  }

  .md-max\:hover\:w-37:hover {
    width: 37px;
  }

  .md-max\:hover\:w-40:hover {
    width: 40px;
  }

  .md-max\:hover\:w-45:hover {
    width: 45px;
  }

  .md-max\:hover\:w-48:hover {
    width: 48px;
  }

  .md-max\:hover\:w-50:hover {
    width: 50px;
  }

  .md-max\:hover\:w-55:hover {
    width: 55px;
  }

  .md-max\:hover\:w-56:hover {
    width: 56px;
  }

  .md-max\:hover\:w-60:hover {
    width: 60px;
  }

  .md-max\:hover\:w-62:hover {
    width: 62px;
  }

  .md-max\:hover\:w-64:hover {
    width: 64px;
  }

  .md-max\:hover\:w-65:hover {
    width: 65px;
  }

  .md-max\:hover\:w-70:hover {
    width: 70px;
  }

  .md-max\:hover\:w-75:hover {
    width: 75px;
  }

  .md-max\:hover\:w-80:hover {
    width: 80px;
  }

  .md-max\:hover\:w-85:hover {
    width: 85px;
  }

  .md-max\:hover\:w-90:hover {
    width: 90px;
  }

  .md-max\:hover\:w-95:hover {
    width: 95px;
  }

  .md-max\:hover\:w-96:hover {
    width: 96px;
  }

  .md-max\:hover\:w-100:hover {
    width: 100px;
  }

  .md-max\:hover\:w-110:hover {
    width: 110px;
  }

  .md-max\:hover\:w-115:hover {
    width: 115px;
  }

  .md-max\:hover\:w-120:hover {
    width: 120px;
  }

  .md-max\:hover\:w-128:hover {
    width: 128px;
  }

  .md-max\:hover\:w-135:hover {
    width: 135px;
  }

  .md-max\:hover\:w-140:hover {
    width: 140px;
  }

  .md-max\:hover\:w-145:hover {
    width: 145px;
  }

  .md-max\:hover\:w-150:hover {
    width: 150px;
  }

  .md-max\:hover\:w-160:hover {
    width: 160px;
  }

  .md-max\:hover\:w-165:hover {
    width: 165px;
  }

  .md-max\:hover\:w-168:hover {
    width: 168px;
  }

  .md-max\:hover\:w-170:hover {
    width: 170px;
  }

  .md-max\:hover\:w-180:hover {
    width: 180px;
  }

  .md-max\:hover\:w-200:hover {
    width: 200px;
  }

  .md-max\:hover\:w-220:hover {
    width: 220px;
  }

  .md-max\:hover\:w-230:hover {
    width: 230px;
  }

  .md-max\:hover\:w-235:hover {
    width: 235px;
  }

  .md-max\:hover\:w-240:hover {
    width: 240px;
  }

  .md-max\:hover\:w-250:hover {
    width: 250px;
  }

  .md-max\:hover\:w-300:hover {
    width: 300px;
  }

  .md-max\:hover\:w-320:hover {
    width: 320px;
  }

  .md-max\:hover\:w-350:hover {
    width: 350px;
  }

  .md-max\:hover\:w-375:hover {
    width: 375px;
  }

  .md-max\:hover\:w-400:hover {
    width: 400px;
  }

  .md-max\:hover\:w-450:hover {
    width: 450px;
  }

  .md-max\:hover\:w-700:hover {
    width: 700px;
  }

  .md-max\:hover\:w-auto:hover {
    width: auto;
  }

  .md-max\:hover\:w-px:hover {
    width: 1px;
  }

  .md-max\:hover\:w-1p:hover {
    width: 1%;
  }

  .md-max\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md-max\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md-max\:hover\:w-11p:hover {
    width: 11%;
  }

  .md-max\:hover\:w-20p:hover {
    width: 20%;
  }

  .md-max\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .md-max\:hover\:w-25p:hover {
    width: 25%;
  }

  .md-max\:hover\:w-32p:hover {
    width: 32%;
  }

  .md-max\:hover\:w-35p:hover {
    width: 35%;
  }

  .md-max\:hover\:w-40p:hover {
    width: 40%;
  }

  .md-max\:hover\:w-49p:hover {
    width: 49%;
  }

  .md-max\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .md-max\:hover\:w-80p:hover {
    width: 80%;
  }

  .md-max\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .md-max\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .md-max\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .md-max\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .md-max\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .md-max\:hover\:w-90p:hover {
    width: 90%;
  }

  .md-max\:hover\:w-92p:hover {
    width: 92%;
  }

  .md-max\:hover\:w-93p:hover {
    width: 93%;
  }

  .md-max\:hover\:w-94p:hover {
    width: 94%;
  }

  .md-max\:hover\:w-95p:hover {
    width: 95%;
  }

  .md-max\:hover\:w-96p:hover {
    width: 96%;
  }

  .md-max\:hover\:w-100p:hover {
    width: 100%;
  }

  .md-max\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md-max\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md-max\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md-max\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md-max\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .md-max\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md-max\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md-max\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md-max\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md-max\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md-max\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .md-max\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md-max\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md-max\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md-max\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md-max\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md-max\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md-max\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md-max\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md-max\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md-max\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md-max\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md-max\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md-max\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md-max\:hover\:w-full:hover {
    width: 100%;
  }

  .md-max\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md-max\:focus\:w-0:focus {
    width: 0px;
  }

  .md-max\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .md-max\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .md-max\:focus\:w-3:focus {
    width: 3px;
  }

  .md-max\:focus\:w-4:focus {
    width: 4px;
  }

  .md-max\:focus\:w-5:focus {
    width: 5px;
  }

  .md-max\:focus\:w-6:focus {
    width: 6px;
  }

  .md-max\:focus\:w-8:focus {
    width: 8px;
  }

  .md-max\:focus\:w-9:focus {
    width: 9px;
  }

  .md-max\:focus\:w-10:focus {
    width: 10px;
  }

  .md-max\:focus\:w-12:focus {
    width: 12px;
  }

  .md-max\:focus\:w-13:focus {
    width: 13px;
  }

  .md-max\:focus\:w-14:focus {
    width: 14px;
  }

  .md-max\:focus\:w-15:focus {
    width: 15px;
  }

  .md-max\:focus\:w-16:focus {
    width: 16px;
  }

  .md-max\:focus\:w-17:focus {
    width: 17px;
  }

  .md-max\:focus\:w-18:focus {
    width: 18px;
  }

  .md-max\:focus\:w-20:focus {
    width: 20px;
  }

  .md-max\:focus\:w-22:focus {
    width: 22px;
  }

  .md-max\:focus\:w-24:focus {
    width: 24px;
  }

  .md-max\:focus\:w-25:focus {
    width: 25px;
  }

  .md-max\:focus\:w-28:focus {
    width: 28px;
  }

  .md-max\:focus\:w-29:focus {
    width: 29px;
  }

  .md-max\:focus\:w-30:focus {
    width: 30px;
  }

  .md-max\:focus\:w-32:focus {
    width: 32px;
  }

  .md-max\:focus\:w-35:focus {
    width: 35px;
  }

  .md-max\:focus\:w-36:focus {
    width: 36px;
  }

  .md-max\:focus\:w-37:focus {
    width: 37px;
  }

  .md-max\:focus\:w-40:focus {
    width: 40px;
  }

  .md-max\:focus\:w-45:focus {
    width: 45px;
  }

  .md-max\:focus\:w-48:focus {
    width: 48px;
  }

  .md-max\:focus\:w-50:focus {
    width: 50px;
  }

  .md-max\:focus\:w-55:focus {
    width: 55px;
  }

  .md-max\:focus\:w-56:focus {
    width: 56px;
  }

  .md-max\:focus\:w-60:focus {
    width: 60px;
  }

  .md-max\:focus\:w-62:focus {
    width: 62px;
  }

  .md-max\:focus\:w-64:focus {
    width: 64px;
  }

  .md-max\:focus\:w-65:focus {
    width: 65px;
  }

  .md-max\:focus\:w-70:focus {
    width: 70px;
  }

  .md-max\:focus\:w-75:focus {
    width: 75px;
  }

  .md-max\:focus\:w-80:focus {
    width: 80px;
  }

  .md-max\:focus\:w-85:focus {
    width: 85px;
  }

  .md-max\:focus\:w-90:focus {
    width: 90px;
  }

  .md-max\:focus\:w-95:focus {
    width: 95px;
  }

  .md-max\:focus\:w-96:focus {
    width: 96px;
  }

  .md-max\:focus\:w-100:focus {
    width: 100px;
  }

  .md-max\:focus\:w-110:focus {
    width: 110px;
  }

  .md-max\:focus\:w-115:focus {
    width: 115px;
  }

  .md-max\:focus\:w-120:focus {
    width: 120px;
  }

  .md-max\:focus\:w-128:focus {
    width: 128px;
  }

  .md-max\:focus\:w-135:focus {
    width: 135px;
  }

  .md-max\:focus\:w-140:focus {
    width: 140px;
  }

  .md-max\:focus\:w-145:focus {
    width: 145px;
  }

  .md-max\:focus\:w-150:focus {
    width: 150px;
  }

  .md-max\:focus\:w-160:focus {
    width: 160px;
  }

  .md-max\:focus\:w-165:focus {
    width: 165px;
  }

  .md-max\:focus\:w-168:focus {
    width: 168px;
  }

  .md-max\:focus\:w-170:focus {
    width: 170px;
  }

  .md-max\:focus\:w-180:focus {
    width: 180px;
  }

  .md-max\:focus\:w-200:focus {
    width: 200px;
  }

  .md-max\:focus\:w-220:focus {
    width: 220px;
  }

  .md-max\:focus\:w-230:focus {
    width: 230px;
  }

  .md-max\:focus\:w-235:focus {
    width: 235px;
  }

  .md-max\:focus\:w-240:focus {
    width: 240px;
  }

  .md-max\:focus\:w-250:focus {
    width: 250px;
  }

  .md-max\:focus\:w-300:focus {
    width: 300px;
  }

  .md-max\:focus\:w-320:focus {
    width: 320px;
  }

  .md-max\:focus\:w-350:focus {
    width: 350px;
  }

  .md-max\:focus\:w-375:focus {
    width: 375px;
  }

  .md-max\:focus\:w-400:focus {
    width: 400px;
  }

  .md-max\:focus\:w-450:focus {
    width: 450px;
  }

  .md-max\:focus\:w-700:focus {
    width: 700px;
  }

  .md-max\:focus\:w-auto:focus {
    width: auto;
  }

  .md-max\:focus\:w-px:focus {
    width: 1px;
  }

  .md-max\:focus\:w-1p:focus {
    width: 1%;
  }

  .md-max\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .md-max\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .md-max\:focus\:w-11p:focus {
    width: 11%;
  }

  .md-max\:focus\:w-20p:focus {
    width: 20%;
  }

  .md-max\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .md-max\:focus\:w-25p:focus {
    width: 25%;
  }

  .md-max\:focus\:w-32p:focus {
    width: 32%;
  }

  .md-max\:focus\:w-35p:focus {
    width: 35%;
  }

  .md-max\:focus\:w-40p:focus {
    width: 40%;
  }

  .md-max\:focus\:w-49p:focus {
    width: 49%;
  }

  .md-max\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .md-max\:focus\:w-80p:focus {
    width: 80%;
  }

  .md-max\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .md-max\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .md-max\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .md-max\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .md-max\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .md-max\:focus\:w-90p:focus {
    width: 90%;
  }

  .md-max\:focus\:w-92p:focus {
    width: 92%;
  }

  .md-max\:focus\:w-93p:focus {
    width: 93%;
  }

  .md-max\:focus\:w-94p:focus {
    width: 94%;
  }

  .md-max\:focus\:w-95p:focus {
    width: 95%;
  }

  .md-max\:focus\:w-96p:focus {
    width: 96%;
  }

  .md-max\:focus\:w-100p:focus {
    width: 100%;
  }

  .md-max\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md-max\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .md-max\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .md-max\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md-max\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .md-max\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .md-max\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .md-max\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .md-max\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .md-max\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .md-max\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .md-max\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .md-max\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .md-max\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .md-max\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .md-max\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .md-max\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .md-max\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .md-max\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .md-max\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .md-max\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .md-max\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .md-max\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .md-max\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .md-max\:focus\:w-full:focus {
    width: 100%;
  }

  .md-max\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md-max\:first\:w-0:first-child {
    width: 0px;
  }

  .md-max\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .md-max\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .md-max\:first\:w-3:first-child {
    width: 3px;
  }

  .md-max\:first\:w-4:first-child {
    width: 4px;
  }

  .md-max\:first\:w-5:first-child {
    width: 5px;
  }

  .md-max\:first\:w-6:first-child {
    width: 6px;
  }

  .md-max\:first\:w-8:first-child {
    width: 8px;
  }

  .md-max\:first\:w-9:first-child {
    width: 9px;
  }

  .md-max\:first\:w-10:first-child {
    width: 10px;
  }

  .md-max\:first\:w-12:first-child {
    width: 12px;
  }

  .md-max\:first\:w-13:first-child {
    width: 13px;
  }

  .md-max\:first\:w-14:first-child {
    width: 14px;
  }

  .md-max\:first\:w-15:first-child {
    width: 15px;
  }

  .md-max\:first\:w-16:first-child {
    width: 16px;
  }

  .md-max\:first\:w-17:first-child {
    width: 17px;
  }

  .md-max\:first\:w-18:first-child {
    width: 18px;
  }

  .md-max\:first\:w-20:first-child {
    width: 20px;
  }

  .md-max\:first\:w-22:first-child {
    width: 22px;
  }

  .md-max\:first\:w-24:first-child {
    width: 24px;
  }

  .md-max\:first\:w-25:first-child {
    width: 25px;
  }

  .md-max\:first\:w-28:first-child {
    width: 28px;
  }

  .md-max\:first\:w-29:first-child {
    width: 29px;
  }

  .md-max\:first\:w-30:first-child {
    width: 30px;
  }

  .md-max\:first\:w-32:first-child {
    width: 32px;
  }

  .md-max\:first\:w-35:first-child {
    width: 35px;
  }

  .md-max\:first\:w-36:first-child {
    width: 36px;
  }

  .md-max\:first\:w-37:first-child {
    width: 37px;
  }

  .md-max\:first\:w-40:first-child {
    width: 40px;
  }

  .md-max\:first\:w-45:first-child {
    width: 45px;
  }

  .md-max\:first\:w-48:first-child {
    width: 48px;
  }

  .md-max\:first\:w-50:first-child {
    width: 50px;
  }

  .md-max\:first\:w-55:first-child {
    width: 55px;
  }

  .md-max\:first\:w-56:first-child {
    width: 56px;
  }

  .md-max\:first\:w-60:first-child {
    width: 60px;
  }

  .md-max\:first\:w-62:first-child {
    width: 62px;
  }

  .md-max\:first\:w-64:first-child {
    width: 64px;
  }

  .md-max\:first\:w-65:first-child {
    width: 65px;
  }

  .md-max\:first\:w-70:first-child {
    width: 70px;
  }

  .md-max\:first\:w-75:first-child {
    width: 75px;
  }

  .md-max\:first\:w-80:first-child {
    width: 80px;
  }

  .md-max\:first\:w-85:first-child {
    width: 85px;
  }

  .md-max\:first\:w-90:first-child {
    width: 90px;
  }

  .md-max\:first\:w-95:first-child {
    width: 95px;
  }

  .md-max\:first\:w-96:first-child {
    width: 96px;
  }

  .md-max\:first\:w-100:first-child {
    width: 100px;
  }

  .md-max\:first\:w-110:first-child {
    width: 110px;
  }

  .md-max\:first\:w-115:first-child {
    width: 115px;
  }

  .md-max\:first\:w-120:first-child {
    width: 120px;
  }

  .md-max\:first\:w-128:first-child {
    width: 128px;
  }

  .md-max\:first\:w-135:first-child {
    width: 135px;
  }

  .md-max\:first\:w-140:first-child {
    width: 140px;
  }

  .md-max\:first\:w-145:first-child {
    width: 145px;
  }

  .md-max\:first\:w-150:first-child {
    width: 150px;
  }

  .md-max\:first\:w-160:first-child {
    width: 160px;
  }

  .md-max\:first\:w-165:first-child {
    width: 165px;
  }

  .md-max\:first\:w-168:first-child {
    width: 168px;
  }

  .md-max\:first\:w-170:first-child {
    width: 170px;
  }

  .md-max\:first\:w-180:first-child {
    width: 180px;
  }

  .md-max\:first\:w-200:first-child {
    width: 200px;
  }

  .md-max\:first\:w-220:first-child {
    width: 220px;
  }

  .md-max\:first\:w-230:first-child {
    width: 230px;
  }

  .md-max\:first\:w-235:first-child {
    width: 235px;
  }

  .md-max\:first\:w-240:first-child {
    width: 240px;
  }

  .md-max\:first\:w-250:first-child {
    width: 250px;
  }

  .md-max\:first\:w-300:first-child {
    width: 300px;
  }

  .md-max\:first\:w-320:first-child {
    width: 320px;
  }

  .md-max\:first\:w-350:first-child {
    width: 350px;
  }

  .md-max\:first\:w-375:first-child {
    width: 375px;
  }

  .md-max\:first\:w-400:first-child {
    width: 400px;
  }

  .md-max\:first\:w-450:first-child {
    width: 450px;
  }

  .md-max\:first\:w-700:first-child {
    width: 700px;
  }

  .md-max\:first\:w-auto:first-child {
    width: auto;
  }

  .md-max\:first\:w-px:first-child {
    width: 1px;
  }

  .md-max\:first\:w-1p:first-child {
    width: 1%;
  }

  .md-max\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .md-max\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .md-max\:first\:w-11p:first-child {
    width: 11%;
  }

  .md-max\:first\:w-20p:first-child {
    width: 20%;
  }

  .md-max\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .md-max\:first\:w-25p:first-child {
    width: 25%;
  }

  .md-max\:first\:w-32p:first-child {
    width: 32%;
  }

  .md-max\:first\:w-35p:first-child {
    width: 35%;
  }

  .md-max\:first\:w-40p:first-child {
    width: 40%;
  }

  .md-max\:first\:w-49p:first-child {
    width: 49%;
  }

  .md-max\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .md-max\:first\:w-80p:first-child {
    width: 80%;
  }

  .md-max\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .md-max\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .md-max\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .md-max\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .md-max\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .md-max\:first\:w-90p:first-child {
    width: 90%;
  }

  .md-max\:first\:w-92p:first-child {
    width: 92%;
  }

  .md-max\:first\:w-93p:first-child {
    width: 93%;
  }

  .md-max\:first\:w-94p:first-child {
    width: 94%;
  }

  .md-max\:first\:w-95p:first-child {
    width: 95%;
  }

  .md-max\:first\:w-96p:first-child {
    width: 96%;
  }

  .md-max\:first\:w-100p:first-child {
    width: 100%;
  }

  .md-max\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .md-max\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .md-max\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .md-max\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .md-max\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .md-max\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .md-max\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .md-max\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .md-max\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .md-max\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .md-max\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .md-max\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .md-max\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .md-max\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .md-max\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .md-max\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .md-max\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .md-max\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .md-max\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .md-max\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .md-max\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .md-max\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .md-max\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .md-max\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .md-max\:first\:w-full:first-child {
    width: 100%;
  }

  .md-max\:first\:w-screen:first-child {
    width: 100vw;
  }

  .md-max\:last\:w-0:last-child {
    width: 0px;
  }

  .md-max\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .md-max\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .md-max\:last\:w-3:last-child {
    width: 3px;
  }

  .md-max\:last\:w-4:last-child {
    width: 4px;
  }

  .md-max\:last\:w-5:last-child {
    width: 5px;
  }

  .md-max\:last\:w-6:last-child {
    width: 6px;
  }

  .md-max\:last\:w-8:last-child {
    width: 8px;
  }

  .md-max\:last\:w-9:last-child {
    width: 9px;
  }

  .md-max\:last\:w-10:last-child {
    width: 10px;
  }

  .md-max\:last\:w-12:last-child {
    width: 12px;
  }

  .md-max\:last\:w-13:last-child {
    width: 13px;
  }

  .md-max\:last\:w-14:last-child {
    width: 14px;
  }

  .md-max\:last\:w-15:last-child {
    width: 15px;
  }

  .md-max\:last\:w-16:last-child {
    width: 16px;
  }

  .md-max\:last\:w-17:last-child {
    width: 17px;
  }

  .md-max\:last\:w-18:last-child {
    width: 18px;
  }

  .md-max\:last\:w-20:last-child {
    width: 20px;
  }

  .md-max\:last\:w-22:last-child {
    width: 22px;
  }

  .md-max\:last\:w-24:last-child {
    width: 24px;
  }

  .md-max\:last\:w-25:last-child {
    width: 25px;
  }

  .md-max\:last\:w-28:last-child {
    width: 28px;
  }

  .md-max\:last\:w-29:last-child {
    width: 29px;
  }

  .md-max\:last\:w-30:last-child {
    width: 30px;
  }

  .md-max\:last\:w-32:last-child {
    width: 32px;
  }

  .md-max\:last\:w-35:last-child {
    width: 35px;
  }

  .md-max\:last\:w-36:last-child {
    width: 36px;
  }

  .md-max\:last\:w-37:last-child {
    width: 37px;
  }

  .md-max\:last\:w-40:last-child {
    width: 40px;
  }

  .md-max\:last\:w-45:last-child {
    width: 45px;
  }

  .md-max\:last\:w-48:last-child {
    width: 48px;
  }

  .md-max\:last\:w-50:last-child {
    width: 50px;
  }

  .md-max\:last\:w-55:last-child {
    width: 55px;
  }

  .md-max\:last\:w-56:last-child {
    width: 56px;
  }

  .md-max\:last\:w-60:last-child {
    width: 60px;
  }

  .md-max\:last\:w-62:last-child {
    width: 62px;
  }

  .md-max\:last\:w-64:last-child {
    width: 64px;
  }

  .md-max\:last\:w-65:last-child {
    width: 65px;
  }

  .md-max\:last\:w-70:last-child {
    width: 70px;
  }

  .md-max\:last\:w-75:last-child {
    width: 75px;
  }

  .md-max\:last\:w-80:last-child {
    width: 80px;
  }

  .md-max\:last\:w-85:last-child {
    width: 85px;
  }

  .md-max\:last\:w-90:last-child {
    width: 90px;
  }

  .md-max\:last\:w-95:last-child {
    width: 95px;
  }

  .md-max\:last\:w-96:last-child {
    width: 96px;
  }

  .md-max\:last\:w-100:last-child {
    width: 100px;
  }

  .md-max\:last\:w-110:last-child {
    width: 110px;
  }

  .md-max\:last\:w-115:last-child {
    width: 115px;
  }

  .md-max\:last\:w-120:last-child {
    width: 120px;
  }

  .md-max\:last\:w-128:last-child {
    width: 128px;
  }

  .md-max\:last\:w-135:last-child {
    width: 135px;
  }

  .md-max\:last\:w-140:last-child {
    width: 140px;
  }

  .md-max\:last\:w-145:last-child {
    width: 145px;
  }

  .md-max\:last\:w-150:last-child {
    width: 150px;
  }

  .md-max\:last\:w-160:last-child {
    width: 160px;
  }

  .md-max\:last\:w-165:last-child {
    width: 165px;
  }

  .md-max\:last\:w-168:last-child {
    width: 168px;
  }

  .md-max\:last\:w-170:last-child {
    width: 170px;
  }

  .md-max\:last\:w-180:last-child {
    width: 180px;
  }

  .md-max\:last\:w-200:last-child {
    width: 200px;
  }

  .md-max\:last\:w-220:last-child {
    width: 220px;
  }

  .md-max\:last\:w-230:last-child {
    width: 230px;
  }

  .md-max\:last\:w-235:last-child {
    width: 235px;
  }

  .md-max\:last\:w-240:last-child {
    width: 240px;
  }

  .md-max\:last\:w-250:last-child {
    width: 250px;
  }

  .md-max\:last\:w-300:last-child {
    width: 300px;
  }

  .md-max\:last\:w-320:last-child {
    width: 320px;
  }

  .md-max\:last\:w-350:last-child {
    width: 350px;
  }

  .md-max\:last\:w-375:last-child {
    width: 375px;
  }

  .md-max\:last\:w-400:last-child {
    width: 400px;
  }

  .md-max\:last\:w-450:last-child {
    width: 450px;
  }

  .md-max\:last\:w-700:last-child {
    width: 700px;
  }

  .md-max\:last\:w-auto:last-child {
    width: auto;
  }

  .md-max\:last\:w-px:last-child {
    width: 1px;
  }

  .md-max\:last\:w-1p:last-child {
    width: 1%;
  }

  .md-max\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .md-max\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .md-max\:last\:w-11p:last-child {
    width: 11%;
  }

  .md-max\:last\:w-20p:last-child {
    width: 20%;
  }

  .md-max\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .md-max\:last\:w-25p:last-child {
    width: 25%;
  }

  .md-max\:last\:w-32p:last-child {
    width: 32%;
  }

  .md-max\:last\:w-35p:last-child {
    width: 35%;
  }

  .md-max\:last\:w-40p:last-child {
    width: 40%;
  }

  .md-max\:last\:w-49p:last-child {
    width: 49%;
  }

  .md-max\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .md-max\:last\:w-80p:last-child {
    width: 80%;
  }

  .md-max\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .md-max\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .md-max\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .md-max\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .md-max\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .md-max\:last\:w-90p:last-child {
    width: 90%;
  }

  .md-max\:last\:w-92p:last-child {
    width: 92%;
  }

  .md-max\:last\:w-93p:last-child {
    width: 93%;
  }

  .md-max\:last\:w-94p:last-child {
    width: 94%;
  }

  .md-max\:last\:w-95p:last-child {
    width: 95%;
  }

  .md-max\:last\:w-96p:last-child {
    width: 96%;
  }

  .md-max\:last\:w-100p:last-child {
    width: 100%;
  }

  .md-max\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .md-max\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .md-max\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .md-max\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .md-max\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .md-max\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .md-max\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .md-max\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .md-max\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .md-max\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .md-max\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .md-max\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .md-max\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .md-max\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .md-max\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .md-max\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .md-max\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .md-max\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .md-max\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .md-max\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .md-max\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .md-max\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .md-max\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .md-max\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .md-max\:last\:w-full:last-child {
    width: 100%;
  }

  .md-max\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .md-max\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .md-max\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .md-max\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .md-max\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .md-max\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .md-max\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .md-max\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .md-max\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .md-max\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .md-max\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .md-max\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .md-max\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .md-max\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .md-max\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .md-max\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .md-max\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .md-max\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .md-max\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .md-max\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .md-max\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .md-max\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .md-max\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .md-max\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .md-max\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .md-max\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .md-max\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .md-max\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .md-max\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .md-max\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .md-max\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .md-max\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .md-max\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .md-max\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .md-max\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .md-max\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .md-max\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .md-max\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .md-max\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .md-max\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .md-max\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .md-max\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .md-max\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .md-max\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .md-max\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .md-max\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .md-max\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .md-max\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .md-max\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .md-max\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .md-max\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .md-max\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .md-max\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .md-max\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .md-max\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .md-max\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .md-max\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .md-max\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .md-max\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .md-max\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .md-max\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .md-max\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .md-max\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .md-max\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .md-max\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .md-max\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .md-max\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .md-max\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .md-max\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .md-max\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .md-max\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .md-max\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md-max\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md-max\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .md-max\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .md-max\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .md-max\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .md-max\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .md-max\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .md-max\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .md-max\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .md-max\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .md-max\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .md-max\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .md-max\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .md-max\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .md-max\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .md-max\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .md-max\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .md-max\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .md-max\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .md-max\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .md-max\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .md-max\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .md-max\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .md-max\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .md-max\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .md-max\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md-max\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .md-max\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .md-max\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md-max\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .md-max\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .md-max\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .md-max\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .md-max\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .md-max\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .md-max\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .md-max\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .md-max\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .md-max\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .md-max\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .md-max\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .md-max\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .md-max\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .md-max\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .md-max\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .md-max\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .md-max\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .md-max\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .md-max\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md-max\:group-hover\:w-screen {
    width: 100vw;
  }

  .md-max\:z-0 {
    z-index: 0;
  }

  .md-max\:z-10 {
    z-index: 10;
  }

  .md-max\:z-20 {
    z-index: 20;
  }

  .md-max\:z-30 {
    z-index: 30;
  }

  .md-max\:z-40 {
    z-index: 40;
  }

  .md-max\:z-50 {
    z-index: 50;
  }

  .md-max\:z-auto {
    z-index: auto;
  }

  .md-max\:hover\:z-0:hover {
    z-index: 0;
  }

  .md-max\:hover\:z-10:hover {
    z-index: 10;
  }

  .md-max\:hover\:z-20:hover {
    z-index: 20;
  }

  .md-max\:hover\:z-30:hover {
    z-index: 30;
  }

  .md-max\:hover\:z-40:hover {
    z-index: 40;
  }

  .md-max\:hover\:z-50:hover {
    z-index: 50;
  }

  .md-max\:hover\:z-auto:hover {
    z-index: auto;
  }

  .md-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .md-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .md-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .md-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .md-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .md-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .md-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md-max\:first\:z-0:first-child {
    z-index: 0;
  }

  .md-max\:first\:z-10:first-child {
    z-index: 10;
  }

  .md-max\:first\:z-20:first-child {
    z-index: 20;
  }

  .md-max\:first\:z-30:first-child {
    z-index: 30;
  }

  .md-max\:first\:z-40:first-child {
    z-index: 40;
  }

  .md-max\:first\:z-50:first-child {
    z-index: 50;
  }

  .md-max\:first\:z-auto:first-child {
    z-index: auto;
  }

  .md-max\:last\:z-0:last-child {
    z-index: 0;
  }

  .md-max\:last\:z-10:last-child {
    z-index: 10;
  }

  .md-max\:last\:z-20:last-child {
    z-index: 20;
  }

  .md-max\:last\:z-30:last-child {
    z-index: 30;
  }

  .md-max\:last\:z-40:last-child {
    z-index: 40;
  }

  .md-max\:last\:z-50:last-child {
    z-index: 50;
  }

  .md-max\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .md-max\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .md-max\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .md-max\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .md-max\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md-max\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .md-max\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .md-max\:group-hover\:z-auto {
    z-index: auto;
  }

  .md-max\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .md-max\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md-max\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md-max\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .md-max\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .md-max\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .md-max\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .md-max\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .md-max\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .md-max\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .md-max\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .md-max\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .md-max\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .md-max\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .md-max\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .md-max\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .md-max\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .md-max\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .md-max\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .md-max\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .md-max\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .md-max\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .md-max\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .md-max\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .md-max\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .md-max\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .md-max\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .md-max\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .md-max\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .md-max\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .md-max\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .md-max\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .md-max\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .md-max\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .md-max\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .md-max\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .md-max\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .md-max\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .md-max\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .md-max\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .md-max\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .md-max\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .md-max\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .md-max\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .md-max\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .md-max\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .md-max\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .md-max\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .md-max\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .md-max\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .md-max\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .md-max\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .md-max\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .md-max\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .md-max\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .md-max\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .md-max\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .md-max\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .md-max\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .md-max\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .md-max\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .md-max\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .md-max\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .md-max\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .md-max\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .md-max\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .md-max\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .md-max\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .md-max\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .md-max\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .md-max\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .md-max\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .md-max\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md-max\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .md-max\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md-max\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md-max\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .md-max\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .md-max\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md-max\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .md-max\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .md-max\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .md-max\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .md-max\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .md-max\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md-max\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .md-max\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md-max\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md-max\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md-max\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md-max\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md-max\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .md-max\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .md-max\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .md-max\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .md-max\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .md-max\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .md-max\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .md-max\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md-max\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md-max\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md-max\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md-max\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md-max\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md-max\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md-max\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md-max\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md-max\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md-max\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md-max\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md-max\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md-max\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md-max\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md-max\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md-max\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md-max\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md-max\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md-max\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md-max\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md-max\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md-max\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md-max\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md-max\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md-max\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md-max\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md-max\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md-max\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md-max\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md-max\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md-max\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md-max\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md-max\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md-max\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md-max\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md-max\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md-max\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md-max\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md-max\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md-max\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md-max\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md-max\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md-max\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md-max\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md-max\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md-max\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md-max\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md-max\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md-max\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md-max\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md-max\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md-max\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md-max\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md-max\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md-max\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md-max\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md-max\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md-max\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md-max\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md-max\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md-max\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md-max\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md-max\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md-max\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md-max\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md-max\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md-max\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md-max\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md-max\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md-max\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md-max\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md-max\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md-max\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md-max\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md-max\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md-max\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md-max\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md-max\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md-max\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md-max\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md-max\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md-max\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md-max\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md-max\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md-max\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md-max\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md-max\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md-max\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md-max\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md-max\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md-max\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md-max\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md-max\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md-max\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md-max\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md-max\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md-max\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md-max\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md-max\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md-max\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md-max\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md-max\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md-max\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md-max\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md-max\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md-max\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md-max\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md-max\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md-max\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md-max\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md-max\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md-max\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md-max\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md-max\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md-max\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md-max\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md-max\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md-max\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md-max\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md-max\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md-max\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md-max\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md-max\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md-max\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md-max\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md-max\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md-max\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md-max\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md-max\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md-max\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md-max\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md-max\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md-max\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md-max\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md-max\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md-max\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md-max\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md-max\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md-max\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md-max\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md-max\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md-max\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md-max\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md-max\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md-max\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md-max\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md-max\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md-max\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md-max\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md-max\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md-max\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md-max\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md-max\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md-max\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md-max\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md-max\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md-max\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md-max\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md-max\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md-max\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md-max\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md-max\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md-max\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md-max\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md-max\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md-max\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md-max\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md-max\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md-max\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md-max\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md-max\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md-max\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md-max\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md-max\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md-max\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md-max\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md-max\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md-max\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md-max\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md-max\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md-max\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md-max\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md-max\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md-max\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md-max\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md-max\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md-max\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md-max\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md-max\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md-max\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md-max\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .md-max\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md-max\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md-max\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .md-max\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .md-max\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .md-max\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .md-max\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .md-max\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .md-max\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .md-max\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .md-max\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .md-max\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .md-max\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .md-max\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .md-max\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .md-max\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .md-max\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .md-max\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .md-max\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .md-max\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .md-max\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .md-max\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .md-max\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .md-max\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .md-max\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .md-max\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .md-max\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .md-max\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .md-max\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .md-max\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .md-max\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .md-max\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .md-max\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .md-max\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .md-max\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .md-max\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .md-max\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .md-max\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .md-max\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .md-max\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .md-max\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .md-max\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .md-max\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .md-max\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .md-max\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .md-max\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .md-max\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .md-max\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .md-max\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .md-max\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .md-max\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .md-max\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .md-max\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .md-max\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .md-max\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .md-max\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .md-max\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .md-max\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .md-max\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .md-max\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .md-max\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .md-max\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .md-max\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .md-max\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .md-max\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .md-max\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .md-max\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .md-max\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .md-max\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .md-max\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .md-max\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .md-max\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .md-max\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .md-max\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md-max\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md-max\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .md-max\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .md-max\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md-max\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .md-max\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .md-max\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .md-max\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .md-max\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .md-max\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md-max\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .md-max\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md-max\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md-max\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md-max\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md-max\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md-max\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .md-max\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .md-max\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .md-max\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .md-max\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .md-max\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .md-max\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .md-max\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md-max\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md-max\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md-max\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md-max\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md-max\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md-max\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md-max\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md-max\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md-max\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md-max\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md-max\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md-max\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md-max\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md-max\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md-max\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md-max\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md-max\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md-max\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md-max\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md-max\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md-max\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md-max\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md-max\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md-max\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md-max\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md-max\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md-max\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md-max\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md-max\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md-max\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md-max\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md-max\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md-max\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md-max\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md-max\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md-max\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md-max\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md-max\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md-max\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md-max\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md-max\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md-max\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md-max\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md-max\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md-max\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md-max\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md-max\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md-max\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md-max\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md-max\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md-max\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md-max\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md-max\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md-max\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md-max\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md-max\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md-max\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md-max\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md-max\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md-max\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md-max\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md-max\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md-max\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md-max\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md-max\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md-max\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md-max\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md-max\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md-max\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md-max\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md-max\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md-max\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md-max\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md-max\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md-max\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md-max\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md-max\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md-max\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md-max\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md-max\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md-max\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md-max\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md-max\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md-max\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md-max\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md-max\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md-max\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md-max\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md-max\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md-max\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md-max\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md-max\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md-max\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md-max\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md-max\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md-max\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md-max\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md-max\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md-max\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md-max\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md-max\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md-max\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md-max\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md-max\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md-max\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md-max\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md-max\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md-max\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md-max\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md-max\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md-max\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md-max\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md-max\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md-max\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md-max\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md-max\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md-max\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md-max\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md-max\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md-max\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md-max\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md-max\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md-max\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md-max\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md-max\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md-max\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md-max\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md-max\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md-max\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md-max\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md-max\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md-max\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md-max\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md-max\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md-max\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md-max\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md-max\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md-max\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md-max\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md-max\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md-max\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md-max\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md-max\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md-max\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md-max\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md-max\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md-max\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md-max\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md-max\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md-max\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md-max\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md-max\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md-max\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md-max\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md-max\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md-max\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md-max\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md-max\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md-max\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md-max\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md-max\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md-max\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md-max\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md-max\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md-max\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md-max\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md-max\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md-max\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md-max\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md-max\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md-max\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md-max\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md-max\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md-max\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md-max\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md-max\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md-max\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md-max\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md-max\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md-max\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md-max\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md-max\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md-max\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md-max\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md-max\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md-max\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md-max\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md-max\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md-max\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md-max\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md-max\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .md-max\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md-max\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md-max\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .md-max\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .md-max\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .md-max\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .md-max\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .md-max\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .md-max\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .md-max\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .md-max\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .md-max\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .md-max\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .md-max\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .md-max\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .md-max\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .md-max\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .md-max\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .md-max\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .md-max\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .md-max\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .md-max\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .md-max\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .md-max\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .md-max\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .md-max\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .md-max\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .md-max\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .md-max\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .md-max\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .md-max\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .md-max\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .md-max\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .md-max\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .md-max\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .md-max\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .md-max\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .md-max\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .md-max\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .md-max\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .md-max\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .md-max\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .md-max\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .md-max\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .md-max\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .md-max\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .md-max\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .md-max\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .md-max\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .md-max\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .md-max\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .md-max\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .md-max\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .md-max\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .md-max\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .md-max\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .md-max\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .md-max\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .md-max\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .md-max\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .md-max\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .md-max\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .md-max\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .md-max\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .md-max\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .md-max\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .md-max\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .md-max\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .md-max\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .md-max\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .md-max\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .md-max\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .md-max\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .md-max\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md-max\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md-max\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .md-max\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .md-max\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md-max\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .md-max\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .md-max\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .md-max\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .md-max\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .md-max\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md-max\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .md-max\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md-max\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md-max\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md-max\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md-max\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md-max\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .md-max\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .md-max\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .md-max\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .md-max\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .md-max\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .md-max\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .md-max\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md-max\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md-max\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md-max\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md-max\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md-max\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md-max\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md-max\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md-max\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md-max\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md-max\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md-max\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md-max\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md-max\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md-max\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md-max\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md-max\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md-max\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md-max\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md-max\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md-max\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md-max\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md-max\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md-max\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md-max\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md-max\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md-max\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md-max\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md-max\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md-max\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md-max\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md-max\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md-max\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md-max\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md-max\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md-max\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md-max\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md-max\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md-max\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md-max\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md-max\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md-max\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md-max\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md-max\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md-max\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md-max\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md-max\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md-max\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md-max\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md-max\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md-max\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md-max\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md-max\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md-max\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md-max\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md-max\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md-max\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md-max\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md-max\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md-max\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md-max\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md-max\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md-max\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md-max\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md-max\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md-max\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md-max\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md-max\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md-max\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md-max\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md-max\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md-max\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md-max\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md-max\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md-max\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md-max\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md-max\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md-max\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md-max\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md-max\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md-max\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md-max\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md-max\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md-max\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md-max\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md-max\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md-max\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md-max\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md-max\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md-max\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md-max\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md-max\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md-max\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md-max\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md-max\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md-max\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md-max\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md-max\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md-max\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md-max\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md-max\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md-max\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md-max\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md-max\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md-max\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md-max\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md-max\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md-max\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md-max\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md-max\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md-max\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md-max\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md-max\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md-max\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md-max\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md-max\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md-max\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md-max\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md-max\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md-max\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md-max\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md-max\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md-max\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md-max\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md-max\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md-max\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md-max\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md-max\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md-max\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md-max\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md-max\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md-max\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md-max\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md-max\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md-max\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md-max\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md-max\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md-max\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md-max\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md-max\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md-max\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md-max\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md-max\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md-max\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md-max\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md-max\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md-max\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md-max\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md-max\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md-max\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md-max\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md-max\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md-max\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md-max\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md-max\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md-max\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md-max\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md-max\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md-max\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md-max\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md-max\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md-max\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md-max\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md-max\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md-max\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md-max\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md-max\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md-max\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md-max\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md-max\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md-max\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md-max\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md-max\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md-max\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md-max\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md-max\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md-max\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md-max\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md-max\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md-max\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md-max\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md-max\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md-max\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md-max\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md-max\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md-max\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md-max\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md-max\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md-max\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md-max\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md-max\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md-max\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .md-max\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md-max\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md-max\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .md-max\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .md-max\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .md-max\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .md-max\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .md-max\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .md-max\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .md-max\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .md-max\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .md-max\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .md-max\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .md-max\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .md-max\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .md-max\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .md-max\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .md-max\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .md-max\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .md-max\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .md-max\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .md-max\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .md-max\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .md-max\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .md-max\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .md-max\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .md-max\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .md-max\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .md-max\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .md-max\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .md-max\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .md-max\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .md-max\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .md-max\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .md-max\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .md-max\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .md-max\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .md-max\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .md-max\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .md-max\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .md-max\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .md-max\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .md-max\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .md-max\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .md-max\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .md-max\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .md-max\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .md-max\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .md-max\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .md-max\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .md-max\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .md-max\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .md-max\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .md-max\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .md-max\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .md-max\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .md-max\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .md-max\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .md-max\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .md-max\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .md-max\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .md-max\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .md-max\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .md-max\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .md-max\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .md-max\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .md-max\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .md-max\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .md-max\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .md-max\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .md-max\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .md-max\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md-max\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .md-max\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md-max\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md-max\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .md-max\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .md-max\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md-max\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .md-max\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .md-max\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .md-max\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .md-max\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .md-max\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md-max\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .md-max\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md-max\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md-max\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md-max\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md-max\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md-max\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .md-max\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .md-max\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .md-max\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .md-max\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .md-max\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .md-max\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .md-max\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md-max\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md-max\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md-max\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md-max\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md-max\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md-max\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md-max\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md-max\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md-max\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md-max\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md-max\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md-max\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md-max\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md-max\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md-max\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md-max\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md-max\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md-max\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md-max\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md-max\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md-max\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md-max\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md-max\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md-max\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md-max\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md-max\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md-max\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md-max\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md-max\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md-max\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md-max\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md-max\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md-max\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md-max\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md-max\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md-max\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md-max\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md-max\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md-max\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md-max\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md-max\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md-max\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md-max\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md-max\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md-max\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md-max\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md-max\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md-max\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md-max\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md-max\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md-max\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md-max\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md-max\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md-max\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md-max\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md-max\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md-max\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md-max\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md-max\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md-max\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md-max\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md-max\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md-max\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md-max\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md-max\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md-max\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md-max\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md-max\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md-max\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md-max\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md-max\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md-max\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md-max\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md-max\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md-max\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md-max\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md-max\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md-max\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md-max\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md-max\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md-max\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md-max\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md-max\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md-max\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md-max\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md-max\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md-max\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md-max\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md-max\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md-max\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md-max\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md-max\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md-max\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md-max\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md-max\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md-max\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md-max\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md-max\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md-max\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md-max\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md-max\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md-max\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md-max\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md-max\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md-max\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md-max\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md-max\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md-max\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md-max\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md-max\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md-max\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md-max\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md-max\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md-max\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md-max\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md-max\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md-max\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md-max\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md-max\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md-max\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md-max\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md-max\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md-max\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md-max\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md-max\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md-max\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md-max\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md-max\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md-max\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md-max\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md-max\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md-max\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md-max\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md-max\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md-max\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md-max\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md-max\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md-max\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md-max\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md-max\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md-max\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md-max\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md-max\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md-max\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md-max\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md-max\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md-max\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md-max\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md-max\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md-max\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md-max\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md-max\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md-max\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md-max\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md-max\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md-max\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md-max\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md-max\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md-max\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md-max\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md-max\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md-max\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md-max\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md-max\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md-max\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md-max\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md-max\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md-max\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md-max\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md-max\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md-max\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md-max\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md-max\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md-max\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md-max\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md-max\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md-max\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md-max\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md-max\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md-max\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md-max\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md-max\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md-max\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md-max\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md-max\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md-max\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md-max\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md-max\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md-max\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md-max\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md-max\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .md-max\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md-max\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md-max\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .md-max\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .md-max\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .md-max\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .md-max\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .md-max\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .md-max\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .md-max\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .md-max\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .md-max\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .md-max\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .md-max\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .md-max\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .md-max\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .md-max\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .md-max\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .md-max\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .md-max\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .md-max\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .md-max\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .md-max\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .md-max\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .md-max\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .md-max\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .md-max\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .md-max\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .md-max\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .md-max\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .md-max\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .md-max\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .md-max\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .md-max\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .md-max\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .md-max\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .md-max\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .md-max\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .md-max\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .md-max\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .md-max\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .md-max\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .md-max\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .md-max\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .md-max\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .md-max\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .md-max\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .md-max\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .md-max\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .md-max\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .md-max\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .md-max\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .md-max\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .md-max\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .md-max\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .md-max\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .md-max\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .md-max\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .md-max\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .md-max\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .md-max\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .md-max\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .md-max\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .md-max\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .md-max\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .md-max\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .md-max\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .md-max\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .md-max\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .md-max\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .md-max\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .md-max\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .md-max\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .md-max\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .md-max\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md-max\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .md-max\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .md-max\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .md-max\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .md-max\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .md-max\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .md-max\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .md-max\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .md-max\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .md-max\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .md-max\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .md-max\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .md-max\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .md-max\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .md-max\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .md-max\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .md-max\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .md-max\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .md-max\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .md-max\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .md-max\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .md-max\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .md-max\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .md-max\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .md-max\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .md-max\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .md-max\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .md-max\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .md-max\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md-max\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .md-max\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .md-max\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .md-max\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md-max\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .md-max\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .md-max\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md-max\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md-max\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md-max\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md-max\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md-max\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .md-max\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .md-max\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md-max\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md-max\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .md-max\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .md-max\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .md-max\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md-max\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .md-max\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md-max\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md-max\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .md-max\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .md-max\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .md-max\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .md-max\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .md-max\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .md-max\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .md-max\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .md-max\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md-max\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .md-max\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .md-max\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .md-max\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .md-max\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .md-max\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .md-max\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .md-max\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .md-max\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .md-max\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .md-max\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md-max\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .md-max\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .md-max\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .md-max\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .md-max\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .md-max\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .md-max\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .md-max\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .md-max\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .md-max\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .md-max\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .md-max\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .md-max\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md-max\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .md-max\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .md-max\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .md-max\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .md-max\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .md-max\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .md-max\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .md-max\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .md-max\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md-max\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .md-max\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md-max\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .md-max\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md-max\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .md-max\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .md-max\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md-max\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .md-max\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .md-max\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md-max\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md-max\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .md-max\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md-max\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .md-max\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .md-max\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md-max\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .md-max\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .md-max\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .md-max\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md-max\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md-max\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md-max\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .md-max\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md-max\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md-max\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .md-max\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .md-max\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .md-max\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .md-max\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .md-max\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .md-max\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .md-max\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .md-max\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .md-max\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .md-max\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .md-max\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .md-max\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .md-max\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .md-max\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md-max\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .md-max\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .md-max\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .md-max\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .md-max\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .md-max\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md-max\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .md-max\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .md-max\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .md-max\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .md-max\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .md-max\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .md-max\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .md-max\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .md-max\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .md-max\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .md-max\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .md-max\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .md-max\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .md-max\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .md-max\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .md-max\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .md-max\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .md-max\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .md-max\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .md-max\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .md-max\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .md-max\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .md-max\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .md-max\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .md-max\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .md-max\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .md-max\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .md-max\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .md-max\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .md-max\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .md-max\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .md-max\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .md-max\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .md-max\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .md-max\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .md-max\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .md-max\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .md-max\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .md-max\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .md-max\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .md-max\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .md-max\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .md-max\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .md-max\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .md-max\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .md-max\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .md-max\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .md-max\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .md-max\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md-max\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .md-max\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .md-max\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md-max\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .md-max\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md-max\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .md-max\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md-max\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .md-max\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .md-max\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md-max\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .md-max\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .md-max\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md-max\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .md-max\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .md-max\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .md-max\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .md-max\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .md-max\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .md-max\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .md-max\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .md-max\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .md-max\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .md-max\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .md-max\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .md-max\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .md-max\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .md-max\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .md-max\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .md-max\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .md-max\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .md-max\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .md-max\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .md-max\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .md-max\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .md-max\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .md-max\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .md-max\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .md-max\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .md-max\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .md-max\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .md-max\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .md-max\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .md-max\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .md-max\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .md-max\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .md-max\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .md-max\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .md-max\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .md-max\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .md-max\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .md-max\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .md-max\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .md-max\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .md-max\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .md-max\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .md-max\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .md-max\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .md-max\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .md-max\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .md-max\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .md-max\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .md-max\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .md-max\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .md-max\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .md-max\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .md-max\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .md-max\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .md-max\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .md-max\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .md-max\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .md-max\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .md-max\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .md-max\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .md-max\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .md-max\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .md-max\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .md-max\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .md-max\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .md-max\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .md-max\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .md-max\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .md-max\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .md-max\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .md-max\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .md-max\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .md-max\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .md-max\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .md-max\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .md-max\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .md-max\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .md-max\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .md-max\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .md-max\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .md-max\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .md-max\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .md-max\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .md-max\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .md-max\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .md-max\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .md-max\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .md-max\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .md-max\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .md-max\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .md-max\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .md-max\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .md-max\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .md-max\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .md-max\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .md-max\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .md-max\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .md-max\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .md-max\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .md-max\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .md-max\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .md-max\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .md-max\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .md-max\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .md-max\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .md-max\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .md-max\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .md-max\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .md-max\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .md-max\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .md-max\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .md-max\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .md-max\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .md-max\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .md-max\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .md-max\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .md-max\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .md-max\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .md-max\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .md-max\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .md-max\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .md-max\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .md-max\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .md-max\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .md-max\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .md-max\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .md-max\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .md-max\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .md-max\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .md-max\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .md-max\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .md-max\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .md-max\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .md-max\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .md-max\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .md-max\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .md-max\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .md-max\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .md-max\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .md-max\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .md-max\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .md-max\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .md-max\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .md-max\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .md-max\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .md-max\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .md-max\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .md-max\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .md-max\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .md-max\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .md-max\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .md-max\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .md-max\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .md-max\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .md-max\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .md-max\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .md-max\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .md-max\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .md-max\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .md-max\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .md-max\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .md-max\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .md-max\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .md-max\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .md-max\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .md-max\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .md-max\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .md-max\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .md-max\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .md-max\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .md-max\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .md-max\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .md-max\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .md-max\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .md-max\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .md-max\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .md-max\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .md-max\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .md-max\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .md-max\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .md-max\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .md-max\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .md-max\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .md-max\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .md-max\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .md-max\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .md-max\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .md-max\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .md-max\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .md-max\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .md-max\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .md-max\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .md-max\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .md-max\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .md-max\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .md-max\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .md-max\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .md-max\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .md-max\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .md-max\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .md-max\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .md-max\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .md-max\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .md-max\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .md-max\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .md-max\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .md-max\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .md-max\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .md-max\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .md-max\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .md-max\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .md-max\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .md-max\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .md-max\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .md-max\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .md-max\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .md-max\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .md-max\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .md-max\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .md-max\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .md-max\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .md-max\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .md-max\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .md-max\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .md-max\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .md-max\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .md-max\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .md-max\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .md-max\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .md-max\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .md-max\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .md-max\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .md-max\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .md-max\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .md-max\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .md-max\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .md-max\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .md-max\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .md-max\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .md-max\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .md-max\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .md-max\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .md-max\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .md-max\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .md-max\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .md-max\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .md-max\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .md-max\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .md-max\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .md-max\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .md-max\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .md-max\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .md-max\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .md-max\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .md-max\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .md-max\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .md-max\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .md-max\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .md-max\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .md-max\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .md-max\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .md-max\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .md-max\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .md-max\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .md-max\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .md-max\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .md-max\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .md-max\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .md-max\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .md-max\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .md-max\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .md-max\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .md-max\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .md-max\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .md-max\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .md-max\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .md-max\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .md-max\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .md-max\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .md-max\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .md-max\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .md-max\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .md-max\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .md-max\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .md-max\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .md-max\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .md-max\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .md-max\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .md-max\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .md-max\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .md-max\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .md-max\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .md-max\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md-max\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .md-max\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .md-max\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .md-max\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .md-max\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .md-max\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .md-max\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .md-max\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .md-max\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .md-max\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .md-max\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .md-max\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .md-max\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .md-max\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .md-max\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .md-max\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .md-max\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .md-max\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .md-max\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .md-max\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .md-max\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .md-max\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .md-max\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .md-max\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .md-max\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .md-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .md-max\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .md-max\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .md-max\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .md-max\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .md-max\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .md-max\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .md-max\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .md-max\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .md-max\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .md-max\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .md-max\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .md-max\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .md-max\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .md-max\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .md-max\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .md-max\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:col-auto {
    grid-column: auto;
  }

  .md-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .md-max\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .md-max\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .md-max\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .md-max\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .md-max\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .md-max\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .md-max\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .md-max\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .md-max\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .md-max\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .md-max\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .md-max\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .md-max\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .md-max\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .md-max\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .md-max\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .md-max\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .md-max\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .md-max\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .md-max\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .md-max\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .md-max\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .md-max\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .md-max\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .md-max\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .md-max\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .md-max\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .md-max\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .md-max\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .md-max\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .md-max\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .md-max\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .md-max\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .md-max\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .md-max\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .md-max\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .md-max\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .md-max\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .md-max\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .md-max\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .md-max\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .md-max\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .md-max\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .md-max\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .md-max\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .md-max\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .md-max\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .md-max\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .md-max\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .md-max\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .md-max\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .md-max\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .md-max\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .md-max\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .md-max\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .md-max\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .md-max\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .md-max\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .md-max\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .md-max\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .md-max\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .md-max\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .md-max\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .md-max\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .md-max\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .md-max\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .md-max\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .md-max\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .md-max\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .md-max\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .md-max\:col-start-1 {
    grid-column-start: 1;
  }

  .md-max\:col-start-2 {
    grid-column-start: 2;
  }

  .md-max\:col-start-3 {
    grid-column-start: 3;
  }

  .md-max\:col-start-4 {
    grid-column-start: 4;
  }

  .md-max\:col-start-5 {
    grid-column-start: 5;
  }

  .md-max\:col-start-6 {
    grid-column-start: 6;
  }

  .md-max\:col-start-7 {
    grid-column-start: 7;
  }

  .md-max\:col-start-8 {
    grid-column-start: 8;
  }

  .md-max\:col-start-9 {
    grid-column-start: 9;
  }

  .md-max\:col-start-10 {
    grid-column-start: 10;
  }

  .md-max\:col-start-11 {
    grid-column-start: 11;
  }

  .md-max\:col-start-12 {
    grid-column-start: 12;
  }

  .md-max\:col-start-13 {
    grid-column-start: 13;
  }

  .md-max\:col-start-auto {
    grid-column-start: auto;
  }

  .md-max\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .md-max\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .md-max\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .md-max\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .md-max\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .md-max\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .md-max\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .md-max\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .md-max\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .md-max\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .md-max\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .md-max\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .md-max\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .md-max\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .md-max\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .md-max\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .md-max\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .md-max\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .md-max\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .md-max\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .md-max\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .md-max\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .md-max\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .md-max\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .md-max\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .md-max\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .md-max\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .md-max\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .md-max\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .md-max\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .md-max\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .md-max\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .md-max\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .md-max\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .md-max\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .md-max\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .md-max\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .md-max\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .md-max\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .md-max\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .md-max\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .md-max\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .md-max\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .md-max\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .md-max\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .md-max\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .md-max\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .md-max\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .md-max\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .md-max\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .md-max\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .md-max\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .md-max\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .md-max\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .md-max\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .md-max\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .md-max\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .md-max\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .md-max\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .md-max\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .md-max\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .md-max\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .md-max\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .md-max\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .md-max\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .md-max\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .md-max\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .md-max\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .md-max\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .md-max\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .md-max\:col-end-1 {
    grid-column-end: 1;
  }

  .md-max\:col-end-2 {
    grid-column-end: 2;
  }

  .md-max\:col-end-3 {
    grid-column-end: 3;
  }

  .md-max\:col-end-4 {
    grid-column-end: 4;
  }

  .md-max\:col-end-5 {
    grid-column-end: 5;
  }

  .md-max\:col-end-6 {
    grid-column-end: 6;
  }

  .md-max\:col-end-7 {
    grid-column-end: 7;
  }

  .md-max\:col-end-8 {
    grid-column-end: 8;
  }

  .md-max\:col-end-9 {
    grid-column-end: 9;
  }

  .md-max\:col-end-10 {
    grid-column-end: 10;
  }

  .md-max\:col-end-11 {
    grid-column-end: 11;
  }

  .md-max\:col-end-12 {
    grid-column-end: 12;
  }

  .md-max\:col-end-13 {
    grid-column-end: 13;
  }

  .md-max\:col-end-auto {
    grid-column-end: auto;
  }

  .md-max\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .md-max\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .md-max\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .md-max\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .md-max\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .md-max\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .md-max\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .md-max\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .md-max\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .md-max\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .md-max\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .md-max\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .md-max\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .md-max\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .md-max\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .md-max\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .md-max\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .md-max\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .md-max\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .md-max\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .md-max\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .md-max\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .md-max\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .md-max\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .md-max\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .md-max\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .md-max\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .md-max\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .md-max\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .md-max\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .md-max\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .md-max\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .md-max\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .md-max\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .md-max\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .md-max\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .md-max\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .md-max\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .md-max\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .md-max\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .md-max\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .md-max\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .md-max\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .md-max\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .md-max\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .md-max\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .md-max\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .md-max\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .md-max\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .md-max\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .md-max\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .md-max\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .md-max\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .md-max\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .md-max\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .md-max\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .md-max\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .md-max\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .md-max\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .md-max\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .md-max\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .md-max\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .md-max\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .md-max\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .md-max\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .md-max\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .md-max\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .md-max\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .md-max\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .md-max\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .md-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .md-max\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .md-max\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .md-max\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .md-max\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .md-max\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md-max\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .md-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .md-max\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .md-max\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .md-max\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .md-max\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .md-max\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .md-max\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .md-max\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .md-max\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .md-max\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .md-max\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .md-max\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .md-max\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .md-max\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .md-max\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .md-max\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .md-max\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:row-auto {
    grid-row: auto;
  }

  .md-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .md-max\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .md-max\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .md-max\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .md-max\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .md-max\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .md-max\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .md-max\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .md-max\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .md-max\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .md-max\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .md-max\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .md-max\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .md-max\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .md-max\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .md-max\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .md-max\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .md-max\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .md-max\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .md-max\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .md-max\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .md-max\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .md-max\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .md-max\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .md-max\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .md-max\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .md-max\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .md-max\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .md-max\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .md-max\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .md-max\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .md-max\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .md-max\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .md-max\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .md-max\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .md-max\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .md-max\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .md-max\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .md-max\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .md-max\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .md-max\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .md-max\:row-start-1 {
    grid-row-start: 1;
  }

  .md-max\:row-start-2 {
    grid-row-start: 2;
  }

  .md-max\:row-start-3 {
    grid-row-start: 3;
  }

  .md-max\:row-start-4 {
    grid-row-start: 4;
  }

  .md-max\:row-start-5 {
    grid-row-start: 5;
  }

  .md-max\:row-start-6 {
    grid-row-start: 6;
  }

  .md-max\:row-start-7 {
    grid-row-start: 7;
  }

  .md-max\:row-start-auto {
    grid-row-start: auto;
  }

  .md-max\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .md-max\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .md-max\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .md-max\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .md-max\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .md-max\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .md-max\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .md-max\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .md-max\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .md-max\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .md-max\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .md-max\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .md-max\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .md-max\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .md-max\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .md-max\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .md-max\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .md-max\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .md-max\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .md-max\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .md-max\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .md-max\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .md-max\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .md-max\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .md-max\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .md-max\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .md-max\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .md-max\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .md-max\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .md-max\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .md-max\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .md-max\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .md-max\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .md-max\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .md-max\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .md-max\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .md-max\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .md-max\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .md-max\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .md-max\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .md-max\:row-end-1 {
    grid-row-end: 1;
  }

  .md-max\:row-end-2 {
    grid-row-end: 2;
  }

  .md-max\:row-end-3 {
    grid-row-end: 3;
  }

  .md-max\:row-end-4 {
    grid-row-end: 4;
  }

  .md-max\:row-end-5 {
    grid-row-end: 5;
  }

  .md-max\:row-end-6 {
    grid-row-end: 6;
  }

  .md-max\:row-end-7 {
    grid-row-end: 7;
  }

  .md-max\:row-end-auto {
    grid-row-end: auto;
  }

  .md-max\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .md-max\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .md-max\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .md-max\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .md-max\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .md-max\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .md-max\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .md-max\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .md-max\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .md-max\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .md-max\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .md-max\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .md-max\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .md-max\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .md-max\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .md-max\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .md-max\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .md-max\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .md-max\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .md-max\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .md-max\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .md-max\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .md-max\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .md-max\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .md-max\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .md-max\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .md-max\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .md-max\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .md-max\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .md-max\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .md-max\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .md-max\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .md-max\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .md-max\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .md-max\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .md-max\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .md-max\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .md-max\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .md-max\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .md-max\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .md-max\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md-max\:transform-none {
    transform: none;
  }

  .md-max\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md-max\:hover\:transform-none:hover {
    transform: none;
  }

  .md-max\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md-max\:focus\:transform-none:focus {
    transform: none;
  }

  .md-max\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md-max\:first\:transform-none:first-child {
    transform: none;
  }

  .md-max\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md-max\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .md-max\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .md-max\:group-hover\:transform-none {
    transform: none;
  }

  .md-max\:origin-center {
    transform-origin: center;
  }

  .md-max\:origin-top {
    transform-origin: top;
  }

  .md-max\:origin-top-right {
    transform-origin: top right;
  }

  .md-max\:origin-right {
    transform-origin: right;
  }

  .md-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md-max\:origin-bottom {
    transform-origin: bottom;
  }

  .md-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md-max\:origin-left {
    transform-origin: left;
  }

  .md-max\:origin-top-left {
    transform-origin: top left;
  }

  .md-max\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .md-max\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .md-max\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .md-max\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .md-max\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .md-max\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .md-max\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .md-max\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .md-max\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .md-max\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .md-max\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .md-max\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .md-max\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .md-max\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .md-max\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .md-max\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .md-max\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .md-max\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .md-max\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .md-max\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .md-max\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .md-max\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .md-max\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .md-max\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .md-max\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .md-max\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .md-max\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .md-max\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .md-max\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .md-max\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .md-max\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .md-max\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .md-max\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .md-max\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .md-max\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .md-max\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .md-max\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .md-max\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .md-max\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .md-max\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .md-max\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .md-max\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .md-max\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .md-max\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .md-max\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .md-max\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md-max\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md-max\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md-max\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md-max\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md-max\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md-max\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md-max\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md-max\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md-max\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md-max\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md-max\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md-max\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md-max\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md-max\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md-max\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md-max\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md-max\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md-max\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md-max\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md-max\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md-max\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md-max\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md-max\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md-max\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md-max\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md-max\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md-max\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md-max\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md-max\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md-max\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md-max\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md-max\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md-max\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md-max\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md-max\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md-max\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md-max\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md-max\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md-max\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md-max\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md-max\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md-max\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md-max\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md-max\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md-max\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md-max\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md-max\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md-max\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md-max\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md-max\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md-max\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md-max\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md-max\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md-max\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md-max\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md-max\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md-max\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md-max\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md-max\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md-max\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md-max\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md-max\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md-max\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md-max\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md-max\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md-max\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md-max\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md-max\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md-max\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md-max\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md-max\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md-max\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md-max\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md-max\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md-max\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md-max\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md-max\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md-max\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md-max\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md-max\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md-max\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md-max\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md-max\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md-max\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md-max\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md-max\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md-max\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md-max\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md-max\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md-max\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md-max\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md-max\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md-max\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md-max\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md-max\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md-max\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md-max\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md-max\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md-max\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md-max\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .md-max\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .md-max\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .md-max\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .md-max\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .md-max\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .md-max\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .md-max\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .md-max\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .md-max\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .md-max\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .md-max\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .md-max\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .md-max\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .md-max\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .md-max\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .md-max\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .md-max\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .md-max\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .md-max\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .md-max\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md-max\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md-max\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md-max\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md-max\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md-max\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md-max\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md-max\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md-max\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md-max\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md-max\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .md-max\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .md-max\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .md-max\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .md-max\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .md-max\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .md-max\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .md-max\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .md-max\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .md-max\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .md-max\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .md-max\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .md-max\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .md-max\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .md-max\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .md-max\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .md-max\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .md-max\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .md-max\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .md-max\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .md-max\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .md-max\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .md-max\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .md-max\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .md-max\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .md-max\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .md-max\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .md-max\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .md-max\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .md-max\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .md-max\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .md-max\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .md-max\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .md-max\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .md-max\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .md-max\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .md-max\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .md-max\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .md-max\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .md-max\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .md-max\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .md-max\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .md-max\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .md-max\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .md-max\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .md-max\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .md-max\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .md-max\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .md-max\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .md-max\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md-max\:rotate-0 {
    --transform-rotate: 0;
  }

  .md-max\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .md-max\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .md-max\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .md-max\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .md-max\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .md-max\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md-max\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md-max\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md-max\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md-max\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md-max\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md-max\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .md-max\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .md-max\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .md-max\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .md-max\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .md-max\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md-max\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .md-max\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .md-max\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .md-max\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .md-max\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .md-max\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md-max\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md-max\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md-max\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md-max\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md-max\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md-max\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .md-max\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .md-max\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .md-max\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .md-max\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .md-max\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md-max\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .md-max\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .md-max\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .md-max\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .md-max\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .md-max\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md-max\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md-max\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md-max\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md-max\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md-max\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md-max\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .md-max\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .md-max\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .md-max\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .md-max\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .md-max\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .md-max\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .md-max\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .md-max\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .md-max\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .md-max\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .md-max\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .md-max\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .md-max\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .md-max\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .md-max\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .md-max\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .md-max\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .md-max\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .md-max\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .md-max\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .md-max\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .md-max\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .md-max\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .md-max\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .md-max\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .md-max\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .md-max\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .md-max\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .md-max\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .md-max\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .md-max\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .md-max\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .md-max\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .md-max\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .md-max\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .md-max\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .md-max\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .md-max\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .md-max\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .md-max\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .md-max\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .md-max\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .md-max\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .md-max\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .md-max\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .md-max\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .md-max\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .md-max\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .md-max\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .md-max\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md-max\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md-max\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .md-max\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .md-max\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .md-max\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .md-max\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .md-max\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .md-max\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .md-max\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .md-max\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .md-max\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .md-max\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .md-max\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .md-max\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .md-max\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .md-max\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .md-max\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .md-max\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .md-max\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .md-max\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .md-max\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .md-max\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .md-max\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .md-max\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .md-max\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .md-max\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .md-max\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .md-max\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .md-max\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .md-max\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .md-max\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .md-max\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .md-max\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .md-max\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .md-max\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .md-max\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .md-max\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .md-max\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .md-max\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .md-max\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .md-max\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .md-max\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .md-max\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .md-max\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .md-max\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .md-max\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .md-max\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .md-max\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .md-max\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .md-max\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .md-max\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .md-max\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .md-max\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .md-max\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .md-max\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .md-max\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .md-max\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .md-max\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .md-max\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .md-max\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .md-max\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .md-max\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .md-max\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .md-max\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .md-max\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .md-max\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .md-max\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .md-max\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .md-max\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .md-max\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .md-max\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md-max\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .md-max\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .md-max\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .md-max\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .md-max\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .md-max\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .md-max\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .md-max\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .md-max\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .md-max\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .md-max\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .md-max\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .md-max\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .md-max\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .md-max\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .md-max\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .md-max\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .md-max\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .md-max\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .md-max\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .md-max\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .md-max\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .md-max\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .md-max\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .md-max\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .md-max\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .md-max\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md-max\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md-max\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .md-max\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .md-max\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .md-max\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .md-max\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .md-max\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .md-max\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .md-max\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .md-max\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .md-max\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .md-max\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .md-max\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .md-max\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .md-max\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .md-max\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .md-max\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .md-max\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .md-max\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .md-max\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .md-max\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .md-max\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .md-max\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .md-max\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .md-max\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .md-max\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .md-max\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .md-max\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .md-max\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .md-max\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .md-max\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .md-max\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .md-max\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .md-max\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .md-max\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .md-max\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .md-max\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .md-max\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .md-max\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .md-max\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .md-max\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .md-max\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .md-max\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .md-max\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .md-max\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .md-max\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .md-max\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .md-max\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .md-max\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .md-max\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .md-max\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .md-max\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .md-max\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .md-max\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .md-max\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .md-max\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .md-max\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .md-max\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .md-max\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .md-max\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .md-max\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .md-max\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .md-max\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .md-max\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .md-max\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .md-max\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .md-max\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .md-max\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .md-max\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .md-max\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .md-max\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md-max\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .md-max\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .md-max\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .md-max\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .md-max\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .md-max\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .md-max\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .md-max\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .md-max\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .md-max\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .md-max\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .md-max\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .md-max\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .md-max\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .md-max\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .md-max\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .md-max\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .md-max\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .md-max\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .md-max\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .md-max\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .md-max\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .md-max\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .md-max\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .md-max\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .md-max\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md-max\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md-max\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md-max\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md-max\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .md-max\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md-max\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md-max\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .md-max\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .md-max\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .md-max\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .md-max\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .md-max\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .md-max\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .md-max\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .md-max\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .md-max\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .md-max\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .md-max\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .md-max\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .md-max\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .md-max\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .md-max\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .md-max\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .md-max\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .md-max\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .md-max\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .md-max\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .md-max\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .md-max\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .md-max\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .md-max\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .md-max\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .md-max\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .md-max\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .md-max\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .md-max\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .md-max\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .md-max\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .md-max\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .md-max\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .md-max\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .md-max\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .md-max\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .md-max\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .md-max\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .md-max\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .md-max\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .md-max\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .md-max\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .md-max\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .md-max\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .md-max\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .md-max\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .md-max\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .md-max\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .md-max\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .md-max\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .md-max\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .md-max\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .md-max\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .md-max\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .md-max\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .md-max\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .md-max\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .md-max\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .md-max\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .md-max\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .md-max\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .md-max\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .md-max\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .md-max\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .md-max\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .md-max\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .md-max\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .md-max\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .md-max\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md-max\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .md-max\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .md-max\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .md-max\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .md-max\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .md-max\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .md-max\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .md-max\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .md-max\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .md-max\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .md-max\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .md-max\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .md-max\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .md-max\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .md-max\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .md-max\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .md-max\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .md-max\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .md-max\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .md-max\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .md-max\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .md-max\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .md-max\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .md-max\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .md-max\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .md-max\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .md-max\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md-max\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md-max\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .md-max\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .md-max\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .md-max\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .md-max\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .md-max\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .md-max\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .md-max\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .md-max\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .md-max\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .md-max\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .md-max\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .md-max\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .md-max\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .md-max\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .md-max\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .md-max\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .md-max\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .md-max\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .md-max\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .md-max\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .md-max\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .md-max\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .md-max\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .md-max\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .md-max\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .md-max\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .md-max\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .md-max\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .md-max\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .md-max\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .md-max\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .md-max\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .md-max\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .md-max\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .md-max\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .md-max\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .md-max\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .md-max\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .md-max\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .md-max\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .md-max\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .md-max\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .md-max\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .md-max\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .md-max\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .md-max\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .md-max\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .md-max\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .md-max\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .md-max\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .md-max\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .md-max\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .md-max\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .md-max\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .md-max\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .md-max\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .md-max\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .md-max\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .md-max\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .md-max\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .md-max\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .md-max\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .md-max\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .md-max\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .md-max\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .md-max\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .md-max\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .md-max\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .md-max\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md-max\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .md-max\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .md-max\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .md-max\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .md-max\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .md-max\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .md-max\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .md-max\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .md-max\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .md-max\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .md-max\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .md-max\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .md-max\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .md-max\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .md-max\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .md-max\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .md-max\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .md-max\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .md-max\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .md-max\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .md-max\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .md-max\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .md-max\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .md-max\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .md-max\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .md-max\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md-max\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md-max\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md-max\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md-max\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .md-max\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md-max\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md-max\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .md-max\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .md-max\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .md-max\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .md-max\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .md-max\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .md-max\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .md-max\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .md-max\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .md-max\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .md-max\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .md-max\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .md-max\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .md-max\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .md-max\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .md-max\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .md-max\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .md-max\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .md-max\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .md-max\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .md-max\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .md-max\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .md-max\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .md-max\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .md-max\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .md-max\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .md-max\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .md-max\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .md-max\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .md-max\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .md-max\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .md-max\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .md-max\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .md-max\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .md-max\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .md-max\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .md-max\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .md-max\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .md-max\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .md-max\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .md-max\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .md-max\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .md-max\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .md-max\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .md-max\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .md-max\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .md-max\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .md-max\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .md-max\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .md-max\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .md-max\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .md-max\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .md-max\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .md-max\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .md-max\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .md-max\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .md-max\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .md-max\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .md-max\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .md-max\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .md-max\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .md-max\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .md-max\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .md-max\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .md-max\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .md-max\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .md-max\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .md-max\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .md-max\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .md-max\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md-max\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .md-max\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .md-max\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .md-max\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .md-max\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .md-max\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .md-max\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .md-max\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .md-max\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .md-max\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .md-max\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .md-max\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .md-max\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .md-max\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .md-max\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .md-max\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .md-max\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .md-max\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .md-max\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .md-max\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .md-max\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .md-max\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .md-max\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .md-max\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .md-max\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .md-max\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .md-max\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md-max\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md-max\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .md-max\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .md-max\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .md-max\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .md-max\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .md-max\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .md-max\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .md-max\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .md-max\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .md-max\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .md-max\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .md-max\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .md-max\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .md-max\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .md-max\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .md-max\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .md-max\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .md-max\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .md-max\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .md-max\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .md-max\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .md-max\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .md-max\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .md-max\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .md-max\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .md-max\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .md-max\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .md-max\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .md-max\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .md-max\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .md-max\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .md-max\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .md-max\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .md-max\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .md-max\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .md-max\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .md-max\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .md-max\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .md-max\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .md-max\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .md-max\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .md-max\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .md-max\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .md-max\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .md-max\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .md-max\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .md-max\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .md-max\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .md-max\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .md-max\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .md-max\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .md-max\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .md-max\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .md-max\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .md-max\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .md-max\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .md-max\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .md-max\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .md-max\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .md-max\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .md-max\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .md-max\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .md-max\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .md-max\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .md-max\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .md-max\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .md-max\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .md-max\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .md-max\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .md-max\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md-max\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .md-max\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .md-max\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .md-max\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .md-max\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .md-max\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .md-max\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .md-max\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .md-max\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .md-max\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .md-max\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .md-max\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .md-max\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .md-max\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .md-max\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .md-max\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .md-max\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .md-max\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .md-max\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .md-max\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .md-max\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .md-max\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .md-max\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .md-max\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .md-max\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .md-max\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md-max\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md-max\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md-max\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md-max\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .md-max\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md-max\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md-max\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .md-max\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .md-max\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .md-max\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .md-max\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .md-max\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .md-max\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .md-max\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .md-max\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .md-max\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .md-max\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .md-max\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .md-max\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .md-max\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .md-max\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .md-max\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .md-max\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .md-max\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .md-max\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .md-max\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .md-max\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .md-max\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .md-max\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .md-max\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .md-max\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .md-max\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .md-max\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .md-max\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .md-max\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .md-max\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .md-max\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .md-max\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .md-max\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .md-max\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .md-max\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .md-max\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .md-max\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .md-max\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .md-max\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .md-max\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .md-max\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .md-max\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .md-max\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .md-max\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .md-max\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .md-max\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .md-max\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .md-max\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .md-max\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .md-max\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .md-max\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .md-max\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .md-max\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .md-max\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .md-max\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .md-max\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .md-max\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .md-max\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .md-max\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .md-max\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .md-max\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .md-max\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .md-max\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .md-max\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .md-max\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .md-max\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .md-max\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .md-max\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .md-max\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .md-max\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md-max\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .md-max\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .md-max\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .md-max\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .md-max\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .md-max\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .md-max\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .md-max\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .md-max\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .md-max\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .md-max\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .md-max\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .md-max\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .md-max\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .md-max\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .md-max\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .md-max\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .md-max\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .md-max\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .md-max\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .md-max\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .md-max\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .md-max\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .md-max\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .md-max\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .md-max\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .md-max\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md-max\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md-max\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .md-max\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .md-max\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .md-max\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .md-max\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .md-max\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .md-max\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .md-max\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .md-max\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .md-max\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .md-max\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .md-max\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .md-max\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .md-max\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .md-max\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .md-max\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .md-max\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .md-max\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .md-max\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .md-max\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .md-max\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .md-max\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .md-max\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .md-max\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .md-max\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .md-max\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .md-max\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .md-max\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .md-max\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .md-max\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .md-max\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .md-max\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .md-max\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .md-max\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .md-max\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .md-max\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .md-max\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .md-max\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .md-max\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .md-max\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .md-max\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .md-max\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .md-max\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .md-max\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .md-max\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .md-max\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .md-max\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .md-max\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .md-max\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .md-max\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .md-max\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .md-max\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .md-max\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .md-max\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .md-max\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .md-max\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .md-max\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .md-max\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .md-max\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .md-max\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .md-max\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .md-max\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .md-max\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .md-max\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .md-max\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .md-max\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .md-max\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .md-max\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .md-max\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .md-max\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md-max\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .md-max\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .md-max\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .md-max\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .md-max\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .md-max\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .md-max\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .md-max\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .md-max\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .md-max\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .md-max\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .md-max\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .md-max\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .md-max\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .md-max\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .md-max\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .md-max\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .md-max\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .md-max\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .md-max\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .md-max\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .md-max\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .md-max\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .md-max\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .md-max\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .md-max\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md-max\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md-max\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md-max\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md-max\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .md-max\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md-max\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md-max\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .md-max\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .md-max\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .md-max\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .md-max\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .md-max\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .md-max\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .md-max\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .md-max\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .md-max\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .md-max\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .md-max\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .md-max\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .md-max\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .md-max\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .md-max\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .md-max\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .md-max\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .md-max\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .md-max\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .md-max\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .md-max\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .md-max\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .md-max\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .md-max\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .md-max\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .md-max\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .md-max\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .md-max\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .md-max\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .md-max\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .md-max\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .md-max\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .md-max\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .md-max\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .md-max\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .md-max\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .md-max\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .md-max\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .md-max\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .md-max\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .md-max\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .md-max\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .md-max\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .md-max\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .md-max\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .md-max\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .md-max\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .md-max\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .md-max\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .md-max\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .md-max\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .md-max\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .md-max\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .md-max\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .md-max\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .md-max\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .md-max\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .md-max\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .md-max\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .md-max\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .md-max\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .md-max\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .md-max\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .md-max\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .md-max\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .md-max\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .md-max\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .md-max\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .md-max\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md-max\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .md-max\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .md-max\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .md-max\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .md-max\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .md-max\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .md-max\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .md-max\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .md-max\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .md-max\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .md-max\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .md-max\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .md-max\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .md-max\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .md-max\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .md-max\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .md-max\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .md-max\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .md-max\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .md-max\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .md-max\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .md-max\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .md-max\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .md-max\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .md-max\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .md-max\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .md-max\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md-max\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md-max\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .md-max\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .md-max\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .md-max\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .md-max\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .md-max\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .md-max\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .md-max\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .md-max\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .md-max\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .md-max\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .md-max\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .md-max\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .md-max\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .md-max\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .md-max\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .md-max\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .md-max\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .md-max\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .md-max\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .md-max\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .md-max\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .md-max\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .md-max\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .md-max\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .md-max\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .md-max\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .md-max\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .md-max\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .md-max\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .md-max\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .md-max\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .md-max\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .md-max\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .md-max\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .md-max\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .md-max\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .md-max\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .md-max\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .md-max\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .md-max\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .md-max\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .md-max\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .md-max\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .md-max\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .md-max\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .md-max\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .md-max\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .md-max\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .md-max\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .md-max\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .md-max\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .md-max\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .md-max\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .md-max\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .md-max\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .md-max\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .md-max\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .md-max\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .md-max\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .md-max\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .md-max\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .md-max\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .md-max\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .md-max\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .md-max\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .md-max\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .md-max\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .md-max\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .md-max\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md-max\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .md-max\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .md-max\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .md-max\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .md-max\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .md-max\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .md-max\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .md-max\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .md-max\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .md-max\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .md-max\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .md-max\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .md-max\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .md-max\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .md-max\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .md-max\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .md-max\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .md-max\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .md-max\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .md-max\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .md-max\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .md-max\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .md-max\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .md-max\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .md-max\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .md-max\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md-max\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md-max\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md-max\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md-max\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .md-max\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md-max\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md-max\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .md-max\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .md-max\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .md-max\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .md-max\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .md-max\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .md-max\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .md-max\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .md-max\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .md-max\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .md-max\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .md-max\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .md-max\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .md-max\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .md-max\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .md-max\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .md-max\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .md-max\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .md-max\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .md-max\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .md-max\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .md-max\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .md-max\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .md-max\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .md-max\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .md-max\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .md-max\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .md-max\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .md-max\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .md-max\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .md-max\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .md-max\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .md-max\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .md-max\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .md-max\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .md-max\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .md-max\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .md-max\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .md-max\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .md-max\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .md-max\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .md-max\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .md-max\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .md-max\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .md-max\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .md-max\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .md-max\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .md-max\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .md-max\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .md-max\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .md-max\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .md-max\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .md-max\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .md-max\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .md-max\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .md-max\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .md-max\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .md-max\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .md-max\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .md-max\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .md-max\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .md-max\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .md-max\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .md-max\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .md-max\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .md-max\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .md-max\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .md-max\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .md-max\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .md-max\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md-max\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .md-max\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .md-max\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .md-max\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .md-max\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .md-max\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .md-max\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .md-max\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .md-max\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .md-max\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .md-max\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .md-max\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .md-max\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .md-max\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .md-max\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .md-max\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .md-max\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .md-max\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .md-max\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .md-max\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .md-max\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .md-max\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .md-max\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .md-max\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .md-max\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .md-max\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .md-max\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md-max\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md-max\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .md-max\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .md-max\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .md-max\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .md-max\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .md-max\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .md-max\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .md-max\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .md-max\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .md-max\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .md-max\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .md-max\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .md-max\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .md-max\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .md-max\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .md-max\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .md-max\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .md-max\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .md-max\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .md-max\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .md-max\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .md-max\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .md-max\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .md-max\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .md-max\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .md-max\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .md-max\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .md-max\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .md-max\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .md-max\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .md-max\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .md-max\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .md-max\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .md-max\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .md-max\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .md-max\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .md-max\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .md-max\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .md-max\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .md-max\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .md-max\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .md-max\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .md-max\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .md-max\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .md-max\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .md-max\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .md-max\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .md-max\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .md-max\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .md-max\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .md-max\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .md-max\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .md-max\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .md-max\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .md-max\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .md-max\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .md-max\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .md-max\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .md-max\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .md-max\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .md-max\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .md-max\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .md-max\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .md-max\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .md-max\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .md-max\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .md-max\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .md-max\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .md-max\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .md-max\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md-max\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .md-max\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .md-max\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .md-max\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .md-max\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .md-max\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .md-max\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .md-max\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .md-max\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .md-max\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .md-max\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .md-max\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .md-max\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .md-max\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .md-max\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .md-max\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .md-max\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .md-max\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .md-max\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .md-max\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .md-max\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .md-max\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .md-max\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .md-max\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .md-max\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .md-max\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md-max\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md-max\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md-max\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md-max\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .md-max\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .md-max\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .md-max\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .md-max\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .md-max\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .md-max\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .md-max\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .md-max\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .md-max\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .md-max\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .md-max\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .md-max\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .md-max\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .md-max\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .md-max\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .md-max\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .md-max\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .md-max\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .md-max\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .md-max\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .md-max\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .md-max\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .md-max\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .md-max\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .md-max\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .md-max\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .md-max\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .md-max\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .md-max\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .md-max\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .md-max\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .md-max\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .md-max\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .md-max\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .md-max\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .md-max\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .md-max\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .md-max\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .md-max\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .md-max\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .md-max\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .md-max\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .md-max\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .md-max\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .md-max\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .md-max\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .md-max\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .md-max\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .md-max\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .md-max\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .md-max\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .md-max\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .md-max\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .md-max\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .md-max\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .md-max\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .md-max\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .md-max\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .md-max\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .md-max\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .md-max\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .md-max\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .md-max\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .md-max\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .md-max\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .md-max\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .md-max\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .md-max\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .md-max\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .md-max\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .md-max\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .md-max\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .md-max\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .md-max\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .md-max\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .md-max\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .md-max\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .md-max\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .md-max\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .md-max\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .md-max\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .md-max\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .md-max\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .md-max\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .md-max\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .md-max\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .md-max\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .md-max\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .md-max\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .md-max\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .md-max\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .md-max\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .md-max\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .md-max\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .md-max\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .md-max\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .md-max\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .md-max\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .md-max\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .md-max\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .md-max\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .md-max\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .md-max\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .md-max\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .md-max\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .md-max\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .md-max\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .md-max\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .md-max\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .md-max\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .md-max\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .md-max\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .md-max\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .md-max\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .md-max\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .md-max\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .md-max\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .md-max\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .md-max\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .md-max\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .md-max\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .md-max\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .md-max\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .md-max\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .md-max\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .md-max\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .md-max\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .md-max\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .md-max\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .md-max\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .md-max\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .md-max\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .md-max\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .md-max\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .md-max\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .md-max\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .md-max\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .md-max\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .md-max\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .md-max\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .md-max\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .md-max\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .md-max\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .md-max\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .md-max\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .md-max\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .md-max\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .md-max\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .md-max\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .md-max\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .md-max\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .md-max\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .md-max\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .md-max\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .md-max\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .md-max\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .md-max\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .md-max\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .md-max\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .md-max\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .md-max\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .md-max\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .md-max\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .md-max\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .md-max\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .md-max\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .md-max\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .md-max\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .md-max\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .md-max\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .md-max\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .md-max\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .md-max\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .md-max\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .md-max\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .md-max\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .md-max\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .md-max\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .md-max\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .md-max\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .md-max\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .md-max\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .md-max\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .md-max\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .md-max\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .md-max\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .md-max\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .md-max\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .md-max\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .md-max\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .md-max\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .md-max\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .md-max\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .md-max\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .md-max\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .md-max\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .md-max\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .md-max\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .md-max\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .md-max\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .md-max\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .md-max\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .md-max\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .md-max\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .md-max\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .md-max\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .md-max\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .md-max\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .md-max\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .md-max\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .md-max\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .md-max\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .md-max\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .md-max\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .md-max\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .md-max\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .md-max\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .md-max\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .md-max\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .md-max\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .md-max\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .md-max\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .md-max\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .md-max\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .md-max\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .md-max\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .md-max\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .md-max\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .md-max\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .md-max\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .md-max\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .md-max\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .md-max\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .md-max\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .md-max\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .md-max\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .md-max\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .md-max\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .md-max\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .md-max\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .md-max\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .md-max\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .md-max\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .md-max\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .md-max\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .md-max\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .md-max\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .md-max\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .md-max\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .md-max\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .md-max\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .md-max\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .md-max\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .md-max\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .md-max\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .md-max\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .md-max\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .md-max\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .md-max\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .md-max\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .md-max\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .md-max\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .md-max\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .md-max\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .md-max\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .md-max\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .md-max\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .md-max\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .md-max\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .md-max\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .md-max\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .md-max\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .md-max\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .md-max\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .md-max\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .md-max\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .md-max\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .md-max\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .md-max\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .md-max\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .md-max\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .md-max\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .md-max\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .md-max\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .md-max\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .md-max\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .md-max\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .md-max\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .md-max\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .md-max\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .md-max\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .md-max\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .md-max\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .md-max\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .md-max\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .md-max\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .md-max\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .md-max\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .md-max\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .md-max\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .md-max\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .md-max\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .md-max\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .md-max\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .md-max\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .md-max\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .md-max\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .md-max\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .md-max\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .md-max\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .md-max\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .md-max\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .md-max\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .md-max\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .md-max\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .md-max\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .md-max\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .md-max\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .md-max\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .md-max\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .md-max\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .md-max\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .md-max\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .md-max\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .md-max\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .md-max\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .md-max\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .md-max\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .md-max\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .md-max\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .md-max\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .md-max\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .md-max\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .md-max\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .md-max\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .md-max\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .md-max\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .md-max\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .md-max\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .md-max\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .md-max\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .md-max\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .md-max\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .md-max\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .md-max\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .md-max\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .md-max\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .md-max\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .md-max\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .md-max\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .md-max\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .md-max\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .md-max\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .md-max\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .md-max\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .md-max\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .md-max\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .md-max\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .md-max\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .md-max\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .md-max\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .md-max\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .md-max\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .md-max\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .md-max\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .md-max\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .md-max\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .md-max\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .md-max\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .md-max\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .md-max\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .md-max\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .md-max\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .md-max\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .md-max\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .md-max\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .md-max\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .md-max\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .md-max\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .md-max\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .md-max\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .md-max\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .md-max\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .md-max\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .md-max\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .md-max\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .md-max\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .md-max\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .md-max\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .md-max\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .md-max\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .md-max\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .md-max\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .md-max\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .md-max\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .md-max\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .md-max\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .md-max\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .md-max\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .md-max\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .md-max\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .md-max\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .md-max\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .md-max\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .md-max\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .md-max\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .md-max\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .md-max\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .md-max\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .md-max\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .md-max\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .md-max\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .md-max\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .md-max\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .md-max\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .md-max\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .md-max\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .md-max\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .md-max\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .md-max\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .md-max\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .md-max\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .md-max\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .md-max\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .md-max\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .md-max\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .md-max\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .md-max\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .md-max\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .md-max\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .md-max\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .md-max\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .md-max\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .md-max\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .md-max\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .md-max\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .md-max\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .md-max\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .md-max\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .md-max\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .md-max\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .md-max\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .md-max\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .md-max\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .md-max\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .md-max\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .md-max\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .md-max\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .md-max\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .md-max\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .md-max\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .md-max\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .md-max\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .md-max\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .md-max\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .md-max\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .md-max\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .md-max\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .md-max\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .md-max\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .md-max\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .md-max\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .md-max\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .md-max\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .md-max\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .md-max\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .md-max\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .md-max\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .md-max\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .md-max\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .md-max\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .md-max\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .md-max\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .md-max\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .md-max\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .md-max\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .md-max\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .md-max\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .md-max\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .md-max\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .md-max\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .md-max\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .md-max\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .md-max\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .md-max\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .md-max\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .md-max\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .md-max\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .md-max\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .md-max\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .md-max\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .md-max\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .md-max\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .md-max\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .md-max\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .md-max\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .md-max\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .md-max\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .md-max\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .md-max\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .md-max\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .md-max\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .md-max\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .md-max\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .md-max\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .md-max\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .md-max\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .md-max\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .md-max\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .md-max\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .md-max\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .md-max\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .md-max\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .md-max\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .md-max\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .md-max\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .md-max\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .md-max\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .md-max\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .md-max\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .md-max\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .md-max\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .md-max\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .md-max\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .md-max\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .md-max\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .md-max\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .md-max\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .md-max\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .md-max\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .md-max\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .md-max\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .md-max\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .md-max\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .md-max\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .md-max\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .md-max\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .md-max\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .md-max\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .md-max\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .md-max\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .md-max\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .md-max\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .md-max\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .md-max\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .md-max\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .md-max\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .md-max\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .md-max\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .md-max\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .md-max\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .md-max\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .md-max\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .md-max\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .md-max\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .md-max\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .md-max\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .md-max\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .md-max\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .md-max\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .md-max\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .md-max\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .md-max\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .md-max\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .md-max\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .md-max\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .md-max\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .md-max\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .md-max\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .md-max\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .md-max\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .md-max\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .md-max\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .md-max\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .md-max\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .md-max\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .md-max\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .md-max\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .md-max\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .md-max\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .md-max\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .md-max\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .md-max\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .md-max\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .md-max\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .md-max\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .md-max\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .md-max\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .md-max\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .md-max\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .md-max\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .md-max\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .md-max\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .md-max\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .md-max\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .md-max\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .md-max\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .md-max\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .md-max\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .md-max\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .md-max\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .md-max\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .md-max\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .md-max\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .md-max\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .md-max\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .md-max\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .md-max\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .md-max\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .md-max\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .md-max\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .md-max\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .md-max\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .md-max\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .md-max\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .md-max\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .md-max\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .md-max\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .md-max\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .md-max\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .md-max\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .md-max\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .md-max\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .md-max\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .md-max\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .md-max\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .md-max\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .md-max\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .md-max\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .md-max\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .md-max\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .md-max\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .md-max\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .md-max\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .md-max\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .md-max\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .md-max\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .md-max\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .md-max\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .md-max\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .md-max\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .md-max\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .md-max\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .md-max\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .md-max\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .md-max\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .md-max\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .md-max\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .md-max\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .md-max\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .md-max\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .md-max\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .md-max\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .md-max\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .md-max\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .md-max\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .md-max\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .md-max\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .md-max\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .md-max\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .md-max\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .md-max\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .md-max\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .md-max\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .md-max\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .md-max\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .md-max\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .md-max\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .md-max\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .md-max\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .md-max\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .md-max\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .md-max\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .md-max\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .md-max\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .md-max\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .md-max\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .md-max\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .md-max\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .md-max\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .md-max\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .md-max\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .md-max\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .md-max\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .md-max\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .md-max\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .md-max\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .md-max\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .md-max\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .md-max\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .md-max\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .md-max\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .md-max\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .md-max\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .md-max\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .md-max\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .md-max\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .md-max\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .md-max\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .md-max\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .md-max\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .md-max\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .md-max\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .md-max\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .md-max\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .md-max\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .md-max\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .md-max\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .md-max\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .md-max\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .md-max\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .md-max\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .md-max\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .md-max\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .md-max\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .md-max\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .md-max\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .md-max\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .md-max\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .md-max\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .md-max\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .md-max\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .md-max\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .md-max\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .md-max\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .md-max\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .md-max\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .md-max\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .md-max\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .md-max\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .md-max\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .md-max\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .md-max\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .md-max\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .md-max\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .md-max\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .md-max\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .md-max\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .md-max\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .md-max\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .md-max\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .md-max\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .md-max\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .md-max\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .md-max\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .md-max\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .md-max\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .md-max\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .md-max\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .md-max\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .md-max\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .md-max\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .md-max\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .md-max\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .md-max\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .md-max\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .md-max\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .md-max\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .md-max\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .md-max\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .md-max\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .md-max\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .md-max\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .md-max\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .md-max\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .md-max\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .md-max\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .md-max\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .md-max\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .md-max\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .md-max\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .md-max\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .md-max\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .md-max\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .md-max\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .md-max\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .md-max\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .md-max\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .md-max\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .md-max\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .md-max\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .md-max\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .md-max\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .md-max\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .md-max\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .md-max\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .md-max\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .md-max\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .md-max\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .md-max\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .md-max\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .md-max\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .md-max\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .md-max\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .md-max\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .md-max\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .md-max\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .md-max\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .md-max\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .md-max\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .md-max\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .md-max\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .md-max\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .md-max\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .md-max\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .md-max\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .md-max\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .md-max\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .md-max\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .md-max\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .md-max\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .md-max\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .md-max\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .md-max\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .md-max\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .md-max\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .md-max\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .md-max\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .md-max\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .md-max\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .md-max\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .md-max\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .md-max\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .md-max\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .md-max\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .md-max\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .md-max\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .md-max\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .md-max\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .md-max\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .md-max\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .md-max\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .md-max\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .md-max\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .md-max\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .md-max\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .md-max\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .md-max\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .md-max\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .md-max\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .md-max\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .md-max\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .md-max\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .md-max\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .md-max\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .md-max\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .md-max\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .md-max\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .md-max\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .md-max\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .md-max\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .md-max\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .md-max\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .md-max\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .md-max\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .md-max\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .md-max\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .md-max\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .md-max\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .md-max\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .md-max\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .md-max\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .md-max\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .md-max\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .md-max\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .md-max\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .md-max\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .md-max\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .md-max\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .md-max\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .md-max\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .md-max\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .md-max\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .md-max\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .md-max\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .md-max\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .md-max\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .md-max\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .md-max\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .md-max\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .md-max\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .md-max\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .md-max\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .md-max\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .md-max\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .md-max\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .md-max\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .md-max\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .md-max\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .md-max\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .md-max\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .md-max\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .md-max\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .md-max\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .md-max\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .md-max\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .md-max\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .md-max\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .md-max\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .md-max\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .md-max\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .md-max\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .md-max\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .md-max\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .md-max\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .md-max\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .md-max\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .md-max\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .md-max\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .md-max\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .md-max\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .md-max\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .md-max\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .md-max\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .md-max\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .md-max\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .md-max\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .md-max\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .md-max\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .md-max\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .md-max\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .md-max\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .md-max\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .md-max\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .md-max\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .md-max\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .md-max\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .md-max\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .md-max\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .md-max\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .md-max\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .md-max\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .md-max\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .md-max\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .md-max\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .md-max\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .md-max\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .md-max\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .md-max\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .md-max\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .md-max\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .md-max\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .md-max\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .md-max\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .md-max\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .md-max\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .md-max\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .md-max\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .md-max\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .md-max\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .md-max\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .md-max\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .md-max\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .md-max\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .md-max\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .md-max\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .md-max\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .md-max\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .md-max\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .md-max\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .md-max\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .md-max\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .md-max\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .md-max\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .md-max\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .md-max\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .md-max\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .md-max\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .md-max\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .md-max\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .md-max\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .md-max\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .md-max\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .md-max\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .md-max\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .md-max\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .md-max\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .md-max\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .md-max\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .md-max\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .md-max\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .md-max\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .md-max\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .md-max\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .md-max\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .md-max\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .md-max\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .md-max\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .md-max\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .md-max\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .md-max\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .md-max\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .md-max\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .md-max\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .md-max\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .md-max\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .md-max\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .md-max\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .md-max\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .md-max\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .md-max\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .md-max\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .md-max\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .md-max\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .md-max\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .md-max\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .md-max\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .md-max\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .md-max\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .md-max\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .md-max\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md-max\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .md-max\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .md-max\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .md-max\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .md-max\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .md-max\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md-max\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md-max\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md-max\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .md-max\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .md-max\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .md-max\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .md-max\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .md-max\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .md-max\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .md-max\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .md-max\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md-max\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md-max\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md-max\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .md-max\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .md-max\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .md-max\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .md-max\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .md-max\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .md-max\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .md-max\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .md-max\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md-max\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md-max\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md-max\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .md-max\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .md-max\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .md-max\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .md-max\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .md-max\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .md-max\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .md-max\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .md-max\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md-max\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md-max\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md-max\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .md-max\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .md-max\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .md-max\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .md-max\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .md-max\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .md-max\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .md-max\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .md-max\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md-max\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md-max\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md-max\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .md-max\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .md-max\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .md-max\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .md-max\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .md-max\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .md-max\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .md-max\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .md-max\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md-max\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md-max\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md-max\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md-max\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .md-max\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .md-max\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .md-max\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .md-max\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .md-max\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .md-max\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .md-max\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .md-max\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .md-max\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .md-max\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .md-max\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .md-max\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .md-max\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .md-max\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .md-max\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .md-max\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .md-max\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .md-max\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .md-max\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .md-max\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .md-max\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .md-max\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .md-max\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .md-max\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .md-max\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .md-max\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .md-max\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .md-max\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .md-max\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .md-max\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .md-max\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .md-max\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .md-max\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .md-max\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .md-max\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .md-max\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .md-max\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .md-max\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .md-max\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .md-max\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .md-max\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .md-max\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .md-max\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .md-max\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .md-max\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .md-max\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .md-max\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .md-max\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .md-max\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .md-max\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .md-max\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .md-max\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .md-max\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .md-max\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .md-max\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .md-max\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .md-max\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .md-max\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .md-max\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .md-max\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .md-max\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .md-max\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .md-max\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .md-max\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .md-max\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .md-max\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .md-max\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .md-max\:transition-none {
    transition-property: none;
  }

  .md-max\:transition-all {
    transition-property: all;
  }

  .md-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md-max\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md-max\:transition-opacity {
    transition-property: opacity;
  }

  .md-max\:transition-shadow {
    transition-property: box-shadow;
  }

  .md-max\:transition-transform {
    transition-property: transform;
  }

  .md-max\:hover\:transition-none:hover {
    transition-property: none;
  }

  .md-max\:hover\:transition-all:hover {
    transition-property: all;
  }

  .md-max\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md-max\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md-max\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .md-max\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .md-max\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .md-max\:focus\:transition-none:focus {
    transition-property: none;
  }

  .md-max\:focus\:transition-all:focus {
    transition-property: all;
  }

  .md-max\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md-max\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md-max\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .md-max\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .md-max\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .md-max\:first\:transition-none:first-child {
    transition-property: none;
  }

  .md-max\:first\:transition-all:first-child {
    transition-property: all;
  }

  .md-max\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md-max\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md-max\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .md-max\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .md-max\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .md-max\:last\:transition-none:last-child {
    transition-property: none;
  }

  .md-max\:last\:transition-all:last-child {
    transition-property: all;
  }

  .md-max\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md-max\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md-max\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .md-max\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .md-max\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .md-max\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .md-max\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .md-max\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .md-max\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .md-max\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .md-max\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .md-max\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .md-max\:ease-linear {
    transition-timing-function: linear;
  }

  .md-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md-max\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .md-max\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md-max\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .md-max\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md-max\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .md-max\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md-max\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .md-max\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .md-max\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .md-max\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .md-max\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .md-max\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md-max\:duration-75 {
    transition-duration: 75ms;
  }

  .md-max\:duration-100 {
    transition-duration: 100ms;
  }

  .md-max\:duration-150 {
    transition-duration: 150ms;
  }

  .md-max\:duration-200 {
    transition-duration: 200ms;
  }

  .md-max\:duration-300 {
    transition-duration: 300ms;
  }

  .md-max\:duration-500 {
    transition-duration: 500ms;
  }

  .md-max\:duration-700 {
    transition-duration: 700ms;
  }

  .md-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md-max\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .md-max\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .md-max\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .md-max\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .md-max\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .md-max\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .md-max\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .md-max\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .md-max\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .md-max\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .md-max\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .md-max\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .md-max\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .md-max\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .md-max\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .md-max\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .md-max\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .md-max\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .md-max\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .md-max\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .md-max\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .md-max\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .md-max\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .md-max\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .md-max\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .md-max\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .md-max\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .md-max\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .md-max\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .md-max\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .md-max\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .md-max\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .md-max\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .md-max\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .md-max\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .md-max\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .md-max\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .md-max\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .md-max\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .md-max\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md-max\:delay-75 {
    transition-delay: 75ms;
  }

  .md-max\:delay-100 {
    transition-delay: 100ms;
  }

  .md-max\:delay-150 {
    transition-delay: 150ms;
  }

  .md-max\:delay-200 {
    transition-delay: 200ms;
  }

  .md-max\:delay-300 {
    transition-delay: 300ms;
  }

  .md-max\:delay-500 {
    transition-delay: 500ms;
  }

  .md-max\:delay-700 {
    transition-delay: 700ms;
  }

  .md-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md-max\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .md-max\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .md-max\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .md-max\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .md-max\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .md-max\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .md-max\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .md-max\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .md-max\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .md-max\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .md-max\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .md-max\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .md-max\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .md-max\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .md-max\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .md-max\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .md-max\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .md-max\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .md-max\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .md-max\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .md-max\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .md-max\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .md-max\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .md-max\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .md-max\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .md-max\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .md-max\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .md-max\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .md-max\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .md-max\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .md-max\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .md-max\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .md-max\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .md-max\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .md-max\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .md-max\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .md-max\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .md-max\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .md-max\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .md-max\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md-max\:animate-none {
    animation: none;
  }

  .md-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md-max\:hover\:animate-none:hover {
    animation: none;
  }

  .md-max\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .md-max\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .md-max\:focus\:animate-none:focus {
    animation: none;
  }

  .md-max\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .md-max\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .md-max\:first\:animate-none:first-child {
    animation: none;
  }

  .md-max\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .md-max\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .md-max\:last\:animate-none:last-child {
    animation: none;
  }

  .md-max\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .md-max\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .md-max\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .md-max\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .md-max\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .md-max\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .md-max\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (max-width: 750px) {
  .sm-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .sm-max\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .sm-max\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .sm-max\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .sm-max\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .group:hover .sm-max\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .sm-max\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .sm-max\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .sm-max\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .sm-max\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .sm-max\:container {
      max-width: 1600px;
    }
  }

  .sm-max\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm-max\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm-max\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .sm-max\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm-max\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm-max\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm-max\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm-max\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .sm-max\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm-max\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm-max\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .sm-max\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm-max\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm-max\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm-max\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .sm-max\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm-max\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm-max\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .sm-max\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm-max\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm-max\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .sm-max\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .sm-max\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm-max\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .sm-max\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .sm-max\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm-max\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .sm-max\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm-max\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm-max\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .sm-max\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm-max\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm-max\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .sm-max\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm-max\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .sm-max\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .sm-max\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .sm-max\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .sm-max\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .sm-max\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm-max\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .sm-max\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm-max\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .sm-max\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .sm-max\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .sm-max\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .sm-max\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm-max\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .sm-max\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .sm-max\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .sm-max\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .sm-max\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .sm-max\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .sm-max\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .sm-max\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .sm-max\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .sm-max\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .sm-max\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .sm-max\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .sm-max\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .sm-max\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .sm-max\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .sm-max\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .sm-max\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .sm-max\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .sm-max\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .sm-max\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .sm-max\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .sm-max\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .sm-max\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .sm-max\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .sm-max\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm-max\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .sm-max\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .sm-max\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm-max\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .sm-max\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm-max\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .sm-max\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm-max\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .sm-max\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .sm-max\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm-max\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .sm-max\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .sm-max\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm-max\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .sm-max\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .sm-max\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .sm-max\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .sm-max\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .sm-max\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .sm-max\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .sm-max\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .sm-max\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .sm-max\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .sm-max\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .sm-max\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm-max\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm-max\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm-max\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm-max\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .sm-max\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .sm-max\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .sm-max\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .sm-max\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .sm-max\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm-max\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm-max\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm-max\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm-max\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm-max\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm-max\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm-max\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm-max\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm-max\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm-max\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm-max\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm-max\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm-max\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm-max\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm-max\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm-max\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm-max\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm-max\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm-max\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .sm-max\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .sm-max\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm-max\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm-max\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm-max\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm-max\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm-max\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm-max\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm-max\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm-max\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm-max\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm-max\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm-max\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm-max\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm-max\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm-max\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm-max\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm-max\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm-max\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm-max\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm-max\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm-max\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm-max\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm-max\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm-max\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm-max\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm-max\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm-max\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm-max\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm-max\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm-max\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm-max\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm-max\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm-max\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm-max\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm-max\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm-max\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm-max\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .sm-max\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .sm-max\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .sm-max\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .sm-max\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .sm-max\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm-max\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm-max\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm-max\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm-max\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm-max\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm-max\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm-max\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm-max\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm-max\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm-max\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm-max\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .sm-max\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm-max\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm-max\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm-max\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm-max\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm-max\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm-max\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm-max\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm-max\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm-max\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .sm-max\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .sm-max\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm-max\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm-max\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm-max\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm-max\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm-max\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm-max\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm-max\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm-max\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm-max\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm-max\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm-max\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm-max\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm-max\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm-max\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm-max\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm-max\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm-max\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm-max\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm-max\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm-max\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm-max\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm-max\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm-max\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm-max\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm-max\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm-max\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm-max\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm-max\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm-max\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .sm-max\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .sm-max\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .sm-max\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .sm-max\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .sm-max\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm-max\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .sm-max\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm-max\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .sm-max\:first\:divide-transparent:first-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm-max\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm-max\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm-max\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm-max\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm-max\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm-max\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm-max\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .sm-max\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm-max\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm-max\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm-max\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm-max\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm-max\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm-max\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .sm-max\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .sm-max\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .sm-max\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .sm-max\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .sm-max\:last\:divide-transparent:last-child > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm-max\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .sm-max\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm-max\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm-max\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm-max\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm-max\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm-max\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .sm-max\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm-max\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm-max\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm-max\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm-max\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm-max\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm-max\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .sm-max\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .sm-max\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .sm-max\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .sm-max\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm-max\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .group:hover .sm-max\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .sm-max\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-max\:first\:divide-solid:first-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .sm-max\:first\:divide-dashed:first-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .sm-max\:first\:divide-dotted:first-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .sm-max\:first\:divide-double:first-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .sm-max\:first\:divide-none:first-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .sm-max\:last\:divide-solid:last-child > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .sm-max\:last\:divide-dashed:last-child > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .sm-max\:last\:divide-dotted:last-child > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .sm-max\:last\:divide-double:last-child > :not(template) ~ :not(template) {
    border-style: double;
  }

  .sm-max\:last\:divide-none:last-child > :not(template) ~ :not(template) {
    border-style: none;
  }

  .group:hover .sm-max\:group-hover\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .group:hover .sm-max\:group-hover\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .group:hover .sm-max\:group-hover\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .group:hover .sm-max\:group-hover\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .group:hover .sm-max\:group-hover\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .sm-max\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm-max\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .sm-max\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm-max\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm-max\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm-max\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .sm-max\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm-max\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm-max\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .sm-max\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm-max\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm-max\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm-max\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .sm-max\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm-max\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm-max\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .sm-max\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm-max\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm-max\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm-max\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .sm-max\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm-max\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm-max\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .sm-max\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm-max\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm-max\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm-max\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .sm-max\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm-max\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm-max\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .sm-max\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm-max\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm-max\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm-max\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .sm-max\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .sm-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\:hover\:sr-only:hover {
    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-max\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\:first\:sr-only:first-child {
    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-max\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\:last\:sr-only:last-child {
    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-max\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .sm-max\:group-hover\: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;
  }

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

  .sm-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .sm-max\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:bg-fixed {
    background-attachment: fixed;
  }

  .sm-max\:bg-local {
    background-attachment: local;
  }

  .sm-max\:bg-scroll {
    background-attachment: scroll;
  }

  .sm-max\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .sm-max\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .sm-max\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .sm-max\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .sm-max\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .sm-max\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .sm-max\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .sm-max\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .sm-max\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .sm-max\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .sm-max\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .sm-max\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .sm-max\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .sm-max\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .sm-max\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .sm-max\:bg-clip-border {
    background-clip: border-box;
  }

  .sm-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm-max\:bg-clip-content {
    background-clip: content-box;
  }

  .sm-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .sm-max\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .sm-max\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .sm-max\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .sm-max\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .sm-max\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .sm-max\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .sm-max\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .sm-max\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .sm-max\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .sm-max\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .sm-max\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .sm-max\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .sm-max\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .sm-max\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .sm-max\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .sm-max\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:bg-transparent {
    background-color: transparent;
  }

  .sm-max\:bg-current {
    background-color: currentColor;
  }

  .sm-max\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm-max\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm-max\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm-max\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm-max\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm-max\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm-max\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm-max\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm-max\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm-max\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm-max\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .sm-max\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm-max\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm-max\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm-max\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm-max\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm-max\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm-max\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm-max\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm-max\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm-max\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .sm-max\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .sm-max\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm-max\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm-max\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm-max\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm-max\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm-max\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm-max\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm-max\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm-max\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm-max\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm-max\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm-max\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm-max\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm-max\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm-max\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm-max\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm-max\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm-max\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm-max\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm-max\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm-max\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm-max\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm-max\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm-max\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm-max\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm-max\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm-max\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm-max\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm-max\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm-max\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .sm-max\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .sm-max\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .sm-max\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .sm-max\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .sm-max\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .sm-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm-max\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .sm-max\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .sm-max\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .sm-max\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm-max\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm-max\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm-max\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm-max\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm-max\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .sm-max\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm-max\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm-max\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm-max\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm-max\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm-max\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm-max\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .sm-max\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .sm-max\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .sm-max\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .sm-max\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .sm-max\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .sm-max\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .sm-max\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm-max\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm-max\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm-max\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm-max\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm-max\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .sm-max\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm-max\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm-max\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm-max\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm-max\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm-max\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm-max\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .sm-max\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .sm-max\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .sm-max\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .sm-max\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm-max\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .group:hover .sm-max\:group-hover\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .sm-max\:bg-none {
    background-image: none;
  }

  .sm-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-none:hover {
    background-image: none;
  }

  .sm-max\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm-max\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-none:focus {
    background-image: none;
  }

  .sm-max\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm-max\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-none:first-child {
    background-image: none;
  }

  .sm-max\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm-max\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-none:last-child {
    background-image: none;
  }

  .sm-max\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm-max\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .sm-max\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm-max\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:to-transparent {
    --gradient-to-color: transparent;
  }

  .sm-max\:to-current {
    --gradient-to-color: currentColor;
  }

  .sm-max\:to-black {
    --gradient-to-color: #000;
  }

  .sm-max\:to-white {
    --gradient-to-color: #fff;
  }

  .sm-max\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .sm-max\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .sm-max\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .sm-max\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .sm-max\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .sm-max\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .sm-max\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .sm-max\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .sm-max\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .sm-max\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .sm-max\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .sm-max\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .sm-max\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .sm-max\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .sm-max\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .sm-max\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .sm-max\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .sm-max\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .sm-max\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .sm-max\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .sm-max\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .sm-max\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .sm-max\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .sm-max\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .sm-max\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .sm-max\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .sm-max\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .sm-max\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .sm-max\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .sm-max\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .sm-max\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .sm-max\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .sm-max\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .sm-max\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .sm-max\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .sm-max\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .sm-max\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .sm-max\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .sm-max\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .sm-max\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .sm-max\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .sm-max\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .sm-max\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .sm-max\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .sm-max\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .sm-max\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .sm-max\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .sm-max\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .sm-max\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .sm-max\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .sm-max\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .sm-max\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .sm-max\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .sm-max\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .sm-max\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .sm-max\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .sm-max\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .sm-max\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .sm-max\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .sm-max\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .sm-max\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .sm-max\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .sm-max\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .sm-max\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .sm-max\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .sm-max\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .sm-max\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .sm-max\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .sm-max\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .sm-max\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .sm-max\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .sm-max\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .sm-max\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .sm-max\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .sm-max\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .sm-max\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .sm-max\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .sm-max\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .sm-max\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .sm-max\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .sm-max\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .sm-max\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .sm-max\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .sm-max\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .sm-max\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .sm-max\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .sm-max\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .sm-max\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .sm-max\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .sm-max\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .sm-max\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .sm-max\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .sm-max\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .sm-max\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .sm-max\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .sm-max\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .sm-max\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .sm-max\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .sm-max\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .sm-max\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .sm-max\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .sm-max\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .sm-max\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .sm-max\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .sm-max\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .sm-max\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .sm-max\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .sm-max\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .sm-max\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .sm-max\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .sm-max\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .sm-max\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .sm-max\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .sm-max\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .sm-max\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .sm-max\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .sm-max\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .sm-max\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .sm-max\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .sm-max\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .sm-max\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .sm-max\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .sm-max\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .sm-max\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .sm-max\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .sm-max\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .sm-max\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .sm-max\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .sm-max\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .sm-max\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .sm-max\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .sm-max\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .sm-max\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .sm-max\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .sm-max\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .sm-max\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .sm-max\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .sm-max\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .sm-max\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .sm-max\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .sm-max\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .sm-max\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .sm-max\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .sm-max\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .sm-max\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .sm-max\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .sm-max\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .sm-max\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .sm-max\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .sm-max\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .sm-max\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .sm-max\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .sm-max\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .sm-max\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .sm-max\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .sm-max\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .sm-max\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .sm-max\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .sm-max\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .sm-max\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .sm-max\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .sm-max\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .sm-max\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .sm-max\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .sm-max\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .sm-max\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .sm-max\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .sm-max\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .sm-max\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .sm-max\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .sm-max\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .sm-max\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .sm-max\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .sm-max\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .sm-max\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .sm-max\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .sm-max\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .sm-max\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .sm-max\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .sm-max\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .sm-max\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .sm-max\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .sm-max\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .sm-max\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .sm-max\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .sm-max\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .sm-max\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .sm-max\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .sm-max\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .sm-max\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .sm-max\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .sm-max\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .sm-max\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .sm-max\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .sm-max\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .sm-max\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .sm-max\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .sm-max\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .sm-max\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .sm-max\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .sm-max\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .sm-max\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .sm-max\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .sm-max\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .sm-max\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .sm-max\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .sm-max\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .sm-max\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .sm-max\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .sm-max\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .sm-max\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .sm-max\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .sm-max\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .sm-max\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .sm-max\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .sm-max\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .sm-max\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .sm-max\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .sm-max\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .sm-max\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .sm-max\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .sm-max\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .sm-max\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .sm-max\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .sm-max\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .sm-max\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .sm-max\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .sm-max\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .sm-max\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .sm-max\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .sm-max\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .sm-max\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .sm-max\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .sm-max\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .sm-max\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .sm-max\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .sm-max\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .sm-max\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .sm-max\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .sm-max\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .sm-max\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .sm-max\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .sm-max\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .sm-max\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .sm-max\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .sm-max\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .sm-max\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .sm-max\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .sm-max\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .sm-max\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .sm-max\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .sm-max\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .sm-max\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .sm-max\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .sm-max\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .sm-max\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .sm-max\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .sm-max\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .sm-max\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .sm-max\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .sm-max\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .sm-max\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .sm-max\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .sm-max\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .sm-max\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .sm-max\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .sm-max\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .sm-max\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .sm-max\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm-max\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm-max\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm-max\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm-max\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm-max\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm-max\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm-max\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm-max\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm-max\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm-max\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .sm-max\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .sm-max\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .sm-max\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .sm-max\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .sm-max\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .sm-max\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .sm-max\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .sm-max\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .sm-max\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .sm-max\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .sm-max\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .sm-max\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm-max\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm-max\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm-max\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm-max\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm-max\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm-max\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm-max\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm-max\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm-max\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .sm-max\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm-max\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm-max\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm-max\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm-max\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm-max\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm-max\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm-max\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm-max\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm-max\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .sm-max\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .sm-max\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .sm-max\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .sm-max\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .sm-max\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .sm-max\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .sm-max\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .sm-max\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .sm-max\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm-max\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm-max\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm-max\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm-max\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm-max\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm-max\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm-max\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm-max\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm-max\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .sm-max\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .sm-max\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .sm-max\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .sm-max\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm-max\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .sm-max\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .sm-max\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .sm-max\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .sm-max\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .sm-max\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .sm-max\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .sm-max\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .sm-max\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .sm-max\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .sm-max\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .sm-max\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .sm-max\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .sm-max\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .sm-max\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .sm-max\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .sm-max\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .sm-max\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .sm-max\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .sm-max\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .sm-max\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .sm-max\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .sm-max\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .sm-max\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .sm-max\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .sm-max\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .sm-max\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .sm-max\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .sm-max\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .sm-max\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .sm-max\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .sm-max\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .sm-max\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .sm-max\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .sm-max\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .sm-max\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .sm-max\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .sm-max\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .sm-max\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .sm-max\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .sm-max\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .sm-max\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .sm-max\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .sm-max\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .sm-max\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .sm-max\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .sm-max\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .sm-max\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .sm-max\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .sm-max\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .sm-max\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .sm-max\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .sm-max\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .sm-max\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .sm-max\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .sm-max\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .sm-max\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .sm-max\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .sm-max\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .sm-max\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .sm-max\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .sm-max\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .sm-max\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .sm-max\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .sm-max\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .sm-max\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .sm-max\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .sm-max\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .sm-max\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .sm-max\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .sm-max\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .sm-max\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .sm-max\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .sm-max\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .sm-max\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .sm-max\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .sm-max\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .sm-max\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .sm-max\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .sm-max\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .sm-max\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .sm-max\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .sm-max\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .sm-max\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .sm-max\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .sm-max\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .sm-max\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .sm-max\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .sm-max\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .sm-max\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .sm-max\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .sm-max\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .sm-max\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .sm-max\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .sm-max\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .sm-max\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .sm-max\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .sm-max\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .sm-max\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .sm-max\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .sm-max\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .sm-max\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .sm-max\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .sm-max\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .sm-max\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .sm-max\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .sm-max\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .sm-max\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .sm-max\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .sm-max\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .sm-max\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .sm-max\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .sm-max\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .sm-max\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .sm-max\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .sm-max\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .sm-max\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .sm-max\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .sm-max\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .sm-max\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .sm-max\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .sm-max\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .sm-max\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .sm-max\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .sm-max\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .sm-max\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .sm-max\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .sm-max\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .sm-max\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .sm-max\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .sm-max\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .sm-max\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .sm-max\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .sm-max\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .sm-max\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .sm-max\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .sm-max\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .sm-max\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .sm-max\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .sm-max\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .sm-max\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .sm-max\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .sm-max\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .sm-max\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .sm-max\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .sm-max\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .sm-max\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .sm-max\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .sm-max\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .sm-max\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .sm-max\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .sm-max\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .sm-max\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .sm-max\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .sm-max\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .sm-max\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .sm-max\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .sm-max\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .sm-max\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .sm-max\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .sm-max\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .sm-max\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .sm-max\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .sm-max\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .sm-max\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .sm-max\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .sm-max\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .sm-max\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .sm-max\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .sm-max\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .sm-max\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .sm-max\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .sm-max\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .sm-max\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .sm-max\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .sm-max\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .sm-max\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .sm-max\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .sm-max\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .sm-max\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .sm-max\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .sm-max\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .sm-max\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .sm-max\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .sm-max\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .sm-max\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .sm-max\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .sm-max\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .sm-max\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .sm-max\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .sm-max\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .sm-max\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .sm-max\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .sm-max\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .sm-max\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .sm-max\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .sm-max\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .sm-max\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .sm-max\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .sm-max\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .sm-max\:bg-bottom {
    background-position: bottom;
  }

  .sm-max\:bg-center {
    background-position: center;
  }

  .sm-max\:bg-left {
    background-position: left;
  }

  .sm-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm-max\:bg-left-top {
    background-position: left top;
  }

  .sm-max\:bg-right {
    background-position: right;
  }

  .sm-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm-max\:bg-right-top {
    background-position: right top;
  }

  .sm-max\:bg-top {
    background-position: top;
  }

  .sm-max\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .sm-max\:hover\:bg-center:hover {
    background-position: center;
  }

  .sm-max\:hover\:bg-left:hover {
    background-position: left;
  }

  .sm-max\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .sm-max\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .sm-max\:hover\:bg-right:hover {
    background-position: right;
  }

  .sm-max\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .sm-max\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .sm-max\:hover\:bg-top:hover {
    background-position: top;
  }

  .sm-max\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .sm-max\:focus\:bg-center:focus {
    background-position: center;
  }

  .sm-max\:focus\:bg-left:focus {
    background-position: left;
  }

  .sm-max\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .sm-max\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .sm-max\:focus\:bg-right:focus {
    background-position: right;
  }

  .sm-max\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .sm-max\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .sm-max\:focus\:bg-top:focus {
    background-position: top;
  }

  .sm-max\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .sm-max\:first\:bg-center:first-child {
    background-position: center;
  }

  .sm-max\:first\:bg-left:first-child {
    background-position: left;
  }

  .sm-max\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .sm-max\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .sm-max\:first\:bg-right:first-child {
    background-position: right;
  }

  .sm-max\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .sm-max\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .sm-max\:first\:bg-top:first-child {
    background-position: top;
  }

  .sm-max\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .sm-max\:last\:bg-center:last-child {
    background-position: center;
  }

  .sm-max\:last\:bg-left:last-child {
    background-position: left;
  }

  .sm-max\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .sm-max\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .sm-max\:last\:bg-right:last-child {
    background-position: right;
  }

  .sm-max\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .sm-max\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .sm-max\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .sm-max\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .sm-max\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .sm-max\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .sm-max\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .sm-max\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .sm-max\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .sm-max\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .sm-max\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .sm-max\:group-hover\:bg-top {
    background-position: top;
  }

  .sm-max\:bg-repeat {
    background-repeat: repeat;
  }

  .sm-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm-max\:bg-repeat-round {
    background-repeat: round;
  }

  .sm-max\:bg-repeat-space {
    background-repeat: space;
  }

  .sm-max\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .sm-max\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .sm-max\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .sm-max\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .sm-max\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .sm-max\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .sm-max\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .sm-max\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .sm-max\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .sm-max\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .sm-max\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .sm-max\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .sm-max\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .sm-max\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .sm-max\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .sm-max\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .sm-max\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .sm-max\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .sm-max\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .sm-max\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .sm-max\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .sm-max\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .sm-max\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .sm-max\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .sm-max\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .sm-max\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .sm-max\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .sm-max\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .sm-max\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .sm-max\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .sm-max\:bg-auto {
    background-size: auto;
  }

  .sm-max\:bg-cover {
    background-size: cover;
  }

  .sm-max\:bg-contain {
    background-size: contain;
  }

  .sm-max\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .sm-max\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .sm-max\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .sm-max\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .sm-max\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .sm-max\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .sm-max\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .sm-max\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .sm-max\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .sm-max\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .sm-max\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .sm-max\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .sm-max\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .sm-max\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .sm-max\:group-hover\:bg-contain {
    background-size: contain;
  }

  .sm-max\:border-collapse {
    border-collapse: collapse;
  }

  .sm-max\:border-separate {
    border-collapse: separate;
  }

  .sm-max\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .sm-max\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .sm-max\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .sm-max\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .sm-max\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .sm-max\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .sm-max\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .sm-max\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .sm-max\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .sm-max\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .sm-max\:border-transparent {
    border-color: transparent;
  }

  .sm-max\:border-current {
    border-color: currentColor;
  }

  .sm-max\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm-max\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm-max\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm-max\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm-max\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm-max\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm-max\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm-max\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm-max\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm-max\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm-max\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .sm-max\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm-max\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm-max\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm-max\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm-max\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm-max\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm-max\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm-max\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm-max\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm-max\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .sm-max\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .sm-max\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm-max\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm-max\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm-max\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm-max\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm-max\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm-max\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm-max\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm-max\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm-max\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .sm-max\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm-max\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm-max\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm-max\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm-max\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm-max\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm-max\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm-max\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm-max\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm-max\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm-max\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm-max\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm-max\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm-max\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm-max\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm-max\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm-max\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm-max\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm-max\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm-max\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm-max\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm-max\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm-max\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm-max\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm-max\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm-max\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm-max\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm-max\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .sm-max\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .sm-max\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .sm-max\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .sm-max\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .sm-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm-max\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm-max\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm-max\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm-max\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm-max\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm-max\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .sm-max\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm-max\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm-max\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm-max\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm-max\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm-max\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm-max\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .sm-max\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .sm-max\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .sm-max\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .sm-max\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .sm-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm-max\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm-max\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm-max\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm-max\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm-max\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm-max\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .sm-max\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm-max\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm-max\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm-max\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm-max\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm-max\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm-max\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .sm-max\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .sm-max\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .sm-max\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .sm-max\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .sm-max\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .sm-max\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .sm-max\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm-max\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm-max\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm-max\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm-max\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm-max\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .sm-max\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm-max\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm-max\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm-max\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm-max\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm-max\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm-max\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .sm-max\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .sm-max\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .sm-max\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .sm-max\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .sm-max\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .sm-max\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .sm-max\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm-max\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm-max\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm-max\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm-max\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm-max\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .sm-max\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm-max\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm-max\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm-max\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm-max\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm-max\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm-max\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .sm-max\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .sm-max\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .sm-max\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .sm-max\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm-max\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .sm-max\:border-opacity-0 {
    --border-opacity: 0;
  }

  .sm-max\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .sm-max\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .sm-max\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .sm-max\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .sm-max\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .sm-max\:border-opacity-100 {
    --border-opacity: 1;
  }

  .sm-max\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .sm-max\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .sm-max\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .sm-max\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .sm-max\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .sm-max\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .sm-max\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .sm-max\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .sm-max\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .sm-max\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .sm-max\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .sm-max\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .sm-max\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .sm-max\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .sm-max\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .sm-max\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .sm-max\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .sm-max\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .sm-max\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .sm-max\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .sm-max\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .sm-max\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .sm-max\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .sm-max\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .sm-max\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .sm-max\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .sm-max\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .sm-max\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .sm-max\:rounded-none {
    border-radius: 0;
  }

  .sm-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm-max\:rounded {
    border-radius: 0.25rem;
  }

  .sm-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm-max\:rounded-full {
    border-radius: 9999px;
  }

  .sm-max\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-max\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-max\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm-max\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm-max\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm-max\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .sm-max\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .sm-max\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .sm-max\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-max\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-max\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .sm-max\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .sm-max\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .sm-max\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .sm-max\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .sm-max\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .sm-max\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .sm-max\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .sm-max\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .sm-max\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .sm-max\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .sm-max\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-max\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-max\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .sm-max\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .sm-max\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .sm-max\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .sm-max\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .sm-max\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .sm-max\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .sm-max\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .sm-max\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .sm-max\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .sm-max\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .sm-max\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .sm-max\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-max\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-max\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .sm-max\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .sm-max\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .sm-max\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .sm-max\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .sm-max\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .sm-max\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .sm-max\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .sm-max\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .sm-max\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .sm-max\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .sm-max\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .sm-max\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-max\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-max\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-max\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .sm-max\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .sm-max\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .sm-max\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .sm-max\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .sm-max\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .sm-max\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .sm-max\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .sm-max\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm-max\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:border-solid {
    border-style: solid;
  }

  .sm-max\:border-dashed {
    border-style: dashed;
  }

  .sm-max\:border-dotted {
    border-style: dotted;
  }

  .sm-max\:border-double {
    border-style: double;
  }

  .sm-max\:border-none {
    border-style: none;
  }

  .sm-max\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm-max\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm-max\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm-max\:hover\:border-double:hover {
    border-style: double;
  }

  .sm-max\:hover\:border-none:hover {
    border-style: none;
  }

  .sm-max\:focus\:border-solid:focus {
    border-style: solid;
  }

  .sm-max\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .sm-max\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .sm-max\:focus\:border-double:focus {
    border-style: double;
  }

  .sm-max\:focus\:border-none:focus {
    border-style: none;
  }

  .sm-max\:first\:border-solid:first-child {
    border-style: solid;
  }

  .sm-max\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .sm-max\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .sm-max\:first\:border-double:first-child {
    border-style: double;
  }

  .sm-max\:first\:border-none:first-child {
    border-style: none;
  }

  .sm-max\:last\:border-solid:last-child {
    border-style: solid;
  }

  .sm-max\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .sm-max\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .sm-max\:last\:border-double:last-child {
    border-style: double;
  }

  .sm-max\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .sm-max\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .sm-max\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .sm-max\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .sm-max\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .sm-max\:group-hover\:border-none {
    border-style: none;
  }

  .sm-max\:border-0 {
    border-width: 0;
  }

  .sm-max\:border-2 {
    border-width: 2px;
  }

  .sm-max\:border-4 {
    border-width: 4px;
  }

  .sm-max\:border-8 {
    border-width: 8px;
  }

  .sm-max\:border {
    border-width: 1px;
  }

  .sm-max\:border-t-0 {
    border-top-width: 0;
  }

  .sm-max\:border-r-0 {
    border-right-width: 0;
  }

  .sm-max\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm-max\:border-l-0 {
    border-left-width: 0;
  }

  .sm-max\:border-t-2 {
    border-top-width: 2px;
  }

  .sm-max\:border-r-2 {
    border-right-width: 2px;
  }

  .sm-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm-max\:border-l-2 {
    border-left-width: 2px;
  }

  .sm-max\:border-t-4 {
    border-top-width: 4px;
  }

  .sm-max\:border-r-4 {
    border-right-width: 4px;
  }

  .sm-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm-max\:border-l-4 {
    border-left-width: 4px;
  }

  .sm-max\:border-t-8 {
    border-top-width: 8px;
  }

  .sm-max\:border-r-8 {
    border-right-width: 8px;
  }

  .sm-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm-max\:border-l-8 {
    border-left-width: 8px;
  }

  .sm-max\:border-t {
    border-top-width: 1px;
  }

  .sm-max\:border-r {
    border-right-width: 1px;
  }

  .sm-max\:border-b {
    border-bottom-width: 1px;
  }

  .sm-max\:border-l {
    border-left-width: 1px;
  }

  .sm-max\:hover\:border-0:hover {
    border-width: 0;
  }

  .sm-max\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm-max\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm-max\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm-max\:hover\:border:hover {
    border-width: 1px;
  }

  .sm-max\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .sm-max\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .sm-max\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .sm-max\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .sm-max\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm-max\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm-max\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm-max\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm-max\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm-max\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm-max\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm-max\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm-max\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm-max\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm-max\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm-max\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm-max\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm-max\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm-max\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm-max\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm-max\:focus\:border-0:focus {
    border-width: 0;
  }

  .sm-max\:focus\:border-2:focus {
    border-width: 2px;
  }

  .sm-max\:focus\:border-4:focus {
    border-width: 4px;
  }

  .sm-max\:focus\:border-8:focus {
    border-width: 8px;
  }

  .sm-max\:focus\:border:focus {
    border-width: 1px;
  }

  .sm-max\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .sm-max\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .sm-max\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .sm-max\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .sm-max\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .sm-max\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .sm-max\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .sm-max\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .sm-max\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .sm-max\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .sm-max\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .sm-max\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .sm-max\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .sm-max\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .sm-max\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .sm-max\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .sm-max\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .sm-max\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .sm-max\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .sm-max\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .sm-max\:first\:border-0:first-child {
    border-width: 0;
  }

  .sm-max\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm-max\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm-max\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm-max\:first\:border:first-child {
    border-width: 1px;
  }

  .sm-max\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .sm-max\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .sm-max\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .sm-max\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .sm-max\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm-max\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm-max\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm-max\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm-max\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm-max\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm-max\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm-max\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm-max\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm-max\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm-max\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm-max\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm-max\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm-max\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm-max\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm-max\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm-max\:last\:border-0:last-child {
    border-width: 0;
  }

  .sm-max\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm-max\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm-max\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm-max\:last\:border:last-child {
    border-width: 1px;
  }

  .sm-max\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .sm-max\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .sm-max\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .sm-max\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .sm-max\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm-max\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm-max\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm-max\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm-max\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm-max\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm-max\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm-max\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm-max\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm-max\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm-max\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm-max\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm-max\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm-max\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm-max\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm-max\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .sm-max\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .sm-max\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .sm-max\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .sm-max\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .sm-max\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .sm-max\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .sm-max\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .sm-max\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .sm-max\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .sm-max\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .sm-max\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .sm-max\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .sm-max\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .sm-max\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .sm-max\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .sm-max\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .sm-max\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .sm-max\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .sm-max\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .sm-max\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .sm-max\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .sm-max\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .sm-max\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .sm-max\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .sm-max\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .sm-max\:box-border {
    box-sizing: border-box;
  }

  .sm-max\:box-content {
    box-sizing: content-box;
  }

  .sm-max\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .sm-max\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .sm-max\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .sm-max\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .sm-max\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .sm-max\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .sm-max\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .sm-max\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .sm-max\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .sm-max\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .sm-max\:cursor-auto {
    cursor: auto;
  }

  .sm-max\:cursor-default {
    cursor: default;
  }

  .sm-max\:cursor-pointer {
    cursor: pointer;
  }

  .sm-max\:cursor-wait {
    cursor: wait;
  }

  .sm-max\:cursor-text {
    cursor: text;
  }

  .sm-max\:cursor-move {
    cursor: move;
  }

  .sm-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm-max\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .sm-max\:hover\:cursor-default:hover {
    cursor: default;
  }

  .sm-max\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .sm-max\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .sm-max\:hover\:cursor-text:hover {
    cursor: text;
  }

  .sm-max\:hover\:cursor-move:hover {
    cursor: move;
  }

  .sm-max\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .sm-max\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .sm-max\:focus\:cursor-default:focus {
    cursor: default;
  }

  .sm-max\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .sm-max\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .sm-max\:focus\:cursor-text:focus {
    cursor: text;
  }

  .sm-max\:focus\:cursor-move:focus {
    cursor: move;
  }

  .sm-max\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .sm-max\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .sm-max\:first\:cursor-default:first-child {
    cursor: default;
  }

  .sm-max\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .sm-max\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .sm-max\:first\:cursor-text:first-child {
    cursor: text;
  }

  .sm-max\:first\:cursor-move:first-child {
    cursor: move;
  }

  .sm-max\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .sm-max\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .sm-max\:last\:cursor-default:last-child {
    cursor: default;
  }

  .sm-max\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .sm-max\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .sm-max\:last\:cursor-text:last-child {
    cursor: text;
  }

  .sm-max\:last\:cursor-move:last-child {
    cursor: move;
  }

  .sm-max\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .sm-max\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .sm-max\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .sm-max\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .sm-max\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .sm-max\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .sm-max\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .sm-max\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm-max\:block {
    display: block;
  }

  .sm-max\:inline-block {
    display: inline-block;
  }

  .sm-max\:inline {
    display: inline;
  }

  .sm-max\:flex {
    display: flex;
  }

  .sm-max\:inline-flex {
    display: inline-flex;
  }

  .sm-max\:table {
    display: table;
  }

  .sm-max\:table-caption {
    display: table-caption;
  }

  .sm-max\:table-cell {
    display: table-cell;
  }

  .sm-max\:table-column {
    display: table-column;
  }

  .sm-max\:table-column-group {
    display: table-column-group;
  }

  .sm-max\:table-footer-group {
    display: table-footer-group;
  }

  .sm-max\:table-header-group {
    display: table-header-group;
  }

  .sm-max\:table-row-group {
    display: table-row-group;
  }

  .sm-max\:table-row {
    display: table-row;
  }

  .sm-max\:flow-root {
    display: flow-root;
  }

  .sm-max\:grid {
    display: grid;
  }

  .sm-max\:inline-grid {
    display: inline-grid;
  }

  .sm-max\:contents {
    display: contents;
  }

  .sm-max\:hidden {
    display: none;
  }

  .sm-max\:hover\:block:hover {
    display: block;
  }

  .sm-max\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm-max\:hover\:inline:hover {
    display: inline;
  }

  .sm-max\:hover\:flex:hover {
    display: flex;
  }

  .sm-max\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .sm-max\:hover\:table:hover {
    display: table;
  }

  .sm-max\:hover\:table-caption:hover {
    display: table-caption;
  }

  .sm-max\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm-max\:hover\:table-column:hover {
    display: table-column;
  }

  .sm-max\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .sm-max\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .sm-max\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .sm-max\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .sm-max\:hover\:table-row:hover {
    display: table-row;
  }

  .sm-max\:hover\:flow-root:hover {
    display: flow-root;
  }

  .sm-max\:hover\:grid:hover {
    display: grid;
  }

  .sm-max\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .sm-max\:hover\:contents:hover {
    display: contents;
  }

  .sm-max\:hover\:hidden:hover {
    display: none;
  }

  .sm-max\:focus\:block:focus {
    display: block;
  }

  .sm-max\:focus\:inline-block:focus {
    display: inline-block;
  }

  .sm-max\:focus\:inline:focus {
    display: inline;
  }

  .sm-max\:focus\:flex:focus {
    display: flex;
  }

  .sm-max\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .sm-max\:focus\:table:focus {
    display: table;
  }

  .sm-max\:focus\:table-caption:focus {
    display: table-caption;
  }

  .sm-max\:focus\:table-cell:focus {
    display: table-cell;
  }

  .sm-max\:focus\:table-column:focus {
    display: table-column;
  }

  .sm-max\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .sm-max\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .sm-max\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .sm-max\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .sm-max\:focus\:table-row:focus {
    display: table-row;
  }

  .sm-max\:focus\:flow-root:focus {
    display: flow-root;
  }

  .sm-max\:focus\:grid:focus {
    display: grid;
  }

  .sm-max\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .sm-max\:focus\:contents:focus {
    display: contents;
  }

  .sm-max\:focus\:hidden:focus {
    display: none;
  }

  .sm-max\:first\:block:first-child {
    display: block;
  }

  .sm-max\:first\:inline-block:first-child {
    display: inline-block;
  }

  .sm-max\:first\:inline:first-child {
    display: inline;
  }

  .sm-max\:first\:flex:first-child {
    display: flex;
  }

  .sm-max\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .sm-max\:first\:table:first-child {
    display: table;
  }

  .sm-max\:first\:table-caption:first-child {
    display: table-caption;
  }

  .sm-max\:first\:table-cell:first-child {
    display: table-cell;
  }

  .sm-max\:first\:table-column:first-child {
    display: table-column;
  }

  .sm-max\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .sm-max\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .sm-max\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .sm-max\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .sm-max\:first\:table-row:first-child {
    display: table-row;
  }

  .sm-max\:first\:flow-root:first-child {
    display: flow-root;
  }

  .sm-max\:first\:grid:first-child {
    display: grid;
  }

  .sm-max\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .sm-max\:first\:contents:first-child {
    display: contents;
  }

  .sm-max\:first\:hidden:first-child {
    display: none;
  }

  .sm-max\:last\:block:last-child {
    display: block;
  }

  .sm-max\:last\:inline-block:last-child {
    display: inline-block;
  }

  .sm-max\:last\:inline:last-child {
    display: inline;
  }

  .sm-max\:last\:flex:last-child {
    display: flex;
  }

  .sm-max\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .sm-max\:last\:table:last-child {
    display: table;
  }

  .sm-max\:last\:table-caption:last-child {
    display: table-caption;
  }

  .sm-max\:last\:table-cell:last-child {
    display: table-cell;
  }

  .sm-max\:last\:table-column:last-child {
    display: table-column;
  }

  .sm-max\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .sm-max\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .sm-max\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .sm-max\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .sm-max\:last\:table-row:last-child {
    display: table-row;
  }

  .sm-max\:last\:flow-root:last-child {
    display: flow-root;
  }

  .sm-max\:last\:grid:last-child {
    display: grid;
  }

  .sm-max\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .sm-max\:last\:contents:last-child {
    display: contents;
  }

  .sm-max\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .sm-max\:group-hover\:block {
    display: block;
  }

  .group:hover .sm-max\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm-max\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm-max\:group-hover\:flex {
    display: flex;
  }

  .group:hover .sm-max\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm-max\:group-hover\:table {
    display: table;
  }

  .group:hover .sm-max\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .sm-max\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm-max\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .sm-max\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .sm-max\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .sm-max\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .sm-max\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .sm-max\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm-max\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .sm-max\:group-hover\:grid {
    display: grid;
  }

  .group:hover .sm-max\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .sm-max\:group-hover\:contents {
    display: contents;
  }

  .group:hover .sm-max\:group-hover\:hidden {
    display: none;
  }

  .sm-max\:flex-row {
    flex-direction: row;
  }

  .sm-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm-max\:flex-col {
    flex-direction: column;
  }

  .sm-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm-max\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .sm-max\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .sm-max\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .sm-max\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .sm-max\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .sm-max\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .sm-max\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .sm-max\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .sm-max\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .sm-max\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .sm-max\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .sm-max\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .sm-max\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .sm-max\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .sm-max\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .sm-max\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .sm-max\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .sm-max\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .sm-max\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .sm-max\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm-max\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .sm-max\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .sm-max\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .sm-max\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .sm-max\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .sm-max\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .sm-max\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .sm-max\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .sm-max\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .sm-max\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .sm-max\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm-max\:place-items-auto {
    place-items: auto;
  }

  .sm-max\:place-items-start {
    place-items: start;
  }

  .sm-max\:place-items-end {
    place-items: end;
  }

  .sm-max\:place-items-center {
    place-items: center;
  }

  .sm-max\:place-items-stretch {
    place-items: stretch;
  }

  .sm-max\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .sm-max\:hover\:place-items-start:hover {
    place-items: start;
  }

  .sm-max\:hover\:place-items-end:hover {
    place-items: end;
  }

  .sm-max\:hover\:place-items-center:hover {
    place-items: center;
  }

  .sm-max\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .sm-max\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .sm-max\:focus\:place-items-start:focus {
    place-items: start;
  }

  .sm-max\:focus\:place-items-end:focus {
    place-items: end;
  }

  .sm-max\:focus\:place-items-center:focus {
    place-items: center;
  }

  .sm-max\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .sm-max\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .sm-max\:first\:place-items-start:first-child {
    place-items: start;
  }

  .sm-max\:first\:place-items-end:first-child {
    place-items: end;
  }

  .sm-max\:first\:place-items-center:first-child {
    place-items: center;
  }

  .sm-max\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .sm-max\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .sm-max\:last\:place-items-start:last-child {
    place-items: start;
  }

  .sm-max\:last\:place-items-end:last-child {
    place-items: end;
  }

  .sm-max\:last\:place-items-center:last-child {
    place-items: center;
  }

  .sm-max\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .sm-max\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .sm-max\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .sm-max\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .sm-max\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .sm-max\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .sm-max\:place-content-center {
    place-content: center;
  }

  .sm-max\:place-content-start {
    place-content: start;
  }

  .sm-max\:place-content-end {
    place-content: end;
  }

  .sm-max\:place-content-between {
    place-content: space-between;
  }

  .sm-max\:place-content-around {
    place-content: space-around;
  }

  .sm-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm-max\:place-content-stretch {
    place-content: stretch;
  }

  .sm-max\:hover\:place-content-center:hover {
    place-content: center;
  }

  .sm-max\:hover\:place-content-start:hover {
    place-content: start;
  }

  .sm-max\:hover\:place-content-end:hover {
    place-content: end;
  }

  .sm-max\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .sm-max\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .sm-max\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .sm-max\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .sm-max\:focus\:place-content-center:focus {
    place-content: center;
  }

  .sm-max\:focus\:place-content-start:focus {
    place-content: start;
  }

  .sm-max\:focus\:place-content-end:focus {
    place-content: end;
  }

  .sm-max\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .sm-max\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .sm-max\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .sm-max\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .sm-max\:first\:place-content-center:first-child {
    place-content: center;
  }

  .sm-max\:first\:place-content-start:first-child {
    place-content: start;
  }

  .sm-max\:first\:place-content-end:first-child {
    place-content: end;
  }

  .sm-max\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .sm-max\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .sm-max\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .sm-max\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .sm-max\:last\:place-content-center:last-child {
    place-content: center;
  }

  .sm-max\:last\:place-content-start:last-child {
    place-content: start;
  }

  .sm-max\:last\:place-content-end:last-child {
    place-content: end;
  }

  .sm-max\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .sm-max\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .sm-max\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .sm-max\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .sm-max\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .sm-max\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .sm-max\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .sm-max\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .sm-max\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .sm-max\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .sm-max\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .sm-max\:place-self-auto {
    place-self: auto;
  }

  .sm-max\:place-self-start {
    place-self: start;
  }

  .sm-max\:place-self-end {
    place-self: end;
  }

  .sm-max\:place-self-center {
    place-self: center;
  }

  .sm-max\:place-self-stretch {
    place-self: stretch;
  }

  .sm-max\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .sm-max\:hover\:place-self-start:hover {
    place-self: start;
  }

  .sm-max\:hover\:place-self-end:hover {
    place-self: end;
  }

  .sm-max\:hover\:place-self-center:hover {
    place-self: center;
  }

  .sm-max\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .sm-max\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .sm-max\:focus\:place-self-start:focus {
    place-self: start;
  }

  .sm-max\:focus\:place-self-end:focus {
    place-self: end;
  }

  .sm-max\:focus\:place-self-center:focus {
    place-self: center;
  }

  .sm-max\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .sm-max\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .sm-max\:first\:place-self-start:first-child {
    place-self: start;
  }

  .sm-max\:first\:place-self-end:first-child {
    place-self: end;
  }

  .sm-max\:first\:place-self-center:first-child {
    place-self: center;
  }

  .sm-max\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .sm-max\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .sm-max\:last\:place-self-start:last-child {
    place-self: start;
  }

  .sm-max\:last\:place-self-end:last-child {
    place-self: end;
  }

  .sm-max\:last\:place-self-center:last-child {
    place-self: center;
  }

  .sm-max\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .sm-max\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .sm-max\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .sm-max\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .sm-max\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .sm-max\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .sm-max\:items-start {
    align-items: flex-start;
  }

  .sm-max\:items-end {
    align-items: flex-end;
  }

  .sm-max\:items-center {
    align-items: center;
  }

  .sm-max\:items-baseline {
    align-items: baseline;
  }

  .sm-max\:items-stretch {
    align-items: stretch;
  }

  .sm-max\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .sm-max\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .sm-max\:hover\:items-center:hover {
    align-items: center;
  }

  .sm-max\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .sm-max\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .sm-max\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .sm-max\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .sm-max\:focus\:items-center:focus {
    align-items: center;
  }

  .sm-max\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .sm-max\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .sm-max\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .sm-max\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .sm-max\:first\:items-center:first-child {
    align-items: center;
  }

  .sm-max\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .sm-max\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .sm-max\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .sm-max\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .sm-max\:last\:items-center:last-child {
    align-items: center;
  }

  .sm-max\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .sm-max\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .sm-max\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .sm-max\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .sm-max\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .sm-max\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .sm-max\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .sm-max\:content-center {
    align-content: center;
  }

  .sm-max\:content-start {
    align-content: flex-start;
  }

  .sm-max\:content-end {
    align-content: flex-end;
  }

  .sm-max\:content-between {
    align-content: space-between;
  }

  .sm-max\:content-around {
    align-content: space-around;
  }

  .sm-max\:content-evenly {
    align-content: space-evenly;
  }

  .sm-max\:hover\:content-center:hover {
    align-content: center;
  }

  .sm-max\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .sm-max\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .sm-max\:hover\:content-between:hover {
    align-content: space-between;
  }

  .sm-max\:hover\:content-around:hover {
    align-content: space-around;
  }

  .sm-max\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .sm-max\:focus\:content-center:focus {
    align-content: center;
  }

  .sm-max\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .sm-max\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .sm-max\:focus\:content-between:focus {
    align-content: space-between;
  }

  .sm-max\:focus\:content-around:focus {
    align-content: space-around;
  }

  .sm-max\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .sm-max\:first\:content-center:first-child {
    align-content: center;
  }

  .sm-max\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .sm-max\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .sm-max\:first\:content-between:first-child {
    align-content: space-between;
  }

  .sm-max\:first\:content-around:first-child {
    align-content: space-around;
  }

  .sm-max\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .sm-max\:last\:content-center:last-child {
    align-content: center;
  }

  .sm-max\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .sm-max\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .sm-max\:last\:content-between:last-child {
    align-content: space-between;
  }

  .sm-max\:last\:content-around:last-child {
    align-content: space-around;
  }

  .sm-max\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .sm-max\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .sm-max\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .sm-max\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .sm-max\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .sm-max\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .sm-max\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .sm-max\:self-auto {
    align-self: auto;
  }

  .sm-max\:self-start {
    align-self: flex-start;
  }

  .sm-max\:self-end {
    align-self: flex-end;
  }

  .sm-max\:self-center {
    align-self: center;
  }

  .sm-max\:self-stretch {
    align-self: stretch;
  }

  .sm-max\:hover\:self-auto:hover {
    align-self: auto;
  }

  .sm-max\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .sm-max\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .sm-max\:hover\:self-center:hover {
    align-self: center;
  }

  .sm-max\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .sm-max\:focus\:self-auto:focus {
    align-self: auto;
  }

  .sm-max\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .sm-max\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .sm-max\:focus\:self-center:focus {
    align-self: center;
  }

  .sm-max\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .sm-max\:first\:self-auto:first-child {
    align-self: auto;
  }

  .sm-max\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .sm-max\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .sm-max\:first\:self-center:first-child {
    align-self: center;
  }

  .sm-max\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .sm-max\:last\:self-auto:last-child {
    align-self: auto;
  }

  .sm-max\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .sm-max\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .sm-max\:last\:self-center:last-child {
    align-self: center;
  }

  .sm-max\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .sm-max\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .sm-max\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .sm-max\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .sm-max\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .sm-max\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .sm-max\:justify-items-auto {
    justify-items: auto;
  }

  .sm-max\:justify-items-start {
    justify-items: start;
  }

  .sm-max\:justify-items-end {
    justify-items: end;
  }

  .sm-max\:justify-items-center {
    justify-items: center;
  }

  .sm-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm-max\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .sm-max\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .sm-max\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .sm-max\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .sm-max\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .sm-max\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .sm-max\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .sm-max\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .sm-max\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .sm-max\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .sm-max\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .sm-max\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .sm-max\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .sm-max\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .sm-max\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .sm-max\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .sm-max\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .sm-max\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .sm-max\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .sm-max\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .sm-max\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .sm-max\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .sm-max\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .sm-max\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .sm-max\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm-max\:justify-start {
    justify-content: flex-start;
  }

  .sm-max\:justify-end {
    justify-content: flex-end;
  }

  .sm-max\:justify-center {
    justify-content: center;
  }

  .sm-max\:justify-between {
    justify-content: space-between;
  }

  .sm-max\:justify-around {
    justify-content: space-around;
  }

  .sm-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm-max\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .sm-max\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .sm-max\:hover\:justify-center:hover {
    justify-content: center;
  }

  .sm-max\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .sm-max\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .sm-max\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .sm-max\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .sm-max\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .sm-max\:focus\:justify-center:focus {
    justify-content: center;
  }

  .sm-max\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .sm-max\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .sm-max\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .sm-max\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .sm-max\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .sm-max\:first\:justify-center:first-child {
    justify-content: center;
  }

  .sm-max\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .sm-max\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .sm-max\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .sm-max\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .sm-max\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .sm-max\:last\:justify-center:last-child {
    justify-content: center;
  }

  .sm-max\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .sm-max\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .sm-max\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .sm-max\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .sm-max\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .sm-max\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .sm-max\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .sm-max\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .sm-max\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm-max\:justify-self-auto {
    justify-self: auto;
  }

  .sm-max\:justify-self-start {
    justify-self: start;
  }

  .sm-max\:justify-self-end {
    justify-self: end;
  }

  .sm-max\:justify-self-center {
    justify-self: center;
  }

  .sm-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm-max\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .sm-max\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .sm-max\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .sm-max\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .sm-max\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .sm-max\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .sm-max\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .sm-max\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .sm-max\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .sm-max\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .sm-max\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .sm-max\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .sm-max\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .sm-max\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .sm-max\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .sm-max\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .sm-max\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .sm-max\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .sm-max\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .sm-max\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .sm-max\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .sm-max\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .sm-max\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .sm-max\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .sm-max\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm-max\:flex-1 {
    flex: 1 1 0%;
  }

  .sm-max\:flex-auto {
    flex: 1 1 auto;
  }

  .sm-max\:flex-initial {
    flex: 0 1 auto;
  }

  .sm-max\:flex-none {
    flex: none;
  }

  .sm-max\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .sm-max\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .sm-max\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .sm-max\:hover\:flex-none:hover {
    flex: none;
  }

  .sm-max\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .sm-max\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .sm-max\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .sm-max\:focus\:flex-none:focus {
    flex: none;
  }

  .sm-max\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .sm-max\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .sm-max\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .sm-max\:first\:flex-none:first-child {
    flex: none;
  }

  .sm-max\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .sm-max\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .sm-max\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .sm-max\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .sm-max\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .sm-max\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .sm-max\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .sm-max\:group-hover\:flex-none {
    flex: none;
  }

  .sm-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm-max\:flex-grow {
    flex-grow: 1;
  }

  .sm-max\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .sm-max\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .sm-max\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .sm-max\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .sm-max\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .sm-max\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .sm-max\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .sm-max\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .sm-max\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .sm-max\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .sm-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm-max\:flex-shrink {
    flex-shrink: 1;
  }

  .sm-max\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .sm-max\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .sm-max\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .sm-max\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .sm-max\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .sm-max\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .sm-max\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .sm-max\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .sm-max\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .sm-max\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .sm-max\:order-1 {
    order: 1;
  }

  .sm-max\:order-2 {
    order: 2;
  }

  .sm-max\:order-3 {
    order: 3;
  }

  .sm-max\:order-4 {
    order: 4;
  }

  .sm-max\:order-5 {
    order: 5;
  }

  .sm-max\:order-6 {
    order: 6;
  }

  .sm-max\:order-7 {
    order: 7;
  }

  .sm-max\:order-8 {
    order: 8;
  }

  .sm-max\:order-9 {
    order: 9;
  }

  .sm-max\:order-10 {
    order: 10;
  }

  .sm-max\:order-11 {
    order: 11;
  }

  .sm-max\:order-12 {
    order: 12;
  }

  .sm-max\:order-first {
    order: -9999;
  }

  .sm-max\:order-last {
    order: 9999;
  }

  .sm-max\:order-none {
    order: 0;
  }

  .sm-max\:hover\:order-1:hover {
    order: 1;
  }

  .sm-max\:hover\:order-2:hover {
    order: 2;
  }

  .sm-max\:hover\:order-3:hover {
    order: 3;
  }

  .sm-max\:hover\:order-4:hover {
    order: 4;
  }

  .sm-max\:hover\:order-5:hover {
    order: 5;
  }

  .sm-max\:hover\:order-6:hover {
    order: 6;
  }

  .sm-max\:hover\:order-7:hover {
    order: 7;
  }

  .sm-max\:hover\:order-8:hover {
    order: 8;
  }

  .sm-max\:hover\:order-9:hover {
    order: 9;
  }

  .sm-max\:hover\:order-10:hover {
    order: 10;
  }

  .sm-max\:hover\:order-11:hover {
    order: 11;
  }

  .sm-max\:hover\:order-12:hover {
    order: 12;
  }

  .sm-max\:hover\:order-first:hover {
    order: -9999;
  }

  .sm-max\:hover\:order-last:hover {
    order: 9999;
  }

  .sm-max\:hover\:order-none:hover {
    order: 0;
  }

  .sm-max\:focus\:order-1:focus {
    order: 1;
  }

  .sm-max\:focus\:order-2:focus {
    order: 2;
  }

  .sm-max\:focus\:order-3:focus {
    order: 3;
  }

  .sm-max\:focus\:order-4:focus {
    order: 4;
  }

  .sm-max\:focus\:order-5:focus {
    order: 5;
  }

  .sm-max\:focus\:order-6:focus {
    order: 6;
  }

  .sm-max\:focus\:order-7:focus {
    order: 7;
  }

  .sm-max\:focus\:order-8:focus {
    order: 8;
  }

  .sm-max\:focus\:order-9:focus {
    order: 9;
  }

  .sm-max\:focus\:order-10:focus {
    order: 10;
  }

  .sm-max\:focus\:order-11:focus {
    order: 11;
  }

  .sm-max\:focus\:order-12:focus {
    order: 12;
  }

  .sm-max\:focus\:order-first:focus {
    order: -9999;
  }

  .sm-max\:focus\:order-last:focus {
    order: 9999;
  }

  .sm-max\:focus\:order-none:focus {
    order: 0;
  }

  .sm-max\:first\:order-1:first-child {
    order: 1;
  }

  .sm-max\:first\:order-2:first-child {
    order: 2;
  }

  .sm-max\:first\:order-3:first-child {
    order: 3;
  }

  .sm-max\:first\:order-4:first-child {
    order: 4;
  }

  .sm-max\:first\:order-5:first-child {
    order: 5;
  }

  .sm-max\:first\:order-6:first-child {
    order: 6;
  }

  .sm-max\:first\:order-7:first-child {
    order: 7;
  }

  .sm-max\:first\:order-8:first-child {
    order: 8;
  }

  .sm-max\:first\:order-9:first-child {
    order: 9;
  }

  .sm-max\:first\:order-10:first-child {
    order: 10;
  }

  .sm-max\:first\:order-11:first-child {
    order: 11;
  }

  .sm-max\:first\:order-12:first-child {
    order: 12;
  }

  .sm-max\:first\:order-first:first-child {
    order: -9999;
  }

  .sm-max\:first\:order-last:first-child {
    order: 9999;
  }

  .sm-max\:first\:order-none:first-child {
    order: 0;
  }

  .sm-max\:last\:order-1:last-child {
    order: 1;
  }

  .sm-max\:last\:order-2:last-child {
    order: 2;
  }

  .sm-max\:last\:order-3:last-child {
    order: 3;
  }

  .sm-max\:last\:order-4:last-child {
    order: 4;
  }

  .sm-max\:last\:order-5:last-child {
    order: 5;
  }

  .sm-max\:last\:order-6:last-child {
    order: 6;
  }

  .sm-max\:last\:order-7:last-child {
    order: 7;
  }

  .sm-max\:last\:order-8:last-child {
    order: 8;
  }

  .sm-max\:last\:order-9:last-child {
    order: 9;
  }

  .sm-max\:last\:order-10:last-child {
    order: 10;
  }

  .sm-max\:last\:order-11:last-child {
    order: 11;
  }

  .sm-max\:last\:order-12:last-child {
    order: 12;
  }

  .sm-max\:last\:order-first:last-child {
    order: -9999;
  }

  .sm-max\:last\:order-last:last-child {
    order: 9999;
  }

  .sm-max\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .sm-max\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .sm-max\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .sm-max\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .sm-max\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .sm-max\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .sm-max\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .sm-max\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .sm-max\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .sm-max\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .sm-max\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .sm-max\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .sm-max\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .sm-max\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .sm-max\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .sm-max\:group-hover\:order-none {
    order: 0;
  }

  .sm-max\:float-right {
    float: right;
  }

  .sm-max\:float-left {
    float: left;
  }

  .sm-max\:float-none {
    float: none;
  }

  .sm-max\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-max\:hover\:float-right:hover {
    float: right;
  }

  .sm-max\:hover\:float-left:hover {
    float: left;
  }

  .sm-max\:hover\:float-none:hover {
    float: none;
  }

  .sm-max\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-max\:focus\:float-right:focus {
    float: right;
  }

  .sm-max\:focus\:float-left:focus {
    float: left;
  }

  .sm-max\:focus\:float-none:focus {
    float: none;
  }

  .sm-max\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-max\:first\:float-right:first-child {
    float: right;
  }

  .sm-max\:first\:float-left:first-child {
    float: left;
  }

  .sm-max\:first\:float-none:first-child {
    float: none;
  }

  .sm-max\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-max\:last\:float-right:last-child {
    float: right;
  }

  .sm-max\:last\:float-left:last-child {
    float: left;
  }

  .sm-max\:last\:float-none:last-child {
    float: none;
  }

  .sm-max\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .sm-max\:group-hover\:float-right {
    float: right;
  }

  .group:hover .sm-max\:group-hover\:float-left {
    float: left;
  }

  .group:hover .sm-max\:group-hover\:float-none {
    float: none;
  }

  .group:hover .sm-max\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-max\:clear-left {
    clear: left;
  }

  .sm-max\:clear-right {
    clear: right;
  }

  .sm-max\:clear-both {
    clear: both;
  }

  .sm-max\:clear-none {
    clear: none;
  }

  .sm-max\:hover\:clear-left:hover {
    clear: left;
  }

  .sm-max\:hover\:clear-right:hover {
    clear: right;
  }

  .sm-max\:hover\:clear-both:hover {
    clear: both;
  }

  .sm-max\:hover\:clear-none:hover {
    clear: none;
  }

  .sm-max\:focus\:clear-left:focus {
    clear: left;
  }

  .sm-max\:focus\:clear-right:focus {
    clear: right;
  }

  .sm-max\:focus\:clear-both:focus {
    clear: both;
  }

  .sm-max\:focus\:clear-none:focus {
    clear: none;
  }

  .sm-max\:first\:clear-left:first-child {
    clear: left;
  }

  .sm-max\:first\:clear-right:first-child {
    clear: right;
  }

  .sm-max\:first\:clear-both:first-child {
    clear: both;
  }

  .sm-max\:first\:clear-none:first-child {
    clear: none;
  }

  .sm-max\:last\:clear-left:last-child {
    clear: left;
  }

  .sm-max\:last\:clear-right:last-child {
    clear: right;
  }

  .sm-max\:last\:clear-both:last-child {
    clear: both;
  }

  .sm-max\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .sm-max\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .sm-max\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .sm-max\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .sm-max\:group-hover\:clear-none {
    clear: none;
  }

  .sm-max\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .sm-max\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .sm-max\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .sm-max\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .sm-max\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .sm-max\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .sm-max\:font-pacifico {
    font-family: 'Pacifico';
  }

  .sm-max\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .sm-max\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .sm-max\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .sm-max\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .sm-max\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .sm-max\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .sm-max\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .sm-max\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .sm-max\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .sm-max\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .sm-max\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .sm-max\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .sm-max\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .sm-max\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .sm-max\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .sm-max\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .sm-max\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .sm-max\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .sm-max\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .sm-max\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .sm-max\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .sm-max\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .sm-max\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .sm-max\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .sm-max\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .sm-max\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .sm-max\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .sm-max\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .sm-max\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .sm-max\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .sm-max\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .sm-max\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .sm-max\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .sm-max\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .sm-max\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .sm-max\:font-hairline {
    font-weight: 100;
  }

  .sm-max\:font-thin {
    font-weight: 200;
  }

  .sm-max\:font-light {
    font-weight: 300;
  }

  .sm-max\:font-normal {
    font-weight: 400;
  }

  .sm-max\:font-medium {
    font-weight: 500;
  }

  .sm-max\:font-semibold {
    font-weight: 600;
  }

  .sm-max\:font-bold {
    font-weight: 700;
  }

  .sm-max\:font-extrabold {
    font-weight: 800;
  }

  .sm-max\:font-black {
    font-weight: 900;
  }

  .sm-max\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm-max\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm-max\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm-max\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm-max\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm-max\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm-max\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm-max\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm-max\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm-max\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm-max\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm-max\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm-max\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm-max\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm-max\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm-max\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm-max\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm-max\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm-max\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .sm-max\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .sm-max\:first\:font-light:first-child {
    font-weight: 300;
  }

  .sm-max\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .sm-max\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .sm-max\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .sm-max\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .sm-max\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .sm-max\:first\:font-black:first-child {
    font-weight: 900;
  }

  .sm-max\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .sm-max\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .sm-max\:last\:font-light:last-child {
    font-weight: 300;
  }

  .sm-max\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .sm-max\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .sm-max\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .sm-max\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .sm-max\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .sm-max\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .sm-max\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .sm-max\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .sm-max\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .sm-max\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .sm-max\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .sm-max\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .sm-max\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .sm-max\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .sm-max\:group-hover\:font-black {
    font-weight: 900;
  }

  .sm-max\:h-0 {
    height: 0px;
  }

  .sm-max\:h-1 {
    height: 0.25rem;
  }

  .sm-max\:h-2 {
    height: 0.5rem;
  }

  .sm-max\:h-3 {
    height: 3px;
  }

  .sm-max\:h-4 {
    height: 4px;
  }

  .sm-max\:h-5 {
    height: 5px;
  }

  .sm-max\:h-6 {
    height: 6px;
  }

  .sm-max\:h-8 {
    height: 8px;
  }

  .sm-max\:h-9 {
    height: 9px;
  }

  .sm-max\:h-10 {
    height: 10px;
  }

  .sm-max\:h-12 {
    height: 12px;
  }

  .sm-max\:h-13 {
    height: 13px;
  }

  .sm-max\:h-14 {
    height: 14px;
  }

  .sm-max\:h-15 {
    height: 15px;
  }

  .sm-max\:h-16 {
    height: 16px;
  }

  .sm-max\:h-17 {
    height: 17px;
  }

  .sm-max\:h-18 {
    height: 18px;
  }

  .sm-max\:h-20 {
    height: 20px;
  }

  .sm-max\:h-22 {
    height: 22px;
  }

  .sm-max\:h-24 {
    height: 24px;
  }

  .sm-max\:h-25 {
    height: 25px;
  }

  .sm-max\:h-28 {
    height: 28px;
  }

  .sm-max\:h-29 {
    height: 29px;
  }

  .sm-max\:h-30 {
    height: 30px;
  }

  .sm-max\:h-32 {
    height: 32px;
  }

  .sm-max\:h-35 {
    height: 35px;
  }

  .sm-max\:h-36 {
    height: 36px;
  }

  .sm-max\:h-37 {
    height: 37px;
  }

  .sm-max\:h-40 {
    height: 40px;
  }

  .sm-max\:h-45 {
    height: 45px;
  }

  .sm-max\:h-48 {
    height: 48px;
  }

  .sm-max\:h-50 {
    height: 50px;
  }

  .sm-max\:h-55 {
    height: 55px;
  }

  .sm-max\:h-56 {
    height: 56px;
  }

  .sm-max\:h-60 {
    height: 60px;
  }

  .sm-max\:h-62 {
    height: 62px;
  }

  .sm-max\:h-64 {
    height: 64px;
  }

  .sm-max\:h-65 {
    height: 65px;
  }

  .sm-max\:h-70 {
    height: 70px;
  }

  .sm-max\:h-75 {
    height: 75px;
  }

  .sm-max\:h-80 {
    height: 80px;
  }

  .sm-max\:h-85 {
    height: 85px;
  }

  .sm-max\:h-90 {
    height: 90px;
  }

  .sm-max\:h-95 {
    height: 95px;
  }

  .sm-max\:h-96 {
    height: 96px;
  }

  .sm-max\:h-100 {
    height: 100px;
  }

  .sm-max\:h-110 {
    height: 110px;
  }

  .sm-max\:h-115 {
    height: 115px;
  }

  .sm-max\:h-120 {
    height: 120px;
  }

  .sm-max\:h-128 {
    height: 128px;
  }

  .sm-max\:h-135 {
    height: 135px;
  }

  .sm-max\:h-140 {
    height: 140px;
  }

  .sm-max\:h-145 {
    height: 145px;
  }

  .sm-max\:h-150 {
    height: 150px;
  }

  .sm-max\:h-160 {
    height: 160px;
  }

  .sm-max\:h-165 {
    height: 165px;
  }

  .sm-max\:h-168 {
    height: 168px;
  }

  .sm-max\:h-170 {
    height: 170px;
  }

  .sm-max\:h-180 {
    height: 180px;
  }

  .sm-max\:h-200 {
    height: 200px;
  }

  .sm-max\:h-220 {
    height: 220px;
  }

  .sm-max\:h-230 {
    height: 230px;
  }

  .sm-max\:h-235 {
    height: 235px;
  }

  .sm-max\:h-240 {
    height: 240px;
  }

  .sm-max\:h-250 {
    height: 250px;
  }

  .sm-max\:h-300 {
    height: 300px;
  }

  .sm-max\:h-320 {
    height: 320px;
  }

  .sm-max\:h-350 {
    height: 350px;
  }

  .sm-max\:h-375 {
    height: 375px;
  }

  .sm-max\:h-400 {
    height: 400px;
  }

  .sm-max\:h-450 {
    height: 450px;
  }

  .sm-max\:h-700 {
    height: 700px;
  }

  .sm-max\:h-auto {
    height: auto;
  }

  .sm-max\:h-px {
    height: 1px;
  }

  .sm-max\:h-1p {
    height: 1%;
  }

  .sm-max\:h-1\/12 {
    height: 8.3333%;
  }

  .sm-max\:h-2\/12 {
    height: 16.666667%;
  }

  .sm-max\:h-11p {
    height: 11%;
  }

  .sm-max\:h-20p {
    height: 20%;
  }

  .sm-max\:h-24p {
    height: 24.25%;
  }

  .sm-max\:h-25p {
    height: 25%;
  }

  .sm-max\:h-32p {
    height: 32%;
  }

  .sm-max\:h-35p {
    height: 35%;
  }

  .sm-max\:h-40p {
    height: 40%;
  }

  .sm-max\:h-49p {
    height: 49%;
  }

  .sm-max\:h-49-5p {
    height: 49.5%;
  }

  .sm-max\:h-80p {
    height: 80%;
  }

  .sm-max\:h-vh80 {
    height: 80vh;
  }

  .sm-max\:h-vh86 {
    height: 86vh;
  }

  .sm-max\:h-vh90 {
    height: 90vh;
  }

  .sm-max\:h-vw80 {
    height: 80vw;
  }

  .sm-max\:h-vw90 {
    height: 90vw;
  }

  .sm-max\:h-90p {
    height: 90%;
  }

  .sm-max\:h-92p {
    height: 92%;
  }

  .sm-max\:h-93p {
    height: 93%;
  }

  .sm-max\:h-94p {
    height: 94%;
  }

  .sm-max\:h-95p {
    height: 95%;
  }

  .sm-max\:h-96p {
    height: 96%;
  }

  .sm-max\:h-100p {
    height: 100%;
  }

  .sm-max\:h-full {
    height: 100%;
  }

  .sm-max\:h-screen {
    height: 100vh;
  }

  .sm-max\:hover\:h-0:hover {
    height: 0px;
  }

  .sm-max\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .sm-max\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .sm-max\:hover\:h-3:hover {
    height: 3px;
  }

  .sm-max\:hover\:h-4:hover {
    height: 4px;
  }

  .sm-max\:hover\:h-5:hover {
    height: 5px;
  }

  .sm-max\:hover\:h-6:hover {
    height: 6px;
  }

  .sm-max\:hover\:h-8:hover {
    height: 8px;
  }

  .sm-max\:hover\:h-9:hover {
    height: 9px;
  }

  .sm-max\:hover\:h-10:hover {
    height: 10px;
  }

  .sm-max\:hover\:h-12:hover {
    height: 12px;
  }

  .sm-max\:hover\:h-13:hover {
    height: 13px;
  }

  .sm-max\:hover\:h-14:hover {
    height: 14px;
  }

  .sm-max\:hover\:h-15:hover {
    height: 15px;
  }

  .sm-max\:hover\:h-16:hover {
    height: 16px;
  }

  .sm-max\:hover\:h-17:hover {
    height: 17px;
  }

  .sm-max\:hover\:h-18:hover {
    height: 18px;
  }

  .sm-max\:hover\:h-20:hover {
    height: 20px;
  }

  .sm-max\:hover\:h-22:hover {
    height: 22px;
  }

  .sm-max\:hover\:h-24:hover {
    height: 24px;
  }

  .sm-max\:hover\:h-25:hover {
    height: 25px;
  }

  .sm-max\:hover\:h-28:hover {
    height: 28px;
  }

  .sm-max\:hover\:h-29:hover {
    height: 29px;
  }

  .sm-max\:hover\:h-30:hover {
    height: 30px;
  }

  .sm-max\:hover\:h-32:hover {
    height: 32px;
  }

  .sm-max\:hover\:h-35:hover {
    height: 35px;
  }

  .sm-max\:hover\:h-36:hover {
    height: 36px;
  }

  .sm-max\:hover\:h-37:hover {
    height: 37px;
  }

  .sm-max\:hover\:h-40:hover {
    height: 40px;
  }

  .sm-max\:hover\:h-45:hover {
    height: 45px;
  }

  .sm-max\:hover\:h-48:hover {
    height: 48px;
  }

  .sm-max\:hover\:h-50:hover {
    height: 50px;
  }

  .sm-max\:hover\:h-55:hover {
    height: 55px;
  }

  .sm-max\:hover\:h-56:hover {
    height: 56px;
  }

  .sm-max\:hover\:h-60:hover {
    height: 60px;
  }

  .sm-max\:hover\:h-62:hover {
    height: 62px;
  }

  .sm-max\:hover\:h-64:hover {
    height: 64px;
  }

  .sm-max\:hover\:h-65:hover {
    height: 65px;
  }

  .sm-max\:hover\:h-70:hover {
    height: 70px;
  }

  .sm-max\:hover\:h-75:hover {
    height: 75px;
  }

  .sm-max\:hover\:h-80:hover {
    height: 80px;
  }

  .sm-max\:hover\:h-85:hover {
    height: 85px;
  }

  .sm-max\:hover\:h-90:hover {
    height: 90px;
  }

  .sm-max\:hover\:h-95:hover {
    height: 95px;
  }

  .sm-max\:hover\:h-96:hover {
    height: 96px;
  }

  .sm-max\:hover\:h-100:hover {
    height: 100px;
  }

  .sm-max\:hover\:h-110:hover {
    height: 110px;
  }

  .sm-max\:hover\:h-115:hover {
    height: 115px;
  }

  .sm-max\:hover\:h-120:hover {
    height: 120px;
  }

  .sm-max\:hover\:h-128:hover {
    height: 128px;
  }

  .sm-max\:hover\:h-135:hover {
    height: 135px;
  }

  .sm-max\:hover\:h-140:hover {
    height: 140px;
  }

  .sm-max\:hover\:h-145:hover {
    height: 145px;
  }

  .sm-max\:hover\:h-150:hover {
    height: 150px;
  }

  .sm-max\:hover\:h-160:hover {
    height: 160px;
  }

  .sm-max\:hover\:h-165:hover {
    height: 165px;
  }

  .sm-max\:hover\:h-168:hover {
    height: 168px;
  }

  .sm-max\:hover\:h-170:hover {
    height: 170px;
  }

  .sm-max\:hover\:h-180:hover {
    height: 180px;
  }

  .sm-max\:hover\:h-200:hover {
    height: 200px;
  }

  .sm-max\:hover\:h-220:hover {
    height: 220px;
  }

  .sm-max\:hover\:h-230:hover {
    height: 230px;
  }

  .sm-max\:hover\:h-235:hover {
    height: 235px;
  }

  .sm-max\:hover\:h-240:hover {
    height: 240px;
  }

  .sm-max\:hover\:h-250:hover {
    height: 250px;
  }

  .sm-max\:hover\:h-300:hover {
    height: 300px;
  }

  .sm-max\:hover\:h-320:hover {
    height: 320px;
  }

  .sm-max\:hover\:h-350:hover {
    height: 350px;
  }

  .sm-max\:hover\:h-375:hover {
    height: 375px;
  }

  .sm-max\:hover\:h-400:hover {
    height: 400px;
  }

  .sm-max\:hover\:h-450:hover {
    height: 450px;
  }

  .sm-max\:hover\:h-700:hover {
    height: 700px;
  }

  .sm-max\:hover\:h-auto:hover {
    height: auto;
  }

  .sm-max\:hover\:h-px:hover {
    height: 1px;
  }

  .sm-max\:hover\:h-1p:hover {
    height: 1%;
  }

  .sm-max\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .sm-max\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .sm-max\:hover\:h-11p:hover {
    height: 11%;
  }

  .sm-max\:hover\:h-20p:hover {
    height: 20%;
  }

  .sm-max\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .sm-max\:hover\:h-25p:hover {
    height: 25%;
  }

  .sm-max\:hover\:h-32p:hover {
    height: 32%;
  }

  .sm-max\:hover\:h-35p:hover {
    height: 35%;
  }

  .sm-max\:hover\:h-40p:hover {
    height: 40%;
  }

  .sm-max\:hover\:h-49p:hover {
    height: 49%;
  }

  .sm-max\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .sm-max\:hover\:h-80p:hover {
    height: 80%;
  }

  .sm-max\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .sm-max\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .sm-max\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .sm-max\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .sm-max\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .sm-max\:hover\:h-90p:hover {
    height: 90%;
  }

  .sm-max\:hover\:h-92p:hover {
    height: 92%;
  }

  .sm-max\:hover\:h-93p:hover {
    height: 93%;
  }

  .sm-max\:hover\:h-94p:hover {
    height: 94%;
  }

  .sm-max\:hover\:h-95p:hover {
    height: 95%;
  }

  .sm-max\:hover\:h-96p:hover {
    height: 96%;
  }

  .sm-max\:hover\:h-100p:hover {
    height: 100%;
  }

  .sm-max\:hover\:h-full:hover {
    height: 100%;
  }

  .sm-max\:hover\:h-screen:hover {
    height: 100vh;
  }

  .sm-max\:focus\:h-0:focus {
    height: 0px;
  }

  .sm-max\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .sm-max\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .sm-max\:focus\:h-3:focus {
    height: 3px;
  }

  .sm-max\:focus\:h-4:focus {
    height: 4px;
  }

  .sm-max\:focus\:h-5:focus {
    height: 5px;
  }

  .sm-max\:focus\:h-6:focus {
    height: 6px;
  }

  .sm-max\:focus\:h-8:focus {
    height: 8px;
  }

  .sm-max\:focus\:h-9:focus {
    height: 9px;
  }

  .sm-max\:focus\:h-10:focus {
    height: 10px;
  }

  .sm-max\:focus\:h-12:focus {
    height: 12px;
  }

  .sm-max\:focus\:h-13:focus {
    height: 13px;
  }

  .sm-max\:focus\:h-14:focus {
    height: 14px;
  }

  .sm-max\:focus\:h-15:focus {
    height: 15px;
  }

  .sm-max\:focus\:h-16:focus {
    height: 16px;
  }

  .sm-max\:focus\:h-17:focus {
    height: 17px;
  }

  .sm-max\:focus\:h-18:focus {
    height: 18px;
  }

  .sm-max\:focus\:h-20:focus {
    height: 20px;
  }

  .sm-max\:focus\:h-22:focus {
    height: 22px;
  }

  .sm-max\:focus\:h-24:focus {
    height: 24px;
  }

  .sm-max\:focus\:h-25:focus {
    height: 25px;
  }

  .sm-max\:focus\:h-28:focus {
    height: 28px;
  }

  .sm-max\:focus\:h-29:focus {
    height: 29px;
  }

  .sm-max\:focus\:h-30:focus {
    height: 30px;
  }

  .sm-max\:focus\:h-32:focus {
    height: 32px;
  }

  .sm-max\:focus\:h-35:focus {
    height: 35px;
  }

  .sm-max\:focus\:h-36:focus {
    height: 36px;
  }

  .sm-max\:focus\:h-37:focus {
    height: 37px;
  }

  .sm-max\:focus\:h-40:focus {
    height: 40px;
  }

  .sm-max\:focus\:h-45:focus {
    height: 45px;
  }

  .sm-max\:focus\:h-48:focus {
    height: 48px;
  }

  .sm-max\:focus\:h-50:focus {
    height: 50px;
  }

  .sm-max\:focus\:h-55:focus {
    height: 55px;
  }

  .sm-max\:focus\:h-56:focus {
    height: 56px;
  }

  .sm-max\:focus\:h-60:focus {
    height: 60px;
  }

  .sm-max\:focus\:h-62:focus {
    height: 62px;
  }

  .sm-max\:focus\:h-64:focus {
    height: 64px;
  }

  .sm-max\:focus\:h-65:focus {
    height: 65px;
  }

  .sm-max\:focus\:h-70:focus {
    height: 70px;
  }

  .sm-max\:focus\:h-75:focus {
    height: 75px;
  }

  .sm-max\:focus\:h-80:focus {
    height: 80px;
  }

  .sm-max\:focus\:h-85:focus {
    height: 85px;
  }

  .sm-max\:focus\:h-90:focus {
    height: 90px;
  }

  .sm-max\:focus\:h-95:focus {
    height: 95px;
  }

  .sm-max\:focus\:h-96:focus {
    height: 96px;
  }

  .sm-max\:focus\:h-100:focus {
    height: 100px;
  }

  .sm-max\:focus\:h-110:focus {
    height: 110px;
  }

  .sm-max\:focus\:h-115:focus {
    height: 115px;
  }

  .sm-max\:focus\:h-120:focus {
    height: 120px;
  }

  .sm-max\:focus\:h-128:focus {
    height: 128px;
  }

  .sm-max\:focus\:h-135:focus {
    height: 135px;
  }

  .sm-max\:focus\:h-140:focus {
    height: 140px;
  }

  .sm-max\:focus\:h-145:focus {
    height: 145px;
  }

  .sm-max\:focus\:h-150:focus {
    height: 150px;
  }

  .sm-max\:focus\:h-160:focus {
    height: 160px;
  }

  .sm-max\:focus\:h-165:focus {
    height: 165px;
  }

  .sm-max\:focus\:h-168:focus {
    height: 168px;
  }

  .sm-max\:focus\:h-170:focus {
    height: 170px;
  }

  .sm-max\:focus\:h-180:focus {
    height: 180px;
  }

  .sm-max\:focus\:h-200:focus {
    height: 200px;
  }

  .sm-max\:focus\:h-220:focus {
    height: 220px;
  }

  .sm-max\:focus\:h-230:focus {
    height: 230px;
  }

  .sm-max\:focus\:h-235:focus {
    height: 235px;
  }

  .sm-max\:focus\:h-240:focus {
    height: 240px;
  }

  .sm-max\:focus\:h-250:focus {
    height: 250px;
  }

  .sm-max\:focus\:h-300:focus {
    height: 300px;
  }

  .sm-max\:focus\:h-320:focus {
    height: 320px;
  }

  .sm-max\:focus\:h-350:focus {
    height: 350px;
  }

  .sm-max\:focus\:h-375:focus {
    height: 375px;
  }

  .sm-max\:focus\:h-400:focus {
    height: 400px;
  }

  .sm-max\:focus\:h-450:focus {
    height: 450px;
  }

  .sm-max\:focus\:h-700:focus {
    height: 700px;
  }

  .sm-max\:focus\:h-auto:focus {
    height: auto;
  }

  .sm-max\:focus\:h-px:focus {
    height: 1px;
  }

  .sm-max\:focus\:h-1p:focus {
    height: 1%;
  }

  .sm-max\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .sm-max\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .sm-max\:focus\:h-11p:focus {
    height: 11%;
  }

  .sm-max\:focus\:h-20p:focus {
    height: 20%;
  }

  .sm-max\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .sm-max\:focus\:h-25p:focus {
    height: 25%;
  }

  .sm-max\:focus\:h-32p:focus {
    height: 32%;
  }

  .sm-max\:focus\:h-35p:focus {
    height: 35%;
  }

  .sm-max\:focus\:h-40p:focus {
    height: 40%;
  }

  .sm-max\:focus\:h-49p:focus {
    height: 49%;
  }

  .sm-max\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .sm-max\:focus\:h-80p:focus {
    height: 80%;
  }

  .sm-max\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .sm-max\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .sm-max\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .sm-max\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .sm-max\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .sm-max\:focus\:h-90p:focus {
    height: 90%;
  }

  .sm-max\:focus\:h-92p:focus {
    height: 92%;
  }

  .sm-max\:focus\:h-93p:focus {
    height: 93%;
  }

  .sm-max\:focus\:h-94p:focus {
    height: 94%;
  }

  .sm-max\:focus\:h-95p:focus {
    height: 95%;
  }

  .sm-max\:focus\:h-96p:focus {
    height: 96%;
  }

  .sm-max\:focus\:h-100p:focus {
    height: 100%;
  }

  .sm-max\:focus\:h-full:focus {
    height: 100%;
  }

  .sm-max\:focus\:h-screen:focus {
    height: 100vh;
  }

  .sm-max\:first\:h-0:first-child {
    height: 0px;
  }

  .sm-max\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .sm-max\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .sm-max\:first\:h-3:first-child {
    height: 3px;
  }

  .sm-max\:first\:h-4:first-child {
    height: 4px;
  }

  .sm-max\:first\:h-5:first-child {
    height: 5px;
  }

  .sm-max\:first\:h-6:first-child {
    height: 6px;
  }

  .sm-max\:first\:h-8:first-child {
    height: 8px;
  }

  .sm-max\:first\:h-9:first-child {
    height: 9px;
  }

  .sm-max\:first\:h-10:first-child {
    height: 10px;
  }

  .sm-max\:first\:h-12:first-child {
    height: 12px;
  }

  .sm-max\:first\:h-13:first-child {
    height: 13px;
  }

  .sm-max\:first\:h-14:first-child {
    height: 14px;
  }

  .sm-max\:first\:h-15:first-child {
    height: 15px;
  }

  .sm-max\:first\:h-16:first-child {
    height: 16px;
  }

  .sm-max\:first\:h-17:first-child {
    height: 17px;
  }

  .sm-max\:first\:h-18:first-child {
    height: 18px;
  }

  .sm-max\:first\:h-20:first-child {
    height: 20px;
  }

  .sm-max\:first\:h-22:first-child {
    height: 22px;
  }

  .sm-max\:first\:h-24:first-child {
    height: 24px;
  }

  .sm-max\:first\:h-25:first-child {
    height: 25px;
  }

  .sm-max\:first\:h-28:first-child {
    height: 28px;
  }

  .sm-max\:first\:h-29:first-child {
    height: 29px;
  }

  .sm-max\:first\:h-30:first-child {
    height: 30px;
  }

  .sm-max\:first\:h-32:first-child {
    height: 32px;
  }

  .sm-max\:first\:h-35:first-child {
    height: 35px;
  }

  .sm-max\:first\:h-36:first-child {
    height: 36px;
  }

  .sm-max\:first\:h-37:first-child {
    height: 37px;
  }

  .sm-max\:first\:h-40:first-child {
    height: 40px;
  }

  .sm-max\:first\:h-45:first-child {
    height: 45px;
  }

  .sm-max\:first\:h-48:first-child {
    height: 48px;
  }

  .sm-max\:first\:h-50:first-child {
    height: 50px;
  }

  .sm-max\:first\:h-55:first-child {
    height: 55px;
  }

  .sm-max\:first\:h-56:first-child {
    height: 56px;
  }

  .sm-max\:first\:h-60:first-child {
    height: 60px;
  }

  .sm-max\:first\:h-62:first-child {
    height: 62px;
  }

  .sm-max\:first\:h-64:first-child {
    height: 64px;
  }

  .sm-max\:first\:h-65:first-child {
    height: 65px;
  }

  .sm-max\:first\:h-70:first-child {
    height: 70px;
  }

  .sm-max\:first\:h-75:first-child {
    height: 75px;
  }

  .sm-max\:first\:h-80:first-child {
    height: 80px;
  }

  .sm-max\:first\:h-85:first-child {
    height: 85px;
  }

  .sm-max\:first\:h-90:first-child {
    height: 90px;
  }

  .sm-max\:first\:h-95:first-child {
    height: 95px;
  }

  .sm-max\:first\:h-96:first-child {
    height: 96px;
  }

  .sm-max\:first\:h-100:first-child {
    height: 100px;
  }

  .sm-max\:first\:h-110:first-child {
    height: 110px;
  }

  .sm-max\:first\:h-115:first-child {
    height: 115px;
  }

  .sm-max\:first\:h-120:first-child {
    height: 120px;
  }

  .sm-max\:first\:h-128:first-child {
    height: 128px;
  }

  .sm-max\:first\:h-135:first-child {
    height: 135px;
  }

  .sm-max\:first\:h-140:first-child {
    height: 140px;
  }

  .sm-max\:first\:h-145:first-child {
    height: 145px;
  }

  .sm-max\:first\:h-150:first-child {
    height: 150px;
  }

  .sm-max\:first\:h-160:first-child {
    height: 160px;
  }

  .sm-max\:first\:h-165:first-child {
    height: 165px;
  }

  .sm-max\:first\:h-168:first-child {
    height: 168px;
  }

  .sm-max\:first\:h-170:first-child {
    height: 170px;
  }

  .sm-max\:first\:h-180:first-child {
    height: 180px;
  }

  .sm-max\:first\:h-200:first-child {
    height: 200px;
  }

  .sm-max\:first\:h-220:first-child {
    height: 220px;
  }

  .sm-max\:first\:h-230:first-child {
    height: 230px;
  }

  .sm-max\:first\:h-235:first-child {
    height: 235px;
  }

  .sm-max\:first\:h-240:first-child {
    height: 240px;
  }

  .sm-max\:first\:h-250:first-child {
    height: 250px;
  }

  .sm-max\:first\:h-300:first-child {
    height: 300px;
  }

  .sm-max\:first\:h-320:first-child {
    height: 320px;
  }

  .sm-max\:first\:h-350:first-child {
    height: 350px;
  }

  .sm-max\:first\:h-375:first-child {
    height: 375px;
  }

  .sm-max\:first\:h-400:first-child {
    height: 400px;
  }

  .sm-max\:first\:h-450:first-child {
    height: 450px;
  }

  .sm-max\:first\:h-700:first-child {
    height: 700px;
  }

  .sm-max\:first\:h-auto:first-child {
    height: auto;
  }

  .sm-max\:first\:h-px:first-child {
    height: 1px;
  }

  .sm-max\:first\:h-1p:first-child {
    height: 1%;
  }

  .sm-max\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .sm-max\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .sm-max\:first\:h-11p:first-child {
    height: 11%;
  }

  .sm-max\:first\:h-20p:first-child {
    height: 20%;
  }

  .sm-max\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .sm-max\:first\:h-25p:first-child {
    height: 25%;
  }

  .sm-max\:first\:h-32p:first-child {
    height: 32%;
  }

  .sm-max\:first\:h-35p:first-child {
    height: 35%;
  }

  .sm-max\:first\:h-40p:first-child {
    height: 40%;
  }

  .sm-max\:first\:h-49p:first-child {
    height: 49%;
  }

  .sm-max\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .sm-max\:first\:h-80p:first-child {
    height: 80%;
  }

  .sm-max\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .sm-max\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .sm-max\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .sm-max\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .sm-max\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .sm-max\:first\:h-90p:first-child {
    height: 90%;
  }

  .sm-max\:first\:h-92p:first-child {
    height: 92%;
  }

  .sm-max\:first\:h-93p:first-child {
    height: 93%;
  }

  .sm-max\:first\:h-94p:first-child {
    height: 94%;
  }

  .sm-max\:first\:h-95p:first-child {
    height: 95%;
  }

  .sm-max\:first\:h-96p:first-child {
    height: 96%;
  }

  .sm-max\:first\:h-100p:first-child {
    height: 100%;
  }

  .sm-max\:first\:h-full:first-child {
    height: 100%;
  }

  .sm-max\:first\:h-screen:first-child {
    height: 100vh;
  }

  .sm-max\:last\:h-0:last-child {
    height: 0px;
  }

  .sm-max\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .sm-max\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .sm-max\:last\:h-3:last-child {
    height: 3px;
  }

  .sm-max\:last\:h-4:last-child {
    height: 4px;
  }

  .sm-max\:last\:h-5:last-child {
    height: 5px;
  }

  .sm-max\:last\:h-6:last-child {
    height: 6px;
  }

  .sm-max\:last\:h-8:last-child {
    height: 8px;
  }

  .sm-max\:last\:h-9:last-child {
    height: 9px;
  }

  .sm-max\:last\:h-10:last-child {
    height: 10px;
  }

  .sm-max\:last\:h-12:last-child {
    height: 12px;
  }

  .sm-max\:last\:h-13:last-child {
    height: 13px;
  }

  .sm-max\:last\:h-14:last-child {
    height: 14px;
  }

  .sm-max\:last\:h-15:last-child {
    height: 15px;
  }

  .sm-max\:last\:h-16:last-child {
    height: 16px;
  }

  .sm-max\:last\:h-17:last-child {
    height: 17px;
  }

  .sm-max\:last\:h-18:last-child {
    height: 18px;
  }

  .sm-max\:last\:h-20:last-child {
    height: 20px;
  }

  .sm-max\:last\:h-22:last-child {
    height: 22px;
  }

  .sm-max\:last\:h-24:last-child {
    height: 24px;
  }

  .sm-max\:last\:h-25:last-child {
    height: 25px;
  }

  .sm-max\:last\:h-28:last-child {
    height: 28px;
  }

  .sm-max\:last\:h-29:last-child {
    height: 29px;
  }

  .sm-max\:last\:h-30:last-child {
    height: 30px;
  }

  .sm-max\:last\:h-32:last-child {
    height: 32px;
  }

  .sm-max\:last\:h-35:last-child {
    height: 35px;
  }

  .sm-max\:last\:h-36:last-child {
    height: 36px;
  }

  .sm-max\:last\:h-37:last-child {
    height: 37px;
  }

  .sm-max\:last\:h-40:last-child {
    height: 40px;
  }

  .sm-max\:last\:h-45:last-child {
    height: 45px;
  }

  .sm-max\:last\:h-48:last-child {
    height: 48px;
  }

  .sm-max\:last\:h-50:last-child {
    height: 50px;
  }

  .sm-max\:last\:h-55:last-child {
    height: 55px;
  }

  .sm-max\:last\:h-56:last-child {
    height: 56px;
  }

  .sm-max\:last\:h-60:last-child {
    height: 60px;
  }

  .sm-max\:last\:h-62:last-child {
    height: 62px;
  }

  .sm-max\:last\:h-64:last-child {
    height: 64px;
  }

  .sm-max\:last\:h-65:last-child {
    height: 65px;
  }

  .sm-max\:last\:h-70:last-child {
    height: 70px;
  }

  .sm-max\:last\:h-75:last-child {
    height: 75px;
  }

  .sm-max\:last\:h-80:last-child {
    height: 80px;
  }

  .sm-max\:last\:h-85:last-child {
    height: 85px;
  }

  .sm-max\:last\:h-90:last-child {
    height: 90px;
  }

  .sm-max\:last\:h-95:last-child {
    height: 95px;
  }

  .sm-max\:last\:h-96:last-child {
    height: 96px;
  }

  .sm-max\:last\:h-100:last-child {
    height: 100px;
  }

  .sm-max\:last\:h-110:last-child {
    height: 110px;
  }

  .sm-max\:last\:h-115:last-child {
    height: 115px;
  }

  .sm-max\:last\:h-120:last-child {
    height: 120px;
  }

  .sm-max\:last\:h-128:last-child {
    height: 128px;
  }

  .sm-max\:last\:h-135:last-child {
    height: 135px;
  }

  .sm-max\:last\:h-140:last-child {
    height: 140px;
  }

  .sm-max\:last\:h-145:last-child {
    height: 145px;
  }

  .sm-max\:last\:h-150:last-child {
    height: 150px;
  }

  .sm-max\:last\:h-160:last-child {
    height: 160px;
  }

  .sm-max\:last\:h-165:last-child {
    height: 165px;
  }

  .sm-max\:last\:h-168:last-child {
    height: 168px;
  }

  .sm-max\:last\:h-170:last-child {
    height: 170px;
  }

  .sm-max\:last\:h-180:last-child {
    height: 180px;
  }

  .sm-max\:last\:h-200:last-child {
    height: 200px;
  }

  .sm-max\:last\:h-220:last-child {
    height: 220px;
  }

  .sm-max\:last\:h-230:last-child {
    height: 230px;
  }

  .sm-max\:last\:h-235:last-child {
    height: 235px;
  }

  .sm-max\:last\:h-240:last-child {
    height: 240px;
  }

  .sm-max\:last\:h-250:last-child {
    height: 250px;
  }

  .sm-max\:last\:h-300:last-child {
    height: 300px;
  }

  .sm-max\:last\:h-320:last-child {
    height: 320px;
  }

  .sm-max\:last\:h-350:last-child {
    height: 350px;
  }

  .sm-max\:last\:h-375:last-child {
    height: 375px;
  }

  .sm-max\:last\:h-400:last-child {
    height: 400px;
  }

  .sm-max\:last\:h-450:last-child {
    height: 450px;
  }

  .sm-max\:last\:h-700:last-child {
    height: 700px;
  }

  .sm-max\:last\:h-auto:last-child {
    height: auto;
  }

  .sm-max\:last\:h-px:last-child {
    height: 1px;
  }

  .sm-max\:last\:h-1p:last-child {
    height: 1%;
  }

  .sm-max\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .sm-max\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .sm-max\:last\:h-11p:last-child {
    height: 11%;
  }

  .sm-max\:last\:h-20p:last-child {
    height: 20%;
  }

  .sm-max\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .sm-max\:last\:h-25p:last-child {
    height: 25%;
  }

  .sm-max\:last\:h-32p:last-child {
    height: 32%;
  }

  .sm-max\:last\:h-35p:last-child {
    height: 35%;
  }

  .sm-max\:last\:h-40p:last-child {
    height: 40%;
  }

  .sm-max\:last\:h-49p:last-child {
    height: 49%;
  }

  .sm-max\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .sm-max\:last\:h-80p:last-child {
    height: 80%;
  }

  .sm-max\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .sm-max\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .sm-max\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .sm-max\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .sm-max\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .sm-max\:last\:h-90p:last-child {
    height: 90%;
  }

  .sm-max\:last\:h-92p:last-child {
    height: 92%;
  }

  .sm-max\:last\:h-93p:last-child {
    height: 93%;
  }

  .sm-max\:last\:h-94p:last-child {
    height: 94%;
  }

  .sm-max\:last\:h-95p:last-child {
    height: 95%;
  }

  .sm-max\:last\:h-96p:last-child {
    height: 96%;
  }

  .sm-max\:last\:h-100p:last-child {
    height: 100%;
  }

  .sm-max\:last\:h-full:last-child {
    height: 100%;
  }

  .sm-max\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .sm-max\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .sm-max\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .sm-max\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .sm-max\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .sm-max\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .sm-max\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .sm-max\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .sm-max\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .sm-max\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .sm-max\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .sm-max\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .sm-max\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .sm-max\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .sm-max\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .sm-max\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .sm-max\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .sm-max\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .sm-max\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .sm-max\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .sm-max\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .sm-max\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .sm-max\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .sm-max\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .sm-max\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .sm-max\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .sm-max\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .sm-max\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .sm-max\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .sm-max\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .sm-max\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .sm-max\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .sm-max\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .sm-max\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .sm-max\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .sm-max\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .sm-max\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .sm-max\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .sm-max\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .sm-max\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .sm-max\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .sm-max\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .sm-max\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .sm-max\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .sm-max\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .sm-max\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .sm-max\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .sm-max\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .sm-max\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .sm-max\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .sm-max\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .sm-max\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .sm-max\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .sm-max\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .sm-max\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .sm-max\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .sm-max\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .sm-max\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .sm-max\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .sm-max\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .sm-max\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .sm-max\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .sm-max\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .sm-max\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .sm-max\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .sm-max\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .sm-max\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .sm-max\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .sm-max\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .sm-max\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .sm-max\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .sm-max\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .sm-max\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .sm-max\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .sm-max\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .sm-max\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .sm-max\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .sm-max\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .sm-max\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .sm-max\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .sm-max\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .sm-max\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .sm-max\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .sm-max\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .sm-max\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .sm-max\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .sm-max\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .sm-max\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .sm-max\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .sm-max\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .sm-max\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .sm-max\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .sm-max\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .sm-max\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .sm-max\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .sm-max\:group-hover\:h-screen {
    height: 100vh;
  }

  .sm-max\:text-12 {
    font-size: 12px;
  }

  .sm-max\:text-13 {
    font-size: 13px;
  }

  .sm-max\:text-14 {
    font-size: 14px;
  }

  .sm-max\:text-15 {
    font-size: 15px;
  }

  .sm-max\:text-16 {
    font-size: 16px;
  }

  .sm-max\:text-17 {
    font-size: 17px;
  }

  .sm-max\:text-18 {
    font-size: 18px;
  }

  .sm-max\:text-21 {
    font-size: 21px;
  }

  .sm-max\:text-23 {
    font-size: 23px;
  }

  .sm-max\:text-24 {
    font-size: 24px;
  }

  .sm-max\:text-27 {
    font-size: 27px;
  }

  .sm-max\:text-35 {
    font-size: 35px;
  }

  .sm-max\:text-40 {
    font-size: 40px;
  }

  .sm-max\:text-xs {
    font-size: 0.75rem;
  }

  .sm-max\:text-sm {
    font-size: 0.875rem;
  }

  .sm-max\:text-base {
    font-size: 1rem;
  }

  .sm-max\:text-lg {
    font-size: 1.125rem;
  }

  .sm-max\:text-xl {
    font-size: 1.25rem;
  }

  .sm-max\:text-2xl {
    font-size: 1.5rem;
  }

  .sm-max\:text-3xl {
    font-size: 1.875rem;
  }

  .sm-max\:text-4xl {
    font-size: 2.25rem;
  }

  .sm-max\:text-5xl {
    font-size: 3rem;
  }

  .sm-max\:text-6xl {
    font-size: 4rem;
  }

  .sm-max\:hover\:text-12:hover {
    font-size: 12px;
  }

  .sm-max\:hover\:text-13:hover {
    font-size: 13px;
  }

  .sm-max\:hover\:text-14:hover {
    font-size: 14px;
  }

  .sm-max\:hover\:text-15:hover {
    font-size: 15px;
  }

  .sm-max\:hover\:text-16:hover {
    font-size: 16px;
  }

  .sm-max\:hover\:text-17:hover {
    font-size: 17px;
  }

  .sm-max\:hover\:text-18:hover {
    font-size: 18px;
  }

  .sm-max\:hover\:text-21:hover {
    font-size: 21px;
  }

  .sm-max\:hover\:text-23:hover {
    font-size: 23px;
  }

  .sm-max\:hover\:text-24:hover {
    font-size: 24px;
  }

  .sm-max\:hover\:text-27:hover {
    font-size: 27px;
  }

  .sm-max\:hover\:text-35:hover {
    font-size: 35px;
  }

  .sm-max\:hover\:text-40:hover {
    font-size: 40px;
  }

  .sm-max\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .sm-max\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .sm-max\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .sm-max\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .sm-max\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .sm-max\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .sm-max\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .sm-max\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .sm-max\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .sm-max\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .sm-max\:focus\:text-12:focus {
    font-size: 12px;
  }

  .sm-max\:focus\:text-13:focus {
    font-size: 13px;
  }

  .sm-max\:focus\:text-14:focus {
    font-size: 14px;
  }

  .sm-max\:focus\:text-15:focus {
    font-size: 15px;
  }

  .sm-max\:focus\:text-16:focus {
    font-size: 16px;
  }

  .sm-max\:focus\:text-17:focus {
    font-size: 17px;
  }

  .sm-max\:focus\:text-18:focus {
    font-size: 18px;
  }

  .sm-max\:focus\:text-21:focus {
    font-size: 21px;
  }

  .sm-max\:focus\:text-23:focus {
    font-size: 23px;
  }

  .sm-max\:focus\:text-24:focus {
    font-size: 24px;
  }

  .sm-max\:focus\:text-27:focus {
    font-size: 27px;
  }

  .sm-max\:focus\:text-35:focus {
    font-size: 35px;
  }

  .sm-max\:focus\:text-40:focus {
    font-size: 40px;
  }

  .sm-max\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .sm-max\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .sm-max\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .sm-max\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .sm-max\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .sm-max\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .sm-max\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .sm-max\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .sm-max\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .sm-max\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .sm-max\:first\:text-12:first-child {
    font-size: 12px;
  }

  .sm-max\:first\:text-13:first-child {
    font-size: 13px;
  }

  .sm-max\:first\:text-14:first-child {
    font-size: 14px;
  }

  .sm-max\:first\:text-15:first-child {
    font-size: 15px;
  }

  .sm-max\:first\:text-16:first-child {
    font-size: 16px;
  }

  .sm-max\:first\:text-17:first-child {
    font-size: 17px;
  }

  .sm-max\:first\:text-18:first-child {
    font-size: 18px;
  }

  .sm-max\:first\:text-21:first-child {
    font-size: 21px;
  }

  .sm-max\:first\:text-23:first-child {
    font-size: 23px;
  }

  .sm-max\:first\:text-24:first-child {
    font-size: 24px;
  }

  .sm-max\:first\:text-27:first-child {
    font-size: 27px;
  }

  .sm-max\:first\:text-35:first-child {
    font-size: 35px;
  }

  .sm-max\:first\:text-40:first-child {
    font-size: 40px;
  }

  .sm-max\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .sm-max\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .sm-max\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .sm-max\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .sm-max\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .sm-max\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .sm-max\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .sm-max\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .sm-max\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .sm-max\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .sm-max\:last\:text-12:last-child {
    font-size: 12px;
  }

  .sm-max\:last\:text-13:last-child {
    font-size: 13px;
  }

  .sm-max\:last\:text-14:last-child {
    font-size: 14px;
  }

  .sm-max\:last\:text-15:last-child {
    font-size: 15px;
  }

  .sm-max\:last\:text-16:last-child {
    font-size: 16px;
  }

  .sm-max\:last\:text-17:last-child {
    font-size: 17px;
  }

  .sm-max\:last\:text-18:last-child {
    font-size: 18px;
  }

  .sm-max\:last\:text-21:last-child {
    font-size: 21px;
  }

  .sm-max\:last\:text-23:last-child {
    font-size: 23px;
  }

  .sm-max\:last\:text-24:last-child {
    font-size: 24px;
  }

  .sm-max\:last\:text-27:last-child {
    font-size: 27px;
  }

  .sm-max\:last\:text-35:last-child {
    font-size: 35px;
  }

  .sm-max\:last\:text-40:last-child {
    font-size: 40px;
  }

  .sm-max\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .sm-max\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .sm-max\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .sm-max\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .sm-max\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .sm-max\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .sm-max\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .sm-max\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .sm-max\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .sm-max\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .sm-max\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .sm-max\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .sm-max\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .sm-max\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .sm-max\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .sm-max\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .sm-max\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .sm-max\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .sm-max\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .sm-max\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .sm-max\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .sm-max\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .sm-max\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .sm-max\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .sm-max\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .sm-max\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .sm-max\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .sm-max\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .sm-max\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .sm-max\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .sm-max\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .sm-max\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .sm-max\:leading-1 {
    line-height: 1;
  }

  .sm-max\:leading-3 {
    line-height: .75rem;
  }

  .sm-max\:leading-4 {
    line-height: 1rem;
  }

  .sm-max\:leading-5 {
    line-height: 1.25rem;
  }

  .sm-max\:leading-6 {
    line-height: 1.5rem;
  }

  .sm-max\:leading-7 {
    line-height: 1.75rem;
  }

  .sm-max\:leading-8 {
    line-height: 2rem;
  }

  .sm-max\:leading-9 {
    line-height: 2.25rem;
  }

  .sm-max\:leading-10 {
    line-height: 2.5rem;
  }

  .sm-max\:leading-19 {
    line-height: 19px;
  }

  .sm-max\:leading-22 {
    line-height: 22px;
  }

  .sm-max\:leading-25 {
    line-height: 25px;
  }

  .sm-max\:leading-27 {
    line-height: 27px;
  }

  .sm-max\:leading-28 {
    line-height: 28px;
  }

  .sm-max\:leading-31 {
    line-height: 31px;
  }

  .sm-max\:leading-32 {
    line-height: 32px;
  }

  .sm-max\:leading-40 {
    line-height: 40px;
  }

  .sm-max\:leading-43 {
    line-height: 43px;
  }

  .sm-max\:leading-47 {
    line-height: 47px;
  }

  .sm-max\:leading-none {
    line-height: 1;
  }

  .sm-max\:leading-tight {
    line-height: 1.25;
  }

  .sm-max\:leading-snug {
    line-height: 1.375;
  }

  .sm-max\:leading-normal {
    line-height: 1.5;
  }

  .sm-max\:leading-relaxed {
    line-height: 1.625;
  }

  .sm-max\:leading-loose {
    line-height: 2;
  }

  .sm-max\:hover\:leading-1:hover {
    line-height: 1;
  }

  .sm-max\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .sm-max\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .sm-max\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .sm-max\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .sm-max\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .sm-max\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .sm-max\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .sm-max\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .sm-max\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .sm-max\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .sm-max\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .sm-max\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .sm-max\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .sm-max\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .sm-max\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .sm-max\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .sm-max\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .sm-max\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .sm-max\:hover\:leading-none:hover {
    line-height: 1;
  }

  .sm-max\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .sm-max\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .sm-max\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .sm-max\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .sm-max\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .sm-max\:focus\:leading-1:focus {
    line-height: 1;
  }

  .sm-max\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .sm-max\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .sm-max\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .sm-max\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .sm-max\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .sm-max\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .sm-max\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .sm-max\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .sm-max\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .sm-max\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .sm-max\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .sm-max\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .sm-max\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .sm-max\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .sm-max\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .sm-max\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .sm-max\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .sm-max\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .sm-max\:focus\:leading-none:focus {
    line-height: 1;
  }

  .sm-max\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .sm-max\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .sm-max\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .sm-max\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .sm-max\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .sm-max\:first\:leading-1:first-child {
    line-height: 1;
  }

  .sm-max\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .sm-max\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .sm-max\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .sm-max\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .sm-max\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .sm-max\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .sm-max\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .sm-max\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .sm-max\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .sm-max\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .sm-max\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .sm-max\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .sm-max\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .sm-max\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .sm-max\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .sm-max\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .sm-max\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .sm-max\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .sm-max\:first\:leading-none:first-child {
    line-height: 1;
  }

  .sm-max\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .sm-max\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .sm-max\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .sm-max\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .sm-max\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .sm-max\:last\:leading-1:last-child {
    line-height: 1;
  }

  .sm-max\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .sm-max\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .sm-max\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .sm-max\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .sm-max\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .sm-max\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .sm-max\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .sm-max\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .sm-max\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .sm-max\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .sm-max\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .sm-max\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .sm-max\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .sm-max\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .sm-max\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .sm-max\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .sm-max\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .sm-max\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .sm-max\:last\:leading-none:last-child {
    line-height: 1;
  }

  .sm-max\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .sm-max\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .sm-max\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .sm-max\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .sm-max\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .sm-max\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .sm-max\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .sm-max\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .sm-max\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .sm-max\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .sm-max\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .sm-max\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .sm-max\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .sm-max\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .sm-max\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .sm-max\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .sm-max\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .sm-max\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .sm-max\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .sm-max\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .sm-max\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .sm-max\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .sm-max\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .sm-max\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .sm-max\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .sm-max\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .sm-max\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .sm-max\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .sm-max\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .sm-max\:group-hover\:leading-loose {
    line-height: 2;
  }

  .sm-max\:list-inside {
    list-style-position: inside;
  }

  .sm-max\:list-outside {
    list-style-position: outside;
  }

  .sm-max\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .sm-max\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .sm-max\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .sm-max\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .sm-max\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .sm-max\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .sm-max\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .sm-max\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .sm-max\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .sm-max\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .sm-max\:list-none {
    list-style-type: none;
  }

  .sm-max\:list-disc {
    list-style-type: disc;
  }

  .sm-max\:list-decimal {
    list-style-type: decimal;
  }

  .sm-max\:hover\:list-none:hover {
    list-style-type: none;
  }

  .sm-max\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .sm-max\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .sm-max\:focus\:list-none:focus {
    list-style-type: none;
  }

  .sm-max\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .sm-max\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .sm-max\:first\:list-none:first-child {
    list-style-type: none;
  }

  .sm-max\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .sm-max\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .sm-max\:last\:list-none:last-child {
    list-style-type: none;
  }

  .sm-max\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .sm-max\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .sm-max\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .sm-max\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .sm-max\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .sm-max\:m-0 {
    margin: 0px;
  }

  .sm-max\:m-1 {
    margin: 0.25rem;
  }

  .sm-max\:m-2 {
    margin: 0.5rem;
  }

  .sm-max\:m-3 {
    margin: 3px;
  }

  .sm-max\:m-4 {
    margin: 4px;
  }

  .sm-max\:m-5 {
    margin: 5px;
  }

  .sm-max\:m-6 {
    margin: 6px;
  }

  .sm-max\:m-8 {
    margin: 8px;
  }

  .sm-max\:m-9 {
    margin: 9px;
  }

  .sm-max\:m-10 {
    margin: 10px;
  }

  .sm-max\:m-12 {
    margin: 12px;
  }

  .sm-max\:m-13 {
    margin: 13px;
  }

  .sm-max\:m-14 {
    margin: 14px;
  }

  .sm-max\:m-15 {
    margin: 15px;
  }

  .sm-max\:m-16 {
    margin: 16px;
  }

  .sm-max\:m-17 {
    margin: 17px;
  }

  .sm-max\:m-18 {
    margin: 18px;
  }

  .sm-max\:m-20 {
    margin: 20px;
  }

  .sm-max\:m-22 {
    margin: 22px;
  }

  .sm-max\:m-24 {
    margin: 24px;
  }

  .sm-max\:m-25 {
    margin: 25px;
  }

  .sm-max\:m-28 {
    margin: 28px;
  }

  .sm-max\:m-29 {
    margin: 29px;
  }

  .sm-max\:m-30 {
    margin: 30px;
  }

  .sm-max\:m-32 {
    margin: 32px;
  }

  .sm-max\:m-35 {
    margin: 35px;
  }

  .sm-max\:m-36 {
    margin: 36px;
  }

  .sm-max\:m-37 {
    margin: 37px;
  }

  .sm-max\:m-40 {
    margin: 40px;
  }

  .sm-max\:m-45 {
    margin: 45px;
  }

  .sm-max\:m-48 {
    margin: 48px;
  }

  .sm-max\:m-50 {
    margin: 50px;
  }

  .sm-max\:m-55 {
    margin: 55px;
  }

  .sm-max\:m-56 {
    margin: 56px;
  }

  .sm-max\:m-60 {
    margin: 60px;
  }

  .sm-max\:m-62 {
    margin: 62px;
  }

  .sm-max\:m-64 {
    margin: 64px;
  }

  .sm-max\:m-65 {
    margin: 65px;
  }

  .sm-max\:m-70 {
    margin: 70px;
  }

  .sm-max\:m-75 {
    margin: 75px;
  }

  .sm-max\:m-80 {
    margin: 80px;
  }

  .sm-max\:m-85 {
    margin: 85px;
  }

  .sm-max\:m-90 {
    margin: 90px;
  }

  .sm-max\:m-95 {
    margin: 95px;
  }

  .sm-max\:m-96 {
    margin: 96px;
  }

  .sm-max\:m-100 {
    margin: 100px;
  }

  .sm-max\:m-110 {
    margin: 110px;
  }

  .sm-max\:m-115 {
    margin: 115px;
  }

  .sm-max\:m-120 {
    margin: 120px;
  }

  .sm-max\:m-128 {
    margin: 128px;
  }

  .sm-max\:m-135 {
    margin: 135px;
  }

  .sm-max\:m-140 {
    margin: 140px;
  }

  .sm-max\:m-145 {
    margin: 145px;
  }

  .sm-max\:m-150 {
    margin: 150px;
  }

  .sm-max\:m-160 {
    margin: 160px;
  }

  .sm-max\:m-165 {
    margin: 165px;
  }

  .sm-max\:m-168 {
    margin: 168px;
  }

  .sm-max\:m-170 {
    margin: 170px;
  }

  .sm-max\:m-180 {
    margin: 180px;
  }

  .sm-max\:m-200 {
    margin: 200px;
  }

  .sm-max\:m-220 {
    margin: 220px;
  }

  .sm-max\:m-230 {
    margin: 230px;
  }

  .sm-max\:m-235 {
    margin: 235px;
  }

  .sm-max\:m-240 {
    margin: 240px;
  }

  .sm-max\:m-250 {
    margin: 250px;
  }

  .sm-max\:m-300 {
    margin: 300px;
  }

  .sm-max\:m-320 {
    margin: 320px;
  }

  .sm-max\:m-350 {
    margin: 350px;
  }

  .sm-max\:m-375 {
    margin: 375px;
  }

  .sm-max\:m-400 {
    margin: 400px;
  }

  .sm-max\:m-450 {
    margin: 450px;
  }

  .sm-max\:m-700 {
    margin: 700px;
  }

  .sm-max\:m-auto {
    margin: auto;
  }

  .sm-max\:m-px {
    margin: 1px;
  }

  .sm-max\:m-1p {
    margin: 1%;
  }

  .sm-max\:m-1\/12 {
    margin: 8.3333%;
  }

  .sm-max\:m-2\/12 {
    margin: 16.666667%;
  }

  .sm-max\:m-11p {
    margin: 11%;
  }

  .sm-max\:m-20p {
    margin: 20%;
  }

  .sm-max\:m-24p {
    margin: 24.25%;
  }

  .sm-max\:m-25p {
    margin: 25%;
  }

  .sm-max\:m-32p {
    margin: 32%;
  }

  .sm-max\:m-35p {
    margin: 35%;
  }

  .sm-max\:m-40p {
    margin: 40%;
  }

  .sm-max\:m-49p {
    margin: 49%;
  }

  .sm-max\:m-49-5p {
    margin: 49.5%;
  }

  .sm-max\:m-80p {
    margin: 80%;
  }

  .sm-max\:m-vh80 {
    margin: 80vh;
  }

  .sm-max\:m-vh86 {
    margin: 86vh;
  }

  .sm-max\:m-vh90 {
    margin: 90vh;
  }

  .sm-max\:m-vw80 {
    margin: 80vw;
  }

  .sm-max\:m-vw90 {
    margin: 90vw;
  }

  .sm-max\:m-90p {
    margin: 90%;
  }

  .sm-max\:m-92p {
    margin: 92%;
  }

  .sm-max\:m-93p {
    margin: 93%;
  }

  .sm-max\:m-94p {
    margin: 94%;
  }

  .sm-max\:m-95p {
    margin: 95%;
  }

  .sm-max\:m-96p {
    margin: 96%;
  }

  .sm-max\:m-100p {
    margin: 100%;
  }

  .sm-max\:-m-0 {
    margin: 0px;
  }

  .sm-max\:-m-1 {
    margin: -0.25rem;
  }

  .sm-max\:-m-2 {
    margin: -0.5rem;
  }

  .sm-max\:-m-3 {
    margin: -3px;
  }

  .sm-max\:-m-4 {
    margin: -4px;
  }

  .sm-max\:-m-5 {
    margin: -5px;
  }

  .sm-max\:-m-6 {
    margin: -6px;
  }

  .sm-max\:-m-8 {
    margin: -8px;
  }

  .sm-max\:-m-9 {
    margin: -9px;
  }

  .sm-max\:-m-10 {
    margin: -10px;
  }

  .sm-max\:-m-12 {
    margin: -12px;
  }

  .sm-max\:-m-13 {
    margin: -13px;
  }

  .sm-max\:-m-14 {
    margin: -14px;
  }

  .sm-max\:-m-15 {
    margin: -15px;
  }

  .sm-max\:-m-16 {
    margin: -16px;
  }

  .sm-max\:-m-17 {
    margin: -17px;
  }

  .sm-max\:-m-18 {
    margin: -18px;
  }

  .sm-max\:-m-20 {
    margin: -20px;
  }

  .sm-max\:-m-22 {
    margin: -22px;
  }

  .sm-max\:-m-24 {
    margin: -24px;
  }

  .sm-max\:-m-25 {
    margin: -25px;
  }

  .sm-max\:-m-28 {
    margin: -28px;
  }

  .sm-max\:-m-29 {
    margin: -29px;
  }

  .sm-max\:-m-30 {
    margin: -30px;
  }

  .sm-max\:-m-32 {
    margin: -32px;
  }

  .sm-max\:-m-35 {
    margin: -35px;
  }

  .sm-max\:-m-36 {
    margin: -36px;
  }

  .sm-max\:-m-37 {
    margin: -37px;
  }

  .sm-max\:-m-40 {
    margin: -40px;
  }

  .sm-max\:-m-45 {
    margin: -45px;
  }

  .sm-max\:-m-48 {
    margin: -48px;
  }

  .sm-max\:-m-50 {
    margin: -50px;
  }

  .sm-max\:-m-55 {
    margin: -55px;
  }

  .sm-max\:-m-56 {
    margin: -56px;
  }

  .sm-max\:-m-60 {
    margin: -60px;
  }

  .sm-max\:-m-62 {
    margin: -62px;
  }

  .sm-max\:-m-64 {
    margin: -64px;
  }

  .sm-max\:-m-65 {
    margin: -65px;
  }

  .sm-max\:-m-70 {
    margin: -70px;
  }

  .sm-max\:-m-75 {
    margin: -75px;
  }

  .sm-max\:-m-80 {
    margin: -80px;
  }

  .sm-max\:-m-85 {
    margin: -85px;
  }

  .sm-max\:-m-90 {
    margin: -90px;
  }

  .sm-max\:-m-95 {
    margin: -95px;
  }

  .sm-max\:-m-96 {
    margin: -96px;
  }

  .sm-max\:-m-100 {
    margin: -100px;
  }

  .sm-max\:-m-110 {
    margin: -110px;
  }

  .sm-max\:-m-115 {
    margin: -115px;
  }

  .sm-max\:-m-120 {
    margin: -120px;
  }

  .sm-max\:-m-128 {
    margin: -128px;
  }

  .sm-max\:-m-135 {
    margin: -135px;
  }

  .sm-max\:-m-140 {
    margin: -140px;
  }

  .sm-max\:-m-145 {
    margin: -145px;
  }

  .sm-max\:-m-150 {
    margin: -150px;
  }

  .sm-max\:-m-160 {
    margin: -160px;
  }

  .sm-max\:-m-165 {
    margin: -165px;
  }

  .sm-max\:-m-168 {
    margin: -168px;
  }

  .sm-max\:-m-170 {
    margin: -170px;
  }

  .sm-max\:-m-180 {
    margin: -180px;
  }

  .sm-max\:-m-200 {
    margin: -200px;
  }

  .sm-max\:-m-220 {
    margin: -220px;
  }

  .sm-max\:-m-230 {
    margin: -230px;
  }

  .sm-max\:-m-235 {
    margin: -235px;
  }

  .sm-max\:-m-240 {
    margin: -240px;
  }

  .sm-max\:-m-250 {
    margin: -250px;
  }

  .sm-max\:-m-300 {
    margin: -300px;
  }

  .sm-max\:-m-320 {
    margin: -320px;
  }

  .sm-max\:-m-350 {
    margin: -350px;
  }

  .sm-max\:-m-375 {
    margin: -375px;
  }

  .sm-max\:-m-400 {
    margin: -400px;
  }

  .sm-max\:-m-450 {
    margin: -450px;
  }

  .sm-max\:-m-700 {
    margin: -700px;
  }

  .sm-max\:-m-px {
    margin: -1px;
  }

  .sm-max\:-m-1p {
    margin: -1%;
  }

  .sm-max\:-m-1\/12 {
    margin: -8.3333%;
  }

  .sm-max\:-m-2\/12 {
    margin: -16.66667%;
  }

  .sm-max\:-m-11p {
    margin: -11%;
  }

  .sm-max\:-m-20p {
    margin: -20%;
  }

  .sm-max\:-m-24p {
    margin: -24.25%;
  }

  .sm-max\:-m-25p {
    margin: -25%;
  }

  .sm-max\:-m-32p {
    margin: -32%;
  }

  .sm-max\:-m-35p {
    margin: -35%;
  }

  .sm-max\:-m-40p {
    margin: -40%;
  }

  .sm-max\:-m-49p {
    margin: -49%;
  }

  .sm-max\:-m-49-5p {
    margin: -49.5%;
  }

  .sm-max\:-m-80p {
    margin: -80%;
  }

  .sm-max\:-m-vh80 {
    margin: -80vh;
  }

  .sm-max\:-m-vh86 {
    margin: -86vh;
  }

  .sm-max\:-m-vh90 {
    margin: -90vh;
  }

  .sm-max\:-m-vw80 {
    margin: -80vw;
  }

  .sm-max\:-m-vw90 {
    margin: -90vw;
  }

  .sm-max\:-m-90p {
    margin: -90%;
  }

  .sm-max\:-m-92p {
    margin: -92%;
  }

  .sm-max\:-m-93p {
    margin: -93%;
  }

  .sm-max\:-m-94p {
    margin: -94%;
  }

  .sm-max\:-m-95p {
    margin: -95%;
  }

  .sm-max\:-m-96p {
    margin: -96%;
  }

  .sm-max\:-m-100p {
    margin: -100%;
  }

  .sm-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm-max\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm-max\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-max\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-max\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-max\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-max\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm-max\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm-max\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-max\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-max\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm-max\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm-max\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-max\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-max\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-max\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-max\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm-max\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm-max\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm-max\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm-max\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-max\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-max\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-max\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-max\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm-max\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm-max\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm-max\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm-max\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-max\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-max\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm-max\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm-max\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-max\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-max\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-max\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-max\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm-max\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm-max\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm-max\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm-max\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-max\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-max\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-max\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-max\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-max\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-max\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm-max\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm-max\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm-max\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm-max\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-max\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-max\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-max\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-max\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-max\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-max\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-max\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-max\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-max\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-max\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm-max\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm-max\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-max\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-max\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm-max\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm-max\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-max\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-max\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm-max\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm-max\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm-max\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm-max\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm-max\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm-max\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm-max\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm-max\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm-max\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm-max\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm-max\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm-max\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm-max\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm-max\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm-max\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm-max\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm-max\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm-max\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm-max\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm-max\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm-max\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm-max\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm-max\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm-max\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-max\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-max\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm-max\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm-max\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm-max\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm-max\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm-max\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm-max\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm-max\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm-max\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm-max\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm-max\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .sm-max\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .sm-max\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .sm-max\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .sm-max\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm-max\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm-max\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm-max\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm-max\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm-max\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm-max\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm-max\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm-max\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm-max\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm-max\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .sm-max\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .sm-max\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm-max\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm-max\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm-max\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm-max\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm-max\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm-max\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm-max\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm-max\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .sm-max\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .sm-max\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .sm-max\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .sm-max\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .sm-max\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .sm-max\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .sm-max\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .sm-max\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .sm-max\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .sm-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .sm-max\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .sm-max\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm-max\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm-max\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .sm-max\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .sm-max\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm-max\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm-max\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .sm-max\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .sm-max\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm-max\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm-max\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .sm-max\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .sm-max\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm-max\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm-max\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm-max\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm-max\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm-max\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm-max\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .sm-max\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .sm-max\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm-max\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm-max\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm-max\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm-max\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .sm-max\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .sm-max\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm-max\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm-max\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .sm-max\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .sm-max\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .sm-max\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .sm-max\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm-max\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm-max\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .sm-max\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .sm-max\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .sm-max\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .sm-max\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .sm-max\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .sm-max\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm-max\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm-max\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm-max\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm-max\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-max\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm-max\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm-max\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm-max\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm-max\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm-max\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm-max\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm-max\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm-max\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm-max\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm-max\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm-max\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm-max\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm-max\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-max\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm-max\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm-max\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm-max\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm-max\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm-max\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm-max\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm-max\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm-max\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm-max\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm-max\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm-max\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm-max\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm-max\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm-max\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm-max\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm-max\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm-max\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm-max\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm-max\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm-max\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm-max\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm-max\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm-max\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm-max\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm-max\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm-max\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm-max\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm-max\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm-max\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm-max\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm-max\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm-max\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm-max\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm-max\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm-max\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm-max\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm-max\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm-max\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm-max\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm-max\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm-max\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm-max\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm-max\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm-max\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm-max\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm-max\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm-max\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm-max\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm-max\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm-max\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm-max\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm-max\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm-max\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm-max\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm-max\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm-max\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm-max\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm-max\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm-max\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm-max\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm-max\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm-max\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm-max\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm-max\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm-max\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm-max\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm-max\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm-max\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm-max\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm-max\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm-max\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm-max\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm-max\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm-max\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm-max\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm-max\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm-max\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm-max\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm-max\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm-max\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm-max\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm-max\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm-max\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm-max\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm-max\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm-max\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm-max\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm-max\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm-max\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm-max\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .sm-max\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .sm-max\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .sm-max\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .sm-max\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm-max\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm-max\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm-max\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm-max\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm-max\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm-max\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm-max\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm-max\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm-max\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm-max\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .sm-max\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .sm-max\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm-max\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm-max\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm-max\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm-max\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm-max\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm-max\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm-max\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm-max\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .sm-max\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .sm-max\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .sm-max\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .sm-max\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .sm-max\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .sm-max\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .sm-max\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .sm-max\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .sm-max\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .sm-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .sm-max\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .sm-max\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm-max\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm-max\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .sm-max\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .sm-max\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm-max\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm-max\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .sm-max\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .sm-max\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm-max\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm-max\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .sm-max\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .sm-max\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm-max\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm-max\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm-max\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm-max\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm-max\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm-max\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .sm-max\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .sm-max\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm-max\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm-max\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm-max\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm-max\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .sm-max\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .sm-max\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm-max\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm-max\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .sm-max\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .sm-max\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .sm-max\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .sm-max\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm-max\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm-max\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .sm-max\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .sm-max\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .sm-max\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .sm-max\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .sm-max\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .sm-max\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm-max\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm-max\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm-max\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm-max\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-max\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-max\:mt-0 {
    margin-top: 0px;
  }

  .sm-max\:mr-0 {
    margin-right: 0px;
  }

  .sm-max\:mb-0 {
    margin-bottom: 0px;
  }

  .sm-max\:ml-0 {
    margin-left: 0px;
  }

  .sm-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm-max\:mt-3 {
    margin-top: 3px;
  }

  .sm-max\:mr-3 {
    margin-right: 3px;
  }

  .sm-max\:mb-3 {
    margin-bottom: 3px;
  }

  .sm-max\:ml-3 {
    margin-left: 3px;
  }

  .sm-max\:mt-4 {
    margin-top: 4px;
  }

  .sm-max\:mr-4 {
    margin-right: 4px;
  }

  .sm-max\:mb-4 {
    margin-bottom: 4px;
  }

  .sm-max\:ml-4 {
    margin-left: 4px;
  }

  .sm-max\:mt-5 {
    margin-top: 5px;
  }

  .sm-max\:mr-5 {
    margin-right: 5px;
  }

  .sm-max\:mb-5 {
    margin-bottom: 5px;
  }

  .sm-max\:ml-5 {
    margin-left: 5px;
  }

  .sm-max\:mt-6 {
    margin-top: 6px;
  }

  .sm-max\:mr-6 {
    margin-right: 6px;
  }

  .sm-max\:mb-6 {
    margin-bottom: 6px;
  }

  .sm-max\:ml-6 {
    margin-left: 6px;
  }

  .sm-max\:mt-8 {
    margin-top: 8px;
  }

  .sm-max\:mr-8 {
    margin-right: 8px;
  }

  .sm-max\:mb-8 {
    margin-bottom: 8px;
  }

  .sm-max\:ml-8 {
    margin-left: 8px;
  }

  .sm-max\:mt-9 {
    margin-top: 9px;
  }

  .sm-max\:mr-9 {
    margin-right: 9px;
  }

  .sm-max\:mb-9 {
    margin-bottom: 9px;
  }

  .sm-max\:ml-9 {
    margin-left: 9px;
  }

  .sm-max\:mt-10 {
    margin-top: 10px;
  }

  .sm-max\:mr-10 {
    margin-right: 10px;
  }

  .sm-max\:mb-10 {
    margin-bottom: 10px;
  }

  .sm-max\:ml-10 {
    margin-left: 10px;
  }

  .sm-max\:mt-12 {
    margin-top: 12px;
  }

  .sm-max\:mr-12 {
    margin-right: 12px;
  }

  .sm-max\:mb-12 {
    margin-bottom: 12px;
  }

  .sm-max\:ml-12 {
    margin-left: 12px;
  }

  .sm-max\:mt-13 {
    margin-top: 13px;
  }

  .sm-max\:mr-13 {
    margin-right: 13px;
  }

  .sm-max\:mb-13 {
    margin-bottom: 13px;
  }

  .sm-max\:ml-13 {
    margin-left: 13px;
  }

  .sm-max\:mt-14 {
    margin-top: 14px;
  }

  .sm-max\:mr-14 {
    margin-right: 14px;
  }

  .sm-max\:mb-14 {
    margin-bottom: 14px;
  }

  .sm-max\:ml-14 {
    margin-left: 14px;
  }

  .sm-max\:mt-15 {
    margin-top: 15px;
  }

  .sm-max\:mr-15 {
    margin-right: 15px;
  }

  .sm-max\:mb-15 {
    margin-bottom: 15px;
  }

  .sm-max\:ml-15 {
    margin-left: 15px;
  }

  .sm-max\:mt-16 {
    margin-top: 16px;
  }

  .sm-max\:mr-16 {
    margin-right: 16px;
  }

  .sm-max\:mb-16 {
    margin-bottom: 16px;
  }

  .sm-max\:ml-16 {
    margin-left: 16px;
  }

  .sm-max\:mt-17 {
    margin-top: 17px;
  }

  .sm-max\:mr-17 {
    margin-right: 17px;
  }

  .sm-max\:mb-17 {
    margin-bottom: 17px;
  }

  .sm-max\:ml-17 {
    margin-left: 17px;
  }

  .sm-max\:mt-18 {
    margin-top: 18px;
  }

  .sm-max\:mr-18 {
    margin-right: 18px;
  }

  .sm-max\:mb-18 {
    margin-bottom: 18px;
  }

  .sm-max\:ml-18 {
    margin-left: 18px;
  }

  .sm-max\:mt-20 {
    margin-top: 20px;
  }

  .sm-max\:mr-20 {
    margin-right: 20px;
  }

  .sm-max\:mb-20 {
    margin-bottom: 20px;
  }

  .sm-max\:ml-20 {
    margin-left: 20px;
  }

  .sm-max\:mt-22 {
    margin-top: 22px;
  }

  .sm-max\:mr-22 {
    margin-right: 22px;
  }

  .sm-max\:mb-22 {
    margin-bottom: 22px;
  }

  .sm-max\:ml-22 {
    margin-left: 22px;
  }

  .sm-max\:mt-24 {
    margin-top: 24px;
  }

  .sm-max\:mr-24 {
    margin-right: 24px;
  }

  .sm-max\:mb-24 {
    margin-bottom: 24px;
  }

  .sm-max\:ml-24 {
    margin-left: 24px;
  }

  .sm-max\:mt-25 {
    margin-top: 25px;
  }

  .sm-max\:mr-25 {
    margin-right: 25px;
  }

  .sm-max\:mb-25 {
    margin-bottom: 25px;
  }

  .sm-max\:ml-25 {
    margin-left: 25px;
  }

  .sm-max\:mt-28 {
    margin-top: 28px;
  }

  .sm-max\:mr-28 {
    margin-right: 28px;
  }

  .sm-max\:mb-28 {
    margin-bottom: 28px;
  }

  .sm-max\:ml-28 {
    margin-left: 28px;
  }

  .sm-max\:mt-29 {
    margin-top: 29px;
  }

  .sm-max\:mr-29 {
    margin-right: 29px;
  }

  .sm-max\:mb-29 {
    margin-bottom: 29px;
  }

  .sm-max\:ml-29 {
    margin-left: 29px;
  }

  .sm-max\:mt-30 {
    margin-top: 30px;
  }

  .sm-max\:mr-30 {
    margin-right: 30px;
  }

  .sm-max\:mb-30 {
    margin-bottom: 30px;
  }

  .sm-max\:ml-30 {
    margin-left: 30px;
  }

  .sm-max\:mt-32 {
    margin-top: 32px;
  }

  .sm-max\:mr-32 {
    margin-right: 32px;
  }

  .sm-max\:mb-32 {
    margin-bottom: 32px;
  }

  .sm-max\:ml-32 {
    margin-left: 32px;
  }

  .sm-max\:mt-35 {
    margin-top: 35px;
  }

  .sm-max\:mr-35 {
    margin-right: 35px;
  }

  .sm-max\:mb-35 {
    margin-bottom: 35px;
  }

  .sm-max\:ml-35 {
    margin-left: 35px;
  }

  .sm-max\:mt-36 {
    margin-top: 36px;
  }

  .sm-max\:mr-36 {
    margin-right: 36px;
  }

  .sm-max\:mb-36 {
    margin-bottom: 36px;
  }

  .sm-max\:ml-36 {
    margin-left: 36px;
  }

  .sm-max\:mt-37 {
    margin-top: 37px;
  }

  .sm-max\:mr-37 {
    margin-right: 37px;
  }

  .sm-max\:mb-37 {
    margin-bottom: 37px;
  }

  .sm-max\:ml-37 {
    margin-left: 37px;
  }

  .sm-max\:mt-40 {
    margin-top: 40px;
  }

  .sm-max\:mr-40 {
    margin-right: 40px;
  }

  .sm-max\:mb-40 {
    margin-bottom: 40px;
  }

  .sm-max\:ml-40 {
    margin-left: 40px;
  }

  .sm-max\:mt-45 {
    margin-top: 45px;
  }

  .sm-max\:mr-45 {
    margin-right: 45px;
  }

  .sm-max\:mb-45 {
    margin-bottom: 45px;
  }

  .sm-max\:ml-45 {
    margin-left: 45px;
  }

  .sm-max\:mt-48 {
    margin-top: 48px;
  }

  .sm-max\:mr-48 {
    margin-right: 48px;
  }

  .sm-max\:mb-48 {
    margin-bottom: 48px;
  }

  .sm-max\:ml-48 {
    margin-left: 48px;
  }

  .sm-max\:mt-50 {
    margin-top: 50px;
  }

  .sm-max\:mr-50 {
    margin-right: 50px;
  }

  .sm-max\:mb-50 {
    margin-bottom: 50px;
  }

  .sm-max\:ml-50 {
    margin-left: 50px;
  }

  .sm-max\:mt-55 {
    margin-top: 55px;
  }

  .sm-max\:mr-55 {
    margin-right: 55px;
  }

  .sm-max\:mb-55 {
    margin-bottom: 55px;
  }

  .sm-max\:ml-55 {
    margin-left: 55px;
  }

  .sm-max\:mt-56 {
    margin-top: 56px;
  }

  .sm-max\:mr-56 {
    margin-right: 56px;
  }

  .sm-max\:mb-56 {
    margin-bottom: 56px;
  }

  .sm-max\:ml-56 {
    margin-left: 56px;
  }

  .sm-max\:mt-60 {
    margin-top: 60px;
  }

  .sm-max\:mr-60 {
    margin-right: 60px;
  }

  .sm-max\:mb-60 {
    margin-bottom: 60px;
  }

  .sm-max\:ml-60 {
    margin-left: 60px;
  }

  .sm-max\:mt-62 {
    margin-top: 62px;
  }

  .sm-max\:mr-62 {
    margin-right: 62px;
  }

  .sm-max\:mb-62 {
    margin-bottom: 62px;
  }

  .sm-max\:ml-62 {
    margin-left: 62px;
  }

  .sm-max\:mt-64 {
    margin-top: 64px;
  }

  .sm-max\:mr-64 {
    margin-right: 64px;
  }

  .sm-max\:mb-64 {
    margin-bottom: 64px;
  }

  .sm-max\:ml-64 {
    margin-left: 64px;
  }

  .sm-max\:mt-65 {
    margin-top: 65px;
  }

  .sm-max\:mr-65 {
    margin-right: 65px;
  }

  .sm-max\:mb-65 {
    margin-bottom: 65px;
  }

  .sm-max\:ml-65 {
    margin-left: 65px;
  }

  .sm-max\:mt-70 {
    margin-top: 70px;
  }

  .sm-max\:mr-70 {
    margin-right: 70px;
  }

  .sm-max\:mb-70 {
    margin-bottom: 70px;
  }

  .sm-max\:ml-70 {
    margin-left: 70px;
  }

  .sm-max\:mt-75 {
    margin-top: 75px;
  }

  .sm-max\:mr-75 {
    margin-right: 75px;
  }

  .sm-max\:mb-75 {
    margin-bottom: 75px;
  }

  .sm-max\:ml-75 {
    margin-left: 75px;
  }

  .sm-max\:mt-80 {
    margin-top: 80px;
  }

  .sm-max\:mr-80 {
    margin-right: 80px;
  }

  .sm-max\:mb-80 {
    margin-bottom: 80px;
  }

  .sm-max\:ml-80 {
    margin-left: 80px;
  }

  .sm-max\:mt-85 {
    margin-top: 85px;
  }

  .sm-max\:mr-85 {
    margin-right: 85px;
  }

  .sm-max\:mb-85 {
    margin-bottom: 85px;
  }

  .sm-max\:ml-85 {
    margin-left: 85px;
  }

  .sm-max\:mt-90 {
    margin-top: 90px;
  }

  .sm-max\:mr-90 {
    margin-right: 90px;
  }

  .sm-max\:mb-90 {
    margin-bottom: 90px;
  }

  .sm-max\:ml-90 {
    margin-left: 90px;
  }

  .sm-max\:mt-95 {
    margin-top: 95px;
  }

  .sm-max\:mr-95 {
    margin-right: 95px;
  }

  .sm-max\:mb-95 {
    margin-bottom: 95px;
  }

  .sm-max\:ml-95 {
    margin-left: 95px;
  }

  .sm-max\:mt-96 {
    margin-top: 96px;
  }

  .sm-max\:mr-96 {
    margin-right: 96px;
  }

  .sm-max\:mb-96 {
    margin-bottom: 96px;
  }

  .sm-max\:ml-96 {
    margin-left: 96px;
  }

  .sm-max\:mt-100 {
    margin-top: 100px;
  }

  .sm-max\:mr-100 {
    margin-right: 100px;
  }

  .sm-max\:mb-100 {
    margin-bottom: 100px;
  }

  .sm-max\:ml-100 {
    margin-left: 100px;
  }

  .sm-max\:mt-110 {
    margin-top: 110px;
  }

  .sm-max\:mr-110 {
    margin-right: 110px;
  }

  .sm-max\:mb-110 {
    margin-bottom: 110px;
  }

  .sm-max\:ml-110 {
    margin-left: 110px;
  }

  .sm-max\:mt-115 {
    margin-top: 115px;
  }

  .sm-max\:mr-115 {
    margin-right: 115px;
  }

  .sm-max\:mb-115 {
    margin-bottom: 115px;
  }

  .sm-max\:ml-115 {
    margin-left: 115px;
  }

  .sm-max\:mt-120 {
    margin-top: 120px;
  }

  .sm-max\:mr-120 {
    margin-right: 120px;
  }

  .sm-max\:mb-120 {
    margin-bottom: 120px;
  }

  .sm-max\:ml-120 {
    margin-left: 120px;
  }

  .sm-max\:mt-128 {
    margin-top: 128px;
  }

  .sm-max\:mr-128 {
    margin-right: 128px;
  }

  .sm-max\:mb-128 {
    margin-bottom: 128px;
  }

  .sm-max\:ml-128 {
    margin-left: 128px;
  }

  .sm-max\:mt-135 {
    margin-top: 135px;
  }

  .sm-max\:mr-135 {
    margin-right: 135px;
  }

  .sm-max\:mb-135 {
    margin-bottom: 135px;
  }

  .sm-max\:ml-135 {
    margin-left: 135px;
  }

  .sm-max\:mt-140 {
    margin-top: 140px;
  }

  .sm-max\:mr-140 {
    margin-right: 140px;
  }

  .sm-max\:mb-140 {
    margin-bottom: 140px;
  }

  .sm-max\:ml-140 {
    margin-left: 140px;
  }

  .sm-max\:mt-145 {
    margin-top: 145px;
  }

  .sm-max\:mr-145 {
    margin-right: 145px;
  }

  .sm-max\:mb-145 {
    margin-bottom: 145px;
  }

  .sm-max\:ml-145 {
    margin-left: 145px;
  }

  .sm-max\:mt-150 {
    margin-top: 150px;
  }

  .sm-max\:mr-150 {
    margin-right: 150px;
  }

  .sm-max\:mb-150 {
    margin-bottom: 150px;
  }

  .sm-max\:ml-150 {
    margin-left: 150px;
  }

  .sm-max\:mt-160 {
    margin-top: 160px;
  }

  .sm-max\:mr-160 {
    margin-right: 160px;
  }

  .sm-max\:mb-160 {
    margin-bottom: 160px;
  }

  .sm-max\:ml-160 {
    margin-left: 160px;
  }

  .sm-max\:mt-165 {
    margin-top: 165px;
  }

  .sm-max\:mr-165 {
    margin-right: 165px;
  }

  .sm-max\:mb-165 {
    margin-bottom: 165px;
  }

  .sm-max\:ml-165 {
    margin-left: 165px;
  }

  .sm-max\:mt-168 {
    margin-top: 168px;
  }

  .sm-max\:mr-168 {
    margin-right: 168px;
  }

  .sm-max\:mb-168 {
    margin-bottom: 168px;
  }

  .sm-max\:ml-168 {
    margin-left: 168px;
  }

  .sm-max\:mt-170 {
    margin-top: 170px;
  }

  .sm-max\:mr-170 {
    margin-right: 170px;
  }

  .sm-max\:mb-170 {
    margin-bottom: 170px;
  }

  .sm-max\:ml-170 {
    margin-left: 170px;
  }

  .sm-max\:mt-180 {
    margin-top: 180px;
  }

  .sm-max\:mr-180 {
    margin-right: 180px;
  }

  .sm-max\:mb-180 {
    margin-bottom: 180px;
  }

  .sm-max\:ml-180 {
    margin-left: 180px;
  }

  .sm-max\:mt-200 {
    margin-top: 200px;
  }

  .sm-max\:mr-200 {
    margin-right: 200px;
  }

  .sm-max\:mb-200 {
    margin-bottom: 200px;
  }

  .sm-max\:ml-200 {
    margin-left: 200px;
  }

  .sm-max\:mt-220 {
    margin-top: 220px;
  }

  .sm-max\:mr-220 {
    margin-right: 220px;
  }

  .sm-max\:mb-220 {
    margin-bottom: 220px;
  }

  .sm-max\:ml-220 {
    margin-left: 220px;
  }

  .sm-max\:mt-230 {
    margin-top: 230px;
  }

  .sm-max\:mr-230 {
    margin-right: 230px;
  }

  .sm-max\:mb-230 {
    margin-bottom: 230px;
  }

  .sm-max\:ml-230 {
    margin-left: 230px;
  }

  .sm-max\:mt-235 {
    margin-top: 235px;
  }

  .sm-max\:mr-235 {
    margin-right: 235px;
  }

  .sm-max\:mb-235 {
    margin-bottom: 235px;
  }

  .sm-max\:ml-235 {
    margin-left: 235px;
  }

  .sm-max\:mt-240 {
    margin-top: 240px;
  }

  .sm-max\:mr-240 {
    margin-right: 240px;
  }

  .sm-max\:mb-240 {
    margin-bottom: 240px;
  }

  .sm-max\:ml-240 {
    margin-left: 240px;
  }

  .sm-max\:mt-250 {
    margin-top: 250px;
  }

  .sm-max\:mr-250 {
    margin-right: 250px;
  }

  .sm-max\:mb-250 {
    margin-bottom: 250px;
  }

  .sm-max\:ml-250 {
    margin-left: 250px;
  }

  .sm-max\:mt-300 {
    margin-top: 300px;
  }

  .sm-max\:mr-300 {
    margin-right: 300px;
  }

  .sm-max\:mb-300 {
    margin-bottom: 300px;
  }

  .sm-max\:ml-300 {
    margin-left: 300px;
  }

  .sm-max\:mt-320 {
    margin-top: 320px;
  }

  .sm-max\:mr-320 {
    margin-right: 320px;
  }

  .sm-max\:mb-320 {
    margin-bottom: 320px;
  }

  .sm-max\:ml-320 {
    margin-left: 320px;
  }

  .sm-max\:mt-350 {
    margin-top: 350px;
  }

  .sm-max\:mr-350 {
    margin-right: 350px;
  }

  .sm-max\:mb-350 {
    margin-bottom: 350px;
  }

  .sm-max\:ml-350 {
    margin-left: 350px;
  }

  .sm-max\:mt-375 {
    margin-top: 375px;
  }

  .sm-max\:mr-375 {
    margin-right: 375px;
  }

  .sm-max\:mb-375 {
    margin-bottom: 375px;
  }

  .sm-max\:ml-375 {
    margin-left: 375px;
  }

  .sm-max\:mt-400 {
    margin-top: 400px;
  }

  .sm-max\:mr-400 {
    margin-right: 400px;
  }

  .sm-max\:mb-400 {
    margin-bottom: 400px;
  }

  .sm-max\:ml-400 {
    margin-left: 400px;
  }

  .sm-max\:mt-450 {
    margin-top: 450px;
  }

  .sm-max\:mr-450 {
    margin-right: 450px;
  }

  .sm-max\:mb-450 {
    margin-bottom: 450px;
  }

  .sm-max\:ml-450 {
    margin-left: 450px;
  }

  .sm-max\:mt-700 {
    margin-top: 700px;
  }

  .sm-max\:mr-700 {
    margin-right: 700px;
  }

  .sm-max\:mb-700 {
    margin-bottom: 700px;
  }

  .sm-max\:ml-700 {
    margin-left: 700px;
  }

  .sm-max\:mt-auto {
    margin-top: auto;
  }

  .sm-max\:mr-auto {
    margin-right: auto;
  }

  .sm-max\:mb-auto {
    margin-bottom: auto;
  }

  .sm-max\:ml-auto {
    margin-left: auto;
  }

  .sm-max\:mt-px {
    margin-top: 1px;
  }

  .sm-max\:mr-px {
    margin-right: 1px;
  }

  .sm-max\:mb-px {
    margin-bottom: 1px;
  }

  .sm-max\:ml-px {
    margin-left: 1px;
  }

  .sm-max\:mt-1p {
    margin-top: 1%;
  }

  .sm-max\:mr-1p {
    margin-right: 1%;
  }

  .sm-max\:mb-1p {
    margin-bottom: 1%;
  }

  .sm-max\:ml-1p {
    margin-left: 1%;
  }

  .sm-max\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .sm-max\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .sm-max\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .sm-max\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .sm-max\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .sm-max\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .sm-max\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .sm-max\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .sm-max\:mt-11p {
    margin-top: 11%;
  }

  .sm-max\:mr-11p {
    margin-right: 11%;
  }

  .sm-max\:mb-11p {
    margin-bottom: 11%;
  }

  .sm-max\:ml-11p {
    margin-left: 11%;
  }

  .sm-max\:mt-20p {
    margin-top: 20%;
  }

  .sm-max\:mr-20p {
    margin-right: 20%;
  }

  .sm-max\:mb-20p {
    margin-bottom: 20%;
  }

  .sm-max\:ml-20p {
    margin-left: 20%;
  }

  .sm-max\:mt-24p {
    margin-top: 24.25%;
  }

  .sm-max\:mr-24p {
    margin-right: 24.25%;
  }

  .sm-max\:mb-24p {
    margin-bottom: 24.25%;
  }

  .sm-max\:ml-24p {
    margin-left: 24.25%;
  }

  .sm-max\:mt-25p {
    margin-top: 25%;
  }

  .sm-max\:mr-25p {
    margin-right: 25%;
  }

  .sm-max\:mb-25p {
    margin-bottom: 25%;
  }

  .sm-max\:ml-25p {
    margin-left: 25%;
  }

  .sm-max\:mt-32p {
    margin-top: 32%;
  }

  .sm-max\:mr-32p {
    margin-right: 32%;
  }

  .sm-max\:mb-32p {
    margin-bottom: 32%;
  }

  .sm-max\:ml-32p {
    margin-left: 32%;
  }

  .sm-max\:mt-35p {
    margin-top: 35%;
  }

  .sm-max\:mr-35p {
    margin-right: 35%;
  }

  .sm-max\:mb-35p {
    margin-bottom: 35%;
  }

  .sm-max\:ml-35p {
    margin-left: 35%;
  }

  .sm-max\:mt-40p {
    margin-top: 40%;
  }

  .sm-max\:mr-40p {
    margin-right: 40%;
  }

  .sm-max\:mb-40p {
    margin-bottom: 40%;
  }

  .sm-max\:ml-40p {
    margin-left: 40%;
  }

  .sm-max\:mt-49p {
    margin-top: 49%;
  }

  .sm-max\:mr-49p {
    margin-right: 49%;
  }

  .sm-max\:mb-49p {
    margin-bottom: 49%;
  }

  .sm-max\:ml-49p {
    margin-left: 49%;
  }

  .sm-max\:mt-49-5p {
    margin-top: 49.5%;
  }

  .sm-max\:mr-49-5p {
    margin-right: 49.5%;
  }

  .sm-max\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .sm-max\:ml-49-5p {
    margin-left: 49.5%;
  }

  .sm-max\:mt-80p {
    margin-top: 80%;
  }

  .sm-max\:mr-80p {
    margin-right: 80%;
  }

  .sm-max\:mb-80p {
    margin-bottom: 80%;
  }

  .sm-max\:ml-80p {
    margin-left: 80%;
  }

  .sm-max\:mt-vh80 {
    margin-top: 80vh;
  }

  .sm-max\:mr-vh80 {
    margin-right: 80vh;
  }

  .sm-max\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .sm-max\:ml-vh80 {
    margin-left: 80vh;
  }

  .sm-max\:mt-vh86 {
    margin-top: 86vh;
  }

  .sm-max\:mr-vh86 {
    margin-right: 86vh;
  }

  .sm-max\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .sm-max\:ml-vh86 {
    margin-left: 86vh;
  }

  .sm-max\:mt-vh90 {
    margin-top: 90vh;
  }

  .sm-max\:mr-vh90 {
    margin-right: 90vh;
  }

  .sm-max\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .sm-max\:ml-vh90 {
    margin-left: 90vh;
  }

  .sm-max\:mt-vw80 {
    margin-top: 80vw;
  }

  .sm-max\:mr-vw80 {
    margin-right: 80vw;
  }

  .sm-max\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .sm-max\:ml-vw80 {
    margin-left: 80vw;
  }

  .sm-max\:mt-vw90 {
    margin-top: 90vw;
  }

  .sm-max\:mr-vw90 {
    margin-right: 90vw;
  }

  .sm-max\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .sm-max\:ml-vw90 {
    margin-left: 90vw;
  }

  .sm-max\:mt-90p {
    margin-top: 90%;
  }

  .sm-max\:mr-90p {
    margin-right: 90%;
  }

  .sm-max\:mb-90p {
    margin-bottom: 90%;
  }

  .sm-max\:ml-90p {
    margin-left: 90%;
  }

  .sm-max\:mt-92p {
    margin-top: 92%;
  }

  .sm-max\:mr-92p {
    margin-right: 92%;
  }

  .sm-max\:mb-92p {
    margin-bottom: 92%;
  }

  .sm-max\:ml-92p {
    margin-left: 92%;
  }

  .sm-max\:mt-93p {
    margin-top: 93%;
  }

  .sm-max\:mr-93p {
    margin-right: 93%;
  }

  .sm-max\:mb-93p {
    margin-bottom: 93%;
  }

  .sm-max\:ml-93p {
    margin-left: 93%;
  }

  .sm-max\:mt-94p {
    margin-top: 94%;
  }

  .sm-max\:mr-94p {
    margin-right: 94%;
  }

  .sm-max\:mb-94p {
    margin-bottom: 94%;
  }

  .sm-max\:ml-94p {
    margin-left: 94%;
  }

  .sm-max\:mt-95p {
    margin-top: 95%;
  }

  .sm-max\:mr-95p {
    margin-right: 95%;
  }

  .sm-max\:mb-95p {
    margin-bottom: 95%;
  }

  .sm-max\:ml-95p {
    margin-left: 95%;
  }

  .sm-max\:mt-96p {
    margin-top: 96%;
  }

  .sm-max\:mr-96p {
    margin-right: 96%;
  }

  .sm-max\:mb-96p {
    margin-bottom: 96%;
  }

  .sm-max\:ml-96p {
    margin-left: 96%;
  }

  .sm-max\:mt-100p {
    margin-top: 100%;
  }

  .sm-max\:mr-100p {
    margin-right: 100%;
  }

  .sm-max\:mb-100p {
    margin-bottom: 100%;
  }

  .sm-max\:ml-100p {
    margin-left: 100%;
  }

  .sm-max\:-mt-0 {
    margin-top: 0px;
  }

  .sm-max\:-mr-0 {
    margin-right: 0px;
  }

  .sm-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm-max\:-ml-0 {
    margin-left: 0px;
  }

  .sm-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm-max\:-mt-3 {
    margin-top: -3px;
  }

  .sm-max\:-mr-3 {
    margin-right: -3px;
  }

  .sm-max\:-mb-3 {
    margin-bottom: -3px;
  }

  .sm-max\:-ml-3 {
    margin-left: -3px;
  }

  .sm-max\:-mt-4 {
    margin-top: -4px;
  }

  .sm-max\:-mr-4 {
    margin-right: -4px;
  }

  .sm-max\:-mb-4 {
    margin-bottom: -4px;
  }

  .sm-max\:-ml-4 {
    margin-left: -4px;
  }

  .sm-max\:-mt-5 {
    margin-top: -5px;
  }

  .sm-max\:-mr-5 {
    margin-right: -5px;
  }

  .sm-max\:-mb-5 {
    margin-bottom: -5px;
  }

  .sm-max\:-ml-5 {
    margin-left: -5px;
  }

  .sm-max\:-mt-6 {
    margin-top: -6px;
  }

  .sm-max\:-mr-6 {
    margin-right: -6px;
  }

  .sm-max\:-mb-6 {
    margin-bottom: -6px;
  }

  .sm-max\:-ml-6 {
    margin-left: -6px;
  }

  .sm-max\:-mt-8 {
    margin-top: -8px;
  }

  .sm-max\:-mr-8 {
    margin-right: -8px;
  }

  .sm-max\:-mb-8 {
    margin-bottom: -8px;
  }

  .sm-max\:-ml-8 {
    margin-left: -8px;
  }

  .sm-max\:-mt-9 {
    margin-top: -9px;
  }

  .sm-max\:-mr-9 {
    margin-right: -9px;
  }

  .sm-max\:-mb-9 {
    margin-bottom: -9px;
  }

  .sm-max\:-ml-9 {
    margin-left: -9px;
  }

  .sm-max\:-mt-10 {
    margin-top: -10px;
  }

  .sm-max\:-mr-10 {
    margin-right: -10px;
  }

  .sm-max\:-mb-10 {
    margin-bottom: -10px;
  }

  .sm-max\:-ml-10 {
    margin-left: -10px;
  }

  .sm-max\:-mt-12 {
    margin-top: -12px;
  }

  .sm-max\:-mr-12 {
    margin-right: -12px;
  }

  .sm-max\:-mb-12 {
    margin-bottom: -12px;
  }

  .sm-max\:-ml-12 {
    margin-left: -12px;
  }

  .sm-max\:-mt-13 {
    margin-top: -13px;
  }

  .sm-max\:-mr-13 {
    margin-right: -13px;
  }

  .sm-max\:-mb-13 {
    margin-bottom: -13px;
  }

  .sm-max\:-ml-13 {
    margin-left: -13px;
  }

  .sm-max\:-mt-14 {
    margin-top: -14px;
  }

  .sm-max\:-mr-14 {
    margin-right: -14px;
  }

  .sm-max\:-mb-14 {
    margin-bottom: -14px;
  }

  .sm-max\:-ml-14 {
    margin-left: -14px;
  }

  .sm-max\:-mt-15 {
    margin-top: -15px;
  }

  .sm-max\:-mr-15 {
    margin-right: -15px;
  }

  .sm-max\:-mb-15 {
    margin-bottom: -15px;
  }

  .sm-max\:-ml-15 {
    margin-left: -15px;
  }

  .sm-max\:-mt-16 {
    margin-top: -16px;
  }

  .sm-max\:-mr-16 {
    margin-right: -16px;
  }

  .sm-max\:-mb-16 {
    margin-bottom: -16px;
  }

  .sm-max\:-ml-16 {
    margin-left: -16px;
  }

  .sm-max\:-mt-17 {
    margin-top: -17px;
  }

  .sm-max\:-mr-17 {
    margin-right: -17px;
  }

  .sm-max\:-mb-17 {
    margin-bottom: -17px;
  }

  .sm-max\:-ml-17 {
    margin-left: -17px;
  }

  .sm-max\:-mt-18 {
    margin-top: -18px;
  }

  .sm-max\:-mr-18 {
    margin-right: -18px;
  }

  .sm-max\:-mb-18 {
    margin-bottom: -18px;
  }

  .sm-max\:-ml-18 {
    margin-left: -18px;
  }

  .sm-max\:-mt-20 {
    margin-top: -20px;
  }

  .sm-max\:-mr-20 {
    margin-right: -20px;
  }

  .sm-max\:-mb-20 {
    margin-bottom: -20px;
  }

  .sm-max\:-ml-20 {
    margin-left: -20px;
  }

  .sm-max\:-mt-22 {
    margin-top: -22px;
  }

  .sm-max\:-mr-22 {
    margin-right: -22px;
  }

  .sm-max\:-mb-22 {
    margin-bottom: -22px;
  }

  .sm-max\:-ml-22 {
    margin-left: -22px;
  }

  .sm-max\:-mt-24 {
    margin-top: -24px;
  }

  .sm-max\:-mr-24 {
    margin-right: -24px;
  }

  .sm-max\:-mb-24 {
    margin-bottom: -24px;
  }

  .sm-max\:-ml-24 {
    margin-left: -24px;
  }

  .sm-max\:-mt-25 {
    margin-top: -25px;
  }

  .sm-max\:-mr-25 {
    margin-right: -25px;
  }

  .sm-max\:-mb-25 {
    margin-bottom: -25px;
  }

  .sm-max\:-ml-25 {
    margin-left: -25px;
  }

  .sm-max\:-mt-28 {
    margin-top: -28px;
  }

  .sm-max\:-mr-28 {
    margin-right: -28px;
  }

  .sm-max\:-mb-28 {
    margin-bottom: -28px;
  }

  .sm-max\:-ml-28 {
    margin-left: -28px;
  }

  .sm-max\:-mt-29 {
    margin-top: -29px;
  }

  .sm-max\:-mr-29 {
    margin-right: -29px;
  }

  .sm-max\:-mb-29 {
    margin-bottom: -29px;
  }

  .sm-max\:-ml-29 {
    margin-left: -29px;
  }

  .sm-max\:-mt-30 {
    margin-top: -30px;
  }

  .sm-max\:-mr-30 {
    margin-right: -30px;
  }

  .sm-max\:-mb-30 {
    margin-bottom: -30px;
  }

  .sm-max\:-ml-30 {
    margin-left: -30px;
  }

  .sm-max\:-mt-32 {
    margin-top: -32px;
  }

  .sm-max\:-mr-32 {
    margin-right: -32px;
  }

  .sm-max\:-mb-32 {
    margin-bottom: -32px;
  }

  .sm-max\:-ml-32 {
    margin-left: -32px;
  }

  .sm-max\:-mt-35 {
    margin-top: -35px;
  }

  .sm-max\:-mr-35 {
    margin-right: -35px;
  }

  .sm-max\:-mb-35 {
    margin-bottom: -35px;
  }

  .sm-max\:-ml-35 {
    margin-left: -35px;
  }

  .sm-max\:-mt-36 {
    margin-top: -36px;
  }

  .sm-max\:-mr-36 {
    margin-right: -36px;
  }

  .sm-max\:-mb-36 {
    margin-bottom: -36px;
  }

  .sm-max\:-ml-36 {
    margin-left: -36px;
  }

  .sm-max\:-mt-37 {
    margin-top: -37px;
  }

  .sm-max\:-mr-37 {
    margin-right: -37px;
  }

  .sm-max\:-mb-37 {
    margin-bottom: -37px;
  }

  .sm-max\:-ml-37 {
    margin-left: -37px;
  }

  .sm-max\:-mt-40 {
    margin-top: -40px;
  }

  .sm-max\:-mr-40 {
    margin-right: -40px;
  }

  .sm-max\:-mb-40 {
    margin-bottom: -40px;
  }

  .sm-max\:-ml-40 {
    margin-left: -40px;
  }

  .sm-max\:-mt-45 {
    margin-top: -45px;
  }

  .sm-max\:-mr-45 {
    margin-right: -45px;
  }

  .sm-max\:-mb-45 {
    margin-bottom: -45px;
  }

  .sm-max\:-ml-45 {
    margin-left: -45px;
  }

  .sm-max\:-mt-48 {
    margin-top: -48px;
  }

  .sm-max\:-mr-48 {
    margin-right: -48px;
  }

  .sm-max\:-mb-48 {
    margin-bottom: -48px;
  }

  .sm-max\:-ml-48 {
    margin-left: -48px;
  }

  .sm-max\:-mt-50 {
    margin-top: -50px;
  }

  .sm-max\:-mr-50 {
    margin-right: -50px;
  }

  .sm-max\:-mb-50 {
    margin-bottom: -50px;
  }

  .sm-max\:-ml-50 {
    margin-left: -50px;
  }

  .sm-max\:-mt-55 {
    margin-top: -55px;
  }

  .sm-max\:-mr-55 {
    margin-right: -55px;
  }

  .sm-max\:-mb-55 {
    margin-bottom: -55px;
  }

  .sm-max\:-ml-55 {
    margin-left: -55px;
  }

  .sm-max\:-mt-56 {
    margin-top: -56px;
  }

  .sm-max\:-mr-56 {
    margin-right: -56px;
  }

  .sm-max\:-mb-56 {
    margin-bottom: -56px;
  }

  .sm-max\:-ml-56 {
    margin-left: -56px;
  }

  .sm-max\:-mt-60 {
    margin-top: -60px;
  }

  .sm-max\:-mr-60 {
    margin-right: -60px;
  }

  .sm-max\:-mb-60 {
    margin-bottom: -60px;
  }

  .sm-max\:-ml-60 {
    margin-left: -60px;
  }

  .sm-max\:-mt-62 {
    margin-top: -62px;
  }

  .sm-max\:-mr-62 {
    margin-right: -62px;
  }

  .sm-max\:-mb-62 {
    margin-bottom: -62px;
  }

  .sm-max\:-ml-62 {
    margin-left: -62px;
  }

  .sm-max\:-mt-64 {
    margin-top: -64px;
  }

  .sm-max\:-mr-64 {
    margin-right: -64px;
  }

  .sm-max\:-mb-64 {
    margin-bottom: -64px;
  }

  .sm-max\:-ml-64 {
    margin-left: -64px;
  }

  .sm-max\:-mt-65 {
    margin-top: -65px;
  }

  .sm-max\:-mr-65 {
    margin-right: -65px;
  }

  .sm-max\:-mb-65 {
    margin-bottom: -65px;
  }

  .sm-max\:-ml-65 {
    margin-left: -65px;
  }

  .sm-max\:-mt-70 {
    margin-top: -70px;
  }

  .sm-max\:-mr-70 {
    margin-right: -70px;
  }

  .sm-max\:-mb-70 {
    margin-bottom: -70px;
  }

  .sm-max\:-ml-70 {
    margin-left: -70px;
  }

  .sm-max\:-mt-75 {
    margin-top: -75px;
  }

  .sm-max\:-mr-75 {
    margin-right: -75px;
  }

  .sm-max\:-mb-75 {
    margin-bottom: -75px;
  }

  .sm-max\:-ml-75 {
    margin-left: -75px;
  }

  .sm-max\:-mt-80 {
    margin-top: -80px;
  }

  .sm-max\:-mr-80 {
    margin-right: -80px;
  }

  .sm-max\:-mb-80 {
    margin-bottom: -80px;
  }

  .sm-max\:-ml-80 {
    margin-left: -80px;
  }

  .sm-max\:-mt-85 {
    margin-top: -85px;
  }

  .sm-max\:-mr-85 {
    margin-right: -85px;
  }

  .sm-max\:-mb-85 {
    margin-bottom: -85px;
  }

  .sm-max\:-ml-85 {
    margin-left: -85px;
  }

  .sm-max\:-mt-90 {
    margin-top: -90px;
  }

  .sm-max\:-mr-90 {
    margin-right: -90px;
  }

  .sm-max\:-mb-90 {
    margin-bottom: -90px;
  }

  .sm-max\:-ml-90 {
    margin-left: -90px;
  }

  .sm-max\:-mt-95 {
    margin-top: -95px;
  }

  .sm-max\:-mr-95 {
    margin-right: -95px;
  }

  .sm-max\:-mb-95 {
    margin-bottom: -95px;
  }

  .sm-max\:-ml-95 {
    margin-left: -95px;
  }

  .sm-max\:-mt-96 {
    margin-top: -96px;
  }

  .sm-max\:-mr-96 {
    margin-right: -96px;
  }

  .sm-max\:-mb-96 {
    margin-bottom: -96px;
  }

  .sm-max\:-ml-96 {
    margin-left: -96px;
  }

  .sm-max\:-mt-100 {
    margin-top: -100px;
  }

  .sm-max\:-mr-100 {
    margin-right: -100px;
  }

  .sm-max\:-mb-100 {
    margin-bottom: -100px;
  }

  .sm-max\:-ml-100 {
    margin-left: -100px;
  }

  .sm-max\:-mt-110 {
    margin-top: -110px;
  }

  .sm-max\:-mr-110 {
    margin-right: -110px;
  }

  .sm-max\:-mb-110 {
    margin-bottom: -110px;
  }

  .sm-max\:-ml-110 {
    margin-left: -110px;
  }

  .sm-max\:-mt-115 {
    margin-top: -115px;
  }

  .sm-max\:-mr-115 {
    margin-right: -115px;
  }

  .sm-max\:-mb-115 {
    margin-bottom: -115px;
  }

  .sm-max\:-ml-115 {
    margin-left: -115px;
  }

  .sm-max\:-mt-120 {
    margin-top: -120px;
  }

  .sm-max\:-mr-120 {
    margin-right: -120px;
  }

  .sm-max\:-mb-120 {
    margin-bottom: -120px;
  }

  .sm-max\:-ml-120 {
    margin-left: -120px;
  }

  .sm-max\:-mt-128 {
    margin-top: -128px;
  }

  .sm-max\:-mr-128 {
    margin-right: -128px;
  }

  .sm-max\:-mb-128 {
    margin-bottom: -128px;
  }

  .sm-max\:-ml-128 {
    margin-left: -128px;
  }

  .sm-max\:-mt-135 {
    margin-top: -135px;
  }

  .sm-max\:-mr-135 {
    margin-right: -135px;
  }

  .sm-max\:-mb-135 {
    margin-bottom: -135px;
  }

  .sm-max\:-ml-135 {
    margin-left: -135px;
  }

  .sm-max\:-mt-140 {
    margin-top: -140px;
  }

  .sm-max\:-mr-140 {
    margin-right: -140px;
  }

  .sm-max\:-mb-140 {
    margin-bottom: -140px;
  }

  .sm-max\:-ml-140 {
    margin-left: -140px;
  }

  .sm-max\:-mt-145 {
    margin-top: -145px;
  }

  .sm-max\:-mr-145 {
    margin-right: -145px;
  }

  .sm-max\:-mb-145 {
    margin-bottom: -145px;
  }

  .sm-max\:-ml-145 {
    margin-left: -145px;
  }

  .sm-max\:-mt-150 {
    margin-top: -150px;
  }

  .sm-max\:-mr-150 {
    margin-right: -150px;
  }

  .sm-max\:-mb-150 {
    margin-bottom: -150px;
  }

  .sm-max\:-ml-150 {
    margin-left: -150px;
  }

  .sm-max\:-mt-160 {
    margin-top: -160px;
  }

  .sm-max\:-mr-160 {
    margin-right: -160px;
  }

  .sm-max\:-mb-160 {
    margin-bottom: -160px;
  }

  .sm-max\:-ml-160 {
    margin-left: -160px;
  }

  .sm-max\:-mt-165 {
    margin-top: -165px;
  }

  .sm-max\:-mr-165 {
    margin-right: -165px;
  }

  .sm-max\:-mb-165 {
    margin-bottom: -165px;
  }

  .sm-max\:-ml-165 {
    margin-left: -165px;
  }

  .sm-max\:-mt-168 {
    margin-top: -168px;
  }

  .sm-max\:-mr-168 {
    margin-right: -168px;
  }

  .sm-max\:-mb-168 {
    margin-bottom: -168px;
  }

  .sm-max\:-ml-168 {
    margin-left: -168px;
  }

  .sm-max\:-mt-170 {
    margin-top: -170px;
  }

  .sm-max\:-mr-170 {
    margin-right: -170px;
  }

  .sm-max\:-mb-170 {
    margin-bottom: -170px;
  }

  .sm-max\:-ml-170 {
    margin-left: -170px;
  }

  .sm-max\:-mt-180 {
    margin-top: -180px;
  }

  .sm-max\:-mr-180 {
    margin-right: -180px;
  }

  .sm-max\:-mb-180 {
    margin-bottom: -180px;
  }

  .sm-max\:-ml-180 {
    margin-left: -180px;
  }

  .sm-max\:-mt-200 {
    margin-top: -200px;
  }

  .sm-max\:-mr-200 {
    margin-right: -200px;
  }

  .sm-max\:-mb-200 {
    margin-bottom: -200px;
  }

  .sm-max\:-ml-200 {
    margin-left: -200px;
  }

  .sm-max\:-mt-220 {
    margin-top: -220px;
  }

  .sm-max\:-mr-220 {
    margin-right: -220px;
  }

  .sm-max\:-mb-220 {
    margin-bottom: -220px;
  }

  .sm-max\:-ml-220 {
    margin-left: -220px;
  }

  .sm-max\:-mt-230 {
    margin-top: -230px;
  }

  .sm-max\:-mr-230 {
    margin-right: -230px;
  }

  .sm-max\:-mb-230 {
    margin-bottom: -230px;
  }

  .sm-max\:-ml-230 {
    margin-left: -230px;
  }

  .sm-max\:-mt-235 {
    margin-top: -235px;
  }

  .sm-max\:-mr-235 {
    margin-right: -235px;
  }

  .sm-max\:-mb-235 {
    margin-bottom: -235px;
  }

  .sm-max\:-ml-235 {
    margin-left: -235px;
  }

  .sm-max\:-mt-240 {
    margin-top: -240px;
  }

  .sm-max\:-mr-240 {
    margin-right: -240px;
  }

  .sm-max\:-mb-240 {
    margin-bottom: -240px;
  }

  .sm-max\:-ml-240 {
    margin-left: -240px;
  }

  .sm-max\:-mt-250 {
    margin-top: -250px;
  }

  .sm-max\:-mr-250 {
    margin-right: -250px;
  }

  .sm-max\:-mb-250 {
    margin-bottom: -250px;
  }

  .sm-max\:-ml-250 {
    margin-left: -250px;
  }

  .sm-max\:-mt-300 {
    margin-top: -300px;
  }

  .sm-max\:-mr-300 {
    margin-right: -300px;
  }

  .sm-max\:-mb-300 {
    margin-bottom: -300px;
  }

  .sm-max\:-ml-300 {
    margin-left: -300px;
  }

  .sm-max\:-mt-320 {
    margin-top: -320px;
  }

  .sm-max\:-mr-320 {
    margin-right: -320px;
  }

  .sm-max\:-mb-320 {
    margin-bottom: -320px;
  }

  .sm-max\:-ml-320 {
    margin-left: -320px;
  }

  .sm-max\:-mt-350 {
    margin-top: -350px;
  }

  .sm-max\:-mr-350 {
    margin-right: -350px;
  }

  .sm-max\:-mb-350 {
    margin-bottom: -350px;
  }

  .sm-max\:-ml-350 {
    margin-left: -350px;
  }

  .sm-max\:-mt-375 {
    margin-top: -375px;
  }

  .sm-max\:-mr-375 {
    margin-right: -375px;
  }

  .sm-max\:-mb-375 {
    margin-bottom: -375px;
  }

  .sm-max\:-ml-375 {
    margin-left: -375px;
  }

  .sm-max\:-mt-400 {
    margin-top: -400px;
  }

  .sm-max\:-mr-400 {
    margin-right: -400px;
  }

  .sm-max\:-mb-400 {
    margin-bottom: -400px;
  }

  .sm-max\:-ml-400 {
    margin-left: -400px;
  }

  .sm-max\:-mt-450 {
    margin-top: -450px;
  }

  .sm-max\:-mr-450 {
    margin-right: -450px;
  }

  .sm-max\:-mb-450 {
    margin-bottom: -450px;
  }

  .sm-max\:-ml-450 {
    margin-left: -450px;
  }

  .sm-max\:-mt-700 {
    margin-top: -700px;
  }

  .sm-max\:-mr-700 {
    margin-right: -700px;
  }

  .sm-max\:-mb-700 {
    margin-bottom: -700px;
  }

  .sm-max\:-ml-700 {
    margin-left: -700px;
  }

  .sm-max\:-mt-px {
    margin-top: -1px;
  }

  .sm-max\:-mr-px {
    margin-right: -1px;
  }

  .sm-max\:-mb-px {
    margin-bottom: -1px;
  }

  .sm-max\:-ml-px {
    margin-left: -1px;
  }

  .sm-max\:-mt-1p {
    margin-top: -1%;
  }

  .sm-max\:-mr-1p {
    margin-right: -1%;
  }

  .sm-max\:-mb-1p {
    margin-bottom: -1%;
  }

  .sm-max\:-ml-1p {
    margin-left: -1%;
  }

  .sm-max\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .sm-max\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .sm-max\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .sm-max\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .sm-max\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .sm-max\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .sm-max\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .sm-max\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .sm-max\:-mt-11p {
    margin-top: -11%;
  }

  .sm-max\:-mr-11p {
    margin-right: -11%;
  }

  .sm-max\:-mb-11p {
    margin-bottom: -11%;
  }

  .sm-max\:-ml-11p {
    margin-left: -11%;
  }

  .sm-max\:-mt-20p {
    margin-top: -20%;
  }

  .sm-max\:-mr-20p {
    margin-right: -20%;
  }

  .sm-max\:-mb-20p {
    margin-bottom: -20%;
  }

  .sm-max\:-ml-20p {
    margin-left: -20%;
  }

  .sm-max\:-mt-24p {
    margin-top: -24.25%;
  }

  .sm-max\:-mr-24p {
    margin-right: -24.25%;
  }

  .sm-max\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .sm-max\:-ml-24p {
    margin-left: -24.25%;
  }

  .sm-max\:-mt-25p {
    margin-top: -25%;
  }

  .sm-max\:-mr-25p {
    margin-right: -25%;
  }

  .sm-max\:-mb-25p {
    margin-bottom: -25%;
  }

  .sm-max\:-ml-25p {
    margin-left: -25%;
  }

  .sm-max\:-mt-32p {
    margin-top: -32%;
  }

  .sm-max\:-mr-32p {
    margin-right: -32%;
  }

  .sm-max\:-mb-32p {
    margin-bottom: -32%;
  }

  .sm-max\:-ml-32p {
    margin-left: -32%;
  }

  .sm-max\:-mt-35p {
    margin-top: -35%;
  }

  .sm-max\:-mr-35p {
    margin-right: -35%;
  }

  .sm-max\:-mb-35p {
    margin-bottom: -35%;
  }

  .sm-max\:-ml-35p {
    margin-left: -35%;
  }

  .sm-max\:-mt-40p {
    margin-top: -40%;
  }

  .sm-max\:-mr-40p {
    margin-right: -40%;
  }

  .sm-max\:-mb-40p {
    margin-bottom: -40%;
  }

  .sm-max\:-ml-40p {
    margin-left: -40%;
  }

  .sm-max\:-mt-49p {
    margin-top: -49%;
  }

  .sm-max\:-mr-49p {
    margin-right: -49%;
  }

  .sm-max\:-mb-49p {
    margin-bottom: -49%;
  }

  .sm-max\:-ml-49p {
    margin-left: -49%;
  }

  .sm-max\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .sm-max\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .sm-max\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .sm-max\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .sm-max\:-mt-80p {
    margin-top: -80%;
  }

  .sm-max\:-mr-80p {
    margin-right: -80%;
  }

  .sm-max\:-mb-80p {
    margin-bottom: -80%;
  }

  .sm-max\:-ml-80p {
    margin-left: -80%;
  }

  .sm-max\:-mt-vh80 {
    margin-top: -80vh;
  }

  .sm-max\:-mr-vh80 {
    margin-right: -80vh;
  }

  .sm-max\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .sm-max\:-ml-vh80 {
    margin-left: -80vh;
  }

  .sm-max\:-mt-vh86 {
    margin-top: -86vh;
  }

  .sm-max\:-mr-vh86 {
    margin-right: -86vh;
  }

  .sm-max\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .sm-max\:-ml-vh86 {
    margin-left: -86vh;
  }

  .sm-max\:-mt-vh90 {
    margin-top: -90vh;
  }

  .sm-max\:-mr-vh90 {
    margin-right: -90vh;
  }

  .sm-max\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .sm-max\:-ml-vh90 {
    margin-left: -90vh;
  }

  .sm-max\:-mt-vw80 {
    margin-top: -80vw;
  }

  .sm-max\:-mr-vw80 {
    margin-right: -80vw;
  }

  .sm-max\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .sm-max\:-ml-vw80 {
    margin-left: -80vw;
  }

  .sm-max\:-mt-vw90 {
    margin-top: -90vw;
  }

  .sm-max\:-mr-vw90 {
    margin-right: -90vw;
  }

  .sm-max\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .sm-max\:-ml-vw90 {
    margin-left: -90vw;
  }

  .sm-max\:-mt-90p {
    margin-top: -90%;
  }

  .sm-max\:-mr-90p {
    margin-right: -90%;
  }

  .sm-max\:-mb-90p {
    margin-bottom: -90%;
  }

  .sm-max\:-ml-90p {
    margin-left: -90%;
  }

  .sm-max\:-mt-92p {
    margin-top: -92%;
  }

  .sm-max\:-mr-92p {
    margin-right: -92%;
  }

  .sm-max\:-mb-92p {
    margin-bottom: -92%;
  }

  .sm-max\:-ml-92p {
    margin-left: -92%;
  }

  .sm-max\:-mt-93p {
    margin-top: -93%;
  }

  .sm-max\:-mr-93p {
    margin-right: -93%;
  }

  .sm-max\:-mb-93p {
    margin-bottom: -93%;
  }

  .sm-max\:-ml-93p {
    margin-left: -93%;
  }

  .sm-max\:-mt-94p {
    margin-top: -94%;
  }

  .sm-max\:-mr-94p {
    margin-right: -94%;
  }

  .sm-max\:-mb-94p {
    margin-bottom: -94%;
  }

  .sm-max\:-ml-94p {
    margin-left: -94%;
  }

  .sm-max\:-mt-95p {
    margin-top: -95%;
  }

  .sm-max\:-mr-95p {
    margin-right: -95%;
  }

  .sm-max\:-mb-95p {
    margin-bottom: -95%;
  }

  .sm-max\:-ml-95p {
    margin-left: -95%;
  }

  .sm-max\:-mt-96p {
    margin-top: -96%;
  }

  .sm-max\:-mr-96p {
    margin-right: -96%;
  }

  .sm-max\:-mb-96p {
    margin-bottom: -96%;
  }

  .sm-max\:-ml-96p {
    margin-left: -96%;
  }

  .sm-max\:-mt-100p {
    margin-top: -100%;
  }

  .sm-max\:-mr-100p {
    margin-right: -100%;
  }

  .sm-max\:-mb-100p {
    margin-bottom: -100%;
  }

  .sm-max\:-ml-100p {
    margin-left: -100%;
  }

  .sm-max\:hover\:m-0:hover {
    margin: 0px;
  }

  .sm-max\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .sm-max\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .sm-max\:hover\:m-3:hover {
    margin: 3px;
  }

  .sm-max\:hover\:m-4:hover {
    margin: 4px;
  }

  .sm-max\:hover\:m-5:hover {
    margin: 5px;
  }

  .sm-max\:hover\:m-6:hover {
    margin: 6px;
  }

  .sm-max\:hover\:m-8:hover {
    margin: 8px;
  }

  .sm-max\:hover\:m-9:hover {
    margin: 9px;
  }

  .sm-max\:hover\:m-10:hover {
    margin: 10px;
  }

  .sm-max\:hover\:m-12:hover {
    margin: 12px;
  }

  .sm-max\:hover\:m-13:hover {
    margin: 13px;
  }

  .sm-max\:hover\:m-14:hover {
    margin: 14px;
  }

  .sm-max\:hover\:m-15:hover {
    margin: 15px;
  }

  .sm-max\:hover\:m-16:hover {
    margin: 16px;
  }

  .sm-max\:hover\:m-17:hover {
    margin: 17px;
  }

  .sm-max\:hover\:m-18:hover {
    margin: 18px;
  }

  .sm-max\:hover\:m-20:hover {
    margin: 20px;
  }

  .sm-max\:hover\:m-22:hover {
    margin: 22px;
  }

  .sm-max\:hover\:m-24:hover {
    margin: 24px;
  }

  .sm-max\:hover\:m-25:hover {
    margin: 25px;
  }

  .sm-max\:hover\:m-28:hover {
    margin: 28px;
  }

  .sm-max\:hover\:m-29:hover {
    margin: 29px;
  }

  .sm-max\:hover\:m-30:hover {
    margin: 30px;
  }

  .sm-max\:hover\:m-32:hover {
    margin: 32px;
  }

  .sm-max\:hover\:m-35:hover {
    margin: 35px;
  }

  .sm-max\:hover\:m-36:hover {
    margin: 36px;
  }

  .sm-max\:hover\:m-37:hover {
    margin: 37px;
  }

  .sm-max\:hover\:m-40:hover {
    margin: 40px;
  }

  .sm-max\:hover\:m-45:hover {
    margin: 45px;
  }

  .sm-max\:hover\:m-48:hover {
    margin: 48px;
  }

  .sm-max\:hover\:m-50:hover {
    margin: 50px;
  }

  .sm-max\:hover\:m-55:hover {
    margin: 55px;
  }

  .sm-max\:hover\:m-56:hover {
    margin: 56px;
  }

  .sm-max\:hover\:m-60:hover {
    margin: 60px;
  }

  .sm-max\:hover\:m-62:hover {
    margin: 62px;
  }

  .sm-max\:hover\:m-64:hover {
    margin: 64px;
  }

  .sm-max\:hover\:m-65:hover {
    margin: 65px;
  }

  .sm-max\:hover\:m-70:hover {
    margin: 70px;
  }

  .sm-max\:hover\:m-75:hover {
    margin: 75px;
  }

  .sm-max\:hover\:m-80:hover {
    margin: 80px;
  }

  .sm-max\:hover\:m-85:hover {
    margin: 85px;
  }

  .sm-max\:hover\:m-90:hover {
    margin: 90px;
  }

  .sm-max\:hover\:m-95:hover {
    margin: 95px;
  }

  .sm-max\:hover\:m-96:hover {
    margin: 96px;
  }

  .sm-max\:hover\:m-100:hover {
    margin: 100px;
  }

  .sm-max\:hover\:m-110:hover {
    margin: 110px;
  }

  .sm-max\:hover\:m-115:hover {
    margin: 115px;
  }

  .sm-max\:hover\:m-120:hover {
    margin: 120px;
  }

  .sm-max\:hover\:m-128:hover {
    margin: 128px;
  }

  .sm-max\:hover\:m-135:hover {
    margin: 135px;
  }

  .sm-max\:hover\:m-140:hover {
    margin: 140px;
  }

  .sm-max\:hover\:m-145:hover {
    margin: 145px;
  }

  .sm-max\:hover\:m-150:hover {
    margin: 150px;
  }

  .sm-max\:hover\:m-160:hover {
    margin: 160px;
  }

  .sm-max\:hover\:m-165:hover {
    margin: 165px;
  }

  .sm-max\:hover\:m-168:hover {
    margin: 168px;
  }

  .sm-max\:hover\:m-170:hover {
    margin: 170px;
  }

  .sm-max\:hover\:m-180:hover {
    margin: 180px;
  }

  .sm-max\:hover\:m-200:hover {
    margin: 200px;
  }

  .sm-max\:hover\:m-220:hover {
    margin: 220px;
  }

  .sm-max\:hover\:m-230:hover {
    margin: 230px;
  }

  .sm-max\:hover\:m-235:hover {
    margin: 235px;
  }

  .sm-max\:hover\:m-240:hover {
    margin: 240px;
  }

  .sm-max\:hover\:m-250:hover {
    margin: 250px;
  }

  .sm-max\:hover\:m-300:hover {
    margin: 300px;
  }

  .sm-max\:hover\:m-320:hover {
    margin: 320px;
  }

  .sm-max\:hover\:m-350:hover {
    margin: 350px;
  }

  .sm-max\:hover\:m-375:hover {
    margin: 375px;
  }

  .sm-max\:hover\:m-400:hover {
    margin: 400px;
  }

  .sm-max\:hover\:m-450:hover {
    margin: 450px;
  }

  .sm-max\:hover\:m-700:hover {
    margin: 700px;
  }

  .sm-max\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm-max\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm-max\:hover\:m-1p:hover {
    margin: 1%;
  }

  .sm-max\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .sm-max\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .sm-max\:hover\:m-11p:hover {
    margin: 11%;
  }

  .sm-max\:hover\:m-20p:hover {
    margin: 20%;
  }

  .sm-max\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .sm-max\:hover\:m-25p:hover {
    margin: 25%;
  }

  .sm-max\:hover\:m-32p:hover {
    margin: 32%;
  }

  .sm-max\:hover\:m-35p:hover {
    margin: 35%;
  }

  .sm-max\:hover\:m-40p:hover {
    margin: 40%;
  }

  .sm-max\:hover\:m-49p:hover {
    margin: 49%;
  }

  .sm-max\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .sm-max\:hover\:m-80p:hover {
    margin: 80%;
  }

  .sm-max\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .sm-max\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .sm-max\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .sm-max\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .sm-max\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .sm-max\:hover\:m-90p:hover {
    margin: 90%;
  }

  .sm-max\:hover\:m-92p:hover {
    margin: 92%;
  }

  .sm-max\:hover\:m-93p:hover {
    margin: 93%;
  }

  .sm-max\:hover\:m-94p:hover {
    margin: 94%;
  }

  .sm-max\:hover\:m-95p:hover {
    margin: 95%;
  }

  .sm-max\:hover\:m-96p:hover {
    margin: 96%;
  }

  .sm-max\:hover\:m-100p:hover {
    margin: 100%;
  }

  .sm-max\:hover\:-m-0:hover {
    margin: 0px;
  }

  .sm-max\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm-max\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm-max\:hover\:-m-3:hover {
    margin: -3px;
  }

  .sm-max\:hover\:-m-4:hover {
    margin: -4px;
  }

  .sm-max\:hover\:-m-5:hover {
    margin: -5px;
  }

  .sm-max\:hover\:-m-6:hover {
    margin: -6px;
  }

  .sm-max\:hover\:-m-8:hover {
    margin: -8px;
  }

  .sm-max\:hover\:-m-9:hover {
    margin: -9px;
  }

  .sm-max\:hover\:-m-10:hover {
    margin: -10px;
  }

  .sm-max\:hover\:-m-12:hover {
    margin: -12px;
  }

  .sm-max\:hover\:-m-13:hover {
    margin: -13px;
  }

  .sm-max\:hover\:-m-14:hover {
    margin: -14px;
  }

  .sm-max\:hover\:-m-15:hover {
    margin: -15px;
  }

  .sm-max\:hover\:-m-16:hover {
    margin: -16px;
  }

  .sm-max\:hover\:-m-17:hover {
    margin: -17px;
  }

  .sm-max\:hover\:-m-18:hover {
    margin: -18px;
  }

  .sm-max\:hover\:-m-20:hover {
    margin: -20px;
  }

  .sm-max\:hover\:-m-22:hover {
    margin: -22px;
  }

  .sm-max\:hover\:-m-24:hover {
    margin: -24px;
  }

  .sm-max\:hover\:-m-25:hover {
    margin: -25px;
  }

  .sm-max\:hover\:-m-28:hover {
    margin: -28px;
  }

  .sm-max\:hover\:-m-29:hover {
    margin: -29px;
  }

  .sm-max\:hover\:-m-30:hover {
    margin: -30px;
  }

  .sm-max\:hover\:-m-32:hover {
    margin: -32px;
  }

  .sm-max\:hover\:-m-35:hover {
    margin: -35px;
  }

  .sm-max\:hover\:-m-36:hover {
    margin: -36px;
  }

  .sm-max\:hover\:-m-37:hover {
    margin: -37px;
  }

  .sm-max\:hover\:-m-40:hover {
    margin: -40px;
  }

  .sm-max\:hover\:-m-45:hover {
    margin: -45px;
  }

  .sm-max\:hover\:-m-48:hover {
    margin: -48px;
  }

  .sm-max\:hover\:-m-50:hover {
    margin: -50px;
  }

  .sm-max\:hover\:-m-55:hover {
    margin: -55px;
  }

  .sm-max\:hover\:-m-56:hover {
    margin: -56px;
  }

  .sm-max\:hover\:-m-60:hover {
    margin: -60px;
  }

  .sm-max\:hover\:-m-62:hover {
    margin: -62px;
  }

  .sm-max\:hover\:-m-64:hover {
    margin: -64px;
  }

  .sm-max\:hover\:-m-65:hover {
    margin: -65px;
  }

  .sm-max\:hover\:-m-70:hover {
    margin: -70px;
  }

  .sm-max\:hover\:-m-75:hover {
    margin: -75px;
  }

  .sm-max\:hover\:-m-80:hover {
    margin: -80px;
  }

  .sm-max\:hover\:-m-85:hover {
    margin: -85px;
  }

  .sm-max\:hover\:-m-90:hover {
    margin: -90px;
  }

  .sm-max\:hover\:-m-95:hover {
    margin: -95px;
  }

  .sm-max\:hover\:-m-96:hover {
    margin: -96px;
  }

  .sm-max\:hover\:-m-100:hover {
    margin: -100px;
  }

  .sm-max\:hover\:-m-110:hover {
    margin: -110px;
  }

  .sm-max\:hover\:-m-115:hover {
    margin: -115px;
  }

  .sm-max\:hover\:-m-120:hover {
    margin: -120px;
  }

  .sm-max\:hover\:-m-128:hover {
    margin: -128px;
  }

  .sm-max\:hover\:-m-135:hover {
    margin: -135px;
  }

  .sm-max\:hover\:-m-140:hover {
    margin: -140px;
  }

  .sm-max\:hover\:-m-145:hover {
    margin: -145px;
  }

  .sm-max\:hover\:-m-150:hover {
    margin: -150px;
  }

  .sm-max\:hover\:-m-160:hover {
    margin: -160px;
  }

  .sm-max\:hover\:-m-165:hover {
    margin: -165px;
  }

  .sm-max\:hover\:-m-168:hover {
    margin: -168px;
  }

  .sm-max\:hover\:-m-170:hover {
    margin: -170px;
  }

  .sm-max\:hover\:-m-180:hover {
    margin: -180px;
  }

  .sm-max\:hover\:-m-200:hover {
    margin: -200px;
  }

  .sm-max\:hover\:-m-220:hover {
    margin: -220px;
  }

  .sm-max\:hover\:-m-230:hover {
    margin: -230px;
  }

  .sm-max\:hover\:-m-235:hover {
    margin: -235px;
  }

  .sm-max\:hover\:-m-240:hover {
    margin: -240px;
  }

  .sm-max\:hover\:-m-250:hover {
    margin: -250px;
  }

  .sm-max\:hover\:-m-300:hover {
    margin: -300px;
  }

  .sm-max\:hover\:-m-320:hover {
    margin: -320px;
  }

  .sm-max\:hover\:-m-350:hover {
    margin: -350px;
  }

  .sm-max\:hover\:-m-375:hover {
    margin: -375px;
  }

  .sm-max\:hover\:-m-400:hover {
    margin: -400px;
  }

  .sm-max\:hover\:-m-450:hover {
    margin: -450px;
  }

  .sm-max\:hover\:-m-700:hover {
    margin: -700px;
  }

  .sm-max\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm-max\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .sm-max\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .sm-max\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .sm-max\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .sm-max\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .sm-max\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .sm-max\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .sm-max\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .sm-max\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .sm-max\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .sm-max\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .sm-max\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .sm-max\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .sm-max\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .sm-max\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .sm-max\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .sm-max\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .sm-max\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .sm-max\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .sm-max\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .sm-max\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .sm-max\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .sm-max\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .sm-max\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .sm-max\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .sm-max\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm-max\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm-max\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-max\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-max\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-max\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-max\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm-max\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm-max\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-max\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-max\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm-max\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm-max\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-max\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-max\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-max\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-max\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm-max\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm-max\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm-max\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm-max\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-max\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-max\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-max\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-max\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm-max\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm-max\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm-max\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm-max\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-max\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-max\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm-max\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm-max\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-max\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-max\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-max\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-max\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm-max\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm-max\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm-max\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm-max\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-max\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-max\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-max\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-max\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-max\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-max\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm-max\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm-max\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm-max\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm-max\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-max\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-max\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-max\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-max\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-max\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-max\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-max\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-max\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-max\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-max\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm-max\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm-max\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-max\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-max\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm-max\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm-max\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-max\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-max\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm-max\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm-max\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm-max\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm-max\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm-max\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm-max\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm-max\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm-max\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm-max\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm-max\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm-max\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm-max\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm-max\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm-max\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm-max\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm-max\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm-max\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm-max\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm-max\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm-max\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm-max\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm-max\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm-max\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm-max\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-max\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-max\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm-max\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm-max\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm-max\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm-max\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm-max\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm-max\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm-max\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm-max\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm-max\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm-max\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .sm-max\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .sm-max\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .sm-max\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .sm-max\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm-max\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm-max\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm-max\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm-max\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm-max\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm-max\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm-max\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm-max\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm-max\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm-max\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .sm-max\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .sm-max\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm-max\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm-max\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm-max\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm-max\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm-max\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm-max\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm-max\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm-max\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .sm-max\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .sm-max\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .sm-max\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .sm-max\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .sm-max\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .sm-max\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .sm-max\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .sm-max\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .sm-max\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .sm-max\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .sm-max\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .sm-max\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm-max\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm-max\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .sm-max\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .sm-max\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm-max\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm-max\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .sm-max\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .sm-max\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm-max\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm-max\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .sm-max\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .sm-max\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm-max\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm-max\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm-max\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm-max\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm-max\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm-max\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .sm-max\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .sm-max\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm-max\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm-max\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm-max\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm-max\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .sm-max\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .sm-max\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm-max\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm-max\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .sm-max\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .sm-max\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .sm-max\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .sm-max\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm-max\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm-max\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .sm-max\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .sm-max\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .sm-max\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .sm-max\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .sm-max\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .sm-max\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm-max\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm-max\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm-max\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm-max\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-max\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-max\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm-max\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm-max\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm-max\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm-max\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm-max\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm-max\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm-max\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm-max\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm-max\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm-max\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm-max\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm-max\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm-max\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-max\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm-max\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm-max\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm-max\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm-max\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm-max\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm-max\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm-max\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm-max\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm-max\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm-max\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm-max\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm-max\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm-max\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm-max\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm-max\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm-max\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm-max\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm-max\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm-max\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm-max\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm-max\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm-max\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm-max\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm-max\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm-max\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm-max\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm-max\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm-max\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm-max\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm-max\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm-max\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm-max\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm-max\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm-max\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm-max\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm-max\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm-max\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm-max\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm-max\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm-max\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm-max\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm-max\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm-max\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm-max\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm-max\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm-max\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm-max\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm-max\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm-max\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm-max\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm-max\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm-max\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm-max\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm-max\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm-max\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm-max\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm-max\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm-max\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm-max\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm-max\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm-max\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm-max\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm-max\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm-max\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm-max\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm-max\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm-max\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm-max\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm-max\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm-max\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm-max\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm-max\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm-max\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm-max\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm-max\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm-max\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm-max\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm-max\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm-max\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm-max\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm-max\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm-max\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm-max\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm-max\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm-max\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm-max\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm-max\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm-max\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm-max\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm-max\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .sm-max\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .sm-max\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .sm-max\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .sm-max\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm-max\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm-max\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm-max\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm-max\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm-max\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm-max\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm-max\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm-max\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm-max\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm-max\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .sm-max\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .sm-max\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm-max\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm-max\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm-max\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm-max\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm-max\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm-max\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm-max\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm-max\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .sm-max\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .sm-max\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .sm-max\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .sm-max\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .sm-max\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .sm-max\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .sm-max\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .sm-max\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .sm-max\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .sm-max\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .sm-max\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .sm-max\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm-max\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm-max\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .sm-max\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .sm-max\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm-max\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm-max\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .sm-max\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .sm-max\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm-max\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm-max\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .sm-max\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .sm-max\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm-max\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm-max\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm-max\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm-max\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm-max\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm-max\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .sm-max\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .sm-max\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm-max\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm-max\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm-max\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm-max\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .sm-max\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .sm-max\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm-max\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm-max\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .sm-max\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .sm-max\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .sm-max\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .sm-max\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm-max\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm-max\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .sm-max\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .sm-max\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .sm-max\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .sm-max\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .sm-max\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .sm-max\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm-max\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm-max\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm-max\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm-max\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-max\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-max\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .sm-max\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .sm-max\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .sm-max\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .sm-max\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .sm-max\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .sm-max\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .sm-max\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .sm-max\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .sm-max\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .sm-max\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .sm-max\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .sm-max\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .sm-max\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .sm-max\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .sm-max\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .sm-max\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .sm-max\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .sm-max\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .sm-max\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .sm-max\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .sm-max\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .sm-max\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .sm-max\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .sm-max\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .sm-max\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .sm-max\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .sm-max\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .sm-max\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .sm-max\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .sm-max\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .sm-max\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .sm-max\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .sm-max\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .sm-max\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .sm-max\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .sm-max\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .sm-max\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .sm-max\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .sm-max\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .sm-max\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .sm-max\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .sm-max\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .sm-max\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .sm-max\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .sm-max\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .sm-max\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .sm-max\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .sm-max\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .sm-max\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .sm-max\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .sm-max\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .sm-max\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .sm-max\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .sm-max\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .sm-max\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .sm-max\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .sm-max\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .sm-max\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .sm-max\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .sm-max\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .sm-max\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .sm-max\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .sm-max\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .sm-max\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .sm-max\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .sm-max\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .sm-max\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .sm-max\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .sm-max\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .sm-max\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .sm-max\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .sm-max\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .sm-max\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .sm-max\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .sm-max\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .sm-max\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .sm-max\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .sm-max\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .sm-max\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .sm-max\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .sm-max\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .sm-max\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .sm-max\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .sm-max\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .sm-max\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .sm-max\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .sm-max\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .sm-max\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .sm-max\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .sm-max\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .sm-max\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .sm-max\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .sm-max\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .sm-max\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .sm-max\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .sm-max\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .sm-max\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .sm-max\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .sm-max\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .sm-max\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .sm-max\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .sm-max\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .sm-max\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .sm-max\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .sm-max\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .sm-max\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .sm-max\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .sm-max\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .sm-max\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .sm-max\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .sm-max\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .sm-max\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .sm-max\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .sm-max\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .sm-max\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .sm-max\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .sm-max\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .sm-max\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .sm-max\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .sm-max\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .sm-max\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .sm-max\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .sm-max\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .sm-max\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .sm-max\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .sm-max\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .sm-max\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .sm-max\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .sm-max\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .sm-max\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .sm-max\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .sm-max\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .sm-max\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .sm-max\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .sm-max\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .sm-max\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .sm-max\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .sm-max\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .sm-max\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .sm-max\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .sm-max\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .sm-max\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .sm-max\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .sm-max\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .sm-max\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .sm-max\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .sm-max\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .sm-max\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .sm-max\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .sm-max\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .sm-max\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .sm-max\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .sm-max\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .sm-max\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .sm-max\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .sm-max\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .sm-max\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .sm-max\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .sm-max\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .sm-max\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .sm-max\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .sm-max\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .sm-max\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .sm-max\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .sm-max\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .sm-max\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .sm-max\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .sm-max\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .sm-max\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .sm-max\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .sm-max\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .sm-max\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .sm-max\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .sm-max\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .sm-max\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .sm-max\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .sm-max\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .sm-max\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .sm-max\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .sm-max\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .sm-max\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .sm-max\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .sm-max\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .sm-max\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .sm-max\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .sm-max\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .sm-max\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .sm-max\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .sm-max\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .sm-max\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .sm-max\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .sm-max\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .sm-max\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .sm-max\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .sm-max\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .sm-max\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .sm-max\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .sm-max\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .sm-max\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .sm-max\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .sm-max\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .sm-max\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .sm-max\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .sm-max\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .sm-max\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .sm-max\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .sm-max\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .sm-max\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .sm-max\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .sm-max\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .sm-max\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .sm-max\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .sm-max\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .sm-max\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .sm-max\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .sm-max\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .sm-max\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .sm-max\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .sm-max\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .sm-max\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .sm-max\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .sm-max\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .sm-max\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .sm-max\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .sm-max\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .sm-max\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .sm-max\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .sm-max\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .sm-max\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .sm-max\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .sm-max\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .sm-max\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .sm-max\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .sm-max\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .sm-max\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .sm-max\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .sm-max\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .sm-max\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .sm-max\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .sm-max\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .sm-max\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .sm-max\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .sm-max\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .sm-max\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .sm-max\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .sm-max\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .sm-max\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .sm-max\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .sm-max\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .sm-max\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .sm-max\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .sm-max\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .sm-max\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .sm-max\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .sm-max\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .sm-max\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .sm-max\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .sm-max\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .sm-max\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .sm-max\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .sm-max\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .sm-max\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .sm-max\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .sm-max\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .sm-max\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .sm-max\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .sm-max\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .sm-max\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .sm-max\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .sm-max\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .sm-max\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .sm-max\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .sm-max\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .sm-max\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .sm-max\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .sm-max\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .sm-max\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .sm-max\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .sm-max\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .sm-max\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .sm-max\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .sm-max\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .sm-max\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .sm-max\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .sm-max\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .sm-max\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .sm-max\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .sm-max\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm-max\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm-max\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm-max\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm-max\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm-max\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm-max\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm-max\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm-max\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .sm-max\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .sm-max\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .sm-max\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .sm-max\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .sm-max\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .sm-max\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .sm-max\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .sm-max\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .sm-max\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .sm-max\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .sm-max\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .sm-max\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .sm-max\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .sm-max\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .sm-max\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .sm-max\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .sm-max\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .sm-max\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .sm-max\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .sm-max\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .sm-max\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .sm-max\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .sm-max\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .sm-max\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .sm-max\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .sm-max\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .sm-max\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .sm-max\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .sm-max\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .sm-max\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .sm-max\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .sm-max\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .sm-max\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .sm-max\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .sm-max\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .sm-max\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .sm-max\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .sm-max\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .sm-max\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .sm-max\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .sm-max\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .sm-max\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .sm-max\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .sm-max\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .sm-max\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .sm-max\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .sm-max\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .sm-max\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .sm-max\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .sm-max\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .sm-max\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .sm-max\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .sm-max\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .sm-max\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .sm-max\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .sm-max\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .sm-max\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .sm-max\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .sm-max\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .sm-max\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .sm-max\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .sm-max\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .sm-max\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .sm-max\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .sm-max\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .sm-max\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .sm-max\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .sm-max\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .sm-max\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .sm-max\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .sm-max\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .sm-max\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .sm-max\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .sm-max\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .sm-max\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .sm-max\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .sm-max\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .sm-max\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .sm-max\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .sm-max\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .sm-max\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .sm-max\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .sm-max\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .sm-max\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .sm-max\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .sm-max\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .sm-max\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .sm-max\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .sm-max\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .sm-max\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .sm-max\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .sm-max\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .sm-max\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .sm-max\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .sm-max\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .sm-max\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .sm-max\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .sm-max\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .sm-max\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .sm-max\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .sm-max\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .sm-max\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .sm-max\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .sm-max\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm-max\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm-max\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm-max\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm-max\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm-max\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm-max\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm-max\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm-max\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .sm-max\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .sm-max\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .sm-max\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .sm-max\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .sm-max\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .sm-max\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .sm-max\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .sm-max\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .sm-max\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .sm-max\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .sm-max\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .sm-max\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .sm-max\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .sm-max\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .sm-max\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .sm-max\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .sm-max\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .sm-max\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .sm-max\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .sm-max\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .sm-max\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .sm-max\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .sm-max\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .sm-max\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .sm-max\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .sm-max\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .sm-max\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .sm-max\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .sm-max\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .sm-max\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .sm-max\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .sm-max\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .sm-max\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .sm-max\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .sm-max\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .sm-max\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .sm-max\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .sm-max\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .sm-max\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .sm-max\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .sm-max\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .sm-max\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .sm-max\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .sm-max\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .sm-max\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .sm-max\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .sm-max\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .sm-max\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .sm-max\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .sm-max\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .sm-max\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .sm-max\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .sm-max\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .sm-max\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .sm-max\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .sm-max\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .sm-max\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .sm-max\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .sm-max\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .sm-max\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .sm-max\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .sm-max\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .sm-max\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .sm-max\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .sm-max\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .sm-max\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .sm-max\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .sm-max\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .sm-max\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .sm-max\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .sm-max\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .sm-max\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .sm-max\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .sm-max\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .sm-max\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .sm-max\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .sm-max\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .sm-max\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .sm-max\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .sm-max\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .sm-max\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .sm-max\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .sm-max\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .sm-max\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .sm-max\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .sm-max\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .sm-max\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .sm-max\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .sm-max\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .sm-max\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .sm-max\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .sm-max\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .sm-max\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .sm-max\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .sm-max\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .sm-max\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .sm-max\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .sm-max\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .sm-max\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .sm-max\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .sm-max\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .sm-max\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .sm-max\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .sm-max\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .sm-max\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .sm-max\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .sm-max\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .sm-max\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .sm-max\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .sm-max\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .sm-max\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .sm-max\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .sm-max\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .sm-max\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .sm-max\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .sm-max\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .sm-max\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .sm-max\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .sm-max\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .sm-max\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .sm-max\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .sm-max\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .sm-max\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .sm-max\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .sm-max\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .sm-max\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .sm-max\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .sm-max\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .sm-max\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .sm-max\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .sm-max\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .sm-max\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .sm-max\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .sm-max\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .sm-max\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .sm-max\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .sm-max\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .sm-max\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .sm-max\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .sm-max\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .sm-max\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .sm-max\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .sm-max\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .sm-max\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .sm-max\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .sm-max\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .sm-max\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .sm-max\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .sm-max\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .sm-max\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .sm-max\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .sm-max\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .sm-max\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .sm-max\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .sm-max\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .sm-max\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .sm-max\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .sm-max\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .sm-max\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .sm-max\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .sm-max\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .sm-max\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .sm-max\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .sm-max\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .sm-max\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .sm-max\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .sm-max\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .sm-max\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .sm-max\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .sm-max\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .sm-max\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .sm-max\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .sm-max\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .sm-max\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .sm-max\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .sm-max\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .sm-max\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .sm-max\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .sm-max\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .sm-max\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .sm-max\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .sm-max\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .sm-max\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .sm-max\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .sm-max\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .sm-max\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .sm-max\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .sm-max\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .sm-max\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .sm-max\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .sm-max\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .sm-max\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .sm-max\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .sm-max\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .sm-max\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .sm-max\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .sm-max\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .sm-max\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .sm-max\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .sm-max\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .sm-max\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .sm-max\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .sm-max\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .sm-max\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .sm-max\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .sm-max\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .sm-max\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .sm-max\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .sm-max\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .sm-max\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .sm-max\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .sm-max\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .sm-max\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .sm-max\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .sm-max\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .sm-max\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .sm-max\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .sm-max\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .sm-max\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .sm-max\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .sm-max\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .sm-max\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .sm-max\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .sm-max\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .sm-max\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .sm-max\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .sm-max\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .sm-max\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .sm-max\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .sm-max\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .sm-max\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .sm-max\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .sm-max\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .sm-max\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .sm-max\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .sm-max\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .sm-max\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .sm-max\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .sm-max\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .sm-max\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .sm-max\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .sm-max\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .sm-max\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .sm-max\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .sm-max\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .sm-max\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .sm-max\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .sm-max\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .sm-max\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .sm-max\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .sm-max\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .sm-max\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .sm-max\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .sm-max\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .sm-max\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .sm-max\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .sm-max\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .sm-max\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .sm-max\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .sm-max\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .sm-max\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .sm-max\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .sm-max\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .sm-max\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .sm-max\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .sm-max\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .sm-max\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .sm-max\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .sm-max\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .sm-max\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .sm-max\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .sm-max\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .sm-max\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .sm-max\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .sm-max\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .sm-max\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm-max\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm-max\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm-max\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .sm-max\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .sm-max\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .sm-max\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .sm-max\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .sm-max\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .sm-max\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .sm-max\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .sm-max\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .sm-max\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .sm-max\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .sm-max\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .sm-max\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .sm-max\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .sm-max\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .sm-max\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .sm-max\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .sm-max\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .sm-max\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .sm-max\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .sm-max\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .sm-max\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .sm-max\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .sm-max\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .sm-max\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .sm-max\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .sm-max\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .sm-max\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .sm-max\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .sm-max\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .sm-max\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .sm-max\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .sm-max\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .sm-max\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .sm-max\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .sm-max\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .sm-max\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .sm-max\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .sm-max\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .sm-max\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .sm-max\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .sm-max\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .sm-max\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .sm-max\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .sm-max\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .sm-max\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .sm-max\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .sm-max\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .sm-max\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .sm-max\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .sm-max\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .sm-max\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .sm-max\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .sm-max\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .sm-max\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .sm-max\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .sm-max\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .sm-max\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .sm-max\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .sm-max\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .sm-max\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .sm-max\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .sm-max\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .sm-max\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .sm-max\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .sm-max\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .sm-max\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .sm-max\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .sm-max\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .sm-max\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .sm-max\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .sm-max\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .sm-max\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .sm-max\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .sm-max\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .sm-max\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .sm-max\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .sm-max\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .sm-max\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .sm-max\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .sm-max\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .sm-max\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .sm-max\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .sm-max\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .sm-max\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .sm-max\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .sm-max\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .sm-max\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .sm-max\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .sm-max\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .sm-max\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .sm-max\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .sm-max\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .sm-max\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .sm-max\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .sm-max\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .sm-max\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .sm-max\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .sm-max\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .sm-max\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .sm-max\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .sm-max\:focus\:m-0:focus {
    margin: 0px;
  }

  .sm-max\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .sm-max\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .sm-max\:focus\:m-3:focus {
    margin: 3px;
  }

  .sm-max\:focus\:m-4:focus {
    margin: 4px;
  }

  .sm-max\:focus\:m-5:focus {
    margin: 5px;
  }

  .sm-max\:focus\:m-6:focus {
    margin: 6px;
  }

  .sm-max\:focus\:m-8:focus {
    margin: 8px;
  }

  .sm-max\:focus\:m-9:focus {
    margin: 9px;
  }

  .sm-max\:focus\:m-10:focus {
    margin: 10px;
  }

  .sm-max\:focus\:m-12:focus {
    margin: 12px;
  }

  .sm-max\:focus\:m-13:focus {
    margin: 13px;
  }

  .sm-max\:focus\:m-14:focus {
    margin: 14px;
  }

  .sm-max\:focus\:m-15:focus {
    margin: 15px;
  }

  .sm-max\:focus\:m-16:focus {
    margin: 16px;
  }

  .sm-max\:focus\:m-17:focus {
    margin: 17px;
  }

  .sm-max\:focus\:m-18:focus {
    margin: 18px;
  }

  .sm-max\:focus\:m-20:focus {
    margin: 20px;
  }

  .sm-max\:focus\:m-22:focus {
    margin: 22px;
  }

  .sm-max\:focus\:m-24:focus {
    margin: 24px;
  }

  .sm-max\:focus\:m-25:focus {
    margin: 25px;
  }

  .sm-max\:focus\:m-28:focus {
    margin: 28px;
  }

  .sm-max\:focus\:m-29:focus {
    margin: 29px;
  }

  .sm-max\:focus\:m-30:focus {
    margin: 30px;
  }

  .sm-max\:focus\:m-32:focus {
    margin: 32px;
  }

  .sm-max\:focus\:m-35:focus {
    margin: 35px;
  }

  .sm-max\:focus\:m-36:focus {
    margin: 36px;
  }

  .sm-max\:focus\:m-37:focus {
    margin: 37px;
  }

  .sm-max\:focus\:m-40:focus {
    margin: 40px;
  }

  .sm-max\:focus\:m-45:focus {
    margin: 45px;
  }

  .sm-max\:focus\:m-48:focus {
    margin: 48px;
  }

  .sm-max\:focus\:m-50:focus {
    margin: 50px;
  }

  .sm-max\:focus\:m-55:focus {
    margin: 55px;
  }

  .sm-max\:focus\:m-56:focus {
    margin: 56px;
  }

  .sm-max\:focus\:m-60:focus {
    margin: 60px;
  }

  .sm-max\:focus\:m-62:focus {
    margin: 62px;
  }

  .sm-max\:focus\:m-64:focus {
    margin: 64px;
  }

  .sm-max\:focus\:m-65:focus {
    margin: 65px;
  }

  .sm-max\:focus\:m-70:focus {
    margin: 70px;
  }

  .sm-max\:focus\:m-75:focus {
    margin: 75px;
  }

  .sm-max\:focus\:m-80:focus {
    margin: 80px;
  }

  .sm-max\:focus\:m-85:focus {
    margin: 85px;
  }

  .sm-max\:focus\:m-90:focus {
    margin: 90px;
  }

  .sm-max\:focus\:m-95:focus {
    margin: 95px;
  }

  .sm-max\:focus\:m-96:focus {
    margin: 96px;
  }

  .sm-max\:focus\:m-100:focus {
    margin: 100px;
  }

  .sm-max\:focus\:m-110:focus {
    margin: 110px;
  }

  .sm-max\:focus\:m-115:focus {
    margin: 115px;
  }

  .sm-max\:focus\:m-120:focus {
    margin: 120px;
  }

  .sm-max\:focus\:m-128:focus {
    margin: 128px;
  }

  .sm-max\:focus\:m-135:focus {
    margin: 135px;
  }

  .sm-max\:focus\:m-140:focus {
    margin: 140px;
  }

  .sm-max\:focus\:m-145:focus {
    margin: 145px;
  }

  .sm-max\:focus\:m-150:focus {
    margin: 150px;
  }

  .sm-max\:focus\:m-160:focus {
    margin: 160px;
  }

  .sm-max\:focus\:m-165:focus {
    margin: 165px;
  }

  .sm-max\:focus\:m-168:focus {
    margin: 168px;
  }

  .sm-max\:focus\:m-170:focus {
    margin: 170px;
  }

  .sm-max\:focus\:m-180:focus {
    margin: 180px;
  }

  .sm-max\:focus\:m-200:focus {
    margin: 200px;
  }

  .sm-max\:focus\:m-220:focus {
    margin: 220px;
  }

  .sm-max\:focus\:m-230:focus {
    margin: 230px;
  }

  .sm-max\:focus\:m-235:focus {
    margin: 235px;
  }

  .sm-max\:focus\:m-240:focus {
    margin: 240px;
  }

  .sm-max\:focus\:m-250:focus {
    margin: 250px;
  }

  .sm-max\:focus\:m-300:focus {
    margin: 300px;
  }

  .sm-max\:focus\:m-320:focus {
    margin: 320px;
  }

  .sm-max\:focus\:m-350:focus {
    margin: 350px;
  }

  .sm-max\:focus\:m-375:focus {
    margin: 375px;
  }

  .sm-max\:focus\:m-400:focus {
    margin: 400px;
  }

  .sm-max\:focus\:m-450:focus {
    margin: 450px;
  }

  .sm-max\:focus\:m-700:focus {
    margin: 700px;
  }

  .sm-max\:focus\:m-auto:focus {
    margin: auto;
  }

  .sm-max\:focus\:m-px:focus {
    margin: 1px;
  }

  .sm-max\:focus\:m-1p:focus {
    margin: 1%;
  }

  .sm-max\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .sm-max\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .sm-max\:focus\:m-11p:focus {
    margin: 11%;
  }

  .sm-max\:focus\:m-20p:focus {
    margin: 20%;
  }

  .sm-max\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .sm-max\:focus\:m-25p:focus {
    margin: 25%;
  }

  .sm-max\:focus\:m-32p:focus {
    margin: 32%;
  }

  .sm-max\:focus\:m-35p:focus {
    margin: 35%;
  }

  .sm-max\:focus\:m-40p:focus {
    margin: 40%;
  }

  .sm-max\:focus\:m-49p:focus {
    margin: 49%;
  }

  .sm-max\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .sm-max\:focus\:m-80p:focus {
    margin: 80%;
  }

  .sm-max\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .sm-max\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .sm-max\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .sm-max\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .sm-max\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .sm-max\:focus\:m-90p:focus {
    margin: 90%;
  }

  .sm-max\:focus\:m-92p:focus {
    margin: 92%;
  }

  .sm-max\:focus\:m-93p:focus {
    margin: 93%;
  }

  .sm-max\:focus\:m-94p:focus {
    margin: 94%;
  }

  .sm-max\:focus\:m-95p:focus {
    margin: 95%;
  }

  .sm-max\:focus\:m-96p:focus {
    margin: 96%;
  }

  .sm-max\:focus\:m-100p:focus {
    margin: 100%;
  }

  .sm-max\:focus\:-m-0:focus {
    margin: 0px;
  }

  .sm-max\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .sm-max\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .sm-max\:focus\:-m-3:focus {
    margin: -3px;
  }

  .sm-max\:focus\:-m-4:focus {
    margin: -4px;
  }

  .sm-max\:focus\:-m-5:focus {
    margin: -5px;
  }

  .sm-max\:focus\:-m-6:focus {
    margin: -6px;
  }

  .sm-max\:focus\:-m-8:focus {
    margin: -8px;
  }

  .sm-max\:focus\:-m-9:focus {
    margin: -9px;
  }

  .sm-max\:focus\:-m-10:focus {
    margin: -10px;
  }

  .sm-max\:focus\:-m-12:focus {
    margin: -12px;
  }

  .sm-max\:focus\:-m-13:focus {
    margin: -13px;
  }

  .sm-max\:focus\:-m-14:focus {
    margin: -14px;
  }

  .sm-max\:focus\:-m-15:focus {
    margin: -15px;
  }

  .sm-max\:focus\:-m-16:focus {
    margin: -16px;
  }

  .sm-max\:focus\:-m-17:focus {
    margin: -17px;
  }

  .sm-max\:focus\:-m-18:focus {
    margin: -18px;
  }

  .sm-max\:focus\:-m-20:focus {
    margin: -20px;
  }

  .sm-max\:focus\:-m-22:focus {
    margin: -22px;
  }

  .sm-max\:focus\:-m-24:focus {
    margin: -24px;
  }

  .sm-max\:focus\:-m-25:focus {
    margin: -25px;
  }

  .sm-max\:focus\:-m-28:focus {
    margin: -28px;
  }

  .sm-max\:focus\:-m-29:focus {
    margin: -29px;
  }

  .sm-max\:focus\:-m-30:focus {
    margin: -30px;
  }

  .sm-max\:focus\:-m-32:focus {
    margin: -32px;
  }

  .sm-max\:focus\:-m-35:focus {
    margin: -35px;
  }

  .sm-max\:focus\:-m-36:focus {
    margin: -36px;
  }

  .sm-max\:focus\:-m-37:focus {
    margin: -37px;
  }

  .sm-max\:focus\:-m-40:focus {
    margin: -40px;
  }

  .sm-max\:focus\:-m-45:focus {
    margin: -45px;
  }

  .sm-max\:focus\:-m-48:focus {
    margin: -48px;
  }

  .sm-max\:focus\:-m-50:focus {
    margin: -50px;
  }

  .sm-max\:focus\:-m-55:focus {
    margin: -55px;
  }

  .sm-max\:focus\:-m-56:focus {
    margin: -56px;
  }

  .sm-max\:focus\:-m-60:focus {
    margin: -60px;
  }

  .sm-max\:focus\:-m-62:focus {
    margin: -62px;
  }

  .sm-max\:focus\:-m-64:focus {
    margin: -64px;
  }

  .sm-max\:focus\:-m-65:focus {
    margin: -65px;
  }

  .sm-max\:focus\:-m-70:focus {
    margin: -70px;
  }

  .sm-max\:focus\:-m-75:focus {
    margin: -75px;
  }

  .sm-max\:focus\:-m-80:focus {
    margin: -80px;
  }

  .sm-max\:focus\:-m-85:focus {
    margin: -85px;
  }

  .sm-max\:focus\:-m-90:focus {
    margin: -90px;
  }

  .sm-max\:focus\:-m-95:focus {
    margin: -95px;
  }

  .sm-max\:focus\:-m-96:focus {
    margin: -96px;
  }

  .sm-max\:focus\:-m-100:focus {
    margin: -100px;
  }

  .sm-max\:focus\:-m-110:focus {
    margin: -110px;
  }

  .sm-max\:focus\:-m-115:focus {
    margin: -115px;
  }

  .sm-max\:focus\:-m-120:focus {
    margin: -120px;
  }

  .sm-max\:focus\:-m-128:focus {
    margin: -128px;
  }

  .sm-max\:focus\:-m-135:focus {
    margin: -135px;
  }

  .sm-max\:focus\:-m-140:focus {
    margin: -140px;
  }

  .sm-max\:focus\:-m-145:focus {
    margin: -145px;
  }

  .sm-max\:focus\:-m-150:focus {
    margin: -150px;
  }

  .sm-max\:focus\:-m-160:focus {
    margin: -160px;
  }

  .sm-max\:focus\:-m-165:focus {
    margin: -165px;
  }

  .sm-max\:focus\:-m-168:focus {
    margin: -168px;
  }

  .sm-max\:focus\:-m-170:focus {
    margin: -170px;
  }

  .sm-max\:focus\:-m-180:focus {
    margin: -180px;
  }

  .sm-max\:focus\:-m-200:focus {
    margin: -200px;
  }

  .sm-max\:focus\:-m-220:focus {
    margin: -220px;
  }

  .sm-max\:focus\:-m-230:focus {
    margin: -230px;
  }

  .sm-max\:focus\:-m-235:focus {
    margin: -235px;
  }

  .sm-max\:focus\:-m-240:focus {
    margin: -240px;
  }

  .sm-max\:focus\:-m-250:focus {
    margin: -250px;
  }

  .sm-max\:focus\:-m-300:focus {
    margin: -300px;
  }

  .sm-max\:focus\:-m-320:focus {
    margin: -320px;
  }

  .sm-max\:focus\:-m-350:focus {
    margin: -350px;
  }

  .sm-max\:focus\:-m-375:focus {
    margin: -375px;
  }

  .sm-max\:focus\:-m-400:focus {
    margin: -400px;
  }

  .sm-max\:focus\:-m-450:focus {
    margin: -450px;
  }

  .sm-max\:focus\:-m-700:focus {
    margin: -700px;
  }

  .sm-max\:focus\:-m-px:focus {
    margin: -1px;
  }

  .sm-max\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .sm-max\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .sm-max\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .sm-max\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .sm-max\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .sm-max\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .sm-max\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .sm-max\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .sm-max\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .sm-max\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .sm-max\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .sm-max\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .sm-max\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .sm-max\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .sm-max\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .sm-max\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .sm-max\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .sm-max\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .sm-max\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .sm-max\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .sm-max\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .sm-max\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .sm-max\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .sm-max\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .sm-max\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .sm-max\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm-max\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm-max\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-max\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-max\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-max\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-max\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm-max\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm-max\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-max\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-max\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm-max\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm-max\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-max\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-max\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-max\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-max\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm-max\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm-max\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm-max\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm-max\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-max\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-max\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-max\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-max\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm-max\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm-max\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm-max\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm-max\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-max\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-max\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm-max\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm-max\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-max\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-max\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-max\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-max\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm-max\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm-max\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm-max\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm-max\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-max\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-max\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-max\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-max\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-max\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-max\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm-max\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm-max\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm-max\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm-max\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-max\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-max\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-max\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-max\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-max\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-max\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-max\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-max\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-max\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-max\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm-max\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm-max\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-max\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-max\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm-max\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm-max\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-max\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-max\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm-max\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm-max\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm-max\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm-max\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm-max\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm-max\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm-max\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm-max\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm-max\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm-max\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm-max\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm-max\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm-max\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm-max\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm-max\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm-max\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm-max\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm-max\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm-max\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm-max\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm-max\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm-max\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm-max\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm-max\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-max\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-max\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm-max\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm-max\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm-max\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm-max\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm-max\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm-max\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm-max\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm-max\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm-max\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm-max\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .sm-max\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .sm-max\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .sm-max\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .sm-max\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm-max\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm-max\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm-max\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm-max\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm-max\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm-max\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm-max\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm-max\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm-max\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm-max\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .sm-max\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .sm-max\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm-max\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm-max\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm-max\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm-max\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm-max\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm-max\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm-max\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm-max\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .sm-max\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .sm-max\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .sm-max\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .sm-max\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .sm-max\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .sm-max\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .sm-max\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .sm-max\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .sm-max\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .sm-max\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .sm-max\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .sm-max\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm-max\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm-max\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .sm-max\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .sm-max\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm-max\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm-max\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .sm-max\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .sm-max\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm-max\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm-max\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .sm-max\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .sm-max\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm-max\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm-max\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm-max\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm-max\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm-max\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm-max\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .sm-max\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .sm-max\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm-max\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm-max\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm-max\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm-max\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .sm-max\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .sm-max\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm-max\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm-max\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .sm-max\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .sm-max\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .sm-max\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .sm-max\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm-max\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm-max\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .sm-max\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .sm-max\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .sm-max\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .sm-max\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .sm-max\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .sm-max\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm-max\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm-max\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm-max\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm-max\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-max\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-max\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm-max\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm-max\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm-max\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm-max\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm-max\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm-max\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm-max\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm-max\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm-max\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm-max\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm-max\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm-max\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm-max\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-max\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm-max\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm-max\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm-max\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm-max\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm-max\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm-max\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm-max\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm-max\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm-max\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm-max\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm-max\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm-max\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm-max\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm-max\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm-max\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm-max\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm-max\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm-max\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm-max\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm-max\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm-max\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm-max\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm-max\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm-max\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm-max\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm-max\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm-max\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm-max\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm-max\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm-max\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm-max\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm-max\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm-max\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm-max\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm-max\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm-max\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm-max\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm-max\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm-max\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm-max\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm-max\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm-max\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm-max\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm-max\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm-max\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm-max\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm-max\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm-max\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm-max\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm-max\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm-max\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm-max\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm-max\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm-max\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm-max\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm-max\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm-max\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm-max\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm-max\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm-max\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm-max\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm-max\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm-max\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm-max\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm-max\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm-max\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm-max\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm-max\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm-max\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm-max\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm-max\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm-max\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm-max\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm-max\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm-max\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm-max\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm-max\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm-max\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm-max\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm-max\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm-max\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm-max\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm-max\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm-max\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm-max\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm-max\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm-max\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm-max\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm-max\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm-max\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .sm-max\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .sm-max\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .sm-max\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .sm-max\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm-max\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm-max\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm-max\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm-max\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm-max\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm-max\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm-max\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm-max\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm-max\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm-max\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .sm-max\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .sm-max\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm-max\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm-max\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm-max\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm-max\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm-max\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm-max\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm-max\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm-max\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .sm-max\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .sm-max\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .sm-max\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .sm-max\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .sm-max\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .sm-max\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .sm-max\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .sm-max\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .sm-max\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .sm-max\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .sm-max\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .sm-max\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm-max\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm-max\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .sm-max\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .sm-max\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm-max\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm-max\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .sm-max\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .sm-max\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm-max\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm-max\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .sm-max\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .sm-max\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm-max\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm-max\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm-max\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm-max\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm-max\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm-max\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .sm-max\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .sm-max\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm-max\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm-max\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm-max\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm-max\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .sm-max\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .sm-max\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm-max\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm-max\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .sm-max\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .sm-max\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .sm-max\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .sm-max\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm-max\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm-max\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .sm-max\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .sm-max\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .sm-max\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .sm-max\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .sm-max\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .sm-max\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm-max\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm-max\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm-max\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm-max\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-max\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-max\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .sm-max\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .sm-max\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .sm-max\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .sm-max\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .sm-max\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .sm-max\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .sm-max\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .sm-max\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .sm-max\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .sm-max\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .sm-max\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .sm-max\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .sm-max\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .sm-max\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .sm-max\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .sm-max\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .sm-max\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .sm-max\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .sm-max\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .sm-max\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .sm-max\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .sm-max\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .sm-max\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .sm-max\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .sm-max\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .sm-max\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .sm-max\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .sm-max\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .sm-max\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .sm-max\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .sm-max\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .sm-max\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .sm-max\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .sm-max\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .sm-max\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .sm-max\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .sm-max\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .sm-max\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .sm-max\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .sm-max\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .sm-max\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .sm-max\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .sm-max\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .sm-max\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .sm-max\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .sm-max\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .sm-max\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .sm-max\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .sm-max\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .sm-max\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .sm-max\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .sm-max\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .sm-max\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .sm-max\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .sm-max\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .sm-max\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .sm-max\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .sm-max\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .sm-max\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .sm-max\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .sm-max\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .sm-max\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .sm-max\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .sm-max\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .sm-max\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .sm-max\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .sm-max\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .sm-max\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .sm-max\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .sm-max\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .sm-max\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .sm-max\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .sm-max\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .sm-max\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .sm-max\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .sm-max\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .sm-max\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .sm-max\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .sm-max\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .sm-max\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .sm-max\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .sm-max\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .sm-max\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .sm-max\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .sm-max\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .sm-max\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .sm-max\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .sm-max\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .sm-max\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .sm-max\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .sm-max\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .sm-max\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .sm-max\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .sm-max\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .sm-max\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .sm-max\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .sm-max\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .sm-max\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .sm-max\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .sm-max\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .sm-max\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .sm-max\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .sm-max\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .sm-max\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .sm-max\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .sm-max\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .sm-max\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .sm-max\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .sm-max\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .sm-max\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .sm-max\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .sm-max\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .sm-max\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .sm-max\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .sm-max\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .sm-max\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .sm-max\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .sm-max\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .sm-max\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .sm-max\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .sm-max\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .sm-max\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .sm-max\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .sm-max\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .sm-max\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .sm-max\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .sm-max\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .sm-max\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .sm-max\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .sm-max\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .sm-max\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .sm-max\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .sm-max\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .sm-max\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .sm-max\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .sm-max\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .sm-max\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .sm-max\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .sm-max\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .sm-max\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .sm-max\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .sm-max\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .sm-max\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .sm-max\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .sm-max\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .sm-max\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .sm-max\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .sm-max\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .sm-max\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .sm-max\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .sm-max\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .sm-max\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .sm-max\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .sm-max\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .sm-max\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .sm-max\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .sm-max\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .sm-max\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .sm-max\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .sm-max\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .sm-max\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .sm-max\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .sm-max\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .sm-max\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .sm-max\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .sm-max\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .sm-max\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .sm-max\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .sm-max\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .sm-max\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .sm-max\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .sm-max\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .sm-max\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .sm-max\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .sm-max\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .sm-max\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .sm-max\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .sm-max\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .sm-max\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .sm-max\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .sm-max\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .sm-max\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .sm-max\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .sm-max\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .sm-max\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .sm-max\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .sm-max\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .sm-max\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .sm-max\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .sm-max\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .sm-max\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .sm-max\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .sm-max\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .sm-max\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .sm-max\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .sm-max\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .sm-max\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .sm-max\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .sm-max\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .sm-max\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .sm-max\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .sm-max\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .sm-max\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .sm-max\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .sm-max\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .sm-max\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .sm-max\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .sm-max\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .sm-max\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .sm-max\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .sm-max\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .sm-max\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .sm-max\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .sm-max\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .sm-max\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .sm-max\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .sm-max\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .sm-max\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .sm-max\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .sm-max\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .sm-max\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .sm-max\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .sm-max\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .sm-max\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .sm-max\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .sm-max\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .sm-max\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .sm-max\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .sm-max\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .sm-max\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .sm-max\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .sm-max\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .sm-max\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .sm-max\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .sm-max\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .sm-max\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .sm-max\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .sm-max\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .sm-max\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .sm-max\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .sm-max\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .sm-max\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .sm-max\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .sm-max\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .sm-max\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .sm-max\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .sm-max\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .sm-max\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .sm-max\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .sm-max\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .sm-max\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .sm-max\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .sm-max\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .sm-max\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .sm-max\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .sm-max\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .sm-max\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .sm-max\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .sm-max\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .sm-max\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .sm-max\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .sm-max\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .sm-max\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .sm-max\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .sm-max\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .sm-max\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .sm-max\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .sm-max\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .sm-max\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .sm-max\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .sm-max\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .sm-max\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .sm-max\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .sm-max\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .sm-max\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .sm-max\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .sm-max\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .sm-max\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .sm-max\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .sm-max\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .sm-max\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .sm-max\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .sm-max\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .sm-max\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .sm-max\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .sm-max\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .sm-max\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .sm-max\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .sm-max\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .sm-max\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .sm-max\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .sm-max\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .sm-max\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .sm-max\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .sm-max\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .sm-max\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .sm-max\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .sm-max\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .sm-max\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .sm-max\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .sm-max\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .sm-max\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .sm-max\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .sm-max\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .sm-max\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .sm-max\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .sm-max\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .sm-max\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .sm-max\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .sm-max\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .sm-max\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .sm-max\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .sm-max\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .sm-max\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .sm-max\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .sm-max\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .sm-max\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .sm-max\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .sm-max\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .sm-max\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .sm-max\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .sm-max\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .sm-max\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .sm-max\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .sm-max\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .sm-max\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .sm-max\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .sm-max\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .sm-max\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .sm-max\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .sm-max\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .sm-max\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .sm-max\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .sm-max\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .sm-max\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .sm-max\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .sm-max\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .sm-max\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .sm-max\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .sm-max\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .sm-max\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .sm-max\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .sm-max\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .sm-max\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .sm-max\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .sm-max\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .sm-max\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .sm-max\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .sm-max\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .sm-max\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .sm-max\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .sm-max\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .sm-max\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .sm-max\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .sm-max\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .sm-max\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .sm-max\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .sm-max\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .sm-max\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .sm-max\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .sm-max\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .sm-max\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .sm-max\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .sm-max\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .sm-max\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .sm-max\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .sm-max\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .sm-max\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .sm-max\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .sm-max\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .sm-max\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .sm-max\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .sm-max\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .sm-max\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .sm-max\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .sm-max\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .sm-max\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .sm-max\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .sm-max\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .sm-max\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .sm-max\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .sm-max\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .sm-max\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .sm-max\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .sm-max\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .sm-max\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .sm-max\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .sm-max\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .sm-max\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .sm-max\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .sm-max\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .sm-max\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .sm-max\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .sm-max\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .sm-max\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .sm-max\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .sm-max\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .sm-max\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .sm-max\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .sm-max\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .sm-max\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .sm-max\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .sm-max\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .sm-max\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .sm-max\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .sm-max\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .sm-max\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .sm-max\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .sm-max\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .sm-max\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .sm-max\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .sm-max\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .sm-max\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .sm-max\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .sm-max\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .sm-max\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .sm-max\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .sm-max\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .sm-max\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .sm-max\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .sm-max\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .sm-max\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .sm-max\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .sm-max\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .sm-max\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .sm-max\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .sm-max\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .sm-max\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .sm-max\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .sm-max\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .sm-max\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .sm-max\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .sm-max\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .sm-max\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .sm-max\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .sm-max\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .sm-max\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .sm-max\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .sm-max\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .sm-max\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .sm-max\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .sm-max\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .sm-max\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .sm-max\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .sm-max\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .sm-max\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .sm-max\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .sm-max\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .sm-max\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .sm-max\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .sm-max\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .sm-max\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .sm-max\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .sm-max\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .sm-max\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .sm-max\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .sm-max\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .sm-max\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .sm-max\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .sm-max\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .sm-max\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .sm-max\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .sm-max\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .sm-max\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .sm-max\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .sm-max\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .sm-max\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .sm-max\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .sm-max\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .sm-max\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .sm-max\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .sm-max\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .sm-max\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .sm-max\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .sm-max\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .sm-max\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .sm-max\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .sm-max\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .sm-max\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .sm-max\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .sm-max\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .sm-max\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .sm-max\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .sm-max\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .sm-max\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .sm-max\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .sm-max\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .sm-max\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .sm-max\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .sm-max\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .sm-max\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .sm-max\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .sm-max\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .sm-max\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .sm-max\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .sm-max\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .sm-max\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .sm-max\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .sm-max\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .sm-max\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .sm-max\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .sm-max\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .sm-max\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .sm-max\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .sm-max\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .sm-max\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .sm-max\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .sm-max\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .sm-max\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .sm-max\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .sm-max\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .sm-max\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .sm-max\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .sm-max\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .sm-max\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .sm-max\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .sm-max\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .sm-max\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .sm-max\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .sm-max\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .sm-max\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .sm-max\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .sm-max\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .sm-max\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .sm-max\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .sm-max\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .sm-max\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .sm-max\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .sm-max\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .sm-max\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .sm-max\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .sm-max\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .sm-max\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .sm-max\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .sm-max\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .sm-max\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .sm-max\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .sm-max\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .sm-max\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .sm-max\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .sm-max\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .sm-max\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .sm-max\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .sm-max\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .sm-max\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .sm-max\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .sm-max\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .sm-max\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .sm-max\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .sm-max\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .sm-max\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .sm-max\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .sm-max\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .sm-max\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .sm-max\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .sm-max\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .sm-max\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .sm-max\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .sm-max\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .sm-max\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .sm-max\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .sm-max\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .sm-max\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .sm-max\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .sm-max\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .sm-max\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .sm-max\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .sm-max\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .sm-max\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .sm-max\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .sm-max\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .sm-max\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .sm-max\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .sm-max\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .sm-max\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .sm-max\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .sm-max\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .sm-max\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .sm-max\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .sm-max\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .sm-max\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .sm-max\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .sm-max\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .sm-max\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .sm-max\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .sm-max\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .sm-max\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .sm-max\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .sm-max\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .sm-max\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .sm-max\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .sm-max\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .sm-max\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .sm-max\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .sm-max\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .sm-max\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .sm-max\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .sm-max\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .sm-max\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .sm-max\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .sm-max\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .sm-max\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .sm-max\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .sm-max\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .sm-max\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .sm-max\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .sm-max\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .sm-max\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .sm-max\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .sm-max\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .sm-max\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .sm-max\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .sm-max\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .sm-max\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .sm-max\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .sm-max\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .sm-max\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .sm-max\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .sm-max\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .sm-max\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .sm-max\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .sm-max\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .sm-max\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .sm-max\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .sm-max\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .sm-max\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .sm-max\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .sm-max\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .sm-max\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .sm-max\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .sm-max\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .sm-max\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .sm-max\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .sm-max\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .sm-max\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .sm-max\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .sm-max\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .sm-max\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .sm-max\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .sm-max\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .sm-max\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .sm-max\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .sm-max\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .sm-max\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .sm-max\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .sm-max\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .sm-max\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .sm-max\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .sm-max\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .sm-max\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .sm-max\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .sm-max\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .sm-max\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .sm-max\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .sm-max\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .sm-max\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .sm-max\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .sm-max\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .sm-max\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .sm-max\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .sm-max\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .sm-max\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .sm-max\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .sm-max\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .sm-max\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .sm-max\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .sm-max\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .sm-max\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .sm-max\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .sm-max\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .sm-max\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .sm-max\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .sm-max\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .sm-max\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .sm-max\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .sm-max\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .sm-max\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .sm-max\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .sm-max\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .sm-max\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .sm-max\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .sm-max\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .sm-max\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .sm-max\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .sm-max\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .sm-max\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .sm-max\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .sm-max\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .sm-max\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .sm-max\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .sm-max\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .sm-max\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .sm-max\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .sm-max\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .sm-max\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .sm-max\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .sm-max\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .sm-max\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .sm-max\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .sm-max\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .sm-max\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .sm-max\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .sm-max\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .sm-max\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .sm-max\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .sm-max\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .sm-max\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .sm-max\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .sm-max\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .sm-max\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .sm-max\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .sm-max\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .sm-max\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .sm-max\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .sm-max\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .sm-max\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .sm-max\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .sm-max\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .sm-max\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .sm-max\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .sm-max\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .sm-max\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .sm-max\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .sm-max\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .sm-max\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .sm-max\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .sm-max\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .sm-max\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .sm-max\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .sm-max\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .sm-max\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .sm-max\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .sm-max\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .sm-max\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .sm-max\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .sm-max\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .sm-max\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .sm-max\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .sm-max\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .sm-max\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .sm-max\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .sm-max\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .sm-max\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .sm-max\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .sm-max\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .sm-max\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .sm-max\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .sm-max\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .sm-max\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .sm-max\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .sm-max\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .sm-max\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .sm-max\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .sm-max\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .sm-max\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .sm-max\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .sm-max\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .sm-max\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .sm-max\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .sm-max\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .sm-max\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .sm-max\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .sm-max\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .sm-max\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .sm-max\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .sm-max\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .sm-max\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .sm-max\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .sm-max\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .sm-max\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .sm-max\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .sm-max\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .sm-max\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .sm-max\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .sm-max\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .sm-max\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .sm-max\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .sm-max\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .sm-max\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .sm-max\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .sm-max\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .sm-max\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .sm-max\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .sm-max\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .sm-max\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .sm-max\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .sm-max\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .sm-max\:first\:m-0:first-child {
    margin: 0px;
  }

  .sm-max\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm-max\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm-max\:first\:m-3:first-child {
    margin: 3px;
  }

  .sm-max\:first\:m-4:first-child {
    margin: 4px;
  }

  .sm-max\:first\:m-5:first-child {
    margin: 5px;
  }

  .sm-max\:first\:m-6:first-child {
    margin: 6px;
  }

  .sm-max\:first\:m-8:first-child {
    margin: 8px;
  }

  .sm-max\:first\:m-9:first-child {
    margin: 9px;
  }

  .sm-max\:first\:m-10:first-child {
    margin: 10px;
  }

  .sm-max\:first\:m-12:first-child {
    margin: 12px;
  }

  .sm-max\:first\:m-13:first-child {
    margin: 13px;
  }

  .sm-max\:first\:m-14:first-child {
    margin: 14px;
  }

  .sm-max\:first\:m-15:first-child {
    margin: 15px;
  }

  .sm-max\:first\:m-16:first-child {
    margin: 16px;
  }

  .sm-max\:first\:m-17:first-child {
    margin: 17px;
  }

  .sm-max\:first\:m-18:first-child {
    margin: 18px;
  }

  .sm-max\:first\:m-20:first-child {
    margin: 20px;
  }

  .sm-max\:first\:m-22:first-child {
    margin: 22px;
  }

  .sm-max\:first\:m-24:first-child {
    margin: 24px;
  }

  .sm-max\:first\:m-25:first-child {
    margin: 25px;
  }

  .sm-max\:first\:m-28:first-child {
    margin: 28px;
  }

  .sm-max\:first\:m-29:first-child {
    margin: 29px;
  }

  .sm-max\:first\:m-30:first-child {
    margin: 30px;
  }

  .sm-max\:first\:m-32:first-child {
    margin: 32px;
  }

  .sm-max\:first\:m-35:first-child {
    margin: 35px;
  }

  .sm-max\:first\:m-36:first-child {
    margin: 36px;
  }

  .sm-max\:first\:m-37:first-child {
    margin: 37px;
  }

  .sm-max\:first\:m-40:first-child {
    margin: 40px;
  }

  .sm-max\:first\:m-45:first-child {
    margin: 45px;
  }

  .sm-max\:first\:m-48:first-child {
    margin: 48px;
  }

  .sm-max\:first\:m-50:first-child {
    margin: 50px;
  }

  .sm-max\:first\:m-55:first-child {
    margin: 55px;
  }

  .sm-max\:first\:m-56:first-child {
    margin: 56px;
  }

  .sm-max\:first\:m-60:first-child {
    margin: 60px;
  }

  .sm-max\:first\:m-62:first-child {
    margin: 62px;
  }

  .sm-max\:first\:m-64:first-child {
    margin: 64px;
  }

  .sm-max\:first\:m-65:first-child {
    margin: 65px;
  }

  .sm-max\:first\:m-70:first-child {
    margin: 70px;
  }

  .sm-max\:first\:m-75:first-child {
    margin: 75px;
  }

  .sm-max\:first\:m-80:first-child {
    margin: 80px;
  }

  .sm-max\:first\:m-85:first-child {
    margin: 85px;
  }

  .sm-max\:first\:m-90:first-child {
    margin: 90px;
  }

  .sm-max\:first\:m-95:first-child {
    margin: 95px;
  }

  .sm-max\:first\:m-96:first-child {
    margin: 96px;
  }

  .sm-max\:first\:m-100:first-child {
    margin: 100px;
  }

  .sm-max\:first\:m-110:first-child {
    margin: 110px;
  }

  .sm-max\:first\:m-115:first-child {
    margin: 115px;
  }

  .sm-max\:first\:m-120:first-child {
    margin: 120px;
  }

  .sm-max\:first\:m-128:first-child {
    margin: 128px;
  }

  .sm-max\:first\:m-135:first-child {
    margin: 135px;
  }

  .sm-max\:first\:m-140:first-child {
    margin: 140px;
  }

  .sm-max\:first\:m-145:first-child {
    margin: 145px;
  }

  .sm-max\:first\:m-150:first-child {
    margin: 150px;
  }

  .sm-max\:first\:m-160:first-child {
    margin: 160px;
  }

  .sm-max\:first\:m-165:first-child {
    margin: 165px;
  }

  .sm-max\:first\:m-168:first-child {
    margin: 168px;
  }

  .sm-max\:first\:m-170:first-child {
    margin: 170px;
  }

  .sm-max\:first\:m-180:first-child {
    margin: 180px;
  }

  .sm-max\:first\:m-200:first-child {
    margin: 200px;
  }

  .sm-max\:first\:m-220:first-child {
    margin: 220px;
  }

  .sm-max\:first\:m-230:first-child {
    margin: 230px;
  }

  .sm-max\:first\:m-235:first-child {
    margin: 235px;
  }

  .sm-max\:first\:m-240:first-child {
    margin: 240px;
  }

  .sm-max\:first\:m-250:first-child {
    margin: 250px;
  }

  .sm-max\:first\:m-300:first-child {
    margin: 300px;
  }

  .sm-max\:first\:m-320:first-child {
    margin: 320px;
  }

  .sm-max\:first\:m-350:first-child {
    margin: 350px;
  }

  .sm-max\:first\:m-375:first-child {
    margin: 375px;
  }

  .sm-max\:first\:m-400:first-child {
    margin: 400px;
  }

  .sm-max\:first\:m-450:first-child {
    margin: 450px;
  }

  .sm-max\:first\:m-700:first-child {
    margin: 700px;
  }

  .sm-max\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm-max\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm-max\:first\:m-1p:first-child {
    margin: 1%;
  }

  .sm-max\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .sm-max\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .sm-max\:first\:m-11p:first-child {
    margin: 11%;
  }

  .sm-max\:first\:m-20p:first-child {
    margin: 20%;
  }

  .sm-max\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .sm-max\:first\:m-25p:first-child {
    margin: 25%;
  }

  .sm-max\:first\:m-32p:first-child {
    margin: 32%;
  }

  .sm-max\:first\:m-35p:first-child {
    margin: 35%;
  }

  .sm-max\:first\:m-40p:first-child {
    margin: 40%;
  }

  .sm-max\:first\:m-49p:first-child {
    margin: 49%;
  }

  .sm-max\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .sm-max\:first\:m-80p:first-child {
    margin: 80%;
  }

  .sm-max\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .sm-max\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .sm-max\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .sm-max\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .sm-max\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .sm-max\:first\:m-90p:first-child {
    margin: 90%;
  }

  .sm-max\:first\:m-92p:first-child {
    margin: 92%;
  }

  .sm-max\:first\:m-93p:first-child {
    margin: 93%;
  }

  .sm-max\:first\:m-94p:first-child {
    margin: 94%;
  }

  .sm-max\:first\:m-95p:first-child {
    margin: 95%;
  }

  .sm-max\:first\:m-96p:first-child {
    margin: 96%;
  }

  .sm-max\:first\:m-100p:first-child {
    margin: 100%;
  }

  .sm-max\:first\:-m-0:first-child {
    margin: 0px;
  }

  .sm-max\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm-max\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm-max\:first\:-m-3:first-child {
    margin: -3px;
  }

  .sm-max\:first\:-m-4:first-child {
    margin: -4px;
  }

  .sm-max\:first\:-m-5:first-child {
    margin: -5px;
  }

  .sm-max\:first\:-m-6:first-child {
    margin: -6px;
  }

  .sm-max\:first\:-m-8:first-child {
    margin: -8px;
  }

  .sm-max\:first\:-m-9:first-child {
    margin: -9px;
  }

  .sm-max\:first\:-m-10:first-child {
    margin: -10px;
  }

  .sm-max\:first\:-m-12:first-child {
    margin: -12px;
  }

  .sm-max\:first\:-m-13:first-child {
    margin: -13px;
  }

  .sm-max\:first\:-m-14:first-child {
    margin: -14px;
  }

  .sm-max\:first\:-m-15:first-child {
    margin: -15px;
  }

  .sm-max\:first\:-m-16:first-child {
    margin: -16px;
  }

  .sm-max\:first\:-m-17:first-child {
    margin: -17px;
  }

  .sm-max\:first\:-m-18:first-child {
    margin: -18px;
  }

  .sm-max\:first\:-m-20:first-child {
    margin: -20px;
  }

  .sm-max\:first\:-m-22:first-child {
    margin: -22px;
  }

  .sm-max\:first\:-m-24:first-child {
    margin: -24px;
  }

  .sm-max\:first\:-m-25:first-child {
    margin: -25px;
  }

  .sm-max\:first\:-m-28:first-child {
    margin: -28px;
  }

  .sm-max\:first\:-m-29:first-child {
    margin: -29px;
  }

  .sm-max\:first\:-m-30:first-child {
    margin: -30px;
  }

  .sm-max\:first\:-m-32:first-child {
    margin: -32px;
  }

  .sm-max\:first\:-m-35:first-child {
    margin: -35px;
  }

  .sm-max\:first\:-m-36:first-child {
    margin: -36px;
  }

  .sm-max\:first\:-m-37:first-child {
    margin: -37px;
  }

  .sm-max\:first\:-m-40:first-child {
    margin: -40px;
  }

  .sm-max\:first\:-m-45:first-child {
    margin: -45px;
  }

  .sm-max\:first\:-m-48:first-child {
    margin: -48px;
  }

  .sm-max\:first\:-m-50:first-child {
    margin: -50px;
  }

  .sm-max\:first\:-m-55:first-child {
    margin: -55px;
  }

  .sm-max\:first\:-m-56:first-child {
    margin: -56px;
  }

  .sm-max\:first\:-m-60:first-child {
    margin: -60px;
  }

  .sm-max\:first\:-m-62:first-child {
    margin: -62px;
  }

  .sm-max\:first\:-m-64:first-child {
    margin: -64px;
  }

  .sm-max\:first\:-m-65:first-child {
    margin: -65px;
  }

  .sm-max\:first\:-m-70:first-child {
    margin: -70px;
  }

  .sm-max\:first\:-m-75:first-child {
    margin: -75px;
  }

  .sm-max\:first\:-m-80:first-child {
    margin: -80px;
  }

  .sm-max\:first\:-m-85:first-child {
    margin: -85px;
  }

  .sm-max\:first\:-m-90:first-child {
    margin: -90px;
  }

  .sm-max\:first\:-m-95:first-child {
    margin: -95px;
  }

  .sm-max\:first\:-m-96:first-child {
    margin: -96px;
  }

  .sm-max\:first\:-m-100:first-child {
    margin: -100px;
  }

  .sm-max\:first\:-m-110:first-child {
    margin: -110px;
  }

  .sm-max\:first\:-m-115:first-child {
    margin: -115px;
  }

  .sm-max\:first\:-m-120:first-child {
    margin: -120px;
  }

  .sm-max\:first\:-m-128:first-child {
    margin: -128px;
  }

  .sm-max\:first\:-m-135:first-child {
    margin: -135px;
  }

  .sm-max\:first\:-m-140:first-child {
    margin: -140px;
  }

  .sm-max\:first\:-m-145:first-child {
    margin: -145px;
  }

  .sm-max\:first\:-m-150:first-child {
    margin: -150px;
  }

  .sm-max\:first\:-m-160:first-child {
    margin: -160px;
  }

  .sm-max\:first\:-m-165:first-child {
    margin: -165px;
  }

  .sm-max\:first\:-m-168:first-child {
    margin: -168px;
  }

  .sm-max\:first\:-m-170:first-child {
    margin: -170px;
  }

  .sm-max\:first\:-m-180:first-child {
    margin: -180px;
  }

  .sm-max\:first\:-m-200:first-child {
    margin: -200px;
  }

  .sm-max\:first\:-m-220:first-child {
    margin: -220px;
  }

  .sm-max\:first\:-m-230:first-child {
    margin: -230px;
  }

  .sm-max\:first\:-m-235:first-child {
    margin: -235px;
  }

  .sm-max\:first\:-m-240:first-child {
    margin: -240px;
  }

  .sm-max\:first\:-m-250:first-child {
    margin: -250px;
  }

  .sm-max\:first\:-m-300:first-child {
    margin: -300px;
  }

  .sm-max\:first\:-m-320:first-child {
    margin: -320px;
  }

  .sm-max\:first\:-m-350:first-child {
    margin: -350px;
  }

  .sm-max\:first\:-m-375:first-child {
    margin: -375px;
  }

  .sm-max\:first\:-m-400:first-child {
    margin: -400px;
  }

  .sm-max\:first\:-m-450:first-child {
    margin: -450px;
  }

  .sm-max\:first\:-m-700:first-child {
    margin: -700px;
  }

  .sm-max\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm-max\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .sm-max\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .sm-max\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .sm-max\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .sm-max\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .sm-max\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .sm-max\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .sm-max\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .sm-max\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .sm-max\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .sm-max\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .sm-max\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .sm-max\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .sm-max\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .sm-max\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .sm-max\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .sm-max\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .sm-max\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .sm-max\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .sm-max\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .sm-max\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .sm-max\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .sm-max\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .sm-max\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .sm-max\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .sm-max\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm-max\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm-max\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-max\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-max\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-max\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-max\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm-max\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm-max\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-max\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-max\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm-max\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm-max\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-max\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-max\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-max\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-max\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm-max\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm-max\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm-max\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm-max\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-max\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-max\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-max\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-max\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm-max\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm-max\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm-max\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm-max\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-max\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-max\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm-max\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm-max\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-max\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-max\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-max\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-max\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm-max\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm-max\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm-max\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm-max\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-max\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-max\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-max\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-max\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-max\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-max\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm-max\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm-max\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm-max\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm-max\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-max\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-max\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-max\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-max\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-max\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-max\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-max\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-max\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-max\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-max\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm-max\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm-max\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-max\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-max\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm-max\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm-max\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-max\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-max\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm-max\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm-max\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm-max\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm-max\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm-max\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm-max\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm-max\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm-max\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm-max\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm-max\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm-max\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm-max\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm-max\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm-max\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm-max\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm-max\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm-max\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm-max\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm-max\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm-max\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm-max\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm-max\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm-max\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm-max\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-max\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-max\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm-max\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm-max\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm-max\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm-max\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm-max\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm-max\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm-max\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm-max\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm-max\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm-max\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .sm-max\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .sm-max\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .sm-max\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .sm-max\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm-max\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm-max\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm-max\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm-max\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm-max\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm-max\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm-max\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm-max\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm-max\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm-max\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .sm-max\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .sm-max\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm-max\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm-max\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm-max\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm-max\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm-max\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm-max\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm-max\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm-max\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .sm-max\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .sm-max\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .sm-max\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .sm-max\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .sm-max\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .sm-max\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .sm-max\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .sm-max\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .sm-max\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .sm-max\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .sm-max\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .sm-max\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm-max\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm-max\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .sm-max\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .sm-max\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm-max\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm-max\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .sm-max\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .sm-max\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm-max\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm-max\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .sm-max\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .sm-max\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm-max\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm-max\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm-max\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm-max\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm-max\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm-max\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .sm-max\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .sm-max\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm-max\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm-max\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm-max\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm-max\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .sm-max\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .sm-max\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm-max\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm-max\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .sm-max\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .sm-max\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .sm-max\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .sm-max\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm-max\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm-max\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .sm-max\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .sm-max\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .sm-max\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .sm-max\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .sm-max\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .sm-max\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm-max\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm-max\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm-max\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm-max\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-max\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-max\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm-max\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm-max\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm-max\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm-max\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm-max\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm-max\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm-max\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm-max\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm-max\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm-max\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm-max\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm-max\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm-max\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-max\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm-max\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm-max\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm-max\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm-max\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm-max\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm-max\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm-max\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm-max\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm-max\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm-max\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm-max\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm-max\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm-max\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm-max\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm-max\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm-max\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm-max\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm-max\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm-max\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm-max\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm-max\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm-max\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm-max\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm-max\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm-max\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm-max\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm-max\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm-max\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm-max\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm-max\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm-max\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm-max\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm-max\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm-max\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm-max\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm-max\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm-max\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm-max\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm-max\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm-max\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm-max\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm-max\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm-max\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm-max\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm-max\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm-max\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm-max\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm-max\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm-max\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm-max\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm-max\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm-max\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm-max\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm-max\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm-max\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm-max\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm-max\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm-max\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm-max\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm-max\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm-max\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm-max\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm-max\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm-max\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm-max\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm-max\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm-max\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm-max\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm-max\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm-max\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm-max\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm-max\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm-max\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm-max\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm-max\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm-max\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm-max\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm-max\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm-max\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm-max\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm-max\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm-max\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm-max\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm-max\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm-max\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm-max\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm-max\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm-max\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm-max\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm-max\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .sm-max\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .sm-max\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .sm-max\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .sm-max\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm-max\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm-max\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm-max\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm-max\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm-max\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm-max\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm-max\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm-max\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm-max\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm-max\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .sm-max\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .sm-max\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm-max\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm-max\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm-max\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm-max\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm-max\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm-max\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm-max\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm-max\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .sm-max\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .sm-max\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .sm-max\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .sm-max\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .sm-max\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .sm-max\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .sm-max\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .sm-max\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .sm-max\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .sm-max\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .sm-max\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .sm-max\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm-max\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm-max\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .sm-max\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .sm-max\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm-max\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm-max\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .sm-max\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .sm-max\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm-max\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm-max\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .sm-max\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .sm-max\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm-max\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm-max\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm-max\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm-max\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm-max\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm-max\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .sm-max\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .sm-max\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm-max\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm-max\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm-max\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm-max\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .sm-max\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .sm-max\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm-max\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm-max\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .sm-max\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .sm-max\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .sm-max\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .sm-max\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm-max\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm-max\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .sm-max\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .sm-max\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .sm-max\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .sm-max\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .sm-max\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .sm-max\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm-max\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm-max\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm-max\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm-max\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-max\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-max\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .sm-max\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .sm-max\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .sm-max\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .sm-max\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm-max\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm-max\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm-max\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm-max\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm-max\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm-max\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm-max\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm-max\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .sm-max\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .sm-max\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .sm-max\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .sm-max\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .sm-max\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .sm-max\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .sm-max\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .sm-max\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .sm-max\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .sm-max\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .sm-max\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .sm-max\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .sm-max\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .sm-max\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .sm-max\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .sm-max\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .sm-max\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .sm-max\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .sm-max\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .sm-max\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .sm-max\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .sm-max\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .sm-max\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .sm-max\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .sm-max\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .sm-max\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .sm-max\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .sm-max\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .sm-max\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .sm-max\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .sm-max\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .sm-max\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .sm-max\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .sm-max\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .sm-max\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .sm-max\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .sm-max\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .sm-max\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .sm-max\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .sm-max\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .sm-max\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .sm-max\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .sm-max\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .sm-max\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .sm-max\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .sm-max\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .sm-max\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .sm-max\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .sm-max\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .sm-max\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .sm-max\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .sm-max\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .sm-max\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .sm-max\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .sm-max\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .sm-max\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .sm-max\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .sm-max\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .sm-max\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .sm-max\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .sm-max\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .sm-max\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .sm-max\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .sm-max\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .sm-max\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .sm-max\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .sm-max\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .sm-max\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .sm-max\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .sm-max\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .sm-max\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .sm-max\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .sm-max\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .sm-max\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .sm-max\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .sm-max\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .sm-max\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .sm-max\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .sm-max\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .sm-max\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .sm-max\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .sm-max\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .sm-max\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .sm-max\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .sm-max\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .sm-max\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .sm-max\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .sm-max\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .sm-max\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .sm-max\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .sm-max\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .sm-max\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .sm-max\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .sm-max\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .sm-max\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .sm-max\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .sm-max\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .sm-max\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .sm-max\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .sm-max\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .sm-max\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .sm-max\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .sm-max\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .sm-max\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .sm-max\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .sm-max\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .sm-max\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .sm-max\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .sm-max\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .sm-max\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .sm-max\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .sm-max\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .sm-max\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .sm-max\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .sm-max\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .sm-max\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .sm-max\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .sm-max\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .sm-max\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .sm-max\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .sm-max\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .sm-max\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .sm-max\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .sm-max\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .sm-max\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .sm-max\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .sm-max\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .sm-max\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .sm-max\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .sm-max\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .sm-max\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .sm-max\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .sm-max\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .sm-max\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .sm-max\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .sm-max\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .sm-max\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .sm-max\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .sm-max\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .sm-max\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .sm-max\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .sm-max\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .sm-max\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .sm-max\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .sm-max\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .sm-max\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .sm-max\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .sm-max\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .sm-max\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .sm-max\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .sm-max\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .sm-max\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .sm-max\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .sm-max\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .sm-max\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .sm-max\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .sm-max\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .sm-max\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .sm-max\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .sm-max\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .sm-max\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .sm-max\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .sm-max\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .sm-max\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .sm-max\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .sm-max\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .sm-max\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .sm-max\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .sm-max\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .sm-max\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .sm-max\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .sm-max\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .sm-max\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .sm-max\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .sm-max\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .sm-max\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .sm-max\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .sm-max\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .sm-max\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .sm-max\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .sm-max\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .sm-max\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .sm-max\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .sm-max\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .sm-max\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .sm-max\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .sm-max\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .sm-max\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .sm-max\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .sm-max\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .sm-max\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .sm-max\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .sm-max\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .sm-max\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .sm-max\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .sm-max\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .sm-max\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .sm-max\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .sm-max\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .sm-max\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .sm-max\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .sm-max\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .sm-max\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .sm-max\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .sm-max\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .sm-max\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .sm-max\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .sm-max\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .sm-max\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .sm-max\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .sm-max\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .sm-max\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .sm-max\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .sm-max\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .sm-max\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .sm-max\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .sm-max\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .sm-max\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .sm-max\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .sm-max\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .sm-max\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .sm-max\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .sm-max\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .sm-max\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .sm-max\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .sm-max\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .sm-max\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .sm-max\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .sm-max\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .sm-max\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .sm-max\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .sm-max\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .sm-max\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .sm-max\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .sm-max\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .sm-max\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .sm-max\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .sm-max\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .sm-max\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .sm-max\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .sm-max\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .sm-max\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .sm-max\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .sm-max\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .sm-max\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .sm-max\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .sm-max\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .sm-max\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .sm-max\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .sm-max\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .sm-max\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .sm-max\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .sm-max\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .sm-max\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .sm-max\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .sm-max\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .sm-max\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .sm-max\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .sm-max\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .sm-max\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .sm-max\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .sm-max\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .sm-max\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .sm-max\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .sm-max\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .sm-max\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .sm-max\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .sm-max\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .sm-max\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .sm-max\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .sm-max\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .sm-max\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .sm-max\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .sm-max\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .sm-max\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .sm-max\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm-max\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm-max\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm-max\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm-max\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm-max\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm-max\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm-max\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm-max\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .sm-max\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .sm-max\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .sm-max\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .sm-max\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .sm-max\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .sm-max\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .sm-max\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .sm-max\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .sm-max\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .sm-max\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .sm-max\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .sm-max\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .sm-max\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .sm-max\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .sm-max\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .sm-max\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .sm-max\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .sm-max\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .sm-max\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .sm-max\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .sm-max\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .sm-max\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .sm-max\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .sm-max\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .sm-max\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .sm-max\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .sm-max\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .sm-max\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .sm-max\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .sm-max\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .sm-max\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .sm-max\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .sm-max\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .sm-max\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .sm-max\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .sm-max\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .sm-max\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .sm-max\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .sm-max\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .sm-max\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .sm-max\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .sm-max\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .sm-max\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .sm-max\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .sm-max\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .sm-max\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .sm-max\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .sm-max\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .sm-max\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .sm-max\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .sm-max\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .sm-max\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .sm-max\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .sm-max\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .sm-max\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .sm-max\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .sm-max\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .sm-max\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .sm-max\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .sm-max\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .sm-max\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .sm-max\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .sm-max\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .sm-max\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .sm-max\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .sm-max\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .sm-max\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .sm-max\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .sm-max\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .sm-max\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .sm-max\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .sm-max\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .sm-max\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .sm-max\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .sm-max\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .sm-max\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .sm-max\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .sm-max\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .sm-max\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .sm-max\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .sm-max\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .sm-max\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .sm-max\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .sm-max\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .sm-max\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .sm-max\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .sm-max\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .sm-max\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .sm-max\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .sm-max\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .sm-max\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .sm-max\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .sm-max\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .sm-max\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .sm-max\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .sm-max\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .sm-max\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .sm-max\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .sm-max\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .sm-max\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .sm-max\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .sm-max\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .sm-max\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .sm-max\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm-max\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm-max\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm-max\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm-max\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm-max\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm-max\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm-max\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm-max\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .sm-max\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .sm-max\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .sm-max\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .sm-max\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .sm-max\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .sm-max\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .sm-max\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .sm-max\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .sm-max\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .sm-max\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .sm-max\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .sm-max\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .sm-max\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .sm-max\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .sm-max\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .sm-max\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .sm-max\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .sm-max\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .sm-max\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .sm-max\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .sm-max\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .sm-max\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .sm-max\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .sm-max\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .sm-max\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .sm-max\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .sm-max\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .sm-max\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .sm-max\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .sm-max\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .sm-max\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .sm-max\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .sm-max\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .sm-max\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .sm-max\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .sm-max\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .sm-max\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .sm-max\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .sm-max\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .sm-max\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .sm-max\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .sm-max\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .sm-max\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .sm-max\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .sm-max\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .sm-max\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .sm-max\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .sm-max\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .sm-max\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .sm-max\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .sm-max\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .sm-max\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .sm-max\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .sm-max\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .sm-max\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .sm-max\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .sm-max\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .sm-max\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .sm-max\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .sm-max\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .sm-max\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .sm-max\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .sm-max\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .sm-max\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .sm-max\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .sm-max\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .sm-max\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .sm-max\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .sm-max\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .sm-max\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .sm-max\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .sm-max\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .sm-max\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .sm-max\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .sm-max\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .sm-max\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .sm-max\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .sm-max\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .sm-max\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .sm-max\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .sm-max\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .sm-max\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .sm-max\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .sm-max\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .sm-max\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .sm-max\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .sm-max\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .sm-max\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .sm-max\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .sm-max\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .sm-max\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .sm-max\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .sm-max\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .sm-max\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .sm-max\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .sm-max\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .sm-max\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .sm-max\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .sm-max\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .sm-max\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .sm-max\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .sm-max\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .sm-max\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .sm-max\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .sm-max\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .sm-max\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .sm-max\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .sm-max\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .sm-max\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .sm-max\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .sm-max\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .sm-max\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .sm-max\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .sm-max\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .sm-max\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .sm-max\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .sm-max\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .sm-max\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .sm-max\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .sm-max\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .sm-max\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .sm-max\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .sm-max\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .sm-max\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .sm-max\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .sm-max\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .sm-max\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .sm-max\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .sm-max\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .sm-max\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .sm-max\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .sm-max\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .sm-max\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .sm-max\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .sm-max\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .sm-max\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .sm-max\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .sm-max\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .sm-max\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .sm-max\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .sm-max\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .sm-max\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .sm-max\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .sm-max\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .sm-max\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .sm-max\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .sm-max\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .sm-max\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .sm-max\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .sm-max\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .sm-max\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .sm-max\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .sm-max\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .sm-max\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .sm-max\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .sm-max\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .sm-max\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .sm-max\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .sm-max\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .sm-max\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .sm-max\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .sm-max\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .sm-max\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .sm-max\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .sm-max\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .sm-max\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .sm-max\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .sm-max\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .sm-max\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .sm-max\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .sm-max\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .sm-max\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .sm-max\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .sm-max\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .sm-max\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .sm-max\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .sm-max\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .sm-max\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .sm-max\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .sm-max\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .sm-max\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .sm-max\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .sm-max\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .sm-max\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .sm-max\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .sm-max\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .sm-max\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .sm-max\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .sm-max\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .sm-max\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .sm-max\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .sm-max\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .sm-max\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .sm-max\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .sm-max\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .sm-max\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .sm-max\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .sm-max\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .sm-max\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .sm-max\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .sm-max\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .sm-max\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .sm-max\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .sm-max\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .sm-max\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .sm-max\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .sm-max\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .sm-max\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .sm-max\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .sm-max\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .sm-max\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .sm-max\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .sm-max\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .sm-max\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .sm-max\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .sm-max\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .sm-max\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .sm-max\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .sm-max\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .sm-max\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .sm-max\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .sm-max\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .sm-max\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .sm-max\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .sm-max\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .sm-max\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .sm-max\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .sm-max\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .sm-max\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .sm-max\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .sm-max\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .sm-max\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .sm-max\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .sm-max\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .sm-max\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .sm-max\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .sm-max\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .sm-max\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .sm-max\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .sm-max\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .sm-max\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .sm-max\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .sm-max\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .sm-max\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .sm-max\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .sm-max\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .sm-max\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .sm-max\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .sm-max\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .sm-max\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .sm-max\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .sm-max\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .sm-max\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .sm-max\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .sm-max\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .sm-max\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .sm-max\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .sm-max\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .sm-max\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .sm-max\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .sm-max\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .sm-max\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .sm-max\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .sm-max\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .sm-max\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .sm-max\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .sm-max\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .sm-max\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .sm-max\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .sm-max\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .sm-max\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .sm-max\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .sm-max\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .sm-max\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .sm-max\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .sm-max\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm-max\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm-max\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm-max\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm-max\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .sm-max\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .sm-max\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .sm-max\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .sm-max\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .sm-max\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .sm-max\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .sm-max\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .sm-max\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .sm-max\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .sm-max\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .sm-max\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .sm-max\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .sm-max\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .sm-max\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .sm-max\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .sm-max\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .sm-max\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .sm-max\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .sm-max\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .sm-max\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .sm-max\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .sm-max\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .sm-max\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .sm-max\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .sm-max\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .sm-max\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .sm-max\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .sm-max\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .sm-max\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .sm-max\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .sm-max\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .sm-max\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .sm-max\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .sm-max\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .sm-max\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .sm-max\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .sm-max\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .sm-max\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .sm-max\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .sm-max\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .sm-max\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .sm-max\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .sm-max\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .sm-max\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .sm-max\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .sm-max\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .sm-max\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .sm-max\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .sm-max\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .sm-max\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .sm-max\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .sm-max\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .sm-max\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .sm-max\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .sm-max\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .sm-max\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .sm-max\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .sm-max\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .sm-max\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .sm-max\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .sm-max\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .sm-max\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .sm-max\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .sm-max\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .sm-max\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .sm-max\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .sm-max\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .sm-max\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .sm-max\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .sm-max\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .sm-max\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .sm-max\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .sm-max\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .sm-max\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .sm-max\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .sm-max\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .sm-max\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .sm-max\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .sm-max\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .sm-max\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .sm-max\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .sm-max\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .sm-max\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .sm-max\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .sm-max\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .sm-max\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .sm-max\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .sm-max\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .sm-max\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .sm-max\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .sm-max\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .sm-max\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .sm-max\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .sm-max\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .sm-max\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .sm-max\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .sm-max\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .sm-max\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .sm-max\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .sm-max\:last\:m-0:last-child {
    margin: 0px;
  }

  .sm-max\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm-max\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm-max\:last\:m-3:last-child {
    margin: 3px;
  }

  .sm-max\:last\:m-4:last-child {
    margin: 4px;
  }

  .sm-max\:last\:m-5:last-child {
    margin: 5px;
  }

  .sm-max\:last\:m-6:last-child {
    margin: 6px;
  }

  .sm-max\:last\:m-8:last-child {
    margin: 8px;
  }

  .sm-max\:last\:m-9:last-child {
    margin: 9px;
  }

  .sm-max\:last\:m-10:last-child {
    margin: 10px;
  }

  .sm-max\:last\:m-12:last-child {
    margin: 12px;
  }

  .sm-max\:last\:m-13:last-child {
    margin: 13px;
  }

  .sm-max\:last\:m-14:last-child {
    margin: 14px;
  }

  .sm-max\:last\:m-15:last-child {
    margin: 15px;
  }

  .sm-max\:last\:m-16:last-child {
    margin: 16px;
  }

  .sm-max\:last\:m-17:last-child {
    margin: 17px;
  }

  .sm-max\:last\:m-18:last-child {
    margin: 18px;
  }

  .sm-max\:last\:m-20:last-child {
    margin: 20px;
  }

  .sm-max\:last\:m-22:last-child {
    margin: 22px;
  }

  .sm-max\:last\:m-24:last-child {
    margin: 24px;
  }

  .sm-max\:last\:m-25:last-child {
    margin: 25px;
  }

  .sm-max\:last\:m-28:last-child {
    margin: 28px;
  }

  .sm-max\:last\:m-29:last-child {
    margin: 29px;
  }

  .sm-max\:last\:m-30:last-child {
    margin: 30px;
  }

  .sm-max\:last\:m-32:last-child {
    margin: 32px;
  }

  .sm-max\:last\:m-35:last-child {
    margin: 35px;
  }

  .sm-max\:last\:m-36:last-child {
    margin: 36px;
  }

  .sm-max\:last\:m-37:last-child {
    margin: 37px;
  }

  .sm-max\:last\:m-40:last-child {
    margin: 40px;
  }

  .sm-max\:last\:m-45:last-child {
    margin: 45px;
  }

  .sm-max\:last\:m-48:last-child {
    margin: 48px;
  }

  .sm-max\:last\:m-50:last-child {
    margin: 50px;
  }

  .sm-max\:last\:m-55:last-child {
    margin: 55px;
  }

  .sm-max\:last\:m-56:last-child {
    margin: 56px;
  }

  .sm-max\:last\:m-60:last-child {
    margin: 60px;
  }

  .sm-max\:last\:m-62:last-child {
    margin: 62px;
  }

  .sm-max\:last\:m-64:last-child {
    margin: 64px;
  }

  .sm-max\:last\:m-65:last-child {
    margin: 65px;
  }

  .sm-max\:last\:m-70:last-child {
    margin: 70px;
  }

  .sm-max\:last\:m-75:last-child {
    margin: 75px;
  }

  .sm-max\:last\:m-80:last-child {
    margin: 80px;
  }

  .sm-max\:last\:m-85:last-child {
    margin: 85px;
  }

  .sm-max\:last\:m-90:last-child {
    margin: 90px;
  }

  .sm-max\:last\:m-95:last-child {
    margin: 95px;
  }

  .sm-max\:last\:m-96:last-child {
    margin: 96px;
  }

  .sm-max\:last\:m-100:last-child {
    margin: 100px;
  }

  .sm-max\:last\:m-110:last-child {
    margin: 110px;
  }

  .sm-max\:last\:m-115:last-child {
    margin: 115px;
  }

  .sm-max\:last\:m-120:last-child {
    margin: 120px;
  }

  .sm-max\:last\:m-128:last-child {
    margin: 128px;
  }

  .sm-max\:last\:m-135:last-child {
    margin: 135px;
  }

  .sm-max\:last\:m-140:last-child {
    margin: 140px;
  }

  .sm-max\:last\:m-145:last-child {
    margin: 145px;
  }

  .sm-max\:last\:m-150:last-child {
    margin: 150px;
  }

  .sm-max\:last\:m-160:last-child {
    margin: 160px;
  }

  .sm-max\:last\:m-165:last-child {
    margin: 165px;
  }

  .sm-max\:last\:m-168:last-child {
    margin: 168px;
  }

  .sm-max\:last\:m-170:last-child {
    margin: 170px;
  }

  .sm-max\:last\:m-180:last-child {
    margin: 180px;
  }

  .sm-max\:last\:m-200:last-child {
    margin: 200px;
  }

  .sm-max\:last\:m-220:last-child {
    margin: 220px;
  }

  .sm-max\:last\:m-230:last-child {
    margin: 230px;
  }

  .sm-max\:last\:m-235:last-child {
    margin: 235px;
  }

  .sm-max\:last\:m-240:last-child {
    margin: 240px;
  }

  .sm-max\:last\:m-250:last-child {
    margin: 250px;
  }

  .sm-max\:last\:m-300:last-child {
    margin: 300px;
  }

  .sm-max\:last\:m-320:last-child {
    margin: 320px;
  }

  .sm-max\:last\:m-350:last-child {
    margin: 350px;
  }

  .sm-max\:last\:m-375:last-child {
    margin: 375px;
  }

  .sm-max\:last\:m-400:last-child {
    margin: 400px;
  }

  .sm-max\:last\:m-450:last-child {
    margin: 450px;
  }

  .sm-max\:last\:m-700:last-child {
    margin: 700px;
  }

  .sm-max\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm-max\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm-max\:last\:m-1p:last-child {
    margin: 1%;
  }

  .sm-max\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .sm-max\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .sm-max\:last\:m-11p:last-child {
    margin: 11%;
  }

  .sm-max\:last\:m-20p:last-child {
    margin: 20%;
  }

  .sm-max\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .sm-max\:last\:m-25p:last-child {
    margin: 25%;
  }

  .sm-max\:last\:m-32p:last-child {
    margin: 32%;
  }

  .sm-max\:last\:m-35p:last-child {
    margin: 35%;
  }

  .sm-max\:last\:m-40p:last-child {
    margin: 40%;
  }

  .sm-max\:last\:m-49p:last-child {
    margin: 49%;
  }

  .sm-max\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .sm-max\:last\:m-80p:last-child {
    margin: 80%;
  }

  .sm-max\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .sm-max\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .sm-max\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .sm-max\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .sm-max\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .sm-max\:last\:m-90p:last-child {
    margin: 90%;
  }

  .sm-max\:last\:m-92p:last-child {
    margin: 92%;
  }

  .sm-max\:last\:m-93p:last-child {
    margin: 93%;
  }

  .sm-max\:last\:m-94p:last-child {
    margin: 94%;
  }

  .sm-max\:last\:m-95p:last-child {
    margin: 95%;
  }

  .sm-max\:last\:m-96p:last-child {
    margin: 96%;
  }

  .sm-max\:last\:m-100p:last-child {
    margin: 100%;
  }

  .sm-max\:last\:-m-0:last-child {
    margin: 0px;
  }

  .sm-max\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm-max\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm-max\:last\:-m-3:last-child {
    margin: -3px;
  }

  .sm-max\:last\:-m-4:last-child {
    margin: -4px;
  }

  .sm-max\:last\:-m-5:last-child {
    margin: -5px;
  }

  .sm-max\:last\:-m-6:last-child {
    margin: -6px;
  }

  .sm-max\:last\:-m-8:last-child {
    margin: -8px;
  }

  .sm-max\:last\:-m-9:last-child {
    margin: -9px;
  }

  .sm-max\:last\:-m-10:last-child {
    margin: -10px;
  }

  .sm-max\:last\:-m-12:last-child {
    margin: -12px;
  }

  .sm-max\:last\:-m-13:last-child {
    margin: -13px;
  }

  .sm-max\:last\:-m-14:last-child {
    margin: -14px;
  }

  .sm-max\:last\:-m-15:last-child {
    margin: -15px;
  }

  .sm-max\:last\:-m-16:last-child {
    margin: -16px;
  }

  .sm-max\:last\:-m-17:last-child {
    margin: -17px;
  }

  .sm-max\:last\:-m-18:last-child {
    margin: -18px;
  }

  .sm-max\:last\:-m-20:last-child {
    margin: -20px;
  }

  .sm-max\:last\:-m-22:last-child {
    margin: -22px;
  }

  .sm-max\:last\:-m-24:last-child {
    margin: -24px;
  }

  .sm-max\:last\:-m-25:last-child {
    margin: -25px;
  }

  .sm-max\:last\:-m-28:last-child {
    margin: -28px;
  }

  .sm-max\:last\:-m-29:last-child {
    margin: -29px;
  }

  .sm-max\:last\:-m-30:last-child {
    margin: -30px;
  }

  .sm-max\:last\:-m-32:last-child {
    margin: -32px;
  }

  .sm-max\:last\:-m-35:last-child {
    margin: -35px;
  }

  .sm-max\:last\:-m-36:last-child {
    margin: -36px;
  }

  .sm-max\:last\:-m-37:last-child {
    margin: -37px;
  }

  .sm-max\:last\:-m-40:last-child {
    margin: -40px;
  }

  .sm-max\:last\:-m-45:last-child {
    margin: -45px;
  }

  .sm-max\:last\:-m-48:last-child {
    margin: -48px;
  }

  .sm-max\:last\:-m-50:last-child {
    margin: -50px;
  }

  .sm-max\:last\:-m-55:last-child {
    margin: -55px;
  }

  .sm-max\:last\:-m-56:last-child {
    margin: -56px;
  }

  .sm-max\:last\:-m-60:last-child {
    margin: -60px;
  }

  .sm-max\:last\:-m-62:last-child {
    margin: -62px;
  }

  .sm-max\:last\:-m-64:last-child {
    margin: -64px;
  }

  .sm-max\:last\:-m-65:last-child {
    margin: -65px;
  }

  .sm-max\:last\:-m-70:last-child {
    margin: -70px;
  }

  .sm-max\:last\:-m-75:last-child {
    margin: -75px;
  }

  .sm-max\:last\:-m-80:last-child {
    margin: -80px;
  }

  .sm-max\:last\:-m-85:last-child {
    margin: -85px;
  }

  .sm-max\:last\:-m-90:last-child {
    margin: -90px;
  }

  .sm-max\:last\:-m-95:last-child {
    margin: -95px;
  }

  .sm-max\:last\:-m-96:last-child {
    margin: -96px;
  }

  .sm-max\:last\:-m-100:last-child {
    margin: -100px;
  }

  .sm-max\:last\:-m-110:last-child {
    margin: -110px;
  }

  .sm-max\:last\:-m-115:last-child {
    margin: -115px;
  }

  .sm-max\:last\:-m-120:last-child {
    margin: -120px;
  }

  .sm-max\:last\:-m-128:last-child {
    margin: -128px;
  }

  .sm-max\:last\:-m-135:last-child {
    margin: -135px;
  }

  .sm-max\:last\:-m-140:last-child {
    margin: -140px;
  }

  .sm-max\:last\:-m-145:last-child {
    margin: -145px;
  }

  .sm-max\:last\:-m-150:last-child {
    margin: -150px;
  }

  .sm-max\:last\:-m-160:last-child {
    margin: -160px;
  }

  .sm-max\:last\:-m-165:last-child {
    margin: -165px;
  }

  .sm-max\:last\:-m-168:last-child {
    margin: -168px;
  }

  .sm-max\:last\:-m-170:last-child {
    margin: -170px;
  }

  .sm-max\:last\:-m-180:last-child {
    margin: -180px;
  }

  .sm-max\:last\:-m-200:last-child {
    margin: -200px;
  }

  .sm-max\:last\:-m-220:last-child {
    margin: -220px;
  }

  .sm-max\:last\:-m-230:last-child {
    margin: -230px;
  }

  .sm-max\:last\:-m-235:last-child {
    margin: -235px;
  }

  .sm-max\:last\:-m-240:last-child {
    margin: -240px;
  }

  .sm-max\:last\:-m-250:last-child {
    margin: -250px;
  }

  .sm-max\:last\:-m-300:last-child {
    margin: -300px;
  }

  .sm-max\:last\:-m-320:last-child {
    margin: -320px;
  }

  .sm-max\:last\:-m-350:last-child {
    margin: -350px;
  }

  .sm-max\:last\:-m-375:last-child {
    margin: -375px;
  }

  .sm-max\:last\:-m-400:last-child {
    margin: -400px;
  }

  .sm-max\:last\:-m-450:last-child {
    margin: -450px;
  }

  .sm-max\:last\:-m-700:last-child {
    margin: -700px;
  }

  .sm-max\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm-max\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .sm-max\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .sm-max\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .sm-max\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .sm-max\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .sm-max\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .sm-max\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .sm-max\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .sm-max\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .sm-max\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .sm-max\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .sm-max\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .sm-max\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .sm-max\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .sm-max\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .sm-max\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .sm-max\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .sm-max\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .sm-max\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .sm-max\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .sm-max\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .sm-max\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .sm-max\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .sm-max\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .sm-max\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .sm-max\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm-max\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm-max\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm-max\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm-max\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-max\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-max\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm-max\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm-max\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm-max\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm-max\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm-max\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm-max\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-max\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-max\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm-max\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm-max\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm-max\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm-max\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm-max\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm-max\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-max\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-max\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm-max\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm-max\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm-max\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm-max\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm-max\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm-max\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-max\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-max\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm-max\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm-max\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm-max\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm-max\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-max\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-max\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm-max\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm-max\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm-max\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm-max\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-max\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-max\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm-max\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm-max\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-max\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-max\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm-max\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm-max\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm-max\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm-max\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-max\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-max\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-max\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-max\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm-max\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm-max\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-max\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-max\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-max\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-max\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm-max\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm-max\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-max\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-max\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm-max\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm-max\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm-max\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm-max\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm-max\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm-max\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm-max\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm-max\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm-max\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm-max\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm-max\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm-max\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm-max\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm-max\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm-max\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm-max\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm-max\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm-max\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm-max\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm-max\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm-max\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm-max\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm-max\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm-max\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm-max\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm-max\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm-max\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm-max\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm-max\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm-max\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .sm-max\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .sm-max\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm-max\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm-max\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .sm-max\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .sm-max\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .sm-max\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .sm-max\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .sm-max\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .sm-max\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .sm-max\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .sm-max\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .sm-max\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .sm-max\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .sm-max\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .sm-max\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .sm-max\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .sm-max\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm-max\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm-max\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sm-max\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .sm-max\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .sm-max\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .sm-max\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .sm-max\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .sm-max\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .sm-max\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .sm-max\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm-max\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm-max\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .sm-max\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .sm-max\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .sm-max\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .sm-max\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .sm-max\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .sm-max\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .sm-max\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .sm-max\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .sm-max\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .sm-max\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .sm-max\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .sm-max\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .sm-max\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .sm-max\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .sm-max\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .sm-max\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm-max\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm-max\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .sm-max\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .sm-max\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm-max\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm-max\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .sm-max\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .sm-max\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm-max\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm-max\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .sm-max\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .sm-max\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .sm-max\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .sm-max\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm-max\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm-max\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .sm-max\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .sm-max\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .sm-max\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .sm-max\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm-max\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm-max\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm-max\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm-max\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .sm-max\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .sm-max\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm-max\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm-max\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .sm-max\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .sm-max\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .sm-max\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .sm-max\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm-max\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm-max\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .sm-max\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .sm-max\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .sm-max\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .sm-max\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .sm-max\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .sm-max\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm-max\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm-max\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm-max\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm-max\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-max\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-max\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm-max\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm-max\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm-max\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm-max\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm-max\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm-max\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm-max\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm-max\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm-max\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm-max\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm-max\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm-max\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm-max\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm-max\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm-max\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm-max\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm-max\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm-max\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm-max\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm-max\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm-max\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm-max\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm-max\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm-max\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm-max\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm-max\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm-max\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm-max\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm-max\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm-max\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm-max\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm-max\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm-max\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm-max\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm-max\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm-max\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm-max\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm-max\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm-max\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm-max\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm-max\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm-max\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm-max\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm-max\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm-max\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm-max\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm-max\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm-max\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm-max\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm-max\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm-max\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm-max\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm-max\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm-max\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm-max\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm-max\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm-max\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm-max\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm-max\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm-max\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm-max\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm-max\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm-max\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm-max\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm-max\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm-max\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm-max\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm-max\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm-max\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm-max\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm-max\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm-max\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm-max\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm-max\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm-max\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm-max\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm-max\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm-max\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm-max\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm-max\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm-max\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm-max\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm-max\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm-max\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm-max\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm-max\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm-max\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm-max\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm-max\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm-max\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm-max\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm-max\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm-max\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm-max\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .sm-max\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .sm-max\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm-max\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm-max\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .sm-max\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .sm-max\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .sm-max\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .sm-max\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .sm-max\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .sm-max\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .sm-max\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .sm-max\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .sm-max\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .sm-max\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .sm-max\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .sm-max\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .sm-max\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .sm-max\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm-max\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm-max\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .sm-max\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .sm-max\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .sm-max\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .sm-max\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .sm-max\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .sm-max\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .sm-max\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .sm-max\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm-max\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm-max\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .sm-max\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .sm-max\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .sm-max\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .sm-max\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .sm-max\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .sm-max\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .sm-max\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .sm-max\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .sm-max\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .sm-max\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .sm-max\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .sm-max\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .sm-max\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .sm-max\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .sm-max\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .sm-max\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm-max\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm-max\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .sm-max\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .sm-max\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm-max\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm-max\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .sm-max\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .sm-max\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm-max\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm-max\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .sm-max\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .sm-max\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .sm-max\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .sm-max\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm-max\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm-max\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .sm-max\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .sm-max\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .sm-max\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .sm-max\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm-max\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm-max\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm-max\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm-max\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .sm-max\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .sm-max\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm-max\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm-max\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .sm-max\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .sm-max\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .sm-max\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .sm-max\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm-max\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm-max\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .sm-max\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .sm-max\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .sm-max\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .sm-max\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .sm-max\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .sm-max\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm-max\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm-max\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm-max\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm-max\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-max\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-max\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .sm-max\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .sm-max\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .sm-max\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .sm-max\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm-max\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm-max\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm-max\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm-max\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm-max\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm-max\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm-max\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm-max\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .sm-max\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .sm-max\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .sm-max\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .sm-max\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .sm-max\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .sm-max\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .sm-max\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .sm-max\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .sm-max\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .sm-max\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .sm-max\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .sm-max\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .sm-max\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .sm-max\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .sm-max\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .sm-max\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .sm-max\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .sm-max\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .sm-max\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .sm-max\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .sm-max\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .sm-max\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .sm-max\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .sm-max\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .sm-max\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .sm-max\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .sm-max\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .sm-max\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .sm-max\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .sm-max\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .sm-max\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .sm-max\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .sm-max\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .sm-max\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .sm-max\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .sm-max\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .sm-max\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .sm-max\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .sm-max\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .sm-max\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .sm-max\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .sm-max\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .sm-max\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .sm-max\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .sm-max\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .sm-max\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .sm-max\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .sm-max\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .sm-max\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .sm-max\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .sm-max\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .sm-max\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .sm-max\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .sm-max\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .sm-max\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .sm-max\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .sm-max\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .sm-max\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .sm-max\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .sm-max\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .sm-max\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .sm-max\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .sm-max\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .sm-max\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .sm-max\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .sm-max\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .sm-max\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .sm-max\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .sm-max\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .sm-max\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .sm-max\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .sm-max\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .sm-max\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .sm-max\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .sm-max\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .sm-max\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .sm-max\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .sm-max\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .sm-max\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .sm-max\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .sm-max\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .sm-max\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .sm-max\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .sm-max\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .sm-max\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .sm-max\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .sm-max\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .sm-max\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .sm-max\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .sm-max\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .sm-max\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .sm-max\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .sm-max\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .sm-max\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .sm-max\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .sm-max\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .sm-max\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .sm-max\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .sm-max\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .sm-max\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .sm-max\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .sm-max\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .sm-max\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .sm-max\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .sm-max\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .sm-max\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .sm-max\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .sm-max\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .sm-max\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .sm-max\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .sm-max\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .sm-max\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .sm-max\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .sm-max\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .sm-max\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .sm-max\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .sm-max\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .sm-max\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .sm-max\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .sm-max\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .sm-max\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .sm-max\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .sm-max\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .sm-max\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .sm-max\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .sm-max\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .sm-max\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .sm-max\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .sm-max\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .sm-max\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .sm-max\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .sm-max\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .sm-max\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .sm-max\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .sm-max\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .sm-max\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .sm-max\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .sm-max\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .sm-max\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .sm-max\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .sm-max\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .sm-max\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .sm-max\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .sm-max\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .sm-max\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .sm-max\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .sm-max\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .sm-max\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .sm-max\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .sm-max\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .sm-max\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .sm-max\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .sm-max\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .sm-max\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .sm-max\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .sm-max\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .sm-max\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .sm-max\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .sm-max\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .sm-max\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .sm-max\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .sm-max\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .sm-max\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .sm-max\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .sm-max\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .sm-max\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .sm-max\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .sm-max\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .sm-max\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .sm-max\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .sm-max\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .sm-max\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .sm-max\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .sm-max\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .sm-max\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .sm-max\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .sm-max\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .sm-max\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .sm-max\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .sm-max\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .sm-max\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .sm-max\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .sm-max\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .sm-max\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .sm-max\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .sm-max\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .sm-max\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .sm-max\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .sm-max\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .sm-max\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .sm-max\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .sm-max\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .sm-max\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .sm-max\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .sm-max\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .sm-max\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .sm-max\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .sm-max\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .sm-max\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .sm-max\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .sm-max\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .sm-max\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .sm-max\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .sm-max\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .sm-max\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .sm-max\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .sm-max\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .sm-max\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .sm-max\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .sm-max\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .sm-max\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .sm-max\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .sm-max\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .sm-max\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .sm-max\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .sm-max\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .sm-max\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .sm-max\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .sm-max\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .sm-max\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .sm-max\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .sm-max\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .sm-max\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .sm-max\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .sm-max\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .sm-max\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .sm-max\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .sm-max\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .sm-max\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .sm-max\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .sm-max\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .sm-max\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .sm-max\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .sm-max\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .sm-max\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .sm-max\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .sm-max\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .sm-max\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .sm-max\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .sm-max\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .sm-max\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .sm-max\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .sm-max\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .sm-max\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .sm-max\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .sm-max\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .sm-max\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .sm-max\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .sm-max\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .sm-max\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .sm-max\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .sm-max\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .sm-max\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .sm-max\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .sm-max\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .sm-max\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .sm-max\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .sm-max\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .sm-max\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .sm-max\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .sm-max\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .sm-max\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .sm-max\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .sm-max\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .sm-max\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .sm-max\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .sm-max\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .sm-max\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .sm-max\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .sm-max\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .sm-max\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .sm-max\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .sm-max\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .sm-max\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .sm-max\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .sm-max\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm-max\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm-max\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm-max\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm-max\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm-max\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm-max\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm-max\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm-max\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .sm-max\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .sm-max\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .sm-max\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .sm-max\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .sm-max\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .sm-max\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .sm-max\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .sm-max\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .sm-max\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .sm-max\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .sm-max\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .sm-max\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .sm-max\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .sm-max\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .sm-max\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .sm-max\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .sm-max\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .sm-max\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .sm-max\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .sm-max\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .sm-max\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .sm-max\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .sm-max\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .sm-max\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .sm-max\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .sm-max\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .sm-max\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .sm-max\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .sm-max\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .sm-max\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .sm-max\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .sm-max\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .sm-max\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .sm-max\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .sm-max\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .sm-max\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .sm-max\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .sm-max\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .sm-max\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .sm-max\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .sm-max\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .sm-max\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .sm-max\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .sm-max\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .sm-max\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .sm-max\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .sm-max\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .sm-max\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .sm-max\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .sm-max\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .sm-max\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .sm-max\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .sm-max\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .sm-max\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .sm-max\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .sm-max\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .sm-max\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .sm-max\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .sm-max\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .sm-max\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .sm-max\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .sm-max\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .sm-max\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .sm-max\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .sm-max\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .sm-max\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .sm-max\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .sm-max\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .sm-max\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .sm-max\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .sm-max\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .sm-max\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .sm-max\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .sm-max\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .sm-max\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .sm-max\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .sm-max\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .sm-max\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .sm-max\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .sm-max\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .sm-max\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .sm-max\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .sm-max\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .sm-max\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .sm-max\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .sm-max\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .sm-max\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .sm-max\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .sm-max\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .sm-max\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .sm-max\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .sm-max\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .sm-max\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .sm-max\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .sm-max\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .sm-max\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .sm-max\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .sm-max\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .sm-max\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .sm-max\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .sm-max\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .sm-max\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .sm-max\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .sm-max\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm-max\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm-max\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm-max\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm-max\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm-max\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm-max\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm-max\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm-max\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .sm-max\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .sm-max\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .sm-max\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .sm-max\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .sm-max\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .sm-max\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .sm-max\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .sm-max\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .sm-max\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .sm-max\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .sm-max\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .sm-max\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .sm-max\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .sm-max\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .sm-max\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .sm-max\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .sm-max\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .sm-max\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .sm-max\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .sm-max\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .sm-max\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .sm-max\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .sm-max\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .sm-max\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .sm-max\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .sm-max\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .sm-max\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .sm-max\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .sm-max\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .sm-max\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .sm-max\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .sm-max\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .sm-max\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .sm-max\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .sm-max\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .sm-max\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .sm-max\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .sm-max\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .sm-max\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .sm-max\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .sm-max\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .sm-max\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .sm-max\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .sm-max\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .sm-max\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .sm-max\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .sm-max\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .sm-max\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .sm-max\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .sm-max\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .sm-max\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .sm-max\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .sm-max\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .sm-max\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .sm-max\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .sm-max\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .sm-max\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .sm-max\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .sm-max\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .sm-max\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .sm-max\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .sm-max\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .sm-max\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .sm-max\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .sm-max\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .sm-max\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .sm-max\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .sm-max\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .sm-max\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .sm-max\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .sm-max\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .sm-max\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .sm-max\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .sm-max\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .sm-max\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .sm-max\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .sm-max\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .sm-max\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .sm-max\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .sm-max\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .sm-max\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .sm-max\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .sm-max\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .sm-max\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .sm-max\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .sm-max\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .sm-max\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .sm-max\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .sm-max\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .sm-max\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .sm-max\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .sm-max\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .sm-max\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .sm-max\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .sm-max\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .sm-max\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .sm-max\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .sm-max\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .sm-max\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .sm-max\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .sm-max\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .sm-max\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .sm-max\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .sm-max\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .sm-max\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .sm-max\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .sm-max\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .sm-max\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .sm-max\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .sm-max\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .sm-max\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .sm-max\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .sm-max\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .sm-max\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .sm-max\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .sm-max\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .sm-max\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .sm-max\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .sm-max\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .sm-max\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .sm-max\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .sm-max\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .sm-max\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .sm-max\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .sm-max\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .sm-max\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .sm-max\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .sm-max\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .sm-max\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .sm-max\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .sm-max\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .sm-max\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .sm-max\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .sm-max\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .sm-max\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .sm-max\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .sm-max\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .sm-max\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .sm-max\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .sm-max\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .sm-max\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .sm-max\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .sm-max\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .sm-max\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .sm-max\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .sm-max\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .sm-max\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .sm-max\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .sm-max\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .sm-max\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .sm-max\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .sm-max\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .sm-max\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .sm-max\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .sm-max\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .sm-max\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .sm-max\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .sm-max\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .sm-max\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .sm-max\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .sm-max\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .sm-max\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .sm-max\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .sm-max\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .sm-max\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .sm-max\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .sm-max\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .sm-max\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .sm-max\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .sm-max\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .sm-max\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .sm-max\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .sm-max\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .sm-max\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .sm-max\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .sm-max\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .sm-max\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .sm-max\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .sm-max\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .sm-max\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .sm-max\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .sm-max\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .sm-max\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .sm-max\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .sm-max\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .sm-max\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .sm-max\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .sm-max\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .sm-max\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .sm-max\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .sm-max\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .sm-max\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .sm-max\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .sm-max\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .sm-max\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .sm-max\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .sm-max\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .sm-max\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .sm-max\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .sm-max\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .sm-max\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .sm-max\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .sm-max\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .sm-max\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .sm-max\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .sm-max\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .sm-max\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .sm-max\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .sm-max\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .sm-max\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .sm-max\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .sm-max\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .sm-max\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .sm-max\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .sm-max\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .sm-max\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .sm-max\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .sm-max\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .sm-max\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .sm-max\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .sm-max\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .sm-max\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .sm-max\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .sm-max\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .sm-max\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .sm-max\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .sm-max\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .sm-max\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .sm-max\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .sm-max\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .sm-max\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .sm-max\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .sm-max\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .sm-max\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .sm-max\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .sm-max\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .sm-max\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .sm-max\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .sm-max\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .sm-max\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .sm-max\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .sm-max\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .sm-max\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .sm-max\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .sm-max\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .sm-max\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .sm-max\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .sm-max\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .sm-max\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .sm-max\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .sm-max\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .sm-max\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .sm-max\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .sm-max\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .sm-max\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .sm-max\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .sm-max\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .sm-max\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .sm-max\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .sm-max\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .sm-max\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .sm-max\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .sm-max\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .sm-max\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .sm-max\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .sm-max\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .sm-max\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .sm-max\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .sm-max\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .sm-max\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .sm-max\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .sm-max\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .sm-max\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .sm-max\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .sm-max\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .sm-max\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm-max\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm-max\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm-max\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm-max\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .sm-max\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .sm-max\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .sm-max\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .sm-max\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .sm-max\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .sm-max\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .sm-max\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .sm-max\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .sm-max\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .sm-max\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .sm-max\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .sm-max\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .sm-max\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .sm-max\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .sm-max\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .sm-max\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .sm-max\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .sm-max\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .sm-max\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .sm-max\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .sm-max\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .sm-max\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .sm-max\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .sm-max\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .sm-max\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .sm-max\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .sm-max\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .sm-max\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .sm-max\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .sm-max\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .sm-max\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .sm-max\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .sm-max\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .sm-max\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .sm-max\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .sm-max\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .sm-max\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .sm-max\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .sm-max\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .sm-max\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .sm-max\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .sm-max\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .sm-max\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .sm-max\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .sm-max\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .sm-max\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .sm-max\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .sm-max\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .sm-max\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .sm-max\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .sm-max\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .sm-max\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .sm-max\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .sm-max\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .sm-max\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .sm-max\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .sm-max\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .sm-max\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .sm-max\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .sm-max\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .sm-max\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .sm-max\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .sm-max\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .sm-max\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .sm-max\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .sm-max\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .sm-max\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .sm-max\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .sm-max\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .sm-max\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .sm-max\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .sm-max\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .sm-max\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .sm-max\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .sm-max\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .sm-max\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .sm-max\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .sm-max\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .sm-max\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .sm-max\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .sm-max\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .sm-max\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .sm-max\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .sm-max\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .sm-max\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .sm-max\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .sm-max\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .sm-max\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .sm-max\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .sm-max\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .sm-max\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .sm-max\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .sm-max\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .sm-max\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .sm-max\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .sm-max\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .sm-max\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .sm-max\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .sm-max\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .sm-max\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .sm-max\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .sm-max\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .sm-max\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .sm-max\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .sm-max\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .sm-max\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .sm-max\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .sm-max\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .sm-max\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .sm-max\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .sm-max\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .sm-max\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .sm-max\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .sm-max\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .sm-max\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .sm-max\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .sm-max\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .sm-max\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .sm-max\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .sm-max\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .sm-max\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .sm-max\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .sm-max\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .sm-max\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .sm-max\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .sm-max\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .sm-max\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .sm-max\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .sm-max\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .sm-max\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .sm-max\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .sm-max\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .sm-max\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .sm-max\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .sm-max\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .sm-max\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .sm-max\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .sm-max\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .sm-max\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .sm-max\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .sm-max\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .sm-max\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .sm-max\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .sm-max\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .sm-max\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .sm-max\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .sm-max\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .sm-max\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .sm-max\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .sm-max\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .sm-max\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .sm-max\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .sm-max\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .sm-max\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .sm-max\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .sm-max\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .sm-max\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .sm-max\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .sm-max\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .sm-max\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .sm-max\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .sm-max\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .sm-max\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .sm-max\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .sm-max\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .sm-max\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .sm-max\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .sm-max\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .sm-max\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .sm-max\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .sm-max\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .sm-max\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .sm-max\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .sm-max\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .sm-max\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .sm-max\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .sm-max\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .sm-max\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .sm-max\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .sm-max\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .sm-max\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .sm-max\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .sm-max\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .sm-max\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .sm-max\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .sm-max\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .sm-max\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .sm-max\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .sm-max\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .sm-max\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .sm-max\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .sm-max\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .sm-max\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .sm-max\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .sm-max\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .sm-max\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .sm-max\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .sm-max\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .sm-max\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .sm-max\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .sm-max\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .sm-max\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .sm-max\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .sm-max\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .sm-max\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .sm-max\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .sm-max\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .sm-max\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .sm-max\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .sm-max\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .sm-max\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .sm-max\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .sm-max\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .sm-max\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .sm-max\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .sm-max\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .sm-max\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .sm-max\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .sm-max\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .sm-max\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .sm-max\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .sm-max\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .sm-max\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .sm-max\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .sm-max\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .sm-max\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .sm-max\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .sm-max\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .sm-max\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .sm-max\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .sm-max\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .sm-max\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .sm-max\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .sm-max\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .sm-max\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .sm-max\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .sm-max\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .sm-max\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .sm-max\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .sm-max\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .sm-max\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .sm-max\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .sm-max\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .sm-max\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .sm-max\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .sm-max\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .sm-max\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .sm-max\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .sm-max\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .sm-max\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .sm-max\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .sm-max\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .sm-max\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .sm-max\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .sm-max\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .sm-max\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .sm-max\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .sm-max\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .sm-max\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .sm-max\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .sm-max\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .sm-max\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .sm-max\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .sm-max\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .sm-max\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .sm-max\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .sm-max\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .sm-max\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .sm-max\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .sm-max\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .sm-max\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .sm-max\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .sm-max\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .sm-max\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .sm-max\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .sm-max\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .sm-max\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .sm-max\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .sm-max\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .sm-max\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .sm-max\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .sm-max\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .sm-max\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .sm-max\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .sm-max\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .sm-max\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .sm-max\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .sm-max\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .sm-max\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .sm-max\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .sm-max\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .sm-max\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .sm-max\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .sm-max\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .sm-max\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .sm-max\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .sm-max\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .sm-max\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .sm-max\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .sm-max\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .sm-max\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .sm-max\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .sm-max\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .sm-max\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .sm-max\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .sm-max\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .sm-max\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .sm-max\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .sm-max\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .sm-max\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .sm-max\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .sm-max\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .sm-max\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .sm-max\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .sm-max\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .sm-max\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .sm-max\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .sm-max\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .sm-max\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .sm-max\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .sm-max\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .sm-max\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .sm-max\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .sm-max\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .sm-max\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .sm-max\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .sm-max\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .sm-max\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .sm-max\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .sm-max\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .sm-max\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .sm-max\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .sm-max\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .sm-max\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .sm-max\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .sm-max\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .sm-max\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .sm-max\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .sm-max\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .sm-max\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .sm-max\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .sm-max\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .sm-max\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .sm-max\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .sm-max\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .sm-max\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .sm-max\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .sm-max\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .sm-max\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .sm-max\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .sm-max\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .sm-max\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .sm-max\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .sm-max\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .sm-max\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .sm-max\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .sm-max\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .sm-max\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .sm-max\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .sm-max\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .sm-max\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .sm-max\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .sm-max\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .sm-max\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .sm-max\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .sm-max\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .sm-max\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .sm-max\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .sm-max\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .sm-max\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .sm-max\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .sm-max\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .sm-max\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .sm-max\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .sm-max\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .sm-max\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .sm-max\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .sm-max\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .sm-max\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .sm-max\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .sm-max\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .sm-max\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .sm-max\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .sm-max\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .sm-max\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .sm-max\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .sm-max\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .sm-max\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .sm-max\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .sm-max\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .sm-max\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .sm-max\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .sm-max\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .sm-max\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .sm-max\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .sm-max\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .sm-max\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .sm-max\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .sm-max\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .sm-max\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .sm-max\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .sm-max\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .sm-max\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .sm-max\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .sm-max\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .sm-max\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .sm-max\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .sm-max\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .sm-max\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .sm-max\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .sm-max\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .sm-max\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .sm-max\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .sm-max\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .sm-max\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .sm-max\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .sm-max\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .sm-max\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .sm-max\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .sm-max\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .sm-max\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .sm-max\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .sm-max\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .sm-max\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .sm-max\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .sm-max\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .sm-max\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .sm-max\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .sm-max\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .sm-max\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .sm-max\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .sm-max\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .sm-max\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .sm-max\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .sm-max\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .sm-max\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .sm-max\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .sm-max\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .sm-max\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .sm-max\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .sm-max\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .sm-max\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .sm-max\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .sm-max\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .sm-max\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .sm-max\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .sm-max\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .sm-max\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .sm-max\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .sm-max\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .sm-max\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .sm-max\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .sm-max\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .sm-max\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .sm-max\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .sm-max\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .sm-max\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .sm-max\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .sm-max\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .sm-max\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .sm-max\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .sm-max\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .sm-max\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .sm-max\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .sm-max\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .sm-max\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .sm-max\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .sm-max\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .sm-max\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .sm-max\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .sm-max\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .sm-max\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .sm-max\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .sm-max\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .sm-max\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .sm-max\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .sm-max\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .sm-max\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .sm-max\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .sm-max\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .sm-max\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .sm-max\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .sm-max\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .sm-max\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .sm-max\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .sm-max\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .sm-max\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .sm-max\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .sm-max\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .sm-max\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .sm-max\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .sm-max\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .sm-max\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .sm-max\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .sm-max\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .sm-max\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .sm-max\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .sm-max\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .sm-max\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .sm-max\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .sm-max\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .sm-max\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .sm-max\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .sm-max\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .sm-max\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .sm-max\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .sm-max\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .sm-max\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .sm-max\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .sm-max\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .sm-max\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .sm-max\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .sm-max\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .sm-max\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .sm-max\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .sm-max\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .sm-max\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .sm-max\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .sm-max\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .sm-max\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .sm-max\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .sm-max\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .sm-max\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .sm-max\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .sm-max\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .sm-max\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .sm-max\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .sm-max\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .sm-max\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .sm-max\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .sm-max\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .sm-max\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .sm-max\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .sm-max\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .sm-max\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .sm-max\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .sm-max\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .sm-max\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .sm-max\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .sm-max\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .sm-max\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .sm-max\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .sm-max\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .sm-max\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .sm-max\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .sm-max\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .sm-max\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .sm-max\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .sm-max\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .sm-max\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .sm-max\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .sm-max\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .sm-max\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .sm-max\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .sm-max\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .sm-max\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .sm-max\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .sm-max\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .sm-max\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .sm-max\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .sm-max\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .sm-max\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .sm-max\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .sm-max\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .sm-max\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .sm-max\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .sm-max\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .sm-max\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .sm-max\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .sm-max\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .sm-max\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .sm-max\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .sm-max\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .sm-max\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .sm-max\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .sm-max\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .sm-max\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .sm-max\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .sm-max\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .sm-max\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .sm-max\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .sm-max\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .sm-max\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .sm-max\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .sm-max\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .sm-max\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .sm-max\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .sm-max\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .sm-max\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .sm-max\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .sm-max\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .sm-max\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .sm-max\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .sm-max\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .sm-max\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .sm-max\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .sm-max\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .sm-max\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .sm-max\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .sm-max\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .sm-max\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .sm-max\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .sm-max\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .sm-max\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .sm-max\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .sm-max\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .sm-max\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .sm-max\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .sm-max\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .sm-max\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .sm-max\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .sm-max\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .sm-max\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .sm-max\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .sm-max\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .sm-max\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .sm-max\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .sm-max\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .sm-max\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .sm-max\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .sm-max\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .sm-max\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .sm-max\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .sm-max\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .sm-max\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .sm-max\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .sm-max\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .sm-max\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .sm-max\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .sm-max\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .sm-max\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .sm-max\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .sm-max\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .sm-max\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .sm-max\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .sm-max\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .sm-max\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .sm-max\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .sm-max\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .sm-max\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .sm-max\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .sm-max\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .sm-max\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .sm-max\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .sm-max\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .sm-max\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .sm-max\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .sm-max\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .sm-max\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .sm-max\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .sm-max\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .sm-max\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .sm-max\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .sm-max\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .sm-max\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .sm-max\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .sm-max\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .sm-max\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .sm-max\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .sm-max\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .sm-max\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .sm-max\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .sm-max\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .sm-max\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .sm-max\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .sm-max\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .sm-max\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .sm-max\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .sm-max\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .sm-max\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .sm-max\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .sm-max\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .sm-max\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .sm-max\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .sm-max\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .sm-max\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .sm-max\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .sm-max\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .sm-max\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .sm-max\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .sm-max\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .sm-max\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .sm-max\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .sm-max\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .sm-max\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .sm-max\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .sm-max\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .sm-max\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .sm-max\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .sm-max\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .sm-max\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .sm-max\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .sm-max\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .sm-max\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .sm-max\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .sm-max\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .sm-max\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .sm-max\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .sm-max\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .sm-max\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .sm-max\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .sm-max\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .sm-max\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .sm-max\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .sm-max\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .sm-max\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .sm-max\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .sm-max\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .sm-max\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .sm-max\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .sm-max\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .sm-max\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .sm-max\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .sm-max\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .sm-max\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .sm-max\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .sm-max\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .sm-max\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .sm-max\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .sm-max\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .sm-max\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .sm-max\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .sm-max\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .sm-max\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .sm-max\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .sm-max\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .sm-max\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .sm-max\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .sm-max\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .sm-max\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .sm-max\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .sm-max\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .sm-max\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .sm-max\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .sm-max\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .sm-max\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .sm-max\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .sm-max\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .sm-max\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .sm-max\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .sm-max\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .sm-max\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .sm-max\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .sm-max\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .sm-max\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .sm-max\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .sm-max\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .sm-max\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .sm-max\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .sm-max\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .sm-max\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .sm-max\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .sm-max\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .sm-max\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .sm-max\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .sm-max\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .sm-max\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .sm-max\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .sm-max\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .sm-max\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .sm-max\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .sm-max\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .sm-max\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .sm-max\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .sm-max\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .sm-max\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .sm-max\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .sm-max\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .sm-max\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .sm-max\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .sm-max\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .sm-max\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .sm-max\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .sm-max\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .sm-max\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .sm-max\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .sm-max\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .sm-max\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .sm-max\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .sm-max\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .sm-max\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .sm-max\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .sm-max\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .sm-max\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .sm-max\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .sm-max\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .sm-max\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .sm-max\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .sm-max\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .sm-max\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .sm-max\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .sm-max\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .sm-max\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .sm-max\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .sm-max\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .sm-max\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .sm-max\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .sm-max\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .sm-max\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .sm-max\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .sm-max\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .sm-max\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .sm-max\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .sm-max\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .sm-max\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .sm-max\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .sm-max\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .sm-max\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .sm-max\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .sm-max\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .sm-max\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .sm-max\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .sm-max\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .sm-max\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .sm-max\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .sm-max\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .sm-max\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .sm-max\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .sm-max\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .sm-max\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .sm-max\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .sm-max\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .sm-max\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .sm-max\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .sm-max\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .sm-max\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .sm-max\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .sm-max\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .sm-max\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .sm-max\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .sm-max\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .sm-max\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .sm-max\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .sm-max\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .sm-max\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .sm-max\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .sm-max\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .sm-max\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .sm-max\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .sm-max\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .sm-max\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .sm-max\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .sm-max\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .sm-max\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .sm-max\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .sm-max\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .sm-max\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .sm-max\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .sm-max\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .sm-max\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .sm-max\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .sm-max\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .sm-max\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .sm-max\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .sm-max\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .sm-max\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .sm-max\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .sm-max\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .sm-max\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .sm-max\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .sm-max\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .sm-max\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .sm-max\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .sm-max\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .sm-max\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .sm-max\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .sm-max\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .sm-max\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .sm-max\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .sm-max\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .sm-max\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .sm-max\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .sm-max\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .sm-max\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .sm-max\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .sm-max\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .sm-max\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .sm-max\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .sm-max\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .sm-max\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .sm-max\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .sm-max\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .sm-max\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .sm-max\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .sm-max\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .sm-max\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .sm-max\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .sm-max\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .sm-max\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .sm-max\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .sm-max\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .sm-max\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .sm-max\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .sm-max\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .sm-max\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .sm-max\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .sm-max\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .sm-max\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .sm-max\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .sm-max\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .sm-max\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .sm-max\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .sm-max\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .sm-max\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .sm-max\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .sm-max\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .sm-max\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .sm-max\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .sm-max\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .sm-max\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .sm-max\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .sm-max\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .sm-max\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .sm-max\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .sm-max\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .sm-max\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .sm-max\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .sm-max\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .sm-max\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .sm-max\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .sm-max\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .sm-max\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .sm-max\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .sm-max\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .sm-max\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .sm-max\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .sm-max\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .sm-max\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .sm-max\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .sm-max\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .sm-max\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .sm-max\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .sm-max\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .sm-max\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .sm-max\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .sm-max\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .sm-max\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .sm-max\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .sm-max\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .sm-max\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .sm-max\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .sm-max\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .sm-max\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .sm-max\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .sm-max\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .sm-max\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .sm-max\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .sm-max\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .sm-max\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .sm-max\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .sm-max\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .sm-max\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .sm-max\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .sm-max\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .sm-max\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .sm-max\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .sm-max\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .sm-max\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .sm-max\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .sm-max\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .sm-max\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .sm-max\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .sm-max\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .sm-max\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .sm-max\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .sm-max\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .sm-max\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .sm-max\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .sm-max\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .sm-max\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .sm-max\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .sm-max\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .sm-max\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .sm-max\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .sm-max\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .sm-max\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .sm-max\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .sm-max\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .sm-max\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .sm-max\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .sm-max\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .sm-max\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .sm-max\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .sm-max\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .sm-max\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .sm-max\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .sm-max\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .sm-max\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .sm-max\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .sm-max\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .sm-max\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .sm-max\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .sm-max\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .sm-max\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .sm-max\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .sm-max\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .sm-max\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .sm-max\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .sm-max\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .sm-max\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .sm-max\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .sm-max\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .sm-max\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .sm-max\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .sm-max\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .sm-max\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .sm-max\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .sm-max\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .sm-max\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .sm-max\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .sm-max\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .sm-max\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .sm-max\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .sm-max\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .sm-max\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .sm-max\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .sm-max\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .sm-max\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .sm-max\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .sm-max\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .sm-max\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .sm-max\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .sm-max\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .sm-max\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .sm-max\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .sm-max\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .sm-max\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .sm-max\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .sm-max\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .sm-max\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .sm-max\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .sm-max\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .sm-max\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .sm-max\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .sm-max\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .sm-max\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .sm-max\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .sm-max\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .sm-max\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .sm-max\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .sm-max\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .sm-max\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .sm-max\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .sm-max\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .sm-max\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .sm-max\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .sm-max\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .sm-max\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .sm-max\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .sm-max\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .sm-max\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .sm-max\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .sm-max\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .sm-max\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .sm-max\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .sm-max\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .sm-max\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .sm-max\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .sm-max\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .sm-max\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .sm-max\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .sm-max\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .sm-max\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .sm-max\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .sm-max\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .sm-max\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .sm-max\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .sm-max\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .sm-max\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .sm-max\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .sm-max\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .sm-max\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .sm-max\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .sm-max\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .sm-max\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .sm-max\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .sm-max\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .sm-max\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .sm-max\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .sm-max\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .sm-max\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .sm-max\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .sm-max\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .sm-max\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .sm-max\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .sm-max\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .sm-max\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .sm-max\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .sm-max\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .sm-max\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .sm-max\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .sm-max\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .sm-max\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .sm-max\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .sm-max\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .sm-max\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .sm-max\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .sm-max\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .sm-max\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .sm-max\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .sm-max\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .sm-max\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .sm-max\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .sm-max\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .sm-max\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .sm-max\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .sm-max\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .sm-max\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .sm-max\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .sm-max\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .sm-max\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .sm-max\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .sm-max\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .sm-max\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .sm-max\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .sm-max\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .sm-max\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .sm-max\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .sm-max\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .sm-max\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .sm-max\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .sm-max\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .sm-max\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .sm-max\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .sm-max\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .sm-max\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .sm-max\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .sm-max\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .sm-max\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .sm-max\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .sm-max\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .sm-max\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .sm-max\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .sm-max\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .sm-max\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .sm-max\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .sm-max\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .sm-max\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .sm-max\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .sm-max\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .sm-max\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .sm-max\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .sm-max\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .sm-max\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .sm-max\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .sm-max\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .sm-max\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .sm-max\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .sm-max\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .sm-max\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .sm-max\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .sm-max\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .sm-max\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .sm-max\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .sm-max\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .sm-max\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .sm-max\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .sm-max\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .sm-max\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .sm-max\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .sm-max\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .sm-max\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .sm-max\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .sm-max\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .sm-max\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .sm-max\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .sm-max\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .sm-max\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .sm-max\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .sm-max\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .sm-max\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .sm-max\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .sm-max\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .sm-max\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .sm-max\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .sm-max\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .sm-max\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .sm-max\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .sm-max\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .sm-max\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .sm-max\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .sm-max\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .sm-max\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .sm-max\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .sm-max\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .sm-max\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .sm-max\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .sm-max\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .sm-max\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .sm-max\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .sm-max\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .sm-max\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .sm-max\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .sm-max\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .sm-max\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .sm-max\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .sm-max\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .sm-max\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .sm-max\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .sm-max\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .sm-max\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .sm-max\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .sm-max\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .sm-max\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .sm-max\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .sm-max\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .sm-max\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .sm-max\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .sm-max\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .sm-max\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .sm-max\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .sm-max\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .sm-max\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .sm-max\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .sm-max\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .sm-max\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .sm-max\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .sm-max\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .sm-max\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .sm-max\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .sm-max\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .sm-max\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .sm-max\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .sm-max\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .sm-max\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .sm-max\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .sm-max\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .sm-max\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .sm-max\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .sm-max\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .sm-max\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .sm-max\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .sm-max\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .sm-max\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .sm-max\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .sm-max\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .sm-max\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .sm-max\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .sm-max\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .sm-max\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .sm-max\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .sm-max\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .sm-max\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .sm-max\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .sm-max\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .sm-max\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .sm-max\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .sm-max\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .sm-max\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .sm-max\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .sm-max\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .sm-max\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .sm-max\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .sm-max\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .sm-max\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .sm-max\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .sm-max\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .sm-max\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .sm-max\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .sm-max\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .sm-max\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .sm-max\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .sm-max\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .sm-max\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .sm-max\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .sm-max\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .sm-max\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .sm-max\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .sm-max\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .sm-max\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .sm-max\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .sm-max\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .sm-max\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .sm-max\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .sm-max\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .sm-max\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .sm-max\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .sm-max\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .sm-max\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .sm-max\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .sm-max\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .sm-max\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .sm-max\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .sm-max\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .sm-max\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .sm-max\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .sm-max\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .sm-max\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .sm-max\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .sm-max\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .sm-max\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .sm-max\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .sm-max\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .sm-max\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .sm-max\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .sm-max\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .sm-max\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .sm-max\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .sm-max\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .sm-max\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .sm-max\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .sm-max\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .sm-max\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .sm-max\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .sm-max\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .sm-max\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .sm-max\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .sm-max\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .sm-max\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .sm-max\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .sm-max\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .sm-max\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .sm-max\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .sm-max\:max-h-0 {
    max-height: 0px;
  }

  .sm-max\:max-h-15 {
    max-height: 15px;
  }

  .sm-max\:max-h-250 {
    max-height: 250px;
  }

  .sm-max\:max-h-300 {
    max-height: 300px;
  }

  .sm-max\:max-h-400 {
    max-height: 400px;
  }

  .sm-max\:max-h-450 {
    max-height: 450px;
  }

  .sm-max\:max-h-500 {
    max-height: 500px;
  }

  .sm-max\:max-h-full {
    max-height: 100%;
  }

  .sm-max\:max-h-screen {
    max-height: 100vh;
  }

  .sm-max\:max-h-80vh {
    max-height: 80vh;
  }

  .sm-max\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .sm-max\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .sm-max\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .sm-max\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .sm-max\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .sm-max\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .sm-max\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .sm-max\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .sm-max\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .sm-max\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .sm-max\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .sm-max\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .sm-max\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .sm-max\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .sm-max\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .sm-max\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .sm-max\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .sm-max\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .sm-max\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .sm-max\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .sm-max\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .sm-max\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .sm-max\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .sm-max\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .sm-max\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .sm-max\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .sm-max\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .sm-max\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .sm-max\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .sm-max\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .sm-max\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .sm-max\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .sm-max\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .sm-max\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .sm-max\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .sm-max\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .sm-max\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .sm-max\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .sm-max\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .sm-max\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .sm-max\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .sm-max\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .sm-max\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .sm-max\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .sm-max\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .sm-max\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .sm-max\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .sm-max\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .sm-max\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .sm-max\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .sm-max\:max-w-30 {
    max-width: 30px;
  }

  .sm-max\:max-w-110 {
    max-width: 110px;
  }

  .sm-max\:max-w-150 {
    max-width: 150px;
  }

  .sm-max\:max-w-270 {
    max-width: 270px;
  }

  .sm-max\:max-w-300 {
    max-width: 300px;
  }

  .sm-max\:max-w-500 {
    max-width: 500px;
  }

  .sm-max\:max-w-900 {
    max-width: 900px;
  }

  .sm-max\:max-w-1128 {
    max-width: 1128px;
  }

  .sm-max\:max-w-1380 {
    max-width: 1380px;
  }

  .sm-max\:max-w-none {
    max-width: none;
  }

  .sm-max\:max-w-xs {
    max-width: 20rem;
  }

  .sm-max\:max-w-sm {
    max-width: 24rem;
  }

  .sm-max\:max-w-md {
    max-width: 28rem;
  }

  .sm-max\:max-w-lg {
    max-width: 32rem;
  }

  .sm-max\:max-w-xl {
    max-width: 36rem;
  }

  .sm-max\:max-w-2xl {
    max-width: 42rem;
  }

  .sm-max\:max-w-3xl {
    max-width: 48rem;
  }

  .sm-max\:max-w-4xl {
    max-width: 56rem;
  }

  .sm-max\:max-w-5xl {
    max-width: 64rem;
  }

  .sm-max\:max-w-6xl {
    max-width: 72rem;
  }

  .sm-max\:max-w-full {
    max-width: 100%;
  }

  .sm-max\:max-w-screen-xs {
    max-width: 376px;
  }

  .sm-max\:max-w-screen-s {
    max-width: 650px;
  }

  .sm-max\:max-w-screen-md {
    max-width: 900px;
  }

  .sm-max\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .sm-max\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .sm-max\:max-w-screen-lg {
    max-width: 1600px;
  }

  .sm-max\:max-w-100vw {
    max-width: 100vw;
  }

  .sm-max\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .sm-max\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .sm-max\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .sm-max\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .sm-max\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .sm-max\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .sm-max\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .sm-max\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .sm-max\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .sm-max\:hover\:max-w-none:hover {
    max-width: none;
  }

  .sm-max\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .sm-max\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .sm-max\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .sm-max\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .sm-max\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .sm-max\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .sm-max\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .sm-max\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .sm-max\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .sm-max\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .sm-max\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .sm-max\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .sm-max\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .sm-max\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .sm-max\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .sm-max\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .sm-max\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .sm-max\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .sm-max\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .sm-max\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .sm-max\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .sm-max\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .sm-max\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .sm-max\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .sm-max\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .sm-max\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .sm-max\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .sm-max\:focus\:max-w-none:focus {
    max-width: none;
  }

  .sm-max\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .sm-max\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .sm-max\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .sm-max\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .sm-max\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .sm-max\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .sm-max\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .sm-max\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .sm-max\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .sm-max\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .sm-max\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .sm-max\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .sm-max\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .sm-max\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .sm-max\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .sm-max\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .sm-max\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .sm-max\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .sm-max\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .sm-max\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .sm-max\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .sm-max\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .sm-max\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .sm-max\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .sm-max\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .sm-max\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .sm-max\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .sm-max\:first\:max-w-none:first-child {
    max-width: none;
  }

  .sm-max\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .sm-max\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .sm-max\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .sm-max\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .sm-max\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .sm-max\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .sm-max\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .sm-max\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .sm-max\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .sm-max\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .sm-max\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .sm-max\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .sm-max\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .sm-max\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .sm-max\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .sm-max\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .sm-max\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .sm-max\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .sm-max\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .sm-max\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .sm-max\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .sm-max\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .sm-max\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .sm-max\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .sm-max\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .sm-max\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .sm-max\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .sm-max\:last\:max-w-none:last-child {
    max-width: none;
  }

  .sm-max\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .sm-max\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .sm-max\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .sm-max\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .sm-max\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .sm-max\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .sm-max\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .sm-max\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .sm-max\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .sm-max\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .sm-max\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .sm-max\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .sm-max\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .sm-max\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .sm-max\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .sm-max\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .sm-max\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .sm-max\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .sm-max\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .sm-max\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .sm-max\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .sm-max\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .sm-max\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .sm-max\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .sm-max\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .sm-max\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .sm-max\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .sm-max\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .sm-max\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .sm-max\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .sm-max\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .sm-max\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .sm-max\:min-h-0 {
    min-height: 0;
  }

  .sm-max\:min-h-150 {
    min-height: 150px;
  }

  .sm-max\:min-h-full {
    min-height: 100%;
  }

  .sm-max\:min-h-screen {
    min-height: 100vh;
  }

  .sm-max\:min-h-50vh {
    min-height: 50vh;
  }

  .sm-max\:min-h-60vh {
    min-height: 60vh;
  }

  .sm-max\:min-h-80vh {
    min-height: 80vh;
  }

  .sm-max\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .sm-max\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .sm-max\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .sm-max\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .sm-max\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .sm-max\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .sm-max\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .sm-max\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .sm-max\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .sm-max\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .sm-max\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .sm-max\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .sm-max\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .sm-max\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .sm-max\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .sm-max\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .sm-max\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .sm-max\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .sm-max\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .sm-max\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .sm-max\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .sm-max\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .sm-max\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .sm-max\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .sm-max\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .sm-max\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .sm-max\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .sm-max\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .sm-max\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .sm-max\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .sm-max\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .sm-max\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .sm-max\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .sm-max\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .sm-max\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .sm-max\:min-w-0 {
    min-width: 0;
  }

  .sm-max\:min-w-6 {
    min-width: 6px;
  }

  .sm-max\:min-w-full {
    min-width: 100%;
  }

  .sm-max\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .sm-max\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .sm-max\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .sm-max\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .sm-max\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .sm-max\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .sm-max\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .sm-max\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .sm-max\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .sm-max\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .sm-max\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .sm-max\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .sm-max\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .sm-max\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .sm-max\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .sm-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .sm-max\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .sm-max\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .sm-max\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .sm-max\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .sm-max\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .sm-max\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .sm-max\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .sm-max\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .sm-max\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .sm-max\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .sm-max\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .sm-max\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .sm-max\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .sm-max\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:opacity-0 {
    opacity: 0;
  }

  .sm-max\:opacity-15 {
    opacity: 0.15;
  }

  .sm-max\:opacity-25 {
    opacity: 0.25;
  }

  .sm-max\:opacity-50 {
    opacity: 0.5;
  }

  .sm-max\:opacity-75 {
    opacity: 0.75;
  }

  .sm-max\:opacity-80 {
    opacity: 0.8;
  }

  .sm-max\:opacity-100 {
    opacity: 1;
  }

  .sm-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm-max\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .sm-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm-max\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .sm-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm-max\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .sm-max\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .sm-max\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .sm-max\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .sm-max\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .sm-max\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .sm-max\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .sm-max\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .sm-max\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .sm-max\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .sm-max\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .sm-max\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .sm-max\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .sm-max\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .sm-max\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .sm-max\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .sm-max\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:overflow-auto {
    overflow: auto;
  }

  .sm-max\:overflow-hidden {
    overflow: hidden;
  }

  .sm-max\:overflow-visible {
    overflow: visible;
  }

  .sm-max\:overflow-scroll {
    overflow: scroll;
  }

  .sm-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm-max\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm-max\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm-max\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .sm-max\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .sm-max\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .sm-max\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .sm-max\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .sm-max\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .sm-max\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .sm-max\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .sm-max\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .sm-max\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .sm-max\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .sm-max\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .sm-max\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .sm-max\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .sm-max\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .sm-max\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .sm-max\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .sm-max\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .sm-max\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .sm-max\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .sm-max\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .sm-max\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .sm-max\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .sm-max\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .sm-max\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .sm-max\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .sm-max\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .sm-max\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .sm-max\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .sm-max\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .sm-max\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .sm-max\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .sm-max\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .sm-max\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .sm-max\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .sm-max\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .sm-max\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .sm-max\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .sm-max\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .sm-max\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .sm-max\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm-max\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .sm-max\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .sm-max\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .sm-max\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .sm-max\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .sm-max\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .sm-max\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .sm-max\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .sm-max\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .sm-max\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .sm-max\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .sm-max\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .sm-max\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .sm-max\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .sm-max\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .sm-max\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .sm-max\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .sm-max\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .sm-max\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .sm-max\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .sm-max\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .sm-max\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .sm-max\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .sm-max\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .sm-max\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .sm-max\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .sm-max\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .sm-max\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .sm-max\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm-max\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm-max\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm-max\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm-max\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm-max\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm-max\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm-max\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .sm-max\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .sm-max\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .sm-max\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .sm-max\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .sm-max\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .sm-max\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm-max\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm-max\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm-max\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .sm-max\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .sm-max\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .sm-max\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .sm-max\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .sm-max\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .sm-max\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm-max\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm-max\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm-max\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .sm-max\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .sm-max\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .sm-max\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .sm-max\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .sm-max\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .sm-max\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm-max\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm-max\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm-max\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .sm-max\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .sm-max\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .sm-max\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .sm-max\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .sm-max\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .sm-max\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .sm-max\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .sm-max\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .sm-max\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .sm-max\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .sm-max\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .sm-max\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .sm-max\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .sm-max\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm-max\:p-0 {
    padding: 0px;
  }

  .sm-max\:p-1 {
    padding: 0.25rem;
  }

  .sm-max\:p-2 {
    padding: 0.5rem;
  }

  .sm-max\:p-3 {
    padding: 3px;
  }

  .sm-max\:p-4 {
    padding: 4px;
  }

  .sm-max\:p-5 {
    padding: 5px;
  }

  .sm-max\:p-6 {
    padding: 6px;
  }

  .sm-max\:p-8 {
    padding: 8px;
  }

  .sm-max\:p-9 {
    padding: 9px;
  }

  .sm-max\:p-10 {
    padding: 10px;
  }

  .sm-max\:p-12 {
    padding: 12px;
  }

  .sm-max\:p-13 {
    padding: 13px;
  }

  .sm-max\:p-14 {
    padding: 14px;
  }

  .sm-max\:p-15 {
    padding: 15px;
  }

  .sm-max\:p-16 {
    padding: 16px;
  }

  .sm-max\:p-17 {
    padding: 17px;
  }

  .sm-max\:p-18 {
    padding: 18px;
  }

  .sm-max\:p-20 {
    padding: 20px;
  }

  .sm-max\:p-22 {
    padding: 22px;
  }

  .sm-max\:p-24 {
    padding: 24px;
  }

  .sm-max\:p-25 {
    padding: 25px;
  }

  .sm-max\:p-28 {
    padding: 28px;
  }

  .sm-max\:p-29 {
    padding: 29px;
  }

  .sm-max\:p-30 {
    padding: 30px;
  }

  .sm-max\:p-32 {
    padding: 32px;
  }

  .sm-max\:p-35 {
    padding: 35px;
  }

  .sm-max\:p-36 {
    padding: 36px;
  }

  .sm-max\:p-37 {
    padding: 37px;
  }

  .sm-max\:p-40 {
    padding: 40px;
  }

  .sm-max\:p-45 {
    padding: 45px;
  }

  .sm-max\:p-48 {
    padding: 48px;
  }

  .sm-max\:p-50 {
    padding: 50px;
  }

  .sm-max\:p-55 {
    padding: 55px;
  }

  .sm-max\:p-56 {
    padding: 56px;
  }

  .sm-max\:p-60 {
    padding: 60px;
  }

  .sm-max\:p-62 {
    padding: 62px;
  }

  .sm-max\:p-64 {
    padding: 64px;
  }

  .sm-max\:p-65 {
    padding: 65px;
  }

  .sm-max\:p-70 {
    padding: 70px;
  }

  .sm-max\:p-75 {
    padding: 75px;
  }

  .sm-max\:p-80 {
    padding: 80px;
  }

  .sm-max\:p-85 {
    padding: 85px;
  }

  .sm-max\:p-90 {
    padding: 90px;
  }

  .sm-max\:p-95 {
    padding: 95px;
  }

  .sm-max\:p-96 {
    padding: 96px;
  }

  .sm-max\:p-100 {
    padding: 100px;
  }

  .sm-max\:p-110 {
    padding: 110px;
  }

  .sm-max\:p-115 {
    padding: 115px;
  }

  .sm-max\:p-120 {
    padding: 120px;
  }

  .sm-max\:p-128 {
    padding: 128px;
  }

  .sm-max\:p-135 {
    padding: 135px;
  }

  .sm-max\:p-140 {
    padding: 140px;
  }

  .sm-max\:p-145 {
    padding: 145px;
  }

  .sm-max\:p-150 {
    padding: 150px;
  }

  .sm-max\:p-160 {
    padding: 160px;
  }

  .sm-max\:p-165 {
    padding: 165px;
  }

  .sm-max\:p-168 {
    padding: 168px;
  }

  .sm-max\:p-170 {
    padding: 170px;
  }

  .sm-max\:p-180 {
    padding: 180px;
  }

  .sm-max\:p-200 {
    padding: 200px;
  }

  .sm-max\:p-220 {
    padding: 220px;
  }

  .sm-max\:p-230 {
    padding: 230px;
  }

  .sm-max\:p-235 {
    padding: 235px;
  }

  .sm-max\:p-240 {
    padding: 240px;
  }

  .sm-max\:p-250 {
    padding: 250px;
  }

  .sm-max\:p-300 {
    padding: 300px;
  }

  .sm-max\:p-320 {
    padding: 320px;
  }

  .sm-max\:p-350 {
    padding: 350px;
  }

  .sm-max\:p-375 {
    padding: 375px;
  }

  .sm-max\:p-400 {
    padding: 400px;
  }

  .sm-max\:p-450 {
    padding: 450px;
  }

  .sm-max\:p-700 {
    padding: 700px;
  }

  .sm-max\:p-px {
    padding: 1px;
  }

  .sm-max\:p-1p {
    padding: 1%;
  }

  .sm-max\:p-1\/12 {
    padding: 8.3333%;
  }

  .sm-max\:p-2\/12 {
    padding: 16.666667%;
  }

  .sm-max\:p-11p {
    padding: 11%;
  }

  .sm-max\:p-20p {
    padding: 20%;
  }

  .sm-max\:p-24p {
    padding: 24.25%;
  }

  .sm-max\:p-25p {
    padding: 25%;
  }

  .sm-max\:p-32p {
    padding: 32%;
  }

  .sm-max\:p-35p {
    padding: 35%;
  }

  .sm-max\:p-40p {
    padding: 40%;
  }

  .sm-max\:p-49p {
    padding: 49%;
  }

  .sm-max\:p-49-5p {
    padding: 49.5%;
  }

  .sm-max\:p-80p {
    padding: 80%;
  }

  .sm-max\:p-vh80 {
    padding: 80vh;
  }

  .sm-max\:p-vh86 {
    padding: 86vh;
  }

  .sm-max\:p-vh90 {
    padding: 90vh;
  }

  .sm-max\:p-vw80 {
    padding: 80vw;
  }

  .sm-max\:p-vw90 {
    padding: 90vw;
  }

  .sm-max\:p-90p {
    padding: 90%;
  }

  .sm-max\:p-92p {
    padding: 92%;
  }

  .sm-max\:p-93p {
    padding: 93%;
  }

  .sm-max\:p-94p {
    padding: 94%;
  }

  .sm-max\:p-95p {
    padding: 95%;
  }

  .sm-max\:p-96p {
    padding: 96%;
  }

  .sm-max\:p-100p {
    padding: 100%;
  }

  .sm-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm-max\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm-max\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-max\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-max\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-max\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-max\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm-max\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-max\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-max\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-max\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm-max\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm-max\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-max\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-max\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-max\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-max\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm-max\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm-max\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm-max\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm-max\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-max\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-max\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-max\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-max\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm-max\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm-max\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm-max\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-max\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-max\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-max\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm-max\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-max\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-max\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-max\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-max\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-max\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm-max\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm-max\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm-max\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm-max\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-max\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-max\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-max\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-max\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-max\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-max\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm-max\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm-max\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm-max\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm-max\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-max\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-max\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-max\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-max\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-max\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-max\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-max\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-max\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-max\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-max\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm-max\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm-max\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-max\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-max\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm-max\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm-max\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-max\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-max\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-max\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-max\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-max\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-max\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-max\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-max\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm-max\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm-max\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm-max\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm-max\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm-max\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm-max\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm-max\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm-max\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm-max\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm-max\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-max\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-max\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm-max\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm-max\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm-max\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm-max\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm-max\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm-max\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-max\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-max\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm-max\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm-max\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm-max\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm-max\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm-max\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm-max\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm-max\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm-max\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm-max\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm-max\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .sm-max\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .sm-max\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .sm-max\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .sm-max\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm-max\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm-max\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm-max\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm-max\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm-max\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm-max\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm-max\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm-max\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm-max\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm-max\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .sm-max\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .sm-max\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm-max\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm-max\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm-max\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm-max\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm-max\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm-max\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm-max\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm-max\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .sm-max\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .sm-max\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .sm-max\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .sm-max\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .sm-max\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .sm-max\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .sm-max\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .sm-max\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .sm-max\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .sm-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .sm-max\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .sm-max\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm-max\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm-max\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .sm-max\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .sm-max\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm-max\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm-max\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .sm-max\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .sm-max\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm-max\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm-max\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .sm-max\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .sm-max\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm-max\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm-max\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm-max\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm-max\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm-max\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm-max\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .sm-max\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .sm-max\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm-max\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm-max\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm-max\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm-max\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .sm-max\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .sm-max\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm-max\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm-max\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .sm-max\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .sm-max\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .sm-max\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .sm-max\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm-max\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm-max\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .sm-max\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .sm-max\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .sm-max\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .sm-max\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .sm-max\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .sm-max\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm-max\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm-max\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm-max\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm-max\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-max\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-max\:pt-0 {
    padding-top: 0px;
  }

  .sm-max\:pr-0 {
    padding-right: 0px;
  }

  .sm-max\:pb-0 {
    padding-bottom: 0px;
  }

  .sm-max\:pl-0 {
    padding-left: 0px;
  }

  .sm-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm-max\:pt-3 {
    padding-top: 3px;
  }

  .sm-max\:pr-3 {
    padding-right: 3px;
  }

  .sm-max\:pb-3 {
    padding-bottom: 3px;
  }

  .sm-max\:pl-3 {
    padding-left: 3px;
  }

  .sm-max\:pt-4 {
    padding-top: 4px;
  }

  .sm-max\:pr-4 {
    padding-right: 4px;
  }

  .sm-max\:pb-4 {
    padding-bottom: 4px;
  }

  .sm-max\:pl-4 {
    padding-left: 4px;
  }

  .sm-max\:pt-5 {
    padding-top: 5px;
  }

  .sm-max\:pr-5 {
    padding-right: 5px;
  }

  .sm-max\:pb-5 {
    padding-bottom: 5px;
  }

  .sm-max\:pl-5 {
    padding-left: 5px;
  }

  .sm-max\:pt-6 {
    padding-top: 6px;
  }

  .sm-max\:pr-6 {
    padding-right: 6px;
  }

  .sm-max\:pb-6 {
    padding-bottom: 6px;
  }

  .sm-max\:pl-6 {
    padding-left: 6px;
  }

  .sm-max\:pt-8 {
    padding-top: 8px;
  }

  .sm-max\:pr-8 {
    padding-right: 8px;
  }

  .sm-max\:pb-8 {
    padding-bottom: 8px;
  }

  .sm-max\:pl-8 {
    padding-left: 8px;
  }

  .sm-max\:pt-9 {
    padding-top: 9px;
  }

  .sm-max\:pr-9 {
    padding-right: 9px;
  }

  .sm-max\:pb-9 {
    padding-bottom: 9px;
  }

  .sm-max\:pl-9 {
    padding-left: 9px;
  }

  .sm-max\:pt-10 {
    padding-top: 10px;
  }

  .sm-max\:pr-10 {
    padding-right: 10px;
  }

  .sm-max\:pb-10 {
    padding-bottom: 10px;
  }

  .sm-max\:pl-10 {
    padding-left: 10px;
  }

  .sm-max\:pt-12 {
    padding-top: 12px;
  }

  .sm-max\:pr-12 {
    padding-right: 12px;
  }

  .sm-max\:pb-12 {
    padding-bottom: 12px;
  }

  .sm-max\:pl-12 {
    padding-left: 12px;
  }

  .sm-max\:pt-13 {
    padding-top: 13px;
  }

  .sm-max\:pr-13 {
    padding-right: 13px;
  }

  .sm-max\:pb-13 {
    padding-bottom: 13px;
  }

  .sm-max\:pl-13 {
    padding-left: 13px;
  }

  .sm-max\:pt-14 {
    padding-top: 14px;
  }

  .sm-max\:pr-14 {
    padding-right: 14px;
  }

  .sm-max\:pb-14 {
    padding-bottom: 14px;
  }

  .sm-max\:pl-14 {
    padding-left: 14px;
  }

  .sm-max\:pt-15 {
    padding-top: 15px;
  }

  .sm-max\:pr-15 {
    padding-right: 15px;
  }

  .sm-max\:pb-15 {
    padding-bottom: 15px;
  }

  .sm-max\:pl-15 {
    padding-left: 15px;
  }

  .sm-max\:pt-16 {
    padding-top: 16px;
  }

  .sm-max\:pr-16 {
    padding-right: 16px;
  }

  .sm-max\:pb-16 {
    padding-bottom: 16px;
  }

  .sm-max\:pl-16 {
    padding-left: 16px;
  }

  .sm-max\:pt-17 {
    padding-top: 17px;
  }

  .sm-max\:pr-17 {
    padding-right: 17px;
  }

  .sm-max\:pb-17 {
    padding-bottom: 17px;
  }

  .sm-max\:pl-17 {
    padding-left: 17px;
  }

  .sm-max\:pt-18 {
    padding-top: 18px;
  }

  .sm-max\:pr-18 {
    padding-right: 18px;
  }

  .sm-max\:pb-18 {
    padding-bottom: 18px;
  }

  .sm-max\:pl-18 {
    padding-left: 18px;
  }

  .sm-max\:pt-20 {
    padding-top: 20px;
  }

  .sm-max\:pr-20 {
    padding-right: 20px;
  }

  .sm-max\:pb-20 {
    padding-bottom: 20px;
  }

  .sm-max\:pl-20 {
    padding-left: 20px;
  }

  .sm-max\:pt-22 {
    padding-top: 22px;
  }

  .sm-max\:pr-22 {
    padding-right: 22px;
  }

  .sm-max\:pb-22 {
    padding-bottom: 22px;
  }

  .sm-max\:pl-22 {
    padding-left: 22px;
  }

  .sm-max\:pt-24 {
    padding-top: 24px;
  }

  .sm-max\:pr-24 {
    padding-right: 24px;
  }

  .sm-max\:pb-24 {
    padding-bottom: 24px;
  }

  .sm-max\:pl-24 {
    padding-left: 24px;
  }

  .sm-max\:pt-25 {
    padding-top: 25px;
  }

  .sm-max\:pr-25 {
    padding-right: 25px;
  }

  .sm-max\:pb-25 {
    padding-bottom: 25px;
  }

  .sm-max\:pl-25 {
    padding-left: 25px;
  }

  .sm-max\:pt-28 {
    padding-top: 28px;
  }

  .sm-max\:pr-28 {
    padding-right: 28px;
  }

  .sm-max\:pb-28 {
    padding-bottom: 28px;
  }

  .sm-max\:pl-28 {
    padding-left: 28px;
  }

  .sm-max\:pt-29 {
    padding-top: 29px;
  }

  .sm-max\:pr-29 {
    padding-right: 29px;
  }

  .sm-max\:pb-29 {
    padding-bottom: 29px;
  }

  .sm-max\:pl-29 {
    padding-left: 29px;
  }

  .sm-max\:pt-30 {
    padding-top: 30px;
  }

  .sm-max\:pr-30 {
    padding-right: 30px;
  }

  .sm-max\:pb-30 {
    padding-bottom: 30px;
  }

  .sm-max\:pl-30 {
    padding-left: 30px;
  }

  .sm-max\:pt-32 {
    padding-top: 32px;
  }

  .sm-max\:pr-32 {
    padding-right: 32px;
  }

  .sm-max\:pb-32 {
    padding-bottom: 32px;
  }

  .sm-max\:pl-32 {
    padding-left: 32px;
  }

  .sm-max\:pt-35 {
    padding-top: 35px;
  }

  .sm-max\:pr-35 {
    padding-right: 35px;
  }

  .sm-max\:pb-35 {
    padding-bottom: 35px;
  }

  .sm-max\:pl-35 {
    padding-left: 35px;
  }

  .sm-max\:pt-36 {
    padding-top: 36px;
  }

  .sm-max\:pr-36 {
    padding-right: 36px;
  }

  .sm-max\:pb-36 {
    padding-bottom: 36px;
  }

  .sm-max\:pl-36 {
    padding-left: 36px;
  }

  .sm-max\:pt-37 {
    padding-top: 37px;
  }

  .sm-max\:pr-37 {
    padding-right: 37px;
  }

  .sm-max\:pb-37 {
    padding-bottom: 37px;
  }

  .sm-max\:pl-37 {
    padding-left: 37px;
  }

  .sm-max\:pt-40 {
    padding-top: 40px;
  }

  .sm-max\:pr-40 {
    padding-right: 40px;
  }

  .sm-max\:pb-40 {
    padding-bottom: 40px;
  }

  .sm-max\:pl-40 {
    padding-left: 40px;
  }

  .sm-max\:pt-45 {
    padding-top: 45px;
  }

  .sm-max\:pr-45 {
    padding-right: 45px;
  }

  .sm-max\:pb-45 {
    padding-bottom: 45px;
  }

  .sm-max\:pl-45 {
    padding-left: 45px;
  }

  .sm-max\:pt-48 {
    padding-top: 48px;
  }

  .sm-max\:pr-48 {
    padding-right: 48px;
  }

  .sm-max\:pb-48 {
    padding-bottom: 48px;
  }

  .sm-max\:pl-48 {
    padding-left: 48px;
  }

  .sm-max\:pt-50 {
    padding-top: 50px;
  }

  .sm-max\:pr-50 {
    padding-right: 50px;
  }

  .sm-max\:pb-50 {
    padding-bottom: 50px;
  }

  .sm-max\:pl-50 {
    padding-left: 50px;
  }

  .sm-max\:pt-55 {
    padding-top: 55px;
  }

  .sm-max\:pr-55 {
    padding-right: 55px;
  }

  .sm-max\:pb-55 {
    padding-bottom: 55px;
  }

  .sm-max\:pl-55 {
    padding-left: 55px;
  }

  .sm-max\:pt-56 {
    padding-top: 56px;
  }

  .sm-max\:pr-56 {
    padding-right: 56px;
  }

  .sm-max\:pb-56 {
    padding-bottom: 56px;
  }

  .sm-max\:pl-56 {
    padding-left: 56px;
  }

  .sm-max\:pt-60 {
    padding-top: 60px;
  }

  .sm-max\:pr-60 {
    padding-right: 60px;
  }

  .sm-max\:pb-60 {
    padding-bottom: 60px;
  }

  .sm-max\:pl-60 {
    padding-left: 60px;
  }

  .sm-max\:pt-62 {
    padding-top: 62px;
  }

  .sm-max\:pr-62 {
    padding-right: 62px;
  }

  .sm-max\:pb-62 {
    padding-bottom: 62px;
  }

  .sm-max\:pl-62 {
    padding-left: 62px;
  }

  .sm-max\:pt-64 {
    padding-top: 64px;
  }

  .sm-max\:pr-64 {
    padding-right: 64px;
  }

  .sm-max\:pb-64 {
    padding-bottom: 64px;
  }

  .sm-max\:pl-64 {
    padding-left: 64px;
  }

  .sm-max\:pt-65 {
    padding-top: 65px;
  }

  .sm-max\:pr-65 {
    padding-right: 65px;
  }

  .sm-max\:pb-65 {
    padding-bottom: 65px;
  }

  .sm-max\:pl-65 {
    padding-left: 65px;
  }

  .sm-max\:pt-70 {
    padding-top: 70px;
  }

  .sm-max\:pr-70 {
    padding-right: 70px;
  }

  .sm-max\:pb-70 {
    padding-bottom: 70px;
  }

  .sm-max\:pl-70 {
    padding-left: 70px;
  }

  .sm-max\:pt-75 {
    padding-top: 75px;
  }

  .sm-max\:pr-75 {
    padding-right: 75px;
  }

  .sm-max\:pb-75 {
    padding-bottom: 75px;
  }

  .sm-max\:pl-75 {
    padding-left: 75px;
  }

  .sm-max\:pt-80 {
    padding-top: 80px;
  }

  .sm-max\:pr-80 {
    padding-right: 80px;
  }

  .sm-max\:pb-80 {
    padding-bottom: 80px;
  }

  .sm-max\:pl-80 {
    padding-left: 80px;
  }

  .sm-max\:pt-85 {
    padding-top: 85px;
  }

  .sm-max\:pr-85 {
    padding-right: 85px;
  }

  .sm-max\:pb-85 {
    padding-bottom: 85px;
  }

  .sm-max\:pl-85 {
    padding-left: 85px;
  }

  .sm-max\:pt-90 {
    padding-top: 90px;
  }

  .sm-max\:pr-90 {
    padding-right: 90px;
  }

  .sm-max\:pb-90 {
    padding-bottom: 90px;
  }

  .sm-max\:pl-90 {
    padding-left: 90px;
  }

  .sm-max\:pt-95 {
    padding-top: 95px;
  }

  .sm-max\:pr-95 {
    padding-right: 95px;
  }

  .sm-max\:pb-95 {
    padding-bottom: 95px;
  }

  .sm-max\:pl-95 {
    padding-left: 95px;
  }

  .sm-max\:pt-96 {
    padding-top: 96px;
  }

  .sm-max\:pr-96 {
    padding-right: 96px;
  }

  .sm-max\:pb-96 {
    padding-bottom: 96px;
  }

  .sm-max\:pl-96 {
    padding-left: 96px;
  }

  .sm-max\:pt-100 {
    padding-top: 100px;
  }

  .sm-max\:pr-100 {
    padding-right: 100px;
  }

  .sm-max\:pb-100 {
    padding-bottom: 100px;
  }

  .sm-max\:pl-100 {
    padding-left: 100px;
  }

  .sm-max\:pt-110 {
    padding-top: 110px;
  }

  .sm-max\:pr-110 {
    padding-right: 110px;
  }

  .sm-max\:pb-110 {
    padding-bottom: 110px;
  }

  .sm-max\:pl-110 {
    padding-left: 110px;
  }

  .sm-max\:pt-115 {
    padding-top: 115px;
  }

  .sm-max\:pr-115 {
    padding-right: 115px;
  }

  .sm-max\:pb-115 {
    padding-bottom: 115px;
  }

  .sm-max\:pl-115 {
    padding-left: 115px;
  }

  .sm-max\:pt-120 {
    padding-top: 120px;
  }

  .sm-max\:pr-120 {
    padding-right: 120px;
  }

  .sm-max\:pb-120 {
    padding-bottom: 120px;
  }

  .sm-max\:pl-120 {
    padding-left: 120px;
  }

  .sm-max\:pt-128 {
    padding-top: 128px;
  }

  .sm-max\:pr-128 {
    padding-right: 128px;
  }

  .sm-max\:pb-128 {
    padding-bottom: 128px;
  }

  .sm-max\:pl-128 {
    padding-left: 128px;
  }

  .sm-max\:pt-135 {
    padding-top: 135px;
  }

  .sm-max\:pr-135 {
    padding-right: 135px;
  }

  .sm-max\:pb-135 {
    padding-bottom: 135px;
  }

  .sm-max\:pl-135 {
    padding-left: 135px;
  }

  .sm-max\:pt-140 {
    padding-top: 140px;
  }

  .sm-max\:pr-140 {
    padding-right: 140px;
  }

  .sm-max\:pb-140 {
    padding-bottom: 140px;
  }

  .sm-max\:pl-140 {
    padding-left: 140px;
  }

  .sm-max\:pt-145 {
    padding-top: 145px;
  }

  .sm-max\:pr-145 {
    padding-right: 145px;
  }

  .sm-max\:pb-145 {
    padding-bottom: 145px;
  }

  .sm-max\:pl-145 {
    padding-left: 145px;
  }

  .sm-max\:pt-150 {
    padding-top: 150px;
  }

  .sm-max\:pr-150 {
    padding-right: 150px;
  }

  .sm-max\:pb-150 {
    padding-bottom: 150px;
  }

  .sm-max\:pl-150 {
    padding-left: 150px;
  }

  .sm-max\:pt-160 {
    padding-top: 160px;
  }

  .sm-max\:pr-160 {
    padding-right: 160px;
  }

  .sm-max\:pb-160 {
    padding-bottom: 160px;
  }

  .sm-max\:pl-160 {
    padding-left: 160px;
  }

  .sm-max\:pt-165 {
    padding-top: 165px;
  }

  .sm-max\:pr-165 {
    padding-right: 165px;
  }

  .sm-max\:pb-165 {
    padding-bottom: 165px;
  }

  .sm-max\:pl-165 {
    padding-left: 165px;
  }

  .sm-max\:pt-168 {
    padding-top: 168px;
  }

  .sm-max\:pr-168 {
    padding-right: 168px;
  }

  .sm-max\:pb-168 {
    padding-bottom: 168px;
  }

  .sm-max\:pl-168 {
    padding-left: 168px;
  }

  .sm-max\:pt-170 {
    padding-top: 170px;
  }

  .sm-max\:pr-170 {
    padding-right: 170px;
  }

  .sm-max\:pb-170 {
    padding-bottom: 170px;
  }

  .sm-max\:pl-170 {
    padding-left: 170px;
  }

  .sm-max\:pt-180 {
    padding-top: 180px;
  }

  .sm-max\:pr-180 {
    padding-right: 180px;
  }

  .sm-max\:pb-180 {
    padding-bottom: 180px;
  }

  .sm-max\:pl-180 {
    padding-left: 180px;
  }

  .sm-max\:pt-200 {
    padding-top: 200px;
  }

  .sm-max\:pr-200 {
    padding-right: 200px;
  }

  .sm-max\:pb-200 {
    padding-bottom: 200px;
  }

  .sm-max\:pl-200 {
    padding-left: 200px;
  }

  .sm-max\:pt-220 {
    padding-top: 220px;
  }

  .sm-max\:pr-220 {
    padding-right: 220px;
  }

  .sm-max\:pb-220 {
    padding-bottom: 220px;
  }

  .sm-max\:pl-220 {
    padding-left: 220px;
  }

  .sm-max\:pt-230 {
    padding-top: 230px;
  }

  .sm-max\:pr-230 {
    padding-right: 230px;
  }

  .sm-max\:pb-230 {
    padding-bottom: 230px;
  }

  .sm-max\:pl-230 {
    padding-left: 230px;
  }

  .sm-max\:pt-235 {
    padding-top: 235px;
  }

  .sm-max\:pr-235 {
    padding-right: 235px;
  }

  .sm-max\:pb-235 {
    padding-bottom: 235px;
  }

  .sm-max\:pl-235 {
    padding-left: 235px;
  }

  .sm-max\:pt-240 {
    padding-top: 240px;
  }

  .sm-max\:pr-240 {
    padding-right: 240px;
  }

  .sm-max\:pb-240 {
    padding-bottom: 240px;
  }

  .sm-max\:pl-240 {
    padding-left: 240px;
  }

  .sm-max\:pt-250 {
    padding-top: 250px;
  }

  .sm-max\:pr-250 {
    padding-right: 250px;
  }

  .sm-max\:pb-250 {
    padding-bottom: 250px;
  }

  .sm-max\:pl-250 {
    padding-left: 250px;
  }

  .sm-max\:pt-300 {
    padding-top: 300px;
  }

  .sm-max\:pr-300 {
    padding-right: 300px;
  }

  .sm-max\:pb-300 {
    padding-bottom: 300px;
  }

  .sm-max\:pl-300 {
    padding-left: 300px;
  }

  .sm-max\:pt-320 {
    padding-top: 320px;
  }

  .sm-max\:pr-320 {
    padding-right: 320px;
  }

  .sm-max\:pb-320 {
    padding-bottom: 320px;
  }

  .sm-max\:pl-320 {
    padding-left: 320px;
  }

  .sm-max\:pt-350 {
    padding-top: 350px;
  }

  .sm-max\:pr-350 {
    padding-right: 350px;
  }

  .sm-max\:pb-350 {
    padding-bottom: 350px;
  }

  .sm-max\:pl-350 {
    padding-left: 350px;
  }

  .sm-max\:pt-375 {
    padding-top: 375px;
  }

  .sm-max\:pr-375 {
    padding-right: 375px;
  }

  .sm-max\:pb-375 {
    padding-bottom: 375px;
  }

  .sm-max\:pl-375 {
    padding-left: 375px;
  }

  .sm-max\:pt-400 {
    padding-top: 400px;
  }

  .sm-max\:pr-400 {
    padding-right: 400px;
  }

  .sm-max\:pb-400 {
    padding-bottom: 400px;
  }

  .sm-max\:pl-400 {
    padding-left: 400px;
  }

  .sm-max\:pt-450 {
    padding-top: 450px;
  }

  .sm-max\:pr-450 {
    padding-right: 450px;
  }

  .sm-max\:pb-450 {
    padding-bottom: 450px;
  }

  .sm-max\:pl-450 {
    padding-left: 450px;
  }

  .sm-max\:pt-700 {
    padding-top: 700px;
  }

  .sm-max\:pr-700 {
    padding-right: 700px;
  }

  .sm-max\:pb-700 {
    padding-bottom: 700px;
  }

  .sm-max\:pl-700 {
    padding-left: 700px;
  }

  .sm-max\:pt-px {
    padding-top: 1px;
  }

  .sm-max\:pr-px {
    padding-right: 1px;
  }

  .sm-max\:pb-px {
    padding-bottom: 1px;
  }

  .sm-max\:pl-px {
    padding-left: 1px;
  }

  .sm-max\:pt-1p {
    padding-top: 1%;
  }

  .sm-max\:pr-1p {
    padding-right: 1%;
  }

  .sm-max\:pb-1p {
    padding-bottom: 1%;
  }

  .sm-max\:pl-1p {
    padding-left: 1%;
  }

  .sm-max\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .sm-max\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .sm-max\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .sm-max\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .sm-max\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .sm-max\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .sm-max\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .sm-max\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .sm-max\:pt-11p {
    padding-top: 11%;
  }

  .sm-max\:pr-11p {
    padding-right: 11%;
  }

  .sm-max\:pb-11p {
    padding-bottom: 11%;
  }

  .sm-max\:pl-11p {
    padding-left: 11%;
  }

  .sm-max\:pt-20p {
    padding-top: 20%;
  }

  .sm-max\:pr-20p {
    padding-right: 20%;
  }

  .sm-max\:pb-20p {
    padding-bottom: 20%;
  }

  .sm-max\:pl-20p {
    padding-left: 20%;
  }

  .sm-max\:pt-24p {
    padding-top: 24.25%;
  }

  .sm-max\:pr-24p {
    padding-right: 24.25%;
  }

  .sm-max\:pb-24p {
    padding-bottom: 24.25%;
  }

  .sm-max\:pl-24p {
    padding-left: 24.25%;
  }

  .sm-max\:pt-25p {
    padding-top: 25%;
  }

  .sm-max\:pr-25p {
    padding-right: 25%;
  }

  .sm-max\:pb-25p {
    padding-bottom: 25%;
  }

  .sm-max\:pl-25p {
    padding-left: 25%;
  }

  .sm-max\:pt-32p {
    padding-top: 32%;
  }

  .sm-max\:pr-32p {
    padding-right: 32%;
  }

  .sm-max\:pb-32p {
    padding-bottom: 32%;
  }

  .sm-max\:pl-32p {
    padding-left: 32%;
  }

  .sm-max\:pt-35p {
    padding-top: 35%;
  }

  .sm-max\:pr-35p {
    padding-right: 35%;
  }

  .sm-max\:pb-35p {
    padding-bottom: 35%;
  }

  .sm-max\:pl-35p {
    padding-left: 35%;
  }

  .sm-max\:pt-40p {
    padding-top: 40%;
  }

  .sm-max\:pr-40p {
    padding-right: 40%;
  }

  .sm-max\:pb-40p {
    padding-bottom: 40%;
  }

  .sm-max\:pl-40p {
    padding-left: 40%;
  }

  .sm-max\:pt-49p {
    padding-top: 49%;
  }

  .sm-max\:pr-49p {
    padding-right: 49%;
  }

  .sm-max\:pb-49p {
    padding-bottom: 49%;
  }

  .sm-max\:pl-49p {
    padding-left: 49%;
  }

  .sm-max\:pt-49-5p {
    padding-top: 49.5%;
  }

  .sm-max\:pr-49-5p {
    padding-right: 49.5%;
  }

  .sm-max\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .sm-max\:pl-49-5p {
    padding-left: 49.5%;
  }

  .sm-max\:pt-80p {
    padding-top: 80%;
  }

  .sm-max\:pr-80p {
    padding-right: 80%;
  }

  .sm-max\:pb-80p {
    padding-bottom: 80%;
  }

  .sm-max\:pl-80p {
    padding-left: 80%;
  }

  .sm-max\:pt-vh80 {
    padding-top: 80vh;
  }

  .sm-max\:pr-vh80 {
    padding-right: 80vh;
  }

  .sm-max\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .sm-max\:pl-vh80 {
    padding-left: 80vh;
  }

  .sm-max\:pt-vh86 {
    padding-top: 86vh;
  }

  .sm-max\:pr-vh86 {
    padding-right: 86vh;
  }

  .sm-max\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .sm-max\:pl-vh86 {
    padding-left: 86vh;
  }

  .sm-max\:pt-vh90 {
    padding-top: 90vh;
  }

  .sm-max\:pr-vh90 {
    padding-right: 90vh;
  }

  .sm-max\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .sm-max\:pl-vh90 {
    padding-left: 90vh;
  }

  .sm-max\:pt-vw80 {
    padding-top: 80vw;
  }

  .sm-max\:pr-vw80 {
    padding-right: 80vw;
  }

  .sm-max\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .sm-max\:pl-vw80 {
    padding-left: 80vw;
  }

  .sm-max\:pt-vw90 {
    padding-top: 90vw;
  }

  .sm-max\:pr-vw90 {
    padding-right: 90vw;
  }

  .sm-max\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .sm-max\:pl-vw90 {
    padding-left: 90vw;
  }

  .sm-max\:pt-90p {
    padding-top: 90%;
  }

  .sm-max\:pr-90p {
    padding-right: 90%;
  }

  .sm-max\:pb-90p {
    padding-bottom: 90%;
  }

  .sm-max\:pl-90p {
    padding-left: 90%;
  }

  .sm-max\:pt-92p {
    padding-top: 92%;
  }

  .sm-max\:pr-92p {
    padding-right: 92%;
  }

  .sm-max\:pb-92p {
    padding-bottom: 92%;
  }

  .sm-max\:pl-92p {
    padding-left: 92%;
  }

  .sm-max\:pt-93p {
    padding-top: 93%;
  }

  .sm-max\:pr-93p {
    padding-right: 93%;
  }

  .sm-max\:pb-93p {
    padding-bottom: 93%;
  }

  .sm-max\:pl-93p {
    padding-left: 93%;
  }

  .sm-max\:pt-94p {
    padding-top: 94%;
  }

  .sm-max\:pr-94p {
    padding-right: 94%;
  }

  .sm-max\:pb-94p {
    padding-bottom: 94%;
  }

  .sm-max\:pl-94p {
    padding-left: 94%;
  }

  .sm-max\:pt-95p {
    padding-top: 95%;
  }

  .sm-max\:pr-95p {
    padding-right: 95%;
  }

  .sm-max\:pb-95p {
    padding-bottom: 95%;
  }

  .sm-max\:pl-95p {
    padding-left: 95%;
  }

  .sm-max\:pt-96p {
    padding-top: 96%;
  }

  .sm-max\:pr-96p {
    padding-right: 96%;
  }

  .sm-max\:pb-96p {
    padding-bottom: 96%;
  }

  .sm-max\:pl-96p {
    padding-left: 96%;
  }

  .sm-max\:pt-100p {
    padding-top: 100%;
  }

  .sm-max\:pr-100p {
    padding-right: 100%;
  }

  .sm-max\:pb-100p {
    padding-bottom: 100%;
  }

  .sm-max\:pl-100p {
    padding-left: 100%;
  }

  .sm-max\:hover\:p-0:hover {
    padding: 0px;
  }

  .sm-max\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm-max\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm-max\:hover\:p-3:hover {
    padding: 3px;
  }

  .sm-max\:hover\:p-4:hover {
    padding: 4px;
  }

  .sm-max\:hover\:p-5:hover {
    padding: 5px;
  }

  .sm-max\:hover\:p-6:hover {
    padding: 6px;
  }

  .sm-max\:hover\:p-8:hover {
    padding: 8px;
  }

  .sm-max\:hover\:p-9:hover {
    padding: 9px;
  }

  .sm-max\:hover\:p-10:hover {
    padding: 10px;
  }

  .sm-max\:hover\:p-12:hover {
    padding: 12px;
  }

  .sm-max\:hover\:p-13:hover {
    padding: 13px;
  }

  .sm-max\:hover\:p-14:hover {
    padding: 14px;
  }

  .sm-max\:hover\:p-15:hover {
    padding: 15px;
  }

  .sm-max\:hover\:p-16:hover {
    padding: 16px;
  }

  .sm-max\:hover\:p-17:hover {
    padding: 17px;
  }

  .sm-max\:hover\:p-18:hover {
    padding: 18px;
  }

  .sm-max\:hover\:p-20:hover {
    padding: 20px;
  }

  .sm-max\:hover\:p-22:hover {
    padding: 22px;
  }

  .sm-max\:hover\:p-24:hover {
    padding: 24px;
  }

  .sm-max\:hover\:p-25:hover {
    padding: 25px;
  }

  .sm-max\:hover\:p-28:hover {
    padding: 28px;
  }

  .sm-max\:hover\:p-29:hover {
    padding: 29px;
  }

  .sm-max\:hover\:p-30:hover {
    padding: 30px;
  }

  .sm-max\:hover\:p-32:hover {
    padding: 32px;
  }

  .sm-max\:hover\:p-35:hover {
    padding: 35px;
  }

  .sm-max\:hover\:p-36:hover {
    padding: 36px;
  }

  .sm-max\:hover\:p-37:hover {
    padding: 37px;
  }

  .sm-max\:hover\:p-40:hover {
    padding: 40px;
  }

  .sm-max\:hover\:p-45:hover {
    padding: 45px;
  }

  .sm-max\:hover\:p-48:hover {
    padding: 48px;
  }

  .sm-max\:hover\:p-50:hover {
    padding: 50px;
  }

  .sm-max\:hover\:p-55:hover {
    padding: 55px;
  }

  .sm-max\:hover\:p-56:hover {
    padding: 56px;
  }

  .sm-max\:hover\:p-60:hover {
    padding: 60px;
  }

  .sm-max\:hover\:p-62:hover {
    padding: 62px;
  }

  .sm-max\:hover\:p-64:hover {
    padding: 64px;
  }

  .sm-max\:hover\:p-65:hover {
    padding: 65px;
  }

  .sm-max\:hover\:p-70:hover {
    padding: 70px;
  }

  .sm-max\:hover\:p-75:hover {
    padding: 75px;
  }

  .sm-max\:hover\:p-80:hover {
    padding: 80px;
  }

  .sm-max\:hover\:p-85:hover {
    padding: 85px;
  }

  .sm-max\:hover\:p-90:hover {
    padding: 90px;
  }

  .sm-max\:hover\:p-95:hover {
    padding: 95px;
  }

  .sm-max\:hover\:p-96:hover {
    padding: 96px;
  }

  .sm-max\:hover\:p-100:hover {
    padding: 100px;
  }

  .sm-max\:hover\:p-110:hover {
    padding: 110px;
  }

  .sm-max\:hover\:p-115:hover {
    padding: 115px;
  }

  .sm-max\:hover\:p-120:hover {
    padding: 120px;
  }

  .sm-max\:hover\:p-128:hover {
    padding: 128px;
  }

  .sm-max\:hover\:p-135:hover {
    padding: 135px;
  }

  .sm-max\:hover\:p-140:hover {
    padding: 140px;
  }

  .sm-max\:hover\:p-145:hover {
    padding: 145px;
  }

  .sm-max\:hover\:p-150:hover {
    padding: 150px;
  }

  .sm-max\:hover\:p-160:hover {
    padding: 160px;
  }

  .sm-max\:hover\:p-165:hover {
    padding: 165px;
  }

  .sm-max\:hover\:p-168:hover {
    padding: 168px;
  }

  .sm-max\:hover\:p-170:hover {
    padding: 170px;
  }

  .sm-max\:hover\:p-180:hover {
    padding: 180px;
  }

  .sm-max\:hover\:p-200:hover {
    padding: 200px;
  }

  .sm-max\:hover\:p-220:hover {
    padding: 220px;
  }

  .sm-max\:hover\:p-230:hover {
    padding: 230px;
  }

  .sm-max\:hover\:p-235:hover {
    padding: 235px;
  }

  .sm-max\:hover\:p-240:hover {
    padding: 240px;
  }

  .sm-max\:hover\:p-250:hover {
    padding: 250px;
  }

  .sm-max\:hover\:p-300:hover {
    padding: 300px;
  }

  .sm-max\:hover\:p-320:hover {
    padding: 320px;
  }

  .sm-max\:hover\:p-350:hover {
    padding: 350px;
  }

  .sm-max\:hover\:p-375:hover {
    padding: 375px;
  }

  .sm-max\:hover\:p-400:hover {
    padding: 400px;
  }

  .sm-max\:hover\:p-450:hover {
    padding: 450px;
  }

  .sm-max\:hover\:p-700:hover {
    padding: 700px;
  }

  .sm-max\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm-max\:hover\:p-1p:hover {
    padding: 1%;
  }

  .sm-max\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .sm-max\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .sm-max\:hover\:p-11p:hover {
    padding: 11%;
  }

  .sm-max\:hover\:p-20p:hover {
    padding: 20%;
  }

  .sm-max\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .sm-max\:hover\:p-25p:hover {
    padding: 25%;
  }

  .sm-max\:hover\:p-32p:hover {
    padding: 32%;
  }

  .sm-max\:hover\:p-35p:hover {
    padding: 35%;
  }

  .sm-max\:hover\:p-40p:hover {
    padding: 40%;
  }

  .sm-max\:hover\:p-49p:hover {
    padding: 49%;
  }

  .sm-max\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .sm-max\:hover\:p-80p:hover {
    padding: 80%;
  }

  .sm-max\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .sm-max\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .sm-max\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .sm-max\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .sm-max\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .sm-max\:hover\:p-90p:hover {
    padding: 90%;
  }

  .sm-max\:hover\:p-92p:hover {
    padding: 92%;
  }

  .sm-max\:hover\:p-93p:hover {
    padding: 93%;
  }

  .sm-max\:hover\:p-94p:hover {
    padding: 94%;
  }

  .sm-max\:hover\:p-95p:hover {
    padding: 95%;
  }

  .sm-max\:hover\:p-96p:hover {
    padding: 96%;
  }

  .sm-max\:hover\:p-100p:hover {
    padding: 100%;
  }

  .sm-max\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm-max\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm-max\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-max\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-max\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-max\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-max\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm-max\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-max\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-max\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-max\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm-max\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm-max\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-max\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-max\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-max\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-max\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm-max\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm-max\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm-max\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm-max\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-max\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-max\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-max\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-max\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm-max\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm-max\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm-max\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-max\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-max\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-max\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm-max\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-max\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-max\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-max\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-max\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-max\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm-max\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm-max\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm-max\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm-max\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-max\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-max\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-max\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-max\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-max\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-max\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm-max\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm-max\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm-max\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm-max\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-max\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-max\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-max\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-max\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-max\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-max\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-max\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-max\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-max\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-max\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm-max\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm-max\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-max\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-max\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm-max\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm-max\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-max\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-max\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-max\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-max\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-max\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-max\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-max\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-max\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm-max\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm-max\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm-max\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm-max\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm-max\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm-max\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm-max\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm-max\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm-max\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm-max\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-max\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-max\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm-max\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm-max\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm-max\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm-max\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm-max\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm-max\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-max\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-max\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm-max\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm-max\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm-max\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm-max\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm-max\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm-max\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm-max\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm-max\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm-max\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm-max\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .sm-max\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .sm-max\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .sm-max\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .sm-max\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm-max\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm-max\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm-max\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm-max\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm-max\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm-max\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm-max\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm-max\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm-max\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm-max\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .sm-max\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .sm-max\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm-max\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm-max\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm-max\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm-max\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm-max\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm-max\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm-max\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm-max\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .sm-max\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .sm-max\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .sm-max\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .sm-max\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .sm-max\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .sm-max\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .sm-max\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .sm-max\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .sm-max\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .sm-max\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .sm-max\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .sm-max\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm-max\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm-max\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .sm-max\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .sm-max\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm-max\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm-max\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .sm-max\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .sm-max\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm-max\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm-max\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .sm-max\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .sm-max\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm-max\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm-max\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm-max\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm-max\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm-max\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm-max\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .sm-max\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .sm-max\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm-max\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm-max\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm-max\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm-max\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .sm-max\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .sm-max\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm-max\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm-max\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .sm-max\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .sm-max\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .sm-max\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .sm-max\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm-max\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm-max\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .sm-max\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .sm-max\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .sm-max\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .sm-max\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .sm-max\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .sm-max\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm-max\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm-max\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm-max\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm-max\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-max\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-max\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .sm-max\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .sm-max\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .sm-max\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .sm-max\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .sm-max\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .sm-max\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .sm-max\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .sm-max\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .sm-max\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .sm-max\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm-max\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .sm-max\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .sm-max\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .sm-max\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .sm-max\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .sm-max\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .sm-max\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .sm-max\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .sm-max\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .sm-max\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .sm-max\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .sm-max\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .sm-max\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .sm-max\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .sm-max\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .sm-max\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .sm-max\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .sm-max\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .sm-max\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .sm-max\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .sm-max\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .sm-max\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .sm-max\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .sm-max\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .sm-max\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .sm-max\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .sm-max\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .sm-max\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .sm-max\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .sm-max\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .sm-max\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .sm-max\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .sm-max\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .sm-max\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .sm-max\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .sm-max\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .sm-max\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .sm-max\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .sm-max\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .sm-max\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .sm-max\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .sm-max\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .sm-max\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .sm-max\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .sm-max\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .sm-max\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .sm-max\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .sm-max\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .sm-max\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .sm-max\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .sm-max\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .sm-max\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .sm-max\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .sm-max\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .sm-max\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .sm-max\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .sm-max\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .sm-max\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .sm-max\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .sm-max\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .sm-max\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .sm-max\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .sm-max\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .sm-max\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .sm-max\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .sm-max\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .sm-max\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .sm-max\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .sm-max\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .sm-max\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .sm-max\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .sm-max\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .sm-max\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .sm-max\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .sm-max\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .sm-max\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .sm-max\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .sm-max\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .sm-max\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .sm-max\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .sm-max\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .sm-max\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .sm-max\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .sm-max\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .sm-max\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .sm-max\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .sm-max\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .sm-max\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .sm-max\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .sm-max\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .sm-max\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .sm-max\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .sm-max\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .sm-max\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .sm-max\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .sm-max\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .sm-max\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .sm-max\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .sm-max\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .sm-max\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .sm-max\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .sm-max\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .sm-max\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .sm-max\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .sm-max\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .sm-max\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .sm-max\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .sm-max\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .sm-max\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .sm-max\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .sm-max\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .sm-max\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .sm-max\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .sm-max\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .sm-max\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .sm-max\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .sm-max\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .sm-max\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .sm-max\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .sm-max\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .sm-max\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .sm-max\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .sm-max\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .sm-max\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .sm-max\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .sm-max\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .sm-max\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .sm-max\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .sm-max\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .sm-max\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .sm-max\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .sm-max\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .sm-max\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .sm-max\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .sm-max\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .sm-max\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .sm-max\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .sm-max\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .sm-max\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .sm-max\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .sm-max\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .sm-max\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .sm-max\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .sm-max\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .sm-max\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .sm-max\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .sm-max\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .sm-max\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .sm-max\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .sm-max\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .sm-max\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .sm-max\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .sm-max\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .sm-max\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .sm-max\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .sm-max\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .sm-max\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .sm-max\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .sm-max\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .sm-max\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .sm-max\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .sm-max\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .sm-max\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .sm-max\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .sm-max\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .sm-max\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .sm-max\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .sm-max\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .sm-max\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .sm-max\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .sm-max\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .sm-max\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .sm-max\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .sm-max\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .sm-max\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .sm-max\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .sm-max\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .sm-max\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .sm-max\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .sm-max\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .sm-max\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .sm-max\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .sm-max\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .sm-max\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .sm-max\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .sm-max\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .sm-max\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .sm-max\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .sm-max\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .sm-max\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .sm-max\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .sm-max\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .sm-max\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .sm-max\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .sm-max\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .sm-max\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .sm-max\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .sm-max\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .sm-max\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .sm-max\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .sm-max\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .sm-max\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .sm-max\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .sm-max\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .sm-max\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .sm-max\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .sm-max\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .sm-max\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .sm-max\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .sm-max\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .sm-max\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .sm-max\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .sm-max\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .sm-max\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .sm-max\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .sm-max\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .sm-max\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .sm-max\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .sm-max\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .sm-max\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .sm-max\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .sm-max\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .sm-max\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .sm-max\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .sm-max\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .sm-max\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .sm-max\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .sm-max\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .sm-max\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .sm-max\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .sm-max\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .sm-max\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .sm-max\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .sm-max\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .sm-max\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .sm-max\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .sm-max\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .sm-max\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .sm-max\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .sm-max\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .sm-max\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .sm-max\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .sm-max\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .sm-max\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .sm-max\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .sm-max\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .sm-max\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .sm-max\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .sm-max\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .sm-max\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .sm-max\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .sm-max\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .sm-max\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .sm-max\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .sm-max\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .sm-max\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .sm-max\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .sm-max\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .sm-max\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .sm-max\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .sm-max\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .sm-max\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .sm-max\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .sm-max\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .sm-max\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .sm-max\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .sm-max\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .sm-max\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .sm-max\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .sm-max\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .sm-max\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .sm-max\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .sm-max\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .sm-max\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .sm-max\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .sm-max\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .sm-max\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .sm-max\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm-max\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm-max\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm-max\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm-max\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .sm-max\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .sm-max\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .sm-max\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .sm-max\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .sm-max\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .sm-max\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .sm-max\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .sm-max\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .sm-max\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .sm-max\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .sm-max\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .sm-max\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .sm-max\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .sm-max\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .sm-max\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .sm-max\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .sm-max\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .sm-max\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .sm-max\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .sm-max\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .sm-max\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .sm-max\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .sm-max\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .sm-max\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .sm-max\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .sm-max\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .sm-max\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .sm-max\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .sm-max\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .sm-max\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .sm-max\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .sm-max\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .sm-max\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .sm-max\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .sm-max\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .sm-max\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .sm-max\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .sm-max\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .sm-max\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .sm-max\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .sm-max\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .sm-max\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .sm-max\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .sm-max\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .sm-max\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .sm-max\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .sm-max\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .sm-max\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .sm-max\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .sm-max\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .sm-max\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .sm-max\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .sm-max\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .sm-max\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .sm-max\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .sm-max\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .sm-max\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .sm-max\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .sm-max\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .sm-max\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .sm-max\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .sm-max\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .sm-max\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .sm-max\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .sm-max\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .sm-max\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .sm-max\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .sm-max\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .sm-max\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .sm-max\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .sm-max\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .sm-max\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .sm-max\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .sm-max\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .sm-max\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .sm-max\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .sm-max\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .sm-max\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .sm-max\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .sm-max\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .sm-max\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .sm-max\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .sm-max\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .sm-max\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .sm-max\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .sm-max\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .sm-max\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .sm-max\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .sm-max\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .sm-max\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .sm-max\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .sm-max\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .sm-max\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .sm-max\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .sm-max\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .sm-max\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .sm-max\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .sm-max\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .sm-max\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .sm-max\:focus\:p-0:focus {
    padding: 0px;
  }

  .sm-max\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .sm-max\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .sm-max\:focus\:p-3:focus {
    padding: 3px;
  }

  .sm-max\:focus\:p-4:focus {
    padding: 4px;
  }

  .sm-max\:focus\:p-5:focus {
    padding: 5px;
  }

  .sm-max\:focus\:p-6:focus {
    padding: 6px;
  }

  .sm-max\:focus\:p-8:focus {
    padding: 8px;
  }

  .sm-max\:focus\:p-9:focus {
    padding: 9px;
  }

  .sm-max\:focus\:p-10:focus {
    padding: 10px;
  }

  .sm-max\:focus\:p-12:focus {
    padding: 12px;
  }

  .sm-max\:focus\:p-13:focus {
    padding: 13px;
  }

  .sm-max\:focus\:p-14:focus {
    padding: 14px;
  }

  .sm-max\:focus\:p-15:focus {
    padding: 15px;
  }

  .sm-max\:focus\:p-16:focus {
    padding: 16px;
  }

  .sm-max\:focus\:p-17:focus {
    padding: 17px;
  }

  .sm-max\:focus\:p-18:focus {
    padding: 18px;
  }

  .sm-max\:focus\:p-20:focus {
    padding: 20px;
  }

  .sm-max\:focus\:p-22:focus {
    padding: 22px;
  }

  .sm-max\:focus\:p-24:focus {
    padding: 24px;
  }

  .sm-max\:focus\:p-25:focus {
    padding: 25px;
  }

  .sm-max\:focus\:p-28:focus {
    padding: 28px;
  }

  .sm-max\:focus\:p-29:focus {
    padding: 29px;
  }

  .sm-max\:focus\:p-30:focus {
    padding: 30px;
  }

  .sm-max\:focus\:p-32:focus {
    padding: 32px;
  }

  .sm-max\:focus\:p-35:focus {
    padding: 35px;
  }

  .sm-max\:focus\:p-36:focus {
    padding: 36px;
  }

  .sm-max\:focus\:p-37:focus {
    padding: 37px;
  }

  .sm-max\:focus\:p-40:focus {
    padding: 40px;
  }

  .sm-max\:focus\:p-45:focus {
    padding: 45px;
  }

  .sm-max\:focus\:p-48:focus {
    padding: 48px;
  }

  .sm-max\:focus\:p-50:focus {
    padding: 50px;
  }

  .sm-max\:focus\:p-55:focus {
    padding: 55px;
  }

  .sm-max\:focus\:p-56:focus {
    padding: 56px;
  }

  .sm-max\:focus\:p-60:focus {
    padding: 60px;
  }

  .sm-max\:focus\:p-62:focus {
    padding: 62px;
  }

  .sm-max\:focus\:p-64:focus {
    padding: 64px;
  }

  .sm-max\:focus\:p-65:focus {
    padding: 65px;
  }

  .sm-max\:focus\:p-70:focus {
    padding: 70px;
  }

  .sm-max\:focus\:p-75:focus {
    padding: 75px;
  }

  .sm-max\:focus\:p-80:focus {
    padding: 80px;
  }

  .sm-max\:focus\:p-85:focus {
    padding: 85px;
  }

  .sm-max\:focus\:p-90:focus {
    padding: 90px;
  }

  .sm-max\:focus\:p-95:focus {
    padding: 95px;
  }

  .sm-max\:focus\:p-96:focus {
    padding: 96px;
  }

  .sm-max\:focus\:p-100:focus {
    padding: 100px;
  }

  .sm-max\:focus\:p-110:focus {
    padding: 110px;
  }

  .sm-max\:focus\:p-115:focus {
    padding: 115px;
  }

  .sm-max\:focus\:p-120:focus {
    padding: 120px;
  }

  .sm-max\:focus\:p-128:focus {
    padding: 128px;
  }

  .sm-max\:focus\:p-135:focus {
    padding: 135px;
  }

  .sm-max\:focus\:p-140:focus {
    padding: 140px;
  }

  .sm-max\:focus\:p-145:focus {
    padding: 145px;
  }

  .sm-max\:focus\:p-150:focus {
    padding: 150px;
  }

  .sm-max\:focus\:p-160:focus {
    padding: 160px;
  }

  .sm-max\:focus\:p-165:focus {
    padding: 165px;
  }

  .sm-max\:focus\:p-168:focus {
    padding: 168px;
  }

  .sm-max\:focus\:p-170:focus {
    padding: 170px;
  }

  .sm-max\:focus\:p-180:focus {
    padding: 180px;
  }

  .sm-max\:focus\:p-200:focus {
    padding: 200px;
  }

  .sm-max\:focus\:p-220:focus {
    padding: 220px;
  }

  .sm-max\:focus\:p-230:focus {
    padding: 230px;
  }

  .sm-max\:focus\:p-235:focus {
    padding: 235px;
  }

  .sm-max\:focus\:p-240:focus {
    padding: 240px;
  }

  .sm-max\:focus\:p-250:focus {
    padding: 250px;
  }

  .sm-max\:focus\:p-300:focus {
    padding: 300px;
  }

  .sm-max\:focus\:p-320:focus {
    padding: 320px;
  }

  .sm-max\:focus\:p-350:focus {
    padding: 350px;
  }

  .sm-max\:focus\:p-375:focus {
    padding: 375px;
  }

  .sm-max\:focus\:p-400:focus {
    padding: 400px;
  }

  .sm-max\:focus\:p-450:focus {
    padding: 450px;
  }

  .sm-max\:focus\:p-700:focus {
    padding: 700px;
  }

  .sm-max\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm-max\:focus\:p-1p:focus {
    padding: 1%;
  }

  .sm-max\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .sm-max\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .sm-max\:focus\:p-11p:focus {
    padding: 11%;
  }

  .sm-max\:focus\:p-20p:focus {
    padding: 20%;
  }

  .sm-max\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .sm-max\:focus\:p-25p:focus {
    padding: 25%;
  }

  .sm-max\:focus\:p-32p:focus {
    padding: 32%;
  }

  .sm-max\:focus\:p-35p:focus {
    padding: 35%;
  }

  .sm-max\:focus\:p-40p:focus {
    padding: 40%;
  }

  .sm-max\:focus\:p-49p:focus {
    padding: 49%;
  }

  .sm-max\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .sm-max\:focus\:p-80p:focus {
    padding: 80%;
  }

  .sm-max\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .sm-max\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .sm-max\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .sm-max\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .sm-max\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .sm-max\:focus\:p-90p:focus {
    padding: 90%;
  }

  .sm-max\:focus\:p-92p:focus {
    padding: 92%;
  }

  .sm-max\:focus\:p-93p:focus {
    padding: 93%;
  }

  .sm-max\:focus\:p-94p:focus {
    padding: 94%;
  }

  .sm-max\:focus\:p-95p:focus {
    padding: 95%;
  }

  .sm-max\:focus\:p-96p:focus {
    padding: 96%;
  }

  .sm-max\:focus\:p-100p:focus {
    padding: 100%;
  }

  .sm-max\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm-max\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm-max\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-max\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-max\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-max\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-max\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm-max\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-max\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-max\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-max\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm-max\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm-max\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-max\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-max\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-max\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-max\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm-max\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm-max\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm-max\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm-max\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-max\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-max\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-max\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-max\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm-max\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm-max\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm-max\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-max\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-max\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-max\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm-max\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-max\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-max\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-max\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-max\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-max\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm-max\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm-max\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm-max\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm-max\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-max\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-max\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-max\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-max\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-max\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-max\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm-max\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm-max\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm-max\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm-max\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-max\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-max\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-max\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-max\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-max\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-max\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-max\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-max\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-max\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-max\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm-max\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm-max\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-max\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-max\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm-max\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm-max\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-max\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-max\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-max\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-max\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-max\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-max\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-max\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-max\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm-max\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm-max\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm-max\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm-max\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm-max\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm-max\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm-max\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm-max\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm-max\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm-max\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-max\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-max\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm-max\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm-max\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm-max\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm-max\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm-max\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm-max\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-max\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-max\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm-max\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm-max\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm-max\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm-max\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm-max\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm-max\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm-max\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm-max\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm-max\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm-max\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .sm-max\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .sm-max\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .sm-max\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .sm-max\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm-max\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm-max\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm-max\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm-max\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm-max\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm-max\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm-max\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm-max\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm-max\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm-max\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .sm-max\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .sm-max\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm-max\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm-max\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm-max\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm-max\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm-max\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm-max\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm-max\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm-max\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .sm-max\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .sm-max\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .sm-max\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .sm-max\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .sm-max\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .sm-max\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .sm-max\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .sm-max\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .sm-max\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .sm-max\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .sm-max\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .sm-max\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm-max\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm-max\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .sm-max\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .sm-max\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm-max\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm-max\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .sm-max\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .sm-max\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm-max\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm-max\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .sm-max\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .sm-max\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm-max\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm-max\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm-max\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm-max\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm-max\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm-max\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .sm-max\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .sm-max\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm-max\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm-max\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm-max\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm-max\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .sm-max\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .sm-max\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm-max\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm-max\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .sm-max\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .sm-max\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .sm-max\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .sm-max\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm-max\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm-max\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .sm-max\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .sm-max\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .sm-max\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .sm-max\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .sm-max\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .sm-max\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm-max\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm-max\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm-max\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm-max\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-max\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-max\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .sm-max\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .sm-max\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .sm-max\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .sm-max\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .sm-max\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .sm-max\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .sm-max\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .sm-max\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .sm-max\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .sm-max\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .sm-max\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .sm-max\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .sm-max\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .sm-max\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .sm-max\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .sm-max\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .sm-max\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .sm-max\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .sm-max\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .sm-max\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .sm-max\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .sm-max\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .sm-max\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .sm-max\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .sm-max\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .sm-max\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .sm-max\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .sm-max\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .sm-max\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .sm-max\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .sm-max\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .sm-max\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .sm-max\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .sm-max\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .sm-max\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .sm-max\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .sm-max\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .sm-max\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .sm-max\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .sm-max\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .sm-max\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .sm-max\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .sm-max\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .sm-max\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .sm-max\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .sm-max\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .sm-max\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .sm-max\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .sm-max\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .sm-max\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .sm-max\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .sm-max\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .sm-max\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .sm-max\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .sm-max\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .sm-max\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .sm-max\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .sm-max\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .sm-max\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .sm-max\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .sm-max\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .sm-max\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .sm-max\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .sm-max\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .sm-max\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .sm-max\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .sm-max\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .sm-max\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .sm-max\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .sm-max\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .sm-max\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .sm-max\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .sm-max\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .sm-max\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .sm-max\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .sm-max\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .sm-max\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .sm-max\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .sm-max\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .sm-max\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .sm-max\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .sm-max\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .sm-max\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .sm-max\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .sm-max\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .sm-max\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .sm-max\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .sm-max\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .sm-max\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .sm-max\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .sm-max\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .sm-max\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .sm-max\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .sm-max\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .sm-max\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .sm-max\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .sm-max\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .sm-max\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .sm-max\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .sm-max\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .sm-max\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .sm-max\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .sm-max\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .sm-max\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .sm-max\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .sm-max\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .sm-max\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .sm-max\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .sm-max\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .sm-max\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .sm-max\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .sm-max\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .sm-max\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .sm-max\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .sm-max\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .sm-max\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .sm-max\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .sm-max\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .sm-max\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .sm-max\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .sm-max\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .sm-max\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .sm-max\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .sm-max\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .sm-max\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .sm-max\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .sm-max\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .sm-max\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .sm-max\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .sm-max\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .sm-max\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .sm-max\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .sm-max\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .sm-max\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .sm-max\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .sm-max\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .sm-max\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .sm-max\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .sm-max\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .sm-max\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .sm-max\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .sm-max\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .sm-max\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .sm-max\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .sm-max\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .sm-max\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .sm-max\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .sm-max\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .sm-max\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .sm-max\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .sm-max\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .sm-max\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .sm-max\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .sm-max\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .sm-max\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .sm-max\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .sm-max\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .sm-max\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .sm-max\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .sm-max\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .sm-max\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .sm-max\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .sm-max\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .sm-max\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .sm-max\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .sm-max\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .sm-max\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .sm-max\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .sm-max\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .sm-max\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .sm-max\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .sm-max\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .sm-max\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .sm-max\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .sm-max\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .sm-max\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .sm-max\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .sm-max\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .sm-max\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .sm-max\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .sm-max\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .sm-max\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .sm-max\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .sm-max\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .sm-max\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .sm-max\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .sm-max\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .sm-max\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .sm-max\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .sm-max\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .sm-max\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .sm-max\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .sm-max\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .sm-max\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .sm-max\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .sm-max\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .sm-max\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .sm-max\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .sm-max\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .sm-max\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .sm-max\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .sm-max\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .sm-max\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .sm-max\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .sm-max\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .sm-max\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .sm-max\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .sm-max\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .sm-max\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .sm-max\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .sm-max\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .sm-max\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .sm-max\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .sm-max\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .sm-max\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .sm-max\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .sm-max\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .sm-max\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .sm-max\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .sm-max\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .sm-max\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .sm-max\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .sm-max\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .sm-max\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .sm-max\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .sm-max\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .sm-max\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .sm-max\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .sm-max\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .sm-max\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .sm-max\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .sm-max\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .sm-max\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .sm-max\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .sm-max\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .sm-max\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .sm-max\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .sm-max\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .sm-max\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .sm-max\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .sm-max\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .sm-max\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .sm-max\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .sm-max\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .sm-max\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .sm-max\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .sm-max\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .sm-max\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .sm-max\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .sm-max\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .sm-max\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .sm-max\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .sm-max\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .sm-max\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .sm-max\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .sm-max\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .sm-max\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .sm-max\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .sm-max\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .sm-max\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .sm-max\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .sm-max\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .sm-max\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .sm-max\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .sm-max\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .sm-max\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .sm-max\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .sm-max\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .sm-max\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .sm-max\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .sm-max\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .sm-max\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .sm-max\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .sm-max\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .sm-max\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .sm-max\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .sm-max\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .sm-max\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .sm-max\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .sm-max\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .sm-max\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .sm-max\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .sm-max\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .sm-max\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .sm-max\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .sm-max\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .sm-max\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .sm-max\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .sm-max\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .sm-max\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .sm-max\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .sm-max\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .sm-max\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .sm-max\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .sm-max\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .sm-max\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .sm-max\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .sm-max\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .sm-max\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .sm-max\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .sm-max\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .sm-max\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .sm-max\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .sm-max\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .sm-max\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .sm-max\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .sm-max\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .sm-max\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .sm-max\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .sm-max\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .sm-max\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .sm-max\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .sm-max\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .sm-max\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .sm-max\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .sm-max\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .sm-max\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .sm-max\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .sm-max\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .sm-max\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .sm-max\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .sm-max\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .sm-max\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .sm-max\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .sm-max\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .sm-max\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .sm-max\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .sm-max\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .sm-max\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .sm-max\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .sm-max\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .sm-max\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .sm-max\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .sm-max\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .sm-max\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .sm-max\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .sm-max\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .sm-max\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .sm-max\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .sm-max\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .sm-max\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .sm-max\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .sm-max\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .sm-max\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .sm-max\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .sm-max\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .sm-max\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .sm-max\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .sm-max\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .sm-max\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .sm-max\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .sm-max\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .sm-max\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .sm-max\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .sm-max\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .sm-max\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .sm-max\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .sm-max\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .sm-max\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .sm-max\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .sm-max\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .sm-max\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .sm-max\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .sm-max\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .sm-max\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .sm-max\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .sm-max\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .sm-max\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .sm-max\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .sm-max\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .sm-max\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .sm-max\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .sm-max\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .sm-max\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .sm-max\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .sm-max\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .sm-max\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .sm-max\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .sm-max\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .sm-max\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .sm-max\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .sm-max\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .sm-max\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .sm-max\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .sm-max\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .sm-max\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .sm-max\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .sm-max\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .sm-max\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .sm-max\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .sm-max\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .sm-max\:first\:p-0:first-child {
    padding: 0px;
  }

  .sm-max\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm-max\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm-max\:first\:p-3:first-child {
    padding: 3px;
  }

  .sm-max\:first\:p-4:first-child {
    padding: 4px;
  }

  .sm-max\:first\:p-5:first-child {
    padding: 5px;
  }

  .sm-max\:first\:p-6:first-child {
    padding: 6px;
  }

  .sm-max\:first\:p-8:first-child {
    padding: 8px;
  }

  .sm-max\:first\:p-9:first-child {
    padding: 9px;
  }

  .sm-max\:first\:p-10:first-child {
    padding: 10px;
  }

  .sm-max\:first\:p-12:first-child {
    padding: 12px;
  }

  .sm-max\:first\:p-13:first-child {
    padding: 13px;
  }

  .sm-max\:first\:p-14:first-child {
    padding: 14px;
  }

  .sm-max\:first\:p-15:first-child {
    padding: 15px;
  }

  .sm-max\:first\:p-16:first-child {
    padding: 16px;
  }

  .sm-max\:first\:p-17:first-child {
    padding: 17px;
  }

  .sm-max\:first\:p-18:first-child {
    padding: 18px;
  }

  .sm-max\:first\:p-20:first-child {
    padding: 20px;
  }

  .sm-max\:first\:p-22:first-child {
    padding: 22px;
  }

  .sm-max\:first\:p-24:first-child {
    padding: 24px;
  }

  .sm-max\:first\:p-25:first-child {
    padding: 25px;
  }

  .sm-max\:first\:p-28:first-child {
    padding: 28px;
  }

  .sm-max\:first\:p-29:first-child {
    padding: 29px;
  }

  .sm-max\:first\:p-30:first-child {
    padding: 30px;
  }

  .sm-max\:first\:p-32:first-child {
    padding: 32px;
  }

  .sm-max\:first\:p-35:first-child {
    padding: 35px;
  }

  .sm-max\:first\:p-36:first-child {
    padding: 36px;
  }

  .sm-max\:first\:p-37:first-child {
    padding: 37px;
  }

  .sm-max\:first\:p-40:first-child {
    padding: 40px;
  }

  .sm-max\:first\:p-45:first-child {
    padding: 45px;
  }

  .sm-max\:first\:p-48:first-child {
    padding: 48px;
  }

  .sm-max\:first\:p-50:first-child {
    padding: 50px;
  }

  .sm-max\:first\:p-55:first-child {
    padding: 55px;
  }

  .sm-max\:first\:p-56:first-child {
    padding: 56px;
  }

  .sm-max\:first\:p-60:first-child {
    padding: 60px;
  }

  .sm-max\:first\:p-62:first-child {
    padding: 62px;
  }

  .sm-max\:first\:p-64:first-child {
    padding: 64px;
  }

  .sm-max\:first\:p-65:first-child {
    padding: 65px;
  }

  .sm-max\:first\:p-70:first-child {
    padding: 70px;
  }

  .sm-max\:first\:p-75:first-child {
    padding: 75px;
  }

  .sm-max\:first\:p-80:first-child {
    padding: 80px;
  }

  .sm-max\:first\:p-85:first-child {
    padding: 85px;
  }

  .sm-max\:first\:p-90:first-child {
    padding: 90px;
  }

  .sm-max\:first\:p-95:first-child {
    padding: 95px;
  }

  .sm-max\:first\:p-96:first-child {
    padding: 96px;
  }

  .sm-max\:first\:p-100:first-child {
    padding: 100px;
  }

  .sm-max\:first\:p-110:first-child {
    padding: 110px;
  }

  .sm-max\:first\:p-115:first-child {
    padding: 115px;
  }

  .sm-max\:first\:p-120:first-child {
    padding: 120px;
  }

  .sm-max\:first\:p-128:first-child {
    padding: 128px;
  }

  .sm-max\:first\:p-135:first-child {
    padding: 135px;
  }

  .sm-max\:first\:p-140:first-child {
    padding: 140px;
  }

  .sm-max\:first\:p-145:first-child {
    padding: 145px;
  }

  .sm-max\:first\:p-150:first-child {
    padding: 150px;
  }

  .sm-max\:first\:p-160:first-child {
    padding: 160px;
  }

  .sm-max\:first\:p-165:first-child {
    padding: 165px;
  }

  .sm-max\:first\:p-168:first-child {
    padding: 168px;
  }

  .sm-max\:first\:p-170:first-child {
    padding: 170px;
  }

  .sm-max\:first\:p-180:first-child {
    padding: 180px;
  }

  .sm-max\:first\:p-200:first-child {
    padding: 200px;
  }

  .sm-max\:first\:p-220:first-child {
    padding: 220px;
  }

  .sm-max\:first\:p-230:first-child {
    padding: 230px;
  }

  .sm-max\:first\:p-235:first-child {
    padding: 235px;
  }

  .sm-max\:first\:p-240:first-child {
    padding: 240px;
  }

  .sm-max\:first\:p-250:first-child {
    padding: 250px;
  }

  .sm-max\:first\:p-300:first-child {
    padding: 300px;
  }

  .sm-max\:first\:p-320:first-child {
    padding: 320px;
  }

  .sm-max\:first\:p-350:first-child {
    padding: 350px;
  }

  .sm-max\:first\:p-375:first-child {
    padding: 375px;
  }

  .sm-max\:first\:p-400:first-child {
    padding: 400px;
  }

  .sm-max\:first\:p-450:first-child {
    padding: 450px;
  }

  .sm-max\:first\:p-700:first-child {
    padding: 700px;
  }

  .sm-max\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm-max\:first\:p-1p:first-child {
    padding: 1%;
  }

  .sm-max\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .sm-max\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .sm-max\:first\:p-11p:first-child {
    padding: 11%;
  }

  .sm-max\:first\:p-20p:first-child {
    padding: 20%;
  }

  .sm-max\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .sm-max\:first\:p-25p:first-child {
    padding: 25%;
  }

  .sm-max\:first\:p-32p:first-child {
    padding: 32%;
  }

  .sm-max\:first\:p-35p:first-child {
    padding: 35%;
  }

  .sm-max\:first\:p-40p:first-child {
    padding: 40%;
  }

  .sm-max\:first\:p-49p:first-child {
    padding: 49%;
  }

  .sm-max\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .sm-max\:first\:p-80p:first-child {
    padding: 80%;
  }

  .sm-max\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .sm-max\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .sm-max\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .sm-max\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .sm-max\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .sm-max\:first\:p-90p:first-child {
    padding: 90%;
  }

  .sm-max\:first\:p-92p:first-child {
    padding: 92%;
  }

  .sm-max\:first\:p-93p:first-child {
    padding: 93%;
  }

  .sm-max\:first\:p-94p:first-child {
    padding: 94%;
  }

  .sm-max\:first\:p-95p:first-child {
    padding: 95%;
  }

  .sm-max\:first\:p-96p:first-child {
    padding: 96%;
  }

  .sm-max\:first\:p-100p:first-child {
    padding: 100%;
  }

  .sm-max\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm-max\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm-max\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-max\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-max\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-max\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-max\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm-max\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-max\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-max\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-max\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm-max\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm-max\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-max\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-max\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-max\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-max\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm-max\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm-max\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm-max\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm-max\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-max\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-max\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-max\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-max\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm-max\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm-max\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm-max\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-max\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-max\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-max\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm-max\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-max\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-max\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-max\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-max\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-max\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm-max\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm-max\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm-max\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm-max\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-max\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-max\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-max\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-max\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-max\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-max\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm-max\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm-max\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm-max\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm-max\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-max\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-max\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-max\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-max\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-max\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-max\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-max\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-max\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-max\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-max\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm-max\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm-max\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-max\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-max\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm-max\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm-max\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-max\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-max\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-max\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-max\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-max\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-max\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-max\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-max\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm-max\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm-max\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm-max\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm-max\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm-max\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm-max\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm-max\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm-max\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm-max\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm-max\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-max\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-max\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm-max\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm-max\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm-max\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm-max\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm-max\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm-max\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-max\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-max\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm-max\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm-max\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm-max\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm-max\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm-max\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm-max\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm-max\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm-max\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm-max\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm-max\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .sm-max\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .sm-max\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .sm-max\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .sm-max\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm-max\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm-max\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm-max\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm-max\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm-max\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm-max\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm-max\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm-max\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm-max\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm-max\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .sm-max\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .sm-max\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm-max\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm-max\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm-max\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm-max\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm-max\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm-max\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm-max\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm-max\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .sm-max\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .sm-max\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .sm-max\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .sm-max\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .sm-max\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .sm-max\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .sm-max\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .sm-max\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .sm-max\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .sm-max\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .sm-max\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .sm-max\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm-max\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm-max\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .sm-max\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .sm-max\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm-max\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm-max\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .sm-max\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .sm-max\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm-max\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm-max\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .sm-max\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .sm-max\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm-max\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm-max\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm-max\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm-max\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm-max\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm-max\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .sm-max\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .sm-max\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm-max\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm-max\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm-max\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm-max\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .sm-max\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .sm-max\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm-max\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm-max\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .sm-max\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .sm-max\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .sm-max\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .sm-max\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm-max\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm-max\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .sm-max\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .sm-max\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .sm-max\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .sm-max\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .sm-max\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .sm-max\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm-max\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm-max\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm-max\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm-max\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-max\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-max\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .sm-max\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .sm-max\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .sm-max\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .sm-max\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm-max\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm-max\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm-max\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm-max\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm-max\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm-max\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm-max\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm-max\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .sm-max\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .sm-max\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .sm-max\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .sm-max\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .sm-max\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .sm-max\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .sm-max\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .sm-max\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .sm-max\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .sm-max\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .sm-max\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .sm-max\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .sm-max\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .sm-max\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .sm-max\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .sm-max\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .sm-max\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .sm-max\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .sm-max\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .sm-max\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .sm-max\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .sm-max\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .sm-max\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .sm-max\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .sm-max\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .sm-max\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .sm-max\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .sm-max\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .sm-max\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .sm-max\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .sm-max\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .sm-max\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .sm-max\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .sm-max\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .sm-max\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .sm-max\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .sm-max\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .sm-max\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .sm-max\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .sm-max\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .sm-max\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .sm-max\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .sm-max\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .sm-max\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .sm-max\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .sm-max\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .sm-max\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .sm-max\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .sm-max\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .sm-max\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .sm-max\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .sm-max\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .sm-max\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .sm-max\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .sm-max\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .sm-max\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .sm-max\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .sm-max\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .sm-max\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .sm-max\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .sm-max\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .sm-max\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .sm-max\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .sm-max\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .sm-max\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .sm-max\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .sm-max\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .sm-max\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .sm-max\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .sm-max\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .sm-max\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .sm-max\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .sm-max\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .sm-max\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .sm-max\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .sm-max\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .sm-max\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .sm-max\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .sm-max\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .sm-max\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .sm-max\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .sm-max\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .sm-max\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .sm-max\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .sm-max\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .sm-max\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .sm-max\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .sm-max\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .sm-max\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .sm-max\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .sm-max\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .sm-max\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .sm-max\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .sm-max\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .sm-max\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .sm-max\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .sm-max\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .sm-max\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .sm-max\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .sm-max\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .sm-max\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .sm-max\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .sm-max\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .sm-max\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .sm-max\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .sm-max\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .sm-max\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .sm-max\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .sm-max\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .sm-max\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .sm-max\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .sm-max\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .sm-max\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .sm-max\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .sm-max\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .sm-max\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .sm-max\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .sm-max\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .sm-max\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .sm-max\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .sm-max\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .sm-max\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .sm-max\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .sm-max\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .sm-max\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .sm-max\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .sm-max\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .sm-max\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .sm-max\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .sm-max\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .sm-max\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .sm-max\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .sm-max\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .sm-max\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .sm-max\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .sm-max\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .sm-max\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .sm-max\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .sm-max\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .sm-max\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .sm-max\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .sm-max\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .sm-max\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .sm-max\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .sm-max\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .sm-max\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .sm-max\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .sm-max\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .sm-max\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .sm-max\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .sm-max\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .sm-max\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .sm-max\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .sm-max\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .sm-max\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .sm-max\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .sm-max\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .sm-max\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .sm-max\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .sm-max\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .sm-max\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .sm-max\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .sm-max\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .sm-max\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .sm-max\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .sm-max\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .sm-max\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .sm-max\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .sm-max\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .sm-max\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .sm-max\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .sm-max\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .sm-max\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .sm-max\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .sm-max\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .sm-max\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .sm-max\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .sm-max\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .sm-max\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .sm-max\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .sm-max\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .sm-max\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .sm-max\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .sm-max\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .sm-max\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .sm-max\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .sm-max\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .sm-max\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .sm-max\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .sm-max\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .sm-max\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .sm-max\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .sm-max\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .sm-max\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .sm-max\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .sm-max\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .sm-max\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .sm-max\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .sm-max\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .sm-max\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .sm-max\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .sm-max\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .sm-max\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .sm-max\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .sm-max\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .sm-max\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .sm-max\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .sm-max\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .sm-max\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .sm-max\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .sm-max\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .sm-max\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .sm-max\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .sm-max\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .sm-max\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .sm-max\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .sm-max\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .sm-max\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .sm-max\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .sm-max\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .sm-max\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .sm-max\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .sm-max\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .sm-max\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .sm-max\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .sm-max\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .sm-max\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .sm-max\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .sm-max\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .sm-max\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .sm-max\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .sm-max\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .sm-max\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .sm-max\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .sm-max\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .sm-max\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .sm-max\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .sm-max\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .sm-max\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .sm-max\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .sm-max\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .sm-max\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .sm-max\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .sm-max\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .sm-max\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .sm-max\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .sm-max\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .sm-max\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .sm-max\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .sm-max\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .sm-max\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .sm-max\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .sm-max\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .sm-max\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .sm-max\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .sm-max\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .sm-max\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .sm-max\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .sm-max\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .sm-max\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .sm-max\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .sm-max\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .sm-max\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .sm-max\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .sm-max\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .sm-max\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .sm-max\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .sm-max\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .sm-max\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .sm-max\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .sm-max\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .sm-max\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .sm-max\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .sm-max\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .sm-max\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .sm-max\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm-max\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm-max\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm-max\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm-max\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .sm-max\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .sm-max\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .sm-max\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .sm-max\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .sm-max\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .sm-max\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .sm-max\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .sm-max\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .sm-max\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .sm-max\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .sm-max\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .sm-max\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .sm-max\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .sm-max\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .sm-max\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .sm-max\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .sm-max\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .sm-max\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .sm-max\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .sm-max\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .sm-max\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .sm-max\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .sm-max\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .sm-max\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .sm-max\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .sm-max\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .sm-max\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .sm-max\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .sm-max\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .sm-max\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .sm-max\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .sm-max\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .sm-max\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .sm-max\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .sm-max\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .sm-max\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .sm-max\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .sm-max\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .sm-max\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .sm-max\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .sm-max\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .sm-max\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .sm-max\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .sm-max\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .sm-max\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .sm-max\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .sm-max\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .sm-max\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .sm-max\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .sm-max\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .sm-max\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .sm-max\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .sm-max\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .sm-max\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .sm-max\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .sm-max\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .sm-max\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .sm-max\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .sm-max\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .sm-max\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .sm-max\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .sm-max\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .sm-max\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .sm-max\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .sm-max\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .sm-max\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .sm-max\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .sm-max\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .sm-max\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .sm-max\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .sm-max\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .sm-max\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .sm-max\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .sm-max\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .sm-max\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .sm-max\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .sm-max\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .sm-max\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .sm-max\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .sm-max\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .sm-max\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .sm-max\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .sm-max\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .sm-max\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .sm-max\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .sm-max\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .sm-max\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .sm-max\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .sm-max\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .sm-max\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .sm-max\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .sm-max\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .sm-max\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .sm-max\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .sm-max\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .sm-max\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .sm-max\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .sm-max\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .sm-max\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .sm-max\:last\:p-0:last-child {
    padding: 0px;
  }

  .sm-max\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm-max\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm-max\:last\:p-3:last-child {
    padding: 3px;
  }

  .sm-max\:last\:p-4:last-child {
    padding: 4px;
  }

  .sm-max\:last\:p-5:last-child {
    padding: 5px;
  }

  .sm-max\:last\:p-6:last-child {
    padding: 6px;
  }

  .sm-max\:last\:p-8:last-child {
    padding: 8px;
  }

  .sm-max\:last\:p-9:last-child {
    padding: 9px;
  }

  .sm-max\:last\:p-10:last-child {
    padding: 10px;
  }

  .sm-max\:last\:p-12:last-child {
    padding: 12px;
  }

  .sm-max\:last\:p-13:last-child {
    padding: 13px;
  }

  .sm-max\:last\:p-14:last-child {
    padding: 14px;
  }

  .sm-max\:last\:p-15:last-child {
    padding: 15px;
  }

  .sm-max\:last\:p-16:last-child {
    padding: 16px;
  }

  .sm-max\:last\:p-17:last-child {
    padding: 17px;
  }

  .sm-max\:last\:p-18:last-child {
    padding: 18px;
  }

  .sm-max\:last\:p-20:last-child {
    padding: 20px;
  }

  .sm-max\:last\:p-22:last-child {
    padding: 22px;
  }

  .sm-max\:last\:p-24:last-child {
    padding: 24px;
  }

  .sm-max\:last\:p-25:last-child {
    padding: 25px;
  }

  .sm-max\:last\:p-28:last-child {
    padding: 28px;
  }

  .sm-max\:last\:p-29:last-child {
    padding: 29px;
  }

  .sm-max\:last\:p-30:last-child {
    padding: 30px;
  }

  .sm-max\:last\:p-32:last-child {
    padding: 32px;
  }

  .sm-max\:last\:p-35:last-child {
    padding: 35px;
  }

  .sm-max\:last\:p-36:last-child {
    padding: 36px;
  }

  .sm-max\:last\:p-37:last-child {
    padding: 37px;
  }

  .sm-max\:last\:p-40:last-child {
    padding: 40px;
  }

  .sm-max\:last\:p-45:last-child {
    padding: 45px;
  }

  .sm-max\:last\:p-48:last-child {
    padding: 48px;
  }

  .sm-max\:last\:p-50:last-child {
    padding: 50px;
  }

  .sm-max\:last\:p-55:last-child {
    padding: 55px;
  }

  .sm-max\:last\:p-56:last-child {
    padding: 56px;
  }

  .sm-max\:last\:p-60:last-child {
    padding: 60px;
  }

  .sm-max\:last\:p-62:last-child {
    padding: 62px;
  }

  .sm-max\:last\:p-64:last-child {
    padding: 64px;
  }

  .sm-max\:last\:p-65:last-child {
    padding: 65px;
  }

  .sm-max\:last\:p-70:last-child {
    padding: 70px;
  }

  .sm-max\:last\:p-75:last-child {
    padding: 75px;
  }

  .sm-max\:last\:p-80:last-child {
    padding: 80px;
  }

  .sm-max\:last\:p-85:last-child {
    padding: 85px;
  }

  .sm-max\:last\:p-90:last-child {
    padding: 90px;
  }

  .sm-max\:last\:p-95:last-child {
    padding: 95px;
  }

  .sm-max\:last\:p-96:last-child {
    padding: 96px;
  }

  .sm-max\:last\:p-100:last-child {
    padding: 100px;
  }

  .sm-max\:last\:p-110:last-child {
    padding: 110px;
  }

  .sm-max\:last\:p-115:last-child {
    padding: 115px;
  }

  .sm-max\:last\:p-120:last-child {
    padding: 120px;
  }

  .sm-max\:last\:p-128:last-child {
    padding: 128px;
  }

  .sm-max\:last\:p-135:last-child {
    padding: 135px;
  }

  .sm-max\:last\:p-140:last-child {
    padding: 140px;
  }

  .sm-max\:last\:p-145:last-child {
    padding: 145px;
  }

  .sm-max\:last\:p-150:last-child {
    padding: 150px;
  }

  .sm-max\:last\:p-160:last-child {
    padding: 160px;
  }

  .sm-max\:last\:p-165:last-child {
    padding: 165px;
  }

  .sm-max\:last\:p-168:last-child {
    padding: 168px;
  }

  .sm-max\:last\:p-170:last-child {
    padding: 170px;
  }

  .sm-max\:last\:p-180:last-child {
    padding: 180px;
  }

  .sm-max\:last\:p-200:last-child {
    padding: 200px;
  }

  .sm-max\:last\:p-220:last-child {
    padding: 220px;
  }

  .sm-max\:last\:p-230:last-child {
    padding: 230px;
  }

  .sm-max\:last\:p-235:last-child {
    padding: 235px;
  }

  .sm-max\:last\:p-240:last-child {
    padding: 240px;
  }

  .sm-max\:last\:p-250:last-child {
    padding: 250px;
  }

  .sm-max\:last\:p-300:last-child {
    padding: 300px;
  }

  .sm-max\:last\:p-320:last-child {
    padding: 320px;
  }

  .sm-max\:last\:p-350:last-child {
    padding: 350px;
  }

  .sm-max\:last\:p-375:last-child {
    padding: 375px;
  }

  .sm-max\:last\:p-400:last-child {
    padding: 400px;
  }

  .sm-max\:last\:p-450:last-child {
    padding: 450px;
  }

  .sm-max\:last\:p-700:last-child {
    padding: 700px;
  }

  .sm-max\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm-max\:last\:p-1p:last-child {
    padding: 1%;
  }

  .sm-max\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .sm-max\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .sm-max\:last\:p-11p:last-child {
    padding: 11%;
  }

  .sm-max\:last\:p-20p:last-child {
    padding: 20%;
  }

  .sm-max\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .sm-max\:last\:p-25p:last-child {
    padding: 25%;
  }

  .sm-max\:last\:p-32p:last-child {
    padding: 32%;
  }

  .sm-max\:last\:p-35p:last-child {
    padding: 35%;
  }

  .sm-max\:last\:p-40p:last-child {
    padding: 40%;
  }

  .sm-max\:last\:p-49p:last-child {
    padding: 49%;
  }

  .sm-max\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .sm-max\:last\:p-80p:last-child {
    padding: 80%;
  }

  .sm-max\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .sm-max\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .sm-max\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .sm-max\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .sm-max\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .sm-max\:last\:p-90p:last-child {
    padding: 90%;
  }

  .sm-max\:last\:p-92p:last-child {
    padding: 92%;
  }

  .sm-max\:last\:p-93p:last-child {
    padding: 93%;
  }

  .sm-max\:last\:p-94p:last-child {
    padding: 94%;
  }

  .sm-max\:last\:p-95p:last-child {
    padding: 95%;
  }

  .sm-max\:last\:p-96p:last-child {
    padding: 96%;
  }

  .sm-max\:last\:p-100p:last-child {
    padding: 100%;
  }

  .sm-max\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm-max\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm-max\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm-max\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm-max\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-max\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-max\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm-max\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm-max\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm-max\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm-max\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm-max\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm-max\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-max\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-max\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm-max\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm-max\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm-max\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm-max\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm-max\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm-max\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-max\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-max\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm-max\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm-max\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm-max\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm-max\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm-max\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm-max\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-max\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-max\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm-max\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-max\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm-max\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm-max\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-max\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-max\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm-max\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm-max\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm-max\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm-max\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-max\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-max\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm-max\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm-max\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-max\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-max\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm-max\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm-max\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm-max\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm-max\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-max\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-max\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-max\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-max\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm-max\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm-max\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-max\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-max\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-max\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-max\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm-max\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm-max\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-max\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-max\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm-max\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm-max\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm-max\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm-max\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-max\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-max\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-max\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-max\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-max\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-max\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm-max\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm-max\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm-max\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm-max\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm-max\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm-max\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm-max\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm-max\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm-max\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm-max\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-max\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-max\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm-max\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm-max\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm-max\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm-max\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm-max\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm-max\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm-max\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm-max\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .sm-max\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .sm-max\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm-max\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm-max\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .sm-max\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .sm-max\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .sm-max\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sm-max\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .sm-max\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .sm-max\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .sm-max\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .sm-max\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .sm-max\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .sm-max\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .sm-max\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .sm-max\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .sm-max\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .sm-max\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm-max\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm-max\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .sm-max\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .sm-max\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .sm-max\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .sm-max\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .sm-max\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .sm-max\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .sm-max\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .sm-max\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm-max\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm-max\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .sm-max\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .sm-max\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .sm-max\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .sm-max\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .sm-max\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .sm-max\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .sm-max\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .sm-max\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .sm-max\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .sm-max\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .sm-max\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .sm-max\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .sm-max\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .sm-max\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .sm-max\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .sm-max\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm-max\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm-max\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .sm-max\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .sm-max\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm-max\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm-max\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .sm-max\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .sm-max\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm-max\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm-max\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .sm-max\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .sm-max\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .sm-max\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .sm-max\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm-max\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm-max\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .sm-max\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .sm-max\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .sm-max\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .sm-max\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm-max\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm-max\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm-max\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm-max\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .sm-max\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .sm-max\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm-max\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm-max\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .sm-max\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .sm-max\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .sm-max\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .sm-max\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm-max\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm-max\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .sm-max\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .sm-max\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .sm-max\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .sm-max\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .sm-max\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .sm-max\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm-max\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm-max\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm-max\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm-max\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-max\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-max\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .sm-max\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .sm-max\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .sm-max\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .sm-max\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm-max\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm-max\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm-max\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm-max\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm-max\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm-max\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm-max\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm-max\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .sm-max\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .sm-max\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .sm-max\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .sm-max\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .sm-max\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .sm-max\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .sm-max\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .sm-max\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .sm-max\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .sm-max\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .sm-max\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .sm-max\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .sm-max\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .sm-max\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .sm-max\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .sm-max\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .sm-max\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .sm-max\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .sm-max\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .sm-max\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .sm-max\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .sm-max\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .sm-max\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .sm-max\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .sm-max\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .sm-max\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .sm-max\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .sm-max\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .sm-max\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .sm-max\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .sm-max\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .sm-max\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .sm-max\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .sm-max\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .sm-max\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .sm-max\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .sm-max\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .sm-max\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .sm-max\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .sm-max\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .sm-max\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .sm-max\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .sm-max\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .sm-max\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .sm-max\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .sm-max\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .sm-max\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .sm-max\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .sm-max\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .sm-max\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .sm-max\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .sm-max\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .sm-max\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .sm-max\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .sm-max\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .sm-max\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .sm-max\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .sm-max\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .sm-max\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .sm-max\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .sm-max\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .sm-max\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .sm-max\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .sm-max\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .sm-max\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .sm-max\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .sm-max\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .sm-max\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .sm-max\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .sm-max\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .sm-max\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .sm-max\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .sm-max\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .sm-max\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .sm-max\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .sm-max\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .sm-max\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .sm-max\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .sm-max\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .sm-max\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .sm-max\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .sm-max\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .sm-max\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .sm-max\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .sm-max\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .sm-max\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .sm-max\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .sm-max\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .sm-max\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .sm-max\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .sm-max\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .sm-max\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .sm-max\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .sm-max\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .sm-max\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .sm-max\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .sm-max\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .sm-max\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .sm-max\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .sm-max\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .sm-max\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .sm-max\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .sm-max\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .sm-max\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .sm-max\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .sm-max\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .sm-max\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .sm-max\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .sm-max\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .sm-max\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .sm-max\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .sm-max\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .sm-max\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .sm-max\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .sm-max\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .sm-max\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .sm-max\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .sm-max\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .sm-max\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .sm-max\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .sm-max\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .sm-max\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .sm-max\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .sm-max\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .sm-max\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .sm-max\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .sm-max\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .sm-max\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .sm-max\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .sm-max\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .sm-max\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .sm-max\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .sm-max\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .sm-max\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .sm-max\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .sm-max\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .sm-max\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .sm-max\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .sm-max\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .sm-max\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .sm-max\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .sm-max\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .sm-max\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .sm-max\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .sm-max\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .sm-max\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .sm-max\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .sm-max\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .sm-max\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .sm-max\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .sm-max\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .sm-max\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .sm-max\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .sm-max\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .sm-max\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .sm-max\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .sm-max\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .sm-max\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .sm-max\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .sm-max\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .sm-max\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .sm-max\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .sm-max\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .sm-max\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .sm-max\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .sm-max\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .sm-max\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .sm-max\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .sm-max\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .sm-max\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .sm-max\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .sm-max\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .sm-max\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .sm-max\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .sm-max\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .sm-max\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .sm-max\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .sm-max\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .sm-max\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .sm-max\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .sm-max\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .sm-max\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .sm-max\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .sm-max\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .sm-max\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .sm-max\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .sm-max\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .sm-max\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .sm-max\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .sm-max\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .sm-max\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .sm-max\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .sm-max\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .sm-max\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .sm-max\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .sm-max\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .sm-max\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .sm-max\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .sm-max\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .sm-max\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .sm-max\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .sm-max\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .sm-max\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .sm-max\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .sm-max\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .sm-max\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .sm-max\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .sm-max\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .sm-max\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .sm-max\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .sm-max\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .sm-max\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .sm-max\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .sm-max\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .sm-max\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .sm-max\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .sm-max\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .sm-max\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .sm-max\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .sm-max\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .sm-max\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .sm-max\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .sm-max\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .sm-max\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .sm-max\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .sm-max\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .sm-max\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .sm-max\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .sm-max\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .sm-max\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .sm-max\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .sm-max\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .sm-max\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .sm-max\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .sm-max\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .sm-max\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .sm-max\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .sm-max\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .sm-max\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .sm-max\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .sm-max\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .sm-max\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .sm-max\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .sm-max\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .sm-max\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .sm-max\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .sm-max\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .sm-max\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .sm-max\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .sm-max\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .sm-max\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .sm-max\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .sm-max\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .sm-max\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .sm-max\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .sm-max\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .sm-max\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .sm-max\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .sm-max\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .sm-max\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .sm-max\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .sm-max\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .sm-max\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .sm-max\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .sm-max\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .sm-max\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .sm-max\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .sm-max\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .sm-max\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .sm-max\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .sm-max\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .sm-max\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .sm-max\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .sm-max\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .sm-max\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .sm-max\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm-max\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm-max\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm-max\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm-max\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .sm-max\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .sm-max\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .sm-max\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .sm-max\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .sm-max\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .sm-max\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .sm-max\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .sm-max\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .sm-max\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .sm-max\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .sm-max\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .sm-max\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .sm-max\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .sm-max\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .sm-max\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .sm-max\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .sm-max\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .sm-max\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .sm-max\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .sm-max\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .sm-max\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .sm-max\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .sm-max\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .sm-max\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .sm-max\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .sm-max\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .sm-max\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .sm-max\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .sm-max\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .sm-max\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .sm-max\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .sm-max\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .sm-max\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .sm-max\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .sm-max\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .sm-max\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .sm-max\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .sm-max\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .sm-max\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .sm-max\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .sm-max\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .sm-max\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .sm-max\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .sm-max\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .sm-max\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .sm-max\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .sm-max\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .sm-max\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .sm-max\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .sm-max\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .sm-max\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .sm-max\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .sm-max\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .sm-max\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .sm-max\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .sm-max\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .sm-max\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .sm-max\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .sm-max\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .sm-max\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .sm-max\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .sm-max\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .sm-max\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .sm-max\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .sm-max\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .sm-max\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .sm-max\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .sm-max\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .sm-max\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .sm-max\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .sm-max\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .sm-max\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .sm-max\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .sm-max\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .sm-max\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .sm-max\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .sm-max\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .sm-max\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .sm-max\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .sm-max\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .sm-max\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .sm-max\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .sm-max\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .sm-max\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .sm-max\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .sm-max\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .sm-max\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .sm-max\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .sm-max\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .sm-max\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .sm-max\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .sm-max\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .sm-max\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .sm-max\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .sm-max\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .sm-max\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .sm-max\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .sm-max\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .sm-max\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .sm-max\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .sm-max\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .sm-max\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .sm-max\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .sm-max\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .sm-max\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .sm-max\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .sm-max\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .sm-max\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .sm-max\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .sm-max\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .sm-max\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .sm-max\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .sm-max\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .sm-max\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .sm-max\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .sm-max\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .sm-max\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .sm-max\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .sm-max\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .sm-max\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .sm-max\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .sm-max\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .sm-max\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .sm-max\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .sm-max\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .sm-max\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .sm-max\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .sm-max\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .sm-max\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .sm-max\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .sm-max\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .sm-max\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .sm-max\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .sm-max\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .sm-max\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .sm-max\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .sm-max\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .sm-max\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .sm-max\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .sm-max\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .sm-max\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .sm-max\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .sm-max\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .sm-max\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .sm-max\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .sm-max\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .sm-max\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .sm-max\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .sm-max\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .sm-max\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .sm-max\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .sm-max\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .sm-max\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .sm-max\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .sm-max\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .sm-max\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .sm-max\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .sm-max\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .sm-max\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .sm-max\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .sm-max\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .sm-max\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .sm-max\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .sm-max\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .sm-max\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .sm-max\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .sm-max\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .sm-max\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .sm-max\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .sm-max\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .sm-max\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .sm-max\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .sm-max\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .sm-max\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .sm-max\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .sm-max\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .sm-max\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .sm-max\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .sm-max\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .sm-max\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .sm-max\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .sm-max\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .sm-max\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .sm-max\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .sm-max\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .sm-max\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .sm-max\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .sm-max\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .sm-max\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .sm-max\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .sm-max\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .sm-max\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .sm-max\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .sm-max\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .sm-max\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .sm-max\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .sm-max\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .sm-max\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .sm-max\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .sm-max\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .sm-max\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .sm-max\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .sm-max\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .sm-max\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .sm-max\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .sm-max\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .sm-max\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .sm-max\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .sm-max\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .sm-max\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .sm-max\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .sm-max\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .sm-max\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .sm-max\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .sm-max\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .sm-max\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .sm-max\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .sm-max\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .sm-max\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .sm-max\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .sm-max\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .sm-max\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .sm-max\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .sm-max\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .sm-max\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .sm-max\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .sm-max\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .sm-max\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .sm-max\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .sm-max\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .sm-max\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .sm-max\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .sm-max\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .sm-max\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .sm-max\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .sm-max\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .sm-max\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .sm-max\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .sm-max\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .sm-max\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .sm-max\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .sm-max\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .sm-max\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .sm-max\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .sm-max\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .sm-max\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .sm-max\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .sm-max\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .sm-max\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .sm-max\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .sm-max\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .sm-max\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .sm-max\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .sm-max\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .sm-max\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .sm-max\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .sm-max\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .sm-max\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .sm-max\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .sm-max\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .sm-max\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .sm-max\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .sm-max\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .sm-max\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .sm-max\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .sm-max\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .sm-max\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .sm-max\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .sm-max\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .sm-max\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .sm-max\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .sm-max\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .sm-max\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .sm-max\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .sm-max\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .sm-max\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .sm-max\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .sm-max\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .sm-max\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .sm-max\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .sm-max\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .sm-max\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .sm-max\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .sm-max\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .sm-max\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .sm-max\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .sm-max\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .sm-max\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .sm-max\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .sm-max\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .sm-max\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .sm-max\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .sm-max\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .sm-max\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .sm-max\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .sm-max\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .sm-max\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .sm-max\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .sm-max\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .sm-max\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .sm-max\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .sm-max\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .sm-max\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .sm-max\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .sm-max\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .sm-max\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .sm-max\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .sm-max\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .sm-max\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .sm-max\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .sm-max\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .sm-max\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .sm-max\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .sm-max\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .sm-max\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .sm-max\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .sm-max\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .sm-max\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .sm-max\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .sm-max\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .sm-max\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .sm-max\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .sm-max\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .sm-max\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .sm-max\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .sm-max\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .sm-max\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .sm-max\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .sm-max\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .sm-max\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .sm-max\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .sm-max\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .sm-max\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .sm-max\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .sm-max\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .sm-max\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .sm-max\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .sm-max\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .sm-max\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .sm-max\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .sm-max\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .sm-max\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .sm-max\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .sm-max\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .sm-max\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .sm-max\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .sm-max\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .sm-max\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .sm-max\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .sm-max\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .sm-max\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .sm-max\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .sm-max\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .sm-max\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .sm-max\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .sm-max\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .sm-max\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .sm-max\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .sm-max\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .sm-max\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .sm-max\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .sm-max\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .sm-max\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .sm-max\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .sm-max\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .sm-max\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .sm-max\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .sm-max\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .sm-max\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .sm-max\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .sm-max\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .sm-max\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .sm-max\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .sm-max\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .sm-max\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .sm-max\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .sm-max\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .sm-max\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .sm-max\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .sm-max\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .sm-max\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .sm-max\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .sm-max\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .sm-max\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .sm-max\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .sm-max\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .sm-max\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .sm-max\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .sm-max\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .sm-max\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .sm-max\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .sm-max\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .sm-max\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .sm-max\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .sm-max\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .sm-max\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .sm-max\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .sm-max\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .sm-max\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .sm-max\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .sm-max\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .sm-max\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .sm-max\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .sm-max\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .sm-max\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .sm-max\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .sm-max\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .sm-max\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .sm-max\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .sm-max\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .sm-max\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .sm-max\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .sm-max\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .sm-max\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .sm-max\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .sm-max\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .sm-max\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .sm-max\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .sm-max\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .sm-max\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .sm-max\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .sm-max\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .sm-max\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .sm-max\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .sm-max\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .sm-max\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .sm-max\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .sm-max\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .sm-max\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .sm-max\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .sm-max\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .sm-max\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .sm-max\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .sm-max\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .sm-max\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .sm-max\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .sm-max\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .sm-max\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .sm-max\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .sm-max\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .sm-max\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .sm-max\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .sm-max\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .sm-max\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .sm-max\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .sm-max\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .sm-max\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .sm-max\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .sm-max\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .sm-max\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .sm-max\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .sm-max\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .sm-max\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .sm-max\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .sm-max\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .sm-max\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .sm-max\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .sm-max\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .sm-max\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .sm-max\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .sm-max\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .sm-max\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .sm-max\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .sm-max\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .sm-max\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .sm-max\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .sm-max\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .sm-max\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .sm-max\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .sm-max\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .sm-max\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .sm-max\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .sm-max\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .sm-max\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .sm-max\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .sm-max\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .sm-max\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .sm-max\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .sm-max\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .sm-max\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .sm-max\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .sm-max\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .sm-max\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .sm-max\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .sm-max\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .sm-max\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .sm-max\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .sm-max\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .sm-max\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .sm-max\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .sm-max\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .sm-max\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .sm-max\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .sm-max\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .sm-max\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .sm-max\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .sm-max\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .sm-max\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .sm-max\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .sm-max\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .sm-max\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .sm-max\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .sm-max\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .sm-max\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .sm-max\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .sm-max\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .sm-max\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .sm-max\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .sm-max\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .sm-max\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .sm-max\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .sm-max\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .sm-max\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .sm-max\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .sm-max\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .sm-max\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .sm-max\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .sm-max\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .sm-max\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .sm-max\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .sm-max\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .sm-max\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .sm-max\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .sm-max\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .sm-max\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .sm-max\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .sm-max\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .sm-max\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .sm-max\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .sm-max\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .sm-max\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .sm-max\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .sm-max\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .sm-max\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .sm-max\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .sm-max\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .sm-max\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .sm-max\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .sm-max\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .sm-max\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .sm-max\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .sm-max\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .sm-max\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .sm-max\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .sm-max\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .sm-max\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .sm-max\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .sm-max\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .sm-max\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .sm-max\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .sm-max\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .sm-max\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .sm-max\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .sm-max\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .sm-max\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .sm-max\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .sm-max\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .sm-max\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .sm-max\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .sm-max\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .sm-max\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .sm-max\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .sm-max\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .sm-max\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .sm-max\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .sm-max\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .sm-max\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .sm-max\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .sm-max\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .sm-max\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .sm-max\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .sm-max\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .sm-max\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .sm-max\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .sm-max\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .sm-max\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .sm-max\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .sm-max\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .sm-max\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .sm-max\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .sm-max\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .sm-max\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .sm-max\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .sm-max\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .sm-max\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .sm-max\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .sm-max\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .sm-max\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .sm-max\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .sm-max\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .sm-max\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .sm-max\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .sm-max\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .sm-max\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .sm-max\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .sm-max\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .sm-max\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .sm-max\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .sm-max\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .sm-max\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .sm-max\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .sm-max\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .sm-max\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .sm-max\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .sm-max\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .sm-max\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .sm-max\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .sm-max\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .sm-max\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .sm-max\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .sm-max\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .sm-max\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .sm-max\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .sm-max\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .sm-max\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .sm-max\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .sm-max\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .sm-max\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .sm-max\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .sm-max\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .sm-max\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .sm-max\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .sm-max\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .sm-max\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .sm-max\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .sm-max\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .sm-max\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .sm-max\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .sm-max\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .sm-max\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .sm-max\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .sm-max\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .sm-max\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .sm-max\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .sm-max\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .sm-max\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .sm-max\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .sm-max\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .sm-max\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .sm-max\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .sm-max\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .sm-max\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .sm-max\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .sm-max\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .sm-max\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .sm-max\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .sm-max\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .sm-max\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .sm-max\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .sm-max\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .sm-max\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .sm-max\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .sm-max\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .sm-max\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .sm-max\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .sm-max\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .sm-max\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .sm-max\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .sm-max\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .sm-max\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .sm-max\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .sm-max\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .sm-max\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .sm-max\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .sm-max\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .sm-max\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .sm-max\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .sm-max\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .sm-max\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .sm-max\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .sm-max\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .sm-max\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .sm-max\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .sm-max\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .sm-max\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .sm-max\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .sm-max\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .sm-max\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .sm-max\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .sm-max\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .sm-max\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .sm-max\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .sm-max\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .sm-max\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .sm-max\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .sm-max\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .sm-max\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .sm-max\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .sm-max\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .sm-max\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .sm-max\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .sm-max\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .sm-max\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .sm-max\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .sm-max\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .sm-max\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .sm-max\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .sm-max\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .sm-max\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .sm-max\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .sm-max\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .sm-max\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .sm-max\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .sm-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .sm-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm-max\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .sm-max\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .sm-max\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .sm-max\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .sm-max\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .sm-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .sm-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm-max\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .sm-max\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .sm-max\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .sm-max\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm-max\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .sm-max\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .sm-max\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .sm-max\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .sm-max\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .sm-max\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .sm-max\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .sm-max\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .sm-max\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .sm-max\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .sm-max\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm-max\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm-max\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm-max\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .sm-max\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .sm-max\:pointer-events-none {
    pointer-events: none;
  }

  .sm-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm-max\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .sm-max\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .sm-max\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .sm-max\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .sm-max\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .sm-max\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .sm-max\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .sm-max\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .sm-max\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .sm-max\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm-max\:static {
    position: static;
  }

  .sm-max\:fixed {
    position: fixed;
  }

  .sm-max\:absolute {
    position: absolute;
  }

  .sm-max\:relative {
    position: relative;
  }

  .sm-max\:sticky {
    position: sticky;
  }

  .sm-max\:hover\:static:hover {
    position: static;
  }

  .sm-max\:hover\:fixed:hover {
    position: fixed;
  }

  .sm-max\:hover\:absolute:hover {
    position: absolute;
  }

  .sm-max\:hover\:relative:hover {
    position: relative;
  }

  .sm-max\:hover\:sticky:hover {
    position: sticky;
  }

  .sm-max\:focus\:static:focus {
    position: static;
  }

  .sm-max\:focus\:fixed:focus {
    position: fixed;
  }

  .sm-max\:focus\:absolute:focus {
    position: absolute;
  }

  .sm-max\:focus\:relative:focus {
    position: relative;
  }

  .sm-max\:focus\:sticky:focus {
    position: sticky;
  }

  .sm-max\:first\:static:first-child {
    position: static;
  }

  .sm-max\:first\:fixed:first-child {
    position: fixed;
  }

  .sm-max\:first\:absolute:first-child {
    position: absolute;
  }

  .sm-max\:first\:relative:first-child {
    position: relative;
  }

  .sm-max\:first\:sticky:first-child {
    position: sticky;
  }

  .sm-max\:last\:static:last-child {
    position: static;
  }

  .sm-max\:last\:fixed:last-child {
    position: fixed;
  }

  .sm-max\:last\:absolute:last-child {
    position: absolute;
  }

  .sm-max\:last\:relative:last-child {
    position: relative;
  }

  .sm-max\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .sm-max\:group-hover\:static {
    position: static;
  }

  .group:hover .sm-max\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .sm-max\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .sm-max\:group-hover\:relative {
    position: relative;
  }

  .group:hover .sm-max\:group-hover\:sticky {
    position: sticky;
  }

  .sm-max\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-max\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm-max\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm-max\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm-max\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm-max\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm-max\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm-max\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm-max\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm-max\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm-max\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm-max\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm-max\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm-max\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm-max\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm-max\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm-max\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm-max\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm-max\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm-max\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm-max\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-max\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm-max\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm-max\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm-max\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .sm-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm-max\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm-max\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .sm-max\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .sm-max\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .sm-max\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .sm-max\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .sm-max\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .sm-max\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .sm-max\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .sm-max\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .sm-max\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .sm-max\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .sm-max\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .sm-max\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .sm-max\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .sm-max\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .sm-max\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .sm-max\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .sm-max\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .sm-max\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .sm-max\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .sm-max\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .sm-max\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .sm-max\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .sm-max\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .sm-max\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .sm-max\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .sm-max\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .sm-max\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .sm-max\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .sm-max\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .sm-max\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .sm-max\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .sm-max\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .sm-max\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .sm-max\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .sm-max\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .sm-max\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .sm-max\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .sm-max\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .sm-max\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .sm-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm-max\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm-max\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .sm-max\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .sm-max\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .sm-max\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .sm-max\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .sm-max\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .sm-max\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .sm-max\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .sm-max\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .sm-max\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .sm-max\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .sm-max\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .sm-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .sm-max\:top-0 {
    top: 0;
  }

  .sm-max\:right-0 {
    right: 0;
  }

  .sm-max\:bottom-0 {
    bottom: 0;
  }

  .sm-max\:left-0 {
    left: 0;
  }

  .sm-max\:top-5 {
    top: 5px;
  }

  .sm-max\:right-5 {
    right: 5px;
  }

  .sm-max\:bottom-5 {
    bottom: 5px;
  }

  .sm-max\:left-5 {
    left: 5px;
  }

  .sm-max\:top-10 {
    top: 10px;
  }

  .sm-max\:right-10 {
    right: 10px;
  }

  .sm-max\:bottom-10 {
    bottom: 10px;
  }

  .sm-max\:left-10 {
    left: 10px;
  }

  .sm-max\:top-15 {
    top: 15px;
  }

  .sm-max\:right-15 {
    right: 15px;
  }

  .sm-max\:bottom-15 {
    bottom: 15px;
  }

  .sm-max\:left-15 {
    left: 15px;
  }

  .sm-max\:top-16 {
    top: 16px;
  }

  .sm-max\:right-16 {
    right: 16px;
  }

  .sm-max\:bottom-16 {
    bottom: 16px;
  }

  .sm-max\:left-16 {
    left: 16px;
  }

  .sm-max\:top-20 {
    top: 20px;
  }

  .sm-max\:right-20 {
    right: 20px;
  }

  .sm-max\:bottom-20 {
    bottom: 20px;
  }

  .sm-max\:left-20 {
    left: 20px;
  }

  .sm-max\:top-21 {
    top: 21px;
  }

  .sm-max\:right-21 {
    right: 21px;
  }

  .sm-max\:bottom-21 {
    bottom: 21px;
  }

  .sm-max\:left-21 {
    left: 21px;
  }

  .sm-max\:top-22 {
    top: 22px;
  }

  .sm-max\:right-22 {
    right: 22px;
  }

  .sm-max\:bottom-22 {
    bottom: 22px;
  }

  .sm-max\:left-22 {
    left: 22px;
  }

  .sm-max\:top-25 {
    top: 25px;
  }

  .sm-max\:right-25 {
    right: 25px;
  }

  .sm-max\:bottom-25 {
    bottom: 25px;
  }

  .sm-max\:left-25 {
    left: 25px;
  }

  .sm-max\:top-30 {
    top: 30px;
  }

  .sm-max\:right-30 {
    right: 30px;
  }

  .sm-max\:bottom-30 {
    bottom: 30px;
  }

  .sm-max\:left-30 {
    left: 30px;
  }

  .sm-max\:top-35 {
    top: 35px;
  }

  .sm-max\:right-35 {
    right: 35px;
  }

  .sm-max\:bottom-35 {
    bottom: 35px;
  }

  .sm-max\:left-35 {
    left: 35px;
  }

  .sm-max\:top-37 {
    top: 37px;
  }

  .sm-max\:right-37 {
    right: 37px;
  }

  .sm-max\:bottom-37 {
    bottom: 37px;
  }

  .sm-max\:left-37 {
    left: 37px;
  }

  .sm-max\:top-38 {
    top: 38px;
  }

  .sm-max\:right-38 {
    right: 38px;
  }

  .sm-max\:bottom-38 {
    bottom: 38px;
  }

  .sm-max\:left-38 {
    left: 38px;
  }

  .sm-max\:top-40 {
    top: 40px;
  }

  .sm-max\:right-40 {
    right: 40px;
  }

  .sm-max\:bottom-40 {
    bottom: 40px;
  }

  .sm-max\:left-40 {
    left: 40px;
  }

  .sm-max\:top-50 {
    top: 50px;
  }

  .sm-max\:right-50 {
    right: 50px;
  }

  .sm-max\:bottom-50 {
    bottom: 50px;
  }

  .sm-max\:left-50 {
    left: 50px;
  }

  .sm-max\:top-70 {
    top: 70px;
  }

  .sm-max\:right-70 {
    right: 70px;
  }

  .sm-max\:bottom-70 {
    bottom: 70px;
  }

  .sm-max\:left-70 {
    left: 70px;
  }

  .sm-max\:top-100 {
    top: 100px;
  }

  .sm-max\:right-100 {
    right: 100px;
  }

  .sm-max\:bottom-100 {
    bottom: 100px;
  }

  .sm-max\:left-100 {
    left: 100px;
  }

  .sm-max\:top-120 {
    top: 120px;
  }

  .sm-max\:right-120 {
    right: 120px;
  }

  .sm-max\:bottom-120 {
    bottom: 120px;
  }

  .sm-max\:left-120 {
    left: 120px;
  }

  .sm-max\:top-130 {
    top: 130px;
  }

  .sm-max\:right-130 {
    right: 130px;
  }

  .sm-max\:bottom-130 {
    bottom: 130px;
  }

  .sm-max\:left-130 {
    left: 130px;
  }

  .sm-max\:top-140 {
    top: 140px;
  }

  .sm-max\:right-140 {
    right: 140px;
  }

  .sm-max\:bottom-140 {
    bottom: 140px;
  }

  .sm-max\:left-140 {
    left: 140px;
  }

  .sm-max\:top-180 {
    top: 180px;
  }

  .sm-max\:right-180 {
    right: 180px;
  }

  .sm-max\:bottom-180 {
    bottom: 180px;
  }

  .sm-max\:left-180 {
    left: 180px;
  }

  .sm-max\:top-auto {
    top: auto;
  }

  .sm-max\:right-auto {
    right: auto;
  }

  .sm-max\:bottom-auto {
    bottom: auto;
  }

  .sm-max\:left-auto {
    left: auto;
  }

  .sm-max\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .sm-max\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .sm-max\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .sm-max\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .sm-max\:top-10p {
    top: 10%;
  }

  .sm-max\:right-10p {
    right: 10%;
  }

  .sm-max\:bottom-10p {
    bottom: 10%;
  }

  .sm-max\:left-10p {
    left: 10%;
  }

  .sm-max\:top-20p {
    top: 20%;
  }

  .sm-max\:right-20p {
    right: 20%;
  }

  .sm-max\:bottom-20p {
    bottom: 20%;
  }

  .sm-max\:left-20p {
    left: 20%;
  }

  .sm-max\:-top-35 {
    top: -35px;
  }

  .sm-max\:-right-35 {
    right: -35px;
  }

  .sm-max\:-bottom-35 {
    bottom: -35px;
  }

  .sm-max\:-left-35 {
    left: -35px;
  }

  .sm-max\:-top-28 {
    top: -28px;
  }

  .sm-max\:-right-28 {
    right: -28px;
  }

  .sm-max\:-bottom-28 {
    bottom: -28px;
  }

  .sm-max\:-left-28 {
    left: -28px;
  }

  .sm-max\:-top-60 {
    top: -60px;
  }

  .sm-max\:-right-60 {
    right: -60px;
  }

  .sm-max\:-bottom-60 {
    bottom: -60px;
  }

  .sm-max\:-left-60 {
    left: -60px;
  }

  .sm-max\:top-vw90 {
    top: 90vw;
  }

  .sm-max\:right-vw90 {
    right: 90vw;
  }

  .sm-max\:bottom-vw90 {
    bottom: 90vw;
  }

  .sm-max\:left-vw90 {
    left: 90vw;
  }

  .sm-max\:top-1\/2 {
    top: 50%;
  }

  .sm-max\:right-1\/2 {
    right: 50%;
  }

  .sm-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm-max\:left-1\/2 {
    left: 50%;
  }

  .sm-max\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-max\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm-max\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm-max\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm-max\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm-max\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm-max\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm-max\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm-max\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm-max\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm-max\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm-max\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm-max\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm-max\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm-max\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm-max\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm-max\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm-max\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm-max\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm-max\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm-max\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm-max\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-max\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm-max\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm-max\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm-max\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .sm-max\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .sm-max\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .sm-max\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .sm-max\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .sm-max\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .sm-max\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .sm-max\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .sm-max\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .sm-max\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .sm-max\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .sm-max\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .sm-max\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .sm-max\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .sm-max\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .sm-max\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .sm-max\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .sm-max\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .sm-max\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .sm-max\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .sm-max\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .sm-max\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .sm-max\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .sm-max\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .sm-max\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .sm-max\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .sm-max\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .sm-max\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .sm-max\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .sm-max\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .sm-max\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .sm-max\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .sm-max\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .sm-max\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .sm-max\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .sm-max\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .sm-max\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .sm-max\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .sm-max\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .sm-max\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .sm-max\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .sm-max\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .sm-max\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .sm-max\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .sm-max\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .sm-max\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .sm-max\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .sm-max\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .sm-max\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .sm-max\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .sm-max\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .sm-max\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .sm-max\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .sm-max\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .sm-max\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .sm-max\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .sm-max\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .sm-max\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .sm-max\:hover\:top-0:hover {
    top: 0;
  }

  .sm-max\:hover\:right-0:hover {
    right: 0;
  }

  .sm-max\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .sm-max\:hover\:left-0:hover {
    left: 0;
  }

  .sm-max\:hover\:top-5:hover {
    top: 5px;
  }

  .sm-max\:hover\:right-5:hover {
    right: 5px;
  }

  .sm-max\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .sm-max\:hover\:left-5:hover {
    left: 5px;
  }

  .sm-max\:hover\:top-10:hover {
    top: 10px;
  }

  .sm-max\:hover\:right-10:hover {
    right: 10px;
  }

  .sm-max\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .sm-max\:hover\:left-10:hover {
    left: 10px;
  }

  .sm-max\:hover\:top-15:hover {
    top: 15px;
  }

  .sm-max\:hover\:right-15:hover {
    right: 15px;
  }

  .sm-max\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .sm-max\:hover\:left-15:hover {
    left: 15px;
  }

  .sm-max\:hover\:top-16:hover {
    top: 16px;
  }

  .sm-max\:hover\:right-16:hover {
    right: 16px;
  }

  .sm-max\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .sm-max\:hover\:left-16:hover {
    left: 16px;
  }

  .sm-max\:hover\:top-20:hover {
    top: 20px;
  }

  .sm-max\:hover\:right-20:hover {
    right: 20px;
  }

  .sm-max\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .sm-max\:hover\:left-20:hover {
    left: 20px;
  }

  .sm-max\:hover\:top-21:hover {
    top: 21px;
  }

  .sm-max\:hover\:right-21:hover {
    right: 21px;
  }

  .sm-max\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .sm-max\:hover\:left-21:hover {
    left: 21px;
  }

  .sm-max\:hover\:top-22:hover {
    top: 22px;
  }

  .sm-max\:hover\:right-22:hover {
    right: 22px;
  }

  .sm-max\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .sm-max\:hover\:left-22:hover {
    left: 22px;
  }

  .sm-max\:hover\:top-25:hover {
    top: 25px;
  }

  .sm-max\:hover\:right-25:hover {
    right: 25px;
  }

  .sm-max\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .sm-max\:hover\:left-25:hover {
    left: 25px;
  }

  .sm-max\:hover\:top-30:hover {
    top: 30px;
  }

  .sm-max\:hover\:right-30:hover {
    right: 30px;
  }

  .sm-max\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .sm-max\:hover\:left-30:hover {
    left: 30px;
  }

  .sm-max\:hover\:top-35:hover {
    top: 35px;
  }

  .sm-max\:hover\:right-35:hover {
    right: 35px;
  }

  .sm-max\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .sm-max\:hover\:left-35:hover {
    left: 35px;
  }

  .sm-max\:hover\:top-37:hover {
    top: 37px;
  }

  .sm-max\:hover\:right-37:hover {
    right: 37px;
  }

  .sm-max\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .sm-max\:hover\:left-37:hover {
    left: 37px;
  }

  .sm-max\:hover\:top-38:hover {
    top: 38px;
  }

  .sm-max\:hover\:right-38:hover {
    right: 38px;
  }

  .sm-max\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .sm-max\:hover\:left-38:hover {
    left: 38px;
  }

  .sm-max\:hover\:top-40:hover {
    top: 40px;
  }

  .sm-max\:hover\:right-40:hover {
    right: 40px;
  }

  .sm-max\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .sm-max\:hover\:left-40:hover {
    left: 40px;
  }

  .sm-max\:hover\:top-50:hover {
    top: 50px;
  }

  .sm-max\:hover\:right-50:hover {
    right: 50px;
  }

  .sm-max\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .sm-max\:hover\:left-50:hover {
    left: 50px;
  }

  .sm-max\:hover\:top-70:hover {
    top: 70px;
  }

  .sm-max\:hover\:right-70:hover {
    right: 70px;
  }

  .sm-max\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .sm-max\:hover\:left-70:hover {
    left: 70px;
  }

  .sm-max\:hover\:top-100:hover {
    top: 100px;
  }

  .sm-max\:hover\:right-100:hover {
    right: 100px;
  }

  .sm-max\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .sm-max\:hover\:left-100:hover {
    left: 100px;
  }

  .sm-max\:hover\:top-120:hover {
    top: 120px;
  }

  .sm-max\:hover\:right-120:hover {
    right: 120px;
  }

  .sm-max\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .sm-max\:hover\:left-120:hover {
    left: 120px;
  }

  .sm-max\:hover\:top-130:hover {
    top: 130px;
  }

  .sm-max\:hover\:right-130:hover {
    right: 130px;
  }

  .sm-max\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .sm-max\:hover\:left-130:hover {
    left: 130px;
  }

  .sm-max\:hover\:top-140:hover {
    top: 140px;
  }

  .sm-max\:hover\:right-140:hover {
    right: 140px;
  }

  .sm-max\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .sm-max\:hover\:left-140:hover {
    left: 140px;
  }

  .sm-max\:hover\:top-180:hover {
    top: 180px;
  }

  .sm-max\:hover\:right-180:hover {
    right: 180px;
  }

  .sm-max\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .sm-max\:hover\:left-180:hover {
    left: 180px;
  }

  .sm-max\:hover\:top-auto:hover {
    top: auto;
  }

  .sm-max\:hover\:right-auto:hover {
    right: auto;
  }

  .sm-max\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .sm-max\:hover\:left-auto:hover {
    left: auto;
  }

  .sm-max\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .sm-max\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .sm-max\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .sm-max\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .sm-max\:hover\:top-10p:hover {
    top: 10%;
  }

  .sm-max\:hover\:right-10p:hover {
    right: 10%;
  }

  .sm-max\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .sm-max\:hover\:left-10p:hover {
    left: 10%;
  }

  .sm-max\:hover\:top-20p:hover {
    top: 20%;
  }

  .sm-max\:hover\:right-20p:hover {
    right: 20%;
  }

  .sm-max\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .sm-max\:hover\:left-20p:hover {
    left: 20%;
  }

  .sm-max\:hover\:-top-35:hover {
    top: -35px;
  }

  .sm-max\:hover\:-right-35:hover {
    right: -35px;
  }

  .sm-max\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .sm-max\:hover\:-left-35:hover {
    left: -35px;
  }

  .sm-max\:hover\:-top-28:hover {
    top: -28px;
  }

  .sm-max\:hover\:-right-28:hover {
    right: -28px;
  }

  .sm-max\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .sm-max\:hover\:-left-28:hover {
    left: -28px;
  }

  .sm-max\:hover\:-top-60:hover {
    top: -60px;
  }

  .sm-max\:hover\:-right-60:hover {
    right: -60px;
  }

  .sm-max\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .sm-max\:hover\:-left-60:hover {
    left: -60px;
  }

  .sm-max\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .sm-max\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .sm-max\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .sm-max\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .sm-max\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .sm-max\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .sm-max\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .sm-max\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .sm-max\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-max\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm-max\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm-max\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm-max\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm-max\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm-max\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm-max\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm-max\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm-max\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm-max\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm-max\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm-max\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm-max\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm-max\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm-max\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm-max\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm-max\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm-max\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm-max\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm-max\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm-max\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-max\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm-max\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm-max\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm-max\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .sm-max\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .sm-max\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .sm-max\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .sm-max\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .sm-max\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .sm-max\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .sm-max\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .sm-max\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .sm-max\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .sm-max\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .sm-max\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .sm-max\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .sm-max\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .sm-max\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .sm-max\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .sm-max\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .sm-max\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .sm-max\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .sm-max\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .sm-max\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .sm-max\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .sm-max\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .sm-max\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .sm-max\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .sm-max\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .sm-max\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .sm-max\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .sm-max\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .sm-max\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .sm-max\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .sm-max\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .sm-max\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .sm-max\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .sm-max\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .sm-max\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .sm-max\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .sm-max\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .sm-max\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .sm-max\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .sm-max\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .sm-max\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .sm-max\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .sm-max\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .sm-max\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .sm-max\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .sm-max\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .sm-max\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .sm-max\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .sm-max\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .sm-max\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .sm-max\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .sm-max\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .sm-max\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .sm-max\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .sm-max\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .sm-max\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .sm-max\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .sm-max\:focus\:top-0:focus {
    top: 0;
  }

  .sm-max\:focus\:right-0:focus {
    right: 0;
  }

  .sm-max\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .sm-max\:focus\:left-0:focus {
    left: 0;
  }

  .sm-max\:focus\:top-5:focus {
    top: 5px;
  }

  .sm-max\:focus\:right-5:focus {
    right: 5px;
  }

  .sm-max\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .sm-max\:focus\:left-5:focus {
    left: 5px;
  }

  .sm-max\:focus\:top-10:focus {
    top: 10px;
  }

  .sm-max\:focus\:right-10:focus {
    right: 10px;
  }

  .sm-max\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .sm-max\:focus\:left-10:focus {
    left: 10px;
  }

  .sm-max\:focus\:top-15:focus {
    top: 15px;
  }

  .sm-max\:focus\:right-15:focus {
    right: 15px;
  }

  .sm-max\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .sm-max\:focus\:left-15:focus {
    left: 15px;
  }

  .sm-max\:focus\:top-16:focus {
    top: 16px;
  }

  .sm-max\:focus\:right-16:focus {
    right: 16px;
  }

  .sm-max\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .sm-max\:focus\:left-16:focus {
    left: 16px;
  }

  .sm-max\:focus\:top-20:focus {
    top: 20px;
  }

  .sm-max\:focus\:right-20:focus {
    right: 20px;
  }

  .sm-max\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .sm-max\:focus\:left-20:focus {
    left: 20px;
  }

  .sm-max\:focus\:top-21:focus {
    top: 21px;
  }

  .sm-max\:focus\:right-21:focus {
    right: 21px;
  }

  .sm-max\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .sm-max\:focus\:left-21:focus {
    left: 21px;
  }

  .sm-max\:focus\:top-22:focus {
    top: 22px;
  }

  .sm-max\:focus\:right-22:focus {
    right: 22px;
  }

  .sm-max\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .sm-max\:focus\:left-22:focus {
    left: 22px;
  }

  .sm-max\:focus\:top-25:focus {
    top: 25px;
  }

  .sm-max\:focus\:right-25:focus {
    right: 25px;
  }

  .sm-max\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .sm-max\:focus\:left-25:focus {
    left: 25px;
  }

  .sm-max\:focus\:top-30:focus {
    top: 30px;
  }

  .sm-max\:focus\:right-30:focus {
    right: 30px;
  }

  .sm-max\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .sm-max\:focus\:left-30:focus {
    left: 30px;
  }

  .sm-max\:focus\:top-35:focus {
    top: 35px;
  }

  .sm-max\:focus\:right-35:focus {
    right: 35px;
  }

  .sm-max\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .sm-max\:focus\:left-35:focus {
    left: 35px;
  }

  .sm-max\:focus\:top-37:focus {
    top: 37px;
  }

  .sm-max\:focus\:right-37:focus {
    right: 37px;
  }

  .sm-max\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .sm-max\:focus\:left-37:focus {
    left: 37px;
  }

  .sm-max\:focus\:top-38:focus {
    top: 38px;
  }

  .sm-max\:focus\:right-38:focus {
    right: 38px;
  }

  .sm-max\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .sm-max\:focus\:left-38:focus {
    left: 38px;
  }

  .sm-max\:focus\:top-40:focus {
    top: 40px;
  }

  .sm-max\:focus\:right-40:focus {
    right: 40px;
  }

  .sm-max\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .sm-max\:focus\:left-40:focus {
    left: 40px;
  }

  .sm-max\:focus\:top-50:focus {
    top: 50px;
  }

  .sm-max\:focus\:right-50:focus {
    right: 50px;
  }

  .sm-max\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .sm-max\:focus\:left-50:focus {
    left: 50px;
  }

  .sm-max\:focus\:top-70:focus {
    top: 70px;
  }

  .sm-max\:focus\:right-70:focus {
    right: 70px;
  }

  .sm-max\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .sm-max\:focus\:left-70:focus {
    left: 70px;
  }

  .sm-max\:focus\:top-100:focus {
    top: 100px;
  }

  .sm-max\:focus\:right-100:focus {
    right: 100px;
  }

  .sm-max\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .sm-max\:focus\:left-100:focus {
    left: 100px;
  }

  .sm-max\:focus\:top-120:focus {
    top: 120px;
  }

  .sm-max\:focus\:right-120:focus {
    right: 120px;
  }

  .sm-max\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .sm-max\:focus\:left-120:focus {
    left: 120px;
  }

  .sm-max\:focus\:top-130:focus {
    top: 130px;
  }

  .sm-max\:focus\:right-130:focus {
    right: 130px;
  }

  .sm-max\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .sm-max\:focus\:left-130:focus {
    left: 130px;
  }

  .sm-max\:focus\:top-140:focus {
    top: 140px;
  }

  .sm-max\:focus\:right-140:focus {
    right: 140px;
  }

  .sm-max\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .sm-max\:focus\:left-140:focus {
    left: 140px;
  }

  .sm-max\:focus\:top-180:focus {
    top: 180px;
  }

  .sm-max\:focus\:right-180:focus {
    right: 180px;
  }

  .sm-max\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .sm-max\:focus\:left-180:focus {
    left: 180px;
  }

  .sm-max\:focus\:top-auto:focus {
    top: auto;
  }

  .sm-max\:focus\:right-auto:focus {
    right: auto;
  }

  .sm-max\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .sm-max\:focus\:left-auto:focus {
    left: auto;
  }

  .sm-max\:focus\:top-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .sm-max\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .sm-max\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .sm-max\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .sm-max\:focus\:top-10p:focus {
    top: 10%;
  }

  .sm-max\:focus\:right-10p:focus {
    right: 10%;
  }

  .sm-max\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .sm-max\:focus\:left-10p:focus {
    left: 10%;
  }

  .sm-max\:focus\:top-20p:focus {
    top: 20%;
  }

  .sm-max\:focus\:right-20p:focus {
    right: 20%;
  }

  .sm-max\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .sm-max\:focus\:left-20p:focus {
    left: 20%;
  }

  .sm-max\:focus\:-top-35:focus {
    top: -35px;
  }

  .sm-max\:focus\:-right-35:focus {
    right: -35px;
  }

  .sm-max\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .sm-max\:focus\:-left-35:focus {
    left: -35px;
  }

  .sm-max\:focus\:-top-28:focus {
    top: -28px;
  }

  .sm-max\:focus\:-right-28:focus {
    right: -28px;
  }

  .sm-max\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .sm-max\:focus\:-left-28:focus {
    left: -28px;
  }

  .sm-max\:focus\:-top-60:focus {
    top: -60px;
  }

  .sm-max\:focus\:-right-60:focus {
    right: -60px;
  }

  .sm-max\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .sm-max\:focus\:-left-60:focus {
    left: -60px;
  }

  .sm-max\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .sm-max\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .sm-max\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .sm-max\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .sm-max\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .sm-max\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .sm-max\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .sm-max\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .sm-max\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-max\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm-max\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm-max\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm-max\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm-max\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm-max\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm-max\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm-max\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm-max\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm-max\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm-max\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm-max\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm-max\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm-max\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm-max\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm-max\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm-max\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm-max\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm-max\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm-max\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm-max\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-max\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm-max\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm-max\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm-max\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .sm-max\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .sm-max\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .sm-max\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .sm-max\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .sm-max\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .sm-max\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .sm-max\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .sm-max\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .sm-max\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .sm-max\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .sm-max\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .sm-max\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .sm-max\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .sm-max\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .sm-max\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .sm-max\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .sm-max\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .sm-max\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .sm-max\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .sm-max\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .sm-max\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .sm-max\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .sm-max\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .sm-max\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .sm-max\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .sm-max\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .sm-max\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .sm-max\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .sm-max\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .sm-max\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .sm-max\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .sm-max\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .sm-max\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .sm-max\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .sm-max\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .sm-max\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .sm-max\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .sm-max\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .sm-max\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .sm-max\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .sm-max\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .sm-max\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .sm-max\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .sm-max\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .sm-max\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .sm-max\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .sm-max\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .sm-max\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .sm-max\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .sm-max\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .sm-max\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .sm-max\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .sm-max\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .sm-max\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .sm-max\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .sm-max\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .sm-max\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .sm-max\:first\:top-0:first-child {
    top: 0;
  }

  .sm-max\:first\:right-0:first-child {
    right: 0;
  }

  .sm-max\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .sm-max\:first\:left-0:first-child {
    left: 0;
  }

  .sm-max\:first\:top-5:first-child {
    top: 5px;
  }

  .sm-max\:first\:right-5:first-child {
    right: 5px;
  }

  .sm-max\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .sm-max\:first\:left-5:first-child {
    left: 5px;
  }

  .sm-max\:first\:top-10:first-child {
    top: 10px;
  }

  .sm-max\:first\:right-10:first-child {
    right: 10px;
  }

  .sm-max\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .sm-max\:first\:left-10:first-child {
    left: 10px;
  }

  .sm-max\:first\:top-15:first-child {
    top: 15px;
  }

  .sm-max\:first\:right-15:first-child {
    right: 15px;
  }

  .sm-max\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .sm-max\:first\:left-15:first-child {
    left: 15px;
  }

  .sm-max\:first\:top-16:first-child {
    top: 16px;
  }

  .sm-max\:first\:right-16:first-child {
    right: 16px;
  }

  .sm-max\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .sm-max\:first\:left-16:first-child {
    left: 16px;
  }

  .sm-max\:first\:top-20:first-child {
    top: 20px;
  }

  .sm-max\:first\:right-20:first-child {
    right: 20px;
  }

  .sm-max\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .sm-max\:first\:left-20:first-child {
    left: 20px;
  }

  .sm-max\:first\:top-21:first-child {
    top: 21px;
  }

  .sm-max\:first\:right-21:first-child {
    right: 21px;
  }

  .sm-max\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .sm-max\:first\:left-21:first-child {
    left: 21px;
  }

  .sm-max\:first\:top-22:first-child {
    top: 22px;
  }

  .sm-max\:first\:right-22:first-child {
    right: 22px;
  }

  .sm-max\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .sm-max\:first\:left-22:first-child {
    left: 22px;
  }

  .sm-max\:first\:top-25:first-child {
    top: 25px;
  }

  .sm-max\:first\:right-25:first-child {
    right: 25px;
  }

  .sm-max\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .sm-max\:first\:left-25:first-child {
    left: 25px;
  }

  .sm-max\:first\:top-30:first-child {
    top: 30px;
  }

  .sm-max\:first\:right-30:first-child {
    right: 30px;
  }

  .sm-max\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .sm-max\:first\:left-30:first-child {
    left: 30px;
  }

  .sm-max\:first\:top-35:first-child {
    top: 35px;
  }

  .sm-max\:first\:right-35:first-child {
    right: 35px;
  }

  .sm-max\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .sm-max\:first\:left-35:first-child {
    left: 35px;
  }

  .sm-max\:first\:top-37:first-child {
    top: 37px;
  }

  .sm-max\:first\:right-37:first-child {
    right: 37px;
  }

  .sm-max\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .sm-max\:first\:left-37:first-child {
    left: 37px;
  }

  .sm-max\:first\:top-38:first-child {
    top: 38px;
  }

  .sm-max\:first\:right-38:first-child {
    right: 38px;
  }

  .sm-max\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .sm-max\:first\:left-38:first-child {
    left: 38px;
  }

  .sm-max\:first\:top-40:first-child {
    top: 40px;
  }

  .sm-max\:first\:right-40:first-child {
    right: 40px;
  }

  .sm-max\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .sm-max\:first\:left-40:first-child {
    left: 40px;
  }

  .sm-max\:first\:top-50:first-child {
    top: 50px;
  }

  .sm-max\:first\:right-50:first-child {
    right: 50px;
  }

  .sm-max\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .sm-max\:first\:left-50:first-child {
    left: 50px;
  }

  .sm-max\:first\:top-70:first-child {
    top: 70px;
  }

  .sm-max\:first\:right-70:first-child {
    right: 70px;
  }

  .sm-max\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .sm-max\:first\:left-70:first-child {
    left: 70px;
  }

  .sm-max\:first\:top-100:first-child {
    top: 100px;
  }

  .sm-max\:first\:right-100:first-child {
    right: 100px;
  }

  .sm-max\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .sm-max\:first\:left-100:first-child {
    left: 100px;
  }

  .sm-max\:first\:top-120:first-child {
    top: 120px;
  }

  .sm-max\:first\:right-120:first-child {
    right: 120px;
  }

  .sm-max\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .sm-max\:first\:left-120:first-child {
    left: 120px;
  }

  .sm-max\:first\:top-130:first-child {
    top: 130px;
  }

  .sm-max\:first\:right-130:first-child {
    right: 130px;
  }

  .sm-max\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .sm-max\:first\:left-130:first-child {
    left: 130px;
  }

  .sm-max\:first\:top-140:first-child {
    top: 140px;
  }

  .sm-max\:first\:right-140:first-child {
    right: 140px;
  }

  .sm-max\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .sm-max\:first\:left-140:first-child {
    left: 140px;
  }

  .sm-max\:first\:top-180:first-child {
    top: 180px;
  }

  .sm-max\:first\:right-180:first-child {
    right: 180px;
  }

  .sm-max\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .sm-max\:first\:left-180:first-child {
    left: 180px;
  }

  .sm-max\:first\:top-auto:first-child {
    top: auto;
  }

  .sm-max\:first\:right-auto:first-child {
    right: auto;
  }

  .sm-max\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .sm-max\:first\:left-auto:first-child {
    left: auto;
  }

  .sm-max\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .sm-max\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .sm-max\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .sm-max\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .sm-max\:first\:top-10p:first-child {
    top: 10%;
  }

  .sm-max\:first\:right-10p:first-child {
    right: 10%;
  }

  .sm-max\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .sm-max\:first\:left-10p:first-child {
    left: 10%;
  }

  .sm-max\:first\:top-20p:first-child {
    top: 20%;
  }

  .sm-max\:first\:right-20p:first-child {
    right: 20%;
  }

  .sm-max\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .sm-max\:first\:left-20p:first-child {
    left: 20%;
  }

  .sm-max\:first\:-top-35:first-child {
    top: -35px;
  }

  .sm-max\:first\:-right-35:first-child {
    right: -35px;
  }

  .sm-max\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .sm-max\:first\:-left-35:first-child {
    left: -35px;
  }

  .sm-max\:first\:-top-28:first-child {
    top: -28px;
  }

  .sm-max\:first\:-right-28:first-child {
    right: -28px;
  }

  .sm-max\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .sm-max\:first\:-left-28:first-child {
    left: -28px;
  }

  .sm-max\:first\:-top-60:first-child {
    top: -60px;
  }

  .sm-max\:first\:-right-60:first-child {
    right: -60px;
  }

  .sm-max\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .sm-max\:first\:-left-60:first-child {
    left: -60px;
  }

  .sm-max\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .sm-max\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .sm-max\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .sm-max\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .sm-max\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .sm-max\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .sm-max\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .sm-max\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .sm-max\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-max\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm-max\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm-max\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm-max\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm-max\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm-max\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm-max\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm-max\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm-max\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm-max\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm-max\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm-max\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm-max\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm-max\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm-max\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm-max\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm-max\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm-max\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm-max\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm-max\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .sm-max\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-max\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm-max\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm-max\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm-max\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .sm-max\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .sm-max\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .sm-max\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .sm-max\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .sm-max\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .sm-max\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .sm-max\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .sm-max\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .sm-max\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .sm-max\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .sm-max\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .sm-max\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .sm-max\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .sm-max\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .sm-max\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .sm-max\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .sm-max\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .sm-max\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .sm-max\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .sm-max\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .sm-max\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .sm-max\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .sm-max\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .sm-max\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .sm-max\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .sm-max\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .sm-max\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .sm-max\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .sm-max\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .sm-max\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .sm-max\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .sm-max\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .sm-max\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .sm-max\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .sm-max\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .sm-max\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .sm-max\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .sm-max\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .sm-max\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .sm-max\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .sm-max\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .sm-max\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .sm-max\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .sm-max\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .sm-max\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .sm-max\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .sm-max\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .sm-max\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .sm-max\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .sm-max\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .sm-max\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .sm-max\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .sm-max\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .sm-max\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .sm-max\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .sm-max\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .sm-max\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .sm-max\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .sm-max\:last\:top-0:last-child {
    top: 0;
  }

  .sm-max\:last\:right-0:last-child {
    right: 0;
  }

  .sm-max\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .sm-max\:last\:left-0:last-child {
    left: 0;
  }

  .sm-max\:last\:top-5:last-child {
    top: 5px;
  }

  .sm-max\:last\:right-5:last-child {
    right: 5px;
  }

  .sm-max\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .sm-max\:last\:left-5:last-child {
    left: 5px;
  }

  .sm-max\:last\:top-10:last-child {
    top: 10px;
  }

  .sm-max\:last\:right-10:last-child {
    right: 10px;
  }

  .sm-max\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .sm-max\:last\:left-10:last-child {
    left: 10px;
  }

  .sm-max\:last\:top-15:last-child {
    top: 15px;
  }

  .sm-max\:last\:right-15:last-child {
    right: 15px;
  }

  .sm-max\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .sm-max\:last\:left-15:last-child {
    left: 15px;
  }

  .sm-max\:last\:top-16:last-child {
    top: 16px;
  }

  .sm-max\:last\:right-16:last-child {
    right: 16px;
  }

  .sm-max\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .sm-max\:last\:left-16:last-child {
    left: 16px;
  }

  .sm-max\:last\:top-20:last-child {
    top: 20px;
  }

  .sm-max\:last\:right-20:last-child {
    right: 20px;
  }

  .sm-max\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .sm-max\:last\:left-20:last-child {
    left: 20px;
  }

  .sm-max\:last\:top-21:last-child {
    top: 21px;
  }

  .sm-max\:last\:right-21:last-child {
    right: 21px;
  }

  .sm-max\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .sm-max\:last\:left-21:last-child {
    left: 21px;
  }

  .sm-max\:last\:top-22:last-child {
    top: 22px;
  }

  .sm-max\:last\:right-22:last-child {
    right: 22px;
  }

  .sm-max\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .sm-max\:last\:left-22:last-child {
    left: 22px;
  }

  .sm-max\:last\:top-25:last-child {
    top: 25px;
  }

  .sm-max\:last\:right-25:last-child {
    right: 25px;
  }

  .sm-max\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .sm-max\:last\:left-25:last-child {
    left: 25px;
  }

  .sm-max\:last\:top-30:last-child {
    top: 30px;
  }

  .sm-max\:last\:right-30:last-child {
    right: 30px;
  }

  .sm-max\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .sm-max\:last\:left-30:last-child {
    left: 30px;
  }

  .sm-max\:last\:top-35:last-child {
    top: 35px;
  }

  .sm-max\:last\:right-35:last-child {
    right: 35px;
  }

  .sm-max\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .sm-max\:last\:left-35:last-child {
    left: 35px;
  }

  .sm-max\:last\:top-37:last-child {
    top: 37px;
  }

  .sm-max\:last\:right-37:last-child {
    right: 37px;
  }

  .sm-max\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .sm-max\:last\:left-37:last-child {
    left: 37px;
  }

  .sm-max\:last\:top-38:last-child {
    top: 38px;
  }

  .sm-max\:last\:right-38:last-child {
    right: 38px;
  }

  .sm-max\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .sm-max\:last\:left-38:last-child {
    left: 38px;
  }

  .sm-max\:last\:top-40:last-child {
    top: 40px;
  }

  .sm-max\:last\:right-40:last-child {
    right: 40px;
  }

  .sm-max\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .sm-max\:last\:left-40:last-child {
    left: 40px;
  }

  .sm-max\:last\:top-50:last-child {
    top: 50px;
  }

  .sm-max\:last\:right-50:last-child {
    right: 50px;
  }

  .sm-max\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .sm-max\:last\:left-50:last-child {
    left: 50px;
  }

  .sm-max\:last\:top-70:last-child {
    top: 70px;
  }

  .sm-max\:last\:right-70:last-child {
    right: 70px;
  }

  .sm-max\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .sm-max\:last\:left-70:last-child {
    left: 70px;
  }

  .sm-max\:last\:top-100:last-child {
    top: 100px;
  }

  .sm-max\:last\:right-100:last-child {
    right: 100px;
  }

  .sm-max\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .sm-max\:last\:left-100:last-child {
    left: 100px;
  }

  .sm-max\:last\:top-120:last-child {
    top: 120px;
  }

  .sm-max\:last\:right-120:last-child {
    right: 120px;
  }

  .sm-max\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .sm-max\:last\:left-120:last-child {
    left: 120px;
  }

  .sm-max\:last\:top-130:last-child {
    top: 130px;
  }

  .sm-max\:last\:right-130:last-child {
    right: 130px;
  }

  .sm-max\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .sm-max\:last\:left-130:last-child {
    left: 130px;
  }

  .sm-max\:last\:top-140:last-child {
    top: 140px;
  }

  .sm-max\:last\:right-140:last-child {
    right: 140px;
  }

  .sm-max\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .sm-max\:last\:left-140:last-child {
    left: 140px;
  }

  .sm-max\:last\:top-180:last-child {
    top: 180px;
  }

  .sm-max\:last\:right-180:last-child {
    right: 180px;
  }

  .sm-max\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .sm-max\:last\:left-180:last-child {
    left: 180px;
  }

  .sm-max\:last\:top-auto:last-child {
    top: auto;
  }

  .sm-max\:last\:right-auto:last-child {
    right: auto;
  }

  .sm-max\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .sm-max\:last\:left-auto:last-child {
    left: auto;
  }

  .sm-max\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .sm-max\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .sm-max\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .sm-max\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .sm-max\:last\:top-10p:last-child {
    top: 10%;
  }

  .sm-max\:last\:right-10p:last-child {
    right: 10%;
  }

  .sm-max\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .sm-max\:last\:left-10p:last-child {
    left: 10%;
  }

  .sm-max\:last\:top-20p:last-child {
    top: 20%;
  }

  .sm-max\:last\:right-20p:last-child {
    right: 20%;
  }

  .sm-max\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .sm-max\:last\:left-20p:last-child {
    left: 20%;
  }

  .sm-max\:last\:-top-35:last-child {
    top: -35px;
  }

  .sm-max\:last\:-right-35:last-child {
    right: -35px;
  }

  .sm-max\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .sm-max\:last\:-left-35:last-child {
    left: -35px;
  }

  .sm-max\:last\:-top-28:last-child {
    top: -28px;
  }

  .sm-max\:last\:-right-28:last-child {
    right: -28px;
  }

  .sm-max\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .sm-max\:last\:-left-28:last-child {
    left: -28px;
  }

  .sm-max\:last\:-top-60:last-child {
    top: -60px;
  }

  .sm-max\:last\:-right-60:last-child {
    right: -60px;
  }

  .sm-max\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .sm-max\:last\:-left-60:last-child {
    left: -60px;
  }

  .sm-max\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .sm-max\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .sm-max\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .sm-max\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .sm-max\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .sm-max\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .sm-max\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .sm-max\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .sm-max\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .sm-max\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .sm-max\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .sm-max\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .sm-max\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .sm-max\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .sm-max\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .sm-max\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .sm-max\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .sm-max\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .sm-max\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .sm-max\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .sm-max\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .sm-max\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .sm-max\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .sm-max\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .sm-max\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .sm-max\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .sm-max\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .sm-max\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .sm-max\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .sm-max\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .sm-max\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .sm-max\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .sm-max\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .sm-max\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .sm-max\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .sm-max\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .sm-max\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .sm-max\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .sm-max\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .sm-max\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .sm-max\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .sm-max\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .sm-max\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .sm-max\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .sm-max\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .sm-max\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .sm-max\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .sm-max\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .sm-max\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .sm-max\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .sm-max\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .sm-max\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .sm-max\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .sm-max\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .sm-max\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .sm-max\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .sm-max\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .sm-max\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .sm-max\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .sm-max\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .sm-max\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .sm-max\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .sm-max\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .sm-max\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .sm-max\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .sm-max\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .sm-max\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .sm-max\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .sm-max\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .sm-max\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .sm-max\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .sm-max\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .sm-max\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .sm-max\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .sm-max\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .sm-max\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .sm-max\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .sm-max\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .sm-max\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .sm-max\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .sm-max\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .sm-max\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .sm-max\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .sm-max\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .sm-max\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .sm-max\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .sm-max\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .sm-max\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .sm-max\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .sm-max\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .sm-max\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .sm-max\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .sm-max\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .sm-max\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .sm-max\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .sm-max\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .sm-max\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .sm-max\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .sm-max\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .sm-max\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .sm-max\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .sm-max\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .sm-max\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .sm-max\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .sm-max\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .sm-max\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .sm-max\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .sm-max\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .sm-max\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .sm-max\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .sm-max\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .sm-max\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .sm-max\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .sm-max\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .sm-max\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .sm-max\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .sm-max\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .sm-max\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .sm-max\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .sm-max\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .sm-max\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .sm-max\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .sm-max\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .sm-max\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .sm-max\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .sm-max\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .sm-max\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .sm-max\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .sm-max\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .sm-max\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .sm-max\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .sm-max\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .sm-max\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .sm-max\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .sm-max\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .sm-max\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .sm-max\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .sm-max\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .sm-max\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .sm-max\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .sm-max\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .sm-max\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .sm-max\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .sm-max\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .sm-max\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .sm-max\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .sm-max\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .sm-max\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .sm-max\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .sm-max\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .sm-max\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .sm-max\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .sm-max\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .sm-max\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .sm-max\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .sm-max\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .sm-max\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .sm-max\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .sm-max\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .sm-max\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .sm-max\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .sm-max\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .sm-max\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .sm-max\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .sm-max\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .sm-max\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .sm-max\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .sm-max\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .sm-max\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .sm-max\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .sm-max\:resize-none {
    resize: none;
  }

  .sm-max\:resize-y {
    resize: vertical;
  }

  .sm-max\:resize-x {
    resize: horizontal;
  }

  .sm-max\:resize {
    resize: both;
  }

  .sm-max\:hover\:resize-none:hover {
    resize: none;
  }

  .sm-max\:hover\:resize-y:hover {
    resize: vertical;
  }

  .sm-max\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .sm-max\:hover\:resize:hover {
    resize: both;
  }

  .sm-max\:focus\:resize-none:focus {
    resize: none;
  }

  .sm-max\:focus\:resize-y:focus {
    resize: vertical;
  }

  .sm-max\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .sm-max\:focus\:resize:focus {
    resize: both;
  }

  .sm-max\:first\:resize-none:first-child {
    resize: none;
  }

  .sm-max\:first\:resize-y:first-child {
    resize: vertical;
  }

  .sm-max\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .sm-max\:first\:resize:first-child {
    resize: both;
  }

  .sm-max\:last\:resize-none:last-child {
    resize: none;
  }

  .sm-max\:last\:resize-y:last-child {
    resize: vertical;
  }

  .sm-max\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .sm-max\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .sm-max\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .sm-max\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .sm-max\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .sm-max\:group-hover\:resize {
    resize: both;
  }

  .sm-max\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm-max\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-max\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-max\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-max\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .sm-max\:shadow-none {
    box-shadow: none;
  }

  .sm-max\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm-max\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-max\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-max\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-max\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-max\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm-max\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm-max\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-max\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-max\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-max\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

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

  .sm-max\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm-max\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm-max\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-max\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-max\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-max\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-max\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .sm-max\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm-max\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-max\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-max\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-max\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-max\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-max\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-max\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .sm-max\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .sm-max\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .sm-max\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm-max\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm-max\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .sm-max\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .sm-max\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .sm-max\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .sm-max\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .sm-max\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .sm-max\:fill-current {
    fill: currentColor;
  }

  .sm-max\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .sm-max\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .sm-max\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .sm-max\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .sm-max\:group-hover\:fill-current {
    fill: currentColor;
  }

  .sm-max\:stroke-current {
    stroke: currentColor;
  }

  .sm-max\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .sm-max\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .sm-max\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .sm-max\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .sm-max\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .sm-max\:stroke-0 {
    stroke-width: 0;
  }

  .sm-max\:stroke-1 {
    stroke-width: 1;
  }

  .sm-max\:stroke-2 {
    stroke-width: 2;
  }

  .sm-max\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .sm-max\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .sm-max\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .sm-max\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .sm-max\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .sm-max\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .sm-max\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .sm-max\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .sm-max\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .sm-max\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .sm-max\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .sm-max\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .sm-max\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .sm-max\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .sm-max\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .sm-max\:table-auto {
    table-layout: auto;
  }

  .sm-max\:table-fixed {
    table-layout: fixed;
  }

  .sm-max\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .sm-max\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .sm-max\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .sm-max\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .sm-max\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .sm-max\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .sm-max\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .sm-max\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .sm-max\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .sm-max\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .sm-max\:text-left {
    text-align: left;
  }

  .sm-max\:text-center {
    text-align: center;
  }

  .sm-max\:text-right {
    text-align: right;
  }

  .sm-max\:text-justify {
    text-align: justify;
  }

  .sm-max\:hover\:text-left:hover {
    text-align: left;
  }

  .sm-max\:hover\:text-center:hover {
    text-align: center;
  }

  .sm-max\:hover\:text-right:hover {
    text-align: right;
  }

  .sm-max\:hover\:text-justify:hover {
    text-align: justify;
  }

  .sm-max\:focus\:text-left:focus {
    text-align: left;
  }

  .sm-max\:focus\:text-center:focus {
    text-align: center;
  }

  .sm-max\:focus\:text-right:focus {
    text-align: right;
  }

  .sm-max\:focus\:text-justify:focus {
    text-align: justify;
  }

  .sm-max\:first\:text-left:first-child {
    text-align: left;
  }

  .sm-max\:first\:text-center:first-child {
    text-align: center;
  }

  .sm-max\:first\:text-right:first-child {
    text-align: right;
  }

  .sm-max\:first\:text-justify:first-child {
    text-align: justify;
  }

  .sm-max\:last\:text-left:last-child {
    text-align: left;
  }

  .sm-max\:last\:text-center:last-child {
    text-align: center;
  }

  .sm-max\:last\:text-right:last-child {
    text-align: right;
  }

  .sm-max\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .sm-max\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .sm-max\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .sm-max\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .sm-max\:group-hover\:text-justify {
    text-align: justify;
  }

  .sm-max\:text-transparent {
    color: transparent;
  }

  .sm-max\:text-current {
    color: currentColor;
  }

  .sm-max\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm-max\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm-max\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm-max\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm-max\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm-max\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm-max\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm-max\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm-max\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm-max\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm-max\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .sm-max\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm-max\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm-max\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm-max\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm-max\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm-max\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm-max\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm-max\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm-max\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm-max\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .sm-max\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .sm-max\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm-max\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm-max\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm-max\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm-max\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm-max\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm-max\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm-max\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm-max\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm-max\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .sm-max\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm-max\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm-max\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm-max\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm-max\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm-max\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm-max\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm-max\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm-max\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm-max\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm-max\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm-max\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm-max\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm-max\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm-max\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm-max\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm-max\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm-max\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm-max\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm-max\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm-max\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm-max\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm-max\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm-max\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm-max\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm-max\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm-max\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm-max\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .sm-max\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .sm-max\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .sm-max\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .sm-max\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .sm-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm-max\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm-max\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm-max\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm-max\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm-max\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm-max\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .sm-max\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm-max\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm-max\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm-max\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm-max\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm-max\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm-max\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .sm-max\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .sm-max\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .sm-max\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .sm-max\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .sm-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm-max\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm-max\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm-max\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm-max\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm-max\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm-max\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .sm-max\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm-max\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm-max\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm-max\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm-max\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm-max\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm-max\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .sm-max\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .sm-max\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .sm-max\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .sm-max\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .sm-max\:first\:text-transparent:first-child {
    color: transparent;
  }

  .sm-max\:first\:text-current:first-child {
    color: currentColor;
  }

  .sm-max\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm-max\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm-max\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm-max\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm-max\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm-max\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .sm-max\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm-max\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm-max\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm-max\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm-max\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm-max\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm-max\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .sm-max\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .sm-max\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .sm-max\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .sm-max\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .sm-max\:last\:text-transparent:last-child {
    color: transparent;
  }

  .sm-max\:last\:text-current:last-child {
    color: currentColor;
  }

  .sm-max\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm-max\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm-max\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm-max\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm-max\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm-max\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .sm-max\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm-max\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm-max\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm-max\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm-max\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm-max\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm-max\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .sm-max\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .sm-max\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .sm-max\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .sm-max\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm-max\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .sm-max\:text-opacity-0 {
    --text-opacity: 0;
  }

  .sm-max\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .sm-max\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .sm-max\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .sm-max\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .sm-max\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .sm-max\:text-opacity-100 {
    --text-opacity: 1;
  }

  .sm-max\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .sm-max\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .sm-max\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .sm-max\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .sm-max\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .sm-max\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .sm-max\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .sm-max\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .sm-max\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .sm-max\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .sm-max\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .sm-max\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .sm-max\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .sm-max\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .sm-max\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .sm-max\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .sm-max\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .sm-max\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .sm-max\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .sm-max\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .sm-max\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .sm-max\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .sm-max\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .sm-max\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .sm-max\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .sm-max\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .sm-max\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .sm-max\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .sm-max\:italic {
    font-style: italic;
  }

  .sm-max\:not-italic {
    font-style: normal;
  }

  .sm-max\:hover\:italic:hover {
    font-style: italic;
  }

  .sm-max\:hover\:not-italic:hover {
    font-style: normal;
  }

  .sm-max\:focus\:italic:focus {
    font-style: italic;
  }

  .sm-max\:focus\:not-italic:focus {
    font-style: normal;
  }

  .sm-max\:first\:italic:first-child {
    font-style: italic;
  }

  .sm-max\:first\:not-italic:first-child {
    font-style: normal;
  }

  .sm-max\:last\:italic:last-child {
    font-style: italic;
  }

  .sm-max\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .sm-max\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .sm-max\:group-hover\:not-italic {
    font-style: normal;
  }

  .sm-max\:uppercase {
    text-transform: uppercase;
  }

  .sm-max\:lowercase {
    text-transform: lowercase;
  }

  .sm-max\:capitalize {
    text-transform: capitalize;
  }

  .sm-max\:normal-case {
    text-transform: none;
  }

  .sm-max\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm-max\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm-max\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm-max\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm-max\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm-max\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm-max\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm-max\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm-max\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .sm-max\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .sm-max\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .sm-max\:first\:normal-case:first-child {
    text-transform: none;
  }

  .sm-max\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .sm-max\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .sm-max\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .sm-max\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .sm-max\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .sm-max\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .sm-max\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .sm-max\:group-hover\:normal-case {
    text-transform: none;
  }

  .sm-max\:underline {
    text-decoration: underline;
  }

  .sm-max\:line-through {
    text-decoration: line-through;
  }

  .sm-max\:no-underline {
    text-decoration: none;
  }

  .sm-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm-max\:first\:underline:first-child {
    text-decoration: underline;
  }

  .sm-max\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .sm-max\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .sm-max\:last\:underline:last-child {
    text-decoration: underline;
  }

  .sm-max\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .sm-max\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .sm-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .sm-max\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .sm-max\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:ordinal, .sm-max\:slashed-zero, .sm-max\:lining-nums, .sm-max\:oldstyle-nums, .sm-max\:proportional-nums, .sm-max\:tabular-nums, .sm-max\:diagonal-fractions, .sm-max\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm-max\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm-max\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm-max\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm-max\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm-max\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm-max\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm-max\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm-max\:hover\:ordinal:hover, .sm-max\:hover\:slashed-zero:hover, .sm-max\:hover\:lining-nums:hover, .sm-max\:hover\:oldstyle-nums:hover, .sm-max\:hover\:proportional-nums:hover, .sm-max\:hover\:tabular-nums:hover, .sm-max\:hover\:diagonal-fractions:hover, .sm-max\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm-max\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .sm-max\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm-max\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm-max\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm-max\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm-max\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm-max\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm-max\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm-max\:focus\:ordinal:focus, .sm-max\:focus\:slashed-zero:focus, .sm-max\:focus\:lining-nums:focus, .sm-max\:focus\:oldstyle-nums:focus, .sm-max\:focus\:proportional-nums:focus, .sm-max\:focus\:tabular-nums:focus, .sm-max\:focus\:diagonal-fractions:focus, .sm-max\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm-max\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .sm-max\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm-max\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm-max\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm-max\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm-max\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm-max\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm-max\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm-max\:first\:ordinal:first-child, .sm-max\:first\:slashed-zero:first-child, .sm-max\:first\:lining-nums:first-child, .sm-max\:first\:oldstyle-nums:first-child, .sm-max\:first\:proportional-nums:first-child, .sm-max\:first\:tabular-nums:first-child, .sm-max\:first\:diagonal-fractions:first-child, .sm-max\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm-max\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .sm-max\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm-max\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm-max\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm-max\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm-max\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm-max\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm-max\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm-max\:last\:ordinal:last-child, .sm-max\:last\:slashed-zero:last-child, .sm-max\:last\:lining-nums:last-child, .sm-max\:last\:oldstyle-nums:last-child, .sm-max\:last\:proportional-nums:last-child, .sm-max\:last\:tabular-nums:last-child, .sm-max\:last\:diagonal-fractions:last-child, .sm-max\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm-max\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .sm-max\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm-max\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm-max\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm-max\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm-max\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm-max\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm-max\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .sm-max\:group-hover\:ordinal, .group:hover .sm-max\:group-hover\:slashed-zero, .group:hover .sm-max\:group-hover\:lining-nums, .group:hover .sm-max\:group-hover\:oldstyle-nums, .group:hover .sm-max\:group-hover\:proportional-nums, .group:hover .sm-max\:group-hover\:tabular-nums, .group:hover .sm-max\:group-hover\:diagonal-fractions, .group:hover .sm-max\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .sm-max\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .sm-max\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .sm-max\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .sm-max\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .sm-max\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .sm-max\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .sm-max\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .sm-max\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .sm-max\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm-max\:tracking-1 {
    letter-spacing: 1px;
  }

  .sm-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm-max\:tracking-normal {
    letter-spacing: 0;
  }

  .sm-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm-max\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .sm-max\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .sm-max\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .sm-max\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .sm-max\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .sm-max\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .sm-max\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .sm-max\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .sm-max\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .sm-max\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .sm-max\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .sm-max\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .sm-max\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .sm-max\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .sm-max\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .sm-max\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .sm-max\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .sm-max\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .sm-max\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .sm-max\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .sm-max\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .sm-max\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .sm-max\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .sm-max\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .sm-max\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .sm-max\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .sm-max\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .sm-max\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .sm-max\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .sm-max\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .sm-max\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .sm-max\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .sm-max\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .sm-max\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .sm-max\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .sm-max\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .sm-max\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .sm-max\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .sm-max\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .sm-max\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .sm-max\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .sm-max\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .sm-max\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .sm-max\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .sm-max\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .sm-max\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .sm-max\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .sm-max\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .sm-max\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .sm-max\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .sm-max\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .sm-max\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .sm-max\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .sm-max\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .sm-max\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .sm-max\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .sm-max\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .sm-max\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .sm-max\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .sm-max\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .sm-max\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .sm-max\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .sm-max\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .sm-max\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .sm-max\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .sm-max\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .sm-max\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .sm-max\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .sm-max\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .sm-max\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .sm-max\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .sm-max\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .sm-max\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .sm-max\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .sm-max\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .sm-max\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .sm-max\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .sm-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm-max\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-max\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-max\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm-max\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-max\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-max\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm-max\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-max\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-max\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm-max\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-max\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-max\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .sm-max\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .sm-max\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .sm-max\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .sm-max\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm-max\:align-baseline {
    vertical-align: baseline;
  }

  .sm-max\:align-top {
    vertical-align: top;
  }

  .sm-max\:align-middle {
    vertical-align: middle;
  }

  .sm-max\:align-bottom {
    vertical-align: bottom;
  }

  .sm-max\:align-text-top {
    vertical-align: text-top;
  }

  .sm-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm-max\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .sm-max\:hover\:align-top:hover {
    vertical-align: top;
  }

  .sm-max\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .sm-max\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .sm-max\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .sm-max\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .sm-max\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .sm-max\:focus\:align-top:focus {
    vertical-align: top;
  }

  .sm-max\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .sm-max\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .sm-max\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .sm-max\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .sm-max\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .sm-max\:first\:align-top:first-child {
    vertical-align: top;
  }

  .sm-max\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .sm-max\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .sm-max\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .sm-max\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .sm-max\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .sm-max\:last\:align-top:last-child {
    vertical-align: top;
  }

  .sm-max\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .sm-max\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .sm-max\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .sm-max\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .sm-max\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .sm-max\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .sm-max\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .sm-max\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .sm-max\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .sm-max\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm-max\:visible {
    visibility: visible;
  }

  .sm-max\:invisible {
    visibility: hidden;
  }

  .sm-max\:hover\:visible:hover {
    visibility: visible;
  }

  .sm-max\:hover\:invisible:hover {
    visibility: hidden;
  }

  .sm-max\:focus\:visible:focus {
    visibility: visible;
  }

  .sm-max\:focus\:invisible:focus {
    visibility: hidden;
  }

  .sm-max\:first\:visible:first-child {
    visibility: visible;
  }

  .sm-max\:first\:invisible:first-child {
    visibility: hidden;
  }

  .sm-max\:last\:visible:last-child {
    visibility: visible;
  }

  .sm-max\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .sm-max\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .sm-max\:group-hover\:invisible {
    visibility: hidden;
  }

  .sm-max\:whitespace-normal {
    white-space: normal;
  }

  .sm-max\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm-max\:whitespace-pre {
    white-space: pre;
  }

  .sm-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm-max\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .sm-max\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .sm-max\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .sm-max\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .sm-max\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .sm-max\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .sm-max\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .sm-max\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .sm-max\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .sm-max\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .sm-max\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .sm-max\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .sm-max\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .sm-max\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .sm-max\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .sm-max\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .sm-max\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .sm-max\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .sm-max\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .sm-max\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .sm-max\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .sm-max\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .sm-max\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .sm-max\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .sm-max\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm-max\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm-max\:break-all {
    word-break: break-all;
  }

  .sm-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm-max\:hover\:break-all:hover {
    word-break: break-all;
  }

  .sm-max\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm-max\:focus\:break-all:focus {
    word-break: break-all;
  }

  .sm-max\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm-max\:first\:break-all:first-child {
    word-break: break-all;
  }

  .sm-max\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm-max\:last\:break-all:last-child {
    word-break: break-all;
  }

  .sm-max\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .sm-max\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .sm-max\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .sm-max\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .sm-max\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:w-0 {
    width: 0px;
  }

  .sm-max\:w-1 {
    width: 0.25rem;
  }

  .sm-max\:w-2 {
    width: 0.5rem;
  }

  .sm-max\:w-3 {
    width: 3px;
  }

  .sm-max\:w-4 {
    width: 4px;
  }

  .sm-max\:w-5 {
    width: 5px;
  }

  .sm-max\:w-6 {
    width: 6px;
  }

  .sm-max\:w-8 {
    width: 8px;
  }

  .sm-max\:w-9 {
    width: 9px;
  }

  .sm-max\:w-10 {
    width: 10px;
  }

  .sm-max\:w-12 {
    width: 12px;
  }

  .sm-max\:w-13 {
    width: 13px;
  }

  .sm-max\:w-14 {
    width: 14px;
  }

  .sm-max\:w-15 {
    width: 15px;
  }

  .sm-max\:w-16 {
    width: 16px;
  }

  .sm-max\:w-17 {
    width: 17px;
  }

  .sm-max\:w-18 {
    width: 18px;
  }

  .sm-max\:w-20 {
    width: 20px;
  }

  .sm-max\:w-22 {
    width: 22px;
  }

  .sm-max\:w-24 {
    width: 24px;
  }

  .sm-max\:w-25 {
    width: 25px;
  }

  .sm-max\:w-28 {
    width: 28px;
  }

  .sm-max\:w-29 {
    width: 29px;
  }

  .sm-max\:w-30 {
    width: 30px;
  }

  .sm-max\:w-32 {
    width: 32px;
  }

  .sm-max\:w-35 {
    width: 35px;
  }

  .sm-max\:w-36 {
    width: 36px;
  }

  .sm-max\:w-37 {
    width: 37px;
  }

  .sm-max\:w-40 {
    width: 40px;
  }

  .sm-max\:w-45 {
    width: 45px;
  }

  .sm-max\:w-48 {
    width: 48px;
  }

  .sm-max\:w-50 {
    width: 50px;
  }

  .sm-max\:w-55 {
    width: 55px;
  }

  .sm-max\:w-56 {
    width: 56px;
  }

  .sm-max\:w-60 {
    width: 60px;
  }

  .sm-max\:w-62 {
    width: 62px;
  }

  .sm-max\:w-64 {
    width: 64px;
  }

  .sm-max\:w-65 {
    width: 65px;
  }

  .sm-max\:w-70 {
    width: 70px;
  }

  .sm-max\:w-75 {
    width: 75px;
  }

  .sm-max\:w-80 {
    width: 80px;
  }

  .sm-max\:w-85 {
    width: 85px;
  }

  .sm-max\:w-90 {
    width: 90px;
  }

  .sm-max\:w-95 {
    width: 95px;
  }

  .sm-max\:w-96 {
    width: 96px;
  }

  .sm-max\:w-100 {
    width: 100px;
  }

  .sm-max\:w-110 {
    width: 110px;
  }

  .sm-max\:w-115 {
    width: 115px;
  }

  .sm-max\:w-120 {
    width: 120px;
  }

  .sm-max\:w-128 {
    width: 128px;
  }

  .sm-max\:w-135 {
    width: 135px;
  }

  .sm-max\:w-140 {
    width: 140px;
  }

  .sm-max\:w-145 {
    width: 145px;
  }

  .sm-max\:w-150 {
    width: 150px;
  }

  .sm-max\:w-160 {
    width: 160px;
  }

  .sm-max\:w-165 {
    width: 165px;
  }

  .sm-max\:w-168 {
    width: 168px;
  }

  .sm-max\:w-170 {
    width: 170px;
  }

  .sm-max\:w-180 {
    width: 180px;
  }

  .sm-max\:w-200 {
    width: 200px;
  }

  .sm-max\:w-220 {
    width: 220px;
  }

  .sm-max\:w-230 {
    width: 230px;
  }

  .sm-max\:w-235 {
    width: 235px;
  }

  .sm-max\:w-240 {
    width: 240px;
  }

  .sm-max\:w-250 {
    width: 250px;
  }

  .sm-max\:w-300 {
    width: 300px;
  }

  .sm-max\:w-320 {
    width: 320px;
  }

  .sm-max\:w-350 {
    width: 350px;
  }

  .sm-max\:w-375 {
    width: 375px;
  }

  .sm-max\:w-400 {
    width: 400px;
  }

  .sm-max\:w-450 {
    width: 450px;
  }

  .sm-max\:w-700 {
    width: 700px;
  }

  .sm-max\:w-auto {
    width: auto;
  }

  .sm-max\:w-px {
    width: 1px;
  }

  .sm-max\:w-1p {
    width: 1%;
  }

  .sm-max\:w-1\/12 {
    width: 8.333333%;
  }

  .sm-max\:w-2\/12 {
    width: 16.666667%;
  }

  .sm-max\:w-11p {
    width: 11%;
  }

  .sm-max\:w-20p {
    width: 20%;
  }

  .sm-max\:w-24p {
    width: 24.25%;
  }

  .sm-max\:w-25p {
    width: 25%;
  }

  .sm-max\:w-32p {
    width: 32%;
  }

  .sm-max\:w-35p {
    width: 35%;
  }

  .sm-max\:w-40p {
    width: 40%;
  }

  .sm-max\:w-49p {
    width: 49%;
  }

  .sm-max\:w-49-5p {
    width: 49.5%;
  }

  .sm-max\:w-80p {
    width: 80%;
  }

  .sm-max\:w-vh80 {
    width: 80vh;
  }

  .sm-max\:w-vh86 {
    width: 86vh;
  }

  .sm-max\:w-vh90 {
    width: 90vh;
  }

  .sm-max\:w-vw80 {
    width: 80vw;
  }

  .sm-max\:w-vw90 {
    width: 90vw;
  }

  .sm-max\:w-90p {
    width: 90%;
  }

  .sm-max\:w-92p {
    width: 92%;
  }

  .sm-max\:w-93p {
    width: 93%;
  }

  .sm-max\:w-94p {
    width: 94%;
  }

  .sm-max\:w-95p {
    width: 95%;
  }

  .sm-max\:w-96p {
    width: 96%;
  }

  .sm-max\:w-100p {
    width: 100%;
  }

  .sm-max\:w-1\/2 {
    width: 50%;
  }

  .sm-max\:w-1\/3 {
    width: 33.333333%;
  }

  .sm-max\:w-2\/3 {
    width: 66.666667%;
  }

  .sm-max\:w-1\/4 {
    width: 25%;
  }

  .sm-max\:w-2\/4 {
    width: 50%;
  }

  .sm-max\:w-3\/4 {
    width: 75%;
  }

  .sm-max\:w-1\/5 {
    width: 20%;
  }

  .sm-max\:w-2\/5 {
    width: 40%;
  }

  .sm-max\:w-3\/5 {
    width: 60%;
  }

  .sm-max\:w-4\/5 {
    width: 80%;
  }

  .sm-max\:w-1\/6 {
    width: 16.666667%;
  }

  .sm-max\:w-2\/6 {
    width: 33.333333%;
  }

  .sm-max\:w-3\/6 {
    width: 50%;
  }

  .sm-max\:w-4\/6 {
    width: 66.666667%;
  }

  .sm-max\:w-5\/6 {
    width: 83.333333%;
  }

  .sm-max\:w-3\/12 {
    width: 25%;
  }

  .sm-max\:w-4\/12 {
    width: 33.333333%;
  }

  .sm-max\:w-5\/12 {
    width: 41.666667%;
  }

  .sm-max\:w-6\/12 {
    width: 50%;
  }

  .sm-max\:w-7\/12 {
    width: 58.333333%;
  }

  .sm-max\:w-8\/12 {
    width: 66.666667%;
  }

  .sm-max\:w-9\/12 {
    width: 75%;
  }

  .sm-max\:w-10\/12 {
    width: 83.333333%;
  }

  .sm-max\:w-11\/12 {
    width: 91.666667%;
  }

  .sm-max\:w-full {
    width: 100%;
  }

  .sm-max\:w-screen {
    width: 100vw;
  }

  .sm-max\:hover\:w-0:hover {
    width: 0px;
  }

  .sm-max\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .sm-max\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .sm-max\:hover\:w-3:hover {
    width: 3px;
  }

  .sm-max\:hover\:w-4:hover {
    width: 4px;
  }

  .sm-max\:hover\:w-5:hover {
    width: 5px;
  }

  .sm-max\:hover\:w-6:hover {
    width: 6px;
  }

  .sm-max\:hover\:w-8:hover {
    width: 8px;
  }

  .sm-max\:hover\:w-9:hover {
    width: 9px;
  }

  .sm-max\:hover\:w-10:hover {
    width: 10px;
  }

  .sm-max\:hover\:w-12:hover {
    width: 12px;
  }

  .sm-max\:hover\:w-13:hover {
    width: 13px;
  }

  .sm-max\:hover\:w-14:hover {
    width: 14px;
  }

  .sm-max\:hover\:w-15:hover {
    width: 15px;
  }

  .sm-max\:hover\:w-16:hover {
    width: 16px;
  }

  .sm-max\:hover\:w-17:hover {
    width: 17px;
  }

  .sm-max\:hover\:w-18:hover {
    width: 18px;
  }

  .sm-max\:hover\:w-20:hover {
    width: 20px;
  }

  .sm-max\:hover\:w-22:hover {
    width: 22px;
  }

  .sm-max\:hover\:w-24:hover {
    width: 24px;
  }

  .sm-max\:hover\:w-25:hover {
    width: 25px;
  }

  .sm-max\:hover\:w-28:hover {
    width: 28px;
  }

  .sm-max\:hover\:w-29:hover {
    width: 29px;
  }

  .sm-max\:hover\:w-30:hover {
    width: 30px;
  }

  .sm-max\:hover\:w-32:hover {
    width: 32px;
  }

  .sm-max\:hover\:w-35:hover {
    width: 35px;
  }

  .sm-max\:hover\:w-36:hover {
    width: 36px;
  }

  .sm-max\:hover\:w-37:hover {
    width: 37px;
  }

  .sm-max\:hover\:w-40:hover {
    width: 40px;
  }

  .sm-max\:hover\:w-45:hover {
    width: 45px;
  }

  .sm-max\:hover\:w-48:hover {
    width: 48px;
  }

  .sm-max\:hover\:w-50:hover {
    width: 50px;
  }

  .sm-max\:hover\:w-55:hover {
    width: 55px;
  }

  .sm-max\:hover\:w-56:hover {
    width: 56px;
  }

  .sm-max\:hover\:w-60:hover {
    width: 60px;
  }

  .sm-max\:hover\:w-62:hover {
    width: 62px;
  }

  .sm-max\:hover\:w-64:hover {
    width: 64px;
  }

  .sm-max\:hover\:w-65:hover {
    width: 65px;
  }

  .sm-max\:hover\:w-70:hover {
    width: 70px;
  }

  .sm-max\:hover\:w-75:hover {
    width: 75px;
  }

  .sm-max\:hover\:w-80:hover {
    width: 80px;
  }

  .sm-max\:hover\:w-85:hover {
    width: 85px;
  }

  .sm-max\:hover\:w-90:hover {
    width: 90px;
  }

  .sm-max\:hover\:w-95:hover {
    width: 95px;
  }

  .sm-max\:hover\:w-96:hover {
    width: 96px;
  }

  .sm-max\:hover\:w-100:hover {
    width: 100px;
  }

  .sm-max\:hover\:w-110:hover {
    width: 110px;
  }

  .sm-max\:hover\:w-115:hover {
    width: 115px;
  }

  .sm-max\:hover\:w-120:hover {
    width: 120px;
  }

  .sm-max\:hover\:w-128:hover {
    width: 128px;
  }

  .sm-max\:hover\:w-135:hover {
    width: 135px;
  }

  .sm-max\:hover\:w-140:hover {
    width: 140px;
  }

  .sm-max\:hover\:w-145:hover {
    width: 145px;
  }

  .sm-max\:hover\:w-150:hover {
    width: 150px;
  }

  .sm-max\:hover\:w-160:hover {
    width: 160px;
  }

  .sm-max\:hover\:w-165:hover {
    width: 165px;
  }

  .sm-max\:hover\:w-168:hover {
    width: 168px;
  }

  .sm-max\:hover\:w-170:hover {
    width: 170px;
  }

  .sm-max\:hover\:w-180:hover {
    width: 180px;
  }

  .sm-max\:hover\:w-200:hover {
    width: 200px;
  }

  .sm-max\:hover\:w-220:hover {
    width: 220px;
  }

  .sm-max\:hover\:w-230:hover {
    width: 230px;
  }

  .sm-max\:hover\:w-235:hover {
    width: 235px;
  }

  .sm-max\:hover\:w-240:hover {
    width: 240px;
  }

  .sm-max\:hover\:w-250:hover {
    width: 250px;
  }

  .sm-max\:hover\:w-300:hover {
    width: 300px;
  }

  .sm-max\:hover\:w-320:hover {
    width: 320px;
  }

  .sm-max\:hover\:w-350:hover {
    width: 350px;
  }

  .sm-max\:hover\:w-375:hover {
    width: 375px;
  }

  .sm-max\:hover\:w-400:hover {
    width: 400px;
  }

  .sm-max\:hover\:w-450:hover {
    width: 450px;
  }

  .sm-max\:hover\:w-700:hover {
    width: 700px;
  }

  .sm-max\:hover\:w-auto:hover {
    width: auto;
  }

  .sm-max\:hover\:w-px:hover {
    width: 1px;
  }

  .sm-max\:hover\:w-1p:hover {
    width: 1%;
  }

  .sm-max\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .sm-max\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .sm-max\:hover\:w-11p:hover {
    width: 11%;
  }

  .sm-max\:hover\:w-20p:hover {
    width: 20%;
  }

  .sm-max\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .sm-max\:hover\:w-25p:hover {
    width: 25%;
  }

  .sm-max\:hover\:w-32p:hover {
    width: 32%;
  }

  .sm-max\:hover\:w-35p:hover {
    width: 35%;
  }

  .sm-max\:hover\:w-40p:hover {
    width: 40%;
  }

  .sm-max\:hover\:w-49p:hover {
    width: 49%;
  }

  .sm-max\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .sm-max\:hover\:w-80p:hover {
    width: 80%;
  }

  .sm-max\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .sm-max\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .sm-max\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .sm-max\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .sm-max\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .sm-max\:hover\:w-90p:hover {
    width: 90%;
  }

  .sm-max\:hover\:w-92p:hover {
    width: 92%;
  }

  .sm-max\:hover\:w-93p:hover {
    width: 93%;
  }

  .sm-max\:hover\:w-94p:hover {
    width: 94%;
  }

  .sm-max\:hover\:w-95p:hover {
    width: 95%;
  }

  .sm-max\:hover\:w-96p:hover {
    width: 96%;
  }

  .sm-max\:hover\:w-100p:hover {
    width: 100%;
  }

  .sm-max\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm-max\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .sm-max\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .sm-max\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm-max\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .sm-max\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .sm-max\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .sm-max\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .sm-max\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .sm-max\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .sm-max\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .sm-max\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .sm-max\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .sm-max\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .sm-max\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .sm-max\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .sm-max\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .sm-max\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .sm-max\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .sm-max\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .sm-max\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .sm-max\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .sm-max\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .sm-max\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .sm-max\:hover\:w-full:hover {
    width: 100%;
  }

  .sm-max\:hover\:w-screen:hover {
    width: 100vw;
  }

  .sm-max\:focus\:w-0:focus {
    width: 0px;
  }

  .sm-max\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .sm-max\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .sm-max\:focus\:w-3:focus {
    width: 3px;
  }

  .sm-max\:focus\:w-4:focus {
    width: 4px;
  }

  .sm-max\:focus\:w-5:focus {
    width: 5px;
  }

  .sm-max\:focus\:w-6:focus {
    width: 6px;
  }

  .sm-max\:focus\:w-8:focus {
    width: 8px;
  }

  .sm-max\:focus\:w-9:focus {
    width: 9px;
  }

  .sm-max\:focus\:w-10:focus {
    width: 10px;
  }

  .sm-max\:focus\:w-12:focus {
    width: 12px;
  }

  .sm-max\:focus\:w-13:focus {
    width: 13px;
  }

  .sm-max\:focus\:w-14:focus {
    width: 14px;
  }

  .sm-max\:focus\:w-15:focus {
    width: 15px;
  }

  .sm-max\:focus\:w-16:focus {
    width: 16px;
  }

  .sm-max\:focus\:w-17:focus {
    width: 17px;
  }

  .sm-max\:focus\:w-18:focus {
    width: 18px;
  }

  .sm-max\:focus\:w-20:focus {
    width: 20px;
  }

  .sm-max\:focus\:w-22:focus {
    width: 22px;
  }

  .sm-max\:focus\:w-24:focus {
    width: 24px;
  }

  .sm-max\:focus\:w-25:focus {
    width: 25px;
  }

  .sm-max\:focus\:w-28:focus {
    width: 28px;
  }

  .sm-max\:focus\:w-29:focus {
    width: 29px;
  }

  .sm-max\:focus\:w-30:focus {
    width: 30px;
  }

  .sm-max\:focus\:w-32:focus {
    width: 32px;
  }

  .sm-max\:focus\:w-35:focus {
    width: 35px;
  }

  .sm-max\:focus\:w-36:focus {
    width: 36px;
  }

  .sm-max\:focus\:w-37:focus {
    width: 37px;
  }

  .sm-max\:focus\:w-40:focus {
    width: 40px;
  }

  .sm-max\:focus\:w-45:focus {
    width: 45px;
  }

  .sm-max\:focus\:w-48:focus {
    width: 48px;
  }

  .sm-max\:focus\:w-50:focus {
    width: 50px;
  }

  .sm-max\:focus\:w-55:focus {
    width: 55px;
  }

  .sm-max\:focus\:w-56:focus {
    width: 56px;
  }

  .sm-max\:focus\:w-60:focus {
    width: 60px;
  }

  .sm-max\:focus\:w-62:focus {
    width: 62px;
  }

  .sm-max\:focus\:w-64:focus {
    width: 64px;
  }

  .sm-max\:focus\:w-65:focus {
    width: 65px;
  }

  .sm-max\:focus\:w-70:focus {
    width: 70px;
  }

  .sm-max\:focus\:w-75:focus {
    width: 75px;
  }

  .sm-max\:focus\:w-80:focus {
    width: 80px;
  }

  .sm-max\:focus\:w-85:focus {
    width: 85px;
  }

  .sm-max\:focus\:w-90:focus {
    width: 90px;
  }

  .sm-max\:focus\:w-95:focus {
    width: 95px;
  }

  .sm-max\:focus\:w-96:focus {
    width: 96px;
  }

  .sm-max\:focus\:w-100:focus {
    width: 100px;
  }

  .sm-max\:focus\:w-110:focus {
    width: 110px;
  }

  .sm-max\:focus\:w-115:focus {
    width: 115px;
  }

  .sm-max\:focus\:w-120:focus {
    width: 120px;
  }

  .sm-max\:focus\:w-128:focus {
    width: 128px;
  }

  .sm-max\:focus\:w-135:focus {
    width: 135px;
  }

  .sm-max\:focus\:w-140:focus {
    width: 140px;
  }

  .sm-max\:focus\:w-145:focus {
    width: 145px;
  }

  .sm-max\:focus\:w-150:focus {
    width: 150px;
  }

  .sm-max\:focus\:w-160:focus {
    width: 160px;
  }

  .sm-max\:focus\:w-165:focus {
    width: 165px;
  }

  .sm-max\:focus\:w-168:focus {
    width: 168px;
  }

  .sm-max\:focus\:w-170:focus {
    width: 170px;
  }

  .sm-max\:focus\:w-180:focus {
    width: 180px;
  }

  .sm-max\:focus\:w-200:focus {
    width: 200px;
  }

  .sm-max\:focus\:w-220:focus {
    width: 220px;
  }

  .sm-max\:focus\:w-230:focus {
    width: 230px;
  }

  .sm-max\:focus\:w-235:focus {
    width: 235px;
  }

  .sm-max\:focus\:w-240:focus {
    width: 240px;
  }

  .sm-max\:focus\:w-250:focus {
    width: 250px;
  }

  .sm-max\:focus\:w-300:focus {
    width: 300px;
  }

  .sm-max\:focus\:w-320:focus {
    width: 320px;
  }

  .sm-max\:focus\:w-350:focus {
    width: 350px;
  }

  .sm-max\:focus\:w-375:focus {
    width: 375px;
  }

  .sm-max\:focus\:w-400:focus {
    width: 400px;
  }

  .sm-max\:focus\:w-450:focus {
    width: 450px;
  }

  .sm-max\:focus\:w-700:focus {
    width: 700px;
  }

  .sm-max\:focus\:w-auto:focus {
    width: auto;
  }

  .sm-max\:focus\:w-px:focus {
    width: 1px;
  }

  .sm-max\:focus\:w-1p:focus {
    width: 1%;
  }

  .sm-max\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .sm-max\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .sm-max\:focus\:w-11p:focus {
    width: 11%;
  }

  .sm-max\:focus\:w-20p:focus {
    width: 20%;
  }

  .sm-max\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .sm-max\:focus\:w-25p:focus {
    width: 25%;
  }

  .sm-max\:focus\:w-32p:focus {
    width: 32%;
  }

  .sm-max\:focus\:w-35p:focus {
    width: 35%;
  }

  .sm-max\:focus\:w-40p:focus {
    width: 40%;
  }

  .sm-max\:focus\:w-49p:focus {
    width: 49%;
  }

  .sm-max\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .sm-max\:focus\:w-80p:focus {
    width: 80%;
  }

  .sm-max\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .sm-max\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .sm-max\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .sm-max\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .sm-max\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .sm-max\:focus\:w-90p:focus {
    width: 90%;
  }

  .sm-max\:focus\:w-92p:focus {
    width: 92%;
  }

  .sm-max\:focus\:w-93p:focus {
    width: 93%;
  }

  .sm-max\:focus\:w-94p:focus {
    width: 94%;
  }

  .sm-max\:focus\:w-95p:focus {
    width: 95%;
  }

  .sm-max\:focus\:w-96p:focus {
    width: 96%;
  }

  .sm-max\:focus\:w-100p:focus {
    width: 100%;
  }

  .sm-max\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .sm-max\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .sm-max\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .sm-max\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .sm-max\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .sm-max\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .sm-max\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .sm-max\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .sm-max\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .sm-max\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .sm-max\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .sm-max\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .sm-max\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .sm-max\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .sm-max\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .sm-max\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .sm-max\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .sm-max\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .sm-max\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .sm-max\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .sm-max\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .sm-max\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .sm-max\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .sm-max\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .sm-max\:focus\:w-full:focus {
    width: 100%;
  }

  .sm-max\:focus\:w-screen:focus {
    width: 100vw;
  }

  .sm-max\:first\:w-0:first-child {
    width: 0px;
  }

  .sm-max\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .sm-max\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .sm-max\:first\:w-3:first-child {
    width: 3px;
  }

  .sm-max\:first\:w-4:first-child {
    width: 4px;
  }

  .sm-max\:first\:w-5:first-child {
    width: 5px;
  }

  .sm-max\:first\:w-6:first-child {
    width: 6px;
  }

  .sm-max\:first\:w-8:first-child {
    width: 8px;
  }

  .sm-max\:first\:w-9:first-child {
    width: 9px;
  }

  .sm-max\:first\:w-10:first-child {
    width: 10px;
  }

  .sm-max\:first\:w-12:first-child {
    width: 12px;
  }

  .sm-max\:first\:w-13:first-child {
    width: 13px;
  }

  .sm-max\:first\:w-14:first-child {
    width: 14px;
  }

  .sm-max\:first\:w-15:first-child {
    width: 15px;
  }

  .sm-max\:first\:w-16:first-child {
    width: 16px;
  }

  .sm-max\:first\:w-17:first-child {
    width: 17px;
  }

  .sm-max\:first\:w-18:first-child {
    width: 18px;
  }

  .sm-max\:first\:w-20:first-child {
    width: 20px;
  }

  .sm-max\:first\:w-22:first-child {
    width: 22px;
  }

  .sm-max\:first\:w-24:first-child {
    width: 24px;
  }

  .sm-max\:first\:w-25:first-child {
    width: 25px;
  }

  .sm-max\:first\:w-28:first-child {
    width: 28px;
  }

  .sm-max\:first\:w-29:first-child {
    width: 29px;
  }

  .sm-max\:first\:w-30:first-child {
    width: 30px;
  }

  .sm-max\:first\:w-32:first-child {
    width: 32px;
  }

  .sm-max\:first\:w-35:first-child {
    width: 35px;
  }

  .sm-max\:first\:w-36:first-child {
    width: 36px;
  }

  .sm-max\:first\:w-37:first-child {
    width: 37px;
  }

  .sm-max\:first\:w-40:first-child {
    width: 40px;
  }

  .sm-max\:first\:w-45:first-child {
    width: 45px;
  }

  .sm-max\:first\:w-48:first-child {
    width: 48px;
  }

  .sm-max\:first\:w-50:first-child {
    width: 50px;
  }

  .sm-max\:first\:w-55:first-child {
    width: 55px;
  }

  .sm-max\:first\:w-56:first-child {
    width: 56px;
  }

  .sm-max\:first\:w-60:first-child {
    width: 60px;
  }

  .sm-max\:first\:w-62:first-child {
    width: 62px;
  }

  .sm-max\:first\:w-64:first-child {
    width: 64px;
  }

  .sm-max\:first\:w-65:first-child {
    width: 65px;
  }

  .sm-max\:first\:w-70:first-child {
    width: 70px;
  }

  .sm-max\:first\:w-75:first-child {
    width: 75px;
  }

  .sm-max\:first\:w-80:first-child {
    width: 80px;
  }

  .sm-max\:first\:w-85:first-child {
    width: 85px;
  }

  .sm-max\:first\:w-90:first-child {
    width: 90px;
  }

  .sm-max\:first\:w-95:first-child {
    width: 95px;
  }

  .sm-max\:first\:w-96:first-child {
    width: 96px;
  }

  .sm-max\:first\:w-100:first-child {
    width: 100px;
  }

  .sm-max\:first\:w-110:first-child {
    width: 110px;
  }

  .sm-max\:first\:w-115:first-child {
    width: 115px;
  }

  .sm-max\:first\:w-120:first-child {
    width: 120px;
  }

  .sm-max\:first\:w-128:first-child {
    width: 128px;
  }

  .sm-max\:first\:w-135:first-child {
    width: 135px;
  }

  .sm-max\:first\:w-140:first-child {
    width: 140px;
  }

  .sm-max\:first\:w-145:first-child {
    width: 145px;
  }

  .sm-max\:first\:w-150:first-child {
    width: 150px;
  }

  .sm-max\:first\:w-160:first-child {
    width: 160px;
  }

  .sm-max\:first\:w-165:first-child {
    width: 165px;
  }

  .sm-max\:first\:w-168:first-child {
    width: 168px;
  }

  .sm-max\:first\:w-170:first-child {
    width: 170px;
  }

  .sm-max\:first\:w-180:first-child {
    width: 180px;
  }

  .sm-max\:first\:w-200:first-child {
    width: 200px;
  }

  .sm-max\:first\:w-220:first-child {
    width: 220px;
  }

  .sm-max\:first\:w-230:first-child {
    width: 230px;
  }

  .sm-max\:first\:w-235:first-child {
    width: 235px;
  }

  .sm-max\:first\:w-240:first-child {
    width: 240px;
  }

  .sm-max\:first\:w-250:first-child {
    width: 250px;
  }

  .sm-max\:first\:w-300:first-child {
    width: 300px;
  }

  .sm-max\:first\:w-320:first-child {
    width: 320px;
  }

  .sm-max\:first\:w-350:first-child {
    width: 350px;
  }

  .sm-max\:first\:w-375:first-child {
    width: 375px;
  }

  .sm-max\:first\:w-400:first-child {
    width: 400px;
  }

  .sm-max\:first\:w-450:first-child {
    width: 450px;
  }

  .sm-max\:first\:w-700:first-child {
    width: 700px;
  }

  .sm-max\:first\:w-auto:first-child {
    width: auto;
  }

  .sm-max\:first\:w-px:first-child {
    width: 1px;
  }

  .sm-max\:first\:w-1p:first-child {
    width: 1%;
  }

  .sm-max\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .sm-max\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .sm-max\:first\:w-11p:first-child {
    width: 11%;
  }

  .sm-max\:first\:w-20p:first-child {
    width: 20%;
  }

  .sm-max\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .sm-max\:first\:w-25p:first-child {
    width: 25%;
  }

  .sm-max\:first\:w-32p:first-child {
    width: 32%;
  }

  .sm-max\:first\:w-35p:first-child {
    width: 35%;
  }

  .sm-max\:first\:w-40p:first-child {
    width: 40%;
  }

  .sm-max\:first\:w-49p:first-child {
    width: 49%;
  }

  .sm-max\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .sm-max\:first\:w-80p:first-child {
    width: 80%;
  }

  .sm-max\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .sm-max\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .sm-max\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .sm-max\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .sm-max\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .sm-max\:first\:w-90p:first-child {
    width: 90%;
  }

  .sm-max\:first\:w-92p:first-child {
    width: 92%;
  }

  .sm-max\:first\:w-93p:first-child {
    width: 93%;
  }

  .sm-max\:first\:w-94p:first-child {
    width: 94%;
  }

  .sm-max\:first\:w-95p:first-child {
    width: 95%;
  }

  .sm-max\:first\:w-96p:first-child {
    width: 96%;
  }

  .sm-max\:first\:w-100p:first-child {
    width: 100%;
  }

  .sm-max\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .sm-max\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .sm-max\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .sm-max\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .sm-max\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .sm-max\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .sm-max\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .sm-max\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .sm-max\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .sm-max\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .sm-max\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .sm-max\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .sm-max\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .sm-max\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .sm-max\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .sm-max\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .sm-max\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .sm-max\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .sm-max\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .sm-max\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .sm-max\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .sm-max\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .sm-max\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .sm-max\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .sm-max\:first\:w-full:first-child {
    width: 100%;
  }

  .sm-max\:first\:w-screen:first-child {
    width: 100vw;
  }

  .sm-max\:last\:w-0:last-child {
    width: 0px;
  }

  .sm-max\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .sm-max\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .sm-max\:last\:w-3:last-child {
    width: 3px;
  }

  .sm-max\:last\:w-4:last-child {
    width: 4px;
  }

  .sm-max\:last\:w-5:last-child {
    width: 5px;
  }

  .sm-max\:last\:w-6:last-child {
    width: 6px;
  }

  .sm-max\:last\:w-8:last-child {
    width: 8px;
  }

  .sm-max\:last\:w-9:last-child {
    width: 9px;
  }

  .sm-max\:last\:w-10:last-child {
    width: 10px;
  }

  .sm-max\:last\:w-12:last-child {
    width: 12px;
  }

  .sm-max\:last\:w-13:last-child {
    width: 13px;
  }

  .sm-max\:last\:w-14:last-child {
    width: 14px;
  }

  .sm-max\:last\:w-15:last-child {
    width: 15px;
  }

  .sm-max\:last\:w-16:last-child {
    width: 16px;
  }

  .sm-max\:last\:w-17:last-child {
    width: 17px;
  }

  .sm-max\:last\:w-18:last-child {
    width: 18px;
  }

  .sm-max\:last\:w-20:last-child {
    width: 20px;
  }

  .sm-max\:last\:w-22:last-child {
    width: 22px;
  }

  .sm-max\:last\:w-24:last-child {
    width: 24px;
  }

  .sm-max\:last\:w-25:last-child {
    width: 25px;
  }

  .sm-max\:last\:w-28:last-child {
    width: 28px;
  }

  .sm-max\:last\:w-29:last-child {
    width: 29px;
  }

  .sm-max\:last\:w-30:last-child {
    width: 30px;
  }

  .sm-max\:last\:w-32:last-child {
    width: 32px;
  }

  .sm-max\:last\:w-35:last-child {
    width: 35px;
  }

  .sm-max\:last\:w-36:last-child {
    width: 36px;
  }

  .sm-max\:last\:w-37:last-child {
    width: 37px;
  }

  .sm-max\:last\:w-40:last-child {
    width: 40px;
  }

  .sm-max\:last\:w-45:last-child {
    width: 45px;
  }

  .sm-max\:last\:w-48:last-child {
    width: 48px;
  }

  .sm-max\:last\:w-50:last-child {
    width: 50px;
  }

  .sm-max\:last\:w-55:last-child {
    width: 55px;
  }

  .sm-max\:last\:w-56:last-child {
    width: 56px;
  }

  .sm-max\:last\:w-60:last-child {
    width: 60px;
  }

  .sm-max\:last\:w-62:last-child {
    width: 62px;
  }

  .sm-max\:last\:w-64:last-child {
    width: 64px;
  }

  .sm-max\:last\:w-65:last-child {
    width: 65px;
  }

  .sm-max\:last\:w-70:last-child {
    width: 70px;
  }

  .sm-max\:last\:w-75:last-child {
    width: 75px;
  }

  .sm-max\:last\:w-80:last-child {
    width: 80px;
  }

  .sm-max\:last\:w-85:last-child {
    width: 85px;
  }

  .sm-max\:last\:w-90:last-child {
    width: 90px;
  }

  .sm-max\:last\:w-95:last-child {
    width: 95px;
  }

  .sm-max\:last\:w-96:last-child {
    width: 96px;
  }

  .sm-max\:last\:w-100:last-child {
    width: 100px;
  }

  .sm-max\:last\:w-110:last-child {
    width: 110px;
  }

  .sm-max\:last\:w-115:last-child {
    width: 115px;
  }

  .sm-max\:last\:w-120:last-child {
    width: 120px;
  }

  .sm-max\:last\:w-128:last-child {
    width: 128px;
  }

  .sm-max\:last\:w-135:last-child {
    width: 135px;
  }

  .sm-max\:last\:w-140:last-child {
    width: 140px;
  }

  .sm-max\:last\:w-145:last-child {
    width: 145px;
  }

  .sm-max\:last\:w-150:last-child {
    width: 150px;
  }

  .sm-max\:last\:w-160:last-child {
    width: 160px;
  }

  .sm-max\:last\:w-165:last-child {
    width: 165px;
  }

  .sm-max\:last\:w-168:last-child {
    width: 168px;
  }

  .sm-max\:last\:w-170:last-child {
    width: 170px;
  }

  .sm-max\:last\:w-180:last-child {
    width: 180px;
  }

  .sm-max\:last\:w-200:last-child {
    width: 200px;
  }

  .sm-max\:last\:w-220:last-child {
    width: 220px;
  }

  .sm-max\:last\:w-230:last-child {
    width: 230px;
  }

  .sm-max\:last\:w-235:last-child {
    width: 235px;
  }

  .sm-max\:last\:w-240:last-child {
    width: 240px;
  }

  .sm-max\:last\:w-250:last-child {
    width: 250px;
  }

  .sm-max\:last\:w-300:last-child {
    width: 300px;
  }

  .sm-max\:last\:w-320:last-child {
    width: 320px;
  }

  .sm-max\:last\:w-350:last-child {
    width: 350px;
  }

  .sm-max\:last\:w-375:last-child {
    width: 375px;
  }

  .sm-max\:last\:w-400:last-child {
    width: 400px;
  }

  .sm-max\:last\:w-450:last-child {
    width: 450px;
  }

  .sm-max\:last\:w-700:last-child {
    width: 700px;
  }

  .sm-max\:last\:w-auto:last-child {
    width: auto;
  }

  .sm-max\:last\:w-px:last-child {
    width: 1px;
  }

  .sm-max\:last\:w-1p:last-child {
    width: 1%;
  }

  .sm-max\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .sm-max\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .sm-max\:last\:w-11p:last-child {
    width: 11%;
  }

  .sm-max\:last\:w-20p:last-child {
    width: 20%;
  }

  .sm-max\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .sm-max\:last\:w-25p:last-child {
    width: 25%;
  }

  .sm-max\:last\:w-32p:last-child {
    width: 32%;
  }

  .sm-max\:last\:w-35p:last-child {
    width: 35%;
  }

  .sm-max\:last\:w-40p:last-child {
    width: 40%;
  }

  .sm-max\:last\:w-49p:last-child {
    width: 49%;
  }

  .sm-max\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .sm-max\:last\:w-80p:last-child {
    width: 80%;
  }

  .sm-max\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .sm-max\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .sm-max\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .sm-max\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .sm-max\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .sm-max\:last\:w-90p:last-child {
    width: 90%;
  }

  .sm-max\:last\:w-92p:last-child {
    width: 92%;
  }

  .sm-max\:last\:w-93p:last-child {
    width: 93%;
  }

  .sm-max\:last\:w-94p:last-child {
    width: 94%;
  }

  .sm-max\:last\:w-95p:last-child {
    width: 95%;
  }

  .sm-max\:last\:w-96p:last-child {
    width: 96%;
  }

  .sm-max\:last\:w-100p:last-child {
    width: 100%;
  }

  .sm-max\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .sm-max\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .sm-max\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .sm-max\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .sm-max\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .sm-max\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .sm-max\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .sm-max\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .sm-max\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .sm-max\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .sm-max\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .sm-max\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .sm-max\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .sm-max\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .sm-max\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .sm-max\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .sm-max\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .sm-max\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .sm-max\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .sm-max\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .sm-max\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .sm-max\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .sm-max\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .sm-max\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .sm-max\:last\:w-full:last-child {
    width: 100%;
  }

  .sm-max\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .sm-max\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .sm-max\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .sm-max\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .sm-max\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .sm-max\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .sm-max\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .sm-max\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .sm-max\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .sm-max\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .sm-max\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .sm-max\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .sm-max\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .sm-max\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .sm-max\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .sm-max\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .sm-max\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .sm-max\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .sm-max\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .sm-max\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .sm-max\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .sm-max\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .sm-max\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .sm-max\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .sm-max\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .sm-max\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .sm-max\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .sm-max\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .sm-max\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .sm-max\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .sm-max\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .sm-max\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .sm-max\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .sm-max\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .sm-max\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .sm-max\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .sm-max\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .sm-max\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .sm-max\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .sm-max\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .sm-max\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .sm-max\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .sm-max\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .sm-max\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .sm-max\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .sm-max\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .sm-max\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .sm-max\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .sm-max\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .sm-max\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .sm-max\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .sm-max\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .sm-max\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .sm-max\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .sm-max\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .sm-max\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .sm-max\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .sm-max\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .sm-max\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .sm-max\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .sm-max\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .sm-max\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .sm-max\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .sm-max\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .sm-max\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .sm-max\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .sm-max\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .sm-max\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .sm-max\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .sm-max\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .sm-max\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .sm-max\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .sm-max\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .sm-max\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .sm-max\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .sm-max\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .sm-max\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .sm-max\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .sm-max\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .sm-max\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .sm-max\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .sm-max\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .sm-max\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .sm-max\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .sm-max\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .sm-max\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .sm-max\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .sm-max\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .sm-max\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .sm-max\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .sm-max\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .sm-max\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .sm-max\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .sm-max\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .sm-max\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .sm-max\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .sm-max\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .sm-max\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .sm-max\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .sm-max\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .sm-max\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .sm-max\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .sm-max\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .sm-max\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .sm-max\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .sm-max\:group-hover\:w-screen {
    width: 100vw;
  }

  .sm-max\:z-0 {
    z-index: 0;
  }

  .sm-max\:z-10 {
    z-index: 10;
  }

  .sm-max\:z-20 {
    z-index: 20;
  }

  .sm-max\:z-30 {
    z-index: 30;
  }

  .sm-max\:z-40 {
    z-index: 40;
  }

  .sm-max\:z-50 {
    z-index: 50;
  }

  .sm-max\:z-auto {
    z-index: auto;
  }

  .sm-max\:hover\:z-0:hover {
    z-index: 0;
  }

  .sm-max\:hover\:z-10:hover {
    z-index: 10;
  }

  .sm-max\:hover\:z-20:hover {
    z-index: 20;
  }

  .sm-max\:hover\:z-30:hover {
    z-index: 30;
  }

  .sm-max\:hover\:z-40:hover {
    z-index: 40;
  }

  .sm-max\:hover\:z-50:hover {
    z-index: 50;
  }

  .sm-max\:hover\:z-auto:hover {
    z-index: auto;
  }

  .sm-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm-max\:first\:z-0:first-child {
    z-index: 0;
  }

  .sm-max\:first\:z-10:first-child {
    z-index: 10;
  }

  .sm-max\:first\:z-20:first-child {
    z-index: 20;
  }

  .sm-max\:first\:z-30:first-child {
    z-index: 30;
  }

  .sm-max\:first\:z-40:first-child {
    z-index: 40;
  }

  .sm-max\:first\:z-50:first-child {
    z-index: 50;
  }

  .sm-max\:first\:z-auto:first-child {
    z-index: auto;
  }

  .sm-max\:last\:z-0:last-child {
    z-index: 0;
  }

  .sm-max\:last\:z-10:last-child {
    z-index: 10;
  }

  .sm-max\:last\:z-20:last-child {
    z-index: 20;
  }

  .sm-max\:last\:z-30:last-child {
    z-index: 30;
  }

  .sm-max\:last\:z-40:last-child {
    z-index: 40;
  }

  .sm-max\:last\:z-50:last-child {
    z-index: 50;
  }

  .sm-max\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .sm-max\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .sm-max\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .sm-max\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .sm-max\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .sm-max\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .sm-max\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .sm-max\:group-hover\:z-auto {
    z-index: auto;
  }

  .sm-max\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .sm-max\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm-max\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm-max\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .sm-max\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .sm-max\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm-max\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .sm-max\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .sm-max\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .sm-max\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm-max\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .sm-max\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .sm-max\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm-max\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .sm-max\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm-max\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .sm-max\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .sm-max\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm-max\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .sm-max\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm-max\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .sm-max\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .sm-max\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .sm-max\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm-max\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .sm-max\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .sm-max\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .sm-max\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .sm-max\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .sm-max\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .sm-max\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm-max\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .sm-max\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .sm-max\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .sm-max\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm-max\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .sm-max\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .sm-max\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .sm-max\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .sm-max\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .sm-max\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .sm-max\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .sm-max\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .sm-max\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm-max\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .sm-max\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .sm-max\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .sm-max\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .sm-max\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm-max\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .sm-max\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .sm-max\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .sm-max\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .sm-max\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .sm-max\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .sm-max\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .sm-max\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .sm-max\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .sm-max\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .sm-max\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .sm-max\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .sm-max\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .sm-max\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .sm-max\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .sm-max\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .sm-max\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .sm-max\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .sm-max\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .sm-max\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .sm-max\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .sm-max\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .sm-max\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .sm-max\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm-max\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .sm-max\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .sm-max\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm-max\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .sm-max\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm-max\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .sm-max\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm-max\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .sm-max\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .sm-max\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm-max\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .sm-max\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .sm-max\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm-max\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .sm-max\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .sm-max\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .sm-max\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .sm-max\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .sm-max\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .sm-max\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .sm-max\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .sm-max\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .sm-max\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .sm-max\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .sm-max\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm-max\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm-max\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm-max\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm-max\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm-max\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-max\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .sm-max\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm-max\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm-max\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm-max\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm-max\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm-max\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm-max\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .sm-max\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm-max\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm-max\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .sm-max\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm-max\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .sm-max\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm-max\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm-max\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm-max\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm-max\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm-max\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm-max\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm-max\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm-max\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .sm-max\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm-max\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm-max\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .sm-max\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm-max\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm-max\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .sm-max\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm-max\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .sm-max\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm-max\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm-max\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm-max\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .sm-max\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm-max\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .sm-max\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm-max\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm-max\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .sm-max\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .sm-max\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .sm-max\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm-max\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm-max\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .sm-max\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm-max\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm-max\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm-max\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .sm-max\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .sm-max\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .sm-max\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm-max\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm-max\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .sm-max\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .sm-max\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .sm-max\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .sm-max\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm-max\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm-max\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm-max\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .sm-max\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .sm-max\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .sm-max\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .sm-max\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .sm-max\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .sm-max\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm-max\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .sm-max\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm-max\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .sm-max\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm-max\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .sm-max\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm-max\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm-max\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm-max\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .sm-max\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm-max\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm-max\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .sm-max\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm-max\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .sm-max\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .sm-max\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm-max\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .sm-max\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .sm-max\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .sm-max\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm-max\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm-max\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm-max\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .sm-max\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm-max\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm-max\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .sm-max\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .sm-max\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm-max\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .sm-max\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .sm-max\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .sm-max\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm-max\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .sm-max\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .sm-max\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm-max\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .sm-max\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm-max\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .sm-max\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .sm-max\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm-max\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .sm-max\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm-max\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .sm-max\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .sm-max\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .sm-max\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm-max\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .sm-max\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .sm-max\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .sm-max\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .sm-max\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .sm-max\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .sm-max\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm-max\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .sm-max\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .sm-max\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .sm-max\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm-max\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .sm-max\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .sm-max\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .sm-max\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .sm-max\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .sm-max\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .sm-max\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .sm-max\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .sm-max\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm-max\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .sm-max\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .sm-max\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .sm-max\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .sm-max\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm-max\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .sm-max\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .sm-max\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .sm-max\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .sm-max\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .sm-max\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .sm-max\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .sm-max\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .sm-max\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .sm-max\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .sm-max\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .sm-max\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .sm-max\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .sm-max\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .sm-max\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .sm-max\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .sm-max\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .sm-max\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .sm-max\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .sm-max\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .sm-max\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .sm-max\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .sm-max\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .sm-max\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm-max\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .sm-max\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .sm-max\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm-max\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .sm-max\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm-max\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .sm-max\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm-max\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .sm-max\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .sm-max\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm-max\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .sm-max\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .sm-max\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm-max\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .sm-max\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .sm-max\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .sm-max\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .sm-max\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .sm-max\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .sm-max\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .sm-max\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .sm-max\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .sm-max\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .sm-max\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .sm-max\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm-max\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .sm-max\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm-max\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm-max\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .sm-max\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .sm-max\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm-max\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .sm-max\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .sm-max\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .sm-max\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm-max\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .sm-max\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .sm-max\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm-max\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .sm-max\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm-max\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .sm-max\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .sm-max\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm-max\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .sm-max\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm-max\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .sm-max\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .sm-max\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .sm-max\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm-max\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .sm-max\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .sm-max\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .sm-max\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .sm-max\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .sm-max\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .sm-max\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm-max\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .sm-max\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .sm-max\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .sm-max\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm-max\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .sm-max\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .sm-max\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .sm-max\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .sm-max\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .sm-max\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .sm-max\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .sm-max\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .sm-max\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm-max\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .sm-max\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .sm-max\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .sm-max\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .sm-max\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm-max\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .sm-max\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .sm-max\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .sm-max\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .sm-max\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .sm-max\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .sm-max\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .sm-max\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .sm-max\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .sm-max\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .sm-max\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .sm-max\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .sm-max\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .sm-max\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .sm-max\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .sm-max\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .sm-max\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .sm-max\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .sm-max\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .sm-max\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .sm-max\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .sm-max\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .sm-max\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .sm-max\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm-max\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .sm-max\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .sm-max\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm-max\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .sm-max\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm-max\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .sm-max\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm-max\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .sm-max\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .sm-max\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm-max\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .sm-max\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .sm-max\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm-max\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .sm-max\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .sm-max\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .sm-max\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .sm-max\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .sm-max\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .sm-max\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .sm-max\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .sm-max\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .sm-max\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .sm-max\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .sm-max\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm-max\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm-max\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm-max\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm-max\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm-max\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-max\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .sm-max\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm-max\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm-max\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm-max\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm-max\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm-max\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm-max\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .sm-max\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm-max\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm-max\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .sm-max\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm-max\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .sm-max\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm-max\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm-max\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm-max\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm-max\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm-max\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm-max\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm-max\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm-max\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .sm-max\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm-max\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm-max\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .sm-max\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm-max\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm-max\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .sm-max\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm-max\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .sm-max\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm-max\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm-max\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm-max\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .sm-max\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm-max\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .sm-max\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm-max\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm-max\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .sm-max\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .sm-max\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .sm-max\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm-max\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm-max\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .sm-max\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm-max\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm-max\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm-max\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .sm-max\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .sm-max\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .sm-max\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm-max\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm-max\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .sm-max\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .sm-max\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .sm-max\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .sm-max\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm-max\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm-max\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm-max\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .sm-max\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .sm-max\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .sm-max\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .sm-max\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .sm-max\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .sm-max\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm-max\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .sm-max\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm-max\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .sm-max\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm-max\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .sm-max\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm-max\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm-max\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm-max\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .sm-max\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm-max\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm-max\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .sm-max\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm-max\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .sm-max\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .sm-max\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm-max\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .sm-max\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .sm-max\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .sm-max\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm-max\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm-max\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm-max\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .sm-max\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm-max\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm-max\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .sm-max\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .sm-max\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm-max\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .sm-max\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .sm-max\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .sm-max\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm-max\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .sm-max\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .sm-max\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm-max\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .sm-max\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm-max\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .sm-max\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .sm-max\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm-max\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .sm-max\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm-max\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .sm-max\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .sm-max\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .sm-max\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm-max\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .sm-max\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .sm-max\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .sm-max\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .sm-max\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .sm-max\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .sm-max\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm-max\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .sm-max\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .sm-max\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .sm-max\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm-max\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .sm-max\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .sm-max\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .sm-max\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .sm-max\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .sm-max\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .sm-max\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .sm-max\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .sm-max\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm-max\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .sm-max\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .sm-max\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .sm-max\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .sm-max\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm-max\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .sm-max\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .sm-max\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .sm-max\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .sm-max\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .sm-max\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .sm-max\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .sm-max\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .sm-max\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .sm-max\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .sm-max\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .sm-max\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .sm-max\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .sm-max\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .sm-max\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .sm-max\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .sm-max\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .sm-max\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .sm-max\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .sm-max\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .sm-max\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .sm-max\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .sm-max\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .sm-max\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm-max\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .sm-max\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .sm-max\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm-max\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .sm-max\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm-max\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .sm-max\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm-max\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .sm-max\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .sm-max\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm-max\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .sm-max\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .sm-max\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm-max\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .sm-max\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .sm-max\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .sm-max\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .sm-max\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .sm-max\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .sm-max\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .sm-max\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .sm-max\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .sm-max\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .sm-max\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .sm-max\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm-max\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .sm-max\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm-max\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm-max\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .sm-max\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .sm-max\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm-max\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .sm-max\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .sm-max\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .sm-max\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm-max\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .sm-max\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .sm-max\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm-max\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .sm-max\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm-max\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .sm-max\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .sm-max\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm-max\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .sm-max\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm-max\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .sm-max\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .sm-max\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .sm-max\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm-max\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .sm-max\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .sm-max\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .sm-max\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .sm-max\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .sm-max\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .sm-max\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm-max\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .sm-max\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .sm-max\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .sm-max\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm-max\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .sm-max\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .sm-max\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .sm-max\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .sm-max\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .sm-max\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .sm-max\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .sm-max\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .sm-max\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm-max\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .sm-max\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .sm-max\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .sm-max\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .sm-max\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm-max\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .sm-max\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .sm-max\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .sm-max\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .sm-max\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .sm-max\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .sm-max\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .sm-max\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .sm-max\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .sm-max\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .sm-max\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .sm-max\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .sm-max\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .sm-max\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .sm-max\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .sm-max\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .sm-max\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .sm-max\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .sm-max\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .sm-max\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .sm-max\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .sm-max\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .sm-max\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .sm-max\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm-max\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .sm-max\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .sm-max\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm-max\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .sm-max\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm-max\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .sm-max\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm-max\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .sm-max\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .sm-max\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm-max\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .sm-max\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .sm-max\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm-max\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .sm-max\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .sm-max\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .sm-max\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .sm-max\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .sm-max\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .sm-max\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .sm-max\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .sm-max\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .sm-max\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .sm-max\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .sm-max\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm-max\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm-max\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm-max\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm-max\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm-max\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-max\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .sm-max\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm-max\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm-max\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm-max\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm-max\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm-max\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm-max\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .sm-max\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm-max\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm-max\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .sm-max\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm-max\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .sm-max\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm-max\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm-max\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm-max\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm-max\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm-max\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm-max\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm-max\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm-max\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .sm-max\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm-max\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm-max\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .sm-max\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm-max\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm-max\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .sm-max\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm-max\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .sm-max\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm-max\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm-max\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm-max\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .sm-max\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm-max\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .sm-max\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm-max\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm-max\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .sm-max\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .sm-max\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .sm-max\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm-max\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm-max\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .sm-max\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm-max\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm-max\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm-max\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .sm-max\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .sm-max\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .sm-max\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm-max\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm-max\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .sm-max\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .sm-max\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .sm-max\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .sm-max\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm-max\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm-max\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm-max\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .sm-max\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .sm-max\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .sm-max\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .sm-max\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .sm-max\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .sm-max\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm-max\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .sm-max\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm-max\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .sm-max\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm-max\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .sm-max\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm-max\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm-max\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm-max\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .sm-max\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm-max\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm-max\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .sm-max\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm-max\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .sm-max\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .sm-max\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm-max\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .sm-max\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .sm-max\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .sm-max\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm-max\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm-max\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm-max\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .sm-max\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm-max\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm-max\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .sm-max\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .sm-max\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm-max\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .sm-max\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .sm-max\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .sm-max\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm-max\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .sm-max\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .sm-max\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm-max\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .sm-max\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm-max\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .sm-max\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .sm-max\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm-max\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .sm-max\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm-max\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .sm-max\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .sm-max\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .sm-max\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm-max\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .sm-max\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .sm-max\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .sm-max\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .sm-max\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .sm-max\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .sm-max\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm-max\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .sm-max\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .sm-max\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .sm-max\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm-max\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .sm-max\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .sm-max\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .sm-max\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .sm-max\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .sm-max\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .sm-max\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .sm-max\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .sm-max\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm-max\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .sm-max\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .sm-max\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .sm-max\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .sm-max\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm-max\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .sm-max\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .sm-max\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .sm-max\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .sm-max\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .sm-max\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .sm-max\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .sm-max\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .sm-max\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .sm-max\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .sm-max\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .sm-max\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .sm-max\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .sm-max\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .sm-max\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .sm-max\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .sm-max\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .sm-max\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .sm-max\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .sm-max\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .sm-max\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .sm-max\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .sm-max\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .sm-max\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm-max\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .sm-max\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .sm-max\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm-max\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .sm-max\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm-max\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .sm-max\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm-max\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .sm-max\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .sm-max\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm-max\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .sm-max\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .sm-max\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm-max\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .sm-max\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .sm-max\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .sm-max\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .sm-max\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .sm-max\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .sm-max\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .sm-max\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .sm-max\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .sm-max\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .sm-max\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .sm-max\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm-max\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .sm-max\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm-max\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm-max\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .sm-max\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .sm-max\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm-max\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .sm-max\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .sm-max\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .sm-max\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm-max\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .sm-max\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .sm-max\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm-max\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .sm-max\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm-max\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .sm-max\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .sm-max\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm-max\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .sm-max\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm-max\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .sm-max\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .sm-max\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .sm-max\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm-max\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .sm-max\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .sm-max\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .sm-max\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .sm-max\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .sm-max\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .sm-max\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm-max\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .sm-max\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .sm-max\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .sm-max\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm-max\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .sm-max\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .sm-max\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .sm-max\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .sm-max\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .sm-max\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .sm-max\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .sm-max\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .sm-max\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm-max\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .sm-max\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .sm-max\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .sm-max\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .sm-max\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm-max\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .sm-max\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .sm-max\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .sm-max\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .sm-max\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .sm-max\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .sm-max\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .sm-max\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .sm-max\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .sm-max\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .sm-max\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .sm-max\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .sm-max\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .sm-max\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .sm-max\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .sm-max\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .sm-max\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .sm-max\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .sm-max\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .sm-max\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .sm-max\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .sm-max\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .sm-max\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .sm-max\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm-max\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .sm-max\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .sm-max\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm-max\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .sm-max\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm-max\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .sm-max\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm-max\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .sm-max\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .sm-max\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm-max\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .sm-max\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .sm-max\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm-max\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .sm-max\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .sm-max\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .sm-max\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .sm-max\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .sm-max\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .sm-max\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .sm-max\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .sm-max\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .sm-max\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .sm-max\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .sm-max\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm-max\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm-max\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm-max\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm-max\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm-max\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-max\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .sm-max\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm-max\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm-max\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm-max\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm-max\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm-max\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm-max\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .sm-max\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm-max\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm-max\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .sm-max\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm-max\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .sm-max\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm-max\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm-max\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm-max\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm-max\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm-max\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm-max\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm-max\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm-max\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .sm-max\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm-max\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm-max\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .sm-max\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm-max\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm-max\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .sm-max\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm-max\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .sm-max\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm-max\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm-max\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm-max\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .sm-max\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm-max\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .sm-max\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm-max\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm-max\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .sm-max\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .sm-max\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .sm-max\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm-max\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm-max\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .sm-max\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm-max\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm-max\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm-max\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .sm-max\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .sm-max\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .sm-max\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm-max\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm-max\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .sm-max\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .sm-max\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .sm-max\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .sm-max\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm-max\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm-max\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm-max\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .sm-max\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .sm-max\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .sm-max\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .sm-max\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .sm-max\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .sm-max\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm-max\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .sm-max\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm-max\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .sm-max\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm-max\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .sm-max\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm-max\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm-max\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm-max\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .sm-max\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm-max\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm-max\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .sm-max\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm-max\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .sm-max\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .sm-max\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm-max\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .sm-max\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .sm-max\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .sm-max\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm-max\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm-max\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm-max\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .sm-max\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm-max\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm-max\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .sm-max\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .sm-max\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm-max\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .sm-max\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .sm-max\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .sm-max\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm-max\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .sm-max\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .sm-max\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm-max\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .sm-max\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm-max\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .sm-max\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .sm-max\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm-max\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .sm-max\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm-max\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .sm-max\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .sm-max\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .sm-max\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm-max\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .sm-max\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .sm-max\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .sm-max\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .sm-max\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .sm-max\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .sm-max\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm-max\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .sm-max\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .sm-max\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .sm-max\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm-max\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .sm-max\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .sm-max\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .sm-max\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .sm-max\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .sm-max\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .sm-max\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .sm-max\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .sm-max\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm-max\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .sm-max\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .sm-max\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .sm-max\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .sm-max\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm-max\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .sm-max\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .sm-max\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .sm-max\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .sm-max\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .sm-max\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .sm-max\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .sm-max\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .sm-max\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .sm-max\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .sm-max\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .sm-max\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .sm-max\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .sm-max\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .sm-max\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .sm-max\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .sm-max\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .sm-max\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .sm-max\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .sm-max\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .sm-max\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .sm-max\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .sm-max\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .sm-max\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm-max\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .sm-max\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .sm-max\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm-max\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .sm-max\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm-max\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .sm-max\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm-max\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .sm-max\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .sm-max\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm-max\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .sm-max\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .sm-max\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm-max\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .sm-max\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .sm-max\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .sm-max\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .sm-max\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .sm-max\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .sm-max\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .sm-max\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .sm-max\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .sm-max\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .sm-max\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .sm-max\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm-max\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .sm-max\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm-max\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm-max\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .sm-max\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .sm-max\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .sm-max\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .sm-max\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .sm-max\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .sm-max\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .sm-max\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .sm-max\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .sm-max\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .sm-max\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .sm-max\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .sm-max\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .sm-max\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .sm-max\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm-max\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .sm-max\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .sm-max\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .sm-max\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .sm-max\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .sm-max\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm-max\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .sm-max\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .sm-max\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .sm-max\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .sm-max\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .sm-max\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .sm-max\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .sm-max\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .sm-max\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .sm-max\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .sm-max\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .sm-max\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .sm-max\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .sm-max\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .sm-max\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .sm-max\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .sm-max\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .sm-max\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .sm-max\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .sm-max\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .sm-max\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .sm-max\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .sm-max\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .sm-max\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .sm-max\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .sm-max\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .sm-max\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .sm-max\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .sm-max\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .sm-max\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .sm-max\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .sm-max\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .sm-max\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .sm-max\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .sm-max\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .sm-max\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .sm-max\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .sm-max\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .sm-max\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .sm-max\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .sm-max\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .sm-max\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .sm-max\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .sm-max\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .sm-max\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .sm-max\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .sm-max\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .sm-max\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .sm-max\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm-max\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .sm-max\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .sm-max\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm-max\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .sm-max\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm-max\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .sm-max\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm-max\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .sm-max\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .sm-max\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm-max\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .sm-max\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .sm-max\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm-max\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .sm-max\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .sm-max\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .sm-max\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .sm-max\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .sm-max\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .sm-max\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .sm-max\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .sm-max\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .sm-max\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .sm-max\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .sm-max\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm-max\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .sm-max\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm-max\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .sm-max\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm-max\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-max\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .sm-max\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm-max\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm-max\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .sm-max\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .sm-max\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .sm-max\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm-max\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .sm-max\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .sm-max\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm-max\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .sm-max\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .sm-max\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .sm-max\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .sm-max\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .sm-max\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm-max\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm-max\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .sm-max\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .sm-max\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .sm-max\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .sm-max\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .sm-max\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .sm-max\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .sm-max\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .sm-max\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .sm-max\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .sm-max\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .sm-max\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .sm-max\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .sm-max\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .sm-max\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sm-max\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .sm-max\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .sm-max\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .sm-max\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .sm-max\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .sm-max\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm-max\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .sm-max\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .sm-max\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .sm-max\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .sm-max\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .sm-max\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .sm-max\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .sm-max\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .sm-max\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .sm-max\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .sm-max\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .sm-max\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .sm-max\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .sm-max\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .sm-max\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .sm-max\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .sm-max\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .sm-max\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .sm-max\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm-max\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm-max\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .sm-max\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .sm-max\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .sm-max\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .sm-max\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .sm-max\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .sm-max\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .sm-max\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm-max\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .sm-max\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm-max\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .sm-max\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm-max\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .sm-max\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .sm-max\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm-max\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .sm-max\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .sm-max\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm-max\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm-max\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .sm-max\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm-max\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .sm-max\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .sm-max\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm-max\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .sm-max\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .sm-max\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .sm-max\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm-max\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm-max\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm-max\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .sm-max\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm-max\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm-max\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .sm-max\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .sm-max\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .sm-max\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .sm-max\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .sm-max\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .sm-max\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .sm-max\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .sm-max\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .sm-max\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .sm-max\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .sm-max\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .sm-max\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .sm-max\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .sm-max\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm-max\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .sm-max\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .sm-max\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .sm-max\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .sm-max\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .sm-max\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm-max\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .sm-max\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .sm-max\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .sm-max\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .sm-max\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .sm-max\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .sm-max\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .sm-max\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .sm-max\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .sm-max\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .sm-max\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .sm-max\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .sm-max\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .sm-max\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .sm-max\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .sm-max\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .sm-max\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .sm-max\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .sm-max\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .sm-max\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .sm-max\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .sm-max\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .sm-max\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .sm-max\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .sm-max\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .sm-max\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .sm-max\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .sm-max\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .sm-max\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .sm-max\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .sm-max\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .sm-max\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .sm-max\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .sm-max\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .sm-max\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .sm-max\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .sm-max\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .sm-max\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .sm-max\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .sm-max\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .sm-max\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .sm-max\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .sm-max\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .sm-max\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .sm-max\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .sm-max\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .sm-max\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .sm-max\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .sm-max\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm-max\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .sm-max\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .sm-max\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm-max\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .sm-max\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm-max\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .sm-max\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm-max\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .sm-max\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .sm-max\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm-max\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .sm-max\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .sm-max\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm-max\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .sm-max\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .sm-max\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .sm-max\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .sm-max\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .sm-max\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .sm-max\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .sm-max\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .sm-max\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .sm-max\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .sm-max\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .sm-max\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .sm-max\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .sm-max\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .sm-max\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .sm-max\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .sm-max\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .sm-max\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .sm-max\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .sm-max\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .sm-max\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .sm-max\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .sm-max\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .sm-max\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .sm-max\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .sm-max\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .sm-max\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .sm-max\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .sm-max\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .sm-max\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .sm-max\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .sm-max\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .sm-max\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .sm-max\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .sm-max\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .sm-max\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .sm-max\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .sm-max\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .sm-max\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .sm-max\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .sm-max\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .sm-max\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .sm-max\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .sm-max\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .sm-max\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .sm-max\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .sm-max\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .sm-max\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .sm-max\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .sm-max\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .sm-max\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .sm-max\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .sm-max\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .sm-max\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .sm-max\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .sm-max\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .sm-max\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .sm-max\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .sm-max\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .sm-max\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .sm-max\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .sm-max\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .sm-max\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .sm-max\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .sm-max\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .sm-max\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .sm-max\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .sm-max\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .sm-max\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .sm-max\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .sm-max\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .sm-max\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .sm-max\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .sm-max\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .sm-max\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .sm-max\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .sm-max\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .sm-max\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .sm-max\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .sm-max\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .sm-max\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .sm-max\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .sm-max\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .sm-max\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .sm-max\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .sm-max\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .sm-max\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .sm-max\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .sm-max\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .sm-max\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .sm-max\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .sm-max\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .sm-max\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .sm-max\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .sm-max\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .sm-max\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .sm-max\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .sm-max\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .sm-max\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .sm-max\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .sm-max\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .sm-max\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .sm-max\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .sm-max\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .sm-max\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .sm-max\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .sm-max\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .sm-max\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .sm-max\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .sm-max\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .sm-max\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .sm-max\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .sm-max\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .sm-max\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .sm-max\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .sm-max\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .sm-max\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .sm-max\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm-max\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .sm-max\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .sm-max\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .sm-max\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .sm-max\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .sm-max\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .sm-max\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .sm-max\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .sm-max\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .sm-max\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .sm-max\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .sm-max\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .sm-max\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .sm-max\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .sm-max\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .sm-max\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .sm-max\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .sm-max\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .sm-max\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .sm-max\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm-max\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .sm-max\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .sm-max\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .sm-max\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .sm-max\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .sm-max\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .sm-max\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .sm-max\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .sm-max\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .sm-max\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .sm-max\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .sm-max\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .sm-max\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .sm-max\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .sm-max\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .sm-max\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .sm-max\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .sm-max\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .sm-max\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .sm-max\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .sm-max\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:col-auto {
    grid-column: auto;
  }

  .sm-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm-max\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .sm-max\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .sm-max\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .sm-max\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .sm-max\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .sm-max\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .sm-max\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .sm-max\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .sm-max\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .sm-max\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .sm-max\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .sm-max\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .sm-max\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .sm-max\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .sm-max\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .sm-max\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .sm-max\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .sm-max\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .sm-max\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .sm-max\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .sm-max\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .sm-max\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .sm-max\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .sm-max\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .sm-max\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .sm-max\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .sm-max\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .sm-max\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .sm-max\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .sm-max\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .sm-max\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .sm-max\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .sm-max\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .sm-max\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .sm-max\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .sm-max\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .sm-max\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .sm-max\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .sm-max\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .sm-max\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .sm-max\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .sm-max\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .sm-max\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .sm-max\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .sm-max\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .sm-max\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .sm-max\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .sm-max\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .sm-max\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .sm-max\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .sm-max\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .sm-max\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .sm-max\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .sm-max\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .sm-max\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .sm-max\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .sm-max\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .sm-max\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .sm-max\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .sm-max\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .sm-max\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .sm-max\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .sm-max\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .sm-max\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .sm-max\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .sm-max\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .sm-max\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .sm-max\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .sm-max\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .sm-max\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm-max\:col-start-1 {
    grid-column-start: 1;
  }

  .sm-max\:col-start-2 {
    grid-column-start: 2;
  }

  .sm-max\:col-start-3 {
    grid-column-start: 3;
  }

  .sm-max\:col-start-4 {
    grid-column-start: 4;
  }

  .sm-max\:col-start-5 {
    grid-column-start: 5;
  }

  .sm-max\:col-start-6 {
    grid-column-start: 6;
  }

  .sm-max\:col-start-7 {
    grid-column-start: 7;
  }

  .sm-max\:col-start-8 {
    grid-column-start: 8;
  }

  .sm-max\:col-start-9 {
    grid-column-start: 9;
  }

  .sm-max\:col-start-10 {
    grid-column-start: 10;
  }

  .sm-max\:col-start-11 {
    grid-column-start: 11;
  }

  .sm-max\:col-start-12 {
    grid-column-start: 12;
  }

  .sm-max\:col-start-13 {
    grid-column-start: 13;
  }

  .sm-max\:col-start-auto {
    grid-column-start: auto;
  }

  .sm-max\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .sm-max\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .sm-max\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .sm-max\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .sm-max\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .sm-max\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .sm-max\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .sm-max\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .sm-max\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .sm-max\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .sm-max\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .sm-max\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .sm-max\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .sm-max\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .sm-max\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .sm-max\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .sm-max\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .sm-max\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .sm-max\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .sm-max\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .sm-max\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .sm-max\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .sm-max\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .sm-max\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .sm-max\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .sm-max\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .sm-max\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .sm-max\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .sm-max\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .sm-max\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .sm-max\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .sm-max\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .sm-max\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .sm-max\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .sm-max\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .sm-max\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .sm-max\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .sm-max\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .sm-max\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .sm-max\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .sm-max\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .sm-max\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .sm-max\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .sm-max\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .sm-max\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .sm-max\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .sm-max\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .sm-max\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .sm-max\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .sm-max\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .sm-max\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .sm-max\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .sm-max\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .sm-max\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .sm-max\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .sm-max\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .sm-max\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .sm-max\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .sm-max\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .sm-max\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .sm-max\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .sm-max\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .sm-max\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .sm-max\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .sm-max\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .sm-max\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .sm-max\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .sm-max\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .sm-max\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .sm-max\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .sm-max\:col-end-1 {
    grid-column-end: 1;
  }

  .sm-max\:col-end-2 {
    grid-column-end: 2;
  }

  .sm-max\:col-end-3 {
    grid-column-end: 3;
  }

  .sm-max\:col-end-4 {
    grid-column-end: 4;
  }

  .sm-max\:col-end-5 {
    grid-column-end: 5;
  }

  .sm-max\:col-end-6 {
    grid-column-end: 6;
  }

  .sm-max\:col-end-7 {
    grid-column-end: 7;
  }

  .sm-max\:col-end-8 {
    grid-column-end: 8;
  }

  .sm-max\:col-end-9 {
    grid-column-end: 9;
  }

  .sm-max\:col-end-10 {
    grid-column-end: 10;
  }

  .sm-max\:col-end-11 {
    grid-column-end: 11;
  }

  .sm-max\:col-end-12 {
    grid-column-end: 12;
  }

  .sm-max\:col-end-13 {
    grid-column-end: 13;
  }

  .sm-max\:col-end-auto {
    grid-column-end: auto;
  }

  .sm-max\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .sm-max\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .sm-max\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .sm-max\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .sm-max\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .sm-max\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .sm-max\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .sm-max\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .sm-max\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .sm-max\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .sm-max\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .sm-max\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .sm-max\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .sm-max\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .sm-max\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .sm-max\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .sm-max\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .sm-max\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .sm-max\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .sm-max\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .sm-max\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .sm-max\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .sm-max\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .sm-max\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .sm-max\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .sm-max\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .sm-max\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .sm-max\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .sm-max\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .sm-max\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .sm-max\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .sm-max\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .sm-max\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .sm-max\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .sm-max\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .sm-max\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .sm-max\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .sm-max\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .sm-max\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .sm-max\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .sm-max\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .sm-max\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .sm-max\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .sm-max\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .sm-max\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .sm-max\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .sm-max\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .sm-max\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .sm-max\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .sm-max\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .sm-max\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .sm-max\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .sm-max\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .sm-max\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .sm-max\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .sm-max\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .sm-max\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .sm-max\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .sm-max\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .sm-max\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .sm-max\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .sm-max\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .sm-max\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .sm-max\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .sm-max\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .sm-max\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .sm-max\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .sm-max\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .sm-max\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .sm-max\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .sm-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm-max\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .sm-max\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .sm-max\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .sm-max\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .sm-max\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .sm-max\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .sm-max\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .sm-max\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .sm-max\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .sm-max\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .sm-max\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .sm-max\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .sm-max\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .sm-max\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .sm-max\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .sm-max\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .sm-max\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .sm-max\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .sm-max\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .sm-max\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .sm-max\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .sm-max\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:row-auto {
    grid-row: auto;
  }

  .sm-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm-max\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .sm-max\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .sm-max\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .sm-max\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .sm-max\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .sm-max\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .sm-max\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .sm-max\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .sm-max\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .sm-max\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .sm-max\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .sm-max\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .sm-max\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .sm-max\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .sm-max\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .sm-max\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .sm-max\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .sm-max\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .sm-max\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .sm-max\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .sm-max\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .sm-max\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .sm-max\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .sm-max\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .sm-max\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .sm-max\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .sm-max\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .sm-max\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .sm-max\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .sm-max\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .sm-max\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .sm-max\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .sm-max\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .sm-max\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .sm-max\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .sm-max\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .sm-max\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .sm-max\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .sm-max\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .sm-max\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm-max\:row-start-1 {
    grid-row-start: 1;
  }

  .sm-max\:row-start-2 {
    grid-row-start: 2;
  }

  .sm-max\:row-start-3 {
    grid-row-start: 3;
  }

  .sm-max\:row-start-4 {
    grid-row-start: 4;
  }

  .sm-max\:row-start-5 {
    grid-row-start: 5;
  }

  .sm-max\:row-start-6 {
    grid-row-start: 6;
  }

  .sm-max\:row-start-7 {
    grid-row-start: 7;
  }

  .sm-max\:row-start-auto {
    grid-row-start: auto;
  }

  .sm-max\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .sm-max\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .sm-max\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .sm-max\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .sm-max\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .sm-max\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .sm-max\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .sm-max\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .sm-max\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .sm-max\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .sm-max\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .sm-max\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .sm-max\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .sm-max\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .sm-max\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .sm-max\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .sm-max\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .sm-max\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .sm-max\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .sm-max\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .sm-max\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .sm-max\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .sm-max\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .sm-max\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .sm-max\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .sm-max\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .sm-max\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .sm-max\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .sm-max\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .sm-max\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .sm-max\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .sm-max\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .sm-max\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .sm-max\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .sm-max\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .sm-max\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .sm-max\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .sm-max\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .sm-max\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .sm-max\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .sm-max\:row-end-1 {
    grid-row-end: 1;
  }

  .sm-max\:row-end-2 {
    grid-row-end: 2;
  }

  .sm-max\:row-end-3 {
    grid-row-end: 3;
  }

  .sm-max\:row-end-4 {
    grid-row-end: 4;
  }

  .sm-max\:row-end-5 {
    grid-row-end: 5;
  }

  .sm-max\:row-end-6 {
    grid-row-end: 6;
  }

  .sm-max\:row-end-7 {
    grid-row-end: 7;
  }

  .sm-max\:row-end-auto {
    grid-row-end: auto;
  }

  .sm-max\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .sm-max\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .sm-max\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .sm-max\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .sm-max\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .sm-max\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .sm-max\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .sm-max\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .sm-max\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .sm-max\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .sm-max\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .sm-max\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .sm-max\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .sm-max\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .sm-max\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .sm-max\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .sm-max\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .sm-max\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .sm-max\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .sm-max\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .sm-max\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .sm-max\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .sm-max\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .sm-max\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .sm-max\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .sm-max\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .sm-max\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .sm-max\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .sm-max\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .sm-max\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .sm-max\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .sm-max\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .sm-max\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .sm-max\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .sm-max\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .sm-max\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .sm-max\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .sm-max\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .sm-max\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .sm-max\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .sm-max\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm-max\:transform-none {
    transform: none;
  }

  .sm-max\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm-max\:hover\:transform-none:hover {
    transform: none;
  }

  .sm-max\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm-max\:focus\:transform-none:focus {
    transform: none;
  }

  .sm-max\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm-max\:first\:transform-none:first-child {
    transform: none;
  }

  .sm-max\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm-max\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .sm-max\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .sm-max\:group-hover\:transform-none {
    transform: none;
  }

  .sm-max\:origin-center {
    transform-origin: center;
  }

  .sm-max\:origin-top {
    transform-origin: top;
  }

  .sm-max\:origin-top-right {
    transform-origin: top right;
  }

  .sm-max\:origin-right {
    transform-origin: right;
  }

  .sm-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm-max\:origin-bottom {
    transform-origin: bottom;
  }

  .sm-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm-max\:origin-left {
    transform-origin: left;
  }

  .sm-max\:origin-top-left {
    transform-origin: top left;
  }

  .sm-max\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .sm-max\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .sm-max\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .sm-max\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .sm-max\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .sm-max\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .sm-max\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .sm-max\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .sm-max\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .sm-max\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .sm-max\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .sm-max\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .sm-max\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .sm-max\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .sm-max\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .sm-max\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .sm-max\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .sm-max\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .sm-max\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .sm-max\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .sm-max\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .sm-max\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .sm-max\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .sm-max\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .sm-max\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .sm-max\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .sm-max\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .sm-max\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .sm-max\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .sm-max\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .sm-max\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .sm-max\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .sm-max\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .sm-max\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .sm-max\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .sm-max\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .sm-max\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .sm-max\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .sm-max\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .sm-max\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .sm-max\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .sm-max\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .sm-max\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .sm-max\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .sm-max\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .sm-max\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm-max\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm-max\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm-max\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm-max\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm-max\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm-max\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm-max\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm-max\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm-max\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm-max\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm-max\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm-max\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm-max\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm-max\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm-max\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm-max\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm-max\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm-max\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm-max\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm-max\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm-max\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm-max\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm-max\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm-max\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm-max\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm-max\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm-max\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm-max\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm-max\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm-max\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm-max\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm-max\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm-max\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm-max\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm-max\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm-max\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm-max\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm-max\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm-max\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm-max\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm-max\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm-max\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm-max\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm-max\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm-max\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm-max\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm-max\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm-max\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm-max\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm-max\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm-max\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm-max\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm-max\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm-max\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm-max\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm-max\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm-max\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm-max\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm-max\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm-max\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm-max\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm-max\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm-max\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm-max\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm-max\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm-max\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm-max\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm-max\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm-max\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm-max\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm-max\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm-max\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm-max\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm-max\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm-max\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm-max\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm-max\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm-max\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm-max\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm-max\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm-max\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm-max\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm-max\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm-max\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm-max\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm-max\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm-max\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm-max\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm-max\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm-max\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm-max\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm-max\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm-max\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm-max\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm-max\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm-max\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm-max\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm-max\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm-max\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm-max\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .sm-max\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .sm-max\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .sm-max\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .sm-max\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .sm-max\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .sm-max\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .sm-max\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .sm-max\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .sm-max\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .sm-max\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .sm-max\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .sm-max\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .sm-max\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .sm-max\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .sm-max\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .sm-max\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .sm-max\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .sm-max\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .sm-max\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .sm-max\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm-max\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm-max\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm-max\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm-max\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm-max\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm-max\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm-max\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm-max\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm-max\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm-max\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .sm-max\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .sm-max\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .sm-max\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .sm-max\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .sm-max\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .sm-max\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .sm-max\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .sm-max\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .sm-max\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .sm-max\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .sm-max\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .sm-max\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .sm-max\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .sm-max\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .sm-max\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .sm-max\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .sm-max\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .sm-max\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .sm-max\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .sm-max\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .sm-max\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .sm-max\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .sm-max\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .sm-max\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .sm-max\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .sm-max\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .sm-max\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .sm-max\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .sm-max\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .sm-max\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .sm-max\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .sm-max\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .sm-max\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .sm-max\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .sm-max\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .sm-max\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .sm-max\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .sm-max\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .sm-max\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .sm-max\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .sm-max\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .sm-max\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .sm-max\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .sm-max\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .sm-max\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .sm-max\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .sm-max\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .sm-max\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .sm-max\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm-max\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm-max\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .sm-max\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .sm-max\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .sm-max\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .sm-max\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .sm-max\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm-max\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm-max\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm-max\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm-max\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm-max\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm-max\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .sm-max\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .sm-max\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .sm-max\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .sm-max\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .sm-max\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm-max\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .sm-max\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .sm-max\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .sm-max\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .sm-max\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .sm-max\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm-max\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm-max\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm-max\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm-max\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm-max\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm-max\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .sm-max\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .sm-max\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .sm-max\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .sm-max\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .sm-max\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm-max\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .sm-max\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .sm-max\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .sm-max\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .sm-max\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .sm-max\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm-max\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm-max\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm-max\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm-max\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm-max\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm-max\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .sm-max\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .sm-max\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .sm-max\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .sm-max\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .sm-max\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .sm-max\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .sm-max\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .sm-max\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .sm-max\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .sm-max\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .sm-max\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .sm-max\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .sm-max\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .sm-max\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .sm-max\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .sm-max\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .sm-max\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .sm-max\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .sm-max\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .sm-max\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .sm-max\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .sm-max\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .sm-max\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .sm-max\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .sm-max\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .sm-max\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .sm-max\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .sm-max\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .sm-max\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .sm-max\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .sm-max\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .sm-max\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .sm-max\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .sm-max\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .sm-max\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .sm-max\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .sm-max\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .sm-max\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .sm-max\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .sm-max\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .sm-max\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .sm-max\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .sm-max\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm-max\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm-max\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .sm-max\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .sm-max\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .sm-max\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .sm-max\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .sm-max\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .sm-max\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .sm-max\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .sm-max\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .sm-max\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .sm-max\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .sm-max\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .sm-max\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .sm-max\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .sm-max\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .sm-max\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .sm-max\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .sm-max\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .sm-max\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .sm-max\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .sm-max\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .sm-max\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .sm-max\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .sm-max\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .sm-max\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .sm-max\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .sm-max\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .sm-max\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .sm-max\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .sm-max\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .sm-max\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .sm-max\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .sm-max\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .sm-max\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .sm-max\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .sm-max\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .sm-max\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .sm-max\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .sm-max\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .sm-max\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .sm-max\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .sm-max\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .sm-max\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .sm-max\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .sm-max\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .sm-max\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .sm-max\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .sm-max\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .sm-max\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .sm-max\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .sm-max\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .sm-max\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .sm-max\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .sm-max\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .sm-max\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .sm-max\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .sm-max\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .sm-max\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .sm-max\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .sm-max\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .sm-max\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .sm-max\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .sm-max\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .sm-max\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .sm-max\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .sm-max\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .sm-max\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .sm-max\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .sm-max\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .sm-max\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm-max\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .sm-max\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .sm-max\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .sm-max\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .sm-max\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .sm-max\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .sm-max\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .sm-max\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .sm-max\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .sm-max\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .sm-max\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .sm-max\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .sm-max\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .sm-max\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .sm-max\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .sm-max\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .sm-max\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .sm-max\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .sm-max\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .sm-max\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .sm-max\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .sm-max\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .sm-max\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .sm-max\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .sm-max\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .sm-max\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .sm-max\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm-max\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm-max\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .sm-max\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .sm-max\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .sm-max\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .sm-max\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .sm-max\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .sm-max\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .sm-max\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .sm-max\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .sm-max\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .sm-max\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .sm-max\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .sm-max\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .sm-max\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .sm-max\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .sm-max\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .sm-max\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .sm-max\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .sm-max\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .sm-max\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .sm-max\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .sm-max\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .sm-max\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .sm-max\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .sm-max\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .sm-max\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .sm-max\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .sm-max\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .sm-max\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .sm-max\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .sm-max\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .sm-max\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .sm-max\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .sm-max\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .sm-max\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .sm-max\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .sm-max\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .sm-max\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .sm-max\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .sm-max\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .sm-max\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .sm-max\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .sm-max\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .sm-max\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .sm-max\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .sm-max\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .sm-max\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .sm-max\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .sm-max\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .sm-max\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .sm-max\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .sm-max\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .sm-max\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .sm-max\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .sm-max\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .sm-max\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .sm-max\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .sm-max\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .sm-max\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .sm-max\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .sm-max\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .sm-max\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .sm-max\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .sm-max\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .sm-max\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .sm-max\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .sm-max\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .sm-max\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .sm-max\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .sm-max\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm-max\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .sm-max\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .sm-max\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .sm-max\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .sm-max\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .sm-max\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .sm-max\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .sm-max\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .sm-max\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .sm-max\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .sm-max\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .sm-max\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .sm-max\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .sm-max\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .sm-max\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .sm-max\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .sm-max\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .sm-max\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .sm-max\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .sm-max\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .sm-max\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .sm-max\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .sm-max\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .sm-max\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .sm-max\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .sm-max\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm-max\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm-max\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm-max\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm-max\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .sm-max\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm-max\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm-max\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .sm-max\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .sm-max\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .sm-max\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .sm-max\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .sm-max\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .sm-max\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .sm-max\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .sm-max\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .sm-max\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .sm-max\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .sm-max\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .sm-max\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .sm-max\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .sm-max\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .sm-max\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .sm-max\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .sm-max\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .sm-max\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .sm-max\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .sm-max\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .sm-max\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .sm-max\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .sm-max\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .sm-max\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .sm-max\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .sm-max\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .sm-max\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .sm-max\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .sm-max\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .sm-max\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .sm-max\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .sm-max\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .sm-max\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .sm-max\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .sm-max\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .sm-max\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .sm-max\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .sm-max\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .sm-max\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .sm-max\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .sm-max\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .sm-max\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .sm-max\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .sm-max\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .sm-max\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .sm-max\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .sm-max\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .sm-max\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .sm-max\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .sm-max\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .sm-max\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .sm-max\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .sm-max\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .sm-max\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .sm-max\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .sm-max\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .sm-max\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .sm-max\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .sm-max\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .sm-max\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .sm-max\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .sm-max\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .sm-max\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .sm-max\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .sm-max\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .sm-max\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .sm-max\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .sm-max\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .sm-max\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm-max\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .sm-max\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .sm-max\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .sm-max\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .sm-max\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .sm-max\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .sm-max\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .sm-max\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .sm-max\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .sm-max\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .sm-max\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .sm-max\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .sm-max\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .sm-max\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .sm-max\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .sm-max\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .sm-max\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .sm-max\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .sm-max\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .sm-max\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .sm-max\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .sm-max\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .sm-max\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .sm-max\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .sm-max\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .sm-max\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .sm-max\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm-max\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm-max\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .sm-max\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .sm-max\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .sm-max\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .sm-max\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .sm-max\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .sm-max\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .sm-max\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .sm-max\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .sm-max\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .sm-max\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .sm-max\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .sm-max\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .sm-max\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .sm-max\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .sm-max\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .sm-max\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .sm-max\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .sm-max\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .sm-max\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .sm-max\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .sm-max\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .sm-max\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .sm-max\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .sm-max\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .sm-max\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .sm-max\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .sm-max\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .sm-max\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .sm-max\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .sm-max\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .sm-max\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .sm-max\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .sm-max\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .sm-max\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .sm-max\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .sm-max\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .sm-max\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .sm-max\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .sm-max\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .sm-max\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .sm-max\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .sm-max\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .sm-max\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .sm-max\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .sm-max\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .sm-max\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .sm-max\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .sm-max\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .sm-max\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .sm-max\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .sm-max\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .sm-max\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .sm-max\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .sm-max\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .sm-max\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .sm-max\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .sm-max\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .sm-max\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .sm-max\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .sm-max\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .sm-max\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .sm-max\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .sm-max\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .sm-max\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .sm-max\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .sm-max\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .sm-max\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .sm-max\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .sm-max\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm-max\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .sm-max\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .sm-max\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .sm-max\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .sm-max\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .sm-max\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .sm-max\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .sm-max\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .sm-max\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .sm-max\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .sm-max\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .sm-max\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .sm-max\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .sm-max\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .sm-max\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .sm-max\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .sm-max\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .sm-max\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .sm-max\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .sm-max\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .sm-max\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .sm-max\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .sm-max\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .sm-max\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .sm-max\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .sm-max\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm-max\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm-max\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm-max\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm-max\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .sm-max\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm-max\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm-max\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .sm-max\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .sm-max\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .sm-max\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .sm-max\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .sm-max\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .sm-max\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .sm-max\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .sm-max\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .sm-max\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .sm-max\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .sm-max\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .sm-max\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .sm-max\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .sm-max\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .sm-max\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .sm-max\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .sm-max\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .sm-max\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .sm-max\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .sm-max\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .sm-max\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .sm-max\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .sm-max\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .sm-max\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .sm-max\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .sm-max\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .sm-max\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .sm-max\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .sm-max\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .sm-max\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .sm-max\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .sm-max\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .sm-max\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .sm-max\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .sm-max\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .sm-max\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .sm-max\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .sm-max\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .sm-max\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .sm-max\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .sm-max\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .sm-max\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .sm-max\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .sm-max\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .sm-max\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .sm-max\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .sm-max\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .sm-max\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .sm-max\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .sm-max\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .sm-max\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .sm-max\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .sm-max\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .sm-max\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .sm-max\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .sm-max\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .sm-max\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .sm-max\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .sm-max\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .sm-max\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .sm-max\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .sm-max\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .sm-max\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .sm-max\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .sm-max\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .sm-max\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .sm-max\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .sm-max\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .sm-max\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm-max\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .sm-max\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .sm-max\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .sm-max\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .sm-max\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .sm-max\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .sm-max\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .sm-max\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .sm-max\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .sm-max\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .sm-max\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .sm-max\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .sm-max\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .sm-max\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .sm-max\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .sm-max\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .sm-max\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .sm-max\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .sm-max\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .sm-max\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .sm-max\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .sm-max\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .sm-max\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .sm-max\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .sm-max\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .sm-max\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .sm-max\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm-max\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm-max\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .sm-max\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .sm-max\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .sm-max\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .sm-max\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .sm-max\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .sm-max\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .sm-max\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .sm-max\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .sm-max\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .sm-max\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .sm-max\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .sm-max\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .sm-max\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .sm-max\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .sm-max\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .sm-max\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .sm-max\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .sm-max\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .sm-max\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .sm-max\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .sm-max\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .sm-max\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .sm-max\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .sm-max\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .sm-max\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .sm-max\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .sm-max\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .sm-max\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .sm-max\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .sm-max\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .sm-max\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .sm-max\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .sm-max\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .sm-max\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .sm-max\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .sm-max\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .sm-max\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .sm-max\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .sm-max\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .sm-max\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .sm-max\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .sm-max\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .sm-max\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .sm-max\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .sm-max\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .sm-max\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .sm-max\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .sm-max\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .sm-max\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .sm-max\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .sm-max\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .sm-max\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .sm-max\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .sm-max\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .sm-max\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .sm-max\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .sm-max\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .sm-max\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .sm-max\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .sm-max\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .sm-max\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .sm-max\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .sm-max\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .sm-max\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .sm-max\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .sm-max\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .sm-max\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .sm-max\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .sm-max\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm-max\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .sm-max\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .sm-max\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .sm-max\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .sm-max\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .sm-max\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .sm-max\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .sm-max\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .sm-max\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .sm-max\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .sm-max\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .sm-max\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .sm-max\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .sm-max\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .sm-max\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .sm-max\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .sm-max\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .sm-max\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .sm-max\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .sm-max\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .sm-max\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .sm-max\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .sm-max\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .sm-max\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .sm-max\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .sm-max\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm-max\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm-max\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm-max\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm-max\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .sm-max\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm-max\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm-max\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .sm-max\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .sm-max\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .sm-max\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .sm-max\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .sm-max\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .sm-max\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .sm-max\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .sm-max\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .sm-max\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .sm-max\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .sm-max\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .sm-max\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .sm-max\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .sm-max\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .sm-max\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .sm-max\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .sm-max\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .sm-max\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .sm-max\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .sm-max\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .sm-max\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .sm-max\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .sm-max\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .sm-max\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .sm-max\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .sm-max\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .sm-max\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .sm-max\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .sm-max\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .sm-max\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .sm-max\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .sm-max\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .sm-max\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .sm-max\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .sm-max\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .sm-max\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .sm-max\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .sm-max\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .sm-max\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .sm-max\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .sm-max\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .sm-max\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .sm-max\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .sm-max\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .sm-max\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .sm-max\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .sm-max\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .sm-max\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .sm-max\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .sm-max\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .sm-max\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .sm-max\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .sm-max\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .sm-max\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .sm-max\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .sm-max\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .sm-max\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .sm-max\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .sm-max\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .sm-max\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .sm-max\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .sm-max\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .sm-max\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .sm-max\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .sm-max\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .sm-max\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .sm-max\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .sm-max\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .sm-max\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm-max\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .sm-max\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .sm-max\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .sm-max\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .sm-max\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .sm-max\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .sm-max\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .sm-max\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .sm-max\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .sm-max\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .sm-max\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .sm-max\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .sm-max\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .sm-max\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .sm-max\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .sm-max\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .sm-max\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .sm-max\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .sm-max\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .sm-max\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .sm-max\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .sm-max\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .sm-max\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .sm-max\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .sm-max\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .sm-max\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .sm-max\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm-max\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm-max\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .sm-max\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .sm-max\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .sm-max\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .sm-max\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .sm-max\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .sm-max\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .sm-max\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .sm-max\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .sm-max\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .sm-max\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .sm-max\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .sm-max\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .sm-max\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .sm-max\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .sm-max\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .sm-max\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .sm-max\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .sm-max\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .sm-max\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .sm-max\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .sm-max\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .sm-max\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .sm-max\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .sm-max\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .sm-max\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .sm-max\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .sm-max\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .sm-max\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .sm-max\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .sm-max\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .sm-max\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .sm-max\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .sm-max\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .sm-max\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .sm-max\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .sm-max\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .sm-max\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .sm-max\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .sm-max\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .sm-max\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .sm-max\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .sm-max\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .sm-max\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .sm-max\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .sm-max\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .sm-max\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .sm-max\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .sm-max\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .sm-max\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .sm-max\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .sm-max\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .sm-max\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .sm-max\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .sm-max\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .sm-max\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .sm-max\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .sm-max\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .sm-max\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .sm-max\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .sm-max\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .sm-max\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .sm-max\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .sm-max\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .sm-max\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .sm-max\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .sm-max\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .sm-max\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .sm-max\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .sm-max\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm-max\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .sm-max\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .sm-max\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .sm-max\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .sm-max\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .sm-max\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .sm-max\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .sm-max\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .sm-max\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .sm-max\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .sm-max\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .sm-max\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .sm-max\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .sm-max\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .sm-max\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .sm-max\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .sm-max\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .sm-max\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .sm-max\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .sm-max\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .sm-max\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .sm-max\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .sm-max\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .sm-max\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .sm-max\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .sm-max\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm-max\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm-max\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm-max\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .sm-max\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .sm-max\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .sm-max\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .sm-max\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .sm-max\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .sm-max\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .sm-max\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .sm-max\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .sm-max\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .sm-max\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .sm-max\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .sm-max\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .sm-max\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .sm-max\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .sm-max\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .sm-max\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .sm-max\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .sm-max\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .sm-max\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .sm-max\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .sm-max\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .sm-max\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .sm-max\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .sm-max\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .sm-max\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .sm-max\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .sm-max\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .sm-max\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .sm-max\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .sm-max\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .sm-max\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .sm-max\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .sm-max\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .sm-max\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .sm-max\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .sm-max\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .sm-max\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .sm-max\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .sm-max\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .sm-max\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .sm-max\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .sm-max\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .sm-max\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .sm-max\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .sm-max\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .sm-max\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .sm-max\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .sm-max\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .sm-max\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .sm-max\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .sm-max\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .sm-max\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .sm-max\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .sm-max\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .sm-max\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .sm-max\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .sm-max\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .sm-max\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .sm-max\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .sm-max\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .sm-max\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .sm-max\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .sm-max\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .sm-max\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .sm-max\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .sm-max\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .sm-max\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .sm-max\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .sm-max\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .sm-max\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .sm-max\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .sm-max\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .sm-max\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .sm-max\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .sm-max\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .sm-max\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .sm-max\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .sm-max\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .sm-max\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .sm-max\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .sm-max\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .sm-max\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .sm-max\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .sm-max\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .sm-max\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .sm-max\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .sm-max\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .sm-max\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .sm-max\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .sm-max\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .sm-max\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .sm-max\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .sm-max\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .sm-max\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .sm-max\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .sm-max\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .sm-max\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .sm-max\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .sm-max\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .sm-max\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .sm-max\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .sm-max\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .sm-max\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .sm-max\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .sm-max\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .sm-max\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .sm-max\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .sm-max\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .sm-max\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .sm-max\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .sm-max\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .sm-max\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .sm-max\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .sm-max\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .sm-max\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .sm-max\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .sm-max\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .sm-max\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .sm-max\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .sm-max\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .sm-max\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .sm-max\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .sm-max\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .sm-max\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .sm-max\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .sm-max\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .sm-max\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .sm-max\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .sm-max\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .sm-max\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .sm-max\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .sm-max\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .sm-max\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .sm-max\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .sm-max\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .sm-max\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .sm-max\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .sm-max\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .sm-max\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .sm-max\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .sm-max\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .sm-max\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .sm-max\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .sm-max\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .sm-max\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .sm-max\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .sm-max\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .sm-max\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .sm-max\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .sm-max\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .sm-max\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .sm-max\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .sm-max\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .sm-max\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .sm-max\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .sm-max\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .sm-max\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .sm-max\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .sm-max\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .sm-max\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .sm-max\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .sm-max\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .sm-max\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .sm-max\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .sm-max\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .sm-max\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .sm-max\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .sm-max\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .sm-max\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .sm-max\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .sm-max\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .sm-max\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .sm-max\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .sm-max\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .sm-max\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .sm-max\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .sm-max\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .sm-max\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .sm-max\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .sm-max\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .sm-max\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .sm-max\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .sm-max\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .sm-max\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .sm-max\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .sm-max\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .sm-max\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .sm-max\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .sm-max\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .sm-max\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .sm-max\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .sm-max\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .sm-max\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .sm-max\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .sm-max\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .sm-max\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .sm-max\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .sm-max\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .sm-max\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .sm-max\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .sm-max\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .sm-max\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .sm-max\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .sm-max\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .sm-max\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .sm-max\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .sm-max\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .sm-max\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .sm-max\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .sm-max\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .sm-max\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .sm-max\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .sm-max\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .sm-max\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .sm-max\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .sm-max\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .sm-max\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .sm-max\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .sm-max\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .sm-max\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .sm-max\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .sm-max\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .sm-max\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .sm-max\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .sm-max\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .sm-max\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .sm-max\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .sm-max\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .sm-max\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .sm-max\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .sm-max\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .sm-max\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .sm-max\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .sm-max\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .sm-max\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .sm-max\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .sm-max\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .sm-max\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .sm-max\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .sm-max\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .sm-max\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .sm-max\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .sm-max\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .sm-max\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .sm-max\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .sm-max\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .sm-max\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .sm-max\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .sm-max\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .sm-max\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .sm-max\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .sm-max\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .sm-max\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .sm-max\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .sm-max\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .sm-max\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .sm-max\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .sm-max\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .sm-max\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .sm-max\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .sm-max\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .sm-max\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .sm-max\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .sm-max\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .sm-max\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .sm-max\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .sm-max\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .sm-max\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .sm-max\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .sm-max\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .sm-max\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .sm-max\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .sm-max\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .sm-max\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .sm-max\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .sm-max\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .sm-max\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .sm-max\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .sm-max\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .sm-max\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .sm-max\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .sm-max\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .sm-max\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .sm-max\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .sm-max\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .sm-max\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .sm-max\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .sm-max\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .sm-max\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .sm-max\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .sm-max\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .sm-max\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .sm-max\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .sm-max\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .sm-max\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .sm-max\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .sm-max\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .sm-max\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .sm-max\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .sm-max\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .sm-max\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .sm-max\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .sm-max\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .sm-max\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .sm-max\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .sm-max\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .sm-max\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .sm-max\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .sm-max\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .sm-max\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .sm-max\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .sm-max\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .sm-max\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .sm-max\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .sm-max\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .sm-max\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .sm-max\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .sm-max\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .sm-max\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .sm-max\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .sm-max\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .sm-max\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .sm-max\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .sm-max\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .sm-max\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .sm-max\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .sm-max\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .sm-max\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .sm-max\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .sm-max\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .sm-max\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .sm-max\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .sm-max\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .sm-max\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .sm-max\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .sm-max\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .sm-max\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .sm-max\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .sm-max\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .sm-max\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .sm-max\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .sm-max\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .sm-max\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .sm-max\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .sm-max\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .sm-max\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .sm-max\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .sm-max\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .sm-max\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .sm-max\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .sm-max\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .sm-max\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .sm-max\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .sm-max\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .sm-max\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .sm-max\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .sm-max\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .sm-max\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .sm-max\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .sm-max\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .sm-max\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .sm-max\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .sm-max\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .sm-max\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .sm-max\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .sm-max\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .sm-max\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .sm-max\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .sm-max\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .sm-max\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .sm-max\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .sm-max\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .sm-max\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .sm-max\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .sm-max\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .sm-max\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .sm-max\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .sm-max\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .sm-max\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .sm-max\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .sm-max\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .sm-max\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .sm-max\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .sm-max\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .sm-max\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .sm-max\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .sm-max\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .sm-max\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .sm-max\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .sm-max\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .sm-max\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .sm-max\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .sm-max\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .sm-max\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .sm-max\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .sm-max\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .sm-max\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .sm-max\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .sm-max\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .sm-max\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .sm-max\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .sm-max\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .sm-max\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .sm-max\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .sm-max\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .sm-max\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .sm-max\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .sm-max\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .sm-max\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .sm-max\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .sm-max\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .sm-max\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .sm-max\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .sm-max\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .sm-max\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .sm-max\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .sm-max\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .sm-max\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .sm-max\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .sm-max\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .sm-max\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .sm-max\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .sm-max\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .sm-max\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .sm-max\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .sm-max\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .sm-max\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .sm-max\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .sm-max\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .sm-max\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .sm-max\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .sm-max\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .sm-max\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .sm-max\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .sm-max\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .sm-max\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .sm-max\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .sm-max\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .sm-max\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .sm-max\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .sm-max\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .sm-max\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .sm-max\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .sm-max\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .sm-max\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .sm-max\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .sm-max\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .sm-max\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .sm-max\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .sm-max\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .sm-max\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .sm-max\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .sm-max\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .sm-max\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .sm-max\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .sm-max\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .sm-max\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .sm-max\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .sm-max\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .sm-max\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .sm-max\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .sm-max\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .sm-max\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .sm-max\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .sm-max\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .sm-max\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .sm-max\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .sm-max\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .sm-max\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .sm-max\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .sm-max\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .sm-max\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .sm-max\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .sm-max\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .sm-max\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .sm-max\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .sm-max\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .sm-max\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .sm-max\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .sm-max\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .sm-max\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .sm-max\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .sm-max\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .sm-max\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .sm-max\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .sm-max\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .sm-max\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .sm-max\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .sm-max\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .sm-max\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .sm-max\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .sm-max\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .sm-max\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .sm-max\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .sm-max\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .sm-max\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .sm-max\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .sm-max\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .sm-max\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .sm-max\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .sm-max\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .sm-max\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .sm-max\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .sm-max\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .sm-max\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .sm-max\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .sm-max\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .sm-max\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .sm-max\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .sm-max\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .sm-max\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .sm-max\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .sm-max\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .sm-max\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .sm-max\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .sm-max\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .sm-max\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .sm-max\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .sm-max\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .sm-max\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .sm-max\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .sm-max\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .sm-max\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .sm-max\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .sm-max\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .sm-max\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .sm-max\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .sm-max\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .sm-max\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .sm-max\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .sm-max\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .sm-max\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .sm-max\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .sm-max\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .sm-max\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .sm-max\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .sm-max\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .sm-max\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .sm-max\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .sm-max\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .sm-max\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .sm-max\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .sm-max\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .sm-max\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .sm-max\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .sm-max\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .sm-max\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .sm-max\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .sm-max\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .sm-max\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .sm-max\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .sm-max\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .sm-max\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .sm-max\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .sm-max\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .sm-max\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .sm-max\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .sm-max\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .sm-max\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .sm-max\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .sm-max\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .sm-max\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .sm-max\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .sm-max\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .sm-max\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .sm-max\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .sm-max\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .sm-max\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .sm-max\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .sm-max\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .sm-max\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .sm-max\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .sm-max\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .sm-max\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .sm-max\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .sm-max\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .sm-max\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .sm-max\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .sm-max\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .sm-max\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .sm-max\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .sm-max\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .sm-max\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .sm-max\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .sm-max\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .sm-max\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .sm-max\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .sm-max\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .sm-max\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .sm-max\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .sm-max\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .sm-max\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .sm-max\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .sm-max\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .sm-max\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .sm-max\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .sm-max\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .sm-max\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .sm-max\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .sm-max\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .sm-max\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .sm-max\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .sm-max\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .sm-max\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .sm-max\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .sm-max\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .sm-max\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .sm-max\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .sm-max\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .sm-max\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .sm-max\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .sm-max\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .sm-max\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .sm-max\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .sm-max\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .sm-max\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .sm-max\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .sm-max\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .sm-max\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .sm-max\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .sm-max\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .sm-max\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .sm-max\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .sm-max\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .sm-max\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .sm-max\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .sm-max\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .sm-max\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .sm-max\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .sm-max\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .sm-max\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .sm-max\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .sm-max\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .sm-max\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .sm-max\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .sm-max\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .sm-max\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .sm-max\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .sm-max\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .sm-max\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .sm-max\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .sm-max\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .sm-max\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .sm-max\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .sm-max\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .sm-max\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .sm-max\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .sm-max\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .sm-max\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .sm-max\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .sm-max\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .sm-max\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .sm-max\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .sm-max\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .sm-max\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .sm-max\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .sm-max\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .sm-max\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .sm-max\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .sm-max\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .sm-max\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .sm-max\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .sm-max\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .sm-max\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .sm-max\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .sm-max\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .sm-max\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .sm-max\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .sm-max\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .sm-max\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .sm-max\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .sm-max\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .sm-max\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .sm-max\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .sm-max\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .sm-max\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .sm-max\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .sm-max\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .sm-max\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .sm-max\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .sm-max\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .sm-max\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .sm-max\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .sm-max\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .sm-max\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .sm-max\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .sm-max\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .sm-max\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .sm-max\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .sm-max\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .sm-max\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .sm-max\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .sm-max\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .sm-max\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .sm-max\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .sm-max\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .sm-max\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .sm-max\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .sm-max\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .sm-max\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .sm-max\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .sm-max\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .sm-max\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .sm-max\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .sm-max\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .sm-max\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .sm-max\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .sm-max\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .sm-max\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .sm-max\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .sm-max\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .sm-max\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .sm-max\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .sm-max\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .sm-max\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .sm-max\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .sm-max\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .sm-max\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .sm-max\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .sm-max\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .sm-max\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .sm-max\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .sm-max\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .sm-max\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .sm-max\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .sm-max\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .sm-max\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .sm-max\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .sm-max\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .sm-max\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .sm-max\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .sm-max\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .sm-max\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .sm-max\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .sm-max\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .sm-max\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .sm-max\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .sm-max\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .sm-max\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .sm-max\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .sm-max\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .sm-max\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .sm-max\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .sm-max\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .sm-max\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .sm-max\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .sm-max\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .sm-max\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .sm-max\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .sm-max\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .sm-max\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .sm-max\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .sm-max\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .sm-max\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .sm-max\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .sm-max\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .sm-max\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .sm-max\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .sm-max\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .sm-max\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .sm-max\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .sm-max\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .sm-max\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .sm-max\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .sm-max\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .sm-max\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .sm-max\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .sm-max\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .sm-max\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .sm-max\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .sm-max\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .sm-max\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .sm-max\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .sm-max\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .sm-max\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .sm-max\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .sm-max\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .sm-max\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .sm-max\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .sm-max\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .sm-max\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .sm-max\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .sm-max\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .sm-max\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .sm-max\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .sm-max\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .sm-max\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .sm-max\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .sm-max\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .sm-max\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .sm-max\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .sm-max\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .sm-max\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .sm-max\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .sm-max\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .sm-max\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .sm-max\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .sm-max\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .sm-max\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .sm-max\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .sm-max\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .sm-max\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .sm-max\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .sm-max\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .sm-max\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .sm-max\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .sm-max\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .sm-max\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .sm-max\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .sm-max\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .sm-max\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .sm-max\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .sm-max\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .sm-max\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .sm-max\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .sm-max\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .sm-max\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .sm-max\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .sm-max\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .sm-max\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .sm-max\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .sm-max\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .sm-max\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .sm-max\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .sm-max\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .sm-max\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .sm-max\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .sm-max\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .sm-max\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .sm-max\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .sm-max\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .sm-max\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .sm-max\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .sm-max\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .sm-max\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .sm-max\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .sm-max\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .sm-max\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .sm-max\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .sm-max\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .sm-max\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .sm-max\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .sm-max\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .sm-max\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .sm-max\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .sm-max\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .sm-max\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .sm-max\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .sm-max\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .sm-max\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .sm-max\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .sm-max\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .sm-max\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .sm-max\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .sm-max\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .sm-max\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .sm-max\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .sm-max\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .sm-max\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .sm-max\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .sm-max\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .sm-max\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .sm-max\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .sm-max\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .sm-max\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .sm-max\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .sm-max\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .sm-max\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .sm-max\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .sm-max\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .sm-max\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .sm-max\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .sm-max\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .sm-max\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .sm-max\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .sm-max\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .sm-max\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .sm-max\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .sm-max\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .sm-max\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .sm-max\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .sm-max\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .sm-max\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .sm-max\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .sm-max\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .sm-max\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .sm-max\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .sm-max\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .sm-max\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .sm-max\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .sm-max\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .sm-max\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .sm-max\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .sm-max\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .sm-max\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .sm-max\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .sm-max\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .sm-max\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .sm-max\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .sm-max\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .sm-max\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .sm-max\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .sm-max\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .sm-max\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .sm-max\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .sm-max\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .sm-max\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .sm-max\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .sm-max\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .sm-max\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .sm-max\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .sm-max\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .sm-max\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .sm-max\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .sm-max\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .sm-max\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .sm-max\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .sm-max\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .sm-max\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .sm-max\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .sm-max\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .sm-max\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .sm-max\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .sm-max\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .sm-max\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .sm-max\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .sm-max\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .sm-max\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .sm-max\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .sm-max\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .sm-max\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .sm-max\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .sm-max\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .sm-max\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .sm-max\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .sm-max\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .sm-max\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .sm-max\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .sm-max\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .sm-max\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .sm-max\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .sm-max\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .sm-max\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .sm-max\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .sm-max\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .sm-max\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .sm-max\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .sm-max\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .sm-max\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .sm-max\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .sm-max\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .sm-max\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .sm-max\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .sm-max\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .sm-max\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .sm-max\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .sm-max\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .sm-max\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .sm-max\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .sm-max\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .sm-max\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .sm-max\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .sm-max\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .sm-max\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .sm-max\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .sm-max\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .sm-max\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .sm-max\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .sm-max\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .sm-max\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .sm-max\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .sm-max\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .sm-max\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .sm-max\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .sm-max\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .sm-max\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .sm-max\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .sm-max\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .sm-max\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .sm-max\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .sm-max\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .sm-max\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .sm-max\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .sm-max\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .sm-max\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .sm-max\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .sm-max\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .sm-max\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .sm-max\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .sm-max\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .sm-max\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .sm-max\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .sm-max\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .sm-max\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .sm-max\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .sm-max\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .sm-max\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .sm-max\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .sm-max\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .sm-max\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .sm-max\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .sm-max\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .sm-max\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .sm-max\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .sm-max\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .sm-max\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .sm-max\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .sm-max\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .sm-max\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .sm-max\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .sm-max\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .sm-max\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .sm-max\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .sm-max\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .sm-max\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .sm-max\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .sm-max\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .sm-max\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .sm-max\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .sm-max\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .sm-max\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .sm-max\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .sm-max\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .sm-max\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .sm-max\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .sm-max\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .sm-max\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .sm-max\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .sm-max\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .sm-max\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .sm-max\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .sm-max\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .sm-max\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .sm-max\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .sm-max\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .sm-max\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .sm-max\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .sm-max\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .sm-max\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .sm-max\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .sm-max\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .sm-max\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .sm-max\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .sm-max\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .sm-max\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .sm-max\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .sm-max\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .sm-max\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .sm-max\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .sm-max\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .sm-max\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .sm-max\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .sm-max\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .sm-max\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .sm-max\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .sm-max\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .sm-max\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .sm-max\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .sm-max\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .sm-max\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .sm-max\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .sm-max\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .sm-max\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .sm-max\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .sm-max\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .sm-max\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .sm-max\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .sm-max\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .sm-max\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .sm-max\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .sm-max\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .sm-max\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .sm-max\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .sm-max\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .sm-max\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .sm-max\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .sm-max\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .sm-max\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .sm-max\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .sm-max\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .sm-max\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .sm-max\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .sm-max\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .sm-max\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .sm-max\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .sm-max\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .sm-max\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .sm-max\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .sm-max\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .sm-max\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .sm-max\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .sm-max\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .sm-max\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .sm-max\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .sm-max\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .sm-max\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .sm-max\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .sm-max\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .sm-max\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .sm-max\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .sm-max\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .sm-max\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .sm-max\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .sm-max\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .sm-max\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .sm-max\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .sm-max\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .sm-max\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .sm-max\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .sm-max\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .sm-max\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .sm-max\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .sm-max\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .sm-max\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .sm-max\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .sm-max\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .sm-max\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .sm-max\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .sm-max\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .sm-max\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .sm-max\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .sm-max\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .sm-max\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .sm-max\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .sm-max\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .sm-max\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .sm-max\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .sm-max\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .sm-max\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .sm-max\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .sm-max\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .sm-max\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .sm-max\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .sm-max\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .sm-max\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .sm-max\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .sm-max\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .sm-max\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .sm-max\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .sm-max\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .sm-max\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .sm-max\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .sm-max\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .sm-max\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .sm-max\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .sm-max\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .sm-max\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .sm-max\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .sm-max\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .sm-max\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .sm-max\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .sm-max\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .sm-max\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .sm-max\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .sm-max\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .sm-max\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .sm-max\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .sm-max\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .sm-max\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .sm-max\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .sm-max\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .sm-max\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .sm-max\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .sm-max\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .sm-max\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .sm-max\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .sm-max\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .sm-max\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .sm-max\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .sm-max\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .sm-max\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .sm-max\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .sm-max\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .sm-max\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .sm-max\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .sm-max\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .sm-max\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .sm-max\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .sm-max\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .sm-max\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .sm-max\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .sm-max\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .sm-max\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .sm-max\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .sm-max\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .sm-max\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .sm-max\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .sm-max\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .sm-max\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .sm-max\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .sm-max\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .sm-max\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .sm-max\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .sm-max\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .sm-max\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .sm-max\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .sm-max\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .sm-max\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .sm-max\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .sm-max\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .sm-max\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .sm-max\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .sm-max\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .sm-max\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .sm-max\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .sm-max\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .sm-max\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .sm-max\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .sm-max\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .sm-max\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .sm-max\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .sm-max\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .sm-max\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .sm-max\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .sm-max\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .sm-max\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .sm-max\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm-max\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .sm-max\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .sm-max\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .sm-max\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .sm-max\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .sm-max\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm-max\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm-max\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm-max\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .sm-max\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .sm-max\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .sm-max\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .sm-max\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .sm-max\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .sm-max\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .sm-max\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .sm-max\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm-max\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm-max\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm-max\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .sm-max\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .sm-max\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .sm-max\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .sm-max\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .sm-max\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .sm-max\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .sm-max\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .sm-max\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm-max\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm-max\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm-max\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .sm-max\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .sm-max\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .sm-max\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .sm-max\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .sm-max\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .sm-max\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .sm-max\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .sm-max\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm-max\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm-max\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm-max\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .sm-max\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .sm-max\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .sm-max\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .sm-max\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .sm-max\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .sm-max\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .sm-max\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .sm-max\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm-max\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm-max\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm-max\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .sm-max\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .sm-max\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .sm-max\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .sm-max\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .sm-max\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .sm-max\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .sm-max\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .sm-max\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm-max\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm-max\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm-max\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm-max\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .sm-max\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .sm-max\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .sm-max\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .sm-max\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .sm-max\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .sm-max\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .sm-max\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .sm-max\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .sm-max\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .sm-max\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .sm-max\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .sm-max\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .sm-max\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .sm-max\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .sm-max\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .sm-max\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .sm-max\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .sm-max\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .sm-max\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .sm-max\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .sm-max\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .sm-max\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .sm-max\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .sm-max\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .sm-max\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .sm-max\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .sm-max\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .sm-max\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .sm-max\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .sm-max\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .sm-max\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .sm-max\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .sm-max\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .sm-max\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .sm-max\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .sm-max\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .sm-max\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .sm-max\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .sm-max\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .sm-max\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .sm-max\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .sm-max\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .sm-max\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .sm-max\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .sm-max\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .sm-max\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .sm-max\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .sm-max\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .sm-max\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .sm-max\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .sm-max\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .sm-max\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .sm-max\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .sm-max\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .sm-max\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .sm-max\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .sm-max\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .sm-max\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .sm-max\:transition-none {
    transition-property: none;
  }

  .sm-max\:transition-all {
    transition-property: all;
  }

  .sm-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm-max\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm-max\:transition-opacity {
    transition-property: opacity;
  }

  .sm-max\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm-max\:transition-transform {
    transition-property: transform;
  }

  .sm-max\:hover\:transition-none:hover {
    transition-property: none;
  }

  .sm-max\:hover\:transition-all:hover {
    transition-property: all;
  }

  .sm-max\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm-max\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm-max\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .sm-max\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .sm-max\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .sm-max\:focus\:transition-none:focus {
    transition-property: none;
  }

  .sm-max\:focus\:transition-all:focus {
    transition-property: all;
  }

  .sm-max\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm-max\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm-max\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .sm-max\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .sm-max\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .sm-max\:first\:transition-none:first-child {
    transition-property: none;
  }

  .sm-max\:first\:transition-all:first-child {
    transition-property: all;
  }

  .sm-max\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm-max\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm-max\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .sm-max\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .sm-max\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .sm-max\:last\:transition-none:last-child {
    transition-property: none;
  }

  .sm-max\:last\:transition-all:last-child {
    transition-property: all;
  }

  .sm-max\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm-max\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm-max\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .sm-max\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .sm-max\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .sm-max\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .sm-max\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .sm-max\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .sm-max\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .sm-max\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .sm-max\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .sm-max\:group-hover\:transition-transform {
    transition-property: transform;
  }

  .sm-max\:ease-linear {
    transition-timing-function: linear;
  }

  .sm-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm-max\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .sm-max\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm-max\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .sm-max\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm-max\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .sm-max\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm-max\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .sm-max\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .sm-max\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .sm-max\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .sm-max\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .sm-max\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm-max\:duration-75 {
    transition-duration: 75ms;
  }

  .sm-max\:duration-100 {
    transition-duration: 100ms;
  }

  .sm-max\:duration-150 {
    transition-duration: 150ms;
  }

  .sm-max\:duration-200 {
    transition-duration: 200ms;
  }

  .sm-max\:duration-300 {
    transition-duration: 300ms;
  }

  .sm-max\:duration-500 {
    transition-duration: 500ms;
  }

  .sm-max\:duration-700 {
    transition-duration: 700ms;
  }

  .sm-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm-max\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .sm-max\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .sm-max\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .sm-max\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .sm-max\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .sm-max\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .sm-max\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .sm-max\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .sm-max\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .sm-max\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .sm-max\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .sm-max\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .sm-max\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .sm-max\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .sm-max\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .sm-max\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .sm-max\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .sm-max\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .sm-max\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .sm-max\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .sm-max\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .sm-max\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .sm-max\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .sm-max\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .sm-max\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .sm-max\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .sm-max\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .sm-max\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .sm-max\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .sm-max\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .sm-max\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .sm-max\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .sm-max\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .sm-max\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .sm-max\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .sm-max\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .sm-max\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .sm-max\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .sm-max\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .sm-max\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm-max\:delay-75 {
    transition-delay: 75ms;
  }

  .sm-max\:delay-100 {
    transition-delay: 100ms;
  }

  .sm-max\:delay-150 {
    transition-delay: 150ms;
  }

  .sm-max\:delay-200 {
    transition-delay: 200ms;
  }

  .sm-max\:delay-300 {
    transition-delay: 300ms;
  }

  .sm-max\:delay-500 {
    transition-delay: 500ms;
  }

  .sm-max\:delay-700 {
    transition-delay: 700ms;
  }

  .sm-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm-max\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .sm-max\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .sm-max\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .sm-max\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .sm-max\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .sm-max\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .sm-max\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .sm-max\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .sm-max\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .sm-max\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .sm-max\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .sm-max\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .sm-max\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .sm-max\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .sm-max\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .sm-max\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .sm-max\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .sm-max\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .sm-max\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .sm-max\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .sm-max\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .sm-max\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .sm-max\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .sm-max\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .sm-max\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .sm-max\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .sm-max\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .sm-max\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .sm-max\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .sm-max\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .sm-max\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .sm-max\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .sm-max\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .sm-max\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .sm-max\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .sm-max\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .sm-max\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .sm-max\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .sm-max\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .sm-max\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm-max\:animate-none {
    animation: none;
  }

  .sm-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm-max\:hover\:animate-none:hover {
    animation: none;
  }

  .sm-max\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .sm-max\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .sm-max\:focus\:animate-none:focus {
    animation: none;
  }

  .sm-max\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .sm-max\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .sm-max\:first\:animate-none:first-child {
    animation: none;
  }

  .sm-max\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .sm-max\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .sm-max\:last\:animate-none:last-child {
    animation: none;
  }

  .sm-max\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .sm-max\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .sm-max\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .sm-max\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .sm-max\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .sm-max\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .sm-max\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1600px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:hover\:container:hover {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:focus\:container:focus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:first\:container:first-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:last\:container:last-child {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .group:hover .lg\:group-hover\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 376px) {
    .lg\:container {
      max-width: 376px;
    }
  }

  @media (min-width: 650px) {
    .lg\:container {
      max-width: 650px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

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

  @media (min-width: 1248px) {
    .lg\:container {
      max-width: 1248px;
    }
  }

  @media (min-width: 1600px) {
    .lg\:container {
      max-width: 1600px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .lg\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .lg\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .lg\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .lg\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .lg\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .lg\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .lg\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .lg\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .lg\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .lg\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .lg\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .lg\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .lg\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .lg\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .lg\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .lg\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .lg\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .lg\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .lg\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .lg\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .lg\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .lg\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .lg\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .lg\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .lg\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .lg\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .lg\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .lg\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .lg\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .lg\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .lg\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .lg\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .lg\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .lg\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .lg\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .lg\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .lg\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .lg\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .lg\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .lg\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .lg\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .lg\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .lg\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .lg\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .lg\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .lg\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .lg\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .lg\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .lg\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .lg\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .lg\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .lg\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .lg\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .lg\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .lg\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .lg\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .lg\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .lg\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .lg\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .lg\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .lg\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .lg\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .lg\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .lg\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .lg\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .lg\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .lg\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .lg\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .lg\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .lg\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .lg\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .lg\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .lg\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .lg\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .lg\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .lg\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .lg\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .lg\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .lg\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .lg\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .lg\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .lg\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .lg\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .lg\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .lg\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .lg\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .lg\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .lg\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .lg\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .lg\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .lg\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .lg\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .lg\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .lg\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .lg\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .lg\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .lg\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .lg\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .lg\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .lg\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .lg\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .lg\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .lg\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .lg\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .lg\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .lg\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .lg\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .lg\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .lg\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .lg\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .lg\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .lg\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .lg\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:hover\:space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:hover\:space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-0:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-0:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-1:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-1:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-2:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-2:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-3:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-3:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-4:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-4:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-5:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-5:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-6:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-6:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-8:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-8:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-9:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-9:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-10:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-10:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-13:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-13:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-14:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-14:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-15:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-15:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-16:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-16:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-17:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-17:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-18:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-18:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-20:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-20:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-22:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-22:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-24:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-24:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-25:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-25:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-28:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-28:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-29:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-29:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-30:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-30:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-32:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-32:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-35:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-35:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-36:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-36:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-37:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-37:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-40:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-40:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-45:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-45:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-48:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-48:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-50:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-50:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-55:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-55:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-56:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-56:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-60:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-60:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-62:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-62:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-64:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-64:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-65:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-65:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-70:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-70:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-75:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-75:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-85:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-85:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-95:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-95:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-96:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-96:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-100:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-100:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-110:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-110:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-115:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-115:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-120:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-120:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-128:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-128:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-135:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-135:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-140:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-140:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-145:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-145:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-150:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-150:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-160:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-160:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-165:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-165:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-168:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-168:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-170:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-170:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-180:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-180:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-200:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-200:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-220:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-220:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-230:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-230:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-235:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-235:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-240:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-240:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-250:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-250:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-300:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-300:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-320:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-320:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-350:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-350:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-375:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-375:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-400:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-400:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-450:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-450:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-700:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-700:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-px:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-px:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-1p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-1p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-1\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-1\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-2\/12:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-2\/12:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-11p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-11p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-20p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-20p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-24p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-24p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-25p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-25p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-32p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-32p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-35p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-35p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-40p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-40p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-49p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-49p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-49-5p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-49-5p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-80p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-80p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-vh80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-vh80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-vh86:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-vh86:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-vh90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-vh90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-vw80:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-vw80:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-vw90:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-vw90:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-90p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-90p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-92p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-92p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-93p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-93p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-94p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-94p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-95p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-95p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-96p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-96p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:-space-y-100p:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:hover\:-space-x-100p:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:hover\:space-y-reverse:hover > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:hover\:space-x-reverse:hover > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:focus\:space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:focus\:space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-0:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-0:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-1:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-1:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-2:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-2:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-3:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-3:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-4:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-4:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-5:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-5:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-6:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-6:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-8:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-8:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-9:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-9:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-10:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-10:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-13:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-13:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-14:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-14:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-15:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-15:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-16:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-16:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-17:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-17:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-18:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-18:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-20:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-20:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-22:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-22:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-24:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-24:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-25:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-25:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-28:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-28:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-29:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-29:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-30:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-30:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-32:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-32:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-35:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-35:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-36:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-36:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-37:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-37:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-40:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-40:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-45:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-45:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-48:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-48:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-50:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-50:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-55:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-55:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-56:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-56:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-60:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-60:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-62:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-62:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-64:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-64:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-65:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-65:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-70:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-70:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-75:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-75:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-85:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-85:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-95:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-95:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-96:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-96:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-100:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-100:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-110:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-110:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-115:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-115:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-120:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-120:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-128:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-128:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-135:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-135:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-140:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-140:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-145:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-145:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-150:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-150:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-160:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-160:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-165:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-165:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-168:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-168:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-170:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-170:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-180:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-180:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-200:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-200:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-220:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-220:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-230:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-230:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-235:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-235:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-240:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-240:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-250:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-250:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-300:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-300:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-320:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-320:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-350:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-350:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-375:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-375:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-400:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-400:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-450:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-450:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-700:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-700:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-px:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-px:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-1p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-1p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-1\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-1\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-2\/12:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-2\/12:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-11p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-11p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-20p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-20p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-24p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-24p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-25p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-25p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-32p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-32p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-35p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-35p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-40p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-40p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-49p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-49p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-49-5p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-49-5p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-80p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-80p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-vh80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-vh80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-vh86:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-vh86:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-vh90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-vh90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-vw80:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-vw80:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-vw90:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-vw90:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-90p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-90p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-92p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-92p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-93p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-93p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-94p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-94p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-95p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-95p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-96p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-96p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:-space-y-100p:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:focus\:-space-x-100p:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:focus\:space-y-reverse:focus > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:focus\:space-x-reverse:focus > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:first\:space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:first\:space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:first\:space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .lg\:first\:space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .lg\:first\:space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .lg\:first\:space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .lg\:first\:space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .lg\:first\:space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:first\:space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-0:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-0:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-1:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-1:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-2:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-2:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-3:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-3:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-4:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-4:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-5:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-5:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-6:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-6:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-8:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-8:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-9:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-9:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-10:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-10:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-13:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-13:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-14:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-14:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-15:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-15:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-16:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-16:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-17:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-17:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-18:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-18:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-20:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-20:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-22:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-22:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-24:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-24:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-25:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-25:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-28:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-28:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-29:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-29:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-30:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-30:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-32:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-32:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-35:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-35:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-36:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-36:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-37:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-37:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-40:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-40:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-45:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-45:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-48:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-48:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-50:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-50:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-55:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-55:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-56:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-56:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-60:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-60:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-62:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-62:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-64:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-64:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-65:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-65:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-70:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-70:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-75:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-75:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-85:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-85:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-95:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-95:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-96:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-96:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-100:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-100:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-110:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-110:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-115:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-115:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-120:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-120:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-128:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-128:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-135:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-135:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-140:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-140:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-145:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-145:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-150:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-150:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-160:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-160:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-165:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-165:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-168:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-168:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-170:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-170:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-180:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-180:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-200:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-200:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-220:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-220:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-230:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-230:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-235:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-235:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-240:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-240:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-250:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-250:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-300:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-300:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-320:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-320:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-350:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-350:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-375:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-375:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-400:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-400:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-450:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-450:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-700:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-700:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-px:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-px:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-1p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-1p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-1\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-1\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-2\/12:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-2\/12:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-11p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-11p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-20p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-20p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-24p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-24p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-25p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-25p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-32p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-32p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-35p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-35p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-40p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-40p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-49p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-49p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-49-5p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-49-5p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-80p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-80p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-vh80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-vh80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-vh86:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-vh86:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-vh90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-vh90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-vw80:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-vw80:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-vw90:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-vw90:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-90p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-90p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-92p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-92p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-93p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-93p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-94p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-94p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-95p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-95p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-96p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-96p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:-space-y-100p:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:first\:-space-x-100p:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:first\:space-y-reverse:first-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:first\:space-x-reverse:first-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:last\:space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:last\:space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:last\:space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .lg\:last\:space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .lg\:last\:space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .lg\:last\:space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .lg\:last\:space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .lg\:last\:space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:last\:space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-0:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-0:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-1:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-1:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-2:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-2:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-3:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-3:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-4:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-4:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-5:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-5:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-6:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-6:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-8:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-8:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-9:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-9:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-10:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-10:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-13:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-13:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-14:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-14:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-15:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-15:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-16:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-16:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-17:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-17:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-18:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-18:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-20:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-20:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-22:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-22:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-24:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-24:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-25:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-25:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-28:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-28:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-29:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-29:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-30:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-30:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-32:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-32:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-35:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-35:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-36:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-36:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-37:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-37:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-40:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-40:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-45:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-45:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-48:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-48:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-50:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-50:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-55:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-55:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-56:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-56:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-60:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-60:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-62:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-62:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-64:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-64:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-65:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-65:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-70:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-70:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-75:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-75:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-85:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-85:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-95:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-95:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-96:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-96:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-100:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-100:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-110:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-110:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-115:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-115:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-120:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-120:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-128:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-128:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-135:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-135:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-140:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-140:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-145:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-145:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-150:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-150:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-160:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-160:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-165:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-165:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-168:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-168:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-170:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-170:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-180:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-180:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-200:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-200:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-220:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-220:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-230:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-230:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-235:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-235:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-240:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-240:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-250:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-250:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-300:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-300:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-320:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-320:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-350:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-350:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-375:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-375:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-400:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-400:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-450:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-450:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-700:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-700:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-px:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-px:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-1p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-1p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-1\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-1\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-2\/12:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-2\/12:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-11p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-11p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-20p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-20p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-24p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-24p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-25p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-25p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-32p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-32p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-35p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-35p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-40p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-40p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-49p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-49p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-49-5p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-49-5p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-80p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-80p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-vh80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-vh80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-vh86:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-vh86:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-vh90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-vh90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-vw80:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-vw80:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-vw90:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-vw90:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-90p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-90p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-92p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-92p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-93p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-93p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-94p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-94p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-95p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-95p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-96p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-96p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:-space-y-100p:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:last\:-space-x-100p:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:last\:space-y-reverse:last-child > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:last\:space-x-reverse:last-child > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .group:hover .lg\:group-hover\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3px * var(--space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9px * var(--space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(13px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(13px * var(--space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(17px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(17px * var(--space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(22px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(22px * var(--space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(28px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(28px * var(--space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(29px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(29px * var(--space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32px * var(--space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35px * var(--space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(37px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(37px * var(--space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(48px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(48px * var(--space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(56px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(56px * var(--space-x-reverse));
    margin-left: calc(56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(62px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(62px * var(--space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(64px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(64px * var(--space-x-reverse));
    margin-left: calc(64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(65px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(65px * var(--space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(70px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(70px * var(--space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75px * var(--space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(85px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(85px * var(--space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95px * var(--space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96px * var(--space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100px * var(--space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(110px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(110px * var(--space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(120px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(120px * var(--space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(128px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(128px * var(--space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(135px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(135px * var(--space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(140px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(140px * var(--space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(145px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(145px * var(--space-x-reverse));
    margin-left: calc(145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(150px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(150px * var(--space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(160px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(160px * var(--space-x-reverse));
    margin-left: calc(160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(165px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(165px * var(--space-x-reverse));
    margin-left: calc(165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(168px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(168px * var(--space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(170px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(170px * var(--space-x-reverse));
    margin-left: calc(170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(180px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(180px * var(--space-x-reverse));
    margin-left: calc(180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(200px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(200px * var(--space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(220px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(220px * var(--space-x-reverse));
    margin-left: calc(220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(230px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(230px * var(--space-x-reverse));
    margin-left: calc(230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(235px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(235px * var(--space-x-reverse));
    margin-left: calc(235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(240px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(240px * var(--space-x-reverse));
    margin-left: calc(240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(250px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(250px * var(--space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(300px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(300px * var(--space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(320px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(320px * var(--space-x-reverse));
    margin-left: calc(320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(350px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(350px * var(--space-x-reverse));
    margin-left: calc(350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(375px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(375px * var(--space-x-reverse));
    margin-left: calc(375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(400px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(400px * var(--space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(450px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(450px * var(--space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(700px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(700px * var(--space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1% * var(--space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.3333% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.3333% * var(--space-x-reverse));
    margin-left: calc(8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(11% * var(--space-x-reverse));
    margin-left: calc(11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24.25% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(24.25% * var(--space-x-reverse));
    margin-left: calc(24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(32% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(32% * var(--space-x-reverse));
    margin-left: calc(32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(35% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(35% * var(--space-x-reverse));
    margin-left: calc(35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49% * var(--space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49.5% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(49.5% * var(--space-x-reverse));
    margin-left: calc(49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vh * var(--space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(86vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(86vh * var(--space-x-reverse));
    margin-left: calc(86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vh * var(--space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80vw * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80vw * var(--space-x-reverse));
    margin-left: calc(80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90vw * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90vw * var(--space-x-reverse));
    margin-left: calc(90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(90% * var(--space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(92% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(92% * var(--space-x-reverse));
    margin-left: calc(92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(93% * var(--space-x-reverse));
    margin-left: calc(93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(94% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(94% * var(--space-x-reverse));
    margin-left: calc(94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(95% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(95% * var(--space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(96% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(96% * var(--space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3px * var(--space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9px * var(--space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-13 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-13px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-13 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-13px * var(--space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-17 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-17px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-17 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-17px * var(--space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-22px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-22px * var(--space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-25 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-25 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-28px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-28px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-28px * var(--space-x-reverse));
    margin-left: calc(-28px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-29 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-29px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-29 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-29px * var(--space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32px * var(--space-x-reverse));
    margin-left: calc(-32px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-35 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-35 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35px * var(--space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-37 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-37px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-37px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-37 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-37px * var(--space-x-reverse));
    margin-left: calc(-37px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-45 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-45 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-48px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-48px * var(--space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-55 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-55 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-56px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-56px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-56px * var(--space-x-reverse));
    margin-left: calc(-56px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-60 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-60 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-62 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-62px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-62 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-62px * var(--space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-64px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-64px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-64px * var(--space-x-reverse));
    margin-left: calc(-64px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-65 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-65px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-65 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-65px * var(--space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-70 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-70px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-70 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-70px * var(--space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-75 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-75 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75px * var(--space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-85 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-85px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-85 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-85px * var(--space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-95 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-95 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95px * var(--space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-96 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-96 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96px * var(--space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100px * var(--space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-110 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-110px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-110 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-110px * var(--space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-115 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-115 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-120 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-120px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-120 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-120px * var(--space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-128 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-128px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-128 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-128px * var(--space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-135 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-135px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-135 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-135px * var(--space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-140 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-140px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-140 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-140px * var(--space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-145 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-145px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-145px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-145 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-145px * var(--space-x-reverse));
    margin-left: calc(-145px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-150 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-150px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-150 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-150px * var(--space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-160 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-160px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-160px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-160 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-160px * var(--space-x-reverse));
    margin-left: calc(-160px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-165 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-165px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-165px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-165 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-165px * var(--space-x-reverse));
    margin-left: calc(-165px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-168 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-168px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-168 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-168px * var(--space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-170 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-170px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-170px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-170 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-170px * var(--space-x-reverse));
    margin-left: calc(-170px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-180 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-180px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-180px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-180 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-180px * var(--space-x-reverse));
    margin-left: calc(-180px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-200 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-200px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-200 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-200px * var(--space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-220 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-220px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-220px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-220 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-220px * var(--space-x-reverse));
    margin-left: calc(-220px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-230 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-230px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-230px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-230 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-230px * var(--space-x-reverse));
    margin-left: calc(-230px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-235 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-235px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-235px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-235 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-235px * var(--space-x-reverse));
    margin-left: calc(-235px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-240 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-240px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-240px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-240 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-240px * var(--space-x-reverse));
    margin-left: calc(-240px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-250 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-250px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-250 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-250px * var(--space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-300 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-300px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-300 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-300px * var(--space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-320 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-320px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-320px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-320 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-320px * var(--space-x-reverse));
    margin-left: calc(-320px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-350 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-350px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-350px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-350 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-350px * var(--space-x-reverse));
    margin-left: calc(-350px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-375 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-375px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-375px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-375 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-375px * var(--space-x-reverse));
    margin-left: calc(-375px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-400 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-400px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-400 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-400px * var(--space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-450 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-450px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-450 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-450px * var(--space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-700 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-700px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-700 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-700px * var(--space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-1p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-1p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1% * var(--space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.3333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.3333% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.3333% * var(--space-x-reverse));
    margin-left: calc(-8.3333% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-11p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-11% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-11p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-11% * var(--space-x-reverse));
    margin-left: calc(-11% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-20p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-20p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-24p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-24.25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24.25% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-24p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-24.25% * var(--space-x-reverse));
    margin-left: calc(-24.25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-25p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-25p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-32p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-32% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-32% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-32p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-32% * var(--space-x-reverse));
    margin-left: calc(-32% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-35p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-35% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-35% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-35p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-35% * var(--space-x-reverse));
    margin-left: calc(-35% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-40p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-40p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-49p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-49p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49% * var(--space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-49-5p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-49.5% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49.5% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-49-5p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-49.5% * var(--space-x-reverse));
    margin-left: calc(-49.5% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-80p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-80p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-vh80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-vh80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vh * var(--space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-vh86 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-86vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-86vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-vh86 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-86vh * var(--space-x-reverse));
    margin-left: calc(-86vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-vh90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vh * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-vh90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vh * var(--space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-vw80 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80vw * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-vw80 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80vw * var(--space-x-reverse));
    margin-left: calc(-80vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-vw90 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90vw * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-vw90 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90vw * var(--space-x-reverse));
    margin-left: calc(-90vw * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-90% * var(--space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-92p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-92% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-92% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-92p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-92% * var(--space-x-reverse));
    margin-left: calc(-92% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-93p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-93% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-93p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-93% * var(--space-x-reverse));
    margin-left: calc(-93% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-94p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-94% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-94% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-94p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-94% * var(--space-x-reverse));
    margin-left: calc(-94% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-95p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-95% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-95p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-95% * var(--space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-96p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-96% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-96p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-96% * var(--space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:-space-y-100p > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .group:hover .lg\:group-hover\:-space-x-100p > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .group:hover .lg\:group-hover\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .group:hover .lg\:group-hover\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:hover\:divide-y-0:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-0:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-2:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-2:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-4:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-4:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-8:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x-8:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:hover\:divide-x:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:hover\:divide-y-reverse:hover > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:hover\:divide-x-reverse:hover > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:focus\:divide-y-0:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:focus\:divide-x-0:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:focus\:divide-y-2:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:focus\:divide-x-2:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:focus\:divide-y-4:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:focus\:divide-x-4:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:focus\:divide-y-8:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:focus\:divide-x-8:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:focus\:divide-y:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:focus\:divide-x:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:focus\:divide-y-reverse:focus > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:focus\:divide-x-reverse:focus > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:first\:divide-y-0:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-0:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-2:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-2:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-4:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-4:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-8:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x-8:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:first\:divide-x:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:first\:divide-y-reverse:first-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:first\:divide-x-reverse:first-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:last\:divide-y-0:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-0:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-2:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-2:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-4:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-4:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-8:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x-8:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:last\:divide-x:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:last\:divide-y-reverse:last-child > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:last\:divide-x-reverse:last-child > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .group:hover .lg\:group-hover\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .group:hover .lg\:group-hover\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .lg\:group-hover\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .group:hover .lg\:group-hover\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .lg\:group-hover\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .group:hover .lg\:group-hover\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .lg\:group-hover\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .group:hover .lg\:group-hover\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .lg\:group-hover\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .group:hover .lg\:group-hover\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .group:hover .lg\:group-hover\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .group:hover .lg\:group-hover\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

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

  .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .lg\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .lg\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .lg\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .lg\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .lg\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .lg\:hover\:divide-current:hover > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:hover\:divide-black:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:hover\:divide-white:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:hover\:divide-gray-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:hover\:divide-red:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:hover\:divide-orange-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:hover\:divide-yellow:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .lg\:hover\:divide-green:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:hover\:divide-teal-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:hover\:divide-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:hover\:divide-indigo-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:hover\:divide-purple-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-200:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-300:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-400:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-500:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-600:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-700:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-800:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:hover\:divide-pink-900:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:hover\:divide-dark-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .lg\:hover\:divide-light-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .lg\:hover\:divide-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .lg\:hover\:divide-text-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .lg\:hover\:divide-background-grey:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:hover\:divide-grey-blue:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .lg\:focus\:divide-current:focus > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:focus\:divide-black:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:focus\:divide-white:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:focus\:divide-gray-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:focus\:divide-red:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:focus\:divide-orange-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:focus\:divide-yellow:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .lg\:focus\:divide-green:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:focus\:divide-teal-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:focus\:divide-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:focus\:divide-indigo-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:focus\:divide-purple-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-200:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-300:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-400:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-500:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-600:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-700:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-800:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:focus\:divide-pink-900:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:focus\:divide-dark-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .lg\:focus\:divide-light-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .lg\:focus\:divide-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .lg\:focus\:divide-text-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .lg\:focus\:divide-background-grey:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:focus\:divide-grey-blue:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .lg\:first\:divide-current:first-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:first\:divide-black:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:first\:divide-white:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:first\:divide-gray-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:first\:divide-red:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:first\:divide-orange-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:first\:divide-yellow:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .lg\:first\:divide-green:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:first\:divide-teal-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:first\:divide-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:first\:divide-indigo-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:first\:divide-purple-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-200:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-300:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-400:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-500:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-600:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-700:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-800:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:first\:divide-pink-900:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:first\:divide-dark-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .lg\:first\:divide-light-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .lg\:first\:divide-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .lg\:first\:divide-text-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .lg\:first\:divide-background-grey:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:first\:divide-grey-blue:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .lg\:last\:divide-current:last-child > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .lg\:last\:divide-black:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:last\:divide-white:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:last\:divide-gray-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:last\:divide-red:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:last\:divide-orange-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:last\:divide-yellow:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .lg\:last\:divide-green:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:last\:divide-teal-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:last\:divide-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:last\:divide-indigo-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:last\:divide-purple-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-200:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-300:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-400:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-500:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-600:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-700:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-800:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:last\:divide-pink-900:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:last\:divide-dark-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .lg\:last\:divide-light-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .lg\:last\:divide-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .lg\:last\:divide-text-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .lg\:last\:divide-background-grey:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:last\:divide-grey-blue:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

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

  .group:hover .lg\:group-hover\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-dark-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-text-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-background-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-grey-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--divide-opacity));
  }

  .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\:hover\:divide-solid:hover > :not(template) ~ :not(template) {
    border-style: solid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:hover\:divide-opacity-0:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:hover\:divide-opacity-15:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .lg\:hover\:divide-opacity-25:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:hover\:divide-opacity-50:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:hover\:divide-opacity-75:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:hover\:divide-opacity-80:hover > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .lg\:hover\:divide-opacity-100:hover > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:focus\:divide-opacity-0:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:focus\:divide-opacity-15:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .lg\:focus\:divide-opacity-25:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:focus\:divide-opacity-50:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:focus\:divide-opacity-75:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:focus\:divide-opacity-80:focus > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .lg\:focus\:divide-opacity-100:focus > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:first\:divide-opacity-0:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:first\:divide-opacity-15:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .lg\:first\:divide-opacity-25:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:first\:divide-opacity-50:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:first\:divide-opacity-75:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:first\:divide-opacity-80:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .lg\:first\:divide-opacity-100:first-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:last\:divide-opacity-0:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:last\:divide-opacity-15:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .lg\:last\:divide-opacity-25:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:last\:divide-opacity-50:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:last\:divide-opacity-75:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:last\:divide-opacity-80:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .lg\:last\:divide-opacity-100:last-child > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .group:hover .lg\:group-hover\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .group:hover .lg\:group-hover\:divide-opacity-15 > :not(template) ~ :not(template) {
    --divide-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:divide-opacity-80 > :not(template) ~ :not(template) {
    --divide-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

  .lg\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    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\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .lg\:group-hover\: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;
  }

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

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

  .lg\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .lg\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

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

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

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

  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .lg\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .lg\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .lg\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .lg\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .lg\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .lg\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .lg\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .lg\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .lg\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .group:hover .lg\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .lg\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .lg\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

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

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

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

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

  .lg\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .lg\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .lg\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .lg\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .lg\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .lg\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .lg\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .lg\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .lg\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .lg\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .lg\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .lg\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .lg\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .lg\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

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

  .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .lg\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .lg\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .lg\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .lg\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .lg\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .lg\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .lg\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow:hover {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .lg\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-dark-blue:hover {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .lg\:hover\:bg-light-blue:hover {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .lg\:hover\:bg-text-grey:hover {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .lg\:hover\:bg-background-grey:hover {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-blue:hover {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow:focus {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .lg\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-dark-blue:focus {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .lg\:focus\:bg-light-blue:focus {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .lg\:focus\:bg-text-grey:focus {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .lg\:focus\:bg-background-grey:focus {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-blue:focus {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .lg\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .lg\:first\:bg-current:first-child {
    background-color: currentColor;
  }

  .lg\:first\:bg-black:first-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:first\:bg-white:first-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-100:first-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-200:first-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-300:first-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-400:first-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-500:first-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-600:first-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-700:first-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-800:first-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:first\:bg-gray-900:first-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:first\:bg-red:first-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-100:first-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-200:first-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-300:first-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-400:first-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-500:first-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-600:first-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-700:first-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-800:first-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:first\:bg-orange-900:first-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:first\:bg-yellow:first-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .lg\:first\:bg-green:first-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-100:first-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-200:first-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-300:first-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-400:first-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-500:first-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-600:first-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-700:first-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-800:first-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:first\:bg-teal-900:first-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:first\:bg-blue:first-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-100:first-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-200:first-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-300:first-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-400:first-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-500:first-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-600:first-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-700:first-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-800:first-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:first\:bg-indigo-900:first-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-100:first-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-200:first-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-300:first-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-400:first-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-500:first-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-600:first-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-700:first-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-800:first-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:first\:bg-purple-900:first-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-100:first-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-200:first-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-300:first-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-400:first-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-500:first-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-600:first-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-700:first-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-800:first-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:first\:bg-pink-900:first-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:first\:bg-dark-blue:first-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .lg\:first\:bg-light-blue:first-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .lg\:first\:bg-grey:first-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .lg\:first\:bg-text-grey:first-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .lg\:first\:bg-background-grey:first-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:first\:bg-grey-blue:first-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .lg\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .lg\:last\:bg-current:last-child {
    background-color: currentColor;
  }

  .lg\:last\:bg-black:last-child {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:last\:bg-white:last-child {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-100:last-child {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-200:last-child {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-300:last-child {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-400:last-child {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-500:last-child {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-600:last-child {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-700:last-child {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-800:last-child {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:last\:bg-gray-900:last-child {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:last\:bg-red:last-child {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-100:last-child {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-200:last-child {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-300:last-child {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-400:last-child {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-500:last-child {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-600:last-child {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-700:last-child {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-800:last-child {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:last\:bg-orange-900:last-child {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:last\:bg-yellow:last-child {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .lg\:last\:bg-green:last-child {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-100:last-child {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-200:last-child {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-300:last-child {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-400:last-child {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-500:last-child {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-600:last-child {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-700:last-child {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-800:last-child {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:last\:bg-teal-900:last-child {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:last\:bg-blue:last-child {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-100:last-child {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-200:last-child {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-300:last-child {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-400:last-child {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-500:last-child {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-600:last-child {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-700:last-child {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-800:last-child {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:last\:bg-indigo-900:last-child {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-100:last-child {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-200:last-child {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-300:last-child {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-400:last-child {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-500:last-child {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-600:last-child {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-700:last-child {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-800:last-child {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:last\:bg-purple-900:last-child {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-100:last-child {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-200:last-child {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-300:last-child {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-400:last-child {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-500:last-child {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-600:last-child {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-700:last-child {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-800:last-child {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:last\:bg-pink-900:last-child {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:last\:bg-dark-blue:last-child {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .lg\:last\:bg-light-blue:last-child {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .lg\:last\:bg-grey:last-child {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .lg\:last\:bg-text-grey:last-child {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .lg\:last\:bg-background-grey:last-child {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:last\:bg-grey-blue:last-child {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

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

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

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

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

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red {
    --bg-opacity: 1;
    background-color: #b94d4d;
    background-color: rgba(185, 77, 77, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    --bg-opacity: 1;
    background-color: #e4a817;
    background-color: rgba(228, 168, 23, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green {
    --bg-opacity: 1;
    background-color: #92DA8E;
    background-color: rgba(146, 218, 142, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue {
    --bg-opacity: 1;
    background-color: #5e8ab5;
    background-color: rgba(94, 138, 181, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-dark-blue {
    --bg-opacity: 1;
    background-color: #00404c;
    background-color: rgba(0, 64, 76, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-light-blue {
    --bg-opacity: 1;
    background-color: #d7e2ed;
    background-color: rgba(215, 226, 237, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey {
    --bg-opacity: 1;
    background-color: #f2f5f6;
    background-color: rgba(242, 245, 246, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-text-grey {
    --bg-opacity: 1;
    background-color: #7b7c7d;
    background-color: rgba(123, 124, 125, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-background-grey {
    --bg-opacity: 1;
    background-color: #E2E8F0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-blue {
    --bg-opacity: 1;
    background-color: #88a5ab;
    background-color: rgba(136, 165, 171, var(--bg-opacity));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-none:hover {
    background-image: none;
  }

  .lg\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-none:focus {
    background-image: none;
  }

  .lg\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:first\:bg-none:first-child {
    background-image: none;
  }

  .lg\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:last\:bg-none:last-child {
    background-image: none;
  }

  .lg\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent;
  }

  .lg\:to-current {
    --gradient-to-color: currentColor;
  }

  .lg\:to-black {
    --gradient-to-color: #000;
  }

  .lg\:to-white {
    --gradient-to-color: #fff;
  }

  .lg\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .lg\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .lg\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .lg\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .lg\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .lg\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .lg\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .lg\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .lg\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .lg\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .lg\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .lg\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .lg\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .lg\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .lg\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .lg\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .lg\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .lg\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .lg\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .lg\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .lg\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .lg\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .lg\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .lg\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .lg\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .lg\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .lg\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .lg\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .lg\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .lg\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .lg\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .lg\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .lg\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .lg\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .lg\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .lg\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .lg\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .lg\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .lg\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .lg\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .lg\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .lg\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .lg\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .lg\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .lg\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .lg\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .lg\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .lg\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .lg\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .lg\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .lg\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .lg\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .lg\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .lg\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .lg\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .lg\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

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

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

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:from-red:hover {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:hover\:from-yellow:hover {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:hover\:from-green:hover {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:from-blue:hover {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:from-dark-blue:hover {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:hover\:from-light-blue:hover {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:hover\:from-grey:hover {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:hover\:from-text-grey:hover {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:hover\:from-background-grey:hover {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-grey-blue:hover {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:via-red:hover {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:hover\:via-yellow:hover {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:hover\:via-green:hover {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:via-blue:hover {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:via-dark-blue:hover {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:hover\:via-light-blue:hover {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:hover\:via-grey:hover {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:hover\:via-text-grey:hover {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:hover\:via-background-grey:hover {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-grey-blue:hover {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .lg\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .lg\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .lg\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .lg\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .lg\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .lg\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .lg\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .lg\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .lg\:hover\:to-red:hover {
    --gradient-to-color: #b94d4d;
  }

  .lg\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }

  .lg\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }

  .lg\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }

  .lg\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }

  .lg\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }

  .lg\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }

  .lg\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }

  .lg\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }

  .lg\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }

  .lg\:hover\:to-yellow:hover {
    --gradient-to-color: #e4a817;
  }

  .lg\:hover\:to-green:hover {
    --gradient-to-color: #92DA8E;
  }

  .lg\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .lg\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .lg\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .lg\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .lg\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .lg\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .lg\:hover\:to-blue:hover {
    --gradient-to-color: #5e8ab5;
  }

  .lg\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .lg\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .lg\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .lg\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .lg\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .lg\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .lg\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }

  .lg\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }

  .lg\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }

  .lg\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }

  .lg\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }

  .lg\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }

  .lg\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }

  .lg\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }

  .lg\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }

  .lg\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .lg\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .lg\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .lg\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .lg\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .lg\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .lg\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .lg\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .lg\:hover\:to-dark-blue:hover {
    --gradient-to-color: #00404c;
  }

  .lg\:hover\:to-light-blue:hover {
    --gradient-to-color: #d7e2ed;
  }

  .lg\:hover\:to-grey:hover {
    --gradient-to-color: #f2f5f6;
  }

  .lg\:hover\:to-text-grey:hover {
    --gradient-to-color: #7b7c7d;
  }

  .lg\:hover\:to-background-grey:hover {
    --gradient-to-color: #E2E8F0;
  }

  .lg\:hover\:to-grey-blue:hover {
    --gradient-to-color: #88a5ab;
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:from-red:focus {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:focus\:from-yellow:focus {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:focus\:from-green:focus {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:from-blue:focus {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:from-dark-blue:focus {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:focus\:from-light-blue:focus {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:focus\:from-grey:focus {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:focus\:from-text-grey:focus {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:focus\:from-background-grey:focus {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-grey-blue:focus {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:via-red:focus {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:focus\:via-yellow:focus {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:focus\:via-green:focus {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:via-blue:focus {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:via-dark-blue:focus {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:focus\:via-light-blue:focus {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:focus\:via-grey:focus {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:focus\:via-text-grey:focus {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:focus\:via-background-grey:focus {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-grey-blue:focus {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .lg\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .lg\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .lg\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .lg\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .lg\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .lg\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .lg\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .lg\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .lg\:focus\:to-red:focus {
    --gradient-to-color: #b94d4d;
  }

  .lg\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }

  .lg\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }

  .lg\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }

  .lg\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }

  .lg\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }

  .lg\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }

  .lg\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }

  .lg\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }

  .lg\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }

  .lg\:focus\:to-yellow:focus {
    --gradient-to-color: #e4a817;
  }

  .lg\:focus\:to-green:focus {
    --gradient-to-color: #92DA8E;
  }

  .lg\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .lg\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .lg\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .lg\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .lg\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .lg\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .lg\:focus\:to-blue:focus {
    --gradient-to-color: #5e8ab5;
  }

  .lg\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .lg\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .lg\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .lg\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .lg\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .lg\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .lg\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }

  .lg\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }

  .lg\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }

  .lg\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }

  .lg\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }

  .lg\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }

  .lg\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }

  .lg\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }

  .lg\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }

  .lg\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .lg\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .lg\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .lg\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .lg\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .lg\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .lg\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .lg\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .lg\:focus\:to-dark-blue:focus {
    --gradient-to-color: #00404c;
  }

  .lg\:focus\:to-light-blue:focus {
    --gradient-to-color: #d7e2ed;
  }

  .lg\:focus\:to-grey:focus {
    --gradient-to-color: #f2f5f6;
  }

  .lg\:focus\:to-text-grey:focus {
    --gradient-to-color: #7b7c7d;
  }

  .lg\:focus\:to-background-grey:focus {
    --gradient-to-color: #E2E8F0;
  }

  .lg\:focus\:to-grey-blue:focus {
    --gradient-to-color: #88a5ab;
  }

  .lg\:first\:from-transparent:first-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:first\:from-current:first-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:first\:from-black:first-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:first\:from-white:first-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:first\:from-gray-100:first-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:first\:from-gray-200:first-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:first\:from-gray-300:first-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:first\:from-gray-400:first-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:first\:from-gray-500:first-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:first\:from-gray-600:first-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:first\:from-gray-700:first-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:first\:from-gray-800:first-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:first\:from-gray-900:first-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:first\:from-red:first-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:first\:from-orange-100:first-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:first\:from-orange-200:first-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:first\:from-orange-300:first-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:first\:from-orange-400:first-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:first\:from-orange-500:first-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:first\:from-orange-600:first-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:first\:from-orange-700:first-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:first\:from-orange-800:first-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:first\:from-orange-900:first-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:first\:from-yellow:first-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:first\:from-green:first-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:first\:from-teal-100:first-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:first\:from-teal-200:first-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:first\:from-teal-300:first-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:first\:from-teal-400:first-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:first\:from-teal-500:first-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:first\:from-teal-600:first-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:first\:from-teal-700:first-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:first\:from-teal-800:first-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:first\:from-teal-900:first-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:first\:from-blue:first-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:first\:from-indigo-100:first-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:first\:from-indigo-200:first-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:first\:from-indigo-300:first-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:first\:from-indigo-400:first-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:first\:from-indigo-500:first-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:first\:from-indigo-600:first-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:first\:from-indigo-700:first-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:first\:from-indigo-800:first-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:first\:from-indigo-900:first-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:first\:from-purple-100:first-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:first\:from-purple-200:first-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:first\:from-purple-300:first-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:first\:from-purple-400:first-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:first\:from-purple-500:first-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:first\:from-purple-600:first-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:first\:from-purple-700:first-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:first\:from-purple-800:first-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:first\:from-purple-900:first-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:first\:from-pink-100:first-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:first\:from-pink-200:first-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:first\:from-pink-300:first-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:first\:from-pink-400:first-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:first\:from-pink-500:first-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:first\:from-pink-600:first-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:first\:from-pink-700:first-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:first\:from-pink-800:first-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:first\:from-pink-900:first-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:first\:from-dark-blue:first-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:first\:from-light-blue:first-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:first\:from-grey:first-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:first\:from-text-grey:first-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:first\:from-background-grey:first-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:first\:from-grey-blue:first-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:first\:via-transparent:first-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:first\:via-current:first-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:first\:via-black:first-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:first\:via-white:first-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:first\:via-gray-100:first-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:first\:via-gray-200:first-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:first\:via-gray-300:first-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:first\:via-gray-400:first-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:first\:via-gray-500:first-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:first\:via-gray-600:first-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:first\:via-gray-700:first-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:first\:via-gray-800:first-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:first\:via-gray-900:first-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:first\:via-red:first-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:first\:via-orange-100:first-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:first\:via-orange-200:first-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:first\:via-orange-300:first-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:first\:via-orange-400:first-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:first\:via-orange-500:first-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:first\:via-orange-600:first-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:first\:via-orange-700:first-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:first\:via-orange-800:first-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:first\:via-orange-900:first-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:first\:via-yellow:first-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:first\:via-green:first-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:first\:via-teal-100:first-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:first\:via-teal-200:first-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:first\:via-teal-300:first-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:first\:via-teal-400:first-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:first\:via-teal-500:first-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:first\:via-teal-600:first-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:first\:via-teal-700:first-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:first\:via-teal-800:first-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:first\:via-teal-900:first-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:first\:via-blue:first-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:first\:via-indigo-100:first-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:first\:via-indigo-200:first-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:first\:via-indigo-300:first-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:first\:via-indigo-400:first-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:first\:via-indigo-500:first-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:first\:via-indigo-600:first-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:first\:via-indigo-700:first-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:first\:via-indigo-800:first-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:first\:via-indigo-900:first-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:first\:via-purple-100:first-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:first\:via-purple-200:first-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:first\:via-purple-300:first-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:first\:via-purple-400:first-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:first\:via-purple-500:first-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:first\:via-purple-600:first-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:first\:via-purple-700:first-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:first\:via-purple-800:first-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:first\:via-purple-900:first-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:first\:via-pink-100:first-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:first\:via-pink-200:first-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:first\:via-pink-300:first-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:first\:via-pink-400:first-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:first\:via-pink-500:first-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:first\:via-pink-600:first-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:first\:via-pink-700:first-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:first\:via-pink-800:first-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:first\:via-pink-900:first-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:first\:via-dark-blue:first-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:first\:via-light-blue:first-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:first\:via-grey:first-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:first\:via-text-grey:first-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:first\:via-background-grey:first-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:first\:via-grey-blue:first-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:first\:to-transparent:first-child {
    --gradient-to-color: transparent;
  }

  .lg\:first\:to-current:first-child {
    --gradient-to-color: currentColor;
  }

  .lg\:first\:to-black:first-child {
    --gradient-to-color: #000;
  }

  .lg\:first\:to-white:first-child {
    --gradient-to-color: #fff;
  }

  .lg\:first\:to-gray-100:first-child {
    --gradient-to-color: #f7fafc;
  }

  .lg\:first\:to-gray-200:first-child {
    --gradient-to-color: #edf2f7;
  }

  .lg\:first\:to-gray-300:first-child {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:first\:to-gray-400:first-child {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:first\:to-gray-500:first-child {
    --gradient-to-color: #a0aec0;
  }

  .lg\:first\:to-gray-600:first-child {
    --gradient-to-color: #718096;
  }

  .lg\:first\:to-gray-700:first-child {
    --gradient-to-color: #4a5568;
  }

  .lg\:first\:to-gray-800:first-child {
    --gradient-to-color: #2d3748;
  }

  .lg\:first\:to-gray-900:first-child {
    --gradient-to-color: #1a202c;
  }

  .lg\:first\:to-red:first-child {
    --gradient-to-color: #b94d4d;
  }

  .lg\:first\:to-orange-100:first-child {
    --gradient-to-color: #fffaf0;
  }

  .lg\:first\:to-orange-200:first-child {
    --gradient-to-color: #feebc8;
  }

  .lg\:first\:to-orange-300:first-child {
    --gradient-to-color: #fbd38d;
  }

  .lg\:first\:to-orange-400:first-child {
    --gradient-to-color: #f6ad55;
  }

  .lg\:first\:to-orange-500:first-child {
    --gradient-to-color: #ed8936;
  }

  .lg\:first\:to-orange-600:first-child {
    --gradient-to-color: #dd6b20;
  }

  .lg\:first\:to-orange-700:first-child {
    --gradient-to-color: #c05621;
  }

  .lg\:first\:to-orange-800:first-child {
    --gradient-to-color: #9c4221;
  }

  .lg\:first\:to-orange-900:first-child {
    --gradient-to-color: #7b341e;
  }

  .lg\:first\:to-yellow:first-child {
    --gradient-to-color: #e4a817;
  }

  .lg\:first\:to-green:first-child {
    --gradient-to-color: #92DA8E;
  }

  .lg\:first\:to-teal-100:first-child {
    --gradient-to-color: #e6fffa;
  }

  .lg\:first\:to-teal-200:first-child {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:first\:to-teal-300:first-child {
    --gradient-to-color: #81e6d9;
  }

  .lg\:first\:to-teal-400:first-child {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:first\:to-teal-500:first-child {
    --gradient-to-color: #38b2ac;
  }

  .lg\:first\:to-teal-600:first-child {
    --gradient-to-color: #319795;
  }

  .lg\:first\:to-teal-700:first-child {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:first\:to-teal-800:first-child {
    --gradient-to-color: #285e61;
  }

  .lg\:first\:to-teal-900:first-child {
    --gradient-to-color: #234e52;
  }

  .lg\:first\:to-blue:first-child {
    --gradient-to-color: #5e8ab5;
  }

  .lg\:first\:to-indigo-100:first-child {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:first\:to-indigo-200:first-child {
    --gradient-to-color: #c3dafe;
  }

  .lg\:first\:to-indigo-300:first-child {
    --gradient-to-color: #a3bffa;
  }

  .lg\:first\:to-indigo-400:first-child {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:first\:to-indigo-500:first-child {
    --gradient-to-color: #667eea;
  }

  .lg\:first\:to-indigo-600:first-child {
    --gradient-to-color: #5a67d8;
  }

  .lg\:first\:to-indigo-700:first-child {
    --gradient-to-color: #4c51bf;
  }

  .lg\:first\:to-indigo-800:first-child {
    --gradient-to-color: #434190;
  }

  .lg\:first\:to-indigo-900:first-child {
    --gradient-to-color: #3c366b;
  }

  .lg\:first\:to-purple-100:first-child {
    --gradient-to-color: #faf5ff;
  }

  .lg\:first\:to-purple-200:first-child {
    --gradient-to-color: #e9d8fd;
  }

  .lg\:first\:to-purple-300:first-child {
    --gradient-to-color: #d6bcfa;
  }

  .lg\:first\:to-purple-400:first-child {
    --gradient-to-color: #b794f4;
  }

  .lg\:first\:to-purple-500:first-child {
    --gradient-to-color: #9f7aea;
  }

  .lg\:first\:to-purple-600:first-child {
    --gradient-to-color: #805ad5;
  }

  .lg\:first\:to-purple-700:first-child {
    --gradient-to-color: #6b46c1;
  }

  .lg\:first\:to-purple-800:first-child {
    --gradient-to-color: #553c9a;
  }

  .lg\:first\:to-purple-900:first-child {
    --gradient-to-color: #44337a;
  }

  .lg\:first\:to-pink-100:first-child {
    --gradient-to-color: #fff5f7;
  }

  .lg\:first\:to-pink-200:first-child {
    --gradient-to-color: #fed7e2;
  }

  .lg\:first\:to-pink-300:first-child {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:first\:to-pink-400:first-child {
    --gradient-to-color: #f687b3;
  }

  .lg\:first\:to-pink-500:first-child {
    --gradient-to-color: #ed64a6;
  }

  .lg\:first\:to-pink-600:first-child {
    --gradient-to-color: #d53f8c;
  }

  .lg\:first\:to-pink-700:first-child {
    --gradient-to-color: #b83280;
  }

  .lg\:first\:to-pink-800:first-child {
    --gradient-to-color: #97266d;
  }

  .lg\:first\:to-pink-900:first-child {
    --gradient-to-color: #702459;
  }

  .lg\:first\:to-dark-blue:first-child {
    --gradient-to-color: #00404c;
  }

  .lg\:first\:to-light-blue:first-child {
    --gradient-to-color: #d7e2ed;
  }

  .lg\:first\:to-grey:first-child {
    --gradient-to-color: #f2f5f6;
  }

  .lg\:first\:to-text-grey:first-child {
    --gradient-to-color: #7b7c7d;
  }

  .lg\:first\:to-background-grey:first-child {
    --gradient-to-color: #E2E8F0;
  }

  .lg\:first\:to-grey-blue:first-child {
    --gradient-to-color: #88a5ab;
  }

  .lg\:last\:from-transparent:last-child {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:last\:from-current:last-child {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:last\:from-black:last-child {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:last\:from-white:last-child {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:last\:from-gray-100:last-child {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:last\:from-gray-200:last-child {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:last\:from-gray-300:last-child {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:last\:from-gray-400:last-child {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:last\:from-gray-500:last-child {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:last\:from-gray-600:last-child {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:last\:from-gray-700:last-child {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:last\:from-gray-800:last-child {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:last\:from-gray-900:last-child {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:last\:from-red:last-child {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:last\:from-orange-100:last-child {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:last\:from-orange-200:last-child {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:last\:from-orange-300:last-child {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:last\:from-orange-400:last-child {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:last\:from-orange-500:last-child {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:last\:from-orange-600:last-child {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:last\:from-orange-700:last-child {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:last\:from-orange-800:last-child {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:last\:from-orange-900:last-child {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:last\:from-yellow:last-child {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:last\:from-green:last-child {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:last\:from-teal-100:last-child {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:last\:from-teal-200:last-child {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:last\:from-teal-300:last-child {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:last\:from-teal-400:last-child {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:last\:from-teal-500:last-child {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:last\:from-teal-600:last-child {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:last\:from-teal-700:last-child {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:last\:from-teal-800:last-child {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:last\:from-teal-900:last-child {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:last\:from-blue:last-child {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:last\:from-indigo-100:last-child {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:last\:from-indigo-200:last-child {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:last\:from-indigo-300:last-child {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:last\:from-indigo-400:last-child {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:last\:from-indigo-500:last-child {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:last\:from-indigo-600:last-child {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:last\:from-indigo-700:last-child {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:last\:from-indigo-800:last-child {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:last\:from-indigo-900:last-child {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:last\:from-purple-100:last-child {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:last\:from-purple-200:last-child {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:last\:from-purple-300:last-child {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:last\:from-purple-400:last-child {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:last\:from-purple-500:last-child {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:last\:from-purple-600:last-child {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:last\:from-purple-700:last-child {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:last\:from-purple-800:last-child {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:last\:from-purple-900:last-child {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:last\:from-pink-100:last-child {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:last\:from-pink-200:last-child {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:last\:from-pink-300:last-child {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:last\:from-pink-400:last-child {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:last\:from-pink-500:last-child {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:last\:from-pink-600:last-child {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:last\:from-pink-700:last-child {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:last\:from-pink-800:last-child {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:last\:from-pink-900:last-child {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:last\:from-dark-blue:last-child {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:last\:from-light-blue:last-child {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:last\:from-grey:last-child {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:last\:from-text-grey:last-child {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:last\:from-background-grey:last-child {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:last\:from-grey-blue:last-child {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:last\:via-transparent:last-child {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:last\:via-current:last-child {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:last\:via-black:last-child {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:last\:via-white:last-child {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:last\:via-gray-100:last-child {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:last\:via-gray-200:last-child {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:last\:via-gray-300:last-child {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:last\:via-gray-400:last-child {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:last\:via-gray-500:last-child {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:last\:via-gray-600:last-child {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:last\:via-gray-700:last-child {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:last\:via-gray-800:last-child {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:last\:via-gray-900:last-child {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:last\:via-red:last-child {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .lg\:last\:via-orange-100:last-child {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .lg\:last\:via-orange-200:last-child {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .lg\:last\:via-orange-300:last-child {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .lg\:last\:via-orange-400:last-child {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .lg\:last\:via-orange-500:last-child {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .lg\:last\:via-orange-600:last-child {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .lg\:last\:via-orange-700:last-child {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .lg\:last\:via-orange-800:last-child {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .lg\:last\:via-orange-900:last-child {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .lg\:last\:via-yellow:last-child {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .lg\:last\:via-green:last-child {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .lg\:last\:via-teal-100:last-child {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:last\:via-teal-200:last-child {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:last\:via-teal-300:last-child {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:last\:via-teal-400:last-child {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:last\:via-teal-500:last-child {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:last\:via-teal-600:last-child {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:last\:via-teal-700:last-child {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:last\:via-teal-800:last-child {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:last\:via-teal-900:last-child {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:last\:via-blue:last-child {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .lg\:last\:via-indigo-100:last-child {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:last\:via-indigo-200:last-child {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:last\:via-indigo-300:last-child {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:last\:via-indigo-400:last-child {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:last\:via-indigo-500:last-child {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:last\:via-indigo-600:last-child {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:last\:via-indigo-700:last-child {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:last\:via-indigo-800:last-child {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:last\:via-indigo-900:last-child {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:last\:via-purple-100:last-child {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .lg\:last\:via-purple-200:last-child {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .lg\:last\:via-purple-300:last-child {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .lg\:last\:via-purple-400:last-child {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .lg\:last\:via-purple-500:last-child {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .lg\:last\:via-purple-600:last-child {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .lg\:last\:via-purple-700:last-child {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .lg\:last\:via-purple-800:last-child {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .lg\:last\:via-purple-900:last-child {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .lg\:last\:via-pink-100:last-child {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:last\:via-pink-200:last-child {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:last\:via-pink-300:last-child {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:last\:via-pink-400:last-child {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:last\:via-pink-500:last-child {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:last\:via-pink-600:last-child {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:last\:via-pink-700:last-child {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:last\:via-pink-800:last-child {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:last\:via-pink-900:last-child {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:last\:via-dark-blue:last-child {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .lg\:last\:via-light-blue:last-child {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .lg\:last\:via-grey:last-child {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .lg\:last\:via-text-grey:last-child {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .lg\:last\:via-background-grey:last-child {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:last\:via-grey-blue:last-child {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .lg\:last\:to-transparent:last-child {
    --gradient-to-color: transparent;
  }

  .lg\:last\:to-current:last-child {
    --gradient-to-color: currentColor;
  }

  .lg\:last\:to-black:last-child {
    --gradient-to-color: #000;
  }

  .lg\:last\:to-white:last-child {
    --gradient-to-color: #fff;
  }

  .lg\:last\:to-gray-100:last-child {
    --gradient-to-color: #f7fafc;
  }

  .lg\:last\:to-gray-200:last-child {
    --gradient-to-color: #edf2f7;
  }

  .lg\:last\:to-gray-300:last-child {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:last\:to-gray-400:last-child {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:last\:to-gray-500:last-child {
    --gradient-to-color: #a0aec0;
  }

  .lg\:last\:to-gray-600:last-child {
    --gradient-to-color: #718096;
  }

  .lg\:last\:to-gray-700:last-child {
    --gradient-to-color: #4a5568;
  }

  .lg\:last\:to-gray-800:last-child {
    --gradient-to-color: #2d3748;
  }

  .lg\:last\:to-gray-900:last-child {
    --gradient-to-color: #1a202c;
  }

  .lg\:last\:to-red:last-child {
    --gradient-to-color: #b94d4d;
  }

  .lg\:last\:to-orange-100:last-child {
    --gradient-to-color: #fffaf0;
  }

  .lg\:last\:to-orange-200:last-child {
    --gradient-to-color: #feebc8;
  }

  .lg\:last\:to-orange-300:last-child {
    --gradient-to-color: #fbd38d;
  }

  .lg\:last\:to-orange-400:last-child {
    --gradient-to-color: #f6ad55;
  }

  .lg\:last\:to-orange-500:last-child {
    --gradient-to-color: #ed8936;
  }

  .lg\:last\:to-orange-600:last-child {
    --gradient-to-color: #dd6b20;
  }

  .lg\:last\:to-orange-700:last-child {
    --gradient-to-color: #c05621;
  }

  .lg\:last\:to-orange-800:last-child {
    --gradient-to-color: #9c4221;
  }

  .lg\:last\:to-orange-900:last-child {
    --gradient-to-color: #7b341e;
  }

  .lg\:last\:to-yellow:last-child {
    --gradient-to-color: #e4a817;
  }

  .lg\:last\:to-green:last-child {
    --gradient-to-color: #92DA8E;
  }

  .lg\:last\:to-teal-100:last-child {
    --gradient-to-color: #e6fffa;
  }

  .lg\:last\:to-teal-200:last-child {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:last\:to-teal-300:last-child {
    --gradient-to-color: #81e6d9;
  }

  .lg\:last\:to-teal-400:last-child {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:last\:to-teal-500:last-child {
    --gradient-to-color: #38b2ac;
  }

  .lg\:last\:to-teal-600:last-child {
    --gradient-to-color: #319795;
  }

  .lg\:last\:to-teal-700:last-child {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:last\:to-teal-800:last-child {
    --gradient-to-color: #285e61;
  }

  .lg\:last\:to-teal-900:last-child {
    --gradient-to-color: #234e52;
  }

  .lg\:last\:to-blue:last-child {
    --gradient-to-color: #5e8ab5;
  }

  .lg\:last\:to-indigo-100:last-child {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:last\:to-indigo-200:last-child {
    --gradient-to-color: #c3dafe;
  }

  .lg\:last\:to-indigo-300:last-child {
    --gradient-to-color: #a3bffa;
  }

  .lg\:last\:to-indigo-400:last-child {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:last\:to-indigo-500:last-child {
    --gradient-to-color: #667eea;
  }

  .lg\:last\:to-indigo-600:last-child {
    --gradient-to-color: #5a67d8;
  }

  .lg\:last\:to-indigo-700:last-child {
    --gradient-to-color: #4c51bf;
  }

  .lg\:last\:to-indigo-800:last-child {
    --gradient-to-color: #434190;
  }

  .lg\:last\:to-indigo-900:last-child {
    --gradient-to-color: #3c366b;
  }

  .lg\:last\:to-purple-100:last-child {
    --gradient-to-color: #faf5ff;
  }

  .lg\:last\:to-purple-200:last-child {
    --gradient-to-color: #e9d8fd;
  }

  .lg\:last\:to-purple-300:last-child {
    --gradient-to-color: #d6bcfa;
  }

  .lg\:last\:to-purple-400:last-child {
    --gradient-to-color: #b794f4;
  }

  .lg\:last\:to-purple-500:last-child {
    --gradient-to-color: #9f7aea;
  }

  .lg\:last\:to-purple-600:last-child {
    --gradient-to-color: #805ad5;
  }

  .lg\:last\:to-purple-700:last-child {
    --gradient-to-color: #6b46c1;
  }

  .lg\:last\:to-purple-800:last-child {
    --gradient-to-color: #553c9a;
  }

  .lg\:last\:to-purple-900:last-child {
    --gradient-to-color: #44337a;
  }

  .lg\:last\:to-pink-100:last-child {
    --gradient-to-color: #fff5f7;
  }

  .lg\:last\:to-pink-200:last-child {
    --gradient-to-color: #fed7e2;
  }

  .lg\:last\:to-pink-300:last-child {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:last\:to-pink-400:last-child {
    --gradient-to-color: #f687b3;
  }

  .lg\:last\:to-pink-500:last-child {
    --gradient-to-color: #ed64a6;
  }

  .lg\:last\:to-pink-600:last-child {
    --gradient-to-color: #d53f8c;
  }

  .lg\:last\:to-pink-700:last-child {
    --gradient-to-color: #b83280;
  }

  .lg\:last\:to-pink-800:last-child {
    --gradient-to-color: #97266d;
  }

  .lg\:last\:to-pink-900:last-child {
    --gradient-to-color: #702459;
  }

  .lg\:last\:to-dark-blue:last-child {
    --gradient-to-color: #00404c;
  }

  .lg\:last\:to-light-blue:last-child {
    --gradient-to-color: #d7e2ed;
  }

  .lg\:last\:to-grey:last-child {
    --gradient-to-color: #f2f5f6;
  }

  .lg\:last\:to-text-grey:last-child {
    --gradient-to-color: #7b7c7d;
  }

  .lg\:last\:to-background-grey:last-child {
    --gradient-to-color: #E2E8F0;
  }

  .lg\:last\:to-grey-blue:last-child {
    --gradient-to-color: #88a5ab;
  }

  .group:hover .lg\:group-hover\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .lg\:group-hover\:from-red {
    --gradient-from-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow {
    --gradient-from-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .lg\:group-hover\:from-green {
    --gradient-from-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .lg\:group-hover\:from-blue {
    --gradient-from-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .lg\:group-hover\:from-dark-blue {
    --gradient-from-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .lg\:group-hover\:from-light-blue {
    --gradient-from-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .lg\:group-hover\:from-grey {
    --gradient-from-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .lg\:group-hover\:from-text-grey {
    --gradient-from-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .lg\:group-hover\:from-background-grey {
    --gradient-from-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:from-grey-blue {
    --gradient-from-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .lg\:group-hover\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .group:hover .lg\:group-hover\:via-red {
    --gradient-via-color: #b94d4d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 77, 77, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow {
    --gradient-via-color: #e4a817;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(228, 168, 23, 0));
  }

  .group:hover .lg\:group-hover\:via-green {
    --gradient-via-color: #92DA8E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(146, 218, 142, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .group:hover .lg\:group-hover\:via-blue {
    --gradient-via-color: #5e8ab5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 138, 181, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .group:hover .lg\:group-hover\:via-dark-blue {
    --gradient-via-color: #00404c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 64, 76, 0));
  }

  .group:hover .lg\:group-hover\:via-light-blue {
    --gradient-via-color: #d7e2ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(215, 226, 237, 0));
  }

  .group:hover .lg\:group-hover\:via-grey {
    --gradient-via-color: #f2f5f6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 245, 246, 0));
  }

  .group:hover .lg\:group-hover\:via-text-grey {
    --gradient-via-color: #7b7c7d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 124, 125, 0));
  }

  .group:hover .lg\:group-hover\:via-background-grey {
    --gradient-via-color: #E2E8F0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:via-grey-blue {
    --gradient-via-color: #88a5ab;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 165, 171, 0));
  }

  .group:hover .lg\:group-hover\:to-transparent {
    --gradient-to-color: transparent;
  }

  .group:hover .lg\:group-hover\:to-current {
    --gradient-to-color: currentColor;
  }

  .group:hover .lg\:group-hover\:to-black {
    --gradient-to-color: #000;
  }

  .group:hover .lg\:group-hover\:to-white {
    --gradient-to-color: #fff;
  }

  .group:hover .lg\:group-hover\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .group:hover .lg\:group-hover\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .group:hover .lg\:group-hover\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .group:hover .lg\:group-hover\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .group:hover .lg\:group-hover\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .group:hover .lg\:group-hover\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .group:hover .lg\:group-hover\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .group:hover .lg\:group-hover\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .group:hover .lg\:group-hover\:to-red {
    --gradient-to-color: #b94d4d;
  }

  .group:hover .lg\:group-hover\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }

  .group:hover .lg\:group-hover\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }

  .group:hover .lg\:group-hover\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }

  .group:hover .lg\:group-hover\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }

  .group:hover .lg\:group-hover\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }

  .group:hover .lg\:group-hover\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }

  .group:hover .lg\:group-hover\:to-orange-700 {
    --gradient-to-color: #c05621;
  }

  .group:hover .lg\:group-hover\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }

  .group:hover .lg\:group-hover\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }

  .group:hover .lg\:group-hover\:to-yellow {
    --gradient-to-color: #e4a817;
  }

  .group:hover .lg\:group-hover\:to-green {
    --gradient-to-color: #92DA8E;
  }

  .group:hover .lg\:group-hover\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .group:hover .lg\:group-hover\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .group:hover .lg\:group-hover\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .group:hover .lg\:group-hover\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .group:hover .lg\:group-hover\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .group:hover .lg\:group-hover\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .group:hover .lg\:group-hover\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .group:hover .lg\:group-hover\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .group:hover .lg\:group-hover\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .group:hover .lg\:group-hover\:to-blue {
    --gradient-to-color: #5e8ab5;
  }

  .group:hover .lg\:group-hover\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .group:hover .lg\:group-hover\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .group:hover .lg\:group-hover\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .group:hover .lg\:group-hover\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .group:hover .lg\:group-hover\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .group:hover .lg\:group-hover\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .group:hover .lg\:group-hover\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .group:hover .lg\:group-hover\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .group:hover .lg\:group-hover\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .group:hover .lg\:group-hover\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }

  .group:hover .lg\:group-hover\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }

  .group:hover .lg\:group-hover\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }

  .group:hover .lg\:group-hover\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }

  .group:hover .lg\:group-hover\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }

  .group:hover .lg\:group-hover\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }

  .group:hover .lg\:group-hover\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }

  .group:hover .lg\:group-hover\:to-purple-900 {
    --gradient-to-color: #44337a;
  }

  .group:hover .lg\:group-hover\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .group:hover .lg\:group-hover\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .group:hover .lg\:group-hover\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .group:hover .lg\:group-hover\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .group:hover .lg\:group-hover\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .group:hover .lg\:group-hover\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .group:hover .lg\:group-hover\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .group:hover .lg\:group-hover\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .group:hover .lg\:group-hover\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .group:hover .lg\:group-hover\:to-dark-blue {
    --gradient-to-color: #00404c;
  }

  .group:hover .lg\:group-hover\:to-light-blue {
    --gradient-to-color: #d7e2ed;
  }

  .group:hover .lg\:group-hover\:to-grey {
    --gradient-to-color: #f2f5f6;
  }

  .group:hover .lg\:group-hover\:to-text-grey {
    --gradient-to-color: #7b7c7d;
  }

  .group:hover .lg\:group-hover\:to-background-grey {
    --gradient-to-color: #E2E8F0;
  }

  .group:hover .lg\:group-hover\:to-grey-blue {
    --gradient-to-color: #88a5ab;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-15:hover {
    --bg-opacity: 0.15;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-15:focus {
    --bg-opacity: 0.15;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .lg\:first\:bg-opacity-0:first-child {
    --bg-opacity: 0;
  }

  .lg\:first\:bg-opacity-15:first-child {
    --bg-opacity: 0.15;
  }

  .lg\:first\:bg-opacity-25:first-child {
    --bg-opacity: 0.25;
  }

  .lg\:first\:bg-opacity-50:first-child {
    --bg-opacity: 0.5;
  }

  .lg\:first\:bg-opacity-75:first-child {
    --bg-opacity: 0.75;
  }

  .lg\:first\:bg-opacity-80:first-child {
    --bg-opacity: 0.8;
  }

  .lg\:first\:bg-opacity-100:first-child {
    --bg-opacity: 1;
  }

  .lg\:last\:bg-opacity-0:last-child {
    --bg-opacity: 0;
  }

  .lg\:last\:bg-opacity-15:last-child {
    --bg-opacity: 0.15;
  }

  .lg\:last\:bg-opacity-25:last-child {
    --bg-opacity: 0.25;
  }

  .lg\:last\:bg-opacity-50:last-child {
    --bg-opacity: 0.5;
  }

  .lg\:last\:bg-opacity-75:last-child {
    --bg-opacity: 0.75;
  }

  .lg\:last\:bg-opacity-80:last-child {
    --bg-opacity: 0.8;
  }

  .lg\:last\:bg-opacity-100:last-child {
    --bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .lg\:hover\:bg-center:hover {
    background-position: center;
  }

  .lg\:hover\:bg-left:hover {
    background-position: left;
  }

  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .lg\:hover\:bg-top:hover {
    background-position: top;
  }

  .lg\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .lg\:focus\:bg-center:focus {
    background-position: center;
  }

  .lg\:focus\:bg-left:focus {
    background-position: left;
  }

  .lg\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .lg\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .lg\:focus\:bg-right:focus {
    background-position: right;
  }

  .lg\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .lg\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .lg\:focus\:bg-top:focus {
    background-position: top;
  }

  .lg\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .lg\:first\:bg-center:first-child {
    background-position: center;
  }

  .lg\:first\:bg-left:first-child {
    background-position: left;
  }

  .lg\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .lg\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .lg\:first\:bg-right:first-child {
    background-position: right;
  }

  .lg\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .lg\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .lg\:first\:bg-top:first-child {
    background-position: top;
  }

  .lg\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .lg\:last\:bg-center:last-child {
    background-position: center;
  }

  .lg\:last\:bg-left:last-child {
    background-position: left;
  }

  .lg\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .lg\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .lg\:last\:bg-right:last-child {
    background-position: right;
  }

  .lg\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .lg\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .lg\:last\:bg-top:last-child {
    background-position: top;
  }

  .group:hover .lg\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .lg\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .lg\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .lg\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .lg\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .lg\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .lg\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .lg\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .lg\:group-hover\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .lg\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .lg\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .lg\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .lg\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .lg\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .lg\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .lg\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .lg\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .lg\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .lg\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .lg\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .lg\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .lg\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .lg\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .lg\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .lg\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .lg\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .lg\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .lg\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .lg\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .group:hover .lg\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .lg\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .lg\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .lg\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .lg\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .lg\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .lg\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .lg\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .lg\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .lg\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .lg\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .lg\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .lg\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .lg\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .lg\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .group:hover .lg\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .lg\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .lg\:group-hover\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .lg\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .lg\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .lg\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .lg\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .lg\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .lg\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .lg\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .group:hover .lg\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .lg\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .lg\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .lg\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .lg\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .lg\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .lg\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .lg\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .lg\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .lg\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .lg\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:hover\:border-yellow:hover {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .lg\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .lg\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:hover\:border-dark-blue:hover {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .lg\:hover\:border-light-blue:hover {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .lg\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .lg\:hover\:border-text-grey:hover {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .lg\:hover\:border-background-grey:hover {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-grey-blue:hover {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .lg\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:focus\:border-yellow:focus {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .lg\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .lg\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:focus\:border-dark-blue:focus {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .lg\:focus\:border-light-blue:focus {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .lg\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .lg\:focus\:border-text-grey:focus {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .lg\:focus\:border-background-grey:focus {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:border-grey-blue:focus {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .lg\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .lg\:first\:border-current:first-child {
    border-color: currentColor;
  }

  .lg\:first\:border-black:first-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:first\:border-white:first-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:first\:border-gray-100:first-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:first\:border-gray-200:first-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:first\:border-gray-300:first-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:first\:border-gray-400:first-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:first\:border-gray-500:first-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:first\:border-gray-600:first-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:first\:border-gray-700:first-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:first\:border-gray-800:first-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:first\:border-gray-900:first-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:first\:border-red:first-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .lg\:first\:border-orange-100:first-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:first\:border-orange-200:first-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:first\:border-orange-300:first-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:first\:border-orange-400:first-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:first\:border-orange-500:first-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:first\:border-orange-600:first-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:first\:border-orange-700:first-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:first\:border-orange-800:first-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:first\:border-orange-900:first-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:first\:border-yellow:first-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .lg\:first\:border-green:first-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .lg\:first\:border-teal-100:first-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:first\:border-teal-200:first-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:first\:border-teal-300:first-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:first\:border-teal-400:first-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:first\:border-teal-500:first-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:first\:border-teal-600:first-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:first\:border-teal-700:first-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:first\:border-teal-800:first-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:first\:border-teal-900:first-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:first\:border-blue:first-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .lg\:first\:border-indigo-100:first-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:first\:border-indigo-200:first-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:first\:border-indigo-300:first-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:first\:border-indigo-400:first-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:first\:border-indigo-500:first-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:first\:border-indigo-600:first-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:first\:border-indigo-700:first-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:first\:border-indigo-800:first-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:first\:border-indigo-900:first-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:first\:border-purple-100:first-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:first\:border-purple-200:first-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:first\:border-purple-300:first-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:first\:border-purple-400:first-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:first\:border-purple-500:first-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:first\:border-purple-600:first-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:first\:border-purple-700:first-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:first\:border-purple-800:first-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:first\:border-purple-900:first-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:first\:border-pink-100:first-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:first\:border-pink-200:first-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:first\:border-pink-300:first-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:first\:border-pink-400:first-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:first\:border-pink-500:first-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:first\:border-pink-600:first-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:first\:border-pink-700:first-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:first\:border-pink-800:first-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:first\:border-pink-900:first-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:first\:border-dark-blue:first-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .lg\:first\:border-light-blue:first-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .lg\:first\:border-grey:first-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .lg\:first\:border-text-grey:first-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .lg\:first\:border-background-grey:first-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:first\:border-grey-blue:first-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .lg\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .lg\:last\:border-current:last-child {
    border-color: currentColor;
  }

  .lg\:last\:border-black:last-child {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:last\:border-white:last-child {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:last\:border-gray-100:last-child {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:last\:border-gray-200:last-child {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:last\:border-gray-300:last-child {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:last\:border-gray-400:last-child {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:last\:border-gray-500:last-child {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:last\:border-gray-600:last-child {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:last\:border-gray-700:last-child {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:last\:border-gray-800:last-child {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:last\:border-gray-900:last-child {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:last\:border-red:last-child {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .lg\:last\:border-orange-100:last-child {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:last\:border-orange-200:last-child {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:last\:border-orange-300:last-child {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:last\:border-orange-400:last-child {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:last\:border-orange-500:last-child {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:last\:border-orange-600:last-child {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:last\:border-orange-700:last-child {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:last\:border-orange-800:last-child {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:last\:border-orange-900:last-child {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:last\:border-yellow:last-child {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .lg\:last\:border-green:last-child {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .lg\:last\:border-teal-100:last-child {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:last\:border-teal-200:last-child {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:last\:border-teal-300:last-child {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:last\:border-teal-400:last-child {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:last\:border-teal-500:last-child {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:last\:border-teal-600:last-child {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:last\:border-teal-700:last-child {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:last\:border-teal-800:last-child {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:last\:border-teal-900:last-child {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:last\:border-blue:last-child {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .lg\:last\:border-indigo-100:last-child {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:last\:border-indigo-200:last-child {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:last\:border-indigo-300:last-child {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:last\:border-indigo-400:last-child {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:last\:border-indigo-500:last-child {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:last\:border-indigo-600:last-child {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:last\:border-indigo-700:last-child {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:last\:border-indigo-800:last-child {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:last\:border-indigo-900:last-child {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:last\:border-purple-100:last-child {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:last\:border-purple-200:last-child {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:last\:border-purple-300:last-child {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:last\:border-purple-400:last-child {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:last\:border-purple-500:last-child {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:last\:border-purple-600:last-child {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:last\:border-purple-700:last-child {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:last\:border-purple-800:last-child {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:last\:border-purple-900:last-child {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:last\:border-pink-100:last-child {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:last\:border-pink-200:last-child {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:last\:border-pink-300:last-child {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:last\:border-pink-400:last-child {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:last\:border-pink-500:last-child {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:last\:border-pink-600:last-child {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:last\:border-pink-700:last-child {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:last\:border-pink-800:last-child {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:last\:border-pink-900:last-child {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:last\:border-dark-blue:last-child {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .lg\:last\:border-light-blue:last-child {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .lg\:last\:border-grey:last-child {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .lg\:last\:border-text-grey:last-child {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .lg\:last\:border-background-grey:last-child {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:last\:border-grey-blue:last-child {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red {
    --border-opacity: 1;
    border-color: #b94d4d;
    border-color: rgba(185, 77, 77, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow {
    --border-opacity: 1;
    border-color: #e4a817;
    border-color: rgba(228, 168, 23, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green {
    --border-opacity: 1;
    border-color: #92DA8E;
    border-color: rgba(146, 218, 142, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue {
    --border-opacity: 1;
    border-color: #5e8ab5;
    border-color: rgba(94, 138, 181, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-dark-blue {
    --border-opacity: 1;
    border-color: #00404c;
    border-color: rgba(0, 64, 76, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-light-blue {
    --border-opacity: 1;
    border-color: #d7e2ed;
    border-color: rgba(215, 226, 237, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey {
    --border-opacity: 1;
    border-color: #f2f5f6;
    border-color: rgba(242, 245, 246, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-text-grey {
    --border-opacity: 1;
    border-color: #7b7c7d;
    border-color: rgba(123, 124, 125, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-background-grey {
    --border-opacity: 1;
    border-color: #E2E8F0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-blue {
    --border-opacity: 1;
    border-color: #88a5ab;
    border-color: rgba(136, 165, 171, var(--border-opacity));
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0;
  }

  .lg\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-15:hover {
    --border-opacity: 0.15;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-15:focus {
    --border-opacity: 0.15;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .lg\:first\:border-opacity-0:first-child {
    --border-opacity: 0;
  }

  .lg\:first\:border-opacity-15:first-child {
    --border-opacity: 0.15;
  }

  .lg\:first\:border-opacity-25:first-child {
    --border-opacity: 0.25;
  }

  .lg\:first\:border-opacity-50:first-child {
    --border-opacity: 0.5;
  }

  .lg\:first\:border-opacity-75:first-child {
    --border-opacity: 0.75;
  }

  .lg\:first\:border-opacity-80:first-child {
    --border-opacity: 0.8;
  }

  .lg\:first\:border-opacity-100:first-child {
    --border-opacity: 1;
  }

  .lg\:last\:border-opacity-0:last-child {
    --border-opacity: 0;
  }

  .lg\:last\:border-opacity-15:last-child {
    --border-opacity: 0.15;
  }

  .lg\:last\:border-opacity-25:last-child {
    --border-opacity: 0.25;
  }

  .lg\:last\:border-opacity-50:last-child {
    --border-opacity: 0.5;
  }

  .lg\:last\:border-opacity-75:last-child {
    --border-opacity: 0.75;
  }

  .lg\:last\:border-opacity-80:last-child {
    --border-opacity: 0.8;
  }

  .lg\:last\:border-opacity-100:last-child {
    --border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --border-opacity: 1;
  }

  .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-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 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-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 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-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .lg\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .lg\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .lg\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .lg\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .lg\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .lg\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .lg\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .lg\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .lg\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .lg\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .lg\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .lg\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .lg\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .lg\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .lg\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .lg\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .lg\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .lg\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .lg\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .lg\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .lg\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .lg\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-none:first-child {
    border-radius: 0;
  }

  .lg\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .lg\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .lg\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .lg\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .lg\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .lg\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .lg\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .lg\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .lg\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0;
  }

  .lg\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0;
  }

  .lg\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0;
  }

  .lg\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0;
  }

  .lg\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .lg\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .lg\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .lg\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .lg\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-none:last-child {
    border-radius: 0;
  }

  .lg\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .lg\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .lg\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .lg\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .lg\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .lg\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .lg\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .lg\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .lg\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0;
  }

  .lg\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0;
  }

  .lg\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0;
  }

  .lg\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0;
  }

  .lg\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .lg\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .lg\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .lg\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .lg\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\: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\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover {
    border-style: double;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid;
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .lg\:focus\:border-double:focus {
    border-style: double;
  }

  .lg\:focus\:border-none:focus {
    border-style: none;
  }

  .lg\:first\:border-solid:first-child {
    border-style: solid;
  }

  .lg\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .lg\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .lg\:first\:border-double:first-child {
    border-style: double;
  }

  .lg\:first\:border-none:first-child {
    border-style: none;
  }

  .lg\:last\:border-solid:last-child {
    border-style: solid;
  }

  .lg\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .lg\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .lg\:last\:border-double:last-child {
    border-style: double;
  }

  .lg\:last\:border-none:last-child {
    border-style: none;
  }

  .group:hover .lg\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .lg\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .lg\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .lg\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .lg\:group-hover\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:focus\:border-0:focus {
    border-width: 0;
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px;
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px;
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px;
  }

  .lg\:focus\:border:focus {
    border-width: 1px;
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .lg\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .lg\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .lg\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .lg\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .lg\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .lg\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .lg\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .lg\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .lg\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .lg\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .lg\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .lg\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .lg\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .group:hover .lg\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .lg\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .lg\:hover\:cursor-default:hover {
    cursor: default;
  }

  .lg\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .lg\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .lg\:hover\:cursor-text:hover {
    cursor: text;
  }

  .lg\:hover\:cursor-move:hover {
    cursor: move;
  }

  .lg\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .lg\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .lg\:focus\:cursor-default:focus {
    cursor: default;
  }

  .lg\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .lg\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .lg\:focus\:cursor-text:focus {
    cursor: text;
  }

  .lg\:focus\:cursor-move:focus {
    cursor: move;
  }

  .lg\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .lg\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .lg\:first\:cursor-default:first-child {
    cursor: default;
  }

  .lg\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .lg\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .lg\:first\:cursor-text:first-child {
    cursor: text;
  }

  .lg\:first\:cursor-move:first-child {
    cursor: move;
  }

  .lg\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .lg\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .lg\:last\:cursor-default:last-child {
    cursor: default;
  }

  .lg\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .lg\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .lg\:last\:cursor-text:last-child {
    cursor: text;
  }

  .lg\:last\:cursor-move:last-child {
    cursor: move;
  }

  .lg\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .group:hover .lg\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .lg\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .lg\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .lg\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .lg\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .lg\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .lg\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:flex:hover {
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:table-caption:hover {
    display: table-caption;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:table-column:hover {
    display: table-column;
  }

  .lg\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .lg\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .lg\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .lg\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:flow-root:hover {
    display: flow-root;
  }

  .lg\:hover\:grid:hover {
    display: grid;
  }

  .lg\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .lg\:hover\:contents:hover {
    display: contents;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:focus\:block:focus {
    display: block;
  }

  .lg\:focus\:inline-block:focus {
    display: inline-block;
  }

  .lg\:focus\:inline:focus {
    display: inline;
  }

  .lg\:focus\:flex:focus {
    display: flex;
  }

  .lg\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .lg\:focus\:table:focus {
    display: table;
  }

  .lg\:focus\:table-caption:focus {
    display: table-caption;
  }

  .lg\:focus\:table-cell:focus {
    display: table-cell;
  }

  .lg\:focus\:table-column:focus {
    display: table-column;
  }

  .lg\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .lg\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .lg\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .lg\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .lg\:focus\:table-row:focus {
    display: table-row;
  }

  .lg\:focus\:flow-root:focus {
    display: flow-root;
  }

  .lg\:focus\:grid:focus {
    display: grid;
  }

  .lg\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .lg\:focus\:contents:focus {
    display: contents;
  }

  .lg\:focus\:hidden:focus {
    display: none;
  }

  .lg\:first\:block:first-child {
    display: block;
  }

  .lg\:first\:inline-block:first-child {
    display: inline-block;
  }

  .lg\:first\:inline:first-child {
    display: inline;
  }

  .lg\:first\:flex:first-child {
    display: flex;
  }

  .lg\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .lg\:first\:table:first-child {
    display: table;
  }

  .lg\:first\:table-caption:first-child {
    display: table-caption;
  }

  .lg\:first\:table-cell:first-child {
    display: table-cell;
  }

  .lg\:first\:table-column:first-child {
    display: table-column;
  }

  .lg\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .lg\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .lg\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .lg\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .lg\:first\:table-row:first-child {
    display: table-row;
  }

  .lg\:first\:flow-root:first-child {
    display: flow-root;
  }

  .lg\:first\:grid:first-child {
    display: grid;
  }

  .lg\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .lg\:first\:contents:first-child {
    display: contents;
  }

  .lg\:first\:hidden:first-child {
    display: none;
  }

  .lg\:last\:block:last-child {
    display: block;
  }

  .lg\:last\:inline-block:last-child {
    display: inline-block;
  }

  .lg\:last\:inline:last-child {
    display: inline;
  }

  .lg\:last\:flex:last-child {
    display: flex;
  }

  .lg\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .lg\:last\:table:last-child {
    display: table;
  }

  .lg\:last\:table-caption:last-child {
    display: table-caption;
  }

  .lg\:last\:table-cell:last-child {
    display: table-cell;
  }

  .lg\:last\:table-column:last-child {
    display: table-column;
  }

  .lg\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .lg\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .lg\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .lg\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .lg\:last\:table-row:last-child {
    display: table-row;
  }

  .lg\:last\:flow-root:last-child {
    display: flow-root;
  }

  .lg\:last\:grid:last-child {
    display: grid;
  }

  .lg\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .lg\:last\:contents:last-child {
    display: contents;
  }

  .lg\:last\:hidden:last-child {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\: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\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .lg\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .lg\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .lg\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .lg\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .lg\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .lg\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .lg\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .lg\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .lg\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .lg\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .lg\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .lg\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .lg\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .lg\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .lg\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .group:hover .lg\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .lg\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .lg\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .lg\:group-hover\: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\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .lg\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .lg\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .lg\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .lg\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .lg\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .lg\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:first\:flex-no-wrap:first-child {
    flex-wrap: nowrap;
  }

  .lg\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .lg\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:last\:flex-no-wrap:last-child {
    flex-wrap: nowrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .lg\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .lg\:hover\:place-items-start:hover {
    place-items: start;
  }

  .lg\:hover\:place-items-end:hover {
    place-items: end;
  }

  .lg\:hover\:place-items-center:hover {
    place-items: center;
  }

  .lg\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .lg\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .lg\:focus\:place-items-start:focus {
    place-items: start;
  }

  .lg\:focus\:place-items-end:focus {
    place-items: end;
  }

  .lg\:focus\:place-items-center:focus {
    place-items: center;
  }

  .lg\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .lg\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .lg\:first\:place-items-start:first-child {
    place-items: start;
  }

  .lg\:first\:place-items-end:first-child {
    place-items: end;
  }

  .lg\:first\:place-items-center:first-child {
    place-items: center;
  }

  .lg\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .lg\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .lg\:last\:place-items-start:last-child {
    place-items: start;
  }

  .lg\:last\:place-items-end:last-child {
    place-items: end;
  }

  .lg\:last\:place-items-center:last-child {
    place-items: center;
  }

  .lg\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .group:hover .lg\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .lg\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .lg\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .lg\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .lg\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:hover\:place-content-center:hover {
    place-content: center;
  }

  .lg\:hover\:place-content-start:hover {
    place-content: start;
  }

  .lg\:hover\:place-content-end:hover {
    place-content: end;
  }

  .lg\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .lg\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .lg\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .lg\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .lg\:focus\:place-content-center:focus {
    place-content: center;
  }

  .lg\:focus\:place-content-start:focus {
    place-content: start;
  }

  .lg\:focus\:place-content-end:focus {
    place-content: end;
  }

  .lg\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .lg\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .lg\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .lg\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .lg\:first\:place-content-center:first-child {
    place-content: center;
  }

  .lg\:first\:place-content-start:first-child {
    place-content: start;
  }

  .lg\:first\:place-content-end:first-child {
    place-content: end;
  }

  .lg\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .lg\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .lg\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .lg\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .lg\:last\:place-content-center:last-child {
    place-content: center;
  }

  .lg\:last\:place-content-start:last-child {
    place-content: start;
  }

  .lg\:last\:place-content-end:last-child {
    place-content: end;
  }

  .lg\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .lg\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .lg\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .lg\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .group:hover .lg\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .lg\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .lg\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .lg\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .lg\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .lg\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .lg\:hover\:place-self-start:hover {
    place-self: start;
  }

  .lg\:hover\:place-self-end:hover {
    place-self: end;
  }

  .lg\:hover\:place-self-center:hover {
    place-self: center;
  }

  .lg\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .lg\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .lg\:focus\:place-self-start:focus {
    place-self: start;
  }

  .lg\:focus\:place-self-end:focus {
    place-self: end;
  }

  .lg\:focus\:place-self-center:focus {
    place-self: center;
  }

  .lg\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .lg\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .lg\:first\:place-self-start:first-child {
    place-self: start;
  }

  .lg\:first\:place-self-end:first-child {
    place-self: end;
  }

  .lg\:first\:place-self-center:first-child {
    place-self: center;
  }

  .lg\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .lg\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .lg\:last\:place-self-start:last-child {
    place-self: start;
  }

  .lg\:last\:place-self-end:last-child {
    place-self: end;
  }

  .lg\:last\:place-self-center:last-child {
    place-self: center;
  }

  .lg\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .group:hover .lg\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .lg\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .lg\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .lg\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .lg\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .lg\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .lg\:hover\:items-center:hover {
    align-items: center;
  }

  .lg\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .lg\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .lg\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .lg\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .lg\:focus\:items-center:focus {
    align-items: center;
  }

  .lg\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .lg\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .lg\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .lg\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .lg\:first\:items-center:first-child {
    align-items: center;
  }

  .lg\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .lg\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .lg\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .lg\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .lg\:last\:items-center:last-child {
    align-items: center;
  }

  .lg\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .lg\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .group:hover .lg\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .lg\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .lg\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .lg\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .lg\:group-hover\: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\:hover\:content-center:hover {
    align-content: center;
  }

  .lg\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .lg\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .lg\:hover\:content-between:hover {
    align-content: space-between;
  }

  .lg\:hover\:content-around:hover {
    align-content: space-around;
  }

  .lg\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .lg\:focus\:content-center:focus {
    align-content: center;
  }

  .lg\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .lg\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .lg\:focus\:content-between:focus {
    align-content: space-between;
  }

  .lg\:focus\:content-around:focus {
    align-content: space-around;
  }

  .lg\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .lg\:first\:content-center:first-child {
    align-content: center;
  }

  .lg\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .lg\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .lg\:first\:content-between:first-child {
    align-content: space-between;
  }

  .lg\:first\:content-around:first-child {
    align-content: space-around;
  }

  .lg\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .lg\:last\:content-center:last-child {
    align-content: center;
  }

  .lg\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .lg\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .lg\:last\:content-between:last-child {
    align-content: space-between;
  }

  .lg\:last\:content-around:last-child {
    align-content: space-around;
  }

  .lg\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .lg\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .lg\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .lg\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .lg\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .lg\:group-hover\: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\:hover\:self-auto:hover {
    align-self: auto;
  }

  .lg\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .lg\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .lg\:hover\:self-center:hover {
    align-self: center;
  }

  .lg\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .lg\:focus\:self-auto:focus {
    align-self: auto;
  }

  .lg\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .lg\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .lg\:focus\:self-center:focus {
    align-self: center;
  }

  .lg\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .lg\:first\:self-auto:first-child {
    align-self: auto;
  }

  .lg\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .lg\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .lg\:first\:self-center:first-child {
    align-self: center;
  }

  .lg\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .lg\:last\:self-auto:last-child {
    align-self: auto;
  }

  .lg\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .lg\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .lg\:last\:self-center:last-child {
    align-self: center;
  }

  .lg\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .group:hover .lg\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .lg\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .lg\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .lg\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .lg\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-items-auto {
    justify-items: auto;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .lg\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .lg\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .lg\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .lg\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .lg\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .lg\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .lg\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .lg\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .lg\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .lg\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .lg\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .lg\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .lg\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .lg\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .lg\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .lg\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .lg\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .lg\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .lg\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .group:hover .lg\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .lg\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .lg\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .lg\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .lg\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .lg\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .lg\:hover\:justify-center:hover {
    justify-content: center;
  }

  .lg\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .lg\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .lg\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .lg\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .lg\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .lg\:focus\:justify-center:focus {
    justify-content: center;
  }

  .lg\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .lg\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .lg\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .lg\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .lg\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .lg\:first\:justify-center:first-child {
    justify-content: center;
  }

  .lg\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .lg\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .lg\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .lg\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .lg\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .lg\:last\:justify-center:last-child {
    justify-content: center;
  }

  .lg\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .lg\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .lg\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .lg\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .lg\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .lg\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .lg\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .lg\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .lg\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .lg\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .lg\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .lg\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .lg\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .lg\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .lg\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .lg\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .lg\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .lg\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .lg\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .lg\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .lg\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .lg\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .lg\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .lg\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .lg\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .lg\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .lg\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .group:hover .lg\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .lg\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .lg\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .lg\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .lg\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .lg\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .lg\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .lg\:hover\:flex-none:hover {
    flex: none;
  }

  .lg\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .lg\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .lg\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .lg\:focus\:flex-none:focus {
    flex: none;
  }

  .lg\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .lg\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .lg\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .lg\:first\:flex-none:first-child {
    flex: none;
  }

  .lg\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .lg\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .lg\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .lg\:last\:flex-none:last-child {
    flex: none;
  }

  .group:hover .lg\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .lg\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .lg\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .lg\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .lg\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .lg\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .lg\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .lg\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .lg\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .group:hover .lg\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .lg\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .lg\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .lg\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .lg\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .lg\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .lg\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .lg\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .lg\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .group:hover .lg\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .lg\:group-hover\: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\:hover\:order-1:hover {
    order: 1;
  }

  .lg\:hover\:order-2:hover {
    order: 2;
  }

  .lg\:hover\:order-3:hover {
    order: 3;
  }

  .lg\:hover\:order-4:hover {
    order: 4;
  }

  .lg\:hover\:order-5:hover {
    order: 5;
  }

  .lg\:hover\:order-6:hover {
    order: 6;
  }

  .lg\:hover\:order-7:hover {
    order: 7;
  }

  .lg\:hover\:order-8:hover {
    order: 8;
  }

  .lg\:hover\:order-9:hover {
    order: 9;
  }

  .lg\:hover\:order-10:hover {
    order: 10;
  }

  .lg\:hover\:order-11:hover {
    order: 11;
  }

  .lg\:hover\:order-12:hover {
    order: 12;
  }

  .lg\:hover\:order-first:hover {
    order: -9999;
  }

  .lg\:hover\:order-last:hover {
    order: 9999;
  }

  .lg\:hover\:order-none:hover {
    order: 0;
  }

  .lg\:focus\:order-1:focus {
    order: 1;
  }

  .lg\:focus\:order-2:focus {
    order: 2;
  }

  .lg\:focus\:order-3:focus {
    order: 3;
  }

  .lg\:focus\:order-4:focus {
    order: 4;
  }

  .lg\:focus\:order-5:focus {
    order: 5;
  }

  .lg\:focus\:order-6:focus {
    order: 6;
  }

  .lg\:focus\:order-7:focus {
    order: 7;
  }

  .lg\:focus\:order-8:focus {
    order: 8;
  }

  .lg\:focus\:order-9:focus {
    order: 9;
  }

  .lg\:focus\:order-10:focus {
    order: 10;
  }

  .lg\:focus\:order-11:focus {
    order: 11;
  }

  .lg\:focus\:order-12:focus {
    order: 12;
  }

  .lg\:focus\:order-first:focus {
    order: -9999;
  }

  .lg\:focus\:order-last:focus {
    order: 9999;
  }

  .lg\:focus\:order-none:focus {
    order: 0;
  }

  .lg\:first\:order-1:first-child {
    order: 1;
  }

  .lg\:first\:order-2:first-child {
    order: 2;
  }

  .lg\:first\:order-3:first-child {
    order: 3;
  }

  .lg\:first\:order-4:first-child {
    order: 4;
  }

  .lg\:first\:order-5:first-child {
    order: 5;
  }

  .lg\:first\:order-6:first-child {
    order: 6;
  }

  .lg\:first\:order-7:first-child {
    order: 7;
  }

  .lg\:first\:order-8:first-child {
    order: 8;
  }

  .lg\:first\:order-9:first-child {
    order: 9;
  }

  .lg\:first\:order-10:first-child {
    order: 10;
  }

  .lg\:first\:order-11:first-child {
    order: 11;
  }

  .lg\:first\:order-12:first-child {
    order: 12;
  }

  .lg\:first\:order-first:first-child {
    order: -9999;
  }

  .lg\:first\:order-last:first-child {
    order: 9999;
  }

  .lg\:first\:order-none:first-child {
    order: 0;
  }

  .lg\:last\:order-1:last-child {
    order: 1;
  }

  .lg\:last\:order-2:last-child {
    order: 2;
  }

  .lg\:last\:order-3:last-child {
    order: 3;
  }

  .lg\:last\:order-4:last-child {
    order: 4;
  }

  .lg\:last\:order-5:last-child {
    order: 5;
  }

  .lg\:last\:order-6:last-child {
    order: 6;
  }

  .lg\:last\:order-7:last-child {
    order: 7;
  }

  .lg\:last\:order-8:last-child {
    order: 8;
  }

  .lg\:last\:order-9:last-child {
    order: 9;
  }

  .lg\:last\:order-10:last-child {
    order: 10;
  }

  .lg\:last\:order-11:last-child {
    order: 11;
  }

  .lg\:last\:order-12:last-child {
    order: 12;
  }

  .lg\:last\:order-first:last-child {
    order: -9999;
  }

  .lg\:last\:order-last:last-child {
    order: 9999;
  }

  .lg\:last\:order-none:last-child {
    order: 0;
  }

  .group:hover .lg\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .lg\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .lg\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .lg\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .lg\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .lg\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .lg\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .lg\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .lg\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .lg\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .lg\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .lg\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .lg\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .lg\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .lg\:group-hover\: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\:hover\:float-right:hover {
    float: right;
  }

  .lg\:hover\:float-left:hover {
    float: left;
  }

  .lg\:hover\:float-none:hover {
    float: none;
  }

  .lg\:hover\:clearfix:hover:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:focus\:float-right:focus {
    float: right;
  }

  .lg\:focus\:float-left:focus {
    float: left;
  }

  .lg\:focus\:float-none:focus {
    float: none;
  }

  .lg\:focus\:clearfix:focus:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:first\:float-right:first-child {
    float: right;
  }

  .lg\:first\:float-left:first-child {
    float: left;
  }

  .lg\:first\:float-none:first-child {
    float: none;
  }

  .lg\:first\:clearfix:first-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:last\:float-right:last-child {
    float: right;
  }

  .lg\:last\:float-left:last-child {
    float: left;
  }

  .lg\:last\:float-none:last-child {
    float: none;
  }

  .lg\:last\:clearfix:last-child:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .lg\:group-hover\:float-right {
    float: right;
  }

  .group:hover .lg\:group-hover\:float-left {
    float: left;
  }

  .group:hover .lg\:group-hover\:float-none {
    float: none;
  }

  .group:hover .lg\:group-hover\: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\:hover\:clear-left:hover {
    clear: left;
  }

  .lg\:hover\:clear-right:hover {
    clear: right;
  }

  .lg\:hover\:clear-both:hover {
    clear: both;
  }

  .lg\:hover\:clear-none:hover {
    clear: none;
  }

  .lg\:focus\:clear-left:focus {
    clear: left;
  }

  .lg\:focus\:clear-right:focus {
    clear: right;
  }

  .lg\:focus\:clear-both:focus {
    clear: both;
  }

  .lg\:focus\:clear-none:focus {
    clear: none;
  }

  .lg\:first\:clear-left:first-child {
    clear: left;
  }

  .lg\:first\:clear-right:first-child {
    clear: right;
  }

  .lg\:first\:clear-both:first-child {
    clear: both;
  }

  .lg\:first\:clear-none:first-child {
    clear: none;
  }

  .lg\:last\:clear-left:last-child {
    clear: left;
  }

  .lg\:last\:clear-right:last-child {
    clear: right;
  }

  .lg\:last\:clear-both:last-child {
    clear: both;
  }

  .lg\:last\:clear-none:last-child {
    clear: none;
  }

  .group:hover .lg\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .lg\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .lg\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .lg\:group-hover\:clear-none {
    clear: none;
  }

  .lg\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .lg\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .lg\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .lg\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .lg\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .lg\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .lg\:font-pacifico {
    font-family: 'Pacifico';
  }

  .lg\:hover\:font-proxima-medium:hover {
    font-family: 'ProximaSoft-Medium';
  }

  .lg\:hover\:font-proxima-semibold:hover {
    font-family: 'ProximaSoft-Semibold';
  }

  .lg\:hover\:font-avenir-book:hover {
    font-family: 'Avenir-Book';
  }

  .lg\:hover\:font-avenir-medium:hover {
    font-family: 'Avenir-Medium';
  }

  .lg\:hover\:font-avenir-heavy:hover {
    font-family: 'Avenir-Heavy';
  }

  .lg\:hover\:font-nunito-regular:hover {
    font-family: 'NunitoSans-Regular';
  }

  .lg\:hover\:font-pacifico:hover {
    font-family: 'Pacifico';
  }

  .lg\:focus\:font-proxima-medium:focus {
    font-family: 'ProximaSoft-Medium';
  }

  .lg\:focus\:font-proxima-semibold:focus {
    font-family: 'ProximaSoft-Semibold';
  }

  .lg\:focus\:font-avenir-book:focus {
    font-family: 'Avenir-Book';
  }

  .lg\:focus\:font-avenir-medium:focus {
    font-family: 'Avenir-Medium';
  }

  .lg\:focus\:font-avenir-heavy:focus {
    font-family: 'Avenir-Heavy';
  }

  .lg\:focus\:font-nunito-regular:focus {
    font-family: 'NunitoSans-Regular';
  }

  .lg\:focus\:font-pacifico:focus {
    font-family: 'Pacifico';
  }

  .lg\:first\:font-proxima-medium:first-child {
    font-family: 'ProximaSoft-Medium';
  }

  .lg\:first\:font-proxima-semibold:first-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .lg\:first\:font-avenir-book:first-child {
    font-family: 'Avenir-Book';
  }

  .lg\:first\:font-avenir-medium:first-child {
    font-family: 'Avenir-Medium';
  }

  .lg\:first\:font-avenir-heavy:first-child {
    font-family: 'Avenir-Heavy';
  }

  .lg\:first\:font-nunito-regular:first-child {
    font-family: 'NunitoSans-Regular';
  }

  .lg\:first\:font-pacifico:first-child {
    font-family: 'Pacifico';
  }

  .lg\:last\:font-proxima-medium:last-child {
    font-family: 'ProximaSoft-Medium';
  }

  .lg\:last\:font-proxima-semibold:last-child {
    font-family: 'ProximaSoft-Semibold';
  }

  .lg\:last\:font-avenir-book:last-child {
    font-family: 'Avenir-Book';
  }

  .lg\:last\:font-avenir-medium:last-child {
    font-family: 'Avenir-Medium';
  }

  .lg\:last\:font-avenir-heavy:last-child {
    font-family: 'Avenir-Heavy';
  }

  .lg\:last\:font-nunito-regular:last-child {
    font-family: 'NunitoSans-Regular';
  }

  .lg\:last\:font-pacifico:last-child {
    font-family: 'Pacifico';
  }

  .group:hover .lg\:group-hover\:font-proxima-medium {
    font-family: 'ProximaSoft-Medium';
  }

  .group:hover .lg\:group-hover\:font-proxima-semibold {
    font-family: 'ProximaSoft-Semibold';
  }

  .group:hover .lg\:group-hover\:font-avenir-book {
    font-family: 'Avenir-Book';
  }

  .group:hover .lg\:group-hover\:font-avenir-medium {
    font-family: 'Avenir-Medium';
  }

  .group:hover .lg\:group-hover\:font-avenir-heavy {
    font-family: 'Avenir-Heavy';
  }

  .group:hover .lg\:group-hover\:font-nunito-regular {
    font-family: 'NunitoSans-Regular';
  }

  .group:hover .lg\:group-hover\:font-pacifico {
    font-family: 'Pacifico';
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:first\:font-hairline:first-child {
    font-weight: 100;
  }

  .lg\:first\:font-thin:first-child {
    font-weight: 200;
  }

  .lg\:first\:font-light:first-child {
    font-weight: 300;
  }

  .lg\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .lg\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .lg\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .lg\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .lg\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .lg\:first\:font-black:first-child {
    font-weight: 900;
  }

  .lg\:last\:font-hairline:last-child {
    font-weight: 100;
  }

  .lg\:last\:font-thin:last-child {
    font-weight: 200;
  }

  .lg\:last\:font-light:last-child {
    font-weight: 300;
  }

  .lg\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .lg\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .lg\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .lg\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .lg\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .lg\:last\:font-black:last-child {
    font-weight: 900;
  }

  .group:hover .lg\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .lg\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .lg\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .lg\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .lg\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .lg\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .lg\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .lg\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .lg\:group-hover\:font-black {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 3px;
  }

  .lg\:h-4 {
    height: 4px;
  }

  .lg\:h-5 {
    height: 5px;
  }

  .lg\:h-6 {
    height: 6px;
  }

  .lg\:h-8 {
    height: 8px;
  }

  .lg\:h-9 {
    height: 9px;
  }

  .lg\:h-10 {
    height: 10px;
  }

  .lg\:h-12 {
    height: 12px;
  }

  .lg\:h-13 {
    height: 13px;
  }

  .lg\:h-14 {
    height: 14px;
  }

  .lg\:h-15 {
    height: 15px;
  }

  .lg\:h-16 {
    height: 16px;
  }

  .lg\:h-17 {
    height: 17px;
  }

  .lg\:h-18 {
    height: 18px;
  }

  .lg\:h-20 {
    height: 20px;
  }

  .lg\:h-22 {
    height: 22px;
  }

  .lg\:h-24 {
    height: 24px;
  }

  .lg\:h-25 {
    height: 25px;
  }

  .lg\:h-28 {
    height: 28px;
  }

  .lg\:h-29 {
    height: 29px;
  }

  .lg\:h-30 {
    height: 30px;
  }

  .lg\:h-32 {
    height: 32px;
  }

  .lg\:h-35 {
    height: 35px;
  }

  .lg\:h-36 {
    height: 36px;
  }

  .lg\:h-37 {
    height: 37px;
  }

  .lg\:h-40 {
    height: 40px;
  }

  .lg\:h-45 {
    height: 45px;
  }

  .lg\:h-48 {
    height: 48px;
  }

  .lg\:h-50 {
    height: 50px;
  }

  .lg\:h-55 {
    height: 55px;
  }

  .lg\:h-56 {
    height: 56px;
  }

  .lg\:h-60 {
    height: 60px;
  }

  .lg\:h-62 {
    height: 62px;
  }

  .lg\:h-64 {
    height: 64px;
  }

  .lg\:h-65 {
    height: 65px;
  }

  .lg\:h-70 {
    height: 70px;
  }

  .lg\:h-75 {
    height: 75px;
  }

  .lg\:h-80 {
    height: 80px;
  }

  .lg\:h-85 {
    height: 85px;
  }

  .lg\:h-90 {
    height: 90px;
  }

  .lg\:h-95 {
    height: 95px;
  }

  .lg\:h-96 {
    height: 96px;
  }

  .lg\:h-100 {
    height: 100px;
  }

  .lg\:h-110 {
    height: 110px;
  }

  .lg\:h-115 {
    height: 115px;
  }

  .lg\:h-120 {
    height: 120px;
  }

  .lg\:h-128 {
    height: 128px;
  }

  .lg\:h-135 {
    height: 135px;
  }

  .lg\:h-140 {
    height: 140px;
  }

  .lg\:h-145 {
    height: 145px;
  }

  .lg\:h-150 {
    height: 150px;
  }

  .lg\:h-160 {
    height: 160px;
  }

  .lg\:h-165 {
    height: 165px;
  }

  .lg\:h-168 {
    height: 168px;
  }

  .lg\:h-170 {
    height: 170px;
  }

  .lg\:h-180 {
    height: 180px;
  }

  .lg\:h-200 {
    height: 200px;
  }

  .lg\:h-220 {
    height: 220px;
  }

  .lg\:h-230 {
    height: 230px;
  }

  .lg\:h-235 {
    height: 235px;
  }

  .lg\:h-240 {
    height: 240px;
  }

  .lg\:h-250 {
    height: 250px;
  }

  .lg\:h-300 {
    height: 300px;
  }

  .lg\:h-320 {
    height: 320px;
  }

  .lg\:h-350 {
    height: 350px;
  }

  .lg\:h-375 {
    height: 375px;
  }

  .lg\:h-400 {
    height: 400px;
  }

  .lg\:h-450 {
    height: 450px;
  }

  .lg\:h-700 {
    height: 700px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-1p {
    height: 1%;
  }

  .lg\:h-1\/12 {
    height: 8.3333%;
  }

  .lg\:h-2\/12 {
    height: 16.666667%;
  }

  .lg\:h-11p {
    height: 11%;
  }

  .lg\:h-20p {
    height: 20%;
  }

  .lg\:h-24p {
    height: 24.25%;
  }

  .lg\:h-25p {
    height: 25%;
  }

  .lg\:h-32p {
    height: 32%;
  }

  .lg\:h-35p {
    height: 35%;
  }

  .lg\:h-40p {
    height: 40%;
  }

  .lg\:h-49p {
    height: 49%;
  }

  .lg\:h-49-5p {
    height: 49.5%;
  }

  .lg\:h-80p {
    height: 80%;
  }

  .lg\:h-vh80 {
    height: 80vh;
  }

  .lg\:h-vh86 {
    height: 86vh;
  }

  .lg\:h-vh90 {
    height: 90vh;
  }

  .lg\:h-vw80 {
    height: 80vw;
  }

  .lg\:h-vw90 {
    height: 90vw;
  }

  .lg\:h-90p {
    height: 90%;
  }

  .lg\:h-92p {
    height: 92%;
  }

  .lg\:h-93p {
    height: 93%;
  }

  .lg\:h-94p {
    height: 94%;
  }

  .lg\:h-95p {
    height: 95%;
  }

  .lg\:h-96p {
    height: 96%;
  }

  .lg\:h-100p {
    height: 100%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:hover\:h-0:hover {
    height: 0px;
  }

  .lg\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .lg\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .lg\:hover\:h-3:hover {
    height: 3px;
  }

  .lg\:hover\:h-4:hover {
    height: 4px;
  }

  .lg\:hover\:h-5:hover {
    height: 5px;
  }

  .lg\:hover\:h-6:hover {
    height: 6px;
  }

  .lg\:hover\:h-8:hover {
    height: 8px;
  }

  .lg\:hover\:h-9:hover {
    height: 9px;
  }

  .lg\:hover\:h-10:hover {
    height: 10px;
  }

  .lg\:hover\:h-12:hover {
    height: 12px;
  }

  .lg\:hover\:h-13:hover {
    height: 13px;
  }

  .lg\:hover\:h-14:hover {
    height: 14px;
  }

  .lg\:hover\:h-15:hover {
    height: 15px;
  }

  .lg\:hover\:h-16:hover {
    height: 16px;
  }

  .lg\:hover\:h-17:hover {
    height: 17px;
  }

  .lg\:hover\:h-18:hover {
    height: 18px;
  }

  .lg\:hover\:h-20:hover {
    height: 20px;
  }

  .lg\:hover\:h-22:hover {
    height: 22px;
  }

  .lg\:hover\:h-24:hover {
    height: 24px;
  }

  .lg\:hover\:h-25:hover {
    height: 25px;
  }

  .lg\:hover\:h-28:hover {
    height: 28px;
  }

  .lg\:hover\:h-29:hover {
    height: 29px;
  }

  .lg\:hover\:h-30:hover {
    height: 30px;
  }

  .lg\:hover\:h-32:hover {
    height: 32px;
  }

  .lg\:hover\:h-35:hover {
    height: 35px;
  }

  .lg\:hover\:h-36:hover {
    height: 36px;
  }

  .lg\:hover\:h-37:hover {
    height: 37px;
  }

  .lg\:hover\:h-40:hover {
    height: 40px;
  }

  .lg\:hover\:h-45:hover {
    height: 45px;
  }

  .lg\:hover\:h-48:hover {
    height: 48px;
  }

  .lg\:hover\:h-50:hover {
    height: 50px;
  }

  .lg\:hover\:h-55:hover {
    height: 55px;
  }

  .lg\:hover\:h-56:hover {
    height: 56px;
  }

  .lg\:hover\:h-60:hover {
    height: 60px;
  }

  .lg\:hover\:h-62:hover {
    height: 62px;
  }

  .lg\:hover\:h-64:hover {
    height: 64px;
  }

  .lg\:hover\:h-65:hover {
    height: 65px;
  }

  .lg\:hover\:h-70:hover {
    height: 70px;
  }

  .lg\:hover\:h-75:hover {
    height: 75px;
  }

  .lg\:hover\:h-80:hover {
    height: 80px;
  }

  .lg\:hover\:h-85:hover {
    height: 85px;
  }

  .lg\:hover\:h-90:hover {
    height: 90px;
  }

  .lg\:hover\:h-95:hover {
    height: 95px;
  }

  .lg\:hover\:h-96:hover {
    height: 96px;
  }

  .lg\:hover\:h-100:hover {
    height: 100px;
  }

  .lg\:hover\:h-110:hover {
    height: 110px;
  }

  .lg\:hover\:h-115:hover {
    height: 115px;
  }

  .lg\:hover\:h-120:hover {
    height: 120px;
  }

  .lg\:hover\:h-128:hover {
    height: 128px;
  }

  .lg\:hover\:h-135:hover {
    height: 135px;
  }

  .lg\:hover\:h-140:hover {
    height: 140px;
  }

  .lg\:hover\:h-145:hover {
    height: 145px;
  }

  .lg\:hover\:h-150:hover {
    height: 150px;
  }

  .lg\:hover\:h-160:hover {
    height: 160px;
  }

  .lg\:hover\:h-165:hover {
    height: 165px;
  }

  .lg\:hover\:h-168:hover {
    height: 168px;
  }

  .lg\:hover\:h-170:hover {
    height: 170px;
  }

  .lg\:hover\:h-180:hover {
    height: 180px;
  }

  .lg\:hover\:h-200:hover {
    height: 200px;
  }

  .lg\:hover\:h-220:hover {
    height: 220px;
  }

  .lg\:hover\:h-230:hover {
    height: 230px;
  }

  .lg\:hover\:h-235:hover {
    height: 235px;
  }

  .lg\:hover\:h-240:hover {
    height: 240px;
  }

  .lg\:hover\:h-250:hover {
    height: 250px;
  }

  .lg\:hover\:h-300:hover {
    height: 300px;
  }

  .lg\:hover\:h-320:hover {
    height: 320px;
  }

  .lg\:hover\:h-350:hover {
    height: 350px;
  }

  .lg\:hover\:h-375:hover {
    height: 375px;
  }

  .lg\:hover\:h-400:hover {
    height: 400px;
  }

  .lg\:hover\:h-450:hover {
    height: 450px;
  }

  .lg\:hover\:h-700:hover {
    height: 700px;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-1p:hover {
    height: 1%;
  }

  .lg\:hover\:h-1\/12:hover {
    height: 8.3333%;
  }

  .lg\:hover\:h-2\/12:hover {
    height: 16.666667%;
  }

  .lg\:hover\:h-11p:hover {
    height: 11%;
  }

  .lg\:hover\:h-20p:hover {
    height: 20%;
  }

  .lg\:hover\:h-24p:hover {
    height: 24.25%;
  }

  .lg\:hover\:h-25p:hover {
    height: 25%;
  }

  .lg\:hover\:h-32p:hover {
    height: 32%;
  }

  .lg\:hover\:h-35p:hover {
    height: 35%;
  }

  .lg\:hover\:h-40p:hover {
    height: 40%;
  }

  .lg\:hover\:h-49p:hover {
    height: 49%;
  }

  .lg\:hover\:h-49-5p:hover {
    height: 49.5%;
  }

  .lg\:hover\:h-80p:hover {
    height: 80%;
  }

  .lg\:hover\:h-vh80:hover {
    height: 80vh;
  }

  .lg\:hover\:h-vh86:hover {
    height: 86vh;
  }

  .lg\:hover\:h-vh90:hover {
    height: 90vh;
  }

  .lg\:hover\:h-vw80:hover {
    height: 80vw;
  }

  .lg\:hover\:h-vw90:hover {
    height: 90vw;
  }

  .lg\:hover\:h-90p:hover {
    height: 90%;
  }

  .lg\:hover\:h-92p:hover {
    height: 92%;
  }

  .lg\:hover\:h-93p:hover {
    height: 93%;
  }

  .lg\:hover\:h-94p:hover {
    height: 94%;
  }

  .lg\:hover\:h-95p:hover {
    height: 95%;
  }

  .lg\:hover\:h-96p:hover {
    height: 96%;
  }

  .lg\:hover\:h-100p:hover {
    height: 100%;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .lg\:focus\:h-0:focus {
    height: 0px;
  }

  .lg\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .lg\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .lg\:focus\:h-3:focus {
    height: 3px;
  }

  .lg\:focus\:h-4:focus {
    height: 4px;
  }

  .lg\:focus\:h-5:focus {
    height: 5px;
  }

  .lg\:focus\:h-6:focus {
    height: 6px;
  }

  .lg\:focus\:h-8:focus {
    height: 8px;
  }

  .lg\:focus\:h-9:focus {
    height: 9px;
  }

  .lg\:focus\:h-10:focus {
    height: 10px;
  }

  .lg\:focus\:h-12:focus {
    height: 12px;
  }

  .lg\:focus\:h-13:focus {
    height: 13px;
  }

  .lg\:focus\:h-14:focus {
    height: 14px;
  }

  .lg\:focus\:h-15:focus {
    height: 15px;
  }

  .lg\:focus\:h-16:focus {
    height: 16px;
  }

  .lg\:focus\:h-17:focus {
    height: 17px;
  }

  .lg\:focus\:h-18:focus {
    height: 18px;
  }

  .lg\:focus\:h-20:focus {
    height: 20px;
  }

  .lg\:focus\:h-22:focus {
    height: 22px;
  }

  .lg\:focus\:h-24:focus {
    height: 24px;
  }

  .lg\:focus\:h-25:focus {
    height: 25px;
  }

  .lg\:focus\:h-28:focus {
    height: 28px;
  }

  .lg\:focus\:h-29:focus {
    height: 29px;
  }

  .lg\:focus\:h-30:focus {
    height: 30px;
  }

  .lg\:focus\:h-32:focus {
    height: 32px;
  }

  .lg\:focus\:h-35:focus {
    height: 35px;
  }

  .lg\:focus\:h-36:focus {
    height: 36px;
  }

  .lg\:focus\:h-37:focus {
    height: 37px;
  }

  .lg\:focus\:h-40:focus {
    height: 40px;
  }

  .lg\:focus\:h-45:focus {
    height: 45px;
  }

  .lg\:focus\:h-48:focus {
    height: 48px;
  }

  .lg\:focus\:h-50:focus {
    height: 50px;
  }

  .lg\:focus\:h-55:focus {
    height: 55px;
  }

  .lg\:focus\:h-56:focus {
    height: 56px;
  }

  .lg\:focus\:h-60:focus {
    height: 60px;
  }

  .lg\:focus\:h-62:focus {
    height: 62px;
  }

  .lg\:focus\:h-64:focus {
    height: 64px;
  }

  .lg\:focus\:h-65:focus {
    height: 65px;
  }

  .lg\:focus\:h-70:focus {
    height: 70px;
  }

  .lg\:focus\:h-75:focus {
    height: 75px;
  }

  .lg\:focus\:h-80:focus {
    height: 80px;
  }

  .lg\:focus\:h-85:focus {
    height: 85px;
  }

  .lg\:focus\:h-90:focus {
    height: 90px;
  }

  .lg\:focus\:h-95:focus {
    height: 95px;
  }

  .lg\:focus\:h-96:focus {
    height: 96px;
  }

  .lg\:focus\:h-100:focus {
    height: 100px;
  }

  .lg\:focus\:h-110:focus {
    height: 110px;
  }

  .lg\:focus\:h-115:focus {
    height: 115px;
  }

  .lg\:focus\:h-120:focus {
    height: 120px;
  }

  .lg\:focus\:h-128:focus {
    height: 128px;
  }

  .lg\:focus\:h-135:focus {
    height: 135px;
  }

  .lg\:focus\:h-140:focus {
    height: 140px;
  }

  .lg\:focus\:h-145:focus {
    height: 145px;
  }

  .lg\:focus\:h-150:focus {
    height: 150px;
  }

  .lg\:focus\:h-160:focus {
    height: 160px;
  }

  .lg\:focus\:h-165:focus {
    height: 165px;
  }

  .lg\:focus\:h-168:focus {
    height: 168px;
  }

  .lg\:focus\:h-170:focus {
    height: 170px;
  }

  .lg\:focus\:h-180:focus {
    height: 180px;
  }

  .lg\:focus\:h-200:focus {
    height: 200px;
  }

  .lg\:focus\:h-220:focus {
    height: 220px;
  }

  .lg\:focus\:h-230:focus {
    height: 230px;
  }

  .lg\:focus\:h-235:focus {
    height: 235px;
  }

  .lg\:focus\:h-240:focus {
    height: 240px;
  }

  .lg\:focus\:h-250:focus {
    height: 250px;
  }

  .lg\:focus\:h-300:focus {
    height: 300px;
  }

  .lg\:focus\:h-320:focus {
    height: 320px;
  }

  .lg\:focus\:h-350:focus {
    height: 350px;
  }

  .lg\:focus\:h-375:focus {
    height: 375px;
  }

  .lg\:focus\:h-400:focus {
    height: 400px;
  }

  .lg\:focus\:h-450:focus {
    height: 450px;
  }

  .lg\:focus\:h-700:focus {
    height: 700px;
  }

  .lg\:focus\:h-auto:focus {
    height: auto;
  }

  .lg\:focus\:h-px:focus {
    height: 1px;
  }

  .lg\:focus\:h-1p:focus {
    height: 1%;
  }

  .lg\:focus\:h-1\/12:focus {
    height: 8.3333%;
  }

  .lg\:focus\:h-2\/12:focus {
    height: 16.666667%;
  }

  .lg\:focus\:h-11p:focus {
    height: 11%;
  }

  .lg\:focus\:h-20p:focus {
    height: 20%;
  }

  .lg\:focus\:h-24p:focus {
    height: 24.25%;
  }

  .lg\:focus\:h-25p:focus {
    height: 25%;
  }

  .lg\:focus\:h-32p:focus {
    height: 32%;
  }

  .lg\:focus\:h-35p:focus {
    height: 35%;
  }

  .lg\:focus\:h-40p:focus {
    height: 40%;
  }

  .lg\:focus\:h-49p:focus {
    height: 49%;
  }

  .lg\:focus\:h-49-5p:focus {
    height: 49.5%;
  }

  .lg\:focus\:h-80p:focus {
    height: 80%;
  }

  .lg\:focus\:h-vh80:focus {
    height: 80vh;
  }

  .lg\:focus\:h-vh86:focus {
    height: 86vh;
  }

  .lg\:focus\:h-vh90:focus {
    height: 90vh;
  }

  .lg\:focus\:h-vw80:focus {
    height: 80vw;
  }

  .lg\:focus\:h-vw90:focus {
    height: 90vw;
  }

  .lg\:focus\:h-90p:focus {
    height: 90%;
  }

  .lg\:focus\:h-92p:focus {
    height: 92%;
  }

  .lg\:focus\:h-93p:focus {
    height: 93%;
  }

  .lg\:focus\:h-94p:focus {
    height: 94%;
  }

  .lg\:focus\:h-95p:focus {
    height: 95%;
  }

  .lg\:focus\:h-96p:focus {
    height: 96%;
  }

  .lg\:focus\:h-100p:focus {
    height: 100%;
  }

  .lg\:focus\:h-full:focus {
    height: 100%;
  }

  .lg\:focus\:h-screen:focus {
    height: 100vh;
  }

  .lg\:first\:h-0:first-child {
    height: 0px;
  }

  .lg\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .lg\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .lg\:first\:h-3:first-child {
    height: 3px;
  }

  .lg\:first\:h-4:first-child {
    height: 4px;
  }

  .lg\:first\:h-5:first-child {
    height: 5px;
  }

  .lg\:first\:h-6:first-child {
    height: 6px;
  }

  .lg\:first\:h-8:first-child {
    height: 8px;
  }

  .lg\:first\:h-9:first-child {
    height: 9px;
  }

  .lg\:first\:h-10:first-child {
    height: 10px;
  }

  .lg\:first\:h-12:first-child {
    height: 12px;
  }

  .lg\:first\:h-13:first-child {
    height: 13px;
  }

  .lg\:first\:h-14:first-child {
    height: 14px;
  }

  .lg\:first\:h-15:first-child {
    height: 15px;
  }

  .lg\:first\:h-16:first-child {
    height: 16px;
  }

  .lg\:first\:h-17:first-child {
    height: 17px;
  }

  .lg\:first\:h-18:first-child {
    height: 18px;
  }

  .lg\:first\:h-20:first-child {
    height: 20px;
  }

  .lg\:first\:h-22:first-child {
    height: 22px;
  }

  .lg\:first\:h-24:first-child {
    height: 24px;
  }

  .lg\:first\:h-25:first-child {
    height: 25px;
  }

  .lg\:first\:h-28:first-child {
    height: 28px;
  }

  .lg\:first\:h-29:first-child {
    height: 29px;
  }

  .lg\:first\:h-30:first-child {
    height: 30px;
  }

  .lg\:first\:h-32:first-child {
    height: 32px;
  }

  .lg\:first\:h-35:first-child {
    height: 35px;
  }

  .lg\:first\:h-36:first-child {
    height: 36px;
  }

  .lg\:first\:h-37:first-child {
    height: 37px;
  }

  .lg\:first\:h-40:first-child {
    height: 40px;
  }

  .lg\:first\:h-45:first-child {
    height: 45px;
  }

  .lg\:first\:h-48:first-child {
    height: 48px;
  }

  .lg\:first\:h-50:first-child {
    height: 50px;
  }

  .lg\:first\:h-55:first-child {
    height: 55px;
  }

  .lg\:first\:h-56:first-child {
    height: 56px;
  }

  .lg\:first\:h-60:first-child {
    height: 60px;
  }

  .lg\:first\:h-62:first-child {
    height: 62px;
  }

  .lg\:first\:h-64:first-child {
    height: 64px;
  }

  .lg\:first\:h-65:first-child {
    height: 65px;
  }

  .lg\:first\:h-70:first-child {
    height: 70px;
  }

  .lg\:first\:h-75:first-child {
    height: 75px;
  }

  .lg\:first\:h-80:first-child {
    height: 80px;
  }

  .lg\:first\:h-85:first-child {
    height: 85px;
  }

  .lg\:first\:h-90:first-child {
    height: 90px;
  }

  .lg\:first\:h-95:first-child {
    height: 95px;
  }

  .lg\:first\:h-96:first-child {
    height: 96px;
  }

  .lg\:first\:h-100:first-child {
    height: 100px;
  }

  .lg\:first\:h-110:first-child {
    height: 110px;
  }

  .lg\:first\:h-115:first-child {
    height: 115px;
  }

  .lg\:first\:h-120:first-child {
    height: 120px;
  }

  .lg\:first\:h-128:first-child {
    height: 128px;
  }

  .lg\:first\:h-135:first-child {
    height: 135px;
  }

  .lg\:first\:h-140:first-child {
    height: 140px;
  }

  .lg\:first\:h-145:first-child {
    height: 145px;
  }

  .lg\:first\:h-150:first-child {
    height: 150px;
  }

  .lg\:first\:h-160:first-child {
    height: 160px;
  }

  .lg\:first\:h-165:first-child {
    height: 165px;
  }

  .lg\:first\:h-168:first-child {
    height: 168px;
  }

  .lg\:first\:h-170:first-child {
    height: 170px;
  }

  .lg\:first\:h-180:first-child {
    height: 180px;
  }

  .lg\:first\:h-200:first-child {
    height: 200px;
  }

  .lg\:first\:h-220:first-child {
    height: 220px;
  }

  .lg\:first\:h-230:first-child {
    height: 230px;
  }

  .lg\:first\:h-235:first-child {
    height: 235px;
  }

  .lg\:first\:h-240:first-child {
    height: 240px;
  }

  .lg\:first\:h-250:first-child {
    height: 250px;
  }

  .lg\:first\:h-300:first-child {
    height: 300px;
  }

  .lg\:first\:h-320:first-child {
    height: 320px;
  }

  .lg\:first\:h-350:first-child {
    height: 350px;
  }

  .lg\:first\:h-375:first-child {
    height: 375px;
  }

  .lg\:first\:h-400:first-child {
    height: 400px;
  }

  .lg\:first\:h-450:first-child {
    height: 450px;
  }

  .lg\:first\:h-700:first-child {
    height: 700px;
  }

  .lg\:first\:h-auto:first-child {
    height: auto;
  }

  .lg\:first\:h-px:first-child {
    height: 1px;
  }

  .lg\:first\:h-1p:first-child {
    height: 1%;
  }

  .lg\:first\:h-1\/12:first-child {
    height: 8.3333%;
  }

  .lg\:first\:h-2\/12:first-child {
    height: 16.666667%;
  }

  .lg\:first\:h-11p:first-child {
    height: 11%;
  }

  .lg\:first\:h-20p:first-child {
    height: 20%;
  }

  .lg\:first\:h-24p:first-child {
    height: 24.25%;
  }

  .lg\:first\:h-25p:first-child {
    height: 25%;
  }

  .lg\:first\:h-32p:first-child {
    height: 32%;
  }

  .lg\:first\:h-35p:first-child {
    height: 35%;
  }

  .lg\:first\:h-40p:first-child {
    height: 40%;
  }

  .lg\:first\:h-49p:first-child {
    height: 49%;
  }

  .lg\:first\:h-49-5p:first-child {
    height: 49.5%;
  }

  .lg\:first\:h-80p:first-child {
    height: 80%;
  }

  .lg\:first\:h-vh80:first-child {
    height: 80vh;
  }

  .lg\:first\:h-vh86:first-child {
    height: 86vh;
  }

  .lg\:first\:h-vh90:first-child {
    height: 90vh;
  }

  .lg\:first\:h-vw80:first-child {
    height: 80vw;
  }

  .lg\:first\:h-vw90:first-child {
    height: 90vw;
  }

  .lg\:first\:h-90p:first-child {
    height: 90%;
  }

  .lg\:first\:h-92p:first-child {
    height: 92%;
  }

  .lg\:first\:h-93p:first-child {
    height: 93%;
  }

  .lg\:first\:h-94p:first-child {
    height: 94%;
  }

  .lg\:first\:h-95p:first-child {
    height: 95%;
  }

  .lg\:first\:h-96p:first-child {
    height: 96%;
  }

  .lg\:first\:h-100p:first-child {
    height: 100%;
  }

  .lg\:first\:h-full:first-child {
    height: 100%;
  }

  .lg\:first\:h-screen:first-child {
    height: 100vh;
  }

  .lg\:last\:h-0:last-child {
    height: 0px;
  }

  .lg\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .lg\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .lg\:last\:h-3:last-child {
    height: 3px;
  }

  .lg\:last\:h-4:last-child {
    height: 4px;
  }

  .lg\:last\:h-5:last-child {
    height: 5px;
  }

  .lg\:last\:h-6:last-child {
    height: 6px;
  }

  .lg\:last\:h-8:last-child {
    height: 8px;
  }

  .lg\:last\:h-9:last-child {
    height: 9px;
  }

  .lg\:last\:h-10:last-child {
    height: 10px;
  }

  .lg\:last\:h-12:last-child {
    height: 12px;
  }

  .lg\:last\:h-13:last-child {
    height: 13px;
  }

  .lg\:last\:h-14:last-child {
    height: 14px;
  }

  .lg\:last\:h-15:last-child {
    height: 15px;
  }

  .lg\:last\:h-16:last-child {
    height: 16px;
  }

  .lg\:last\:h-17:last-child {
    height: 17px;
  }

  .lg\:last\:h-18:last-child {
    height: 18px;
  }

  .lg\:last\:h-20:last-child {
    height: 20px;
  }

  .lg\:last\:h-22:last-child {
    height: 22px;
  }

  .lg\:last\:h-24:last-child {
    height: 24px;
  }

  .lg\:last\:h-25:last-child {
    height: 25px;
  }

  .lg\:last\:h-28:last-child {
    height: 28px;
  }

  .lg\:last\:h-29:last-child {
    height: 29px;
  }

  .lg\:last\:h-30:last-child {
    height: 30px;
  }

  .lg\:last\:h-32:last-child {
    height: 32px;
  }

  .lg\:last\:h-35:last-child {
    height: 35px;
  }

  .lg\:last\:h-36:last-child {
    height: 36px;
  }

  .lg\:last\:h-37:last-child {
    height: 37px;
  }

  .lg\:last\:h-40:last-child {
    height: 40px;
  }

  .lg\:last\:h-45:last-child {
    height: 45px;
  }

  .lg\:last\:h-48:last-child {
    height: 48px;
  }

  .lg\:last\:h-50:last-child {
    height: 50px;
  }

  .lg\:last\:h-55:last-child {
    height: 55px;
  }

  .lg\:last\:h-56:last-child {
    height: 56px;
  }

  .lg\:last\:h-60:last-child {
    height: 60px;
  }

  .lg\:last\:h-62:last-child {
    height: 62px;
  }

  .lg\:last\:h-64:last-child {
    height: 64px;
  }

  .lg\:last\:h-65:last-child {
    height: 65px;
  }

  .lg\:last\:h-70:last-child {
    height: 70px;
  }

  .lg\:last\:h-75:last-child {
    height: 75px;
  }

  .lg\:last\:h-80:last-child {
    height: 80px;
  }

  .lg\:last\:h-85:last-child {
    height: 85px;
  }

  .lg\:last\:h-90:last-child {
    height: 90px;
  }

  .lg\:last\:h-95:last-child {
    height: 95px;
  }

  .lg\:last\:h-96:last-child {
    height: 96px;
  }

  .lg\:last\:h-100:last-child {
    height: 100px;
  }

  .lg\:last\:h-110:last-child {
    height: 110px;
  }

  .lg\:last\:h-115:last-child {
    height: 115px;
  }

  .lg\:last\:h-120:last-child {
    height: 120px;
  }

  .lg\:last\:h-128:last-child {
    height: 128px;
  }

  .lg\:last\:h-135:last-child {
    height: 135px;
  }

  .lg\:last\:h-140:last-child {
    height: 140px;
  }

  .lg\:last\:h-145:last-child {
    height: 145px;
  }

  .lg\:last\:h-150:last-child {
    height: 150px;
  }

  .lg\:last\:h-160:last-child {
    height: 160px;
  }

  .lg\:last\:h-165:last-child {
    height: 165px;
  }

  .lg\:last\:h-168:last-child {
    height: 168px;
  }

  .lg\:last\:h-170:last-child {
    height: 170px;
  }

  .lg\:last\:h-180:last-child {
    height: 180px;
  }

  .lg\:last\:h-200:last-child {
    height: 200px;
  }

  .lg\:last\:h-220:last-child {
    height: 220px;
  }

  .lg\:last\:h-230:last-child {
    height: 230px;
  }

  .lg\:last\:h-235:last-child {
    height: 235px;
  }

  .lg\:last\:h-240:last-child {
    height: 240px;
  }

  .lg\:last\:h-250:last-child {
    height: 250px;
  }

  .lg\:last\:h-300:last-child {
    height: 300px;
  }

  .lg\:last\:h-320:last-child {
    height: 320px;
  }

  .lg\:last\:h-350:last-child {
    height: 350px;
  }

  .lg\:last\:h-375:last-child {
    height: 375px;
  }

  .lg\:last\:h-400:last-child {
    height: 400px;
  }

  .lg\:last\:h-450:last-child {
    height: 450px;
  }

  .lg\:last\:h-700:last-child {
    height: 700px;
  }

  .lg\:last\:h-auto:last-child {
    height: auto;
  }

  .lg\:last\:h-px:last-child {
    height: 1px;
  }

  .lg\:last\:h-1p:last-child {
    height: 1%;
  }

  .lg\:last\:h-1\/12:last-child {
    height: 8.3333%;
  }

  .lg\:last\:h-2\/12:last-child {
    height: 16.666667%;
  }

  .lg\:last\:h-11p:last-child {
    height: 11%;
  }

  .lg\:last\:h-20p:last-child {
    height: 20%;
  }

  .lg\:last\:h-24p:last-child {
    height: 24.25%;
  }

  .lg\:last\:h-25p:last-child {
    height: 25%;
  }

  .lg\:last\:h-32p:last-child {
    height: 32%;
  }

  .lg\:last\:h-35p:last-child {
    height: 35%;
  }

  .lg\:last\:h-40p:last-child {
    height: 40%;
  }

  .lg\:last\:h-49p:last-child {
    height: 49%;
  }

  .lg\:last\:h-49-5p:last-child {
    height: 49.5%;
  }

  .lg\:last\:h-80p:last-child {
    height: 80%;
  }

  .lg\:last\:h-vh80:last-child {
    height: 80vh;
  }

  .lg\:last\:h-vh86:last-child {
    height: 86vh;
  }

  .lg\:last\:h-vh90:last-child {
    height: 90vh;
  }

  .lg\:last\:h-vw80:last-child {
    height: 80vw;
  }

  .lg\:last\:h-vw90:last-child {
    height: 90vw;
  }

  .lg\:last\:h-90p:last-child {
    height: 90%;
  }

  .lg\:last\:h-92p:last-child {
    height: 92%;
  }

  .lg\:last\:h-93p:last-child {
    height: 93%;
  }

  .lg\:last\:h-94p:last-child {
    height: 94%;
  }

  .lg\:last\:h-95p:last-child {
    height: 95%;
  }

  .lg\:last\:h-96p:last-child {
    height: 96%;
  }

  .lg\:last\:h-100p:last-child {
    height: 100%;
  }

  .lg\:last\:h-full:last-child {
    height: 100%;
  }

  .lg\:last\:h-screen:last-child {
    height: 100vh;
  }

  .group:hover .lg\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .lg\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .lg\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .lg\:group-hover\:h-3 {
    height: 3px;
  }

  .group:hover .lg\:group-hover\:h-4 {
    height: 4px;
  }

  .group:hover .lg\:group-hover\:h-5 {
    height: 5px;
  }

  .group:hover .lg\:group-hover\:h-6 {
    height: 6px;
  }

  .group:hover .lg\:group-hover\:h-8 {
    height: 8px;
  }

  .group:hover .lg\:group-hover\:h-9 {
    height: 9px;
  }

  .group:hover .lg\:group-hover\:h-10 {
    height: 10px;
  }

  .group:hover .lg\:group-hover\:h-12 {
    height: 12px;
  }

  .group:hover .lg\:group-hover\:h-13 {
    height: 13px;
  }

  .group:hover .lg\:group-hover\:h-14 {
    height: 14px;
  }

  .group:hover .lg\:group-hover\:h-15 {
    height: 15px;
  }

  .group:hover .lg\:group-hover\:h-16 {
    height: 16px;
  }

  .group:hover .lg\:group-hover\:h-17 {
    height: 17px;
  }

  .group:hover .lg\:group-hover\:h-18 {
    height: 18px;
  }

  .group:hover .lg\:group-hover\:h-20 {
    height: 20px;
  }

  .group:hover .lg\:group-hover\:h-22 {
    height: 22px;
  }

  .group:hover .lg\:group-hover\:h-24 {
    height: 24px;
  }

  .group:hover .lg\:group-hover\:h-25 {
    height: 25px;
  }

  .group:hover .lg\:group-hover\:h-28 {
    height: 28px;
  }

  .group:hover .lg\:group-hover\:h-29 {
    height: 29px;
  }

  .group:hover .lg\:group-hover\:h-30 {
    height: 30px;
  }

  .group:hover .lg\:group-hover\:h-32 {
    height: 32px;
  }

  .group:hover .lg\:group-hover\:h-35 {
    height: 35px;
  }

  .group:hover .lg\:group-hover\:h-36 {
    height: 36px;
  }

  .group:hover .lg\:group-hover\:h-37 {
    height: 37px;
  }

  .group:hover .lg\:group-hover\:h-40 {
    height: 40px;
  }

  .group:hover .lg\:group-hover\:h-45 {
    height: 45px;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 48px;
  }

  .group:hover .lg\:group-hover\:h-50 {
    height: 50px;
  }

  .group:hover .lg\:group-hover\:h-55 {
    height: 55px;
  }

  .group:hover .lg\:group-hover\:h-56 {
    height: 56px;
  }

  .group:hover .lg\:group-hover\:h-60 {
    height: 60px;
  }

  .group:hover .lg\:group-hover\:h-62 {
    height: 62px;
  }

  .group:hover .lg\:group-hover\:h-64 {
    height: 64px;
  }

  .group:hover .lg\:group-hover\:h-65 {
    height: 65px;
  }

  .group:hover .lg\:group-hover\:h-70 {
    height: 70px;
  }

  .group:hover .lg\:group-hover\:h-75 {
    height: 75px;
  }

  .group:hover .lg\:group-hover\:h-80 {
    height: 80px;
  }

  .group:hover .lg\:group-hover\:h-85 {
    height: 85px;
  }

  .group:hover .lg\:group-hover\:h-90 {
    height: 90px;
  }

  .group:hover .lg\:group-hover\:h-95 {
    height: 95px;
  }

  .group:hover .lg\:group-hover\:h-96 {
    height: 96px;
  }

  .group:hover .lg\:group-hover\:h-100 {
    height: 100px;
  }

  .group:hover .lg\:group-hover\:h-110 {
    height: 110px;
  }

  .group:hover .lg\:group-hover\:h-115 {
    height: 115px;
  }

  .group:hover .lg\:group-hover\:h-120 {
    height: 120px;
  }

  .group:hover .lg\:group-hover\:h-128 {
    height: 128px;
  }

  .group:hover .lg\:group-hover\:h-135 {
    height: 135px;
  }

  .group:hover .lg\:group-hover\:h-140 {
    height: 140px;
  }

  .group:hover .lg\:group-hover\:h-145 {
    height: 145px;
  }

  .group:hover .lg\:group-hover\:h-150 {
    height: 150px;
  }

  .group:hover .lg\:group-hover\:h-160 {
    height: 160px;
  }

  .group:hover .lg\:group-hover\:h-165 {
    height: 165px;
  }

  .group:hover .lg\:group-hover\:h-168 {
    height: 168px;
  }

  .group:hover .lg\:group-hover\:h-170 {
    height: 170px;
  }

  .group:hover .lg\:group-hover\:h-180 {
    height: 180px;
  }

  .group:hover .lg\:group-hover\:h-200 {
    height: 200px;
  }

  .group:hover .lg\:group-hover\:h-220 {
    height: 220px;
  }

  .group:hover .lg\:group-hover\:h-230 {
    height: 230px;
  }

  .group:hover .lg\:group-hover\:h-235 {
    height: 235px;
  }

  .group:hover .lg\:group-hover\:h-240 {
    height: 240px;
  }

  .group:hover .lg\:group-hover\:h-250 {
    height: 250px;
  }

  .group:hover .lg\:group-hover\:h-300 {
    height: 300px;
  }

  .group:hover .lg\:group-hover\:h-320 {
    height: 320px;
  }

  .group:hover .lg\:group-hover\:h-350 {
    height: 350px;
  }

  .group:hover .lg\:group-hover\:h-375 {
    height: 375px;
  }

  .group:hover .lg\:group-hover\:h-400 {
    height: 400px;
  }

  .group:hover .lg\:group-hover\:h-450 {
    height: 450px;
  }

  .group:hover .lg\:group-hover\:h-700 {
    height: 700px;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .lg\:group-hover\:h-1p {
    height: 1%;
  }

  .group:hover .lg\:group-hover\:h-1\/12 {
    height: 8.3333%;
  }

  .group:hover .lg\:group-hover\:h-2\/12 {
    height: 16.666667%;
  }

  .group:hover .lg\:group-hover\:h-11p {
    height: 11%;
  }

  .group:hover .lg\:group-hover\:h-20p {
    height: 20%;
  }

  .group:hover .lg\:group-hover\:h-24p {
    height: 24.25%;
  }

  .group:hover .lg\:group-hover\:h-25p {
    height: 25%;
  }

  .group:hover .lg\:group-hover\:h-32p {
    height: 32%;
  }

  .group:hover .lg\:group-hover\:h-35p {
    height: 35%;
  }

  .group:hover .lg\:group-hover\:h-40p {
    height: 40%;
  }

  .group:hover .lg\:group-hover\:h-49p {
    height: 49%;
  }

  .group:hover .lg\:group-hover\:h-49-5p {
    height: 49.5%;
  }

  .group:hover .lg\:group-hover\:h-80p {
    height: 80%;
  }

  .group:hover .lg\:group-hover\:h-vh80 {
    height: 80vh;
  }

  .group:hover .lg\:group-hover\:h-vh86 {
    height: 86vh;
  }

  .group:hover .lg\:group-hover\:h-vh90 {
    height: 90vh;
  }

  .group:hover .lg\:group-hover\:h-vw80 {
    height: 80vw;
  }

  .group:hover .lg\:group-hover\:h-vw90 {
    height: 90vw;
  }

  .group:hover .lg\:group-hover\:h-90p {
    height: 90%;
  }

  .group:hover .lg\:group-hover\:h-92p {
    height: 92%;
  }

  .group:hover .lg\:group-hover\:h-93p {
    height: 93%;
  }

  .group:hover .lg\:group-hover\:h-94p {
    height: 94%;
  }

  .group:hover .lg\:group-hover\:h-95p {
    height: 95%;
  }

  .group:hover .lg\:group-hover\:h-96p {
    height: 96%;
  }

  .group:hover .lg\:group-hover\:h-100p {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-screen {
    height: 100vh;
  }

  .lg\:text-12 {
    font-size: 12px;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-17 {
    font-size: 17px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-21 {
    font-size: 21px;
  }

  .lg\:text-23 {
    font-size: 23px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-27 {
    font-size: 27px;
  }

  .lg\:text-35 {
    font-size: 35px;
  }

  .lg\:text-40 {
    font-size: 40px;
  }

  .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.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:hover\:text-12:hover {
    font-size: 12px;
  }

  .lg\:hover\:text-13:hover {
    font-size: 13px;
  }

  .lg\:hover\:text-14:hover {
    font-size: 14px;
  }

  .lg\:hover\:text-15:hover {
    font-size: 15px;
  }

  .lg\:hover\:text-16:hover {
    font-size: 16px;
  }

  .lg\:hover\:text-17:hover {
    font-size: 17px;
  }

  .lg\:hover\:text-18:hover {
    font-size: 18px;
  }

  .lg\:hover\:text-21:hover {
    font-size: 21px;
  }

  .lg\:hover\:text-23:hover {
    font-size: 23px;
  }

  .lg\:hover\:text-24:hover {
    font-size: 24px;
  }

  .lg\:hover\:text-27:hover {
    font-size: 27px;
  }

  .lg\:hover\:text-35:hover {
    font-size: 35px;
  }

  .lg\:hover\:text-40:hover {
    font-size: 40px;
  }

  .lg\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .lg\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .lg\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .lg\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .lg\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .lg\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .lg\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .lg\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .lg\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .lg\:focus\:text-12:focus {
    font-size: 12px;
  }

  .lg\:focus\:text-13:focus {
    font-size: 13px;
  }

  .lg\:focus\:text-14:focus {
    font-size: 14px;
  }

  .lg\:focus\:text-15:focus {
    font-size: 15px;
  }

  .lg\:focus\:text-16:focus {
    font-size: 16px;
  }

  .lg\:focus\:text-17:focus {
    font-size: 17px;
  }

  .lg\:focus\:text-18:focus {
    font-size: 18px;
  }

  .lg\:focus\:text-21:focus {
    font-size: 21px;
  }

  .lg\:focus\:text-23:focus {
    font-size: 23px;
  }

  .lg\:focus\:text-24:focus {
    font-size: 24px;
  }

  .lg\:focus\:text-27:focus {
    font-size: 27px;
  }

  .lg\:focus\:text-35:focus {
    font-size: 35px;
  }

  .lg\:focus\:text-40:focus {
    font-size: 40px;
  }

  .lg\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .lg\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .lg\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .lg\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .lg\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .lg\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .lg\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .lg\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .lg\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .lg\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .lg\:first\:text-12:first-child {
    font-size: 12px;
  }

  .lg\:first\:text-13:first-child {
    font-size: 13px;
  }

  .lg\:first\:text-14:first-child {
    font-size: 14px;
  }

  .lg\:first\:text-15:first-child {
    font-size: 15px;
  }

  .lg\:first\:text-16:first-child {
    font-size: 16px;
  }

  .lg\:first\:text-17:first-child {
    font-size: 17px;
  }

  .lg\:first\:text-18:first-child {
    font-size: 18px;
  }

  .lg\:first\:text-21:first-child {
    font-size: 21px;
  }

  .lg\:first\:text-23:first-child {
    font-size: 23px;
  }

  .lg\:first\:text-24:first-child {
    font-size: 24px;
  }

  .lg\:first\:text-27:first-child {
    font-size: 27px;
  }

  .lg\:first\:text-35:first-child {
    font-size: 35px;
  }

  .lg\:first\:text-40:first-child {
    font-size: 40px;
  }

  .lg\:first\:text-xs:first-child {
    font-size: 0.75rem;
  }

  .lg\:first\:text-sm:first-child {
    font-size: 0.875rem;
  }

  .lg\:first\:text-base:first-child {
    font-size: 1rem;
  }

  .lg\:first\:text-lg:first-child {
    font-size: 1.125rem;
  }

  .lg\:first\:text-xl:first-child {
    font-size: 1.25rem;
  }

  .lg\:first\:text-2xl:first-child {
    font-size: 1.5rem;
  }

  .lg\:first\:text-3xl:first-child {
    font-size: 1.875rem;
  }

  .lg\:first\:text-4xl:first-child {
    font-size: 2.25rem;
  }

  .lg\:first\:text-5xl:first-child {
    font-size: 3rem;
  }

  .lg\:first\:text-6xl:first-child {
    font-size: 4rem;
  }

  .lg\:last\:text-12:last-child {
    font-size: 12px;
  }

  .lg\:last\:text-13:last-child {
    font-size: 13px;
  }

  .lg\:last\:text-14:last-child {
    font-size: 14px;
  }

  .lg\:last\:text-15:last-child {
    font-size: 15px;
  }

  .lg\:last\:text-16:last-child {
    font-size: 16px;
  }

  .lg\:last\:text-17:last-child {
    font-size: 17px;
  }

  .lg\:last\:text-18:last-child {
    font-size: 18px;
  }

  .lg\:last\:text-21:last-child {
    font-size: 21px;
  }

  .lg\:last\:text-23:last-child {
    font-size: 23px;
  }

  .lg\:last\:text-24:last-child {
    font-size: 24px;
  }

  .lg\:last\:text-27:last-child {
    font-size: 27px;
  }

  .lg\:last\:text-35:last-child {
    font-size: 35px;
  }

  .lg\:last\:text-40:last-child {
    font-size: 40px;
  }

  .lg\:last\:text-xs:last-child {
    font-size: 0.75rem;
  }

  .lg\:last\:text-sm:last-child {
    font-size: 0.875rem;
  }

  .lg\:last\:text-base:last-child {
    font-size: 1rem;
  }

  .lg\:last\:text-lg:last-child {
    font-size: 1.125rem;
  }

  .lg\:last\:text-xl:last-child {
    font-size: 1.25rem;
  }

  .lg\:last\:text-2xl:last-child {
    font-size: 1.5rem;
  }

  .lg\:last\:text-3xl:last-child {
    font-size: 1.875rem;
  }

  .lg\:last\:text-4xl:last-child {
    font-size: 2.25rem;
  }

  .lg\:last\:text-5xl:last-child {
    font-size: 3rem;
  }

  .lg\:last\:text-6xl:last-child {
    font-size: 4rem;
  }

  .group:hover .lg\:group-hover\:text-12 {
    font-size: 12px;
  }

  .group:hover .lg\:group-hover\:text-13 {
    font-size: 13px;
  }

  .group:hover .lg\:group-hover\:text-14 {
    font-size: 14px;
  }

  .group:hover .lg\:group-hover\:text-15 {
    font-size: 15px;
  }

  .group:hover .lg\:group-hover\:text-16 {
    font-size: 16px;
  }

  .group:hover .lg\:group-hover\:text-17 {
    font-size: 17px;
  }

  .group:hover .lg\:group-hover\:text-18 {
    font-size: 18px;
  }

  .group:hover .lg\:group-hover\:text-21 {
    font-size: 21px;
  }

  .group:hover .lg\:group-hover\:text-23 {
    font-size: 23px;
  }

  .group:hover .lg\:group-hover\:text-24 {
    font-size: 24px;
  }

  .group:hover .lg\:group-hover\:text-27 {
    font-size: 27px;
  }

  .group:hover .lg\:group-hover\:text-35 {
    font-size: 35px;
  }

  .group:hover .lg\:group-hover\:text-40 {
    font-size: 40px;
  }

  .group:hover .lg\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .lg\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .lg\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .lg\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .lg\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .lg\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .lg\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .lg\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .lg\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .lg\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .lg\:leading-1 {
    line-height: 1;
  }

  .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-19 {
    line-height: 19px;
  }

  .lg\:leading-22 {
    line-height: 22px;
  }

  .lg\:leading-25 {
    line-height: 25px;
  }

  .lg\:leading-27 {
    line-height: 27px;
  }

  .lg\:leading-28 {
    line-height: 28px;
  }

  .lg\:leading-31 {
    line-height: 31px;
  }

  .lg\:leading-32 {
    line-height: 32px;
  }

  .lg\:leading-40 {
    line-height: 40px;
  }

  .lg\:leading-43 {
    line-height: 43px;
  }

  .lg\:leading-47 {
    line-height: 47px;
  }

  .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\:hover\:leading-1:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .lg\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .lg\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .lg\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .lg\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .lg\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .lg\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .lg\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .lg\:hover\:leading-19:hover {
    line-height: 19px;
  }

  .lg\:hover\:leading-22:hover {
    line-height: 22px;
  }

  .lg\:hover\:leading-25:hover {
    line-height: 25px;
  }

  .lg\:hover\:leading-27:hover {
    line-height: 27px;
  }

  .lg\:hover\:leading-28:hover {
    line-height: 28px;
  }

  .lg\:hover\:leading-31:hover {
    line-height: 31px;
  }

  .lg\:hover\:leading-32:hover {
    line-height: 32px;
  }

  .lg\:hover\:leading-40:hover {
    line-height: 40px;
  }

  .lg\:hover\:leading-43:hover {
    line-height: 43px;
  }

  .lg\:hover\:leading-47:hover {
    line-height: 47px;
  }

  .lg\:hover\:leading-none:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .lg\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .lg\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .lg\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .lg\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .lg\:focus\:leading-1:focus {
    line-height: 1;
  }

  .lg\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .lg\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .lg\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .lg\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .lg\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .lg\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .lg\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .lg\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .lg\:focus\:leading-19:focus {
    line-height: 19px;
  }

  .lg\:focus\:leading-22:focus {
    line-height: 22px;
  }

  .lg\:focus\:leading-25:focus {
    line-height: 25px;
  }

  .lg\:focus\:leading-27:focus {
    line-height: 27px;
  }

  .lg\:focus\:leading-28:focus {
    line-height: 28px;
  }

  .lg\:focus\:leading-31:focus {
    line-height: 31px;
  }

  .lg\:focus\:leading-32:focus {
    line-height: 32px;
  }

  .lg\:focus\:leading-40:focus {
    line-height: 40px;
  }

  .lg\:focus\:leading-43:focus {
    line-height: 43px;
  }

  .lg\:focus\:leading-47:focus {
    line-height: 47px;
  }

  .lg\:focus\:leading-none:focus {
    line-height: 1;
  }

  .lg\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .lg\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .lg\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .lg\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .lg\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .lg\:first\:leading-1:first-child {
    line-height: 1;
  }

  .lg\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .lg\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .lg\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .lg\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .lg\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .lg\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .lg\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .lg\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .lg\:first\:leading-19:first-child {
    line-height: 19px;
  }

  .lg\:first\:leading-22:first-child {
    line-height: 22px;
  }

  .lg\:first\:leading-25:first-child {
    line-height: 25px;
  }

  .lg\:first\:leading-27:first-child {
    line-height: 27px;
  }

  .lg\:first\:leading-28:first-child {
    line-height: 28px;
  }

  .lg\:first\:leading-31:first-child {
    line-height: 31px;
  }

  .lg\:first\:leading-32:first-child {
    line-height: 32px;
  }

  .lg\:first\:leading-40:first-child {
    line-height: 40px;
  }

  .lg\:first\:leading-43:first-child {
    line-height: 43px;
  }

  .lg\:first\:leading-47:first-child {
    line-height: 47px;
  }

  .lg\:first\:leading-none:first-child {
    line-height: 1;
  }

  .lg\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .lg\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .lg\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .lg\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .lg\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .lg\:last\:leading-1:last-child {
    line-height: 1;
  }

  .lg\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .lg\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .lg\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .lg\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .lg\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .lg\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .lg\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .lg\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .lg\:last\:leading-19:last-child {
    line-height: 19px;
  }

  .lg\:last\:leading-22:last-child {
    line-height: 22px;
  }

  .lg\:last\:leading-25:last-child {
    line-height: 25px;
  }

  .lg\:last\:leading-27:last-child {
    line-height: 27px;
  }

  .lg\:last\:leading-28:last-child {
    line-height: 28px;
  }

  .lg\:last\:leading-31:last-child {
    line-height: 31px;
  }

  .lg\:last\:leading-32:last-child {
    line-height: 32px;
  }

  .lg\:last\:leading-40:last-child {
    line-height: 40px;
  }

  .lg\:last\:leading-43:last-child {
    line-height: 43px;
  }

  .lg\:last\:leading-47:last-child {
    line-height: 47px;
  }

  .lg\:last\:leading-none:last-child {
    line-height: 1;
  }

  .lg\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .lg\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .lg\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .lg\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .lg\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .group:hover .lg\:group-hover\:leading-1 {
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .lg\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .lg\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .lg\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .lg\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:leading-19 {
    line-height: 19px;
  }

  .group:hover .lg\:group-hover\:leading-22 {
    line-height: 22px;
  }

  .group:hover .lg\:group-hover\:leading-25 {
    line-height: 25px;
  }

  .group:hover .lg\:group-hover\:leading-27 {
    line-height: 27px;
  }

  .group:hover .lg\:group-hover\:leading-28 {
    line-height: 28px;
  }

  .group:hover .lg\:group-hover\:leading-31 {
    line-height: 31px;
  }

  .group:hover .lg\:group-hover\:leading-32 {
    line-height: 32px;
  }

  .group:hover .lg\:group-hover\:leading-40 {
    line-height: 40px;
  }

  .group:hover .lg\:group-hover\:leading-43 {
    line-height: 43px;
  }

  .group:hover .lg\:group-hover\:leading-47 {
    line-height: 47px;
  }

  .group:hover .lg\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .lg\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .lg\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .lg\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .lg\:group-hover\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .lg\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .lg\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .lg\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .lg\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .lg\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .lg\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .lg\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .group:hover .lg\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .lg\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:hover\:list-none:hover {
    list-style-type: none;
  }

  .lg\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .lg\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .lg\:focus\:list-none:focus {
    list-style-type: none;
  }

  .lg\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .lg\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .lg\:first\:list-none:first-child {
    list-style-type: none;
  }

  .lg\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .lg\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .lg\:last\:list-none:last-child {
    list-style-type: none;
  }

  .lg\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .lg\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .group:hover .lg\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .lg\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .lg\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 3px;
  }

  .lg\:m-4 {
    margin: 4px;
  }

  .lg\:m-5 {
    margin: 5px;
  }

  .lg\:m-6 {
    margin: 6px;
  }

  .lg\:m-8 {
    margin: 8px;
  }

  .lg\:m-9 {
    margin: 9px;
  }

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-12 {
    margin: 12px;
  }

  .lg\:m-13 {
    margin: 13px;
  }

  .lg\:m-14 {
    margin: 14px;
  }

  .lg\:m-15 {
    margin: 15px;
  }

  .lg\:m-16 {
    margin: 16px;
  }

  .lg\:m-17 {
    margin: 17px;
  }

  .lg\:m-18 {
    margin: 18px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-22 {
    margin: 22px;
  }

  .lg\:m-24 {
    margin: 24px;
  }

  .lg\:m-25 {
    margin: 25px;
  }

  .lg\:m-28 {
    margin: 28px;
  }

  .lg\:m-29 {
    margin: 29px;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-32 {
    margin: 32px;
  }

  .lg\:m-35 {
    margin: 35px;
  }

  .lg\:m-36 {
    margin: 36px;
  }

  .lg\:m-37 {
    margin: 37px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-45 {
    margin: 45px;
  }

  .lg\:m-48 {
    margin: 48px;
  }

  .lg\:m-50 {
    margin: 50px;
  }

  .lg\:m-55 {
    margin: 55px;
  }

  .lg\:m-56 {
    margin: 56px;
  }

  .lg\:m-60 {
    margin: 60px;
  }

  .lg\:m-62 {
    margin: 62px;
  }

  .lg\:m-64 {
    margin: 64px;
  }

  .lg\:m-65 {
    margin: 65px;
  }

  .lg\:m-70 {
    margin: 70px;
  }

  .lg\:m-75 {
    margin: 75px;
  }

  .lg\:m-80 {
    margin: 80px;
  }

  .lg\:m-85 {
    margin: 85px;
  }

  .lg\:m-90 {
    margin: 90px;
  }

  .lg\:m-95 {
    margin: 95px;
  }

  .lg\:m-96 {
    margin: 96px;
  }

  .lg\:m-100 {
    margin: 100px;
  }

  .lg\:m-110 {
    margin: 110px;
  }

  .lg\:m-115 {
    margin: 115px;
  }

  .lg\:m-120 {
    margin: 120px;
  }

  .lg\:m-128 {
    margin: 128px;
  }

  .lg\:m-135 {
    margin: 135px;
  }

  .lg\:m-140 {
    margin: 140px;
  }

  .lg\:m-145 {
    margin: 145px;
  }

  .lg\:m-150 {
    margin: 150px;
  }

  .lg\:m-160 {
    margin: 160px;
  }

  .lg\:m-165 {
    margin: 165px;
  }

  .lg\:m-168 {
    margin: 168px;
  }

  .lg\:m-170 {
    margin: 170px;
  }

  .lg\:m-180 {
    margin: 180px;
  }

  .lg\:m-200 {
    margin: 200px;
  }

  .lg\:m-220 {
    margin: 220px;
  }

  .lg\:m-230 {
    margin: 230px;
  }

  .lg\:m-235 {
    margin: 235px;
  }

  .lg\:m-240 {
    margin: 240px;
  }

  .lg\:m-250 {
    margin: 250px;
  }

  .lg\:m-300 {
    margin: 300px;
  }

  .lg\:m-320 {
    margin: 320px;
  }

  .lg\:m-350 {
    margin: 350px;
  }

  .lg\:m-375 {
    margin: 375px;
  }

  .lg\:m-400 {
    margin: 400px;
  }

  .lg\:m-450 {
    margin: 450px;
  }

  .lg\:m-700 {
    margin: 700px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-1p {
    margin: 1%;
  }

  .lg\:m-1\/12 {
    margin: 8.3333%;
  }

  .lg\:m-2\/12 {
    margin: 16.666667%;
  }

  .lg\:m-11p {
    margin: 11%;
  }

  .lg\:m-20p {
    margin: 20%;
  }

  .lg\:m-24p {
    margin: 24.25%;
  }

  .lg\:m-25p {
    margin: 25%;
  }

  .lg\:m-32p {
    margin: 32%;
  }

  .lg\:m-35p {
    margin: 35%;
  }

  .lg\:m-40p {
    margin: 40%;
  }

  .lg\:m-49p {
    margin: 49%;
  }

  .lg\:m-49-5p {
    margin: 49.5%;
  }

  .lg\:m-80p {
    margin: 80%;
  }

  .lg\:m-vh80 {
    margin: 80vh;
  }

  .lg\:m-vh86 {
    margin: 86vh;
  }

  .lg\:m-vh90 {
    margin: 90vh;
  }

  .lg\:m-vw80 {
    margin: 80vw;
  }

  .lg\:m-vw90 {
    margin: 90vw;
  }

  .lg\:m-90p {
    margin: 90%;
  }

  .lg\:m-92p {
    margin: 92%;
  }

  .lg\:m-93p {
    margin: 93%;
  }

  .lg\:m-94p {
    margin: 94%;
  }

  .lg\:m-95p {
    margin: 95%;
  }

  .lg\:m-96p {
    margin: 96%;
  }

  .lg\:m-100p {
    margin: 100%;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -3px;
  }

  .lg\:-m-4 {
    margin: -4px;
  }

  .lg\:-m-5 {
    margin: -5px;
  }

  .lg\:-m-6 {
    margin: -6px;
  }

  .lg\:-m-8 {
    margin: -8px;
  }

  .lg\:-m-9 {
    margin: -9px;
  }

  .lg\:-m-10 {
    margin: -10px;
  }

  .lg\:-m-12 {
    margin: -12px;
  }

  .lg\:-m-13 {
    margin: -13px;
  }

  .lg\:-m-14 {
    margin: -14px;
  }

  .lg\:-m-15 {
    margin: -15px;
  }

  .lg\:-m-16 {
    margin: -16px;
  }

  .lg\:-m-17 {
    margin: -17px;
  }

  .lg\:-m-18 {
    margin: -18px;
  }

  .lg\:-m-20 {
    margin: -20px;
  }

  .lg\:-m-22 {
    margin: -22px;
  }

  .lg\:-m-24 {
    margin: -24px;
  }

  .lg\:-m-25 {
    margin: -25px;
  }

  .lg\:-m-28 {
    margin: -28px;
  }

  .lg\:-m-29 {
    margin: -29px;
  }

  .lg\:-m-30 {
    margin: -30px;
  }

  .lg\:-m-32 {
    margin: -32px;
  }

  .lg\:-m-35 {
    margin: -35px;
  }

  .lg\:-m-36 {
    margin: -36px;
  }

  .lg\:-m-37 {
    margin: -37px;
  }

  .lg\:-m-40 {
    margin: -40px;
  }

  .lg\:-m-45 {
    margin: -45px;
  }

  .lg\:-m-48 {
    margin: -48px;
  }

  .lg\:-m-50 {
    margin: -50px;
  }

  .lg\:-m-55 {
    margin: -55px;
  }

  .lg\:-m-56 {
    margin: -56px;
  }

  .lg\:-m-60 {
    margin: -60px;
  }

  .lg\:-m-62 {
    margin: -62px;
  }

  .lg\:-m-64 {
    margin: -64px;
  }

  .lg\:-m-65 {
    margin: -65px;
  }

  .lg\:-m-70 {
    margin: -70px;
  }

  .lg\:-m-75 {
    margin: -75px;
  }

  .lg\:-m-80 {
    margin: -80px;
  }

  .lg\:-m-85 {
    margin: -85px;
  }

  .lg\:-m-90 {
    margin: -90px;
  }

  .lg\:-m-95 {
    margin: -95px;
  }

  .lg\:-m-96 {
    margin: -96px;
  }

  .lg\:-m-100 {
    margin: -100px;
  }

  .lg\:-m-110 {
    margin: -110px;
  }

  .lg\:-m-115 {
    margin: -115px;
  }

  .lg\:-m-120 {
    margin: -120px;
  }

  .lg\:-m-128 {
    margin: -128px;
  }

  .lg\:-m-135 {
    margin: -135px;
  }

  .lg\:-m-140 {
    margin: -140px;
  }

  .lg\:-m-145 {
    margin: -145px;
  }

  .lg\:-m-150 {
    margin: -150px;
  }

  .lg\:-m-160 {
    margin: -160px;
  }

  .lg\:-m-165 {
    margin: -165px;
  }

  .lg\:-m-168 {
    margin: -168px;
  }

  .lg\:-m-170 {
    margin: -170px;
  }

  .lg\:-m-180 {
    margin: -180px;
  }

  .lg\:-m-200 {
    margin: -200px;
  }

  .lg\:-m-220 {
    margin: -220px;
  }

  .lg\:-m-230 {
    margin: -230px;
  }

  .lg\:-m-235 {
    margin: -235px;
  }

  .lg\:-m-240 {
    margin: -240px;
  }

  .lg\:-m-250 {
    margin: -250px;
  }

  .lg\:-m-300 {
    margin: -300px;
  }

  .lg\:-m-320 {
    margin: -320px;
  }

  .lg\:-m-350 {
    margin: -350px;
  }

  .lg\:-m-375 {
    margin: -375px;
  }

  .lg\:-m-400 {
    margin: -400px;
  }

  .lg\:-m-450 {
    margin: -450px;
  }

  .lg\:-m-700 {
    margin: -700px;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-1p {
    margin: -1%;
  }

  .lg\:-m-1\/12 {
    margin: -8.3333%;
  }

  .lg\:-m-2\/12 {
    margin: -16.66667%;
  }

  .lg\:-m-11p {
    margin: -11%;
  }

  .lg\:-m-20p {
    margin: -20%;
  }

  .lg\:-m-24p {
    margin: -24.25%;
  }

  .lg\:-m-25p {
    margin: -25%;
  }

  .lg\:-m-32p {
    margin: -32%;
  }

  .lg\:-m-35p {
    margin: -35%;
  }

  .lg\:-m-40p {
    margin: -40%;
  }

  .lg\:-m-49p {
    margin: -49%;
  }

  .lg\:-m-49-5p {
    margin: -49.5%;
  }

  .lg\:-m-80p {
    margin: -80%;
  }

  .lg\:-m-vh80 {
    margin: -80vh;
  }

  .lg\:-m-vh86 {
    margin: -86vh;
  }

  .lg\:-m-vh90 {
    margin: -90vh;
  }

  .lg\:-m-vw80 {
    margin: -80vw;
  }

  .lg\:-m-vw90 {
    margin: -90vw;
  }

  .lg\:-m-90p {
    margin: -90%;
  }

  .lg\:-m-92p {
    margin: -92%;
  }

  .lg\:-m-93p {
    margin: -93%;
  }

  .lg\:-m-94p {
    margin: -94%;
  }

  .lg\:-m-95p {
    margin: -95%;
  }

  .lg\:-m-96p {
    margin: -96%;
  }

  .lg\:-m-100p {
    margin: -100%;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .lg\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .lg\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .lg\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .lg\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .lg\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .lg\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .lg\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .lg\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .lg\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .lg\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .lg\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .lg\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .lg\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .lg\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .lg\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .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-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .lg\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .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-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .lg\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .lg\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .lg\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .lg\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .lg\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .lg\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .lg\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .lg\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .lg\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .lg\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .lg\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .lg\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .lg\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .lg\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .lg\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .lg\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .lg\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .lg\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .lg\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .lg\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .lg\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .lg\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .lg\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .lg\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .lg\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .lg\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .lg\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .lg\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .lg\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .lg\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .lg\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .lg\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .lg\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .lg\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .lg\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .lg\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .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-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .lg\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .lg\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .lg\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .lg\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .lg\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .lg\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .lg\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .lg\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .lg\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .lg\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .lg\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .lg\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .lg\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .lg\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .lg\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .lg\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .lg\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .lg\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .lg\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .lg\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 3px;
  }

  .lg\:mr-3 {
    margin-right: 3px;
  }

  .lg\:mb-3 {
    margin-bottom: 3px;
  }

  .lg\:ml-3 {
    margin-left: 3px;
  }

  .lg\:mt-4 {
    margin-top: 4px;
  }

  .lg\:mr-4 {
    margin-right: 4px;
  }

  .lg\:mb-4 {
    margin-bottom: 4px;
  }

  .lg\:ml-4 {
    margin-left: 4px;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .lg\:mt-6 {
    margin-top: 6px;
  }

  .lg\:mr-6 {
    margin-right: 6px;
  }

  .lg\:mb-6 {
    margin-bottom: 6px;
  }

  .lg\:ml-6 {
    margin-left: 6px;
  }

  .lg\:mt-8 {
    margin-top: 8px;
  }

  .lg\:mr-8 {
    margin-right: 8px;
  }

  .lg\:mb-8 {
    margin-bottom: 8px;
  }

  .lg\:ml-8 {
    margin-left: 8px;
  }

  .lg\:mt-9 {
    margin-top: 9px;
  }

  .lg\:mr-9 {
    margin-right: 9px;
  }

  .lg\:mb-9 {
    margin-bottom: 9px;
  }

  .lg\:ml-9 {
    margin-left: 9px;
  }

  .lg\:mt-10 {
    margin-top: 10px;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:mt-12 {
    margin-top: 12px;
  }

  .lg\:mr-12 {
    margin-right: 12px;
  }

  .lg\:mb-12 {
    margin-bottom: 12px;
  }

  .lg\:ml-12 {
    margin-left: 12px;
  }

  .lg\:mt-13 {
    margin-top: 13px;
  }

  .lg\:mr-13 {
    margin-right: 13px;
  }

  .lg\:mb-13 {
    margin-bottom: 13px;
  }

  .lg\:ml-13 {
    margin-left: 13px;
  }

  .lg\:mt-14 {
    margin-top: 14px;
  }

  .lg\:mr-14 {
    margin-right: 14px;
  }

  .lg\:mb-14 {
    margin-bottom: 14px;
  }

  .lg\:ml-14 {
    margin-left: 14px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mb-15 {
    margin-bottom: 15px;
  }

  .lg\:ml-15 {
    margin-left: 15px;
  }

  .lg\:mt-16 {
    margin-top: 16px;
  }

  .lg\:mr-16 {
    margin-right: 16px;
  }

  .lg\:mb-16 {
    margin-bottom: 16px;
  }

  .lg\:ml-16 {
    margin-left: 16px;
  }

  .lg\:mt-17 {
    margin-top: 17px;
  }

  .lg\:mr-17 {
    margin-right: 17px;
  }

  .lg\:mb-17 {
    margin-bottom: 17px;
  }

  .lg\:ml-17 {
    margin-left: 17px;
  }

  .lg\:mt-18 {
    margin-top: 18px;
  }

  .lg\:mr-18 {
    margin-right: 18px;
  }

  .lg\:mb-18 {
    margin-bottom: 18px;
  }

  .lg\:ml-18 {
    margin-left: 18px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:mt-22 {
    margin-top: 22px;
  }

  .lg\:mr-22 {
    margin-right: 22px;
  }

  .lg\:mb-22 {
    margin-bottom: 22px;
  }

  .lg\:ml-22 {
    margin-left: 22px;
  }

  .lg\:mt-24 {
    margin-top: 24px;
  }

  .lg\:mr-24 {
    margin-right: 24px;
  }

  .lg\:mb-24 {
    margin-bottom: 24px;
  }

  .lg\:ml-24 {
    margin-left: 24px;
  }

  .lg\:mt-25 {
    margin-top: 25px;
  }

  .lg\:mr-25 {
    margin-right: 25px;
  }

  .lg\:mb-25 {
    margin-bottom: 25px;
  }

  .lg\:ml-25 {
    margin-left: 25px;
  }

  .lg\:mt-28 {
    margin-top: 28px;
  }

  .lg\:mr-28 {
    margin-right: 28px;
  }

  .lg\:mb-28 {
    margin-bottom: 28px;
  }

  .lg\:ml-28 {
    margin-left: 28px;
  }

  .lg\:mt-29 {
    margin-top: 29px;
  }

  .lg\:mr-29 {
    margin-right: 29px;
  }

  .lg\:mb-29 {
    margin-bottom: 29px;
  }

  .lg\:ml-29 {
    margin-left: 29px;
  }

  .lg\:mt-30 {
    margin-top: 30px;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:ml-30 {
    margin-left: 30px;
  }

  .lg\:mt-32 {
    margin-top: 32px;
  }

  .lg\:mr-32 {
    margin-right: 32px;
  }

  .lg\:mb-32 {
    margin-bottom: 32px;
  }

  .lg\:ml-32 {
    margin-left: 32px;
  }

  .lg\:mt-35 {
    margin-top: 35px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .lg\:mt-36 {
    margin-top: 36px;
  }

  .lg\:mr-36 {
    margin-right: 36px;
  }

  .lg\:mb-36 {
    margin-bottom: 36px;
  }

  .lg\:ml-36 {
    margin-left: 36px;
  }

  .lg\:mt-37 {
    margin-top: 37px;
  }

  .lg\:mr-37 {
    margin-right: 37px;
  }

  .lg\:mb-37 {
    margin-bottom: 37px;
  }

  .lg\:ml-37 {
    margin-left: 37px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mt-45 {
    margin-top: 45px;
  }

  .lg\:mr-45 {
    margin-right: 45px;
  }

  .lg\:mb-45 {
    margin-bottom: 45px;
  }

  .lg\:ml-45 {
    margin-left: 45px;
  }

  .lg\:mt-48 {
    margin-top: 48px;
  }

  .lg\:mr-48 {
    margin-right: 48px;
  }

  .lg\:mb-48 {
    margin-bottom: 48px;
  }

  .lg\:ml-48 {
    margin-left: 48px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mr-50 {
    margin-right: 50px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:ml-50 {
    margin-left: 50px;
  }

  .lg\:mt-55 {
    margin-top: 55px;
  }

  .lg\:mr-55 {
    margin-right: 55px;
  }

  .lg\:mb-55 {
    margin-bottom: 55px;
  }

  .lg\:ml-55 {
    margin-left: 55px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:mr-56 {
    margin-right: 56px;
  }

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:ml-56 {
    margin-left: 56px;
  }

  .lg\:mt-60 {
    margin-top: 60px;
  }

  .lg\:mr-60 {
    margin-right: 60px;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:ml-60 {
    margin-left: 60px;
  }

  .lg\:mt-62 {
    margin-top: 62px;
  }

  .lg\:mr-62 {
    margin-right: 62px;
  }

  .lg\:mb-62 {
    margin-bottom: 62px;
  }

  .lg\:ml-62 {
    margin-left: 62px;
  }

  .lg\:mt-64 {
    margin-top: 64px;
  }

  .lg\:mr-64 {
    margin-right: 64px;
  }

  .lg\:mb-64 {
    margin-bottom: 64px;
  }

  .lg\:ml-64 {
    margin-left: 64px;
  }

  .lg\:mt-65 {
    margin-top: 65px;
  }

  .lg\:mr-65 {
    margin-right: 65px;
  }

  .lg\:mb-65 {
    margin-bottom: 65px;
  }

  .lg\:ml-65 {
    margin-left: 65px;
  }

  .lg\:mt-70 {
    margin-top: 70px;
  }

  .lg\:mr-70 {
    margin-right: 70px;
  }

  .lg\:mb-70 {
    margin-bottom: 70px;
  }

  .lg\:ml-70 {
    margin-left: 70px;
  }

  .lg\:mt-75 {
    margin-top: 75px;
  }

  .lg\:mr-75 {
    margin-right: 75px;
  }

  .lg\:mb-75 {
    margin-bottom: 75px;
  }

  .lg\:ml-75 {
    margin-left: 75px;
  }

  .lg\:mt-80 {
    margin-top: 80px;
  }

  .lg\:mr-80 {
    margin-right: 80px;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ml-80 {
    margin-left: 80px;
  }

  .lg\:mt-85 {
    margin-top: 85px;
  }

  .lg\:mr-85 {
    margin-right: 85px;
  }

  .lg\:mb-85 {
    margin-bottom: 85px;
  }

  .lg\:ml-85 {
    margin-left: 85px;
  }

  .lg\:mt-90 {
    margin-top: 90px;
  }

  .lg\:mr-90 {
    margin-right: 90px;
  }

  .lg\:mb-90 {
    margin-bottom: 90px;
  }

  .lg\:ml-90 {
    margin-left: 90px;
  }

  .lg\:mt-95 {
    margin-top: 95px;
  }

  .lg\:mr-95 {
    margin-right: 95px;
  }

  .lg\:mb-95 {
    margin-bottom: 95px;
  }

  .lg\:ml-95 {
    margin-left: 95px;
  }

  .lg\:mt-96 {
    margin-top: 96px;
  }

  .lg\:mr-96 {
    margin-right: 96px;
  }

  .lg\:mb-96 {
    margin-bottom: 96px;
  }

  .lg\:ml-96 {
    margin-left: 96px;
  }

  .lg\:mt-100 {
    margin-top: 100px;
  }

  .lg\:mr-100 {
    margin-right: 100px;
  }

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:ml-100 {
    margin-left: 100px;
  }

  .lg\:mt-110 {
    margin-top: 110px;
  }

  .lg\:mr-110 {
    margin-right: 110px;
  }

  .lg\:mb-110 {
    margin-bottom: 110px;
  }

  .lg\:ml-110 {
    margin-left: 110px;
  }

  .lg\:mt-115 {
    margin-top: 115px;
  }

  .lg\:mr-115 {
    margin-right: 115px;
  }

  .lg\:mb-115 {
    margin-bottom: 115px;
  }

  .lg\:ml-115 {
    margin-left: 115px;
  }

  .lg\:mt-120 {
    margin-top: 120px;
  }

  .lg\:mr-120 {
    margin-right: 120px;
  }

  .lg\:mb-120 {
    margin-bottom: 120px;
  }

  .lg\:ml-120 {
    margin-left: 120px;
  }

  .lg\:mt-128 {
    margin-top: 128px;
  }

  .lg\:mr-128 {
    margin-right: 128px;
  }

  .lg\:mb-128 {
    margin-bottom: 128px;
  }

  .lg\:ml-128 {
    margin-left: 128px;
  }

  .lg\:mt-135 {
    margin-top: 135px;
  }

  .lg\:mr-135 {
    margin-right: 135px;
  }

  .lg\:mb-135 {
    margin-bottom: 135px;
  }

  .lg\:ml-135 {
    margin-left: 135px;
  }

  .lg\:mt-140 {
    margin-top: 140px;
  }

  .lg\:mr-140 {
    margin-right: 140px;
  }

  .lg\:mb-140 {
    margin-bottom: 140px;
  }

  .lg\:ml-140 {
    margin-left: 140px;
  }

  .lg\:mt-145 {
    margin-top: 145px;
  }

  .lg\:mr-145 {
    margin-right: 145px;
  }

  .lg\:mb-145 {
    margin-bottom: 145px;
  }

  .lg\:ml-145 {
    margin-left: 145px;
  }

  .lg\:mt-150 {
    margin-top: 150px;
  }

  .lg\:mr-150 {
    margin-right: 150px;
  }

  .lg\:mb-150 {
    margin-bottom: 150px;
  }

  .lg\:ml-150 {
    margin-left: 150px;
  }

  .lg\:mt-160 {
    margin-top: 160px;
  }

  .lg\:mr-160 {
    margin-right: 160px;
  }

  .lg\:mb-160 {
    margin-bottom: 160px;
  }

  .lg\:ml-160 {
    margin-left: 160px;
  }

  .lg\:mt-165 {
    margin-top: 165px;
  }

  .lg\:mr-165 {
    margin-right: 165px;
  }

  .lg\:mb-165 {
    margin-bottom: 165px;
  }

  .lg\:ml-165 {
    margin-left: 165px;
  }

  .lg\:mt-168 {
    margin-top: 168px;
  }

  .lg\:mr-168 {
    margin-right: 168px;
  }

  .lg\:mb-168 {
    margin-bottom: 168px;
  }

  .lg\:ml-168 {
    margin-left: 168px;
  }

  .lg\:mt-170 {
    margin-top: 170px;
  }

  .lg\:mr-170 {
    margin-right: 170px;
  }

  .lg\:mb-170 {
    margin-bottom: 170px;
  }

  .lg\:ml-170 {
    margin-left: 170px;
  }

  .lg\:mt-180 {
    margin-top: 180px;
  }

  .lg\:mr-180 {
    margin-right: 180px;
  }

  .lg\:mb-180 {
    margin-bottom: 180px;
  }

  .lg\:ml-180 {
    margin-left: 180px;
  }

  .lg\:mt-200 {
    margin-top: 200px;
  }

  .lg\:mr-200 {
    margin-right: 200px;
  }

  .lg\:mb-200 {
    margin-bottom: 200px;
  }

  .lg\:ml-200 {
    margin-left: 200px;
  }

  .lg\:mt-220 {
    margin-top: 220px;
  }

  .lg\:mr-220 {
    margin-right: 220px;
  }

  .lg\:mb-220 {
    margin-bottom: 220px;
  }

  .lg\:ml-220 {
    margin-left: 220px;
  }

  .lg\:mt-230 {
    margin-top: 230px;
  }

  .lg\:mr-230 {
    margin-right: 230px;
  }

  .lg\:mb-230 {
    margin-bottom: 230px;
  }

  .lg\:ml-230 {
    margin-left: 230px;
  }

  .lg\:mt-235 {
    margin-top: 235px;
  }

  .lg\:mr-235 {
    margin-right: 235px;
  }

  .lg\:mb-235 {
    margin-bottom: 235px;
  }

  .lg\:ml-235 {
    margin-left: 235px;
  }

  .lg\:mt-240 {
    margin-top: 240px;
  }

  .lg\:mr-240 {
    margin-right: 240px;
  }

  .lg\:mb-240 {
    margin-bottom: 240px;
  }

  .lg\:ml-240 {
    margin-left: 240px;
  }

  .lg\:mt-250 {
    margin-top: 250px;
  }

  .lg\:mr-250 {
    margin-right: 250px;
  }

  .lg\:mb-250 {
    margin-bottom: 250px;
  }

  .lg\:ml-250 {
    margin-left: 250px;
  }

  .lg\:mt-300 {
    margin-top: 300px;
  }

  .lg\:mr-300 {
    margin-right: 300px;
  }

  .lg\:mb-300 {
    margin-bottom: 300px;
  }

  .lg\:ml-300 {
    margin-left: 300px;
  }

  .lg\:mt-320 {
    margin-top: 320px;
  }

  .lg\:mr-320 {
    margin-right: 320px;
  }

  .lg\:mb-320 {
    margin-bottom: 320px;
  }

  .lg\:ml-320 {
    margin-left: 320px;
  }

  .lg\:mt-350 {
    margin-top: 350px;
  }

  .lg\:mr-350 {
    margin-right: 350px;
  }

  .lg\:mb-350 {
    margin-bottom: 350px;
  }

  .lg\:ml-350 {
    margin-left: 350px;
  }

  .lg\:mt-375 {
    margin-top: 375px;
  }

  .lg\:mr-375 {
    margin-right: 375px;
  }

  .lg\:mb-375 {
    margin-bottom: 375px;
  }

  .lg\:ml-375 {
    margin-left: 375px;
  }

  .lg\:mt-400 {
    margin-top: 400px;
  }

  .lg\:mr-400 {
    margin-right: 400px;
  }

  .lg\:mb-400 {
    margin-bottom: 400px;
  }

  .lg\:ml-400 {
    margin-left: 400px;
  }

  .lg\:mt-450 {
    margin-top: 450px;
  }

  .lg\:mr-450 {
    margin-right: 450px;
  }

  .lg\:mb-450 {
    margin-bottom: 450px;
  }

  .lg\:ml-450 {
    margin-left: 450px;
  }

  .lg\:mt-700 {
    margin-top: 700px;
  }

  .lg\:mr-700 {
    margin-right: 700px;
  }

  .lg\:mb-700 {
    margin-bottom: 700px;
  }

  .lg\:ml-700 {
    margin-left: 700px;
  }

  .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-1p {
    margin-top: 1%;
  }

  .lg\:mr-1p {
    margin-right: 1%;
  }

  .lg\:mb-1p {
    margin-bottom: 1%;
  }

  .lg\:ml-1p {
    margin-left: 1%;
  }

  .lg\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .lg\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .lg\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .lg\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .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-11p {
    margin-top: 11%;
  }

  .lg\:mr-11p {
    margin-right: 11%;
  }

  .lg\:mb-11p {
    margin-bottom: 11%;
  }

  .lg\:ml-11p {
    margin-left: 11%;
  }

  .lg\:mt-20p {
    margin-top: 20%;
  }

  .lg\:mr-20p {
    margin-right: 20%;
  }

  .lg\:mb-20p {
    margin-bottom: 20%;
  }

  .lg\:ml-20p {
    margin-left: 20%;
  }

  .lg\:mt-24p {
    margin-top: 24.25%;
  }

  .lg\:mr-24p {
    margin-right: 24.25%;
  }

  .lg\:mb-24p {
    margin-bottom: 24.25%;
  }

  .lg\:ml-24p {
    margin-left: 24.25%;
  }

  .lg\:mt-25p {
    margin-top: 25%;
  }

  .lg\:mr-25p {
    margin-right: 25%;
  }

  .lg\:mb-25p {
    margin-bottom: 25%;
  }

  .lg\:ml-25p {
    margin-left: 25%;
  }

  .lg\:mt-32p {
    margin-top: 32%;
  }

  .lg\:mr-32p {
    margin-right: 32%;
  }

  .lg\:mb-32p {
    margin-bottom: 32%;
  }

  .lg\:ml-32p {
    margin-left: 32%;
  }

  .lg\:mt-35p {
    margin-top: 35%;
  }

  .lg\:mr-35p {
    margin-right: 35%;
  }

  .lg\:mb-35p {
    margin-bottom: 35%;
  }

  .lg\:ml-35p {
    margin-left: 35%;
  }

  .lg\:mt-40p {
    margin-top: 40%;
  }

  .lg\:mr-40p {
    margin-right: 40%;
  }

  .lg\:mb-40p {
    margin-bottom: 40%;
  }

  .lg\:ml-40p {
    margin-left: 40%;
  }

  .lg\:mt-49p {
    margin-top: 49%;
  }

  .lg\:mr-49p {
    margin-right: 49%;
  }

  .lg\:mb-49p {
    margin-bottom: 49%;
  }

  .lg\:ml-49p {
    margin-left: 49%;
  }

  .lg\:mt-49-5p {
    margin-top: 49.5%;
  }

  .lg\:mr-49-5p {
    margin-right: 49.5%;
  }

  .lg\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .lg\:ml-49-5p {
    margin-left: 49.5%;
  }

  .lg\:mt-80p {
    margin-top: 80%;
  }

  .lg\:mr-80p {
    margin-right: 80%;
  }

  .lg\:mb-80p {
    margin-bottom: 80%;
  }

  .lg\:ml-80p {
    margin-left: 80%;
  }

  .lg\:mt-vh80 {
    margin-top: 80vh;
  }

  .lg\:mr-vh80 {
    margin-right: 80vh;
  }

  .lg\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .lg\:ml-vh80 {
    margin-left: 80vh;
  }

  .lg\:mt-vh86 {
    margin-top: 86vh;
  }

  .lg\:mr-vh86 {
    margin-right: 86vh;
  }

  .lg\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .lg\:ml-vh86 {
    margin-left: 86vh;
  }

  .lg\:mt-vh90 {
    margin-top: 90vh;
  }

  .lg\:mr-vh90 {
    margin-right: 90vh;
  }

  .lg\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .lg\:ml-vh90 {
    margin-left: 90vh;
  }

  .lg\:mt-vw80 {
    margin-top: 80vw;
  }

  .lg\:mr-vw80 {
    margin-right: 80vw;
  }

  .lg\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .lg\:ml-vw80 {
    margin-left: 80vw;
  }

  .lg\:mt-vw90 {
    margin-top: 90vw;
  }

  .lg\:mr-vw90 {
    margin-right: 90vw;
  }

  .lg\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .lg\:ml-vw90 {
    margin-left: 90vw;
  }

  .lg\:mt-90p {
    margin-top: 90%;
  }

  .lg\:mr-90p {
    margin-right: 90%;
  }

  .lg\:mb-90p {
    margin-bottom: 90%;
  }

  .lg\:ml-90p {
    margin-left: 90%;
  }

  .lg\:mt-92p {
    margin-top: 92%;
  }

  .lg\:mr-92p {
    margin-right: 92%;
  }

  .lg\:mb-92p {
    margin-bottom: 92%;
  }

  .lg\:ml-92p {
    margin-left: 92%;
  }

  .lg\:mt-93p {
    margin-top: 93%;
  }

  .lg\:mr-93p {
    margin-right: 93%;
  }

  .lg\:mb-93p {
    margin-bottom: 93%;
  }

  .lg\:ml-93p {
    margin-left: 93%;
  }

  .lg\:mt-94p {
    margin-top: 94%;
  }

  .lg\:mr-94p {
    margin-right: 94%;
  }

  .lg\:mb-94p {
    margin-bottom: 94%;
  }

  .lg\:ml-94p {
    margin-left: 94%;
  }

  .lg\:mt-95p {
    margin-top: 95%;
  }

  .lg\:mr-95p {
    margin-right: 95%;
  }

  .lg\:mb-95p {
    margin-bottom: 95%;
  }

  .lg\:ml-95p {
    margin-left: 95%;
  }

  .lg\:mt-96p {
    margin-top: 96%;
  }

  .lg\:mr-96p {
    margin-right: 96%;
  }

  .lg\:mb-96p {
    margin-bottom: 96%;
  }

  .lg\:ml-96p {
    margin-left: 96%;
  }

  .lg\:mt-100p {
    margin-top: 100%;
  }

  .lg\:mr-100p {
    margin-right: 100%;
  }

  .lg\:mb-100p {
    margin-bottom: 100%;
  }

  .lg\:ml-100p {
    margin-left: 100%;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -3px;
  }

  .lg\:-mr-3 {
    margin-right: -3px;
  }

  .lg\:-mb-3 {
    margin-bottom: -3px;
  }

  .lg\:-ml-3 {
    margin-left: -3px;
  }

  .lg\:-mt-4 {
    margin-top: -4px;
  }

  .lg\:-mr-4 {
    margin-right: -4px;
  }

  .lg\:-mb-4 {
    margin-bottom: -4px;
  }

  .lg\:-ml-4 {
    margin-left: -4px;
  }

  .lg\:-mt-5 {
    margin-top: -5px;
  }

  .lg\:-mr-5 {
    margin-right: -5px;
  }

  .lg\:-mb-5 {
    margin-bottom: -5px;
  }

  .lg\:-ml-5 {
    margin-left: -5px;
  }

  .lg\:-mt-6 {
    margin-top: -6px;
  }

  .lg\:-mr-6 {
    margin-right: -6px;
  }

  .lg\:-mb-6 {
    margin-bottom: -6px;
  }

  .lg\:-ml-6 {
    margin-left: -6px;
  }

  .lg\:-mt-8 {
    margin-top: -8px;
  }

  .lg\:-mr-8 {
    margin-right: -8px;
  }

  .lg\:-mb-8 {
    margin-bottom: -8px;
  }

  .lg\:-ml-8 {
    margin-left: -8px;
  }

  .lg\:-mt-9 {
    margin-top: -9px;
  }

  .lg\:-mr-9 {
    margin-right: -9px;
  }

  .lg\:-mb-9 {
    margin-bottom: -9px;
  }

  .lg\:-ml-9 {
    margin-left: -9px;
  }

  .lg\:-mt-10 {
    margin-top: -10px;
  }

  .lg\:-mr-10 {
    margin-right: -10px;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px;
  }

  .lg\:-ml-10 {
    margin-left: -10px;
  }

  .lg\:-mt-12 {
    margin-top: -12px;
  }

  .lg\:-mr-12 {
    margin-right: -12px;
  }

  .lg\:-mb-12 {
    margin-bottom: -12px;
  }

  .lg\:-ml-12 {
    margin-left: -12px;
  }

  .lg\:-mt-13 {
    margin-top: -13px;
  }

  .lg\:-mr-13 {
    margin-right: -13px;
  }

  .lg\:-mb-13 {
    margin-bottom: -13px;
  }

  .lg\:-ml-13 {
    margin-left: -13px;
  }

  .lg\:-mt-14 {
    margin-top: -14px;
  }

  .lg\:-mr-14 {
    margin-right: -14px;
  }

  .lg\:-mb-14 {
    margin-bottom: -14px;
  }

  .lg\:-ml-14 {
    margin-left: -14px;
  }

  .lg\:-mt-15 {
    margin-top: -15px;
  }

  .lg\:-mr-15 {
    margin-right: -15px;
  }

  .lg\:-mb-15 {
    margin-bottom: -15px;
  }

  .lg\:-ml-15 {
    margin-left: -15px;
  }

  .lg\:-mt-16 {
    margin-top: -16px;
  }

  .lg\:-mr-16 {
    margin-right: -16px;
  }

  .lg\:-mb-16 {
    margin-bottom: -16px;
  }

  .lg\:-ml-16 {
    margin-left: -16px;
  }

  .lg\:-mt-17 {
    margin-top: -17px;
  }

  .lg\:-mr-17 {
    margin-right: -17px;
  }

  .lg\:-mb-17 {
    margin-bottom: -17px;
  }

  .lg\:-ml-17 {
    margin-left: -17px;
  }

  .lg\:-mt-18 {
    margin-top: -18px;
  }

  .lg\:-mr-18 {
    margin-right: -18px;
  }

  .lg\:-mb-18 {
    margin-bottom: -18px;
  }

  .lg\:-ml-18 {
    margin-left: -18px;
  }

  .lg\:-mt-20 {
    margin-top: -20px;
  }

  .lg\:-mr-20 {
    margin-right: -20px;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px;
  }

  .lg\:-ml-20 {
    margin-left: -20px;
  }

  .lg\:-mt-22 {
    margin-top: -22px;
  }

  .lg\:-mr-22 {
    margin-right: -22px;
  }

  .lg\:-mb-22 {
    margin-bottom: -22px;
  }

  .lg\:-ml-22 {
    margin-left: -22px;
  }

  .lg\:-mt-24 {
    margin-top: -24px;
  }

  .lg\:-mr-24 {
    margin-right: -24px;
  }

  .lg\:-mb-24 {
    margin-bottom: -24px;
  }

  .lg\:-ml-24 {
    margin-left: -24px;
  }

  .lg\:-mt-25 {
    margin-top: -25px;
  }

  .lg\:-mr-25 {
    margin-right: -25px;
  }

  .lg\:-mb-25 {
    margin-bottom: -25px;
  }

  .lg\:-ml-25 {
    margin-left: -25px;
  }

  .lg\:-mt-28 {
    margin-top: -28px;
  }

  .lg\:-mr-28 {
    margin-right: -28px;
  }

  .lg\:-mb-28 {
    margin-bottom: -28px;
  }

  .lg\:-ml-28 {
    margin-left: -28px;
  }

  .lg\:-mt-29 {
    margin-top: -29px;
  }

  .lg\:-mr-29 {
    margin-right: -29px;
  }

  .lg\:-mb-29 {
    margin-bottom: -29px;
  }

  .lg\:-ml-29 {
    margin-left: -29px;
  }

  .lg\:-mt-30 {
    margin-top: -30px;
  }

  .lg\:-mr-30 {
    margin-right: -30px;
  }

  .lg\:-mb-30 {
    margin-bottom: -30px;
  }

  .lg\:-ml-30 {
    margin-left: -30px;
  }

  .lg\:-mt-32 {
    margin-top: -32px;
  }

  .lg\:-mr-32 {
    margin-right: -32px;
  }

  .lg\:-mb-32 {
    margin-bottom: -32px;
  }

  .lg\:-ml-32 {
    margin-left: -32px;
  }

  .lg\:-mt-35 {
    margin-top: -35px;
  }

  .lg\:-mr-35 {
    margin-right: -35px;
  }

  .lg\:-mb-35 {
    margin-bottom: -35px;
  }

  .lg\:-ml-35 {
    margin-left: -35px;
  }

  .lg\:-mt-36 {
    margin-top: -36px;
  }

  .lg\:-mr-36 {
    margin-right: -36px;
  }

  .lg\:-mb-36 {
    margin-bottom: -36px;
  }

  .lg\:-ml-36 {
    margin-left: -36px;
  }

  .lg\:-mt-37 {
    margin-top: -37px;
  }

  .lg\:-mr-37 {
    margin-right: -37px;
  }

  .lg\:-mb-37 {
    margin-bottom: -37px;
  }

  .lg\:-ml-37 {
    margin-left: -37px;
  }

  .lg\:-mt-40 {
    margin-top: -40px;
  }

  .lg\:-mr-40 {
    margin-right: -40px;
  }

  .lg\:-mb-40 {
    margin-bottom: -40px;
  }

  .lg\:-ml-40 {
    margin-left: -40px;
  }

  .lg\:-mt-45 {
    margin-top: -45px;
  }

  .lg\:-mr-45 {
    margin-right: -45px;
  }

  .lg\:-mb-45 {
    margin-bottom: -45px;
  }

  .lg\:-ml-45 {
    margin-left: -45px;
  }

  .lg\:-mt-48 {
    margin-top: -48px;
  }

  .lg\:-mr-48 {
    margin-right: -48px;
  }

  .lg\:-mb-48 {
    margin-bottom: -48px;
  }

  .lg\:-ml-48 {
    margin-left: -48px;
  }

  .lg\:-mt-50 {
    margin-top: -50px;
  }

  .lg\:-mr-50 {
    margin-right: -50px;
  }

  .lg\:-mb-50 {
    margin-bottom: -50px;
  }

  .lg\:-ml-50 {
    margin-left: -50px;
  }

  .lg\:-mt-55 {
    margin-top: -55px;
  }

  .lg\:-mr-55 {
    margin-right: -55px;
  }

  .lg\:-mb-55 {
    margin-bottom: -55px;
  }

  .lg\:-ml-55 {
    margin-left: -55px;
  }

  .lg\:-mt-56 {
    margin-top: -56px;
  }

  .lg\:-mr-56 {
    margin-right: -56px;
  }

  .lg\:-mb-56 {
    margin-bottom: -56px;
  }

  .lg\:-ml-56 {
    margin-left: -56px;
  }

  .lg\:-mt-60 {
    margin-top: -60px;
  }

  .lg\:-mr-60 {
    margin-right: -60px;
  }

  .lg\:-mb-60 {
    margin-bottom: -60px;
  }

  .lg\:-ml-60 {
    margin-left: -60px;
  }

  .lg\:-mt-62 {
    margin-top: -62px;
  }

  .lg\:-mr-62 {
    margin-right: -62px;
  }

  .lg\:-mb-62 {
    margin-bottom: -62px;
  }

  .lg\:-ml-62 {
    margin-left: -62px;
  }

  .lg\:-mt-64 {
    margin-top: -64px;
  }

  .lg\:-mr-64 {
    margin-right: -64px;
  }

  .lg\:-mb-64 {
    margin-bottom: -64px;
  }

  .lg\:-ml-64 {
    margin-left: -64px;
  }

  .lg\:-mt-65 {
    margin-top: -65px;
  }

  .lg\:-mr-65 {
    margin-right: -65px;
  }

  .lg\:-mb-65 {
    margin-bottom: -65px;
  }

  .lg\:-ml-65 {
    margin-left: -65px;
  }

  .lg\:-mt-70 {
    margin-top: -70px;
  }

  .lg\:-mr-70 {
    margin-right: -70px;
  }

  .lg\:-mb-70 {
    margin-bottom: -70px;
  }

  .lg\:-ml-70 {
    margin-left: -70px;
  }

  .lg\:-mt-75 {
    margin-top: -75px;
  }

  .lg\:-mr-75 {
    margin-right: -75px;
  }

  .lg\:-mb-75 {
    margin-bottom: -75px;
  }

  .lg\:-ml-75 {
    margin-left: -75px;
  }

  .lg\:-mt-80 {
    margin-top: -80px;
  }

  .lg\:-mr-80 {
    margin-right: -80px;
  }

  .lg\:-mb-80 {
    margin-bottom: -80px;
  }

  .lg\:-ml-80 {
    margin-left: -80px;
  }

  .lg\:-mt-85 {
    margin-top: -85px;
  }

  .lg\:-mr-85 {
    margin-right: -85px;
  }

  .lg\:-mb-85 {
    margin-bottom: -85px;
  }

  .lg\:-ml-85 {
    margin-left: -85px;
  }

  .lg\:-mt-90 {
    margin-top: -90px;
  }

  .lg\:-mr-90 {
    margin-right: -90px;
  }

  .lg\:-mb-90 {
    margin-bottom: -90px;
  }

  .lg\:-ml-90 {
    margin-left: -90px;
  }

  .lg\:-mt-95 {
    margin-top: -95px;
  }

  .lg\:-mr-95 {
    margin-right: -95px;
  }

  .lg\:-mb-95 {
    margin-bottom: -95px;
  }

  .lg\:-ml-95 {
    margin-left: -95px;
  }

  .lg\:-mt-96 {
    margin-top: -96px;
  }

  .lg\:-mr-96 {
    margin-right: -96px;
  }

  .lg\:-mb-96 {
    margin-bottom: -96px;
  }

  .lg\:-ml-96 {
    margin-left: -96px;
  }

  .lg\:-mt-100 {
    margin-top: -100px;
  }

  .lg\:-mr-100 {
    margin-right: -100px;
  }

  .lg\:-mb-100 {
    margin-bottom: -100px;
  }

  .lg\:-ml-100 {
    margin-left: -100px;
  }

  .lg\:-mt-110 {
    margin-top: -110px;
  }

  .lg\:-mr-110 {
    margin-right: -110px;
  }

  .lg\:-mb-110 {
    margin-bottom: -110px;
  }

  .lg\:-ml-110 {
    margin-left: -110px;
  }

  .lg\:-mt-115 {
    margin-top: -115px;
  }

  .lg\:-mr-115 {
    margin-right: -115px;
  }

  .lg\:-mb-115 {
    margin-bottom: -115px;
  }

  .lg\:-ml-115 {
    margin-left: -115px;
  }

  .lg\:-mt-120 {
    margin-top: -120px;
  }

  .lg\:-mr-120 {
    margin-right: -120px;
  }

  .lg\:-mb-120 {
    margin-bottom: -120px;
  }

  .lg\:-ml-120 {
    margin-left: -120px;
  }

  .lg\:-mt-128 {
    margin-top: -128px;
  }

  .lg\:-mr-128 {
    margin-right: -128px;
  }

  .lg\:-mb-128 {
    margin-bottom: -128px;
  }

  .lg\:-ml-128 {
    margin-left: -128px;
  }

  .lg\:-mt-135 {
    margin-top: -135px;
  }

  .lg\:-mr-135 {
    margin-right: -135px;
  }

  .lg\:-mb-135 {
    margin-bottom: -135px;
  }

  .lg\:-ml-135 {
    margin-left: -135px;
  }

  .lg\:-mt-140 {
    margin-top: -140px;
  }

  .lg\:-mr-140 {
    margin-right: -140px;
  }

  .lg\:-mb-140 {
    margin-bottom: -140px;
  }

  .lg\:-ml-140 {
    margin-left: -140px;
  }

  .lg\:-mt-145 {
    margin-top: -145px;
  }

  .lg\:-mr-145 {
    margin-right: -145px;
  }

  .lg\:-mb-145 {
    margin-bottom: -145px;
  }

  .lg\:-ml-145 {
    margin-left: -145px;
  }

  .lg\:-mt-150 {
    margin-top: -150px;
  }

  .lg\:-mr-150 {
    margin-right: -150px;
  }

  .lg\:-mb-150 {
    margin-bottom: -150px;
  }

  .lg\:-ml-150 {
    margin-left: -150px;
  }

  .lg\:-mt-160 {
    margin-top: -160px;
  }

  .lg\:-mr-160 {
    margin-right: -160px;
  }

  .lg\:-mb-160 {
    margin-bottom: -160px;
  }

  .lg\:-ml-160 {
    margin-left: -160px;
  }

  .lg\:-mt-165 {
    margin-top: -165px;
  }

  .lg\:-mr-165 {
    margin-right: -165px;
  }

  .lg\:-mb-165 {
    margin-bottom: -165px;
  }

  .lg\:-ml-165 {
    margin-left: -165px;
  }

  .lg\:-mt-168 {
    margin-top: -168px;
  }

  .lg\:-mr-168 {
    margin-right: -168px;
  }

  .lg\:-mb-168 {
    margin-bottom: -168px;
  }

  .lg\:-ml-168 {
    margin-left: -168px;
  }

  .lg\:-mt-170 {
    margin-top: -170px;
  }

  .lg\:-mr-170 {
    margin-right: -170px;
  }

  .lg\:-mb-170 {
    margin-bottom: -170px;
  }

  .lg\:-ml-170 {
    margin-left: -170px;
  }

  .lg\:-mt-180 {
    margin-top: -180px;
  }

  .lg\:-mr-180 {
    margin-right: -180px;
  }

  .lg\:-mb-180 {
    margin-bottom: -180px;
  }

  .lg\:-ml-180 {
    margin-left: -180px;
  }

  .lg\:-mt-200 {
    margin-top: -200px;
  }

  .lg\:-mr-200 {
    margin-right: -200px;
  }

  .lg\:-mb-200 {
    margin-bottom: -200px;
  }

  .lg\:-ml-200 {
    margin-left: -200px;
  }

  .lg\:-mt-220 {
    margin-top: -220px;
  }

  .lg\:-mr-220 {
    margin-right: -220px;
  }

  .lg\:-mb-220 {
    margin-bottom: -220px;
  }

  .lg\:-ml-220 {
    margin-left: -220px;
  }

  .lg\:-mt-230 {
    margin-top: -230px;
  }

  .lg\:-mr-230 {
    margin-right: -230px;
  }

  .lg\:-mb-230 {
    margin-bottom: -230px;
  }

  .lg\:-ml-230 {
    margin-left: -230px;
  }

  .lg\:-mt-235 {
    margin-top: -235px;
  }

  .lg\:-mr-235 {
    margin-right: -235px;
  }

  .lg\:-mb-235 {
    margin-bottom: -235px;
  }

  .lg\:-ml-235 {
    margin-left: -235px;
  }

  .lg\:-mt-240 {
    margin-top: -240px;
  }

  .lg\:-mr-240 {
    margin-right: -240px;
  }

  .lg\:-mb-240 {
    margin-bottom: -240px;
  }

  .lg\:-ml-240 {
    margin-left: -240px;
  }

  .lg\:-mt-250 {
    margin-top: -250px;
  }

  .lg\:-mr-250 {
    margin-right: -250px;
  }

  .lg\:-mb-250 {
    margin-bottom: -250px;
  }

  .lg\:-ml-250 {
    margin-left: -250px;
  }

  .lg\:-mt-300 {
    margin-top: -300px;
  }

  .lg\:-mr-300 {
    margin-right: -300px;
  }

  .lg\:-mb-300 {
    margin-bottom: -300px;
  }

  .lg\:-ml-300 {
    margin-left: -300px;
  }

  .lg\:-mt-320 {
    margin-top: -320px;
  }

  .lg\:-mr-320 {
    margin-right: -320px;
  }

  .lg\:-mb-320 {
    margin-bottom: -320px;
  }

  .lg\:-ml-320 {
    margin-left: -320px;
  }

  .lg\:-mt-350 {
    margin-top: -350px;
  }

  .lg\:-mr-350 {
    margin-right: -350px;
  }

  .lg\:-mb-350 {
    margin-bottom: -350px;
  }

  .lg\:-ml-350 {
    margin-left: -350px;
  }

  .lg\:-mt-375 {
    margin-top: -375px;
  }

  .lg\:-mr-375 {
    margin-right: -375px;
  }

  .lg\:-mb-375 {
    margin-bottom: -375px;
  }

  .lg\:-ml-375 {
    margin-left: -375px;
  }

  .lg\:-mt-400 {
    margin-top: -400px;
  }

  .lg\:-mr-400 {
    margin-right: -400px;
  }

  .lg\:-mb-400 {
    margin-bottom: -400px;
  }

  .lg\:-ml-400 {
    margin-left: -400px;
  }

  .lg\:-mt-450 {
    margin-top: -450px;
  }

  .lg\:-mr-450 {
    margin-right: -450px;
  }

  .lg\:-mb-450 {
    margin-bottom: -450px;
  }

  .lg\:-ml-450 {
    margin-left: -450px;
  }

  .lg\:-mt-700 {
    margin-top: -700px;
  }

  .lg\:-mr-700 {
    margin-right: -700px;
  }

  .lg\:-mb-700 {
    margin-bottom: -700px;
  }

  .lg\:-ml-700 {
    margin-left: -700px;
  }

  .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-1p {
    margin-top: -1%;
  }

  .lg\:-mr-1p {
    margin-right: -1%;
  }

  .lg\:-mb-1p {
    margin-bottom: -1%;
  }

  .lg\:-ml-1p {
    margin-left: -1%;
  }

  .lg\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .lg\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .lg\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .lg\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .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-11p {
    margin-top: -11%;
  }

  .lg\:-mr-11p {
    margin-right: -11%;
  }

  .lg\:-mb-11p {
    margin-bottom: -11%;
  }

  .lg\:-ml-11p {
    margin-left: -11%;
  }

  .lg\:-mt-20p {
    margin-top: -20%;
  }

  .lg\:-mr-20p {
    margin-right: -20%;
  }

  .lg\:-mb-20p {
    margin-bottom: -20%;
  }

  .lg\:-ml-20p {
    margin-left: -20%;
  }

  .lg\:-mt-24p {
    margin-top: -24.25%;
  }

  .lg\:-mr-24p {
    margin-right: -24.25%;
  }

  .lg\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .lg\:-ml-24p {
    margin-left: -24.25%;
  }

  .lg\:-mt-25p {
    margin-top: -25%;
  }

  .lg\:-mr-25p {
    margin-right: -25%;
  }

  .lg\:-mb-25p {
    margin-bottom: -25%;
  }

  .lg\:-ml-25p {
    margin-left: -25%;
  }

  .lg\:-mt-32p {
    margin-top: -32%;
  }

  .lg\:-mr-32p {
    margin-right: -32%;
  }

  .lg\:-mb-32p {
    margin-bottom: -32%;
  }

  .lg\:-ml-32p {
    margin-left: -32%;
  }

  .lg\:-mt-35p {
    margin-top: -35%;
  }

  .lg\:-mr-35p {
    margin-right: -35%;
  }

  .lg\:-mb-35p {
    margin-bottom: -35%;
  }

  .lg\:-ml-35p {
    margin-left: -35%;
  }

  .lg\:-mt-40p {
    margin-top: -40%;
  }

  .lg\:-mr-40p {
    margin-right: -40%;
  }

  .lg\:-mb-40p {
    margin-bottom: -40%;
  }

  .lg\:-ml-40p {
    margin-left: -40%;
  }

  .lg\:-mt-49p {
    margin-top: -49%;
  }

  .lg\:-mr-49p {
    margin-right: -49%;
  }

  .lg\:-mb-49p {
    margin-bottom: -49%;
  }

  .lg\:-ml-49p {
    margin-left: -49%;
  }

  .lg\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .lg\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .lg\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .lg\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .lg\:-mt-80p {
    margin-top: -80%;
  }

  .lg\:-mr-80p {
    margin-right: -80%;
  }

  .lg\:-mb-80p {
    margin-bottom: -80%;
  }

  .lg\:-ml-80p {
    margin-left: -80%;
  }

  .lg\:-mt-vh80 {
    margin-top: -80vh;
  }

  .lg\:-mr-vh80 {
    margin-right: -80vh;
  }

  .lg\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .lg\:-ml-vh80 {
    margin-left: -80vh;
  }

  .lg\:-mt-vh86 {
    margin-top: -86vh;
  }

  .lg\:-mr-vh86 {
    margin-right: -86vh;
  }

  .lg\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .lg\:-ml-vh86 {
    margin-left: -86vh;
  }

  .lg\:-mt-vh90 {
    margin-top: -90vh;
  }

  .lg\:-mr-vh90 {
    margin-right: -90vh;
  }

  .lg\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .lg\:-ml-vh90 {
    margin-left: -90vh;
  }

  .lg\:-mt-vw80 {
    margin-top: -80vw;
  }

  .lg\:-mr-vw80 {
    margin-right: -80vw;
  }

  .lg\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .lg\:-ml-vw80 {
    margin-left: -80vw;
  }

  .lg\:-mt-vw90 {
    margin-top: -90vw;
  }

  .lg\:-mr-vw90 {
    margin-right: -90vw;
  }

  .lg\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .lg\:-ml-vw90 {
    margin-left: -90vw;
  }

  .lg\:-mt-90p {
    margin-top: -90%;
  }

  .lg\:-mr-90p {
    margin-right: -90%;
  }

  .lg\:-mb-90p {
    margin-bottom: -90%;
  }

  .lg\:-ml-90p {
    margin-left: -90%;
  }

  .lg\:-mt-92p {
    margin-top: -92%;
  }

  .lg\:-mr-92p {
    margin-right: -92%;
  }

  .lg\:-mb-92p {
    margin-bottom: -92%;
  }

  .lg\:-ml-92p {
    margin-left: -92%;
  }

  .lg\:-mt-93p {
    margin-top: -93%;
  }

  .lg\:-mr-93p {
    margin-right: -93%;
  }

  .lg\:-mb-93p {
    margin-bottom: -93%;
  }

  .lg\:-ml-93p {
    margin-left: -93%;
  }

  .lg\:-mt-94p {
    margin-top: -94%;
  }

  .lg\:-mr-94p {
    margin-right: -94%;
  }

  .lg\:-mb-94p {
    margin-bottom: -94%;
  }

  .lg\:-ml-94p {
    margin-left: -94%;
  }

  .lg\:-mt-95p {
    margin-top: -95%;
  }

  .lg\:-mr-95p {
    margin-right: -95%;
  }

  .lg\:-mb-95p {
    margin-bottom: -95%;
  }

  .lg\:-ml-95p {
    margin-left: -95%;
  }

  .lg\:-mt-96p {
    margin-top: -96%;
  }

  .lg\:-mr-96p {
    margin-right: -96%;
  }

  .lg\:-mb-96p {
    margin-bottom: -96%;
  }

  .lg\:-ml-96p {
    margin-left: -96%;
  }

  .lg\:-mt-100p {
    margin-top: -100%;
  }

  .lg\:-mr-100p {
    margin-right: -100%;
  }

  .lg\:-mb-100p {
    margin-bottom: -100%;
  }

  .lg\:-ml-100p {
    margin-left: -100%;
  }

  .lg\:hover\:m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: 3px;
  }

  .lg\:hover\:m-4:hover {
    margin: 4px;
  }

  .lg\:hover\:m-5:hover {
    margin: 5px;
  }

  .lg\:hover\:m-6:hover {
    margin: 6px;
  }

  .lg\:hover\:m-8:hover {
    margin: 8px;
  }

  .lg\:hover\:m-9:hover {
    margin: 9px;
  }

  .lg\:hover\:m-10:hover {
    margin: 10px;
  }

  .lg\:hover\:m-12:hover {
    margin: 12px;
  }

  .lg\:hover\:m-13:hover {
    margin: 13px;
  }

  .lg\:hover\:m-14:hover {
    margin: 14px;
  }

  .lg\:hover\:m-15:hover {
    margin: 15px;
  }

  .lg\:hover\:m-16:hover {
    margin: 16px;
  }

  .lg\:hover\:m-17:hover {
    margin: 17px;
  }

  .lg\:hover\:m-18:hover {
    margin: 18px;
  }

  .lg\:hover\:m-20:hover {
    margin: 20px;
  }

  .lg\:hover\:m-22:hover {
    margin: 22px;
  }

  .lg\:hover\:m-24:hover {
    margin: 24px;
  }

  .lg\:hover\:m-25:hover {
    margin: 25px;
  }

  .lg\:hover\:m-28:hover {
    margin: 28px;
  }

  .lg\:hover\:m-29:hover {
    margin: 29px;
  }

  .lg\:hover\:m-30:hover {
    margin: 30px;
  }

  .lg\:hover\:m-32:hover {
    margin: 32px;
  }

  .lg\:hover\:m-35:hover {
    margin: 35px;
  }

  .lg\:hover\:m-36:hover {
    margin: 36px;
  }

  .lg\:hover\:m-37:hover {
    margin: 37px;
  }

  .lg\:hover\:m-40:hover {
    margin: 40px;
  }

  .lg\:hover\:m-45:hover {
    margin: 45px;
  }

  .lg\:hover\:m-48:hover {
    margin: 48px;
  }

  .lg\:hover\:m-50:hover {
    margin: 50px;
  }

  .lg\:hover\:m-55:hover {
    margin: 55px;
  }

  .lg\:hover\:m-56:hover {
    margin: 56px;
  }

  .lg\:hover\:m-60:hover {
    margin: 60px;
  }

  .lg\:hover\:m-62:hover {
    margin: 62px;
  }

  .lg\:hover\:m-64:hover {
    margin: 64px;
  }

  .lg\:hover\:m-65:hover {
    margin: 65px;
  }

  .lg\:hover\:m-70:hover {
    margin: 70px;
  }

  .lg\:hover\:m-75:hover {
    margin: 75px;
  }

  .lg\:hover\:m-80:hover {
    margin: 80px;
  }

  .lg\:hover\:m-85:hover {
    margin: 85px;
  }

  .lg\:hover\:m-90:hover {
    margin: 90px;
  }

  .lg\:hover\:m-95:hover {
    margin: 95px;
  }

  .lg\:hover\:m-96:hover {
    margin: 96px;
  }

  .lg\:hover\:m-100:hover {
    margin: 100px;
  }

  .lg\:hover\:m-110:hover {
    margin: 110px;
  }

  .lg\:hover\:m-115:hover {
    margin: 115px;
  }

  .lg\:hover\:m-120:hover {
    margin: 120px;
  }

  .lg\:hover\:m-128:hover {
    margin: 128px;
  }

  .lg\:hover\:m-135:hover {
    margin: 135px;
  }

  .lg\:hover\:m-140:hover {
    margin: 140px;
  }

  .lg\:hover\:m-145:hover {
    margin: 145px;
  }

  .lg\:hover\:m-150:hover {
    margin: 150px;
  }

  .lg\:hover\:m-160:hover {
    margin: 160px;
  }

  .lg\:hover\:m-165:hover {
    margin: 165px;
  }

  .lg\:hover\:m-168:hover {
    margin: 168px;
  }

  .lg\:hover\:m-170:hover {
    margin: 170px;
  }

  .lg\:hover\:m-180:hover {
    margin: 180px;
  }

  .lg\:hover\:m-200:hover {
    margin: 200px;
  }

  .lg\:hover\:m-220:hover {
    margin: 220px;
  }

  .lg\:hover\:m-230:hover {
    margin: 230px;
  }

  .lg\:hover\:m-235:hover {
    margin: 235px;
  }

  .lg\:hover\:m-240:hover {
    margin: 240px;
  }

  .lg\:hover\:m-250:hover {
    margin: 250px;
  }

  .lg\:hover\:m-300:hover {
    margin: 300px;
  }

  .lg\:hover\:m-320:hover {
    margin: 320px;
  }

  .lg\:hover\:m-350:hover {
    margin: 350px;
  }

  .lg\:hover\:m-375:hover {
    margin: 375px;
  }

  .lg\:hover\:m-400:hover {
    margin: 400px;
  }

  .lg\:hover\:m-450:hover {
    margin: 450px;
  }

  .lg\:hover\:m-700:hover {
    margin: 700px;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:m-1p:hover {
    margin: 1%;
  }

  .lg\:hover\:m-1\/12:hover {
    margin: 8.3333%;
  }

  .lg\:hover\:m-2\/12:hover {
    margin: 16.666667%;
  }

  .lg\:hover\:m-11p:hover {
    margin: 11%;
  }

  .lg\:hover\:m-20p:hover {
    margin: 20%;
  }

  .lg\:hover\:m-24p:hover {
    margin: 24.25%;
  }

  .lg\:hover\:m-25p:hover {
    margin: 25%;
  }

  .lg\:hover\:m-32p:hover {
    margin: 32%;
  }

  .lg\:hover\:m-35p:hover {
    margin: 35%;
  }

  .lg\:hover\:m-40p:hover {
    margin: 40%;
  }

  .lg\:hover\:m-49p:hover {
    margin: 49%;
  }

  .lg\:hover\:m-49-5p:hover {
    margin: 49.5%;
  }

  .lg\:hover\:m-80p:hover {
    margin: 80%;
  }

  .lg\:hover\:m-vh80:hover {
    margin: 80vh;
  }

  .lg\:hover\:m-vh86:hover {
    margin: 86vh;
  }

  .lg\:hover\:m-vh90:hover {
    margin: 90vh;
  }

  .lg\:hover\:m-vw80:hover {
    margin: 80vw;
  }

  .lg\:hover\:m-vw90:hover {
    margin: 90vw;
  }

  .lg\:hover\:m-90p:hover {
    margin: 90%;
  }

  .lg\:hover\:m-92p:hover {
    margin: 92%;
  }

  .lg\:hover\:m-93p:hover {
    margin: 93%;
  }

  .lg\:hover\:m-94p:hover {
    margin: 94%;
  }

  .lg\:hover\:m-95p:hover {
    margin: 95%;
  }

  .lg\:hover\:m-96p:hover {
    margin: 96%;
  }

  .lg\:hover\:m-100p:hover {
    margin: 100%;
  }

  .lg\:hover\:-m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -3px;
  }

  .lg\:hover\:-m-4:hover {
    margin: -4px;
  }

  .lg\:hover\:-m-5:hover {
    margin: -5px;
  }

  .lg\:hover\:-m-6:hover {
    margin: -6px;
  }

  .lg\:hover\:-m-8:hover {
    margin: -8px;
  }

  .lg\:hover\:-m-9:hover {
    margin: -9px;
  }

  .lg\:hover\:-m-10:hover {
    margin: -10px;
  }

  .lg\:hover\:-m-12:hover {
    margin: -12px;
  }

  .lg\:hover\:-m-13:hover {
    margin: -13px;
  }

  .lg\:hover\:-m-14:hover {
    margin: -14px;
  }

  .lg\:hover\:-m-15:hover {
    margin: -15px;
  }

  .lg\:hover\:-m-16:hover {
    margin: -16px;
  }

  .lg\:hover\:-m-17:hover {
    margin: -17px;
  }

  .lg\:hover\:-m-18:hover {
    margin: -18px;
  }

  .lg\:hover\:-m-20:hover {
    margin: -20px;
  }

  .lg\:hover\:-m-22:hover {
    margin: -22px;
  }

  .lg\:hover\:-m-24:hover {
    margin: -24px;
  }

  .lg\:hover\:-m-25:hover {
    margin: -25px;
  }

  .lg\:hover\:-m-28:hover {
    margin: -28px;
  }

  .lg\:hover\:-m-29:hover {
    margin: -29px;
  }

  .lg\:hover\:-m-30:hover {
    margin: -30px;
  }

  .lg\:hover\:-m-32:hover {
    margin: -32px;
  }

  .lg\:hover\:-m-35:hover {
    margin: -35px;
  }

  .lg\:hover\:-m-36:hover {
    margin: -36px;
  }

  .lg\:hover\:-m-37:hover {
    margin: -37px;
  }

  .lg\:hover\:-m-40:hover {
    margin: -40px;
  }

  .lg\:hover\:-m-45:hover {
    margin: -45px;
  }

  .lg\:hover\:-m-48:hover {
    margin: -48px;
  }

  .lg\:hover\:-m-50:hover {
    margin: -50px;
  }

  .lg\:hover\:-m-55:hover {
    margin: -55px;
  }

  .lg\:hover\:-m-56:hover {
    margin: -56px;
  }

  .lg\:hover\:-m-60:hover {
    margin: -60px;
  }

  .lg\:hover\:-m-62:hover {
    margin: -62px;
  }

  .lg\:hover\:-m-64:hover {
    margin: -64px;
  }

  .lg\:hover\:-m-65:hover {
    margin: -65px;
  }

  .lg\:hover\:-m-70:hover {
    margin: -70px;
  }

  .lg\:hover\:-m-75:hover {
    margin: -75px;
  }

  .lg\:hover\:-m-80:hover {
    margin: -80px;
  }

  .lg\:hover\:-m-85:hover {
    margin: -85px;
  }

  .lg\:hover\:-m-90:hover {
    margin: -90px;
  }

  .lg\:hover\:-m-95:hover {
    margin: -95px;
  }

  .lg\:hover\:-m-96:hover {
    margin: -96px;
  }

  .lg\:hover\:-m-100:hover {
    margin: -100px;
  }

  .lg\:hover\:-m-110:hover {
    margin: -110px;
  }

  .lg\:hover\:-m-115:hover {
    margin: -115px;
  }

  .lg\:hover\:-m-120:hover {
    margin: -120px;
  }

  .lg\:hover\:-m-128:hover {
    margin: -128px;
  }

  .lg\:hover\:-m-135:hover {
    margin: -135px;
  }

  .lg\:hover\:-m-140:hover {
    margin: -140px;
  }

  .lg\:hover\:-m-145:hover {
    margin: -145px;
  }

  .lg\:hover\:-m-150:hover {
    margin: -150px;
  }

  .lg\:hover\:-m-160:hover {
    margin: -160px;
  }

  .lg\:hover\:-m-165:hover {
    margin: -165px;
  }

  .lg\:hover\:-m-168:hover {
    margin: -168px;
  }

  .lg\:hover\:-m-170:hover {
    margin: -170px;
  }

  .lg\:hover\:-m-180:hover {
    margin: -180px;
  }

  .lg\:hover\:-m-200:hover {
    margin: -200px;
  }

  .lg\:hover\:-m-220:hover {
    margin: -220px;
  }

  .lg\:hover\:-m-230:hover {
    margin: -230px;
  }

  .lg\:hover\:-m-235:hover {
    margin: -235px;
  }

  .lg\:hover\:-m-240:hover {
    margin: -240px;
  }

  .lg\:hover\:-m-250:hover {
    margin: -250px;
  }

  .lg\:hover\:-m-300:hover {
    margin: -300px;
  }

  .lg\:hover\:-m-320:hover {
    margin: -320px;
  }

  .lg\:hover\:-m-350:hover {
    margin: -350px;
  }

  .lg\:hover\:-m-375:hover {
    margin: -375px;
  }

  .lg\:hover\:-m-400:hover {
    margin: -400px;
  }

  .lg\:hover\:-m-450:hover {
    margin: -450px;
  }

  .lg\:hover\:-m-700:hover {
    margin: -700px;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:-m-1p:hover {
    margin: -1%;
  }

  .lg\:hover\:-m-1\/12:hover {
    margin: -8.3333%;
  }

  .lg\:hover\:-m-2\/12:hover {
    margin: -16.66667%;
  }

  .lg\:hover\:-m-11p:hover {
    margin: -11%;
  }

  .lg\:hover\:-m-20p:hover {
    margin: -20%;
  }

  .lg\:hover\:-m-24p:hover {
    margin: -24.25%;
  }

  .lg\:hover\:-m-25p:hover {
    margin: -25%;
  }

  .lg\:hover\:-m-32p:hover {
    margin: -32%;
  }

  .lg\:hover\:-m-35p:hover {
    margin: -35%;
  }

  .lg\:hover\:-m-40p:hover {
    margin: -40%;
  }

  .lg\:hover\:-m-49p:hover {
    margin: -49%;
  }

  .lg\:hover\:-m-49-5p:hover {
    margin: -49.5%;
  }

  .lg\:hover\:-m-80p:hover {
    margin: -80%;
  }

  .lg\:hover\:-m-vh80:hover {
    margin: -80vh;
  }

  .lg\:hover\:-m-vh86:hover {
    margin: -86vh;
  }

  .lg\:hover\:-m-vh90:hover {
    margin: -90vh;
  }

  .lg\:hover\:-m-vw80:hover {
    margin: -80vw;
  }

  .lg\:hover\:-m-vw90:hover {
    margin: -90vw;
  }

  .lg\:hover\:-m-90p:hover {
    margin: -90%;
  }

  .lg\:hover\:-m-92p:hover {
    margin: -92%;
  }

  .lg\:hover\:-m-93p:hover {
    margin: -93%;
  }

  .lg\:hover\:-m-94p:hover {
    margin: -94%;
  }

  .lg\:hover\:-m-95p:hover {
    margin: -95%;
  }

  .lg\:hover\:-m-96p:hover {
    margin: -96%;
  }

  .lg\:hover\:-m-100p:hover {
    margin: -100%;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:hover\:my-9:hover {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:hover\:mx-9:hover {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:hover\:my-13:hover {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:hover\:mx-13:hover {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:hover\:my-14:hover {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:hover\:mx-14:hover {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:hover\:my-15:hover {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:hover\:mx-15:hover {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:hover\:my-17:hover {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:hover\:mx-17:hover {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:hover\:my-18:hover {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:hover\:mx-18:hover {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:hover\:my-22:hover {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:hover\:mx-22:hover {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:hover\:my-25:hover {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:hover\:mx-25:hover {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:hover\:my-28:hover {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:hover\:mx-28:hover {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:hover\:my-29:hover {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:hover\:mx-29:hover {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:hover\:my-30:hover {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:hover\:mx-30:hover {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:hover\:my-35:hover {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:hover\:mx-35:hover {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:hover\:my-36:hover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:hover\:mx-36:hover {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:hover\:my-37:hover {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:hover\:mx-37:hover {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:hover\:my-45:hover {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:hover\:mx-45:hover {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:hover\:my-50:hover {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:hover\:mx-50:hover {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:hover\:my-55:hover {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:hover\:mx-55:hover {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:hover\:my-60:hover {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:hover\:mx-60:hover {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:hover\:my-62:hover {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:hover\:mx-62:hover {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:hover\:my-65:hover {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:hover\:mx-65:hover {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:hover\:my-70:hover {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:hover\:mx-70:hover {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:hover\:my-75:hover {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:hover\:mx-75:hover {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:hover\:my-80:hover {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:hover\:mx-80:hover {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:hover\:my-85:hover {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:hover\:mx-85:hover {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:hover\:my-90:hover {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:hover\:mx-90:hover {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:hover\:my-95:hover {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:hover\:mx-95:hover {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:hover\:my-96:hover {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:hover\:mx-96:hover {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:hover\:my-100:hover {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:hover\:mx-100:hover {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:hover\:my-110:hover {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:hover\:mx-110:hover {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:hover\:my-115:hover {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:hover\:mx-115:hover {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:hover\:my-120:hover {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:hover\:mx-120:hover {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:hover\:my-128:hover {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:hover\:mx-128:hover {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:hover\:my-135:hover {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:hover\:mx-135:hover {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:hover\:my-140:hover {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:hover\:mx-140:hover {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:hover\:my-145:hover {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:hover\:mx-145:hover {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:hover\:my-150:hover {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:hover\:mx-150:hover {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:hover\:my-160:hover {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:hover\:mx-160:hover {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:hover\:my-165:hover {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .lg\:hover\:mx-165:hover {
    margin-left: 165px;
    margin-right: 165px;
  }

  .lg\:hover\:my-168:hover {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .lg\:hover\:mx-168:hover {
    margin-left: 168px;
    margin-right: 168px;
  }

  .lg\:hover\:my-170:hover {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:hover\:mx-170:hover {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:hover\:my-180:hover {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:hover\:mx-180:hover {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:hover\:my-200:hover {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:hover\:mx-200:hover {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:hover\:my-220:hover {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:hover\:mx-220:hover {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:hover\:my-230:hover {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:hover\:mx-230:hover {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:hover\:my-235:hover {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .lg\:hover\:mx-235:hover {
    margin-left: 235px;
    margin-right: 235px;
  }

  .lg\:hover\:my-240:hover {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:hover\:mx-240:hover {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:hover\:my-250:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:hover\:mx-250:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:hover\:my-300:hover {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:hover\:mx-300:hover {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:hover\:my-320:hover {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:hover\:mx-320:hover {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:hover\:my-350:hover {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .lg\:hover\:mx-350:hover {
    margin-left: 350px;
    margin-right: 350px;
  }

  .lg\:hover\:my-375:hover {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .lg\:hover\:mx-375:hover {
    margin-left: 375px;
    margin-right: 375px;
  }

  .lg\:hover\:my-400:hover {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .lg\:hover\:mx-400:hover {
    margin-left: 400px;
    margin-right: 400px;
  }

  .lg\:hover\:my-450:hover {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .lg\:hover\:mx-450:hover {
    margin-left: 450px;
    margin-right: 450px;
  }

  .lg\:hover\:my-700:hover {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .lg\:hover\:mx-700:hover {
    margin-left: 700px;
    margin-right: 700px;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:my-1p:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:hover\:mx-1p:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:hover\:my-1\/12:hover {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .lg\:hover\:mx-1\/12:hover {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .lg\:hover\:my-2\/12:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:hover\:mx-2\/12:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:hover\:my-11p:hover {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .lg\:hover\:mx-11p:hover {
    margin-left: 11%;
    margin-right: 11%;
  }

  .lg\:hover\:my-20p:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:hover\:mx-20p:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:hover\:my-24p:hover {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .lg\:hover\:mx-24p:hover {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .lg\:hover\:my-25p:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:hover\:mx-25p:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:hover\:my-32p:hover {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .lg\:hover\:mx-32p:hover {
    margin-left: 32%;
    margin-right: 32%;
  }

  .lg\:hover\:my-35p:hover {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:hover\:mx-35p:hover {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:hover\:my-40p:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:hover\:mx-40p:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:hover\:my-49p:hover {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:hover\:mx-49p:hover {
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:hover\:my-49-5p:hover {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .lg\:hover\:mx-49-5p:hover {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .lg\:hover\:my-80p:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:hover\:mx-80p:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:hover\:my-vh80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:hover\:mx-vh80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:hover\:my-vh86:hover {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .lg\:hover\:mx-vh86:hover {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .lg\:hover\:my-vh90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:hover\:mx-vh90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:hover\:my-vw80:hover {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .lg\:hover\:mx-vw80:hover {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .lg\:hover\:my-vw90:hover {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .lg\:hover\:mx-vw90:hover {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .lg\:hover\:my-90p:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:hover\:mx-90p:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:hover\:my-92p:hover {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .lg\:hover\:mx-92p:hover {
    margin-left: 92%;
    margin-right: 92%;
  }

  .lg\:hover\:my-93p:hover {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .lg\:hover\:mx-93p:hover {
    margin-left: 93%;
    margin-right: 93%;
  }

  .lg\:hover\:my-94p:hover {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .lg\:hover\:mx-94p:hover {
    margin-left: 94%;
    margin-right: 94%;
  }

  .lg\:hover\:my-95p:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:hover\:mx-95p:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:hover\:my-96p:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:hover\:mx-96p:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:hover\:my-100p:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:hover\:mx-100p:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:hover\:-my-9:hover {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:hover\:-mx-9:hover {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:hover\:-my-13:hover {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:hover\:-mx-13:hover {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:hover\:-my-14:hover {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:hover\:-mx-14:hover {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:hover\:-my-15:hover {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:hover\:-mx-15:hover {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:hover\:-my-17:hover {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:hover\:-mx-17:hover {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:hover\:-my-18:hover {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:hover\:-mx-18:hover {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:hover\:-my-22:hover {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:hover\:-mx-22:hover {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:hover\:-my-25:hover {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:hover\:-mx-25:hover {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:hover\:-my-28:hover {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:hover\:-mx-28:hover {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:hover\:-my-29:hover {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:hover\:-mx-29:hover {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:hover\:-my-30:hover {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:hover\:-mx-30:hover {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:hover\:-my-35:hover {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:hover\:-mx-35:hover {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:hover\:-my-36:hover {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:hover\:-mx-36:hover {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:hover\:-my-37:hover {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:hover\:-mx-37:hover {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:hover\:-my-45:hover {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:hover\:-mx-45:hover {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:hover\:-my-50:hover {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:hover\:-mx-50:hover {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:hover\:-my-55:hover {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:hover\:-mx-55:hover {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:hover\:-my-60:hover {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:hover\:-mx-60:hover {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:hover\:-my-62:hover {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:hover\:-mx-62:hover {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:hover\:-my-65:hover {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:hover\:-mx-65:hover {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:hover\:-my-70:hover {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:hover\:-mx-70:hover {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:hover\:-my-75:hover {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:hover\:-mx-75:hover {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:hover\:-my-80:hover {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:hover\:-mx-80:hover {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:hover\:-my-85:hover {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:hover\:-mx-85:hover {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:hover\:-my-90:hover {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:hover\:-mx-90:hover {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:hover\:-my-95:hover {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:hover\:-mx-95:hover {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:hover\:-my-96:hover {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:hover\:-mx-96:hover {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:hover\:-my-100:hover {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:hover\:-mx-100:hover {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:hover\:-my-110:hover {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:hover\:-mx-110:hover {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:hover\:-my-115:hover {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:hover\:-mx-115:hover {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:hover\:-my-120:hover {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:hover\:-mx-120:hover {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:hover\:-my-128:hover {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:hover\:-mx-128:hover {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:hover\:-my-135:hover {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:hover\:-mx-135:hover {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:hover\:-my-140:hover {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:hover\:-mx-140:hover {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:hover\:-my-145:hover {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:hover\:-mx-145:hover {
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:hover\:-my-150:hover {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:hover\:-mx-150:hover {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:hover\:-my-160:hover {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:hover\:-mx-160:hover {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:hover\:-my-165:hover {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .lg\:hover\:-mx-165:hover {
    margin-left: -165px;
    margin-right: -165px;
  }

  .lg\:hover\:-my-168:hover {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .lg\:hover\:-mx-168:hover {
    margin-left: -168px;
    margin-right: -168px;
  }

  .lg\:hover\:-my-170:hover {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:hover\:-mx-170:hover {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:hover\:-my-180:hover {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:hover\:-mx-180:hover {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:hover\:-my-200:hover {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:hover\:-mx-200:hover {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:hover\:-my-220:hover {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:hover\:-mx-220:hover {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:hover\:-my-230:hover {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:hover\:-mx-230:hover {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:hover\:-my-235:hover {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .lg\:hover\:-mx-235:hover {
    margin-left: -235px;
    margin-right: -235px;
  }

  .lg\:hover\:-my-240:hover {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:hover\:-mx-240:hover {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:hover\:-my-250:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:hover\:-mx-250:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:hover\:-my-300:hover {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:hover\:-mx-300:hover {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:hover\:-my-320:hover {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:hover\:-mx-320:hover {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:hover\:-my-350:hover {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .lg\:hover\:-mx-350:hover {
    margin-left: -350px;
    margin-right: -350px;
  }

  .lg\:hover\:-my-375:hover {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .lg\:hover\:-mx-375:hover {
    margin-left: -375px;
    margin-right: -375px;
  }

  .lg\:hover\:-my-400:hover {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .lg\:hover\:-mx-400:hover {
    margin-left: -400px;
    margin-right: -400px;
  }

  .lg\:hover\:-my-450:hover {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .lg\:hover\:-mx-450:hover {
    margin-left: -450px;
    margin-right: -450px;
  }

  .lg\:hover\:-my-700:hover {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .lg\:hover\:-mx-700:hover {
    margin-left: -700px;
    margin-right: -700px;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:-my-1p:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:hover\:-mx-1p:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:hover\:-my-1\/12:hover {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .lg\:hover\:-mx-1\/12:hover {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .lg\:hover\:-my-2\/12:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:hover\:-mx-2\/12:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:hover\:-my-11p:hover {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .lg\:hover\:-mx-11p:hover {
    margin-left: -11%;
    margin-right: -11%;
  }

  .lg\:hover\:-my-20p:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:hover\:-mx-20p:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:hover\:-my-24p:hover {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .lg\:hover\:-mx-24p:hover {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .lg\:hover\:-my-25p:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:hover\:-mx-25p:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:hover\:-my-32p:hover {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .lg\:hover\:-mx-32p:hover {
    margin-left: -32%;
    margin-right: -32%;
  }

  .lg\:hover\:-my-35p:hover {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:hover\:-mx-35p:hover {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:hover\:-my-40p:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:hover\:-mx-40p:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:hover\:-my-49p:hover {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:hover\:-mx-49p:hover {
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:hover\:-my-49-5p:hover {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .lg\:hover\:-mx-49-5p:hover {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .lg\:hover\:-my-80p:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:hover\:-mx-80p:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:hover\:-my-vh80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:hover\:-mx-vh80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:hover\:-my-vh86:hover {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .lg\:hover\:-mx-vh86:hover {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .lg\:hover\:-my-vh90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:hover\:-mx-vh90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:hover\:-my-vw80:hover {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .lg\:hover\:-mx-vw80:hover {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .lg\:hover\:-my-vw90:hover {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .lg\:hover\:-mx-vw90:hover {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .lg\:hover\:-my-90p:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:hover\:-mx-90p:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:hover\:-my-92p:hover {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .lg\:hover\:-mx-92p:hover {
    margin-left: -92%;
    margin-right: -92%;
  }

  .lg\:hover\:-my-93p:hover {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .lg\:hover\:-mx-93p:hover {
    margin-left: -93%;
    margin-right: -93%;
  }

  .lg\:hover\:-my-94p:hover {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .lg\:hover\:-mx-94p:hover {
    margin-left: -94%;
    margin-right: -94%;
  }

  .lg\:hover\:-my-95p:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:hover\:-mx-95p:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:hover\:-my-96p:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:hover\:-mx-96p:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:hover\:-my-100p:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:hover\:-mx-100p:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: 3px;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: 3px;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: 3px;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: 3px;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 4px;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 4px;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 4px;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 4px;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 5px;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 5px;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 5px;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 5px;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 6px;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 6px;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 6px;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 6px;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 8px;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 8px;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 8px;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 8px;
  }

  .lg\:hover\:mt-9:hover {
    margin-top: 9px;
  }

  .lg\:hover\:mr-9:hover {
    margin-right: 9px;
  }

  .lg\:hover\:mb-9:hover {
    margin-bottom: 9px;
  }

  .lg\:hover\:ml-9:hover {
    margin-left: 9px;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 10px;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 10px;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 10px;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 10px;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 12px;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 12px;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 12px;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 12px;
  }

  .lg\:hover\:mt-13:hover {
    margin-top: 13px;
  }

  .lg\:hover\:mr-13:hover {
    margin-right: 13px;
  }

  .lg\:hover\:mb-13:hover {
    margin-bottom: 13px;
  }

  .lg\:hover\:ml-13:hover {
    margin-left: 13px;
  }

  .lg\:hover\:mt-14:hover {
    margin-top: 14px;
  }

  .lg\:hover\:mr-14:hover {
    margin-right: 14px;
  }

  .lg\:hover\:mb-14:hover {
    margin-bottom: 14px;
  }

  .lg\:hover\:ml-14:hover {
    margin-left: 14px;
  }

  .lg\:hover\:mt-15:hover {
    margin-top: 15px;
  }

  .lg\:hover\:mr-15:hover {
    margin-right: 15px;
  }

  .lg\:hover\:mb-15:hover {
    margin-bottom: 15px;
  }

  .lg\:hover\:ml-15:hover {
    margin-left: 15px;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 16px;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 16px;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 16px;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 16px;
  }

  .lg\:hover\:mt-17:hover {
    margin-top: 17px;
  }

  .lg\:hover\:mr-17:hover {
    margin-right: 17px;
  }

  .lg\:hover\:mb-17:hover {
    margin-bottom: 17px;
  }

  .lg\:hover\:ml-17:hover {
    margin-left: 17px;
  }

  .lg\:hover\:mt-18:hover {
    margin-top: 18px;
  }

  .lg\:hover\:mr-18:hover {
    margin-right: 18px;
  }

  .lg\:hover\:mb-18:hover {
    margin-bottom: 18px;
  }

  .lg\:hover\:ml-18:hover {
    margin-left: 18px;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 20px;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 20px;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 20px;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 20px;
  }

  .lg\:hover\:mt-22:hover {
    margin-top: 22px;
  }

  .lg\:hover\:mr-22:hover {
    margin-right: 22px;
  }

  .lg\:hover\:mb-22:hover {
    margin-bottom: 22px;
  }

  .lg\:hover\:ml-22:hover {
    margin-left: 22px;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 24px;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 24px;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 24px;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 24px;
  }

  .lg\:hover\:mt-25:hover {
    margin-top: 25px;
  }

  .lg\:hover\:mr-25:hover {
    margin-right: 25px;
  }

  .lg\:hover\:mb-25:hover {
    margin-bottom: 25px;
  }

  .lg\:hover\:ml-25:hover {
    margin-left: 25px;
  }

  .lg\:hover\:mt-28:hover {
    margin-top: 28px;
  }

  .lg\:hover\:mr-28:hover {
    margin-right: 28px;
  }

  .lg\:hover\:mb-28:hover {
    margin-bottom: 28px;
  }

  .lg\:hover\:ml-28:hover {
    margin-left: 28px;
  }

  .lg\:hover\:mt-29:hover {
    margin-top: 29px;
  }

  .lg\:hover\:mr-29:hover {
    margin-right: 29px;
  }

  .lg\:hover\:mb-29:hover {
    margin-bottom: 29px;
  }

  .lg\:hover\:ml-29:hover {
    margin-left: 29px;
  }

  .lg\:hover\:mt-30:hover {
    margin-top: 30px;
  }

  .lg\:hover\:mr-30:hover {
    margin-right: 30px;
  }

  .lg\:hover\:mb-30:hover {
    margin-bottom: 30px;
  }

  .lg\:hover\:ml-30:hover {
    margin-left: 30px;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 32px;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 32px;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 32px;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 32px;
  }

  .lg\:hover\:mt-35:hover {
    margin-top: 35px;
  }

  .lg\:hover\:mr-35:hover {
    margin-right: 35px;
  }

  .lg\:hover\:mb-35:hover {
    margin-bottom: 35px;
  }

  .lg\:hover\:ml-35:hover {
    margin-left: 35px;
  }

  .lg\:hover\:mt-36:hover {
    margin-top: 36px;
  }

  .lg\:hover\:mr-36:hover {
    margin-right: 36px;
  }

  .lg\:hover\:mb-36:hover {
    margin-bottom: 36px;
  }

  .lg\:hover\:ml-36:hover {
    margin-left: 36px;
  }

  .lg\:hover\:mt-37:hover {
    margin-top: 37px;
  }

  .lg\:hover\:mr-37:hover {
    margin-right: 37px;
  }

  .lg\:hover\:mb-37:hover {
    margin-bottom: 37px;
  }

  .lg\:hover\:ml-37:hover {
    margin-left: 37px;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 40px;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 40px;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 40px;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 40px;
  }

  .lg\:hover\:mt-45:hover {
    margin-top: 45px;
  }

  .lg\:hover\:mr-45:hover {
    margin-right: 45px;
  }

  .lg\:hover\:mb-45:hover {
    margin-bottom: 45px;
  }

  .lg\:hover\:ml-45:hover {
    margin-left: 45px;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 48px;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 48px;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 48px;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 48px;
  }

  .lg\:hover\:mt-50:hover {
    margin-top: 50px;
  }

  .lg\:hover\:mr-50:hover {
    margin-right: 50px;
  }

  .lg\:hover\:mb-50:hover {
    margin-bottom: 50px;
  }

  .lg\:hover\:ml-50:hover {
    margin-left: 50px;
  }

  .lg\:hover\:mt-55:hover {
    margin-top: 55px;
  }

  .lg\:hover\:mr-55:hover {
    margin-right: 55px;
  }

  .lg\:hover\:mb-55:hover {
    margin-bottom: 55px;
  }

  .lg\:hover\:ml-55:hover {
    margin-left: 55px;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 56px;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 56px;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 56px;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 56px;
  }

  .lg\:hover\:mt-60:hover {
    margin-top: 60px;
  }

  .lg\:hover\:mr-60:hover {
    margin-right: 60px;
  }

  .lg\:hover\:mb-60:hover {
    margin-bottom: 60px;
  }

  .lg\:hover\:ml-60:hover {
    margin-left: 60px;
  }

  .lg\:hover\:mt-62:hover {
    margin-top: 62px;
  }

  .lg\:hover\:mr-62:hover {
    margin-right: 62px;
  }

  .lg\:hover\:mb-62:hover {
    margin-bottom: 62px;
  }

  .lg\:hover\:ml-62:hover {
    margin-left: 62px;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 64px;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 64px;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 64px;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 64px;
  }

  .lg\:hover\:mt-65:hover {
    margin-top: 65px;
  }

  .lg\:hover\:mr-65:hover {
    margin-right: 65px;
  }

  .lg\:hover\:mb-65:hover {
    margin-bottom: 65px;
  }

  .lg\:hover\:ml-65:hover {
    margin-left: 65px;
  }

  .lg\:hover\:mt-70:hover {
    margin-top: 70px;
  }

  .lg\:hover\:mr-70:hover {
    margin-right: 70px;
  }

  .lg\:hover\:mb-70:hover {
    margin-bottom: 70px;
  }

  .lg\:hover\:ml-70:hover {
    margin-left: 70px;
  }

  .lg\:hover\:mt-75:hover {
    margin-top: 75px;
  }

  .lg\:hover\:mr-75:hover {
    margin-right: 75px;
  }

  .lg\:hover\:mb-75:hover {
    margin-bottom: 75px;
  }

  .lg\:hover\:ml-75:hover {
    margin-left: 75px;
  }

  .lg\:hover\:mt-80:hover {
    margin-top: 80px;
  }

  .lg\:hover\:mr-80:hover {
    margin-right: 80px;
  }

  .lg\:hover\:mb-80:hover {
    margin-bottom: 80px;
  }

  .lg\:hover\:ml-80:hover {
    margin-left: 80px;
  }

  .lg\:hover\:mt-85:hover {
    margin-top: 85px;
  }

  .lg\:hover\:mr-85:hover {
    margin-right: 85px;
  }

  .lg\:hover\:mb-85:hover {
    margin-bottom: 85px;
  }

  .lg\:hover\:ml-85:hover {
    margin-left: 85px;
  }

  .lg\:hover\:mt-90:hover {
    margin-top: 90px;
  }

  .lg\:hover\:mr-90:hover {
    margin-right: 90px;
  }

  .lg\:hover\:mb-90:hover {
    margin-bottom: 90px;
  }

  .lg\:hover\:ml-90:hover {
    margin-left: 90px;
  }

  .lg\:hover\:mt-95:hover {
    margin-top: 95px;
  }

  .lg\:hover\:mr-95:hover {
    margin-right: 95px;
  }

  .lg\:hover\:mb-95:hover {
    margin-bottom: 95px;
  }

  .lg\:hover\:ml-95:hover {
    margin-left: 95px;
  }

  .lg\:hover\:mt-96:hover {
    margin-top: 96px;
  }

  .lg\:hover\:mr-96:hover {
    margin-right: 96px;
  }

  .lg\:hover\:mb-96:hover {
    margin-bottom: 96px;
  }

  .lg\:hover\:ml-96:hover {
    margin-left: 96px;
  }

  .lg\:hover\:mt-100:hover {
    margin-top: 100px;
  }

  .lg\:hover\:mr-100:hover {
    margin-right: 100px;
  }

  .lg\:hover\:mb-100:hover {
    margin-bottom: 100px;
  }

  .lg\:hover\:ml-100:hover {
    margin-left: 100px;
  }

  .lg\:hover\:mt-110:hover {
    margin-top: 110px;
  }

  .lg\:hover\:mr-110:hover {
    margin-right: 110px;
  }

  .lg\:hover\:mb-110:hover {
    margin-bottom: 110px;
  }

  .lg\:hover\:ml-110:hover {
    margin-left: 110px;
  }

  .lg\:hover\:mt-115:hover {
    margin-top: 115px;
  }

  .lg\:hover\:mr-115:hover {
    margin-right: 115px;
  }

  .lg\:hover\:mb-115:hover {
    margin-bottom: 115px;
  }

  .lg\:hover\:ml-115:hover {
    margin-left: 115px;
  }

  .lg\:hover\:mt-120:hover {
    margin-top: 120px;
  }

  .lg\:hover\:mr-120:hover {
    margin-right: 120px;
  }

  .lg\:hover\:mb-120:hover {
    margin-bottom: 120px;
  }

  .lg\:hover\:ml-120:hover {
    margin-left: 120px;
  }

  .lg\:hover\:mt-128:hover {
    margin-top: 128px;
  }

  .lg\:hover\:mr-128:hover {
    margin-right: 128px;
  }

  .lg\:hover\:mb-128:hover {
    margin-bottom: 128px;
  }

  .lg\:hover\:ml-128:hover {
    margin-left: 128px;
  }

  .lg\:hover\:mt-135:hover {
    margin-top: 135px;
  }

  .lg\:hover\:mr-135:hover {
    margin-right: 135px;
  }

  .lg\:hover\:mb-135:hover {
    margin-bottom: 135px;
  }

  .lg\:hover\:ml-135:hover {
    margin-left: 135px;
  }

  .lg\:hover\:mt-140:hover {
    margin-top: 140px;
  }

  .lg\:hover\:mr-140:hover {
    margin-right: 140px;
  }

  .lg\:hover\:mb-140:hover {
    margin-bottom: 140px;
  }

  .lg\:hover\:ml-140:hover {
    margin-left: 140px;
  }

  .lg\:hover\:mt-145:hover {
    margin-top: 145px;
  }

  .lg\:hover\:mr-145:hover {
    margin-right: 145px;
  }

  .lg\:hover\:mb-145:hover {
    margin-bottom: 145px;
  }

  .lg\:hover\:ml-145:hover {
    margin-left: 145px;
  }

  .lg\:hover\:mt-150:hover {
    margin-top: 150px;
  }

  .lg\:hover\:mr-150:hover {
    margin-right: 150px;
  }

  .lg\:hover\:mb-150:hover {
    margin-bottom: 150px;
  }

  .lg\:hover\:ml-150:hover {
    margin-left: 150px;
  }

  .lg\:hover\:mt-160:hover {
    margin-top: 160px;
  }

  .lg\:hover\:mr-160:hover {
    margin-right: 160px;
  }

  .lg\:hover\:mb-160:hover {
    margin-bottom: 160px;
  }

  .lg\:hover\:ml-160:hover {
    margin-left: 160px;
  }

  .lg\:hover\:mt-165:hover {
    margin-top: 165px;
  }

  .lg\:hover\:mr-165:hover {
    margin-right: 165px;
  }

  .lg\:hover\:mb-165:hover {
    margin-bottom: 165px;
  }

  .lg\:hover\:ml-165:hover {
    margin-left: 165px;
  }

  .lg\:hover\:mt-168:hover {
    margin-top: 168px;
  }

  .lg\:hover\:mr-168:hover {
    margin-right: 168px;
  }

  .lg\:hover\:mb-168:hover {
    margin-bottom: 168px;
  }

  .lg\:hover\:ml-168:hover {
    margin-left: 168px;
  }

  .lg\:hover\:mt-170:hover {
    margin-top: 170px;
  }

  .lg\:hover\:mr-170:hover {
    margin-right: 170px;
  }

  .lg\:hover\:mb-170:hover {
    margin-bottom: 170px;
  }

  .lg\:hover\:ml-170:hover {
    margin-left: 170px;
  }

  .lg\:hover\:mt-180:hover {
    margin-top: 180px;
  }

  .lg\:hover\:mr-180:hover {
    margin-right: 180px;
  }

  .lg\:hover\:mb-180:hover {
    margin-bottom: 180px;
  }

  .lg\:hover\:ml-180:hover {
    margin-left: 180px;
  }

  .lg\:hover\:mt-200:hover {
    margin-top: 200px;
  }

  .lg\:hover\:mr-200:hover {
    margin-right: 200px;
  }

  .lg\:hover\:mb-200:hover {
    margin-bottom: 200px;
  }

  .lg\:hover\:ml-200:hover {
    margin-left: 200px;
  }

  .lg\:hover\:mt-220:hover {
    margin-top: 220px;
  }

  .lg\:hover\:mr-220:hover {
    margin-right: 220px;
  }

  .lg\:hover\:mb-220:hover {
    margin-bottom: 220px;
  }

  .lg\:hover\:ml-220:hover {
    margin-left: 220px;
  }

  .lg\:hover\:mt-230:hover {
    margin-top: 230px;
  }

  .lg\:hover\:mr-230:hover {
    margin-right: 230px;
  }

  .lg\:hover\:mb-230:hover {
    margin-bottom: 230px;
  }

  .lg\:hover\:ml-230:hover {
    margin-left: 230px;
  }

  .lg\:hover\:mt-235:hover {
    margin-top: 235px;
  }

  .lg\:hover\:mr-235:hover {
    margin-right: 235px;
  }

  .lg\:hover\:mb-235:hover {
    margin-bottom: 235px;
  }

  .lg\:hover\:ml-235:hover {
    margin-left: 235px;
  }

  .lg\:hover\:mt-240:hover {
    margin-top: 240px;
  }

  .lg\:hover\:mr-240:hover {
    margin-right: 240px;
  }

  .lg\:hover\:mb-240:hover {
    margin-bottom: 240px;
  }

  .lg\:hover\:ml-240:hover {
    margin-left: 240px;
  }

  .lg\:hover\:mt-250:hover {
    margin-top: 250px;
  }

  .lg\:hover\:mr-250:hover {
    margin-right: 250px;
  }

  .lg\:hover\:mb-250:hover {
    margin-bottom: 250px;
  }

  .lg\:hover\:ml-250:hover {
    margin-left: 250px;
  }

  .lg\:hover\:mt-300:hover {
    margin-top: 300px;
  }

  .lg\:hover\:mr-300:hover {
    margin-right: 300px;
  }

  .lg\:hover\:mb-300:hover {
    margin-bottom: 300px;
  }

  .lg\:hover\:ml-300:hover {
    margin-left: 300px;
  }

  .lg\:hover\:mt-320:hover {
    margin-top: 320px;
  }

  .lg\:hover\:mr-320:hover {
    margin-right: 320px;
  }

  .lg\:hover\:mb-320:hover {
    margin-bottom: 320px;
  }

  .lg\:hover\:ml-320:hover {
    margin-left: 320px;
  }

  .lg\:hover\:mt-350:hover {
    margin-top: 350px;
  }

  .lg\:hover\:mr-350:hover {
    margin-right: 350px;
  }

  .lg\:hover\:mb-350:hover {
    margin-bottom: 350px;
  }

  .lg\:hover\:ml-350:hover {
    margin-left: 350px;
  }

  .lg\:hover\:mt-375:hover {
    margin-top: 375px;
  }

  .lg\:hover\:mr-375:hover {
    margin-right: 375px;
  }

  .lg\:hover\:mb-375:hover {
    margin-bottom: 375px;
  }

  .lg\:hover\:ml-375:hover {
    margin-left: 375px;
  }

  .lg\:hover\:mt-400:hover {
    margin-top: 400px;
  }

  .lg\:hover\:mr-400:hover {
    margin-right: 400px;
  }

  .lg\:hover\:mb-400:hover {
    margin-bottom: 400px;
  }

  .lg\:hover\:ml-400:hover {
    margin-left: 400px;
  }

  .lg\:hover\:mt-450:hover {
    margin-top: 450px;
  }

  .lg\:hover\:mr-450:hover {
    margin-right: 450px;
  }

  .lg\:hover\:mb-450:hover {
    margin-bottom: 450px;
  }

  .lg\:hover\:ml-450:hover {
    margin-left: 450px;
  }

  .lg\:hover\:mt-700:hover {
    margin-top: 700px;
  }

  .lg\:hover\:mr-700:hover {
    margin-right: 700px;
  }

  .lg\:hover\:mb-700:hover {
    margin-bottom: 700px;
  }

  .lg\:hover\:ml-700:hover {
    margin-left: 700px;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:hover\:mt-1p:hover {
    margin-top: 1%;
  }

  .lg\:hover\:mr-1p:hover {
    margin-right: 1%;
  }

  .lg\:hover\:mb-1p:hover {
    margin-bottom: 1%;
  }

  .lg\:hover\:ml-1p:hover {
    margin-left: 1%;
  }

  .lg\:hover\:mt-1\/12:hover {
    margin-top: 8.3333%;
  }

  .lg\:hover\:mr-1\/12:hover {
    margin-right: 8.3333%;
  }

  .lg\:hover\:mb-1\/12:hover {
    margin-bottom: 8.3333%;
  }

  .lg\:hover\:ml-1\/12:hover {
    margin-left: 8.3333%;
  }

  .lg\:hover\:mt-2\/12:hover {
    margin-top: 16.666667%;
  }

  .lg\:hover\:mr-2\/12:hover {
    margin-right: 16.666667%;
  }

  .lg\:hover\:mb-2\/12:hover {
    margin-bottom: 16.666667%;
  }

  .lg\:hover\:ml-2\/12:hover {
    margin-left: 16.666667%;
  }

  .lg\:hover\:mt-11p:hover {
    margin-top: 11%;
  }

  .lg\:hover\:mr-11p:hover {
    margin-right: 11%;
  }

  .lg\:hover\:mb-11p:hover {
    margin-bottom: 11%;
  }

  .lg\:hover\:ml-11p:hover {
    margin-left: 11%;
  }

  .lg\:hover\:mt-20p:hover {
    margin-top: 20%;
  }

  .lg\:hover\:mr-20p:hover {
    margin-right: 20%;
  }

  .lg\:hover\:mb-20p:hover {
    margin-bottom: 20%;
  }

  .lg\:hover\:ml-20p:hover {
    margin-left: 20%;
  }

  .lg\:hover\:mt-24p:hover {
    margin-top: 24.25%;
  }

  .lg\:hover\:mr-24p:hover {
    margin-right: 24.25%;
  }

  .lg\:hover\:mb-24p:hover {
    margin-bottom: 24.25%;
  }

  .lg\:hover\:ml-24p:hover {
    margin-left: 24.25%;
  }

  .lg\:hover\:mt-25p:hover {
    margin-top: 25%;
  }

  .lg\:hover\:mr-25p:hover {
    margin-right: 25%;
  }

  .lg\:hover\:mb-25p:hover {
    margin-bottom: 25%;
  }

  .lg\:hover\:ml-25p:hover {
    margin-left: 25%;
  }

  .lg\:hover\:mt-32p:hover {
    margin-top: 32%;
  }

  .lg\:hover\:mr-32p:hover {
    margin-right: 32%;
  }

  .lg\:hover\:mb-32p:hover {
    margin-bottom: 32%;
  }

  .lg\:hover\:ml-32p:hover {
    margin-left: 32%;
  }

  .lg\:hover\:mt-35p:hover {
    margin-top: 35%;
  }

  .lg\:hover\:mr-35p:hover {
    margin-right: 35%;
  }

  .lg\:hover\:mb-35p:hover {
    margin-bottom: 35%;
  }

  .lg\:hover\:ml-35p:hover {
    margin-left: 35%;
  }

  .lg\:hover\:mt-40p:hover {
    margin-top: 40%;
  }

  .lg\:hover\:mr-40p:hover {
    margin-right: 40%;
  }

  .lg\:hover\:mb-40p:hover {
    margin-bottom: 40%;
  }

  .lg\:hover\:ml-40p:hover {
    margin-left: 40%;
  }

  .lg\:hover\:mt-49p:hover {
    margin-top: 49%;
  }

  .lg\:hover\:mr-49p:hover {
    margin-right: 49%;
  }

  .lg\:hover\:mb-49p:hover {
    margin-bottom: 49%;
  }

  .lg\:hover\:ml-49p:hover {
    margin-left: 49%;
  }

  .lg\:hover\:mt-49-5p:hover {
    margin-top: 49.5%;
  }

  .lg\:hover\:mr-49-5p:hover {
    margin-right: 49.5%;
  }

  .lg\:hover\:mb-49-5p:hover {
    margin-bottom: 49.5%;
  }

  .lg\:hover\:ml-49-5p:hover {
    margin-left: 49.5%;
  }

  .lg\:hover\:mt-80p:hover {
    margin-top: 80%;
  }

  .lg\:hover\:mr-80p:hover {
    margin-right: 80%;
  }

  .lg\:hover\:mb-80p:hover {
    margin-bottom: 80%;
  }

  .lg\:hover\:ml-80p:hover {
    margin-left: 80%;
  }

  .lg\:hover\:mt-vh80:hover {
    margin-top: 80vh;
  }

  .lg\:hover\:mr-vh80:hover {
    margin-right: 80vh;
  }

  .lg\:hover\:mb-vh80:hover {
    margin-bottom: 80vh;
  }

  .lg\:hover\:ml-vh80:hover {
    margin-left: 80vh;
  }

  .lg\:hover\:mt-vh86:hover {
    margin-top: 86vh;
  }

  .lg\:hover\:mr-vh86:hover {
    margin-right: 86vh;
  }

  .lg\:hover\:mb-vh86:hover {
    margin-bottom: 86vh;
  }

  .lg\:hover\:ml-vh86:hover {
    margin-left: 86vh;
  }

  .lg\:hover\:mt-vh90:hover {
    margin-top: 90vh;
  }

  .lg\:hover\:mr-vh90:hover {
    margin-right: 90vh;
  }

  .lg\:hover\:mb-vh90:hover {
    margin-bottom: 90vh;
  }

  .lg\:hover\:ml-vh90:hover {
    margin-left: 90vh;
  }

  .lg\:hover\:mt-vw80:hover {
    margin-top: 80vw;
  }

  .lg\:hover\:mr-vw80:hover {
    margin-right: 80vw;
  }

  .lg\:hover\:mb-vw80:hover {
    margin-bottom: 80vw;
  }

  .lg\:hover\:ml-vw80:hover {
    margin-left: 80vw;
  }

  .lg\:hover\:mt-vw90:hover {
    margin-top: 90vw;
  }

  .lg\:hover\:mr-vw90:hover {
    margin-right: 90vw;
  }

  .lg\:hover\:mb-vw90:hover {
    margin-bottom: 90vw;
  }

  .lg\:hover\:ml-vw90:hover {
    margin-left: 90vw;
  }

  .lg\:hover\:mt-90p:hover {
    margin-top: 90%;
  }

  .lg\:hover\:mr-90p:hover {
    margin-right: 90%;
  }

  .lg\:hover\:mb-90p:hover {
    margin-bottom: 90%;
  }

  .lg\:hover\:ml-90p:hover {
    margin-left: 90%;
  }

  .lg\:hover\:mt-92p:hover {
    margin-top: 92%;
  }

  .lg\:hover\:mr-92p:hover {
    margin-right: 92%;
  }

  .lg\:hover\:mb-92p:hover {
    margin-bottom: 92%;
  }

  .lg\:hover\:ml-92p:hover {
    margin-left: 92%;
  }

  .lg\:hover\:mt-93p:hover {
    margin-top: 93%;
  }

  .lg\:hover\:mr-93p:hover {
    margin-right: 93%;
  }

  .lg\:hover\:mb-93p:hover {
    margin-bottom: 93%;
  }

  .lg\:hover\:ml-93p:hover {
    margin-left: 93%;
  }

  .lg\:hover\:mt-94p:hover {
    margin-top: 94%;
  }

  .lg\:hover\:mr-94p:hover {
    margin-right: 94%;
  }

  .lg\:hover\:mb-94p:hover {
    margin-bottom: 94%;
  }

  .lg\:hover\:ml-94p:hover {
    margin-left: 94%;
  }

  .lg\:hover\:mt-95p:hover {
    margin-top: 95%;
  }

  .lg\:hover\:mr-95p:hover {
    margin-right: 95%;
  }

  .lg\:hover\:mb-95p:hover {
    margin-bottom: 95%;
  }

  .lg\:hover\:ml-95p:hover {
    margin-left: 95%;
  }

  .lg\:hover\:mt-96p:hover {
    margin-top: 96%;
  }

  .lg\:hover\:mr-96p:hover {
    margin-right: 96%;
  }

  .lg\:hover\:mb-96p:hover {
    margin-bottom: 96%;
  }

  .lg\:hover\:ml-96p:hover {
    margin-left: 96%;
  }

  .lg\:hover\:mt-100p:hover {
    margin-top: 100%;
  }

  .lg\:hover\:mr-100p:hover {
    margin-right: 100%;
  }

  .lg\:hover\:mb-100p:hover {
    margin-bottom: 100%;
  }

  .lg\:hover\:ml-100p:hover {
    margin-left: 100%;
  }

  .lg\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -3px;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -3px;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -3px;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -3px;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -4px;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -4px;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -4px;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -4px;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -5px;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -5px;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -5px;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -5px;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -6px;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -6px;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -6px;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -6px;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -8px;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -8px;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -8px;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -8px;
  }

  .lg\:hover\:-mt-9:hover {
    margin-top: -9px;
  }

  .lg\:hover\:-mr-9:hover {
    margin-right: -9px;
  }

  .lg\:hover\:-mb-9:hover {
    margin-bottom: -9px;
  }

  .lg\:hover\:-ml-9:hover {
    margin-left: -9px;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -10px;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -10px;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -10px;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -10px;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -12px;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -12px;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -12px;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -12px;
  }

  .lg\:hover\:-mt-13:hover {
    margin-top: -13px;
  }

  .lg\:hover\:-mr-13:hover {
    margin-right: -13px;
  }

  .lg\:hover\:-mb-13:hover {
    margin-bottom: -13px;
  }

  .lg\:hover\:-ml-13:hover {
    margin-left: -13px;
  }

  .lg\:hover\:-mt-14:hover {
    margin-top: -14px;
  }

  .lg\:hover\:-mr-14:hover {
    margin-right: -14px;
  }

  .lg\:hover\:-mb-14:hover {
    margin-bottom: -14px;
  }

  .lg\:hover\:-ml-14:hover {
    margin-left: -14px;
  }

  .lg\:hover\:-mt-15:hover {
    margin-top: -15px;
  }

  .lg\:hover\:-mr-15:hover {
    margin-right: -15px;
  }

  .lg\:hover\:-mb-15:hover {
    margin-bottom: -15px;
  }

  .lg\:hover\:-ml-15:hover {
    margin-left: -15px;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -16px;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -16px;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -16px;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -16px;
  }

  .lg\:hover\:-mt-17:hover {
    margin-top: -17px;
  }

  .lg\:hover\:-mr-17:hover {
    margin-right: -17px;
  }

  .lg\:hover\:-mb-17:hover {
    margin-bottom: -17px;
  }

  .lg\:hover\:-ml-17:hover {
    margin-left: -17px;
  }

  .lg\:hover\:-mt-18:hover {
    margin-top: -18px;
  }

  .lg\:hover\:-mr-18:hover {
    margin-right: -18px;
  }

  .lg\:hover\:-mb-18:hover {
    margin-bottom: -18px;
  }

  .lg\:hover\:-ml-18:hover {
    margin-left: -18px;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -20px;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -20px;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -20px;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -20px;
  }

  .lg\:hover\:-mt-22:hover {
    margin-top: -22px;
  }

  .lg\:hover\:-mr-22:hover {
    margin-right: -22px;
  }

  .lg\:hover\:-mb-22:hover {
    margin-bottom: -22px;
  }

  .lg\:hover\:-ml-22:hover {
    margin-left: -22px;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -24px;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -24px;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -24px;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -24px;
  }

  .lg\:hover\:-mt-25:hover {
    margin-top: -25px;
  }

  .lg\:hover\:-mr-25:hover {
    margin-right: -25px;
  }

  .lg\:hover\:-mb-25:hover {
    margin-bottom: -25px;
  }

  .lg\:hover\:-ml-25:hover {
    margin-left: -25px;
  }

  .lg\:hover\:-mt-28:hover {
    margin-top: -28px;
  }

  .lg\:hover\:-mr-28:hover {
    margin-right: -28px;
  }

  .lg\:hover\:-mb-28:hover {
    margin-bottom: -28px;
  }

  .lg\:hover\:-ml-28:hover {
    margin-left: -28px;
  }

  .lg\:hover\:-mt-29:hover {
    margin-top: -29px;
  }

  .lg\:hover\:-mr-29:hover {
    margin-right: -29px;
  }

  .lg\:hover\:-mb-29:hover {
    margin-bottom: -29px;
  }

  .lg\:hover\:-ml-29:hover {
    margin-left: -29px;
  }

  .lg\:hover\:-mt-30:hover {
    margin-top: -30px;
  }

  .lg\:hover\:-mr-30:hover {
    margin-right: -30px;
  }

  .lg\:hover\:-mb-30:hover {
    margin-bottom: -30px;
  }

  .lg\:hover\:-ml-30:hover {
    margin-left: -30px;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -32px;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -32px;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -32px;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -32px;
  }

  .lg\:hover\:-mt-35:hover {
    margin-top: -35px;
  }

  .lg\:hover\:-mr-35:hover {
    margin-right: -35px;
  }

  .lg\:hover\:-mb-35:hover {
    margin-bottom: -35px;
  }

  .lg\:hover\:-ml-35:hover {
    margin-left: -35px;
  }

  .lg\:hover\:-mt-36:hover {
    margin-top: -36px;
  }

  .lg\:hover\:-mr-36:hover {
    margin-right: -36px;
  }

  .lg\:hover\:-mb-36:hover {
    margin-bottom: -36px;
  }

  .lg\:hover\:-ml-36:hover {
    margin-left: -36px;
  }

  .lg\:hover\:-mt-37:hover {
    margin-top: -37px;
  }

  .lg\:hover\:-mr-37:hover {
    margin-right: -37px;
  }

  .lg\:hover\:-mb-37:hover {
    margin-bottom: -37px;
  }

  .lg\:hover\:-ml-37:hover {
    margin-left: -37px;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -40px;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -40px;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -40px;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -40px;
  }

  .lg\:hover\:-mt-45:hover {
    margin-top: -45px;
  }

  .lg\:hover\:-mr-45:hover {
    margin-right: -45px;
  }

  .lg\:hover\:-mb-45:hover {
    margin-bottom: -45px;
  }

  .lg\:hover\:-ml-45:hover {
    margin-left: -45px;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -48px;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -48px;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -48px;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -48px;
  }

  .lg\:hover\:-mt-50:hover {
    margin-top: -50px;
  }

  .lg\:hover\:-mr-50:hover {
    margin-right: -50px;
  }

  .lg\:hover\:-mb-50:hover {
    margin-bottom: -50px;
  }

  .lg\:hover\:-ml-50:hover {
    margin-left: -50px;
  }

  .lg\:hover\:-mt-55:hover {
    margin-top: -55px;
  }

  .lg\:hover\:-mr-55:hover {
    margin-right: -55px;
  }

  .lg\:hover\:-mb-55:hover {
    margin-bottom: -55px;
  }

  .lg\:hover\:-ml-55:hover {
    margin-left: -55px;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -56px;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -56px;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -56px;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -56px;
  }

  .lg\:hover\:-mt-60:hover {
    margin-top: -60px;
  }

  .lg\:hover\:-mr-60:hover {
    margin-right: -60px;
  }

  .lg\:hover\:-mb-60:hover {
    margin-bottom: -60px;
  }

  .lg\:hover\:-ml-60:hover {
    margin-left: -60px;
  }

  .lg\:hover\:-mt-62:hover {
    margin-top: -62px;
  }

  .lg\:hover\:-mr-62:hover {
    margin-right: -62px;
  }

  .lg\:hover\:-mb-62:hover {
    margin-bottom: -62px;
  }

  .lg\:hover\:-ml-62:hover {
    margin-left: -62px;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -64px;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -64px;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -64px;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -64px;
  }

  .lg\:hover\:-mt-65:hover {
    margin-top: -65px;
  }

  .lg\:hover\:-mr-65:hover {
    margin-right: -65px;
  }

  .lg\:hover\:-mb-65:hover {
    margin-bottom: -65px;
  }

  .lg\:hover\:-ml-65:hover {
    margin-left: -65px;
  }

  .lg\:hover\:-mt-70:hover {
    margin-top: -70px;
  }

  .lg\:hover\:-mr-70:hover {
    margin-right: -70px;
  }

  .lg\:hover\:-mb-70:hover {
    margin-bottom: -70px;
  }

  .lg\:hover\:-ml-70:hover {
    margin-left: -70px;
  }

  .lg\:hover\:-mt-75:hover {
    margin-top: -75px;
  }

  .lg\:hover\:-mr-75:hover {
    margin-right: -75px;
  }

  .lg\:hover\:-mb-75:hover {
    margin-bottom: -75px;
  }

  .lg\:hover\:-ml-75:hover {
    margin-left: -75px;
  }

  .lg\:hover\:-mt-80:hover {
    margin-top: -80px;
  }

  .lg\:hover\:-mr-80:hover {
    margin-right: -80px;
  }

  .lg\:hover\:-mb-80:hover {
    margin-bottom: -80px;
  }

  .lg\:hover\:-ml-80:hover {
    margin-left: -80px;
  }

  .lg\:hover\:-mt-85:hover {
    margin-top: -85px;
  }

  .lg\:hover\:-mr-85:hover {
    margin-right: -85px;
  }

  .lg\:hover\:-mb-85:hover {
    margin-bottom: -85px;
  }

  .lg\:hover\:-ml-85:hover {
    margin-left: -85px;
  }

  .lg\:hover\:-mt-90:hover {
    margin-top: -90px;
  }

  .lg\:hover\:-mr-90:hover {
    margin-right: -90px;
  }

  .lg\:hover\:-mb-90:hover {
    margin-bottom: -90px;
  }

  .lg\:hover\:-ml-90:hover {
    margin-left: -90px;
  }

  .lg\:hover\:-mt-95:hover {
    margin-top: -95px;
  }

  .lg\:hover\:-mr-95:hover {
    margin-right: -95px;
  }

  .lg\:hover\:-mb-95:hover {
    margin-bottom: -95px;
  }

  .lg\:hover\:-ml-95:hover {
    margin-left: -95px;
  }

  .lg\:hover\:-mt-96:hover {
    margin-top: -96px;
  }

  .lg\:hover\:-mr-96:hover {
    margin-right: -96px;
  }

  .lg\:hover\:-mb-96:hover {
    margin-bottom: -96px;
  }

  .lg\:hover\:-ml-96:hover {
    margin-left: -96px;
  }

  .lg\:hover\:-mt-100:hover {
    margin-top: -100px;
  }

  .lg\:hover\:-mr-100:hover {
    margin-right: -100px;
  }

  .lg\:hover\:-mb-100:hover {
    margin-bottom: -100px;
  }

  .lg\:hover\:-ml-100:hover {
    margin-left: -100px;
  }

  .lg\:hover\:-mt-110:hover {
    margin-top: -110px;
  }

  .lg\:hover\:-mr-110:hover {
    margin-right: -110px;
  }

  .lg\:hover\:-mb-110:hover {
    margin-bottom: -110px;
  }

  .lg\:hover\:-ml-110:hover {
    margin-left: -110px;
  }

  .lg\:hover\:-mt-115:hover {
    margin-top: -115px;
  }

  .lg\:hover\:-mr-115:hover {
    margin-right: -115px;
  }

  .lg\:hover\:-mb-115:hover {
    margin-bottom: -115px;
  }

  .lg\:hover\:-ml-115:hover {
    margin-left: -115px;
  }

  .lg\:hover\:-mt-120:hover {
    margin-top: -120px;
  }

  .lg\:hover\:-mr-120:hover {
    margin-right: -120px;
  }

  .lg\:hover\:-mb-120:hover {
    margin-bottom: -120px;
  }

  .lg\:hover\:-ml-120:hover {
    margin-left: -120px;
  }

  .lg\:hover\:-mt-128:hover {
    margin-top: -128px;
  }

  .lg\:hover\:-mr-128:hover {
    margin-right: -128px;
  }

  .lg\:hover\:-mb-128:hover {
    margin-bottom: -128px;
  }

  .lg\:hover\:-ml-128:hover {
    margin-left: -128px;
  }

  .lg\:hover\:-mt-135:hover {
    margin-top: -135px;
  }

  .lg\:hover\:-mr-135:hover {
    margin-right: -135px;
  }

  .lg\:hover\:-mb-135:hover {
    margin-bottom: -135px;
  }

  .lg\:hover\:-ml-135:hover {
    margin-left: -135px;
  }

  .lg\:hover\:-mt-140:hover {
    margin-top: -140px;
  }

  .lg\:hover\:-mr-140:hover {
    margin-right: -140px;
  }

  .lg\:hover\:-mb-140:hover {
    margin-bottom: -140px;
  }

  .lg\:hover\:-ml-140:hover {
    margin-left: -140px;
  }

  .lg\:hover\:-mt-145:hover {
    margin-top: -145px;
  }

  .lg\:hover\:-mr-145:hover {
    margin-right: -145px;
  }

  .lg\:hover\:-mb-145:hover {
    margin-bottom: -145px;
  }

  .lg\:hover\:-ml-145:hover {
    margin-left: -145px;
  }

  .lg\:hover\:-mt-150:hover {
    margin-top: -150px;
  }

  .lg\:hover\:-mr-150:hover {
    margin-right: -150px;
  }

  .lg\:hover\:-mb-150:hover {
    margin-bottom: -150px;
  }

  .lg\:hover\:-ml-150:hover {
    margin-left: -150px;
  }

  .lg\:hover\:-mt-160:hover {
    margin-top: -160px;
  }

  .lg\:hover\:-mr-160:hover {
    margin-right: -160px;
  }

  .lg\:hover\:-mb-160:hover {
    margin-bottom: -160px;
  }

  .lg\:hover\:-ml-160:hover {
    margin-left: -160px;
  }

  .lg\:hover\:-mt-165:hover {
    margin-top: -165px;
  }

  .lg\:hover\:-mr-165:hover {
    margin-right: -165px;
  }

  .lg\:hover\:-mb-165:hover {
    margin-bottom: -165px;
  }

  .lg\:hover\:-ml-165:hover {
    margin-left: -165px;
  }

  .lg\:hover\:-mt-168:hover {
    margin-top: -168px;
  }

  .lg\:hover\:-mr-168:hover {
    margin-right: -168px;
  }

  .lg\:hover\:-mb-168:hover {
    margin-bottom: -168px;
  }

  .lg\:hover\:-ml-168:hover {
    margin-left: -168px;
  }

  .lg\:hover\:-mt-170:hover {
    margin-top: -170px;
  }

  .lg\:hover\:-mr-170:hover {
    margin-right: -170px;
  }

  .lg\:hover\:-mb-170:hover {
    margin-bottom: -170px;
  }

  .lg\:hover\:-ml-170:hover {
    margin-left: -170px;
  }

  .lg\:hover\:-mt-180:hover {
    margin-top: -180px;
  }

  .lg\:hover\:-mr-180:hover {
    margin-right: -180px;
  }

  .lg\:hover\:-mb-180:hover {
    margin-bottom: -180px;
  }

  .lg\:hover\:-ml-180:hover {
    margin-left: -180px;
  }

  .lg\:hover\:-mt-200:hover {
    margin-top: -200px;
  }

  .lg\:hover\:-mr-200:hover {
    margin-right: -200px;
  }

  .lg\:hover\:-mb-200:hover {
    margin-bottom: -200px;
  }

  .lg\:hover\:-ml-200:hover {
    margin-left: -200px;
  }

  .lg\:hover\:-mt-220:hover {
    margin-top: -220px;
  }

  .lg\:hover\:-mr-220:hover {
    margin-right: -220px;
  }

  .lg\:hover\:-mb-220:hover {
    margin-bottom: -220px;
  }

  .lg\:hover\:-ml-220:hover {
    margin-left: -220px;
  }

  .lg\:hover\:-mt-230:hover {
    margin-top: -230px;
  }

  .lg\:hover\:-mr-230:hover {
    margin-right: -230px;
  }

  .lg\:hover\:-mb-230:hover {
    margin-bottom: -230px;
  }

  .lg\:hover\:-ml-230:hover {
    margin-left: -230px;
  }

  .lg\:hover\:-mt-235:hover {
    margin-top: -235px;
  }

  .lg\:hover\:-mr-235:hover {
    margin-right: -235px;
  }

  .lg\:hover\:-mb-235:hover {
    margin-bottom: -235px;
  }

  .lg\:hover\:-ml-235:hover {
    margin-left: -235px;
  }

  .lg\:hover\:-mt-240:hover {
    margin-top: -240px;
  }

  .lg\:hover\:-mr-240:hover {
    margin-right: -240px;
  }

  .lg\:hover\:-mb-240:hover {
    margin-bottom: -240px;
  }

  .lg\:hover\:-ml-240:hover {
    margin-left: -240px;
  }

  .lg\:hover\:-mt-250:hover {
    margin-top: -250px;
  }

  .lg\:hover\:-mr-250:hover {
    margin-right: -250px;
  }

  .lg\:hover\:-mb-250:hover {
    margin-bottom: -250px;
  }

  .lg\:hover\:-ml-250:hover {
    margin-left: -250px;
  }

  .lg\:hover\:-mt-300:hover {
    margin-top: -300px;
  }

  .lg\:hover\:-mr-300:hover {
    margin-right: -300px;
  }

  .lg\:hover\:-mb-300:hover {
    margin-bottom: -300px;
  }

  .lg\:hover\:-ml-300:hover {
    margin-left: -300px;
  }

  .lg\:hover\:-mt-320:hover {
    margin-top: -320px;
  }

  .lg\:hover\:-mr-320:hover {
    margin-right: -320px;
  }

  .lg\:hover\:-mb-320:hover {
    margin-bottom: -320px;
  }

  .lg\:hover\:-ml-320:hover {
    margin-left: -320px;
  }

  .lg\:hover\:-mt-350:hover {
    margin-top: -350px;
  }

  .lg\:hover\:-mr-350:hover {
    margin-right: -350px;
  }

  .lg\:hover\:-mb-350:hover {
    margin-bottom: -350px;
  }

  .lg\:hover\:-ml-350:hover {
    margin-left: -350px;
  }

  .lg\:hover\:-mt-375:hover {
    margin-top: -375px;
  }

  .lg\:hover\:-mr-375:hover {
    margin-right: -375px;
  }

  .lg\:hover\:-mb-375:hover {
    margin-bottom: -375px;
  }

  .lg\:hover\:-ml-375:hover {
    margin-left: -375px;
  }

  .lg\:hover\:-mt-400:hover {
    margin-top: -400px;
  }

  .lg\:hover\:-mr-400:hover {
    margin-right: -400px;
  }

  .lg\:hover\:-mb-400:hover {
    margin-bottom: -400px;
  }

  .lg\:hover\:-ml-400:hover {
    margin-left: -400px;
  }

  .lg\:hover\:-mt-450:hover {
    margin-top: -450px;
  }

  .lg\:hover\:-mr-450:hover {
    margin-right: -450px;
  }

  .lg\:hover\:-mb-450:hover {
    margin-bottom: -450px;
  }

  .lg\:hover\:-ml-450:hover {
    margin-left: -450px;
  }

  .lg\:hover\:-mt-700:hover {
    margin-top: -700px;
  }

  .lg\:hover\:-mr-700:hover {
    margin-right: -700px;
  }

  .lg\:hover\:-mb-700:hover {
    margin-bottom: -700px;
  }

  .lg\:hover\:-ml-700:hover {
    margin-left: -700px;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .lg\:hover\:-mt-1p:hover {
    margin-top: -1%;
  }

  .lg\:hover\:-mr-1p:hover {
    margin-right: -1%;
  }

  .lg\:hover\:-mb-1p:hover {
    margin-bottom: -1%;
  }

  .lg\:hover\:-ml-1p:hover {
    margin-left: -1%;
  }

  .lg\:hover\:-mt-1\/12:hover {
    margin-top: -8.3333%;
  }

  .lg\:hover\:-mr-1\/12:hover {
    margin-right: -8.3333%;
  }

  .lg\:hover\:-mb-1\/12:hover {
    margin-bottom: -8.3333%;
  }

  .lg\:hover\:-ml-1\/12:hover {
    margin-left: -8.3333%;
  }

  .lg\:hover\:-mt-2\/12:hover {
    margin-top: -16.66667%;
  }

  .lg\:hover\:-mr-2\/12:hover {
    margin-right: -16.66667%;
  }

  .lg\:hover\:-mb-2\/12:hover {
    margin-bottom: -16.66667%;
  }

  .lg\:hover\:-ml-2\/12:hover {
    margin-left: -16.66667%;
  }

  .lg\:hover\:-mt-11p:hover {
    margin-top: -11%;
  }

  .lg\:hover\:-mr-11p:hover {
    margin-right: -11%;
  }

  .lg\:hover\:-mb-11p:hover {
    margin-bottom: -11%;
  }

  .lg\:hover\:-ml-11p:hover {
    margin-left: -11%;
  }

  .lg\:hover\:-mt-20p:hover {
    margin-top: -20%;
  }

  .lg\:hover\:-mr-20p:hover {
    margin-right: -20%;
  }

  .lg\:hover\:-mb-20p:hover {
    margin-bottom: -20%;
  }

  .lg\:hover\:-ml-20p:hover {
    margin-left: -20%;
  }

  .lg\:hover\:-mt-24p:hover {
    margin-top: -24.25%;
  }

  .lg\:hover\:-mr-24p:hover {
    margin-right: -24.25%;
  }

  .lg\:hover\:-mb-24p:hover {
    margin-bottom: -24.25%;
  }

  .lg\:hover\:-ml-24p:hover {
    margin-left: -24.25%;
  }

  .lg\:hover\:-mt-25p:hover {
    margin-top: -25%;
  }

  .lg\:hover\:-mr-25p:hover {
    margin-right: -25%;
  }

  .lg\:hover\:-mb-25p:hover {
    margin-bottom: -25%;
  }

  .lg\:hover\:-ml-25p:hover {
    margin-left: -25%;
  }

  .lg\:hover\:-mt-32p:hover {
    margin-top: -32%;
  }

  .lg\:hover\:-mr-32p:hover {
    margin-right: -32%;
  }

  .lg\:hover\:-mb-32p:hover {
    margin-bottom: -32%;
  }

  .lg\:hover\:-ml-32p:hover {
    margin-left: -32%;
  }

  .lg\:hover\:-mt-35p:hover {
    margin-top: -35%;
  }

  .lg\:hover\:-mr-35p:hover {
    margin-right: -35%;
  }

  .lg\:hover\:-mb-35p:hover {
    margin-bottom: -35%;
  }

  .lg\:hover\:-ml-35p:hover {
    margin-left: -35%;
  }

  .lg\:hover\:-mt-40p:hover {
    margin-top: -40%;
  }

  .lg\:hover\:-mr-40p:hover {
    margin-right: -40%;
  }

  .lg\:hover\:-mb-40p:hover {
    margin-bottom: -40%;
  }

  .lg\:hover\:-ml-40p:hover {
    margin-left: -40%;
  }

  .lg\:hover\:-mt-49p:hover {
    margin-top: -49%;
  }

  .lg\:hover\:-mr-49p:hover {
    margin-right: -49%;
  }

  .lg\:hover\:-mb-49p:hover {
    margin-bottom: -49%;
  }

  .lg\:hover\:-ml-49p:hover {
    margin-left: -49%;
  }

  .lg\:hover\:-mt-49-5p:hover {
    margin-top: -49.5%;
  }

  .lg\:hover\:-mr-49-5p:hover {
    margin-right: -49.5%;
  }

  .lg\:hover\:-mb-49-5p:hover {
    margin-bottom: -49.5%;
  }

  .lg\:hover\:-ml-49-5p:hover {
    margin-left: -49.5%;
  }

  .lg\:hover\:-mt-80p:hover {
    margin-top: -80%;
  }

  .lg\:hover\:-mr-80p:hover {
    margin-right: -80%;
  }

  .lg\:hover\:-mb-80p:hover {
    margin-bottom: -80%;
  }

  .lg\:hover\:-ml-80p:hover {
    margin-left: -80%;
  }

  .lg\:hover\:-mt-vh80:hover {
    margin-top: -80vh;
  }

  .lg\:hover\:-mr-vh80:hover {
    margin-right: -80vh;
  }

  .lg\:hover\:-mb-vh80:hover {
    margin-bottom: -80vh;
  }

  .lg\:hover\:-ml-vh80:hover {
    margin-left: -80vh;
  }

  .lg\:hover\:-mt-vh86:hover {
    margin-top: -86vh;
  }

  .lg\:hover\:-mr-vh86:hover {
    margin-right: -86vh;
  }

  .lg\:hover\:-mb-vh86:hover {
    margin-bottom: -86vh;
  }

  .lg\:hover\:-ml-vh86:hover {
    margin-left: -86vh;
  }

  .lg\:hover\:-mt-vh90:hover {
    margin-top: -90vh;
  }

  .lg\:hover\:-mr-vh90:hover {
    margin-right: -90vh;
  }

  .lg\:hover\:-mb-vh90:hover {
    margin-bottom: -90vh;
  }

  .lg\:hover\:-ml-vh90:hover {
    margin-left: -90vh;
  }

  .lg\:hover\:-mt-vw80:hover {
    margin-top: -80vw;
  }

  .lg\:hover\:-mr-vw80:hover {
    margin-right: -80vw;
  }

  .lg\:hover\:-mb-vw80:hover {
    margin-bottom: -80vw;
  }

  .lg\:hover\:-ml-vw80:hover {
    margin-left: -80vw;
  }

  .lg\:hover\:-mt-vw90:hover {
    margin-top: -90vw;
  }

  .lg\:hover\:-mr-vw90:hover {
    margin-right: -90vw;
  }

  .lg\:hover\:-mb-vw90:hover {
    margin-bottom: -90vw;
  }

  .lg\:hover\:-ml-vw90:hover {
    margin-left: -90vw;
  }

  .lg\:hover\:-mt-90p:hover {
    margin-top: -90%;
  }

  .lg\:hover\:-mr-90p:hover {
    margin-right: -90%;
  }

  .lg\:hover\:-mb-90p:hover {
    margin-bottom: -90%;
  }

  .lg\:hover\:-ml-90p:hover {
    margin-left: -90%;
  }

  .lg\:hover\:-mt-92p:hover {
    margin-top: -92%;
  }

  .lg\:hover\:-mr-92p:hover {
    margin-right: -92%;
  }

  .lg\:hover\:-mb-92p:hover {
    margin-bottom: -92%;
  }

  .lg\:hover\:-ml-92p:hover {
    margin-left: -92%;
  }

  .lg\:hover\:-mt-93p:hover {
    margin-top: -93%;
  }

  .lg\:hover\:-mr-93p:hover {
    margin-right: -93%;
  }

  .lg\:hover\:-mb-93p:hover {
    margin-bottom: -93%;
  }

  .lg\:hover\:-ml-93p:hover {
    margin-left: -93%;
  }

  .lg\:hover\:-mt-94p:hover {
    margin-top: -94%;
  }

  .lg\:hover\:-mr-94p:hover {
    margin-right: -94%;
  }

  .lg\:hover\:-mb-94p:hover {
    margin-bottom: -94%;
  }

  .lg\:hover\:-ml-94p:hover {
    margin-left: -94%;
  }

  .lg\:hover\:-mt-95p:hover {
    margin-top: -95%;
  }

  .lg\:hover\:-mr-95p:hover {
    margin-right: -95%;
  }

  .lg\:hover\:-mb-95p:hover {
    margin-bottom: -95%;
  }

  .lg\:hover\:-ml-95p:hover {
    margin-left: -95%;
  }

  .lg\:hover\:-mt-96p:hover {
    margin-top: -96%;
  }

  .lg\:hover\:-mr-96p:hover {
    margin-right: -96%;
  }

  .lg\:hover\:-mb-96p:hover {
    margin-bottom: -96%;
  }

  .lg\:hover\:-ml-96p:hover {
    margin-left: -96%;
  }

  .lg\:hover\:-mt-100p:hover {
    margin-top: -100%;
  }

  .lg\:hover\:-mr-100p:hover {
    margin-right: -100%;
  }

  .lg\:hover\:-mb-100p:hover {
    margin-bottom: -100%;
  }

  .lg\:hover\:-ml-100p:hover {
    margin-left: -100%;
  }

  .lg\:focus\:m-0:focus {
    margin: 0px;
  }

  .lg\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .lg\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .lg\:focus\:m-3:focus {
    margin: 3px;
  }

  .lg\:focus\:m-4:focus {
    margin: 4px;
  }

  .lg\:focus\:m-5:focus {
    margin: 5px;
  }

  .lg\:focus\:m-6:focus {
    margin: 6px;
  }

  .lg\:focus\:m-8:focus {
    margin: 8px;
  }

  .lg\:focus\:m-9:focus {
    margin: 9px;
  }

  .lg\:focus\:m-10:focus {
    margin: 10px;
  }

  .lg\:focus\:m-12:focus {
    margin: 12px;
  }

  .lg\:focus\:m-13:focus {
    margin: 13px;
  }

  .lg\:focus\:m-14:focus {
    margin: 14px;
  }

  .lg\:focus\:m-15:focus {
    margin: 15px;
  }

  .lg\:focus\:m-16:focus {
    margin: 16px;
  }

  .lg\:focus\:m-17:focus {
    margin: 17px;
  }

  .lg\:focus\:m-18:focus {
    margin: 18px;
  }

  .lg\:focus\:m-20:focus {
    margin: 20px;
  }

  .lg\:focus\:m-22:focus {
    margin: 22px;
  }

  .lg\:focus\:m-24:focus {
    margin: 24px;
  }

  .lg\:focus\:m-25:focus {
    margin: 25px;
  }

  .lg\:focus\:m-28:focus {
    margin: 28px;
  }

  .lg\:focus\:m-29:focus {
    margin: 29px;
  }

  .lg\:focus\:m-30:focus {
    margin: 30px;
  }

  .lg\:focus\:m-32:focus {
    margin: 32px;
  }

  .lg\:focus\:m-35:focus {
    margin: 35px;
  }

  .lg\:focus\:m-36:focus {
    margin: 36px;
  }

  .lg\:focus\:m-37:focus {
    margin: 37px;
  }

  .lg\:focus\:m-40:focus {
    margin: 40px;
  }

  .lg\:focus\:m-45:focus {
    margin: 45px;
  }

  .lg\:focus\:m-48:focus {
    margin: 48px;
  }

  .lg\:focus\:m-50:focus {
    margin: 50px;
  }

  .lg\:focus\:m-55:focus {
    margin: 55px;
  }

  .lg\:focus\:m-56:focus {
    margin: 56px;
  }

  .lg\:focus\:m-60:focus {
    margin: 60px;
  }

  .lg\:focus\:m-62:focus {
    margin: 62px;
  }

  .lg\:focus\:m-64:focus {
    margin: 64px;
  }

  .lg\:focus\:m-65:focus {
    margin: 65px;
  }

  .lg\:focus\:m-70:focus {
    margin: 70px;
  }

  .lg\:focus\:m-75:focus {
    margin: 75px;
  }

  .lg\:focus\:m-80:focus {
    margin: 80px;
  }

  .lg\:focus\:m-85:focus {
    margin: 85px;
  }

  .lg\:focus\:m-90:focus {
    margin: 90px;
  }

  .lg\:focus\:m-95:focus {
    margin: 95px;
  }

  .lg\:focus\:m-96:focus {
    margin: 96px;
  }

  .lg\:focus\:m-100:focus {
    margin: 100px;
  }

  .lg\:focus\:m-110:focus {
    margin: 110px;
  }

  .lg\:focus\:m-115:focus {
    margin: 115px;
  }

  .lg\:focus\:m-120:focus {
    margin: 120px;
  }

  .lg\:focus\:m-128:focus {
    margin: 128px;
  }

  .lg\:focus\:m-135:focus {
    margin: 135px;
  }

  .lg\:focus\:m-140:focus {
    margin: 140px;
  }

  .lg\:focus\:m-145:focus {
    margin: 145px;
  }

  .lg\:focus\:m-150:focus {
    margin: 150px;
  }

  .lg\:focus\:m-160:focus {
    margin: 160px;
  }

  .lg\:focus\:m-165:focus {
    margin: 165px;
  }

  .lg\:focus\:m-168:focus {
    margin: 168px;
  }

  .lg\:focus\:m-170:focus {
    margin: 170px;
  }

  .lg\:focus\:m-180:focus {
    margin: 180px;
  }

  .lg\:focus\:m-200:focus {
    margin: 200px;
  }

  .lg\:focus\:m-220:focus {
    margin: 220px;
  }

  .lg\:focus\:m-230:focus {
    margin: 230px;
  }

  .lg\:focus\:m-235:focus {
    margin: 235px;
  }

  .lg\:focus\:m-240:focus {
    margin: 240px;
  }

  .lg\:focus\:m-250:focus {
    margin: 250px;
  }

  .lg\:focus\:m-300:focus {
    margin: 300px;
  }

  .lg\:focus\:m-320:focus {
    margin: 320px;
  }

  .lg\:focus\:m-350:focus {
    margin: 350px;
  }

  .lg\:focus\:m-375:focus {
    margin: 375px;
  }

  .lg\:focus\:m-400:focus {
    margin: 400px;
  }

  .lg\:focus\:m-450:focus {
    margin: 450px;
  }

  .lg\:focus\:m-700:focus {
    margin: 700px;
  }

  .lg\:focus\:m-auto:focus {
    margin: auto;
  }

  .lg\:focus\:m-px:focus {
    margin: 1px;
  }

  .lg\:focus\:m-1p:focus {
    margin: 1%;
  }

  .lg\:focus\:m-1\/12:focus {
    margin: 8.3333%;
  }

  .lg\:focus\:m-2\/12:focus {
    margin: 16.666667%;
  }

  .lg\:focus\:m-11p:focus {
    margin: 11%;
  }

  .lg\:focus\:m-20p:focus {
    margin: 20%;
  }

  .lg\:focus\:m-24p:focus {
    margin: 24.25%;
  }

  .lg\:focus\:m-25p:focus {
    margin: 25%;
  }

  .lg\:focus\:m-32p:focus {
    margin: 32%;
  }

  .lg\:focus\:m-35p:focus {
    margin: 35%;
  }

  .lg\:focus\:m-40p:focus {
    margin: 40%;
  }

  .lg\:focus\:m-49p:focus {
    margin: 49%;
  }

  .lg\:focus\:m-49-5p:focus {
    margin: 49.5%;
  }

  .lg\:focus\:m-80p:focus {
    margin: 80%;
  }

  .lg\:focus\:m-vh80:focus {
    margin: 80vh;
  }

  .lg\:focus\:m-vh86:focus {
    margin: 86vh;
  }

  .lg\:focus\:m-vh90:focus {
    margin: 90vh;
  }

  .lg\:focus\:m-vw80:focus {
    margin: 80vw;
  }

  .lg\:focus\:m-vw90:focus {
    margin: 90vw;
  }

  .lg\:focus\:m-90p:focus {
    margin: 90%;
  }

  .lg\:focus\:m-92p:focus {
    margin: 92%;
  }

  .lg\:focus\:m-93p:focus {
    margin: 93%;
  }

  .lg\:focus\:m-94p:focus {
    margin: 94%;
  }

  .lg\:focus\:m-95p:focus {
    margin: 95%;
  }

  .lg\:focus\:m-96p:focus {
    margin: 96%;
  }

  .lg\:focus\:m-100p:focus {
    margin: 100%;
  }

  .lg\:focus\:-m-0:focus {
    margin: 0px;
  }

  .lg\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .lg\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .lg\:focus\:-m-3:focus {
    margin: -3px;
  }

  .lg\:focus\:-m-4:focus {
    margin: -4px;
  }

  .lg\:focus\:-m-5:focus {
    margin: -5px;
  }

  .lg\:focus\:-m-6:focus {
    margin: -6px;
  }

  .lg\:focus\:-m-8:focus {
    margin: -8px;
  }

  .lg\:focus\:-m-9:focus {
    margin: -9px;
  }

  .lg\:focus\:-m-10:focus {
    margin: -10px;
  }

  .lg\:focus\:-m-12:focus {
    margin: -12px;
  }

  .lg\:focus\:-m-13:focus {
    margin: -13px;
  }

  .lg\:focus\:-m-14:focus {
    margin: -14px;
  }

  .lg\:focus\:-m-15:focus {
    margin: -15px;
  }

  .lg\:focus\:-m-16:focus {
    margin: -16px;
  }

  .lg\:focus\:-m-17:focus {
    margin: -17px;
  }

  .lg\:focus\:-m-18:focus {
    margin: -18px;
  }

  .lg\:focus\:-m-20:focus {
    margin: -20px;
  }

  .lg\:focus\:-m-22:focus {
    margin: -22px;
  }

  .lg\:focus\:-m-24:focus {
    margin: -24px;
  }

  .lg\:focus\:-m-25:focus {
    margin: -25px;
  }

  .lg\:focus\:-m-28:focus {
    margin: -28px;
  }

  .lg\:focus\:-m-29:focus {
    margin: -29px;
  }

  .lg\:focus\:-m-30:focus {
    margin: -30px;
  }

  .lg\:focus\:-m-32:focus {
    margin: -32px;
  }

  .lg\:focus\:-m-35:focus {
    margin: -35px;
  }

  .lg\:focus\:-m-36:focus {
    margin: -36px;
  }

  .lg\:focus\:-m-37:focus {
    margin: -37px;
  }

  .lg\:focus\:-m-40:focus {
    margin: -40px;
  }

  .lg\:focus\:-m-45:focus {
    margin: -45px;
  }

  .lg\:focus\:-m-48:focus {
    margin: -48px;
  }

  .lg\:focus\:-m-50:focus {
    margin: -50px;
  }

  .lg\:focus\:-m-55:focus {
    margin: -55px;
  }

  .lg\:focus\:-m-56:focus {
    margin: -56px;
  }

  .lg\:focus\:-m-60:focus {
    margin: -60px;
  }

  .lg\:focus\:-m-62:focus {
    margin: -62px;
  }

  .lg\:focus\:-m-64:focus {
    margin: -64px;
  }

  .lg\:focus\:-m-65:focus {
    margin: -65px;
  }

  .lg\:focus\:-m-70:focus {
    margin: -70px;
  }

  .lg\:focus\:-m-75:focus {
    margin: -75px;
  }

  .lg\:focus\:-m-80:focus {
    margin: -80px;
  }

  .lg\:focus\:-m-85:focus {
    margin: -85px;
  }

  .lg\:focus\:-m-90:focus {
    margin: -90px;
  }

  .lg\:focus\:-m-95:focus {
    margin: -95px;
  }

  .lg\:focus\:-m-96:focus {
    margin: -96px;
  }

  .lg\:focus\:-m-100:focus {
    margin: -100px;
  }

  .lg\:focus\:-m-110:focus {
    margin: -110px;
  }

  .lg\:focus\:-m-115:focus {
    margin: -115px;
  }

  .lg\:focus\:-m-120:focus {
    margin: -120px;
  }

  .lg\:focus\:-m-128:focus {
    margin: -128px;
  }

  .lg\:focus\:-m-135:focus {
    margin: -135px;
  }

  .lg\:focus\:-m-140:focus {
    margin: -140px;
  }

  .lg\:focus\:-m-145:focus {
    margin: -145px;
  }

  .lg\:focus\:-m-150:focus {
    margin: -150px;
  }

  .lg\:focus\:-m-160:focus {
    margin: -160px;
  }

  .lg\:focus\:-m-165:focus {
    margin: -165px;
  }

  .lg\:focus\:-m-168:focus {
    margin: -168px;
  }

  .lg\:focus\:-m-170:focus {
    margin: -170px;
  }

  .lg\:focus\:-m-180:focus {
    margin: -180px;
  }

  .lg\:focus\:-m-200:focus {
    margin: -200px;
  }

  .lg\:focus\:-m-220:focus {
    margin: -220px;
  }

  .lg\:focus\:-m-230:focus {
    margin: -230px;
  }

  .lg\:focus\:-m-235:focus {
    margin: -235px;
  }

  .lg\:focus\:-m-240:focus {
    margin: -240px;
  }

  .lg\:focus\:-m-250:focus {
    margin: -250px;
  }

  .lg\:focus\:-m-300:focus {
    margin: -300px;
  }

  .lg\:focus\:-m-320:focus {
    margin: -320px;
  }

  .lg\:focus\:-m-350:focus {
    margin: -350px;
  }

  .lg\:focus\:-m-375:focus {
    margin: -375px;
  }

  .lg\:focus\:-m-400:focus {
    margin: -400px;
  }

  .lg\:focus\:-m-450:focus {
    margin: -450px;
  }

  .lg\:focus\:-m-700:focus {
    margin: -700px;
  }

  .lg\:focus\:-m-px:focus {
    margin: -1px;
  }

  .lg\:focus\:-m-1p:focus {
    margin: -1%;
  }

  .lg\:focus\:-m-1\/12:focus {
    margin: -8.3333%;
  }

  .lg\:focus\:-m-2\/12:focus {
    margin: -16.66667%;
  }

  .lg\:focus\:-m-11p:focus {
    margin: -11%;
  }

  .lg\:focus\:-m-20p:focus {
    margin: -20%;
  }

  .lg\:focus\:-m-24p:focus {
    margin: -24.25%;
  }

  .lg\:focus\:-m-25p:focus {
    margin: -25%;
  }

  .lg\:focus\:-m-32p:focus {
    margin: -32%;
  }

  .lg\:focus\:-m-35p:focus {
    margin: -35%;
  }

  .lg\:focus\:-m-40p:focus {
    margin: -40%;
  }

  .lg\:focus\:-m-49p:focus {
    margin: -49%;
  }

  .lg\:focus\:-m-49-5p:focus {
    margin: -49.5%;
  }

  .lg\:focus\:-m-80p:focus {
    margin: -80%;
  }

  .lg\:focus\:-m-vh80:focus {
    margin: -80vh;
  }

  .lg\:focus\:-m-vh86:focus {
    margin: -86vh;
  }

  .lg\:focus\:-m-vh90:focus {
    margin: -90vh;
  }

  .lg\:focus\:-m-vw80:focus {
    margin: -80vw;
  }

  .lg\:focus\:-m-vw90:focus {
    margin: -90vw;
  }

  .lg\:focus\:-m-90p:focus {
    margin: -90%;
  }

  .lg\:focus\:-m-92p:focus {
    margin: -92%;
  }

  .lg\:focus\:-m-93p:focus {
    margin: -93%;
  }

  .lg\:focus\:-m-94p:focus {
    margin: -94%;
  }

  .lg\:focus\:-m-95p:focus {
    margin: -95%;
  }

  .lg\:focus\:-m-96p:focus {
    margin: -96%;
  }

  .lg\:focus\:-m-100p:focus {
    margin: -100%;
  }

  .lg\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:focus\:my-3:focus {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:focus\:mx-3:focus {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:focus\:my-4:focus {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:focus\:mx-4:focus {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:focus\:my-5:focus {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:focus\:mx-5:focus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:focus\:my-6:focus {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:focus\:mx-6:focus {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:focus\:my-8:focus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:focus\:mx-8:focus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:focus\:my-9:focus {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:focus\:mx-9:focus {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:focus\:my-10:focus {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:focus\:mx-10:focus {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:focus\:my-12:focus {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:focus\:mx-12:focus {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:focus\:my-13:focus {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:focus\:mx-13:focus {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:focus\:my-14:focus {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:focus\:mx-14:focus {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:focus\:my-15:focus {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:focus\:mx-15:focus {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:focus\:my-16:focus {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:focus\:mx-16:focus {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:focus\:my-17:focus {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:focus\:mx-17:focus {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:focus\:my-18:focus {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:focus\:mx-18:focus {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:focus\:my-20:focus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:focus\:mx-20:focus {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:focus\:my-22:focus {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:focus\:mx-22:focus {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:focus\:my-24:focus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:focus\:mx-24:focus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:focus\:my-25:focus {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:focus\:mx-25:focus {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:focus\:my-28:focus {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:focus\:mx-28:focus {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:focus\:my-29:focus {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:focus\:mx-29:focus {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:focus\:my-30:focus {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:focus\:mx-30:focus {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:focus\:my-32:focus {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:focus\:mx-32:focus {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:focus\:my-35:focus {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:focus\:mx-35:focus {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:focus\:my-36:focus {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:focus\:mx-36:focus {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:focus\:my-37:focus {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:focus\:mx-37:focus {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:focus\:my-40:focus {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:focus\:mx-40:focus {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:focus\:my-45:focus {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:focus\:mx-45:focus {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:focus\:my-48:focus {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:focus\:mx-48:focus {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:focus\:my-50:focus {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:focus\:mx-50:focus {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:focus\:my-55:focus {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:focus\:mx-55:focus {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:focus\:my-56:focus {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:focus\:mx-56:focus {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:focus\:my-60:focus {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:focus\:mx-60:focus {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:focus\:my-62:focus {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:focus\:mx-62:focus {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:focus\:my-64:focus {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:focus\:mx-64:focus {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:focus\:my-65:focus {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:focus\:mx-65:focus {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:focus\:my-70:focus {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:focus\:mx-70:focus {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:focus\:my-75:focus {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:focus\:mx-75:focus {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:focus\:my-80:focus {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:focus\:mx-80:focus {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:focus\:my-85:focus {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:focus\:mx-85:focus {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:focus\:my-90:focus {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:focus\:mx-90:focus {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:focus\:my-95:focus {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:focus\:mx-95:focus {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:focus\:my-96:focus {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:focus\:mx-96:focus {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:focus\:my-100:focus {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:focus\:mx-100:focus {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:focus\:my-110:focus {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:focus\:mx-110:focus {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:focus\:my-115:focus {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:focus\:mx-115:focus {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:focus\:my-120:focus {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:focus\:mx-120:focus {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:focus\:my-128:focus {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:focus\:mx-128:focus {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:focus\:my-135:focus {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:focus\:mx-135:focus {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:focus\:my-140:focus {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:focus\:mx-140:focus {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:focus\:my-145:focus {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:focus\:mx-145:focus {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:focus\:my-150:focus {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:focus\:mx-150:focus {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:focus\:my-160:focus {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:focus\:mx-160:focus {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:focus\:my-165:focus {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .lg\:focus\:mx-165:focus {
    margin-left: 165px;
    margin-right: 165px;
  }

  .lg\:focus\:my-168:focus {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .lg\:focus\:mx-168:focus {
    margin-left: 168px;
    margin-right: 168px;
  }

  .lg\:focus\:my-170:focus {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:focus\:mx-170:focus {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:focus\:my-180:focus {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:focus\:mx-180:focus {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:focus\:my-200:focus {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:focus\:mx-200:focus {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:focus\:my-220:focus {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:focus\:mx-220:focus {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:focus\:my-230:focus {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:focus\:mx-230:focus {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:focus\:my-235:focus {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .lg\:focus\:mx-235:focus {
    margin-left: 235px;
    margin-right: 235px;
  }

  .lg\:focus\:my-240:focus {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:focus\:mx-240:focus {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:focus\:my-250:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:focus\:mx-250:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:focus\:my-300:focus {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:focus\:mx-300:focus {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:focus\:my-320:focus {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:focus\:mx-320:focus {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:focus\:my-350:focus {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .lg\:focus\:mx-350:focus {
    margin-left: 350px;
    margin-right: 350px;
  }

  .lg\:focus\:my-375:focus {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .lg\:focus\:mx-375:focus {
    margin-left: 375px;
    margin-right: 375px;
  }

  .lg\:focus\:my-400:focus {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .lg\:focus\:mx-400:focus {
    margin-left: 400px;
    margin-right: 400px;
  }

  .lg\:focus\:my-450:focus {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .lg\:focus\:mx-450:focus {
    margin-left: 450px;
    margin-right: 450px;
  }

  .lg\:focus\:my-700:focus {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .lg\:focus\:mx-700:focus {
    margin-left: 700px;
    margin-right: 700px;
  }

  .lg\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus\:my-1p:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:focus\:mx-1p:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:focus\:my-1\/12:focus {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .lg\:focus\:mx-1\/12:focus {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .lg\:focus\:my-2\/12:focus {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:focus\:mx-2\/12:focus {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:focus\:my-11p:focus {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .lg\:focus\:mx-11p:focus {
    margin-left: 11%;
    margin-right: 11%;
  }

  .lg\:focus\:my-20p:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:focus\:mx-20p:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:focus\:my-24p:focus {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .lg\:focus\:mx-24p:focus {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .lg\:focus\:my-25p:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:focus\:mx-25p:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:focus\:my-32p:focus {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .lg\:focus\:mx-32p:focus {
    margin-left: 32%;
    margin-right: 32%;
  }

  .lg\:focus\:my-35p:focus {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:focus\:mx-35p:focus {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:focus\:my-40p:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:focus\:mx-40p:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:focus\:my-49p:focus {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:focus\:mx-49p:focus {
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:focus\:my-49-5p:focus {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .lg\:focus\:mx-49-5p:focus {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .lg\:focus\:my-80p:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:focus\:mx-80p:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:focus\:my-vh80:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:focus\:mx-vh80:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:focus\:my-vh86:focus {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .lg\:focus\:mx-vh86:focus {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .lg\:focus\:my-vh90:focus {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:focus\:mx-vh90:focus {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:focus\:my-vw80:focus {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .lg\:focus\:mx-vw80:focus {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .lg\:focus\:my-vw90:focus {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .lg\:focus\:mx-vw90:focus {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .lg\:focus\:my-90p:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:focus\:mx-90p:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:focus\:my-92p:focus {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .lg\:focus\:mx-92p:focus {
    margin-left: 92%;
    margin-right: 92%;
  }

  .lg\:focus\:my-93p:focus {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .lg\:focus\:mx-93p:focus {
    margin-left: 93%;
    margin-right: 93%;
  }

  .lg\:focus\:my-94p:focus {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .lg\:focus\:mx-94p:focus {
    margin-left: 94%;
    margin-right: 94%;
  }

  .lg\:focus\:my-95p:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:focus\:mx-95p:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:focus\:my-96p:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:focus\:mx-96p:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:focus\:my-100p:focus {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:focus\:mx-100p:focus {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus\:-my-3:focus {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:focus\:-mx-3:focus {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:focus\:-my-4:focus {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:focus\:-mx-4:focus {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:focus\:-my-5:focus {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:focus\:-mx-5:focus {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:focus\:-my-6:focus {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:focus\:-mx-6:focus {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:focus\:-my-8:focus {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:focus\:-mx-8:focus {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:focus\:-my-9:focus {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:focus\:-mx-9:focus {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:focus\:-my-10:focus {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:focus\:-mx-10:focus {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:focus\:-my-12:focus {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:focus\:-mx-12:focus {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:focus\:-my-13:focus {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:focus\:-mx-13:focus {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:focus\:-my-14:focus {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:focus\:-mx-14:focus {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:focus\:-my-15:focus {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:focus\:-mx-15:focus {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:focus\:-my-16:focus {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:focus\:-mx-16:focus {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:focus\:-my-17:focus {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:focus\:-mx-17:focus {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:focus\:-my-18:focus {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:focus\:-mx-18:focus {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:focus\:-my-20:focus {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:focus\:-mx-20:focus {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:focus\:-my-22:focus {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:focus\:-mx-22:focus {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:focus\:-my-24:focus {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:focus\:-mx-24:focus {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:focus\:-my-25:focus {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:focus\:-mx-25:focus {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:focus\:-my-28:focus {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:focus\:-mx-28:focus {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:focus\:-my-29:focus {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:focus\:-mx-29:focus {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:focus\:-my-30:focus {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:focus\:-mx-30:focus {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:focus\:-my-32:focus {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:focus\:-mx-32:focus {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:focus\:-my-35:focus {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:focus\:-mx-35:focus {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:focus\:-my-36:focus {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:focus\:-mx-36:focus {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:focus\:-my-37:focus {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:focus\:-mx-37:focus {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:focus\:-my-40:focus {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:focus\:-mx-40:focus {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:focus\:-my-45:focus {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:focus\:-mx-45:focus {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:focus\:-my-48:focus {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:focus\:-mx-48:focus {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:focus\:-my-50:focus {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:focus\:-mx-50:focus {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:focus\:-my-55:focus {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:focus\:-mx-55:focus {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:focus\:-my-56:focus {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:focus\:-mx-56:focus {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:focus\:-my-60:focus {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:focus\:-mx-60:focus {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:focus\:-my-62:focus {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:focus\:-mx-62:focus {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:focus\:-my-64:focus {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:focus\:-mx-64:focus {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:focus\:-my-65:focus {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:focus\:-mx-65:focus {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:focus\:-my-70:focus {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:focus\:-mx-70:focus {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:focus\:-my-75:focus {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:focus\:-mx-75:focus {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:focus\:-my-80:focus {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:focus\:-mx-80:focus {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:focus\:-my-85:focus {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:focus\:-mx-85:focus {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:focus\:-my-90:focus {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:focus\:-mx-90:focus {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:focus\:-my-95:focus {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:focus\:-mx-95:focus {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:focus\:-my-96:focus {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:focus\:-mx-96:focus {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:focus\:-my-100:focus {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:focus\:-mx-100:focus {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:focus\:-my-110:focus {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:focus\:-mx-110:focus {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:focus\:-my-115:focus {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:focus\:-mx-115:focus {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:focus\:-my-120:focus {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:focus\:-mx-120:focus {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:focus\:-my-128:focus {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:focus\:-mx-128:focus {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:focus\:-my-135:focus {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:focus\:-mx-135:focus {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:focus\:-my-140:focus {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:focus\:-mx-140:focus {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:focus\:-my-145:focus {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:focus\:-mx-145:focus {
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:focus\:-my-150:focus {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:focus\:-mx-150:focus {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:focus\:-my-160:focus {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:focus\:-mx-160:focus {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:focus\:-my-165:focus {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .lg\:focus\:-mx-165:focus {
    margin-left: -165px;
    margin-right: -165px;
  }

  .lg\:focus\:-my-168:focus {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .lg\:focus\:-mx-168:focus {
    margin-left: -168px;
    margin-right: -168px;
  }

  .lg\:focus\:-my-170:focus {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:focus\:-mx-170:focus {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:focus\:-my-180:focus {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:focus\:-mx-180:focus {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:focus\:-my-200:focus {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:focus\:-mx-200:focus {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:focus\:-my-220:focus {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:focus\:-mx-220:focus {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:focus\:-my-230:focus {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:focus\:-mx-230:focus {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:focus\:-my-235:focus {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .lg\:focus\:-mx-235:focus {
    margin-left: -235px;
    margin-right: -235px;
  }

  .lg\:focus\:-my-240:focus {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:focus\:-mx-240:focus {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:focus\:-my-250:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:focus\:-mx-250:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:focus\:-my-300:focus {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:focus\:-mx-300:focus {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:focus\:-my-320:focus {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:focus\:-mx-320:focus {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:focus\:-my-350:focus {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .lg\:focus\:-mx-350:focus {
    margin-left: -350px;
    margin-right: -350px;
  }

  .lg\:focus\:-my-375:focus {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .lg\:focus\:-mx-375:focus {
    margin-left: -375px;
    margin-right: -375px;
  }

  .lg\:focus\:-my-400:focus {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .lg\:focus\:-mx-400:focus {
    margin-left: -400px;
    margin-right: -400px;
  }

  .lg\:focus\:-my-450:focus {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .lg\:focus\:-mx-450:focus {
    margin-left: -450px;
    margin-right: -450px;
  }

  .lg\:focus\:-my-700:focus {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .lg\:focus\:-mx-700:focus {
    margin-left: -700px;
    margin-right: -700px;
  }

  .lg\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus\:-my-1p:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:focus\:-mx-1p:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:focus\:-my-1\/12:focus {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .lg\:focus\:-mx-1\/12:focus {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .lg\:focus\:-my-2\/12:focus {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:focus\:-mx-2\/12:focus {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:focus\:-my-11p:focus {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .lg\:focus\:-mx-11p:focus {
    margin-left: -11%;
    margin-right: -11%;
  }

  .lg\:focus\:-my-20p:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:focus\:-mx-20p:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:focus\:-my-24p:focus {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .lg\:focus\:-mx-24p:focus {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .lg\:focus\:-my-25p:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:focus\:-mx-25p:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:focus\:-my-32p:focus {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .lg\:focus\:-mx-32p:focus {
    margin-left: -32%;
    margin-right: -32%;
  }

  .lg\:focus\:-my-35p:focus {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:focus\:-mx-35p:focus {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:focus\:-my-40p:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:focus\:-mx-40p:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:focus\:-my-49p:focus {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:focus\:-mx-49p:focus {
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:focus\:-my-49-5p:focus {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .lg\:focus\:-mx-49-5p:focus {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .lg\:focus\:-my-80p:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:focus\:-mx-80p:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:focus\:-my-vh80:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:focus\:-mx-vh80:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:focus\:-my-vh86:focus {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .lg\:focus\:-mx-vh86:focus {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .lg\:focus\:-my-vh90:focus {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:focus\:-mx-vh90:focus {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:focus\:-my-vw80:focus {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .lg\:focus\:-mx-vw80:focus {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .lg\:focus\:-my-vw90:focus {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .lg\:focus\:-mx-vw90:focus {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .lg\:focus\:-my-90p:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:focus\:-mx-90p:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:focus\:-my-92p:focus {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .lg\:focus\:-mx-92p:focus {
    margin-left: -92%;
    margin-right: -92%;
  }

  .lg\:focus\:-my-93p:focus {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .lg\:focus\:-mx-93p:focus {
    margin-left: -93%;
    margin-right: -93%;
  }

  .lg\:focus\:-my-94p:focus {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .lg\:focus\:-mx-94p:focus {
    margin-left: -94%;
    margin-right: -94%;
  }

  .lg\:focus\:-my-95p:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:focus\:-mx-95p:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:focus\:-my-96p:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:focus\:-mx-96p:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:focus\:-my-100p:focus {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:focus\:-mx-100p:focus {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .lg\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .lg\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .lg\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .lg\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .lg\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .lg\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .lg\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .lg\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .lg\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .lg\:focus\:mt-3:focus {
    margin-top: 3px;
  }

  .lg\:focus\:mr-3:focus {
    margin-right: 3px;
  }

  .lg\:focus\:mb-3:focus {
    margin-bottom: 3px;
  }

  .lg\:focus\:ml-3:focus {
    margin-left: 3px;
  }

  .lg\:focus\:mt-4:focus {
    margin-top: 4px;
  }

  .lg\:focus\:mr-4:focus {
    margin-right: 4px;
  }

  .lg\:focus\:mb-4:focus {
    margin-bottom: 4px;
  }

  .lg\:focus\:ml-4:focus {
    margin-left: 4px;
  }

  .lg\:focus\:mt-5:focus {
    margin-top: 5px;
  }

  .lg\:focus\:mr-5:focus {
    margin-right: 5px;
  }

  .lg\:focus\:mb-5:focus {
    margin-bottom: 5px;
  }

  .lg\:focus\:ml-5:focus {
    margin-left: 5px;
  }

  .lg\:focus\:mt-6:focus {
    margin-top: 6px;
  }

  .lg\:focus\:mr-6:focus {
    margin-right: 6px;
  }

  .lg\:focus\:mb-6:focus {
    margin-bottom: 6px;
  }

  .lg\:focus\:ml-6:focus {
    margin-left: 6px;
  }

  .lg\:focus\:mt-8:focus {
    margin-top: 8px;
  }

  .lg\:focus\:mr-8:focus {
    margin-right: 8px;
  }

  .lg\:focus\:mb-8:focus {
    margin-bottom: 8px;
  }

  .lg\:focus\:ml-8:focus {
    margin-left: 8px;
  }

  .lg\:focus\:mt-9:focus {
    margin-top: 9px;
  }

  .lg\:focus\:mr-9:focus {
    margin-right: 9px;
  }

  .lg\:focus\:mb-9:focus {
    margin-bottom: 9px;
  }

  .lg\:focus\:ml-9:focus {
    margin-left: 9px;
  }

  .lg\:focus\:mt-10:focus {
    margin-top: 10px;
  }

  .lg\:focus\:mr-10:focus {
    margin-right: 10px;
  }

  .lg\:focus\:mb-10:focus {
    margin-bottom: 10px;
  }

  .lg\:focus\:ml-10:focus {
    margin-left: 10px;
  }

  .lg\:focus\:mt-12:focus {
    margin-top: 12px;
  }

  .lg\:focus\:mr-12:focus {
    margin-right: 12px;
  }

  .lg\:focus\:mb-12:focus {
    margin-bottom: 12px;
  }

  .lg\:focus\:ml-12:focus {
    margin-left: 12px;
  }

  .lg\:focus\:mt-13:focus {
    margin-top: 13px;
  }

  .lg\:focus\:mr-13:focus {
    margin-right: 13px;
  }

  .lg\:focus\:mb-13:focus {
    margin-bottom: 13px;
  }

  .lg\:focus\:ml-13:focus {
    margin-left: 13px;
  }

  .lg\:focus\:mt-14:focus {
    margin-top: 14px;
  }

  .lg\:focus\:mr-14:focus {
    margin-right: 14px;
  }

  .lg\:focus\:mb-14:focus {
    margin-bottom: 14px;
  }

  .lg\:focus\:ml-14:focus {
    margin-left: 14px;
  }

  .lg\:focus\:mt-15:focus {
    margin-top: 15px;
  }

  .lg\:focus\:mr-15:focus {
    margin-right: 15px;
  }

  .lg\:focus\:mb-15:focus {
    margin-bottom: 15px;
  }

  .lg\:focus\:ml-15:focus {
    margin-left: 15px;
  }

  .lg\:focus\:mt-16:focus {
    margin-top: 16px;
  }

  .lg\:focus\:mr-16:focus {
    margin-right: 16px;
  }

  .lg\:focus\:mb-16:focus {
    margin-bottom: 16px;
  }

  .lg\:focus\:ml-16:focus {
    margin-left: 16px;
  }

  .lg\:focus\:mt-17:focus {
    margin-top: 17px;
  }

  .lg\:focus\:mr-17:focus {
    margin-right: 17px;
  }

  .lg\:focus\:mb-17:focus {
    margin-bottom: 17px;
  }

  .lg\:focus\:ml-17:focus {
    margin-left: 17px;
  }

  .lg\:focus\:mt-18:focus {
    margin-top: 18px;
  }

  .lg\:focus\:mr-18:focus {
    margin-right: 18px;
  }

  .lg\:focus\:mb-18:focus {
    margin-bottom: 18px;
  }

  .lg\:focus\:ml-18:focus {
    margin-left: 18px;
  }

  .lg\:focus\:mt-20:focus {
    margin-top: 20px;
  }

  .lg\:focus\:mr-20:focus {
    margin-right: 20px;
  }

  .lg\:focus\:mb-20:focus {
    margin-bottom: 20px;
  }

  .lg\:focus\:ml-20:focus {
    margin-left: 20px;
  }

  .lg\:focus\:mt-22:focus {
    margin-top: 22px;
  }

  .lg\:focus\:mr-22:focus {
    margin-right: 22px;
  }

  .lg\:focus\:mb-22:focus {
    margin-bottom: 22px;
  }

  .lg\:focus\:ml-22:focus {
    margin-left: 22px;
  }

  .lg\:focus\:mt-24:focus {
    margin-top: 24px;
  }

  .lg\:focus\:mr-24:focus {
    margin-right: 24px;
  }

  .lg\:focus\:mb-24:focus {
    margin-bottom: 24px;
  }

  .lg\:focus\:ml-24:focus {
    margin-left: 24px;
  }

  .lg\:focus\:mt-25:focus {
    margin-top: 25px;
  }

  .lg\:focus\:mr-25:focus {
    margin-right: 25px;
  }

  .lg\:focus\:mb-25:focus {
    margin-bottom: 25px;
  }

  .lg\:focus\:ml-25:focus {
    margin-left: 25px;
  }

  .lg\:focus\:mt-28:focus {
    margin-top: 28px;
  }

  .lg\:focus\:mr-28:focus {
    margin-right: 28px;
  }

  .lg\:focus\:mb-28:focus {
    margin-bottom: 28px;
  }

  .lg\:focus\:ml-28:focus {
    margin-left: 28px;
  }

  .lg\:focus\:mt-29:focus {
    margin-top: 29px;
  }

  .lg\:focus\:mr-29:focus {
    margin-right: 29px;
  }

  .lg\:focus\:mb-29:focus {
    margin-bottom: 29px;
  }

  .lg\:focus\:ml-29:focus {
    margin-left: 29px;
  }

  .lg\:focus\:mt-30:focus {
    margin-top: 30px;
  }

  .lg\:focus\:mr-30:focus {
    margin-right: 30px;
  }

  .lg\:focus\:mb-30:focus {
    margin-bottom: 30px;
  }

  .lg\:focus\:ml-30:focus {
    margin-left: 30px;
  }

  .lg\:focus\:mt-32:focus {
    margin-top: 32px;
  }

  .lg\:focus\:mr-32:focus {
    margin-right: 32px;
  }

  .lg\:focus\:mb-32:focus {
    margin-bottom: 32px;
  }

  .lg\:focus\:ml-32:focus {
    margin-left: 32px;
  }

  .lg\:focus\:mt-35:focus {
    margin-top: 35px;
  }

  .lg\:focus\:mr-35:focus {
    margin-right: 35px;
  }

  .lg\:focus\:mb-35:focus {
    margin-bottom: 35px;
  }

  .lg\:focus\:ml-35:focus {
    margin-left: 35px;
  }

  .lg\:focus\:mt-36:focus {
    margin-top: 36px;
  }

  .lg\:focus\:mr-36:focus {
    margin-right: 36px;
  }

  .lg\:focus\:mb-36:focus {
    margin-bottom: 36px;
  }

  .lg\:focus\:ml-36:focus {
    margin-left: 36px;
  }

  .lg\:focus\:mt-37:focus {
    margin-top: 37px;
  }

  .lg\:focus\:mr-37:focus {
    margin-right: 37px;
  }

  .lg\:focus\:mb-37:focus {
    margin-bottom: 37px;
  }

  .lg\:focus\:ml-37:focus {
    margin-left: 37px;
  }

  .lg\:focus\:mt-40:focus {
    margin-top: 40px;
  }

  .lg\:focus\:mr-40:focus {
    margin-right: 40px;
  }

  .lg\:focus\:mb-40:focus {
    margin-bottom: 40px;
  }

  .lg\:focus\:ml-40:focus {
    margin-left: 40px;
  }

  .lg\:focus\:mt-45:focus {
    margin-top: 45px;
  }

  .lg\:focus\:mr-45:focus {
    margin-right: 45px;
  }

  .lg\:focus\:mb-45:focus {
    margin-bottom: 45px;
  }

  .lg\:focus\:ml-45:focus {
    margin-left: 45px;
  }

  .lg\:focus\:mt-48:focus {
    margin-top: 48px;
  }

  .lg\:focus\:mr-48:focus {
    margin-right: 48px;
  }

  .lg\:focus\:mb-48:focus {
    margin-bottom: 48px;
  }

  .lg\:focus\:ml-48:focus {
    margin-left: 48px;
  }

  .lg\:focus\:mt-50:focus {
    margin-top: 50px;
  }

  .lg\:focus\:mr-50:focus {
    margin-right: 50px;
  }

  .lg\:focus\:mb-50:focus {
    margin-bottom: 50px;
  }

  .lg\:focus\:ml-50:focus {
    margin-left: 50px;
  }

  .lg\:focus\:mt-55:focus {
    margin-top: 55px;
  }

  .lg\:focus\:mr-55:focus {
    margin-right: 55px;
  }

  .lg\:focus\:mb-55:focus {
    margin-bottom: 55px;
  }

  .lg\:focus\:ml-55:focus {
    margin-left: 55px;
  }

  .lg\:focus\:mt-56:focus {
    margin-top: 56px;
  }

  .lg\:focus\:mr-56:focus {
    margin-right: 56px;
  }

  .lg\:focus\:mb-56:focus {
    margin-bottom: 56px;
  }

  .lg\:focus\:ml-56:focus {
    margin-left: 56px;
  }

  .lg\:focus\:mt-60:focus {
    margin-top: 60px;
  }

  .lg\:focus\:mr-60:focus {
    margin-right: 60px;
  }

  .lg\:focus\:mb-60:focus {
    margin-bottom: 60px;
  }

  .lg\:focus\:ml-60:focus {
    margin-left: 60px;
  }

  .lg\:focus\:mt-62:focus {
    margin-top: 62px;
  }

  .lg\:focus\:mr-62:focus {
    margin-right: 62px;
  }

  .lg\:focus\:mb-62:focus {
    margin-bottom: 62px;
  }

  .lg\:focus\:ml-62:focus {
    margin-left: 62px;
  }

  .lg\:focus\:mt-64:focus {
    margin-top: 64px;
  }

  .lg\:focus\:mr-64:focus {
    margin-right: 64px;
  }

  .lg\:focus\:mb-64:focus {
    margin-bottom: 64px;
  }

  .lg\:focus\:ml-64:focus {
    margin-left: 64px;
  }

  .lg\:focus\:mt-65:focus {
    margin-top: 65px;
  }

  .lg\:focus\:mr-65:focus {
    margin-right: 65px;
  }

  .lg\:focus\:mb-65:focus {
    margin-bottom: 65px;
  }

  .lg\:focus\:ml-65:focus {
    margin-left: 65px;
  }

  .lg\:focus\:mt-70:focus {
    margin-top: 70px;
  }

  .lg\:focus\:mr-70:focus {
    margin-right: 70px;
  }

  .lg\:focus\:mb-70:focus {
    margin-bottom: 70px;
  }

  .lg\:focus\:ml-70:focus {
    margin-left: 70px;
  }

  .lg\:focus\:mt-75:focus {
    margin-top: 75px;
  }

  .lg\:focus\:mr-75:focus {
    margin-right: 75px;
  }

  .lg\:focus\:mb-75:focus {
    margin-bottom: 75px;
  }

  .lg\:focus\:ml-75:focus {
    margin-left: 75px;
  }

  .lg\:focus\:mt-80:focus {
    margin-top: 80px;
  }

  .lg\:focus\:mr-80:focus {
    margin-right: 80px;
  }

  .lg\:focus\:mb-80:focus {
    margin-bottom: 80px;
  }

  .lg\:focus\:ml-80:focus {
    margin-left: 80px;
  }

  .lg\:focus\:mt-85:focus {
    margin-top: 85px;
  }

  .lg\:focus\:mr-85:focus {
    margin-right: 85px;
  }

  .lg\:focus\:mb-85:focus {
    margin-bottom: 85px;
  }

  .lg\:focus\:ml-85:focus {
    margin-left: 85px;
  }

  .lg\:focus\:mt-90:focus {
    margin-top: 90px;
  }

  .lg\:focus\:mr-90:focus {
    margin-right: 90px;
  }

  .lg\:focus\:mb-90:focus {
    margin-bottom: 90px;
  }

  .lg\:focus\:ml-90:focus {
    margin-left: 90px;
  }

  .lg\:focus\:mt-95:focus {
    margin-top: 95px;
  }

  .lg\:focus\:mr-95:focus {
    margin-right: 95px;
  }

  .lg\:focus\:mb-95:focus {
    margin-bottom: 95px;
  }

  .lg\:focus\:ml-95:focus {
    margin-left: 95px;
  }

  .lg\:focus\:mt-96:focus {
    margin-top: 96px;
  }

  .lg\:focus\:mr-96:focus {
    margin-right: 96px;
  }

  .lg\:focus\:mb-96:focus {
    margin-bottom: 96px;
  }

  .lg\:focus\:ml-96:focus {
    margin-left: 96px;
  }

  .lg\:focus\:mt-100:focus {
    margin-top: 100px;
  }

  .lg\:focus\:mr-100:focus {
    margin-right: 100px;
  }

  .lg\:focus\:mb-100:focus {
    margin-bottom: 100px;
  }

  .lg\:focus\:ml-100:focus {
    margin-left: 100px;
  }

  .lg\:focus\:mt-110:focus {
    margin-top: 110px;
  }

  .lg\:focus\:mr-110:focus {
    margin-right: 110px;
  }

  .lg\:focus\:mb-110:focus {
    margin-bottom: 110px;
  }

  .lg\:focus\:ml-110:focus {
    margin-left: 110px;
  }

  .lg\:focus\:mt-115:focus {
    margin-top: 115px;
  }

  .lg\:focus\:mr-115:focus {
    margin-right: 115px;
  }

  .lg\:focus\:mb-115:focus {
    margin-bottom: 115px;
  }

  .lg\:focus\:ml-115:focus {
    margin-left: 115px;
  }

  .lg\:focus\:mt-120:focus {
    margin-top: 120px;
  }

  .lg\:focus\:mr-120:focus {
    margin-right: 120px;
  }

  .lg\:focus\:mb-120:focus {
    margin-bottom: 120px;
  }

  .lg\:focus\:ml-120:focus {
    margin-left: 120px;
  }

  .lg\:focus\:mt-128:focus {
    margin-top: 128px;
  }

  .lg\:focus\:mr-128:focus {
    margin-right: 128px;
  }

  .lg\:focus\:mb-128:focus {
    margin-bottom: 128px;
  }

  .lg\:focus\:ml-128:focus {
    margin-left: 128px;
  }

  .lg\:focus\:mt-135:focus {
    margin-top: 135px;
  }

  .lg\:focus\:mr-135:focus {
    margin-right: 135px;
  }

  .lg\:focus\:mb-135:focus {
    margin-bottom: 135px;
  }

  .lg\:focus\:ml-135:focus {
    margin-left: 135px;
  }

  .lg\:focus\:mt-140:focus {
    margin-top: 140px;
  }

  .lg\:focus\:mr-140:focus {
    margin-right: 140px;
  }

  .lg\:focus\:mb-140:focus {
    margin-bottom: 140px;
  }

  .lg\:focus\:ml-140:focus {
    margin-left: 140px;
  }

  .lg\:focus\:mt-145:focus {
    margin-top: 145px;
  }

  .lg\:focus\:mr-145:focus {
    margin-right: 145px;
  }

  .lg\:focus\:mb-145:focus {
    margin-bottom: 145px;
  }

  .lg\:focus\:ml-145:focus {
    margin-left: 145px;
  }

  .lg\:focus\:mt-150:focus {
    margin-top: 150px;
  }

  .lg\:focus\:mr-150:focus {
    margin-right: 150px;
  }

  .lg\:focus\:mb-150:focus {
    margin-bottom: 150px;
  }

  .lg\:focus\:ml-150:focus {
    margin-left: 150px;
  }

  .lg\:focus\:mt-160:focus {
    margin-top: 160px;
  }

  .lg\:focus\:mr-160:focus {
    margin-right: 160px;
  }

  .lg\:focus\:mb-160:focus {
    margin-bottom: 160px;
  }

  .lg\:focus\:ml-160:focus {
    margin-left: 160px;
  }

  .lg\:focus\:mt-165:focus {
    margin-top: 165px;
  }

  .lg\:focus\:mr-165:focus {
    margin-right: 165px;
  }

  .lg\:focus\:mb-165:focus {
    margin-bottom: 165px;
  }

  .lg\:focus\:ml-165:focus {
    margin-left: 165px;
  }

  .lg\:focus\:mt-168:focus {
    margin-top: 168px;
  }

  .lg\:focus\:mr-168:focus {
    margin-right: 168px;
  }

  .lg\:focus\:mb-168:focus {
    margin-bottom: 168px;
  }

  .lg\:focus\:ml-168:focus {
    margin-left: 168px;
  }

  .lg\:focus\:mt-170:focus {
    margin-top: 170px;
  }

  .lg\:focus\:mr-170:focus {
    margin-right: 170px;
  }

  .lg\:focus\:mb-170:focus {
    margin-bottom: 170px;
  }

  .lg\:focus\:ml-170:focus {
    margin-left: 170px;
  }

  .lg\:focus\:mt-180:focus {
    margin-top: 180px;
  }

  .lg\:focus\:mr-180:focus {
    margin-right: 180px;
  }

  .lg\:focus\:mb-180:focus {
    margin-bottom: 180px;
  }

  .lg\:focus\:ml-180:focus {
    margin-left: 180px;
  }

  .lg\:focus\:mt-200:focus {
    margin-top: 200px;
  }

  .lg\:focus\:mr-200:focus {
    margin-right: 200px;
  }

  .lg\:focus\:mb-200:focus {
    margin-bottom: 200px;
  }

  .lg\:focus\:ml-200:focus {
    margin-left: 200px;
  }

  .lg\:focus\:mt-220:focus {
    margin-top: 220px;
  }

  .lg\:focus\:mr-220:focus {
    margin-right: 220px;
  }

  .lg\:focus\:mb-220:focus {
    margin-bottom: 220px;
  }

  .lg\:focus\:ml-220:focus {
    margin-left: 220px;
  }

  .lg\:focus\:mt-230:focus {
    margin-top: 230px;
  }

  .lg\:focus\:mr-230:focus {
    margin-right: 230px;
  }

  .lg\:focus\:mb-230:focus {
    margin-bottom: 230px;
  }

  .lg\:focus\:ml-230:focus {
    margin-left: 230px;
  }

  .lg\:focus\:mt-235:focus {
    margin-top: 235px;
  }

  .lg\:focus\:mr-235:focus {
    margin-right: 235px;
  }

  .lg\:focus\:mb-235:focus {
    margin-bottom: 235px;
  }

  .lg\:focus\:ml-235:focus {
    margin-left: 235px;
  }

  .lg\:focus\:mt-240:focus {
    margin-top: 240px;
  }

  .lg\:focus\:mr-240:focus {
    margin-right: 240px;
  }

  .lg\:focus\:mb-240:focus {
    margin-bottom: 240px;
  }

  .lg\:focus\:ml-240:focus {
    margin-left: 240px;
  }

  .lg\:focus\:mt-250:focus {
    margin-top: 250px;
  }

  .lg\:focus\:mr-250:focus {
    margin-right: 250px;
  }

  .lg\:focus\:mb-250:focus {
    margin-bottom: 250px;
  }

  .lg\:focus\:ml-250:focus {
    margin-left: 250px;
  }

  .lg\:focus\:mt-300:focus {
    margin-top: 300px;
  }

  .lg\:focus\:mr-300:focus {
    margin-right: 300px;
  }

  .lg\:focus\:mb-300:focus {
    margin-bottom: 300px;
  }

  .lg\:focus\:ml-300:focus {
    margin-left: 300px;
  }

  .lg\:focus\:mt-320:focus {
    margin-top: 320px;
  }

  .lg\:focus\:mr-320:focus {
    margin-right: 320px;
  }

  .lg\:focus\:mb-320:focus {
    margin-bottom: 320px;
  }

  .lg\:focus\:ml-320:focus {
    margin-left: 320px;
  }

  .lg\:focus\:mt-350:focus {
    margin-top: 350px;
  }

  .lg\:focus\:mr-350:focus {
    margin-right: 350px;
  }

  .lg\:focus\:mb-350:focus {
    margin-bottom: 350px;
  }

  .lg\:focus\:ml-350:focus {
    margin-left: 350px;
  }

  .lg\:focus\:mt-375:focus {
    margin-top: 375px;
  }

  .lg\:focus\:mr-375:focus {
    margin-right: 375px;
  }

  .lg\:focus\:mb-375:focus {
    margin-bottom: 375px;
  }

  .lg\:focus\:ml-375:focus {
    margin-left: 375px;
  }

  .lg\:focus\:mt-400:focus {
    margin-top: 400px;
  }

  .lg\:focus\:mr-400:focus {
    margin-right: 400px;
  }

  .lg\:focus\:mb-400:focus {
    margin-bottom: 400px;
  }

  .lg\:focus\:ml-400:focus {
    margin-left: 400px;
  }

  .lg\:focus\:mt-450:focus {
    margin-top: 450px;
  }

  .lg\:focus\:mr-450:focus {
    margin-right: 450px;
  }

  .lg\:focus\:mb-450:focus {
    margin-bottom: 450px;
  }

  .lg\:focus\:ml-450:focus {
    margin-left: 450px;
  }

  .lg\:focus\:mt-700:focus {
    margin-top: 700px;
  }

  .lg\:focus\:mr-700:focus {
    margin-right: 700px;
  }

  .lg\:focus\:mb-700:focus {
    margin-bottom: 700px;
  }

  .lg\:focus\:ml-700:focus {
    margin-left: 700px;
  }

  .lg\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .lg\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .lg\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .lg\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .lg\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .lg\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .lg\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .lg\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .lg\:focus\:mt-1p:focus {
    margin-top: 1%;
  }

  .lg\:focus\:mr-1p:focus {
    margin-right: 1%;
  }

  .lg\:focus\:mb-1p:focus {
    margin-bottom: 1%;
  }

  .lg\:focus\:ml-1p:focus {
    margin-left: 1%;
  }

  .lg\:focus\:mt-1\/12:focus {
    margin-top: 8.3333%;
  }

  .lg\:focus\:mr-1\/12:focus {
    margin-right: 8.3333%;
  }

  .lg\:focus\:mb-1\/12:focus {
    margin-bottom: 8.3333%;
  }

  .lg\:focus\:ml-1\/12:focus {
    margin-left: 8.3333%;
  }

  .lg\:focus\:mt-2\/12:focus {
    margin-top: 16.666667%;
  }

  .lg\:focus\:mr-2\/12:focus {
    margin-right: 16.666667%;
  }

  .lg\:focus\:mb-2\/12:focus {
    margin-bottom: 16.666667%;
  }

  .lg\:focus\:ml-2\/12:focus {
    margin-left: 16.666667%;
  }

  .lg\:focus\:mt-11p:focus {
    margin-top: 11%;
  }

  .lg\:focus\:mr-11p:focus {
    margin-right: 11%;
  }

  .lg\:focus\:mb-11p:focus {
    margin-bottom: 11%;
  }

  .lg\:focus\:ml-11p:focus {
    margin-left: 11%;
  }

  .lg\:focus\:mt-20p:focus {
    margin-top: 20%;
  }

  .lg\:focus\:mr-20p:focus {
    margin-right: 20%;
  }

  .lg\:focus\:mb-20p:focus {
    margin-bottom: 20%;
  }

  .lg\:focus\:ml-20p:focus {
    margin-left: 20%;
  }

  .lg\:focus\:mt-24p:focus {
    margin-top: 24.25%;
  }

  .lg\:focus\:mr-24p:focus {
    margin-right: 24.25%;
  }

  .lg\:focus\:mb-24p:focus {
    margin-bottom: 24.25%;
  }

  .lg\:focus\:ml-24p:focus {
    margin-left: 24.25%;
  }

  .lg\:focus\:mt-25p:focus {
    margin-top: 25%;
  }

  .lg\:focus\:mr-25p:focus {
    margin-right: 25%;
  }

  .lg\:focus\:mb-25p:focus {
    margin-bottom: 25%;
  }

  .lg\:focus\:ml-25p:focus {
    margin-left: 25%;
  }

  .lg\:focus\:mt-32p:focus {
    margin-top: 32%;
  }

  .lg\:focus\:mr-32p:focus {
    margin-right: 32%;
  }

  .lg\:focus\:mb-32p:focus {
    margin-bottom: 32%;
  }

  .lg\:focus\:ml-32p:focus {
    margin-left: 32%;
  }

  .lg\:focus\:mt-35p:focus {
    margin-top: 35%;
  }

  .lg\:focus\:mr-35p:focus {
    margin-right: 35%;
  }

  .lg\:focus\:mb-35p:focus {
    margin-bottom: 35%;
  }

  .lg\:focus\:ml-35p:focus {
    margin-left: 35%;
  }

  .lg\:focus\:mt-40p:focus {
    margin-top: 40%;
  }

  .lg\:focus\:mr-40p:focus {
    margin-right: 40%;
  }

  .lg\:focus\:mb-40p:focus {
    margin-bottom: 40%;
  }

  .lg\:focus\:ml-40p:focus {
    margin-left: 40%;
  }

  .lg\:focus\:mt-49p:focus {
    margin-top: 49%;
  }

  .lg\:focus\:mr-49p:focus {
    margin-right: 49%;
  }

  .lg\:focus\:mb-49p:focus {
    margin-bottom: 49%;
  }

  .lg\:focus\:ml-49p:focus {
    margin-left: 49%;
  }

  .lg\:focus\:mt-49-5p:focus {
    margin-top: 49.5%;
  }

  .lg\:focus\:mr-49-5p:focus {
    margin-right: 49.5%;
  }

  .lg\:focus\:mb-49-5p:focus {
    margin-bottom: 49.5%;
  }

  .lg\:focus\:ml-49-5p:focus {
    margin-left: 49.5%;
  }

  .lg\:focus\:mt-80p:focus {
    margin-top: 80%;
  }

  .lg\:focus\:mr-80p:focus {
    margin-right: 80%;
  }

  .lg\:focus\:mb-80p:focus {
    margin-bottom: 80%;
  }

  .lg\:focus\:ml-80p:focus {
    margin-left: 80%;
  }

  .lg\:focus\:mt-vh80:focus {
    margin-top: 80vh;
  }

  .lg\:focus\:mr-vh80:focus {
    margin-right: 80vh;
  }

  .lg\:focus\:mb-vh80:focus {
    margin-bottom: 80vh;
  }

  .lg\:focus\:ml-vh80:focus {
    margin-left: 80vh;
  }

  .lg\:focus\:mt-vh86:focus {
    margin-top: 86vh;
  }

  .lg\:focus\:mr-vh86:focus {
    margin-right: 86vh;
  }

  .lg\:focus\:mb-vh86:focus {
    margin-bottom: 86vh;
  }

  .lg\:focus\:ml-vh86:focus {
    margin-left: 86vh;
  }

  .lg\:focus\:mt-vh90:focus {
    margin-top: 90vh;
  }

  .lg\:focus\:mr-vh90:focus {
    margin-right: 90vh;
  }

  .lg\:focus\:mb-vh90:focus {
    margin-bottom: 90vh;
  }

  .lg\:focus\:ml-vh90:focus {
    margin-left: 90vh;
  }

  .lg\:focus\:mt-vw80:focus {
    margin-top: 80vw;
  }

  .lg\:focus\:mr-vw80:focus {
    margin-right: 80vw;
  }

  .lg\:focus\:mb-vw80:focus {
    margin-bottom: 80vw;
  }

  .lg\:focus\:ml-vw80:focus {
    margin-left: 80vw;
  }

  .lg\:focus\:mt-vw90:focus {
    margin-top: 90vw;
  }

  .lg\:focus\:mr-vw90:focus {
    margin-right: 90vw;
  }

  .lg\:focus\:mb-vw90:focus {
    margin-bottom: 90vw;
  }

  .lg\:focus\:ml-vw90:focus {
    margin-left: 90vw;
  }

  .lg\:focus\:mt-90p:focus {
    margin-top: 90%;
  }

  .lg\:focus\:mr-90p:focus {
    margin-right: 90%;
  }

  .lg\:focus\:mb-90p:focus {
    margin-bottom: 90%;
  }

  .lg\:focus\:ml-90p:focus {
    margin-left: 90%;
  }

  .lg\:focus\:mt-92p:focus {
    margin-top: 92%;
  }

  .lg\:focus\:mr-92p:focus {
    margin-right: 92%;
  }

  .lg\:focus\:mb-92p:focus {
    margin-bottom: 92%;
  }

  .lg\:focus\:ml-92p:focus {
    margin-left: 92%;
  }

  .lg\:focus\:mt-93p:focus {
    margin-top: 93%;
  }

  .lg\:focus\:mr-93p:focus {
    margin-right: 93%;
  }

  .lg\:focus\:mb-93p:focus {
    margin-bottom: 93%;
  }

  .lg\:focus\:ml-93p:focus {
    margin-left: 93%;
  }

  .lg\:focus\:mt-94p:focus {
    margin-top: 94%;
  }

  .lg\:focus\:mr-94p:focus {
    margin-right: 94%;
  }

  .lg\:focus\:mb-94p:focus {
    margin-bottom: 94%;
  }

  .lg\:focus\:ml-94p:focus {
    margin-left: 94%;
  }

  .lg\:focus\:mt-95p:focus {
    margin-top: 95%;
  }

  .lg\:focus\:mr-95p:focus {
    margin-right: 95%;
  }

  .lg\:focus\:mb-95p:focus {
    margin-bottom: 95%;
  }

  .lg\:focus\:ml-95p:focus {
    margin-left: 95%;
  }

  .lg\:focus\:mt-96p:focus {
    margin-top: 96%;
  }

  .lg\:focus\:mr-96p:focus {
    margin-right: 96%;
  }

  .lg\:focus\:mb-96p:focus {
    margin-bottom: 96%;
  }

  .lg\:focus\:ml-96p:focus {
    margin-left: 96%;
  }

  .lg\:focus\:mt-100p:focus {
    margin-top: 100%;
  }

  .lg\:focus\:mr-100p:focus {
    margin-right: 100%;
  }

  .lg\:focus\:mb-100p:focus {
    margin-bottom: 100%;
  }

  .lg\:focus\:ml-100p:focus {
    margin-left: 100%;
  }

  .lg\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .lg\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .lg\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .lg\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .lg\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .lg\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .lg\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .lg\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .lg\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .lg\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .lg\:focus\:-mt-3:focus {
    margin-top: -3px;
  }

  .lg\:focus\:-mr-3:focus {
    margin-right: -3px;
  }

  .lg\:focus\:-mb-3:focus {
    margin-bottom: -3px;
  }

  .lg\:focus\:-ml-3:focus {
    margin-left: -3px;
  }

  .lg\:focus\:-mt-4:focus {
    margin-top: -4px;
  }

  .lg\:focus\:-mr-4:focus {
    margin-right: -4px;
  }

  .lg\:focus\:-mb-4:focus {
    margin-bottom: -4px;
  }

  .lg\:focus\:-ml-4:focus {
    margin-left: -4px;
  }

  .lg\:focus\:-mt-5:focus {
    margin-top: -5px;
  }

  .lg\:focus\:-mr-5:focus {
    margin-right: -5px;
  }

  .lg\:focus\:-mb-5:focus {
    margin-bottom: -5px;
  }

  .lg\:focus\:-ml-5:focus {
    margin-left: -5px;
  }

  .lg\:focus\:-mt-6:focus {
    margin-top: -6px;
  }

  .lg\:focus\:-mr-6:focus {
    margin-right: -6px;
  }

  .lg\:focus\:-mb-6:focus {
    margin-bottom: -6px;
  }

  .lg\:focus\:-ml-6:focus {
    margin-left: -6px;
  }

  .lg\:focus\:-mt-8:focus {
    margin-top: -8px;
  }

  .lg\:focus\:-mr-8:focus {
    margin-right: -8px;
  }

  .lg\:focus\:-mb-8:focus {
    margin-bottom: -8px;
  }

  .lg\:focus\:-ml-8:focus {
    margin-left: -8px;
  }

  .lg\:focus\:-mt-9:focus {
    margin-top: -9px;
  }

  .lg\:focus\:-mr-9:focus {
    margin-right: -9px;
  }

  .lg\:focus\:-mb-9:focus {
    margin-bottom: -9px;
  }

  .lg\:focus\:-ml-9:focus {
    margin-left: -9px;
  }

  .lg\:focus\:-mt-10:focus {
    margin-top: -10px;
  }

  .lg\:focus\:-mr-10:focus {
    margin-right: -10px;
  }

  .lg\:focus\:-mb-10:focus {
    margin-bottom: -10px;
  }

  .lg\:focus\:-ml-10:focus {
    margin-left: -10px;
  }

  .lg\:focus\:-mt-12:focus {
    margin-top: -12px;
  }

  .lg\:focus\:-mr-12:focus {
    margin-right: -12px;
  }

  .lg\:focus\:-mb-12:focus {
    margin-bottom: -12px;
  }

  .lg\:focus\:-ml-12:focus {
    margin-left: -12px;
  }

  .lg\:focus\:-mt-13:focus {
    margin-top: -13px;
  }

  .lg\:focus\:-mr-13:focus {
    margin-right: -13px;
  }

  .lg\:focus\:-mb-13:focus {
    margin-bottom: -13px;
  }

  .lg\:focus\:-ml-13:focus {
    margin-left: -13px;
  }

  .lg\:focus\:-mt-14:focus {
    margin-top: -14px;
  }

  .lg\:focus\:-mr-14:focus {
    margin-right: -14px;
  }

  .lg\:focus\:-mb-14:focus {
    margin-bottom: -14px;
  }

  .lg\:focus\:-ml-14:focus {
    margin-left: -14px;
  }

  .lg\:focus\:-mt-15:focus {
    margin-top: -15px;
  }

  .lg\:focus\:-mr-15:focus {
    margin-right: -15px;
  }

  .lg\:focus\:-mb-15:focus {
    margin-bottom: -15px;
  }

  .lg\:focus\:-ml-15:focus {
    margin-left: -15px;
  }

  .lg\:focus\:-mt-16:focus {
    margin-top: -16px;
  }

  .lg\:focus\:-mr-16:focus {
    margin-right: -16px;
  }

  .lg\:focus\:-mb-16:focus {
    margin-bottom: -16px;
  }

  .lg\:focus\:-ml-16:focus {
    margin-left: -16px;
  }

  .lg\:focus\:-mt-17:focus {
    margin-top: -17px;
  }

  .lg\:focus\:-mr-17:focus {
    margin-right: -17px;
  }

  .lg\:focus\:-mb-17:focus {
    margin-bottom: -17px;
  }

  .lg\:focus\:-ml-17:focus {
    margin-left: -17px;
  }

  .lg\:focus\:-mt-18:focus {
    margin-top: -18px;
  }

  .lg\:focus\:-mr-18:focus {
    margin-right: -18px;
  }

  .lg\:focus\:-mb-18:focus {
    margin-bottom: -18px;
  }

  .lg\:focus\:-ml-18:focus {
    margin-left: -18px;
  }

  .lg\:focus\:-mt-20:focus {
    margin-top: -20px;
  }

  .lg\:focus\:-mr-20:focus {
    margin-right: -20px;
  }

  .lg\:focus\:-mb-20:focus {
    margin-bottom: -20px;
  }

  .lg\:focus\:-ml-20:focus {
    margin-left: -20px;
  }

  .lg\:focus\:-mt-22:focus {
    margin-top: -22px;
  }

  .lg\:focus\:-mr-22:focus {
    margin-right: -22px;
  }

  .lg\:focus\:-mb-22:focus {
    margin-bottom: -22px;
  }

  .lg\:focus\:-ml-22:focus {
    margin-left: -22px;
  }

  .lg\:focus\:-mt-24:focus {
    margin-top: -24px;
  }

  .lg\:focus\:-mr-24:focus {
    margin-right: -24px;
  }

  .lg\:focus\:-mb-24:focus {
    margin-bottom: -24px;
  }

  .lg\:focus\:-ml-24:focus {
    margin-left: -24px;
  }

  .lg\:focus\:-mt-25:focus {
    margin-top: -25px;
  }

  .lg\:focus\:-mr-25:focus {
    margin-right: -25px;
  }

  .lg\:focus\:-mb-25:focus {
    margin-bottom: -25px;
  }

  .lg\:focus\:-ml-25:focus {
    margin-left: -25px;
  }

  .lg\:focus\:-mt-28:focus {
    margin-top: -28px;
  }

  .lg\:focus\:-mr-28:focus {
    margin-right: -28px;
  }

  .lg\:focus\:-mb-28:focus {
    margin-bottom: -28px;
  }

  .lg\:focus\:-ml-28:focus {
    margin-left: -28px;
  }

  .lg\:focus\:-mt-29:focus {
    margin-top: -29px;
  }

  .lg\:focus\:-mr-29:focus {
    margin-right: -29px;
  }

  .lg\:focus\:-mb-29:focus {
    margin-bottom: -29px;
  }

  .lg\:focus\:-ml-29:focus {
    margin-left: -29px;
  }

  .lg\:focus\:-mt-30:focus {
    margin-top: -30px;
  }

  .lg\:focus\:-mr-30:focus {
    margin-right: -30px;
  }

  .lg\:focus\:-mb-30:focus {
    margin-bottom: -30px;
  }

  .lg\:focus\:-ml-30:focus {
    margin-left: -30px;
  }

  .lg\:focus\:-mt-32:focus {
    margin-top: -32px;
  }

  .lg\:focus\:-mr-32:focus {
    margin-right: -32px;
  }

  .lg\:focus\:-mb-32:focus {
    margin-bottom: -32px;
  }

  .lg\:focus\:-ml-32:focus {
    margin-left: -32px;
  }

  .lg\:focus\:-mt-35:focus {
    margin-top: -35px;
  }

  .lg\:focus\:-mr-35:focus {
    margin-right: -35px;
  }

  .lg\:focus\:-mb-35:focus {
    margin-bottom: -35px;
  }

  .lg\:focus\:-ml-35:focus {
    margin-left: -35px;
  }

  .lg\:focus\:-mt-36:focus {
    margin-top: -36px;
  }

  .lg\:focus\:-mr-36:focus {
    margin-right: -36px;
  }

  .lg\:focus\:-mb-36:focus {
    margin-bottom: -36px;
  }

  .lg\:focus\:-ml-36:focus {
    margin-left: -36px;
  }

  .lg\:focus\:-mt-37:focus {
    margin-top: -37px;
  }

  .lg\:focus\:-mr-37:focus {
    margin-right: -37px;
  }

  .lg\:focus\:-mb-37:focus {
    margin-bottom: -37px;
  }

  .lg\:focus\:-ml-37:focus {
    margin-left: -37px;
  }

  .lg\:focus\:-mt-40:focus {
    margin-top: -40px;
  }

  .lg\:focus\:-mr-40:focus {
    margin-right: -40px;
  }

  .lg\:focus\:-mb-40:focus {
    margin-bottom: -40px;
  }

  .lg\:focus\:-ml-40:focus {
    margin-left: -40px;
  }

  .lg\:focus\:-mt-45:focus {
    margin-top: -45px;
  }

  .lg\:focus\:-mr-45:focus {
    margin-right: -45px;
  }

  .lg\:focus\:-mb-45:focus {
    margin-bottom: -45px;
  }

  .lg\:focus\:-ml-45:focus {
    margin-left: -45px;
  }

  .lg\:focus\:-mt-48:focus {
    margin-top: -48px;
  }

  .lg\:focus\:-mr-48:focus {
    margin-right: -48px;
  }

  .lg\:focus\:-mb-48:focus {
    margin-bottom: -48px;
  }

  .lg\:focus\:-ml-48:focus {
    margin-left: -48px;
  }

  .lg\:focus\:-mt-50:focus {
    margin-top: -50px;
  }

  .lg\:focus\:-mr-50:focus {
    margin-right: -50px;
  }

  .lg\:focus\:-mb-50:focus {
    margin-bottom: -50px;
  }

  .lg\:focus\:-ml-50:focus {
    margin-left: -50px;
  }

  .lg\:focus\:-mt-55:focus {
    margin-top: -55px;
  }

  .lg\:focus\:-mr-55:focus {
    margin-right: -55px;
  }

  .lg\:focus\:-mb-55:focus {
    margin-bottom: -55px;
  }

  .lg\:focus\:-ml-55:focus {
    margin-left: -55px;
  }

  .lg\:focus\:-mt-56:focus {
    margin-top: -56px;
  }

  .lg\:focus\:-mr-56:focus {
    margin-right: -56px;
  }

  .lg\:focus\:-mb-56:focus {
    margin-bottom: -56px;
  }

  .lg\:focus\:-ml-56:focus {
    margin-left: -56px;
  }

  .lg\:focus\:-mt-60:focus {
    margin-top: -60px;
  }

  .lg\:focus\:-mr-60:focus {
    margin-right: -60px;
  }

  .lg\:focus\:-mb-60:focus {
    margin-bottom: -60px;
  }

  .lg\:focus\:-ml-60:focus {
    margin-left: -60px;
  }

  .lg\:focus\:-mt-62:focus {
    margin-top: -62px;
  }

  .lg\:focus\:-mr-62:focus {
    margin-right: -62px;
  }

  .lg\:focus\:-mb-62:focus {
    margin-bottom: -62px;
  }

  .lg\:focus\:-ml-62:focus {
    margin-left: -62px;
  }

  .lg\:focus\:-mt-64:focus {
    margin-top: -64px;
  }

  .lg\:focus\:-mr-64:focus {
    margin-right: -64px;
  }

  .lg\:focus\:-mb-64:focus {
    margin-bottom: -64px;
  }

  .lg\:focus\:-ml-64:focus {
    margin-left: -64px;
  }

  .lg\:focus\:-mt-65:focus {
    margin-top: -65px;
  }

  .lg\:focus\:-mr-65:focus {
    margin-right: -65px;
  }

  .lg\:focus\:-mb-65:focus {
    margin-bottom: -65px;
  }

  .lg\:focus\:-ml-65:focus {
    margin-left: -65px;
  }

  .lg\:focus\:-mt-70:focus {
    margin-top: -70px;
  }

  .lg\:focus\:-mr-70:focus {
    margin-right: -70px;
  }

  .lg\:focus\:-mb-70:focus {
    margin-bottom: -70px;
  }

  .lg\:focus\:-ml-70:focus {
    margin-left: -70px;
  }

  .lg\:focus\:-mt-75:focus {
    margin-top: -75px;
  }

  .lg\:focus\:-mr-75:focus {
    margin-right: -75px;
  }

  .lg\:focus\:-mb-75:focus {
    margin-bottom: -75px;
  }

  .lg\:focus\:-ml-75:focus {
    margin-left: -75px;
  }

  .lg\:focus\:-mt-80:focus {
    margin-top: -80px;
  }

  .lg\:focus\:-mr-80:focus {
    margin-right: -80px;
  }

  .lg\:focus\:-mb-80:focus {
    margin-bottom: -80px;
  }

  .lg\:focus\:-ml-80:focus {
    margin-left: -80px;
  }

  .lg\:focus\:-mt-85:focus {
    margin-top: -85px;
  }

  .lg\:focus\:-mr-85:focus {
    margin-right: -85px;
  }

  .lg\:focus\:-mb-85:focus {
    margin-bottom: -85px;
  }

  .lg\:focus\:-ml-85:focus {
    margin-left: -85px;
  }

  .lg\:focus\:-mt-90:focus {
    margin-top: -90px;
  }

  .lg\:focus\:-mr-90:focus {
    margin-right: -90px;
  }

  .lg\:focus\:-mb-90:focus {
    margin-bottom: -90px;
  }

  .lg\:focus\:-ml-90:focus {
    margin-left: -90px;
  }

  .lg\:focus\:-mt-95:focus {
    margin-top: -95px;
  }

  .lg\:focus\:-mr-95:focus {
    margin-right: -95px;
  }

  .lg\:focus\:-mb-95:focus {
    margin-bottom: -95px;
  }

  .lg\:focus\:-ml-95:focus {
    margin-left: -95px;
  }

  .lg\:focus\:-mt-96:focus {
    margin-top: -96px;
  }

  .lg\:focus\:-mr-96:focus {
    margin-right: -96px;
  }

  .lg\:focus\:-mb-96:focus {
    margin-bottom: -96px;
  }

  .lg\:focus\:-ml-96:focus {
    margin-left: -96px;
  }

  .lg\:focus\:-mt-100:focus {
    margin-top: -100px;
  }

  .lg\:focus\:-mr-100:focus {
    margin-right: -100px;
  }

  .lg\:focus\:-mb-100:focus {
    margin-bottom: -100px;
  }

  .lg\:focus\:-ml-100:focus {
    margin-left: -100px;
  }

  .lg\:focus\:-mt-110:focus {
    margin-top: -110px;
  }

  .lg\:focus\:-mr-110:focus {
    margin-right: -110px;
  }

  .lg\:focus\:-mb-110:focus {
    margin-bottom: -110px;
  }

  .lg\:focus\:-ml-110:focus {
    margin-left: -110px;
  }

  .lg\:focus\:-mt-115:focus {
    margin-top: -115px;
  }

  .lg\:focus\:-mr-115:focus {
    margin-right: -115px;
  }

  .lg\:focus\:-mb-115:focus {
    margin-bottom: -115px;
  }

  .lg\:focus\:-ml-115:focus {
    margin-left: -115px;
  }

  .lg\:focus\:-mt-120:focus {
    margin-top: -120px;
  }

  .lg\:focus\:-mr-120:focus {
    margin-right: -120px;
  }

  .lg\:focus\:-mb-120:focus {
    margin-bottom: -120px;
  }

  .lg\:focus\:-ml-120:focus {
    margin-left: -120px;
  }

  .lg\:focus\:-mt-128:focus {
    margin-top: -128px;
  }

  .lg\:focus\:-mr-128:focus {
    margin-right: -128px;
  }

  .lg\:focus\:-mb-128:focus {
    margin-bottom: -128px;
  }

  .lg\:focus\:-ml-128:focus {
    margin-left: -128px;
  }

  .lg\:focus\:-mt-135:focus {
    margin-top: -135px;
  }

  .lg\:focus\:-mr-135:focus {
    margin-right: -135px;
  }

  .lg\:focus\:-mb-135:focus {
    margin-bottom: -135px;
  }

  .lg\:focus\:-ml-135:focus {
    margin-left: -135px;
  }

  .lg\:focus\:-mt-140:focus {
    margin-top: -140px;
  }

  .lg\:focus\:-mr-140:focus {
    margin-right: -140px;
  }

  .lg\:focus\:-mb-140:focus {
    margin-bottom: -140px;
  }

  .lg\:focus\:-ml-140:focus {
    margin-left: -140px;
  }

  .lg\:focus\:-mt-145:focus {
    margin-top: -145px;
  }

  .lg\:focus\:-mr-145:focus {
    margin-right: -145px;
  }

  .lg\:focus\:-mb-145:focus {
    margin-bottom: -145px;
  }

  .lg\:focus\:-ml-145:focus {
    margin-left: -145px;
  }

  .lg\:focus\:-mt-150:focus {
    margin-top: -150px;
  }

  .lg\:focus\:-mr-150:focus {
    margin-right: -150px;
  }

  .lg\:focus\:-mb-150:focus {
    margin-bottom: -150px;
  }

  .lg\:focus\:-ml-150:focus {
    margin-left: -150px;
  }

  .lg\:focus\:-mt-160:focus {
    margin-top: -160px;
  }

  .lg\:focus\:-mr-160:focus {
    margin-right: -160px;
  }

  .lg\:focus\:-mb-160:focus {
    margin-bottom: -160px;
  }

  .lg\:focus\:-ml-160:focus {
    margin-left: -160px;
  }

  .lg\:focus\:-mt-165:focus {
    margin-top: -165px;
  }

  .lg\:focus\:-mr-165:focus {
    margin-right: -165px;
  }

  .lg\:focus\:-mb-165:focus {
    margin-bottom: -165px;
  }

  .lg\:focus\:-ml-165:focus {
    margin-left: -165px;
  }

  .lg\:focus\:-mt-168:focus {
    margin-top: -168px;
  }

  .lg\:focus\:-mr-168:focus {
    margin-right: -168px;
  }

  .lg\:focus\:-mb-168:focus {
    margin-bottom: -168px;
  }

  .lg\:focus\:-ml-168:focus {
    margin-left: -168px;
  }

  .lg\:focus\:-mt-170:focus {
    margin-top: -170px;
  }

  .lg\:focus\:-mr-170:focus {
    margin-right: -170px;
  }

  .lg\:focus\:-mb-170:focus {
    margin-bottom: -170px;
  }

  .lg\:focus\:-ml-170:focus {
    margin-left: -170px;
  }

  .lg\:focus\:-mt-180:focus {
    margin-top: -180px;
  }

  .lg\:focus\:-mr-180:focus {
    margin-right: -180px;
  }

  .lg\:focus\:-mb-180:focus {
    margin-bottom: -180px;
  }

  .lg\:focus\:-ml-180:focus {
    margin-left: -180px;
  }

  .lg\:focus\:-mt-200:focus {
    margin-top: -200px;
  }

  .lg\:focus\:-mr-200:focus {
    margin-right: -200px;
  }

  .lg\:focus\:-mb-200:focus {
    margin-bottom: -200px;
  }

  .lg\:focus\:-ml-200:focus {
    margin-left: -200px;
  }

  .lg\:focus\:-mt-220:focus {
    margin-top: -220px;
  }

  .lg\:focus\:-mr-220:focus {
    margin-right: -220px;
  }

  .lg\:focus\:-mb-220:focus {
    margin-bottom: -220px;
  }

  .lg\:focus\:-ml-220:focus {
    margin-left: -220px;
  }

  .lg\:focus\:-mt-230:focus {
    margin-top: -230px;
  }

  .lg\:focus\:-mr-230:focus {
    margin-right: -230px;
  }

  .lg\:focus\:-mb-230:focus {
    margin-bottom: -230px;
  }

  .lg\:focus\:-ml-230:focus {
    margin-left: -230px;
  }

  .lg\:focus\:-mt-235:focus {
    margin-top: -235px;
  }

  .lg\:focus\:-mr-235:focus {
    margin-right: -235px;
  }

  .lg\:focus\:-mb-235:focus {
    margin-bottom: -235px;
  }

  .lg\:focus\:-ml-235:focus {
    margin-left: -235px;
  }

  .lg\:focus\:-mt-240:focus {
    margin-top: -240px;
  }

  .lg\:focus\:-mr-240:focus {
    margin-right: -240px;
  }

  .lg\:focus\:-mb-240:focus {
    margin-bottom: -240px;
  }

  .lg\:focus\:-ml-240:focus {
    margin-left: -240px;
  }

  .lg\:focus\:-mt-250:focus {
    margin-top: -250px;
  }

  .lg\:focus\:-mr-250:focus {
    margin-right: -250px;
  }

  .lg\:focus\:-mb-250:focus {
    margin-bottom: -250px;
  }

  .lg\:focus\:-ml-250:focus {
    margin-left: -250px;
  }

  .lg\:focus\:-mt-300:focus {
    margin-top: -300px;
  }

  .lg\:focus\:-mr-300:focus {
    margin-right: -300px;
  }

  .lg\:focus\:-mb-300:focus {
    margin-bottom: -300px;
  }

  .lg\:focus\:-ml-300:focus {
    margin-left: -300px;
  }

  .lg\:focus\:-mt-320:focus {
    margin-top: -320px;
  }

  .lg\:focus\:-mr-320:focus {
    margin-right: -320px;
  }

  .lg\:focus\:-mb-320:focus {
    margin-bottom: -320px;
  }

  .lg\:focus\:-ml-320:focus {
    margin-left: -320px;
  }

  .lg\:focus\:-mt-350:focus {
    margin-top: -350px;
  }

  .lg\:focus\:-mr-350:focus {
    margin-right: -350px;
  }

  .lg\:focus\:-mb-350:focus {
    margin-bottom: -350px;
  }

  .lg\:focus\:-ml-350:focus {
    margin-left: -350px;
  }

  .lg\:focus\:-mt-375:focus {
    margin-top: -375px;
  }

  .lg\:focus\:-mr-375:focus {
    margin-right: -375px;
  }

  .lg\:focus\:-mb-375:focus {
    margin-bottom: -375px;
  }

  .lg\:focus\:-ml-375:focus {
    margin-left: -375px;
  }

  .lg\:focus\:-mt-400:focus {
    margin-top: -400px;
  }

  .lg\:focus\:-mr-400:focus {
    margin-right: -400px;
  }

  .lg\:focus\:-mb-400:focus {
    margin-bottom: -400px;
  }

  .lg\:focus\:-ml-400:focus {
    margin-left: -400px;
  }

  .lg\:focus\:-mt-450:focus {
    margin-top: -450px;
  }

  .lg\:focus\:-mr-450:focus {
    margin-right: -450px;
  }

  .lg\:focus\:-mb-450:focus {
    margin-bottom: -450px;
  }

  .lg\:focus\:-ml-450:focus {
    margin-left: -450px;
  }

  .lg\:focus\:-mt-700:focus {
    margin-top: -700px;
  }

  .lg\:focus\:-mr-700:focus {
    margin-right: -700px;
  }

  .lg\:focus\:-mb-700:focus {
    margin-bottom: -700px;
  }

  .lg\:focus\:-ml-700:focus {
    margin-left: -700px;
  }

  .lg\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .lg\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .lg\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .lg\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .lg\:focus\:-mt-1p:focus {
    margin-top: -1%;
  }

  .lg\:focus\:-mr-1p:focus {
    margin-right: -1%;
  }

  .lg\:focus\:-mb-1p:focus {
    margin-bottom: -1%;
  }

  .lg\:focus\:-ml-1p:focus {
    margin-left: -1%;
  }

  .lg\:focus\:-mt-1\/12:focus {
    margin-top: -8.3333%;
  }

  .lg\:focus\:-mr-1\/12:focus {
    margin-right: -8.3333%;
  }

  .lg\:focus\:-mb-1\/12:focus {
    margin-bottom: -8.3333%;
  }

  .lg\:focus\:-ml-1\/12:focus {
    margin-left: -8.3333%;
  }

  .lg\:focus\:-mt-2\/12:focus {
    margin-top: -16.66667%;
  }

  .lg\:focus\:-mr-2\/12:focus {
    margin-right: -16.66667%;
  }

  .lg\:focus\:-mb-2\/12:focus {
    margin-bottom: -16.66667%;
  }

  .lg\:focus\:-ml-2\/12:focus {
    margin-left: -16.66667%;
  }

  .lg\:focus\:-mt-11p:focus {
    margin-top: -11%;
  }

  .lg\:focus\:-mr-11p:focus {
    margin-right: -11%;
  }

  .lg\:focus\:-mb-11p:focus {
    margin-bottom: -11%;
  }

  .lg\:focus\:-ml-11p:focus {
    margin-left: -11%;
  }

  .lg\:focus\:-mt-20p:focus {
    margin-top: -20%;
  }

  .lg\:focus\:-mr-20p:focus {
    margin-right: -20%;
  }

  .lg\:focus\:-mb-20p:focus {
    margin-bottom: -20%;
  }

  .lg\:focus\:-ml-20p:focus {
    margin-left: -20%;
  }

  .lg\:focus\:-mt-24p:focus {
    margin-top: -24.25%;
  }

  .lg\:focus\:-mr-24p:focus {
    margin-right: -24.25%;
  }

  .lg\:focus\:-mb-24p:focus {
    margin-bottom: -24.25%;
  }

  .lg\:focus\:-ml-24p:focus {
    margin-left: -24.25%;
  }

  .lg\:focus\:-mt-25p:focus {
    margin-top: -25%;
  }

  .lg\:focus\:-mr-25p:focus {
    margin-right: -25%;
  }

  .lg\:focus\:-mb-25p:focus {
    margin-bottom: -25%;
  }

  .lg\:focus\:-ml-25p:focus {
    margin-left: -25%;
  }

  .lg\:focus\:-mt-32p:focus {
    margin-top: -32%;
  }

  .lg\:focus\:-mr-32p:focus {
    margin-right: -32%;
  }

  .lg\:focus\:-mb-32p:focus {
    margin-bottom: -32%;
  }

  .lg\:focus\:-ml-32p:focus {
    margin-left: -32%;
  }

  .lg\:focus\:-mt-35p:focus {
    margin-top: -35%;
  }

  .lg\:focus\:-mr-35p:focus {
    margin-right: -35%;
  }

  .lg\:focus\:-mb-35p:focus {
    margin-bottom: -35%;
  }

  .lg\:focus\:-ml-35p:focus {
    margin-left: -35%;
  }

  .lg\:focus\:-mt-40p:focus {
    margin-top: -40%;
  }

  .lg\:focus\:-mr-40p:focus {
    margin-right: -40%;
  }

  .lg\:focus\:-mb-40p:focus {
    margin-bottom: -40%;
  }

  .lg\:focus\:-ml-40p:focus {
    margin-left: -40%;
  }

  .lg\:focus\:-mt-49p:focus {
    margin-top: -49%;
  }

  .lg\:focus\:-mr-49p:focus {
    margin-right: -49%;
  }

  .lg\:focus\:-mb-49p:focus {
    margin-bottom: -49%;
  }

  .lg\:focus\:-ml-49p:focus {
    margin-left: -49%;
  }

  .lg\:focus\:-mt-49-5p:focus {
    margin-top: -49.5%;
  }

  .lg\:focus\:-mr-49-5p:focus {
    margin-right: -49.5%;
  }

  .lg\:focus\:-mb-49-5p:focus {
    margin-bottom: -49.5%;
  }

  .lg\:focus\:-ml-49-5p:focus {
    margin-left: -49.5%;
  }

  .lg\:focus\:-mt-80p:focus {
    margin-top: -80%;
  }

  .lg\:focus\:-mr-80p:focus {
    margin-right: -80%;
  }

  .lg\:focus\:-mb-80p:focus {
    margin-bottom: -80%;
  }

  .lg\:focus\:-ml-80p:focus {
    margin-left: -80%;
  }

  .lg\:focus\:-mt-vh80:focus {
    margin-top: -80vh;
  }

  .lg\:focus\:-mr-vh80:focus {
    margin-right: -80vh;
  }

  .lg\:focus\:-mb-vh80:focus {
    margin-bottom: -80vh;
  }

  .lg\:focus\:-ml-vh80:focus {
    margin-left: -80vh;
  }

  .lg\:focus\:-mt-vh86:focus {
    margin-top: -86vh;
  }

  .lg\:focus\:-mr-vh86:focus {
    margin-right: -86vh;
  }

  .lg\:focus\:-mb-vh86:focus {
    margin-bottom: -86vh;
  }

  .lg\:focus\:-ml-vh86:focus {
    margin-left: -86vh;
  }

  .lg\:focus\:-mt-vh90:focus {
    margin-top: -90vh;
  }

  .lg\:focus\:-mr-vh90:focus {
    margin-right: -90vh;
  }

  .lg\:focus\:-mb-vh90:focus {
    margin-bottom: -90vh;
  }

  .lg\:focus\:-ml-vh90:focus {
    margin-left: -90vh;
  }

  .lg\:focus\:-mt-vw80:focus {
    margin-top: -80vw;
  }

  .lg\:focus\:-mr-vw80:focus {
    margin-right: -80vw;
  }

  .lg\:focus\:-mb-vw80:focus {
    margin-bottom: -80vw;
  }

  .lg\:focus\:-ml-vw80:focus {
    margin-left: -80vw;
  }

  .lg\:focus\:-mt-vw90:focus {
    margin-top: -90vw;
  }

  .lg\:focus\:-mr-vw90:focus {
    margin-right: -90vw;
  }

  .lg\:focus\:-mb-vw90:focus {
    margin-bottom: -90vw;
  }

  .lg\:focus\:-ml-vw90:focus {
    margin-left: -90vw;
  }

  .lg\:focus\:-mt-90p:focus {
    margin-top: -90%;
  }

  .lg\:focus\:-mr-90p:focus {
    margin-right: -90%;
  }

  .lg\:focus\:-mb-90p:focus {
    margin-bottom: -90%;
  }

  .lg\:focus\:-ml-90p:focus {
    margin-left: -90%;
  }

  .lg\:focus\:-mt-92p:focus {
    margin-top: -92%;
  }

  .lg\:focus\:-mr-92p:focus {
    margin-right: -92%;
  }

  .lg\:focus\:-mb-92p:focus {
    margin-bottom: -92%;
  }

  .lg\:focus\:-ml-92p:focus {
    margin-left: -92%;
  }

  .lg\:focus\:-mt-93p:focus {
    margin-top: -93%;
  }

  .lg\:focus\:-mr-93p:focus {
    margin-right: -93%;
  }

  .lg\:focus\:-mb-93p:focus {
    margin-bottom: -93%;
  }

  .lg\:focus\:-ml-93p:focus {
    margin-left: -93%;
  }

  .lg\:focus\:-mt-94p:focus {
    margin-top: -94%;
  }

  .lg\:focus\:-mr-94p:focus {
    margin-right: -94%;
  }

  .lg\:focus\:-mb-94p:focus {
    margin-bottom: -94%;
  }

  .lg\:focus\:-ml-94p:focus {
    margin-left: -94%;
  }

  .lg\:focus\:-mt-95p:focus {
    margin-top: -95%;
  }

  .lg\:focus\:-mr-95p:focus {
    margin-right: -95%;
  }

  .lg\:focus\:-mb-95p:focus {
    margin-bottom: -95%;
  }

  .lg\:focus\:-ml-95p:focus {
    margin-left: -95%;
  }

  .lg\:focus\:-mt-96p:focus {
    margin-top: -96%;
  }

  .lg\:focus\:-mr-96p:focus {
    margin-right: -96%;
  }

  .lg\:focus\:-mb-96p:focus {
    margin-bottom: -96%;
  }

  .lg\:focus\:-ml-96p:focus {
    margin-left: -96%;
  }

  .lg\:focus\:-mt-100p:focus {
    margin-top: -100%;
  }

  .lg\:focus\:-mr-100p:focus {
    margin-right: -100%;
  }

  .lg\:focus\:-mb-100p:focus {
    margin-bottom: -100%;
  }

  .lg\:focus\:-ml-100p:focus {
    margin-left: -100%;
  }

  .lg\:first\:m-0:first-child {
    margin: 0px;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 3px;
  }

  .lg\:first\:m-4:first-child {
    margin: 4px;
  }

  .lg\:first\:m-5:first-child {
    margin: 5px;
  }

  .lg\:first\:m-6:first-child {
    margin: 6px;
  }

  .lg\:first\:m-8:first-child {
    margin: 8px;
  }

  .lg\:first\:m-9:first-child {
    margin: 9px;
  }

  .lg\:first\:m-10:first-child {
    margin: 10px;
  }

  .lg\:first\:m-12:first-child {
    margin: 12px;
  }

  .lg\:first\:m-13:first-child {
    margin: 13px;
  }

  .lg\:first\:m-14:first-child {
    margin: 14px;
  }

  .lg\:first\:m-15:first-child {
    margin: 15px;
  }

  .lg\:first\:m-16:first-child {
    margin: 16px;
  }

  .lg\:first\:m-17:first-child {
    margin: 17px;
  }

  .lg\:first\:m-18:first-child {
    margin: 18px;
  }

  .lg\:first\:m-20:first-child {
    margin: 20px;
  }

  .lg\:first\:m-22:first-child {
    margin: 22px;
  }

  .lg\:first\:m-24:first-child {
    margin: 24px;
  }

  .lg\:first\:m-25:first-child {
    margin: 25px;
  }

  .lg\:first\:m-28:first-child {
    margin: 28px;
  }

  .lg\:first\:m-29:first-child {
    margin: 29px;
  }

  .lg\:first\:m-30:first-child {
    margin: 30px;
  }

  .lg\:first\:m-32:first-child {
    margin: 32px;
  }

  .lg\:first\:m-35:first-child {
    margin: 35px;
  }

  .lg\:first\:m-36:first-child {
    margin: 36px;
  }

  .lg\:first\:m-37:first-child {
    margin: 37px;
  }

  .lg\:first\:m-40:first-child {
    margin: 40px;
  }

  .lg\:first\:m-45:first-child {
    margin: 45px;
  }

  .lg\:first\:m-48:first-child {
    margin: 48px;
  }

  .lg\:first\:m-50:first-child {
    margin: 50px;
  }

  .lg\:first\:m-55:first-child {
    margin: 55px;
  }

  .lg\:first\:m-56:first-child {
    margin: 56px;
  }

  .lg\:first\:m-60:first-child {
    margin: 60px;
  }

  .lg\:first\:m-62:first-child {
    margin: 62px;
  }

  .lg\:first\:m-64:first-child {
    margin: 64px;
  }

  .lg\:first\:m-65:first-child {
    margin: 65px;
  }

  .lg\:first\:m-70:first-child {
    margin: 70px;
  }

  .lg\:first\:m-75:first-child {
    margin: 75px;
  }

  .lg\:first\:m-80:first-child {
    margin: 80px;
  }

  .lg\:first\:m-85:first-child {
    margin: 85px;
  }

  .lg\:first\:m-90:first-child {
    margin: 90px;
  }

  .lg\:first\:m-95:first-child {
    margin: 95px;
  }

  .lg\:first\:m-96:first-child {
    margin: 96px;
  }

  .lg\:first\:m-100:first-child {
    margin: 100px;
  }

  .lg\:first\:m-110:first-child {
    margin: 110px;
  }

  .lg\:first\:m-115:first-child {
    margin: 115px;
  }

  .lg\:first\:m-120:first-child {
    margin: 120px;
  }

  .lg\:first\:m-128:first-child {
    margin: 128px;
  }

  .lg\:first\:m-135:first-child {
    margin: 135px;
  }

  .lg\:first\:m-140:first-child {
    margin: 140px;
  }

  .lg\:first\:m-145:first-child {
    margin: 145px;
  }

  .lg\:first\:m-150:first-child {
    margin: 150px;
  }

  .lg\:first\:m-160:first-child {
    margin: 160px;
  }

  .lg\:first\:m-165:first-child {
    margin: 165px;
  }

  .lg\:first\:m-168:first-child {
    margin: 168px;
  }

  .lg\:first\:m-170:first-child {
    margin: 170px;
  }

  .lg\:first\:m-180:first-child {
    margin: 180px;
  }

  .lg\:first\:m-200:first-child {
    margin: 200px;
  }

  .lg\:first\:m-220:first-child {
    margin: 220px;
  }

  .lg\:first\:m-230:first-child {
    margin: 230px;
  }

  .lg\:first\:m-235:first-child {
    margin: 235px;
  }

  .lg\:first\:m-240:first-child {
    margin: 240px;
  }

  .lg\:first\:m-250:first-child {
    margin: 250px;
  }

  .lg\:first\:m-300:first-child {
    margin: 300px;
  }

  .lg\:first\:m-320:first-child {
    margin: 320px;
  }

  .lg\:first\:m-350:first-child {
    margin: 350px;
  }

  .lg\:first\:m-375:first-child {
    margin: 375px;
  }

  .lg\:first\:m-400:first-child {
    margin: 400px;
  }

  .lg\:first\:m-450:first-child {
    margin: 450px;
  }

  .lg\:first\:m-700:first-child {
    margin: 700px;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:m-1p:first-child {
    margin: 1%;
  }

  .lg\:first\:m-1\/12:first-child {
    margin: 8.3333%;
  }

  .lg\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .lg\:first\:m-11p:first-child {
    margin: 11%;
  }

  .lg\:first\:m-20p:first-child {
    margin: 20%;
  }

  .lg\:first\:m-24p:first-child {
    margin: 24.25%;
  }

  .lg\:first\:m-25p:first-child {
    margin: 25%;
  }

  .lg\:first\:m-32p:first-child {
    margin: 32%;
  }

  .lg\:first\:m-35p:first-child {
    margin: 35%;
  }

  .lg\:first\:m-40p:first-child {
    margin: 40%;
  }

  .lg\:first\:m-49p:first-child {
    margin: 49%;
  }

  .lg\:first\:m-49-5p:first-child {
    margin: 49.5%;
  }

  .lg\:first\:m-80p:first-child {
    margin: 80%;
  }

  .lg\:first\:m-vh80:first-child {
    margin: 80vh;
  }

  .lg\:first\:m-vh86:first-child {
    margin: 86vh;
  }

  .lg\:first\:m-vh90:first-child {
    margin: 90vh;
  }

  .lg\:first\:m-vw80:first-child {
    margin: 80vw;
  }

  .lg\:first\:m-vw90:first-child {
    margin: 90vw;
  }

  .lg\:first\:m-90p:first-child {
    margin: 90%;
  }

  .lg\:first\:m-92p:first-child {
    margin: 92%;
  }

  .lg\:first\:m-93p:first-child {
    margin: 93%;
  }

  .lg\:first\:m-94p:first-child {
    margin: 94%;
  }

  .lg\:first\:m-95p:first-child {
    margin: 95%;
  }

  .lg\:first\:m-96p:first-child {
    margin: 96%;
  }

  .lg\:first\:m-100p:first-child {
    margin: 100%;
  }

  .lg\:first\:-m-0:first-child {
    margin: 0px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -3px;
  }

  .lg\:first\:-m-4:first-child {
    margin: -4px;
  }

  .lg\:first\:-m-5:first-child {
    margin: -5px;
  }

  .lg\:first\:-m-6:first-child {
    margin: -6px;
  }

  .lg\:first\:-m-8:first-child {
    margin: -8px;
  }

  .lg\:first\:-m-9:first-child {
    margin: -9px;
  }

  .lg\:first\:-m-10:first-child {
    margin: -10px;
  }

  .lg\:first\:-m-12:first-child {
    margin: -12px;
  }

  .lg\:first\:-m-13:first-child {
    margin: -13px;
  }

  .lg\:first\:-m-14:first-child {
    margin: -14px;
  }

  .lg\:first\:-m-15:first-child {
    margin: -15px;
  }

  .lg\:first\:-m-16:first-child {
    margin: -16px;
  }

  .lg\:first\:-m-17:first-child {
    margin: -17px;
  }

  .lg\:first\:-m-18:first-child {
    margin: -18px;
  }

  .lg\:first\:-m-20:first-child {
    margin: -20px;
  }

  .lg\:first\:-m-22:first-child {
    margin: -22px;
  }

  .lg\:first\:-m-24:first-child {
    margin: -24px;
  }

  .lg\:first\:-m-25:first-child {
    margin: -25px;
  }

  .lg\:first\:-m-28:first-child {
    margin: -28px;
  }

  .lg\:first\:-m-29:first-child {
    margin: -29px;
  }

  .lg\:first\:-m-30:first-child {
    margin: -30px;
  }

  .lg\:first\:-m-32:first-child {
    margin: -32px;
  }

  .lg\:first\:-m-35:first-child {
    margin: -35px;
  }

  .lg\:first\:-m-36:first-child {
    margin: -36px;
  }

  .lg\:first\:-m-37:first-child {
    margin: -37px;
  }

  .lg\:first\:-m-40:first-child {
    margin: -40px;
  }

  .lg\:first\:-m-45:first-child {
    margin: -45px;
  }

  .lg\:first\:-m-48:first-child {
    margin: -48px;
  }

  .lg\:first\:-m-50:first-child {
    margin: -50px;
  }

  .lg\:first\:-m-55:first-child {
    margin: -55px;
  }

  .lg\:first\:-m-56:first-child {
    margin: -56px;
  }

  .lg\:first\:-m-60:first-child {
    margin: -60px;
  }

  .lg\:first\:-m-62:first-child {
    margin: -62px;
  }

  .lg\:first\:-m-64:first-child {
    margin: -64px;
  }

  .lg\:first\:-m-65:first-child {
    margin: -65px;
  }

  .lg\:first\:-m-70:first-child {
    margin: -70px;
  }

  .lg\:first\:-m-75:first-child {
    margin: -75px;
  }

  .lg\:first\:-m-80:first-child {
    margin: -80px;
  }

  .lg\:first\:-m-85:first-child {
    margin: -85px;
  }

  .lg\:first\:-m-90:first-child {
    margin: -90px;
  }

  .lg\:first\:-m-95:first-child {
    margin: -95px;
  }

  .lg\:first\:-m-96:first-child {
    margin: -96px;
  }

  .lg\:first\:-m-100:first-child {
    margin: -100px;
  }

  .lg\:first\:-m-110:first-child {
    margin: -110px;
  }

  .lg\:first\:-m-115:first-child {
    margin: -115px;
  }

  .lg\:first\:-m-120:first-child {
    margin: -120px;
  }

  .lg\:first\:-m-128:first-child {
    margin: -128px;
  }

  .lg\:first\:-m-135:first-child {
    margin: -135px;
  }

  .lg\:first\:-m-140:first-child {
    margin: -140px;
  }

  .lg\:first\:-m-145:first-child {
    margin: -145px;
  }

  .lg\:first\:-m-150:first-child {
    margin: -150px;
  }

  .lg\:first\:-m-160:first-child {
    margin: -160px;
  }

  .lg\:first\:-m-165:first-child {
    margin: -165px;
  }

  .lg\:first\:-m-168:first-child {
    margin: -168px;
  }

  .lg\:first\:-m-170:first-child {
    margin: -170px;
  }

  .lg\:first\:-m-180:first-child {
    margin: -180px;
  }

  .lg\:first\:-m-200:first-child {
    margin: -200px;
  }

  .lg\:first\:-m-220:first-child {
    margin: -220px;
  }

  .lg\:first\:-m-230:first-child {
    margin: -230px;
  }

  .lg\:first\:-m-235:first-child {
    margin: -235px;
  }

  .lg\:first\:-m-240:first-child {
    margin: -240px;
  }

  .lg\:first\:-m-250:first-child {
    margin: -250px;
  }

  .lg\:first\:-m-300:first-child {
    margin: -300px;
  }

  .lg\:first\:-m-320:first-child {
    margin: -320px;
  }

  .lg\:first\:-m-350:first-child {
    margin: -350px;
  }

  .lg\:first\:-m-375:first-child {
    margin: -375px;
  }

  .lg\:first\:-m-400:first-child {
    margin: -400px;
  }

  .lg\:first\:-m-450:first-child {
    margin: -450px;
  }

  .lg\:first\:-m-700:first-child {
    margin: -700px;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:-m-1p:first-child {
    margin: -1%;
  }

  .lg\:first\:-m-1\/12:first-child {
    margin: -8.3333%;
  }

  .lg\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .lg\:first\:-m-11p:first-child {
    margin: -11%;
  }

  .lg\:first\:-m-20p:first-child {
    margin: -20%;
  }

  .lg\:first\:-m-24p:first-child {
    margin: -24.25%;
  }

  .lg\:first\:-m-25p:first-child {
    margin: -25%;
  }

  .lg\:first\:-m-32p:first-child {
    margin: -32%;
  }

  .lg\:first\:-m-35p:first-child {
    margin: -35%;
  }

  .lg\:first\:-m-40p:first-child {
    margin: -40%;
  }

  .lg\:first\:-m-49p:first-child {
    margin: -49%;
  }

  .lg\:first\:-m-49-5p:first-child {
    margin: -49.5%;
  }

  .lg\:first\:-m-80p:first-child {
    margin: -80%;
  }

  .lg\:first\:-m-vh80:first-child {
    margin: -80vh;
  }

  .lg\:first\:-m-vh86:first-child {
    margin: -86vh;
  }

  .lg\:first\:-m-vh90:first-child {
    margin: -90vh;
  }

  .lg\:first\:-m-vw80:first-child {
    margin: -80vw;
  }

  .lg\:first\:-m-vw90:first-child {
    margin: -90vw;
  }

  .lg\:first\:-m-90p:first-child {
    margin: -90%;
  }

  .lg\:first\:-m-92p:first-child {
    margin: -92%;
  }

  .lg\:first\:-m-93p:first-child {
    margin: -93%;
  }

  .lg\:first\:-m-94p:first-child {
    margin: -94%;
  }

  .lg\:first\:-m-95p:first-child {
    margin: -95%;
  }

  .lg\:first\:-m-96p:first-child {
    margin: -96%;
  }

  .lg\:first\:-m-100p:first-child {
    margin: -100%;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:first\:my-9:first-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:first\:mx-9:first-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:first\:my-13:first-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:first\:mx-13:first-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:first\:my-14:first-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:first\:my-15:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:first\:mx-15:first-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:first\:my-17:first-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:first\:mx-17:first-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:first\:my-18:first-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:first\:mx-18:first-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:first\:my-22:first-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:first\:mx-22:first-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:first\:my-25:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:first\:mx-25:first-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:first\:my-28:first-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:first\:mx-28:first-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:first\:my-29:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:first\:mx-29:first-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:first\:my-30:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:first\:mx-30:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:first\:my-35:first-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:first\:mx-35:first-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:first\:my-36:first-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:first\:mx-36:first-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:first\:my-37:first-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:first\:mx-37:first-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:first\:my-45:first-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:first\:mx-45:first-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:first\:my-50:first-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:first\:mx-50:first-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:first\:my-55:first-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:first\:mx-55:first-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:first\:my-60:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:first\:mx-60:first-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:first\:my-62:first-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:first\:mx-62:first-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:first\:my-65:first-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:first\:mx-65:first-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:first\:my-70:first-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:first\:mx-70:first-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:first\:my-75:first-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:first\:mx-75:first-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:first\:my-80:first-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:first\:mx-80:first-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:first\:my-85:first-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:first\:mx-85:first-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:first\:my-90:first-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:first\:mx-90:first-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:first\:my-95:first-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:first\:mx-95:first-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:first\:my-96:first-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:first\:mx-96:first-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:first\:my-100:first-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:first\:mx-100:first-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:first\:my-110:first-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:first\:mx-110:first-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:first\:my-115:first-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:first\:mx-115:first-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:first\:my-120:first-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:first\:mx-120:first-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:first\:my-128:first-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:first\:mx-128:first-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:first\:my-135:first-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:first\:mx-135:first-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:first\:my-140:first-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:first\:mx-140:first-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:first\:my-145:first-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:first\:mx-145:first-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:first\:my-150:first-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:first\:mx-150:first-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:first\:my-160:first-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:first\:mx-160:first-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:first\:my-165:first-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .lg\:first\:mx-165:first-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .lg\:first\:my-168:first-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .lg\:first\:mx-168:first-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .lg\:first\:my-170:first-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:first\:mx-170:first-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:first\:my-180:first-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:first\:mx-180:first-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:first\:my-200:first-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:first\:mx-200:first-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:first\:my-220:first-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:first\:mx-220:first-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:first\:my-230:first-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:first\:mx-230:first-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:first\:my-235:first-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .lg\:first\:mx-235:first-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .lg\:first\:my-240:first-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:first\:mx-240:first-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:first\:my-250:first-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:first\:mx-250:first-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:first\:my-300:first-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:first\:mx-300:first-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:first\:my-320:first-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:first\:mx-320:first-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:first\:my-350:first-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .lg\:first\:mx-350:first-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .lg\:first\:my-375:first-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .lg\:first\:mx-375:first-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .lg\:first\:my-400:first-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .lg\:first\:mx-400:first-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .lg\:first\:my-450:first-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .lg\:first\:mx-450:first-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .lg\:first\:my-700:first-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .lg\:first\:mx-700:first-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:my-1p:first-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:first\:mx-1p:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:first\:my-1\/12:first-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .lg\:first\:mx-1\/12:first-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .lg\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:first\:my-11p:first-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .lg\:first\:mx-11p:first-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .lg\:first\:my-20p:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:first\:mx-20p:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:first\:my-24p:first-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .lg\:first\:mx-24p:first-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .lg\:first\:my-25p:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:first\:mx-25p:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:first\:my-32p:first-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .lg\:first\:mx-32p:first-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .lg\:first\:my-35p:first-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:first\:mx-35p:first-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:first\:my-40p:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:first\:mx-40p:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:first\:my-49p:first-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:first\:mx-49p:first-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:first\:my-49-5p:first-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .lg\:first\:mx-49-5p:first-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .lg\:first\:my-80p:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:first\:mx-80p:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:first\:my-vh80:first-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:first\:mx-vh80:first-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:first\:my-vh86:first-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .lg\:first\:mx-vh86:first-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .lg\:first\:my-vh90:first-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:first\:mx-vh90:first-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:first\:my-vw80:first-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .lg\:first\:mx-vw80:first-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .lg\:first\:my-vw90:first-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .lg\:first\:mx-vw90:first-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .lg\:first\:my-90p:first-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:first\:mx-90p:first-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:first\:my-92p:first-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .lg\:first\:mx-92p:first-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .lg\:first\:my-93p:first-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .lg\:first\:mx-93p:first-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .lg\:first\:my-94p:first-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .lg\:first\:mx-94p:first-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .lg\:first\:my-95p:first-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:first\:mx-95p:first-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:first\:my-96p:first-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:first\:mx-96p:first-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:first\:my-100p:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:first\:mx-100p:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:first\:-my-9:first-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:first\:-mx-9:first-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:first\:-my-13:first-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:first\:-mx-13:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:first\:-my-15:first-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:first\:-mx-15:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:first\:-my-17:first-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:first\:-mx-17:first-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:first\:-my-18:first-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:first\:-mx-18:first-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:first\:-my-22:first-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:first\:-mx-22:first-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:first\:-my-25:first-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:first\:-mx-25:first-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:first\:-my-28:first-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:first\:-mx-28:first-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:first\:-my-29:first-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:first\:-mx-29:first-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:first\:-my-30:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:first\:-mx-30:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:first\:-my-35:first-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:first\:-mx-35:first-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:first\:-my-36:first-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:first\:-mx-36:first-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:first\:-my-37:first-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:first\:-mx-37:first-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:first\:-my-45:first-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:first\:-mx-45:first-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:first\:-my-50:first-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:first\:-mx-50:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:first\:-my-55:first-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:first\:-mx-55:first-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:first\:-my-60:first-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:first\:-mx-60:first-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:first\:-my-62:first-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:first\:-mx-62:first-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:first\:-my-65:first-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:first\:-mx-65:first-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:first\:-my-70:first-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:first\:-mx-70:first-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:first\:-my-75:first-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:first\:-mx-75:first-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:first\:-my-80:first-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:first\:-mx-80:first-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:first\:-my-85:first-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:first\:-mx-85:first-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:first\:-my-90:first-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:first\:-mx-90:first-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:first\:-my-95:first-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:first\:-mx-95:first-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:first\:-my-96:first-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:first\:-mx-96:first-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:first\:-my-100:first-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:first\:-mx-100:first-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:first\:-my-110:first-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:first\:-mx-110:first-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:first\:-my-115:first-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:first\:-mx-115:first-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:first\:-my-120:first-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:first\:-mx-120:first-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:first\:-my-128:first-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:first\:-mx-128:first-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:first\:-my-135:first-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:first\:-mx-135:first-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:first\:-my-140:first-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:first\:-mx-140:first-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:first\:-my-145:first-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:first\:-mx-145:first-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:first\:-my-150:first-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:first\:-mx-150:first-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:first\:-my-160:first-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:first\:-mx-160:first-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:first\:-my-165:first-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .lg\:first\:-mx-165:first-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .lg\:first\:-my-168:first-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .lg\:first\:-mx-168:first-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .lg\:first\:-my-170:first-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:first\:-mx-170:first-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:first\:-my-180:first-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:first\:-mx-180:first-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:first\:-my-200:first-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:first\:-mx-200:first-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:first\:-my-220:first-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:first\:-mx-220:first-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:first\:-my-230:first-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:first\:-mx-230:first-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:first\:-my-235:first-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .lg\:first\:-mx-235:first-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .lg\:first\:-my-240:first-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:first\:-mx-240:first-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:first\:-my-250:first-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:first\:-mx-250:first-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:first\:-my-300:first-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:first\:-mx-300:first-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:first\:-my-320:first-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:first\:-mx-320:first-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:first\:-my-350:first-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .lg\:first\:-mx-350:first-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .lg\:first\:-my-375:first-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .lg\:first\:-mx-375:first-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .lg\:first\:-my-400:first-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .lg\:first\:-mx-400:first-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .lg\:first\:-my-450:first-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .lg\:first\:-mx-450:first-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .lg\:first\:-my-700:first-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .lg\:first\:-mx-700:first-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:-my-1p:first-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:first\:-mx-1p:first-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:first\:-my-1\/12:first-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .lg\:first\:-mx-1\/12:first-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .lg\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:first\:-my-11p:first-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .lg\:first\:-mx-11p:first-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .lg\:first\:-my-20p:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:first\:-mx-20p:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:first\:-my-24p:first-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .lg\:first\:-mx-24p:first-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .lg\:first\:-my-25p:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:first\:-mx-25p:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:first\:-my-32p:first-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .lg\:first\:-mx-32p:first-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .lg\:first\:-my-35p:first-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:first\:-mx-35p:first-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:first\:-my-40p:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:first\:-mx-40p:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:first\:-my-49p:first-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:first\:-mx-49p:first-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:first\:-my-49-5p:first-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .lg\:first\:-mx-49-5p:first-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .lg\:first\:-my-80p:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:first\:-mx-80p:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:first\:-my-vh80:first-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:first\:-mx-vh80:first-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:first\:-my-vh86:first-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .lg\:first\:-mx-vh86:first-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .lg\:first\:-my-vh90:first-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:first\:-mx-vh90:first-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:first\:-my-vw80:first-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .lg\:first\:-mx-vw80:first-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .lg\:first\:-my-vw90:first-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .lg\:first\:-mx-vw90:first-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .lg\:first\:-my-90p:first-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:first\:-mx-90p:first-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:first\:-my-92p:first-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .lg\:first\:-mx-92p:first-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .lg\:first\:-my-93p:first-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .lg\:first\:-mx-93p:first-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .lg\:first\:-my-94p:first-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .lg\:first\:-mx-94p:first-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .lg\:first\:-my-95p:first-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:first\:-mx-95p:first-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:first\:-my-96p:first-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:first\:-mx-96p:first-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:first\:-my-100p:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:first\:-mx-100p:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 3px;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 3px;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 3px;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 3px;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 4px;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 4px;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 4px;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 4px;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 5px;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 5px;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 5px;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 5px;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 6px;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 6px;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 6px;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 6px;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 8px;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 8px;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 8px;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 8px;
  }

  .lg\:first\:mt-9:first-child {
    margin-top: 9px;
  }

  .lg\:first\:mr-9:first-child {
    margin-right: 9px;
  }

  .lg\:first\:mb-9:first-child {
    margin-bottom: 9px;
  }

  .lg\:first\:ml-9:first-child {
    margin-left: 9px;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 10px;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 10px;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 10px;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 10px;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 12px;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 12px;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 12px;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 12px;
  }

  .lg\:first\:mt-13:first-child {
    margin-top: 13px;
  }

  .lg\:first\:mr-13:first-child {
    margin-right: 13px;
  }

  .lg\:first\:mb-13:first-child {
    margin-bottom: 13px;
  }

  .lg\:first\:ml-13:first-child {
    margin-left: 13px;
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 14px;
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 14px;
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 14px;
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 14px;
  }

  .lg\:first\:mt-15:first-child {
    margin-top: 15px;
  }

  .lg\:first\:mr-15:first-child {
    margin-right: 15px;
  }

  .lg\:first\:mb-15:first-child {
    margin-bottom: 15px;
  }

  .lg\:first\:ml-15:first-child {
    margin-left: 15px;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 16px;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 16px;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 16px;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 16px;
  }

  .lg\:first\:mt-17:first-child {
    margin-top: 17px;
  }

  .lg\:first\:mr-17:first-child {
    margin-right: 17px;
  }

  .lg\:first\:mb-17:first-child {
    margin-bottom: 17px;
  }

  .lg\:first\:ml-17:first-child {
    margin-left: 17px;
  }

  .lg\:first\:mt-18:first-child {
    margin-top: 18px;
  }

  .lg\:first\:mr-18:first-child {
    margin-right: 18px;
  }

  .lg\:first\:mb-18:first-child {
    margin-bottom: 18px;
  }

  .lg\:first\:ml-18:first-child {
    margin-left: 18px;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 20px;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 20px;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 20px;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 20px;
  }

  .lg\:first\:mt-22:first-child {
    margin-top: 22px;
  }

  .lg\:first\:mr-22:first-child {
    margin-right: 22px;
  }

  .lg\:first\:mb-22:first-child {
    margin-bottom: 22px;
  }

  .lg\:first\:ml-22:first-child {
    margin-left: 22px;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 24px;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 24px;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 24px;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 24px;
  }

  .lg\:first\:mt-25:first-child {
    margin-top: 25px;
  }

  .lg\:first\:mr-25:first-child {
    margin-right: 25px;
  }

  .lg\:first\:mb-25:first-child {
    margin-bottom: 25px;
  }

  .lg\:first\:ml-25:first-child {
    margin-left: 25px;
  }

  .lg\:first\:mt-28:first-child {
    margin-top: 28px;
  }

  .lg\:first\:mr-28:first-child {
    margin-right: 28px;
  }

  .lg\:first\:mb-28:first-child {
    margin-bottom: 28px;
  }

  .lg\:first\:ml-28:first-child {
    margin-left: 28px;
  }

  .lg\:first\:mt-29:first-child {
    margin-top: 29px;
  }

  .lg\:first\:mr-29:first-child {
    margin-right: 29px;
  }

  .lg\:first\:mb-29:first-child {
    margin-bottom: 29px;
  }

  .lg\:first\:ml-29:first-child {
    margin-left: 29px;
  }

  .lg\:first\:mt-30:first-child {
    margin-top: 30px;
  }

  .lg\:first\:mr-30:first-child {
    margin-right: 30px;
  }

  .lg\:first\:mb-30:first-child {
    margin-bottom: 30px;
  }

  .lg\:first\:ml-30:first-child {
    margin-left: 30px;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 32px;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 32px;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 32px;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 32px;
  }

  .lg\:first\:mt-35:first-child {
    margin-top: 35px;
  }

  .lg\:first\:mr-35:first-child {
    margin-right: 35px;
  }

  .lg\:first\:mb-35:first-child {
    margin-bottom: 35px;
  }

  .lg\:first\:ml-35:first-child {
    margin-left: 35px;
  }

  .lg\:first\:mt-36:first-child {
    margin-top: 36px;
  }

  .lg\:first\:mr-36:first-child {
    margin-right: 36px;
  }

  .lg\:first\:mb-36:first-child {
    margin-bottom: 36px;
  }

  .lg\:first\:ml-36:first-child {
    margin-left: 36px;
  }

  .lg\:first\:mt-37:first-child {
    margin-top: 37px;
  }

  .lg\:first\:mr-37:first-child {
    margin-right: 37px;
  }

  .lg\:first\:mb-37:first-child {
    margin-bottom: 37px;
  }

  .lg\:first\:ml-37:first-child {
    margin-left: 37px;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 40px;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 40px;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 40px;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 40px;
  }

  .lg\:first\:mt-45:first-child {
    margin-top: 45px;
  }

  .lg\:first\:mr-45:first-child {
    margin-right: 45px;
  }

  .lg\:first\:mb-45:first-child {
    margin-bottom: 45px;
  }

  .lg\:first\:ml-45:first-child {
    margin-left: 45px;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 48px;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 48px;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 48px;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 48px;
  }

  .lg\:first\:mt-50:first-child {
    margin-top: 50px;
  }

  .lg\:first\:mr-50:first-child {
    margin-right: 50px;
  }

  .lg\:first\:mb-50:first-child {
    margin-bottom: 50px;
  }

  .lg\:first\:ml-50:first-child {
    margin-left: 50px;
  }

  .lg\:first\:mt-55:first-child {
    margin-top: 55px;
  }

  .lg\:first\:mr-55:first-child {
    margin-right: 55px;
  }

  .lg\:first\:mb-55:first-child {
    margin-bottom: 55px;
  }

  .lg\:first\:ml-55:first-child {
    margin-left: 55px;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 56px;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 56px;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 56px;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 56px;
  }

  .lg\:first\:mt-60:first-child {
    margin-top: 60px;
  }

  .lg\:first\:mr-60:first-child {
    margin-right: 60px;
  }

  .lg\:first\:mb-60:first-child {
    margin-bottom: 60px;
  }

  .lg\:first\:ml-60:first-child {
    margin-left: 60px;
  }

  .lg\:first\:mt-62:first-child {
    margin-top: 62px;
  }

  .lg\:first\:mr-62:first-child {
    margin-right: 62px;
  }

  .lg\:first\:mb-62:first-child {
    margin-bottom: 62px;
  }

  .lg\:first\:ml-62:first-child {
    margin-left: 62px;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 64px;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 64px;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 64px;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 64px;
  }

  .lg\:first\:mt-65:first-child {
    margin-top: 65px;
  }

  .lg\:first\:mr-65:first-child {
    margin-right: 65px;
  }

  .lg\:first\:mb-65:first-child {
    margin-bottom: 65px;
  }

  .lg\:first\:ml-65:first-child {
    margin-left: 65px;
  }

  .lg\:first\:mt-70:first-child {
    margin-top: 70px;
  }

  .lg\:first\:mr-70:first-child {
    margin-right: 70px;
  }

  .lg\:first\:mb-70:first-child {
    margin-bottom: 70px;
  }

  .lg\:first\:ml-70:first-child {
    margin-left: 70px;
  }

  .lg\:first\:mt-75:first-child {
    margin-top: 75px;
  }

  .lg\:first\:mr-75:first-child {
    margin-right: 75px;
  }

  .lg\:first\:mb-75:first-child {
    margin-bottom: 75px;
  }

  .lg\:first\:ml-75:first-child {
    margin-left: 75px;
  }

  .lg\:first\:mt-80:first-child {
    margin-top: 80px;
  }

  .lg\:first\:mr-80:first-child {
    margin-right: 80px;
  }

  .lg\:first\:mb-80:first-child {
    margin-bottom: 80px;
  }

  .lg\:first\:ml-80:first-child {
    margin-left: 80px;
  }

  .lg\:first\:mt-85:first-child {
    margin-top: 85px;
  }

  .lg\:first\:mr-85:first-child {
    margin-right: 85px;
  }

  .lg\:first\:mb-85:first-child {
    margin-bottom: 85px;
  }

  .lg\:first\:ml-85:first-child {
    margin-left: 85px;
  }

  .lg\:first\:mt-90:first-child {
    margin-top: 90px;
  }

  .lg\:first\:mr-90:first-child {
    margin-right: 90px;
  }

  .lg\:first\:mb-90:first-child {
    margin-bottom: 90px;
  }

  .lg\:first\:ml-90:first-child {
    margin-left: 90px;
  }

  .lg\:first\:mt-95:first-child {
    margin-top: 95px;
  }

  .lg\:first\:mr-95:first-child {
    margin-right: 95px;
  }

  .lg\:first\:mb-95:first-child {
    margin-bottom: 95px;
  }

  .lg\:first\:ml-95:first-child {
    margin-left: 95px;
  }

  .lg\:first\:mt-96:first-child {
    margin-top: 96px;
  }

  .lg\:first\:mr-96:first-child {
    margin-right: 96px;
  }

  .lg\:first\:mb-96:first-child {
    margin-bottom: 96px;
  }

  .lg\:first\:ml-96:first-child {
    margin-left: 96px;
  }

  .lg\:first\:mt-100:first-child {
    margin-top: 100px;
  }

  .lg\:first\:mr-100:first-child {
    margin-right: 100px;
  }

  .lg\:first\:mb-100:first-child {
    margin-bottom: 100px;
  }

  .lg\:first\:ml-100:first-child {
    margin-left: 100px;
  }

  .lg\:first\:mt-110:first-child {
    margin-top: 110px;
  }

  .lg\:first\:mr-110:first-child {
    margin-right: 110px;
  }

  .lg\:first\:mb-110:first-child {
    margin-bottom: 110px;
  }

  .lg\:first\:ml-110:first-child {
    margin-left: 110px;
  }

  .lg\:first\:mt-115:first-child {
    margin-top: 115px;
  }

  .lg\:first\:mr-115:first-child {
    margin-right: 115px;
  }

  .lg\:first\:mb-115:first-child {
    margin-bottom: 115px;
  }

  .lg\:first\:ml-115:first-child {
    margin-left: 115px;
  }

  .lg\:first\:mt-120:first-child {
    margin-top: 120px;
  }

  .lg\:first\:mr-120:first-child {
    margin-right: 120px;
  }

  .lg\:first\:mb-120:first-child {
    margin-bottom: 120px;
  }

  .lg\:first\:ml-120:first-child {
    margin-left: 120px;
  }

  .lg\:first\:mt-128:first-child {
    margin-top: 128px;
  }

  .lg\:first\:mr-128:first-child {
    margin-right: 128px;
  }

  .lg\:first\:mb-128:first-child {
    margin-bottom: 128px;
  }

  .lg\:first\:ml-128:first-child {
    margin-left: 128px;
  }

  .lg\:first\:mt-135:first-child {
    margin-top: 135px;
  }

  .lg\:first\:mr-135:first-child {
    margin-right: 135px;
  }

  .lg\:first\:mb-135:first-child {
    margin-bottom: 135px;
  }

  .lg\:first\:ml-135:first-child {
    margin-left: 135px;
  }

  .lg\:first\:mt-140:first-child {
    margin-top: 140px;
  }

  .lg\:first\:mr-140:first-child {
    margin-right: 140px;
  }

  .lg\:first\:mb-140:first-child {
    margin-bottom: 140px;
  }

  .lg\:first\:ml-140:first-child {
    margin-left: 140px;
  }

  .lg\:first\:mt-145:first-child {
    margin-top: 145px;
  }

  .lg\:first\:mr-145:first-child {
    margin-right: 145px;
  }

  .lg\:first\:mb-145:first-child {
    margin-bottom: 145px;
  }

  .lg\:first\:ml-145:first-child {
    margin-left: 145px;
  }

  .lg\:first\:mt-150:first-child {
    margin-top: 150px;
  }

  .lg\:first\:mr-150:first-child {
    margin-right: 150px;
  }

  .lg\:first\:mb-150:first-child {
    margin-bottom: 150px;
  }

  .lg\:first\:ml-150:first-child {
    margin-left: 150px;
  }

  .lg\:first\:mt-160:first-child {
    margin-top: 160px;
  }

  .lg\:first\:mr-160:first-child {
    margin-right: 160px;
  }

  .lg\:first\:mb-160:first-child {
    margin-bottom: 160px;
  }

  .lg\:first\:ml-160:first-child {
    margin-left: 160px;
  }

  .lg\:first\:mt-165:first-child {
    margin-top: 165px;
  }

  .lg\:first\:mr-165:first-child {
    margin-right: 165px;
  }

  .lg\:first\:mb-165:first-child {
    margin-bottom: 165px;
  }

  .lg\:first\:ml-165:first-child {
    margin-left: 165px;
  }

  .lg\:first\:mt-168:first-child {
    margin-top: 168px;
  }

  .lg\:first\:mr-168:first-child {
    margin-right: 168px;
  }

  .lg\:first\:mb-168:first-child {
    margin-bottom: 168px;
  }

  .lg\:first\:ml-168:first-child {
    margin-left: 168px;
  }

  .lg\:first\:mt-170:first-child {
    margin-top: 170px;
  }

  .lg\:first\:mr-170:first-child {
    margin-right: 170px;
  }

  .lg\:first\:mb-170:first-child {
    margin-bottom: 170px;
  }

  .lg\:first\:ml-170:first-child {
    margin-left: 170px;
  }

  .lg\:first\:mt-180:first-child {
    margin-top: 180px;
  }

  .lg\:first\:mr-180:first-child {
    margin-right: 180px;
  }

  .lg\:first\:mb-180:first-child {
    margin-bottom: 180px;
  }

  .lg\:first\:ml-180:first-child {
    margin-left: 180px;
  }

  .lg\:first\:mt-200:first-child {
    margin-top: 200px;
  }

  .lg\:first\:mr-200:first-child {
    margin-right: 200px;
  }

  .lg\:first\:mb-200:first-child {
    margin-bottom: 200px;
  }

  .lg\:first\:ml-200:first-child {
    margin-left: 200px;
  }

  .lg\:first\:mt-220:first-child {
    margin-top: 220px;
  }

  .lg\:first\:mr-220:first-child {
    margin-right: 220px;
  }

  .lg\:first\:mb-220:first-child {
    margin-bottom: 220px;
  }

  .lg\:first\:ml-220:first-child {
    margin-left: 220px;
  }

  .lg\:first\:mt-230:first-child {
    margin-top: 230px;
  }

  .lg\:first\:mr-230:first-child {
    margin-right: 230px;
  }

  .lg\:first\:mb-230:first-child {
    margin-bottom: 230px;
  }

  .lg\:first\:ml-230:first-child {
    margin-left: 230px;
  }

  .lg\:first\:mt-235:first-child {
    margin-top: 235px;
  }

  .lg\:first\:mr-235:first-child {
    margin-right: 235px;
  }

  .lg\:first\:mb-235:first-child {
    margin-bottom: 235px;
  }

  .lg\:first\:ml-235:first-child {
    margin-left: 235px;
  }

  .lg\:first\:mt-240:first-child {
    margin-top: 240px;
  }

  .lg\:first\:mr-240:first-child {
    margin-right: 240px;
  }

  .lg\:first\:mb-240:first-child {
    margin-bottom: 240px;
  }

  .lg\:first\:ml-240:first-child {
    margin-left: 240px;
  }

  .lg\:first\:mt-250:first-child {
    margin-top: 250px;
  }

  .lg\:first\:mr-250:first-child {
    margin-right: 250px;
  }

  .lg\:first\:mb-250:first-child {
    margin-bottom: 250px;
  }

  .lg\:first\:ml-250:first-child {
    margin-left: 250px;
  }

  .lg\:first\:mt-300:first-child {
    margin-top: 300px;
  }

  .lg\:first\:mr-300:first-child {
    margin-right: 300px;
  }

  .lg\:first\:mb-300:first-child {
    margin-bottom: 300px;
  }

  .lg\:first\:ml-300:first-child {
    margin-left: 300px;
  }

  .lg\:first\:mt-320:first-child {
    margin-top: 320px;
  }

  .lg\:first\:mr-320:first-child {
    margin-right: 320px;
  }

  .lg\:first\:mb-320:first-child {
    margin-bottom: 320px;
  }

  .lg\:first\:ml-320:first-child {
    margin-left: 320px;
  }

  .lg\:first\:mt-350:first-child {
    margin-top: 350px;
  }

  .lg\:first\:mr-350:first-child {
    margin-right: 350px;
  }

  .lg\:first\:mb-350:first-child {
    margin-bottom: 350px;
  }

  .lg\:first\:ml-350:first-child {
    margin-left: 350px;
  }

  .lg\:first\:mt-375:first-child {
    margin-top: 375px;
  }

  .lg\:first\:mr-375:first-child {
    margin-right: 375px;
  }

  .lg\:first\:mb-375:first-child {
    margin-bottom: 375px;
  }

  .lg\:first\:ml-375:first-child {
    margin-left: 375px;
  }

  .lg\:first\:mt-400:first-child {
    margin-top: 400px;
  }

  .lg\:first\:mr-400:first-child {
    margin-right: 400px;
  }

  .lg\:first\:mb-400:first-child {
    margin-bottom: 400px;
  }

  .lg\:first\:ml-400:first-child {
    margin-left: 400px;
  }

  .lg\:first\:mt-450:first-child {
    margin-top: 450px;
  }

  .lg\:first\:mr-450:first-child {
    margin-right: 450px;
  }

  .lg\:first\:mb-450:first-child {
    margin-bottom: 450px;
  }

  .lg\:first\:ml-450:first-child {
    margin-left: 450px;
  }

  .lg\:first\:mt-700:first-child {
    margin-top: 700px;
  }

  .lg\:first\:mr-700:first-child {
    margin-right: 700px;
  }

  .lg\:first\:mb-700:first-child {
    margin-bottom: 700px;
  }

  .lg\:first\:ml-700:first-child {
    margin-left: 700px;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:mt-1p:first-child {
    margin-top: 1%;
  }

  .lg\:first\:mr-1p:first-child {
    margin-right: 1%;
  }

  .lg\:first\:mb-1p:first-child {
    margin-bottom: 1%;
  }

  .lg\:first\:ml-1p:first-child {
    margin-left: 1%;
  }

  .lg\:first\:mt-1\/12:first-child {
    margin-top: 8.3333%;
  }

  .lg\:first\:mr-1\/12:first-child {
    margin-right: 8.3333%;
  }

  .lg\:first\:mb-1\/12:first-child {
    margin-bottom: 8.3333%;
  }

  .lg\:first\:ml-1\/12:first-child {
    margin-left: 8.3333%;
  }

  .lg\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .lg\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .lg\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .lg\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .lg\:first\:mt-11p:first-child {
    margin-top: 11%;
  }

  .lg\:first\:mr-11p:first-child {
    margin-right: 11%;
  }

  .lg\:first\:mb-11p:first-child {
    margin-bottom: 11%;
  }

  .lg\:first\:ml-11p:first-child {
    margin-left: 11%;
  }

  .lg\:first\:mt-20p:first-child {
    margin-top: 20%;
  }

  .lg\:first\:mr-20p:first-child {
    margin-right: 20%;
  }

  .lg\:first\:mb-20p:first-child {
    margin-bottom: 20%;
  }

  .lg\:first\:ml-20p:first-child {
    margin-left: 20%;
  }

  .lg\:first\:mt-24p:first-child {
    margin-top: 24.25%;
  }

  .lg\:first\:mr-24p:first-child {
    margin-right: 24.25%;
  }

  .lg\:first\:mb-24p:first-child {
    margin-bottom: 24.25%;
  }

  .lg\:first\:ml-24p:first-child {
    margin-left: 24.25%;
  }

  .lg\:first\:mt-25p:first-child {
    margin-top: 25%;
  }

  .lg\:first\:mr-25p:first-child {
    margin-right: 25%;
  }

  .lg\:first\:mb-25p:first-child {
    margin-bottom: 25%;
  }

  .lg\:first\:ml-25p:first-child {
    margin-left: 25%;
  }

  .lg\:first\:mt-32p:first-child {
    margin-top: 32%;
  }

  .lg\:first\:mr-32p:first-child {
    margin-right: 32%;
  }

  .lg\:first\:mb-32p:first-child {
    margin-bottom: 32%;
  }

  .lg\:first\:ml-32p:first-child {
    margin-left: 32%;
  }

  .lg\:first\:mt-35p:first-child {
    margin-top: 35%;
  }

  .lg\:first\:mr-35p:first-child {
    margin-right: 35%;
  }

  .lg\:first\:mb-35p:first-child {
    margin-bottom: 35%;
  }

  .lg\:first\:ml-35p:first-child {
    margin-left: 35%;
  }

  .lg\:first\:mt-40p:first-child {
    margin-top: 40%;
  }

  .lg\:first\:mr-40p:first-child {
    margin-right: 40%;
  }

  .lg\:first\:mb-40p:first-child {
    margin-bottom: 40%;
  }

  .lg\:first\:ml-40p:first-child {
    margin-left: 40%;
  }

  .lg\:first\:mt-49p:first-child {
    margin-top: 49%;
  }

  .lg\:first\:mr-49p:first-child {
    margin-right: 49%;
  }

  .lg\:first\:mb-49p:first-child {
    margin-bottom: 49%;
  }

  .lg\:first\:ml-49p:first-child {
    margin-left: 49%;
  }

  .lg\:first\:mt-49-5p:first-child {
    margin-top: 49.5%;
  }

  .lg\:first\:mr-49-5p:first-child {
    margin-right: 49.5%;
  }

  .lg\:first\:mb-49-5p:first-child {
    margin-bottom: 49.5%;
  }

  .lg\:first\:ml-49-5p:first-child {
    margin-left: 49.5%;
  }

  .lg\:first\:mt-80p:first-child {
    margin-top: 80%;
  }

  .lg\:first\:mr-80p:first-child {
    margin-right: 80%;
  }

  .lg\:first\:mb-80p:first-child {
    margin-bottom: 80%;
  }

  .lg\:first\:ml-80p:first-child {
    margin-left: 80%;
  }

  .lg\:first\:mt-vh80:first-child {
    margin-top: 80vh;
  }

  .lg\:first\:mr-vh80:first-child {
    margin-right: 80vh;
  }

  .lg\:first\:mb-vh80:first-child {
    margin-bottom: 80vh;
  }

  .lg\:first\:ml-vh80:first-child {
    margin-left: 80vh;
  }

  .lg\:first\:mt-vh86:first-child {
    margin-top: 86vh;
  }

  .lg\:first\:mr-vh86:first-child {
    margin-right: 86vh;
  }

  .lg\:first\:mb-vh86:first-child {
    margin-bottom: 86vh;
  }

  .lg\:first\:ml-vh86:first-child {
    margin-left: 86vh;
  }

  .lg\:first\:mt-vh90:first-child {
    margin-top: 90vh;
  }

  .lg\:first\:mr-vh90:first-child {
    margin-right: 90vh;
  }

  .lg\:first\:mb-vh90:first-child {
    margin-bottom: 90vh;
  }

  .lg\:first\:ml-vh90:first-child {
    margin-left: 90vh;
  }

  .lg\:first\:mt-vw80:first-child {
    margin-top: 80vw;
  }

  .lg\:first\:mr-vw80:first-child {
    margin-right: 80vw;
  }

  .lg\:first\:mb-vw80:first-child {
    margin-bottom: 80vw;
  }

  .lg\:first\:ml-vw80:first-child {
    margin-left: 80vw;
  }

  .lg\:first\:mt-vw90:first-child {
    margin-top: 90vw;
  }

  .lg\:first\:mr-vw90:first-child {
    margin-right: 90vw;
  }

  .lg\:first\:mb-vw90:first-child {
    margin-bottom: 90vw;
  }

  .lg\:first\:ml-vw90:first-child {
    margin-left: 90vw;
  }

  .lg\:first\:mt-90p:first-child {
    margin-top: 90%;
  }

  .lg\:first\:mr-90p:first-child {
    margin-right: 90%;
  }

  .lg\:first\:mb-90p:first-child {
    margin-bottom: 90%;
  }

  .lg\:first\:ml-90p:first-child {
    margin-left: 90%;
  }

  .lg\:first\:mt-92p:first-child {
    margin-top: 92%;
  }

  .lg\:first\:mr-92p:first-child {
    margin-right: 92%;
  }

  .lg\:first\:mb-92p:first-child {
    margin-bottom: 92%;
  }

  .lg\:first\:ml-92p:first-child {
    margin-left: 92%;
  }

  .lg\:first\:mt-93p:first-child {
    margin-top: 93%;
  }

  .lg\:first\:mr-93p:first-child {
    margin-right: 93%;
  }

  .lg\:first\:mb-93p:first-child {
    margin-bottom: 93%;
  }

  .lg\:first\:ml-93p:first-child {
    margin-left: 93%;
  }

  .lg\:first\:mt-94p:first-child {
    margin-top: 94%;
  }

  .lg\:first\:mr-94p:first-child {
    margin-right: 94%;
  }

  .lg\:first\:mb-94p:first-child {
    margin-bottom: 94%;
  }

  .lg\:first\:ml-94p:first-child {
    margin-left: 94%;
  }

  .lg\:first\:mt-95p:first-child {
    margin-top: 95%;
  }

  .lg\:first\:mr-95p:first-child {
    margin-right: 95%;
  }

  .lg\:first\:mb-95p:first-child {
    margin-bottom: 95%;
  }

  .lg\:first\:ml-95p:first-child {
    margin-left: 95%;
  }

  .lg\:first\:mt-96p:first-child {
    margin-top: 96%;
  }

  .lg\:first\:mr-96p:first-child {
    margin-right: 96%;
  }

  .lg\:first\:mb-96p:first-child {
    margin-bottom: 96%;
  }

  .lg\:first\:ml-96p:first-child {
    margin-left: 96%;
  }

  .lg\:first\:mt-100p:first-child {
    margin-top: 100%;
  }

  .lg\:first\:mr-100p:first-child {
    margin-right: 100%;
  }

  .lg\:first\:mb-100p:first-child {
    margin-bottom: 100%;
  }

  .lg\:first\:ml-100p:first-child {
    margin-left: 100%;
  }

  .lg\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .lg\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .lg\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .lg\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -3px;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -3px;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -3px;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -3px;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -4px;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -4px;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -4px;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -4px;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -5px;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -5px;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -5px;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -5px;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -6px;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -6px;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -6px;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -6px;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -8px;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -8px;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -8px;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -8px;
  }

  .lg\:first\:-mt-9:first-child {
    margin-top: -9px;
  }

  .lg\:first\:-mr-9:first-child {
    margin-right: -9px;
  }

  .lg\:first\:-mb-9:first-child {
    margin-bottom: -9px;
  }

  .lg\:first\:-ml-9:first-child {
    margin-left: -9px;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -10px;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -10px;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -10px;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -10px;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -12px;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -12px;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -12px;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -12px;
  }

  .lg\:first\:-mt-13:first-child {
    margin-top: -13px;
  }

  .lg\:first\:-mr-13:first-child {
    margin-right: -13px;
  }

  .lg\:first\:-mb-13:first-child {
    margin-bottom: -13px;
  }

  .lg\:first\:-ml-13:first-child {
    margin-left: -13px;
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -14px;
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -14px;
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -14px;
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -14px;
  }

  .lg\:first\:-mt-15:first-child {
    margin-top: -15px;
  }

  .lg\:first\:-mr-15:first-child {
    margin-right: -15px;
  }

  .lg\:first\:-mb-15:first-child {
    margin-bottom: -15px;
  }

  .lg\:first\:-ml-15:first-child {
    margin-left: -15px;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -16px;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -16px;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -16px;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -16px;
  }

  .lg\:first\:-mt-17:first-child {
    margin-top: -17px;
  }

  .lg\:first\:-mr-17:first-child {
    margin-right: -17px;
  }

  .lg\:first\:-mb-17:first-child {
    margin-bottom: -17px;
  }

  .lg\:first\:-ml-17:first-child {
    margin-left: -17px;
  }

  .lg\:first\:-mt-18:first-child {
    margin-top: -18px;
  }

  .lg\:first\:-mr-18:first-child {
    margin-right: -18px;
  }

  .lg\:first\:-mb-18:first-child {
    margin-bottom: -18px;
  }

  .lg\:first\:-ml-18:first-child {
    margin-left: -18px;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -20px;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -20px;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -20px;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -20px;
  }

  .lg\:first\:-mt-22:first-child {
    margin-top: -22px;
  }

  .lg\:first\:-mr-22:first-child {
    margin-right: -22px;
  }

  .lg\:first\:-mb-22:first-child {
    margin-bottom: -22px;
  }

  .lg\:first\:-ml-22:first-child {
    margin-left: -22px;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -24px;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -24px;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -24px;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -24px;
  }

  .lg\:first\:-mt-25:first-child {
    margin-top: -25px;
  }

  .lg\:first\:-mr-25:first-child {
    margin-right: -25px;
  }

  .lg\:first\:-mb-25:first-child {
    margin-bottom: -25px;
  }

  .lg\:first\:-ml-25:first-child {
    margin-left: -25px;
  }

  .lg\:first\:-mt-28:first-child {
    margin-top: -28px;
  }

  .lg\:first\:-mr-28:first-child {
    margin-right: -28px;
  }

  .lg\:first\:-mb-28:first-child {
    margin-bottom: -28px;
  }

  .lg\:first\:-ml-28:first-child {
    margin-left: -28px;
  }

  .lg\:first\:-mt-29:first-child {
    margin-top: -29px;
  }

  .lg\:first\:-mr-29:first-child {
    margin-right: -29px;
  }

  .lg\:first\:-mb-29:first-child {
    margin-bottom: -29px;
  }

  .lg\:first\:-ml-29:first-child {
    margin-left: -29px;
  }

  .lg\:first\:-mt-30:first-child {
    margin-top: -30px;
  }

  .lg\:first\:-mr-30:first-child {
    margin-right: -30px;
  }

  .lg\:first\:-mb-30:first-child {
    margin-bottom: -30px;
  }

  .lg\:first\:-ml-30:first-child {
    margin-left: -30px;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -32px;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -32px;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -32px;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -32px;
  }

  .lg\:first\:-mt-35:first-child {
    margin-top: -35px;
  }

  .lg\:first\:-mr-35:first-child {
    margin-right: -35px;
  }

  .lg\:first\:-mb-35:first-child {
    margin-bottom: -35px;
  }

  .lg\:first\:-ml-35:first-child {
    margin-left: -35px;
  }

  .lg\:first\:-mt-36:first-child {
    margin-top: -36px;
  }

  .lg\:first\:-mr-36:first-child {
    margin-right: -36px;
  }

  .lg\:first\:-mb-36:first-child {
    margin-bottom: -36px;
  }

  .lg\:first\:-ml-36:first-child {
    margin-left: -36px;
  }

  .lg\:first\:-mt-37:first-child {
    margin-top: -37px;
  }

  .lg\:first\:-mr-37:first-child {
    margin-right: -37px;
  }

  .lg\:first\:-mb-37:first-child {
    margin-bottom: -37px;
  }

  .lg\:first\:-ml-37:first-child {
    margin-left: -37px;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -40px;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -40px;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -40px;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -40px;
  }

  .lg\:first\:-mt-45:first-child {
    margin-top: -45px;
  }

  .lg\:first\:-mr-45:first-child {
    margin-right: -45px;
  }

  .lg\:first\:-mb-45:first-child {
    margin-bottom: -45px;
  }

  .lg\:first\:-ml-45:first-child {
    margin-left: -45px;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -48px;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -48px;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -48px;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -48px;
  }

  .lg\:first\:-mt-50:first-child {
    margin-top: -50px;
  }

  .lg\:first\:-mr-50:first-child {
    margin-right: -50px;
  }

  .lg\:first\:-mb-50:first-child {
    margin-bottom: -50px;
  }

  .lg\:first\:-ml-50:first-child {
    margin-left: -50px;
  }

  .lg\:first\:-mt-55:first-child {
    margin-top: -55px;
  }

  .lg\:first\:-mr-55:first-child {
    margin-right: -55px;
  }

  .lg\:first\:-mb-55:first-child {
    margin-bottom: -55px;
  }

  .lg\:first\:-ml-55:first-child {
    margin-left: -55px;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -56px;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -56px;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -56px;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -56px;
  }

  .lg\:first\:-mt-60:first-child {
    margin-top: -60px;
  }

  .lg\:first\:-mr-60:first-child {
    margin-right: -60px;
  }

  .lg\:first\:-mb-60:first-child {
    margin-bottom: -60px;
  }

  .lg\:first\:-ml-60:first-child {
    margin-left: -60px;
  }

  .lg\:first\:-mt-62:first-child {
    margin-top: -62px;
  }

  .lg\:first\:-mr-62:first-child {
    margin-right: -62px;
  }

  .lg\:first\:-mb-62:first-child {
    margin-bottom: -62px;
  }

  .lg\:first\:-ml-62:first-child {
    margin-left: -62px;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -64px;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -64px;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -64px;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -64px;
  }

  .lg\:first\:-mt-65:first-child {
    margin-top: -65px;
  }

  .lg\:first\:-mr-65:first-child {
    margin-right: -65px;
  }

  .lg\:first\:-mb-65:first-child {
    margin-bottom: -65px;
  }

  .lg\:first\:-ml-65:first-child {
    margin-left: -65px;
  }

  .lg\:first\:-mt-70:first-child {
    margin-top: -70px;
  }

  .lg\:first\:-mr-70:first-child {
    margin-right: -70px;
  }

  .lg\:first\:-mb-70:first-child {
    margin-bottom: -70px;
  }

  .lg\:first\:-ml-70:first-child {
    margin-left: -70px;
  }

  .lg\:first\:-mt-75:first-child {
    margin-top: -75px;
  }

  .lg\:first\:-mr-75:first-child {
    margin-right: -75px;
  }

  .lg\:first\:-mb-75:first-child {
    margin-bottom: -75px;
  }

  .lg\:first\:-ml-75:first-child {
    margin-left: -75px;
  }

  .lg\:first\:-mt-80:first-child {
    margin-top: -80px;
  }

  .lg\:first\:-mr-80:first-child {
    margin-right: -80px;
  }

  .lg\:first\:-mb-80:first-child {
    margin-bottom: -80px;
  }

  .lg\:first\:-ml-80:first-child {
    margin-left: -80px;
  }

  .lg\:first\:-mt-85:first-child {
    margin-top: -85px;
  }

  .lg\:first\:-mr-85:first-child {
    margin-right: -85px;
  }

  .lg\:first\:-mb-85:first-child {
    margin-bottom: -85px;
  }

  .lg\:first\:-ml-85:first-child {
    margin-left: -85px;
  }

  .lg\:first\:-mt-90:first-child {
    margin-top: -90px;
  }

  .lg\:first\:-mr-90:first-child {
    margin-right: -90px;
  }

  .lg\:first\:-mb-90:first-child {
    margin-bottom: -90px;
  }

  .lg\:first\:-ml-90:first-child {
    margin-left: -90px;
  }

  .lg\:first\:-mt-95:first-child {
    margin-top: -95px;
  }

  .lg\:first\:-mr-95:first-child {
    margin-right: -95px;
  }

  .lg\:first\:-mb-95:first-child {
    margin-bottom: -95px;
  }

  .lg\:first\:-ml-95:first-child {
    margin-left: -95px;
  }

  .lg\:first\:-mt-96:first-child {
    margin-top: -96px;
  }

  .lg\:first\:-mr-96:first-child {
    margin-right: -96px;
  }

  .lg\:first\:-mb-96:first-child {
    margin-bottom: -96px;
  }

  .lg\:first\:-ml-96:first-child {
    margin-left: -96px;
  }

  .lg\:first\:-mt-100:first-child {
    margin-top: -100px;
  }

  .lg\:first\:-mr-100:first-child {
    margin-right: -100px;
  }

  .lg\:first\:-mb-100:first-child {
    margin-bottom: -100px;
  }

  .lg\:first\:-ml-100:first-child {
    margin-left: -100px;
  }

  .lg\:first\:-mt-110:first-child {
    margin-top: -110px;
  }

  .lg\:first\:-mr-110:first-child {
    margin-right: -110px;
  }

  .lg\:first\:-mb-110:first-child {
    margin-bottom: -110px;
  }

  .lg\:first\:-ml-110:first-child {
    margin-left: -110px;
  }

  .lg\:first\:-mt-115:first-child {
    margin-top: -115px;
  }

  .lg\:first\:-mr-115:first-child {
    margin-right: -115px;
  }

  .lg\:first\:-mb-115:first-child {
    margin-bottom: -115px;
  }

  .lg\:first\:-ml-115:first-child {
    margin-left: -115px;
  }

  .lg\:first\:-mt-120:first-child {
    margin-top: -120px;
  }

  .lg\:first\:-mr-120:first-child {
    margin-right: -120px;
  }

  .lg\:first\:-mb-120:first-child {
    margin-bottom: -120px;
  }

  .lg\:first\:-ml-120:first-child {
    margin-left: -120px;
  }

  .lg\:first\:-mt-128:first-child {
    margin-top: -128px;
  }

  .lg\:first\:-mr-128:first-child {
    margin-right: -128px;
  }

  .lg\:first\:-mb-128:first-child {
    margin-bottom: -128px;
  }

  .lg\:first\:-ml-128:first-child {
    margin-left: -128px;
  }

  .lg\:first\:-mt-135:first-child {
    margin-top: -135px;
  }

  .lg\:first\:-mr-135:first-child {
    margin-right: -135px;
  }

  .lg\:first\:-mb-135:first-child {
    margin-bottom: -135px;
  }

  .lg\:first\:-ml-135:first-child {
    margin-left: -135px;
  }

  .lg\:first\:-mt-140:first-child {
    margin-top: -140px;
  }

  .lg\:first\:-mr-140:first-child {
    margin-right: -140px;
  }

  .lg\:first\:-mb-140:first-child {
    margin-bottom: -140px;
  }

  .lg\:first\:-ml-140:first-child {
    margin-left: -140px;
  }

  .lg\:first\:-mt-145:first-child {
    margin-top: -145px;
  }

  .lg\:first\:-mr-145:first-child {
    margin-right: -145px;
  }

  .lg\:first\:-mb-145:first-child {
    margin-bottom: -145px;
  }

  .lg\:first\:-ml-145:first-child {
    margin-left: -145px;
  }

  .lg\:first\:-mt-150:first-child {
    margin-top: -150px;
  }

  .lg\:first\:-mr-150:first-child {
    margin-right: -150px;
  }

  .lg\:first\:-mb-150:first-child {
    margin-bottom: -150px;
  }

  .lg\:first\:-ml-150:first-child {
    margin-left: -150px;
  }

  .lg\:first\:-mt-160:first-child {
    margin-top: -160px;
  }

  .lg\:first\:-mr-160:first-child {
    margin-right: -160px;
  }

  .lg\:first\:-mb-160:first-child {
    margin-bottom: -160px;
  }

  .lg\:first\:-ml-160:first-child {
    margin-left: -160px;
  }

  .lg\:first\:-mt-165:first-child {
    margin-top: -165px;
  }

  .lg\:first\:-mr-165:first-child {
    margin-right: -165px;
  }

  .lg\:first\:-mb-165:first-child {
    margin-bottom: -165px;
  }

  .lg\:first\:-ml-165:first-child {
    margin-left: -165px;
  }

  .lg\:first\:-mt-168:first-child {
    margin-top: -168px;
  }

  .lg\:first\:-mr-168:first-child {
    margin-right: -168px;
  }

  .lg\:first\:-mb-168:first-child {
    margin-bottom: -168px;
  }

  .lg\:first\:-ml-168:first-child {
    margin-left: -168px;
  }

  .lg\:first\:-mt-170:first-child {
    margin-top: -170px;
  }

  .lg\:first\:-mr-170:first-child {
    margin-right: -170px;
  }

  .lg\:first\:-mb-170:first-child {
    margin-bottom: -170px;
  }

  .lg\:first\:-ml-170:first-child {
    margin-left: -170px;
  }

  .lg\:first\:-mt-180:first-child {
    margin-top: -180px;
  }

  .lg\:first\:-mr-180:first-child {
    margin-right: -180px;
  }

  .lg\:first\:-mb-180:first-child {
    margin-bottom: -180px;
  }

  .lg\:first\:-ml-180:first-child {
    margin-left: -180px;
  }

  .lg\:first\:-mt-200:first-child {
    margin-top: -200px;
  }

  .lg\:first\:-mr-200:first-child {
    margin-right: -200px;
  }

  .lg\:first\:-mb-200:first-child {
    margin-bottom: -200px;
  }

  .lg\:first\:-ml-200:first-child {
    margin-left: -200px;
  }

  .lg\:first\:-mt-220:first-child {
    margin-top: -220px;
  }

  .lg\:first\:-mr-220:first-child {
    margin-right: -220px;
  }

  .lg\:first\:-mb-220:first-child {
    margin-bottom: -220px;
  }

  .lg\:first\:-ml-220:first-child {
    margin-left: -220px;
  }

  .lg\:first\:-mt-230:first-child {
    margin-top: -230px;
  }

  .lg\:first\:-mr-230:first-child {
    margin-right: -230px;
  }

  .lg\:first\:-mb-230:first-child {
    margin-bottom: -230px;
  }

  .lg\:first\:-ml-230:first-child {
    margin-left: -230px;
  }

  .lg\:first\:-mt-235:first-child {
    margin-top: -235px;
  }

  .lg\:first\:-mr-235:first-child {
    margin-right: -235px;
  }

  .lg\:first\:-mb-235:first-child {
    margin-bottom: -235px;
  }

  .lg\:first\:-ml-235:first-child {
    margin-left: -235px;
  }

  .lg\:first\:-mt-240:first-child {
    margin-top: -240px;
  }

  .lg\:first\:-mr-240:first-child {
    margin-right: -240px;
  }

  .lg\:first\:-mb-240:first-child {
    margin-bottom: -240px;
  }

  .lg\:first\:-ml-240:first-child {
    margin-left: -240px;
  }

  .lg\:first\:-mt-250:first-child {
    margin-top: -250px;
  }

  .lg\:first\:-mr-250:first-child {
    margin-right: -250px;
  }

  .lg\:first\:-mb-250:first-child {
    margin-bottom: -250px;
  }

  .lg\:first\:-ml-250:first-child {
    margin-left: -250px;
  }

  .lg\:first\:-mt-300:first-child {
    margin-top: -300px;
  }

  .lg\:first\:-mr-300:first-child {
    margin-right: -300px;
  }

  .lg\:first\:-mb-300:first-child {
    margin-bottom: -300px;
  }

  .lg\:first\:-ml-300:first-child {
    margin-left: -300px;
  }

  .lg\:first\:-mt-320:first-child {
    margin-top: -320px;
  }

  .lg\:first\:-mr-320:first-child {
    margin-right: -320px;
  }

  .lg\:first\:-mb-320:first-child {
    margin-bottom: -320px;
  }

  .lg\:first\:-ml-320:first-child {
    margin-left: -320px;
  }

  .lg\:first\:-mt-350:first-child {
    margin-top: -350px;
  }

  .lg\:first\:-mr-350:first-child {
    margin-right: -350px;
  }

  .lg\:first\:-mb-350:first-child {
    margin-bottom: -350px;
  }

  .lg\:first\:-ml-350:first-child {
    margin-left: -350px;
  }

  .lg\:first\:-mt-375:first-child {
    margin-top: -375px;
  }

  .lg\:first\:-mr-375:first-child {
    margin-right: -375px;
  }

  .lg\:first\:-mb-375:first-child {
    margin-bottom: -375px;
  }

  .lg\:first\:-ml-375:first-child {
    margin-left: -375px;
  }

  .lg\:first\:-mt-400:first-child {
    margin-top: -400px;
  }

  .lg\:first\:-mr-400:first-child {
    margin-right: -400px;
  }

  .lg\:first\:-mb-400:first-child {
    margin-bottom: -400px;
  }

  .lg\:first\:-ml-400:first-child {
    margin-left: -400px;
  }

  .lg\:first\:-mt-450:first-child {
    margin-top: -450px;
  }

  .lg\:first\:-mr-450:first-child {
    margin-right: -450px;
  }

  .lg\:first\:-mb-450:first-child {
    margin-bottom: -450px;
  }

  .lg\:first\:-ml-450:first-child {
    margin-left: -450px;
  }

  .lg\:first\:-mt-700:first-child {
    margin-top: -700px;
  }

  .lg\:first\:-mr-700:first-child {
    margin-right: -700px;
  }

  .lg\:first\:-mb-700:first-child {
    margin-bottom: -700px;
  }

  .lg\:first\:-ml-700:first-child {
    margin-left: -700px;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:first\:-mt-1p:first-child {
    margin-top: -1%;
  }

  .lg\:first\:-mr-1p:first-child {
    margin-right: -1%;
  }

  .lg\:first\:-mb-1p:first-child {
    margin-bottom: -1%;
  }

  .lg\:first\:-ml-1p:first-child {
    margin-left: -1%;
  }

  .lg\:first\:-mt-1\/12:first-child {
    margin-top: -8.3333%;
  }

  .lg\:first\:-mr-1\/12:first-child {
    margin-right: -8.3333%;
  }

  .lg\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.3333%;
  }

  .lg\:first\:-ml-1\/12:first-child {
    margin-left: -8.3333%;
  }

  .lg\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .lg\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .lg\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .lg\:first\:-mt-11p:first-child {
    margin-top: -11%;
  }

  .lg\:first\:-mr-11p:first-child {
    margin-right: -11%;
  }

  .lg\:first\:-mb-11p:first-child {
    margin-bottom: -11%;
  }

  .lg\:first\:-ml-11p:first-child {
    margin-left: -11%;
  }

  .lg\:first\:-mt-20p:first-child {
    margin-top: -20%;
  }

  .lg\:first\:-mr-20p:first-child {
    margin-right: -20%;
  }

  .lg\:first\:-mb-20p:first-child {
    margin-bottom: -20%;
  }

  .lg\:first\:-ml-20p:first-child {
    margin-left: -20%;
  }

  .lg\:first\:-mt-24p:first-child {
    margin-top: -24.25%;
  }

  .lg\:first\:-mr-24p:first-child {
    margin-right: -24.25%;
  }

  .lg\:first\:-mb-24p:first-child {
    margin-bottom: -24.25%;
  }

  .lg\:first\:-ml-24p:first-child {
    margin-left: -24.25%;
  }

  .lg\:first\:-mt-25p:first-child {
    margin-top: -25%;
  }

  .lg\:first\:-mr-25p:first-child {
    margin-right: -25%;
  }

  .lg\:first\:-mb-25p:first-child {
    margin-bottom: -25%;
  }

  .lg\:first\:-ml-25p:first-child {
    margin-left: -25%;
  }

  .lg\:first\:-mt-32p:first-child {
    margin-top: -32%;
  }

  .lg\:first\:-mr-32p:first-child {
    margin-right: -32%;
  }

  .lg\:first\:-mb-32p:first-child {
    margin-bottom: -32%;
  }

  .lg\:first\:-ml-32p:first-child {
    margin-left: -32%;
  }

  .lg\:first\:-mt-35p:first-child {
    margin-top: -35%;
  }

  .lg\:first\:-mr-35p:first-child {
    margin-right: -35%;
  }

  .lg\:first\:-mb-35p:first-child {
    margin-bottom: -35%;
  }

  .lg\:first\:-ml-35p:first-child {
    margin-left: -35%;
  }

  .lg\:first\:-mt-40p:first-child {
    margin-top: -40%;
  }

  .lg\:first\:-mr-40p:first-child {
    margin-right: -40%;
  }

  .lg\:first\:-mb-40p:first-child {
    margin-bottom: -40%;
  }

  .lg\:first\:-ml-40p:first-child {
    margin-left: -40%;
  }

  .lg\:first\:-mt-49p:first-child {
    margin-top: -49%;
  }

  .lg\:first\:-mr-49p:first-child {
    margin-right: -49%;
  }

  .lg\:first\:-mb-49p:first-child {
    margin-bottom: -49%;
  }

  .lg\:first\:-ml-49p:first-child {
    margin-left: -49%;
  }

  .lg\:first\:-mt-49-5p:first-child {
    margin-top: -49.5%;
  }

  .lg\:first\:-mr-49-5p:first-child {
    margin-right: -49.5%;
  }

  .lg\:first\:-mb-49-5p:first-child {
    margin-bottom: -49.5%;
  }

  .lg\:first\:-ml-49-5p:first-child {
    margin-left: -49.5%;
  }

  .lg\:first\:-mt-80p:first-child {
    margin-top: -80%;
  }

  .lg\:first\:-mr-80p:first-child {
    margin-right: -80%;
  }

  .lg\:first\:-mb-80p:first-child {
    margin-bottom: -80%;
  }

  .lg\:first\:-ml-80p:first-child {
    margin-left: -80%;
  }

  .lg\:first\:-mt-vh80:first-child {
    margin-top: -80vh;
  }

  .lg\:first\:-mr-vh80:first-child {
    margin-right: -80vh;
  }

  .lg\:first\:-mb-vh80:first-child {
    margin-bottom: -80vh;
  }

  .lg\:first\:-ml-vh80:first-child {
    margin-left: -80vh;
  }

  .lg\:first\:-mt-vh86:first-child {
    margin-top: -86vh;
  }

  .lg\:first\:-mr-vh86:first-child {
    margin-right: -86vh;
  }

  .lg\:first\:-mb-vh86:first-child {
    margin-bottom: -86vh;
  }

  .lg\:first\:-ml-vh86:first-child {
    margin-left: -86vh;
  }

  .lg\:first\:-mt-vh90:first-child {
    margin-top: -90vh;
  }

  .lg\:first\:-mr-vh90:first-child {
    margin-right: -90vh;
  }

  .lg\:first\:-mb-vh90:first-child {
    margin-bottom: -90vh;
  }

  .lg\:first\:-ml-vh90:first-child {
    margin-left: -90vh;
  }

  .lg\:first\:-mt-vw80:first-child {
    margin-top: -80vw;
  }

  .lg\:first\:-mr-vw80:first-child {
    margin-right: -80vw;
  }

  .lg\:first\:-mb-vw80:first-child {
    margin-bottom: -80vw;
  }

  .lg\:first\:-ml-vw80:first-child {
    margin-left: -80vw;
  }

  .lg\:first\:-mt-vw90:first-child {
    margin-top: -90vw;
  }

  .lg\:first\:-mr-vw90:first-child {
    margin-right: -90vw;
  }

  .lg\:first\:-mb-vw90:first-child {
    margin-bottom: -90vw;
  }

  .lg\:first\:-ml-vw90:first-child {
    margin-left: -90vw;
  }

  .lg\:first\:-mt-90p:first-child {
    margin-top: -90%;
  }

  .lg\:first\:-mr-90p:first-child {
    margin-right: -90%;
  }

  .lg\:first\:-mb-90p:first-child {
    margin-bottom: -90%;
  }

  .lg\:first\:-ml-90p:first-child {
    margin-left: -90%;
  }

  .lg\:first\:-mt-92p:first-child {
    margin-top: -92%;
  }

  .lg\:first\:-mr-92p:first-child {
    margin-right: -92%;
  }

  .lg\:first\:-mb-92p:first-child {
    margin-bottom: -92%;
  }

  .lg\:first\:-ml-92p:first-child {
    margin-left: -92%;
  }

  .lg\:first\:-mt-93p:first-child {
    margin-top: -93%;
  }

  .lg\:first\:-mr-93p:first-child {
    margin-right: -93%;
  }

  .lg\:first\:-mb-93p:first-child {
    margin-bottom: -93%;
  }

  .lg\:first\:-ml-93p:first-child {
    margin-left: -93%;
  }

  .lg\:first\:-mt-94p:first-child {
    margin-top: -94%;
  }

  .lg\:first\:-mr-94p:first-child {
    margin-right: -94%;
  }

  .lg\:first\:-mb-94p:first-child {
    margin-bottom: -94%;
  }

  .lg\:first\:-ml-94p:first-child {
    margin-left: -94%;
  }

  .lg\:first\:-mt-95p:first-child {
    margin-top: -95%;
  }

  .lg\:first\:-mr-95p:first-child {
    margin-right: -95%;
  }

  .lg\:first\:-mb-95p:first-child {
    margin-bottom: -95%;
  }

  .lg\:first\:-ml-95p:first-child {
    margin-left: -95%;
  }

  .lg\:first\:-mt-96p:first-child {
    margin-top: -96%;
  }

  .lg\:first\:-mr-96p:first-child {
    margin-right: -96%;
  }

  .lg\:first\:-mb-96p:first-child {
    margin-bottom: -96%;
  }

  .lg\:first\:-ml-96p:first-child {
    margin-left: -96%;
  }

  .lg\:first\:-mt-100p:first-child {
    margin-top: -100%;
  }

  .lg\:first\:-mr-100p:first-child {
    margin-right: -100%;
  }

  .lg\:first\:-mb-100p:first-child {
    margin-bottom: -100%;
  }

  .lg\:first\:-ml-100p:first-child {
    margin-left: -100%;
  }

  .lg\:last\:m-0:last-child {
    margin: 0px;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 3px;
  }

  .lg\:last\:m-4:last-child {
    margin: 4px;
  }

  .lg\:last\:m-5:last-child {
    margin: 5px;
  }

  .lg\:last\:m-6:last-child {
    margin: 6px;
  }

  .lg\:last\:m-8:last-child {
    margin: 8px;
  }

  .lg\:last\:m-9:last-child {
    margin: 9px;
  }

  .lg\:last\:m-10:last-child {
    margin: 10px;
  }

  .lg\:last\:m-12:last-child {
    margin: 12px;
  }

  .lg\:last\:m-13:last-child {
    margin: 13px;
  }

  .lg\:last\:m-14:last-child {
    margin: 14px;
  }

  .lg\:last\:m-15:last-child {
    margin: 15px;
  }

  .lg\:last\:m-16:last-child {
    margin: 16px;
  }

  .lg\:last\:m-17:last-child {
    margin: 17px;
  }

  .lg\:last\:m-18:last-child {
    margin: 18px;
  }

  .lg\:last\:m-20:last-child {
    margin: 20px;
  }

  .lg\:last\:m-22:last-child {
    margin: 22px;
  }

  .lg\:last\:m-24:last-child {
    margin: 24px;
  }

  .lg\:last\:m-25:last-child {
    margin: 25px;
  }

  .lg\:last\:m-28:last-child {
    margin: 28px;
  }

  .lg\:last\:m-29:last-child {
    margin: 29px;
  }

  .lg\:last\:m-30:last-child {
    margin: 30px;
  }

  .lg\:last\:m-32:last-child {
    margin: 32px;
  }

  .lg\:last\:m-35:last-child {
    margin: 35px;
  }

  .lg\:last\:m-36:last-child {
    margin: 36px;
  }

  .lg\:last\:m-37:last-child {
    margin: 37px;
  }

  .lg\:last\:m-40:last-child {
    margin: 40px;
  }

  .lg\:last\:m-45:last-child {
    margin: 45px;
  }

  .lg\:last\:m-48:last-child {
    margin: 48px;
  }

  .lg\:last\:m-50:last-child {
    margin: 50px;
  }

  .lg\:last\:m-55:last-child {
    margin: 55px;
  }

  .lg\:last\:m-56:last-child {
    margin: 56px;
  }

  .lg\:last\:m-60:last-child {
    margin: 60px;
  }

  .lg\:last\:m-62:last-child {
    margin: 62px;
  }

  .lg\:last\:m-64:last-child {
    margin: 64px;
  }

  .lg\:last\:m-65:last-child {
    margin: 65px;
  }

  .lg\:last\:m-70:last-child {
    margin: 70px;
  }

  .lg\:last\:m-75:last-child {
    margin: 75px;
  }

  .lg\:last\:m-80:last-child {
    margin: 80px;
  }

  .lg\:last\:m-85:last-child {
    margin: 85px;
  }

  .lg\:last\:m-90:last-child {
    margin: 90px;
  }

  .lg\:last\:m-95:last-child {
    margin: 95px;
  }

  .lg\:last\:m-96:last-child {
    margin: 96px;
  }

  .lg\:last\:m-100:last-child {
    margin: 100px;
  }

  .lg\:last\:m-110:last-child {
    margin: 110px;
  }

  .lg\:last\:m-115:last-child {
    margin: 115px;
  }

  .lg\:last\:m-120:last-child {
    margin: 120px;
  }

  .lg\:last\:m-128:last-child {
    margin: 128px;
  }

  .lg\:last\:m-135:last-child {
    margin: 135px;
  }

  .lg\:last\:m-140:last-child {
    margin: 140px;
  }

  .lg\:last\:m-145:last-child {
    margin: 145px;
  }

  .lg\:last\:m-150:last-child {
    margin: 150px;
  }

  .lg\:last\:m-160:last-child {
    margin: 160px;
  }

  .lg\:last\:m-165:last-child {
    margin: 165px;
  }

  .lg\:last\:m-168:last-child {
    margin: 168px;
  }

  .lg\:last\:m-170:last-child {
    margin: 170px;
  }

  .lg\:last\:m-180:last-child {
    margin: 180px;
  }

  .lg\:last\:m-200:last-child {
    margin: 200px;
  }

  .lg\:last\:m-220:last-child {
    margin: 220px;
  }

  .lg\:last\:m-230:last-child {
    margin: 230px;
  }

  .lg\:last\:m-235:last-child {
    margin: 235px;
  }

  .lg\:last\:m-240:last-child {
    margin: 240px;
  }

  .lg\:last\:m-250:last-child {
    margin: 250px;
  }

  .lg\:last\:m-300:last-child {
    margin: 300px;
  }

  .lg\:last\:m-320:last-child {
    margin: 320px;
  }

  .lg\:last\:m-350:last-child {
    margin: 350px;
  }

  .lg\:last\:m-375:last-child {
    margin: 375px;
  }

  .lg\:last\:m-400:last-child {
    margin: 400px;
  }

  .lg\:last\:m-450:last-child {
    margin: 450px;
  }

  .lg\:last\:m-700:last-child {
    margin: 700px;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:m-1p:last-child {
    margin: 1%;
  }

  .lg\:last\:m-1\/12:last-child {
    margin: 8.3333%;
  }

  .lg\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .lg\:last\:m-11p:last-child {
    margin: 11%;
  }

  .lg\:last\:m-20p:last-child {
    margin: 20%;
  }

  .lg\:last\:m-24p:last-child {
    margin: 24.25%;
  }

  .lg\:last\:m-25p:last-child {
    margin: 25%;
  }

  .lg\:last\:m-32p:last-child {
    margin: 32%;
  }

  .lg\:last\:m-35p:last-child {
    margin: 35%;
  }

  .lg\:last\:m-40p:last-child {
    margin: 40%;
  }

  .lg\:last\:m-49p:last-child {
    margin: 49%;
  }

  .lg\:last\:m-49-5p:last-child {
    margin: 49.5%;
  }

  .lg\:last\:m-80p:last-child {
    margin: 80%;
  }

  .lg\:last\:m-vh80:last-child {
    margin: 80vh;
  }

  .lg\:last\:m-vh86:last-child {
    margin: 86vh;
  }

  .lg\:last\:m-vh90:last-child {
    margin: 90vh;
  }

  .lg\:last\:m-vw80:last-child {
    margin: 80vw;
  }

  .lg\:last\:m-vw90:last-child {
    margin: 90vw;
  }

  .lg\:last\:m-90p:last-child {
    margin: 90%;
  }

  .lg\:last\:m-92p:last-child {
    margin: 92%;
  }

  .lg\:last\:m-93p:last-child {
    margin: 93%;
  }

  .lg\:last\:m-94p:last-child {
    margin: 94%;
  }

  .lg\:last\:m-95p:last-child {
    margin: 95%;
  }

  .lg\:last\:m-96p:last-child {
    margin: 96%;
  }

  .lg\:last\:m-100p:last-child {
    margin: 100%;
  }

  .lg\:last\:-m-0:last-child {
    margin: 0px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -3px;
  }

  .lg\:last\:-m-4:last-child {
    margin: -4px;
  }

  .lg\:last\:-m-5:last-child {
    margin: -5px;
  }

  .lg\:last\:-m-6:last-child {
    margin: -6px;
  }

  .lg\:last\:-m-8:last-child {
    margin: -8px;
  }

  .lg\:last\:-m-9:last-child {
    margin: -9px;
  }

  .lg\:last\:-m-10:last-child {
    margin: -10px;
  }

  .lg\:last\:-m-12:last-child {
    margin: -12px;
  }

  .lg\:last\:-m-13:last-child {
    margin: -13px;
  }

  .lg\:last\:-m-14:last-child {
    margin: -14px;
  }

  .lg\:last\:-m-15:last-child {
    margin: -15px;
  }

  .lg\:last\:-m-16:last-child {
    margin: -16px;
  }

  .lg\:last\:-m-17:last-child {
    margin: -17px;
  }

  .lg\:last\:-m-18:last-child {
    margin: -18px;
  }

  .lg\:last\:-m-20:last-child {
    margin: -20px;
  }

  .lg\:last\:-m-22:last-child {
    margin: -22px;
  }

  .lg\:last\:-m-24:last-child {
    margin: -24px;
  }

  .lg\:last\:-m-25:last-child {
    margin: -25px;
  }

  .lg\:last\:-m-28:last-child {
    margin: -28px;
  }

  .lg\:last\:-m-29:last-child {
    margin: -29px;
  }

  .lg\:last\:-m-30:last-child {
    margin: -30px;
  }

  .lg\:last\:-m-32:last-child {
    margin: -32px;
  }

  .lg\:last\:-m-35:last-child {
    margin: -35px;
  }

  .lg\:last\:-m-36:last-child {
    margin: -36px;
  }

  .lg\:last\:-m-37:last-child {
    margin: -37px;
  }

  .lg\:last\:-m-40:last-child {
    margin: -40px;
  }

  .lg\:last\:-m-45:last-child {
    margin: -45px;
  }

  .lg\:last\:-m-48:last-child {
    margin: -48px;
  }

  .lg\:last\:-m-50:last-child {
    margin: -50px;
  }

  .lg\:last\:-m-55:last-child {
    margin: -55px;
  }

  .lg\:last\:-m-56:last-child {
    margin: -56px;
  }

  .lg\:last\:-m-60:last-child {
    margin: -60px;
  }

  .lg\:last\:-m-62:last-child {
    margin: -62px;
  }

  .lg\:last\:-m-64:last-child {
    margin: -64px;
  }

  .lg\:last\:-m-65:last-child {
    margin: -65px;
  }

  .lg\:last\:-m-70:last-child {
    margin: -70px;
  }

  .lg\:last\:-m-75:last-child {
    margin: -75px;
  }

  .lg\:last\:-m-80:last-child {
    margin: -80px;
  }

  .lg\:last\:-m-85:last-child {
    margin: -85px;
  }

  .lg\:last\:-m-90:last-child {
    margin: -90px;
  }

  .lg\:last\:-m-95:last-child {
    margin: -95px;
  }

  .lg\:last\:-m-96:last-child {
    margin: -96px;
  }

  .lg\:last\:-m-100:last-child {
    margin: -100px;
  }

  .lg\:last\:-m-110:last-child {
    margin: -110px;
  }

  .lg\:last\:-m-115:last-child {
    margin: -115px;
  }

  .lg\:last\:-m-120:last-child {
    margin: -120px;
  }

  .lg\:last\:-m-128:last-child {
    margin: -128px;
  }

  .lg\:last\:-m-135:last-child {
    margin: -135px;
  }

  .lg\:last\:-m-140:last-child {
    margin: -140px;
  }

  .lg\:last\:-m-145:last-child {
    margin: -145px;
  }

  .lg\:last\:-m-150:last-child {
    margin: -150px;
  }

  .lg\:last\:-m-160:last-child {
    margin: -160px;
  }

  .lg\:last\:-m-165:last-child {
    margin: -165px;
  }

  .lg\:last\:-m-168:last-child {
    margin: -168px;
  }

  .lg\:last\:-m-170:last-child {
    margin: -170px;
  }

  .lg\:last\:-m-180:last-child {
    margin: -180px;
  }

  .lg\:last\:-m-200:last-child {
    margin: -200px;
  }

  .lg\:last\:-m-220:last-child {
    margin: -220px;
  }

  .lg\:last\:-m-230:last-child {
    margin: -230px;
  }

  .lg\:last\:-m-235:last-child {
    margin: -235px;
  }

  .lg\:last\:-m-240:last-child {
    margin: -240px;
  }

  .lg\:last\:-m-250:last-child {
    margin: -250px;
  }

  .lg\:last\:-m-300:last-child {
    margin: -300px;
  }

  .lg\:last\:-m-320:last-child {
    margin: -320px;
  }

  .lg\:last\:-m-350:last-child {
    margin: -350px;
  }

  .lg\:last\:-m-375:last-child {
    margin: -375px;
  }

  .lg\:last\:-m-400:last-child {
    margin: -400px;
  }

  .lg\:last\:-m-450:last-child {
    margin: -450px;
  }

  .lg\:last\:-m-700:last-child {
    margin: -700px;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:-m-1p:last-child {
    margin: -1%;
  }

  .lg\:last\:-m-1\/12:last-child {
    margin: -8.3333%;
  }

  .lg\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .lg\:last\:-m-11p:last-child {
    margin: -11%;
  }

  .lg\:last\:-m-20p:last-child {
    margin: -20%;
  }

  .lg\:last\:-m-24p:last-child {
    margin: -24.25%;
  }

  .lg\:last\:-m-25p:last-child {
    margin: -25%;
  }

  .lg\:last\:-m-32p:last-child {
    margin: -32%;
  }

  .lg\:last\:-m-35p:last-child {
    margin: -35%;
  }

  .lg\:last\:-m-40p:last-child {
    margin: -40%;
  }

  .lg\:last\:-m-49p:last-child {
    margin: -49%;
  }

  .lg\:last\:-m-49-5p:last-child {
    margin: -49.5%;
  }

  .lg\:last\:-m-80p:last-child {
    margin: -80%;
  }

  .lg\:last\:-m-vh80:last-child {
    margin: -80vh;
  }

  .lg\:last\:-m-vh86:last-child {
    margin: -86vh;
  }

  .lg\:last\:-m-vh90:last-child {
    margin: -90vh;
  }

  .lg\:last\:-m-vw80:last-child {
    margin: -80vw;
  }

  .lg\:last\:-m-vw90:last-child {
    margin: -90vw;
  }

  .lg\:last\:-m-90p:last-child {
    margin: -90%;
  }

  .lg\:last\:-m-92p:last-child {
    margin: -92%;
  }

  .lg\:last\:-m-93p:last-child {
    margin: -93%;
  }

  .lg\:last\:-m-94p:last-child {
    margin: -94%;
  }

  .lg\:last\:-m-95p:last-child {
    margin: -95%;
  }

  .lg\:last\:-m-96p:last-child {
    margin: -96%;
  }

  .lg\:last\:-m-100p:last-child {
    margin: -100%;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:last\:my-9:last-child {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:last\:mx-9:last-child {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:last\:my-13:last-child {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:last\:mx-13:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:last\:my-14:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:last\:my-15:last-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:last\:mx-15:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:last\:my-17:last-child {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:last\:mx-17:last-child {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:last\:my-18:last-child {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:last\:mx-18:last-child {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:last\:my-22:last-child {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:last\:mx-22:last-child {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:last\:my-25:last-child {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:last\:mx-25:last-child {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:last\:my-28:last-child {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:last\:mx-28:last-child {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:last\:my-29:last-child {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:last\:mx-29:last-child {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:last\:my-30:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:last\:mx-30:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:last\:my-35:last-child {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:last\:mx-35:last-child {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:last\:my-36:last-child {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:last\:mx-36:last-child {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:last\:my-37:last-child {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:last\:mx-37:last-child {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:last\:my-45:last-child {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:last\:mx-45:last-child {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:last\:my-50:last-child {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:last\:mx-50:last-child {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:last\:my-55:last-child {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:last\:mx-55:last-child {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:last\:my-60:last-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:last\:mx-60:last-child {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:last\:my-62:last-child {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:last\:mx-62:last-child {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:last\:my-65:last-child {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:last\:mx-65:last-child {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:last\:my-70:last-child {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:last\:mx-70:last-child {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:last\:my-75:last-child {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:last\:mx-75:last-child {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:last\:my-80:last-child {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:last\:mx-80:last-child {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:last\:my-85:last-child {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:last\:mx-85:last-child {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:last\:my-90:last-child {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:last\:mx-90:last-child {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:last\:my-95:last-child {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:last\:mx-95:last-child {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:last\:my-96:last-child {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:last\:mx-96:last-child {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:last\:my-100:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:last\:mx-100:last-child {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:last\:my-110:last-child {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:last\:mx-110:last-child {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:last\:my-115:last-child {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:last\:mx-115:last-child {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:last\:my-120:last-child {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:last\:mx-120:last-child {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:last\:my-128:last-child {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:last\:mx-128:last-child {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:last\:my-135:last-child {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .lg\:last\:mx-135:last-child {
    margin-left: 135px;
    margin-right: 135px;
  }

  .lg\:last\:my-140:last-child {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:last\:mx-140:last-child {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:last\:my-145:last-child {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .lg\:last\:mx-145:last-child {
    margin-left: 145px;
    margin-right: 145px;
  }

  .lg\:last\:my-150:last-child {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .lg\:last\:mx-150:last-child {
    margin-left: 150px;
    margin-right: 150px;
  }

  .lg\:last\:my-160:last-child {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lg\:last\:mx-160:last-child {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:last\:my-165:last-child {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .lg\:last\:mx-165:last-child {
    margin-left: 165px;
    margin-right: 165px;
  }

  .lg\:last\:my-168:last-child {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .lg\:last\:mx-168:last-child {
    margin-left: 168px;
    margin-right: 168px;
  }

  .lg\:last\:my-170:last-child {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .lg\:last\:mx-170:last-child {
    margin-left: 170px;
    margin-right: 170px;
  }

  .lg\:last\:my-180:last-child {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:last\:mx-180:last-child {
    margin-left: 180px;
    margin-right: 180px;
  }

  .lg\:last\:my-200:last-child {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:last\:mx-200:last-child {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:last\:my-220:last-child {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .lg\:last\:mx-220:last-child {
    margin-left: 220px;
    margin-right: 220px;
  }

  .lg\:last\:my-230:last-child {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .lg\:last\:mx-230:last-child {
    margin-left: 230px;
    margin-right: 230px;
  }

  .lg\:last\:my-235:last-child {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .lg\:last\:mx-235:last-child {
    margin-left: 235px;
    margin-right: 235px;
  }

  .lg\:last\:my-240:last-child {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .lg\:last\:mx-240:last-child {
    margin-left: 240px;
    margin-right: 240px;
  }

  .lg\:last\:my-250:last-child {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:last\:mx-250:last-child {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:last\:my-300:last-child {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .lg\:last\:mx-300:last-child {
    margin-left: 300px;
    margin-right: 300px;
  }

  .lg\:last\:my-320:last-child {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .lg\:last\:mx-320:last-child {
    margin-left: 320px;
    margin-right: 320px;
  }

  .lg\:last\:my-350:last-child {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .lg\:last\:mx-350:last-child {
    margin-left: 350px;
    margin-right: 350px;
  }

  .lg\:last\:my-375:last-child {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .lg\:last\:mx-375:last-child {
    margin-left: 375px;
    margin-right: 375px;
  }

  .lg\:last\:my-400:last-child {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .lg\:last\:mx-400:last-child {
    margin-left: 400px;
    margin-right: 400px;
  }

  .lg\:last\:my-450:last-child {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .lg\:last\:mx-450:last-child {
    margin-left: 450px;
    margin-right: 450px;
  }

  .lg\:last\:my-700:last-child {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .lg\:last\:mx-700:last-child {
    margin-left: 700px;
    margin-right: 700px;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:my-1p:last-child {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:last\:mx-1p:last-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:last\:my-1\/12:last-child {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .lg\:last\:mx-1\/12:last-child {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .lg\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:last\:my-11p:last-child {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .lg\:last\:mx-11p:last-child {
    margin-left: 11%;
    margin-right: 11%;
  }

  .lg\:last\:my-20p:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:last\:mx-20p:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:last\:my-24p:last-child {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .lg\:last\:mx-24p:last-child {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .lg\:last\:my-25p:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:last\:mx-25p:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:last\:my-32p:last-child {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .lg\:last\:mx-32p:last-child {
    margin-left: 32%;
    margin-right: 32%;
  }

  .lg\:last\:my-35p:last-child {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .lg\:last\:mx-35p:last-child {
    margin-left: 35%;
    margin-right: 35%;
  }

  .lg\:last\:my-40p:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:last\:mx-40p:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:last\:my-49p:last-child {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .lg\:last\:mx-49p:last-child {
    margin-left: 49%;
    margin-right: 49%;
  }

  .lg\:last\:my-49-5p:last-child {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .lg\:last\:mx-49-5p:last-child {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .lg\:last\:my-80p:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:last\:mx-80p:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:last\:my-vh80:last-child {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:last\:mx-vh80:last-child {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:last\:my-vh86:last-child {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .lg\:last\:mx-vh86:last-child {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .lg\:last\:my-vh90:last-child {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:last\:mx-vh90:last-child {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:last\:my-vw80:last-child {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .lg\:last\:mx-vw80:last-child {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .lg\:last\:my-vw90:last-child {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .lg\:last\:mx-vw90:last-child {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .lg\:last\:my-90p:last-child {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:last\:mx-90p:last-child {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:last\:my-92p:last-child {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .lg\:last\:mx-92p:last-child {
    margin-left: 92%;
    margin-right: 92%;
  }

  .lg\:last\:my-93p:last-child {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .lg\:last\:mx-93p:last-child {
    margin-left: 93%;
    margin-right: 93%;
  }

  .lg\:last\:my-94p:last-child {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .lg\:last\:mx-94p:last-child {
    margin-left: 94%;
    margin-right: 94%;
  }

  .lg\:last\:my-95p:last-child {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:last\:mx-95p:last-child {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:last\:my-96p:last-child {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:last\:mx-96p:last-child {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:last\:my-100p:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:last\:mx-100p:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:last\:-my-9:last-child {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:last\:-mx-9:last-child {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:last\:-my-13:last-child {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:last\:-mx-13:last-child {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:last\:-my-15:last-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:last\:-mx-15:last-child {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:last\:-my-17:last-child {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:last\:-mx-17:last-child {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:last\:-my-18:last-child {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:last\:-mx-18:last-child {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:last\:-my-22:last-child {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:last\:-mx-22:last-child {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:last\:-my-25:last-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:last\:-mx-25:last-child {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:last\:-my-28:last-child {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:last\:-mx-28:last-child {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:last\:-my-29:last-child {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:last\:-mx-29:last-child {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:last\:-my-30:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:last\:-mx-30:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:last\:-my-35:last-child {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:last\:-mx-35:last-child {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:last\:-my-36:last-child {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:last\:-mx-36:last-child {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:last\:-my-37:last-child {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:last\:-mx-37:last-child {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:last\:-my-45:last-child {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:last\:-mx-45:last-child {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:last\:-my-50:last-child {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:last\:-mx-50:last-child {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:last\:-my-55:last-child {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:last\:-mx-55:last-child {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:last\:-my-60:last-child {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:last\:-mx-60:last-child {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:last\:-my-62:last-child {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:last\:-mx-62:last-child {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:last\:-my-65:last-child {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:last\:-mx-65:last-child {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:last\:-my-70:last-child {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:last\:-mx-70:last-child {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:last\:-my-75:last-child {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:last\:-mx-75:last-child {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:last\:-my-80:last-child {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:last\:-mx-80:last-child {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:last\:-my-85:last-child {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:last\:-mx-85:last-child {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:last\:-my-90:last-child {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:last\:-mx-90:last-child {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:last\:-my-95:last-child {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:last\:-mx-95:last-child {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:last\:-my-96:last-child {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:last\:-mx-96:last-child {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:last\:-my-100:last-child {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:last\:-mx-100:last-child {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:last\:-my-110:last-child {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:last\:-mx-110:last-child {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:last\:-my-115:last-child {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:last\:-mx-115:last-child {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:last\:-my-120:last-child {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:last\:-mx-120:last-child {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:last\:-my-128:last-child {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:last\:-mx-128:last-child {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:last\:-my-135:last-child {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .lg\:last\:-mx-135:last-child {
    margin-left: -135px;
    margin-right: -135px;
  }

  .lg\:last\:-my-140:last-child {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:last\:-mx-140:last-child {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:last\:-my-145:last-child {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .lg\:last\:-mx-145:last-child {
    margin-left: -145px;
    margin-right: -145px;
  }

  .lg\:last\:-my-150:last-child {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .lg\:last\:-mx-150:last-child {
    margin-left: -150px;
    margin-right: -150px;
  }

  .lg\:last\:-my-160:last-child {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .lg\:last\:-mx-160:last-child {
    margin-left: -160px;
    margin-right: -160px;
  }

  .lg\:last\:-my-165:last-child {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .lg\:last\:-mx-165:last-child {
    margin-left: -165px;
    margin-right: -165px;
  }

  .lg\:last\:-my-168:last-child {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .lg\:last\:-mx-168:last-child {
    margin-left: -168px;
    margin-right: -168px;
  }

  .lg\:last\:-my-170:last-child {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .lg\:last\:-mx-170:last-child {
    margin-left: -170px;
    margin-right: -170px;
  }

  .lg\:last\:-my-180:last-child {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .lg\:last\:-mx-180:last-child {
    margin-left: -180px;
    margin-right: -180px;
  }

  .lg\:last\:-my-200:last-child {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:last\:-mx-200:last-child {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:last\:-my-220:last-child {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .lg\:last\:-mx-220:last-child {
    margin-left: -220px;
    margin-right: -220px;
  }

  .lg\:last\:-my-230:last-child {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .lg\:last\:-mx-230:last-child {
    margin-left: -230px;
    margin-right: -230px;
  }

  .lg\:last\:-my-235:last-child {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .lg\:last\:-mx-235:last-child {
    margin-left: -235px;
    margin-right: -235px;
  }

  .lg\:last\:-my-240:last-child {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .lg\:last\:-mx-240:last-child {
    margin-left: -240px;
    margin-right: -240px;
  }

  .lg\:last\:-my-250:last-child {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:last\:-mx-250:last-child {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:last\:-my-300:last-child {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .lg\:last\:-mx-300:last-child {
    margin-left: -300px;
    margin-right: -300px;
  }

  .lg\:last\:-my-320:last-child {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .lg\:last\:-mx-320:last-child {
    margin-left: -320px;
    margin-right: -320px;
  }

  .lg\:last\:-my-350:last-child {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .lg\:last\:-mx-350:last-child {
    margin-left: -350px;
    margin-right: -350px;
  }

  .lg\:last\:-my-375:last-child {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .lg\:last\:-mx-375:last-child {
    margin-left: -375px;
    margin-right: -375px;
  }

  .lg\:last\:-my-400:last-child {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .lg\:last\:-mx-400:last-child {
    margin-left: -400px;
    margin-right: -400px;
  }

  .lg\:last\:-my-450:last-child {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .lg\:last\:-mx-450:last-child {
    margin-left: -450px;
    margin-right: -450px;
  }

  .lg\:last\:-my-700:last-child {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .lg\:last\:-mx-700:last-child {
    margin-left: -700px;
    margin-right: -700px;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:-my-1p:last-child {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:last\:-mx-1p:last-child {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:last\:-my-1\/12:last-child {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .lg\:last\:-mx-1\/12:last-child {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .lg\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:last\:-my-11p:last-child {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .lg\:last\:-mx-11p:last-child {
    margin-left: -11%;
    margin-right: -11%;
  }

  .lg\:last\:-my-20p:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:last\:-mx-20p:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:last\:-my-24p:last-child {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .lg\:last\:-mx-24p:last-child {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .lg\:last\:-my-25p:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:last\:-mx-25p:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:last\:-my-32p:last-child {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .lg\:last\:-mx-32p:last-child {
    margin-left: -32%;
    margin-right: -32%;
  }

  .lg\:last\:-my-35p:last-child {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .lg\:last\:-mx-35p:last-child {
    margin-left: -35%;
    margin-right: -35%;
  }

  .lg\:last\:-my-40p:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:last\:-mx-40p:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:last\:-my-49p:last-child {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .lg\:last\:-mx-49p:last-child {
    margin-left: -49%;
    margin-right: -49%;
  }

  .lg\:last\:-my-49-5p:last-child {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .lg\:last\:-mx-49-5p:last-child {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .lg\:last\:-my-80p:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:last\:-mx-80p:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:last\:-my-vh80:last-child {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:last\:-mx-vh80:last-child {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:last\:-my-vh86:last-child {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .lg\:last\:-mx-vh86:last-child {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .lg\:last\:-my-vh90:last-child {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:last\:-mx-vh90:last-child {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:last\:-my-vw80:last-child {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .lg\:last\:-mx-vw80:last-child {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .lg\:last\:-my-vw90:last-child {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .lg\:last\:-mx-vw90:last-child {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .lg\:last\:-my-90p:last-child {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:last\:-mx-90p:last-child {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:last\:-my-92p:last-child {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .lg\:last\:-mx-92p:last-child {
    margin-left: -92%;
    margin-right: -92%;
  }

  .lg\:last\:-my-93p:last-child {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .lg\:last\:-mx-93p:last-child {
    margin-left: -93%;
    margin-right: -93%;
  }

  .lg\:last\:-my-94p:last-child {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .lg\:last\:-mx-94p:last-child {
    margin-left: -94%;
    margin-right: -94%;
  }

  .lg\:last\:-my-95p:last-child {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:last\:-mx-95p:last-child {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:last\:-my-96p:last-child {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:last\:-mx-96p:last-child {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:last\:-my-100p:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:last\:-mx-100p:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 3px;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 3px;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 3px;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 3px;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 4px;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 4px;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 4px;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 4px;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 5px;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 5px;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 5px;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 5px;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 6px;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 6px;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 6px;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 6px;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 8px;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 8px;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 8px;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 8px;
  }

  .lg\:last\:mt-9:last-child {
    margin-top: 9px;
  }

  .lg\:last\:mr-9:last-child {
    margin-right: 9px;
  }

  .lg\:last\:mb-9:last-child {
    margin-bottom: 9px;
  }

  .lg\:last\:ml-9:last-child {
    margin-left: 9px;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 10px;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 10px;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 10px;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 10px;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 12px;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 12px;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 12px;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 12px;
  }

  .lg\:last\:mt-13:last-child {
    margin-top: 13px;
  }

  .lg\:last\:mr-13:last-child {
    margin-right: 13px;
  }

  .lg\:last\:mb-13:last-child {
    margin-bottom: 13px;
  }

  .lg\:last\:ml-13:last-child {
    margin-left: 13px;
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 14px;
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 14px;
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 14px;
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 14px;
  }

  .lg\:last\:mt-15:last-child {
    margin-top: 15px;
  }

  .lg\:last\:mr-15:last-child {
    margin-right: 15px;
  }

  .lg\:last\:mb-15:last-child {
    margin-bottom: 15px;
  }

  .lg\:last\:ml-15:last-child {
    margin-left: 15px;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 16px;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 16px;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 16px;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 16px;
  }

  .lg\:last\:mt-17:last-child {
    margin-top: 17px;
  }

  .lg\:last\:mr-17:last-child {
    margin-right: 17px;
  }

  .lg\:last\:mb-17:last-child {
    margin-bottom: 17px;
  }

  .lg\:last\:ml-17:last-child {
    margin-left: 17px;
  }

  .lg\:last\:mt-18:last-child {
    margin-top: 18px;
  }

  .lg\:last\:mr-18:last-child {
    margin-right: 18px;
  }

  .lg\:last\:mb-18:last-child {
    margin-bottom: 18px;
  }

  .lg\:last\:ml-18:last-child {
    margin-left: 18px;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 20px;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 20px;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 20px;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 20px;
  }

  .lg\:last\:mt-22:last-child {
    margin-top: 22px;
  }

  .lg\:last\:mr-22:last-child {
    margin-right: 22px;
  }

  .lg\:last\:mb-22:last-child {
    margin-bottom: 22px;
  }

  .lg\:last\:ml-22:last-child {
    margin-left: 22px;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 24px;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 24px;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 24px;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 24px;
  }

  .lg\:last\:mt-25:last-child {
    margin-top: 25px;
  }

  .lg\:last\:mr-25:last-child {
    margin-right: 25px;
  }

  .lg\:last\:mb-25:last-child {
    margin-bottom: 25px;
  }

  .lg\:last\:ml-25:last-child {
    margin-left: 25px;
  }

  .lg\:last\:mt-28:last-child {
    margin-top: 28px;
  }

  .lg\:last\:mr-28:last-child {
    margin-right: 28px;
  }

  .lg\:last\:mb-28:last-child {
    margin-bottom: 28px;
  }

  .lg\:last\:ml-28:last-child {
    margin-left: 28px;
  }

  .lg\:last\:mt-29:last-child {
    margin-top: 29px;
  }

  .lg\:last\:mr-29:last-child {
    margin-right: 29px;
  }

  .lg\:last\:mb-29:last-child {
    margin-bottom: 29px;
  }

  .lg\:last\:ml-29:last-child {
    margin-left: 29px;
  }

  .lg\:last\:mt-30:last-child {
    margin-top: 30px;
  }

  .lg\:last\:mr-30:last-child {
    margin-right: 30px;
  }

  .lg\:last\:mb-30:last-child {
    margin-bottom: 30px;
  }

  .lg\:last\:ml-30:last-child {
    margin-left: 30px;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 32px;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 32px;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 32px;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 32px;
  }

  .lg\:last\:mt-35:last-child {
    margin-top: 35px;
  }

  .lg\:last\:mr-35:last-child {
    margin-right: 35px;
  }

  .lg\:last\:mb-35:last-child {
    margin-bottom: 35px;
  }

  .lg\:last\:ml-35:last-child {
    margin-left: 35px;
  }

  .lg\:last\:mt-36:last-child {
    margin-top: 36px;
  }

  .lg\:last\:mr-36:last-child {
    margin-right: 36px;
  }

  .lg\:last\:mb-36:last-child {
    margin-bottom: 36px;
  }

  .lg\:last\:ml-36:last-child {
    margin-left: 36px;
  }

  .lg\:last\:mt-37:last-child {
    margin-top: 37px;
  }

  .lg\:last\:mr-37:last-child {
    margin-right: 37px;
  }

  .lg\:last\:mb-37:last-child {
    margin-bottom: 37px;
  }

  .lg\:last\:ml-37:last-child {
    margin-left: 37px;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 40px;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 40px;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 40px;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 40px;
  }

  .lg\:last\:mt-45:last-child {
    margin-top: 45px;
  }

  .lg\:last\:mr-45:last-child {
    margin-right: 45px;
  }

  .lg\:last\:mb-45:last-child {
    margin-bottom: 45px;
  }

  .lg\:last\:ml-45:last-child {
    margin-left: 45px;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 48px;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 48px;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 48px;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 48px;
  }

  .lg\:last\:mt-50:last-child {
    margin-top: 50px;
  }

  .lg\:last\:mr-50:last-child {
    margin-right: 50px;
  }

  .lg\:last\:mb-50:last-child {
    margin-bottom: 50px;
  }

  .lg\:last\:ml-50:last-child {
    margin-left: 50px;
  }

  .lg\:last\:mt-55:last-child {
    margin-top: 55px;
  }

  .lg\:last\:mr-55:last-child {
    margin-right: 55px;
  }

  .lg\:last\:mb-55:last-child {
    margin-bottom: 55px;
  }

  .lg\:last\:ml-55:last-child {
    margin-left: 55px;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 56px;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 56px;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 56px;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 56px;
  }

  .lg\:last\:mt-60:last-child {
    margin-top: 60px;
  }

  .lg\:last\:mr-60:last-child {
    margin-right: 60px;
  }

  .lg\:last\:mb-60:last-child {
    margin-bottom: 60px;
  }

  .lg\:last\:ml-60:last-child {
    margin-left: 60px;
  }

  .lg\:last\:mt-62:last-child {
    margin-top: 62px;
  }

  .lg\:last\:mr-62:last-child {
    margin-right: 62px;
  }

  .lg\:last\:mb-62:last-child {
    margin-bottom: 62px;
  }

  .lg\:last\:ml-62:last-child {
    margin-left: 62px;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 64px;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 64px;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 64px;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 64px;
  }

  .lg\:last\:mt-65:last-child {
    margin-top: 65px;
  }

  .lg\:last\:mr-65:last-child {
    margin-right: 65px;
  }

  .lg\:last\:mb-65:last-child {
    margin-bottom: 65px;
  }

  .lg\:last\:ml-65:last-child {
    margin-left: 65px;
  }

  .lg\:last\:mt-70:last-child {
    margin-top: 70px;
  }

  .lg\:last\:mr-70:last-child {
    margin-right: 70px;
  }

  .lg\:last\:mb-70:last-child {
    margin-bottom: 70px;
  }

  .lg\:last\:ml-70:last-child {
    margin-left: 70px;
  }

  .lg\:last\:mt-75:last-child {
    margin-top: 75px;
  }

  .lg\:last\:mr-75:last-child {
    margin-right: 75px;
  }

  .lg\:last\:mb-75:last-child {
    margin-bottom: 75px;
  }

  .lg\:last\:ml-75:last-child {
    margin-left: 75px;
  }

  .lg\:last\:mt-80:last-child {
    margin-top: 80px;
  }

  .lg\:last\:mr-80:last-child {
    margin-right: 80px;
  }

  .lg\:last\:mb-80:last-child {
    margin-bottom: 80px;
  }

  .lg\:last\:ml-80:last-child {
    margin-left: 80px;
  }

  .lg\:last\:mt-85:last-child {
    margin-top: 85px;
  }

  .lg\:last\:mr-85:last-child {
    margin-right: 85px;
  }

  .lg\:last\:mb-85:last-child {
    margin-bottom: 85px;
  }

  .lg\:last\:ml-85:last-child {
    margin-left: 85px;
  }

  .lg\:last\:mt-90:last-child {
    margin-top: 90px;
  }

  .lg\:last\:mr-90:last-child {
    margin-right: 90px;
  }

  .lg\:last\:mb-90:last-child {
    margin-bottom: 90px;
  }

  .lg\:last\:ml-90:last-child {
    margin-left: 90px;
  }

  .lg\:last\:mt-95:last-child {
    margin-top: 95px;
  }

  .lg\:last\:mr-95:last-child {
    margin-right: 95px;
  }

  .lg\:last\:mb-95:last-child {
    margin-bottom: 95px;
  }

  .lg\:last\:ml-95:last-child {
    margin-left: 95px;
  }

  .lg\:last\:mt-96:last-child {
    margin-top: 96px;
  }

  .lg\:last\:mr-96:last-child {
    margin-right: 96px;
  }

  .lg\:last\:mb-96:last-child {
    margin-bottom: 96px;
  }

  .lg\:last\:ml-96:last-child {
    margin-left: 96px;
  }

  .lg\:last\:mt-100:last-child {
    margin-top: 100px;
  }

  .lg\:last\:mr-100:last-child {
    margin-right: 100px;
  }

  .lg\:last\:mb-100:last-child {
    margin-bottom: 100px;
  }

  .lg\:last\:ml-100:last-child {
    margin-left: 100px;
  }

  .lg\:last\:mt-110:last-child {
    margin-top: 110px;
  }

  .lg\:last\:mr-110:last-child {
    margin-right: 110px;
  }

  .lg\:last\:mb-110:last-child {
    margin-bottom: 110px;
  }

  .lg\:last\:ml-110:last-child {
    margin-left: 110px;
  }

  .lg\:last\:mt-115:last-child {
    margin-top: 115px;
  }

  .lg\:last\:mr-115:last-child {
    margin-right: 115px;
  }

  .lg\:last\:mb-115:last-child {
    margin-bottom: 115px;
  }

  .lg\:last\:ml-115:last-child {
    margin-left: 115px;
  }

  .lg\:last\:mt-120:last-child {
    margin-top: 120px;
  }

  .lg\:last\:mr-120:last-child {
    margin-right: 120px;
  }

  .lg\:last\:mb-120:last-child {
    margin-bottom: 120px;
  }

  .lg\:last\:ml-120:last-child {
    margin-left: 120px;
  }

  .lg\:last\:mt-128:last-child {
    margin-top: 128px;
  }

  .lg\:last\:mr-128:last-child {
    margin-right: 128px;
  }

  .lg\:last\:mb-128:last-child {
    margin-bottom: 128px;
  }

  .lg\:last\:ml-128:last-child {
    margin-left: 128px;
  }

  .lg\:last\:mt-135:last-child {
    margin-top: 135px;
  }

  .lg\:last\:mr-135:last-child {
    margin-right: 135px;
  }

  .lg\:last\:mb-135:last-child {
    margin-bottom: 135px;
  }

  .lg\:last\:ml-135:last-child {
    margin-left: 135px;
  }

  .lg\:last\:mt-140:last-child {
    margin-top: 140px;
  }

  .lg\:last\:mr-140:last-child {
    margin-right: 140px;
  }

  .lg\:last\:mb-140:last-child {
    margin-bottom: 140px;
  }

  .lg\:last\:ml-140:last-child {
    margin-left: 140px;
  }

  .lg\:last\:mt-145:last-child {
    margin-top: 145px;
  }

  .lg\:last\:mr-145:last-child {
    margin-right: 145px;
  }

  .lg\:last\:mb-145:last-child {
    margin-bottom: 145px;
  }

  .lg\:last\:ml-145:last-child {
    margin-left: 145px;
  }

  .lg\:last\:mt-150:last-child {
    margin-top: 150px;
  }

  .lg\:last\:mr-150:last-child {
    margin-right: 150px;
  }

  .lg\:last\:mb-150:last-child {
    margin-bottom: 150px;
  }

  .lg\:last\:ml-150:last-child {
    margin-left: 150px;
  }

  .lg\:last\:mt-160:last-child {
    margin-top: 160px;
  }

  .lg\:last\:mr-160:last-child {
    margin-right: 160px;
  }

  .lg\:last\:mb-160:last-child {
    margin-bottom: 160px;
  }

  .lg\:last\:ml-160:last-child {
    margin-left: 160px;
  }

  .lg\:last\:mt-165:last-child {
    margin-top: 165px;
  }

  .lg\:last\:mr-165:last-child {
    margin-right: 165px;
  }

  .lg\:last\:mb-165:last-child {
    margin-bottom: 165px;
  }

  .lg\:last\:ml-165:last-child {
    margin-left: 165px;
  }

  .lg\:last\:mt-168:last-child {
    margin-top: 168px;
  }

  .lg\:last\:mr-168:last-child {
    margin-right: 168px;
  }

  .lg\:last\:mb-168:last-child {
    margin-bottom: 168px;
  }

  .lg\:last\:ml-168:last-child {
    margin-left: 168px;
  }

  .lg\:last\:mt-170:last-child {
    margin-top: 170px;
  }

  .lg\:last\:mr-170:last-child {
    margin-right: 170px;
  }

  .lg\:last\:mb-170:last-child {
    margin-bottom: 170px;
  }

  .lg\:last\:ml-170:last-child {
    margin-left: 170px;
  }

  .lg\:last\:mt-180:last-child {
    margin-top: 180px;
  }

  .lg\:last\:mr-180:last-child {
    margin-right: 180px;
  }

  .lg\:last\:mb-180:last-child {
    margin-bottom: 180px;
  }

  .lg\:last\:ml-180:last-child {
    margin-left: 180px;
  }

  .lg\:last\:mt-200:last-child {
    margin-top: 200px;
  }

  .lg\:last\:mr-200:last-child {
    margin-right: 200px;
  }

  .lg\:last\:mb-200:last-child {
    margin-bottom: 200px;
  }

  .lg\:last\:ml-200:last-child {
    margin-left: 200px;
  }

  .lg\:last\:mt-220:last-child {
    margin-top: 220px;
  }

  .lg\:last\:mr-220:last-child {
    margin-right: 220px;
  }

  .lg\:last\:mb-220:last-child {
    margin-bottom: 220px;
  }

  .lg\:last\:ml-220:last-child {
    margin-left: 220px;
  }

  .lg\:last\:mt-230:last-child {
    margin-top: 230px;
  }

  .lg\:last\:mr-230:last-child {
    margin-right: 230px;
  }

  .lg\:last\:mb-230:last-child {
    margin-bottom: 230px;
  }

  .lg\:last\:ml-230:last-child {
    margin-left: 230px;
  }

  .lg\:last\:mt-235:last-child {
    margin-top: 235px;
  }

  .lg\:last\:mr-235:last-child {
    margin-right: 235px;
  }

  .lg\:last\:mb-235:last-child {
    margin-bottom: 235px;
  }

  .lg\:last\:ml-235:last-child {
    margin-left: 235px;
  }

  .lg\:last\:mt-240:last-child {
    margin-top: 240px;
  }

  .lg\:last\:mr-240:last-child {
    margin-right: 240px;
  }

  .lg\:last\:mb-240:last-child {
    margin-bottom: 240px;
  }

  .lg\:last\:ml-240:last-child {
    margin-left: 240px;
  }

  .lg\:last\:mt-250:last-child {
    margin-top: 250px;
  }

  .lg\:last\:mr-250:last-child {
    margin-right: 250px;
  }

  .lg\:last\:mb-250:last-child {
    margin-bottom: 250px;
  }

  .lg\:last\:ml-250:last-child {
    margin-left: 250px;
  }

  .lg\:last\:mt-300:last-child {
    margin-top: 300px;
  }

  .lg\:last\:mr-300:last-child {
    margin-right: 300px;
  }

  .lg\:last\:mb-300:last-child {
    margin-bottom: 300px;
  }

  .lg\:last\:ml-300:last-child {
    margin-left: 300px;
  }

  .lg\:last\:mt-320:last-child {
    margin-top: 320px;
  }

  .lg\:last\:mr-320:last-child {
    margin-right: 320px;
  }

  .lg\:last\:mb-320:last-child {
    margin-bottom: 320px;
  }

  .lg\:last\:ml-320:last-child {
    margin-left: 320px;
  }

  .lg\:last\:mt-350:last-child {
    margin-top: 350px;
  }

  .lg\:last\:mr-350:last-child {
    margin-right: 350px;
  }

  .lg\:last\:mb-350:last-child {
    margin-bottom: 350px;
  }

  .lg\:last\:ml-350:last-child {
    margin-left: 350px;
  }

  .lg\:last\:mt-375:last-child {
    margin-top: 375px;
  }

  .lg\:last\:mr-375:last-child {
    margin-right: 375px;
  }

  .lg\:last\:mb-375:last-child {
    margin-bottom: 375px;
  }

  .lg\:last\:ml-375:last-child {
    margin-left: 375px;
  }

  .lg\:last\:mt-400:last-child {
    margin-top: 400px;
  }

  .lg\:last\:mr-400:last-child {
    margin-right: 400px;
  }

  .lg\:last\:mb-400:last-child {
    margin-bottom: 400px;
  }

  .lg\:last\:ml-400:last-child {
    margin-left: 400px;
  }

  .lg\:last\:mt-450:last-child {
    margin-top: 450px;
  }

  .lg\:last\:mr-450:last-child {
    margin-right: 450px;
  }

  .lg\:last\:mb-450:last-child {
    margin-bottom: 450px;
  }

  .lg\:last\:ml-450:last-child {
    margin-left: 450px;
  }

  .lg\:last\:mt-700:last-child {
    margin-top: 700px;
  }

  .lg\:last\:mr-700:last-child {
    margin-right: 700px;
  }

  .lg\:last\:mb-700:last-child {
    margin-bottom: 700px;
  }

  .lg\:last\:ml-700:last-child {
    margin-left: 700px;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:mt-1p:last-child {
    margin-top: 1%;
  }

  .lg\:last\:mr-1p:last-child {
    margin-right: 1%;
  }

  .lg\:last\:mb-1p:last-child {
    margin-bottom: 1%;
  }

  .lg\:last\:ml-1p:last-child {
    margin-left: 1%;
  }

  .lg\:last\:mt-1\/12:last-child {
    margin-top: 8.3333%;
  }

  .lg\:last\:mr-1\/12:last-child {
    margin-right: 8.3333%;
  }

  .lg\:last\:mb-1\/12:last-child {
    margin-bottom: 8.3333%;
  }

  .lg\:last\:ml-1\/12:last-child {
    margin-left: 8.3333%;
  }

  .lg\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .lg\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .lg\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .lg\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .lg\:last\:mt-11p:last-child {
    margin-top: 11%;
  }

  .lg\:last\:mr-11p:last-child {
    margin-right: 11%;
  }

  .lg\:last\:mb-11p:last-child {
    margin-bottom: 11%;
  }

  .lg\:last\:ml-11p:last-child {
    margin-left: 11%;
  }

  .lg\:last\:mt-20p:last-child {
    margin-top: 20%;
  }

  .lg\:last\:mr-20p:last-child {
    margin-right: 20%;
  }

  .lg\:last\:mb-20p:last-child {
    margin-bottom: 20%;
  }

  .lg\:last\:ml-20p:last-child {
    margin-left: 20%;
  }

  .lg\:last\:mt-24p:last-child {
    margin-top: 24.25%;
  }

  .lg\:last\:mr-24p:last-child {
    margin-right: 24.25%;
  }

  .lg\:last\:mb-24p:last-child {
    margin-bottom: 24.25%;
  }

  .lg\:last\:ml-24p:last-child {
    margin-left: 24.25%;
  }

  .lg\:last\:mt-25p:last-child {
    margin-top: 25%;
  }

  .lg\:last\:mr-25p:last-child {
    margin-right: 25%;
  }

  .lg\:last\:mb-25p:last-child {
    margin-bottom: 25%;
  }

  .lg\:last\:ml-25p:last-child {
    margin-left: 25%;
  }

  .lg\:last\:mt-32p:last-child {
    margin-top: 32%;
  }

  .lg\:last\:mr-32p:last-child {
    margin-right: 32%;
  }

  .lg\:last\:mb-32p:last-child {
    margin-bottom: 32%;
  }

  .lg\:last\:ml-32p:last-child {
    margin-left: 32%;
  }

  .lg\:last\:mt-35p:last-child {
    margin-top: 35%;
  }

  .lg\:last\:mr-35p:last-child {
    margin-right: 35%;
  }

  .lg\:last\:mb-35p:last-child {
    margin-bottom: 35%;
  }

  .lg\:last\:ml-35p:last-child {
    margin-left: 35%;
  }

  .lg\:last\:mt-40p:last-child {
    margin-top: 40%;
  }

  .lg\:last\:mr-40p:last-child {
    margin-right: 40%;
  }

  .lg\:last\:mb-40p:last-child {
    margin-bottom: 40%;
  }

  .lg\:last\:ml-40p:last-child {
    margin-left: 40%;
  }

  .lg\:last\:mt-49p:last-child {
    margin-top: 49%;
  }

  .lg\:last\:mr-49p:last-child {
    margin-right: 49%;
  }

  .lg\:last\:mb-49p:last-child {
    margin-bottom: 49%;
  }

  .lg\:last\:ml-49p:last-child {
    margin-left: 49%;
  }

  .lg\:last\:mt-49-5p:last-child {
    margin-top: 49.5%;
  }

  .lg\:last\:mr-49-5p:last-child {
    margin-right: 49.5%;
  }

  .lg\:last\:mb-49-5p:last-child {
    margin-bottom: 49.5%;
  }

  .lg\:last\:ml-49-5p:last-child {
    margin-left: 49.5%;
  }

  .lg\:last\:mt-80p:last-child {
    margin-top: 80%;
  }

  .lg\:last\:mr-80p:last-child {
    margin-right: 80%;
  }

  .lg\:last\:mb-80p:last-child {
    margin-bottom: 80%;
  }

  .lg\:last\:ml-80p:last-child {
    margin-left: 80%;
  }

  .lg\:last\:mt-vh80:last-child {
    margin-top: 80vh;
  }

  .lg\:last\:mr-vh80:last-child {
    margin-right: 80vh;
  }

  .lg\:last\:mb-vh80:last-child {
    margin-bottom: 80vh;
  }

  .lg\:last\:ml-vh80:last-child {
    margin-left: 80vh;
  }

  .lg\:last\:mt-vh86:last-child {
    margin-top: 86vh;
  }

  .lg\:last\:mr-vh86:last-child {
    margin-right: 86vh;
  }

  .lg\:last\:mb-vh86:last-child {
    margin-bottom: 86vh;
  }

  .lg\:last\:ml-vh86:last-child {
    margin-left: 86vh;
  }

  .lg\:last\:mt-vh90:last-child {
    margin-top: 90vh;
  }

  .lg\:last\:mr-vh90:last-child {
    margin-right: 90vh;
  }

  .lg\:last\:mb-vh90:last-child {
    margin-bottom: 90vh;
  }

  .lg\:last\:ml-vh90:last-child {
    margin-left: 90vh;
  }

  .lg\:last\:mt-vw80:last-child {
    margin-top: 80vw;
  }

  .lg\:last\:mr-vw80:last-child {
    margin-right: 80vw;
  }

  .lg\:last\:mb-vw80:last-child {
    margin-bottom: 80vw;
  }

  .lg\:last\:ml-vw80:last-child {
    margin-left: 80vw;
  }

  .lg\:last\:mt-vw90:last-child {
    margin-top: 90vw;
  }

  .lg\:last\:mr-vw90:last-child {
    margin-right: 90vw;
  }

  .lg\:last\:mb-vw90:last-child {
    margin-bottom: 90vw;
  }

  .lg\:last\:ml-vw90:last-child {
    margin-left: 90vw;
  }

  .lg\:last\:mt-90p:last-child {
    margin-top: 90%;
  }

  .lg\:last\:mr-90p:last-child {
    margin-right: 90%;
  }

  .lg\:last\:mb-90p:last-child {
    margin-bottom: 90%;
  }

  .lg\:last\:ml-90p:last-child {
    margin-left: 90%;
  }

  .lg\:last\:mt-92p:last-child {
    margin-top: 92%;
  }

  .lg\:last\:mr-92p:last-child {
    margin-right: 92%;
  }

  .lg\:last\:mb-92p:last-child {
    margin-bottom: 92%;
  }

  .lg\:last\:ml-92p:last-child {
    margin-left: 92%;
  }

  .lg\:last\:mt-93p:last-child {
    margin-top: 93%;
  }

  .lg\:last\:mr-93p:last-child {
    margin-right: 93%;
  }

  .lg\:last\:mb-93p:last-child {
    margin-bottom: 93%;
  }

  .lg\:last\:ml-93p:last-child {
    margin-left: 93%;
  }

  .lg\:last\:mt-94p:last-child {
    margin-top: 94%;
  }

  .lg\:last\:mr-94p:last-child {
    margin-right: 94%;
  }

  .lg\:last\:mb-94p:last-child {
    margin-bottom: 94%;
  }

  .lg\:last\:ml-94p:last-child {
    margin-left: 94%;
  }

  .lg\:last\:mt-95p:last-child {
    margin-top: 95%;
  }

  .lg\:last\:mr-95p:last-child {
    margin-right: 95%;
  }

  .lg\:last\:mb-95p:last-child {
    margin-bottom: 95%;
  }

  .lg\:last\:ml-95p:last-child {
    margin-left: 95%;
  }

  .lg\:last\:mt-96p:last-child {
    margin-top: 96%;
  }

  .lg\:last\:mr-96p:last-child {
    margin-right: 96%;
  }

  .lg\:last\:mb-96p:last-child {
    margin-bottom: 96%;
  }

  .lg\:last\:ml-96p:last-child {
    margin-left: 96%;
  }

  .lg\:last\:mt-100p:last-child {
    margin-top: 100%;
  }

  .lg\:last\:mr-100p:last-child {
    margin-right: 100%;
  }

  .lg\:last\:mb-100p:last-child {
    margin-bottom: 100%;
  }

  .lg\:last\:ml-100p:last-child {
    margin-left: 100%;
  }

  .lg\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .lg\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .lg\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -3px;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -3px;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -3px;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -3px;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -4px;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -4px;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -4px;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -4px;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -5px;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -5px;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -5px;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -5px;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -6px;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -6px;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -6px;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -6px;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -8px;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -8px;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -8px;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -8px;
  }

  .lg\:last\:-mt-9:last-child {
    margin-top: -9px;
  }

  .lg\:last\:-mr-9:last-child {
    margin-right: -9px;
  }

  .lg\:last\:-mb-9:last-child {
    margin-bottom: -9px;
  }

  .lg\:last\:-ml-9:last-child {
    margin-left: -9px;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -10px;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -10px;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -10px;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -10px;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -12px;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -12px;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -12px;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -12px;
  }

  .lg\:last\:-mt-13:last-child {
    margin-top: -13px;
  }

  .lg\:last\:-mr-13:last-child {
    margin-right: -13px;
  }

  .lg\:last\:-mb-13:last-child {
    margin-bottom: -13px;
  }

  .lg\:last\:-ml-13:last-child {
    margin-left: -13px;
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -14px;
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -14px;
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -14px;
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -14px;
  }

  .lg\:last\:-mt-15:last-child {
    margin-top: -15px;
  }

  .lg\:last\:-mr-15:last-child {
    margin-right: -15px;
  }

  .lg\:last\:-mb-15:last-child {
    margin-bottom: -15px;
  }

  .lg\:last\:-ml-15:last-child {
    margin-left: -15px;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -16px;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -16px;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -16px;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -16px;
  }

  .lg\:last\:-mt-17:last-child {
    margin-top: -17px;
  }

  .lg\:last\:-mr-17:last-child {
    margin-right: -17px;
  }

  .lg\:last\:-mb-17:last-child {
    margin-bottom: -17px;
  }

  .lg\:last\:-ml-17:last-child {
    margin-left: -17px;
  }

  .lg\:last\:-mt-18:last-child {
    margin-top: -18px;
  }

  .lg\:last\:-mr-18:last-child {
    margin-right: -18px;
  }

  .lg\:last\:-mb-18:last-child {
    margin-bottom: -18px;
  }

  .lg\:last\:-ml-18:last-child {
    margin-left: -18px;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -20px;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -20px;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -20px;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -20px;
  }

  .lg\:last\:-mt-22:last-child {
    margin-top: -22px;
  }

  .lg\:last\:-mr-22:last-child {
    margin-right: -22px;
  }

  .lg\:last\:-mb-22:last-child {
    margin-bottom: -22px;
  }

  .lg\:last\:-ml-22:last-child {
    margin-left: -22px;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -24px;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -24px;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -24px;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -24px;
  }

  .lg\:last\:-mt-25:last-child {
    margin-top: -25px;
  }

  .lg\:last\:-mr-25:last-child {
    margin-right: -25px;
  }

  .lg\:last\:-mb-25:last-child {
    margin-bottom: -25px;
  }

  .lg\:last\:-ml-25:last-child {
    margin-left: -25px;
  }

  .lg\:last\:-mt-28:last-child {
    margin-top: -28px;
  }

  .lg\:last\:-mr-28:last-child {
    margin-right: -28px;
  }

  .lg\:last\:-mb-28:last-child {
    margin-bottom: -28px;
  }

  .lg\:last\:-ml-28:last-child {
    margin-left: -28px;
  }

  .lg\:last\:-mt-29:last-child {
    margin-top: -29px;
  }

  .lg\:last\:-mr-29:last-child {
    margin-right: -29px;
  }

  .lg\:last\:-mb-29:last-child {
    margin-bottom: -29px;
  }

  .lg\:last\:-ml-29:last-child {
    margin-left: -29px;
  }

  .lg\:last\:-mt-30:last-child {
    margin-top: -30px;
  }

  .lg\:last\:-mr-30:last-child {
    margin-right: -30px;
  }

  .lg\:last\:-mb-30:last-child {
    margin-bottom: -30px;
  }

  .lg\:last\:-ml-30:last-child {
    margin-left: -30px;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -32px;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -32px;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -32px;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -32px;
  }

  .lg\:last\:-mt-35:last-child {
    margin-top: -35px;
  }

  .lg\:last\:-mr-35:last-child {
    margin-right: -35px;
  }

  .lg\:last\:-mb-35:last-child {
    margin-bottom: -35px;
  }

  .lg\:last\:-ml-35:last-child {
    margin-left: -35px;
  }

  .lg\:last\:-mt-36:last-child {
    margin-top: -36px;
  }

  .lg\:last\:-mr-36:last-child {
    margin-right: -36px;
  }

  .lg\:last\:-mb-36:last-child {
    margin-bottom: -36px;
  }

  .lg\:last\:-ml-36:last-child {
    margin-left: -36px;
  }

  .lg\:last\:-mt-37:last-child {
    margin-top: -37px;
  }

  .lg\:last\:-mr-37:last-child {
    margin-right: -37px;
  }

  .lg\:last\:-mb-37:last-child {
    margin-bottom: -37px;
  }

  .lg\:last\:-ml-37:last-child {
    margin-left: -37px;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -40px;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -40px;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -40px;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -40px;
  }

  .lg\:last\:-mt-45:last-child {
    margin-top: -45px;
  }

  .lg\:last\:-mr-45:last-child {
    margin-right: -45px;
  }

  .lg\:last\:-mb-45:last-child {
    margin-bottom: -45px;
  }

  .lg\:last\:-ml-45:last-child {
    margin-left: -45px;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -48px;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -48px;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -48px;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -48px;
  }

  .lg\:last\:-mt-50:last-child {
    margin-top: -50px;
  }

  .lg\:last\:-mr-50:last-child {
    margin-right: -50px;
  }

  .lg\:last\:-mb-50:last-child {
    margin-bottom: -50px;
  }

  .lg\:last\:-ml-50:last-child {
    margin-left: -50px;
  }

  .lg\:last\:-mt-55:last-child {
    margin-top: -55px;
  }

  .lg\:last\:-mr-55:last-child {
    margin-right: -55px;
  }

  .lg\:last\:-mb-55:last-child {
    margin-bottom: -55px;
  }

  .lg\:last\:-ml-55:last-child {
    margin-left: -55px;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -56px;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -56px;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -56px;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -56px;
  }

  .lg\:last\:-mt-60:last-child {
    margin-top: -60px;
  }

  .lg\:last\:-mr-60:last-child {
    margin-right: -60px;
  }

  .lg\:last\:-mb-60:last-child {
    margin-bottom: -60px;
  }

  .lg\:last\:-ml-60:last-child {
    margin-left: -60px;
  }

  .lg\:last\:-mt-62:last-child {
    margin-top: -62px;
  }

  .lg\:last\:-mr-62:last-child {
    margin-right: -62px;
  }

  .lg\:last\:-mb-62:last-child {
    margin-bottom: -62px;
  }

  .lg\:last\:-ml-62:last-child {
    margin-left: -62px;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -64px;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -64px;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -64px;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -64px;
  }

  .lg\:last\:-mt-65:last-child {
    margin-top: -65px;
  }

  .lg\:last\:-mr-65:last-child {
    margin-right: -65px;
  }

  .lg\:last\:-mb-65:last-child {
    margin-bottom: -65px;
  }

  .lg\:last\:-ml-65:last-child {
    margin-left: -65px;
  }

  .lg\:last\:-mt-70:last-child {
    margin-top: -70px;
  }

  .lg\:last\:-mr-70:last-child {
    margin-right: -70px;
  }

  .lg\:last\:-mb-70:last-child {
    margin-bottom: -70px;
  }

  .lg\:last\:-ml-70:last-child {
    margin-left: -70px;
  }

  .lg\:last\:-mt-75:last-child {
    margin-top: -75px;
  }

  .lg\:last\:-mr-75:last-child {
    margin-right: -75px;
  }

  .lg\:last\:-mb-75:last-child {
    margin-bottom: -75px;
  }

  .lg\:last\:-ml-75:last-child {
    margin-left: -75px;
  }

  .lg\:last\:-mt-80:last-child {
    margin-top: -80px;
  }

  .lg\:last\:-mr-80:last-child {
    margin-right: -80px;
  }

  .lg\:last\:-mb-80:last-child {
    margin-bottom: -80px;
  }

  .lg\:last\:-ml-80:last-child {
    margin-left: -80px;
  }

  .lg\:last\:-mt-85:last-child {
    margin-top: -85px;
  }

  .lg\:last\:-mr-85:last-child {
    margin-right: -85px;
  }

  .lg\:last\:-mb-85:last-child {
    margin-bottom: -85px;
  }

  .lg\:last\:-ml-85:last-child {
    margin-left: -85px;
  }

  .lg\:last\:-mt-90:last-child {
    margin-top: -90px;
  }

  .lg\:last\:-mr-90:last-child {
    margin-right: -90px;
  }

  .lg\:last\:-mb-90:last-child {
    margin-bottom: -90px;
  }

  .lg\:last\:-ml-90:last-child {
    margin-left: -90px;
  }

  .lg\:last\:-mt-95:last-child {
    margin-top: -95px;
  }

  .lg\:last\:-mr-95:last-child {
    margin-right: -95px;
  }

  .lg\:last\:-mb-95:last-child {
    margin-bottom: -95px;
  }

  .lg\:last\:-ml-95:last-child {
    margin-left: -95px;
  }

  .lg\:last\:-mt-96:last-child {
    margin-top: -96px;
  }

  .lg\:last\:-mr-96:last-child {
    margin-right: -96px;
  }

  .lg\:last\:-mb-96:last-child {
    margin-bottom: -96px;
  }

  .lg\:last\:-ml-96:last-child {
    margin-left: -96px;
  }

  .lg\:last\:-mt-100:last-child {
    margin-top: -100px;
  }

  .lg\:last\:-mr-100:last-child {
    margin-right: -100px;
  }

  .lg\:last\:-mb-100:last-child {
    margin-bottom: -100px;
  }

  .lg\:last\:-ml-100:last-child {
    margin-left: -100px;
  }

  .lg\:last\:-mt-110:last-child {
    margin-top: -110px;
  }

  .lg\:last\:-mr-110:last-child {
    margin-right: -110px;
  }

  .lg\:last\:-mb-110:last-child {
    margin-bottom: -110px;
  }

  .lg\:last\:-ml-110:last-child {
    margin-left: -110px;
  }

  .lg\:last\:-mt-115:last-child {
    margin-top: -115px;
  }

  .lg\:last\:-mr-115:last-child {
    margin-right: -115px;
  }

  .lg\:last\:-mb-115:last-child {
    margin-bottom: -115px;
  }

  .lg\:last\:-ml-115:last-child {
    margin-left: -115px;
  }

  .lg\:last\:-mt-120:last-child {
    margin-top: -120px;
  }

  .lg\:last\:-mr-120:last-child {
    margin-right: -120px;
  }

  .lg\:last\:-mb-120:last-child {
    margin-bottom: -120px;
  }

  .lg\:last\:-ml-120:last-child {
    margin-left: -120px;
  }

  .lg\:last\:-mt-128:last-child {
    margin-top: -128px;
  }

  .lg\:last\:-mr-128:last-child {
    margin-right: -128px;
  }

  .lg\:last\:-mb-128:last-child {
    margin-bottom: -128px;
  }

  .lg\:last\:-ml-128:last-child {
    margin-left: -128px;
  }

  .lg\:last\:-mt-135:last-child {
    margin-top: -135px;
  }

  .lg\:last\:-mr-135:last-child {
    margin-right: -135px;
  }

  .lg\:last\:-mb-135:last-child {
    margin-bottom: -135px;
  }

  .lg\:last\:-ml-135:last-child {
    margin-left: -135px;
  }

  .lg\:last\:-mt-140:last-child {
    margin-top: -140px;
  }

  .lg\:last\:-mr-140:last-child {
    margin-right: -140px;
  }

  .lg\:last\:-mb-140:last-child {
    margin-bottom: -140px;
  }

  .lg\:last\:-ml-140:last-child {
    margin-left: -140px;
  }

  .lg\:last\:-mt-145:last-child {
    margin-top: -145px;
  }

  .lg\:last\:-mr-145:last-child {
    margin-right: -145px;
  }

  .lg\:last\:-mb-145:last-child {
    margin-bottom: -145px;
  }

  .lg\:last\:-ml-145:last-child {
    margin-left: -145px;
  }

  .lg\:last\:-mt-150:last-child {
    margin-top: -150px;
  }

  .lg\:last\:-mr-150:last-child {
    margin-right: -150px;
  }

  .lg\:last\:-mb-150:last-child {
    margin-bottom: -150px;
  }

  .lg\:last\:-ml-150:last-child {
    margin-left: -150px;
  }

  .lg\:last\:-mt-160:last-child {
    margin-top: -160px;
  }

  .lg\:last\:-mr-160:last-child {
    margin-right: -160px;
  }

  .lg\:last\:-mb-160:last-child {
    margin-bottom: -160px;
  }

  .lg\:last\:-ml-160:last-child {
    margin-left: -160px;
  }

  .lg\:last\:-mt-165:last-child {
    margin-top: -165px;
  }

  .lg\:last\:-mr-165:last-child {
    margin-right: -165px;
  }

  .lg\:last\:-mb-165:last-child {
    margin-bottom: -165px;
  }

  .lg\:last\:-ml-165:last-child {
    margin-left: -165px;
  }

  .lg\:last\:-mt-168:last-child {
    margin-top: -168px;
  }

  .lg\:last\:-mr-168:last-child {
    margin-right: -168px;
  }

  .lg\:last\:-mb-168:last-child {
    margin-bottom: -168px;
  }

  .lg\:last\:-ml-168:last-child {
    margin-left: -168px;
  }

  .lg\:last\:-mt-170:last-child {
    margin-top: -170px;
  }

  .lg\:last\:-mr-170:last-child {
    margin-right: -170px;
  }

  .lg\:last\:-mb-170:last-child {
    margin-bottom: -170px;
  }

  .lg\:last\:-ml-170:last-child {
    margin-left: -170px;
  }

  .lg\:last\:-mt-180:last-child {
    margin-top: -180px;
  }

  .lg\:last\:-mr-180:last-child {
    margin-right: -180px;
  }

  .lg\:last\:-mb-180:last-child {
    margin-bottom: -180px;
  }

  .lg\:last\:-ml-180:last-child {
    margin-left: -180px;
  }

  .lg\:last\:-mt-200:last-child {
    margin-top: -200px;
  }

  .lg\:last\:-mr-200:last-child {
    margin-right: -200px;
  }

  .lg\:last\:-mb-200:last-child {
    margin-bottom: -200px;
  }

  .lg\:last\:-ml-200:last-child {
    margin-left: -200px;
  }

  .lg\:last\:-mt-220:last-child {
    margin-top: -220px;
  }

  .lg\:last\:-mr-220:last-child {
    margin-right: -220px;
  }

  .lg\:last\:-mb-220:last-child {
    margin-bottom: -220px;
  }

  .lg\:last\:-ml-220:last-child {
    margin-left: -220px;
  }

  .lg\:last\:-mt-230:last-child {
    margin-top: -230px;
  }

  .lg\:last\:-mr-230:last-child {
    margin-right: -230px;
  }

  .lg\:last\:-mb-230:last-child {
    margin-bottom: -230px;
  }

  .lg\:last\:-ml-230:last-child {
    margin-left: -230px;
  }

  .lg\:last\:-mt-235:last-child {
    margin-top: -235px;
  }

  .lg\:last\:-mr-235:last-child {
    margin-right: -235px;
  }

  .lg\:last\:-mb-235:last-child {
    margin-bottom: -235px;
  }

  .lg\:last\:-ml-235:last-child {
    margin-left: -235px;
  }

  .lg\:last\:-mt-240:last-child {
    margin-top: -240px;
  }

  .lg\:last\:-mr-240:last-child {
    margin-right: -240px;
  }

  .lg\:last\:-mb-240:last-child {
    margin-bottom: -240px;
  }

  .lg\:last\:-ml-240:last-child {
    margin-left: -240px;
  }

  .lg\:last\:-mt-250:last-child {
    margin-top: -250px;
  }

  .lg\:last\:-mr-250:last-child {
    margin-right: -250px;
  }

  .lg\:last\:-mb-250:last-child {
    margin-bottom: -250px;
  }

  .lg\:last\:-ml-250:last-child {
    margin-left: -250px;
  }

  .lg\:last\:-mt-300:last-child {
    margin-top: -300px;
  }

  .lg\:last\:-mr-300:last-child {
    margin-right: -300px;
  }

  .lg\:last\:-mb-300:last-child {
    margin-bottom: -300px;
  }

  .lg\:last\:-ml-300:last-child {
    margin-left: -300px;
  }

  .lg\:last\:-mt-320:last-child {
    margin-top: -320px;
  }

  .lg\:last\:-mr-320:last-child {
    margin-right: -320px;
  }

  .lg\:last\:-mb-320:last-child {
    margin-bottom: -320px;
  }

  .lg\:last\:-ml-320:last-child {
    margin-left: -320px;
  }

  .lg\:last\:-mt-350:last-child {
    margin-top: -350px;
  }

  .lg\:last\:-mr-350:last-child {
    margin-right: -350px;
  }

  .lg\:last\:-mb-350:last-child {
    margin-bottom: -350px;
  }

  .lg\:last\:-ml-350:last-child {
    margin-left: -350px;
  }

  .lg\:last\:-mt-375:last-child {
    margin-top: -375px;
  }

  .lg\:last\:-mr-375:last-child {
    margin-right: -375px;
  }

  .lg\:last\:-mb-375:last-child {
    margin-bottom: -375px;
  }

  .lg\:last\:-ml-375:last-child {
    margin-left: -375px;
  }

  .lg\:last\:-mt-400:last-child {
    margin-top: -400px;
  }

  .lg\:last\:-mr-400:last-child {
    margin-right: -400px;
  }

  .lg\:last\:-mb-400:last-child {
    margin-bottom: -400px;
  }

  .lg\:last\:-ml-400:last-child {
    margin-left: -400px;
  }

  .lg\:last\:-mt-450:last-child {
    margin-top: -450px;
  }

  .lg\:last\:-mr-450:last-child {
    margin-right: -450px;
  }

  .lg\:last\:-mb-450:last-child {
    margin-bottom: -450px;
  }

  .lg\:last\:-ml-450:last-child {
    margin-left: -450px;
  }

  .lg\:last\:-mt-700:last-child {
    margin-top: -700px;
  }

  .lg\:last\:-mr-700:last-child {
    margin-right: -700px;
  }

  .lg\:last\:-mb-700:last-child {
    margin-bottom: -700px;
  }

  .lg\:last\:-ml-700:last-child {
    margin-left: -700px;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:last\:-mt-1p:last-child {
    margin-top: -1%;
  }

  .lg\:last\:-mr-1p:last-child {
    margin-right: -1%;
  }

  .lg\:last\:-mb-1p:last-child {
    margin-bottom: -1%;
  }

  .lg\:last\:-ml-1p:last-child {
    margin-left: -1%;
  }

  .lg\:last\:-mt-1\/12:last-child {
    margin-top: -8.3333%;
  }

  .lg\:last\:-mr-1\/12:last-child {
    margin-right: -8.3333%;
  }

  .lg\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.3333%;
  }

  .lg\:last\:-ml-1\/12:last-child {
    margin-left: -8.3333%;
  }

  .lg\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .lg\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .lg\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .lg\:last\:-mt-11p:last-child {
    margin-top: -11%;
  }

  .lg\:last\:-mr-11p:last-child {
    margin-right: -11%;
  }

  .lg\:last\:-mb-11p:last-child {
    margin-bottom: -11%;
  }

  .lg\:last\:-ml-11p:last-child {
    margin-left: -11%;
  }

  .lg\:last\:-mt-20p:last-child {
    margin-top: -20%;
  }

  .lg\:last\:-mr-20p:last-child {
    margin-right: -20%;
  }

  .lg\:last\:-mb-20p:last-child {
    margin-bottom: -20%;
  }

  .lg\:last\:-ml-20p:last-child {
    margin-left: -20%;
  }

  .lg\:last\:-mt-24p:last-child {
    margin-top: -24.25%;
  }

  .lg\:last\:-mr-24p:last-child {
    margin-right: -24.25%;
  }

  .lg\:last\:-mb-24p:last-child {
    margin-bottom: -24.25%;
  }

  .lg\:last\:-ml-24p:last-child {
    margin-left: -24.25%;
  }

  .lg\:last\:-mt-25p:last-child {
    margin-top: -25%;
  }

  .lg\:last\:-mr-25p:last-child {
    margin-right: -25%;
  }

  .lg\:last\:-mb-25p:last-child {
    margin-bottom: -25%;
  }

  .lg\:last\:-ml-25p:last-child {
    margin-left: -25%;
  }

  .lg\:last\:-mt-32p:last-child {
    margin-top: -32%;
  }

  .lg\:last\:-mr-32p:last-child {
    margin-right: -32%;
  }

  .lg\:last\:-mb-32p:last-child {
    margin-bottom: -32%;
  }

  .lg\:last\:-ml-32p:last-child {
    margin-left: -32%;
  }

  .lg\:last\:-mt-35p:last-child {
    margin-top: -35%;
  }

  .lg\:last\:-mr-35p:last-child {
    margin-right: -35%;
  }

  .lg\:last\:-mb-35p:last-child {
    margin-bottom: -35%;
  }

  .lg\:last\:-ml-35p:last-child {
    margin-left: -35%;
  }

  .lg\:last\:-mt-40p:last-child {
    margin-top: -40%;
  }

  .lg\:last\:-mr-40p:last-child {
    margin-right: -40%;
  }

  .lg\:last\:-mb-40p:last-child {
    margin-bottom: -40%;
  }

  .lg\:last\:-ml-40p:last-child {
    margin-left: -40%;
  }

  .lg\:last\:-mt-49p:last-child {
    margin-top: -49%;
  }

  .lg\:last\:-mr-49p:last-child {
    margin-right: -49%;
  }

  .lg\:last\:-mb-49p:last-child {
    margin-bottom: -49%;
  }

  .lg\:last\:-ml-49p:last-child {
    margin-left: -49%;
  }

  .lg\:last\:-mt-49-5p:last-child {
    margin-top: -49.5%;
  }

  .lg\:last\:-mr-49-5p:last-child {
    margin-right: -49.5%;
  }

  .lg\:last\:-mb-49-5p:last-child {
    margin-bottom: -49.5%;
  }

  .lg\:last\:-ml-49-5p:last-child {
    margin-left: -49.5%;
  }

  .lg\:last\:-mt-80p:last-child {
    margin-top: -80%;
  }

  .lg\:last\:-mr-80p:last-child {
    margin-right: -80%;
  }

  .lg\:last\:-mb-80p:last-child {
    margin-bottom: -80%;
  }

  .lg\:last\:-ml-80p:last-child {
    margin-left: -80%;
  }

  .lg\:last\:-mt-vh80:last-child {
    margin-top: -80vh;
  }

  .lg\:last\:-mr-vh80:last-child {
    margin-right: -80vh;
  }

  .lg\:last\:-mb-vh80:last-child {
    margin-bottom: -80vh;
  }

  .lg\:last\:-ml-vh80:last-child {
    margin-left: -80vh;
  }

  .lg\:last\:-mt-vh86:last-child {
    margin-top: -86vh;
  }

  .lg\:last\:-mr-vh86:last-child {
    margin-right: -86vh;
  }

  .lg\:last\:-mb-vh86:last-child {
    margin-bottom: -86vh;
  }

  .lg\:last\:-ml-vh86:last-child {
    margin-left: -86vh;
  }

  .lg\:last\:-mt-vh90:last-child {
    margin-top: -90vh;
  }

  .lg\:last\:-mr-vh90:last-child {
    margin-right: -90vh;
  }

  .lg\:last\:-mb-vh90:last-child {
    margin-bottom: -90vh;
  }

  .lg\:last\:-ml-vh90:last-child {
    margin-left: -90vh;
  }

  .lg\:last\:-mt-vw80:last-child {
    margin-top: -80vw;
  }

  .lg\:last\:-mr-vw80:last-child {
    margin-right: -80vw;
  }

  .lg\:last\:-mb-vw80:last-child {
    margin-bottom: -80vw;
  }

  .lg\:last\:-ml-vw80:last-child {
    margin-left: -80vw;
  }

  .lg\:last\:-mt-vw90:last-child {
    margin-top: -90vw;
  }

  .lg\:last\:-mr-vw90:last-child {
    margin-right: -90vw;
  }

  .lg\:last\:-mb-vw90:last-child {
    margin-bottom: -90vw;
  }

  .lg\:last\:-ml-vw90:last-child {
    margin-left: -90vw;
  }

  .lg\:last\:-mt-90p:last-child {
    margin-top: -90%;
  }

  .lg\:last\:-mr-90p:last-child {
    margin-right: -90%;
  }

  .lg\:last\:-mb-90p:last-child {
    margin-bottom: -90%;
  }

  .lg\:last\:-ml-90p:last-child {
    margin-left: -90%;
  }

  .lg\:last\:-mt-92p:last-child {
    margin-top: -92%;
  }

  .lg\:last\:-mr-92p:last-child {
    margin-right: -92%;
  }

  .lg\:last\:-mb-92p:last-child {
    margin-bottom: -92%;
  }

  .lg\:last\:-ml-92p:last-child {
    margin-left: -92%;
  }

  .lg\:last\:-mt-93p:last-child {
    margin-top: -93%;
  }

  .lg\:last\:-mr-93p:last-child {
    margin-right: -93%;
  }

  .lg\:last\:-mb-93p:last-child {
    margin-bottom: -93%;
  }

  .lg\:last\:-ml-93p:last-child {
    margin-left: -93%;
  }

  .lg\:last\:-mt-94p:last-child {
    margin-top: -94%;
  }

  .lg\:last\:-mr-94p:last-child {
    margin-right: -94%;
  }

  .lg\:last\:-mb-94p:last-child {
    margin-bottom: -94%;
  }

  .lg\:last\:-ml-94p:last-child {
    margin-left: -94%;
  }

  .lg\:last\:-mt-95p:last-child {
    margin-top: -95%;
  }

  .lg\:last\:-mr-95p:last-child {
    margin-right: -95%;
  }

  .lg\:last\:-mb-95p:last-child {
    margin-bottom: -95%;
  }

  .lg\:last\:-ml-95p:last-child {
    margin-left: -95%;
  }

  .lg\:last\:-mt-96p:last-child {
    margin-top: -96%;
  }

  .lg\:last\:-mr-96p:last-child {
    margin-right: -96%;
  }

  .lg\:last\:-mb-96p:last-child {
    margin-bottom: -96%;
  }

  .lg\:last\:-ml-96p:last-child {
    margin-left: -96%;
  }

  .lg\:last\:-mt-100p:last-child {
    margin-top: -100%;
  }

  .lg\:last\:-mr-100p:last-child {
    margin-right: -100%;
  }

  .lg\:last\:-mb-100p:last-child {
    margin-bottom: -100%;
  }

  .lg\:last\:-ml-100p:last-child {
    margin-left: -100%;
  }

  .group:hover .lg\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .lg\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .lg\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .lg\:group-hover\:m-3 {
    margin: 3px;
  }

  .group:hover .lg\:group-hover\:m-4 {
    margin: 4px;
  }

  .group:hover .lg\:group-hover\:m-5 {
    margin: 5px;
  }

  .group:hover .lg\:group-hover\:m-6 {
    margin: 6px;
  }

  .group:hover .lg\:group-hover\:m-8 {
    margin: 8px;
  }

  .group:hover .lg\:group-hover\:m-9 {
    margin: 9px;
  }

  .group:hover .lg\:group-hover\:m-10 {
    margin: 10px;
  }

  .group:hover .lg\:group-hover\:m-12 {
    margin: 12px;
  }

  .group:hover .lg\:group-hover\:m-13 {
    margin: 13px;
  }

  .group:hover .lg\:group-hover\:m-14 {
    margin: 14px;
  }

  .group:hover .lg\:group-hover\:m-15 {
    margin: 15px;
  }

  .group:hover .lg\:group-hover\:m-16 {
    margin: 16px;
  }

  .group:hover .lg\:group-hover\:m-17 {
    margin: 17px;
  }

  .group:hover .lg\:group-hover\:m-18 {
    margin: 18px;
  }

  .group:hover .lg\:group-hover\:m-20 {
    margin: 20px;
  }

  .group:hover .lg\:group-hover\:m-22 {
    margin: 22px;
  }

  .group:hover .lg\:group-hover\:m-24 {
    margin: 24px;
  }

  .group:hover .lg\:group-hover\:m-25 {
    margin: 25px;
  }

  .group:hover .lg\:group-hover\:m-28 {
    margin: 28px;
  }

  .group:hover .lg\:group-hover\:m-29 {
    margin: 29px;
  }

  .group:hover .lg\:group-hover\:m-30 {
    margin: 30px;
  }

  .group:hover .lg\:group-hover\:m-32 {
    margin: 32px;
  }

  .group:hover .lg\:group-hover\:m-35 {
    margin: 35px;
  }

  .group:hover .lg\:group-hover\:m-36 {
    margin: 36px;
  }

  .group:hover .lg\:group-hover\:m-37 {
    margin: 37px;
  }

  .group:hover .lg\:group-hover\:m-40 {
    margin: 40px;
  }

  .group:hover .lg\:group-hover\:m-45 {
    margin: 45px;
  }

  .group:hover .lg\:group-hover\:m-48 {
    margin: 48px;
  }

  .group:hover .lg\:group-hover\:m-50 {
    margin: 50px;
  }

  .group:hover .lg\:group-hover\:m-55 {
    margin: 55px;
  }

  .group:hover .lg\:group-hover\:m-56 {
    margin: 56px;
  }

  .group:hover .lg\:group-hover\:m-60 {
    margin: 60px;
  }

  .group:hover .lg\:group-hover\:m-62 {
    margin: 62px;
  }

  .group:hover .lg\:group-hover\:m-64 {
    margin: 64px;
  }

  .group:hover .lg\:group-hover\:m-65 {
    margin: 65px;
  }

  .group:hover .lg\:group-hover\:m-70 {
    margin: 70px;
  }

  .group:hover .lg\:group-hover\:m-75 {
    margin: 75px;
  }

  .group:hover .lg\:group-hover\:m-80 {
    margin: 80px;
  }

  .group:hover .lg\:group-hover\:m-85 {
    margin: 85px;
  }

  .group:hover .lg\:group-hover\:m-90 {
    margin: 90px;
  }

  .group:hover .lg\:group-hover\:m-95 {
    margin: 95px;
  }

  .group:hover .lg\:group-hover\:m-96 {
    margin: 96px;
  }

  .group:hover .lg\:group-hover\:m-100 {
    margin: 100px;
  }

  .group:hover .lg\:group-hover\:m-110 {
    margin: 110px;
  }

  .group:hover .lg\:group-hover\:m-115 {
    margin: 115px;
  }

  .group:hover .lg\:group-hover\:m-120 {
    margin: 120px;
  }

  .group:hover .lg\:group-hover\:m-128 {
    margin: 128px;
  }

  .group:hover .lg\:group-hover\:m-135 {
    margin: 135px;
  }

  .group:hover .lg\:group-hover\:m-140 {
    margin: 140px;
  }

  .group:hover .lg\:group-hover\:m-145 {
    margin: 145px;
  }

  .group:hover .lg\:group-hover\:m-150 {
    margin: 150px;
  }

  .group:hover .lg\:group-hover\:m-160 {
    margin: 160px;
  }

  .group:hover .lg\:group-hover\:m-165 {
    margin: 165px;
  }

  .group:hover .lg\:group-hover\:m-168 {
    margin: 168px;
  }

  .group:hover .lg\:group-hover\:m-170 {
    margin: 170px;
  }

  .group:hover .lg\:group-hover\:m-180 {
    margin: 180px;
  }

  .group:hover .lg\:group-hover\:m-200 {
    margin: 200px;
  }

  .group:hover .lg\:group-hover\:m-220 {
    margin: 220px;
  }

  .group:hover .lg\:group-hover\:m-230 {
    margin: 230px;
  }

  .group:hover .lg\:group-hover\:m-235 {
    margin: 235px;
  }

  .group:hover .lg\:group-hover\:m-240 {
    margin: 240px;
  }

  .group:hover .lg\:group-hover\:m-250 {
    margin: 250px;
  }

  .group:hover .lg\:group-hover\:m-300 {
    margin: 300px;
  }

  .group:hover .lg\:group-hover\:m-320 {
    margin: 320px;
  }

  .group:hover .lg\:group-hover\:m-350 {
    margin: 350px;
  }

  .group:hover .lg\:group-hover\:m-375 {
    margin: 375px;
  }

  .group:hover .lg\:group-hover\:m-400 {
    margin: 400px;
  }

  .group:hover .lg\:group-hover\:m-450 {
    margin: 450px;
  }

  .group:hover .lg\:group-hover\:m-700 {
    margin: 700px;
  }

  .group:hover .lg\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .lg\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .lg\:group-hover\:m-1p {
    margin: 1%;
  }

  .group:hover .lg\:group-hover\:m-1\/12 {
    margin: 8.3333%;
  }

  .group:hover .lg\:group-hover\:m-2\/12 {
    margin: 16.666667%;
  }

  .group:hover .lg\:group-hover\:m-11p {
    margin: 11%;
  }

  .group:hover .lg\:group-hover\:m-20p {
    margin: 20%;
  }

  .group:hover .lg\:group-hover\:m-24p {
    margin: 24.25%;
  }

  .group:hover .lg\:group-hover\:m-25p {
    margin: 25%;
  }

  .group:hover .lg\:group-hover\:m-32p {
    margin: 32%;
  }

  .group:hover .lg\:group-hover\:m-35p {
    margin: 35%;
  }

  .group:hover .lg\:group-hover\:m-40p {
    margin: 40%;
  }

  .group:hover .lg\:group-hover\:m-49p {
    margin: 49%;
  }

  .group:hover .lg\:group-hover\:m-49-5p {
    margin: 49.5%;
  }

  .group:hover .lg\:group-hover\:m-80p {
    margin: 80%;
  }

  .group:hover .lg\:group-hover\:m-vh80 {
    margin: 80vh;
  }

  .group:hover .lg\:group-hover\:m-vh86 {
    margin: 86vh;
  }

  .group:hover .lg\:group-hover\:m-vh90 {
    margin: 90vh;
  }

  .group:hover .lg\:group-hover\:m-vw80 {
    margin: 80vw;
  }

  .group:hover .lg\:group-hover\:m-vw90 {
    margin: 90vw;
  }

  .group:hover .lg\:group-hover\:m-90p {
    margin: 90%;
  }

  .group:hover .lg\:group-hover\:m-92p {
    margin: 92%;
  }

  .group:hover .lg\:group-hover\:m-93p {
    margin: 93%;
  }

  .group:hover .lg\:group-hover\:m-94p {
    margin: 94%;
  }

  .group:hover .lg\:group-hover\:m-95p {
    margin: 95%;
  }

  .group:hover .lg\:group-hover\:m-96p {
    margin: 96%;
  }

  .group:hover .lg\:group-hover\:m-100p {
    margin: 100%;
  }

  .group:hover .lg\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .lg\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-m-3 {
    margin: -3px;
  }

  .group:hover .lg\:group-hover\:-m-4 {
    margin: -4px;
  }

  .group:hover .lg\:group-hover\:-m-5 {
    margin: -5px;
  }

  .group:hover .lg\:group-hover\:-m-6 {
    margin: -6px;
  }

  .group:hover .lg\:group-hover\:-m-8 {
    margin: -8px;
  }

  .group:hover .lg\:group-hover\:-m-9 {
    margin: -9px;
  }

  .group:hover .lg\:group-hover\:-m-10 {
    margin: -10px;
  }

  .group:hover .lg\:group-hover\:-m-12 {
    margin: -12px;
  }

  .group:hover .lg\:group-hover\:-m-13 {
    margin: -13px;
  }

  .group:hover .lg\:group-hover\:-m-14 {
    margin: -14px;
  }

  .group:hover .lg\:group-hover\:-m-15 {
    margin: -15px;
  }

  .group:hover .lg\:group-hover\:-m-16 {
    margin: -16px;
  }

  .group:hover .lg\:group-hover\:-m-17 {
    margin: -17px;
  }

  .group:hover .lg\:group-hover\:-m-18 {
    margin: -18px;
  }

  .group:hover .lg\:group-hover\:-m-20 {
    margin: -20px;
  }

  .group:hover .lg\:group-hover\:-m-22 {
    margin: -22px;
  }

  .group:hover .lg\:group-hover\:-m-24 {
    margin: -24px;
  }

  .group:hover .lg\:group-hover\:-m-25 {
    margin: -25px;
  }

  .group:hover .lg\:group-hover\:-m-28 {
    margin: -28px;
  }

  .group:hover .lg\:group-hover\:-m-29 {
    margin: -29px;
  }

  .group:hover .lg\:group-hover\:-m-30 {
    margin: -30px;
  }

  .group:hover .lg\:group-hover\:-m-32 {
    margin: -32px;
  }

  .group:hover .lg\:group-hover\:-m-35 {
    margin: -35px;
  }

  .group:hover .lg\:group-hover\:-m-36 {
    margin: -36px;
  }

  .group:hover .lg\:group-hover\:-m-37 {
    margin: -37px;
  }

  .group:hover .lg\:group-hover\:-m-40 {
    margin: -40px;
  }

  .group:hover .lg\:group-hover\:-m-45 {
    margin: -45px;
  }

  .group:hover .lg\:group-hover\:-m-48 {
    margin: -48px;
  }

  .group:hover .lg\:group-hover\:-m-50 {
    margin: -50px;
  }

  .group:hover .lg\:group-hover\:-m-55 {
    margin: -55px;
  }

  .group:hover .lg\:group-hover\:-m-56 {
    margin: -56px;
  }

  .group:hover .lg\:group-hover\:-m-60 {
    margin: -60px;
  }

  .group:hover .lg\:group-hover\:-m-62 {
    margin: -62px;
  }

  .group:hover .lg\:group-hover\:-m-64 {
    margin: -64px;
  }

  .group:hover .lg\:group-hover\:-m-65 {
    margin: -65px;
  }

  .group:hover .lg\:group-hover\:-m-70 {
    margin: -70px;
  }

  .group:hover .lg\:group-hover\:-m-75 {
    margin: -75px;
  }

  .group:hover .lg\:group-hover\:-m-80 {
    margin: -80px;
  }

  .group:hover .lg\:group-hover\:-m-85 {
    margin: -85px;
  }

  .group:hover .lg\:group-hover\:-m-90 {
    margin: -90px;
  }

  .group:hover .lg\:group-hover\:-m-95 {
    margin: -95px;
  }

  .group:hover .lg\:group-hover\:-m-96 {
    margin: -96px;
  }

  .group:hover .lg\:group-hover\:-m-100 {
    margin: -100px;
  }

  .group:hover .lg\:group-hover\:-m-110 {
    margin: -110px;
  }

  .group:hover .lg\:group-hover\:-m-115 {
    margin: -115px;
  }

  .group:hover .lg\:group-hover\:-m-120 {
    margin: -120px;
  }

  .group:hover .lg\:group-hover\:-m-128 {
    margin: -128px;
  }

  .group:hover .lg\:group-hover\:-m-135 {
    margin: -135px;
  }

  .group:hover .lg\:group-hover\:-m-140 {
    margin: -140px;
  }

  .group:hover .lg\:group-hover\:-m-145 {
    margin: -145px;
  }

  .group:hover .lg\:group-hover\:-m-150 {
    margin: -150px;
  }

  .group:hover .lg\:group-hover\:-m-160 {
    margin: -160px;
  }

  .group:hover .lg\:group-hover\:-m-165 {
    margin: -165px;
  }

  .group:hover .lg\:group-hover\:-m-168 {
    margin: -168px;
  }

  .group:hover .lg\:group-hover\:-m-170 {
    margin: -170px;
  }

  .group:hover .lg\:group-hover\:-m-180 {
    margin: -180px;
  }

  .group:hover .lg\:group-hover\:-m-200 {
    margin: -200px;
  }

  .group:hover .lg\:group-hover\:-m-220 {
    margin: -220px;
  }

  .group:hover .lg\:group-hover\:-m-230 {
    margin: -230px;
  }

  .group:hover .lg\:group-hover\:-m-235 {
    margin: -235px;
  }

  .group:hover .lg\:group-hover\:-m-240 {
    margin: -240px;
  }

  .group:hover .lg\:group-hover\:-m-250 {
    margin: -250px;
  }

  .group:hover .lg\:group-hover\:-m-300 {
    margin: -300px;
  }

  .group:hover .lg\:group-hover\:-m-320 {
    margin: -320px;
  }

  .group:hover .lg\:group-hover\:-m-350 {
    margin: -350px;
  }

  .group:hover .lg\:group-hover\:-m-375 {
    margin: -375px;
  }

  .group:hover .lg\:group-hover\:-m-400 {
    margin: -400px;
  }

  .group:hover .lg\:group-hover\:-m-450 {
    margin: -450px;
  }

  .group:hover .lg\:group-hover\:-m-700 {
    margin: -700px;
  }

  .group:hover .lg\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .lg\:group-hover\:-m-1p {
    margin: -1%;
  }

  .group:hover .lg\:group-hover\:-m-1\/12 {
    margin: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-m-2\/12 {
    margin: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-m-11p {
    margin: -11%;
  }

  .group:hover .lg\:group-hover\:-m-20p {
    margin: -20%;
  }

  .group:hover .lg\:group-hover\:-m-24p {
    margin: -24.25%;
  }

  .group:hover .lg\:group-hover\:-m-25p {
    margin: -25%;
  }

  .group:hover .lg\:group-hover\:-m-32p {
    margin: -32%;
  }

  .group:hover .lg\:group-hover\:-m-35p {
    margin: -35%;
  }

  .group:hover .lg\:group-hover\:-m-40p {
    margin: -40%;
  }

  .group:hover .lg\:group-hover\:-m-49p {
    margin: -49%;
  }

  .group:hover .lg\:group-hover\:-m-49-5p {
    margin: -49.5%;
  }

  .group:hover .lg\:group-hover\:-m-80p {
    margin: -80%;
  }

  .group:hover .lg\:group-hover\:-m-vh80 {
    margin: -80vh;
  }

  .group:hover .lg\:group-hover\:-m-vh86 {
    margin: -86vh;
  }

  .group:hover .lg\:group-hover\:-m-vh90 {
    margin: -90vh;
  }

  .group:hover .lg\:group-hover\:-m-vw80 {
    margin: -80vw;
  }

  .group:hover .lg\:group-hover\:-m-vw90 {
    margin: -90vw;
  }

  .group:hover .lg\:group-hover\:-m-90p {
    margin: -90%;
  }

  .group:hover .lg\:group-hover\:-m-92p {
    margin: -92%;
  }

  .group:hover .lg\:group-hover\:-m-93p {
    margin: -93%;
  }

  .group:hover .lg\:group-hover\:-m-94p {
    margin: -94%;
  }

  .group:hover .lg\:group-hover\:-m-95p {
    margin: -95%;
  }

  .group:hover .lg\:group-hover\:-m-96p {
    margin: -96%;
  }

  .group:hover .lg\:group-hover\:-m-100p {
    margin: -100%;
  }

  .group:hover .lg\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .group:hover .lg\:group-hover\:mx-3 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .group:hover .lg\:group-hover\:my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .group:hover .lg\:group-hover\:mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .group:hover .lg\:group-hover\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .group:hover .lg\:group-hover\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group:hover .lg\:group-hover\:my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .group:hover .lg\:group-hover\:mx-6 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .group:hover .lg\:group-hover\:my-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .group:hover .lg\:group-hover\:mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .group:hover .lg\:group-hover\:my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .group:hover .lg\:group-hover\:mx-9 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .group:hover .lg\:group-hover\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .group:hover .lg\:group-hover\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .group:hover .lg\:group-hover\:my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .group:hover .lg\:group-hover\:mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .group:hover .lg\:group-hover\:my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .group:hover .lg\:group-hover\:mx-13 {
    margin-left: 13px;
    margin-right: 13px;
  }

  .group:hover .lg\:group-hover\:my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .group:hover .lg\:group-hover\:mx-14 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .group:hover .lg\:group-hover\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .group:hover .lg\:group-hover\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .group:hover .lg\:group-hover\:my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .group:hover .lg\:group-hover\:mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .group:hover .lg\:group-hover\:my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .group:hover .lg\:group-hover\:mx-17 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .group:hover .lg\:group-hover\:my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .group:hover .lg\:group-hover\:mx-18 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .group:hover .lg\:group-hover\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .group:hover .lg\:group-hover\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .group:hover .lg\:group-hover\:my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .group:hover .lg\:group-hover\:mx-22 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .group:hover .lg\:group-hover\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .group:hover .lg\:group-hover\:mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .group:hover .lg\:group-hover\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .group:hover .lg\:group-hover\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .group:hover .lg\:group-hover\:my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .group:hover .lg\:group-hover\:mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .group:hover .lg\:group-hover\:my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .group:hover .lg\:group-hover\:mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .group:hover .lg\:group-hover\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .group:hover .lg\:group-hover\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .group:hover .lg\:group-hover\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .group:hover .lg\:group-hover\:mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .group:hover .lg\:group-hover\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .group:hover .lg\:group-hover\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .group:hover .lg\:group-hover\:my-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .group:hover .lg\:group-hover\:mx-36 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .group:hover .lg\:group-hover\:my-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .group:hover .lg\:group-hover\:mx-37 {
    margin-left: 37px;
    margin-right: 37px;
  }

  .group:hover .lg\:group-hover\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .group:hover .lg\:group-hover\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .group:hover .lg\:group-hover\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .group:hover .lg\:group-hover\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .group:hover .lg\:group-hover\:my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .group:hover .lg\:group-hover\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .group:hover .lg\:group-hover\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .group:hover .lg\:group-hover\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .group:hover .lg\:group-hover\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .group:hover .lg\:group-hover\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .group:hover .lg\:group-hover\:my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .group:hover .lg\:group-hover\:mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }

  .group:hover .lg\:group-hover\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .group:hover .lg\:group-hover\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .group:hover .lg\:group-hover\:my-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .group:hover .lg\:group-hover\:mx-62 {
    margin-left: 62px;
    margin-right: 62px;
  }

  .group:hover .lg\:group-hover\:my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .group:hover .lg\:group-hover\:mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }

  .group:hover .lg\:group-hover\:my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .group:hover .lg\:group-hover\:mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .group:hover .lg\:group-hover\:my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .group:hover .lg\:group-hover\:mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .group:hover .lg\:group-hover\:my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .group:hover .lg\:group-hover\:mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .group:hover .lg\:group-hover\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .group:hover .lg\:group-hover\:mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .group:hover .lg\:group-hover\:my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .group:hover .lg\:group-hover\:mx-85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .group:hover .lg\:group-hover\:my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .group:hover .lg\:group-hover\:mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .group:hover .lg\:group-hover\:my-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .group:hover .lg\:group-hover\:mx-95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .group:hover .lg\:group-hover\:my-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .group:hover .lg\:group-hover\:mx-96 {
    margin-left: 96px;
    margin-right: 96px;
  }

  .group:hover .lg\:group-hover\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .group:hover .lg\:group-hover\:mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .group:hover .lg\:group-hover\:my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .group:hover .lg\:group-hover\:mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }

  .group:hover .lg\:group-hover\:my-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .group:hover .lg\:group-hover\:mx-115 {
    margin-left: 115px;
    margin-right: 115px;
  }

  .group:hover .lg\:group-hover\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .group:hover .lg\:group-hover\:mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .group:hover .lg\:group-hover\:my-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .group:hover .lg\:group-hover\:mx-128 {
    margin-left: 128px;
    margin-right: 128px;
  }

  .group:hover .lg\:group-hover\:my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .group:hover .lg\:group-hover\:mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }

  .group:hover .lg\:group-hover\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .group:hover .lg\:group-hover\:mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .group:hover .lg\:group-hover\:my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }

  .group:hover .lg\:group-hover\:mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }

  .group:hover .lg\:group-hover\:my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .group:hover .lg\:group-hover\:mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }

  .group:hover .lg\:group-hover\:my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .group:hover .lg\:group-hover\:mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }

  .group:hover .lg\:group-hover\:my-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }

  .group:hover .lg\:group-hover\:mx-165 {
    margin-left: 165px;
    margin-right: 165px;
  }

  .group:hover .lg\:group-hover\:my-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }

  .group:hover .lg\:group-hover\:mx-168 {
    margin-left: 168px;
    margin-right: 168px;
  }

  .group:hover .lg\:group-hover\:my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .group:hover .lg\:group-hover\:mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }

  .group:hover .lg\:group-hover\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .group:hover .lg\:group-hover\:mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }

  .group:hover .lg\:group-hover\:my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .group:hover .lg\:group-hover\:mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .group:hover .lg\:group-hover\:my-220 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .group:hover .lg\:group-hover\:mx-220 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .group:hover .lg\:group-hover\:my-230 {
    margin-top: 230px;
    margin-bottom: 230px;
  }

  .group:hover .lg\:group-hover\:mx-230 {
    margin-left: 230px;
    margin-right: 230px;
  }

  .group:hover .lg\:group-hover\:my-235 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .group:hover .lg\:group-hover\:mx-235 {
    margin-left: 235px;
    margin-right: 235px;
  }

  .group:hover .lg\:group-hover\:my-240 {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .group:hover .lg\:group-hover\:mx-240 {
    margin-left: 240px;
    margin-right: 240px;
  }

  .group:hover .lg\:group-hover\:my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .lg\:group-hover\:my-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .group:hover .lg\:group-hover\:mx-300 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .group:hover .lg\:group-hover\:my-320 {
    margin-top: 320px;
    margin-bottom: 320px;
  }

  .group:hover .lg\:group-hover\:mx-320 {
    margin-left: 320px;
    margin-right: 320px;
  }

  .group:hover .lg\:group-hover\:my-350 {
    margin-top: 350px;
    margin-bottom: 350px;
  }

  .group:hover .lg\:group-hover\:mx-350 {
    margin-left: 350px;
    margin-right: 350px;
  }

  .group:hover .lg\:group-hover\:my-375 {
    margin-top: 375px;
    margin-bottom: 375px;
  }

  .group:hover .lg\:group-hover\:mx-375 {
    margin-left: 375px;
    margin-right: 375px;
  }

  .group:hover .lg\:group-hover\:my-400 {
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .group:hover .lg\:group-hover\:mx-400 {
    margin-left: 400px;
    margin-right: 400px;
  }

  .group:hover .lg\:group-hover\:my-450 {
    margin-top: 450px;
    margin-bottom: 450px;
  }

  .group:hover .lg\:group-hover\:mx-450 {
    margin-left: 450px;
    margin-right: 450px;
  }

  .group:hover .lg\:group-hover\:my-700 {
    margin-top: 700px;
    margin-bottom: 700px;
  }

  .group:hover .lg\:group-hover\:mx-700 {
    margin-left: 700px;
    margin-right: 700px;
  }

  .group:hover .lg\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:my-1p {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:mx-1p {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .lg\:group-hover\:my-1\/12 {
    margin-top: 8.3333%;
    margin-bottom: 8.3333%;
  }

  .group:hover .lg\:group-hover\:mx-1\/12 {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }

  .group:hover .lg\:group-hover\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .group:hover .lg\:group-hover\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .group:hover .lg\:group-hover\:my-11p {
    margin-top: 11%;
    margin-bottom: 11%;
  }

  .group:hover .lg\:group-hover\:mx-11p {
    margin-left: 11%;
    margin-right: 11%;
  }

  .group:hover .lg\:group-hover\:my-20p {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:mx-20p {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .lg\:group-hover\:my-24p {
    margin-top: 24.25%;
    margin-bottom: 24.25%;
  }

  .group:hover .lg\:group-hover\:mx-24p {
    margin-left: 24.25%;
    margin-right: 24.25%;
  }

  .group:hover .lg\:group-hover\:my-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:mx-25p {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .lg\:group-hover\:my-32p {
    margin-top: 32%;
    margin-bottom: 32%;
  }

  .group:hover .lg\:group-hover\:mx-32p {
    margin-left: 32%;
    margin-right: 32%;
  }

  .group:hover .lg\:group-hover\:my-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }

  .group:hover .lg\:group-hover\:mx-35p {
    margin-left: 35%;
    margin-right: 35%;
  }

  .group:hover .lg\:group-hover\:my-40p {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:mx-40p {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .lg\:group-hover\:my-49p {
    margin-top: 49%;
    margin-bottom: 49%;
  }

  .group:hover .lg\:group-hover\:mx-49p {
    margin-left: 49%;
    margin-right: 49%;
  }

  .group:hover .lg\:group-hover\:my-49-5p {
    margin-top: 49.5%;
    margin-bottom: 49.5%;
  }

  .group:hover .lg\:group-hover\:mx-49-5p {
    margin-left: 49.5%;
    margin-right: 49.5%;
  }

  .group:hover .lg\:group-hover\:my-80p {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:mx-80p {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .lg\:group-hover\:my-vh80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:mx-vh80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .lg\:group-hover\:my-vh86 {
    margin-top: 86vh;
    margin-bottom: 86vh;
  }

  .group:hover .lg\:group-hover\:mx-vh86 {
    margin-left: 86vh;
    margin-right: 86vh;
  }

  .group:hover .lg\:group-hover\:my-vh90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .group:hover .lg\:group-hover\:mx-vh90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .group:hover .lg\:group-hover\:my-vw80 {
    margin-top: 80vw;
    margin-bottom: 80vw;
  }

  .group:hover .lg\:group-hover\:mx-vw80 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .group:hover .lg\:group-hover\:my-vw90 {
    margin-top: 90vw;
    margin-bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:mx-vw90 {
    margin-left: 90vw;
    margin-right: 90vw;
  }

  .group:hover .lg\:group-hover\:my-90p {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:mx-90p {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .lg\:group-hover\:my-92p {
    margin-top: 92%;
    margin-bottom: 92%;
  }

  .group:hover .lg\:group-hover\:mx-92p {
    margin-left: 92%;
    margin-right: 92%;
  }

  .group:hover .lg\:group-hover\:my-93p {
    margin-top: 93%;
    margin-bottom: 93%;
  }

  .group:hover .lg\:group-hover\:mx-93p {
    margin-left: 93%;
    margin-right: 93%;
  }

  .group:hover .lg\:group-hover\:my-94p {
    margin-top: 94%;
    margin-bottom: 94%;
  }

  .group:hover .lg\:group-hover\:mx-94p {
    margin-left: 94%;
    margin-right: 94%;
  }

  .group:hover .lg\:group-hover\:my-95p {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:mx-95p {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .lg\:group-hover\:my-96p {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:mx-96p {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .lg\:group-hover\:my-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .group:hover .lg\:group-hover\:mx-100p {
    margin-left: 100%;
    margin-right: 100%;
  }

  .group:hover .lg\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-my-3 {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .group:hover .lg\:group-hover\:-mx-3 {
    margin-left: -3px;
    margin-right: -3px;
  }

  .group:hover .lg\:group-hover\:-my-4 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .group:hover .lg\:group-hover\:-mx-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .group:hover .lg\:group-hover\:-my-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .group:hover .lg\:group-hover\:-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .group:hover .lg\:group-hover\:-my-6 {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .group:hover .lg\:group-hover\:-mx-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .group:hover .lg\:group-hover\:-my-8 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .group:hover .lg\:group-hover\:-mx-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .group:hover .lg\:group-hover\:-my-9 {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .group:hover .lg\:group-hover\:-mx-9 {
    margin-left: -9px;
    margin-right: -9px;
  }

  .group:hover .lg\:group-hover\:-my-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .group:hover .lg\:group-hover\:-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .group:hover .lg\:group-hover\:-my-12 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .group:hover .lg\:group-hover\:-mx-12 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .group:hover .lg\:group-hover\:-my-13 {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .group:hover .lg\:group-hover\:-mx-13 {
    margin-left: -13px;
    margin-right: -13px;
  }

  .group:hover .lg\:group-hover\:-my-14 {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .group:hover .lg\:group-hover\:-mx-14 {
    margin-left: -14px;
    margin-right: -14px;
  }

  .group:hover .lg\:group-hover\:-my-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .group:hover .lg\:group-hover\:-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .group:hover .lg\:group-hover\:-my-16 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .group:hover .lg\:group-hover\:-mx-16 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .group:hover .lg\:group-hover\:-my-17 {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .group:hover .lg\:group-hover\:-mx-17 {
    margin-left: -17px;
    margin-right: -17px;
  }

  .group:hover .lg\:group-hover\:-my-18 {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .group:hover .lg\:group-hover\:-mx-18 {
    margin-left: -18px;
    margin-right: -18px;
  }

  .group:hover .lg\:group-hover\:-my-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .group:hover .lg\:group-hover\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .group:hover .lg\:group-hover\:-my-22 {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .group:hover .lg\:group-hover\:-mx-22 {
    margin-left: -22px;
    margin-right: -22px;
  }

  .group:hover .lg\:group-hover\:-my-24 {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .group:hover .lg\:group-hover\:-mx-24 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .group:hover .lg\:group-hover\:-my-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .group:hover .lg\:group-hover\:-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .group:hover .lg\:group-hover\:-my-28 {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .group:hover .lg\:group-hover\:-mx-28 {
    margin-left: -28px;
    margin-right: -28px;
  }

  .group:hover .lg\:group-hover\:-my-29 {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .group:hover .lg\:group-hover\:-mx-29 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .group:hover .lg\:group-hover\:-my-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .group:hover .lg\:group-hover\:-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .group:hover .lg\:group-hover\:-my-32 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .group:hover .lg\:group-hover\:-mx-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .group:hover .lg\:group-hover\:-my-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .group:hover .lg\:group-hover\:-mx-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .group:hover .lg\:group-hover\:-my-36 {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .group:hover .lg\:group-hover\:-mx-36 {
    margin-left: -36px;
    margin-right: -36px;
  }

  .group:hover .lg\:group-hover\:-my-37 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .group:hover .lg\:group-hover\:-mx-37 {
    margin-left: -37px;
    margin-right: -37px;
  }

  .group:hover .lg\:group-hover\:-my-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .group:hover .lg\:group-hover\:-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .group:hover .lg\:group-hover\:-my-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .group:hover .lg\:group-hover\:-mx-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .group:hover .lg\:group-hover\:-my-48 {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .group:hover .lg\:group-hover\:-mx-48 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .group:hover .lg\:group-hover\:-my-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .group:hover .lg\:group-hover\:-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .group:hover .lg\:group-hover\:-my-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .group:hover .lg\:group-hover\:-mx-55 {
    margin-left: -55px;
    margin-right: -55px;
  }

  .group:hover .lg\:group-hover\:-my-56 {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .group:hover .lg\:group-hover\:-mx-56 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .group:hover .lg\:group-hover\:-my-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .group:hover .lg\:group-hover\:-mx-60 {
    margin-left: -60px;
    margin-right: -60px;
  }

  .group:hover .lg\:group-hover\:-my-62 {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .group:hover .lg\:group-hover\:-mx-62 {
    margin-left: -62px;
    margin-right: -62px;
  }

  .group:hover .lg\:group-hover\:-my-64 {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .group:hover .lg\:group-hover\:-mx-64 {
    margin-left: -64px;
    margin-right: -64px;
  }

  .group:hover .lg\:group-hover\:-my-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .group:hover .lg\:group-hover\:-mx-65 {
    margin-left: -65px;
    margin-right: -65px;
  }

  .group:hover .lg\:group-hover\:-my-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .group:hover .lg\:group-hover\:-mx-70 {
    margin-left: -70px;
    margin-right: -70px;
  }

  .group:hover .lg\:group-hover\:-my-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .group:hover .lg\:group-hover\:-mx-75 {
    margin-left: -75px;
    margin-right: -75px;
  }

  .group:hover .lg\:group-hover\:-my-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .group:hover .lg\:group-hover\:-mx-80 {
    margin-left: -80px;
    margin-right: -80px;
  }

  .group:hover .lg\:group-hover\:-my-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .group:hover .lg\:group-hover\:-mx-85 {
    margin-left: -85px;
    margin-right: -85px;
  }

  .group:hover .lg\:group-hover\:-my-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .group:hover .lg\:group-hover\:-mx-90 {
    margin-left: -90px;
    margin-right: -90px;
  }

  .group:hover .lg\:group-hover\:-my-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .group:hover .lg\:group-hover\:-mx-95 {
    margin-left: -95px;
    margin-right: -95px;
  }

  .group:hover .lg\:group-hover\:-my-96 {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .group:hover .lg\:group-hover\:-mx-96 {
    margin-left: -96px;
    margin-right: -96px;
  }

  .group:hover .lg\:group-hover\:-my-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .group:hover .lg\:group-hover\:-mx-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .group:hover .lg\:group-hover\:-my-110 {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .group:hover .lg\:group-hover\:-mx-110 {
    margin-left: -110px;
    margin-right: -110px;
  }

  .group:hover .lg\:group-hover\:-my-115 {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .group:hover .lg\:group-hover\:-mx-115 {
    margin-left: -115px;
    margin-right: -115px;
  }

  .group:hover .lg\:group-hover\:-my-120 {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .group:hover .lg\:group-hover\:-mx-120 {
    margin-left: -120px;
    margin-right: -120px;
  }

  .group:hover .lg\:group-hover\:-my-128 {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .group:hover .lg\:group-hover\:-mx-128 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .group:hover .lg\:group-hover\:-my-135 {
    margin-top: -135px;
    margin-bottom: -135px;
  }

  .group:hover .lg\:group-hover\:-mx-135 {
    margin-left: -135px;
    margin-right: -135px;
  }

  .group:hover .lg\:group-hover\:-my-140 {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .group:hover .lg\:group-hover\:-mx-140 {
    margin-left: -140px;
    margin-right: -140px;
  }

  .group:hover .lg\:group-hover\:-my-145 {
    margin-top: -145px;
    margin-bottom: -145px;
  }

  .group:hover .lg\:group-hover\:-mx-145 {
    margin-left: -145px;
    margin-right: -145px;
  }

  .group:hover .lg\:group-hover\:-my-150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .group:hover .lg\:group-hover\:-mx-150 {
    margin-left: -150px;
    margin-right: -150px;
  }

  .group:hover .lg\:group-hover\:-my-160 {
    margin-top: -160px;
    margin-bottom: -160px;
  }

  .group:hover .lg\:group-hover\:-mx-160 {
    margin-left: -160px;
    margin-right: -160px;
  }

  .group:hover .lg\:group-hover\:-my-165 {
    margin-top: -165px;
    margin-bottom: -165px;
  }

  .group:hover .lg\:group-hover\:-mx-165 {
    margin-left: -165px;
    margin-right: -165px;
  }

  .group:hover .lg\:group-hover\:-my-168 {
    margin-top: -168px;
    margin-bottom: -168px;
  }

  .group:hover .lg\:group-hover\:-mx-168 {
    margin-left: -168px;
    margin-right: -168px;
  }

  .group:hover .lg\:group-hover\:-my-170 {
    margin-top: -170px;
    margin-bottom: -170px;
  }

  .group:hover .lg\:group-hover\:-mx-170 {
    margin-left: -170px;
    margin-right: -170px;
  }

  .group:hover .lg\:group-hover\:-my-180 {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .group:hover .lg\:group-hover\:-mx-180 {
    margin-left: -180px;
    margin-right: -180px;
  }

  .group:hover .lg\:group-hover\:-my-200 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .group:hover .lg\:group-hover\:-mx-200 {
    margin-left: -200px;
    margin-right: -200px;
  }

  .group:hover .lg\:group-hover\:-my-220 {
    margin-top: -220px;
    margin-bottom: -220px;
  }

  .group:hover .lg\:group-hover\:-mx-220 {
    margin-left: -220px;
    margin-right: -220px;
  }

  .group:hover .lg\:group-hover\:-my-230 {
    margin-top: -230px;
    margin-bottom: -230px;
  }

  .group:hover .lg\:group-hover\:-mx-230 {
    margin-left: -230px;
    margin-right: -230px;
  }

  .group:hover .lg\:group-hover\:-my-235 {
    margin-top: -235px;
    margin-bottom: -235px;
  }

  .group:hover .lg\:group-hover\:-mx-235 {
    margin-left: -235px;
    margin-right: -235px;
  }

  .group:hover .lg\:group-hover\:-my-240 {
    margin-top: -240px;
    margin-bottom: -240px;
  }

  .group:hover .lg\:group-hover\:-mx-240 {
    margin-left: -240px;
    margin-right: -240px;
  }

  .group:hover .lg\:group-hover\:-my-250 {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .lg\:group-hover\:-mx-250 {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .lg\:group-hover\:-my-300 {
    margin-top: -300px;
    margin-bottom: -300px;
  }

  .group:hover .lg\:group-hover\:-mx-300 {
    margin-left: -300px;
    margin-right: -300px;
  }

  .group:hover .lg\:group-hover\:-my-320 {
    margin-top: -320px;
    margin-bottom: -320px;
  }

  .group:hover .lg\:group-hover\:-mx-320 {
    margin-left: -320px;
    margin-right: -320px;
  }

  .group:hover .lg\:group-hover\:-my-350 {
    margin-top: -350px;
    margin-bottom: -350px;
  }

  .group:hover .lg\:group-hover\:-mx-350 {
    margin-left: -350px;
    margin-right: -350px;
  }

  .group:hover .lg\:group-hover\:-my-375 {
    margin-top: -375px;
    margin-bottom: -375px;
  }

  .group:hover .lg\:group-hover\:-mx-375 {
    margin-left: -375px;
    margin-right: -375px;
  }

  .group:hover .lg\:group-hover\:-my-400 {
    margin-top: -400px;
    margin-bottom: -400px;
  }

  .group:hover .lg\:group-hover\:-mx-400 {
    margin-left: -400px;
    margin-right: -400px;
  }

  .group:hover .lg\:group-hover\:-my-450 {
    margin-top: -450px;
    margin-bottom: -450px;
  }

  .group:hover .lg\:group-hover\:-mx-450 {
    margin-left: -450px;
    margin-right: -450px;
  }

  .group:hover .lg\:group-hover\:-my-700 {
    margin-top: -700px;
    margin-bottom: -700px;
  }

  .group:hover .lg\:group-hover\:-mx-700 {
    margin-left: -700px;
    margin-right: -700px;
  }

  .group:hover .lg\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:-my-1p {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .lg\:group-hover\:-mx-1p {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .lg\:group-hover\:-my-1\/12 {
    margin-top: -8.3333%;
    margin-bottom: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-mx-1\/12 {
    margin-left: -8.3333%;
    margin-right: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-my-11p {
    margin-top: -11%;
    margin-bottom: -11%;
  }

  .group:hover .lg\:group-hover\:-mx-11p {
    margin-left: -11%;
    margin-right: -11%;
  }

  .group:hover .lg\:group-hover\:-my-20p {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .lg\:group-hover\:-mx-20p {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .lg\:group-hover\:-my-24p {
    margin-top: -24.25%;
    margin-bottom: -24.25%;
  }

  .group:hover .lg\:group-hover\:-mx-24p {
    margin-left: -24.25%;
    margin-right: -24.25%;
  }

  .group:hover .lg\:group-hover\:-my-25p {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-mx-25p {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .lg\:group-hover\:-my-32p {
    margin-top: -32%;
    margin-bottom: -32%;
  }

  .group:hover .lg\:group-hover\:-mx-32p {
    margin-left: -32%;
    margin-right: -32%;
  }

  .group:hover .lg\:group-hover\:-my-35p {
    margin-top: -35%;
    margin-bottom: -35%;
  }

  .group:hover .lg\:group-hover\:-mx-35p {
    margin-left: -35%;
    margin-right: -35%;
  }

  .group:hover .lg\:group-hover\:-my-40p {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .lg\:group-hover\:-mx-40p {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .lg\:group-hover\:-my-49p {
    margin-top: -49%;
    margin-bottom: -49%;
  }

  .group:hover .lg\:group-hover\:-mx-49p {
    margin-left: -49%;
    margin-right: -49%;
  }

  .group:hover .lg\:group-hover\:-my-49-5p {
    margin-top: -49.5%;
    margin-bottom: -49.5%;
  }

  .group:hover .lg\:group-hover\:-mx-49-5p {
    margin-left: -49.5%;
    margin-right: -49.5%;
  }

  .group:hover .lg\:group-hover\:-my-80p {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .lg\:group-hover\:-mx-80p {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .lg\:group-hover\:-my-vh80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .lg\:group-hover\:-mx-vh80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .lg\:group-hover\:-my-vh86 {
    margin-top: -86vh;
    margin-bottom: -86vh;
  }

  .group:hover .lg\:group-hover\:-mx-vh86 {
    margin-left: -86vh;
    margin-right: -86vh;
  }

  .group:hover .lg\:group-hover\:-my-vh90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .group:hover .lg\:group-hover\:-mx-vh90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .group:hover .lg\:group-hover\:-my-vw80 {
    margin-top: -80vw;
    margin-bottom: -80vw;
  }

  .group:hover .lg\:group-hover\:-mx-vw80 {
    margin-left: -80vw;
    margin-right: -80vw;
  }

  .group:hover .lg\:group-hover\:-my-vw90 {
    margin-top: -90vw;
    margin-bottom: -90vw;
  }

  .group:hover .lg\:group-hover\:-mx-vw90 {
    margin-left: -90vw;
    margin-right: -90vw;
  }

  .group:hover .lg\:group-hover\:-my-90p {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .lg\:group-hover\:-mx-90p {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .lg\:group-hover\:-my-92p {
    margin-top: -92%;
    margin-bottom: -92%;
  }

  .group:hover .lg\:group-hover\:-mx-92p {
    margin-left: -92%;
    margin-right: -92%;
  }

  .group:hover .lg\:group-hover\:-my-93p {
    margin-top: -93%;
    margin-bottom: -93%;
  }

  .group:hover .lg\:group-hover\:-mx-93p {
    margin-left: -93%;
    margin-right: -93%;
  }

  .group:hover .lg\:group-hover\:-my-94p {
    margin-top: -94%;
    margin-bottom: -94%;
  }

  .group:hover .lg\:group-hover\:-mx-94p {
    margin-left: -94%;
    margin-right: -94%;
  }

  .group:hover .lg\:group-hover\:-my-95p {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .lg\:group-hover\:-mx-95p {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .lg\:group-hover\:-my-96p {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .lg\:group-hover\:-mx-96p {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .lg\:group-hover\:-my-100p {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .group:hover .lg\:group-hover\:-mx-100p {
    margin-left: -100%;
    margin-right: -100%;
  }

  .group:hover .lg\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .lg\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .lg\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mt-3 {
    margin-top: 3px;
  }

  .group:hover .lg\:group-hover\:mr-3 {
    margin-right: 3px;
  }

  .group:hover .lg\:group-hover\:mb-3 {
    margin-bottom: 3px;
  }

  .group:hover .lg\:group-hover\:ml-3 {
    margin-left: 3px;
  }

  .group:hover .lg\:group-hover\:mt-4 {
    margin-top: 4px;
  }

  .group:hover .lg\:group-hover\:mr-4 {
    margin-right: 4px;
  }

  .group:hover .lg\:group-hover\:mb-4 {
    margin-bottom: 4px;
  }

  .group:hover .lg\:group-hover\:ml-4 {
    margin-left: 4px;
  }

  .group:hover .lg\:group-hover\:mt-5 {
    margin-top: 5px;
  }

  .group:hover .lg\:group-hover\:mr-5 {
    margin-right: 5px;
  }

  .group:hover .lg\:group-hover\:mb-5 {
    margin-bottom: 5px;
  }

  .group:hover .lg\:group-hover\:ml-5 {
    margin-left: 5px;
  }

  .group:hover .lg\:group-hover\:mt-6 {
    margin-top: 6px;
  }

  .group:hover .lg\:group-hover\:mr-6 {
    margin-right: 6px;
  }

  .group:hover .lg\:group-hover\:mb-6 {
    margin-bottom: 6px;
  }

  .group:hover .lg\:group-hover\:ml-6 {
    margin-left: 6px;
  }

  .group:hover .lg\:group-hover\:mt-8 {
    margin-top: 8px;
  }

  .group:hover .lg\:group-hover\:mr-8 {
    margin-right: 8px;
  }

  .group:hover .lg\:group-hover\:mb-8 {
    margin-bottom: 8px;
  }

  .group:hover .lg\:group-hover\:ml-8 {
    margin-left: 8px;
  }

  .group:hover .lg\:group-hover\:mt-9 {
    margin-top: 9px;
  }

  .group:hover .lg\:group-hover\:mr-9 {
    margin-right: 9px;
  }

  .group:hover .lg\:group-hover\:mb-9 {
    margin-bottom: 9px;
  }

  .group:hover .lg\:group-hover\:ml-9 {
    margin-left: 9px;
  }

  .group:hover .lg\:group-hover\:mt-10 {
    margin-top: 10px;
  }

  .group:hover .lg\:group-hover\:mr-10 {
    margin-right: 10px;
  }

  .group:hover .lg\:group-hover\:mb-10 {
    margin-bottom: 10px;
  }

  .group:hover .lg\:group-hover\:ml-10 {
    margin-left: 10px;
  }

  .group:hover .lg\:group-hover\:mt-12 {
    margin-top: 12px;
  }

  .group:hover .lg\:group-hover\:mr-12 {
    margin-right: 12px;
  }

  .group:hover .lg\:group-hover\:mb-12 {
    margin-bottom: 12px;
  }

  .group:hover .lg\:group-hover\:ml-12 {
    margin-left: 12px;
  }

  .group:hover .lg\:group-hover\:mt-13 {
    margin-top: 13px;
  }

  .group:hover .lg\:group-hover\:mr-13 {
    margin-right: 13px;
  }

  .group:hover .lg\:group-hover\:mb-13 {
    margin-bottom: 13px;
  }

  .group:hover .lg\:group-hover\:ml-13 {
    margin-left: 13px;
  }

  .group:hover .lg\:group-hover\:mt-14 {
    margin-top: 14px;
  }

  .group:hover .lg\:group-hover\:mr-14 {
    margin-right: 14px;
  }

  .group:hover .lg\:group-hover\:mb-14 {
    margin-bottom: 14px;
  }

  .group:hover .lg\:group-hover\:ml-14 {
    margin-left: 14px;
  }

  .group:hover .lg\:group-hover\:mt-15 {
    margin-top: 15px;
  }

  .group:hover .lg\:group-hover\:mr-15 {
    margin-right: 15px;
  }

  .group:hover .lg\:group-hover\:mb-15 {
    margin-bottom: 15px;
  }

  .group:hover .lg\:group-hover\:ml-15 {
    margin-left: 15px;
  }

  .group:hover .lg\:group-hover\:mt-16 {
    margin-top: 16px;
  }

  .group:hover .lg\:group-hover\:mr-16 {
    margin-right: 16px;
  }

  .group:hover .lg\:group-hover\:mb-16 {
    margin-bottom: 16px;
  }

  .group:hover .lg\:group-hover\:ml-16 {
    margin-left: 16px;
  }

  .group:hover .lg\:group-hover\:mt-17 {
    margin-top: 17px;
  }

  .group:hover .lg\:group-hover\:mr-17 {
    margin-right: 17px;
  }

  .group:hover .lg\:group-hover\:mb-17 {
    margin-bottom: 17px;
  }

  .group:hover .lg\:group-hover\:ml-17 {
    margin-left: 17px;
  }

  .group:hover .lg\:group-hover\:mt-18 {
    margin-top: 18px;
  }

  .group:hover .lg\:group-hover\:mr-18 {
    margin-right: 18px;
  }

  .group:hover .lg\:group-hover\:mb-18 {
    margin-bottom: 18px;
  }

  .group:hover .lg\:group-hover\:ml-18 {
    margin-left: 18px;
  }

  .group:hover .lg\:group-hover\:mt-20 {
    margin-top: 20px;
  }

  .group:hover .lg\:group-hover\:mr-20 {
    margin-right: 20px;
  }

  .group:hover .lg\:group-hover\:mb-20 {
    margin-bottom: 20px;
  }

  .group:hover .lg\:group-hover\:ml-20 {
    margin-left: 20px;
  }

  .group:hover .lg\:group-hover\:mt-22 {
    margin-top: 22px;
  }

  .group:hover .lg\:group-hover\:mr-22 {
    margin-right: 22px;
  }

  .group:hover .lg\:group-hover\:mb-22 {
    margin-bottom: 22px;
  }

  .group:hover .lg\:group-hover\:ml-22 {
    margin-left: 22px;
  }

  .group:hover .lg\:group-hover\:mt-24 {
    margin-top: 24px;
  }

  .group:hover .lg\:group-hover\:mr-24 {
    margin-right: 24px;
  }

  .group:hover .lg\:group-hover\:mb-24 {
    margin-bottom: 24px;
  }

  .group:hover .lg\:group-hover\:ml-24 {
    margin-left: 24px;
  }

  .group:hover .lg\:group-hover\:mt-25 {
    margin-top: 25px;
  }

  .group:hover .lg\:group-hover\:mr-25 {
    margin-right: 25px;
  }

  .group:hover .lg\:group-hover\:mb-25 {
    margin-bottom: 25px;
  }

  .group:hover .lg\:group-hover\:ml-25 {
    margin-left: 25px;
  }

  .group:hover .lg\:group-hover\:mt-28 {
    margin-top: 28px;
  }

  .group:hover .lg\:group-hover\:mr-28 {
    margin-right: 28px;
  }

  .group:hover .lg\:group-hover\:mb-28 {
    margin-bottom: 28px;
  }

  .group:hover .lg\:group-hover\:ml-28 {
    margin-left: 28px;
  }

  .group:hover .lg\:group-hover\:mt-29 {
    margin-top: 29px;
  }

  .group:hover .lg\:group-hover\:mr-29 {
    margin-right: 29px;
  }

  .group:hover .lg\:group-hover\:mb-29 {
    margin-bottom: 29px;
  }

  .group:hover .lg\:group-hover\:ml-29 {
    margin-left: 29px;
  }

  .group:hover .lg\:group-hover\:mt-30 {
    margin-top: 30px;
  }

  .group:hover .lg\:group-hover\:mr-30 {
    margin-right: 30px;
  }

  .group:hover .lg\:group-hover\:mb-30 {
    margin-bottom: 30px;
  }

  .group:hover .lg\:group-hover\:ml-30 {
    margin-left: 30px;
  }

  .group:hover .lg\:group-hover\:mt-32 {
    margin-top: 32px;
  }

  .group:hover .lg\:group-hover\:mr-32 {
    margin-right: 32px;
  }

  .group:hover .lg\:group-hover\:mb-32 {
    margin-bottom: 32px;
  }

  .group:hover .lg\:group-hover\:ml-32 {
    margin-left: 32px;
  }

  .group:hover .lg\:group-hover\:mt-35 {
    margin-top: 35px;
  }

  .group:hover .lg\:group-hover\:mr-35 {
    margin-right: 35px;
  }

  .group:hover .lg\:group-hover\:mb-35 {
    margin-bottom: 35px;
  }

  .group:hover .lg\:group-hover\:ml-35 {
    margin-left: 35px;
  }

  .group:hover .lg\:group-hover\:mt-36 {
    margin-top: 36px;
  }

  .group:hover .lg\:group-hover\:mr-36 {
    margin-right: 36px;
  }

  .group:hover .lg\:group-hover\:mb-36 {
    margin-bottom: 36px;
  }

  .group:hover .lg\:group-hover\:ml-36 {
    margin-left: 36px;
  }

  .group:hover .lg\:group-hover\:mt-37 {
    margin-top: 37px;
  }

  .group:hover .lg\:group-hover\:mr-37 {
    margin-right: 37px;
  }

  .group:hover .lg\:group-hover\:mb-37 {
    margin-bottom: 37px;
  }

  .group:hover .lg\:group-hover\:ml-37 {
    margin-left: 37px;
  }

  .group:hover .lg\:group-hover\:mt-40 {
    margin-top: 40px;
  }

  .group:hover .lg\:group-hover\:mr-40 {
    margin-right: 40px;
  }

  .group:hover .lg\:group-hover\:mb-40 {
    margin-bottom: 40px;
  }

  .group:hover .lg\:group-hover\:ml-40 {
    margin-left: 40px;
  }

  .group:hover .lg\:group-hover\:mt-45 {
    margin-top: 45px;
  }

  .group:hover .lg\:group-hover\:mr-45 {
    margin-right: 45px;
  }

  .group:hover .lg\:group-hover\:mb-45 {
    margin-bottom: 45px;
  }

  .group:hover .lg\:group-hover\:ml-45 {
    margin-left: 45px;
  }

  .group:hover .lg\:group-hover\:mt-48 {
    margin-top: 48px;
  }

  .group:hover .lg\:group-hover\:mr-48 {
    margin-right: 48px;
  }

  .group:hover .lg\:group-hover\:mb-48 {
    margin-bottom: 48px;
  }

  .group:hover .lg\:group-hover\:ml-48 {
    margin-left: 48px;
  }

  .group:hover .lg\:group-hover\:mt-50 {
    margin-top: 50px;
  }

  .group:hover .lg\:group-hover\:mr-50 {
    margin-right: 50px;
  }

  .group:hover .lg\:group-hover\:mb-50 {
    margin-bottom: 50px;
  }

  .group:hover .lg\:group-hover\:ml-50 {
    margin-left: 50px;
  }

  .group:hover .lg\:group-hover\:mt-55 {
    margin-top: 55px;
  }

  .group:hover .lg\:group-hover\:mr-55 {
    margin-right: 55px;
  }

  .group:hover .lg\:group-hover\:mb-55 {
    margin-bottom: 55px;
  }

  .group:hover .lg\:group-hover\:ml-55 {
    margin-left: 55px;
  }

  .group:hover .lg\:group-hover\:mt-56 {
    margin-top: 56px;
  }

  .group:hover .lg\:group-hover\:mr-56 {
    margin-right: 56px;
  }

  .group:hover .lg\:group-hover\:mb-56 {
    margin-bottom: 56px;
  }

  .group:hover .lg\:group-hover\:ml-56 {
    margin-left: 56px;
  }

  .group:hover .lg\:group-hover\:mt-60 {
    margin-top: 60px;
  }

  .group:hover .lg\:group-hover\:mr-60 {
    margin-right: 60px;
  }

  .group:hover .lg\:group-hover\:mb-60 {
    margin-bottom: 60px;
  }

  .group:hover .lg\:group-hover\:ml-60 {
    margin-left: 60px;
  }

  .group:hover .lg\:group-hover\:mt-62 {
    margin-top: 62px;
  }

  .group:hover .lg\:group-hover\:mr-62 {
    margin-right: 62px;
  }

  .group:hover .lg\:group-hover\:mb-62 {
    margin-bottom: 62px;
  }

  .group:hover .lg\:group-hover\:ml-62 {
    margin-left: 62px;
  }

  .group:hover .lg\:group-hover\:mt-64 {
    margin-top: 64px;
  }

  .group:hover .lg\:group-hover\:mr-64 {
    margin-right: 64px;
  }

  .group:hover .lg\:group-hover\:mb-64 {
    margin-bottom: 64px;
  }

  .group:hover .lg\:group-hover\:ml-64 {
    margin-left: 64px;
  }

  .group:hover .lg\:group-hover\:mt-65 {
    margin-top: 65px;
  }

  .group:hover .lg\:group-hover\:mr-65 {
    margin-right: 65px;
  }

  .group:hover .lg\:group-hover\:mb-65 {
    margin-bottom: 65px;
  }

  .group:hover .lg\:group-hover\:ml-65 {
    margin-left: 65px;
  }

  .group:hover .lg\:group-hover\:mt-70 {
    margin-top: 70px;
  }

  .group:hover .lg\:group-hover\:mr-70 {
    margin-right: 70px;
  }

  .group:hover .lg\:group-hover\:mb-70 {
    margin-bottom: 70px;
  }

  .group:hover .lg\:group-hover\:ml-70 {
    margin-left: 70px;
  }

  .group:hover .lg\:group-hover\:mt-75 {
    margin-top: 75px;
  }

  .group:hover .lg\:group-hover\:mr-75 {
    margin-right: 75px;
  }

  .group:hover .lg\:group-hover\:mb-75 {
    margin-bottom: 75px;
  }

  .group:hover .lg\:group-hover\:ml-75 {
    margin-left: 75px;
  }

  .group:hover .lg\:group-hover\:mt-80 {
    margin-top: 80px;
  }

  .group:hover .lg\:group-hover\:mr-80 {
    margin-right: 80px;
  }

  .group:hover .lg\:group-hover\:mb-80 {
    margin-bottom: 80px;
  }

  .group:hover .lg\:group-hover\:ml-80 {
    margin-left: 80px;
  }

  .group:hover .lg\:group-hover\:mt-85 {
    margin-top: 85px;
  }

  .group:hover .lg\:group-hover\:mr-85 {
    margin-right: 85px;
  }

  .group:hover .lg\:group-hover\:mb-85 {
    margin-bottom: 85px;
  }

  .group:hover .lg\:group-hover\:ml-85 {
    margin-left: 85px;
  }

  .group:hover .lg\:group-hover\:mt-90 {
    margin-top: 90px;
  }

  .group:hover .lg\:group-hover\:mr-90 {
    margin-right: 90px;
  }

  .group:hover .lg\:group-hover\:mb-90 {
    margin-bottom: 90px;
  }

  .group:hover .lg\:group-hover\:ml-90 {
    margin-left: 90px;
  }

  .group:hover .lg\:group-hover\:mt-95 {
    margin-top: 95px;
  }

  .group:hover .lg\:group-hover\:mr-95 {
    margin-right: 95px;
  }

  .group:hover .lg\:group-hover\:mb-95 {
    margin-bottom: 95px;
  }

  .group:hover .lg\:group-hover\:ml-95 {
    margin-left: 95px;
  }

  .group:hover .lg\:group-hover\:mt-96 {
    margin-top: 96px;
  }

  .group:hover .lg\:group-hover\:mr-96 {
    margin-right: 96px;
  }

  .group:hover .lg\:group-hover\:mb-96 {
    margin-bottom: 96px;
  }

  .group:hover .lg\:group-hover\:ml-96 {
    margin-left: 96px;
  }

  .group:hover .lg\:group-hover\:mt-100 {
    margin-top: 100px;
  }

  .group:hover .lg\:group-hover\:mr-100 {
    margin-right: 100px;
  }

  .group:hover .lg\:group-hover\:mb-100 {
    margin-bottom: 100px;
  }

  .group:hover .lg\:group-hover\:ml-100 {
    margin-left: 100px;
  }

  .group:hover .lg\:group-hover\:mt-110 {
    margin-top: 110px;
  }

  .group:hover .lg\:group-hover\:mr-110 {
    margin-right: 110px;
  }

  .group:hover .lg\:group-hover\:mb-110 {
    margin-bottom: 110px;
  }

  .group:hover .lg\:group-hover\:ml-110 {
    margin-left: 110px;
  }

  .group:hover .lg\:group-hover\:mt-115 {
    margin-top: 115px;
  }

  .group:hover .lg\:group-hover\:mr-115 {
    margin-right: 115px;
  }

  .group:hover .lg\:group-hover\:mb-115 {
    margin-bottom: 115px;
  }

  .group:hover .lg\:group-hover\:ml-115 {
    margin-left: 115px;
  }

  .group:hover .lg\:group-hover\:mt-120 {
    margin-top: 120px;
  }

  .group:hover .lg\:group-hover\:mr-120 {
    margin-right: 120px;
  }

  .group:hover .lg\:group-hover\:mb-120 {
    margin-bottom: 120px;
  }

  .group:hover .lg\:group-hover\:ml-120 {
    margin-left: 120px;
  }

  .group:hover .lg\:group-hover\:mt-128 {
    margin-top: 128px;
  }

  .group:hover .lg\:group-hover\:mr-128 {
    margin-right: 128px;
  }

  .group:hover .lg\:group-hover\:mb-128 {
    margin-bottom: 128px;
  }

  .group:hover .lg\:group-hover\:ml-128 {
    margin-left: 128px;
  }

  .group:hover .lg\:group-hover\:mt-135 {
    margin-top: 135px;
  }

  .group:hover .lg\:group-hover\:mr-135 {
    margin-right: 135px;
  }

  .group:hover .lg\:group-hover\:mb-135 {
    margin-bottom: 135px;
  }

  .group:hover .lg\:group-hover\:ml-135 {
    margin-left: 135px;
  }

  .group:hover .lg\:group-hover\:mt-140 {
    margin-top: 140px;
  }

  .group:hover .lg\:group-hover\:mr-140 {
    margin-right: 140px;
  }

  .group:hover .lg\:group-hover\:mb-140 {
    margin-bottom: 140px;
  }

  .group:hover .lg\:group-hover\:ml-140 {
    margin-left: 140px;
  }

  .group:hover .lg\:group-hover\:mt-145 {
    margin-top: 145px;
  }

  .group:hover .lg\:group-hover\:mr-145 {
    margin-right: 145px;
  }

  .group:hover .lg\:group-hover\:mb-145 {
    margin-bottom: 145px;
  }

  .group:hover .lg\:group-hover\:ml-145 {
    margin-left: 145px;
  }

  .group:hover .lg\:group-hover\:mt-150 {
    margin-top: 150px;
  }

  .group:hover .lg\:group-hover\:mr-150 {
    margin-right: 150px;
  }

  .group:hover .lg\:group-hover\:mb-150 {
    margin-bottom: 150px;
  }

  .group:hover .lg\:group-hover\:ml-150 {
    margin-left: 150px;
  }

  .group:hover .lg\:group-hover\:mt-160 {
    margin-top: 160px;
  }

  .group:hover .lg\:group-hover\:mr-160 {
    margin-right: 160px;
  }

  .group:hover .lg\:group-hover\:mb-160 {
    margin-bottom: 160px;
  }

  .group:hover .lg\:group-hover\:ml-160 {
    margin-left: 160px;
  }

  .group:hover .lg\:group-hover\:mt-165 {
    margin-top: 165px;
  }

  .group:hover .lg\:group-hover\:mr-165 {
    margin-right: 165px;
  }

  .group:hover .lg\:group-hover\:mb-165 {
    margin-bottom: 165px;
  }

  .group:hover .lg\:group-hover\:ml-165 {
    margin-left: 165px;
  }

  .group:hover .lg\:group-hover\:mt-168 {
    margin-top: 168px;
  }

  .group:hover .lg\:group-hover\:mr-168 {
    margin-right: 168px;
  }

  .group:hover .lg\:group-hover\:mb-168 {
    margin-bottom: 168px;
  }

  .group:hover .lg\:group-hover\:ml-168 {
    margin-left: 168px;
  }

  .group:hover .lg\:group-hover\:mt-170 {
    margin-top: 170px;
  }

  .group:hover .lg\:group-hover\:mr-170 {
    margin-right: 170px;
  }

  .group:hover .lg\:group-hover\:mb-170 {
    margin-bottom: 170px;
  }

  .group:hover .lg\:group-hover\:ml-170 {
    margin-left: 170px;
  }

  .group:hover .lg\:group-hover\:mt-180 {
    margin-top: 180px;
  }

  .group:hover .lg\:group-hover\:mr-180 {
    margin-right: 180px;
  }

  .group:hover .lg\:group-hover\:mb-180 {
    margin-bottom: 180px;
  }

  .group:hover .lg\:group-hover\:ml-180 {
    margin-left: 180px;
  }

  .group:hover .lg\:group-hover\:mt-200 {
    margin-top: 200px;
  }

  .group:hover .lg\:group-hover\:mr-200 {
    margin-right: 200px;
  }

  .group:hover .lg\:group-hover\:mb-200 {
    margin-bottom: 200px;
  }

  .group:hover .lg\:group-hover\:ml-200 {
    margin-left: 200px;
  }

  .group:hover .lg\:group-hover\:mt-220 {
    margin-top: 220px;
  }

  .group:hover .lg\:group-hover\:mr-220 {
    margin-right: 220px;
  }

  .group:hover .lg\:group-hover\:mb-220 {
    margin-bottom: 220px;
  }

  .group:hover .lg\:group-hover\:ml-220 {
    margin-left: 220px;
  }

  .group:hover .lg\:group-hover\:mt-230 {
    margin-top: 230px;
  }

  .group:hover .lg\:group-hover\:mr-230 {
    margin-right: 230px;
  }

  .group:hover .lg\:group-hover\:mb-230 {
    margin-bottom: 230px;
  }

  .group:hover .lg\:group-hover\:ml-230 {
    margin-left: 230px;
  }

  .group:hover .lg\:group-hover\:mt-235 {
    margin-top: 235px;
  }

  .group:hover .lg\:group-hover\:mr-235 {
    margin-right: 235px;
  }

  .group:hover .lg\:group-hover\:mb-235 {
    margin-bottom: 235px;
  }

  .group:hover .lg\:group-hover\:ml-235 {
    margin-left: 235px;
  }

  .group:hover .lg\:group-hover\:mt-240 {
    margin-top: 240px;
  }

  .group:hover .lg\:group-hover\:mr-240 {
    margin-right: 240px;
  }

  .group:hover .lg\:group-hover\:mb-240 {
    margin-bottom: 240px;
  }

  .group:hover .lg\:group-hover\:ml-240 {
    margin-left: 240px;
  }

  .group:hover .lg\:group-hover\:mt-250 {
    margin-top: 250px;
  }

  .group:hover .lg\:group-hover\:mr-250 {
    margin-right: 250px;
  }

  .group:hover .lg\:group-hover\:mb-250 {
    margin-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:ml-250 {
    margin-left: 250px;
  }

  .group:hover .lg\:group-hover\:mt-300 {
    margin-top: 300px;
  }

  .group:hover .lg\:group-hover\:mr-300 {
    margin-right: 300px;
  }

  .group:hover .lg\:group-hover\:mb-300 {
    margin-bottom: 300px;
  }

  .group:hover .lg\:group-hover\:ml-300 {
    margin-left: 300px;
  }

  .group:hover .lg\:group-hover\:mt-320 {
    margin-top: 320px;
  }

  .group:hover .lg\:group-hover\:mr-320 {
    margin-right: 320px;
  }

  .group:hover .lg\:group-hover\:mb-320 {
    margin-bottom: 320px;
  }

  .group:hover .lg\:group-hover\:ml-320 {
    margin-left: 320px;
  }

  .group:hover .lg\:group-hover\:mt-350 {
    margin-top: 350px;
  }

  .group:hover .lg\:group-hover\:mr-350 {
    margin-right: 350px;
  }

  .group:hover .lg\:group-hover\:mb-350 {
    margin-bottom: 350px;
  }

  .group:hover .lg\:group-hover\:ml-350 {
    margin-left: 350px;
  }

  .group:hover .lg\:group-hover\:mt-375 {
    margin-top: 375px;
  }

  .group:hover .lg\:group-hover\:mr-375 {
    margin-right: 375px;
  }

  .group:hover .lg\:group-hover\:mb-375 {
    margin-bottom: 375px;
  }

  .group:hover .lg\:group-hover\:ml-375 {
    margin-left: 375px;
  }

  .group:hover .lg\:group-hover\:mt-400 {
    margin-top: 400px;
  }

  .group:hover .lg\:group-hover\:mr-400 {
    margin-right: 400px;
  }

  .group:hover .lg\:group-hover\:mb-400 {
    margin-bottom: 400px;
  }

  .group:hover .lg\:group-hover\:ml-400 {
    margin-left: 400px;
  }

  .group:hover .lg\:group-hover\:mt-450 {
    margin-top: 450px;
  }

  .group:hover .lg\:group-hover\:mr-450 {
    margin-right: 450px;
  }

  .group:hover .lg\:group-hover\:mb-450 {
    margin-bottom: 450px;
  }

  .group:hover .lg\:group-hover\:ml-450 {
    margin-left: 450px;
  }

  .group:hover .lg\:group-hover\:mt-700 {
    margin-top: 700px;
  }

  .group:hover .lg\:group-hover\:mr-700 {
    margin-right: 700px;
  }

  .group:hover .lg\:group-hover\:mb-700 {
    margin-bottom: 700px;
  }

  .group:hover .lg\:group-hover\:ml-700 {
    margin-left: 700px;
  }

  .group:hover .lg\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .lg\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .lg\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .lg\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .lg\:group-hover\:mt-1p {
    margin-top: 1%;
  }

  .group:hover .lg\:group-hover\:mr-1p {
    margin-right: 1%;
  }

  .group:hover .lg\:group-hover\:mb-1p {
    margin-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:ml-1p {
    margin-left: 1%;
  }

  .group:hover .lg\:group-hover\:mt-1\/12 {
    margin-top: 8.3333%;
  }

  .group:hover .lg\:group-hover\:mr-1\/12 {
    margin-right: 8.3333%;
  }

  .group:hover .lg\:group-hover\:mb-1\/12 {
    margin-bottom: 8.3333%;
  }

  .group:hover .lg\:group-hover\:ml-1\/12 {
    margin-left: 8.3333%;
  }

  .group:hover .lg\:group-hover\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .group:hover .lg\:group-hover\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .group:hover .lg\:group-hover\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .group:hover .lg\:group-hover\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .group:hover .lg\:group-hover\:mt-11p {
    margin-top: 11%;
  }

  .group:hover .lg\:group-hover\:mr-11p {
    margin-right: 11%;
  }

  .group:hover .lg\:group-hover\:mb-11p {
    margin-bottom: 11%;
  }

  .group:hover .lg\:group-hover\:ml-11p {
    margin-left: 11%;
  }

  .group:hover .lg\:group-hover\:mt-20p {
    margin-top: 20%;
  }

  .group:hover .lg\:group-hover\:mr-20p {
    margin-right: 20%;
  }

  .group:hover .lg\:group-hover\:mb-20p {
    margin-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:ml-20p {
    margin-left: 20%;
  }

  .group:hover .lg\:group-hover\:mt-24p {
    margin-top: 24.25%;
  }

  .group:hover .lg\:group-hover\:mr-24p {
    margin-right: 24.25%;
  }

  .group:hover .lg\:group-hover\:mb-24p {
    margin-bottom: 24.25%;
  }

  .group:hover .lg\:group-hover\:ml-24p {
    margin-left: 24.25%;
  }

  .group:hover .lg\:group-hover\:mt-25p {
    margin-top: 25%;
  }

  .group:hover .lg\:group-hover\:mr-25p {
    margin-right: 25%;
  }

  .group:hover .lg\:group-hover\:mb-25p {
    margin-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:ml-25p {
    margin-left: 25%;
  }

  .group:hover .lg\:group-hover\:mt-32p {
    margin-top: 32%;
  }

  .group:hover .lg\:group-hover\:mr-32p {
    margin-right: 32%;
  }

  .group:hover .lg\:group-hover\:mb-32p {
    margin-bottom: 32%;
  }

  .group:hover .lg\:group-hover\:ml-32p {
    margin-left: 32%;
  }

  .group:hover .lg\:group-hover\:mt-35p {
    margin-top: 35%;
  }

  .group:hover .lg\:group-hover\:mr-35p {
    margin-right: 35%;
  }

  .group:hover .lg\:group-hover\:mb-35p {
    margin-bottom: 35%;
  }

  .group:hover .lg\:group-hover\:ml-35p {
    margin-left: 35%;
  }

  .group:hover .lg\:group-hover\:mt-40p {
    margin-top: 40%;
  }

  .group:hover .lg\:group-hover\:mr-40p {
    margin-right: 40%;
  }

  .group:hover .lg\:group-hover\:mb-40p {
    margin-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:ml-40p {
    margin-left: 40%;
  }

  .group:hover .lg\:group-hover\:mt-49p {
    margin-top: 49%;
  }

  .group:hover .lg\:group-hover\:mr-49p {
    margin-right: 49%;
  }

  .group:hover .lg\:group-hover\:mb-49p {
    margin-bottom: 49%;
  }

  .group:hover .lg\:group-hover\:ml-49p {
    margin-left: 49%;
  }

  .group:hover .lg\:group-hover\:mt-49-5p {
    margin-top: 49.5%;
  }

  .group:hover .lg\:group-hover\:mr-49-5p {
    margin-right: 49.5%;
  }

  .group:hover .lg\:group-hover\:mb-49-5p {
    margin-bottom: 49.5%;
  }

  .group:hover .lg\:group-hover\:ml-49-5p {
    margin-left: 49.5%;
  }

  .group:hover .lg\:group-hover\:mt-80p {
    margin-top: 80%;
  }

  .group:hover .lg\:group-hover\:mr-80p {
    margin-right: 80%;
  }

  .group:hover .lg\:group-hover\:mb-80p {
    margin-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:ml-80p {
    margin-left: 80%;
  }

  .group:hover .lg\:group-hover\:mt-vh80 {
    margin-top: 80vh;
  }

  .group:hover .lg\:group-hover\:mr-vh80 {
    margin-right: 80vh;
  }

  .group:hover .lg\:group-hover\:mb-vh80 {
    margin-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:ml-vh80 {
    margin-left: 80vh;
  }

  .group:hover .lg\:group-hover\:mt-vh86 {
    margin-top: 86vh;
  }

  .group:hover .lg\:group-hover\:mr-vh86 {
    margin-right: 86vh;
  }

  .group:hover .lg\:group-hover\:mb-vh86 {
    margin-bottom: 86vh;
  }

  .group:hover .lg\:group-hover\:ml-vh86 {
    margin-left: 86vh;
  }

  .group:hover .lg\:group-hover\:mt-vh90 {
    margin-top: 90vh;
  }

  .group:hover .lg\:group-hover\:mr-vh90 {
    margin-right: 90vh;
  }

  .group:hover .lg\:group-hover\:mb-vh90 {
    margin-bottom: 90vh;
  }

  .group:hover .lg\:group-hover\:ml-vh90 {
    margin-left: 90vh;
  }

  .group:hover .lg\:group-hover\:mt-vw80 {
    margin-top: 80vw;
  }

  .group:hover .lg\:group-hover\:mr-vw80 {
    margin-right: 80vw;
  }

  .group:hover .lg\:group-hover\:mb-vw80 {
    margin-bottom: 80vw;
  }

  .group:hover .lg\:group-hover\:ml-vw80 {
    margin-left: 80vw;
  }

  .group:hover .lg\:group-hover\:mt-vw90 {
    margin-top: 90vw;
  }

  .group:hover .lg\:group-hover\:mr-vw90 {
    margin-right: 90vw;
  }

  .group:hover .lg\:group-hover\:mb-vw90 {
    margin-bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:ml-vw90 {
    margin-left: 90vw;
  }

  .group:hover .lg\:group-hover\:mt-90p {
    margin-top: 90%;
  }

  .group:hover .lg\:group-hover\:mr-90p {
    margin-right: 90%;
  }

  .group:hover .lg\:group-hover\:mb-90p {
    margin-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:ml-90p {
    margin-left: 90%;
  }

  .group:hover .lg\:group-hover\:mt-92p {
    margin-top: 92%;
  }

  .group:hover .lg\:group-hover\:mr-92p {
    margin-right: 92%;
  }

  .group:hover .lg\:group-hover\:mb-92p {
    margin-bottom: 92%;
  }

  .group:hover .lg\:group-hover\:ml-92p {
    margin-left: 92%;
  }

  .group:hover .lg\:group-hover\:mt-93p {
    margin-top: 93%;
  }

  .group:hover .lg\:group-hover\:mr-93p {
    margin-right: 93%;
  }

  .group:hover .lg\:group-hover\:mb-93p {
    margin-bottom: 93%;
  }

  .group:hover .lg\:group-hover\:ml-93p {
    margin-left: 93%;
  }

  .group:hover .lg\:group-hover\:mt-94p {
    margin-top: 94%;
  }

  .group:hover .lg\:group-hover\:mr-94p {
    margin-right: 94%;
  }

  .group:hover .lg\:group-hover\:mb-94p {
    margin-bottom: 94%;
  }

  .group:hover .lg\:group-hover\:ml-94p {
    margin-left: 94%;
  }

  .group:hover .lg\:group-hover\:mt-95p {
    margin-top: 95%;
  }

  .group:hover .lg\:group-hover\:mr-95p {
    margin-right: 95%;
  }

  .group:hover .lg\:group-hover\:mb-95p {
    margin-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:ml-95p {
    margin-left: 95%;
  }

  .group:hover .lg\:group-hover\:mt-96p {
    margin-top: 96%;
  }

  .group:hover .lg\:group-hover\:mr-96p {
    margin-right: 96%;
  }

  .group:hover .lg\:group-hover\:mb-96p {
    margin-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:ml-96p {
    margin-left: 96%;
  }

  .group:hover .lg\:group-hover\:mt-100p {
    margin-top: 100%;
  }

  .group:hover .lg\:group-hover\:mr-100p {
    margin-right: 100%;
  }

  .group:hover .lg\:group-hover\:mb-100p {
    margin-bottom: 100%;
  }

  .group:hover .lg\:group-hover\:ml-100p {
    margin-left: 100%;
  }

  .group:hover .lg\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .lg\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .lg\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-3 {
    margin-top: -3px;
  }

  .group:hover .lg\:group-hover\:-mr-3 {
    margin-right: -3px;
  }

  .group:hover .lg\:group-hover\:-mb-3 {
    margin-bottom: -3px;
  }

  .group:hover .lg\:group-hover\:-ml-3 {
    margin-left: -3px;
  }

  .group:hover .lg\:group-hover\:-mt-4 {
    margin-top: -4px;
  }

  .group:hover .lg\:group-hover\:-mr-4 {
    margin-right: -4px;
  }

  .group:hover .lg\:group-hover\:-mb-4 {
    margin-bottom: -4px;
  }

  .group:hover .lg\:group-hover\:-ml-4 {
    margin-left: -4px;
  }

  .group:hover .lg\:group-hover\:-mt-5 {
    margin-top: -5px;
  }

  .group:hover .lg\:group-hover\:-mr-5 {
    margin-right: -5px;
  }

  .group:hover .lg\:group-hover\:-mb-5 {
    margin-bottom: -5px;
  }

  .group:hover .lg\:group-hover\:-ml-5 {
    margin-left: -5px;
  }

  .group:hover .lg\:group-hover\:-mt-6 {
    margin-top: -6px;
  }

  .group:hover .lg\:group-hover\:-mr-6 {
    margin-right: -6px;
  }

  .group:hover .lg\:group-hover\:-mb-6 {
    margin-bottom: -6px;
  }

  .group:hover .lg\:group-hover\:-ml-6 {
    margin-left: -6px;
  }

  .group:hover .lg\:group-hover\:-mt-8 {
    margin-top: -8px;
  }

  .group:hover .lg\:group-hover\:-mr-8 {
    margin-right: -8px;
  }

  .group:hover .lg\:group-hover\:-mb-8 {
    margin-bottom: -8px;
  }

  .group:hover .lg\:group-hover\:-ml-8 {
    margin-left: -8px;
  }

  .group:hover .lg\:group-hover\:-mt-9 {
    margin-top: -9px;
  }

  .group:hover .lg\:group-hover\:-mr-9 {
    margin-right: -9px;
  }

  .group:hover .lg\:group-hover\:-mb-9 {
    margin-bottom: -9px;
  }

  .group:hover .lg\:group-hover\:-ml-9 {
    margin-left: -9px;
  }

  .group:hover .lg\:group-hover\:-mt-10 {
    margin-top: -10px;
  }

  .group:hover .lg\:group-hover\:-mr-10 {
    margin-right: -10px;
  }

  .group:hover .lg\:group-hover\:-mb-10 {
    margin-bottom: -10px;
  }

  .group:hover .lg\:group-hover\:-ml-10 {
    margin-left: -10px;
  }

  .group:hover .lg\:group-hover\:-mt-12 {
    margin-top: -12px;
  }

  .group:hover .lg\:group-hover\:-mr-12 {
    margin-right: -12px;
  }

  .group:hover .lg\:group-hover\:-mb-12 {
    margin-bottom: -12px;
  }

  .group:hover .lg\:group-hover\:-ml-12 {
    margin-left: -12px;
  }

  .group:hover .lg\:group-hover\:-mt-13 {
    margin-top: -13px;
  }

  .group:hover .lg\:group-hover\:-mr-13 {
    margin-right: -13px;
  }

  .group:hover .lg\:group-hover\:-mb-13 {
    margin-bottom: -13px;
  }

  .group:hover .lg\:group-hover\:-ml-13 {
    margin-left: -13px;
  }

  .group:hover .lg\:group-hover\:-mt-14 {
    margin-top: -14px;
  }

  .group:hover .lg\:group-hover\:-mr-14 {
    margin-right: -14px;
  }

  .group:hover .lg\:group-hover\:-mb-14 {
    margin-bottom: -14px;
  }

  .group:hover .lg\:group-hover\:-ml-14 {
    margin-left: -14px;
  }

  .group:hover .lg\:group-hover\:-mt-15 {
    margin-top: -15px;
  }

  .group:hover .lg\:group-hover\:-mr-15 {
    margin-right: -15px;
  }

  .group:hover .lg\:group-hover\:-mb-15 {
    margin-bottom: -15px;
  }

  .group:hover .lg\:group-hover\:-ml-15 {
    margin-left: -15px;
  }

  .group:hover .lg\:group-hover\:-mt-16 {
    margin-top: -16px;
  }

  .group:hover .lg\:group-hover\:-mr-16 {
    margin-right: -16px;
  }

  .group:hover .lg\:group-hover\:-mb-16 {
    margin-bottom: -16px;
  }

  .group:hover .lg\:group-hover\:-ml-16 {
    margin-left: -16px;
  }

  .group:hover .lg\:group-hover\:-mt-17 {
    margin-top: -17px;
  }

  .group:hover .lg\:group-hover\:-mr-17 {
    margin-right: -17px;
  }

  .group:hover .lg\:group-hover\:-mb-17 {
    margin-bottom: -17px;
  }

  .group:hover .lg\:group-hover\:-ml-17 {
    margin-left: -17px;
  }

  .group:hover .lg\:group-hover\:-mt-18 {
    margin-top: -18px;
  }

  .group:hover .lg\:group-hover\:-mr-18 {
    margin-right: -18px;
  }

  .group:hover .lg\:group-hover\:-mb-18 {
    margin-bottom: -18px;
  }

  .group:hover .lg\:group-hover\:-ml-18 {
    margin-left: -18px;
  }

  .group:hover .lg\:group-hover\:-mt-20 {
    margin-top: -20px;
  }

  .group:hover .lg\:group-hover\:-mr-20 {
    margin-right: -20px;
  }

  .group:hover .lg\:group-hover\:-mb-20 {
    margin-bottom: -20px;
  }

  .group:hover .lg\:group-hover\:-ml-20 {
    margin-left: -20px;
  }

  .group:hover .lg\:group-hover\:-mt-22 {
    margin-top: -22px;
  }

  .group:hover .lg\:group-hover\:-mr-22 {
    margin-right: -22px;
  }

  .group:hover .lg\:group-hover\:-mb-22 {
    margin-bottom: -22px;
  }

  .group:hover .lg\:group-hover\:-ml-22 {
    margin-left: -22px;
  }

  .group:hover .lg\:group-hover\:-mt-24 {
    margin-top: -24px;
  }

  .group:hover .lg\:group-hover\:-mr-24 {
    margin-right: -24px;
  }

  .group:hover .lg\:group-hover\:-mb-24 {
    margin-bottom: -24px;
  }

  .group:hover .lg\:group-hover\:-ml-24 {
    margin-left: -24px;
  }

  .group:hover .lg\:group-hover\:-mt-25 {
    margin-top: -25px;
  }

  .group:hover .lg\:group-hover\:-mr-25 {
    margin-right: -25px;
  }

  .group:hover .lg\:group-hover\:-mb-25 {
    margin-bottom: -25px;
  }

  .group:hover .lg\:group-hover\:-ml-25 {
    margin-left: -25px;
  }

  .group:hover .lg\:group-hover\:-mt-28 {
    margin-top: -28px;
  }

  .group:hover .lg\:group-hover\:-mr-28 {
    margin-right: -28px;
  }

  .group:hover .lg\:group-hover\:-mb-28 {
    margin-bottom: -28px;
  }

  .group:hover .lg\:group-hover\:-ml-28 {
    margin-left: -28px;
  }

  .group:hover .lg\:group-hover\:-mt-29 {
    margin-top: -29px;
  }

  .group:hover .lg\:group-hover\:-mr-29 {
    margin-right: -29px;
  }

  .group:hover .lg\:group-hover\:-mb-29 {
    margin-bottom: -29px;
  }

  .group:hover .lg\:group-hover\:-ml-29 {
    margin-left: -29px;
  }

  .group:hover .lg\:group-hover\:-mt-30 {
    margin-top: -30px;
  }

  .group:hover .lg\:group-hover\:-mr-30 {
    margin-right: -30px;
  }

  .group:hover .lg\:group-hover\:-mb-30 {
    margin-bottom: -30px;
  }

  .group:hover .lg\:group-hover\:-ml-30 {
    margin-left: -30px;
  }

  .group:hover .lg\:group-hover\:-mt-32 {
    margin-top: -32px;
  }

  .group:hover .lg\:group-hover\:-mr-32 {
    margin-right: -32px;
  }

  .group:hover .lg\:group-hover\:-mb-32 {
    margin-bottom: -32px;
  }

  .group:hover .lg\:group-hover\:-ml-32 {
    margin-left: -32px;
  }

  .group:hover .lg\:group-hover\:-mt-35 {
    margin-top: -35px;
  }

  .group:hover .lg\:group-hover\:-mr-35 {
    margin-right: -35px;
  }

  .group:hover .lg\:group-hover\:-mb-35 {
    margin-bottom: -35px;
  }

  .group:hover .lg\:group-hover\:-ml-35 {
    margin-left: -35px;
  }

  .group:hover .lg\:group-hover\:-mt-36 {
    margin-top: -36px;
  }

  .group:hover .lg\:group-hover\:-mr-36 {
    margin-right: -36px;
  }

  .group:hover .lg\:group-hover\:-mb-36 {
    margin-bottom: -36px;
  }

  .group:hover .lg\:group-hover\:-ml-36 {
    margin-left: -36px;
  }

  .group:hover .lg\:group-hover\:-mt-37 {
    margin-top: -37px;
  }

  .group:hover .lg\:group-hover\:-mr-37 {
    margin-right: -37px;
  }

  .group:hover .lg\:group-hover\:-mb-37 {
    margin-bottom: -37px;
  }

  .group:hover .lg\:group-hover\:-ml-37 {
    margin-left: -37px;
  }

  .group:hover .lg\:group-hover\:-mt-40 {
    margin-top: -40px;
  }

  .group:hover .lg\:group-hover\:-mr-40 {
    margin-right: -40px;
  }

  .group:hover .lg\:group-hover\:-mb-40 {
    margin-bottom: -40px;
  }

  .group:hover .lg\:group-hover\:-ml-40 {
    margin-left: -40px;
  }

  .group:hover .lg\:group-hover\:-mt-45 {
    margin-top: -45px;
  }

  .group:hover .lg\:group-hover\:-mr-45 {
    margin-right: -45px;
  }

  .group:hover .lg\:group-hover\:-mb-45 {
    margin-bottom: -45px;
  }

  .group:hover .lg\:group-hover\:-ml-45 {
    margin-left: -45px;
  }

  .group:hover .lg\:group-hover\:-mt-48 {
    margin-top: -48px;
  }

  .group:hover .lg\:group-hover\:-mr-48 {
    margin-right: -48px;
  }

  .group:hover .lg\:group-hover\:-mb-48 {
    margin-bottom: -48px;
  }

  .group:hover .lg\:group-hover\:-ml-48 {
    margin-left: -48px;
  }

  .group:hover .lg\:group-hover\:-mt-50 {
    margin-top: -50px;
  }

  .group:hover .lg\:group-hover\:-mr-50 {
    margin-right: -50px;
  }

  .group:hover .lg\:group-hover\:-mb-50 {
    margin-bottom: -50px;
  }

  .group:hover .lg\:group-hover\:-ml-50 {
    margin-left: -50px;
  }

  .group:hover .lg\:group-hover\:-mt-55 {
    margin-top: -55px;
  }

  .group:hover .lg\:group-hover\:-mr-55 {
    margin-right: -55px;
  }

  .group:hover .lg\:group-hover\:-mb-55 {
    margin-bottom: -55px;
  }

  .group:hover .lg\:group-hover\:-ml-55 {
    margin-left: -55px;
  }

  .group:hover .lg\:group-hover\:-mt-56 {
    margin-top: -56px;
  }

  .group:hover .lg\:group-hover\:-mr-56 {
    margin-right: -56px;
  }

  .group:hover .lg\:group-hover\:-mb-56 {
    margin-bottom: -56px;
  }

  .group:hover .lg\:group-hover\:-ml-56 {
    margin-left: -56px;
  }

  .group:hover .lg\:group-hover\:-mt-60 {
    margin-top: -60px;
  }

  .group:hover .lg\:group-hover\:-mr-60 {
    margin-right: -60px;
  }

  .group:hover .lg\:group-hover\:-mb-60 {
    margin-bottom: -60px;
  }

  .group:hover .lg\:group-hover\:-ml-60 {
    margin-left: -60px;
  }

  .group:hover .lg\:group-hover\:-mt-62 {
    margin-top: -62px;
  }

  .group:hover .lg\:group-hover\:-mr-62 {
    margin-right: -62px;
  }

  .group:hover .lg\:group-hover\:-mb-62 {
    margin-bottom: -62px;
  }

  .group:hover .lg\:group-hover\:-ml-62 {
    margin-left: -62px;
  }

  .group:hover .lg\:group-hover\:-mt-64 {
    margin-top: -64px;
  }

  .group:hover .lg\:group-hover\:-mr-64 {
    margin-right: -64px;
  }

  .group:hover .lg\:group-hover\:-mb-64 {
    margin-bottom: -64px;
  }

  .group:hover .lg\:group-hover\:-ml-64 {
    margin-left: -64px;
  }

  .group:hover .lg\:group-hover\:-mt-65 {
    margin-top: -65px;
  }

  .group:hover .lg\:group-hover\:-mr-65 {
    margin-right: -65px;
  }

  .group:hover .lg\:group-hover\:-mb-65 {
    margin-bottom: -65px;
  }

  .group:hover .lg\:group-hover\:-ml-65 {
    margin-left: -65px;
  }

  .group:hover .lg\:group-hover\:-mt-70 {
    margin-top: -70px;
  }

  .group:hover .lg\:group-hover\:-mr-70 {
    margin-right: -70px;
  }

  .group:hover .lg\:group-hover\:-mb-70 {
    margin-bottom: -70px;
  }

  .group:hover .lg\:group-hover\:-ml-70 {
    margin-left: -70px;
  }

  .group:hover .lg\:group-hover\:-mt-75 {
    margin-top: -75px;
  }

  .group:hover .lg\:group-hover\:-mr-75 {
    margin-right: -75px;
  }

  .group:hover .lg\:group-hover\:-mb-75 {
    margin-bottom: -75px;
  }

  .group:hover .lg\:group-hover\:-ml-75 {
    margin-left: -75px;
  }

  .group:hover .lg\:group-hover\:-mt-80 {
    margin-top: -80px;
  }

  .group:hover .lg\:group-hover\:-mr-80 {
    margin-right: -80px;
  }

  .group:hover .lg\:group-hover\:-mb-80 {
    margin-bottom: -80px;
  }

  .group:hover .lg\:group-hover\:-ml-80 {
    margin-left: -80px;
  }

  .group:hover .lg\:group-hover\:-mt-85 {
    margin-top: -85px;
  }

  .group:hover .lg\:group-hover\:-mr-85 {
    margin-right: -85px;
  }

  .group:hover .lg\:group-hover\:-mb-85 {
    margin-bottom: -85px;
  }

  .group:hover .lg\:group-hover\:-ml-85 {
    margin-left: -85px;
  }

  .group:hover .lg\:group-hover\:-mt-90 {
    margin-top: -90px;
  }

  .group:hover .lg\:group-hover\:-mr-90 {
    margin-right: -90px;
  }

  .group:hover .lg\:group-hover\:-mb-90 {
    margin-bottom: -90px;
  }

  .group:hover .lg\:group-hover\:-ml-90 {
    margin-left: -90px;
  }

  .group:hover .lg\:group-hover\:-mt-95 {
    margin-top: -95px;
  }

  .group:hover .lg\:group-hover\:-mr-95 {
    margin-right: -95px;
  }

  .group:hover .lg\:group-hover\:-mb-95 {
    margin-bottom: -95px;
  }

  .group:hover .lg\:group-hover\:-ml-95 {
    margin-left: -95px;
  }

  .group:hover .lg\:group-hover\:-mt-96 {
    margin-top: -96px;
  }

  .group:hover .lg\:group-hover\:-mr-96 {
    margin-right: -96px;
  }

  .group:hover .lg\:group-hover\:-mb-96 {
    margin-bottom: -96px;
  }

  .group:hover .lg\:group-hover\:-ml-96 {
    margin-left: -96px;
  }

  .group:hover .lg\:group-hover\:-mt-100 {
    margin-top: -100px;
  }

  .group:hover .lg\:group-hover\:-mr-100 {
    margin-right: -100px;
  }

  .group:hover .lg\:group-hover\:-mb-100 {
    margin-bottom: -100px;
  }

  .group:hover .lg\:group-hover\:-ml-100 {
    margin-left: -100px;
  }

  .group:hover .lg\:group-hover\:-mt-110 {
    margin-top: -110px;
  }

  .group:hover .lg\:group-hover\:-mr-110 {
    margin-right: -110px;
  }

  .group:hover .lg\:group-hover\:-mb-110 {
    margin-bottom: -110px;
  }

  .group:hover .lg\:group-hover\:-ml-110 {
    margin-left: -110px;
  }

  .group:hover .lg\:group-hover\:-mt-115 {
    margin-top: -115px;
  }

  .group:hover .lg\:group-hover\:-mr-115 {
    margin-right: -115px;
  }

  .group:hover .lg\:group-hover\:-mb-115 {
    margin-bottom: -115px;
  }

  .group:hover .lg\:group-hover\:-ml-115 {
    margin-left: -115px;
  }

  .group:hover .lg\:group-hover\:-mt-120 {
    margin-top: -120px;
  }

  .group:hover .lg\:group-hover\:-mr-120 {
    margin-right: -120px;
  }

  .group:hover .lg\:group-hover\:-mb-120 {
    margin-bottom: -120px;
  }

  .group:hover .lg\:group-hover\:-ml-120 {
    margin-left: -120px;
  }

  .group:hover .lg\:group-hover\:-mt-128 {
    margin-top: -128px;
  }

  .group:hover .lg\:group-hover\:-mr-128 {
    margin-right: -128px;
  }

  .group:hover .lg\:group-hover\:-mb-128 {
    margin-bottom: -128px;
  }

  .group:hover .lg\:group-hover\:-ml-128 {
    margin-left: -128px;
  }

  .group:hover .lg\:group-hover\:-mt-135 {
    margin-top: -135px;
  }

  .group:hover .lg\:group-hover\:-mr-135 {
    margin-right: -135px;
  }

  .group:hover .lg\:group-hover\:-mb-135 {
    margin-bottom: -135px;
  }

  .group:hover .lg\:group-hover\:-ml-135 {
    margin-left: -135px;
  }

  .group:hover .lg\:group-hover\:-mt-140 {
    margin-top: -140px;
  }

  .group:hover .lg\:group-hover\:-mr-140 {
    margin-right: -140px;
  }

  .group:hover .lg\:group-hover\:-mb-140 {
    margin-bottom: -140px;
  }

  .group:hover .lg\:group-hover\:-ml-140 {
    margin-left: -140px;
  }

  .group:hover .lg\:group-hover\:-mt-145 {
    margin-top: -145px;
  }

  .group:hover .lg\:group-hover\:-mr-145 {
    margin-right: -145px;
  }

  .group:hover .lg\:group-hover\:-mb-145 {
    margin-bottom: -145px;
  }

  .group:hover .lg\:group-hover\:-ml-145 {
    margin-left: -145px;
  }

  .group:hover .lg\:group-hover\:-mt-150 {
    margin-top: -150px;
  }

  .group:hover .lg\:group-hover\:-mr-150 {
    margin-right: -150px;
  }

  .group:hover .lg\:group-hover\:-mb-150 {
    margin-bottom: -150px;
  }

  .group:hover .lg\:group-hover\:-ml-150 {
    margin-left: -150px;
  }

  .group:hover .lg\:group-hover\:-mt-160 {
    margin-top: -160px;
  }

  .group:hover .lg\:group-hover\:-mr-160 {
    margin-right: -160px;
  }

  .group:hover .lg\:group-hover\:-mb-160 {
    margin-bottom: -160px;
  }

  .group:hover .lg\:group-hover\:-ml-160 {
    margin-left: -160px;
  }

  .group:hover .lg\:group-hover\:-mt-165 {
    margin-top: -165px;
  }

  .group:hover .lg\:group-hover\:-mr-165 {
    margin-right: -165px;
  }

  .group:hover .lg\:group-hover\:-mb-165 {
    margin-bottom: -165px;
  }

  .group:hover .lg\:group-hover\:-ml-165 {
    margin-left: -165px;
  }

  .group:hover .lg\:group-hover\:-mt-168 {
    margin-top: -168px;
  }

  .group:hover .lg\:group-hover\:-mr-168 {
    margin-right: -168px;
  }

  .group:hover .lg\:group-hover\:-mb-168 {
    margin-bottom: -168px;
  }

  .group:hover .lg\:group-hover\:-ml-168 {
    margin-left: -168px;
  }

  .group:hover .lg\:group-hover\:-mt-170 {
    margin-top: -170px;
  }

  .group:hover .lg\:group-hover\:-mr-170 {
    margin-right: -170px;
  }

  .group:hover .lg\:group-hover\:-mb-170 {
    margin-bottom: -170px;
  }

  .group:hover .lg\:group-hover\:-ml-170 {
    margin-left: -170px;
  }

  .group:hover .lg\:group-hover\:-mt-180 {
    margin-top: -180px;
  }

  .group:hover .lg\:group-hover\:-mr-180 {
    margin-right: -180px;
  }

  .group:hover .lg\:group-hover\:-mb-180 {
    margin-bottom: -180px;
  }

  .group:hover .lg\:group-hover\:-ml-180 {
    margin-left: -180px;
  }

  .group:hover .lg\:group-hover\:-mt-200 {
    margin-top: -200px;
  }

  .group:hover .lg\:group-hover\:-mr-200 {
    margin-right: -200px;
  }

  .group:hover .lg\:group-hover\:-mb-200 {
    margin-bottom: -200px;
  }

  .group:hover .lg\:group-hover\:-ml-200 {
    margin-left: -200px;
  }

  .group:hover .lg\:group-hover\:-mt-220 {
    margin-top: -220px;
  }

  .group:hover .lg\:group-hover\:-mr-220 {
    margin-right: -220px;
  }

  .group:hover .lg\:group-hover\:-mb-220 {
    margin-bottom: -220px;
  }

  .group:hover .lg\:group-hover\:-ml-220 {
    margin-left: -220px;
  }

  .group:hover .lg\:group-hover\:-mt-230 {
    margin-top: -230px;
  }

  .group:hover .lg\:group-hover\:-mr-230 {
    margin-right: -230px;
  }

  .group:hover .lg\:group-hover\:-mb-230 {
    margin-bottom: -230px;
  }

  .group:hover .lg\:group-hover\:-ml-230 {
    margin-left: -230px;
  }

  .group:hover .lg\:group-hover\:-mt-235 {
    margin-top: -235px;
  }

  .group:hover .lg\:group-hover\:-mr-235 {
    margin-right: -235px;
  }

  .group:hover .lg\:group-hover\:-mb-235 {
    margin-bottom: -235px;
  }

  .group:hover .lg\:group-hover\:-ml-235 {
    margin-left: -235px;
  }

  .group:hover .lg\:group-hover\:-mt-240 {
    margin-top: -240px;
  }

  .group:hover .lg\:group-hover\:-mr-240 {
    margin-right: -240px;
  }

  .group:hover .lg\:group-hover\:-mb-240 {
    margin-bottom: -240px;
  }

  .group:hover .lg\:group-hover\:-ml-240 {
    margin-left: -240px;
  }

  .group:hover .lg\:group-hover\:-mt-250 {
    margin-top: -250px;
  }

  .group:hover .lg\:group-hover\:-mr-250 {
    margin-right: -250px;
  }

  .group:hover .lg\:group-hover\:-mb-250 {
    margin-bottom: -250px;
  }

  .group:hover .lg\:group-hover\:-ml-250 {
    margin-left: -250px;
  }

  .group:hover .lg\:group-hover\:-mt-300 {
    margin-top: -300px;
  }

  .group:hover .lg\:group-hover\:-mr-300 {
    margin-right: -300px;
  }

  .group:hover .lg\:group-hover\:-mb-300 {
    margin-bottom: -300px;
  }

  .group:hover .lg\:group-hover\:-ml-300 {
    margin-left: -300px;
  }

  .group:hover .lg\:group-hover\:-mt-320 {
    margin-top: -320px;
  }

  .group:hover .lg\:group-hover\:-mr-320 {
    margin-right: -320px;
  }

  .group:hover .lg\:group-hover\:-mb-320 {
    margin-bottom: -320px;
  }

  .group:hover .lg\:group-hover\:-ml-320 {
    margin-left: -320px;
  }

  .group:hover .lg\:group-hover\:-mt-350 {
    margin-top: -350px;
  }

  .group:hover .lg\:group-hover\:-mr-350 {
    margin-right: -350px;
  }

  .group:hover .lg\:group-hover\:-mb-350 {
    margin-bottom: -350px;
  }

  .group:hover .lg\:group-hover\:-ml-350 {
    margin-left: -350px;
  }

  .group:hover .lg\:group-hover\:-mt-375 {
    margin-top: -375px;
  }

  .group:hover .lg\:group-hover\:-mr-375 {
    margin-right: -375px;
  }

  .group:hover .lg\:group-hover\:-mb-375 {
    margin-bottom: -375px;
  }

  .group:hover .lg\:group-hover\:-ml-375 {
    margin-left: -375px;
  }

  .group:hover .lg\:group-hover\:-mt-400 {
    margin-top: -400px;
  }

  .group:hover .lg\:group-hover\:-mr-400 {
    margin-right: -400px;
  }

  .group:hover .lg\:group-hover\:-mb-400 {
    margin-bottom: -400px;
  }

  .group:hover .lg\:group-hover\:-ml-400 {
    margin-left: -400px;
  }

  .group:hover .lg\:group-hover\:-mt-450 {
    margin-top: -450px;
  }

  .group:hover .lg\:group-hover\:-mr-450 {
    margin-right: -450px;
  }

  .group:hover .lg\:group-hover\:-mb-450 {
    margin-bottom: -450px;
  }

  .group:hover .lg\:group-hover\:-ml-450 {
    margin-left: -450px;
  }

  .group:hover .lg\:group-hover\:-mt-700 {
    margin-top: -700px;
  }

  .group:hover .lg\:group-hover\:-mr-700 {
    margin-right: -700px;
  }

  .group:hover .lg\:group-hover\:-mb-700 {
    margin-bottom: -700px;
  }

  .group:hover .lg\:group-hover\:-ml-700 {
    margin-left: -700px;
  }

  .group:hover .lg\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .lg\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .lg\:group-hover\:-mt-1p {
    margin-top: -1%;
  }

  .group:hover .lg\:group-hover\:-mr-1p {
    margin-right: -1%;
  }

  .group:hover .lg\:group-hover\:-mb-1p {
    margin-bottom: -1%;
  }

  .group:hover .lg\:group-hover\:-ml-1p {
    margin-left: -1%;
  }

  .group:hover .lg\:group-hover\:-mt-1\/12 {
    margin-top: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-mr-1\/12 {
    margin-right: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-mb-1\/12 {
    margin-bottom: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-ml-1\/12 {
    margin-left: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-mt-11p {
    margin-top: -11%;
  }

  .group:hover .lg\:group-hover\:-mr-11p {
    margin-right: -11%;
  }

  .group:hover .lg\:group-hover\:-mb-11p {
    margin-bottom: -11%;
  }

  .group:hover .lg\:group-hover\:-ml-11p {
    margin-left: -11%;
  }

  .group:hover .lg\:group-hover\:-mt-20p {
    margin-top: -20%;
  }

  .group:hover .lg\:group-hover\:-mr-20p {
    margin-right: -20%;
  }

  .group:hover .lg\:group-hover\:-mb-20p {
    margin-bottom: -20%;
  }

  .group:hover .lg\:group-hover\:-ml-20p {
    margin-left: -20%;
  }

  .group:hover .lg\:group-hover\:-mt-24p {
    margin-top: -24.25%;
  }

  .group:hover .lg\:group-hover\:-mr-24p {
    margin-right: -24.25%;
  }

  .group:hover .lg\:group-hover\:-mb-24p {
    margin-bottom: -24.25%;
  }

  .group:hover .lg\:group-hover\:-ml-24p {
    margin-left: -24.25%;
  }

  .group:hover .lg\:group-hover\:-mt-25p {
    margin-top: -25%;
  }

  .group:hover .lg\:group-hover\:-mr-25p {
    margin-right: -25%;
  }

  .group:hover .lg\:group-hover\:-mb-25p {
    margin-bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-ml-25p {
    margin-left: -25%;
  }

  .group:hover .lg\:group-hover\:-mt-32p {
    margin-top: -32%;
  }

  .group:hover .lg\:group-hover\:-mr-32p {
    margin-right: -32%;
  }

  .group:hover .lg\:group-hover\:-mb-32p {
    margin-bottom: -32%;
  }

  .group:hover .lg\:group-hover\:-ml-32p {
    margin-left: -32%;
  }

  .group:hover .lg\:group-hover\:-mt-35p {
    margin-top: -35%;
  }

  .group:hover .lg\:group-hover\:-mr-35p {
    margin-right: -35%;
  }

  .group:hover .lg\:group-hover\:-mb-35p {
    margin-bottom: -35%;
  }

  .group:hover .lg\:group-hover\:-ml-35p {
    margin-left: -35%;
  }

  .group:hover .lg\:group-hover\:-mt-40p {
    margin-top: -40%;
  }

  .group:hover .lg\:group-hover\:-mr-40p {
    margin-right: -40%;
  }

  .group:hover .lg\:group-hover\:-mb-40p {
    margin-bottom: -40%;
  }

  .group:hover .lg\:group-hover\:-ml-40p {
    margin-left: -40%;
  }

  .group:hover .lg\:group-hover\:-mt-49p {
    margin-top: -49%;
  }

  .group:hover .lg\:group-hover\:-mr-49p {
    margin-right: -49%;
  }

  .group:hover .lg\:group-hover\:-mb-49p {
    margin-bottom: -49%;
  }

  .group:hover .lg\:group-hover\:-ml-49p {
    margin-left: -49%;
  }

  .group:hover .lg\:group-hover\:-mt-49-5p {
    margin-top: -49.5%;
  }

  .group:hover .lg\:group-hover\:-mr-49-5p {
    margin-right: -49.5%;
  }

  .group:hover .lg\:group-hover\:-mb-49-5p {
    margin-bottom: -49.5%;
  }

  .group:hover .lg\:group-hover\:-ml-49-5p {
    margin-left: -49.5%;
  }

  .group:hover .lg\:group-hover\:-mt-80p {
    margin-top: -80%;
  }

  .group:hover .lg\:group-hover\:-mr-80p {
    margin-right: -80%;
  }

  .group:hover .lg\:group-hover\:-mb-80p {
    margin-bottom: -80%;
  }

  .group:hover .lg\:group-hover\:-ml-80p {
    margin-left: -80%;
  }

  .group:hover .lg\:group-hover\:-mt-vh80 {
    margin-top: -80vh;
  }

  .group:hover .lg\:group-hover\:-mr-vh80 {
    margin-right: -80vh;
  }

  .group:hover .lg\:group-hover\:-mb-vh80 {
    margin-bottom: -80vh;
  }

  .group:hover .lg\:group-hover\:-ml-vh80 {
    margin-left: -80vh;
  }

  .group:hover .lg\:group-hover\:-mt-vh86 {
    margin-top: -86vh;
  }

  .group:hover .lg\:group-hover\:-mr-vh86 {
    margin-right: -86vh;
  }

  .group:hover .lg\:group-hover\:-mb-vh86 {
    margin-bottom: -86vh;
  }

  .group:hover .lg\:group-hover\:-ml-vh86 {
    margin-left: -86vh;
  }

  .group:hover .lg\:group-hover\:-mt-vh90 {
    margin-top: -90vh;
  }

  .group:hover .lg\:group-hover\:-mr-vh90 {
    margin-right: -90vh;
  }

  .group:hover .lg\:group-hover\:-mb-vh90 {
    margin-bottom: -90vh;
  }

  .group:hover .lg\:group-hover\:-ml-vh90 {
    margin-left: -90vh;
  }

  .group:hover .lg\:group-hover\:-mt-vw80 {
    margin-top: -80vw;
  }

  .group:hover .lg\:group-hover\:-mr-vw80 {
    margin-right: -80vw;
  }

  .group:hover .lg\:group-hover\:-mb-vw80 {
    margin-bottom: -80vw;
  }

  .group:hover .lg\:group-hover\:-ml-vw80 {
    margin-left: -80vw;
  }

  .group:hover .lg\:group-hover\:-mt-vw90 {
    margin-top: -90vw;
  }

  .group:hover .lg\:group-hover\:-mr-vw90 {
    margin-right: -90vw;
  }

  .group:hover .lg\:group-hover\:-mb-vw90 {
    margin-bottom: -90vw;
  }

  .group:hover .lg\:group-hover\:-ml-vw90 {
    margin-left: -90vw;
  }

  .group:hover .lg\:group-hover\:-mt-90p {
    margin-top: -90%;
  }

  .group:hover .lg\:group-hover\:-mr-90p {
    margin-right: -90%;
  }

  .group:hover .lg\:group-hover\:-mb-90p {
    margin-bottom: -90%;
  }

  .group:hover .lg\:group-hover\:-ml-90p {
    margin-left: -90%;
  }

  .group:hover .lg\:group-hover\:-mt-92p {
    margin-top: -92%;
  }

  .group:hover .lg\:group-hover\:-mr-92p {
    margin-right: -92%;
  }

  .group:hover .lg\:group-hover\:-mb-92p {
    margin-bottom: -92%;
  }

  .group:hover .lg\:group-hover\:-ml-92p {
    margin-left: -92%;
  }

  .group:hover .lg\:group-hover\:-mt-93p {
    margin-top: -93%;
  }

  .group:hover .lg\:group-hover\:-mr-93p {
    margin-right: -93%;
  }

  .group:hover .lg\:group-hover\:-mb-93p {
    margin-bottom: -93%;
  }

  .group:hover .lg\:group-hover\:-ml-93p {
    margin-left: -93%;
  }

  .group:hover .lg\:group-hover\:-mt-94p {
    margin-top: -94%;
  }

  .group:hover .lg\:group-hover\:-mr-94p {
    margin-right: -94%;
  }

  .group:hover .lg\:group-hover\:-mb-94p {
    margin-bottom: -94%;
  }

  .group:hover .lg\:group-hover\:-ml-94p {
    margin-left: -94%;
  }

  .group:hover .lg\:group-hover\:-mt-95p {
    margin-top: -95%;
  }

  .group:hover .lg\:group-hover\:-mr-95p {
    margin-right: -95%;
  }

  .group:hover .lg\:group-hover\:-mb-95p {
    margin-bottom: -95%;
  }

  .group:hover .lg\:group-hover\:-ml-95p {
    margin-left: -95%;
  }

  .group:hover .lg\:group-hover\:-mt-96p {
    margin-top: -96%;
  }

  .group:hover .lg\:group-hover\:-mr-96p {
    margin-right: -96%;
  }

  .group:hover .lg\:group-hover\:-mb-96p {
    margin-bottom: -96%;
  }

  .group:hover .lg\:group-hover\:-ml-96p {
    margin-left: -96%;
  }

  .group:hover .lg\:group-hover\:-mt-100p {
    margin-top: -100%;
  }

  .group:hover .lg\:group-hover\:-mr-100p {
    margin-right: -100%;
  }

  .group:hover .lg\:group-hover\:-mb-100p {
    margin-bottom: -100%;
  }

  .group:hover .lg\:group-hover\:-ml-100p {
    margin-left: -100%;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-15 {
    max-height: 15px;
  }

  .lg\:max-h-250 {
    max-height: 250px;
  }

  .lg\:max-h-300 {
    max-height: 300px;
  }

  .lg\:max-h-400 {
    max-height: 400px;
  }

  .lg\:max-h-450 {
    max-height: 450px;
  }

  .lg\:max-h-500 {
    max-height: 500px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-h-80vh {
    max-height: 80vh;
  }

  .lg\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .lg\:hover\:max-h-15:hover {
    max-height: 15px;
  }

  .lg\:hover\:max-h-250:hover {
    max-height: 250px;
  }

  .lg\:hover\:max-h-300:hover {
    max-height: 300px;
  }

  .lg\:hover\:max-h-400:hover {
    max-height: 400px;
  }

  .lg\:hover\:max-h-450:hover {
    max-height: 450px;
  }

  .lg\:hover\:max-h-500:hover {
    max-height: 500px;
  }

  .lg\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .lg\:hover\:max-h-80vh:hover {
    max-height: 80vh;
  }

  .lg\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .lg\:focus\:max-h-15:focus {
    max-height: 15px;
  }

  .lg\:focus\:max-h-250:focus {
    max-height: 250px;
  }

  .lg\:focus\:max-h-300:focus {
    max-height: 300px;
  }

  .lg\:focus\:max-h-400:focus {
    max-height: 400px;
  }

  .lg\:focus\:max-h-450:focus {
    max-height: 450px;
  }

  .lg\:focus\:max-h-500:focus {
    max-height: 500px;
  }

  .lg\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .lg\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .lg\:focus\:max-h-80vh:focus {
    max-height: 80vh;
  }

  .lg\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .lg\:first\:max-h-15:first-child {
    max-height: 15px;
  }

  .lg\:first\:max-h-250:first-child {
    max-height: 250px;
  }

  .lg\:first\:max-h-300:first-child {
    max-height: 300px;
  }

  .lg\:first\:max-h-400:first-child {
    max-height: 400px;
  }

  .lg\:first\:max-h-450:first-child {
    max-height: 450px;
  }

  .lg\:first\:max-h-500:first-child {
    max-height: 500px;
  }

  .lg\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .lg\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .lg\:first\:max-h-80vh:first-child {
    max-height: 80vh;
  }

  .lg\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .lg\:last\:max-h-15:last-child {
    max-height: 15px;
  }

  .lg\:last\:max-h-250:last-child {
    max-height: 250px;
  }

  .lg\:last\:max-h-300:last-child {
    max-height: 300px;
  }

  .lg\:last\:max-h-400:last-child {
    max-height: 400px;
  }

  .lg\:last\:max-h-450:last-child {
    max-height: 450px;
  }

  .lg\:last\:max-h-500:last-child {
    max-height: 500px;
  }

  .lg\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .lg\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .lg\:last\:max-h-80vh:last-child {
    max-height: 80vh;
  }

  .group:hover .lg\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .lg\:group-hover\:max-h-15 {
    max-height: 15px;
  }

  .group:hover .lg\:group-hover\:max-h-250 {
    max-height: 250px;
  }

  .group:hover .lg\:group-hover\:max-h-300 {
    max-height: 300px;
  }

  .group:hover .lg\:group-hover\:max-h-400 {
    max-height: 400px;
  }

  .group:hover .lg\:group-hover\:max-h-450 {
    max-height: 450px;
  }

  .group:hover .lg\:group-hover\:max-h-500 {
    max-height: 500px;
  }

  .group:hover .lg\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .lg\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .lg\:group-hover\:max-h-80vh {
    max-height: 80vh;
  }

  .lg\:max-w-30 {
    max-width: 30px;
  }

  .lg\:max-w-110 {
    max-width: 110px;
  }

  .lg\:max-w-150 {
    max-width: 150px;
  }

  .lg\:max-w-270 {
    max-width: 270px;
  }

  .lg\:max-w-300 {
    max-width: 300px;
  }

  .lg\:max-w-500 {
    max-width: 500px;
  }

  .lg\:max-w-900 {
    max-width: 900px;
  }

  .lg\:max-w-1128 {
    max-width: 1128px;
  }

  .lg\:max-w-1380 {
    max-width: 1380px;
  }

  .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-xs {
    max-width: 376px;
  }

  .lg\:max-w-screen-s {
    max-width: 650px;
  }

  .lg\:max-w-screen-md {
    max-width: 900px;
  }

  .lg\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .lg\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1600px;
  }

  .lg\:max-w-100vw {
    max-width: 100vw;
  }

  .lg\:hover\:max-w-30:hover {
    max-width: 30px;
  }

  .lg\:hover\:max-w-110:hover {
    max-width: 110px;
  }

  .lg\:hover\:max-w-150:hover {
    max-width: 150px;
  }

  .lg\:hover\:max-w-270:hover {
    max-width: 270px;
  }

  .lg\:hover\:max-w-300:hover {
    max-width: 300px;
  }

  .lg\:hover\:max-w-500:hover {
    max-width: 500px;
  }

  .lg\:hover\:max-w-900:hover {
    max-width: 900px;
  }

  .lg\:hover\:max-w-1128:hover {
    max-width: 1128px;
  }

  .lg\:hover\:max-w-1380:hover {
    max-width: 1380px;
  }

  .lg\:hover\:max-w-none:hover {
    max-width: none;
  }

  .lg\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .lg\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .lg\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .lg\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .lg\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .lg\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .lg\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .lg\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .lg\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .lg\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .lg\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .lg\:hover\:max-w-screen-xs:hover {
    max-width: 376px;
  }

  .lg\:hover\:max-w-screen-s:hover {
    max-width: 650px;
  }

  .lg\:hover\:max-w-screen-md:hover {
    max-width: 900px;
  }

  .lg\:hover\:max-w-screen-desktop:hover {
    max-width: 1025px;
  }

  .lg\:hover\:max-w-screen-desktop-min:hover {
    max-width: 1248px;
  }

  .lg\:hover\:max-w-screen-lg:hover {
    max-width: 1600px;
  }

  .lg\:hover\:max-w-100vw:hover {
    max-width: 100vw;
  }

  .lg\:focus\:max-w-30:focus {
    max-width: 30px;
  }

  .lg\:focus\:max-w-110:focus {
    max-width: 110px;
  }

  .lg\:focus\:max-w-150:focus {
    max-width: 150px;
  }

  .lg\:focus\:max-w-270:focus {
    max-width: 270px;
  }

  .lg\:focus\:max-w-300:focus {
    max-width: 300px;
  }

  .lg\:focus\:max-w-500:focus {
    max-width: 500px;
  }

  .lg\:focus\:max-w-900:focus {
    max-width: 900px;
  }

  .lg\:focus\:max-w-1128:focus {
    max-width: 1128px;
  }

  .lg\:focus\:max-w-1380:focus {
    max-width: 1380px;
  }

  .lg\:focus\:max-w-none:focus {
    max-width: none;
  }

  .lg\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .lg\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .lg\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .lg\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .lg\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .lg\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .lg\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .lg\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .lg\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .lg\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .lg\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .lg\:focus\:max-w-screen-xs:focus {
    max-width: 376px;
  }

  .lg\:focus\:max-w-screen-s:focus {
    max-width: 650px;
  }

  .lg\:focus\:max-w-screen-md:focus {
    max-width: 900px;
  }

  .lg\:focus\:max-w-screen-desktop:focus {
    max-width: 1025px;
  }

  .lg\:focus\:max-w-screen-desktop-min:focus {
    max-width: 1248px;
  }

  .lg\:focus\:max-w-screen-lg:focus {
    max-width: 1600px;
  }

  .lg\:focus\:max-w-100vw:focus {
    max-width: 100vw;
  }

  .lg\:first\:max-w-30:first-child {
    max-width: 30px;
  }

  .lg\:first\:max-w-110:first-child {
    max-width: 110px;
  }

  .lg\:first\:max-w-150:first-child {
    max-width: 150px;
  }

  .lg\:first\:max-w-270:first-child {
    max-width: 270px;
  }

  .lg\:first\:max-w-300:first-child {
    max-width: 300px;
  }

  .lg\:first\:max-w-500:first-child {
    max-width: 500px;
  }

  .lg\:first\:max-w-900:first-child {
    max-width: 900px;
  }

  .lg\:first\:max-w-1128:first-child {
    max-width: 1128px;
  }

  .lg\:first\:max-w-1380:first-child {
    max-width: 1380px;
  }

  .lg\:first\:max-w-none:first-child {
    max-width: none;
  }

  .lg\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .lg\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .lg\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .lg\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .lg\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .lg\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .lg\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .lg\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .lg\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .lg\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .lg\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .lg\:first\:max-w-screen-xs:first-child {
    max-width: 376px;
  }

  .lg\:first\:max-w-screen-s:first-child {
    max-width: 650px;
  }

  .lg\:first\:max-w-screen-md:first-child {
    max-width: 900px;
  }

  .lg\:first\:max-w-screen-desktop:first-child {
    max-width: 1025px;
  }

  .lg\:first\:max-w-screen-desktop-min:first-child {
    max-width: 1248px;
  }

  .lg\:first\:max-w-screen-lg:first-child {
    max-width: 1600px;
  }

  .lg\:first\:max-w-100vw:first-child {
    max-width: 100vw;
  }

  .lg\:last\:max-w-30:last-child {
    max-width: 30px;
  }

  .lg\:last\:max-w-110:last-child {
    max-width: 110px;
  }

  .lg\:last\:max-w-150:last-child {
    max-width: 150px;
  }

  .lg\:last\:max-w-270:last-child {
    max-width: 270px;
  }

  .lg\:last\:max-w-300:last-child {
    max-width: 300px;
  }

  .lg\:last\:max-w-500:last-child {
    max-width: 500px;
  }

  .lg\:last\:max-w-900:last-child {
    max-width: 900px;
  }

  .lg\:last\:max-w-1128:last-child {
    max-width: 1128px;
  }

  .lg\:last\:max-w-1380:last-child {
    max-width: 1380px;
  }

  .lg\:last\:max-w-none:last-child {
    max-width: none;
  }

  .lg\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .lg\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .lg\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .lg\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .lg\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .lg\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .lg\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .lg\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .lg\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .lg\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .lg\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .lg\:last\:max-w-screen-xs:last-child {
    max-width: 376px;
  }

  .lg\:last\:max-w-screen-s:last-child {
    max-width: 650px;
  }

  .lg\:last\:max-w-screen-md:last-child {
    max-width: 900px;
  }

  .lg\:last\:max-w-screen-desktop:last-child {
    max-width: 1025px;
  }

  .lg\:last\:max-w-screen-desktop-min:last-child {
    max-width: 1248px;
  }

  .lg\:last\:max-w-screen-lg:last-child {
    max-width: 1600px;
  }

  .lg\:last\:max-w-100vw:last-child {
    max-width: 100vw;
  }

  .group:hover .lg\:group-hover\:max-w-30 {
    max-width: 30px;
  }

  .group:hover .lg\:group-hover\:max-w-110 {
    max-width: 110px;
  }

  .group:hover .lg\:group-hover\:max-w-150 {
    max-width: 150px;
  }

  .group:hover .lg\:group-hover\:max-w-270 {
    max-width: 270px;
  }

  .group:hover .lg\:group-hover\:max-w-300 {
    max-width: 300px;
  }

  .group:hover .lg\:group-hover\:max-w-500 {
    max-width: 500px;
  }

  .group:hover .lg\:group-hover\:max-w-900 {
    max-width: 900px;
  }

  .group:hover .lg\:group-hover\:max-w-1128 {
    max-width: 1128px;
  }

  .group:hover .lg\:group-hover\:max-w-1380 {
    max-width: 1380px;
  }

  .group:hover .lg\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .lg\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .lg\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .lg\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .lg\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .lg\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .lg\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .lg\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .lg\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .lg\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .lg\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .lg\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .lg\:group-hover\:max-w-screen-xs {
    max-width: 376px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-s {
    max-width: 650px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-md {
    max-width: 900px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-desktop {
    max-width: 1025px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-desktop-min {
    max-width: 1248px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-lg {
    max-width: 1600px;
  }

  .group:hover .lg\:group-hover\:max-w-100vw {
    max-width: 100vw;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-150 {
    min-height: 150px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-50vh {
    min-height: 50vh;
  }

  .lg\:min-h-60vh {
    min-height: 60vh;
  }

  .lg\:min-h-80vh {
    min-height: 80vh;
  }

  .lg\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .lg\:hover\:min-h-150:hover {
    min-height: 150px;
  }

  .lg\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .lg\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .lg\:hover\:min-h-50vh:hover {
    min-height: 50vh;
  }

  .lg\:hover\:min-h-60vh:hover {
    min-height: 60vh;
  }

  .lg\:hover\:min-h-80vh:hover {
    min-height: 80vh;
  }

  .lg\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .lg\:focus\:min-h-150:focus {
    min-height: 150px;
  }

  .lg\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .lg\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .lg\:focus\:min-h-50vh:focus {
    min-height: 50vh;
  }

  .lg\:focus\:min-h-60vh:focus {
    min-height: 60vh;
  }

  .lg\:focus\:min-h-80vh:focus {
    min-height: 80vh;
  }

  .lg\:first\:min-h-0:first-child {
    min-height: 0;
  }

  .lg\:first\:min-h-150:first-child {
    min-height: 150px;
  }

  .lg\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .lg\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .lg\:first\:min-h-50vh:first-child {
    min-height: 50vh;
  }

  .lg\:first\:min-h-60vh:first-child {
    min-height: 60vh;
  }

  .lg\:first\:min-h-80vh:first-child {
    min-height: 80vh;
  }

  .lg\:last\:min-h-0:last-child {
    min-height: 0;
  }

  .lg\:last\:min-h-150:last-child {
    min-height: 150px;
  }

  .lg\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .lg\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .lg\:last\:min-h-50vh:last-child {
    min-height: 50vh;
  }

  .lg\:last\:min-h-60vh:last-child {
    min-height: 60vh;
  }

  .lg\:last\:min-h-80vh:last-child {
    min-height: 80vh;
  }

  .group:hover .lg\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .lg\:group-hover\:min-h-150 {
    min-height: 150px;
  }

  .group:hover .lg\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .lg\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .lg\:group-hover\:min-h-50vh {
    min-height: 50vh;
  }

  .group:hover .lg\:group-hover\:min-h-60vh {
    min-height: 60vh;
  }

  .group:hover .lg\:group-hover\:min-h-80vh {
    min-height: 80vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-6 {
    min-width: 6px;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .lg\:hover\:min-w-6:hover {
    min-width: 6px;
  }

  .lg\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .lg\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .lg\:focus\:min-w-6:focus {
    min-width: 6px;
  }

  .lg\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .lg\:first\:min-w-0:first-child {
    min-width: 0;
  }

  .lg\:first\:min-w-6:first-child {
    min-width: 6px;
  }

  .lg\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .lg\:last\:min-w-0:last-child {
    min-width: 0;
  }

  .lg\:last\:min-w-6:last-child {
    min-width: 6px;
  }

  .lg\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .group:hover .lg\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .lg\:group-hover\:min-w-6 {
    min-width: 6px;
  }

  .group:hover .lg\:group-hover\: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\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .lg\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .lg\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .lg\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .lg\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .lg\:group-hover\: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\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .lg\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .lg\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .lg\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .lg\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .lg\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .lg\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .lg\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .lg\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .lg\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-15 {
    opacity: 0.15;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-15:hover {
    opacity: 0.15;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-15:focus {
    opacity: 0.15;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .lg\:first\:opacity-15:first-child {
    opacity: 0.15;
  }

  .lg\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .lg\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .lg\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .lg\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .lg\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .lg\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .lg\:last\:opacity-15:last-child {
    opacity: 0.15;
  }

  .lg\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .lg\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .lg\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .lg\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .lg\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-15 {
    opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-black:hover {
    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\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\:outline-black {
    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\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .lg\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .lg\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .lg\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .lg\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .lg\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .lg\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .lg\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .lg\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .lg\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .lg\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .lg\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .lg\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .lg\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .lg\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .lg\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .lg\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .lg\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .lg\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .lg\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .lg\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .lg\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .lg\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .lg\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .lg\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .lg\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .lg\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .lg\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .lg\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .lg\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .lg\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .lg\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .lg\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .lg\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .lg\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .lg\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .lg\:first\:scrolling-touch:first-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:first\:scrolling-auto:first-child {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .lg\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .lg\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .lg\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .lg\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .lg\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .lg\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .lg\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .lg\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .lg\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .lg\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .lg\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .lg\:last\:scrolling-touch:last-child {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:last\:scrolling-auto:last-child {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .lg\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .lg\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .lg\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .lg\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .lg\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .lg\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .lg\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .lg\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .lg\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .lg\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .lg\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .lg\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .lg\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .lg\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .lg\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .lg\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .lg\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .lg\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .lg\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .lg\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .lg\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .lg\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .lg\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .lg\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .lg\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .lg\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .lg\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .lg\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .lg\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .lg\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .lg\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .lg\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .group:hover .lg\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .lg\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .lg\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 3px;
  }

  .lg\:p-4 {
    padding: 4px;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-6 {
    padding: 6px;
  }

  .lg\:p-8 {
    padding: 8px;
  }

  .lg\:p-9 {
    padding: 9px;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-12 {
    padding: 12px;
  }

  .lg\:p-13 {
    padding: 13px;
  }

  .lg\:p-14 {
    padding: 14px;
  }

  .lg\:p-15 {
    padding: 15px;
  }

  .lg\:p-16 {
    padding: 16px;
  }

  .lg\:p-17 {
    padding: 17px;
  }

  .lg\:p-18 {
    padding: 18px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-22 {
    padding: 22px;
  }

  .lg\:p-24 {
    padding: 24px;
  }

  .lg\:p-25 {
    padding: 25px;
  }

  .lg\:p-28 {
    padding: 28px;
  }

  .lg\:p-29 {
    padding: 29px;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-32 {
    padding: 32px;
  }

  .lg\:p-35 {
    padding: 35px;
  }

  .lg\:p-36 {
    padding: 36px;
  }

  .lg\:p-37 {
    padding: 37px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-45 {
    padding: 45px;
  }

  .lg\:p-48 {
    padding: 48px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

  .lg\:p-55 {
    padding: 55px;
  }

  .lg\:p-56 {
    padding: 56px;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-62 {
    padding: 62px;
  }

  .lg\:p-64 {
    padding: 64px;
  }

  .lg\:p-65 {
    padding: 65px;
  }

  .lg\:p-70 {
    padding: 70px;
  }

  .lg\:p-75 {
    padding: 75px;
  }

  .lg\:p-80 {
    padding: 80px;
  }

  .lg\:p-85 {
    padding: 85px;
  }

  .lg\:p-90 {
    padding: 90px;
  }

  .lg\:p-95 {
    padding: 95px;
  }

  .lg\:p-96 {
    padding: 96px;
  }

  .lg\:p-100 {
    padding: 100px;
  }

  .lg\:p-110 {
    padding: 110px;
  }

  .lg\:p-115 {
    padding: 115px;
  }

  .lg\:p-120 {
    padding: 120px;
  }

  .lg\:p-128 {
    padding: 128px;
  }

  .lg\:p-135 {
    padding: 135px;
  }

  .lg\:p-140 {
    padding: 140px;
  }

  .lg\:p-145 {
    padding: 145px;
  }

  .lg\:p-150 {
    padding: 150px;
  }

  .lg\:p-160 {
    padding: 160px;
  }

  .lg\:p-165 {
    padding: 165px;
  }

  .lg\:p-168 {
    padding: 168px;
  }

  .lg\:p-170 {
    padding: 170px;
  }

  .lg\:p-180 {
    padding: 180px;
  }

  .lg\:p-200 {
    padding: 200px;
  }

  .lg\:p-220 {
    padding: 220px;
  }

  .lg\:p-230 {
    padding: 230px;
  }

  .lg\:p-235 {
    padding: 235px;
  }

  .lg\:p-240 {
    padding: 240px;
  }

  .lg\:p-250 {
    padding: 250px;
  }

  .lg\:p-300 {
    padding: 300px;
  }

  .lg\:p-320 {
    padding: 320px;
  }

  .lg\:p-350 {
    padding: 350px;
  }

  .lg\:p-375 {
    padding: 375px;
  }

  .lg\:p-400 {
    padding: 400px;
  }

  .lg\:p-450 {
    padding: 450px;
  }

  .lg\:p-700 {
    padding: 700px;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-1p {
    padding: 1%;
  }

  .lg\:p-1\/12 {
    padding: 8.3333%;
  }

  .lg\:p-2\/12 {
    padding: 16.666667%;
  }

  .lg\:p-11p {
    padding: 11%;
  }

  .lg\:p-20p {
    padding: 20%;
  }

  .lg\:p-24p {
    padding: 24.25%;
  }

  .lg\:p-25p {
    padding: 25%;
  }

  .lg\:p-32p {
    padding: 32%;
  }

  .lg\:p-35p {
    padding: 35%;
  }

  .lg\:p-40p {
    padding: 40%;
  }

  .lg\:p-49p {
    padding: 49%;
  }

  .lg\:p-49-5p {
    padding: 49.5%;
  }

  .lg\:p-80p {
    padding: 80%;
  }

  .lg\:p-vh80 {
    padding: 80vh;
  }

  .lg\:p-vh86 {
    padding: 86vh;
  }

  .lg\:p-vh90 {
    padding: 90vh;
  }

  .lg\:p-vw80 {
    padding: 80vw;
  }

  .lg\:p-vw90 {
    padding: 90vw;
  }

  .lg\:p-90p {
    padding: 90%;
  }

  .lg\:p-92p {
    padding: 92%;
  }

  .lg\:p-93p {
    padding: 93%;
  }

  .lg\:p-94p {
    padding: 94%;
  }

  .lg\:p-95p {
    padding: 95%;
  }

  .lg\:p-96p {
    padding: 96%;
  }

  .lg\:p-100p {
    padding: 100%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .lg\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .lg\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .lg\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .lg\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .lg\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .lg\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .lg\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .lg\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .lg\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .lg\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .lg\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .lg\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .lg\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .lg\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .lg\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .lg\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .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-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .lg\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .lg\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .lg\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .lg\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .lg\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .lg\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .lg\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .lg\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .lg\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .lg\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .lg\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .lg\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .lg\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .lg\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .lg\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .lg\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .lg\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .lg\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .lg\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .lg\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 3px;
  }

  .lg\:pr-3 {
    padding-right: 3px;
  }

  .lg\:pb-3 {
    padding-bottom: 3px;
  }

  .lg\:pl-3 {
    padding-left: 3px;
  }

  .lg\:pt-4 {
    padding-top: 4px;
  }

  .lg\:pr-4 {
    padding-right: 4px;
  }

  .lg\:pb-4 {
    padding-bottom: 4px;
  }

  .lg\:pl-4 {
    padding-left: 4px;
  }

  .lg\:pt-5 {
    padding-top: 5px;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .lg\:pt-6 {
    padding-top: 6px;
  }

  .lg\:pr-6 {
    padding-right: 6px;
  }

  .lg\:pb-6 {
    padding-bottom: 6px;
  }

  .lg\:pl-6 {
    padding-left: 6px;
  }

  .lg\:pt-8 {
    padding-top: 8px;
  }

  .lg\:pr-8 {
    padding-right: 8px;
  }

  .lg\:pb-8 {
    padding-bottom: 8px;
  }

  .lg\:pl-8 {
    padding-left: 8px;
  }

  .lg\:pt-9 {
    padding-top: 9px;
  }

  .lg\:pr-9 {
    padding-right: 9px;
  }

  .lg\:pb-9 {
    padding-bottom: 9px;
  }

  .lg\:pl-9 {
    padding-left: 9px;
  }

  .lg\:pt-10 {
    padding-top: 10px;
  }

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

  .lg\:pt-12 {
    padding-top: 12px;
  }

  .lg\:pr-12 {
    padding-right: 12px;
  }

  .lg\:pb-12 {
    padding-bottom: 12px;
  }

  .lg\:pl-12 {
    padding-left: 12px;
  }

  .lg\:pt-13 {
    padding-top: 13px;
  }

  .lg\:pr-13 {
    padding-right: 13px;
  }

  .lg\:pb-13 {
    padding-bottom: 13px;
  }

  .lg\:pl-13 {
    padding-left: 13px;
  }

  .lg\:pt-14 {
    padding-top: 14px;
  }

  .lg\:pr-14 {
    padding-right: 14px;
  }

  .lg\:pb-14 {
    padding-bottom: 14px;
  }

  .lg\:pl-14 {
    padding-left: 14px;
  }

  .lg\:pt-15 {
    padding-top: 15px;
  }

  .lg\:pr-15 {
    padding-right: 15px;
  }

  .lg\:pb-15 {
    padding-bottom: 15px;
  }

  .lg\:pl-15 {
    padding-left: 15px;
  }

  .lg\:pt-16 {
    padding-top: 16px;
  }

  .lg\:pr-16 {
    padding-right: 16px;
  }

  .lg\:pb-16 {
    padding-bottom: 16px;
  }

  .lg\:pl-16 {
    padding-left: 16px;
  }

  .lg\:pt-17 {
    padding-top: 17px;
  }

  .lg\:pr-17 {
    padding-right: 17px;
  }

  .lg\:pb-17 {
    padding-bottom: 17px;
  }

  .lg\:pl-17 {
    padding-left: 17px;
  }

  .lg\:pt-18 {
    padding-top: 18px;
  }

  .lg\:pr-18 {
    padding-right: 18px;
  }

  .lg\:pb-18 {
    padding-bottom: 18px;
  }

  .lg\:pl-18 {
    padding-left: 18px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pt-22 {
    padding-top: 22px;
  }

  .lg\:pr-22 {
    padding-right: 22px;
  }

  .lg\:pb-22 {
    padding-bottom: 22px;
  }

  .lg\:pl-22 {
    padding-left: 22px;
  }

  .lg\:pt-24 {
    padding-top: 24px;
  }

  .lg\:pr-24 {
    padding-right: 24px;
  }

  .lg\:pb-24 {
    padding-bottom: 24px;
  }

  .lg\:pl-24 {
    padding-left: 24px;
  }

  .lg\:pt-25 {
    padding-top: 25px;
  }

  .lg\:pr-25 {
    padding-right: 25px;
  }

  .lg\:pb-25 {
    padding-bottom: 25px;
  }

  .lg\:pl-25 {
    padding-left: 25px;
  }

  .lg\:pt-28 {
    padding-top: 28px;
  }

  .lg\:pr-28 {
    padding-right: 28px;
  }

  .lg\:pb-28 {
    padding-bottom: 28px;
  }

  .lg\:pl-28 {
    padding-left: 28px;
  }

  .lg\:pt-29 {
    padding-top: 29px;
  }

  .lg\:pr-29 {
    padding-right: 29px;
  }

  .lg\:pb-29 {
    padding-bottom: 29px;
  }

  .lg\:pl-29 {
    padding-left: 29px;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pb-30 {
    padding-bottom: 30px;
  }

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pt-32 {
    padding-top: 32px;
  }

  .lg\:pr-32 {
    padding-right: 32px;
  }

  .lg\:pb-32 {
    padding-bottom: 32px;
  }

  .lg\:pl-32 {
    padding-left: 32px;
  }

  .lg\:pt-35 {
    padding-top: 35px;
  }

  .lg\:pr-35 {
    padding-right: 35px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pl-35 {
    padding-left: 35px;
  }

  .lg\:pt-36 {
    padding-top: 36px;
  }

  .lg\:pr-36 {
    padding-right: 36px;
  }

  .lg\:pb-36 {
    padding-bottom: 36px;
  }

  .lg\:pl-36 {
    padding-left: 36px;
  }

  .lg\:pt-37 {
    padding-top: 37px;
  }

  .lg\:pr-37 {
    padding-right: 37px;
  }

  .lg\:pb-37 {
    padding-bottom: 37px;
  }

  .lg\:pl-37 {
    padding-left: 37px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

  .lg\:pl-40 {
    padding-left: 40px;
  }

  .lg\:pt-45 {
    padding-top: 45px;
  }

  .lg\:pr-45 {
    padding-right: 45px;
  }

  .lg\:pb-45 {
    padding-bottom: 45px;
  }

  .lg\:pl-45 {
    padding-left: 45px;
  }

  .lg\:pt-48 {
    padding-top: 48px;
  }

  .lg\:pr-48 {
    padding-right: 48px;
  }

  .lg\:pb-48 {
    padding-bottom: 48px;
  }

  .lg\:pl-48 {
    padding-left: 48px;
  }

  .lg\:pt-50 {
    padding-top: 50px;
  }

  .lg\:pr-50 {
    padding-right: 50px;
  }

  .lg\:pb-50 {
    padding-bottom: 50px;
  }

  .lg\:pl-50 {
    padding-left: 50px;
  }

  .lg\:pt-55 {
    padding-top: 55px;
  }

  .lg\:pr-55 {
    padding-right: 55px;
  }

  .lg\:pb-55 {
    padding-bottom: 55px;
  }

  .lg\:pl-55 {
    padding-left: 55px;
  }

  .lg\:pt-56 {
    padding-top: 56px;
  }

  .lg\:pr-56 {
    padding-right: 56px;
  }

  .lg\:pb-56 {
    padding-bottom: 56px;
  }

  .lg\:pl-56 {
    padding-left: 56px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pr-60 {
    padding-right: 60px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pl-60 {
    padding-left: 60px;
  }

  .lg\:pt-62 {
    padding-top: 62px;
  }

  .lg\:pr-62 {
    padding-right: 62px;
  }

  .lg\:pb-62 {
    padding-bottom: 62px;
  }

  .lg\:pl-62 {
    padding-left: 62px;
  }

  .lg\:pt-64 {
    padding-top: 64px;
  }

  .lg\:pr-64 {
    padding-right: 64px;
  }

  .lg\:pb-64 {
    padding-bottom: 64px;
  }

  .lg\:pl-64 {
    padding-left: 64px;
  }

  .lg\:pt-65 {
    padding-top: 65px;
  }

  .lg\:pr-65 {
    padding-right: 65px;
  }

  .lg\:pb-65 {
    padding-bottom: 65px;
  }

  .lg\:pl-65 {
    padding-left: 65px;
  }

  .lg\:pt-70 {
    padding-top: 70px;
  }

  .lg\:pr-70 {
    padding-right: 70px;
  }

  .lg\:pb-70 {
    padding-bottom: 70px;
  }

  .lg\:pl-70 {
    padding-left: 70px;
  }

  .lg\:pt-75 {
    padding-top: 75px;
  }

  .lg\:pr-75 {
    padding-right: 75px;
  }

  .lg\:pb-75 {
    padding-bottom: 75px;
  }

  .lg\:pl-75 {
    padding-left: 75px;
  }

  .lg\:pt-80 {
    padding-top: 80px;
  }

  .lg\:pr-80 {
    padding-right: 80px;
  }

  .lg\:pb-80 {
    padding-bottom: 80px;
  }

  .lg\:pl-80 {
    padding-left: 80px;
  }

  .lg\:pt-85 {
    padding-top: 85px;
  }

  .lg\:pr-85 {
    padding-right: 85px;
  }

  .lg\:pb-85 {
    padding-bottom: 85px;
  }

  .lg\:pl-85 {
    padding-left: 85px;
  }

  .lg\:pt-90 {
    padding-top: 90px;
  }

  .lg\:pr-90 {
    padding-right: 90px;
  }

  .lg\:pb-90 {
    padding-bottom: 90px;
  }

  .lg\:pl-90 {
    padding-left: 90px;
  }

  .lg\:pt-95 {
    padding-top: 95px;
  }

  .lg\:pr-95 {
    padding-right: 95px;
  }

  .lg\:pb-95 {
    padding-bottom: 95px;
  }

  .lg\:pl-95 {
    padding-left: 95px;
  }

  .lg\:pt-96 {
    padding-top: 96px;
  }

  .lg\:pr-96 {
    padding-right: 96px;
  }

  .lg\:pb-96 {
    padding-bottom: 96px;
  }

  .lg\:pl-96 {
    padding-left: 96px;
  }

  .lg\:pt-100 {
    padding-top: 100px;
  }

  .lg\:pr-100 {
    padding-right: 100px;
  }

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pl-100 {
    padding-left: 100px;
  }

  .lg\:pt-110 {
    padding-top: 110px;
  }

  .lg\:pr-110 {
    padding-right: 110px;
  }

  .lg\:pb-110 {
    padding-bottom: 110px;
  }

  .lg\:pl-110 {
    padding-left: 110px;
  }

  .lg\:pt-115 {
    padding-top: 115px;
  }

  .lg\:pr-115 {
    padding-right: 115px;
  }

  .lg\:pb-115 {
    padding-bottom: 115px;
  }

  .lg\:pl-115 {
    padding-left: 115px;
  }

  .lg\:pt-120 {
    padding-top: 120px;
  }

  .lg\:pr-120 {
    padding-right: 120px;
  }

  .lg\:pb-120 {
    padding-bottom: 120px;
  }

  .lg\:pl-120 {
    padding-left: 120px;
  }

  .lg\:pt-128 {
    padding-top: 128px;
  }

  .lg\:pr-128 {
    padding-right: 128px;
  }

  .lg\:pb-128 {
    padding-bottom: 128px;
  }

  .lg\:pl-128 {
    padding-left: 128px;
  }

  .lg\:pt-135 {
    padding-top: 135px;
  }

  .lg\:pr-135 {
    padding-right: 135px;
  }

  .lg\:pb-135 {
    padding-bottom: 135px;
  }

  .lg\:pl-135 {
    padding-left: 135px;
  }

  .lg\:pt-140 {
    padding-top: 140px;
  }

  .lg\:pr-140 {
    padding-right: 140px;
  }

  .lg\:pb-140 {
    padding-bottom: 140px;
  }

  .lg\:pl-140 {
    padding-left: 140px;
  }

  .lg\:pt-145 {
    padding-top: 145px;
  }

  .lg\:pr-145 {
    padding-right: 145px;
  }

  .lg\:pb-145 {
    padding-bottom: 145px;
  }

  .lg\:pl-145 {
    padding-left: 145px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pr-150 {
    padding-right: 150px;
  }

  .lg\:pb-150 {
    padding-bottom: 150px;
  }

  .lg\:pl-150 {
    padding-left: 150px;
  }

  .lg\:pt-160 {
    padding-top: 160px;
  }

  .lg\:pr-160 {
    padding-right: 160px;
  }

  .lg\:pb-160 {
    padding-bottom: 160px;
  }

  .lg\:pl-160 {
    padding-left: 160px;
  }

  .lg\:pt-165 {
    padding-top: 165px;
  }

  .lg\:pr-165 {
    padding-right: 165px;
  }

  .lg\:pb-165 {
    padding-bottom: 165px;
  }

  .lg\:pl-165 {
    padding-left: 165px;
  }

  .lg\:pt-168 {
    padding-top: 168px;
  }

  .lg\:pr-168 {
    padding-right: 168px;
  }

  .lg\:pb-168 {
    padding-bottom: 168px;
  }

  .lg\:pl-168 {
    padding-left: 168px;
  }

  .lg\:pt-170 {
    padding-top: 170px;
  }

  .lg\:pr-170 {
    padding-right: 170px;
  }

  .lg\:pb-170 {
    padding-bottom: 170px;
  }

  .lg\:pl-170 {
    padding-left: 170px;
  }

  .lg\:pt-180 {
    padding-top: 180px;
  }

  .lg\:pr-180 {
    padding-right: 180px;
  }

  .lg\:pb-180 {
    padding-bottom: 180px;
  }

  .lg\:pl-180 {
    padding-left: 180px;
  }

  .lg\:pt-200 {
    padding-top: 200px;
  }

  .lg\:pr-200 {
    padding-right: 200px;
  }

  .lg\:pb-200 {
    padding-bottom: 200px;
  }

  .lg\:pl-200 {
    padding-left: 200px;
  }

  .lg\:pt-220 {
    padding-top: 220px;
  }

  .lg\:pr-220 {
    padding-right: 220px;
  }

  .lg\:pb-220 {
    padding-bottom: 220px;
  }

  .lg\:pl-220 {
    padding-left: 220px;
  }

  .lg\:pt-230 {
    padding-top: 230px;
  }

  .lg\:pr-230 {
    padding-right: 230px;
  }

  .lg\:pb-230 {
    padding-bottom: 230px;
  }

  .lg\:pl-230 {
    padding-left: 230px;
  }

  .lg\:pt-235 {
    padding-top: 235px;
  }

  .lg\:pr-235 {
    padding-right: 235px;
  }

  .lg\:pb-235 {
    padding-bottom: 235px;
  }

  .lg\:pl-235 {
    padding-left: 235px;
  }

  .lg\:pt-240 {
    padding-top: 240px;
  }

  .lg\:pr-240 {
    padding-right: 240px;
  }

  .lg\:pb-240 {
    padding-bottom: 240px;
  }

  .lg\:pl-240 {
    padding-left: 240px;
  }

  .lg\:pt-250 {
    padding-top: 250px;
  }

  .lg\:pr-250 {
    padding-right: 250px;
  }

  .lg\:pb-250 {
    padding-bottom: 250px;
  }

  .lg\:pl-250 {
    padding-left: 250px;
  }

  .lg\:pt-300 {
    padding-top: 300px;
  }

  .lg\:pr-300 {
    padding-right: 300px;
  }

  .lg\:pb-300 {
    padding-bottom: 300px;
  }

  .lg\:pl-300 {
    padding-left: 300px;
  }

  .lg\:pt-320 {
    padding-top: 320px;
  }

  .lg\:pr-320 {
    padding-right: 320px;
  }

  .lg\:pb-320 {
    padding-bottom: 320px;
  }

  .lg\:pl-320 {
    padding-left: 320px;
  }

  .lg\:pt-350 {
    padding-top: 350px;
  }

  .lg\:pr-350 {
    padding-right: 350px;
  }

  .lg\:pb-350 {
    padding-bottom: 350px;
  }

  .lg\:pl-350 {
    padding-left: 350px;
  }

  .lg\:pt-375 {
    padding-top: 375px;
  }

  .lg\:pr-375 {
    padding-right: 375px;
  }

  .lg\:pb-375 {
    padding-bottom: 375px;
  }

  .lg\:pl-375 {
    padding-left: 375px;
  }

  .lg\:pt-400 {
    padding-top: 400px;
  }

  .lg\:pr-400 {
    padding-right: 400px;
  }

  .lg\:pb-400 {
    padding-bottom: 400px;
  }

  .lg\:pl-400 {
    padding-left: 400px;
  }

  .lg\:pt-450 {
    padding-top: 450px;
  }

  .lg\:pr-450 {
    padding-right: 450px;
  }

  .lg\:pb-450 {
    padding-bottom: 450px;
  }

  .lg\:pl-450 {
    padding-left: 450px;
  }

  .lg\:pt-700 {
    padding-top: 700px;
  }

  .lg\:pr-700 {
    padding-right: 700px;
  }

  .lg\:pb-700 {
    padding-bottom: 700px;
  }

  .lg\:pl-700 {
    padding-left: 700px;
  }

  .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-1p {
    padding-top: 1%;
  }

  .lg\:pr-1p {
    padding-right: 1%;
  }

  .lg\:pb-1p {
    padding-bottom: 1%;
  }

  .lg\:pl-1p {
    padding-left: 1%;
  }

  .lg\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .lg\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .lg\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .lg\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .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-11p {
    padding-top: 11%;
  }

  .lg\:pr-11p {
    padding-right: 11%;
  }

  .lg\:pb-11p {
    padding-bottom: 11%;
  }

  .lg\:pl-11p {
    padding-left: 11%;
  }

  .lg\:pt-20p {
    padding-top: 20%;
  }

  .lg\:pr-20p {
    padding-right: 20%;
  }

  .lg\:pb-20p {
    padding-bottom: 20%;
  }

  .lg\:pl-20p {
    padding-left: 20%;
  }

  .lg\:pt-24p {
    padding-top: 24.25%;
  }

  .lg\:pr-24p {
    padding-right: 24.25%;
  }

  .lg\:pb-24p {
    padding-bottom: 24.25%;
  }

  .lg\:pl-24p {
    padding-left: 24.25%;
  }

  .lg\:pt-25p {
    padding-top: 25%;
  }

  .lg\:pr-25p {
    padding-right: 25%;
  }

  .lg\:pb-25p {
    padding-bottom: 25%;
  }

  .lg\:pl-25p {
    padding-left: 25%;
  }

  .lg\:pt-32p {
    padding-top: 32%;
  }

  .lg\:pr-32p {
    padding-right: 32%;
  }

  .lg\:pb-32p {
    padding-bottom: 32%;
  }

  .lg\:pl-32p {
    padding-left: 32%;
  }

  .lg\:pt-35p {
    padding-top: 35%;
  }

  .lg\:pr-35p {
    padding-right: 35%;
  }

  .lg\:pb-35p {
    padding-bottom: 35%;
  }

  .lg\:pl-35p {
    padding-left: 35%;
  }

  .lg\:pt-40p {
    padding-top: 40%;
  }

  .lg\:pr-40p {
    padding-right: 40%;
  }

  .lg\:pb-40p {
    padding-bottom: 40%;
  }

  .lg\:pl-40p {
    padding-left: 40%;
  }

  .lg\:pt-49p {
    padding-top: 49%;
  }

  .lg\:pr-49p {
    padding-right: 49%;
  }

  .lg\:pb-49p {
    padding-bottom: 49%;
  }

  .lg\:pl-49p {
    padding-left: 49%;
  }

  .lg\:pt-49-5p {
    padding-top: 49.5%;
  }

  .lg\:pr-49-5p {
    padding-right: 49.5%;
  }

  .lg\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .lg\:pl-49-5p {
    padding-left: 49.5%;
  }

  .lg\:pt-80p {
    padding-top: 80%;
  }

  .lg\:pr-80p {
    padding-right: 80%;
  }

  .lg\:pb-80p {
    padding-bottom: 80%;
  }

  .lg\:pl-80p {
    padding-left: 80%;
  }

  .lg\:pt-vh80 {
    padding-top: 80vh;
  }

  .lg\:pr-vh80 {
    padding-right: 80vh;
  }

  .lg\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .lg\:pl-vh80 {
    padding-left: 80vh;
  }

  .lg\:pt-vh86 {
    padding-top: 86vh;
  }

  .lg\:pr-vh86 {
    padding-right: 86vh;
  }

  .lg\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .lg\:pl-vh86 {
    padding-left: 86vh;
  }

  .lg\:pt-vh90 {
    padding-top: 90vh;
  }

  .lg\:pr-vh90 {
    padding-right: 90vh;
  }

  .lg\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .lg\:pl-vh90 {
    padding-left: 90vh;
  }

  .lg\:pt-vw80 {
    padding-top: 80vw;
  }

  .lg\:pr-vw80 {
    padding-right: 80vw;
  }

  .lg\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .lg\:pl-vw80 {
    padding-left: 80vw;
  }

  .lg\:pt-vw90 {
    padding-top: 90vw;
  }

  .lg\:pr-vw90 {
    padding-right: 90vw;
  }

  .lg\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .lg\:pl-vw90 {
    padding-left: 90vw;
  }

  .lg\:pt-90p {
    padding-top: 90%;
  }

  .lg\:pr-90p {
    padding-right: 90%;
  }

  .lg\:pb-90p {
    padding-bottom: 90%;
  }

  .lg\:pl-90p {
    padding-left: 90%;
  }

  .lg\:pt-92p {
    padding-top: 92%;
  }

  .lg\:pr-92p {
    padding-right: 92%;
  }

  .lg\:pb-92p {
    padding-bottom: 92%;
  }

  .lg\:pl-92p {
    padding-left: 92%;
  }

  .lg\:pt-93p {
    padding-top: 93%;
  }

  .lg\:pr-93p {
    padding-right: 93%;
  }

  .lg\:pb-93p {
    padding-bottom: 93%;
  }

  .lg\:pl-93p {
    padding-left: 93%;
  }

  .lg\:pt-94p {
    padding-top: 94%;
  }

  .lg\:pr-94p {
    padding-right: 94%;
  }

  .lg\:pb-94p {
    padding-bottom: 94%;
  }

  .lg\:pl-94p {
    padding-left: 94%;
  }

  .lg\:pt-95p {
    padding-top: 95%;
  }

  .lg\:pr-95p {
    padding-right: 95%;
  }

  .lg\:pb-95p {
    padding-bottom: 95%;
  }

  .lg\:pl-95p {
    padding-left: 95%;
  }

  .lg\:pt-96p {
    padding-top: 96%;
  }

  .lg\:pr-96p {
    padding-right: 96%;
  }

  .lg\:pb-96p {
    padding-bottom: 96%;
  }

  .lg\:pl-96p {
    padding-left: 96%;
  }

  .lg\:pt-100p {
    padding-top: 100%;
  }

  .lg\:pr-100p {
    padding-right: 100%;
  }

  .lg\:pb-100p {
    padding-bottom: 100%;
  }

  .lg\:pl-100p {
    padding-left: 100%;
  }

  .lg\:hover\:p-0:hover {
    padding: 0px;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 3px;
  }

  .lg\:hover\:p-4:hover {
    padding: 4px;
  }

  .lg\:hover\:p-5:hover {
    padding: 5px;
  }

  .lg\:hover\:p-6:hover {
    padding: 6px;
  }

  .lg\:hover\:p-8:hover {
    padding: 8px;
  }

  .lg\:hover\:p-9:hover {
    padding: 9px;
  }

  .lg\:hover\:p-10:hover {
    padding: 10px;
  }

  .lg\:hover\:p-12:hover {
    padding: 12px;
  }

  .lg\:hover\:p-13:hover {
    padding: 13px;
  }

  .lg\:hover\:p-14:hover {
    padding: 14px;
  }

  .lg\:hover\:p-15:hover {
    padding: 15px;
  }

  .lg\:hover\:p-16:hover {
    padding: 16px;
  }

  .lg\:hover\:p-17:hover {
    padding: 17px;
  }

  .lg\:hover\:p-18:hover {
    padding: 18px;
  }

  .lg\:hover\:p-20:hover {
    padding: 20px;
  }

  .lg\:hover\:p-22:hover {
    padding: 22px;
  }

  .lg\:hover\:p-24:hover {
    padding: 24px;
  }

  .lg\:hover\:p-25:hover {
    padding: 25px;
  }

  .lg\:hover\:p-28:hover {
    padding: 28px;
  }

  .lg\:hover\:p-29:hover {
    padding: 29px;
  }

  .lg\:hover\:p-30:hover {
    padding: 30px;
  }

  .lg\:hover\:p-32:hover {
    padding: 32px;
  }

  .lg\:hover\:p-35:hover {
    padding: 35px;
  }

  .lg\:hover\:p-36:hover {
    padding: 36px;
  }

  .lg\:hover\:p-37:hover {
    padding: 37px;
  }

  .lg\:hover\:p-40:hover {
    padding: 40px;
  }

  .lg\:hover\:p-45:hover {
    padding: 45px;
  }

  .lg\:hover\:p-48:hover {
    padding: 48px;
  }

  .lg\:hover\:p-50:hover {
    padding: 50px;
  }

  .lg\:hover\:p-55:hover {
    padding: 55px;
  }

  .lg\:hover\:p-56:hover {
    padding: 56px;
  }

  .lg\:hover\:p-60:hover {
    padding: 60px;
  }

  .lg\:hover\:p-62:hover {
    padding: 62px;
  }

  .lg\:hover\:p-64:hover {
    padding: 64px;
  }

  .lg\:hover\:p-65:hover {
    padding: 65px;
  }

  .lg\:hover\:p-70:hover {
    padding: 70px;
  }

  .lg\:hover\:p-75:hover {
    padding: 75px;
  }

  .lg\:hover\:p-80:hover {
    padding: 80px;
  }

  .lg\:hover\:p-85:hover {
    padding: 85px;
  }

  .lg\:hover\:p-90:hover {
    padding: 90px;
  }

  .lg\:hover\:p-95:hover {
    padding: 95px;
  }

  .lg\:hover\:p-96:hover {
    padding: 96px;
  }

  .lg\:hover\:p-100:hover {
    padding: 100px;
  }

  .lg\:hover\:p-110:hover {
    padding: 110px;
  }

  .lg\:hover\:p-115:hover {
    padding: 115px;
  }

  .lg\:hover\:p-120:hover {
    padding: 120px;
  }

  .lg\:hover\:p-128:hover {
    padding: 128px;
  }

  .lg\:hover\:p-135:hover {
    padding: 135px;
  }

  .lg\:hover\:p-140:hover {
    padding: 140px;
  }

  .lg\:hover\:p-145:hover {
    padding: 145px;
  }

  .lg\:hover\:p-150:hover {
    padding: 150px;
  }

  .lg\:hover\:p-160:hover {
    padding: 160px;
  }

  .lg\:hover\:p-165:hover {
    padding: 165px;
  }

  .lg\:hover\:p-168:hover {
    padding: 168px;
  }

  .lg\:hover\:p-170:hover {
    padding: 170px;
  }

  .lg\:hover\:p-180:hover {
    padding: 180px;
  }

  .lg\:hover\:p-200:hover {
    padding: 200px;
  }

  .lg\:hover\:p-220:hover {
    padding: 220px;
  }

  .lg\:hover\:p-230:hover {
    padding: 230px;
  }

  .lg\:hover\:p-235:hover {
    padding: 235px;
  }

  .lg\:hover\:p-240:hover {
    padding: 240px;
  }

  .lg\:hover\:p-250:hover {
    padding: 250px;
  }

  .lg\:hover\:p-300:hover {
    padding: 300px;
  }

  .lg\:hover\:p-320:hover {
    padding: 320px;
  }

  .lg\:hover\:p-350:hover {
    padding: 350px;
  }

  .lg\:hover\:p-375:hover {
    padding: 375px;
  }

  .lg\:hover\:p-400:hover {
    padding: 400px;
  }

  .lg\:hover\:p-450:hover {
    padding: 450px;
  }

  .lg\:hover\:p-700:hover {
    padding: 700px;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:p-1p:hover {
    padding: 1%;
  }

  .lg\:hover\:p-1\/12:hover {
    padding: 8.3333%;
  }

  .lg\:hover\:p-2\/12:hover {
    padding: 16.666667%;
  }

  .lg\:hover\:p-11p:hover {
    padding: 11%;
  }

  .lg\:hover\:p-20p:hover {
    padding: 20%;
  }

  .lg\:hover\:p-24p:hover {
    padding: 24.25%;
  }

  .lg\:hover\:p-25p:hover {
    padding: 25%;
  }

  .lg\:hover\:p-32p:hover {
    padding: 32%;
  }

  .lg\:hover\:p-35p:hover {
    padding: 35%;
  }

  .lg\:hover\:p-40p:hover {
    padding: 40%;
  }

  .lg\:hover\:p-49p:hover {
    padding: 49%;
  }

  .lg\:hover\:p-49-5p:hover {
    padding: 49.5%;
  }

  .lg\:hover\:p-80p:hover {
    padding: 80%;
  }

  .lg\:hover\:p-vh80:hover {
    padding: 80vh;
  }

  .lg\:hover\:p-vh86:hover {
    padding: 86vh;
  }

  .lg\:hover\:p-vh90:hover {
    padding: 90vh;
  }

  .lg\:hover\:p-vw80:hover {
    padding: 80vw;
  }

  .lg\:hover\:p-vw90:hover {
    padding: 90vw;
  }

  .lg\:hover\:p-90p:hover {
    padding: 90%;
  }

  .lg\:hover\:p-92p:hover {
    padding: 92%;
  }

  .lg\:hover\:p-93p:hover {
    padding: 93%;
  }

  .lg\:hover\:p-94p:hover {
    padding: 94%;
  }

  .lg\:hover\:p-95p:hover {
    padding: 95%;
  }

  .lg\:hover\:p-96p:hover {
    padding: 96%;
  }

  .lg\:hover\:p-100p:hover {
    padding: 100%;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:hover\:px-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:hover\:py-9:hover {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:hover\:px-9:hover {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:hover\:py-13:hover {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:hover\:px-13:hover {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:hover\:py-15:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:hover\:px-15:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:hover\:py-17:hover {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:hover\:px-17:hover {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:hover\:py-18:hover {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:hover\:px-18:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:hover\:py-22:hover {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:hover\:px-22:hover {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:hover\:py-25:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:hover\:px-25:hover {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:hover\:py-28:hover {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:hover\:px-28:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:hover\:py-29:hover {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:hover\:px-29:hover {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:hover\:py-30:hover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:hover\:px-30:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:hover\:py-35:hover {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:hover\:px-35:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:hover\:py-36:hover {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:hover\:px-36:hover {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:hover\:py-37:hover {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:hover\:px-37:hover {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:hover\:py-45:hover {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:hover\:px-45:hover {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:hover\:py-50:hover {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:hover\:px-50:hover {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:hover\:py-55:hover {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:hover\:px-55:hover {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:hover\:py-60:hover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:hover\:px-60:hover {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:hover\:py-62:hover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:hover\:px-62:hover {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:hover\:py-65:hover {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:hover\:px-65:hover {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:hover\:py-70:hover {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:hover\:px-70:hover {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:hover\:py-75:hover {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:hover\:px-75:hover {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:hover\:py-80:hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:hover\:px-80:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:hover\:py-85:hover {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:hover\:px-85:hover {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:hover\:py-90:hover {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:hover\:px-90:hover {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:hover\:py-95:hover {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:hover\:px-95:hover {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:hover\:py-96:hover {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:hover\:px-96:hover {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:hover\:py-100:hover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:hover\:px-100:hover {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:hover\:py-110:hover {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:hover\:px-110:hover {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:hover\:py-115:hover {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:hover\:px-115:hover {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:hover\:py-120:hover {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:hover\:px-120:hover {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:hover\:py-128:hover {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:hover\:px-128:hover {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:hover\:py-135:hover {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:hover\:px-135:hover {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:hover\:py-140:hover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:hover\:px-140:hover {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:hover\:py-145:hover {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:hover\:px-145:hover {
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:hover\:py-150:hover {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:hover\:px-150:hover {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:hover\:py-160:hover {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:hover\:px-160:hover {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:hover\:py-165:hover {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .lg\:hover\:px-165:hover {
    padding-left: 165px;
    padding-right: 165px;
  }

  .lg\:hover\:py-168:hover {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .lg\:hover\:px-168:hover {
    padding-left: 168px;
    padding-right: 168px;
  }

  .lg\:hover\:py-170:hover {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:hover\:px-170:hover {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:hover\:py-180:hover {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:hover\:px-180:hover {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:hover\:py-200:hover {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:hover\:px-200:hover {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:hover\:py-220:hover {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:hover\:px-220:hover {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:hover\:py-230:hover {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:hover\:px-230:hover {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:hover\:py-235:hover {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .lg\:hover\:px-235:hover {
    padding-left: 235px;
    padding-right: 235px;
  }

  .lg\:hover\:py-240:hover {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:hover\:px-240:hover {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:hover\:py-250:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:hover\:px-250:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:hover\:py-300:hover {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:hover\:px-300:hover {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:hover\:py-320:hover {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:hover\:px-320:hover {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:hover\:py-350:hover {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .lg\:hover\:px-350:hover {
    padding-left: 350px;
    padding-right: 350px;
  }

  .lg\:hover\:py-375:hover {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .lg\:hover\:px-375:hover {
    padding-left: 375px;
    padding-right: 375px;
  }

  .lg\:hover\:py-400:hover {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .lg\:hover\:px-400:hover {
    padding-left: 400px;
    padding-right: 400px;
  }

  .lg\:hover\:py-450:hover {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .lg\:hover\:px-450:hover {
    padding-left: 450px;
    padding-right: 450px;
  }

  .lg\:hover\:py-700:hover {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .lg\:hover\:px-700:hover {
    padding-left: 700px;
    padding-right: 700px;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:py-1p:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:hover\:px-1p:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:hover\:py-1\/12:hover {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .lg\:hover\:px-1\/12:hover {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .lg\:hover\:py-2\/12:hover {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:hover\:px-2\/12:hover {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:hover\:py-11p:hover {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .lg\:hover\:px-11p:hover {
    padding-left: 11%;
    padding-right: 11%;
  }

  .lg\:hover\:py-20p:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:hover\:px-20p:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:hover\:py-24p:hover {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .lg\:hover\:px-24p:hover {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .lg\:hover\:py-25p:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:hover\:px-25p:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:hover\:py-32p:hover {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .lg\:hover\:px-32p:hover {
    padding-left: 32%;
    padding-right: 32%;
  }

  .lg\:hover\:py-35p:hover {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:hover\:px-35p:hover {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:hover\:py-40p:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:hover\:px-40p:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:hover\:py-49p:hover {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:hover\:px-49p:hover {
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:hover\:py-49-5p:hover {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .lg\:hover\:px-49-5p:hover {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .lg\:hover\:py-80p:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:hover\:px-80p:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:hover\:py-vh80:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:hover\:px-vh80:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:hover\:py-vh86:hover {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .lg\:hover\:px-vh86:hover {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .lg\:hover\:py-vh90:hover {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:hover\:px-vh90:hover {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:hover\:py-vw80:hover {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .lg\:hover\:px-vw80:hover {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .lg\:hover\:py-vw90:hover {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .lg\:hover\:px-vw90:hover {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .lg\:hover\:py-90p:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:hover\:px-90p:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:hover\:py-92p:hover {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .lg\:hover\:px-92p:hover {
    padding-left: 92%;
    padding-right: 92%;
  }

  .lg\:hover\:py-93p:hover {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .lg\:hover\:px-93p:hover {
    padding-left: 93%;
    padding-right: 93%;
  }

  .lg\:hover\:py-94p:hover {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .lg\:hover\:px-94p:hover {
    padding-left: 94%;
    padding-right: 94%;
  }

  .lg\:hover\:py-95p:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:hover\:px-95p:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:hover\:py-96p:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:hover\:px-96p:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:hover\:py-100p:hover {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:hover\:px-100p:hover {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: 3px;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: 3px;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 3px;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: 3px;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 4px;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 4px;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 4px;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 4px;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 5px;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 5px;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 5px;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 5px;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 6px;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 6px;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 6px;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 6px;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 8px;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 8px;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 8px;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 8px;
  }

  .lg\:hover\:pt-9:hover {
    padding-top: 9px;
  }

  .lg\:hover\:pr-9:hover {
    padding-right: 9px;
  }

  .lg\:hover\:pb-9:hover {
    padding-bottom: 9px;
  }

  .lg\:hover\:pl-9:hover {
    padding-left: 9px;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 10px;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 10px;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 10px;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 10px;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 12px;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 12px;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 12px;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 12px;
  }

  .lg\:hover\:pt-13:hover {
    padding-top: 13px;
  }

  .lg\:hover\:pr-13:hover {
    padding-right: 13px;
  }

  .lg\:hover\:pb-13:hover {
    padding-bottom: 13px;
  }

  .lg\:hover\:pl-13:hover {
    padding-left: 13px;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 14px;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 14px;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 14px;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 14px;
  }

  .lg\:hover\:pt-15:hover {
    padding-top: 15px;
  }

  .lg\:hover\:pr-15:hover {
    padding-right: 15px;
  }

  .lg\:hover\:pb-15:hover {
    padding-bottom: 15px;
  }

  .lg\:hover\:pl-15:hover {
    padding-left: 15px;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 16px;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 16px;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 16px;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 16px;
  }

  .lg\:hover\:pt-17:hover {
    padding-top: 17px;
  }

  .lg\:hover\:pr-17:hover {
    padding-right: 17px;
  }

  .lg\:hover\:pb-17:hover {
    padding-bottom: 17px;
  }

  .lg\:hover\:pl-17:hover {
    padding-left: 17px;
  }

  .lg\:hover\:pt-18:hover {
    padding-top: 18px;
  }

  .lg\:hover\:pr-18:hover {
    padding-right: 18px;
  }

  .lg\:hover\:pb-18:hover {
    padding-bottom: 18px;
  }

  .lg\:hover\:pl-18:hover {
    padding-left: 18px;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 20px;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 20px;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 20px;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 20px;
  }

  .lg\:hover\:pt-22:hover {
    padding-top: 22px;
  }

  .lg\:hover\:pr-22:hover {
    padding-right: 22px;
  }

  .lg\:hover\:pb-22:hover {
    padding-bottom: 22px;
  }

  .lg\:hover\:pl-22:hover {
    padding-left: 22px;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 24px;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 24px;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 24px;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 24px;
  }

  .lg\:hover\:pt-25:hover {
    padding-top: 25px;
  }

  .lg\:hover\:pr-25:hover {
    padding-right: 25px;
  }

  .lg\:hover\:pb-25:hover {
    padding-bottom: 25px;
  }

  .lg\:hover\:pl-25:hover {
    padding-left: 25px;
  }

  .lg\:hover\:pt-28:hover {
    padding-top: 28px;
  }

  .lg\:hover\:pr-28:hover {
    padding-right: 28px;
  }

  .lg\:hover\:pb-28:hover {
    padding-bottom: 28px;
  }

  .lg\:hover\:pl-28:hover {
    padding-left: 28px;
  }

  .lg\:hover\:pt-29:hover {
    padding-top: 29px;
  }

  .lg\:hover\:pr-29:hover {
    padding-right: 29px;
  }

  .lg\:hover\:pb-29:hover {
    padding-bottom: 29px;
  }

  .lg\:hover\:pl-29:hover {
    padding-left: 29px;
  }

  .lg\:hover\:pt-30:hover {
    padding-top: 30px;
  }

  .lg\:hover\:pr-30:hover {
    padding-right: 30px;
  }

  .lg\:hover\:pb-30:hover {
    padding-bottom: 30px;
  }

  .lg\:hover\:pl-30:hover {
    padding-left: 30px;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 32px;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 32px;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 32px;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 32px;
  }

  .lg\:hover\:pt-35:hover {
    padding-top: 35px;
  }

  .lg\:hover\:pr-35:hover {
    padding-right: 35px;
  }

  .lg\:hover\:pb-35:hover {
    padding-bottom: 35px;
  }

  .lg\:hover\:pl-35:hover {
    padding-left: 35px;
  }

  .lg\:hover\:pt-36:hover {
    padding-top: 36px;
  }

  .lg\:hover\:pr-36:hover {
    padding-right: 36px;
  }

  .lg\:hover\:pb-36:hover {
    padding-bottom: 36px;
  }

  .lg\:hover\:pl-36:hover {
    padding-left: 36px;
  }

  .lg\:hover\:pt-37:hover {
    padding-top: 37px;
  }

  .lg\:hover\:pr-37:hover {
    padding-right: 37px;
  }

  .lg\:hover\:pb-37:hover {
    padding-bottom: 37px;
  }

  .lg\:hover\:pl-37:hover {
    padding-left: 37px;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 40px;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 40px;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 40px;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 40px;
  }

  .lg\:hover\:pt-45:hover {
    padding-top: 45px;
  }

  .lg\:hover\:pr-45:hover {
    padding-right: 45px;
  }

  .lg\:hover\:pb-45:hover {
    padding-bottom: 45px;
  }

  .lg\:hover\:pl-45:hover {
    padding-left: 45px;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 48px;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 48px;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 48px;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 48px;
  }

  .lg\:hover\:pt-50:hover {
    padding-top: 50px;
  }

  .lg\:hover\:pr-50:hover {
    padding-right: 50px;
  }

  .lg\:hover\:pb-50:hover {
    padding-bottom: 50px;
  }

  .lg\:hover\:pl-50:hover {
    padding-left: 50px;
  }

  .lg\:hover\:pt-55:hover {
    padding-top: 55px;
  }

  .lg\:hover\:pr-55:hover {
    padding-right: 55px;
  }

  .lg\:hover\:pb-55:hover {
    padding-bottom: 55px;
  }

  .lg\:hover\:pl-55:hover {
    padding-left: 55px;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 56px;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 56px;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 56px;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 56px;
  }

  .lg\:hover\:pt-60:hover {
    padding-top: 60px;
  }

  .lg\:hover\:pr-60:hover {
    padding-right: 60px;
  }

  .lg\:hover\:pb-60:hover {
    padding-bottom: 60px;
  }

  .lg\:hover\:pl-60:hover {
    padding-left: 60px;
  }

  .lg\:hover\:pt-62:hover {
    padding-top: 62px;
  }

  .lg\:hover\:pr-62:hover {
    padding-right: 62px;
  }

  .lg\:hover\:pb-62:hover {
    padding-bottom: 62px;
  }

  .lg\:hover\:pl-62:hover {
    padding-left: 62px;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 64px;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 64px;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 64px;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 64px;
  }

  .lg\:hover\:pt-65:hover {
    padding-top: 65px;
  }

  .lg\:hover\:pr-65:hover {
    padding-right: 65px;
  }

  .lg\:hover\:pb-65:hover {
    padding-bottom: 65px;
  }

  .lg\:hover\:pl-65:hover {
    padding-left: 65px;
  }

  .lg\:hover\:pt-70:hover {
    padding-top: 70px;
  }

  .lg\:hover\:pr-70:hover {
    padding-right: 70px;
  }

  .lg\:hover\:pb-70:hover {
    padding-bottom: 70px;
  }

  .lg\:hover\:pl-70:hover {
    padding-left: 70px;
  }

  .lg\:hover\:pt-75:hover {
    padding-top: 75px;
  }

  .lg\:hover\:pr-75:hover {
    padding-right: 75px;
  }

  .lg\:hover\:pb-75:hover {
    padding-bottom: 75px;
  }

  .lg\:hover\:pl-75:hover {
    padding-left: 75px;
  }

  .lg\:hover\:pt-80:hover {
    padding-top: 80px;
  }

  .lg\:hover\:pr-80:hover {
    padding-right: 80px;
  }

  .lg\:hover\:pb-80:hover {
    padding-bottom: 80px;
  }

  .lg\:hover\:pl-80:hover {
    padding-left: 80px;
  }

  .lg\:hover\:pt-85:hover {
    padding-top: 85px;
  }

  .lg\:hover\:pr-85:hover {
    padding-right: 85px;
  }

  .lg\:hover\:pb-85:hover {
    padding-bottom: 85px;
  }

  .lg\:hover\:pl-85:hover {
    padding-left: 85px;
  }

  .lg\:hover\:pt-90:hover {
    padding-top: 90px;
  }

  .lg\:hover\:pr-90:hover {
    padding-right: 90px;
  }

  .lg\:hover\:pb-90:hover {
    padding-bottom: 90px;
  }

  .lg\:hover\:pl-90:hover {
    padding-left: 90px;
  }

  .lg\:hover\:pt-95:hover {
    padding-top: 95px;
  }

  .lg\:hover\:pr-95:hover {
    padding-right: 95px;
  }

  .lg\:hover\:pb-95:hover {
    padding-bottom: 95px;
  }

  .lg\:hover\:pl-95:hover {
    padding-left: 95px;
  }

  .lg\:hover\:pt-96:hover {
    padding-top: 96px;
  }

  .lg\:hover\:pr-96:hover {
    padding-right: 96px;
  }

  .lg\:hover\:pb-96:hover {
    padding-bottom: 96px;
  }

  .lg\:hover\:pl-96:hover {
    padding-left: 96px;
  }

  .lg\:hover\:pt-100:hover {
    padding-top: 100px;
  }

  .lg\:hover\:pr-100:hover {
    padding-right: 100px;
  }

  .lg\:hover\:pb-100:hover {
    padding-bottom: 100px;
  }

  .lg\:hover\:pl-100:hover {
    padding-left: 100px;
  }

  .lg\:hover\:pt-110:hover {
    padding-top: 110px;
  }

  .lg\:hover\:pr-110:hover {
    padding-right: 110px;
  }

  .lg\:hover\:pb-110:hover {
    padding-bottom: 110px;
  }

  .lg\:hover\:pl-110:hover {
    padding-left: 110px;
  }

  .lg\:hover\:pt-115:hover {
    padding-top: 115px;
  }

  .lg\:hover\:pr-115:hover {
    padding-right: 115px;
  }

  .lg\:hover\:pb-115:hover {
    padding-bottom: 115px;
  }

  .lg\:hover\:pl-115:hover {
    padding-left: 115px;
  }

  .lg\:hover\:pt-120:hover {
    padding-top: 120px;
  }

  .lg\:hover\:pr-120:hover {
    padding-right: 120px;
  }

  .lg\:hover\:pb-120:hover {
    padding-bottom: 120px;
  }

  .lg\:hover\:pl-120:hover {
    padding-left: 120px;
  }

  .lg\:hover\:pt-128:hover {
    padding-top: 128px;
  }

  .lg\:hover\:pr-128:hover {
    padding-right: 128px;
  }

  .lg\:hover\:pb-128:hover {
    padding-bottom: 128px;
  }

  .lg\:hover\:pl-128:hover {
    padding-left: 128px;
  }

  .lg\:hover\:pt-135:hover {
    padding-top: 135px;
  }

  .lg\:hover\:pr-135:hover {
    padding-right: 135px;
  }

  .lg\:hover\:pb-135:hover {
    padding-bottom: 135px;
  }

  .lg\:hover\:pl-135:hover {
    padding-left: 135px;
  }

  .lg\:hover\:pt-140:hover {
    padding-top: 140px;
  }

  .lg\:hover\:pr-140:hover {
    padding-right: 140px;
  }

  .lg\:hover\:pb-140:hover {
    padding-bottom: 140px;
  }

  .lg\:hover\:pl-140:hover {
    padding-left: 140px;
  }

  .lg\:hover\:pt-145:hover {
    padding-top: 145px;
  }

  .lg\:hover\:pr-145:hover {
    padding-right: 145px;
  }

  .lg\:hover\:pb-145:hover {
    padding-bottom: 145px;
  }

  .lg\:hover\:pl-145:hover {
    padding-left: 145px;
  }

  .lg\:hover\:pt-150:hover {
    padding-top: 150px;
  }

  .lg\:hover\:pr-150:hover {
    padding-right: 150px;
  }

  .lg\:hover\:pb-150:hover {
    padding-bottom: 150px;
  }

  .lg\:hover\:pl-150:hover {
    padding-left: 150px;
  }

  .lg\:hover\:pt-160:hover {
    padding-top: 160px;
  }

  .lg\:hover\:pr-160:hover {
    padding-right: 160px;
  }

  .lg\:hover\:pb-160:hover {
    padding-bottom: 160px;
  }

  .lg\:hover\:pl-160:hover {
    padding-left: 160px;
  }

  .lg\:hover\:pt-165:hover {
    padding-top: 165px;
  }

  .lg\:hover\:pr-165:hover {
    padding-right: 165px;
  }

  .lg\:hover\:pb-165:hover {
    padding-bottom: 165px;
  }

  .lg\:hover\:pl-165:hover {
    padding-left: 165px;
  }

  .lg\:hover\:pt-168:hover {
    padding-top: 168px;
  }

  .lg\:hover\:pr-168:hover {
    padding-right: 168px;
  }

  .lg\:hover\:pb-168:hover {
    padding-bottom: 168px;
  }

  .lg\:hover\:pl-168:hover {
    padding-left: 168px;
  }

  .lg\:hover\:pt-170:hover {
    padding-top: 170px;
  }

  .lg\:hover\:pr-170:hover {
    padding-right: 170px;
  }

  .lg\:hover\:pb-170:hover {
    padding-bottom: 170px;
  }

  .lg\:hover\:pl-170:hover {
    padding-left: 170px;
  }

  .lg\:hover\:pt-180:hover {
    padding-top: 180px;
  }

  .lg\:hover\:pr-180:hover {
    padding-right: 180px;
  }

  .lg\:hover\:pb-180:hover {
    padding-bottom: 180px;
  }

  .lg\:hover\:pl-180:hover {
    padding-left: 180px;
  }

  .lg\:hover\:pt-200:hover {
    padding-top: 200px;
  }

  .lg\:hover\:pr-200:hover {
    padding-right: 200px;
  }

  .lg\:hover\:pb-200:hover {
    padding-bottom: 200px;
  }

  .lg\:hover\:pl-200:hover {
    padding-left: 200px;
  }

  .lg\:hover\:pt-220:hover {
    padding-top: 220px;
  }

  .lg\:hover\:pr-220:hover {
    padding-right: 220px;
  }

  .lg\:hover\:pb-220:hover {
    padding-bottom: 220px;
  }

  .lg\:hover\:pl-220:hover {
    padding-left: 220px;
  }

  .lg\:hover\:pt-230:hover {
    padding-top: 230px;
  }

  .lg\:hover\:pr-230:hover {
    padding-right: 230px;
  }

  .lg\:hover\:pb-230:hover {
    padding-bottom: 230px;
  }

  .lg\:hover\:pl-230:hover {
    padding-left: 230px;
  }

  .lg\:hover\:pt-235:hover {
    padding-top: 235px;
  }

  .lg\:hover\:pr-235:hover {
    padding-right: 235px;
  }

  .lg\:hover\:pb-235:hover {
    padding-bottom: 235px;
  }

  .lg\:hover\:pl-235:hover {
    padding-left: 235px;
  }

  .lg\:hover\:pt-240:hover {
    padding-top: 240px;
  }

  .lg\:hover\:pr-240:hover {
    padding-right: 240px;
  }

  .lg\:hover\:pb-240:hover {
    padding-bottom: 240px;
  }

  .lg\:hover\:pl-240:hover {
    padding-left: 240px;
  }

  .lg\:hover\:pt-250:hover {
    padding-top: 250px;
  }

  .lg\:hover\:pr-250:hover {
    padding-right: 250px;
  }

  .lg\:hover\:pb-250:hover {
    padding-bottom: 250px;
  }

  .lg\:hover\:pl-250:hover {
    padding-left: 250px;
  }

  .lg\:hover\:pt-300:hover {
    padding-top: 300px;
  }

  .lg\:hover\:pr-300:hover {
    padding-right: 300px;
  }

  .lg\:hover\:pb-300:hover {
    padding-bottom: 300px;
  }

  .lg\:hover\:pl-300:hover {
    padding-left: 300px;
  }

  .lg\:hover\:pt-320:hover {
    padding-top: 320px;
  }

  .lg\:hover\:pr-320:hover {
    padding-right: 320px;
  }

  .lg\:hover\:pb-320:hover {
    padding-bottom: 320px;
  }

  .lg\:hover\:pl-320:hover {
    padding-left: 320px;
  }

  .lg\:hover\:pt-350:hover {
    padding-top: 350px;
  }

  .lg\:hover\:pr-350:hover {
    padding-right: 350px;
  }

  .lg\:hover\:pb-350:hover {
    padding-bottom: 350px;
  }

  .lg\:hover\:pl-350:hover {
    padding-left: 350px;
  }

  .lg\:hover\:pt-375:hover {
    padding-top: 375px;
  }

  .lg\:hover\:pr-375:hover {
    padding-right: 375px;
  }

  .lg\:hover\:pb-375:hover {
    padding-bottom: 375px;
  }

  .lg\:hover\:pl-375:hover {
    padding-left: 375px;
  }

  .lg\:hover\:pt-400:hover {
    padding-top: 400px;
  }

  .lg\:hover\:pr-400:hover {
    padding-right: 400px;
  }

  .lg\:hover\:pb-400:hover {
    padding-bottom: 400px;
  }

  .lg\:hover\:pl-400:hover {
    padding-left: 400px;
  }

  .lg\:hover\:pt-450:hover {
    padding-top: 450px;
  }

  .lg\:hover\:pr-450:hover {
    padding-right: 450px;
  }

  .lg\:hover\:pb-450:hover {
    padding-bottom: 450px;
  }

  .lg\:hover\:pl-450:hover {
    padding-left: 450px;
  }

  .lg\:hover\:pt-700:hover {
    padding-top: 700px;
  }

  .lg\:hover\:pr-700:hover {
    padding-right: 700px;
  }

  .lg\:hover\:pb-700:hover {
    padding-bottom: 700px;
  }

  .lg\:hover\:pl-700:hover {
    padding-left: 700px;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:hover\:pt-1p:hover {
    padding-top: 1%;
  }

  .lg\:hover\:pr-1p:hover {
    padding-right: 1%;
  }

  .lg\:hover\:pb-1p:hover {
    padding-bottom: 1%;
  }

  .lg\:hover\:pl-1p:hover {
    padding-left: 1%;
  }

  .lg\:hover\:pt-1\/12:hover {
    padding-top: 8.3333%;
  }

  .lg\:hover\:pr-1\/12:hover {
    padding-right: 8.3333%;
  }

  .lg\:hover\:pb-1\/12:hover {
    padding-bottom: 8.3333%;
  }

  .lg\:hover\:pl-1\/12:hover {
    padding-left: 8.3333%;
  }

  .lg\:hover\:pt-2\/12:hover {
    padding-top: 16.666667%;
  }

  .lg\:hover\:pr-2\/12:hover {
    padding-right: 16.666667%;
  }

  .lg\:hover\:pb-2\/12:hover {
    padding-bottom: 16.666667%;
  }

  .lg\:hover\:pl-2\/12:hover {
    padding-left: 16.666667%;
  }

  .lg\:hover\:pt-11p:hover {
    padding-top: 11%;
  }

  .lg\:hover\:pr-11p:hover {
    padding-right: 11%;
  }

  .lg\:hover\:pb-11p:hover {
    padding-bottom: 11%;
  }

  .lg\:hover\:pl-11p:hover {
    padding-left: 11%;
  }

  .lg\:hover\:pt-20p:hover {
    padding-top: 20%;
  }

  .lg\:hover\:pr-20p:hover {
    padding-right: 20%;
  }

  .lg\:hover\:pb-20p:hover {
    padding-bottom: 20%;
  }

  .lg\:hover\:pl-20p:hover {
    padding-left: 20%;
  }

  .lg\:hover\:pt-24p:hover {
    padding-top: 24.25%;
  }

  .lg\:hover\:pr-24p:hover {
    padding-right: 24.25%;
  }

  .lg\:hover\:pb-24p:hover {
    padding-bottom: 24.25%;
  }

  .lg\:hover\:pl-24p:hover {
    padding-left: 24.25%;
  }

  .lg\:hover\:pt-25p:hover {
    padding-top: 25%;
  }

  .lg\:hover\:pr-25p:hover {
    padding-right: 25%;
  }

  .lg\:hover\:pb-25p:hover {
    padding-bottom: 25%;
  }

  .lg\:hover\:pl-25p:hover {
    padding-left: 25%;
  }

  .lg\:hover\:pt-32p:hover {
    padding-top: 32%;
  }

  .lg\:hover\:pr-32p:hover {
    padding-right: 32%;
  }

  .lg\:hover\:pb-32p:hover {
    padding-bottom: 32%;
  }

  .lg\:hover\:pl-32p:hover {
    padding-left: 32%;
  }

  .lg\:hover\:pt-35p:hover {
    padding-top: 35%;
  }

  .lg\:hover\:pr-35p:hover {
    padding-right: 35%;
  }

  .lg\:hover\:pb-35p:hover {
    padding-bottom: 35%;
  }

  .lg\:hover\:pl-35p:hover {
    padding-left: 35%;
  }

  .lg\:hover\:pt-40p:hover {
    padding-top: 40%;
  }

  .lg\:hover\:pr-40p:hover {
    padding-right: 40%;
  }

  .lg\:hover\:pb-40p:hover {
    padding-bottom: 40%;
  }

  .lg\:hover\:pl-40p:hover {
    padding-left: 40%;
  }

  .lg\:hover\:pt-49p:hover {
    padding-top: 49%;
  }

  .lg\:hover\:pr-49p:hover {
    padding-right: 49%;
  }

  .lg\:hover\:pb-49p:hover {
    padding-bottom: 49%;
  }

  .lg\:hover\:pl-49p:hover {
    padding-left: 49%;
  }

  .lg\:hover\:pt-49-5p:hover {
    padding-top: 49.5%;
  }

  .lg\:hover\:pr-49-5p:hover {
    padding-right: 49.5%;
  }

  .lg\:hover\:pb-49-5p:hover {
    padding-bottom: 49.5%;
  }

  .lg\:hover\:pl-49-5p:hover {
    padding-left: 49.5%;
  }

  .lg\:hover\:pt-80p:hover {
    padding-top: 80%;
  }

  .lg\:hover\:pr-80p:hover {
    padding-right: 80%;
  }

  .lg\:hover\:pb-80p:hover {
    padding-bottom: 80%;
  }

  .lg\:hover\:pl-80p:hover {
    padding-left: 80%;
  }

  .lg\:hover\:pt-vh80:hover {
    padding-top: 80vh;
  }

  .lg\:hover\:pr-vh80:hover {
    padding-right: 80vh;
  }

  .lg\:hover\:pb-vh80:hover {
    padding-bottom: 80vh;
  }

  .lg\:hover\:pl-vh80:hover {
    padding-left: 80vh;
  }

  .lg\:hover\:pt-vh86:hover {
    padding-top: 86vh;
  }

  .lg\:hover\:pr-vh86:hover {
    padding-right: 86vh;
  }

  .lg\:hover\:pb-vh86:hover {
    padding-bottom: 86vh;
  }

  .lg\:hover\:pl-vh86:hover {
    padding-left: 86vh;
  }

  .lg\:hover\:pt-vh90:hover {
    padding-top: 90vh;
  }

  .lg\:hover\:pr-vh90:hover {
    padding-right: 90vh;
  }

  .lg\:hover\:pb-vh90:hover {
    padding-bottom: 90vh;
  }

  .lg\:hover\:pl-vh90:hover {
    padding-left: 90vh;
  }

  .lg\:hover\:pt-vw80:hover {
    padding-top: 80vw;
  }

  .lg\:hover\:pr-vw80:hover {
    padding-right: 80vw;
  }

  .lg\:hover\:pb-vw80:hover {
    padding-bottom: 80vw;
  }

  .lg\:hover\:pl-vw80:hover {
    padding-left: 80vw;
  }

  .lg\:hover\:pt-vw90:hover {
    padding-top: 90vw;
  }

  .lg\:hover\:pr-vw90:hover {
    padding-right: 90vw;
  }

  .lg\:hover\:pb-vw90:hover {
    padding-bottom: 90vw;
  }

  .lg\:hover\:pl-vw90:hover {
    padding-left: 90vw;
  }

  .lg\:hover\:pt-90p:hover {
    padding-top: 90%;
  }

  .lg\:hover\:pr-90p:hover {
    padding-right: 90%;
  }

  .lg\:hover\:pb-90p:hover {
    padding-bottom: 90%;
  }

  .lg\:hover\:pl-90p:hover {
    padding-left: 90%;
  }

  .lg\:hover\:pt-92p:hover {
    padding-top: 92%;
  }

  .lg\:hover\:pr-92p:hover {
    padding-right: 92%;
  }

  .lg\:hover\:pb-92p:hover {
    padding-bottom: 92%;
  }

  .lg\:hover\:pl-92p:hover {
    padding-left: 92%;
  }

  .lg\:hover\:pt-93p:hover {
    padding-top: 93%;
  }

  .lg\:hover\:pr-93p:hover {
    padding-right: 93%;
  }

  .lg\:hover\:pb-93p:hover {
    padding-bottom: 93%;
  }

  .lg\:hover\:pl-93p:hover {
    padding-left: 93%;
  }

  .lg\:hover\:pt-94p:hover {
    padding-top: 94%;
  }

  .lg\:hover\:pr-94p:hover {
    padding-right: 94%;
  }

  .lg\:hover\:pb-94p:hover {
    padding-bottom: 94%;
  }

  .lg\:hover\:pl-94p:hover {
    padding-left: 94%;
  }

  .lg\:hover\:pt-95p:hover {
    padding-top: 95%;
  }

  .lg\:hover\:pr-95p:hover {
    padding-right: 95%;
  }

  .lg\:hover\:pb-95p:hover {
    padding-bottom: 95%;
  }

  .lg\:hover\:pl-95p:hover {
    padding-left: 95%;
  }

  .lg\:hover\:pt-96p:hover {
    padding-top: 96%;
  }

  .lg\:hover\:pr-96p:hover {
    padding-right: 96%;
  }

  .lg\:hover\:pb-96p:hover {
    padding-bottom: 96%;
  }

  .lg\:hover\:pl-96p:hover {
    padding-left: 96%;
  }

  .lg\:hover\:pt-100p:hover {
    padding-top: 100%;
  }

  .lg\:hover\:pr-100p:hover {
    padding-right: 100%;
  }

  .lg\:hover\:pb-100p:hover {
    padding-bottom: 100%;
  }

  .lg\:hover\:pl-100p:hover {
    padding-left: 100%;
  }

  .lg\:focus\:p-0:focus {
    padding: 0px;
  }

  .lg\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: 3px;
  }

  .lg\:focus\:p-4:focus {
    padding: 4px;
  }

  .lg\:focus\:p-5:focus {
    padding: 5px;
  }

  .lg\:focus\:p-6:focus {
    padding: 6px;
  }

  .lg\:focus\:p-8:focus {
    padding: 8px;
  }

  .lg\:focus\:p-9:focus {
    padding: 9px;
  }

  .lg\:focus\:p-10:focus {
    padding: 10px;
  }

  .lg\:focus\:p-12:focus {
    padding: 12px;
  }

  .lg\:focus\:p-13:focus {
    padding: 13px;
  }

  .lg\:focus\:p-14:focus {
    padding: 14px;
  }

  .lg\:focus\:p-15:focus {
    padding: 15px;
  }

  .lg\:focus\:p-16:focus {
    padding: 16px;
  }

  .lg\:focus\:p-17:focus {
    padding: 17px;
  }

  .lg\:focus\:p-18:focus {
    padding: 18px;
  }

  .lg\:focus\:p-20:focus {
    padding: 20px;
  }

  .lg\:focus\:p-22:focus {
    padding: 22px;
  }

  .lg\:focus\:p-24:focus {
    padding: 24px;
  }

  .lg\:focus\:p-25:focus {
    padding: 25px;
  }

  .lg\:focus\:p-28:focus {
    padding: 28px;
  }

  .lg\:focus\:p-29:focus {
    padding: 29px;
  }

  .lg\:focus\:p-30:focus {
    padding: 30px;
  }

  .lg\:focus\:p-32:focus {
    padding: 32px;
  }

  .lg\:focus\:p-35:focus {
    padding: 35px;
  }

  .lg\:focus\:p-36:focus {
    padding: 36px;
  }

  .lg\:focus\:p-37:focus {
    padding: 37px;
  }

  .lg\:focus\:p-40:focus {
    padding: 40px;
  }

  .lg\:focus\:p-45:focus {
    padding: 45px;
  }

  .lg\:focus\:p-48:focus {
    padding: 48px;
  }

  .lg\:focus\:p-50:focus {
    padding: 50px;
  }

  .lg\:focus\:p-55:focus {
    padding: 55px;
  }

  .lg\:focus\:p-56:focus {
    padding: 56px;
  }

  .lg\:focus\:p-60:focus {
    padding: 60px;
  }

  .lg\:focus\:p-62:focus {
    padding: 62px;
  }

  .lg\:focus\:p-64:focus {
    padding: 64px;
  }

  .lg\:focus\:p-65:focus {
    padding: 65px;
  }

  .lg\:focus\:p-70:focus {
    padding: 70px;
  }

  .lg\:focus\:p-75:focus {
    padding: 75px;
  }

  .lg\:focus\:p-80:focus {
    padding: 80px;
  }

  .lg\:focus\:p-85:focus {
    padding: 85px;
  }

  .lg\:focus\:p-90:focus {
    padding: 90px;
  }

  .lg\:focus\:p-95:focus {
    padding: 95px;
  }

  .lg\:focus\:p-96:focus {
    padding: 96px;
  }

  .lg\:focus\:p-100:focus {
    padding: 100px;
  }

  .lg\:focus\:p-110:focus {
    padding: 110px;
  }

  .lg\:focus\:p-115:focus {
    padding: 115px;
  }

  .lg\:focus\:p-120:focus {
    padding: 120px;
  }

  .lg\:focus\:p-128:focus {
    padding: 128px;
  }

  .lg\:focus\:p-135:focus {
    padding: 135px;
  }

  .lg\:focus\:p-140:focus {
    padding: 140px;
  }

  .lg\:focus\:p-145:focus {
    padding: 145px;
  }

  .lg\:focus\:p-150:focus {
    padding: 150px;
  }

  .lg\:focus\:p-160:focus {
    padding: 160px;
  }

  .lg\:focus\:p-165:focus {
    padding: 165px;
  }

  .lg\:focus\:p-168:focus {
    padding: 168px;
  }

  .lg\:focus\:p-170:focus {
    padding: 170px;
  }

  .lg\:focus\:p-180:focus {
    padding: 180px;
  }

  .lg\:focus\:p-200:focus {
    padding: 200px;
  }

  .lg\:focus\:p-220:focus {
    padding: 220px;
  }

  .lg\:focus\:p-230:focus {
    padding: 230px;
  }

  .lg\:focus\:p-235:focus {
    padding: 235px;
  }

  .lg\:focus\:p-240:focus {
    padding: 240px;
  }

  .lg\:focus\:p-250:focus {
    padding: 250px;
  }

  .lg\:focus\:p-300:focus {
    padding: 300px;
  }

  .lg\:focus\:p-320:focus {
    padding: 320px;
  }

  .lg\:focus\:p-350:focus {
    padding: 350px;
  }

  .lg\:focus\:p-375:focus {
    padding: 375px;
  }

  .lg\:focus\:p-400:focus {
    padding: 400px;
  }

  .lg\:focus\:p-450:focus {
    padding: 450px;
  }

  .lg\:focus\:p-700:focus {
    padding: 700px;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:p-1p:focus {
    padding: 1%;
  }

  .lg\:focus\:p-1\/12:focus {
    padding: 8.3333%;
  }

  .lg\:focus\:p-2\/12:focus {
    padding: 16.666667%;
  }

  .lg\:focus\:p-11p:focus {
    padding: 11%;
  }

  .lg\:focus\:p-20p:focus {
    padding: 20%;
  }

  .lg\:focus\:p-24p:focus {
    padding: 24.25%;
  }

  .lg\:focus\:p-25p:focus {
    padding: 25%;
  }

  .lg\:focus\:p-32p:focus {
    padding: 32%;
  }

  .lg\:focus\:p-35p:focus {
    padding: 35%;
  }

  .lg\:focus\:p-40p:focus {
    padding: 40%;
  }

  .lg\:focus\:p-49p:focus {
    padding: 49%;
  }

  .lg\:focus\:p-49-5p:focus {
    padding: 49.5%;
  }

  .lg\:focus\:p-80p:focus {
    padding: 80%;
  }

  .lg\:focus\:p-vh80:focus {
    padding: 80vh;
  }

  .lg\:focus\:p-vh86:focus {
    padding: 86vh;
  }

  .lg\:focus\:p-vh90:focus {
    padding: 90vh;
  }

  .lg\:focus\:p-vw80:focus {
    padding: 80vw;
  }

  .lg\:focus\:p-vw90:focus {
    padding: 90vw;
  }

  .lg\:focus\:p-90p:focus {
    padding: 90%;
  }

  .lg\:focus\:p-92p:focus {
    padding: 92%;
  }

  .lg\:focus\:p-93p:focus {
    padding: 93%;
  }

  .lg\:focus\:p-94p:focus {
    padding: 94%;
  }

  .lg\:focus\:p-95p:focus {
    padding: 95%;
  }

  .lg\:focus\:p-96p:focus {
    padding: 96%;
  }

  .lg\:focus\:p-100p:focus {
    padding: 100%;
  }

  .lg\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:focus\:px-3:focus {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:focus\:py-4:focus {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:focus\:px-4:focus {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:focus\:py-5:focus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:focus\:px-5:focus {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:focus\:py-6:focus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:focus\:px-6:focus {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:focus\:py-8:focus {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:focus\:px-8:focus {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:focus\:py-9:focus {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:focus\:px-9:focus {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:focus\:py-10:focus {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:focus\:px-10:focus {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:focus\:py-12:focus {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:focus\:px-12:focus {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:focus\:py-13:focus {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:focus\:px-13:focus {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:focus\:py-14:focus {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:focus\:px-14:focus {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:focus\:py-15:focus {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:focus\:px-15:focus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:focus\:py-16:focus {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:focus\:px-16:focus {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:focus\:py-17:focus {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:focus\:px-17:focus {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:focus\:py-18:focus {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:focus\:px-18:focus {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:focus\:py-20:focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:focus\:px-20:focus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:focus\:py-22:focus {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:focus\:px-22:focus {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:focus\:py-24:focus {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:focus\:px-24:focus {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:focus\:py-25:focus {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:focus\:px-25:focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:focus\:py-28:focus {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:focus\:px-28:focus {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:focus\:py-29:focus {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:focus\:px-29:focus {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:focus\:py-30:focus {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:focus\:px-30:focus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:focus\:py-32:focus {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:focus\:px-32:focus {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:focus\:py-35:focus {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:focus\:px-35:focus {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:focus\:py-36:focus {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:focus\:px-36:focus {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:focus\:py-37:focus {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:focus\:px-37:focus {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:focus\:py-40:focus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:focus\:px-40:focus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:focus\:py-45:focus {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:focus\:px-45:focus {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:focus\:py-48:focus {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:focus\:px-48:focus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:focus\:py-50:focus {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:focus\:px-50:focus {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:focus\:py-55:focus {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:focus\:px-55:focus {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:focus\:py-56:focus {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:focus\:px-56:focus {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:focus\:py-60:focus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:focus\:px-60:focus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:focus\:py-62:focus {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:focus\:px-62:focus {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:focus\:py-64:focus {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:focus\:px-64:focus {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:focus\:py-65:focus {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:focus\:px-65:focus {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:focus\:py-70:focus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:focus\:px-70:focus {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:focus\:py-75:focus {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:focus\:px-75:focus {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:focus\:py-80:focus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:focus\:px-80:focus {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:focus\:py-85:focus {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:focus\:px-85:focus {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:focus\:py-90:focus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:focus\:px-90:focus {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:focus\:py-95:focus {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:focus\:px-95:focus {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:focus\:py-96:focus {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:focus\:px-96:focus {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:focus\:py-100:focus {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:focus\:px-100:focus {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:focus\:py-110:focus {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:focus\:px-110:focus {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:focus\:py-115:focus {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:focus\:px-115:focus {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:focus\:py-120:focus {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:focus\:px-120:focus {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:focus\:py-128:focus {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:focus\:px-128:focus {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:focus\:py-135:focus {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:focus\:px-135:focus {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:focus\:py-140:focus {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:focus\:px-140:focus {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:focus\:py-145:focus {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:focus\:px-145:focus {
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:focus\:py-150:focus {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:focus\:px-150:focus {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:focus\:py-160:focus {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:focus\:px-160:focus {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:focus\:py-165:focus {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .lg\:focus\:px-165:focus {
    padding-left: 165px;
    padding-right: 165px;
  }

  .lg\:focus\:py-168:focus {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .lg\:focus\:px-168:focus {
    padding-left: 168px;
    padding-right: 168px;
  }

  .lg\:focus\:py-170:focus {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:focus\:px-170:focus {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:focus\:py-180:focus {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:focus\:px-180:focus {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:focus\:py-200:focus {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:focus\:px-200:focus {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:focus\:py-220:focus {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:focus\:px-220:focus {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:focus\:py-230:focus {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:focus\:px-230:focus {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:focus\:py-235:focus {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .lg\:focus\:px-235:focus {
    padding-left: 235px;
    padding-right: 235px;
  }

  .lg\:focus\:py-240:focus {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:focus\:px-240:focus {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:focus\:py-250:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:focus\:px-250:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:focus\:py-300:focus {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:focus\:px-300:focus {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:focus\:py-320:focus {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:focus\:px-320:focus {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:focus\:py-350:focus {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .lg\:focus\:px-350:focus {
    padding-left: 350px;
    padding-right: 350px;
  }

  .lg\:focus\:py-375:focus {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .lg\:focus\:px-375:focus {
    padding-left: 375px;
    padding-right: 375px;
  }

  .lg\:focus\:py-400:focus {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .lg\:focus\:px-400:focus {
    padding-left: 400px;
    padding-right: 400px;
  }

  .lg\:focus\:py-450:focus {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .lg\:focus\:px-450:focus {
    padding-left: 450px;
    padding-right: 450px;
  }

  .lg\:focus\:py-700:focus {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .lg\:focus\:px-700:focus {
    padding-left: 700px;
    padding-right: 700px;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:py-1p:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:focus\:px-1p:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:focus\:py-1\/12:focus {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .lg\:focus\:px-1\/12:focus {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .lg\:focus\:py-2\/12:focus {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:focus\:px-2\/12:focus {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:focus\:py-11p:focus {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .lg\:focus\:px-11p:focus {
    padding-left: 11%;
    padding-right: 11%;
  }

  .lg\:focus\:py-20p:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:focus\:px-20p:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:focus\:py-24p:focus {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .lg\:focus\:px-24p:focus {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .lg\:focus\:py-25p:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:focus\:px-25p:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:focus\:py-32p:focus {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .lg\:focus\:px-32p:focus {
    padding-left: 32%;
    padding-right: 32%;
  }

  .lg\:focus\:py-35p:focus {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:focus\:px-35p:focus {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:focus\:py-40p:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:focus\:px-40p:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:focus\:py-49p:focus {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:focus\:px-49p:focus {
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:focus\:py-49-5p:focus {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .lg\:focus\:px-49-5p:focus {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .lg\:focus\:py-80p:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:focus\:px-80p:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:focus\:py-vh80:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:focus\:px-vh80:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:focus\:py-vh86:focus {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .lg\:focus\:px-vh86:focus {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .lg\:focus\:py-vh90:focus {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:focus\:px-vh90:focus {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:focus\:py-vw80:focus {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .lg\:focus\:px-vw80:focus {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .lg\:focus\:py-vw90:focus {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .lg\:focus\:px-vw90:focus {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .lg\:focus\:py-90p:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:focus\:px-90p:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:focus\:py-92p:focus {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .lg\:focus\:px-92p:focus {
    padding-left: 92%;
    padding-right: 92%;
  }

  .lg\:focus\:py-93p:focus {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .lg\:focus\:px-93p:focus {
    padding-left: 93%;
    padding-right: 93%;
  }

  .lg\:focus\:py-94p:focus {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .lg\:focus\:px-94p:focus {
    padding-left: 94%;
    padding-right: 94%;
  }

  .lg\:focus\:py-95p:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:focus\:px-95p:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:focus\:py-96p:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:focus\:px-96p:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:focus\:py-100p:focus {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:focus\:px-100p:focus {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .lg\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .lg\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .lg\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .lg\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: 3px;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: 3px;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: 3px;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: 3px;
  }

  .lg\:focus\:pt-4:focus {
    padding-top: 4px;
  }

  .lg\:focus\:pr-4:focus {
    padding-right: 4px;
  }

  .lg\:focus\:pb-4:focus {
    padding-bottom: 4px;
  }

  .lg\:focus\:pl-4:focus {
    padding-left: 4px;
  }

  .lg\:focus\:pt-5:focus {
    padding-top: 5px;
  }

  .lg\:focus\:pr-5:focus {
    padding-right: 5px;
  }

  .lg\:focus\:pb-5:focus {
    padding-bottom: 5px;
  }

  .lg\:focus\:pl-5:focus {
    padding-left: 5px;
  }

  .lg\:focus\:pt-6:focus {
    padding-top: 6px;
  }

  .lg\:focus\:pr-6:focus {
    padding-right: 6px;
  }

  .lg\:focus\:pb-6:focus {
    padding-bottom: 6px;
  }

  .lg\:focus\:pl-6:focus {
    padding-left: 6px;
  }

  .lg\:focus\:pt-8:focus {
    padding-top: 8px;
  }

  .lg\:focus\:pr-8:focus {
    padding-right: 8px;
  }

  .lg\:focus\:pb-8:focus {
    padding-bottom: 8px;
  }

  .lg\:focus\:pl-8:focus {
    padding-left: 8px;
  }

  .lg\:focus\:pt-9:focus {
    padding-top: 9px;
  }

  .lg\:focus\:pr-9:focus {
    padding-right: 9px;
  }

  .lg\:focus\:pb-9:focus {
    padding-bottom: 9px;
  }

  .lg\:focus\:pl-9:focus {
    padding-left: 9px;
  }

  .lg\:focus\:pt-10:focus {
    padding-top: 10px;
  }

  .lg\:focus\:pr-10:focus {
    padding-right: 10px;
  }

  .lg\:focus\:pb-10:focus {
    padding-bottom: 10px;
  }

  .lg\:focus\:pl-10:focus {
    padding-left: 10px;
  }

  .lg\:focus\:pt-12:focus {
    padding-top: 12px;
  }

  .lg\:focus\:pr-12:focus {
    padding-right: 12px;
  }

  .lg\:focus\:pb-12:focus {
    padding-bottom: 12px;
  }

  .lg\:focus\:pl-12:focus {
    padding-left: 12px;
  }

  .lg\:focus\:pt-13:focus {
    padding-top: 13px;
  }

  .lg\:focus\:pr-13:focus {
    padding-right: 13px;
  }

  .lg\:focus\:pb-13:focus {
    padding-bottom: 13px;
  }

  .lg\:focus\:pl-13:focus {
    padding-left: 13px;
  }

  .lg\:focus\:pt-14:focus {
    padding-top: 14px;
  }

  .lg\:focus\:pr-14:focus {
    padding-right: 14px;
  }

  .lg\:focus\:pb-14:focus {
    padding-bottom: 14px;
  }

  .lg\:focus\:pl-14:focus {
    padding-left: 14px;
  }

  .lg\:focus\:pt-15:focus {
    padding-top: 15px;
  }

  .lg\:focus\:pr-15:focus {
    padding-right: 15px;
  }

  .lg\:focus\:pb-15:focus {
    padding-bottom: 15px;
  }

  .lg\:focus\:pl-15:focus {
    padding-left: 15px;
  }

  .lg\:focus\:pt-16:focus {
    padding-top: 16px;
  }

  .lg\:focus\:pr-16:focus {
    padding-right: 16px;
  }

  .lg\:focus\:pb-16:focus {
    padding-bottom: 16px;
  }

  .lg\:focus\:pl-16:focus {
    padding-left: 16px;
  }

  .lg\:focus\:pt-17:focus {
    padding-top: 17px;
  }

  .lg\:focus\:pr-17:focus {
    padding-right: 17px;
  }

  .lg\:focus\:pb-17:focus {
    padding-bottom: 17px;
  }

  .lg\:focus\:pl-17:focus {
    padding-left: 17px;
  }

  .lg\:focus\:pt-18:focus {
    padding-top: 18px;
  }

  .lg\:focus\:pr-18:focus {
    padding-right: 18px;
  }

  .lg\:focus\:pb-18:focus {
    padding-bottom: 18px;
  }

  .lg\:focus\:pl-18:focus {
    padding-left: 18px;
  }

  .lg\:focus\:pt-20:focus {
    padding-top: 20px;
  }

  .lg\:focus\:pr-20:focus {
    padding-right: 20px;
  }

  .lg\:focus\:pb-20:focus {
    padding-bottom: 20px;
  }

  .lg\:focus\:pl-20:focus {
    padding-left: 20px;
  }

  .lg\:focus\:pt-22:focus {
    padding-top: 22px;
  }

  .lg\:focus\:pr-22:focus {
    padding-right: 22px;
  }

  .lg\:focus\:pb-22:focus {
    padding-bottom: 22px;
  }

  .lg\:focus\:pl-22:focus {
    padding-left: 22px;
  }

  .lg\:focus\:pt-24:focus {
    padding-top: 24px;
  }

  .lg\:focus\:pr-24:focus {
    padding-right: 24px;
  }

  .lg\:focus\:pb-24:focus {
    padding-bottom: 24px;
  }

  .lg\:focus\:pl-24:focus {
    padding-left: 24px;
  }

  .lg\:focus\:pt-25:focus {
    padding-top: 25px;
  }

  .lg\:focus\:pr-25:focus {
    padding-right: 25px;
  }

  .lg\:focus\:pb-25:focus {
    padding-bottom: 25px;
  }

  .lg\:focus\:pl-25:focus {
    padding-left: 25px;
  }

  .lg\:focus\:pt-28:focus {
    padding-top: 28px;
  }

  .lg\:focus\:pr-28:focus {
    padding-right: 28px;
  }

  .lg\:focus\:pb-28:focus {
    padding-bottom: 28px;
  }

  .lg\:focus\:pl-28:focus {
    padding-left: 28px;
  }

  .lg\:focus\:pt-29:focus {
    padding-top: 29px;
  }

  .lg\:focus\:pr-29:focus {
    padding-right: 29px;
  }

  .lg\:focus\:pb-29:focus {
    padding-bottom: 29px;
  }

  .lg\:focus\:pl-29:focus {
    padding-left: 29px;
  }

  .lg\:focus\:pt-30:focus {
    padding-top: 30px;
  }

  .lg\:focus\:pr-30:focus {
    padding-right: 30px;
  }

  .lg\:focus\:pb-30:focus {
    padding-bottom: 30px;
  }

  .lg\:focus\:pl-30:focus {
    padding-left: 30px;
  }

  .lg\:focus\:pt-32:focus {
    padding-top: 32px;
  }

  .lg\:focus\:pr-32:focus {
    padding-right: 32px;
  }

  .lg\:focus\:pb-32:focus {
    padding-bottom: 32px;
  }

  .lg\:focus\:pl-32:focus {
    padding-left: 32px;
  }

  .lg\:focus\:pt-35:focus {
    padding-top: 35px;
  }

  .lg\:focus\:pr-35:focus {
    padding-right: 35px;
  }

  .lg\:focus\:pb-35:focus {
    padding-bottom: 35px;
  }

  .lg\:focus\:pl-35:focus {
    padding-left: 35px;
  }

  .lg\:focus\:pt-36:focus {
    padding-top: 36px;
  }

  .lg\:focus\:pr-36:focus {
    padding-right: 36px;
  }

  .lg\:focus\:pb-36:focus {
    padding-bottom: 36px;
  }

  .lg\:focus\:pl-36:focus {
    padding-left: 36px;
  }

  .lg\:focus\:pt-37:focus {
    padding-top: 37px;
  }

  .lg\:focus\:pr-37:focus {
    padding-right: 37px;
  }

  .lg\:focus\:pb-37:focus {
    padding-bottom: 37px;
  }

  .lg\:focus\:pl-37:focus {
    padding-left: 37px;
  }

  .lg\:focus\:pt-40:focus {
    padding-top: 40px;
  }

  .lg\:focus\:pr-40:focus {
    padding-right: 40px;
  }

  .lg\:focus\:pb-40:focus {
    padding-bottom: 40px;
  }

  .lg\:focus\:pl-40:focus {
    padding-left: 40px;
  }

  .lg\:focus\:pt-45:focus {
    padding-top: 45px;
  }

  .lg\:focus\:pr-45:focus {
    padding-right: 45px;
  }

  .lg\:focus\:pb-45:focus {
    padding-bottom: 45px;
  }

  .lg\:focus\:pl-45:focus {
    padding-left: 45px;
  }

  .lg\:focus\:pt-48:focus {
    padding-top: 48px;
  }

  .lg\:focus\:pr-48:focus {
    padding-right: 48px;
  }

  .lg\:focus\:pb-48:focus {
    padding-bottom: 48px;
  }

  .lg\:focus\:pl-48:focus {
    padding-left: 48px;
  }

  .lg\:focus\:pt-50:focus {
    padding-top: 50px;
  }

  .lg\:focus\:pr-50:focus {
    padding-right: 50px;
  }

  .lg\:focus\:pb-50:focus {
    padding-bottom: 50px;
  }

  .lg\:focus\:pl-50:focus {
    padding-left: 50px;
  }

  .lg\:focus\:pt-55:focus {
    padding-top: 55px;
  }

  .lg\:focus\:pr-55:focus {
    padding-right: 55px;
  }

  .lg\:focus\:pb-55:focus {
    padding-bottom: 55px;
  }

  .lg\:focus\:pl-55:focus {
    padding-left: 55px;
  }

  .lg\:focus\:pt-56:focus {
    padding-top: 56px;
  }

  .lg\:focus\:pr-56:focus {
    padding-right: 56px;
  }

  .lg\:focus\:pb-56:focus {
    padding-bottom: 56px;
  }

  .lg\:focus\:pl-56:focus {
    padding-left: 56px;
  }

  .lg\:focus\:pt-60:focus {
    padding-top: 60px;
  }

  .lg\:focus\:pr-60:focus {
    padding-right: 60px;
  }

  .lg\:focus\:pb-60:focus {
    padding-bottom: 60px;
  }

  .lg\:focus\:pl-60:focus {
    padding-left: 60px;
  }

  .lg\:focus\:pt-62:focus {
    padding-top: 62px;
  }

  .lg\:focus\:pr-62:focus {
    padding-right: 62px;
  }

  .lg\:focus\:pb-62:focus {
    padding-bottom: 62px;
  }

  .lg\:focus\:pl-62:focus {
    padding-left: 62px;
  }

  .lg\:focus\:pt-64:focus {
    padding-top: 64px;
  }

  .lg\:focus\:pr-64:focus {
    padding-right: 64px;
  }

  .lg\:focus\:pb-64:focus {
    padding-bottom: 64px;
  }

  .lg\:focus\:pl-64:focus {
    padding-left: 64px;
  }

  .lg\:focus\:pt-65:focus {
    padding-top: 65px;
  }

  .lg\:focus\:pr-65:focus {
    padding-right: 65px;
  }

  .lg\:focus\:pb-65:focus {
    padding-bottom: 65px;
  }

  .lg\:focus\:pl-65:focus {
    padding-left: 65px;
  }

  .lg\:focus\:pt-70:focus {
    padding-top: 70px;
  }

  .lg\:focus\:pr-70:focus {
    padding-right: 70px;
  }

  .lg\:focus\:pb-70:focus {
    padding-bottom: 70px;
  }

  .lg\:focus\:pl-70:focus {
    padding-left: 70px;
  }

  .lg\:focus\:pt-75:focus {
    padding-top: 75px;
  }

  .lg\:focus\:pr-75:focus {
    padding-right: 75px;
  }

  .lg\:focus\:pb-75:focus {
    padding-bottom: 75px;
  }

  .lg\:focus\:pl-75:focus {
    padding-left: 75px;
  }

  .lg\:focus\:pt-80:focus {
    padding-top: 80px;
  }

  .lg\:focus\:pr-80:focus {
    padding-right: 80px;
  }

  .lg\:focus\:pb-80:focus {
    padding-bottom: 80px;
  }

  .lg\:focus\:pl-80:focus {
    padding-left: 80px;
  }

  .lg\:focus\:pt-85:focus {
    padding-top: 85px;
  }

  .lg\:focus\:pr-85:focus {
    padding-right: 85px;
  }

  .lg\:focus\:pb-85:focus {
    padding-bottom: 85px;
  }

  .lg\:focus\:pl-85:focus {
    padding-left: 85px;
  }

  .lg\:focus\:pt-90:focus {
    padding-top: 90px;
  }

  .lg\:focus\:pr-90:focus {
    padding-right: 90px;
  }

  .lg\:focus\:pb-90:focus {
    padding-bottom: 90px;
  }

  .lg\:focus\:pl-90:focus {
    padding-left: 90px;
  }

  .lg\:focus\:pt-95:focus {
    padding-top: 95px;
  }

  .lg\:focus\:pr-95:focus {
    padding-right: 95px;
  }

  .lg\:focus\:pb-95:focus {
    padding-bottom: 95px;
  }

  .lg\:focus\:pl-95:focus {
    padding-left: 95px;
  }

  .lg\:focus\:pt-96:focus {
    padding-top: 96px;
  }

  .lg\:focus\:pr-96:focus {
    padding-right: 96px;
  }

  .lg\:focus\:pb-96:focus {
    padding-bottom: 96px;
  }

  .lg\:focus\:pl-96:focus {
    padding-left: 96px;
  }

  .lg\:focus\:pt-100:focus {
    padding-top: 100px;
  }

  .lg\:focus\:pr-100:focus {
    padding-right: 100px;
  }

  .lg\:focus\:pb-100:focus {
    padding-bottom: 100px;
  }

  .lg\:focus\:pl-100:focus {
    padding-left: 100px;
  }

  .lg\:focus\:pt-110:focus {
    padding-top: 110px;
  }

  .lg\:focus\:pr-110:focus {
    padding-right: 110px;
  }

  .lg\:focus\:pb-110:focus {
    padding-bottom: 110px;
  }

  .lg\:focus\:pl-110:focus {
    padding-left: 110px;
  }

  .lg\:focus\:pt-115:focus {
    padding-top: 115px;
  }

  .lg\:focus\:pr-115:focus {
    padding-right: 115px;
  }

  .lg\:focus\:pb-115:focus {
    padding-bottom: 115px;
  }

  .lg\:focus\:pl-115:focus {
    padding-left: 115px;
  }

  .lg\:focus\:pt-120:focus {
    padding-top: 120px;
  }

  .lg\:focus\:pr-120:focus {
    padding-right: 120px;
  }

  .lg\:focus\:pb-120:focus {
    padding-bottom: 120px;
  }

  .lg\:focus\:pl-120:focus {
    padding-left: 120px;
  }

  .lg\:focus\:pt-128:focus {
    padding-top: 128px;
  }

  .lg\:focus\:pr-128:focus {
    padding-right: 128px;
  }

  .lg\:focus\:pb-128:focus {
    padding-bottom: 128px;
  }

  .lg\:focus\:pl-128:focus {
    padding-left: 128px;
  }

  .lg\:focus\:pt-135:focus {
    padding-top: 135px;
  }

  .lg\:focus\:pr-135:focus {
    padding-right: 135px;
  }

  .lg\:focus\:pb-135:focus {
    padding-bottom: 135px;
  }

  .lg\:focus\:pl-135:focus {
    padding-left: 135px;
  }

  .lg\:focus\:pt-140:focus {
    padding-top: 140px;
  }

  .lg\:focus\:pr-140:focus {
    padding-right: 140px;
  }

  .lg\:focus\:pb-140:focus {
    padding-bottom: 140px;
  }

  .lg\:focus\:pl-140:focus {
    padding-left: 140px;
  }

  .lg\:focus\:pt-145:focus {
    padding-top: 145px;
  }

  .lg\:focus\:pr-145:focus {
    padding-right: 145px;
  }

  .lg\:focus\:pb-145:focus {
    padding-bottom: 145px;
  }

  .lg\:focus\:pl-145:focus {
    padding-left: 145px;
  }

  .lg\:focus\:pt-150:focus {
    padding-top: 150px;
  }

  .lg\:focus\:pr-150:focus {
    padding-right: 150px;
  }

  .lg\:focus\:pb-150:focus {
    padding-bottom: 150px;
  }

  .lg\:focus\:pl-150:focus {
    padding-left: 150px;
  }

  .lg\:focus\:pt-160:focus {
    padding-top: 160px;
  }

  .lg\:focus\:pr-160:focus {
    padding-right: 160px;
  }

  .lg\:focus\:pb-160:focus {
    padding-bottom: 160px;
  }

  .lg\:focus\:pl-160:focus {
    padding-left: 160px;
  }

  .lg\:focus\:pt-165:focus {
    padding-top: 165px;
  }

  .lg\:focus\:pr-165:focus {
    padding-right: 165px;
  }

  .lg\:focus\:pb-165:focus {
    padding-bottom: 165px;
  }

  .lg\:focus\:pl-165:focus {
    padding-left: 165px;
  }

  .lg\:focus\:pt-168:focus {
    padding-top: 168px;
  }

  .lg\:focus\:pr-168:focus {
    padding-right: 168px;
  }

  .lg\:focus\:pb-168:focus {
    padding-bottom: 168px;
  }

  .lg\:focus\:pl-168:focus {
    padding-left: 168px;
  }

  .lg\:focus\:pt-170:focus {
    padding-top: 170px;
  }

  .lg\:focus\:pr-170:focus {
    padding-right: 170px;
  }

  .lg\:focus\:pb-170:focus {
    padding-bottom: 170px;
  }

  .lg\:focus\:pl-170:focus {
    padding-left: 170px;
  }

  .lg\:focus\:pt-180:focus {
    padding-top: 180px;
  }

  .lg\:focus\:pr-180:focus {
    padding-right: 180px;
  }

  .lg\:focus\:pb-180:focus {
    padding-bottom: 180px;
  }

  .lg\:focus\:pl-180:focus {
    padding-left: 180px;
  }

  .lg\:focus\:pt-200:focus {
    padding-top: 200px;
  }

  .lg\:focus\:pr-200:focus {
    padding-right: 200px;
  }

  .lg\:focus\:pb-200:focus {
    padding-bottom: 200px;
  }

  .lg\:focus\:pl-200:focus {
    padding-left: 200px;
  }

  .lg\:focus\:pt-220:focus {
    padding-top: 220px;
  }

  .lg\:focus\:pr-220:focus {
    padding-right: 220px;
  }

  .lg\:focus\:pb-220:focus {
    padding-bottom: 220px;
  }

  .lg\:focus\:pl-220:focus {
    padding-left: 220px;
  }

  .lg\:focus\:pt-230:focus {
    padding-top: 230px;
  }

  .lg\:focus\:pr-230:focus {
    padding-right: 230px;
  }

  .lg\:focus\:pb-230:focus {
    padding-bottom: 230px;
  }

  .lg\:focus\:pl-230:focus {
    padding-left: 230px;
  }

  .lg\:focus\:pt-235:focus {
    padding-top: 235px;
  }

  .lg\:focus\:pr-235:focus {
    padding-right: 235px;
  }

  .lg\:focus\:pb-235:focus {
    padding-bottom: 235px;
  }

  .lg\:focus\:pl-235:focus {
    padding-left: 235px;
  }

  .lg\:focus\:pt-240:focus {
    padding-top: 240px;
  }

  .lg\:focus\:pr-240:focus {
    padding-right: 240px;
  }

  .lg\:focus\:pb-240:focus {
    padding-bottom: 240px;
  }

  .lg\:focus\:pl-240:focus {
    padding-left: 240px;
  }

  .lg\:focus\:pt-250:focus {
    padding-top: 250px;
  }

  .lg\:focus\:pr-250:focus {
    padding-right: 250px;
  }

  .lg\:focus\:pb-250:focus {
    padding-bottom: 250px;
  }

  .lg\:focus\:pl-250:focus {
    padding-left: 250px;
  }

  .lg\:focus\:pt-300:focus {
    padding-top: 300px;
  }

  .lg\:focus\:pr-300:focus {
    padding-right: 300px;
  }

  .lg\:focus\:pb-300:focus {
    padding-bottom: 300px;
  }

  .lg\:focus\:pl-300:focus {
    padding-left: 300px;
  }

  .lg\:focus\:pt-320:focus {
    padding-top: 320px;
  }

  .lg\:focus\:pr-320:focus {
    padding-right: 320px;
  }

  .lg\:focus\:pb-320:focus {
    padding-bottom: 320px;
  }

  .lg\:focus\:pl-320:focus {
    padding-left: 320px;
  }

  .lg\:focus\:pt-350:focus {
    padding-top: 350px;
  }

  .lg\:focus\:pr-350:focus {
    padding-right: 350px;
  }

  .lg\:focus\:pb-350:focus {
    padding-bottom: 350px;
  }

  .lg\:focus\:pl-350:focus {
    padding-left: 350px;
  }

  .lg\:focus\:pt-375:focus {
    padding-top: 375px;
  }

  .lg\:focus\:pr-375:focus {
    padding-right: 375px;
  }

  .lg\:focus\:pb-375:focus {
    padding-bottom: 375px;
  }

  .lg\:focus\:pl-375:focus {
    padding-left: 375px;
  }

  .lg\:focus\:pt-400:focus {
    padding-top: 400px;
  }

  .lg\:focus\:pr-400:focus {
    padding-right: 400px;
  }

  .lg\:focus\:pb-400:focus {
    padding-bottom: 400px;
  }

  .lg\:focus\:pl-400:focus {
    padding-left: 400px;
  }

  .lg\:focus\:pt-450:focus {
    padding-top: 450px;
  }

  .lg\:focus\:pr-450:focus {
    padding-right: 450px;
  }

  .lg\:focus\:pb-450:focus {
    padding-bottom: 450px;
  }

  .lg\:focus\:pl-450:focus {
    padding-left: 450px;
  }

  .lg\:focus\:pt-700:focus {
    padding-top: 700px;
  }

  .lg\:focus\:pr-700:focus {
    padding-right: 700px;
  }

  .lg\:focus\:pb-700:focus {
    padding-bottom: 700px;
  }

  .lg\:focus\:pl-700:focus {
    padding-left: 700px;
  }

  .lg\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .lg\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .lg\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .lg\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .lg\:focus\:pt-1p:focus {
    padding-top: 1%;
  }

  .lg\:focus\:pr-1p:focus {
    padding-right: 1%;
  }

  .lg\:focus\:pb-1p:focus {
    padding-bottom: 1%;
  }

  .lg\:focus\:pl-1p:focus {
    padding-left: 1%;
  }

  .lg\:focus\:pt-1\/12:focus {
    padding-top: 8.3333%;
  }

  .lg\:focus\:pr-1\/12:focus {
    padding-right: 8.3333%;
  }

  .lg\:focus\:pb-1\/12:focus {
    padding-bottom: 8.3333%;
  }

  .lg\:focus\:pl-1\/12:focus {
    padding-left: 8.3333%;
  }

  .lg\:focus\:pt-2\/12:focus {
    padding-top: 16.666667%;
  }

  .lg\:focus\:pr-2\/12:focus {
    padding-right: 16.666667%;
  }

  .lg\:focus\:pb-2\/12:focus {
    padding-bottom: 16.666667%;
  }

  .lg\:focus\:pl-2\/12:focus {
    padding-left: 16.666667%;
  }

  .lg\:focus\:pt-11p:focus {
    padding-top: 11%;
  }

  .lg\:focus\:pr-11p:focus {
    padding-right: 11%;
  }

  .lg\:focus\:pb-11p:focus {
    padding-bottom: 11%;
  }

  .lg\:focus\:pl-11p:focus {
    padding-left: 11%;
  }

  .lg\:focus\:pt-20p:focus {
    padding-top: 20%;
  }

  .lg\:focus\:pr-20p:focus {
    padding-right: 20%;
  }

  .lg\:focus\:pb-20p:focus {
    padding-bottom: 20%;
  }

  .lg\:focus\:pl-20p:focus {
    padding-left: 20%;
  }

  .lg\:focus\:pt-24p:focus {
    padding-top: 24.25%;
  }

  .lg\:focus\:pr-24p:focus {
    padding-right: 24.25%;
  }

  .lg\:focus\:pb-24p:focus {
    padding-bottom: 24.25%;
  }

  .lg\:focus\:pl-24p:focus {
    padding-left: 24.25%;
  }

  .lg\:focus\:pt-25p:focus {
    padding-top: 25%;
  }

  .lg\:focus\:pr-25p:focus {
    padding-right: 25%;
  }

  .lg\:focus\:pb-25p:focus {
    padding-bottom: 25%;
  }

  .lg\:focus\:pl-25p:focus {
    padding-left: 25%;
  }

  .lg\:focus\:pt-32p:focus {
    padding-top: 32%;
  }

  .lg\:focus\:pr-32p:focus {
    padding-right: 32%;
  }

  .lg\:focus\:pb-32p:focus {
    padding-bottom: 32%;
  }

  .lg\:focus\:pl-32p:focus {
    padding-left: 32%;
  }

  .lg\:focus\:pt-35p:focus {
    padding-top: 35%;
  }

  .lg\:focus\:pr-35p:focus {
    padding-right: 35%;
  }

  .lg\:focus\:pb-35p:focus {
    padding-bottom: 35%;
  }

  .lg\:focus\:pl-35p:focus {
    padding-left: 35%;
  }

  .lg\:focus\:pt-40p:focus {
    padding-top: 40%;
  }

  .lg\:focus\:pr-40p:focus {
    padding-right: 40%;
  }

  .lg\:focus\:pb-40p:focus {
    padding-bottom: 40%;
  }

  .lg\:focus\:pl-40p:focus {
    padding-left: 40%;
  }

  .lg\:focus\:pt-49p:focus {
    padding-top: 49%;
  }

  .lg\:focus\:pr-49p:focus {
    padding-right: 49%;
  }

  .lg\:focus\:pb-49p:focus {
    padding-bottom: 49%;
  }

  .lg\:focus\:pl-49p:focus {
    padding-left: 49%;
  }

  .lg\:focus\:pt-49-5p:focus {
    padding-top: 49.5%;
  }

  .lg\:focus\:pr-49-5p:focus {
    padding-right: 49.5%;
  }

  .lg\:focus\:pb-49-5p:focus {
    padding-bottom: 49.5%;
  }

  .lg\:focus\:pl-49-5p:focus {
    padding-left: 49.5%;
  }

  .lg\:focus\:pt-80p:focus {
    padding-top: 80%;
  }

  .lg\:focus\:pr-80p:focus {
    padding-right: 80%;
  }

  .lg\:focus\:pb-80p:focus {
    padding-bottom: 80%;
  }

  .lg\:focus\:pl-80p:focus {
    padding-left: 80%;
  }

  .lg\:focus\:pt-vh80:focus {
    padding-top: 80vh;
  }

  .lg\:focus\:pr-vh80:focus {
    padding-right: 80vh;
  }

  .lg\:focus\:pb-vh80:focus {
    padding-bottom: 80vh;
  }

  .lg\:focus\:pl-vh80:focus {
    padding-left: 80vh;
  }

  .lg\:focus\:pt-vh86:focus {
    padding-top: 86vh;
  }

  .lg\:focus\:pr-vh86:focus {
    padding-right: 86vh;
  }

  .lg\:focus\:pb-vh86:focus {
    padding-bottom: 86vh;
  }

  .lg\:focus\:pl-vh86:focus {
    padding-left: 86vh;
  }

  .lg\:focus\:pt-vh90:focus {
    padding-top: 90vh;
  }

  .lg\:focus\:pr-vh90:focus {
    padding-right: 90vh;
  }

  .lg\:focus\:pb-vh90:focus {
    padding-bottom: 90vh;
  }

  .lg\:focus\:pl-vh90:focus {
    padding-left: 90vh;
  }

  .lg\:focus\:pt-vw80:focus {
    padding-top: 80vw;
  }

  .lg\:focus\:pr-vw80:focus {
    padding-right: 80vw;
  }

  .lg\:focus\:pb-vw80:focus {
    padding-bottom: 80vw;
  }

  .lg\:focus\:pl-vw80:focus {
    padding-left: 80vw;
  }

  .lg\:focus\:pt-vw90:focus {
    padding-top: 90vw;
  }

  .lg\:focus\:pr-vw90:focus {
    padding-right: 90vw;
  }

  .lg\:focus\:pb-vw90:focus {
    padding-bottom: 90vw;
  }

  .lg\:focus\:pl-vw90:focus {
    padding-left: 90vw;
  }

  .lg\:focus\:pt-90p:focus {
    padding-top: 90%;
  }

  .lg\:focus\:pr-90p:focus {
    padding-right: 90%;
  }

  .lg\:focus\:pb-90p:focus {
    padding-bottom: 90%;
  }

  .lg\:focus\:pl-90p:focus {
    padding-left: 90%;
  }

  .lg\:focus\:pt-92p:focus {
    padding-top: 92%;
  }

  .lg\:focus\:pr-92p:focus {
    padding-right: 92%;
  }

  .lg\:focus\:pb-92p:focus {
    padding-bottom: 92%;
  }

  .lg\:focus\:pl-92p:focus {
    padding-left: 92%;
  }

  .lg\:focus\:pt-93p:focus {
    padding-top: 93%;
  }

  .lg\:focus\:pr-93p:focus {
    padding-right: 93%;
  }

  .lg\:focus\:pb-93p:focus {
    padding-bottom: 93%;
  }

  .lg\:focus\:pl-93p:focus {
    padding-left: 93%;
  }

  .lg\:focus\:pt-94p:focus {
    padding-top: 94%;
  }

  .lg\:focus\:pr-94p:focus {
    padding-right: 94%;
  }

  .lg\:focus\:pb-94p:focus {
    padding-bottom: 94%;
  }

  .lg\:focus\:pl-94p:focus {
    padding-left: 94%;
  }

  .lg\:focus\:pt-95p:focus {
    padding-top: 95%;
  }

  .lg\:focus\:pr-95p:focus {
    padding-right: 95%;
  }

  .lg\:focus\:pb-95p:focus {
    padding-bottom: 95%;
  }

  .lg\:focus\:pl-95p:focus {
    padding-left: 95%;
  }

  .lg\:focus\:pt-96p:focus {
    padding-top: 96%;
  }

  .lg\:focus\:pr-96p:focus {
    padding-right: 96%;
  }

  .lg\:focus\:pb-96p:focus {
    padding-bottom: 96%;
  }

  .lg\:focus\:pl-96p:focus {
    padding-left: 96%;
  }

  .lg\:focus\:pt-100p:focus {
    padding-top: 100%;
  }

  .lg\:focus\:pr-100p:focus {
    padding-right: 100%;
  }

  .lg\:focus\:pb-100p:focus {
    padding-bottom: 100%;
  }

  .lg\:focus\:pl-100p:focus {
    padding-left: 100%;
  }

  .lg\:first\:p-0:first-child {
    padding: 0px;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 3px;
  }

  .lg\:first\:p-4:first-child {
    padding: 4px;
  }

  .lg\:first\:p-5:first-child {
    padding: 5px;
  }

  .lg\:first\:p-6:first-child {
    padding: 6px;
  }

  .lg\:first\:p-8:first-child {
    padding: 8px;
  }

  .lg\:first\:p-9:first-child {
    padding: 9px;
  }

  .lg\:first\:p-10:first-child {
    padding: 10px;
  }

  .lg\:first\:p-12:first-child {
    padding: 12px;
  }

  .lg\:first\:p-13:first-child {
    padding: 13px;
  }

  .lg\:first\:p-14:first-child {
    padding: 14px;
  }

  .lg\:first\:p-15:first-child {
    padding: 15px;
  }

  .lg\:first\:p-16:first-child {
    padding: 16px;
  }

  .lg\:first\:p-17:first-child {
    padding: 17px;
  }

  .lg\:first\:p-18:first-child {
    padding: 18px;
  }

  .lg\:first\:p-20:first-child {
    padding: 20px;
  }

  .lg\:first\:p-22:first-child {
    padding: 22px;
  }

  .lg\:first\:p-24:first-child {
    padding: 24px;
  }

  .lg\:first\:p-25:first-child {
    padding: 25px;
  }

  .lg\:first\:p-28:first-child {
    padding: 28px;
  }

  .lg\:first\:p-29:first-child {
    padding: 29px;
  }

  .lg\:first\:p-30:first-child {
    padding: 30px;
  }

  .lg\:first\:p-32:first-child {
    padding: 32px;
  }

  .lg\:first\:p-35:first-child {
    padding: 35px;
  }

  .lg\:first\:p-36:first-child {
    padding: 36px;
  }

  .lg\:first\:p-37:first-child {
    padding: 37px;
  }

  .lg\:first\:p-40:first-child {
    padding: 40px;
  }

  .lg\:first\:p-45:first-child {
    padding: 45px;
  }

  .lg\:first\:p-48:first-child {
    padding: 48px;
  }

  .lg\:first\:p-50:first-child {
    padding: 50px;
  }

  .lg\:first\:p-55:first-child {
    padding: 55px;
  }

  .lg\:first\:p-56:first-child {
    padding: 56px;
  }

  .lg\:first\:p-60:first-child {
    padding: 60px;
  }

  .lg\:first\:p-62:first-child {
    padding: 62px;
  }

  .lg\:first\:p-64:first-child {
    padding: 64px;
  }

  .lg\:first\:p-65:first-child {
    padding: 65px;
  }

  .lg\:first\:p-70:first-child {
    padding: 70px;
  }

  .lg\:first\:p-75:first-child {
    padding: 75px;
  }

  .lg\:first\:p-80:first-child {
    padding: 80px;
  }

  .lg\:first\:p-85:first-child {
    padding: 85px;
  }

  .lg\:first\:p-90:first-child {
    padding: 90px;
  }

  .lg\:first\:p-95:first-child {
    padding: 95px;
  }

  .lg\:first\:p-96:first-child {
    padding: 96px;
  }

  .lg\:first\:p-100:first-child {
    padding: 100px;
  }

  .lg\:first\:p-110:first-child {
    padding: 110px;
  }

  .lg\:first\:p-115:first-child {
    padding: 115px;
  }

  .lg\:first\:p-120:first-child {
    padding: 120px;
  }

  .lg\:first\:p-128:first-child {
    padding: 128px;
  }

  .lg\:first\:p-135:first-child {
    padding: 135px;
  }

  .lg\:first\:p-140:first-child {
    padding: 140px;
  }

  .lg\:first\:p-145:first-child {
    padding: 145px;
  }

  .lg\:first\:p-150:first-child {
    padding: 150px;
  }

  .lg\:first\:p-160:first-child {
    padding: 160px;
  }

  .lg\:first\:p-165:first-child {
    padding: 165px;
  }

  .lg\:first\:p-168:first-child {
    padding: 168px;
  }

  .lg\:first\:p-170:first-child {
    padding: 170px;
  }

  .lg\:first\:p-180:first-child {
    padding: 180px;
  }

  .lg\:first\:p-200:first-child {
    padding: 200px;
  }

  .lg\:first\:p-220:first-child {
    padding: 220px;
  }

  .lg\:first\:p-230:first-child {
    padding: 230px;
  }

  .lg\:first\:p-235:first-child {
    padding: 235px;
  }

  .lg\:first\:p-240:first-child {
    padding: 240px;
  }

  .lg\:first\:p-250:first-child {
    padding: 250px;
  }

  .lg\:first\:p-300:first-child {
    padding: 300px;
  }

  .lg\:first\:p-320:first-child {
    padding: 320px;
  }

  .lg\:first\:p-350:first-child {
    padding: 350px;
  }

  .lg\:first\:p-375:first-child {
    padding: 375px;
  }

  .lg\:first\:p-400:first-child {
    padding: 400px;
  }

  .lg\:first\:p-450:first-child {
    padding: 450px;
  }

  .lg\:first\:p-700:first-child {
    padding: 700px;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:p-1p:first-child {
    padding: 1%;
  }

  .lg\:first\:p-1\/12:first-child {
    padding: 8.3333%;
  }

  .lg\:first\:p-2\/12:first-child {
    padding: 16.666667%;
  }

  .lg\:first\:p-11p:first-child {
    padding: 11%;
  }

  .lg\:first\:p-20p:first-child {
    padding: 20%;
  }

  .lg\:first\:p-24p:first-child {
    padding: 24.25%;
  }

  .lg\:first\:p-25p:first-child {
    padding: 25%;
  }

  .lg\:first\:p-32p:first-child {
    padding: 32%;
  }

  .lg\:first\:p-35p:first-child {
    padding: 35%;
  }

  .lg\:first\:p-40p:first-child {
    padding: 40%;
  }

  .lg\:first\:p-49p:first-child {
    padding: 49%;
  }

  .lg\:first\:p-49-5p:first-child {
    padding: 49.5%;
  }

  .lg\:first\:p-80p:first-child {
    padding: 80%;
  }

  .lg\:first\:p-vh80:first-child {
    padding: 80vh;
  }

  .lg\:first\:p-vh86:first-child {
    padding: 86vh;
  }

  .lg\:first\:p-vh90:first-child {
    padding: 90vh;
  }

  .lg\:first\:p-vw80:first-child {
    padding: 80vw;
  }

  .lg\:first\:p-vw90:first-child {
    padding: 90vw;
  }

  .lg\:first\:p-90p:first-child {
    padding: 90%;
  }

  .lg\:first\:p-92p:first-child {
    padding: 92%;
  }

  .lg\:first\:p-93p:first-child {
    padding: 93%;
  }

  .lg\:first\:p-94p:first-child {
    padding: 94%;
  }

  .lg\:first\:p-95p:first-child {
    padding: 95%;
  }

  .lg\:first\:p-96p:first-child {
    padding: 96%;
  }

  .lg\:first\:p-100p:first-child {
    padding: 100%;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:first\:py-9:first-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:first\:px-9:first-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:first\:py-13:first-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:first\:px-13:first-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:first\:py-14:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:first\:px-14:first-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:first\:py-15:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:first\:px-15:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:first\:py-17:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:first\:px-17:first-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:first\:py-18:first-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:first\:px-18:first-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:first\:py-22:first-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:first\:px-22:first-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:first\:py-25:first-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:first\:px-25:first-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:first\:py-28:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:first\:px-28:first-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:first\:py-29:first-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:first\:px-29:first-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:first\:py-30:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:first\:px-30:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:first\:py-35:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:first\:px-35:first-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:first\:py-36:first-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:first\:px-36:first-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:first\:py-37:first-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:first\:px-37:first-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:first\:py-45:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:first\:px-45:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:first\:py-50:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:first\:px-50:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:first\:py-55:first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:first\:px-55:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:first\:py-60:first-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:first\:px-60:first-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:first\:py-62:first-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:first\:px-62:first-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:first\:py-65:first-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:first\:px-65:first-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:first\:py-70:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:first\:px-70:first-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:first\:py-75:first-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:first\:px-75:first-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:first\:py-80:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:first\:px-80:first-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:first\:py-85:first-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:first\:px-85:first-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:first\:py-90:first-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:first\:px-90:first-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:first\:py-95:first-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:first\:px-95:first-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:first\:py-96:first-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:first\:px-96:first-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:first\:py-100:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:first\:px-100:first-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:first\:py-110:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:first\:px-110:first-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:first\:py-115:first-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:first\:px-115:first-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:first\:py-120:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:first\:px-120:first-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:first\:py-128:first-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:first\:px-128:first-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:first\:py-135:first-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:first\:px-135:first-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:first\:py-140:first-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:first\:px-140:first-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:first\:py-145:first-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:first\:px-145:first-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:first\:py-150:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:first\:px-150:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:first\:py-160:first-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:first\:px-160:first-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:first\:py-165:first-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .lg\:first\:px-165:first-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .lg\:first\:py-168:first-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .lg\:first\:px-168:first-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .lg\:first\:py-170:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:first\:px-170:first-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:first\:py-180:first-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:first\:px-180:first-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:first\:py-200:first-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:first\:px-200:first-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:first\:py-220:first-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:first\:px-220:first-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:first\:py-230:first-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:first\:px-230:first-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:first\:py-235:first-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .lg\:first\:px-235:first-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .lg\:first\:py-240:first-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:first\:px-240:first-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:first\:py-250:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:first\:px-250:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:first\:py-300:first-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:first\:px-300:first-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:first\:py-320:first-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:first\:px-320:first-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:first\:py-350:first-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .lg\:first\:px-350:first-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .lg\:first\:py-375:first-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .lg\:first\:px-375:first-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .lg\:first\:py-400:first-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .lg\:first\:px-400:first-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .lg\:first\:py-450:first-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .lg\:first\:px-450:first-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .lg\:first\:py-700:first-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .lg\:first\:px-700:first-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:py-1p:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:first\:px-1p:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:first\:py-1\/12:first-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .lg\:first\:px-1\/12:first-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .lg\:first\:py-2\/12:first-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:first\:px-2\/12:first-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:first\:py-11p:first-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .lg\:first\:px-11p:first-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .lg\:first\:py-20p:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:first\:px-20p:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:first\:py-24p:first-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .lg\:first\:px-24p:first-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .lg\:first\:py-25p:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:first\:px-25p:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:first\:py-32p:first-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .lg\:first\:px-32p:first-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .lg\:first\:py-35p:first-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:first\:px-35p:first-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:first\:py-40p:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:first\:px-40p:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:first\:py-49p:first-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:first\:px-49p:first-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:first\:py-49-5p:first-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .lg\:first\:px-49-5p:first-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .lg\:first\:py-80p:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:first\:px-80p:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:first\:py-vh80:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:first\:px-vh80:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:first\:py-vh86:first-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .lg\:first\:px-vh86:first-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .lg\:first\:py-vh90:first-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:first\:px-vh90:first-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:first\:py-vw80:first-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .lg\:first\:px-vw80:first-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .lg\:first\:py-vw90:first-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .lg\:first\:px-vw90:first-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .lg\:first\:py-90p:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:first\:px-90p:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:first\:py-92p:first-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .lg\:first\:px-92p:first-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .lg\:first\:py-93p:first-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .lg\:first\:px-93p:first-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .lg\:first\:py-94p:first-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .lg\:first\:px-94p:first-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .lg\:first\:py-95p:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:first\:px-95p:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:first\:py-96p:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:first\:px-96p:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:first\:py-100p:first-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:first\:px-100p:first-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 3px;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 3px;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 3px;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 3px;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 4px;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 4px;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 4px;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 4px;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 5px;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 5px;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 5px;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 5px;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 6px;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 6px;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 6px;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 6px;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 8px;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 8px;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 8px;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 8px;
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 9px;
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 9px;
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 9px;
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 9px;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 10px;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 10px;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 10px;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 10px;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 12px;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 12px;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 12px;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 12px;
  }

  .lg\:first\:pt-13:first-child {
    padding-top: 13px;
  }

  .lg\:first\:pr-13:first-child {
    padding-right: 13px;
  }

  .lg\:first\:pb-13:first-child {
    padding-bottom: 13px;
  }

  .lg\:first\:pl-13:first-child {
    padding-left: 13px;
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 14px;
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 14px;
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 14px;
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 14px;
  }

  .lg\:first\:pt-15:first-child {
    padding-top: 15px;
  }

  .lg\:first\:pr-15:first-child {
    padding-right: 15px;
  }

  .lg\:first\:pb-15:first-child {
    padding-bottom: 15px;
  }

  .lg\:first\:pl-15:first-child {
    padding-left: 15px;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 16px;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 16px;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 16px;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 16px;
  }

  .lg\:first\:pt-17:first-child {
    padding-top: 17px;
  }

  .lg\:first\:pr-17:first-child {
    padding-right: 17px;
  }

  .lg\:first\:pb-17:first-child {
    padding-bottom: 17px;
  }

  .lg\:first\:pl-17:first-child {
    padding-left: 17px;
  }

  .lg\:first\:pt-18:first-child {
    padding-top: 18px;
  }

  .lg\:first\:pr-18:first-child {
    padding-right: 18px;
  }

  .lg\:first\:pb-18:first-child {
    padding-bottom: 18px;
  }

  .lg\:first\:pl-18:first-child {
    padding-left: 18px;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 20px;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 20px;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 20px;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 20px;
  }

  .lg\:first\:pt-22:first-child {
    padding-top: 22px;
  }

  .lg\:first\:pr-22:first-child {
    padding-right: 22px;
  }

  .lg\:first\:pb-22:first-child {
    padding-bottom: 22px;
  }

  .lg\:first\:pl-22:first-child {
    padding-left: 22px;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 24px;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 24px;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 24px;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 24px;
  }

  .lg\:first\:pt-25:first-child {
    padding-top: 25px;
  }

  .lg\:first\:pr-25:first-child {
    padding-right: 25px;
  }

  .lg\:first\:pb-25:first-child {
    padding-bottom: 25px;
  }

  .lg\:first\:pl-25:first-child {
    padding-left: 25px;
  }

  .lg\:first\:pt-28:first-child {
    padding-top: 28px;
  }

  .lg\:first\:pr-28:first-child {
    padding-right: 28px;
  }

  .lg\:first\:pb-28:first-child {
    padding-bottom: 28px;
  }

  .lg\:first\:pl-28:first-child {
    padding-left: 28px;
  }

  .lg\:first\:pt-29:first-child {
    padding-top: 29px;
  }

  .lg\:first\:pr-29:first-child {
    padding-right: 29px;
  }

  .lg\:first\:pb-29:first-child {
    padding-bottom: 29px;
  }

  .lg\:first\:pl-29:first-child {
    padding-left: 29px;
  }

  .lg\:first\:pt-30:first-child {
    padding-top: 30px;
  }

  .lg\:first\:pr-30:first-child {
    padding-right: 30px;
  }

  .lg\:first\:pb-30:first-child {
    padding-bottom: 30px;
  }

  .lg\:first\:pl-30:first-child {
    padding-left: 30px;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 32px;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 32px;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 32px;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 32px;
  }

  .lg\:first\:pt-35:first-child {
    padding-top: 35px;
  }

  .lg\:first\:pr-35:first-child {
    padding-right: 35px;
  }

  .lg\:first\:pb-35:first-child {
    padding-bottom: 35px;
  }

  .lg\:first\:pl-35:first-child {
    padding-left: 35px;
  }

  .lg\:first\:pt-36:first-child {
    padding-top: 36px;
  }

  .lg\:first\:pr-36:first-child {
    padding-right: 36px;
  }

  .lg\:first\:pb-36:first-child {
    padding-bottom: 36px;
  }

  .lg\:first\:pl-36:first-child {
    padding-left: 36px;
  }

  .lg\:first\:pt-37:first-child {
    padding-top: 37px;
  }

  .lg\:first\:pr-37:first-child {
    padding-right: 37px;
  }

  .lg\:first\:pb-37:first-child {
    padding-bottom: 37px;
  }

  .lg\:first\:pl-37:first-child {
    padding-left: 37px;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 40px;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 40px;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 40px;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 40px;
  }

  .lg\:first\:pt-45:first-child {
    padding-top: 45px;
  }

  .lg\:first\:pr-45:first-child {
    padding-right: 45px;
  }

  .lg\:first\:pb-45:first-child {
    padding-bottom: 45px;
  }

  .lg\:first\:pl-45:first-child {
    padding-left: 45px;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 48px;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 48px;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 48px;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 48px;
  }

  .lg\:first\:pt-50:first-child {
    padding-top: 50px;
  }

  .lg\:first\:pr-50:first-child {
    padding-right: 50px;
  }

  .lg\:first\:pb-50:first-child {
    padding-bottom: 50px;
  }

  .lg\:first\:pl-50:first-child {
    padding-left: 50px;
  }

  .lg\:first\:pt-55:first-child {
    padding-top: 55px;
  }

  .lg\:first\:pr-55:first-child {
    padding-right: 55px;
  }

  .lg\:first\:pb-55:first-child {
    padding-bottom: 55px;
  }

  .lg\:first\:pl-55:first-child {
    padding-left: 55px;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 56px;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 56px;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 56px;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 56px;
  }

  .lg\:first\:pt-60:first-child {
    padding-top: 60px;
  }

  .lg\:first\:pr-60:first-child {
    padding-right: 60px;
  }

  .lg\:first\:pb-60:first-child {
    padding-bottom: 60px;
  }

  .lg\:first\:pl-60:first-child {
    padding-left: 60px;
  }

  .lg\:first\:pt-62:first-child {
    padding-top: 62px;
  }

  .lg\:first\:pr-62:first-child {
    padding-right: 62px;
  }

  .lg\:first\:pb-62:first-child {
    padding-bottom: 62px;
  }

  .lg\:first\:pl-62:first-child {
    padding-left: 62px;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 64px;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 64px;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 64px;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 64px;
  }

  .lg\:first\:pt-65:first-child {
    padding-top: 65px;
  }

  .lg\:first\:pr-65:first-child {
    padding-right: 65px;
  }

  .lg\:first\:pb-65:first-child {
    padding-bottom: 65px;
  }

  .lg\:first\:pl-65:first-child {
    padding-left: 65px;
  }

  .lg\:first\:pt-70:first-child {
    padding-top: 70px;
  }

  .lg\:first\:pr-70:first-child {
    padding-right: 70px;
  }

  .lg\:first\:pb-70:first-child {
    padding-bottom: 70px;
  }

  .lg\:first\:pl-70:first-child {
    padding-left: 70px;
  }

  .lg\:first\:pt-75:first-child {
    padding-top: 75px;
  }

  .lg\:first\:pr-75:first-child {
    padding-right: 75px;
  }

  .lg\:first\:pb-75:first-child {
    padding-bottom: 75px;
  }

  .lg\:first\:pl-75:first-child {
    padding-left: 75px;
  }

  .lg\:first\:pt-80:first-child {
    padding-top: 80px;
  }

  .lg\:first\:pr-80:first-child {
    padding-right: 80px;
  }

  .lg\:first\:pb-80:first-child {
    padding-bottom: 80px;
  }

  .lg\:first\:pl-80:first-child {
    padding-left: 80px;
  }

  .lg\:first\:pt-85:first-child {
    padding-top: 85px;
  }

  .lg\:first\:pr-85:first-child {
    padding-right: 85px;
  }

  .lg\:first\:pb-85:first-child {
    padding-bottom: 85px;
  }

  .lg\:first\:pl-85:first-child {
    padding-left: 85px;
  }

  .lg\:first\:pt-90:first-child {
    padding-top: 90px;
  }

  .lg\:first\:pr-90:first-child {
    padding-right: 90px;
  }

  .lg\:first\:pb-90:first-child {
    padding-bottom: 90px;
  }

  .lg\:first\:pl-90:first-child {
    padding-left: 90px;
  }

  .lg\:first\:pt-95:first-child {
    padding-top: 95px;
  }

  .lg\:first\:pr-95:first-child {
    padding-right: 95px;
  }

  .lg\:first\:pb-95:first-child {
    padding-bottom: 95px;
  }

  .lg\:first\:pl-95:first-child {
    padding-left: 95px;
  }

  .lg\:first\:pt-96:first-child {
    padding-top: 96px;
  }

  .lg\:first\:pr-96:first-child {
    padding-right: 96px;
  }

  .lg\:first\:pb-96:first-child {
    padding-bottom: 96px;
  }

  .lg\:first\:pl-96:first-child {
    padding-left: 96px;
  }

  .lg\:first\:pt-100:first-child {
    padding-top: 100px;
  }

  .lg\:first\:pr-100:first-child {
    padding-right: 100px;
  }

  .lg\:first\:pb-100:first-child {
    padding-bottom: 100px;
  }

  .lg\:first\:pl-100:first-child {
    padding-left: 100px;
  }

  .lg\:first\:pt-110:first-child {
    padding-top: 110px;
  }

  .lg\:first\:pr-110:first-child {
    padding-right: 110px;
  }

  .lg\:first\:pb-110:first-child {
    padding-bottom: 110px;
  }

  .lg\:first\:pl-110:first-child {
    padding-left: 110px;
  }

  .lg\:first\:pt-115:first-child {
    padding-top: 115px;
  }

  .lg\:first\:pr-115:first-child {
    padding-right: 115px;
  }

  .lg\:first\:pb-115:first-child {
    padding-bottom: 115px;
  }

  .lg\:first\:pl-115:first-child {
    padding-left: 115px;
  }

  .lg\:first\:pt-120:first-child {
    padding-top: 120px;
  }

  .lg\:first\:pr-120:first-child {
    padding-right: 120px;
  }

  .lg\:first\:pb-120:first-child {
    padding-bottom: 120px;
  }

  .lg\:first\:pl-120:first-child {
    padding-left: 120px;
  }

  .lg\:first\:pt-128:first-child {
    padding-top: 128px;
  }

  .lg\:first\:pr-128:first-child {
    padding-right: 128px;
  }

  .lg\:first\:pb-128:first-child {
    padding-bottom: 128px;
  }

  .lg\:first\:pl-128:first-child {
    padding-left: 128px;
  }

  .lg\:first\:pt-135:first-child {
    padding-top: 135px;
  }

  .lg\:first\:pr-135:first-child {
    padding-right: 135px;
  }

  .lg\:first\:pb-135:first-child {
    padding-bottom: 135px;
  }

  .lg\:first\:pl-135:first-child {
    padding-left: 135px;
  }

  .lg\:first\:pt-140:first-child {
    padding-top: 140px;
  }

  .lg\:first\:pr-140:first-child {
    padding-right: 140px;
  }

  .lg\:first\:pb-140:first-child {
    padding-bottom: 140px;
  }

  .lg\:first\:pl-140:first-child {
    padding-left: 140px;
  }

  .lg\:first\:pt-145:first-child {
    padding-top: 145px;
  }

  .lg\:first\:pr-145:first-child {
    padding-right: 145px;
  }

  .lg\:first\:pb-145:first-child {
    padding-bottom: 145px;
  }

  .lg\:first\:pl-145:first-child {
    padding-left: 145px;
  }

  .lg\:first\:pt-150:first-child {
    padding-top: 150px;
  }

  .lg\:first\:pr-150:first-child {
    padding-right: 150px;
  }

  .lg\:first\:pb-150:first-child {
    padding-bottom: 150px;
  }

  .lg\:first\:pl-150:first-child {
    padding-left: 150px;
  }

  .lg\:first\:pt-160:first-child {
    padding-top: 160px;
  }

  .lg\:first\:pr-160:first-child {
    padding-right: 160px;
  }

  .lg\:first\:pb-160:first-child {
    padding-bottom: 160px;
  }

  .lg\:first\:pl-160:first-child {
    padding-left: 160px;
  }

  .lg\:first\:pt-165:first-child {
    padding-top: 165px;
  }

  .lg\:first\:pr-165:first-child {
    padding-right: 165px;
  }

  .lg\:first\:pb-165:first-child {
    padding-bottom: 165px;
  }

  .lg\:first\:pl-165:first-child {
    padding-left: 165px;
  }

  .lg\:first\:pt-168:first-child {
    padding-top: 168px;
  }

  .lg\:first\:pr-168:first-child {
    padding-right: 168px;
  }

  .lg\:first\:pb-168:first-child {
    padding-bottom: 168px;
  }

  .lg\:first\:pl-168:first-child {
    padding-left: 168px;
  }

  .lg\:first\:pt-170:first-child {
    padding-top: 170px;
  }

  .lg\:first\:pr-170:first-child {
    padding-right: 170px;
  }

  .lg\:first\:pb-170:first-child {
    padding-bottom: 170px;
  }

  .lg\:first\:pl-170:first-child {
    padding-left: 170px;
  }

  .lg\:first\:pt-180:first-child {
    padding-top: 180px;
  }

  .lg\:first\:pr-180:first-child {
    padding-right: 180px;
  }

  .lg\:first\:pb-180:first-child {
    padding-bottom: 180px;
  }

  .lg\:first\:pl-180:first-child {
    padding-left: 180px;
  }

  .lg\:first\:pt-200:first-child {
    padding-top: 200px;
  }

  .lg\:first\:pr-200:first-child {
    padding-right: 200px;
  }

  .lg\:first\:pb-200:first-child {
    padding-bottom: 200px;
  }

  .lg\:first\:pl-200:first-child {
    padding-left: 200px;
  }

  .lg\:first\:pt-220:first-child {
    padding-top: 220px;
  }

  .lg\:first\:pr-220:first-child {
    padding-right: 220px;
  }

  .lg\:first\:pb-220:first-child {
    padding-bottom: 220px;
  }

  .lg\:first\:pl-220:first-child {
    padding-left: 220px;
  }

  .lg\:first\:pt-230:first-child {
    padding-top: 230px;
  }

  .lg\:first\:pr-230:first-child {
    padding-right: 230px;
  }

  .lg\:first\:pb-230:first-child {
    padding-bottom: 230px;
  }

  .lg\:first\:pl-230:first-child {
    padding-left: 230px;
  }

  .lg\:first\:pt-235:first-child {
    padding-top: 235px;
  }

  .lg\:first\:pr-235:first-child {
    padding-right: 235px;
  }

  .lg\:first\:pb-235:first-child {
    padding-bottom: 235px;
  }

  .lg\:first\:pl-235:first-child {
    padding-left: 235px;
  }

  .lg\:first\:pt-240:first-child {
    padding-top: 240px;
  }

  .lg\:first\:pr-240:first-child {
    padding-right: 240px;
  }

  .lg\:first\:pb-240:first-child {
    padding-bottom: 240px;
  }

  .lg\:first\:pl-240:first-child {
    padding-left: 240px;
  }

  .lg\:first\:pt-250:first-child {
    padding-top: 250px;
  }

  .lg\:first\:pr-250:first-child {
    padding-right: 250px;
  }

  .lg\:first\:pb-250:first-child {
    padding-bottom: 250px;
  }

  .lg\:first\:pl-250:first-child {
    padding-left: 250px;
  }

  .lg\:first\:pt-300:first-child {
    padding-top: 300px;
  }

  .lg\:first\:pr-300:first-child {
    padding-right: 300px;
  }

  .lg\:first\:pb-300:first-child {
    padding-bottom: 300px;
  }

  .lg\:first\:pl-300:first-child {
    padding-left: 300px;
  }

  .lg\:first\:pt-320:first-child {
    padding-top: 320px;
  }

  .lg\:first\:pr-320:first-child {
    padding-right: 320px;
  }

  .lg\:first\:pb-320:first-child {
    padding-bottom: 320px;
  }

  .lg\:first\:pl-320:first-child {
    padding-left: 320px;
  }

  .lg\:first\:pt-350:first-child {
    padding-top: 350px;
  }

  .lg\:first\:pr-350:first-child {
    padding-right: 350px;
  }

  .lg\:first\:pb-350:first-child {
    padding-bottom: 350px;
  }

  .lg\:first\:pl-350:first-child {
    padding-left: 350px;
  }

  .lg\:first\:pt-375:first-child {
    padding-top: 375px;
  }

  .lg\:first\:pr-375:first-child {
    padding-right: 375px;
  }

  .lg\:first\:pb-375:first-child {
    padding-bottom: 375px;
  }

  .lg\:first\:pl-375:first-child {
    padding-left: 375px;
  }

  .lg\:first\:pt-400:first-child {
    padding-top: 400px;
  }

  .lg\:first\:pr-400:first-child {
    padding-right: 400px;
  }

  .lg\:first\:pb-400:first-child {
    padding-bottom: 400px;
  }

  .lg\:first\:pl-400:first-child {
    padding-left: 400px;
  }

  .lg\:first\:pt-450:first-child {
    padding-top: 450px;
  }

  .lg\:first\:pr-450:first-child {
    padding-right: 450px;
  }

  .lg\:first\:pb-450:first-child {
    padding-bottom: 450px;
  }

  .lg\:first\:pl-450:first-child {
    padding-left: 450px;
  }

  .lg\:first\:pt-700:first-child {
    padding-top: 700px;
  }

  .lg\:first\:pr-700:first-child {
    padding-right: 700px;
  }

  .lg\:first\:pb-700:first-child {
    padding-bottom: 700px;
  }

  .lg\:first\:pl-700:first-child {
    padding-left: 700px;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:first\:pt-1p:first-child {
    padding-top: 1%;
  }

  .lg\:first\:pr-1p:first-child {
    padding-right: 1%;
  }

  .lg\:first\:pb-1p:first-child {
    padding-bottom: 1%;
  }

  .lg\:first\:pl-1p:first-child {
    padding-left: 1%;
  }

  .lg\:first\:pt-1\/12:first-child {
    padding-top: 8.3333%;
  }

  .lg\:first\:pr-1\/12:first-child {
    padding-right: 8.3333%;
  }

  .lg\:first\:pb-1\/12:first-child {
    padding-bottom: 8.3333%;
  }

  .lg\:first\:pl-1\/12:first-child {
    padding-left: 8.3333%;
  }

  .lg\:first\:pt-2\/12:first-child {
    padding-top: 16.666667%;
  }

  .lg\:first\:pr-2\/12:first-child {
    padding-right: 16.666667%;
  }

  .lg\:first\:pb-2\/12:first-child {
    padding-bottom: 16.666667%;
  }

  .lg\:first\:pl-2\/12:first-child {
    padding-left: 16.666667%;
  }

  .lg\:first\:pt-11p:first-child {
    padding-top: 11%;
  }

  .lg\:first\:pr-11p:first-child {
    padding-right: 11%;
  }

  .lg\:first\:pb-11p:first-child {
    padding-bottom: 11%;
  }

  .lg\:first\:pl-11p:first-child {
    padding-left: 11%;
  }

  .lg\:first\:pt-20p:first-child {
    padding-top: 20%;
  }

  .lg\:first\:pr-20p:first-child {
    padding-right: 20%;
  }

  .lg\:first\:pb-20p:first-child {
    padding-bottom: 20%;
  }

  .lg\:first\:pl-20p:first-child {
    padding-left: 20%;
  }

  .lg\:first\:pt-24p:first-child {
    padding-top: 24.25%;
  }

  .lg\:first\:pr-24p:first-child {
    padding-right: 24.25%;
  }

  .lg\:first\:pb-24p:first-child {
    padding-bottom: 24.25%;
  }

  .lg\:first\:pl-24p:first-child {
    padding-left: 24.25%;
  }

  .lg\:first\:pt-25p:first-child {
    padding-top: 25%;
  }

  .lg\:first\:pr-25p:first-child {
    padding-right: 25%;
  }

  .lg\:first\:pb-25p:first-child {
    padding-bottom: 25%;
  }

  .lg\:first\:pl-25p:first-child {
    padding-left: 25%;
  }

  .lg\:first\:pt-32p:first-child {
    padding-top: 32%;
  }

  .lg\:first\:pr-32p:first-child {
    padding-right: 32%;
  }

  .lg\:first\:pb-32p:first-child {
    padding-bottom: 32%;
  }

  .lg\:first\:pl-32p:first-child {
    padding-left: 32%;
  }

  .lg\:first\:pt-35p:first-child {
    padding-top: 35%;
  }

  .lg\:first\:pr-35p:first-child {
    padding-right: 35%;
  }

  .lg\:first\:pb-35p:first-child {
    padding-bottom: 35%;
  }

  .lg\:first\:pl-35p:first-child {
    padding-left: 35%;
  }

  .lg\:first\:pt-40p:first-child {
    padding-top: 40%;
  }

  .lg\:first\:pr-40p:first-child {
    padding-right: 40%;
  }

  .lg\:first\:pb-40p:first-child {
    padding-bottom: 40%;
  }

  .lg\:first\:pl-40p:first-child {
    padding-left: 40%;
  }

  .lg\:first\:pt-49p:first-child {
    padding-top: 49%;
  }

  .lg\:first\:pr-49p:first-child {
    padding-right: 49%;
  }

  .lg\:first\:pb-49p:first-child {
    padding-bottom: 49%;
  }

  .lg\:first\:pl-49p:first-child {
    padding-left: 49%;
  }

  .lg\:first\:pt-49-5p:first-child {
    padding-top: 49.5%;
  }

  .lg\:first\:pr-49-5p:first-child {
    padding-right: 49.5%;
  }

  .lg\:first\:pb-49-5p:first-child {
    padding-bottom: 49.5%;
  }

  .lg\:first\:pl-49-5p:first-child {
    padding-left: 49.5%;
  }

  .lg\:first\:pt-80p:first-child {
    padding-top: 80%;
  }

  .lg\:first\:pr-80p:first-child {
    padding-right: 80%;
  }

  .lg\:first\:pb-80p:first-child {
    padding-bottom: 80%;
  }

  .lg\:first\:pl-80p:first-child {
    padding-left: 80%;
  }

  .lg\:first\:pt-vh80:first-child {
    padding-top: 80vh;
  }

  .lg\:first\:pr-vh80:first-child {
    padding-right: 80vh;
  }

  .lg\:first\:pb-vh80:first-child {
    padding-bottom: 80vh;
  }

  .lg\:first\:pl-vh80:first-child {
    padding-left: 80vh;
  }

  .lg\:first\:pt-vh86:first-child {
    padding-top: 86vh;
  }

  .lg\:first\:pr-vh86:first-child {
    padding-right: 86vh;
  }

  .lg\:first\:pb-vh86:first-child {
    padding-bottom: 86vh;
  }

  .lg\:first\:pl-vh86:first-child {
    padding-left: 86vh;
  }

  .lg\:first\:pt-vh90:first-child {
    padding-top: 90vh;
  }

  .lg\:first\:pr-vh90:first-child {
    padding-right: 90vh;
  }

  .lg\:first\:pb-vh90:first-child {
    padding-bottom: 90vh;
  }

  .lg\:first\:pl-vh90:first-child {
    padding-left: 90vh;
  }

  .lg\:first\:pt-vw80:first-child {
    padding-top: 80vw;
  }

  .lg\:first\:pr-vw80:first-child {
    padding-right: 80vw;
  }

  .lg\:first\:pb-vw80:first-child {
    padding-bottom: 80vw;
  }

  .lg\:first\:pl-vw80:first-child {
    padding-left: 80vw;
  }

  .lg\:first\:pt-vw90:first-child {
    padding-top: 90vw;
  }

  .lg\:first\:pr-vw90:first-child {
    padding-right: 90vw;
  }

  .lg\:first\:pb-vw90:first-child {
    padding-bottom: 90vw;
  }

  .lg\:first\:pl-vw90:first-child {
    padding-left: 90vw;
  }

  .lg\:first\:pt-90p:first-child {
    padding-top: 90%;
  }

  .lg\:first\:pr-90p:first-child {
    padding-right: 90%;
  }

  .lg\:first\:pb-90p:first-child {
    padding-bottom: 90%;
  }

  .lg\:first\:pl-90p:first-child {
    padding-left: 90%;
  }

  .lg\:first\:pt-92p:first-child {
    padding-top: 92%;
  }

  .lg\:first\:pr-92p:first-child {
    padding-right: 92%;
  }

  .lg\:first\:pb-92p:first-child {
    padding-bottom: 92%;
  }

  .lg\:first\:pl-92p:first-child {
    padding-left: 92%;
  }

  .lg\:first\:pt-93p:first-child {
    padding-top: 93%;
  }

  .lg\:first\:pr-93p:first-child {
    padding-right: 93%;
  }

  .lg\:first\:pb-93p:first-child {
    padding-bottom: 93%;
  }

  .lg\:first\:pl-93p:first-child {
    padding-left: 93%;
  }

  .lg\:first\:pt-94p:first-child {
    padding-top: 94%;
  }

  .lg\:first\:pr-94p:first-child {
    padding-right: 94%;
  }

  .lg\:first\:pb-94p:first-child {
    padding-bottom: 94%;
  }

  .lg\:first\:pl-94p:first-child {
    padding-left: 94%;
  }

  .lg\:first\:pt-95p:first-child {
    padding-top: 95%;
  }

  .lg\:first\:pr-95p:first-child {
    padding-right: 95%;
  }

  .lg\:first\:pb-95p:first-child {
    padding-bottom: 95%;
  }

  .lg\:first\:pl-95p:first-child {
    padding-left: 95%;
  }

  .lg\:first\:pt-96p:first-child {
    padding-top: 96%;
  }

  .lg\:first\:pr-96p:first-child {
    padding-right: 96%;
  }

  .lg\:first\:pb-96p:first-child {
    padding-bottom: 96%;
  }

  .lg\:first\:pl-96p:first-child {
    padding-left: 96%;
  }

  .lg\:first\:pt-100p:first-child {
    padding-top: 100%;
  }

  .lg\:first\:pr-100p:first-child {
    padding-right: 100%;
  }

  .lg\:first\:pb-100p:first-child {
    padding-bottom: 100%;
  }

  .lg\:first\:pl-100p:first-child {
    padding-left: 100%;
  }

  .lg\:last\:p-0:last-child {
    padding: 0px;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 3px;
  }

  .lg\:last\:p-4:last-child {
    padding: 4px;
  }

  .lg\:last\:p-5:last-child {
    padding: 5px;
  }

  .lg\:last\:p-6:last-child {
    padding: 6px;
  }

  .lg\:last\:p-8:last-child {
    padding: 8px;
  }

  .lg\:last\:p-9:last-child {
    padding: 9px;
  }

  .lg\:last\:p-10:last-child {
    padding: 10px;
  }

  .lg\:last\:p-12:last-child {
    padding: 12px;
  }

  .lg\:last\:p-13:last-child {
    padding: 13px;
  }

  .lg\:last\:p-14:last-child {
    padding: 14px;
  }

  .lg\:last\:p-15:last-child {
    padding: 15px;
  }

  .lg\:last\:p-16:last-child {
    padding: 16px;
  }

  .lg\:last\:p-17:last-child {
    padding: 17px;
  }

  .lg\:last\:p-18:last-child {
    padding: 18px;
  }

  .lg\:last\:p-20:last-child {
    padding: 20px;
  }

  .lg\:last\:p-22:last-child {
    padding: 22px;
  }

  .lg\:last\:p-24:last-child {
    padding: 24px;
  }

  .lg\:last\:p-25:last-child {
    padding: 25px;
  }

  .lg\:last\:p-28:last-child {
    padding: 28px;
  }

  .lg\:last\:p-29:last-child {
    padding: 29px;
  }

  .lg\:last\:p-30:last-child {
    padding: 30px;
  }

  .lg\:last\:p-32:last-child {
    padding: 32px;
  }

  .lg\:last\:p-35:last-child {
    padding: 35px;
  }

  .lg\:last\:p-36:last-child {
    padding: 36px;
  }

  .lg\:last\:p-37:last-child {
    padding: 37px;
  }

  .lg\:last\:p-40:last-child {
    padding: 40px;
  }

  .lg\:last\:p-45:last-child {
    padding: 45px;
  }

  .lg\:last\:p-48:last-child {
    padding: 48px;
  }

  .lg\:last\:p-50:last-child {
    padding: 50px;
  }

  .lg\:last\:p-55:last-child {
    padding: 55px;
  }

  .lg\:last\:p-56:last-child {
    padding: 56px;
  }

  .lg\:last\:p-60:last-child {
    padding: 60px;
  }

  .lg\:last\:p-62:last-child {
    padding: 62px;
  }

  .lg\:last\:p-64:last-child {
    padding: 64px;
  }

  .lg\:last\:p-65:last-child {
    padding: 65px;
  }

  .lg\:last\:p-70:last-child {
    padding: 70px;
  }

  .lg\:last\:p-75:last-child {
    padding: 75px;
  }

  .lg\:last\:p-80:last-child {
    padding: 80px;
  }

  .lg\:last\:p-85:last-child {
    padding: 85px;
  }

  .lg\:last\:p-90:last-child {
    padding: 90px;
  }

  .lg\:last\:p-95:last-child {
    padding: 95px;
  }

  .lg\:last\:p-96:last-child {
    padding: 96px;
  }

  .lg\:last\:p-100:last-child {
    padding: 100px;
  }

  .lg\:last\:p-110:last-child {
    padding: 110px;
  }

  .lg\:last\:p-115:last-child {
    padding: 115px;
  }

  .lg\:last\:p-120:last-child {
    padding: 120px;
  }

  .lg\:last\:p-128:last-child {
    padding: 128px;
  }

  .lg\:last\:p-135:last-child {
    padding: 135px;
  }

  .lg\:last\:p-140:last-child {
    padding: 140px;
  }

  .lg\:last\:p-145:last-child {
    padding: 145px;
  }

  .lg\:last\:p-150:last-child {
    padding: 150px;
  }

  .lg\:last\:p-160:last-child {
    padding: 160px;
  }

  .lg\:last\:p-165:last-child {
    padding: 165px;
  }

  .lg\:last\:p-168:last-child {
    padding: 168px;
  }

  .lg\:last\:p-170:last-child {
    padding: 170px;
  }

  .lg\:last\:p-180:last-child {
    padding: 180px;
  }

  .lg\:last\:p-200:last-child {
    padding: 200px;
  }

  .lg\:last\:p-220:last-child {
    padding: 220px;
  }

  .lg\:last\:p-230:last-child {
    padding: 230px;
  }

  .lg\:last\:p-235:last-child {
    padding: 235px;
  }

  .lg\:last\:p-240:last-child {
    padding: 240px;
  }

  .lg\:last\:p-250:last-child {
    padding: 250px;
  }

  .lg\:last\:p-300:last-child {
    padding: 300px;
  }

  .lg\:last\:p-320:last-child {
    padding: 320px;
  }

  .lg\:last\:p-350:last-child {
    padding: 350px;
  }

  .lg\:last\:p-375:last-child {
    padding: 375px;
  }

  .lg\:last\:p-400:last-child {
    padding: 400px;
  }

  .lg\:last\:p-450:last-child {
    padding: 450px;
  }

  .lg\:last\:p-700:last-child {
    padding: 700px;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:p-1p:last-child {
    padding: 1%;
  }

  .lg\:last\:p-1\/12:last-child {
    padding: 8.3333%;
  }

  .lg\:last\:p-2\/12:last-child {
    padding: 16.666667%;
  }

  .lg\:last\:p-11p:last-child {
    padding: 11%;
  }

  .lg\:last\:p-20p:last-child {
    padding: 20%;
  }

  .lg\:last\:p-24p:last-child {
    padding: 24.25%;
  }

  .lg\:last\:p-25p:last-child {
    padding: 25%;
  }

  .lg\:last\:p-32p:last-child {
    padding: 32%;
  }

  .lg\:last\:p-35p:last-child {
    padding: 35%;
  }

  .lg\:last\:p-40p:last-child {
    padding: 40%;
  }

  .lg\:last\:p-49p:last-child {
    padding: 49%;
  }

  .lg\:last\:p-49-5p:last-child {
    padding: 49.5%;
  }

  .lg\:last\:p-80p:last-child {
    padding: 80%;
  }

  .lg\:last\:p-vh80:last-child {
    padding: 80vh;
  }

  .lg\:last\:p-vh86:last-child {
    padding: 86vh;
  }

  .lg\:last\:p-vh90:last-child {
    padding: 90vh;
  }

  .lg\:last\:p-vw80:last-child {
    padding: 80vw;
  }

  .lg\:last\:p-vw90:last-child {
    padding: 90vw;
  }

  .lg\:last\:p-90p:last-child {
    padding: 90%;
  }

  .lg\:last\:p-92p:last-child {
    padding: 92%;
  }

  .lg\:last\:p-93p:last-child {
    padding: 93%;
  }

  .lg\:last\:p-94p:last-child {
    padding: 94%;
  }

  .lg\:last\:p-95p:last-child {
    padding: 95%;
  }

  .lg\:last\:p-96p:last-child {
    padding: 96%;
  }

  .lg\:last\:p-100p:last-child {
    padding: 100%;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:last\:py-9:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:last\:px-9:last-child {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:last\:py-13:last-child {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:last\:px-13:last-child {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:last\:py-14:last-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:last\:px-14:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:last\:py-15:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:last\:px-15:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:last\:py-17:last-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:last\:px-17:last-child {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:last\:py-18:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:last\:px-18:last-child {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:last\:py-22:last-child {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:last\:px-22:last-child {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:last\:py-25:last-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:last\:px-25:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:last\:py-28:last-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:last\:px-28:last-child {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:last\:py-29:last-child {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:last\:px-29:last-child {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:last\:py-30:last-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:last\:px-30:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:last\:py-35:last-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:last\:px-35:last-child {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:last\:py-36:last-child {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:last\:px-36:last-child {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:last\:py-37:last-child {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:last\:px-37:last-child {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:last\:py-45:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:last\:px-45:last-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:last\:py-50:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:last\:px-50:last-child {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:last\:py-55:last-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:last\:px-55:last-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:last\:py-60:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:last\:px-60:last-child {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:last\:py-62:last-child {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:last\:px-62:last-child {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:last\:py-65:last-child {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:last\:px-65:last-child {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:last\:py-70:last-child {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:last\:px-70:last-child {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:last\:py-75:last-child {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:last\:px-75:last-child {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:last\:py-80:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:last\:px-80:last-child {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:last\:py-85:last-child {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:last\:px-85:last-child {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:last\:py-90:last-child {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:last\:px-90:last-child {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:last\:py-95:last-child {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:last\:px-95:last-child {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:last\:py-96:last-child {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:last\:px-96:last-child {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:last\:py-100:last-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:last\:px-100:last-child {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:last\:py-110:last-child {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:last\:px-110:last-child {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:last\:py-115:last-child {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:last\:px-115:last-child {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:last\:py-120:last-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:last\:px-120:last-child {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:last\:py-128:last-child {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:last\:px-128:last-child {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:last\:py-135:last-child {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .lg\:last\:px-135:last-child {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:last\:py-140:last-child {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:last\:px-140:last-child {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:last\:py-145:last-child {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .lg\:last\:px-145:last-child {
    padding-left: 145px;
    padding-right: 145px;
  }

  .lg\:last\:py-150:last-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:last\:px-150:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }

  .lg\:last\:py-160:last-child {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:last\:px-160:last-child {
    padding-left: 160px;
    padding-right: 160px;
  }

  .lg\:last\:py-165:last-child {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .lg\:last\:px-165:last-child {
    padding-left: 165px;
    padding-right: 165px;
  }

  .lg\:last\:py-168:last-child {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .lg\:last\:px-168:last-child {
    padding-left: 168px;
    padding-right: 168px;
  }

  .lg\:last\:py-170:last-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .lg\:last\:px-170:last-child {
    padding-left: 170px;
    padding-right: 170px;
  }

  .lg\:last\:py-180:last-child {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .lg\:last\:px-180:last-child {
    padding-left: 180px;
    padding-right: 180px;
  }

  .lg\:last\:py-200:last-child {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:last\:px-200:last-child {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:last\:py-220:last-child {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .lg\:last\:px-220:last-child {
    padding-left: 220px;
    padding-right: 220px;
  }

  .lg\:last\:py-230:last-child {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .lg\:last\:px-230:last-child {
    padding-left: 230px;
    padding-right: 230px;
  }

  .lg\:last\:py-235:last-child {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .lg\:last\:px-235:last-child {
    padding-left: 235px;
    padding-right: 235px;
  }

  .lg\:last\:py-240:last-child {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .lg\:last\:px-240:last-child {
    padding-left: 240px;
    padding-right: 240px;
  }

  .lg\:last\:py-250:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:last\:px-250:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:last\:py-300:last-child {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .lg\:last\:px-300:last-child {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:last\:py-320:last-child {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .lg\:last\:px-320:last-child {
    padding-left: 320px;
    padding-right: 320px;
  }

  .lg\:last\:py-350:last-child {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .lg\:last\:px-350:last-child {
    padding-left: 350px;
    padding-right: 350px;
  }

  .lg\:last\:py-375:last-child {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .lg\:last\:px-375:last-child {
    padding-left: 375px;
    padding-right: 375px;
  }

  .lg\:last\:py-400:last-child {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .lg\:last\:px-400:last-child {
    padding-left: 400px;
    padding-right: 400px;
  }

  .lg\:last\:py-450:last-child {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .lg\:last\:px-450:last-child {
    padding-left: 450px;
    padding-right: 450px;
  }

  .lg\:last\:py-700:last-child {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .lg\:last\:px-700:last-child {
    padding-left: 700px;
    padding-right: 700px;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:py-1p:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:last\:px-1p:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:last\:py-1\/12:last-child {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .lg\:last\:px-1\/12:last-child {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .lg\:last\:py-2\/12:last-child {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:last\:px-2\/12:last-child {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:last\:py-11p:last-child {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .lg\:last\:px-11p:last-child {
    padding-left: 11%;
    padding-right: 11%;
  }

  .lg\:last\:py-20p:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:last\:px-20p:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:last\:py-24p:last-child {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .lg\:last\:px-24p:last-child {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .lg\:last\:py-25p:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:last\:px-25p:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:last\:py-32p:last-child {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .lg\:last\:px-32p:last-child {
    padding-left: 32%;
    padding-right: 32%;
  }

  .lg\:last\:py-35p:last-child {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .lg\:last\:px-35p:last-child {
    padding-left: 35%;
    padding-right: 35%;
  }

  .lg\:last\:py-40p:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:last\:px-40p:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:last\:py-49p:last-child {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .lg\:last\:px-49p:last-child {
    padding-left: 49%;
    padding-right: 49%;
  }

  .lg\:last\:py-49-5p:last-child {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .lg\:last\:px-49-5p:last-child {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .lg\:last\:py-80p:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:last\:px-80p:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:last\:py-vh80:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:last\:px-vh80:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:last\:py-vh86:last-child {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .lg\:last\:px-vh86:last-child {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .lg\:last\:py-vh90:last-child {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:last\:px-vh90:last-child {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:last\:py-vw80:last-child {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .lg\:last\:px-vw80:last-child {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .lg\:last\:py-vw90:last-child {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .lg\:last\:px-vw90:last-child {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .lg\:last\:py-90p:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:last\:px-90p:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:last\:py-92p:last-child {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .lg\:last\:px-92p:last-child {
    padding-left: 92%;
    padding-right: 92%;
  }

  .lg\:last\:py-93p:last-child {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .lg\:last\:px-93p:last-child {
    padding-left: 93%;
    padding-right: 93%;
  }

  .lg\:last\:py-94p:last-child {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .lg\:last\:px-94p:last-child {
    padding-left: 94%;
    padding-right: 94%;
  }

  .lg\:last\:py-95p:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:last\:px-95p:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:last\:py-96p:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:last\:px-96p:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:last\:py-100p:last-child {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:last\:px-100p:last-child {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 3px;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 3px;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 3px;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 3px;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 4px;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 4px;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 4px;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 4px;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 5px;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 5px;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 5px;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 5px;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 6px;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 6px;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 6px;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 6px;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 8px;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 8px;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 8px;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 8px;
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 9px;
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 9px;
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 9px;
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 9px;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 10px;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 10px;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 10px;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 10px;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 12px;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 12px;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 12px;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 12px;
  }

  .lg\:last\:pt-13:last-child {
    padding-top: 13px;
  }

  .lg\:last\:pr-13:last-child {
    padding-right: 13px;
  }

  .lg\:last\:pb-13:last-child {
    padding-bottom: 13px;
  }

  .lg\:last\:pl-13:last-child {
    padding-left: 13px;
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 14px;
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 14px;
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 14px;
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 14px;
  }

  .lg\:last\:pt-15:last-child {
    padding-top: 15px;
  }

  .lg\:last\:pr-15:last-child {
    padding-right: 15px;
  }

  .lg\:last\:pb-15:last-child {
    padding-bottom: 15px;
  }

  .lg\:last\:pl-15:last-child {
    padding-left: 15px;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 16px;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 16px;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 16px;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 16px;
  }

  .lg\:last\:pt-17:last-child {
    padding-top: 17px;
  }

  .lg\:last\:pr-17:last-child {
    padding-right: 17px;
  }

  .lg\:last\:pb-17:last-child {
    padding-bottom: 17px;
  }

  .lg\:last\:pl-17:last-child {
    padding-left: 17px;
  }

  .lg\:last\:pt-18:last-child {
    padding-top: 18px;
  }

  .lg\:last\:pr-18:last-child {
    padding-right: 18px;
  }

  .lg\:last\:pb-18:last-child {
    padding-bottom: 18px;
  }

  .lg\:last\:pl-18:last-child {
    padding-left: 18px;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 20px;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 20px;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 20px;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 20px;
  }

  .lg\:last\:pt-22:last-child {
    padding-top: 22px;
  }

  .lg\:last\:pr-22:last-child {
    padding-right: 22px;
  }

  .lg\:last\:pb-22:last-child {
    padding-bottom: 22px;
  }

  .lg\:last\:pl-22:last-child {
    padding-left: 22px;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 24px;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 24px;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 24px;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 24px;
  }

  .lg\:last\:pt-25:last-child {
    padding-top: 25px;
  }

  .lg\:last\:pr-25:last-child {
    padding-right: 25px;
  }

  .lg\:last\:pb-25:last-child {
    padding-bottom: 25px;
  }

  .lg\:last\:pl-25:last-child {
    padding-left: 25px;
  }

  .lg\:last\:pt-28:last-child {
    padding-top: 28px;
  }

  .lg\:last\:pr-28:last-child {
    padding-right: 28px;
  }

  .lg\:last\:pb-28:last-child {
    padding-bottom: 28px;
  }

  .lg\:last\:pl-28:last-child {
    padding-left: 28px;
  }

  .lg\:last\:pt-29:last-child {
    padding-top: 29px;
  }

  .lg\:last\:pr-29:last-child {
    padding-right: 29px;
  }

  .lg\:last\:pb-29:last-child {
    padding-bottom: 29px;
  }

  .lg\:last\:pl-29:last-child {
    padding-left: 29px;
  }

  .lg\:last\:pt-30:last-child {
    padding-top: 30px;
  }

  .lg\:last\:pr-30:last-child {
    padding-right: 30px;
  }

  .lg\:last\:pb-30:last-child {
    padding-bottom: 30px;
  }

  .lg\:last\:pl-30:last-child {
    padding-left: 30px;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 32px;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 32px;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 32px;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 32px;
  }

  .lg\:last\:pt-35:last-child {
    padding-top: 35px;
  }

  .lg\:last\:pr-35:last-child {
    padding-right: 35px;
  }

  .lg\:last\:pb-35:last-child {
    padding-bottom: 35px;
  }

  .lg\:last\:pl-35:last-child {
    padding-left: 35px;
  }

  .lg\:last\:pt-36:last-child {
    padding-top: 36px;
  }

  .lg\:last\:pr-36:last-child {
    padding-right: 36px;
  }

  .lg\:last\:pb-36:last-child {
    padding-bottom: 36px;
  }

  .lg\:last\:pl-36:last-child {
    padding-left: 36px;
  }

  .lg\:last\:pt-37:last-child {
    padding-top: 37px;
  }

  .lg\:last\:pr-37:last-child {
    padding-right: 37px;
  }

  .lg\:last\:pb-37:last-child {
    padding-bottom: 37px;
  }

  .lg\:last\:pl-37:last-child {
    padding-left: 37px;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 40px;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 40px;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 40px;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 40px;
  }

  .lg\:last\:pt-45:last-child {
    padding-top: 45px;
  }

  .lg\:last\:pr-45:last-child {
    padding-right: 45px;
  }

  .lg\:last\:pb-45:last-child {
    padding-bottom: 45px;
  }

  .lg\:last\:pl-45:last-child {
    padding-left: 45px;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 48px;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 48px;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 48px;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 48px;
  }

  .lg\:last\:pt-50:last-child {
    padding-top: 50px;
  }

  .lg\:last\:pr-50:last-child {
    padding-right: 50px;
  }

  .lg\:last\:pb-50:last-child {
    padding-bottom: 50px;
  }

  .lg\:last\:pl-50:last-child {
    padding-left: 50px;
  }

  .lg\:last\:pt-55:last-child {
    padding-top: 55px;
  }

  .lg\:last\:pr-55:last-child {
    padding-right: 55px;
  }

  .lg\:last\:pb-55:last-child {
    padding-bottom: 55px;
  }

  .lg\:last\:pl-55:last-child {
    padding-left: 55px;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 56px;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 56px;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 56px;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 56px;
  }

  .lg\:last\:pt-60:last-child {
    padding-top: 60px;
  }

  .lg\:last\:pr-60:last-child {
    padding-right: 60px;
  }

  .lg\:last\:pb-60:last-child {
    padding-bottom: 60px;
  }

  .lg\:last\:pl-60:last-child {
    padding-left: 60px;
  }

  .lg\:last\:pt-62:last-child {
    padding-top: 62px;
  }

  .lg\:last\:pr-62:last-child {
    padding-right: 62px;
  }

  .lg\:last\:pb-62:last-child {
    padding-bottom: 62px;
  }

  .lg\:last\:pl-62:last-child {
    padding-left: 62px;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 64px;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 64px;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 64px;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 64px;
  }

  .lg\:last\:pt-65:last-child {
    padding-top: 65px;
  }

  .lg\:last\:pr-65:last-child {
    padding-right: 65px;
  }

  .lg\:last\:pb-65:last-child {
    padding-bottom: 65px;
  }

  .lg\:last\:pl-65:last-child {
    padding-left: 65px;
  }

  .lg\:last\:pt-70:last-child {
    padding-top: 70px;
  }

  .lg\:last\:pr-70:last-child {
    padding-right: 70px;
  }

  .lg\:last\:pb-70:last-child {
    padding-bottom: 70px;
  }

  .lg\:last\:pl-70:last-child {
    padding-left: 70px;
  }

  .lg\:last\:pt-75:last-child {
    padding-top: 75px;
  }

  .lg\:last\:pr-75:last-child {
    padding-right: 75px;
  }

  .lg\:last\:pb-75:last-child {
    padding-bottom: 75px;
  }

  .lg\:last\:pl-75:last-child {
    padding-left: 75px;
  }

  .lg\:last\:pt-80:last-child {
    padding-top: 80px;
  }

  .lg\:last\:pr-80:last-child {
    padding-right: 80px;
  }

  .lg\:last\:pb-80:last-child {
    padding-bottom: 80px;
  }

  .lg\:last\:pl-80:last-child {
    padding-left: 80px;
  }

  .lg\:last\:pt-85:last-child {
    padding-top: 85px;
  }

  .lg\:last\:pr-85:last-child {
    padding-right: 85px;
  }

  .lg\:last\:pb-85:last-child {
    padding-bottom: 85px;
  }

  .lg\:last\:pl-85:last-child {
    padding-left: 85px;
  }

  .lg\:last\:pt-90:last-child {
    padding-top: 90px;
  }

  .lg\:last\:pr-90:last-child {
    padding-right: 90px;
  }

  .lg\:last\:pb-90:last-child {
    padding-bottom: 90px;
  }

  .lg\:last\:pl-90:last-child {
    padding-left: 90px;
  }

  .lg\:last\:pt-95:last-child {
    padding-top: 95px;
  }

  .lg\:last\:pr-95:last-child {
    padding-right: 95px;
  }

  .lg\:last\:pb-95:last-child {
    padding-bottom: 95px;
  }

  .lg\:last\:pl-95:last-child {
    padding-left: 95px;
  }

  .lg\:last\:pt-96:last-child {
    padding-top: 96px;
  }

  .lg\:last\:pr-96:last-child {
    padding-right: 96px;
  }

  .lg\:last\:pb-96:last-child {
    padding-bottom: 96px;
  }

  .lg\:last\:pl-96:last-child {
    padding-left: 96px;
  }

  .lg\:last\:pt-100:last-child {
    padding-top: 100px;
  }

  .lg\:last\:pr-100:last-child {
    padding-right: 100px;
  }

  .lg\:last\:pb-100:last-child {
    padding-bottom: 100px;
  }

  .lg\:last\:pl-100:last-child {
    padding-left: 100px;
  }

  .lg\:last\:pt-110:last-child {
    padding-top: 110px;
  }

  .lg\:last\:pr-110:last-child {
    padding-right: 110px;
  }

  .lg\:last\:pb-110:last-child {
    padding-bottom: 110px;
  }

  .lg\:last\:pl-110:last-child {
    padding-left: 110px;
  }

  .lg\:last\:pt-115:last-child {
    padding-top: 115px;
  }

  .lg\:last\:pr-115:last-child {
    padding-right: 115px;
  }

  .lg\:last\:pb-115:last-child {
    padding-bottom: 115px;
  }

  .lg\:last\:pl-115:last-child {
    padding-left: 115px;
  }

  .lg\:last\:pt-120:last-child {
    padding-top: 120px;
  }

  .lg\:last\:pr-120:last-child {
    padding-right: 120px;
  }

  .lg\:last\:pb-120:last-child {
    padding-bottom: 120px;
  }

  .lg\:last\:pl-120:last-child {
    padding-left: 120px;
  }

  .lg\:last\:pt-128:last-child {
    padding-top: 128px;
  }

  .lg\:last\:pr-128:last-child {
    padding-right: 128px;
  }

  .lg\:last\:pb-128:last-child {
    padding-bottom: 128px;
  }

  .lg\:last\:pl-128:last-child {
    padding-left: 128px;
  }

  .lg\:last\:pt-135:last-child {
    padding-top: 135px;
  }

  .lg\:last\:pr-135:last-child {
    padding-right: 135px;
  }

  .lg\:last\:pb-135:last-child {
    padding-bottom: 135px;
  }

  .lg\:last\:pl-135:last-child {
    padding-left: 135px;
  }

  .lg\:last\:pt-140:last-child {
    padding-top: 140px;
  }

  .lg\:last\:pr-140:last-child {
    padding-right: 140px;
  }

  .lg\:last\:pb-140:last-child {
    padding-bottom: 140px;
  }

  .lg\:last\:pl-140:last-child {
    padding-left: 140px;
  }

  .lg\:last\:pt-145:last-child {
    padding-top: 145px;
  }

  .lg\:last\:pr-145:last-child {
    padding-right: 145px;
  }

  .lg\:last\:pb-145:last-child {
    padding-bottom: 145px;
  }

  .lg\:last\:pl-145:last-child {
    padding-left: 145px;
  }

  .lg\:last\:pt-150:last-child {
    padding-top: 150px;
  }

  .lg\:last\:pr-150:last-child {
    padding-right: 150px;
  }

  .lg\:last\:pb-150:last-child {
    padding-bottom: 150px;
  }

  .lg\:last\:pl-150:last-child {
    padding-left: 150px;
  }

  .lg\:last\:pt-160:last-child {
    padding-top: 160px;
  }

  .lg\:last\:pr-160:last-child {
    padding-right: 160px;
  }

  .lg\:last\:pb-160:last-child {
    padding-bottom: 160px;
  }

  .lg\:last\:pl-160:last-child {
    padding-left: 160px;
  }

  .lg\:last\:pt-165:last-child {
    padding-top: 165px;
  }

  .lg\:last\:pr-165:last-child {
    padding-right: 165px;
  }

  .lg\:last\:pb-165:last-child {
    padding-bottom: 165px;
  }

  .lg\:last\:pl-165:last-child {
    padding-left: 165px;
  }

  .lg\:last\:pt-168:last-child {
    padding-top: 168px;
  }

  .lg\:last\:pr-168:last-child {
    padding-right: 168px;
  }

  .lg\:last\:pb-168:last-child {
    padding-bottom: 168px;
  }

  .lg\:last\:pl-168:last-child {
    padding-left: 168px;
  }

  .lg\:last\:pt-170:last-child {
    padding-top: 170px;
  }

  .lg\:last\:pr-170:last-child {
    padding-right: 170px;
  }

  .lg\:last\:pb-170:last-child {
    padding-bottom: 170px;
  }

  .lg\:last\:pl-170:last-child {
    padding-left: 170px;
  }

  .lg\:last\:pt-180:last-child {
    padding-top: 180px;
  }

  .lg\:last\:pr-180:last-child {
    padding-right: 180px;
  }

  .lg\:last\:pb-180:last-child {
    padding-bottom: 180px;
  }

  .lg\:last\:pl-180:last-child {
    padding-left: 180px;
  }

  .lg\:last\:pt-200:last-child {
    padding-top: 200px;
  }

  .lg\:last\:pr-200:last-child {
    padding-right: 200px;
  }

  .lg\:last\:pb-200:last-child {
    padding-bottom: 200px;
  }

  .lg\:last\:pl-200:last-child {
    padding-left: 200px;
  }

  .lg\:last\:pt-220:last-child {
    padding-top: 220px;
  }

  .lg\:last\:pr-220:last-child {
    padding-right: 220px;
  }

  .lg\:last\:pb-220:last-child {
    padding-bottom: 220px;
  }

  .lg\:last\:pl-220:last-child {
    padding-left: 220px;
  }

  .lg\:last\:pt-230:last-child {
    padding-top: 230px;
  }

  .lg\:last\:pr-230:last-child {
    padding-right: 230px;
  }

  .lg\:last\:pb-230:last-child {
    padding-bottom: 230px;
  }

  .lg\:last\:pl-230:last-child {
    padding-left: 230px;
  }

  .lg\:last\:pt-235:last-child {
    padding-top: 235px;
  }

  .lg\:last\:pr-235:last-child {
    padding-right: 235px;
  }

  .lg\:last\:pb-235:last-child {
    padding-bottom: 235px;
  }

  .lg\:last\:pl-235:last-child {
    padding-left: 235px;
  }

  .lg\:last\:pt-240:last-child {
    padding-top: 240px;
  }

  .lg\:last\:pr-240:last-child {
    padding-right: 240px;
  }

  .lg\:last\:pb-240:last-child {
    padding-bottom: 240px;
  }

  .lg\:last\:pl-240:last-child {
    padding-left: 240px;
  }

  .lg\:last\:pt-250:last-child {
    padding-top: 250px;
  }

  .lg\:last\:pr-250:last-child {
    padding-right: 250px;
  }

  .lg\:last\:pb-250:last-child {
    padding-bottom: 250px;
  }

  .lg\:last\:pl-250:last-child {
    padding-left: 250px;
  }

  .lg\:last\:pt-300:last-child {
    padding-top: 300px;
  }

  .lg\:last\:pr-300:last-child {
    padding-right: 300px;
  }

  .lg\:last\:pb-300:last-child {
    padding-bottom: 300px;
  }

  .lg\:last\:pl-300:last-child {
    padding-left: 300px;
  }

  .lg\:last\:pt-320:last-child {
    padding-top: 320px;
  }

  .lg\:last\:pr-320:last-child {
    padding-right: 320px;
  }

  .lg\:last\:pb-320:last-child {
    padding-bottom: 320px;
  }

  .lg\:last\:pl-320:last-child {
    padding-left: 320px;
  }

  .lg\:last\:pt-350:last-child {
    padding-top: 350px;
  }

  .lg\:last\:pr-350:last-child {
    padding-right: 350px;
  }

  .lg\:last\:pb-350:last-child {
    padding-bottom: 350px;
  }

  .lg\:last\:pl-350:last-child {
    padding-left: 350px;
  }

  .lg\:last\:pt-375:last-child {
    padding-top: 375px;
  }

  .lg\:last\:pr-375:last-child {
    padding-right: 375px;
  }

  .lg\:last\:pb-375:last-child {
    padding-bottom: 375px;
  }

  .lg\:last\:pl-375:last-child {
    padding-left: 375px;
  }

  .lg\:last\:pt-400:last-child {
    padding-top: 400px;
  }

  .lg\:last\:pr-400:last-child {
    padding-right: 400px;
  }

  .lg\:last\:pb-400:last-child {
    padding-bottom: 400px;
  }

  .lg\:last\:pl-400:last-child {
    padding-left: 400px;
  }

  .lg\:last\:pt-450:last-child {
    padding-top: 450px;
  }

  .lg\:last\:pr-450:last-child {
    padding-right: 450px;
  }

  .lg\:last\:pb-450:last-child {
    padding-bottom: 450px;
  }

  .lg\:last\:pl-450:last-child {
    padding-left: 450px;
  }

  .lg\:last\:pt-700:last-child {
    padding-top: 700px;
  }

  .lg\:last\:pr-700:last-child {
    padding-right: 700px;
  }

  .lg\:last\:pb-700:last-child {
    padding-bottom: 700px;
  }

  .lg\:last\:pl-700:last-child {
    padding-left: 700px;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:last\:pt-1p:last-child {
    padding-top: 1%;
  }

  .lg\:last\:pr-1p:last-child {
    padding-right: 1%;
  }

  .lg\:last\:pb-1p:last-child {
    padding-bottom: 1%;
  }

  .lg\:last\:pl-1p:last-child {
    padding-left: 1%;
  }

  .lg\:last\:pt-1\/12:last-child {
    padding-top: 8.3333%;
  }

  .lg\:last\:pr-1\/12:last-child {
    padding-right: 8.3333%;
  }

  .lg\:last\:pb-1\/12:last-child {
    padding-bottom: 8.3333%;
  }

  .lg\:last\:pl-1\/12:last-child {
    padding-left: 8.3333%;
  }

  .lg\:last\:pt-2\/12:last-child {
    padding-top: 16.666667%;
  }

  .lg\:last\:pr-2\/12:last-child {
    padding-right: 16.666667%;
  }

  .lg\:last\:pb-2\/12:last-child {
    padding-bottom: 16.666667%;
  }

  .lg\:last\:pl-2\/12:last-child {
    padding-left: 16.666667%;
  }

  .lg\:last\:pt-11p:last-child {
    padding-top: 11%;
  }

  .lg\:last\:pr-11p:last-child {
    padding-right: 11%;
  }

  .lg\:last\:pb-11p:last-child {
    padding-bottom: 11%;
  }

  .lg\:last\:pl-11p:last-child {
    padding-left: 11%;
  }

  .lg\:last\:pt-20p:last-child {
    padding-top: 20%;
  }

  .lg\:last\:pr-20p:last-child {
    padding-right: 20%;
  }

  .lg\:last\:pb-20p:last-child {
    padding-bottom: 20%;
  }

  .lg\:last\:pl-20p:last-child {
    padding-left: 20%;
  }

  .lg\:last\:pt-24p:last-child {
    padding-top: 24.25%;
  }

  .lg\:last\:pr-24p:last-child {
    padding-right: 24.25%;
  }

  .lg\:last\:pb-24p:last-child {
    padding-bottom: 24.25%;
  }

  .lg\:last\:pl-24p:last-child {
    padding-left: 24.25%;
  }

  .lg\:last\:pt-25p:last-child {
    padding-top: 25%;
  }

  .lg\:last\:pr-25p:last-child {
    padding-right: 25%;
  }

  .lg\:last\:pb-25p:last-child {
    padding-bottom: 25%;
  }

  .lg\:last\:pl-25p:last-child {
    padding-left: 25%;
  }

  .lg\:last\:pt-32p:last-child {
    padding-top: 32%;
  }

  .lg\:last\:pr-32p:last-child {
    padding-right: 32%;
  }

  .lg\:last\:pb-32p:last-child {
    padding-bottom: 32%;
  }

  .lg\:last\:pl-32p:last-child {
    padding-left: 32%;
  }

  .lg\:last\:pt-35p:last-child {
    padding-top: 35%;
  }

  .lg\:last\:pr-35p:last-child {
    padding-right: 35%;
  }

  .lg\:last\:pb-35p:last-child {
    padding-bottom: 35%;
  }

  .lg\:last\:pl-35p:last-child {
    padding-left: 35%;
  }

  .lg\:last\:pt-40p:last-child {
    padding-top: 40%;
  }

  .lg\:last\:pr-40p:last-child {
    padding-right: 40%;
  }

  .lg\:last\:pb-40p:last-child {
    padding-bottom: 40%;
  }

  .lg\:last\:pl-40p:last-child {
    padding-left: 40%;
  }

  .lg\:last\:pt-49p:last-child {
    padding-top: 49%;
  }

  .lg\:last\:pr-49p:last-child {
    padding-right: 49%;
  }

  .lg\:last\:pb-49p:last-child {
    padding-bottom: 49%;
  }

  .lg\:last\:pl-49p:last-child {
    padding-left: 49%;
  }

  .lg\:last\:pt-49-5p:last-child {
    padding-top: 49.5%;
  }

  .lg\:last\:pr-49-5p:last-child {
    padding-right: 49.5%;
  }

  .lg\:last\:pb-49-5p:last-child {
    padding-bottom: 49.5%;
  }

  .lg\:last\:pl-49-5p:last-child {
    padding-left: 49.5%;
  }

  .lg\:last\:pt-80p:last-child {
    padding-top: 80%;
  }

  .lg\:last\:pr-80p:last-child {
    padding-right: 80%;
  }

  .lg\:last\:pb-80p:last-child {
    padding-bottom: 80%;
  }

  .lg\:last\:pl-80p:last-child {
    padding-left: 80%;
  }

  .lg\:last\:pt-vh80:last-child {
    padding-top: 80vh;
  }

  .lg\:last\:pr-vh80:last-child {
    padding-right: 80vh;
  }

  .lg\:last\:pb-vh80:last-child {
    padding-bottom: 80vh;
  }

  .lg\:last\:pl-vh80:last-child {
    padding-left: 80vh;
  }

  .lg\:last\:pt-vh86:last-child {
    padding-top: 86vh;
  }

  .lg\:last\:pr-vh86:last-child {
    padding-right: 86vh;
  }

  .lg\:last\:pb-vh86:last-child {
    padding-bottom: 86vh;
  }

  .lg\:last\:pl-vh86:last-child {
    padding-left: 86vh;
  }

  .lg\:last\:pt-vh90:last-child {
    padding-top: 90vh;
  }

  .lg\:last\:pr-vh90:last-child {
    padding-right: 90vh;
  }

  .lg\:last\:pb-vh90:last-child {
    padding-bottom: 90vh;
  }

  .lg\:last\:pl-vh90:last-child {
    padding-left: 90vh;
  }

  .lg\:last\:pt-vw80:last-child {
    padding-top: 80vw;
  }

  .lg\:last\:pr-vw80:last-child {
    padding-right: 80vw;
  }

  .lg\:last\:pb-vw80:last-child {
    padding-bottom: 80vw;
  }

  .lg\:last\:pl-vw80:last-child {
    padding-left: 80vw;
  }

  .lg\:last\:pt-vw90:last-child {
    padding-top: 90vw;
  }

  .lg\:last\:pr-vw90:last-child {
    padding-right: 90vw;
  }

  .lg\:last\:pb-vw90:last-child {
    padding-bottom: 90vw;
  }

  .lg\:last\:pl-vw90:last-child {
    padding-left: 90vw;
  }

  .lg\:last\:pt-90p:last-child {
    padding-top: 90%;
  }

  .lg\:last\:pr-90p:last-child {
    padding-right: 90%;
  }

  .lg\:last\:pb-90p:last-child {
    padding-bottom: 90%;
  }

  .lg\:last\:pl-90p:last-child {
    padding-left: 90%;
  }

  .lg\:last\:pt-92p:last-child {
    padding-top: 92%;
  }

  .lg\:last\:pr-92p:last-child {
    padding-right: 92%;
  }

  .lg\:last\:pb-92p:last-child {
    padding-bottom: 92%;
  }

  .lg\:last\:pl-92p:last-child {
    padding-left: 92%;
  }

  .lg\:last\:pt-93p:last-child {
    padding-top: 93%;
  }

  .lg\:last\:pr-93p:last-child {
    padding-right: 93%;
  }

  .lg\:last\:pb-93p:last-child {
    padding-bottom: 93%;
  }

  .lg\:last\:pl-93p:last-child {
    padding-left: 93%;
  }

  .lg\:last\:pt-94p:last-child {
    padding-top: 94%;
  }

  .lg\:last\:pr-94p:last-child {
    padding-right: 94%;
  }

  .lg\:last\:pb-94p:last-child {
    padding-bottom: 94%;
  }

  .lg\:last\:pl-94p:last-child {
    padding-left: 94%;
  }

  .lg\:last\:pt-95p:last-child {
    padding-top: 95%;
  }

  .lg\:last\:pr-95p:last-child {
    padding-right: 95%;
  }

  .lg\:last\:pb-95p:last-child {
    padding-bottom: 95%;
  }

  .lg\:last\:pl-95p:last-child {
    padding-left: 95%;
  }

  .lg\:last\:pt-96p:last-child {
    padding-top: 96%;
  }

  .lg\:last\:pr-96p:last-child {
    padding-right: 96%;
  }

  .lg\:last\:pb-96p:last-child {
    padding-bottom: 96%;
  }

  .lg\:last\:pl-96p:last-child {
    padding-left: 96%;
  }

  .lg\:last\:pt-100p:last-child {
    padding-top: 100%;
  }

  .lg\:last\:pr-100p:last-child {
    padding-right: 100%;
  }

  .lg\:last\:pb-100p:last-child {
    padding-bottom: 100%;
  }

  .lg\:last\:pl-100p:last-child {
    padding-left: 100%;
  }

  .group:hover .lg\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .lg\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .lg\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .lg\:group-hover\:p-3 {
    padding: 3px;
  }

  .group:hover .lg\:group-hover\:p-4 {
    padding: 4px;
  }

  .group:hover .lg\:group-hover\:p-5 {
    padding: 5px;
  }

  .group:hover .lg\:group-hover\:p-6 {
    padding: 6px;
  }

  .group:hover .lg\:group-hover\:p-8 {
    padding: 8px;
  }

  .group:hover .lg\:group-hover\:p-9 {
    padding: 9px;
  }

  .group:hover .lg\:group-hover\:p-10 {
    padding: 10px;
  }

  .group:hover .lg\:group-hover\:p-12 {
    padding: 12px;
  }

  .group:hover .lg\:group-hover\:p-13 {
    padding: 13px;
  }

  .group:hover .lg\:group-hover\:p-14 {
    padding: 14px;
  }

  .group:hover .lg\:group-hover\:p-15 {
    padding: 15px;
  }

  .group:hover .lg\:group-hover\:p-16 {
    padding: 16px;
  }

  .group:hover .lg\:group-hover\:p-17 {
    padding: 17px;
  }

  .group:hover .lg\:group-hover\:p-18 {
    padding: 18px;
  }

  .group:hover .lg\:group-hover\:p-20 {
    padding: 20px;
  }

  .group:hover .lg\:group-hover\:p-22 {
    padding: 22px;
  }

  .group:hover .lg\:group-hover\:p-24 {
    padding: 24px;
  }

  .group:hover .lg\:group-hover\:p-25 {
    padding: 25px;
  }

  .group:hover .lg\:group-hover\:p-28 {
    padding: 28px;
  }

  .group:hover .lg\:group-hover\:p-29 {
    padding: 29px;
  }

  .group:hover .lg\:group-hover\:p-30 {
    padding: 30px;
  }

  .group:hover .lg\:group-hover\:p-32 {
    padding: 32px;
  }

  .group:hover .lg\:group-hover\:p-35 {
    padding: 35px;
  }

  .group:hover .lg\:group-hover\:p-36 {
    padding: 36px;
  }

  .group:hover .lg\:group-hover\:p-37 {
    padding: 37px;
  }

  .group:hover .lg\:group-hover\:p-40 {
    padding: 40px;
  }

  .group:hover .lg\:group-hover\:p-45 {
    padding: 45px;
  }

  .group:hover .lg\:group-hover\:p-48 {
    padding: 48px;
  }

  .group:hover .lg\:group-hover\:p-50 {
    padding: 50px;
  }

  .group:hover .lg\:group-hover\:p-55 {
    padding: 55px;
  }

  .group:hover .lg\:group-hover\:p-56 {
    padding: 56px;
  }

  .group:hover .lg\:group-hover\:p-60 {
    padding: 60px;
  }

  .group:hover .lg\:group-hover\:p-62 {
    padding: 62px;
  }

  .group:hover .lg\:group-hover\:p-64 {
    padding: 64px;
  }

  .group:hover .lg\:group-hover\:p-65 {
    padding: 65px;
  }

  .group:hover .lg\:group-hover\:p-70 {
    padding: 70px;
  }

  .group:hover .lg\:group-hover\:p-75 {
    padding: 75px;
  }

  .group:hover .lg\:group-hover\:p-80 {
    padding: 80px;
  }

  .group:hover .lg\:group-hover\:p-85 {
    padding: 85px;
  }

  .group:hover .lg\:group-hover\:p-90 {
    padding: 90px;
  }

  .group:hover .lg\:group-hover\:p-95 {
    padding: 95px;
  }

  .group:hover .lg\:group-hover\:p-96 {
    padding: 96px;
  }

  .group:hover .lg\:group-hover\:p-100 {
    padding: 100px;
  }

  .group:hover .lg\:group-hover\:p-110 {
    padding: 110px;
  }

  .group:hover .lg\:group-hover\:p-115 {
    padding: 115px;
  }

  .group:hover .lg\:group-hover\:p-120 {
    padding: 120px;
  }

  .group:hover .lg\:group-hover\:p-128 {
    padding: 128px;
  }

  .group:hover .lg\:group-hover\:p-135 {
    padding: 135px;
  }

  .group:hover .lg\:group-hover\:p-140 {
    padding: 140px;
  }

  .group:hover .lg\:group-hover\:p-145 {
    padding: 145px;
  }

  .group:hover .lg\:group-hover\:p-150 {
    padding: 150px;
  }

  .group:hover .lg\:group-hover\:p-160 {
    padding: 160px;
  }

  .group:hover .lg\:group-hover\:p-165 {
    padding: 165px;
  }

  .group:hover .lg\:group-hover\:p-168 {
    padding: 168px;
  }

  .group:hover .lg\:group-hover\:p-170 {
    padding: 170px;
  }

  .group:hover .lg\:group-hover\:p-180 {
    padding: 180px;
  }

  .group:hover .lg\:group-hover\:p-200 {
    padding: 200px;
  }

  .group:hover .lg\:group-hover\:p-220 {
    padding: 220px;
  }

  .group:hover .lg\:group-hover\:p-230 {
    padding: 230px;
  }

  .group:hover .lg\:group-hover\:p-235 {
    padding: 235px;
  }

  .group:hover .lg\:group-hover\:p-240 {
    padding: 240px;
  }

  .group:hover .lg\:group-hover\:p-250 {
    padding: 250px;
  }

  .group:hover .lg\:group-hover\:p-300 {
    padding: 300px;
  }

  .group:hover .lg\:group-hover\:p-320 {
    padding: 320px;
  }

  .group:hover .lg\:group-hover\:p-350 {
    padding: 350px;
  }

  .group:hover .lg\:group-hover\:p-375 {
    padding: 375px;
  }

  .group:hover .lg\:group-hover\:p-400 {
    padding: 400px;
  }

  .group:hover .lg\:group-hover\:p-450 {
    padding: 450px;
  }

  .group:hover .lg\:group-hover\:p-700 {
    padding: 700px;
  }

  .group:hover .lg\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .lg\:group-hover\:p-1p {
    padding: 1%;
  }

  .group:hover .lg\:group-hover\:p-1\/12 {
    padding: 8.3333%;
  }

  .group:hover .lg\:group-hover\:p-2\/12 {
    padding: 16.666667%;
  }

  .group:hover .lg\:group-hover\:p-11p {
    padding: 11%;
  }

  .group:hover .lg\:group-hover\:p-20p {
    padding: 20%;
  }

  .group:hover .lg\:group-hover\:p-24p {
    padding: 24.25%;
  }

  .group:hover .lg\:group-hover\:p-25p {
    padding: 25%;
  }

  .group:hover .lg\:group-hover\:p-32p {
    padding: 32%;
  }

  .group:hover .lg\:group-hover\:p-35p {
    padding: 35%;
  }

  .group:hover .lg\:group-hover\:p-40p {
    padding: 40%;
  }

  .group:hover .lg\:group-hover\:p-49p {
    padding: 49%;
  }

  .group:hover .lg\:group-hover\:p-49-5p {
    padding: 49.5%;
  }

  .group:hover .lg\:group-hover\:p-80p {
    padding: 80%;
  }

  .group:hover .lg\:group-hover\:p-vh80 {
    padding: 80vh;
  }

  .group:hover .lg\:group-hover\:p-vh86 {
    padding: 86vh;
  }

  .group:hover .lg\:group-hover\:p-vh90 {
    padding: 90vh;
  }

  .group:hover .lg\:group-hover\:p-vw80 {
    padding: 80vw;
  }

  .group:hover .lg\:group-hover\:p-vw90 {
    padding: 90vw;
  }

  .group:hover .lg\:group-hover\:p-90p {
    padding: 90%;
  }

  .group:hover .lg\:group-hover\:p-92p {
    padding: 92%;
  }

  .group:hover .lg\:group-hover\:p-93p {
    padding: 93%;
  }

  .group:hover .lg\:group-hover\:p-94p {
    padding: 94%;
  }

  .group:hover .lg\:group-hover\:p-95p {
    padding: 95%;
  }

  .group:hover .lg\:group-hover\:p-96p {
    padding: 96%;
  }

  .group:hover .lg\:group-hover\:p-100p {
    padding: 100%;
  }

  .group:hover .lg\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .lg\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .group:hover .lg\:group-hover\:px-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group:hover .lg\:group-hover\:py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .group:hover .lg\:group-hover\:px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .group:hover .lg\:group-hover\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .group:hover .lg\:group-hover\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .group:hover .lg\:group-hover\:py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .group:hover .lg\:group-hover\:px-6 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .group:hover .lg\:group-hover\:py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .group:hover .lg\:group-hover\:px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .group:hover .lg\:group-hover\:py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .group:hover .lg\:group-hover\:px-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group:hover .lg\:group-hover\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .group:hover .lg\:group-hover\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group:hover .lg\:group-hover\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .group:hover .lg\:group-hover\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .group:hover .lg\:group-hover\:py-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .group:hover .lg\:group-hover\:px-13 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .group:hover .lg\:group-hover\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .group:hover .lg\:group-hover\:px-14 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .group:hover .lg\:group-hover\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .group:hover .lg\:group-hover\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .group:hover .lg\:group-hover\:py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .group:hover .lg\:group-hover\:px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .group:hover .lg\:group-hover\:py-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .group:hover .lg\:group-hover\:px-17 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .group:hover .lg\:group-hover\:py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .group:hover .lg\:group-hover\:px-18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .group:hover .lg\:group-hover\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .group:hover .lg\:group-hover\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .group:hover .lg\:group-hover\:py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .group:hover .lg\:group-hover\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .group:hover .lg\:group-hover\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .group:hover .lg\:group-hover\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .group:hover .lg\:group-hover\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .group:hover .lg\:group-hover\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .group:hover .lg\:group-hover\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .group:hover .lg\:group-hover\:px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .group:hover .lg\:group-hover\:py-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .group:hover .lg\:group-hover\:px-29 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .group:hover .lg\:group-hover\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .group:hover .lg\:group-hover\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .group:hover .lg\:group-hover\:py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .group:hover .lg\:group-hover\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .group:hover .lg\:group-hover\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .group:hover .lg\:group-hover\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .group:hover .lg\:group-hover\:py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .group:hover .lg\:group-hover\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .group:hover .lg\:group-hover\:py-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .group:hover .lg\:group-hover\:px-37 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .group:hover .lg\:group-hover\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .group:hover .lg\:group-hover\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group:hover .lg\:group-hover\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .group:hover .lg\:group-hover\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .group:hover .lg\:group-hover\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .group:hover .lg\:group-hover\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .group:hover .lg\:group-hover\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .group:hover .lg\:group-hover\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .group:hover .lg\:group-hover\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .group:hover .lg\:group-hover\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .group:hover .lg\:group-hover\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .group:hover .lg\:group-hover\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .group:hover .lg\:group-hover\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .group:hover .lg\:group-hover\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .group:hover .lg\:group-hover\:py-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .group:hover .lg\:group-hover\:px-62 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .group:hover .lg\:group-hover\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .group:hover .lg\:group-hover\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .group:hover .lg\:group-hover\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .group:hover .lg\:group-hover\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .group:hover .lg\:group-hover\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .group:hover .lg\:group-hover\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .group:hover .lg\:group-hover\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .group:hover .lg\:group-hover\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .group:hover .lg\:group-hover\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .group:hover .lg\:group-hover\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .group:hover .lg\:group-hover\:py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .group:hover .lg\:group-hover\:px-85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .group:hover .lg\:group-hover\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .group:hover .lg\:group-hover\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .group:hover .lg\:group-hover\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .group:hover .lg\:group-hover\:px-95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .group:hover .lg\:group-hover\:py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .group:hover .lg\:group-hover\:px-96 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .group:hover .lg\:group-hover\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .group:hover .lg\:group-hover\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .group:hover .lg\:group-hover\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .group:hover .lg\:group-hover\:px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .group:hover .lg\:group-hover\:py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .group:hover .lg\:group-hover\:px-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .group:hover .lg\:group-hover\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .group:hover .lg\:group-hover\:px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .group:hover .lg\:group-hover\:py-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .group:hover .lg\:group-hover\:px-128 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .group:hover .lg\:group-hover\:py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .group:hover .lg\:group-hover\:px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .group:hover .lg\:group-hover\:py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .group:hover .lg\:group-hover\:px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .group:hover .lg\:group-hover\:py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .group:hover .lg\:group-hover\:px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }

  .group:hover .lg\:group-hover\:py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .group:hover .lg\:group-hover\:px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .group:hover .lg\:group-hover\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .group:hover .lg\:group-hover\:px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .group:hover .lg\:group-hover\:py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .group:hover .lg\:group-hover\:px-165 {
    padding-left: 165px;
    padding-right: 165px;
  }

  .group:hover .lg\:group-hover\:py-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .group:hover .lg\:group-hover\:px-168 {
    padding-left: 168px;
    padding-right: 168px;
  }

  .group:hover .lg\:group-hover\:py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .group:hover .lg\:group-hover\:px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .group:hover .lg\:group-hover\:py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .group:hover .lg\:group-hover\:px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }

  .group:hover .lg\:group-hover\:py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .group:hover .lg\:group-hover\:px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .group:hover .lg\:group-hover\:py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .group:hover .lg\:group-hover\:px-220 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .group:hover .lg\:group-hover\:py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .group:hover .lg\:group-hover\:px-230 {
    padding-left: 230px;
    padding-right: 230px;
  }

  .group:hover .lg\:group-hover\:py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
  }

  .group:hover .lg\:group-hover\:px-235 {
    padding-left: 235px;
    padding-right: 235px;
  }

  .group:hover .lg\:group-hover\:py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .group:hover .lg\:group-hover\:px-240 {
    padding-left: 240px;
    padding-right: 240px;
  }

  .group:hover .lg\:group-hover\:py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .lg\:group-hover\:py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .group:hover .lg\:group-hover\:px-300 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .group:hover .lg\:group-hover\:py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  .group:hover .lg\:group-hover\:px-320 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .group:hover .lg\:group-hover\:py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .group:hover .lg\:group-hover\:px-350 {
    padding-left: 350px;
    padding-right: 350px;
  }

  .group:hover .lg\:group-hover\:py-375 {
    padding-top: 375px;
    padding-bottom: 375px;
  }

  .group:hover .lg\:group-hover\:px-375 {
    padding-left: 375px;
    padding-right: 375px;
  }

  .group:hover .lg\:group-hover\:py-400 {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .group:hover .lg\:group-hover\:px-400 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .group:hover .lg\:group-hover\:py-450 {
    padding-top: 450px;
    padding-bottom: 450px;
  }

  .group:hover .lg\:group-hover\:px-450 {
    padding-left: 450px;
    padding-right: 450px;
  }

  .group:hover .lg\:group-hover\:py-700 {
    padding-top: 700px;
    padding-bottom: 700px;
  }

  .group:hover .lg\:group-hover\:px-700 {
    padding-left: 700px;
    padding-right: 700px;
  }

  .group:hover .lg\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:py-1p {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:px-1p {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .lg\:group-hover\:py-1\/12 {
    padding-top: 8.3333%;
    padding-bottom: 8.3333%;
  }

  .group:hover .lg\:group-hover\:px-1\/12 {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }

  .group:hover .lg\:group-hover\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .group:hover .lg\:group-hover\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .group:hover .lg\:group-hover\:py-11p {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .group:hover .lg\:group-hover\:px-11p {
    padding-left: 11%;
    padding-right: 11%;
  }

  .group:hover .lg\:group-hover\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:px-20p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .lg\:group-hover\:py-24p {
    padding-top: 24.25%;
    padding-bottom: 24.25%;
  }

  .group:hover .lg\:group-hover\:px-24p {
    padding-left: 24.25%;
    padding-right: 24.25%;
  }

  .group:hover .lg\:group-hover\:py-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:px-25p {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .lg\:group-hover\:py-32p {
    padding-top: 32%;
    padding-bottom: 32%;
  }

  .group:hover .lg\:group-hover\:px-32p {
    padding-left: 32%;
    padding-right: 32%;
  }

  .group:hover .lg\:group-hover\:py-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .group:hover .lg\:group-hover\:px-35p {
    padding-left: 35%;
    padding-right: 35%;
  }

  .group:hover .lg\:group-hover\:py-40p {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:px-40p {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .lg\:group-hover\:py-49p {
    padding-top: 49%;
    padding-bottom: 49%;
  }

  .group:hover .lg\:group-hover\:px-49p {
    padding-left: 49%;
    padding-right: 49%;
  }

  .group:hover .lg\:group-hover\:py-49-5p {
    padding-top: 49.5%;
    padding-bottom: 49.5%;
  }

  .group:hover .lg\:group-hover\:px-49-5p {
    padding-left: 49.5%;
    padding-right: 49.5%;
  }

  .group:hover .lg\:group-hover\:py-80p {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:px-80p {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .lg\:group-hover\:py-vh80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:px-vh80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .lg\:group-hover\:py-vh86 {
    padding-top: 86vh;
    padding-bottom: 86vh;
  }

  .group:hover .lg\:group-hover\:px-vh86 {
    padding-left: 86vh;
    padding-right: 86vh;
  }

  .group:hover .lg\:group-hover\:py-vh90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .group:hover .lg\:group-hover\:px-vh90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .group:hover .lg\:group-hover\:py-vw80 {
    padding-top: 80vw;
    padding-bottom: 80vw;
  }

  .group:hover .lg\:group-hover\:px-vw80 {
    padding-left: 80vw;
    padding-right: 80vw;
  }

  .group:hover .lg\:group-hover\:py-vw90 {
    padding-top: 90vw;
    padding-bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:px-vw90 {
    padding-left: 90vw;
    padding-right: 90vw;
  }

  .group:hover .lg\:group-hover\:py-90p {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:px-90p {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .lg\:group-hover\:py-92p {
    padding-top: 92%;
    padding-bottom: 92%;
  }

  .group:hover .lg\:group-hover\:px-92p {
    padding-left: 92%;
    padding-right: 92%;
  }

  .group:hover .lg\:group-hover\:py-93p {
    padding-top: 93%;
    padding-bottom: 93%;
  }

  .group:hover .lg\:group-hover\:px-93p {
    padding-left: 93%;
    padding-right: 93%;
  }

  .group:hover .lg\:group-hover\:py-94p {
    padding-top: 94%;
    padding-bottom: 94%;
  }

  .group:hover .lg\:group-hover\:px-94p {
    padding-left: 94%;
    padding-right: 94%;
  }

  .group:hover .lg\:group-hover\:py-95p {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:px-95p {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .lg\:group-hover\:py-96p {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:px-96p {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .lg\:group-hover\:py-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .group:hover .lg\:group-hover\:px-100p {
    padding-left: 100%;
    padding-right: 100%;
  }

  .group:hover .lg\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .lg\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .lg\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .lg\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pt-3 {
    padding-top: 3px;
  }

  .group:hover .lg\:group-hover\:pr-3 {
    padding-right: 3px;
  }

  .group:hover .lg\:group-hover\:pb-3 {
    padding-bottom: 3px;
  }

  .group:hover .lg\:group-hover\:pl-3 {
    padding-left: 3px;
  }

  .group:hover .lg\:group-hover\:pt-4 {
    padding-top: 4px;
  }

  .group:hover .lg\:group-hover\:pr-4 {
    padding-right: 4px;
  }

  .group:hover .lg\:group-hover\:pb-4 {
    padding-bottom: 4px;
  }

  .group:hover .lg\:group-hover\:pl-4 {
    padding-left: 4px;
  }

  .group:hover .lg\:group-hover\:pt-5 {
    padding-top: 5px;
  }

  .group:hover .lg\:group-hover\:pr-5 {
    padding-right: 5px;
  }

  .group:hover .lg\:group-hover\:pb-5 {
    padding-bottom: 5px;
  }

  .group:hover .lg\:group-hover\:pl-5 {
    padding-left: 5px;
  }

  .group:hover .lg\:group-hover\:pt-6 {
    padding-top: 6px;
  }

  .group:hover .lg\:group-hover\:pr-6 {
    padding-right: 6px;
  }

  .group:hover .lg\:group-hover\:pb-6 {
    padding-bottom: 6px;
  }

  .group:hover .lg\:group-hover\:pl-6 {
    padding-left: 6px;
  }

  .group:hover .lg\:group-hover\:pt-8 {
    padding-top: 8px;
  }

  .group:hover .lg\:group-hover\:pr-8 {
    padding-right: 8px;
  }

  .group:hover .lg\:group-hover\:pb-8 {
    padding-bottom: 8px;
  }

  .group:hover .lg\:group-hover\:pl-8 {
    padding-left: 8px;
  }

  .group:hover .lg\:group-hover\:pt-9 {
    padding-top: 9px;
  }

  .group:hover .lg\:group-hover\:pr-9 {
    padding-right: 9px;
  }

  .group:hover .lg\:group-hover\:pb-9 {
    padding-bottom: 9px;
  }

  .group:hover .lg\:group-hover\:pl-9 {
    padding-left: 9px;
  }

  .group:hover .lg\:group-hover\:pt-10 {
    padding-top: 10px;
  }

  .group:hover .lg\:group-hover\:pr-10 {
    padding-right: 10px;
  }

  .group:hover .lg\:group-hover\:pb-10 {
    padding-bottom: 10px;
  }

  .group:hover .lg\:group-hover\:pl-10 {
    padding-left: 10px;
  }

  .group:hover .lg\:group-hover\:pt-12 {
    padding-top: 12px;
  }

  .group:hover .lg\:group-hover\:pr-12 {
    padding-right: 12px;
  }

  .group:hover .lg\:group-hover\:pb-12 {
    padding-bottom: 12px;
  }

  .group:hover .lg\:group-hover\:pl-12 {
    padding-left: 12px;
  }

  .group:hover .lg\:group-hover\:pt-13 {
    padding-top: 13px;
  }

  .group:hover .lg\:group-hover\:pr-13 {
    padding-right: 13px;
  }

  .group:hover .lg\:group-hover\:pb-13 {
    padding-bottom: 13px;
  }

  .group:hover .lg\:group-hover\:pl-13 {
    padding-left: 13px;
  }

  .group:hover .lg\:group-hover\:pt-14 {
    padding-top: 14px;
  }

  .group:hover .lg\:group-hover\:pr-14 {
    padding-right: 14px;
  }

  .group:hover .lg\:group-hover\:pb-14 {
    padding-bottom: 14px;
  }

  .group:hover .lg\:group-hover\:pl-14 {
    padding-left: 14px;
  }

  .group:hover .lg\:group-hover\:pt-15 {
    padding-top: 15px;
  }

  .group:hover .lg\:group-hover\:pr-15 {
    padding-right: 15px;
  }

  .group:hover .lg\:group-hover\:pb-15 {
    padding-bottom: 15px;
  }

  .group:hover .lg\:group-hover\:pl-15 {
    padding-left: 15px;
  }

  .group:hover .lg\:group-hover\:pt-16 {
    padding-top: 16px;
  }

  .group:hover .lg\:group-hover\:pr-16 {
    padding-right: 16px;
  }

  .group:hover .lg\:group-hover\:pb-16 {
    padding-bottom: 16px;
  }

  .group:hover .lg\:group-hover\:pl-16 {
    padding-left: 16px;
  }

  .group:hover .lg\:group-hover\:pt-17 {
    padding-top: 17px;
  }

  .group:hover .lg\:group-hover\:pr-17 {
    padding-right: 17px;
  }

  .group:hover .lg\:group-hover\:pb-17 {
    padding-bottom: 17px;
  }

  .group:hover .lg\:group-hover\:pl-17 {
    padding-left: 17px;
  }

  .group:hover .lg\:group-hover\:pt-18 {
    padding-top: 18px;
  }

  .group:hover .lg\:group-hover\:pr-18 {
    padding-right: 18px;
  }

  .group:hover .lg\:group-hover\:pb-18 {
    padding-bottom: 18px;
  }

  .group:hover .lg\:group-hover\:pl-18 {
    padding-left: 18px;
  }

  .group:hover .lg\:group-hover\:pt-20 {
    padding-top: 20px;
  }

  .group:hover .lg\:group-hover\:pr-20 {
    padding-right: 20px;
  }

  .group:hover .lg\:group-hover\:pb-20 {
    padding-bottom: 20px;
  }

  .group:hover .lg\:group-hover\:pl-20 {
    padding-left: 20px;
  }

  .group:hover .lg\:group-hover\:pt-22 {
    padding-top: 22px;
  }

  .group:hover .lg\:group-hover\:pr-22 {
    padding-right: 22px;
  }

  .group:hover .lg\:group-hover\:pb-22 {
    padding-bottom: 22px;
  }

  .group:hover .lg\:group-hover\:pl-22 {
    padding-left: 22px;
  }

  .group:hover .lg\:group-hover\:pt-24 {
    padding-top: 24px;
  }

  .group:hover .lg\:group-hover\:pr-24 {
    padding-right: 24px;
  }

  .group:hover .lg\:group-hover\:pb-24 {
    padding-bottom: 24px;
  }

  .group:hover .lg\:group-hover\:pl-24 {
    padding-left: 24px;
  }

  .group:hover .lg\:group-hover\:pt-25 {
    padding-top: 25px;
  }

  .group:hover .lg\:group-hover\:pr-25 {
    padding-right: 25px;
  }

  .group:hover .lg\:group-hover\:pb-25 {
    padding-bottom: 25px;
  }

  .group:hover .lg\:group-hover\:pl-25 {
    padding-left: 25px;
  }

  .group:hover .lg\:group-hover\:pt-28 {
    padding-top: 28px;
  }

  .group:hover .lg\:group-hover\:pr-28 {
    padding-right: 28px;
  }

  .group:hover .lg\:group-hover\:pb-28 {
    padding-bottom: 28px;
  }

  .group:hover .lg\:group-hover\:pl-28 {
    padding-left: 28px;
  }

  .group:hover .lg\:group-hover\:pt-29 {
    padding-top: 29px;
  }

  .group:hover .lg\:group-hover\:pr-29 {
    padding-right: 29px;
  }

  .group:hover .lg\:group-hover\:pb-29 {
    padding-bottom: 29px;
  }

  .group:hover .lg\:group-hover\:pl-29 {
    padding-left: 29px;
  }

  .group:hover .lg\:group-hover\:pt-30 {
    padding-top: 30px;
  }

  .group:hover .lg\:group-hover\:pr-30 {
    padding-right: 30px;
  }

  .group:hover .lg\:group-hover\:pb-30 {
    padding-bottom: 30px;
  }

  .group:hover .lg\:group-hover\:pl-30 {
    padding-left: 30px;
  }

  .group:hover .lg\:group-hover\:pt-32 {
    padding-top: 32px;
  }

  .group:hover .lg\:group-hover\:pr-32 {
    padding-right: 32px;
  }

  .group:hover .lg\:group-hover\:pb-32 {
    padding-bottom: 32px;
  }

  .group:hover .lg\:group-hover\:pl-32 {
    padding-left: 32px;
  }

  .group:hover .lg\:group-hover\:pt-35 {
    padding-top: 35px;
  }

  .group:hover .lg\:group-hover\:pr-35 {
    padding-right: 35px;
  }

  .group:hover .lg\:group-hover\:pb-35 {
    padding-bottom: 35px;
  }

  .group:hover .lg\:group-hover\:pl-35 {
    padding-left: 35px;
  }

  .group:hover .lg\:group-hover\:pt-36 {
    padding-top: 36px;
  }

  .group:hover .lg\:group-hover\:pr-36 {
    padding-right: 36px;
  }

  .group:hover .lg\:group-hover\:pb-36 {
    padding-bottom: 36px;
  }

  .group:hover .lg\:group-hover\:pl-36 {
    padding-left: 36px;
  }

  .group:hover .lg\:group-hover\:pt-37 {
    padding-top: 37px;
  }

  .group:hover .lg\:group-hover\:pr-37 {
    padding-right: 37px;
  }

  .group:hover .lg\:group-hover\:pb-37 {
    padding-bottom: 37px;
  }

  .group:hover .lg\:group-hover\:pl-37 {
    padding-left: 37px;
  }

  .group:hover .lg\:group-hover\:pt-40 {
    padding-top: 40px;
  }

  .group:hover .lg\:group-hover\:pr-40 {
    padding-right: 40px;
  }

  .group:hover .lg\:group-hover\:pb-40 {
    padding-bottom: 40px;
  }

  .group:hover .lg\:group-hover\:pl-40 {
    padding-left: 40px;
  }

  .group:hover .lg\:group-hover\:pt-45 {
    padding-top: 45px;
  }

  .group:hover .lg\:group-hover\:pr-45 {
    padding-right: 45px;
  }

  .group:hover .lg\:group-hover\:pb-45 {
    padding-bottom: 45px;
  }

  .group:hover .lg\:group-hover\:pl-45 {
    padding-left: 45px;
  }

  .group:hover .lg\:group-hover\:pt-48 {
    padding-top: 48px;
  }

  .group:hover .lg\:group-hover\:pr-48 {
    padding-right: 48px;
  }

  .group:hover .lg\:group-hover\:pb-48 {
    padding-bottom: 48px;
  }

  .group:hover .lg\:group-hover\:pl-48 {
    padding-left: 48px;
  }

  .group:hover .lg\:group-hover\:pt-50 {
    padding-top: 50px;
  }

  .group:hover .lg\:group-hover\:pr-50 {
    padding-right: 50px;
  }

  .group:hover .lg\:group-hover\:pb-50 {
    padding-bottom: 50px;
  }

  .group:hover .lg\:group-hover\:pl-50 {
    padding-left: 50px;
  }

  .group:hover .lg\:group-hover\:pt-55 {
    padding-top: 55px;
  }

  .group:hover .lg\:group-hover\:pr-55 {
    padding-right: 55px;
  }

  .group:hover .lg\:group-hover\:pb-55 {
    padding-bottom: 55px;
  }

  .group:hover .lg\:group-hover\:pl-55 {
    padding-left: 55px;
  }

  .group:hover .lg\:group-hover\:pt-56 {
    padding-top: 56px;
  }

  .group:hover .lg\:group-hover\:pr-56 {
    padding-right: 56px;
  }

  .group:hover .lg\:group-hover\:pb-56 {
    padding-bottom: 56px;
  }

  .group:hover .lg\:group-hover\:pl-56 {
    padding-left: 56px;
  }

  .group:hover .lg\:group-hover\:pt-60 {
    padding-top: 60px;
  }

  .group:hover .lg\:group-hover\:pr-60 {
    padding-right: 60px;
  }

  .group:hover .lg\:group-hover\:pb-60 {
    padding-bottom: 60px;
  }

  .group:hover .lg\:group-hover\:pl-60 {
    padding-left: 60px;
  }

  .group:hover .lg\:group-hover\:pt-62 {
    padding-top: 62px;
  }

  .group:hover .lg\:group-hover\:pr-62 {
    padding-right: 62px;
  }

  .group:hover .lg\:group-hover\:pb-62 {
    padding-bottom: 62px;
  }

  .group:hover .lg\:group-hover\:pl-62 {
    padding-left: 62px;
  }

  .group:hover .lg\:group-hover\:pt-64 {
    padding-top: 64px;
  }

  .group:hover .lg\:group-hover\:pr-64 {
    padding-right: 64px;
  }

  .group:hover .lg\:group-hover\:pb-64 {
    padding-bottom: 64px;
  }

  .group:hover .lg\:group-hover\:pl-64 {
    padding-left: 64px;
  }

  .group:hover .lg\:group-hover\:pt-65 {
    padding-top: 65px;
  }

  .group:hover .lg\:group-hover\:pr-65 {
    padding-right: 65px;
  }

  .group:hover .lg\:group-hover\:pb-65 {
    padding-bottom: 65px;
  }

  .group:hover .lg\:group-hover\:pl-65 {
    padding-left: 65px;
  }

  .group:hover .lg\:group-hover\:pt-70 {
    padding-top: 70px;
  }

  .group:hover .lg\:group-hover\:pr-70 {
    padding-right: 70px;
  }

  .group:hover .lg\:group-hover\:pb-70 {
    padding-bottom: 70px;
  }

  .group:hover .lg\:group-hover\:pl-70 {
    padding-left: 70px;
  }

  .group:hover .lg\:group-hover\:pt-75 {
    padding-top: 75px;
  }

  .group:hover .lg\:group-hover\:pr-75 {
    padding-right: 75px;
  }

  .group:hover .lg\:group-hover\:pb-75 {
    padding-bottom: 75px;
  }

  .group:hover .lg\:group-hover\:pl-75 {
    padding-left: 75px;
  }

  .group:hover .lg\:group-hover\:pt-80 {
    padding-top: 80px;
  }

  .group:hover .lg\:group-hover\:pr-80 {
    padding-right: 80px;
  }

  .group:hover .lg\:group-hover\:pb-80 {
    padding-bottom: 80px;
  }

  .group:hover .lg\:group-hover\:pl-80 {
    padding-left: 80px;
  }

  .group:hover .lg\:group-hover\:pt-85 {
    padding-top: 85px;
  }

  .group:hover .lg\:group-hover\:pr-85 {
    padding-right: 85px;
  }

  .group:hover .lg\:group-hover\:pb-85 {
    padding-bottom: 85px;
  }

  .group:hover .lg\:group-hover\:pl-85 {
    padding-left: 85px;
  }

  .group:hover .lg\:group-hover\:pt-90 {
    padding-top: 90px;
  }

  .group:hover .lg\:group-hover\:pr-90 {
    padding-right: 90px;
  }

  .group:hover .lg\:group-hover\:pb-90 {
    padding-bottom: 90px;
  }

  .group:hover .lg\:group-hover\:pl-90 {
    padding-left: 90px;
  }

  .group:hover .lg\:group-hover\:pt-95 {
    padding-top: 95px;
  }

  .group:hover .lg\:group-hover\:pr-95 {
    padding-right: 95px;
  }

  .group:hover .lg\:group-hover\:pb-95 {
    padding-bottom: 95px;
  }

  .group:hover .lg\:group-hover\:pl-95 {
    padding-left: 95px;
  }

  .group:hover .lg\:group-hover\:pt-96 {
    padding-top: 96px;
  }

  .group:hover .lg\:group-hover\:pr-96 {
    padding-right: 96px;
  }

  .group:hover .lg\:group-hover\:pb-96 {
    padding-bottom: 96px;
  }

  .group:hover .lg\:group-hover\:pl-96 {
    padding-left: 96px;
  }

  .group:hover .lg\:group-hover\:pt-100 {
    padding-top: 100px;
  }

  .group:hover .lg\:group-hover\:pr-100 {
    padding-right: 100px;
  }

  .group:hover .lg\:group-hover\:pb-100 {
    padding-bottom: 100px;
  }

  .group:hover .lg\:group-hover\:pl-100 {
    padding-left: 100px;
  }

  .group:hover .lg\:group-hover\:pt-110 {
    padding-top: 110px;
  }

  .group:hover .lg\:group-hover\:pr-110 {
    padding-right: 110px;
  }

  .group:hover .lg\:group-hover\:pb-110 {
    padding-bottom: 110px;
  }

  .group:hover .lg\:group-hover\:pl-110 {
    padding-left: 110px;
  }

  .group:hover .lg\:group-hover\:pt-115 {
    padding-top: 115px;
  }

  .group:hover .lg\:group-hover\:pr-115 {
    padding-right: 115px;
  }

  .group:hover .lg\:group-hover\:pb-115 {
    padding-bottom: 115px;
  }

  .group:hover .lg\:group-hover\:pl-115 {
    padding-left: 115px;
  }

  .group:hover .lg\:group-hover\:pt-120 {
    padding-top: 120px;
  }

  .group:hover .lg\:group-hover\:pr-120 {
    padding-right: 120px;
  }

  .group:hover .lg\:group-hover\:pb-120 {
    padding-bottom: 120px;
  }

  .group:hover .lg\:group-hover\:pl-120 {
    padding-left: 120px;
  }

  .group:hover .lg\:group-hover\:pt-128 {
    padding-top: 128px;
  }

  .group:hover .lg\:group-hover\:pr-128 {
    padding-right: 128px;
  }

  .group:hover .lg\:group-hover\:pb-128 {
    padding-bottom: 128px;
  }

  .group:hover .lg\:group-hover\:pl-128 {
    padding-left: 128px;
  }

  .group:hover .lg\:group-hover\:pt-135 {
    padding-top: 135px;
  }

  .group:hover .lg\:group-hover\:pr-135 {
    padding-right: 135px;
  }

  .group:hover .lg\:group-hover\:pb-135 {
    padding-bottom: 135px;
  }

  .group:hover .lg\:group-hover\:pl-135 {
    padding-left: 135px;
  }

  .group:hover .lg\:group-hover\:pt-140 {
    padding-top: 140px;
  }

  .group:hover .lg\:group-hover\:pr-140 {
    padding-right: 140px;
  }

  .group:hover .lg\:group-hover\:pb-140 {
    padding-bottom: 140px;
  }

  .group:hover .lg\:group-hover\:pl-140 {
    padding-left: 140px;
  }

  .group:hover .lg\:group-hover\:pt-145 {
    padding-top: 145px;
  }

  .group:hover .lg\:group-hover\:pr-145 {
    padding-right: 145px;
  }

  .group:hover .lg\:group-hover\:pb-145 {
    padding-bottom: 145px;
  }

  .group:hover .lg\:group-hover\:pl-145 {
    padding-left: 145px;
  }

  .group:hover .lg\:group-hover\:pt-150 {
    padding-top: 150px;
  }

  .group:hover .lg\:group-hover\:pr-150 {
    padding-right: 150px;
  }

  .group:hover .lg\:group-hover\:pb-150 {
    padding-bottom: 150px;
  }

  .group:hover .lg\:group-hover\:pl-150 {
    padding-left: 150px;
  }

  .group:hover .lg\:group-hover\:pt-160 {
    padding-top: 160px;
  }

  .group:hover .lg\:group-hover\:pr-160 {
    padding-right: 160px;
  }

  .group:hover .lg\:group-hover\:pb-160 {
    padding-bottom: 160px;
  }

  .group:hover .lg\:group-hover\:pl-160 {
    padding-left: 160px;
  }

  .group:hover .lg\:group-hover\:pt-165 {
    padding-top: 165px;
  }

  .group:hover .lg\:group-hover\:pr-165 {
    padding-right: 165px;
  }

  .group:hover .lg\:group-hover\:pb-165 {
    padding-bottom: 165px;
  }

  .group:hover .lg\:group-hover\:pl-165 {
    padding-left: 165px;
  }

  .group:hover .lg\:group-hover\:pt-168 {
    padding-top: 168px;
  }

  .group:hover .lg\:group-hover\:pr-168 {
    padding-right: 168px;
  }

  .group:hover .lg\:group-hover\:pb-168 {
    padding-bottom: 168px;
  }

  .group:hover .lg\:group-hover\:pl-168 {
    padding-left: 168px;
  }

  .group:hover .lg\:group-hover\:pt-170 {
    padding-top: 170px;
  }

  .group:hover .lg\:group-hover\:pr-170 {
    padding-right: 170px;
  }

  .group:hover .lg\:group-hover\:pb-170 {
    padding-bottom: 170px;
  }

  .group:hover .lg\:group-hover\:pl-170 {
    padding-left: 170px;
  }

  .group:hover .lg\:group-hover\:pt-180 {
    padding-top: 180px;
  }

  .group:hover .lg\:group-hover\:pr-180 {
    padding-right: 180px;
  }

  .group:hover .lg\:group-hover\:pb-180 {
    padding-bottom: 180px;
  }

  .group:hover .lg\:group-hover\:pl-180 {
    padding-left: 180px;
  }

  .group:hover .lg\:group-hover\:pt-200 {
    padding-top: 200px;
  }

  .group:hover .lg\:group-hover\:pr-200 {
    padding-right: 200px;
  }

  .group:hover .lg\:group-hover\:pb-200 {
    padding-bottom: 200px;
  }

  .group:hover .lg\:group-hover\:pl-200 {
    padding-left: 200px;
  }

  .group:hover .lg\:group-hover\:pt-220 {
    padding-top: 220px;
  }

  .group:hover .lg\:group-hover\:pr-220 {
    padding-right: 220px;
  }

  .group:hover .lg\:group-hover\:pb-220 {
    padding-bottom: 220px;
  }

  .group:hover .lg\:group-hover\:pl-220 {
    padding-left: 220px;
  }

  .group:hover .lg\:group-hover\:pt-230 {
    padding-top: 230px;
  }

  .group:hover .lg\:group-hover\:pr-230 {
    padding-right: 230px;
  }

  .group:hover .lg\:group-hover\:pb-230 {
    padding-bottom: 230px;
  }

  .group:hover .lg\:group-hover\:pl-230 {
    padding-left: 230px;
  }

  .group:hover .lg\:group-hover\:pt-235 {
    padding-top: 235px;
  }

  .group:hover .lg\:group-hover\:pr-235 {
    padding-right: 235px;
  }

  .group:hover .lg\:group-hover\:pb-235 {
    padding-bottom: 235px;
  }

  .group:hover .lg\:group-hover\:pl-235 {
    padding-left: 235px;
  }

  .group:hover .lg\:group-hover\:pt-240 {
    padding-top: 240px;
  }

  .group:hover .lg\:group-hover\:pr-240 {
    padding-right: 240px;
  }

  .group:hover .lg\:group-hover\:pb-240 {
    padding-bottom: 240px;
  }

  .group:hover .lg\:group-hover\:pl-240 {
    padding-left: 240px;
  }

  .group:hover .lg\:group-hover\:pt-250 {
    padding-top: 250px;
  }

  .group:hover .lg\:group-hover\:pr-250 {
    padding-right: 250px;
  }

  .group:hover .lg\:group-hover\:pb-250 {
    padding-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:pl-250 {
    padding-left: 250px;
  }

  .group:hover .lg\:group-hover\:pt-300 {
    padding-top: 300px;
  }

  .group:hover .lg\:group-hover\:pr-300 {
    padding-right: 300px;
  }

  .group:hover .lg\:group-hover\:pb-300 {
    padding-bottom: 300px;
  }

  .group:hover .lg\:group-hover\:pl-300 {
    padding-left: 300px;
  }

  .group:hover .lg\:group-hover\:pt-320 {
    padding-top: 320px;
  }

  .group:hover .lg\:group-hover\:pr-320 {
    padding-right: 320px;
  }

  .group:hover .lg\:group-hover\:pb-320 {
    padding-bottom: 320px;
  }

  .group:hover .lg\:group-hover\:pl-320 {
    padding-left: 320px;
  }

  .group:hover .lg\:group-hover\:pt-350 {
    padding-top: 350px;
  }

  .group:hover .lg\:group-hover\:pr-350 {
    padding-right: 350px;
  }

  .group:hover .lg\:group-hover\:pb-350 {
    padding-bottom: 350px;
  }

  .group:hover .lg\:group-hover\:pl-350 {
    padding-left: 350px;
  }

  .group:hover .lg\:group-hover\:pt-375 {
    padding-top: 375px;
  }

  .group:hover .lg\:group-hover\:pr-375 {
    padding-right: 375px;
  }

  .group:hover .lg\:group-hover\:pb-375 {
    padding-bottom: 375px;
  }

  .group:hover .lg\:group-hover\:pl-375 {
    padding-left: 375px;
  }

  .group:hover .lg\:group-hover\:pt-400 {
    padding-top: 400px;
  }

  .group:hover .lg\:group-hover\:pr-400 {
    padding-right: 400px;
  }

  .group:hover .lg\:group-hover\:pb-400 {
    padding-bottom: 400px;
  }

  .group:hover .lg\:group-hover\:pl-400 {
    padding-left: 400px;
  }

  .group:hover .lg\:group-hover\:pt-450 {
    padding-top: 450px;
  }

  .group:hover .lg\:group-hover\:pr-450 {
    padding-right: 450px;
  }

  .group:hover .lg\:group-hover\:pb-450 {
    padding-bottom: 450px;
  }

  .group:hover .lg\:group-hover\:pl-450 {
    padding-left: 450px;
  }

  .group:hover .lg\:group-hover\:pt-700 {
    padding-top: 700px;
  }

  .group:hover .lg\:group-hover\:pr-700 {
    padding-right: 700px;
  }

  .group:hover .lg\:group-hover\:pb-700 {
    padding-bottom: 700px;
  }

  .group:hover .lg\:group-hover\:pl-700 {
    padding-left: 700px;
  }

  .group:hover .lg\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .lg\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .lg\:group-hover\:pt-1p {
    padding-top: 1%;
  }

  .group:hover .lg\:group-hover\:pr-1p {
    padding-right: 1%;
  }

  .group:hover .lg\:group-hover\:pb-1p {
    padding-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:pl-1p {
    padding-left: 1%;
  }

  .group:hover .lg\:group-hover\:pt-1\/12 {
    padding-top: 8.3333%;
  }

  .group:hover .lg\:group-hover\:pr-1\/12 {
    padding-right: 8.3333%;
  }

  .group:hover .lg\:group-hover\:pb-1\/12 {
    padding-bottom: 8.3333%;
  }

  .group:hover .lg\:group-hover\:pl-1\/12 {
    padding-left: 8.3333%;
  }

  .group:hover .lg\:group-hover\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .group:hover .lg\:group-hover\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .group:hover .lg\:group-hover\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .group:hover .lg\:group-hover\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .group:hover .lg\:group-hover\:pt-11p {
    padding-top: 11%;
  }

  .group:hover .lg\:group-hover\:pr-11p {
    padding-right: 11%;
  }

  .group:hover .lg\:group-hover\:pb-11p {
    padding-bottom: 11%;
  }

  .group:hover .lg\:group-hover\:pl-11p {
    padding-left: 11%;
  }

  .group:hover .lg\:group-hover\:pt-20p {
    padding-top: 20%;
  }

  .group:hover .lg\:group-hover\:pr-20p {
    padding-right: 20%;
  }

  .group:hover .lg\:group-hover\:pb-20p {
    padding-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:pl-20p {
    padding-left: 20%;
  }

  .group:hover .lg\:group-hover\:pt-24p {
    padding-top: 24.25%;
  }

  .group:hover .lg\:group-hover\:pr-24p {
    padding-right: 24.25%;
  }

  .group:hover .lg\:group-hover\:pb-24p {
    padding-bottom: 24.25%;
  }

  .group:hover .lg\:group-hover\:pl-24p {
    padding-left: 24.25%;
  }

  .group:hover .lg\:group-hover\:pt-25p {
    padding-top: 25%;
  }

  .group:hover .lg\:group-hover\:pr-25p {
    padding-right: 25%;
  }

  .group:hover .lg\:group-hover\:pb-25p {
    padding-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:pl-25p {
    padding-left: 25%;
  }

  .group:hover .lg\:group-hover\:pt-32p {
    padding-top: 32%;
  }

  .group:hover .lg\:group-hover\:pr-32p {
    padding-right: 32%;
  }

  .group:hover .lg\:group-hover\:pb-32p {
    padding-bottom: 32%;
  }

  .group:hover .lg\:group-hover\:pl-32p {
    padding-left: 32%;
  }

  .group:hover .lg\:group-hover\:pt-35p {
    padding-top: 35%;
  }

  .group:hover .lg\:group-hover\:pr-35p {
    padding-right: 35%;
  }

  .group:hover .lg\:group-hover\:pb-35p {
    padding-bottom: 35%;
  }

  .group:hover .lg\:group-hover\:pl-35p {
    padding-left: 35%;
  }

  .group:hover .lg\:group-hover\:pt-40p {
    padding-top: 40%;
  }

  .group:hover .lg\:group-hover\:pr-40p {
    padding-right: 40%;
  }

  .group:hover .lg\:group-hover\:pb-40p {
    padding-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:pl-40p {
    padding-left: 40%;
  }

  .group:hover .lg\:group-hover\:pt-49p {
    padding-top: 49%;
  }

  .group:hover .lg\:group-hover\:pr-49p {
    padding-right: 49%;
  }

  .group:hover .lg\:group-hover\:pb-49p {
    padding-bottom: 49%;
  }

  .group:hover .lg\:group-hover\:pl-49p {
    padding-left: 49%;
  }

  .group:hover .lg\:group-hover\:pt-49-5p {
    padding-top: 49.5%;
  }

  .group:hover .lg\:group-hover\:pr-49-5p {
    padding-right: 49.5%;
  }

  .group:hover .lg\:group-hover\:pb-49-5p {
    padding-bottom: 49.5%;
  }

  .group:hover .lg\:group-hover\:pl-49-5p {
    padding-left: 49.5%;
  }

  .group:hover .lg\:group-hover\:pt-80p {
    padding-top: 80%;
  }

  .group:hover .lg\:group-hover\:pr-80p {
    padding-right: 80%;
  }

  .group:hover .lg\:group-hover\:pb-80p {
    padding-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:pl-80p {
    padding-left: 80%;
  }

  .group:hover .lg\:group-hover\:pt-vh80 {
    padding-top: 80vh;
  }

  .group:hover .lg\:group-hover\:pr-vh80 {
    padding-right: 80vh;
  }

  .group:hover .lg\:group-hover\:pb-vh80 {
    padding-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:pl-vh80 {
    padding-left: 80vh;
  }

  .group:hover .lg\:group-hover\:pt-vh86 {
    padding-top: 86vh;
  }

  .group:hover .lg\:group-hover\:pr-vh86 {
    padding-right: 86vh;
  }

  .group:hover .lg\:group-hover\:pb-vh86 {
    padding-bottom: 86vh;
  }

  .group:hover .lg\:group-hover\:pl-vh86 {
    padding-left: 86vh;
  }

  .group:hover .lg\:group-hover\:pt-vh90 {
    padding-top: 90vh;
  }

  .group:hover .lg\:group-hover\:pr-vh90 {
    padding-right: 90vh;
  }

  .group:hover .lg\:group-hover\:pb-vh90 {
    padding-bottom: 90vh;
  }

  .group:hover .lg\:group-hover\:pl-vh90 {
    padding-left: 90vh;
  }

  .group:hover .lg\:group-hover\:pt-vw80 {
    padding-top: 80vw;
  }

  .group:hover .lg\:group-hover\:pr-vw80 {
    padding-right: 80vw;
  }

  .group:hover .lg\:group-hover\:pb-vw80 {
    padding-bottom: 80vw;
  }

  .group:hover .lg\:group-hover\:pl-vw80 {
    padding-left: 80vw;
  }

  .group:hover .lg\:group-hover\:pt-vw90 {
    padding-top: 90vw;
  }

  .group:hover .lg\:group-hover\:pr-vw90 {
    padding-right: 90vw;
  }

  .group:hover .lg\:group-hover\:pb-vw90 {
    padding-bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:pl-vw90 {
    padding-left: 90vw;
  }

  .group:hover .lg\:group-hover\:pt-90p {
    padding-top: 90%;
  }

  .group:hover .lg\:group-hover\:pr-90p {
    padding-right: 90%;
  }

  .group:hover .lg\:group-hover\:pb-90p {
    padding-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:pl-90p {
    padding-left: 90%;
  }

  .group:hover .lg\:group-hover\:pt-92p {
    padding-top: 92%;
  }

  .group:hover .lg\:group-hover\:pr-92p {
    padding-right: 92%;
  }

  .group:hover .lg\:group-hover\:pb-92p {
    padding-bottom: 92%;
  }

  .group:hover .lg\:group-hover\:pl-92p {
    padding-left: 92%;
  }

  .group:hover .lg\:group-hover\:pt-93p {
    padding-top: 93%;
  }

  .group:hover .lg\:group-hover\:pr-93p {
    padding-right: 93%;
  }

  .group:hover .lg\:group-hover\:pb-93p {
    padding-bottom: 93%;
  }

  .group:hover .lg\:group-hover\:pl-93p {
    padding-left: 93%;
  }

  .group:hover .lg\:group-hover\:pt-94p {
    padding-top: 94%;
  }

  .group:hover .lg\:group-hover\:pr-94p {
    padding-right: 94%;
  }

  .group:hover .lg\:group-hover\:pb-94p {
    padding-bottom: 94%;
  }

  .group:hover .lg\:group-hover\:pl-94p {
    padding-left: 94%;
  }

  .group:hover .lg\:group-hover\:pt-95p {
    padding-top: 95%;
  }

  .group:hover .lg\:group-hover\:pr-95p {
    padding-right: 95%;
  }

  .group:hover .lg\:group-hover\:pb-95p {
    padding-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:pl-95p {
    padding-left: 95%;
  }

  .group:hover .lg\:group-hover\:pt-96p {
    padding-top: 96%;
  }

  .group:hover .lg\:group-hover\:pr-96p {
    padding-right: 96%;
  }

  .group:hover .lg\:group-hover\:pb-96p {
    padding-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:pl-96p {
    padding-left: 96%;
  }

  .group:hover .lg\:group-hover\:pt-100p {
    padding-top: 100%;
  }

  .group:hover .lg\:group-hover\:pr-100p {
    padding-right: 100%;
  }

  .group:hover .lg\:group-hover\:pb-100p {
    padding-bottom: 100%;
  }

  .group:hover .lg\:group-hover\:pl-100p {
    padding-left: 100%;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-current:hover::-moz-placeholder {
    color: currentColor;
  }

  .lg\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:hover\:placeholder-current:hover::placeholder {
    color: currentColor;
  }

  .lg\:hover\:placeholder-black:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-black:hover::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-red:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-green:hover::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-dark-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-dark-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-dark-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-light-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-light-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-light-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-text-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-text-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-text-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-background-grey:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-background-grey:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-background-grey:hover::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey-blue:hover::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey-blue:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:hover\:placeholder-grey-blue:hover::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-text-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-text-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-text-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-current:first-child::-moz-placeholder {
    color: currentColor;
  }

  .lg\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:first\:placeholder-current:first-child::placeholder {
    color: currentColor;
  }

  .lg\:first\:placeholder-black:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-black:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-red:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-green:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-dark-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-dark-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-dark-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-light-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-light-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-light-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-text-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-text-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-text-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-background-grey:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-background-grey:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-background-grey:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey-blue:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey-blue:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:first\:placeholder-grey-blue:first-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-current:last-child::-moz-placeholder {
    color: currentColor;
  }

  .lg\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:last\:placeholder-current:last-child::placeholder {
    color: currentColor;
  }

  .lg\:last\:placeholder-black:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-black:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-red:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-green:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-dark-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-dark-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-dark-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-light-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-light-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-light-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-text-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-text-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-text-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-background-grey:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-background-grey:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-background-grey:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey-blue:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey-blue:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:last\:placeholder-grey-blue:last-child::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:placeholder-current::placeholder {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-dark-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-dark-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-dark-blue::placeholder {
    --placeholder-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-text-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-text-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-text-grey::placeholder {
    --placeholder-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-background-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-background-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-background-grey::placeholder {
    --placeholder-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-grey-blue::placeholder {
    --placeholder-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-0:hover::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-15:hover::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:hover\:placeholder-opacity-15:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:hover\:placeholder-opacity-15:hover::placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-25:hover::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-50:hover::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-75:hover::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-80:hover::placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-100:hover::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-15:focus::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:focus\:placeholder-opacity-15:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:focus\:placeholder-opacity-15:focus::placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-0:first-child::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-15:first-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:first\:placeholder-opacity-15:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:first\:placeholder-opacity-15:first-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-25:first-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-50:first-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-75:first-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-80:first-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-100:first-child::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-0:last-child::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-15:last-child::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:last\:placeholder-opacity-15:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:last\:placeholder-opacity-15:last-child::placeholder {
    --placeholder-opacity: 0.15;
  }

  .lg\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-25:last-child::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-50:last-child::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-75:last-child::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-80:last-child::placeholder {
    --placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-100:last-child::placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-15::-moz-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-15:-ms-input-placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-15::placeholder {
    --placeholder-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80::placeholder {
    --placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .lg\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .lg\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .lg\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .lg\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .lg\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .lg\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .lg\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .group:hover .lg\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .lg\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:hover\:static:hover {
    position: static;
  }

  .lg\:hover\:fixed:hover {
    position: fixed;
  }

  .lg\:hover\:absolute:hover {
    position: absolute;
  }

  .lg\:hover\:relative:hover {
    position: relative;
  }

  .lg\:hover\:sticky:hover {
    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: sticky;
  }

  .lg\:first\:static:first-child {
    position: static;
  }

  .lg\:first\:fixed:first-child {
    position: fixed;
  }

  .lg\:first\:absolute:first-child {
    position: absolute;
  }

  .lg\:first\:relative:first-child {
    position: relative;
  }

  .lg\:first\:sticky:first-child {
    position: sticky;
  }

  .lg\:last\:static:last-child {
    position: static;
  }

  .lg\:last\:fixed:last-child {
    position: fixed;
  }

  .lg\:last\:absolute:last-child {
    position: absolute;
  }

  .lg\:last\:relative:last-child {
    position: relative;
  }

  .lg\:last\:sticky:last-child {
    position: sticky;
  }

  .group:hover .lg\:group-hover\:static {
    position: static;
  }

  .group:hover .lg\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .lg\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .lg\:group-hover\:relative {
    position: relative;
  }

  .group:hover .lg\:group-hover\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .lg\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .lg\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .lg\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .lg\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .lg\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .lg\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .lg\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .lg\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .lg\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .lg\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .lg\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .lg\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .lg\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .lg\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .lg\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .lg\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .lg\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .lg\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .lg\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .lg\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .lg\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .lg\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .lg\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .lg\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .lg\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .lg\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .lg\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .lg\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .lg\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .lg\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .lg\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .lg\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .lg\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .lg\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .lg\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .lg\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .lg\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .lg\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .lg\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .lg\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .lg\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .lg\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .lg\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .lg\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .lg\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .lg\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .lg\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .lg\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-5 {
    top: 5px;
  }

  .lg\:right-5 {
    right: 5px;
  }

  .lg\:bottom-5 {
    bottom: 5px;
  }

  .lg\:left-5 {
    left: 5px;
  }

  .lg\:top-10 {
    top: 10px;
  }

  .lg\:right-10 {
    right: 10px;
  }

  .lg\:bottom-10 {
    bottom: 10px;
  }

  .lg\:left-10 {
    left: 10px;
  }

  .lg\:top-15 {
    top: 15px;
  }

  .lg\:right-15 {
    right: 15px;
  }

  .lg\:bottom-15 {
    bottom: 15px;
  }

  .lg\:left-15 {
    left: 15px;
  }

  .lg\:top-16 {
    top: 16px;
  }

  .lg\:right-16 {
    right: 16px;
  }

  .lg\:bottom-16 {
    bottom: 16px;
  }

  .lg\:left-16 {
    left: 16px;
  }

  .lg\:top-20 {
    top: 20px;
  }

  .lg\:right-20 {
    right: 20px;
  }

  .lg\:bottom-20 {
    bottom: 20px;
  }

  .lg\:left-20 {
    left: 20px;
  }

  .lg\:top-21 {
    top: 21px;
  }

  .lg\:right-21 {
    right: 21px;
  }

  .lg\:bottom-21 {
    bottom: 21px;
  }

  .lg\:left-21 {
    left: 21px;
  }

  .lg\:top-22 {
    top: 22px;
  }

  .lg\:right-22 {
    right: 22px;
  }

  .lg\:bottom-22 {
    bottom: 22px;
  }

  .lg\:left-22 {
    left: 22px;
  }

  .lg\:top-25 {
    top: 25px;
  }

  .lg\:right-25 {
    right: 25px;
  }

  .lg\:bottom-25 {
    bottom: 25px;
  }

  .lg\:left-25 {
    left: 25px;
  }

  .lg\:top-30 {
    top: 30px;
  }

  .lg\:right-30 {
    right: 30px;
  }

  .lg\:bottom-30 {
    bottom: 30px;
  }

  .lg\:left-30 {
    left: 30px;
  }

  .lg\:top-35 {
    top: 35px;
  }

  .lg\:right-35 {
    right: 35px;
  }

  .lg\:bottom-35 {
    bottom: 35px;
  }

  .lg\:left-35 {
    left: 35px;
  }

  .lg\:top-37 {
    top: 37px;
  }

  .lg\:right-37 {
    right: 37px;
  }

  .lg\:bottom-37 {
    bottom: 37px;
  }

  .lg\:left-37 {
    left: 37px;
  }

  .lg\:top-38 {
    top: 38px;
  }

  .lg\:right-38 {
    right: 38px;
  }

  .lg\:bottom-38 {
    bottom: 38px;
  }

  .lg\:left-38 {
    left: 38px;
  }

  .lg\:top-40 {
    top: 40px;
  }

  .lg\:right-40 {
    right: 40px;
  }

  .lg\:bottom-40 {
    bottom: 40px;
  }

  .lg\:left-40 {
    left: 40px;
  }

  .lg\:top-50 {
    top: 50px;
  }

  .lg\:right-50 {
    right: 50px;
  }

  .lg\:bottom-50 {
    bottom: 50px;
  }

  .lg\:left-50 {
    left: 50px;
  }

  .lg\:top-70 {
    top: 70px;
  }

  .lg\:right-70 {
    right: 70px;
  }

  .lg\:bottom-70 {
    bottom: 70px;
  }

  .lg\:left-70 {
    left: 70px;
  }

  .lg\:top-100 {
    top: 100px;
  }

  .lg\:right-100 {
    right: 100px;
  }

  .lg\:bottom-100 {
    bottom: 100px;
  }

  .lg\:left-100 {
    left: 100px;
  }

  .lg\:top-120 {
    top: 120px;
  }

  .lg\:right-120 {
    right: 120px;
  }

  .lg\:bottom-120 {
    bottom: 120px;
  }

  .lg\:left-120 {
    left: 120px;
  }

  .lg\:top-130 {
    top: 130px;
  }

  .lg\:right-130 {
    right: 130px;
  }

  .lg\:bottom-130 {
    bottom: 130px;
  }

  .lg\:left-130 {
    left: 130px;
  }

  .lg\:top-140 {
    top: 140px;
  }

  .lg\:right-140 {
    right: 140px;
  }

  .lg\:bottom-140 {
    bottom: 140px;
  }

  .lg\:left-140 {
    left: 140px;
  }

  .lg\:top-180 {
    top: 180px;
  }

  .lg\:right-180 {
    right: 180px;
  }

  .lg\:bottom-180 {
    bottom: 180px;
  }

  .lg\:left-180 {
    left: 180px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .lg\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .lg\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .lg\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .lg\:top-10p {
    top: 10%;
  }

  .lg\:right-10p {
    right: 10%;
  }

  .lg\:bottom-10p {
    bottom: 10%;
  }

  .lg\:left-10p {
    left: 10%;
  }

  .lg\:top-20p {
    top: 20%;
  }

  .lg\:right-20p {
    right: 20%;
  }

  .lg\:bottom-20p {
    bottom: 20%;
  }

  .lg\:left-20p {
    left: 20%;
  }

  .lg\:-top-35 {
    top: -35px;
  }

  .lg\:-right-35 {
    right: -35px;
  }

  .lg\:-bottom-35 {
    bottom: -35px;
  }

  .lg\:-left-35 {
    left: -35px;
  }

  .lg\:-top-28 {
    top: -28px;
  }

  .lg\:-right-28 {
    right: -28px;
  }

  .lg\:-bottom-28 {
    bottom: -28px;
  }

  .lg\:-left-28 {
    left: -28px;
  }

  .lg\:-top-60 {
    top: -60px;
  }

  .lg\:-right-60 {
    right: -60px;
  }

  .lg\:-bottom-60 {
    bottom: -60px;
  }

  .lg\:-left-60 {
    left: -60px;
  }

  .lg\:top-vw90 {
    top: 90vw;
  }

  .lg\:right-vw90 {
    right: 90vw;
  }

  .lg\:bottom-vw90 {
    bottom: 90vw;
  }

  .lg\:left-vw90 {
    left: 90vw;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:hover\:inset-0:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:hover\:inset-5:hover {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:hover\:inset-10:hover {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:hover\:inset-15:hover {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:hover\:inset-16:hover {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:hover\:inset-20:hover {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:hover\:inset-21:hover {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:hover\:inset-22:hover {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:hover\:inset-25:hover {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:hover\:inset-30:hover {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:hover\:inset-35:hover {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:hover\:inset-37:hover {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:hover\:inset-38:hover {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:hover\:inset-40:hover {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:hover\:inset-50:hover {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:hover\:inset-70:hover {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:hover\:inset-100:hover {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:hover\:inset-120:hover {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:hover\:inset-130:hover {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:hover\:inset-140:hover {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:hover\:inset-180:hover {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:hover\:inset-calc-middle:hover {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:hover\:inset-10p:hover {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:hover\:inset-20p:hover {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:hover\:-inset-35:hover {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:hover\:-inset-28:hover {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:hover\:-inset-60:hover {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:hover\:inset-vw90:hover {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .lg\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:hover\:inset-y-0:hover {
    top: 0;
    bottom: 0;
  }

  .lg\:hover\:inset-x-0:hover {
    right: 0;
    left: 0;
  }

  .lg\:hover\:inset-y-5:hover {
    top: 5px;
    bottom: 5px;
  }

  .lg\:hover\:inset-x-5:hover {
    right: 5px;
    left: 5px;
  }

  .lg\:hover\:inset-y-10:hover {
    top: 10px;
    bottom: 10px;
  }

  .lg\:hover\:inset-x-10:hover {
    right: 10px;
    left: 10px;
  }

  .lg\:hover\:inset-y-15:hover {
    top: 15px;
    bottom: 15px;
  }

  .lg\:hover\:inset-x-15:hover {
    right: 15px;
    left: 15px;
  }

  .lg\:hover\:inset-y-16:hover {
    top: 16px;
    bottom: 16px;
  }

  .lg\:hover\:inset-x-16:hover {
    right: 16px;
    left: 16px;
  }

  .lg\:hover\:inset-y-20:hover {
    top: 20px;
    bottom: 20px;
  }

  .lg\:hover\:inset-x-20:hover {
    right: 20px;
    left: 20px;
  }

  .lg\:hover\:inset-y-21:hover {
    top: 21px;
    bottom: 21px;
  }

  .lg\:hover\:inset-x-21:hover {
    right: 21px;
    left: 21px;
  }

  .lg\:hover\:inset-y-22:hover {
    top: 22px;
    bottom: 22px;
  }

  .lg\:hover\:inset-x-22:hover {
    right: 22px;
    left: 22px;
  }

  .lg\:hover\:inset-y-25:hover {
    top: 25px;
    bottom: 25px;
  }

  .lg\:hover\:inset-x-25:hover {
    right: 25px;
    left: 25px;
  }

  .lg\:hover\:inset-y-30:hover {
    top: 30px;
    bottom: 30px;
  }

  .lg\:hover\:inset-x-30:hover {
    right: 30px;
    left: 30px;
  }

  .lg\:hover\:inset-y-35:hover {
    top: 35px;
    bottom: 35px;
  }

  .lg\:hover\:inset-x-35:hover {
    right: 35px;
    left: 35px;
  }

  .lg\:hover\:inset-y-37:hover {
    top: 37px;
    bottom: 37px;
  }

  .lg\:hover\:inset-x-37:hover {
    right: 37px;
    left: 37px;
  }

  .lg\:hover\:inset-y-38:hover {
    top: 38px;
    bottom: 38px;
  }

  .lg\:hover\:inset-x-38:hover {
    right: 38px;
    left: 38px;
  }

  .lg\:hover\:inset-y-40:hover {
    top: 40px;
    bottom: 40px;
  }

  .lg\:hover\:inset-x-40:hover {
    right: 40px;
    left: 40px;
  }

  .lg\:hover\:inset-y-50:hover {
    top: 50px;
    bottom: 50px;
  }

  .lg\:hover\:inset-x-50:hover {
    right: 50px;
    left: 50px;
  }

  .lg\:hover\:inset-y-70:hover {
    top: 70px;
    bottom: 70px;
  }

  .lg\:hover\:inset-x-70:hover {
    right: 70px;
    left: 70px;
  }

  .lg\:hover\:inset-y-100:hover {
    top: 100px;
    bottom: 100px;
  }

  .lg\:hover\:inset-x-100:hover {
    right: 100px;
    left: 100px;
  }

  .lg\:hover\:inset-y-120:hover {
    top: 120px;
    bottom: 120px;
  }

  .lg\:hover\:inset-x-120:hover {
    right: 120px;
    left: 120px;
  }

  .lg\:hover\:inset-y-130:hover {
    top: 130px;
    bottom: 130px;
  }

  .lg\:hover\:inset-x-130:hover {
    right: 130px;
    left: 130px;
  }

  .lg\:hover\:inset-y-140:hover {
    top: 140px;
    bottom: 140px;
  }

  .lg\:hover\:inset-x-140:hover {
    right: 140px;
    left: 140px;
  }

  .lg\:hover\:inset-y-180:hover {
    top: 180px;
    bottom: 180px;
  }

  .lg\:hover\:inset-x-180:hover {
    right: 180px;
    left: 180px;
  }

  .lg\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .lg\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .lg\:hover\:inset-y-calc-middle:hover {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .lg\:hover\:inset-x-calc-middle:hover {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:hover\:inset-y-10p:hover {
    top: 10%;
    bottom: 10%;
  }

  .lg\:hover\:inset-x-10p:hover {
    right: 10%;
    left: 10%;
  }

  .lg\:hover\:inset-y-20p:hover {
    top: 20%;
    bottom: 20%;
  }

  .lg\:hover\:inset-x-20p:hover {
    right: 20%;
    left: 20%;
  }

  .lg\:hover\:-inset-y-35:hover {
    top: -35px;
    bottom: -35px;
  }

  .lg\:hover\:-inset-x-35:hover {
    right: -35px;
    left: -35px;
  }

  .lg\:hover\:-inset-y-28:hover {
    top: -28px;
    bottom: -28px;
  }

  .lg\:hover\:-inset-x-28:hover {
    right: -28px;
    left: -28px;
  }

  .lg\:hover\:-inset-y-60:hover {
    top: -60px;
    bottom: -60px;
  }

  .lg\:hover\:-inset-x-60:hover {
    right: -60px;
    left: -60px;
  }

  .lg\:hover\:inset-y-vw90:hover {
    top: 90vw;
    bottom: 90vw;
  }

  .lg\:hover\:inset-x-vw90:hover {
    right: 90vw;
    left: 90vw;
  }

  .lg\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .lg\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .lg\:hover\:top-0:hover {
    top: 0;
  }

  .lg\:hover\:right-0:hover {
    right: 0;
  }

  .lg\:hover\:bottom-0:hover {
    bottom: 0;
  }

  .lg\:hover\:left-0:hover {
    left: 0;
  }

  .lg\:hover\:top-5:hover {
    top: 5px;
  }

  .lg\:hover\:right-5:hover {
    right: 5px;
  }

  .lg\:hover\:bottom-5:hover {
    bottom: 5px;
  }

  .lg\:hover\:left-5:hover {
    left: 5px;
  }

  .lg\:hover\:top-10:hover {
    top: 10px;
  }

  .lg\:hover\:right-10:hover {
    right: 10px;
  }

  .lg\:hover\:bottom-10:hover {
    bottom: 10px;
  }

  .lg\:hover\:left-10:hover {
    left: 10px;
  }

  .lg\:hover\:top-15:hover {
    top: 15px;
  }

  .lg\:hover\:right-15:hover {
    right: 15px;
  }

  .lg\:hover\:bottom-15:hover {
    bottom: 15px;
  }

  .lg\:hover\:left-15:hover {
    left: 15px;
  }

  .lg\:hover\:top-16:hover {
    top: 16px;
  }

  .lg\:hover\:right-16:hover {
    right: 16px;
  }

  .lg\:hover\:bottom-16:hover {
    bottom: 16px;
  }

  .lg\:hover\:left-16:hover {
    left: 16px;
  }

  .lg\:hover\:top-20:hover {
    top: 20px;
  }

  .lg\:hover\:right-20:hover {
    right: 20px;
  }

  .lg\:hover\:bottom-20:hover {
    bottom: 20px;
  }

  .lg\:hover\:left-20:hover {
    left: 20px;
  }

  .lg\:hover\:top-21:hover {
    top: 21px;
  }

  .lg\:hover\:right-21:hover {
    right: 21px;
  }

  .lg\:hover\:bottom-21:hover {
    bottom: 21px;
  }

  .lg\:hover\:left-21:hover {
    left: 21px;
  }

  .lg\:hover\:top-22:hover {
    top: 22px;
  }

  .lg\:hover\:right-22:hover {
    right: 22px;
  }

  .lg\:hover\:bottom-22:hover {
    bottom: 22px;
  }

  .lg\:hover\:left-22:hover {
    left: 22px;
  }

  .lg\:hover\:top-25:hover {
    top: 25px;
  }

  .lg\:hover\:right-25:hover {
    right: 25px;
  }

  .lg\:hover\:bottom-25:hover {
    bottom: 25px;
  }

  .lg\:hover\:left-25:hover {
    left: 25px;
  }

  .lg\:hover\:top-30:hover {
    top: 30px;
  }

  .lg\:hover\:right-30:hover {
    right: 30px;
  }

  .lg\:hover\:bottom-30:hover {
    bottom: 30px;
  }

  .lg\:hover\:left-30:hover {
    left: 30px;
  }

  .lg\:hover\:top-35:hover {
    top: 35px;
  }

  .lg\:hover\:right-35:hover {
    right: 35px;
  }

  .lg\:hover\:bottom-35:hover {
    bottom: 35px;
  }

  .lg\:hover\:left-35:hover {
    left: 35px;
  }

  .lg\:hover\:top-37:hover {
    top: 37px;
  }

  .lg\:hover\:right-37:hover {
    right: 37px;
  }

  .lg\:hover\:bottom-37:hover {
    bottom: 37px;
  }

  .lg\:hover\:left-37:hover {
    left: 37px;
  }

  .lg\:hover\:top-38:hover {
    top: 38px;
  }

  .lg\:hover\:right-38:hover {
    right: 38px;
  }

  .lg\:hover\:bottom-38:hover {
    bottom: 38px;
  }

  .lg\:hover\:left-38:hover {
    left: 38px;
  }

  .lg\:hover\:top-40:hover {
    top: 40px;
  }

  .lg\:hover\:right-40:hover {
    right: 40px;
  }

  .lg\:hover\:bottom-40:hover {
    bottom: 40px;
  }

  .lg\:hover\:left-40:hover {
    left: 40px;
  }

  .lg\:hover\:top-50:hover {
    top: 50px;
  }

  .lg\:hover\:right-50:hover {
    right: 50px;
  }

  .lg\:hover\:bottom-50:hover {
    bottom: 50px;
  }

  .lg\:hover\:left-50:hover {
    left: 50px;
  }

  .lg\:hover\:top-70:hover {
    top: 70px;
  }

  .lg\:hover\:right-70:hover {
    right: 70px;
  }

  .lg\:hover\:bottom-70:hover {
    bottom: 70px;
  }

  .lg\:hover\:left-70:hover {
    left: 70px;
  }

  .lg\:hover\:top-100:hover {
    top: 100px;
  }

  .lg\:hover\:right-100:hover {
    right: 100px;
  }

  .lg\:hover\:bottom-100:hover {
    bottom: 100px;
  }

  .lg\:hover\:left-100:hover {
    left: 100px;
  }

  .lg\:hover\:top-120:hover {
    top: 120px;
  }

  .lg\:hover\:right-120:hover {
    right: 120px;
  }

  .lg\:hover\:bottom-120:hover {
    bottom: 120px;
  }

  .lg\:hover\:left-120:hover {
    left: 120px;
  }

  .lg\:hover\:top-130:hover {
    top: 130px;
  }

  .lg\:hover\:right-130:hover {
    right: 130px;
  }

  .lg\:hover\:bottom-130:hover {
    bottom: 130px;
  }

  .lg\:hover\:left-130:hover {
    left: 130px;
  }

  .lg\:hover\:top-140:hover {
    top: 140px;
  }

  .lg\:hover\:right-140:hover {
    right: 140px;
  }

  .lg\:hover\:bottom-140:hover {
    bottom: 140px;
  }

  .lg\:hover\:left-140:hover {
    left: 140px;
  }

  .lg\:hover\:top-180:hover {
    top: 180px;
  }

  .lg\:hover\:right-180:hover {
    right: 180px;
  }

  .lg\:hover\:bottom-180:hover {
    bottom: 180px;
  }

  .lg\:hover\:left-180:hover {
    left: 180px;
  }

  .lg\:hover\:top-auto:hover {
    top: auto;
  }

  .lg\:hover\:right-auto:hover {
    right: auto;
  }

  .lg\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .lg\:hover\:left-auto:hover {
    left: auto;
  }

  .lg\:hover\:top-calc-middle:hover {
    top: calc(50% - 40px);
  }

  .lg\:hover\:right-calc-middle:hover {
    right: calc(50% - 40px);
  }

  .lg\:hover\:bottom-calc-middle:hover {
    bottom: calc(50% - 40px);
  }

  .lg\:hover\:left-calc-middle:hover {
    left: calc(50% - 40px);
  }

  .lg\:hover\:top-10p:hover {
    top: 10%;
  }

  .lg\:hover\:right-10p:hover {
    right: 10%;
  }

  .lg\:hover\:bottom-10p:hover {
    bottom: 10%;
  }

  .lg\:hover\:left-10p:hover {
    left: 10%;
  }

  .lg\:hover\:top-20p:hover {
    top: 20%;
  }

  .lg\:hover\:right-20p:hover {
    right: 20%;
  }

  .lg\:hover\:bottom-20p:hover {
    bottom: 20%;
  }

  .lg\:hover\:left-20p:hover {
    left: 20%;
  }

  .lg\:hover\:-top-35:hover {
    top: -35px;
  }

  .lg\:hover\:-right-35:hover {
    right: -35px;
  }

  .lg\:hover\:-bottom-35:hover {
    bottom: -35px;
  }

  .lg\:hover\:-left-35:hover {
    left: -35px;
  }

  .lg\:hover\:-top-28:hover {
    top: -28px;
  }

  .lg\:hover\:-right-28:hover {
    right: -28px;
  }

  .lg\:hover\:-bottom-28:hover {
    bottom: -28px;
  }

  .lg\:hover\:-left-28:hover {
    left: -28px;
  }

  .lg\:hover\:-top-60:hover {
    top: -60px;
  }

  .lg\:hover\:-right-60:hover {
    right: -60px;
  }

  .lg\:hover\:-bottom-60:hover {
    bottom: -60px;
  }

  .lg\:hover\:-left-60:hover {
    left: -60px;
  }

  .lg\:hover\:top-vw90:hover {
    top: 90vw;
  }

  .lg\:hover\:right-vw90:hover {
    right: 90vw;
  }

  .lg\:hover\:bottom-vw90:hover {
    bottom: 90vw;
  }

  .lg\:hover\:left-vw90:hover {
    left: 90vw;
  }

  .lg\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .lg\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .lg\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .lg\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .lg\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus\:inset-5:focus {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:focus\:inset-10:focus {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:focus\:inset-15:focus {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:focus\:inset-16:focus {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:focus\:inset-20:focus {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:focus\:inset-21:focus {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:focus\:inset-22:focus {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:focus\:inset-25:focus {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:focus\:inset-30:focus {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:focus\:inset-35:focus {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:focus\:inset-37:focus {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:focus\:inset-38:focus {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:focus\:inset-40:focus {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:focus\:inset-50:focus {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:focus\:inset-70:focus {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:focus\:inset-100:focus {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:focus\:inset-120:focus {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:focus\:inset-130:focus {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:focus\:inset-140:focus {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:focus\:inset-180:focus {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus\:inset-calc-middle:focus {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:focus\:inset-10p:focus {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:focus\:inset-20p:focus {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:focus\:-inset-35:focus {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:focus\:-inset-28:focus {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:focus\:-inset-60:focus {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:focus\:inset-vw90:focus {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .lg\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .lg\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .lg\:focus\:inset-y-5:focus {
    top: 5px;
    bottom: 5px;
  }

  .lg\:focus\:inset-x-5:focus {
    right: 5px;
    left: 5px;
  }

  .lg\:focus\:inset-y-10:focus {
    top: 10px;
    bottom: 10px;
  }

  .lg\:focus\:inset-x-10:focus {
    right: 10px;
    left: 10px;
  }

  .lg\:focus\:inset-y-15:focus {
    top: 15px;
    bottom: 15px;
  }

  .lg\:focus\:inset-x-15:focus {
    right: 15px;
    left: 15px;
  }

  .lg\:focus\:inset-y-16:focus {
    top: 16px;
    bottom: 16px;
  }

  .lg\:focus\:inset-x-16:focus {
    right: 16px;
    left: 16px;
  }

  .lg\:focus\:inset-y-20:focus {
    top: 20px;
    bottom: 20px;
  }

  .lg\:focus\:inset-x-20:focus {
    right: 20px;
    left: 20px;
  }

  .lg\:focus\:inset-y-21:focus {
    top: 21px;
    bottom: 21px;
  }

  .lg\:focus\:inset-x-21:focus {
    right: 21px;
    left: 21px;
  }

  .lg\:focus\:inset-y-22:focus {
    top: 22px;
    bottom: 22px;
  }

  .lg\:focus\:inset-x-22:focus {
    right: 22px;
    left: 22px;
  }

  .lg\:focus\:inset-y-25:focus {
    top: 25px;
    bottom: 25px;
  }

  .lg\:focus\:inset-x-25:focus {
    right: 25px;
    left: 25px;
  }

  .lg\:focus\:inset-y-30:focus {
    top: 30px;
    bottom: 30px;
  }

  .lg\:focus\:inset-x-30:focus {
    right: 30px;
    left: 30px;
  }

  .lg\:focus\:inset-y-35:focus {
    top: 35px;
    bottom: 35px;
  }

  .lg\:focus\:inset-x-35:focus {
    right: 35px;
    left: 35px;
  }

  .lg\:focus\:inset-y-37:focus {
    top: 37px;
    bottom: 37px;
  }

  .lg\:focus\:inset-x-37:focus {
    right: 37px;
    left: 37px;
  }

  .lg\:focus\:inset-y-38:focus {
    top: 38px;
    bottom: 38px;
  }

  .lg\:focus\:inset-x-38:focus {
    right: 38px;
    left: 38px;
  }

  .lg\:focus\:inset-y-40:focus {
    top: 40px;
    bottom: 40px;
  }

  .lg\:focus\:inset-x-40:focus {
    right: 40px;
    left: 40px;
  }

  .lg\:focus\:inset-y-50:focus {
    top: 50px;
    bottom: 50px;
  }

  .lg\:focus\:inset-x-50:focus {
    right: 50px;
    left: 50px;
  }

  .lg\:focus\:inset-y-70:focus {
    top: 70px;
    bottom: 70px;
  }

  .lg\:focus\:inset-x-70:focus {
    right: 70px;
    left: 70px;
  }

  .lg\:focus\:inset-y-100:focus {
    top: 100px;
    bottom: 100px;
  }

  .lg\:focus\:inset-x-100:focus {
    right: 100px;
    left: 100px;
  }

  .lg\:focus\:inset-y-120:focus {
    top: 120px;
    bottom: 120px;
  }

  .lg\:focus\:inset-x-120:focus {
    right: 120px;
    left: 120px;
  }

  .lg\:focus\:inset-y-130:focus {
    top: 130px;
    bottom: 130px;
  }

  .lg\:focus\:inset-x-130:focus {
    right: 130px;
    left: 130px;
  }

  .lg\:focus\:inset-y-140:focus {
    top: 140px;
    bottom: 140px;
  }

  .lg\:focus\:inset-x-140:focus {
    right: 140px;
    left: 140px;
  }

  .lg\:focus\:inset-y-180:focus {
    top: 180px;
    bottom: 180px;
  }

  .lg\:focus\:inset-x-180:focus {
    right: 180px;
    left: 180px;
  }

  .lg\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .lg\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .lg\:focus\:inset-y-calc-middle:focus {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .lg\:focus\:inset-x-calc-middle:focus {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:focus\:inset-y-10p:focus {
    top: 10%;
    bottom: 10%;
  }

  .lg\:focus\:inset-x-10p:focus {
    right: 10%;
    left: 10%;
  }

  .lg\:focus\:inset-y-20p:focus {
    top: 20%;
    bottom: 20%;
  }

  .lg\:focus\:inset-x-20p:focus {
    right: 20%;
    left: 20%;
  }

  .lg\:focus\:-inset-y-35:focus {
    top: -35px;
    bottom: -35px;
  }

  .lg\:focus\:-inset-x-35:focus {
    right: -35px;
    left: -35px;
  }

  .lg\:focus\:-inset-y-28:focus {
    top: -28px;
    bottom: -28px;
  }

  .lg\:focus\:-inset-x-28:focus {
    right: -28px;
    left: -28px;
  }

  .lg\:focus\:-inset-y-60:focus {
    top: -60px;
    bottom: -60px;
  }

  .lg\:focus\:-inset-x-60:focus {
    right: -60px;
    left: -60px;
  }

  .lg\:focus\:inset-y-vw90:focus {
    top: 90vw;
    bottom: 90vw;
  }

  .lg\:focus\:inset-x-vw90:focus {
    right: 90vw;
    left: 90vw;
  }

  .lg\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .lg\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .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-5:focus {
    top: 5px;
  }

  .lg\:focus\:right-5:focus {
    right: 5px;
  }

  .lg\:focus\:bottom-5:focus {
    bottom: 5px;
  }

  .lg\:focus\:left-5:focus {
    left: 5px;
  }

  .lg\:focus\:top-10:focus {
    top: 10px;
  }

  .lg\:focus\:right-10:focus {
    right: 10px;
  }

  .lg\:focus\:bottom-10:focus {
    bottom: 10px;
  }

  .lg\:focus\:left-10:focus {
    left: 10px;
  }

  .lg\:focus\:top-15:focus {
    top: 15px;
  }

  .lg\:focus\:right-15:focus {
    right: 15px;
  }

  .lg\:focus\:bottom-15:focus {
    bottom: 15px;
  }

  .lg\:focus\:left-15:focus {
    left: 15px;
  }

  .lg\:focus\:top-16:focus {
    top: 16px;
  }

  .lg\:focus\:right-16:focus {
    right: 16px;
  }

  .lg\:focus\:bottom-16:focus {
    bottom: 16px;
  }

  .lg\:focus\:left-16:focus {
    left: 16px;
  }

  .lg\:focus\:top-20:focus {
    top: 20px;
  }

  .lg\:focus\:right-20:focus {
    right: 20px;
  }

  .lg\:focus\:bottom-20:focus {
    bottom: 20px;
  }

  .lg\:focus\:left-20:focus {
    left: 20px;
  }

  .lg\:focus\:top-21:focus {
    top: 21px;
  }

  .lg\:focus\:right-21:focus {
    right: 21px;
  }

  .lg\:focus\:bottom-21:focus {
    bottom: 21px;
  }

  .lg\:focus\:left-21:focus {
    left: 21px;
  }

  .lg\:focus\:top-22:focus {
    top: 22px;
  }

  .lg\:focus\:right-22:focus {
    right: 22px;
  }

  .lg\:focus\:bottom-22:focus {
    bottom: 22px;
  }

  .lg\:focus\:left-22:focus {
    left: 22px;
  }

  .lg\:focus\:top-25:focus {
    top: 25px;
  }

  .lg\:focus\:right-25:focus {
    right: 25px;
  }

  .lg\:focus\:bottom-25:focus {
    bottom: 25px;
  }

  .lg\:focus\:left-25:focus {
    left: 25px;
  }

  .lg\:focus\:top-30:focus {
    top: 30px;
  }

  .lg\:focus\:right-30:focus {
    right: 30px;
  }

  .lg\:focus\:bottom-30:focus {
    bottom: 30px;
  }

  .lg\:focus\:left-30:focus {
    left: 30px;
  }

  .lg\:focus\:top-35:focus {
    top: 35px;
  }

  .lg\:focus\:right-35:focus {
    right: 35px;
  }

  .lg\:focus\:bottom-35:focus {
    bottom: 35px;
  }

  .lg\:focus\:left-35:focus {
    left: 35px;
  }

  .lg\:focus\:top-37:focus {
    top: 37px;
  }

  .lg\:focus\:right-37:focus {
    right: 37px;
  }

  .lg\:focus\:bottom-37:focus {
    bottom: 37px;
  }

  .lg\:focus\:left-37:focus {
    left: 37px;
  }

  .lg\:focus\:top-38:focus {
    top: 38px;
  }

  .lg\:focus\:right-38:focus {
    right: 38px;
  }

  .lg\:focus\:bottom-38:focus {
    bottom: 38px;
  }

  .lg\:focus\:left-38:focus {
    left: 38px;
  }

  .lg\:focus\:top-40:focus {
    top: 40px;
  }

  .lg\:focus\:right-40:focus {
    right: 40px;
  }

  .lg\:focus\:bottom-40:focus {
    bottom: 40px;
  }

  .lg\:focus\:left-40:focus {
    left: 40px;
  }

  .lg\:focus\:top-50:focus {
    top: 50px;
  }

  .lg\:focus\:right-50:focus {
    right: 50px;
  }

  .lg\:focus\:bottom-50:focus {
    bottom: 50px;
  }

  .lg\:focus\:left-50:focus {
    left: 50px;
  }

  .lg\:focus\:top-70:focus {
    top: 70px;
  }

  .lg\:focus\:right-70:focus {
    right: 70px;
  }

  .lg\:focus\:bottom-70:focus {
    bottom: 70px;
  }

  .lg\:focus\:left-70:focus {
    left: 70px;
  }

  .lg\:focus\:top-100:focus {
    top: 100px;
  }

  .lg\:focus\:right-100:focus {
    right: 100px;
  }

  .lg\:focus\:bottom-100:focus {
    bottom: 100px;
  }

  .lg\:focus\:left-100:focus {
    left: 100px;
  }

  .lg\:focus\:top-120:focus {
    top: 120px;
  }

  .lg\:focus\:right-120:focus {
    right: 120px;
  }

  .lg\:focus\:bottom-120:focus {
    bottom: 120px;
  }

  .lg\:focus\:left-120:focus {
    left: 120px;
  }

  .lg\:focus\:top-130:focus {
    top: 130px;
  }

  .lg\:focus\:right-130:focus {
    right: 130px;
  }

  .lg\:focus\:bottom-130:focus {
    bottom: 130px;
  }

  .lg\:focus\:left-130:focus {
    left: 130px;
  }

  .lg\:focus\:top-140:focus {
    top: 140px;
  }

  .lg\:focus\:right-140:focus {
    right: 140px;
  }

  .lg\:focus\:bottom-140:focus {
    bottom: 140px;
  }

  .lg\:focus\:left-140:focus {
    left: 140px;
  }

  .lg\:focus\:top-180:focus {
    top: 180px;
  }

  .lg\:focus\:right-180:focus {
    right: 180px;
  }

  .lg\:focus\:bottom-180:focus {
    bottom: 180px;
  }

  .lg\:focus\:left-180:focus {
    left: 180px;
  }

  .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-calc-middle:focus {
    top: calc(50% - 40px);
  }

  .lg\:focus\:right-calc-middle:focus {
    right: calc(50% - 40px);
  }

  .lg\:focus\:bottom-calc-middle:focus {
    bottom: calc(50% - 40px);
  }

  .lg\:focus\:left-calc-middle:focus {
    left: calc(50% - 40px);
  }

  .lg\:focus\:top-10p:focus {
    top: 10%;
  }

  .lg\:focus\:right-10p:focus {
    right: 10%;
  }

  .lg\:focus\:bottom-10p:focus {
    bottom: 10%;
  }

  .lg\:focus\:left-10p:focus {
    left: 10%;
  }

  .lg\:focus\:top-20p:focus {
    top: 20%;
  }

  .lg\:focus\:right-20p:focus {
    right: 20%;
  }

  .lg\:focus\:bottom-20p:focus {
    bottom: 20%;
  }

  .lg\:focus\:left-20p:focus {
    left: 20%;
  }

  .lg\:focus\:-top-35:focus {
    top: -35px;
  }

  .lg\:focus\:-right-35:focus {
    right: -35px;
  }

  .lg\:focus\:-bottom-35:focus {
    bottom: -35px;
  }

  .lg\:focus\:-left-35:focus {
    left: -35px;
  }

  .lg\:focus\:-top-28:focus {
    top: -28px;
  }

  .lg\:focus\:-right-28:focus {
    right: -28px;
  }

  .lg\:focus\:-bottom-28:focus {
    bottom: -28px;
  }

  .lg\:focus\:-left-28:focus {
    left: -28px;
  }

  .lg\:focus\:-top-60:focus {
    top: -60px;
  }

  .lg\:focus\:-right-60:focus {
    right: -60px;
  }

  .lg\:focus\:-bottom-60:focus {
    bottom: -60px;
  }

  .lg\:focus\:-left-60:focus {
    left: -60px;
  }

  .lg\:focus\:top-vw90:focus {
    top: 90vw;
  }

  .lg\:focus\:right-vw90:focus {
    right: 90vw;
  }

  .lg\:focus\:bottom-vw90:focus {
    bottom: 90vw;
  }

  .lg\:focus\:left-vw90:focus {
    left: 90vw;
  }

  .lg\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .lg\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .lg\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .lg\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .lg\:first\:inset-0:first-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:first\:inset-5:first-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:first\:inset-10:first-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:first\:inset-15:first-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:first\:inset-16:first-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:first\:inset-20:first-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:first\:inset-21:first-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:first\:inset-22:first-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:first\:inset-25:first-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:first\:inset-30:first-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:first\:inset-35:first-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:first\:inset-37:first-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:first\:inset-38:first-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:first\:inset-40:first-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:first\:inset-50:first-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:first\:inset-70:first-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:first\:inset-100:first-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:first\:inset-120:first-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:first\:inset-130:first-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:first\:inset-140:first-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:first\:inset-180:first-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:first\:inset-calc-middle:first-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:first\:inset-10p:first-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:first\:inset-20p:first-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:first\:-inset-35:first-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:first\:-inset-28:first-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:first\:-inset-60:first-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:first\:inset-vw90:first-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .lg\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:first\:inset-y-0:first-child {
    top: 0;
    bottom: 0;
  }

  .lg\:first\:inset-x-0:first-child {
    right: 0;
    left: 0;
  }

  .lg\:first\:inset-y-5:first-child {
    top: 5px;
    bottom: 5px;
  }

  .lg\:first\:inset-x-5:first-child {
    right: 5px;
    left: 5px;
  }

  .lg\:first\:inset-y-10:first-child {
    top: 10px;
    bottom: 10px;
  }

  .lg\:first\:inset-x-10:first-child {
    right: 10px;
    left: 10px;
  }

  .lg\:first\:inset-y-15:first-child {
    top: 15px;
    bottom: 15px;
  }

  .lg\:first\:inset-x-15:first-child {
    right: 15px;
    left: 15px;
  }

  .lg\:first\:inset-y-16:first-child {
    top: 16px;
    bottom: 16px;
  }

  .lg\:first\:inset-x-16:first-child {
    right: 16px;
    left: 16px;
  }

  .lg\:first\:inset-y-20:first-child {
    top: 20px;
    bottom: 20px;
  }

  .lg\:first\:inset-x-20:first-child {
    right: 20px;
    left: 20px;
  }

  .lg\:first\:inset-y-21:first-child {
    top: 21px;
    bottom: 21px;
  }

  .lg\:first\:inset-x-21:first-child {
    right: 21px;
    left: 21px;
  }

  .lg\:first\:inset-y-22:first-child {
    top: 22px;
    bottom: 22px;
  }

  .lg\:first\:inset-x-22:first-child {
    right: 22px;
    left: 22px;
  }

  .lg\:first\:inset-y-25:first-child {
    top: 25px;
    bottom: 25px;
  }

  .lg\:first\:inset-x-25:first-child {
    right: 25px;
    left: 25px;
  }

  .lg\:first\:inset-y-30:first-child {
    top: 30px;
    bottom: 30px;
  }

  .lg\:first\:inset-x-30:first-child {
    right: 30px;
    left: 30px;
  }

  .lg\:first\:inset-y-35:first-child {
    top: 35px;
    bottom: 35px;
  }

  .lg\:first\:inset-x-35:first-child {
    right: 35px;
    left: 35px;
  }

  .lg\:first\:inset-y-37:first-child {
    top: 37px;
    bottom: 37px;
  }

  .lg\:first\:inset-x-37:first-child {
    right: 37px;
    left: 37px;
  }

  .lg\:first\:inset-y-38:first-child {
    top: 38px;
    bottom: 38px;
  }

  .lg\:first\:inset-x-38:first-child {
    right: 38px;
    left: 38px;
  }

  .lg\:first\:inset-y-40:first-child {
    top: 40px;
    bottom: 40px;
  }

  .lg\:first\:inset-x-40:first-child {
    right: 40px;
    left: 40px;
  }

  .lg\:first\:inset-y-50:first-child {
    top: 50px;
    bottom: 50px;
  }

  .lg\:first\:inset-x-50:first-child {
    right: 50px;
    left: 50px;
  }

  .lg\:first\:inset-y-70:first-child {
    top: 70px;
    bottom: 70px;
  }

  .lg\:first\:inset-x-70:first-child {
    right: 70px;
    left: 70px;
  }

  .lg\:first\:inset-y-100:first-child {
    top: 100px;
    bottom: 100px;
  }

  .lg\:first\:inset-x-100:first-child {
    right: 100px;
    left: 100px;
  }

  .lg\:first\:inset-y-120:first-child {
    top: 120px;
    bottom: 120px;
  }

  .lg\:first\:inset-x-120:first-child {
    right: 120px;
    left: 120px;
  }

  .lg\:first\:inset-y-130:first-child {
    top: 130px;
    bottom: 130px;
  }

  .lg\:first\:inset-x-130:first-child {
    right: 130px;
    left: 130px;
  }

  .lg\:first\:inset-y-140:first-child {
    top: 140px;
    bottom: 140px;
  }

  .lg\:first\:inset-x-140:first-child {
    right: 140px;
    left: 140px;
  }

  .lg\:first\:inset-y-180:first-child {
    top: 180px;
    bottom: 180px;
  }

  .lg\:first\:inset-x-180:first-child {
    right: 180px;
    left: 180px;
  }

  .lg\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .lg\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .lg\:first\:inset-y-calc-middle:first-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .lg\:first\:inset-x-calc-middle:first-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:first\:inset-y-10p:first-child {
    top: 10%;
    bottom: 10%;
  }

  .lg\:first\:inset-x-10p:first-child {
    right: 10%;
    left: 10%;
  }

  .lg\:first\:inset-y-20p:first-child {
    top: 20%;
    bottom: 20%;
  }

  .lg\:first\:inset-x-20p:first-child {
    right: 20%;
    left: 20%;
  }

  .lg\:first\:-inset-y-35:first-child {
    top: -35px;
    bottom: -35px;
  }

  .lg\:first\:-inset-x-35:first-child {
    right: -35px;
    left: -35px;
  }

  .lg\:first\:-inset-y-28:first-child {
    top: -28px;
    bottom: -28px;
  }

  .lg\:first\:-inset-x-28:first-child {
    right: -28px;
    left: -28px;
  }

  .lg\:first\:-inset-y-60:first-child {
    top: -60px;
    bottom: -60px;
  }

  .lg\:first\:-inset-x-60:first-child {
    right: -60px;
    left: -60px;
  }

  .lg\:first\:inset-y-vw90:first-child {
    top: 90vw;
    bottom: 90vw;
  }

  .lg\:first\:inset-x-vw90:first-child {
    right: 90vw;
    left: 90vw;
  }

  .lg\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .lg\:first\:top-0:first-child {
    top: 0;
  }

  .lg\:first\:right-0:first-child {
    right: 0;
  }

  .lg\:first\:bottom-0:first-child {
    bottom: 0;
  }

  .lg\:first\:left-0:first-child {
    left: 0;
  }

  .lg\:first\:top-5:first-child {
    top: 5px;
  }

  .lg\:first\:right-5:first-child {
    right: 5px;
  }

  .lg\:first\:bottom-5:first-child {
    bottom: 5px;
  }

  .lg\:first\:left-5:first-child {
    left: 5px;
  }

  .lg\:first\:top-10:first-child {
    top: 10px;
  }

  .lg\:first\:right-10:first-child {
    right: 10px;
  }

  .lg\:first\:bottom-10:first-child {
    bottom: 10px;
  }

  .lg\:first\:left-10:first-child {
    left: 10px;
  }

  .lg\:first\:top-15:first-child {
    top: 15px;
  }

  .lg\:first\:right-15:first-child {
    right: 15px;
  }

  .lg\:first\:bottom-15:first-child {
    bottom: 15px;
  }

  .lg\:first\:left-15:first-child {
    left: 15px;
  }

  .lg\:first\:top-16:first-child {
    top: 16px;
  }

  .lg\:first\:right-16:first-child {
    right: 16px;
  }

  .lg\:first\:bottom-16:first-child {
    bottom: 16px;
  }

  .lg\:first\:left-16:first-child {
    left: 16px;
  }

  .lg\:first\:top-20:first-child {
    top: 20px;
  }

  .lg\:first\:right-20:first-child {
    right: 20px;
  }

  .lg\:first\:bottom-20:first-child {
    bottom: 20px;
  }

  .lg\:first\:left-20:first-child {
    left: 20px;
  }

  .lg\:first\:top-21:first-child {
    top: 21px;
  }

  .lg\:first\:right-21:first-child {
    right: 21px;
  }

  .lg\:first\:bottom-21:first-child {
    bottom: 21px;
  }

  .lg\:first\:left-21:first-child {
    left: 21px;
  }

  .lg\:first\:top-22:first-child {
    top: 22px;
  }

  .lg\:first\:right-22:first-child {
    right: 22px;
  }

  .lg\:first\:bottom-22:first-child {
    bottom: 22px;
  }

  .lg\:first\:left-22:first-child {
    left: 22px;
  }

  .lg\:first\:top-25:first-child {
    top: 25px;
  }

  .lg\:first\:right-25:first-child {
    right: 25px;
  }

  .lg\:first\:bottom-25:first-child {
    bottom: 25px;
  }

  .lg\:first\:left-25:first-child {
    left: 25px;
  }

  .lg\:first\:top-30:first-child {
    top: 30px;
  }

  .lg\:first\:right-30:first-child {
    right: 30px;
  }

  .lg\:first\:bottom-30:first-child {
    bottom: 30px;
  }

  .lg\:first\:left-30:first-child {
    left: 30px;
  }

  .lg\:first\:top-35:first-child {
    top: 35px;
  }

  .lg\:first\:right-35:first-child {
    right: 35px;
  }

  .lg\:first\:bottom-35:first-child {
    bottom: 35px;
  }

  .lg\:first\:left-35:first-child {
    left: 35px;
  }

  .lg\:first\:top-37:first-child {
    top: 37px;
  }

  .lg\:first\:right-37:first-child {
    right: 37px;
  }

  .lg\:first\:bottom-37:first-child {
    bottom: 37px;
  }

  .lg\:first\:left-37:first-child {
    left: 37px;
  }

  .lg\:first\:top-38:first-child {
    top: 38px;
  }

  .lg\:first\:right-38:first-child {
    right: 38px;
  }

  .lg\:first\:bottom-38:first-child {
    bottom: 38px;
  }

  .lg\:first\:left-38:first-child {
    left: 38px;
  }

  .lg\:first\:top-40:first-child {
    top: 40px;
  }

  .lg\:first\:right-40:first-child {
    right: 40px;
  }

  .lg\:first\:bottom-40:first-child {
    bottom: 40px;
  }

  .lg\:first\:left-40:first-child {
    left: 40px;
  }

  .lg\:first\:top-50:first-child {
    top: 50px;
  }

  .lg\:first\:right-50:first-child {
    right: 50px;
  }

  .lg\:first\:bottom-50:first-child {
    bottom: 50px;
  }

  .lg\:first\:left-50:first-child {
    left: 50px;
  }

  .lg\:first\:top-70:first-child {
    top: 70px;
  }

  .lg\:first\:right-70:first-child {
    right: 70px;
  }

  .lg\:first\:bottom-70:first-child {
    bottom: 70px;
  }

  .lg\:first\:left-70:first-child {
    left: 70px;
  }

  .lg\:first\:top-100:first-child {
    top: 100px;
  }

  .lg\:first\:right-100:first-child {
    right: 100px;
  }

  .lg\:first\:bottom-100:first-child {
    bottom: 100px;
  }

  .lg\:first\:left-100:first-child {
    left: 100px;
  }

  .lg\:first\:top-120:first-child {
    top: 120px;
  }

  .lg\:first\:right-120:first-child {
    right: 120px;
  }

  .lg\:first\:bottom-120:first-child {
    bottom: 120px;
  }

  .lg\:first\:left-120:first-child {
    left: 120px;
  }

  .lg\:first\:top-130:first-child {
    top: 130px;
  }

  .lg\:first\:right-130:first-child {
    right: 130px;
  }

  .lg\:first\:bottom-130:first-child {
    bottom: 130px;
  }

  .lg\:first\:left-130:first-child {
    left: 130px;
  }

  .lg\:first\:top-140:first-child {
    top: 140px;
  }

  .lg\:first\:right-140:first-child {
    right: 140px;
  }

  .lg\:first\:bottom-140:first-child {
    bottom: 140px;
  }

  .lg\:first\:left-140:first-child {
    left: 140px;
  }

  .lg\:first\:top-180:first-child {
    top: 180px;
  }

  .lg\:first\:right-180:first-child {
    right: 180px;
  }

  .lg\:first\:bottom-180:first-child {
    bottom: 180px;
  }

  .lg\:first\:left-180:first-child {
    left: 180px;
  }

  .lg\:first\:top-auto:first-child {
    top: auto;
  }

  .lg\:first\:right-auto:first-child {
    right: auto;
  }

  .lg\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .lg\:first\:left-auto:first-child {
    left: auto;
  }

  .lg\:first\:top-calc-middle:first-child {
    top: calc(50% - 40px);
  }

  .lg\:first\:right-calc-middle:first-child {
    right: calc(50% - 40px);
  }

  .lg\:first\:bottom-calc-middle:first-child {
    bottom: calc(50% - 40px);
  }

  .lg\:first\:left-calc-middle:first-child {
    left: calc(50% - 40px);
  }

  .lg\:first\:top-10p:first-child {
    top: 10%;
  }

  .lg\:first\:right-10p:first-child {
    right: 10%;
  }

  .lg\:first\:bottom-10p:first-child {
    bottom: 10%;
  }

  .lg\:first\:left-10p:first-child {
    left: 10%;
  }

  .lg\:first\:top-20p:first-child {
    top: 20%;
  }

  .lg\:first\:right-20p:first-child {
    right: 20%;
  }

  .lg\:first\:bottom-20p:first-child {
    bottom: 20%;
  }

  .lg\:first\:left-20p:first-child {
    left: 20%;
  }

  .lg\:first\:-top-35:first-child {
    top: -35px;
  }

  .lg\:first\:-right-35:first-child {
    right: -35px;
  }

  .lg\:first\:-bottom-35:first-child {
    bottom: -35px;
  }

  .lg\:first\:-left-35:first-child {
    left: -35px;
  }

  .lg\:first\:-top-28:first-child {
    top: -28px;
  }

  .lg\:first\:-right-28:first-child {
    right: -28px;
  }

  .lg\:first\:-bottom-28:first-child {
    bottom: -28px;
  }

  .lg\:first\:-left-28:first-child {
    left: -28px;
  }

  .lg\:first\:-top-60:first-child {
    top: -60px;
  }

  .lg\:first\:-right-60:first-child {
    right: -60px;
  }

  .lg\:first\:-bottom-60:first-child {
    bottom: -60px;
  }

  .lg\:first\:-left-60:first-child {
    left: -60px;
  }

  .lg\:first\:top-vw90:first-child {
    top: 90vw;
  }

  .lg\:first\:right-vw90:first-child {
    right: 90vw;
  }

  .lg\:first\:bottom-vw90:first-child {
    bottom: 90vw;
  }

  .lg\:first\:left-vw90:first-child {
    left: 90vw;
  }

  .lg\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .lg\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .lg\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .lg\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .lg\:last\:inset-0:last-child {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:last\:inset-5:last-child {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:last\:inset-10:last-child {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:last\:inset-15:last-child {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:last\:inset-16:last-child {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:last\:inset-20:last-child {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:last\:inset-21:last-child {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:last\:inset-22:last-child {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:last\:inset-25:last-child {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:last\:inset-30:last-child {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:last\:inset-35:last-child {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:last\:inset-37:last-child {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:last\:inset-38:last-child {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:last\:inset-40:last-child {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:last\:inset-50:last-child {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:last\:inset-70:last-child {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:last\:inset-100:last-child {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:last\:inset-120:last-child {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:last\:inset-130:last-child {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:last\:inset-140:last-child {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:last\:inset-180:last-child {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .lg\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:last\:inset-calc-middle:last-child {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:last\:inset-10p:last-child {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:last\:inset-20p:last-child {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:last\:-inset-35:last-child {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:last\:-inset-28:last-child {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:last\:-inset-60:last-child {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:last\:inset-vw90:last-child {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .lg\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:last\:inset-y-0:last-child {
    top: 0;
    bottom: 0;
  }

  .lg\:last\:inset-x-0:last-child {
    right: 0;
    left: 0;
  }

  .lg\:last\:inset-y-5:last-child {
    top: 5px;
    bottom: 5px;
  }

  .lg\:last\:inset-x-5:last-child {
    right: 5px;
    left: 5px;
  }

  .lg\:last\:inset-y-10:last-child {
    top: 10px;
    bottom: 10px;
  }

  .lg\:last\:inset-x-10:last-child {
    right: 10px;
    left: 10px;
  }

  .lg\:last\:inset-y-15:last-child {
    top: 15px;
    bottom: 15px;
  }

  .lg\:last\:inset-x-15:last-child {
    right: 15px;
    left: 15px;
  }

  .lg\:last\:inset-y-16:last-child {
    top: 16px;
    bottom: 16px;
  }

  .lg\:last\:inset-x-16:last-child {
    right: 16px;
    left: 16px;
  }

  .lg\:last\:inset-y-20:last-child {
    top: 20px;
    bottom: 20px;
  }

  .lg\:last\:inset-x-20:last-child {
    right: 20px;
    left: 20px;
  }

  .lg\:last\:inset-y-21:last-child {
    top: 21px;
    bottom: 21px;
  }

  .lg\:last\:inset-x-21:last-child {
    right: 21px;
    left: 21px;
  }

  .lg\:last\:inset-y-22:last-child {
    top: 22px;
    bottom: 22px;
  }

  .lg\:last\:inset-x-22:last-child {
    right: 22px;
    left: 22px;
  }

  .lg\:last\:inset-y-25:last-child {
    top: 25px;
    bottom: 25px;
  }

  .lg\:last\:inset-x-25:last-child {
    right: 25px;
    left: 25px;
  }

  .lg\:last\:inset-y-30:last-child {
    top: 30px;
    bottom: 30px;
  }

  .lg\:last\:inset-x-30:last-child {
    right: 30px;
    left: 30px;
  }

  .lg\:last\:inset-y-35:last-child {
    top: 35px;
    bottom: 35px;
  }

  .lg\:last\:inset-x-35:last-child {
    right: 35px;
    left: 35px;
  }

  .lg\:last\:inset-y-37:last-child {
    top: 37px;
    bottom: 37px;
  }

  .lg\:last\:inset-x-37:last-child {
    right: 37px;
    left: 37px;
  }

  .lg\:last\:inset-y-38:last-child {
    top: 38px;
    bottom: 38px;
  }

  .lg\:last\:inset-x-38:last-child {
    right: 38px;
    left: 38px;
  }

  .lg\:last\:inset-y-40:last-child {
    top: 40px;
    bottom: 40px;
  }

  .lg\:last\:inset-x-40:last-child {
    right: 40px;
    left: 40px;
  }

  .lg\:last\:inset-y-50:last-child {
    top: 50px;
    bottom: 50px;
  }

  .lg\:last\:inset-x-50:last-child {
    right: 50px;
    left: 50px;
  }

  .lg\:last\:inset-y-70:last-child {
    top: 70px;
    bottom: 70px;
  }

  .lg\:last\:inset-x-70:last-child {
    right: 70px;
    left: 70px;
  }

  .lg\:last\:inset-y-100:last-child {
    top: 100px;
    bottom: 100px;
  }

  .lg\:last\:inset-x-100:last-child {
    right: 100px;
    left: 100px;
  }

  .lg\:last\:inset-y-120:last-child {
    top: 120px;
    bottom: 120px;
  }

  .lg\:last\:inset-x-120:last-child {
    right: 120px;
    left: 120px;
  }

  .lg\:last\:inset-y-130:last-child {
    top: 130px;
    bottom: 130px;
  }

  .lg\:last\:inset-x-130:last-child {
    right: 130px;
    left: 130px;
  }

  .lg\:last\:inset-y-140:last-child {
    top: 140px;
    bottom: 140px;
  }

  .lg\:last\:inset-x-140:last-child {
    right: 140px;
    left: 140px;
  }

  .lg\:last\:inset-y-180:last-child {
    top: 180px;
    bottom: 180px;
  }

  .lg\:last\:inset-x-180:last-child {
    right: 180px;
    left: 180px;
  }

  .lg\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .lg\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .lg\:last\:inset-y-calc-middle:last-child {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .lg\:last\:inset-x-calc-middle:last-child {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .lg\:last\:inset-y-10p:last-child {
    top: 10%;
    bottom: 10%;
  }

  .lg\:last\:inset-x-10p:last-child {
    right: 10%;
    left: 10%;
  }

  .lg\:last\:inset-y-20p:last-child {
    top: 20%;
    bottom: 20%;
  }

  .lg\:last\:inset-x-20p:last-child {
    right: 20%;
    left: 20%;
  }

  .lg\:last\:-inset-y-35:last-child {
    top: -35px;
    bottom: -35px;
  }

  .lg\:last\:-inset-x-35:last-child {
    right: -35px;
    left: -35px;
  }

  .lg\:last\:-inset-y-28:last-child {
    top: -28px;
    bottom: -28px;
  }

  .lg\:last\:-inset-x-28:last-child {
    right: -28px;
    left: -28px;
  }

  .lg\:last\:-inset-y-60:last-child {
    top: -60px;
    bottom: -60px;
  }

  .lg\:last\:-inset-x-60:last-child {
    right: -60px;
    left: -60px;
  }

  .lg\:last\:inset-y-vw90:last-child {
    top: 90vw;
    bottom: 90vw;
  }

  .lg\:last\:inset-x-vw90:last-child {
    right: 90vw;
    left: 90vw;
  }

  .lg\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .lg\:last\:top-0:last-child {
    top: 0;
  }

  .lg\:last\:right-0:last-child {
    right: 0;
  }

  .lg\:last\:bottom-0:last-child {
    bottom: 0;
  }

  .lg\:last\:left-0:last-child {
    left: 0;
  }

  .lg\:last\:top-5:last-child {
    top: 5px;
  }

  .lg\:last\:right-5:last-child {
    right: 5px;
  }

  .lg\:last\:bottom-5:last-child {
    bottom: 5px;
  }

  .lg\:last\:left-5:last-child {
    left: 5px;
  }

  .lg\:last\:top-10:last-child {
    top: 10px;
  }

  .lg\:last\:right-10:last-child {
    right: 10px;
  }

  .lg\:last\:bottom-10:last-child {
    bottom: 10px;
  }

  .lg\:last\:left-10:last-child {
    left: 10px;
  }

  .lg\:last\:top-15:last-child {
    top: 15px;
  }

  .lg\:last\:right-15:last-child {
    right: 15px;
  }

  .lg\:last\:bottom-15:last-child {
    bottom: 15px;
  }

  .lg\:last\:left-15:last-child {
    left: 15px;
  }

  .lg\:last\:top-16:last-child {
    top: 16px;
  }

  .lg\:last\:right-16:last-child {
    right: 16px;
  }

  .lg\:last\:bottom-16:last-child {
    bottom: 16px;
  }

  .lg\:last\:left-16:last-child {
    left: 16px;
  }

  .lg\:last\:top-20:last-child {
    top: 20px;
  }

  .lg\:last\:right-20:last-child {
    right: 20px;
  }

  .lg\:last\:bottom-20:last-child {
    bottom: 20px;
  }

  .lg\:last\:left-20:last-child {
    left: 20px;
  }

  .lg\:last\:top-21:last-child {
    top: 21px;
  }

  .lg\:last\:right-21:last-child {
    right: 21px;
  }

  .lg\:last\:bottom-21:last-child {
    bottom: 21px;
  }

  .lg\:last\:left-21:last-child {
    left: 21px;
  }

  .lg\:last\:top-22:last-child {
    top: 22px;
  }

  .lg\:last\:right-22:last-child {
    right: 22px;
  }

  .lg\:last\:bottom-22:last-child {
    bottom: 22px;
  }

  .lg\:last\:left-22:last-child {
    left: 22px;
  }

  .lg\:last\:top-25:last-child {
    top: 25px;
  }

  .lg\:last\:right-25:last-child {
    right: 25px;
  }

  .lg\:last\:bottom-25:last-child {
    bottom: 25px;
  }

  .lg\:last\:left-25:last-child {
    left: 25px;
  }

  .lg\:last\:top-30:last-child {
    top: 30px;
  }

  .lg\:last\:right-30:last-child {
    right: 30px;
  }

  .lg\:last\:bottom-30:last-child {
    bottom: 30px;
  }

  .lg\:last\:left-30:last-child {
    left: 30px;
  }

  .lg\:last\:top-35:last-child {
    top: 35px;
  }

  .lg\:last\:right-35:last-child {
    right: 35px;
  }

  .lg\:last\:bottom-35:last-child {
    bottom: 35px;
  }

  .lg\:last\:left-35:last-child {
    left: 35px;
  }

  .lg\:last\:top-37:last-child {
    top: 37px;
  }

  .lg\:last\:right-37:last-child {
    right: 37px;
  }

  .lg\:last\:bottom-37:last-child {
    bottom: 37px;
  }

  .lg\:last\:left-37:last-child {
    left: 37px;
  }

  .lg\:last\:top-38:last-child {
    top: 38px;
  }

  .lg\:last\:right-38:last-child {
    right: 38px;
  }

  .lg\:last\:bottom-38:last-child {
    bottom: 38px;
  }

  .lg\:last\:left-38:last-child {
    left: 38px;
  }

  .lg\:last\:top-40:last-child {
    top: 40px;
  }

  .lg\:last\:right-40:last-child {
    right: 40px;
  }

  .lg\:last\:bottom-40:last-child {
    bottom: 40px;
  }

  .lg\:last\:left-40:last-child {
    left: 40px;
  }

  .lg\:last\:top-50:last-child {
    top: 50px;
  }

  .lg\:last\:right-50:last-child {
    right: 50px;
  }

  .lg\:last\:bottom-50:last-child {
    bottom: 50px;
  }

  .lg\:last\:left-50:last-child {
    left: 50px;
  }

  .lg\:last\:top-70:last-child {
    top: 70px;
  }

  .lg\:last\:right-70:last-child {
    right: 70px;
  }

  .lg\:last\:bottom-70:last-child {
    bottom: 70px;
  }

  .lg\:last\:left-70:last-child {
    left: 70px;
  }

  .lg\:last\:top-100:last-child {
    top: 100px;
  }

  .lg\:last\:right-100:last-child {
    right: 100px;
  }

  .lg\:last\:bottom-100:last-child {
    bottom: 100px;
  }

  .lg\:last\:left-100:last-child {
    left: 100px;
  }

  .lg\:last\:top-120:last-child {
    top: 120px;
  }

  .lg\:last\:right-120:last-child {
    right: 120px;
  }

  .lg\:last\:bottom-120:last-child {
    bottom: 120px;
  }

  .lg\:last\:left-120:last-child {
    left: 120px;
  }

  .lg\:last\:top-130:last-child {
    top: 130px;
  }

  .lg\:last\:right-130:last-child {
    right: 130px;
  }

  .lg\:last\:bottom-130:last-child {
    bottom: 130px;
  }

  .lg\:last\:left-130:last-child {
    left: 130px;
  }

  .lg\:last\:top-140:last-child {
    top: 140px;
  }

  .lg\:last\:right-140:last-child {
    right: 140px;
  }

  .lg\:last\:bottom-140:last-child {
    bottom: 140px;
  }

  .lg\:last\:left-140:last-child {
    left: 140px;
  }

  .lg\:last\:top-180:last-child {
    top: 180px;
  }

  .lg\:last\:right-180:last-child {
    right: 180px;
  }

  .lg\:last\:bottom-180:last-child {
    bottom: 180px;
  }

  .lg\:last\:left-180:last-child {
    left: 180px;
  }

  .lg\:last\:top-auto:last-child {
    top: auto;
  }

  .lg\:last\:right-auto:last-child {
    right: auto;
  }

  .lg\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .lg\:last\:left-auto:last-child {
    left: auto;
  }

  .lg\:last\:top-calc-middle:last-child {
    top: calc(50% - 40px);
  }

  .lg\:last\:right-calc-middle:last-child {
    right: calc(50% - 40px);
  }

  .lg\:last\:bottom-calc-middle:last-child {
    bottom: calc(50% - 40px);
  }

  .lg\:last\:left-calc-middle:last-child {
    left: calc(50% - 40px);
  }

  .lg\:last\:top-10p:last-child {
    top: 10%;
  }

  .lg\:last\:right-10p:last-child {
    right: 10%;
  }

  .lg\:last\:bottom-10p:last-child {
    bottom: 10%;
  }

  .lg\:last\:left-10p:last-child {
    left: 10%;
  }

  .lg\:last\:top-20p:last-child {
    top: 20%;
  }

  .lg\:last\:right-20p:last-child {
    right: 20%;
  }

  .lg\:last\:bottom-20p:last-child {
    bottom: 20%;
  }

  .lg\:last\:left-20p:last-child {
    left: 20%;
  }

  .lg\:last\:-top-35:last-child {
    top: -35px;
  }

  .lg\:last\:-right-35:last-child {
    right: -35px;
  }

  .lg\:last\:-bottom-35:last-child {
    bottom: -35px;
  }

  .lg\:last\:-left-35:last-child {
    left: -35px;
  }

  .lg\:last\:-top-28:last-child {
    top: -28px;
  }

  .lg\:last\:-right-28:last-child {
    right: -28px;
  }

  .lg\:last\:-bottom-28:last-child {
    bottom: -28px;
  }

  .lg\:last\:-left-28:last-child {
    left: -28px;
  }

  .lg\:last\:-top-60:last-child {
    top: -60px;
  }

  .lg\:last\:-right-60:last-child {
    right: -60px;
  }

  .lg\:last\:-bottom-60:last-child {
    bottom: -60px;
  }

  .lg\:last\:-left-60:last-child {
    left: -60px;
  }

  .lg\:last\:top-vw90:last-child {
    top: 90vw;
  }

  .lg\:last\:right-vw90:last-child {
    right: 90vw;
  }

  .lg\:last\:bottom-vw90:last-child {
    bottom: 90vw;
  }

  .lg\:last\:left-vw90:last-child {
    left: 90vw;
  }

  .lg\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .lg\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .lg\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .lg\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:inset-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .group:hover .lg\:group-hover\:inset-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .group:hover .lg\:group-hover\:inset-15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .group:hover .lg\:group-hover\:inset-16 {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .group:hover .lg\:group-hover\:inset-20 {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .group:hover .lg\:group-hover\:inset-21 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .group:hover .lg\:group-hover\:inset-22 {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .group:hover .lg\:group-hover\:inset-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .group:hover .lg\:group-hover\:inset-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .group:hover .lg\:group-hover\:inset-35 {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .group:hover .lg\:group-hover\:inset-37 {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .group:hover .lg\:group-hover\:inset-38 {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .group:hover .lg\:group-hover\:inset-40 {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .group:hover .lg\:group-hover\:inset-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .group:hover .lg\:group-hover\:inset-70 {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .group:hover .lg\:group-hover\:inset-100 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .group:hover .lg\:group-hover\:inset-120 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .group:hover .lg\:group-hover\:inset-130 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .group:hover .lg\:group-hover\:inset-140 {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .group:hover .lg\:group-hover\:inset-180 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px;
  }

  .group:hover .lg\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-calc-middle {
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:inset-10p {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .group:hover .lg\:group-hover\:inset-20p {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .group:hover .lg\:group-hover\:-inset-35 {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .group:hover .lg\:group-hover\:-inset-28 {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .group:hover .lg\:group-hover\:-inset-60 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .group:hover .lg\:group-hover\:inset-vw90 {
    top: 90vw;
    right: 90vw;
    bottom: 90vw;
    left: 90vw;
  }

  .group:hover .lg\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:inset-y-5 {
    top: 5px;
    bottom: 5px;
  }

  .group:hover .lg\:group-hover\:inset-x-5 {
    right: 5px;
    left: 5px;
  }

  .group:hover .lg\:group-hover\:inset-y-10 {
    top: 10px;
    bottom: 10px;
  }

  .group:hover .lg\:group-hover\:inset-x-10 {
    right: 10px;
    left: 10px;
  }

  .group:hover .lg\:group-hover\:inset-y-15 {
    top: 15px;
    bottom: 15px;
  }

  .group:hover .lg\:group-hover\:inset-x-15 {
    right: 15px;
    left: 15px;
  }

  .group:hover .lg\:group-hover\:inset-y-16 {
    top: 16px;
    bottom: 16px;
  }

  .group:hover .lg\:group-hover\:inset-x-16 {
    right: 16px;
    left: 16px;
  }

  .group:hover .lg\:group-hover\:inset-y-20 {
    top: 20px;
    bottom: 20px;
  }

  .group:hover .lg\:group-hover\:inset-x-20 {
    right: 20px;
    left: 20px;
  }

  .group:hover .lg\:group-hover\:inset-y-21 {
    top: 21px;
    bottom: 21px;
  }

  .group:hover .lg\:group-hover\:inset-x-21 {
    right: 21px;
    left: 21px;
  }

  .group:hover .lg\:group-hover\:inset-y-22 {
    top: 22px;
    bottom: 22px;
  }

  .group:hover .lg\:group-hover\:inset-x-22 {
    right: 22px;
    left: 22px;
  }

  .group:hover .lg\:group-hover\:inset-y-25 {
    top: 25px;
    bottom: 25px;
  }

  .group:hover .lg\:group-hover\:inset-x-25 {
    right: 25px;
    left: 25px;
  }

  .group:hover .lg\:group-hover\:inset-y-30 {
    top: 30px;
    bottom: 30px;
  }

  .group:hover .lg\:group-hover\:inset-x-30 {
    right: 30px;
    left: 30px;
  }

  .group:hover .lg\:group-hover\:inset-y-35 {
    top: 35px;
    bottom: 35px;
  }

  .group:hover .lg\:group-hover\:inset-x-35 {
    right: 35px;
    left: 35px;
  }

  .group:hover .lg\:group-hover\:inset-y-37 {
    top: 37px;
    bottom: 37px;
  }

  .group:hover .lg\:group-hover\:inset-x-37 {
    right: 37px;
    left: 37px;
  }

  .group:hover .lg\:group-hover\:inset-y-38 {
    top: 38px;
    bottom: 38px;
  }

  .group:hover .lg\:group-hover\:inset-x-38 {
    right: 38px;
    left: 38px;
  }

  .group:hover .lg\:group-hover\:inset-y-40 {
    top: 40px;
    bottom: 40px;
  }

  .group:hover .lg\:group-hover\:inset-x-40 {
    right: 40px;
    left: 40px;
  }

  .group:hover .lg\:group-hover\:inset-y-50 {
    top: 50px;
    bottom: 50px;
  }

  .group:hover .lg\:group-hover\:inset-x-50 {
    right: 50px;
    left: 50px;
  }

  .group:hover .lg\:group-hover\:inset-y-70 {
    top: 70px;
    bottom: 70px;
  }

  .group:hover .lg\:group-hover\:inset-x-70 {
    right: 70px;
    left: 70px;
  }

  .group:hover .lg\:group-hover\:inset-y-100 {
    top: 100px;
    bottom: 100px;
  }

  .group:hover .lg\:group-hover\:inset-x-100 {
    right: 100px;
    left: 100px;
  }

  .group:hover .lg\:group-hover\:inset-y-120 {
    top: 120px;
    bottom: 120px;
  }

  .group:hover .lg\:group-hover\:inset-x-120 {
    right: 120px;
    left: 120px;
  }

  .group:hover .lg\:group-hover\:inset-y-130 {
    top: 130px;
    bottom: 130px;
  }

  .group:hover .lg\:group-hover\:inset-x-130 {
    right: 130px;
    left: 130px;
  }

  .group:hover .lg\:group-hover\:inset-y-140 {
    top: 140px;
    bottom: 140px;
  }

  .group:hover .lg\:group-hover\:inset-x-140 {
    right: 140px;
    left: 140px;
  }

  .group:hover .lg\:group-hover\:inset-y-180 {
    top: 180px;
    bottom: 180px;
  }

  .group:hover .lg\:group-hover\:inset-x-180 {
    right: 180px;
    left: 180px;
  }

  .group:hover .lg\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-y-calc-middle {
    top: calc(50% - 40px);
    bottom: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:inset-x-calc-middle {
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:inset-y-10p {
    top: 10%;
    bottom: 10%;
  }

  .group:hover .lg\:group-hover\:inset-x-10p {
    right: 10%;
    left: 10%;
  }

  .group:hover .lg\:group-hover\:inset-y-20p {
    top: 20%;
    bottom: 20%;
  }

  .group:hover .lg\:group-hover\:inset-x-20p {
    right: 20%;
    left: 20%;
  }

  .group:hover .lg\:group-hover\:-inset-y-35 {
    top: -35px;
    bottom: -35px;
  }

  .group:hover .lg\:group-hover\:-inset-x-35 {
    right: -35px;
    left: -35px;
  }

  .group:hover .lg\:group-hover\:-inset-y-28 {
    top: -28px;
    bottom: -28px;
  }

  .group:hover .lg\:group-hover\:-inset-x-28 {
    right: -28px;
    left: -28px;
  }

  .group:hover .lg\:group-hover\:-inset-y-60 {
    top: -60px;
    bottom: -60px;
  }

  .group:hover .lg\:group-hover\:-inset-x-60 {
    right: -60px;
    left: -60px;
  }

  .group:hover .lg\:group-hover\:inset-y-vw90 {
    top: 90vw;
    bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:inset-x-vw90 {
    right: 90vw;
    left: 90vw;
  }

  .group:hover .lg\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:top-0 {
    top: 0;
  }

  .group:hover .lg\:group-hover\:right-0 {
    right: 0;
  }

  .group:hover .lg\:group-hover\:bottom-0 {
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:left-0 {
    left: 0;
  }

  .group:hover .lg\:group-hover\:top-5 {
    top: 5px;
  }

  .group:hover .lg\:group-hover\:right-5 {
    right: 5px;
  }

  .group:hover .lg\:group-hover\:bottom-5 {
    bottom: 5px;
  }

  .group:hover .lg\:group-hover\:left-5 {
    left: 5px;
  }

  .group:hover .lg\:group-hover\:top-10 {
    top: 10px;
  }

  .group:hover .lg\:group-hover\:right-10 {
    right: 10px;
  }

  .group:hover .lg\:group-hover\:bottom-10 {
    bottom: 10px;
  }

  .group:hover .lg\:group-hover\:left-10 {
    left: 10px;
  }

  .group:hover .lg\:group-hover\:top-15 {
    top: 15px;
  }

  .group:hover .lg\:group-hover\:right-15 {
    right: 15px;
  }

  .group:hover .lg\:group-hover\:bottom-15 {
    bottom: 15px;
  }

  .group:hover .lg\:group-hover\:left-15 {
    left: 15px;
  }

  .group:hover .lg\:group-hover\:top-16 {
    top: 16px;
  }

  .group:hover .lg\:group-hover\:right-16 {
    right: 16px;
  }

  .group:hover .lg\:group-hover\:bottom-16 {
    bottom: 16px;
  }

  .group:hover .lg\:group-hover\:left-16 {
    left: 16px;
  }

  .group:hover .lg\:group-hover\:top-20 {
    top: 20px;
  }

  .group:hover .lg\:group-hover\:right-20 {
    right: 20px;
  }

  .group:hover .lg\:group-hover\:bottom-20 {
    bottom: 20px;
  }

  .group:hover .lg\:group-hover\:left-20 {
    left: 20px;
  }

  .group:hover .lg\:group-hover\:top-21 {
    top: 21px;
  }

  .group:hover .lg\:group-hover\:right-21 {
    right: 21px;
  }

  .group:hover .lg\:group-hover\:bottom-21 {
    bottom: 21px;
  }

  .group:hover .lg\:group-hover\:left-21 {
    left: 21px;
  }

  .group:hover .lg\:group-hover\:top-22 {
    top: 22px;
  }

  .group:hover .lg\:group-hover\:right-22 {
    right: 22px;
  }

  .group:hover .lg\:group-hover\:bottom-22 {
    bottom: 22px;
  }

  .group:hover .lg\:group-hover\:left-22 {
    left: 22px;
  }

  .group:hover .lg\:group-hover\:top-25 {
    top: 25px;
  }

  .group:hover .lg\:group-hover\:right-25 {
    right: 25px;
  }

  .group:hover .lg\:group-hover\:bottom-25 {
    bottom: 25px;
  }

  .group:hover .lg\:group-hover\:left-25 {
    left: 25px;
  }

  .group:hover .lg\:group-hover\:top-30 {
    top: 30px;
  }

  .group:hover .lg\:group-hover\:right-30 {
    right: 30px;
  }

  .group:hover .lg\:group-hover\:bottom-30 {
    bottom: 30px;
  }

  .group:hover .lg\:group-hover\:left-30 {
    left: 30px;
  }

  .group:hover .lg\:group-hover\:top-35 {
    top: 35px;
  }

  .group:hover .lg\:group-hover\:right-35 {
    right: 35px;
  }

  .group:hover .lg\:group-hover\:bottom-35 {
    bottom: 35px;
  }

  .group:hover .lg\:group-hover\:left-35 {
    left: 35px;
  }

  .group:hover .lg\:group-hover\:top-37 {
    top: 37px;
  }

  .group:hover .lg\:group-hover\:right-37 {
    right: 37px;
  }

  .group:hover .lg\:group-hover\:bottom-37 {
    bottom: 37px;
  }

  .group:hover .lg\:group-hover\:left-37 {
    left: 37px;
  }

  .group:hover .lg\:group-hover\:top-38 {
    top: 38px;
  }

  .group:hover .lg\:group-hover\:right-38 {
    right: 38px;
  }

  .group:hover .lg\:group-hover\:bottom-38 {
    bottom: 38px;
  }

  .group:hover .lg\:group-hover\:left-38 {
    left: 38px;
  }

  .group:hover .lg\:group-hover\:top-40 {
    top: 40px;
  }

  .group:hover .lg\:group-hover\:right-40 {
    right: 40px;
  }

  .group:hover .lg\:group-hover\:bottom-40 {
    bottom: 40px;
  }

  .group:hover .lg\:group-hover\:left-40 {
    left: 40px;
  }

  .group:hover .lg\:group-hover\:top-50 {
    top: 50px;
  }

  .group:hover .lg\:group-hover\:right-50 {
    right: 50px;
  }

  .group:hover .lg\:group-hover\:bottom-50 {
    bottom: 50px;
  }

  .group:hover .lg\:group-hover\:left-50 {
    left: 50px;
  }

  .group:hover .lg\:group-hover\:top-70 {
    top: 70px;
  }

  .group:hover .lg\:group-hover\:right-70 {
    right: 70px;
  }

  .group:hover .lg\:group-hover\:bottom-70 {
    bottom: 70px;
  }

  .group:hover .lg\:group-hover\:left-70 {
    left: 70px;
  }

  .group:hover .lg\:group-hover\:top-100 {
    top: 100px;
  }

  .group:hover .lg\:group-hover\:right-100 {
    right: 100px;
  }

  .group:hover .lg\:group-hover\:bottom-100 {
    bottom: 100px;
  }

  .group:hover .lg\:group-hover\:left-100 {
    left: 100px;
  }

  .group:hover .lg\:group-hover\:top-120 {
    top: 120px;
  }

  .group:hover .lg\:group-hover\:right-120 {
    right: 120px;
  }

  .group:hover .lg\:group-hover\:bottom-120 {
    bottom: 120px;
  }

  .group:hover .lg\:group-hover\:left-120 {
    left: 120px;
  }

  .group:hover .lg\:group-hover\:top-130 {
    top: 130px;
  }

  .group:hover .lg\:group-hover\:right-130 {
    right: 130px;
  }

  .group:hover .lg\:group-hover\:bottom-130 {
    bottom: 130px;
  }

  .group:hover .lg\:group-hover\:left-130 {
    left: 130px;
  }

  .group:hover .lg\:group-hover\:top-140 {
    top: 140px;
  }

  .group:hover .lg\:group-hover\:right-140 {
    right: 140px;
  }

  .group:hover .lg\:group-hover\:bottom-140 {
    bottom: 140px;
  }

  .group:hover .lg\:group-hover\:left-140 {
    left: 140px;
  }

  .group:hover .lg\:group-hover\:top-180 {
    top: 180px;
  }

  .group:hover .lg\:group-hover\:right-180 {
    right: 180px;
  }

  .group:hover .lg\:group-hover\:bottom-180 {
    bottom: 180px;
  }

  .group:hover .lg\:group-hover\:left-180 {
    left: 180px;
  }

  .group:hover .lg\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .lg\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .lg\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .lg\:group-hover\:top-calc-middle {
    top: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:right-calc-middle {
    right: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:bottom-calc-middle {
    bottom: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:left-calc-middle {
    left: calc(50% - 40px);
  }

  .group:hover .lg\:group-hover\:top-10p {
    top: 10%;
  }

  .group:hover .lg\:group-hover\:right-10p {
    right: 10%;
  }

  .group:hover .lg\:group-hover\:bottom-10p {
    bottom: 10%;
  }

  .group:hover .lg\:group-hover\:left-10p {
    left: 10%;
  }

  .group:hover .lg\:group-hover\:top-20p {
    top: 20%;
  }

  .group:hover .lg\:group-hover\:right-20p {
    right: 20%;
  }

  .group:hover .lg\:group-hover\:bottom-20p {
    bottom: 20%;
  }

  .group:hover .lg\:group-hover\:left-20p {
    left: 20%;
  }

  .group:hover .lg\:group-hover\:-top-35 {
    top: -35px;
  }

  .group:hover .lg\:group-hover\:-right-35 {
    right: -35px;
  }

  .group:hover .lg\:group-hover\:-bottom-35 {
    bottom: -35px;
  }

  .group:hover .lg\:group-hover\:-left-35 {
    left: -35px;
  }

  .group:hover .lg\:group-hover\:-top-28 {
    top: -28px;
  }

  .group:hover .lg\:group-hover\:-right-28 {
    right: -28px;
  }

  .group:hover .lg\:group-hover\:-bottom-28 {
    bottom: -28px;
  }

  .group:hover .lg\:group-hover\:-left-28 {
    left: -28px;
  }

  .group:hover .lg\:group-hover\:-top-60 {
    top: -60px;
  }

  .group:hover .lg\:group-hover\:-right-60 {
    right: -60px;
  }

  .group:hover .lg\:group-hover\:-bottom-60 {
    bottom: -60px;
  }

  .group:hover .lg\:group-hover\:-left-60 {
    left: -60px;
  }

  .group:hover .lg\:group-hover\:top-vw90 {
    top: 90vw;
  }

  .group:hover .lg\:group-hover\:right-vw90 {
    right: 90vw;
  }

  .group:hover .lg\:group-hover\:bottom-vw90 {
    bottom: 90vw;
  }

  .group:hover .lg\:group-hover\:left-vw90 {
    left: 90vw;
  }

  .group:hover .lg\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .lg\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .lg\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:hover\:resize-none:hover {
    resize: none;
  }

  .lg\:hover\:resize-y:hover {
    resize: vertical;
  }

  .lg\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .lg\:hover\:resize:hover {
    resize: both;
  }

  .lg\:focus\:resize-none:focus {
    resize: none;
  }

  .lg\:focus\:resize-y:focus {
    resize: vertical;
  }

  .lg\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .lg\:focus\:resize:focus {
    resize: both;
  }

  .lg\:first\:resize-none:first-child {
    resize: none;
  }

  .lg\:first\:resize-y:first-child {
    resize: vertical;
  }

  .lg\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .lg\:first\:resize:first-child {
    resize: both;
  }

  .lg\:last\:resize-none:last-child {
    resize: none;
  }

  .lg\:last\:resize-y:last-child {
    resize: vertical;
  }

  .lg\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .lg\:last\:resize:last-child {
    resize: both;
  }

  .group:hover .lg\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .lg\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .lg\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .lg\:group-hover\:resize {
    resize: both;
  }

  .lg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:first\:shadow-xs:first-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow-sm:first-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow:first-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-md:first-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-lg:first-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:first\:shadow-xl:first-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:first\:shadow-2xl:first-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:first\:shadow-inner:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:first\:shadow-outline:first-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:first\:shadow-none:first-child {
    box-shadow: none;
  }

  .lg\:last\:shadow-xs:last-child {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow-sm:last-child {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow:last-child {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-md:last-child {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-lg:last-child {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:last\:shadow-xl:last-child {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:last\:shadow-2xl:last-child {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:last\:shadow-inner:last-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:last\:shadow-outline:last-child {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:last\:shadow-none:last-child {
    box-shadow: none;
  }

  .group:hover .lg\:group-hover\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .group:hover .lg\:group-hover\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .group:hover .lg\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .lg\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .lg\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .lg\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .group:hover .lg\:group-hover\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .lg\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .lg\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .lg\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .group:hover .lg\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .lg\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .lg\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .lg\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .lg\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .lg\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .lg\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .lg\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .lg\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .lg\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .lg\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .lg\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .group:hover .lg\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .lg\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .lg\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .lg\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .lg\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .lg\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .lg\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .lg\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .lg\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .group:hover .lg\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .lg\:group-hover\: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\:hover\:text-left:hover {
    text-align: left;
  }

  .lg\:hover\:text-center:hover {
    text-align: center;
  }

  .lg\:hover\:text-right:hover {
    text-align: right;
  }

  .lg\:hover\:text-justify:hover {
    text-align: justify;
  }

  .lg\:focus\:text-left:focus {
    text-align: left;
  }

  .lg\:focus\:text-center:focus {
    text-align: center;
  }

  .lg\:focus\:text-right:focus {
    text-align: right;
  }

  .lg\:focus\:text-justify:focus {
    text-align: justify;
  }

  .lg\:first\:text-left:first-child {
    text-align: left;
  }

  .lg\:first\:text-center:first-child {
    text-align: center;
  }

  .lg\:first\:text-right:first-child {
    text-align: right;
  }

  .lg\:first\:text-justify:first-child {
    text-align: justify;
  }

  .lg\:last\:text-left:last-child {
    text-align: left;
  }

  .lg\:last\:text-center:last-child {
    text-align: center;
  }

  .lg\:last\:text-right:last-child {
    text-align: right;
  }

  .lg\:last\:text-justify:last-child {
    text-align: justify;
  }

  .group:hover .lg\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .lg\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .lg\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .lg\:group-hover\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .lg\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .lg\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .lg\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .lg\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .lg\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .lg\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .lg\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .lg\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .lg\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:hover\:text-yellow:hover {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .lg\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:hover\:text-dark-blue:hover {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .lg\:hover\:text-light-blue:hover {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .lg\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .lg\:hover\:text-text-grey:hover {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .lg\:hover\:text-background-grey:hover {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-grey-blue:hover {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .lg\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:focus\:text-yellow:focus {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .lg\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .lg\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:focus\:text-dark-blue:focus {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .lg\:focus\:text-light-blue:focus {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .lg\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .lg\:focus\:text-text-grey:focus {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .lg\:focus\:text-background-grey:focus {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:text-grey-blue:focus {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .lg\:first\:text-transparent:first-child {
    color: transparent;
  }

  .lg\:first\:text-current:first-child {
    color: currentColor;
  }

  .lg\:first\:text-black:first-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:first\:text-white:first-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:first\:text-gray-100:first-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:first\:text-gray-200:first-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:first\:text-gray-300:first-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:first\:text-gray-400:first-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:first\:text-gray-500:first-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:first\:text-gray-600:first-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:first\:text-gray-700:first-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:first\:text-gray-800:first-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:first\:text-gray-900:first-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:first\:text-red:first-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .lg\:first\:text-orange-100:first-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:first\:text-orange-200:first-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:first\:text-orange-300:first-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:first\:text-orange-400:first-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:first\:text-orange-500:first-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:first\:text-orange-600:first-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:first\:text-orange-700:first-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:first\:text-orange-800:first-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:first\:text-orange-900:first-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:first\:text-yellow:first-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .lg\:first\:text-green:first-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .lg\:first\:text-teal-100:first-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:first\:text-teal-200:first-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:first\:text-teal-300:first-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:first\:text-teal-400:first-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:first\:text-teal-500:first-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:first\:text-teal-600:first-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:first\:text-teal-700:first-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:first\:text-teal-800:first-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:first\:text-teal-900:first-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:first\:text-blue:first-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .lg\:first\:text-indigo-100:first-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:first\:text-indigo-200:first-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:first\:text-indigo-300:first-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:first\:text-indigo-400:first-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:first\:text-indigo-500:first-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:first\:text-indigo-600:first-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:first\:text-indigo-700:first-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:first\:text-indigo-800:first-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:first\:text-indigo-900:first-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:first\:text-purple-100:first-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:first\:text-purple-200:first-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:first\:text-purple-300:first-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:first\:text-purple-400:first-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:first\:text-purple-500:first-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:first\:text-purple-600:first-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:first\:text-purple-700:first-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:first\:text-purple-800:first-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:first\:text-purple-900:first-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:first\:text-pink-100:first-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:first\:text-pink-200:first-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:first\:text-pink-300:first-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:first\:text-pink-400:first-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:first\:text-pink-500:first-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:first\:text-pink-600:first-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:first\:text-pink-700:first-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:first\:text-pink-800:first-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:first\:text-pink-900:first-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:first\:text-dark-blue:first-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .lg\:first\:text-light-blue:first-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .lg\:first\:text-grey:first-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .lg\:first\:text-text-grey:first-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .lg\:first\:text-background-grey:first-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:first\:text-grey-blue:first-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .lg\:last\:text-transparent:last-child {
    color: transparent;
  }

  .lg\:last\:text-current:last-child {
    color: currentColor;
  }

  .lg\:last\:text-black:last-child {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:last\:text-white:last-child {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:last\:text-gray-100:last-child {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:last\:text-gray-200:last-child {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:last\:text-gray-300:last-child {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:last\:text-gray-400:last-child {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:last\:text-gray-500:last-child {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:last\:text-gray-600:last-child {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:last\:text-gray-700:last-child {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:last\:text-gray-800:last-child {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:last\:text-gray-900:last-child {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:last\:text-red:last-child {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .lg\:last\:text-orange-100:last-child {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:last\:text-orange-200:last-child {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:last\:text-orange-300:last-child {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:last\:text-orange-400:last-child {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:last\:text-orange-500:last-child {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:last\:text-orange-600:last-child {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:last\:text-orange-700:last-child {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:last\:text-orange-800:last-child {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:last\:text-orange-900:last-child {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:last\:text-yellow:last-child {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .lg\:last\:text-green:last-child {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .lg\:last\:text-teal-100:last-child {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:last\:text-teal-200:last-child {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:last\:text-teal-300:last-child {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:last\:text-teal-400:last-child {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:last\:text-teal-500:last-child {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:last\:text-teal-600:last-child {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:last\:text-teal-700:last-child {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:last\:text-teal-800:last-child {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:last\:text-teal-900:last-child {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:last\:text-blue:last-child {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .lg\:last\:text-indigo-100:last-child {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:last\:text-indigo-200:last-child {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:last\:text-indigo-300:last-child {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:last\:text-indigo-400:last-child {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:last\:text-indigo-500:last-child {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:last\:text-indigo-600:last-child {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:last\:text-indigo-700:last-child {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:last\:text-indigo-800:last-child {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:last\:text-indigo-900:last-child {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:last\:text-purple-100:last-child {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:last\:text-purple-200:last-child {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:last\:text-purple-300:last-child {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:last\:text-purple-400:last-child {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:last\:text-purple-500:last-child {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:last\:text-purple-600:last-child {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:last\:text-purple-700:last-child {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:last\:text-purple-800:last-child {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:last\:text-purple-900:last-child {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:last\:text-pink-100:last-child {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:last\:text-pink-200:last-child {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:last\:text-pink-300:last-child {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:last\:text-pink-400:last-child {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:last\:text-pink-500:last-child {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:last\:text-pink-600:last-child {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:last\:text-pink-700:last-child {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:last\:text-pink-800:last-child {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:last\:text-pink-900:last-child {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:last\:text-dark-blue:last-child {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .lg\:last\:text-light-blue:last-child {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .lg\:last\:text-grey:last-child {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .lg\:last\:text-text-grey:last-child {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .lg\:last\:text-background-grey:last-child {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:last\:text-grey-blue:last-child {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red {
    --text-opacity: 1;
    color: #b94d4d;
    color: rgba(185, 77, 77, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow {
    --text-opacity: 1;
    color: #e4a817;
    color: rgba(228, 168, 23, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green {
    --text-opacity: 1;
    color: #92DA8E;
    color: rgba(146, 218, 142, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue {
    --text-opacity: 1;
    color: #5e8ab5;
    color: rgba(94, 138, 181, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-dark-blue {
    --text-opacity: 1;
    color: #00404c;
    color: rgba(0, 64, 76, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-light-blue {
    --text-opacity: 1;
    color: #d7e2ed;
    color: rgba(215, 226, 237, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey {
    --text-opacity: 1;
    color: #f2f5f6;
    color: rgba(242, 245, 246, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-text-grey {
    --text-opacity: 1;
    color: #7b7c7d;
    color: rgba(123, 124, 125, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-background-grey {
    --text-opacity: 1;
    color: #E2E8F0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-blue {
    --text-opacity: 1;
    color: #88a5ab;
    color: rgba(136, 165, 171, var(--text-opacity));
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0;
  }

  .lg\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-15:hover {
    --text-opacity: 0.15;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .lg\:focus\:text-opacity-15:focus {
    --text-opacity: 0.15;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .lg\:first\:text-opacity-0:first-child {
    --text-opacity: 0;
  }

  .lg\:first\:text-opacity-15:first-child {
    --text-opacity: 0.15;
  }

  .lg\:first\:text-opacity-25:first-child {
    --text-opacity: 0.25;
  }

  .lg\:first\:text-opacity-50:first-child {
    --text-opacity: 0.5;
  }

  .lg\:first\:text-opacity-75:first-child {
    --text-opacity: 0.75;
  }

  .lg\:first\:text-opacity-80:first-child {
    --text-opacity: 0.8;
  }

  .lg\:first\:text-opacity-100:first-child {
    --text-opacity: 1;
  }

  .lg\:last\:text-opacity-0:last-child {
    --text-opacity: 0;
  }

  .lg\:last\:text-opacity-15:last-child {
    --text-opacity: 0.15;
  }

  .lg\:last\:text-opacity-25:last-child {
    --text-opacity: 0.25;
  }

  .lg\:last\:text-opacity-50:last-child {
    --text-opacity: 0.5;
  }

  .lg\:last\:text-opacity-75:last-child {
    --text-opacity: 0.75;
  }

  .lg\:last\:text-opacity-80:last-child {
    --text-opacity: 0.8;
  }

  .lg\:last\:text-opacity-100:last-child {
    --text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --text-opacity: 1;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:not-italic:focus {
    font-style: normal;
  }

  .lg\:first\:italic:first-child {
    font-style: italic;
  }

  .lg\:first\:not-italic:first-child {
    font-style: normal;
  }

  .lg\:last\:italic:last-child {
    font-style: italic;
  }

  .lg\:last\:not-italic:last-child {
    font-style: normal;
  }

  .group:hover .lg\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .lg\:group-hover\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .lg\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .lg\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .lg\:first\:normal-case:first-child {
    text-transform: none;
  }

  .lg\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .lg\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .lg\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .lg\:last\:normal-case:last-child {
    text-transform: none;
  }

  .group:hover .lg\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .lg\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .lg\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .lg\:group-hover\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:first\:underline:first-child {
    text-decoration: underline;
  }

  .lg\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .lg\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .lg\:last\:underline:last-child {
    text-decoration: underline;
  }

  .lg\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .lg\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .lg\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .lg\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:hover\:ordinal:hover, .lg\:hover\:slashed-zero:hover, .lg\:hover\:lining-nums:hover, .lg\:hover\:oldstyle-nums:hover, .lg\:hover\:proportional-nums:hover, .lg\:hover\:tabular-nums:hover, .lg\:hover\:diagonal-fractions:hover, .lg\:hover\:stacked-fractions:hover {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .lg\:hover\:ordinal:hover {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:hover\:slashed-zero:hover {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:hover\:lining-nums:hover {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:hover\:oldstyle-nums:hover {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:hover\:proportional-nums:hover {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:hover\:tabular-nums:hover {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:hover\:diagonal-fractions:hover {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:hover\:stacked-fractions:hover {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:focus\:ordinal:focus, .lg\:focus\:slashed-zero:focus, .lg\:focus\:lining-nums:focus, .lg\:focus\:oldstyle-nums:focus, .lg\:focus\:proportional-nums:focus, .lg\:focus\:tabular-nums:focus, .lg\:focus\:diagonal-fractions:focus, .lg\:focus\:stacked-fractions:focus {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .lg\:focus\:ordinal:focus {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:focus\:slashed-zero:focus {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:focus\:lining-nums:focus {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:focus\:oldstyle-nums:focus {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:focus\:proportional-nums:focus {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:focus\:tabular-nums:focus {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:focus\:diagonal-fractions:focus {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:focus\:stacked-fractions:focus {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:first\:ordinal:first-child, .lg\:first\:slashed-zero:first-child, .lg\:first\:lining-nums:first-child, .lg\:first\:oldstyle-nums:first-child, .lg\:first\:proportional-nums:first-child, .lg\:first\:tabular-nums:first-child, .lg\:first\:diagonal-fractions:first-child, .lg\:first\:stacked-fractions:first-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .lg\:first\:ordinal:first-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:first\:slashed-zero:first-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:first\:lining-nums:first-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:first\:oldstyle-nums:first-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:first\:proportional-nums:first-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:first\:tabular-nums:first-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:first\:diagonal-fractions:first-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:first\:stacked-fractions:first-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:last\:ordinal:last-child, .lg\:last\:slashed-zero:last-child, .lg\:last\:lining-nums:last-child, .lg\:last\:oldstyle-nums:last-child, .lg\:last\:proportional-nums:last-child, .lg\:last\:tabular-nums:last-child, .lg\:last\:diagonal-fractions:last-child, .lg\:last\:stacked-fractions:last-child {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .lg\:last\:ordinal:last-child {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:last\:slashed-zero:last-child {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:last\:lining-nums:last-child {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:last\:oldstyle-nums:last-child {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:last\:proportional-nums:last-child {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:last\:tabular-nums:last-child {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:last\:diagonal-fractions:last-child {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:last\:stacked-fractions:last-child {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .group:hover .lg\:group-hover\:ordinal, .group:hover .lg\:group-hover\:slashed-zero, .group:hover .lg\:group-hover\:lining-nums, .group:hover .lg\:group-hover\:oldstyle-nums, .group:hover .lg\:group-hover\:proportional-nums, .group:hover .lg\:group-hover\:tabular-nums, .group:hover .lg\:group-hover\:diagonal-fractions, .group:hover .lg\:group-hover\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .group:hover .lg\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .lg\:group-hover\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .group:hover .lg\:group-hover\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .group:hover .lg\:group-hover\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .group:hover .lg\:group-hover\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .group:hover .lg\:group-hover\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .group:hover .lg\:group-hover\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .group:hover .lg\:group-hover\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .group:hover .lg\:group-hover\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-1 {
    letter-spacing: 1px;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .lg\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .lg\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .lg\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .lg\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .lg\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .lg\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .lg\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .lg\:hover\:tracking-1:hover {
    letter-spacing: 1px;
  }

  .lg\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .lg\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .lg\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .lg\:hover\:tracking-0-3:hover {
    letter-spacing: 0.3px;
  }

  .lg\:hover\:tracking-0-5:hover {
    letter-spacing: 0.5px;
  }

  .lg\:hover\:tracking-0-6:hover {
    letter-spacing: 0.6px;
  }

  .lg\:hover\:tracking-0-7:hover {
    letter-spacing: 0.7px;
  }

  .lg\:hover\:tracking-0-74:hover {
    letter-spacing: 0.74px;
  }

  .lg\:hover\:tracking-0-8:hover {
    letter-spacing: 0.8px;
  }

  .lg\:hover\:tracking-0-9:hover {
    letter-spacing: 0.9px;
  }

  .lg\:hover\:tracking-1-03:hover {
    letter-spacing: 1.03px;
  }

  .lg\:focus\:tracking-1:focus {
    letter-spacing: 1px;
  }

  .lg\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .lg\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .lg\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .lg\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .lg\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .lg\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .lg\:focus\:tracking-0-3:focus {
    letter-spacing: 0.3px;
  }

  .lg\:focus\:tracking-0-5:focus {
    letter-spacing: 0.5px;
  }

  .lg\:focus\:tracking-0-6:focus {
    letter-spacing: 0.6px;
  }

  .lg\:focus\:tracking-0-7:focus {
    letter-spacing: 0.7px;
  }

  .lg\:focus\:tracking-0-74:focus {
    letter-spacing: 0.74px;
  }

  .lg\:focus\:tracking-0-8:focus {
    letter-spacing: 0.8px;
  }

  .lg\:focus\:tracking-0-9:focus {
    letter-spacing: 0.9px;
  }

  .lg\:focus\:tracking-1-03:focus {
    letter-spacing: 1.03px;
  }

  .lg\:first\:tracking-1:first-child {
    letter-spacing: 1px;
  }

  .lg\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .lg\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .lg\:first\:tracking-normal:first-child {
    letter-spacing: 0;
  }

  .lg\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .lg\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .lg\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .lg\:first\:tracking-0-3:first-child {
    letter-spacing: 0.3px;
  }

  .lg\:first\:tracking-0-5:first-child {
    letter-spacing: 0.5px;
  }

  .lg\:first\:tracking-0-6:first-child {
    letter-spacing: 0.6px;
  }

  .lg\:first\:tracking-0-7:first-child {
    letter-spacing: 0.7px;
  }

  .lg\:first\:tracking-0-74:first-child {
    letter-spacing: 0.74px;
  }

  .lg\:first\:tracking-0-8:first-child {
    letter-spacing: 0.8px;
  }

  .lg\:first\:tracking-0-9:first-child {
    letter-spacing: 0.9px;
  }

  .lg\:first\:tracking-1-03:first-child {
    letter-spacing: 1.03px;
  }

  .lg\:last\:tracking-1:last-child {
    letter-spacing: 1px;
  }

  .lg\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .lg\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .lg\:last\:tracking-normal:last-child {
    letter-spacing: 0;
  }

  .lg\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .lg\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .lg\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .lg\:last\:tracking-0-3:last-child {
    letter-spacing: 0.3px;
  }

  .lg\:last\:tracking-0-5:last-child {
    letter-spacing: 0.5px;
  }

  .lg\:last\:tracking-0-6:last-child {
    letter-spacing: 0.6px;
  }

  .lg\:last\:tracking-0-7:last-child {
    letter-spacing: 0.7px;
  }

  .lg\:last\:tracking-0-74:last-child {
    letter-spacing: 0.74px;
  }

  .lg\:last\:tracking-0-8:last-child {
    letter-spacing: 0.8px;
  }

  .lg\:last\:tracking-0-9:last-child {
    letter-spacing: 0.9px;
  }

  .lg\:last\:tracking-1-03:last-child {
    letter-spacing: 1.03px;
  }

  .group:hover .lg\:group-hover\:tracking-1 {
    letter-spacing: 1px;
  }

  .group:hover .lg\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .lg\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .lg\:group-hover\:tracking-0-3 {
    letter-spacing: 0.3px;
  }

  .group:hover .lg\:group-hover\:tracking-0-5 {
    letter-spacing: 0.5px;
  }

  .group:hover .lg\:group-hover\:tracking-0-6 {
    letter-spacing: 0.6px;
  }

  .group:hover .lg\:group-hover\:tracking-0-7 {
    letter-spacing: 0.7px;
  }

  .group:hover .lg\:group-hover\:tracking-0-74 {
    letter-spacing: 0.74px;
  }

  .group:hover .lg\:group-hover\:tracking-0-8 {
    letter-spacing: 0.8px;
  }

  .group:hover .lg\:group-hover\:tracking-0-9 {
    letter-spacing: 0.9px;
  }

  .group:hover .lg\:group-hover\:tracking-1-03 {
    letter-spacing: 1.03px;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .lg\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .lg\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .lg\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .lg\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .lg\:hover\:align-top:hover {
    vertical-align: top;
  }

  .lg\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .lg\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .lg\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .lg\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .lg\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .lg\:focus\:align-top:focus {
    vertical-align: top;
  }

  .lg\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .lg\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .lg\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .lg\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .lg\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .lg\:first\:align-top:first-child {
    vertical-align: top;
  }

  .lg\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .lg\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .lg\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .lg\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .lg\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .lg\:last\:align-top:last-child {
    vertical-align: top;
  }

  .lg\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .lg\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .lg\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .lg\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .group:hover .lg\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .lg\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .lg\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .lg\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .lg\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .lg\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:hover\:visible:hover {
    visibility: visible;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden;
  }

  .lg\:focus\:visible:focus {
    visibility: visible;
  }

  .lg\:focus\:invisible:focus {
    visibility: hidden;
  }

  .lg\:first\:visible:first-child {
    visibility: visible;
  }

  .lg\:first\:invisible:first-child {
    visibility: hidden;
  }

  .lg\:last\:visible:last-child {
    visibility: visible;
  }

  .lg\:last\:invisible:last-child {
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .lg\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .lg\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .lg\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .lg\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .lg\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .lg\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .lg\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .lg\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .lg\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .lg\:first\:whitespace-no-wrap:first-child {
    white-space: nowrap;
  }

  .lg\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .lg\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .lg\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .lg\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .lg\:last\:whitespace-no-wrap:last-child {
    white-space: nowrap;
  }

  .lg\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .lg\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .lg\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .group:hover .lg\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .lg\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:hover\:break-normal:hover {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:hover\:break-words:hover {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:hover\:break-all:hover {
    word-break: break-all;
  }

  .lg\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus\:break-normal:focus {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:focus\:break-words:focus {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:focus\:break-all:focus {
    word-break: break-all;
  }

  .lg\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:first\:break-normal:first-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:first\:break-words:first-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:first\:break-all:first-child {
    word-break: break-all;
  }

  .lg\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:last\:break-normal:last-child {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:last\:break-words:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:last\:break-all:last-child {
    word-break: break-all;
  }

  .lg\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .lg\:group-hover\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .group:hover .lg\:group-hover\:break-all {
    word-break: break-all;
  }

  .group:hover .lg\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 3px;
  }

  .lg\:w-4 {
    width: 4px;
  }

  .lg\:w-5 {
    width: 5px;
  }

  .lg\:w-6 {
    width: 6px;
  }

  .lg\:w-8 {
    width: 8px;
  }

  .lg\:w-9 {
    width: 9px;
  }

  .lg\:w-10 {
    width: 10px;
  }

  .lg\:w-12 {
    width: 12px;
  }

  .lg\:w-13 {
    width: 13px;
  }

  .lg\:w-14 {
    width: 14px;
  }

  .lg\:w-15 {
    width: 15px;
  }

  .lg\:w-16 {
    width: 16px;
  }

  .lg\:w-17 {
    width: 17px;
  }

  .lg\:w-18 {
    width: 18px;
  }

  .lg\:w-20 {
    width: 20px;
  }

  .lg\:w-22 {
    width: 22px;
  }

  .lg\:w-24 {
    width: 24px;
  }

  .lg\:w-25 {
    width: 25px;
  }

  .lg\:w-28 {
    width: 28px;
  }

  .lg\:w-29 {
    width: 29px;
  }

  .lg\:w-30 {
    width: 30px;
  }

  .lg\:w-32 {
    width: 32px;
  }

  .lg\:w-35 {
    width: 35px;
  }

  .lg\:w-36 {
    width: 36px;
  }

  .lg\:w-37 {
    width: 37px;
  }

  .lg\:w-40 {
    width: 40px;
  }

  .lg\:w-45 {
    width: 45px;
  }

  .lg\:w-48 {
    width: 48px;
  }

  .lg\:w-50 {
    width: 50px;
  }

  .lg\:w-55 {
    width: 55px;
  }

  .lg\:w-56 {
    width: 56px;
  }

  .lg\:w-60 {
    width: 60px;
  }

  .lg\:w-62 {
    width: 62px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-65 {
    width: 65px;
  }

  .lg\:w-70 {
    width: 70px;
  }

  .lg\:w-75 {
    width: 75px;
  }

  .lg\:w-80 {
    width: 80px;
  }

  .lg\:w-85 {
    width: 85px;
  }

  .lg\:w-90 {
    width: 90px;
  }

  .lg\:w-95 {
    width: 95px;
  }

  .lg\:w-96 {
    width: 96px;
  }

  .lg\:w-100 {
    width: 100px;
  }

  .lg\:w-110 {
    width: 110px;
  }

  .lg\:w-115 {
    width: 115px;
  }

  .lg\:w-120 {
    width: 120px;
  }

  .lg\:w-128 {
    width: 128px;
  }

  .lg\:w-135 {
    width: 135px;
  }

  .lg\:w-140 {
    width: 140px;
  }

  .lg\:w-145 {
    width: 145px;
  }

  .lg\:w-150 {
    width: 150px;
  }

  .lg\:w-160 {
    width: 160px;
  }

  .lg\:w-165 {
    width: 165px;
  }

  .lg\:w-168 {
    width: 168px;
  }

  .lg\:w-170 {
    width: 170px;
  }

  .lg\:w-180 {
    width: 180px;
  }

  .lg\:w-200 {
    width: 200px;
  }

  .lg\:w-220 {
    width: 220px;
  }

  .lg\:w-230 {
    width: 230px;
  }

  .lg\:w-235 {
    width: 235px;
  }

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:w-250 {
    width: 250px;
  }

  .lg\:w-300 {
    width: 300px;
  }

  .lg\:w-320 {
    width: 320px;
  }

  .lg\:w-350 {
    width: 350px;
  }

  .lg\:w-375 {
    width: 375px;
  }

  .lg\:w-400 {
    width: 400px;
  }

  .lg\:w-450 {
    width: 450px;
  }

  .lg\:w-700 {
    width: 700px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1p {
    width: 1%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-11p {
    width: 11%;
  }

  .lg\:w-20p {
    width: 20%;
  }

  .lg\:w-24p {
    width: 24.25%;
  }

  .lg\:w-25p {
    width: 25%;
  }

  .lg\:w-32p {
    width: 32%;
  }

  .lg\:w-35p {
    width: 35%;
  }

  .lg\:w-40p {
    width: 40%;
  }

  .lg\:w-49p {
    width: 49%;
  }

  .lg\:w-49-5p {
    width: 49.5%;
  }

  .lg\:w-80p {
    width: 80%;
  }

  .lg\:w-vh80 {
    width: 80vh;
  }

  .lg\:w-vh86 {
    width: 86vh;
  }

  .lg\:w-vh90 {
    width: 90vh;
  }

  .lg\:w-vw80 {
    width: 80vw;
  }

  .lg\:w-vw90 {
    width: 90vw;
  }

  .lg\:w-90p {
    width: 90%;
  }

  .lg\:w-92p {
    width: 92%;
  }

  .lg\:w-93p {
    width: 93%;
  }

  .lg\:w-94p {
    width: 94%;
  }

  .lg\:w-95p {
    width: 95%;
  }

  .lg\:w-96p {
    width: 96%;
  }

  .lg\:w-100p {
    width: 100%;
  }

  .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-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\:hover\:w-0:hover {
    width: 0px;
  }

  .lg\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .lg\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .lg\:hover\:w-3:hover {
    width: 3px;
  }

  .lg\:hover\:w-4:hover {
    width: 4px;
  }

  .lg\:hover\:w-5:hover {
    width: 5px;
  }

  .lg\:hover\:w-6:hover {
    width: 6px;
  }

  .lg\:hover\:w-8:hover {
    width: 8px;
  }

  .lg\:hover\:w-9:hover {
    width: 9px;
  }

  .lg\:hover\:w-10:hover {
    width: 10px;
  }

  .lg\:hover\:w-12:hover {
    width: 12px;
  }

  .lg\:hover\:w-13:hover {
    width: 13px;
  }

  .lg\:hover\:w-14:hover {
    width: 14px;
  }

  .lg\:hover\:w-15:hover {
    width: 15px;
  }

  .lg\:hover\:w-16:hover {
    width: 16px;
  }

  .lg\:hover\:w-17:hover {
    width: 17px;
  }

  .lg\:hover\:w-18:hover {
    width: 18px;
  }

  .lg\:hover\:w-20:hover {
    width: 20px;
  }

  .lg\:hover\:w-22:hover {
    width: 22px;
  }

  .lg\:hover\:w-24:hover {
    width: 24px;
  }

  .lg\:hover\:w-25:hover {
    width: 25px;
  }

  .lg\:hover\:w-28:hover {
    width: 28px;
  }

  .lg\:hover\:w-29:hover {
    width: 29px;
  }

  .lg\:hover\:w-30:hover {
    width: 30px;
  }

  .lg\:hover\:w-32:hover {
    width: 32px;
  }

  .lg\:hover\:w-35:hover {
    width: 35px;
  }

  .lg\:hover\:w-36:hover {
    width: 36px;
  }

  .lg\:hover\:w-37:hover {
    width: 37px;
  }

  .lg\:hover\:w-40:hover {
    width: 40px;
  }

  .lg\:hover\:w-45:hover {
    width: 45px;
  }

  .lg\:hover\:w-48:hover {
    width: 48px;
  }

  .lg\:hover\:w-50:hover {
    width: 50px;
  }

  .lg\:hover\:w-55:hover {
    width: 55px;
  }

  .lg\:hover\:w-56:hover {
    width: 56px;
  }

  .lg\:hover\:w-60:hover {
    width: 60px;
  }

  .lg\:hover\:w-62:hover {
    width: 62px;
  }

  .lg\:hover\:w-64:hover {
    width: 64px;
  }

  .lg\:hover\:w-65:hover {
    width: 65px;
  }

  .lg\:hover\:w-70:hover {
    width: 70px;
  }

  .lg\:hover\:w-75:hover {
    width: 75px;
  }

  .lg\:hover\:w-80:hover {
    width: 80px;
  }

  .lg\:hover\:w-85:hover {
    width: 85px;
  }

  .lg\:hover\:w-90:hover {
    width: 90px;
  }

  .lg\:hover\:w-95:hover {
    width: 95px;
  }

  .lg\:hover\:w-96:hover {
    width: 96px;
  }

  .lg\:hover\:w-100:hover {
    width: 100px;
  }

  .lg\:hover\:w-110:hover {
    width: 110px;
  }

  .lg\:hover\:w-115:hover {
    width: 115px;
  }

  .lg\:hover\:w-120:hover {
    width: 120px;
  }

  .lg\:hover\:w-128:hover {
    width: 128px;
  }

  .lg\:hover\:w-135:hover {
    width: 135px;
  }

  .lg\:hover\:w-140:hover {
    width: 140px;
  }

  .lg\:hover\:w-145:hover {
    width: 145px;
  }

  .lg\:hover\:w-150:hover {
    width: 150px;
  }

  .lg\:hover\:w-160:hover {
    width: 160px;
  }

  .lg\:hover\:w-165:hover {
    width: 165px;
  }

  .lg\:hover\:w-168:hover {
    width: 168px;
  }

  .lg\:hover\:w-170:hover {
    width: 170px;
  }

  .lg\:hover\:w-180:hover {
    width: 180px;
  }

  .lg\:hover\:w-200:hover {
    width: 200px;
  }

  .lg\:hover\:w-220:hover {
    width: 220px;
  }

  .lg\:hover\:w-230:hover {
    width: 230px;
  }

  .lg\:hover\:w-235:hover {
    width: 235px;
  }

  .lg\:hover\:w-240:hover {
    width: 240px;
  }

  .lg\:hover\:w-250:hover {
    width: 250px;
  }

  .lg\:hover\:w-300:hover {
    width: 300px;
  }

  .lg\:hover\:w-320:hover {
    width: 320px;
  }

  .lg\:hover\:w-350:hover {
    width: 350px;
  }

  .lg\:hover\:w-375:hover {
    width: 375px;
  }

  .lg\:hover\:w-400:hover {
    width: 400px;
  }

  .lg\:hover\:w-450:hover {
    width: 450px;
  }

  .lg\:hover\:w-700:hover {
    width: 700px;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-1p:hover {
    width: 1%;
  }

  .lg\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .lg\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-11p:hover {
    width: 11%;
  }

  .lg\:hover\:w-20p:hover {
    width: 20%;
  }

  .lg\:hover\:w-24p:hover {
    width: 24.25%;
  }

  .lg\:hover\:w-25p:hover {
    width: 25%;
  }

  .lg\:hover\:w-32p:hover {
    width: 32%;
  }

  .lg\:hover\:w-35p:hover {
    width: 35%;
  }

  .lg\:hover\:w-40p:hover {
    width: 40%;
  }

  .lg\:hover\:w-49p:hover {
    width: 49%;
  }

  .lg\:hover\:w-49-5p:hover {
    width: 49.5%;
  }

  .lg\:hover\:w-80p:hover {
    width: 80%;
  }

  .lg\:hover\:w-vh80:hover {
    width: 80vh;
  }

  .lg\:hover\:w-vh86:hover {
    width: 86vh;
  }

  .lg\:hover\:w-vh90:hover {
    width: 90vh;
  }

  .lg\:hover\:w-vw80:hover {
    width: 80vw;
  }

  .lg\:hover\:w-vw90:hover {
    width: 90vw;
  }

  .lg\:hover\:w-90p:hover {
    width: 90%;
  }

  .lg\:hover\:w-92p:hover {
    width: 92%;
  }

  .lg\:hover\:w-93p:hover {
    width: 93%;
  }

  .lg\:hover\:w-94p:hover {
    width: 94%;
  }

  .lg\:hover\:w-95p:hover {
    width: 95%;
  }

  .lg\:hover\:w-96p:hover {
    width: 96%;
  }

  .lg\:hover\:w-100p:hover {
    width: 100%;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .lg\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .lg\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .lg\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .lg\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .lg\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .lg\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .lg\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .lg\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .lg\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .lg\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .lg\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .lg\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .lg\:focus\:w-0:focus {
    width: 0px;
  }

  .lg\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .lg\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .lg\:focus\:w-3:focus {
    width: 3px;
  }

  .lg\:focus\:w-4:focus {
    width: 4px;
  }

  .lg\:focus\:w-5:focus {
    width: 5px;
  }

  .lg\:focus\:w-6:focus {
    width: 6px;
  }

  .lg\:focus\:w-8:focus {
    width: 8px;
  }

  .lg\:focus\:w-9:focus {
    width: 9px;
  }

  .lg\:focus\:w-10:focus {
    width: 10px;
  }

  .lg\:focus\:w-12:focus {
    width: 12px;
  }

  .lg\:focus\:w-13:focus {
    width: 13px;
  }

  .lg\:focus\:w-14:focus {
    width: 14px;
  }

  .lg\:focus\:w-15:focus {
    width: 15px;
  }

  .lg\:focus\:w-16:focus {
    width: 16px;
  }

  .lg\:focus\:w-17:focus {
    width: 17px;
  }

  .lg\:focus\:w-18:focus {
    width: 18px;
  }

  .lg\:focus\:w-20:focus {
    width: 20px;
  }

  .lg\:focus\:w-22:focus {
    width: 22px;
  }

  .lg\:focus\:w-24:focus {
    width: 24px;
  }

  .lg\:focus\:w-25:focus {
    width: 25px;
  }

  .lg\:focus\:w-28:focus {
    width: 28px;
  }

  .lg\:focus\:w-29:focus {
    width: 29px;
  }

  .lg\:focus\:w-30:focus {
    width: 30px;
  }

  .lg\:focus\:w-32:focus {
    width: 32px;
  }

  .lg\:focus\:w-35:focus {
    width: 35px;
  }

  .lg\:focus\:w-36:focus {
    width: 36px;
  }

  .lg\:focus\:w-37:focus {
    width: 37px;
  }

  .lg\:focus\:w-40:focus {
    width: 40px;
  }

  .lg\:focus\:w-45:focus {
    width: 45px;
  }

  .lg\:focus\:w-48:focus {
    width: 48px;
  }

  .lg\:focus\:w-50:focus {
    width: 50px;
  }

  .lg\:focus\:w-55:focus {
    width: 55px;
  }

  .lg\:focus\:w-56:focus {
    width: 56px;
  }

  .lg\:focus\:w-60:focus {
    width: 60px;
  }

  .lg\:focus\:w-62:focus {
    width: 62px;
  }

  .lg\:focus\:w-64:focus {
    width: 64px;
  }

  .lg\:focus\:w-65:focus {
    width: 65px;
  }

  .lg\:focus\:w-70:focus {
    width: 70px;
  }

  .lg\:focus\:w-75:focus {
    width: 75px;
  }

  .lg\:focus\:w-80:focus {
    width: 80px;
  }

  .lg\:focus\:w-85:focus {
    width: 85px;
  }

  .lg\:focus\:w-90:focus {
    width: 90px;
  }

  .lg\:focus\:w-95:focus {
    width: 95px;
  }

  .lg\:focus\:w-96:focus {
    width: 96px;
  }

  .lg\:focus\:w-100:focus {
    width: 100px;
  }

  .lg\:focus\:w-110:focus {
    width: 110px;
  }

  .lg\:focus\:w-115:focus {
    width: 115px;
  }

  .lg\:focus\:w-120:focus {
    width: 120px;
  }

  .lg\:focus\:w-128:focus {
    width: 128px;
  }

  .lg\:focus\:w-135:focus {
    width: 135px;
  }

  .lg\:focus\:w-140:focus {
    width: 140px;
  }

  .lg\:focus\:w-145:focus {
    width: 145px;
  }

  .lg\:focus\:w-150:focus {
    width: 150px;
  }

  .lg\:focus\:w-160:focus {
    width: 160px;
  }

  .lg\:focus\:w-165:focus {
    width: 165px;
  }

  .lg\:focus\:w-168:focus {
    width: 168px;
  }

  .lg\:focus\:w-170:focus {
    width: 170px;
  }

  .lg\:focus\:w-180:focus {
    width: 180px;
  }

  .lg\:focus\:w-200:focus {
    width: 200px;
  }

  .lg\:focus\:w-220:focus {
    width: 220px;
  }

  .lg\:focus\:w-230:focus {
    width: 230px;
  }

  .lg\:focus\:w-235:focus {
    width: 235px;
  }

  .lg\:focus\:w-240:focus {
    width: 240px;
  }

  .lg\:focus\:w-250:focus {
    width: 250px;
  }

  .lg\:focus\:w-300:focus {
    width: 300px;
  }

  .lg\:focus\:w-320:focus {
    width: 320px;
  }

  .lg\:focus\:w-350:focus {
    width: 350px;
  }

  .lg\:focus\:w-375:focus {
    width: 375px;
  }

  .lg\:focus\:w-400:focus {
    width: 400px;
  }

  .lg\:focus\:w-450:focus {
    width: 450px;
  }

  .lg\:focus\:w-700:focus {
    width: 700px;
  }

  .lg\:focus\:w-auto:focus {
    width: auto;
  }

  .lg\:focus\:w-px:focus {
    width: 1px;
  }

  .lg\:focus\:w-1p:focus {
    width: 1%;
  }

  .lg\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .lg\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-11p:focus {
    width: 11%;
  }

  .lg\:focus\:w-20p:focus {
    width: 20%;
  }

  .lg\:focus\:w-24p:focus {
    width: 24.25%;
  }

  .lg\:focus\:w-25p:focus {
    width: 25%;
  }

  .lg\:focus\:w-32p:focus {
    width: 32%;
  }

  .lg\:focus\:w-35p:focus {
    width: 35%;
  }

  .lg\:focus\:w-40p:focus {
    width: 40%;
  }

  .lg\:focus\:w-49p:focus {
    width: 49%;
  }

  .lg\:focus\:w-49-5p:focus {
    width: 49.5%;
  }

  .lg\:focus\:w-80p:focus {
    width: 80%;
  }

  .lg\:focus\:w-vh80:focus {
    width: 80vh;
  }

  .lg\:focus\:w-vh86:focus {
    width: 86vh;
  }

  .lg\:focus\:w-vh90:focus {
    width: 90vh;
  }

  .lg\:focus\:w-vw80:focus {
    width: 80vw;
  }

  .lg\:focus\:w-vw90:focus {
    width: 90vw;
  }

  .lg\:focus\:w-90p:focus {
    width: 90%;
  }

  .lg\:focus\:w-92p:focus {
    width: 92%;
  }

  .lg\:focus\:w-93p:focus {
    width: 93%;
  }

  .lg\:focus\:w-94p:focus {
    width: 94%;
  }

  .lg\:focus\:w-95p:focus {
    width: 95%;
  }

  .lg\:focus\:w-96p:focus {
    width: 96%;
  }

  .lg\:focus\:w-100p:focus {
    width: 100%;
  }

  .lg\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .lg\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .lg\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .lg\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .lg\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .lg\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .lg\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .lg\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .lg\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .lg\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .lg\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .lg\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .lg\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .lg\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .lg\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .lg\:focus\:w-full:focus {
    width: 100%;
  }

  .lg\:focus\:w-screen:focus {
    width: 100vw;
  }

  .lg\:first\:w-0:first-child {
    width: 0px;
  }

  .lg\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .lg\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .lg\:first\:w-3:first-child {
    width: 3px;
  }

  .lg\:first\:w-4:first-child {
    width: 4px;
  }

  .lg\:first\:w-5:first-child {
    width: 5px;
  }

  .lg\:first\:w-6:first-child {
    width: 6px;
  }

  .lg\:first\:w-8:first-child {
    width: 8px;
  }

  .lg\:first\:w-9:first-child {
    width: 9px;
  }

  .lg\:first\:w-10:first-child {
    width: 10px;
  }

  .lg\:first\:w-12:first-child {
    width: 12px;
  }

  .lg\:first\:w-13:first-child {
    width: 13px;
  }

  .lg\:first\:w-14:first-child {
    width: 14px;
  }

  .lg\:first\:w-15:first-child {
    width: 15px;
  }

  .lg\:first\:w-16:first-child {
    width: 16px;
  }

  .lg\:first\:w-17:first-child {
    width: 17px;
  }

  .lg\:first\:w-18:first-child {
    width: 18px;
  }

  .lg\:first\:w-20:first-child {
    width: 20px;
  }

  .lg\:first\:w-22:first-child {
    width: 22px;
  }

  .lg\:first\:w-24:first-child {
    width: 24px;
  }

  .lg\:first\:w-25:first-child {
    width: 25px;
  }

  .lg\:first\:w-28:first-child {
    width: 28px;
  }

  .lg\:first\:w-29:first-child {
    width: 29px;
  }

  .lg\:first\:w-30:first-child {
    width: 30px;
  }

  .lg\:first\:w-32:first-child {
    width: 32px;
  }

  .lg\:first\:w-35:first-child {
    width: 35px;
  }

  .lg\:first\:w-36:first-child {
    width: 36px;
  }

  .lg\:first\:w-37:first-child {
    width: 37px;
  }

  .lg\:first\:w-40:first-child {
    width: 40px;
  }

  .lg\:first\:w-45:first-child {
    width: 45px;
  }

  .lg\:first\:w-48:first-child {
    width: 48px;
  }

  .lg\:first\:w-50:first-child {
    width: 50px;
  }

  .lg\:first\:w-55:first-child {
    width: 55px;
  }

  .lg\:first\:w-56:first-child {
    width: 56px;
  }

  .lg\:first\:w-60:first-child {
    width: 60px;
  }

  .lg\:first\:w-62:first-child {
    width: 62px;
  }

  .lg\:first\:w-64:first-child {
    width: 64px;
  }

  .lg\:first\:w-65:first-child {
    width: 65px;
  }

  .lg\:first\:w-70:first-child {
    width: 70px;
  }

  .lg\:first\:w-75:first-child {
    width: 75px;
  }

  .lg\:first\:w-80:first-child {
    width: 80px;
  }

  .lg\:first\:w-85:first-child {
    width: 85px;
  }

  .lg\:first\:w-90:first-child {
    width: 90px;
  }

  .lg\:first\:w-95:first-child {
    width: 95px;
  }

  .lg\:first\:w-96:first-child {
    width: 96px;
  }

  .lg\:first\:w-100:first-child {
    width: 100px;
  }

  .lg\:first\:w-110:first-child {
    width: 110px;
  }

  .lg\:first\:w-115:first-child {
    width: 115px;
  }

  .lg\:first\:w-120:first-child {
    width: 120px;
  }

  .lg\:first\:w-128:first-child {
    width: 128px;
  }

  .lg\:first\:w-135:first-child {
    width: 135px;
  }

  .lg\:first\:w-140:first-child {
    width: 140px;
  }

  .lg\:first\:w-145:first-child {
    width: 145px;
  }

  .lg\:first\:w-150:first-child {
    width: 150px;
  }

  .lg\:first\:w-160:first-child {
    width: 160px;
  }

  .lg\:first\:w-165:first-child {
    width: 165px;
  }

  .lg\:first\:w-168:first-child {
    width: 168px;
  }

  .lg\:first\:w-170:first-child {
    width: 170px;
  }

  .lg\:first\:w-180:first-child {
    width: 180px;
  }

  .lg\:first\:w-200:first-child {
    width: 200px;
  }

  .lg\:first\:w-220:first-child {
    width: 220px;
  }

  .lg\:first\:w-230:first-child {
    width: 230px;
  }

  .lg\:first\:w-235:first-child {
    width: 235px;
  }

  .lg\:first\:w-240:first-child {
    width: 240px;
  }

  .lg\:first\:w-250:first-child {
    width: 250px;
  }

  .lg\:first\:w-300:first-child {
    width: 300px;
  }

  .lg\:first\:w-320:first-child {
    width: 320px;
  }

  .lg\:first\:w-350:first-child {
    width: 350px;
  }

  .lg\:first\:w-375:first-child {
    width: 375px;
  }

  .lg\:first\:w-400:first-child {
    width: 400px;
  }

  .lg\:first\:w-450:first-child {
    width: 450px;
  }

  .lg\:first\:w-700:first-child {
    width: 700px;
  }

  .lg\:first\:w-auto:first-child {
    width: auto;
  }

  .lg\:first\:w-px:first-child {
    width: 1px;
  }

  .lg\:first\:w-1p:first-child {
    width: 1%;
  }

  .lg\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .lg\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-11p:first-child {
    width: 11%;
  }

  .lg\:first\:w-20p:first-child {
    width: 20%;
  }

  .lg\:first\:w-24p:first-child {
    width: 24.25%;
  }

  .lg\:first\:w-25p:first-child {
    width: 25%;
  }

  .lg\:first\:w-32p:first-child {
    width: 32%;
  }

  .lg\:first\:w-35p:first-child {
    width: 35%;
  }

  .lg\:first\:w-40p:first-child {
    width: 40%;
  }

  .lg\:first\:w-49p:first-child {
    width: 49%;
  }

  .lg\:first\:w-49-5p:first-child {
    width: 49.5%;
  }

  .lg\:first\:w-80p:first-child {
    width: 80%;
  }

  .lg\:first\:w-vh80:first-child {
    width: 80vh;
  }

  .lg\:first\:w-vh86:first-child {
    width: 86vh;
  }

  .lg\:first\:w-vh90:first-child {
    width: 90vh;
  }

  .lg\:first\:w-vw80:first-child {
    width: 80vw;
  }

  .lg\:first\:w-vw90:first-child {
    width: 90vw;
  }

  .lg\:first\:w-90p:first-child {
    width: 90%;
  }

  .lg\:first\:w-92p:first-child {
    width: 92%;
  }

  .lg\:first\:w-93p:first-child {
    width: 93%;
  }

  .lg\:first\:w-94p:first-child {
    width: 94%;
  }

  .lg\:first\:w-95p:first-child {
    width: 95%;
  }

  .lg\:first\:w-96p:first-child {
    width: 96%;
  }

  .lg\:first\:w-100p:first-child {
    width: 100%;
  }

  .lg\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .lg\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .lg\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .lg\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .lg\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .lg\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .lg\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .lg\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .lg\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .lg\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .lg\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .lg\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .lg\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .lg\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .lg\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .lg\:first\:w-full:first-child {
    width: 100%;
  }

  .lg\:first\:w-screen:first-child {
    width: 100vw;
  }

  .lg\:last\:w-0:last-child {
    width: 0px;
  }

  .lg\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .lg\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .lg\:last\:w-3:last-child {
    width: 3px;
  }

  .lg\:last\:w-4:last-child {
    width: 4px;
  }

  .lg\:last\:w-5:last-child {
    width: 5px;
  }

  .lg\:last\:w-6:last-child {
    width: 6px;
  }

  .lg\:last\:w-8:last-child {
    width: 8px;
  }

  .lg\:last\:w-9:last-child {
    width: 9px;
  }

  .lg\:last\:w-10:last-child {
    width: 10px;
  }

  .lg\:last\:w-12:last-child {
    width: 12px;
  }

  .lg\:last\:w-13:last-child {
    width: 13px;
  }

  .lg\:last\:w-14:last-child {
    width: 14px;
  }

  .lg\:last\:w-15:last-child {
    width: 15px;
  }

  .lg\:last\:w-16:last-child {
    width: 16px;
  }

  .lg\:last\:w-17:last-child {
    width: 17px;
  }

  .lg\:last\:w-18:last-child {
    width: 18px;
  }

  .lg\:last\:w-20:last-child {
    width: 20px;
  }

  .lg\:last\:w-22:last-child {
    width: 22px;
  }

  .lg\:last\:w-24:last-child {
    width: 24px;
  }

  .lg\:last\:w-25:last-child {
    width: 25px;
  }

  .lg\:last\:w-28:last-child {
    width: 28px;
  }

  .lg\:last\:w-29:last-child {
    width: 29px;
  }

  .lg\:last\:w-30:last-child {
    width: 30px;
  }

  .lg\:last\:w-32:last-child {
    width: 32px;
  }

  .lg\:last\:w-35:last-child {
    width: 35px;
  }

  .lg\:last\:w-36:last-child {
    width: 36px;
  }

  .lg\:last\:w-37:last-child {
    width: 37px;
  }

  .lg\:last\:w-40:last-child {
    width: 40px;
  }

  .lg\:last\:w-45:last-child {
    width: 45px;
  }

  .lg\:last\:w-48:last-child {
    width: 48px;
  }

  .lg\:last\:w-50:last-child {
    width: 50px;
  }

  .lg\:last\:w-55:last-child {
    width: 55px;
  }

  .lg\:last\:w-56:last-child {
    width: 56px;
  }

  .lg\:last\:w-60:last-child {
    width: 60px;
  }

  .lg\:last\:w-62:last-child {
    width: 62px;
  }

  .lg\:last\:w-64:last-child {
    width: 64px;
  }

  .lg\:last\:w-65:last-child {
    width: 65px;
  }

  .lg\:last\:w-70:last-child {
    width: 70px;
  }

  .lg\:last\:w-75:last-child {
    width: 75px;
  }

  .lg\:last\:w-80:last-child {
    width: 80px;
  }

  .lg\:last\:w-85:last-child {
    width: 85px;
  }

  .lg\:last\:w-90:last-child {
    width: 90px;
  }

  .lg\:last\:w-95:last-child {
    width: 95px;
  }

  .lg\:last\:w-96:last-child {
    width: 96px;
  }

  .lg\:last\:w-100:last-child {
    width: 100px;
  }

  .lg\:last\:w-110:last-child {
    width: 110px;
  }

  .lg\:last\:w-115:last-child {
    width: 115px;
  }

  .lg\:last\:w-120:last-child {
    width: 120px;
  }

  .lg\:last\:w-128:last-child {
    width: 128px;
  }

  .lg\:last\:w-135:last-child {
    width: 135px;
  }

  .lg\:last\:w-140:last-child {
    width: 140px;
  }

  .lg\:last\:w-145:last-child {
    width: 145px;
  }

  .lg\:last\:w-150:last-child {
    width: 150px;
  }

  .lg\:last\:w-160:last-child {
    width: 160px;
  }

  .lg\:last\:w-165:last-child {
    width: 165px;
  }

  .lg\:last\:w-168:last-child {
    width: 168px;
  }

  .lg\:last\:w-170:last-child {
    width: 170px;
  }

  .lg\:last\:w-180:last-child {
    width: 180px;
  }

  .lg\:last\:w-200:last-child {
    width: 200px;
  }

  .lg\:last\:w-220:last-child {
    width: 220px;
  }

  .lg\:last\:w-230:last-child {
    width: 230px;
  }

  .lg\:last\:w-235:last-child {
    width: 235px;
  }

  .lg\:last\:w-240:last-child {
    width: 240px;
  }

  .lg\:last\:w-250:last-child {
    width: 250px;
  }

  .lg\:last\:w-300:last-child {
    width: 300px;
  }

  .lg\:last\:w-320:last-child {
    width: 320px;
  }

  .lg\:last\:w-350:last-child {
    width: 350px;
  }

  .lg\:last\:w-375:last-child {
    width: 375px;
  }

  .lg\:last\:w-400:last-child {
    width: 400px;
  }

  .lg\:last\:w-450:last-child {
    width: 450px;
  }

  .lg\:last\:w-700:last-child {
    width: 700px;
  }

  .lg\:last\:w-auto:last-child {
    width: auto;
  }

  .lg\:last\:w-px:last-child {
    width: 1px;
  }

  .lg\:last\:w-1p:last-child {
    width: 1%;
  }

  .lg\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .lg\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-11p:last-child {
    width: 11%;
  }

  .lg\:last\:w-20p:last-child {
    width: 20%;
  }

  .lg\:last\:w-24p:last-child {
    width: 24.25%;
  }

  .lg\:last\:w-25p:last-child {
    width: 25%;
  }

  .lg\:last\:w-32p:last-child {
    width: 32%;
  }

  .lg\:last\:w-35p:last-child {
    width: 35%;
  }

  .lg\:last\:w-40p:last-child {
    width: 40%;
  }

  .lg\:last\:w-49p:last-child {
    width: 49%;
  }

  .lg\:last\:w-49-5p:last-child {
    width: 49.5%;
  }

  .lg\:last\:w-80p:last-child {
    width: 80%;
  }

  .lg\:last\:w-vh80:last-child {
    width: 80vh;
  }

  .lg\:last\:w-vh86:last-child {
    width: 86vh;
  }

  .lg\:last\:w-vh90:last-child {
    width: 90vh;
  }

  .lg\:last\:w-vw80:last-child {
    width: 80vw;
  }

  .lg\:last\:w-vw90:last-child {
    width: 90vw;
  }

  .lg\:last\:w-90p:last-child {
    width: 90%;
  }

  .lg\:last\:w-92p:last-child {
    width: 92%;
  }

  .lg\:last\:w-93p:last-child {
    width: 93%;
  }

  .lg\:last\:w-94p:last-child {
    width: 94%;
  }

  .lg\:last\:w-95p:last-child {
    width: 95%;
  }

  .lg\:last\:w-96p:last-child {
    width: 96%;
  }

  .lg\:last\:w-100p:last-child {
    width: 100%;
  }

  .lg\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .lg\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .lg\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .lg\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .lg\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .lg\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .lg\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .lg\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .lg\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .lg\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .lg\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .lg\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .lg\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .lg\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .lg\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .lg\:last\:w-full:last-child {
    width: 100%;
  }

  .lg\:last\:w-screen:last-child {
    width: 100vw;
  }

  .group:hover .lg\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .lg\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .lg\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .lg\:group-hover\:w-3 {
    width: 3px;
  }

  .group:hover .lg\:group-hover\:w-4 {
    width: 4px;
  }

  .group:hover .lg\:group-hover\:w-5 {
    width: 5px;
  }

  .group:hover .lg\:group-hover\:w-6 {
    width: 6px;
  }

  .group:hover .lg\:group-hover\:w-8 {
    width: 8px;
  }

  .group:hover .lg\:group-hover\:w-9 {
    width: 9px;
  }

  .group:hover .lg\:group-hover\:w-10 {
    width: 10px;
  }

  .group:hover .lg\:group-hover\:w-12 {
    width: 12px;
  }

  .group:hover .lg\:group-hover\:w-13 {
    width: 13px;
  }

  .group:hover .lg\:group-hover\:w-14 {
    width: 14px;
  }

  .group:hover .lg\:group-hover\:w-15 {
    width: 15px;
  }

  .group:hover .lg\:group-hover\:w-16 {
    width: 16px;
  }

  .group:hover .lg\:group-hover\:w-17 {
    width: 17px;
  }

  .group:hover .lg\:group-hover\:w-18 {
    width: 18px;
  }

  .group:hover .lg\:group-hover\:w-20 {
    width: 20px;
  }

  .group:hover .lg\:group-hover\:w-22 {
    width: 22px;
  }

  .group:hover .lg\:group-hover\:w-24 {
    width: 24px;
  }

  .group:hover .lg\:group-hover\:w-25 {
    width: 25px;
  }

  .group:hover .lg\:group-hover\:w-28 {
    width: 28px;
  }

  .group:hover .lg\:group-hover\:w-29 {
    width: 29px;
  }

  .group:hover .lg\:group-hover\:w-30 {
    width: 30px;
  }

  .group:hover .lg\:group-hover\:w-32 {
    width: 32px;
  }

  .group:hover .lg\:group-hover\:w-35 {
    width: 35px;
  }

  .group:hover .lg\:group-hover\:w-36 {
    width: 36px;
  }

  .group:hover .lg\:group-hover\:w-37 {
    width: 37px;
  }

  .group:hover .lg\:group-hover\:w-40 {
    width: 40px;
  }

  .group:hover .lg\:group-hover\:w-45 {
    width: 45px;
  }

  .group:hover .lg\:group-hover\:w-48 {
    width: 48px;
  }

  .group:hover .lg\:group-hover\:w-50 {
    width: 50px;
  }

  .group:hover .lg\:group-hover\:w-55 {
    width: 55px;
  }

  .group:hover .lg\:group-hover\:w-56 {
    width: 56px;
  }

  .group:hover .lg\:group-hover\:w-60 {
    width: 60px;
  }

  .group:hover .lg\:group-hover\:w-62 {
    width: 62px;
  }

  .group:hover .lg\:group-hover\:w-64 {
    width: 64px;
  }

  .group:hover .lg\:group-hover\:w-65 {
    width: 65px;
  }

  .group:hover .lg\:group-hover\:w-70 {
    width: 70px;
  }

  .group:hover .lg\:group-hover\:w-75 {
    width: 75px;
  }

  .group:hover .lg\:group-hover\:w-80 {
    width: 80px;
  }

  .group:hover .lg\:group-hover\:w-85 {
    width: 85px;
  }

  .group:hover .lg\:group-hover\:w-90 {
    width: 90px;
  }

  .group:hover .lg\:group-hover\:w-95 {
    width: 95px;
  }

  .group:hover .lg\:group-hover\:w-96 {
    width: 96px;
  }

  .group:hover .lg\:group-hover\:w-100 {
    width: 100px;
  }

  .group:hover .lg\:group-hover\:w-110 {
    width: 110px;
  }

  .group:hover .lg\:group-hover\:w-115 {
    width: 115px;
  }

  .group:hover .lg\:group-hover\:w-120 {
    width: 120px;
  }

  .group:hover .lg\:group-hover\:w-128 {
    width: 128px;
  }

  .group:hover .lg\:group-hover\:w-135 {
    width: 135px;
  }

  .group:hover .lg\:group-hover\:w-140 {
    width: 140px;
  }

  .group:hover .lg\:group-hover\:w-145 {
    width: 145px;
  }

  .group:hover .lg\:group-hover\:w-150 {
    width: 150px;
  }

  .group:hover .lg\:group-hover\:w-160 {
    width: 160px;
  }

  .group:hover .lg\:group-hover\:w-165 {
    width: 165px;
  }

  .group:hover .lg\:group-hover\:w-168 {
    width: 168px;
  }

  .group:hover .lg\:group-hover\:w-170 {
    width: 170px;
  }

  .group:hover .lg\:group-hover\:w-180 {
    width: 180px;
  }

  .group:hover .lg\:group-hover\:w-200 {
    width: 200px;
  }

  .group:hover .lg\:group-hover\:w-220 {
    width: 220px;
  }

  .group:hover .lg\:group-hover\:w-230 {
    width: 230px;
  }

  .group:hover .lg\:group-hover\:w-235 {
    width: 235px;
  }

  .group:hover .lg\:group-hover\:w-240 {
    width: 240px;
  }

  .group:hover .lg\:group-hover\:w-250 {
    width: 250px;
  }

  .group:hover .lg\:group-hover\:w-300 {
    width: 300px;
  }

  .group:hover .lg\:group-hover\:w-320 {
    width: 320px;
  }

  .group:hover .lg\:group-hover\:w-350 {
    width: 350px;
  }

  .group:hover .lg\:group-hover\:w-375 {
    width: 375px;
  }

  .group:hover .lg\:group-hover\:w-400 {
    width: 400px;
  }

  .group:hover .lg\:group-hover\:w-450 {
    width: 450px;
  }

  .group:hover .lg\:group-hover\:w-700 {
    width: 700px;
  }

  .group:hover .lg\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .lg\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .lg\:group-hover\:w-1p {
    width: 1%;
  }

  .group:hover .lg\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-11p {
    width: 11%;
  }

  .group:hover .lg\:group-hover\:w-20p {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-24p {
    width: 24.25%;
  }

  .group:hover .lg\:group-hover\:w-25p {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-32p {
    width: 32%;
  }

  .group:hover .lg\:group-hover\:w-35p {
    width: 35%;
  }

  .group:hover .lg\:group-hover\:w-40p {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-49p {
    width: 49%;
  }

  .group:hover .lg\:group-hover\:w-49-5p {
    width: 49.5%;
  }

  .group:hover .lg\:group-hover\:w-80p {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-vh80 {
    width: 80vh;
  }

  .group:hover .lg\:group-hover\:w-vh86 {
    width: 86vh;
  }

  .group:hover .lg\:group-hover\:w-vh90 {
    width: 90vh;
  }

  .group:hover .lg\:group-hover\:w-vw80 {
    width: 80vw;
  }

  .group:hover .lg\:group-hover\:w-vw90 {
    width: 90vw;
  }

  .group:hover .lg\:group-hover\:w-90p {
    width: 90%;
  }

  .group:hover .lg\:group-hover\:w-92p {
    width: 92%;
  }

  .group:hover .lg\:group-hover\:w-93p {
    width: 93%;
  }

  .group:hover .lg\:group-hover\:w-94p {
    width: 94%;
  }

  .group:hover .lg\:group-hover\:w-95p {
    width: 95%;
  }

  .group:hover .lg\:group-hover\:w-96p {
    width: 96%;
  }

  .group:hover .lg\:group-hover\:w-100p {
    width: 100%;
  }

  .group:hover .lg\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .lg\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .lg\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .lg\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .lg\:group-hover\: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\:hover\:z-0:hover {
    z-index: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }

  .lg\:hover\:z-20:hover {
    z-index: 20;
  }

  .lg\:hover\:z-30:hover {
    z-index: 30;
  }

  .lg\:hover\:z-40:hover {
    z-index: 40;
  }

  .lg\:hover\:z-50:hover {
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover {
    z-index: auto;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:first\:z-0:first-child {
    z-index: 0;
  }

  .lg\:first\:z-10:first-child {
    z-index: 10;
  }

  .lg\:first\:z-20:first-child {
    z-index: 20;
  }

  .lg\:first\:z-30:first-child {
    z-index: 30;
  }

  .lg\:first\:z-40:first-child {
    z-index: 40;
  }

  .lg\:first\:z-50:first-child {
    z-index: 50;
  }

  .lg\:first\:z-auto:first-child {
    z-index: auto;
  }

  .lg\:last\:z-0:last-child {
    z-index: 0;
  }

  .lg\:last\:z-10:last-child {
    z-index: 10;
  }

  .lg\:last\:z-20:last-child {
    z-index: 20;
  }

  .lg\:last\:z-30:last-child {
    z-index: 30;
  }

  .lg\:last\:z-40:last-child {
    z-index: 40;
  }

  .lg\:last\:z-50:last-child {
    z-index: 50;
  }

  .lg\:last\:z-auto:last-child {
    z-index: auto;
  }

  .group:hover .lg\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .lg\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .lg\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .lg\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .lg\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .lg\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .lg\:group-hover\:z-auto {
    z-index: auto;
  }

  .lg\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .lg\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .lg\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .lg\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .lg\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .lg\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .lg\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .lg\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .lg\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .lg\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .lg\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .lg\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .lg\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .lg\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .lg\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .lg\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .lg\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .lg\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .lg\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .lg\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .lg\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .lg\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .lg\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .lg\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .lg\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .lg\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .lg\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .lg\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .lg\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .lg\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .lg\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .lg\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .lg\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .lg\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .lg\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .lg\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .lg\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .lg\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .lg\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .lg\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .lg\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .lg\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .lg\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .lg\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .lg\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .lg\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .lg\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .lg\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .lg\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .lg\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .lg\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .lg\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .lg\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .lg\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .lg\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .lg\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .lg\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .lg\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .lg\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .lg\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .lg\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .lg\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .lg\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .lg\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .lg\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .lg\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .lg\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .lg\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .lg\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .lg\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .lg\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .lg\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .lg\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .lg\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .lg\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .lg\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .lg\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .lg\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .lg\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .lg\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .lg\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .lg\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .lg\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .lg\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .lg\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .lg\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .lg\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .lg\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .lg\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .lg\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .lg\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .lg\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .lg\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .lg\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .lg\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .lg\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .lg\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .lg\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .lg\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .lg\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .lg\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .lg\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .lg\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .lg\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .lg\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .lg\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .lg\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .lg\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .lg\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .lg\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .lg\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .lg\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .lg\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .lg\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .lg\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .lg\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .lg\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .lg\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .lg\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .lg\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .lg\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .lg\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .lg\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .lg\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .lg\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .lg\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .lg\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .lg\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .lg\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .lg\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .lg\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .lg\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .lg\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .lg\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .lg\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .lg\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .lg\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .lg\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .lg\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .lg\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .lg\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .lg\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .lg\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .lg\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .lg\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .lg\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .lg\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .lg\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .lg\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .lg\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .lg\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .lg\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .lg\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .lg\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .lg\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .lg\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .lg\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .lg\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .lg\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .lg\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .lg\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .lg\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .lg\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .lg\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .lg\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .lg\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .lg\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .lg\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .lg\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .lg\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .lg\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:hover\:gap-0:hover {
    grid-gap: 0px;
    gap: 0px;
  }

  .lg\:hover\:gap-1:hover {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:hover\:gap-2:hover {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:hover\:gap-3:hover {
    grid-gap: 3px;
    gap: 3px;
  }

  .lg\:hover\:gap-4:hover {
    grid-gap: 4px;
    gap: 4px;
  }

  .lg\:hover\:gap-5:hover {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:hover\:gap-6:hover {
    grid-gap: 6px;
    gap: 6px;
  }

  .lg\:hover\:gap-8:hover {
    grid-gap: 8px;
    gap: 8px;
  }

  .lg\:hover\:gap-9:hover {
    grid-gap: 9px;
    gap: 9px;
  }

  .lg\:hover\:gap-10:hover {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:hover\:gap-12:hover {
    grid-gap: 12px;
    gap: 12px;
  }

  .lg\:hover\:gap-13:hover {
    grid-gap: 13px;
    gap: 13px;
  }

  .lg\:hover\:gap-14:hover {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:hover\:gap-15:hover {
    grid-gap: 15px;
    gap: 15px;
  }

  .lg\:hover\:gap-16:hover {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:hover\:gap-17:hover {
    grid-gap: 17px;
    gap: 17px;
  }

  .lg\:hover\:gap-18:hover {
    grid-gap: 18px;
    gap: 18px;
  }

  .lg\:hover\:gap-20:hover {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:hover\:gap-22:hover {
    grid-gap: 22px;
    gap: 22px;
  }

  .lg\:hover\:gap-24:hover {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:hover\:gap-25:hover {
    grid-gap: 25px;
    gap: 25px;
  }

  .lg\:hover\:gap-28:hover {
    grid-gap: 28px;
    gap: 28px;
  }

  .lg\:hover\:gap-29:hover {
    grid-gap: 29px;
    gap: 29px;
  }

  .lg\:hover\:gap-30:hover {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:hover\:gap-32:hover {
    grid-gap: 32px;
    gap: 32px;
  }

  .lg\:hover\:gap-35:hover {
    grid-gap: 35px;
    gap: 35px;
  }

  .lg\:hover\:gap-36:hover {
    grid-gap: 36px;
    gap: 36px;
  }

  .lg\:hover\:gap-37:hover {
    grid-gap: 37px;
    gap: 37px;
  }

  .lg\:hover\:gap-40:hover {
    grid-gap: 40px;
    gap: 40px;
  }

  .lg\:hover\:gap-45:hover {
    grid-gap: 45px;
    gap: 45px;
  }

  .lg\:hover\:gap-48:hover {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:hover\:gap-50:hover {
    grid-gap: 50px;
    gap: 50px;
  }

  .lg\:hover\:gap-55:hover {
    grid-gap: 55px;
    gap: 55px;
  }

  .lg\:hover\:gap-56:hover {
    grid-gap: 56px;
    gap: 56px;
  }

  .lg\:hover\:gap-60:hover {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:hover\:gap-62:hover {
    grid-gap: 62px;
    gap: 62px;
  }

  .lg\:hover\:gap-64:hover {
    grid-gap: 64px;
    gap: 64px;
  }

  .lg\:hover\:gap-65:hover {
    grid-gap: 65px;
    gap: 65px;
  }

  .lg\:hover\:gap-70:hover {
    grid-gap: 70px;
    gap: 70px;
  }

  .lg\:hover\:gap-75:hover {
    grid-gap: 75px;
    gap: 75px;
  }

  .lg\:hover\:gap-80:hover {
    grid-gap: 80px;
    gap: 80px;
  }

  .lg\:hover\:gap-85:hover {
    grid-gap: 85px;
    gap: 85px;
  }

  .lg\:hover\:gap-90:hover {
    grid-gap: 90px;
    gap: 90px;
  }

  .lg\:hover\:gap-95:hover {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:hover\:gap-96:hover {
    grid-gap: 96px;
    gap: 96px;
  }

  .lg\:hover\:gap-100:hover {
    grid-gap: 100px;
    gap: 100px;
  }

  .lg\:hover\:gap-110:hover {
    grid-gap: 110px;
    gap: 110px;
  }

  .lg\:hover\:gap-115:hover {
    grid-gap: 115px;
    gap: 115px;
  }

  .lg\:hover\:gap-120:hover {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:hover\:gap-128:hover {
    grid-gap: 128px;
    gap: 128px;
  }

  .lg\:hover\:gap-135:hover {
    grid-gap: 135px;
    gap: 135px;
  }

  .lg\:hover\:gap-140:hover {
    grid-gap: 140px;
    gap: 140px;
  }

  .lg\:hover\:gap-145:hover {
    grid-gap: 145px;
    gap: 145px;
  }

  .lg\:hover\:gap-150:hover {
    grid-gap: 150px;
    gap: 150px;
  }

  .lg\:hover\:gap-160:hover {
    grid-gap: 160px;
    gap: 160px;
  }

  .lg\:hover\:gap-165:hover {
    grid-gap: 165px;
    gap: 165px;
  }

  .lg\:hover\:gap-168:hover {
    grid-gap: 168px;
    gap: 168px;
  }

  .lg\:hover\:gap-170:hover {
    grid-gap: 170px;
    gap: 170px;
  }

  .lg\:hover\:gap-180:hover {
    grid-gap: 180px;
    gap: 180px;
  }

  .lg\:hover\:gap-200:hover {
    grid-gap: 200px;
    gap: 200px;
  }

  .lg\:hover\:gap-220:hover {
    grid-gap: 220px;
    gap: 220px;
  }

  .lg\:hover\:gap-230:hover {
    grid-gap: 230px;
    gap: 230px;
  }

  .lg\:hover\:gap-235:hover {
    grid-gap: 235px;
    gap: 235px;
  }

  .lg\:hover\:gap-240:hover {
    grid-gap: 240px;
    gap: 240px;
  }

  .lg\:hover\:gap-250:hover {
    grid-gap: 250px;
    gap: 250px;
  }

  .lg\:hover\:gap-300:hover {
    grid-gap: 300px;
    gap: 300px;
  }

  .lg\:hover\:gap-320:hover {
    grid-gap: 320px;
    gap: 320px;
  }

  .lg\:hover\:gap-350:hover {
    grid-gap: 350px;
    gap: 350px;
  }

  .lg\:hover\:gap-375:hover {
    grid-gap: 375px;
    gap: 375px;
  }

  .lg\:hover\:gap-400:hover {
    grid-gap: 400px;
    gap: 400px;
  }

  .lg\:hover\:gap-450:hover {
    grid-gap: 450px;
    gap: 450px;
  }

  .lg\:hover\:gap-700:hover {
    grid-gap: 700px;
    gap: 700px;
  }

  .lg\:hover\:gap-px:hover {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:hover\:gap-1p:hover {
    grid-gap: 1%;
    gap: 1%;
  }

  .lg\:hover\:gap-1\/12:hover {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .lg\:hover\:gap-2\/12:hover {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:hover\:gap-11p:hover {
    grid-gap: 11%;
    gap: 11%;
  }

  .lg\:hover\:gap-20p:hover {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:hover\:gap-24p:hover {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .lg\:hover\:gap-25p:hover {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:hover\:gap-32p:hover {
    grid-gap: 32%;
    gap: 32%;
  }

  .lg\:hover\:gap-35p:hover {
    grid-gap: 35%;
    gap: 35%;
  }

  .lg\:hover\:gap-40p:hover {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:hover\:gap-49p:hover {
    grid-gap: 49%;
    gap: 49%;
  }

  .lg\:hover\:gap-49-5p:hover {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .lg\:hover\:gap-80p:hover {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:hover\:gap-vh80:hover {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .lg\:hover\:gap-vh86:hover {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .lg\:hover\:gap-vh90:hover {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .lg\:hover\:gap-vw80:hover {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .lg\:hover\:gap-vw90:hover {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .lg\:hover\:gap-90p:hover {
    grid-gap: 90%;
    gap: 90%;
  }

  .lg\:hover\:gap-92p:hover {
    grid-gap: 92%;
    gap: 92%;
  }

  .lg\:hover\:gap-93p:hover {
    grid-gap: 93%;
    gap: 93%;
  }

  .lg\:hover\:gap-94p:hover {
    grid-gap: 94%;
    gap: 94%;
  }

  .lg\:hover\:gap-95p:hover {
    grid-gap: 95%;
    gap: 95%;
  }

  .lg\:hover\:gap-96p:hover {
    grid-gap: 96%;
    gap: 96%;
  }

  .lg\:hover\:gap-100p:hover {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:hover\:gap-x-0:hover {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:hover\:gap-x-1:hover {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:hover\:gap-x-2:hover {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:hover\:gap-x-3:hover {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:hover\:gap-x-4:hover {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:hover\:gap-x-5:hover {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:hover\:gap-x-6:hover {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:hover\:gap-x-8:hover {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:hover\:gap-x-9:hover {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .lg\:hover\:gap-x-10:hover {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:hover\:gap-x-12:hover {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:hover\:gap-x-13:hover {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:hover\:gap-x-14:hover {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:hover\:gap-x-15:hover {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:hover\:gap-x-16:hover {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:hover\:gap-x-17:hover {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .lg\:hover\:gap-x-18:hover {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:hover\:gap-x-20:hover {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:hover\:gap-x-22:hover {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:hover\:gap-x-24:hover {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:hover\:gap-x-25:hover {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .lg\:hover\:gap-x-28:hover {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:hover\:gap-x-29:hover {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:hover\:gap-x-30:hover {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:hover\:gap-x-32:hover {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:hover\:gap-x-35:hover {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:hover\:gap-x-36:hover {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:hover\:gap-x-37:hover {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:hover\:gap-x-40:hover {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:hover\:gap-x-45:hover {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:hover\:gap-x-48:hover {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:hover\:gap-x-50:hover {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:hover\:gap-x-55:hover {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:hover\:gap-x-56:hover {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:hover\:gap-x-60:hover {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:hover\:gap-x-62:hover {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .lg\:hover\:gap-x-64:hover {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:hover\:gap-x-65:hover {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:hover\:gap-x-70:hover {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:hover\:gap-x-75:hover {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:hover\:gap-x-80:hover {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:hover\:gap-x-85:hover {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .lg\:hover\:gap-x-90:hover {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:hover\:gap-x-95:hover {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:hover\:gap-x-96:hover {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:hover\:gap-x-100:hover {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:hover\:gap-x-110:hover {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:hover\:gap-x-115:hover {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .lg\:hover\:gap-x-120:hover {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:hover\:gap-x-128:hover {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:hover\:gap-x-135:hover {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:hover\:gap-x-140:hover {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:hover\:gap-x-145:hover {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:hover\:gap-x-150:hover {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:hover\:gap-x-160:hover {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:hover\:gap-x-165:hover {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .lg\:hover\:gap-x-168:hover {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .lg\:hover\:gap-x-170:hover {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .lg\:hover\:gap-x-180:hover {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:hover\:gap-x-200:hover {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:hover\:gap-x-220:hover {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .lg\:hover\:gap-x-230:hover {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .lg\:hover\:gap-x-235:hover {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .lg\:hover\:gap-x-240:hover {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .lg\:hover\:gap-x-250:hover {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:hover\:gap-x-300:hover {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:hover\:gap-x-320:hover {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:hover\:gap-x-350:hover {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .lg\:hover\:gap-x-375:hover {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .lg\:hover\:gap-x-400:hover {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .lg\:hover\:gap-x-450:hover {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .lg\:hover\:gap-x-700:hover {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .lg\:hover\:gap-x-px:hover {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:hover\:gap-x-1p:hover {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:hover\:gap-x-1\/12:hover {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .lg\:hover\:gap-x-2\/12:hover {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:hover\:gap-x-11p:hover {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .lg\:hover\:gap-x-20p:hover {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:hover\:gap-x-24p:hover {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .lg\:hover\:gap-x-25p:hover {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:hover\:gap-x-32p:hover {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .lg\:hover\:gap-x-35p:hover {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:hover\:gap-x-40p:hover {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:hover\:gap-x-49p:hover {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:hover\:gap-x-49-5p:hover {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .lg\:hover\:gap-x-80p:hover {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:hover\:gap-x-vh80:hover {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:hover\:gap-x-vh86:hover {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .lg\:hover\:gap-x-vh90:hover {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:hover\:gap-x-vw80:hover {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .lg\:hover\:gap-x-vw90:hover {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .lg\:hover\:gap-x-90p:hover {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:hover\:gap-x-92p:hover {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .lg\:hover\:gap-x-93p:hover {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .lg\:hover\:gap-x-94p:hover {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .lg\:hover\:gap-x-95p:hover {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:hover\:gap-x-96p:hover {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:hover\:gap-x-100p:hover {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:hover\:gap-y-0:hover {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .lg\:hover\:gap-y-1:hover {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:hover\:gap-y-2:hover {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:hover\:gap-y-3:hover {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .lg\:hover\:gap-y-4:hover {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .lg\:hover\:gap-y-5:hover {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:hover\:gap-y-6:hover {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .lg\:hover\:gap-y-8:hover {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .lg\:hover\:gap-y-9:hover {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .lg\:hover\:gap-y-10:hover {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:hover\:gap-y-12:hover {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .lg\:hover\:gap-y-13:hover {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .lg\:hover\:gap-y-14:hover {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:hover\:gap-y-15:hover {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .lg\:hover\:gap-y-16:hover {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:hover\:gap-y-17:hover {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .lg\:hover\:gap-y-18:hover {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .lg\:hover\:gap-y-20:hover {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:hover\:gap-y-22:hover {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .lg\:hover\:gap-y-24:hover {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:hover\:gap-y-25:hover {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .lg\:hover\:gap-y-28:hover {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .lg\:hover\:gap-y-29:hover {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .lg\:hover\:gap-y-30:hover {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:hover\:gap-y-32:hover {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .lg\:hover\:gap-y-35:hover {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .lg\:hover\:gap-y-36:hover {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .lg\:hover\:gap-y-37:hover {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .lg\:hover\:gap-y-40:hover {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .lg\:hover\:gap-y-45:hover {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .lg\:hover\:gap-y-48:hover {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:hover\:gap-y-50:hover {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .lg\:hover\:gap-y-55:hover {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .lg\:hover\:gap-y-56:hover {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .lg\:hover\:gap-y-60:hover {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:hover\:gap-y-62:hover {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .lg\:hover\:gap-y-64:hover {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .lg\:hover\:gap-y-65:hover {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .lg\:hover\:gap-y-70:hover {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .lg\:hover\:gap-y-75:hover {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .lg\:hover\:gap-y-80:hover {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .lg\:hover\:gap-y-85:hover {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .lg\:hover\:gap-y-90:hover {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .lg\:hover\:gap-y-95:hover {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:hover\:gap-y-96:hover {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .lg\:hover\:gap-y-100:hover {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .lg\:hover\:gap-y-110:hover {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .lg\:hover\:gap-y-115:hover {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .lg\:hover\:gap-y-120:hover {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:hover\:gap-y-128:hover {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .lg\:hover\:gap-y-135:hover {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .lg\:hover\:gap-y-140:hover {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .lg\:hover\:gap-y-145:hover {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .lg\:hover\:gap-y-150:hover {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .lg\:hover\:gap-y-160:hover {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .lg\:hover\:gap-y-165:hover {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .lg\:hover\:gap-y-168:hover {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .lg\:hover\:gap-y-170:hover {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .lg\:hover\:gap-y-180:hover {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .lg\:hover\:gap-y-200:hover {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .lg\:hover\:gap-y-220:hover {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .lg\:hover\:gap-y-230:hover {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .lg\:hover\:gap-y-235:hover {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .lg\:hover\:gap-y-240:hover {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .lg\:hover\:gap-y-250:hover {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .lg\:hover\:gap-y-300:hover {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .lg\:hover\:gap-y-320:hover {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .lg\:hover\:gap-y-350:hover {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .lg\:hover\:gap-y-375:hover {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .lg\:hover\:gap-y-400:hover {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .lg\:hover\:gap-y-450:hover {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .lg\:hover\:gap-y-700:hover {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .lg\:hover\:gap-y-px:hover {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:hover\:gap-y-1p:hover {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .lg\:hover\:gap-y-1\/12:hover {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .lg\:hover\:gap-y-2\/12:hover {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:hover\:gap-y-11p:hover {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .lg\:hover\:gap-y-20p:hover {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:hover\:gap-y-24p:hover {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .lg\:hover\:gap-y-25p:hover {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:hover\:gap-y-32p:hover {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .lg\:hover\:gap-y-35p:hover {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .lg\:hover\:gap-y-40p:hover {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:hover\:gap-y-49p:hover {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .lg\:hover\:gap-y-49-5p:hover {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .lg\:hover\:gap-y-80p:hover {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:hover\:gap-y-vh80:hover {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .lg\:hover\:gap-y-vh86:hover {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .lg\:hover\:gap-y-vh90:hover {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .lg\:hover\:gap-y-vw80:hover {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .lg\:hover\:gap-y-vw90:hover {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .lg\:hover\:gap-y-90p:hover {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .lg\:hover\:gap-y-92p:hover {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .lg\:hover\:gap-y-93p:hover {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .lg\:hover\:gap-y-94p:hover {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .lg\:hover\:gap-y-95p:hover {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .lg\:hover\:gap-y-96p:hover {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .lg\:hover\:gap-y-100p:hover {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:focus\:gap-0:focus {
    grid-gap: 0px;
    gap: 0px;
  }

  .lg\:focus\:gap-1:focus {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:focus\:gap-2:focus {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:focus\:gap-3:focus {
    grid-gap: 3px;
    gap: 3px;
  }

  .lg\:focus\:gap-4:focus {
    grid-gap: 4px;
    gap: 4px;
  }

  .lg\:focus\:gap-5:focus {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:focus\:gap-6:focus {
    grid-gap: 6px;
    gap: 6px;
  }

  .lg\:focus\:gap-8:focus {
    grid-gap: 8px;
    gap: 8px;
  }

  .lg\:focus\:gap-9:focus {
    grid-gap: 9px;
    gap: 9px;
  }

  .lg\:focus\:gap-10:focus {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:focus\:gap-12:focus {
    grid-gap: 12px;
    gap: 12px;
  }

  .lg\:focus\:gap-13:focus {
    grid-gap: 13px;
    gap: 13px;
  }

  .lg\:focus\:gap-14:focus {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:focus\:gap-15:focus {
    grid-gap: 15px;
    gap: 15px;
  }

  .lg\:focus\:gap-16:focus {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:focus\:gap-17:focus {
    grid-gap: 17px;
    gap: 17px;
  }

  .lg\:focus\:gap-18:focus {
    grid-gap: 18px;
    gap: 18px;
  }

  .lg\:focus\:gap-20:focus {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:focus\:gap-22:focus {
    grid-gap: 22px;
    gap: 22px;
  }

  .lg\:focus\:gap-24:focus {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:focus\:gap-25:focus {
    grid-gap: 25px;
    gap: 25px;
  }

  .lg\:focus\:gap-28:focus {
    grid-gap: 28px;
    gap: 28px;
  }

  .lg\:focus\:gap-29:focus {
    grid-gap: 29px;
    gap: 29px;
  }

  .lg\:focus\:gap-30:focus {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:focus\:gap-32:focus {
    grid-gap: 32px;
    gap: 32px;
  }

  .lg\:focus\:gap-35:focus {
    grid-gap: 35px;
    gap: 35px;
  }

  .lg\:focus\:gap-36:focus {
    grid-gap: 36px;
    gap: 36px;
  }

  .lg\:focus\:gap-37:focus {
    grid-gap: 37px;
    gap: 37px;
  }

  .lg\:focus\:gap-40:focus {
    grid-gap: 40px;
    gap: 40px;
  }

  .lg\:focus\:gap-45:focus {
    grid-gap: 45px;
    gap: 45px;
  }

  .lg\:focus\:gap-48:focus {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:focus\:gap-50:focus {
    grid-gap: 50px;
    gap: 50px;
  }

  .lg\:focus\:gap-55:focus {
    grid-gap: 55px;
    gap: 55px;
  }

  .lg\:focus\:gap-56:focus {
    grid-gap: 56px;
    gap: 56px;
  }

  .lg\:focus\:gap-60:focus {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:focus\:gap-62:focus {
    grid-gap: 62px;
    gap: 62px;
  }

  .lg\:focus\:gap-64:focus {
    grid-gap: 64px;
    gap: 64px;
  }

  .lg\:focus\:gap-65:focus {
    grid-gap: 65px;
    gap: 65px;
  }

  .lg\:focus\:gap-70:focus {
    grid-gap: 70px;
    gap: 70px;
  }

  .lg\:focus\:gap-75:focus {
    grid-gap: 75px;
    gap: 75px;
  }

  .lg\:focus\:gap-80:focus {
    grid-gap: 80px;
    gap: 80px;
  }

  .lg\:focus\:gap-85:focus {
    grid-gap: 85px;
    gap: 85px;
  }

  .lg\:focus\:gap-90:focus {
    grid-gap: 90px;
    gap: 90px;
  }

  .lg\:focus\:gap-95:focus {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:focus\:gap-96:focus {
    grid-gap: 96px;
    gap: 96px;
  }

  .lg\:focus\:gap-100:focus {
    grid-gap: 100px;
    gap: 100px;
  }

  .lg\:focus\:gap-110:focus {
    grid-gap: 110px;
    gap: 110px;
  }

  .lg\:focus\:gap-115:focus {
    grid-gap: 115px;
    gap: 115px;
  }

  .lg\:focus\:gap-120:focus {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:focus\:gap-128:focus {
    grid-gap: 128px;
    gap: 128px;
  }

  .lg\:focus\:gap-135:focus {
    grid-gap: 135px;
    gap: 135px;
  }

  .lg\:focus\:gap-140:focus {
    grid-gap: 140px;
    gap: 140px;
  }

  .lg\:focus\:gap-145:focus {
    grid-gap: 145px;
    gap: 145px;
  }

  .lg\:focus\:gap-150:focus {
    grid-gap: 150px;
    gap: 150px;
  }

  .lg\:focus\:gap-160:focus {
    grid-gap: 160px;
    gap: 160px;
  }

  .lg\:focus\:gap-165:focus {
    grid-gap: 165px;
    gap: 165px;
  }

  .lg\:focus\:gap-168:focus {
    grid-gap: 168px;
    gap: 168px;
  }

  .lg\:focus\:gap-170:focus {
    grid-gap: 170px;
    gap: 170px;
  }

  .lg\:focus\:gap-180:focus {
    grid-gap: 180px;
    gap: 180px;
  }

  .lg\:focus\:gap-200:focus {
    grid-gap: 200px;
    gap: 200px;
  }

  .lg\:focus\:gap-220:focus {
    grid-gap: 220px;
    gap: 220px;
  }

  .lg\:focus\:gap-230:focus {
    grid-gap: 230px;
    gap: 230px;
  }

  .lg\:focus\:gap-235:focus {
    grid-gap: 235px;
    gap: 235px;
  }

  .lg\:focus\:gap-240:focus {
    grid-gap: 240px;
    gap: 240px;
  }

  .lg\:focus\:gap-250:focus {
    grid-gap: 250px;
    gap: 250px;
  }

  .lg\:focus\:gap-300:focus {
    grid-gap: 300px;
    gap: 300px;
  }

  .lg\:focus\:gap-320:focus {
    grid-gap: 320px;
    gap: 320px;
  }

  .lg\:focus\:gap-350:focus {
    grid-gap: 350px;
    gap: 350px;
  }

  .lg\:focus\:gap-375:focus {
    grid-gap: 375px;
    gap: 375px;
  }

  .lg\:focus\:gap-400:focus {
    grid-gap: 400px;
    gap: 400px;
  }

  .lg\:focus\:gap-450:focus {
    grid-gap: 450px;
    gap: 450px;
  }

  .lg\:focus\:gap-700:focus {
    grid-gap: 700px;
    gap: 700px;
  }

  .lg\:focus\:gap-px:focus {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:focus\:gap-1p:focus {
    grid-gap: 1%;
    gap: 1%;
  }

  .lg\:focus\:gap-1\/12:focus {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .lg\:focus\:gap-2\/12:focus {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:focus\:gap-11p:focus {
    grid-gap: 11%;
    gap: 11%;
  }

  .lg\:focus\:gap-20p:focus {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:focus\:gap-24p:focus {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .lg\:focus\:gap-25p:focus {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:focus\:gap-32p:focus {
    grid-gap: 32%;
    gap: 32%;
  }

  .lg\:focus\:gap-35p:focus {
    grid-gap: 35%;
    gap: 35%;
  }

  .lg\:focus\:gap-40p:focus {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:focus\:gap-49p:focus {
    grid-gap: 49%;
    gap: 49%;
  }

  .lg\:focus\:gap-49-5p:focus {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .lg\:focus\:gap-80p:focus {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:focus\:gap-vh80:focus {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .lg\:focus\:gap-vh86:focus {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .lg\:focus\:gap-vh90:focus {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .lg\:focus\:gap-vw80:focus {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .lg\:focus\:gap-vw90:focus {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .lg\:focus\:gap-90p:focus {
    grid-gap: 90%;
    gap: 90%;
  }

  .lg\:focus\:gap-92p:focus {
    grid-gap: 92%;
    gap: 92%;
  }

  .lg\:focus\:gap-93p:focus {
    grid-gap: 93%;
    gap: 93%;
  }

  .lg\:focus\:gap-94p:focus {
    grid-gap: 94%;
    gap: 94%;
  }

  .lg\:focus\:gap-95p:focus {
    grid-gap: 95%;
    gap: 95%;
  }

  .lg\:focus\:gap-96p:focus {
    grid-gap: 96%;
    gap: 96%;
  }

  .lg\:focus\:gap-100p:focus {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:focus\:gap-x-0:focus {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:focus\:gap-x-1:focus {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:focus\:gap-x-2:focus {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:focus\:gap-x-3:focus {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:focus\:gap-x-4:focus {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:focus\:gap-x-5:focus {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:focus\:gap-x-6:focus {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:focus\:gap-x-8:focus {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:focus\:gap-x-9:focus {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .lg\:focus\:gap-x-10:focus {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:focus\:gap-x-12:focus {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:focus\:gap-x-13:focus {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:focus\:gap-x-14:focus {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:focus\:gap-x-15:focus {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:focus\:gap-x-16:focus {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:focus\:gap-x-17:focus {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .lg\:focus\:gap-x-18:focus {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:focus\:gap-x-20:focus {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:focus\:gap-x-22:focus {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:focus\:gap-x-24:focus {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:focus\:gap-x-25:focus {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .lg\:focus\:gap-x-28:focus {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:focus\:gap-x-29:focus {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:focus\:gap-x-30:focus {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:focus\:gap-x-32:focus {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:focus\:gap-x-35:focus {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:focus\:gap-x-36:focus {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:focus\:gap-x-37:focus {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:focus\:gap-x-40:focus {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:focus\:gap-x-45:focus {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:focus\:gap-x-48:focus {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:focus\:gap-x-50:focus {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:focus\:gap-x-55:focus {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:focus\:gap-x-56:focus {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:focus\:gap-x-60:focus {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:focus\:gap-x-62:focus {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .lg\:focus\:gap-x-64:focus {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:focus\:gap-x-65:focus {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:focus\:gap-x-70:focus {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:focus\:gap-x-75:focus {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:focus\:gap-x-80:focus {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:focus\:gap-x-85:focus {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .lg\:focus\:gap-x-90:focus {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:focus\:gap-x-95:focus {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:focus\:gap-x-96:focus {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:focus\:gap-x-100:focus {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:focus\:gap-x-110:focus {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:focus\:gap-x-115:focus {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .lg\:focus\:gap-x-120:focus {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:focus\:gap-x-128:focus {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:focus\:gap-x-135:focus {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:focus\:gap-x-140:focus {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:focus\:gap-x-145:focus {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:focus\:gap-x-150:focus {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:focus\:gap-x-160:focus {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:focus\:gap-x-165:focus {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .lg\:focus\:gap-x-168:focus {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .lg\:focus\:gap-x-170:focus {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .lg\:focus\:gap-x-180:focus {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:focus\:gap-x-200:focus {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:focus\:gap-x-220:focus {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .lg\:focus\:gap-x-230:focus {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .lg\:focus\:gap-x-235:focus {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .lg\:focus\:gap-x-240:focus {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .lg\:focus\:gap-x-250:focus {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:focus\:gap-x-300:focus {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:focus\:gap-x-320:focus {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:focus\:gap-x-350:focus {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .lg\:focus\:gap-x-375:focus {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .lg\:focus\:gap-x-400:focus {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .lg\:focus\:gap-x-450:focus {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .lg\:focus\:gap-x-700:focus {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .lg\:focus\:gap-x-px:focus {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:focus\:gap-x-1p:focus {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:focus\:gap-x-1\/12:focus {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .lg\:focus\:gap-x-2\/12:focus {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:focus\:gap-x-11p:focus {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .lg\:focus\:gap-x-20p:focus {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:focus\:gap-x-24p:focus {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .lg\:focus\:gap-x-25p:focus {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:focus\:gap-x-32p:focus {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .lg\:focus\:gap-x-35p:focus {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:focus\:gap-x-40p:focus {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:focus\:gap-x-49p:focus {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:focus\:gap-x-49-5p:focus {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .lg\:focus\:gap-x-80p:focus {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:focus\:gap-x-vh80:focus {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:focus\:gap-x-vh86:focus {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .lg\:focus\:gap-x-vh90:focus {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:focus\:gap-x-vw80:focus {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .lg\:focus\:gap-x-vw90:focus {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .lg\:focus\:gap-x-90p:focus {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:focus\:gap-x-92p:focus {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .lg\:focus\:gap-x-93p:focus {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .lg\:focus\:gap-x-94p:focus {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .lg\:focus\:gap-x-95p:focus {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:focus\:gap-x-96p:focus {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:focus\:gap-x-100p:focus {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:focus\:gap-y-0:focus {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .lg\:focus\:gap-y-1:focus {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:focus\:gap-y-2:focus {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:focus\:gap-y-3:focus {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .lg\:focus\:gap-y-4:focus {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .lg\:focus\:gap-y-5:focus {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:focus\:gap-y-6:focus {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .lg\:focus\:gap-y-8:focus {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .lg\:focus\:gap-y-9:focus {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .lg\:focus\:gap-y-10:focus {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:focus\:gap-y-12:focus {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .lg\:focus\:gap-y-13:focus {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .lg\:focus\:gap-y-14:focus {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:focus\:gap-y-15:focus {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .lg\:focus\:gap-y-16:focus {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:focus\:gap-y-17:focus {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .lg\:focus\:gap-y-18:focus {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .lg\:focus\:gap-y-20:focus {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:focus\:gap-y-22:focus {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .lg\:focus\:gap-y-24:focus {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:focus\:gap-y-25:focus {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .lg\:focus\:gap-y-28:focus {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .lg\:focus\:gap-y-29:focus {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .lg\:focus\:gap-y-30:focus {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:focus\:gap-y-32:focus {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .lg\:focus\:gap-y-35:focus {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .lg\:focus\:gap-y-36:focus {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .lg\:focus\:gap-y-37:focus {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .lg\:focus\:gap-y-40:focus {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .lg\:focus\:gap-y-45:focus {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .lg\:focus\:gap-y-48:focus {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:focus\:gap-y-50:focus {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .lg\:focus\:gap-y-55:focus {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .lg\:focus\:gap-y-56:focus {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .lg\:focus\:gap-y-60:focus {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:focus\:gap-y-62:focus {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .lg\:focus\:gap-y-64:focus {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .lg\:focus\:gap-y-65:focus {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .lg\:focus\:gap-y-70:focus {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .lg\:focus\:gap-y-75:focus {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .lg\:focus\:gap-y-80:focus {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .lg\:focus\:gap-y-85:focus {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .lg\:focus\:gap-y-90:focus {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .lg\:focus\:gap-y-95:focus {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:focus\:gap-y-96:focus {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .lg\:focus\:gap-y-100:focus {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .lg\:focus\:gap-y-110:focus {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .lg\:focus\:gap-y-115:focus {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .lg\:focus\:gap-y-120:focus {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:focus\:gap-y-128:focus {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .lg\:focus\:gap-y-135:focus {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .lg\:focus\:gap-y-140:focus {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .lg\:focus\:gap-y-145:focus {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .lg\:focus\:gap-y-150:focus {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .lg\:focus\:gap-y-160:focus {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .lg\:focus\:gap-y-165:focus {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .lg\:focus\:gap-y-168:focus {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .lg\:focus\:gap-y-170:focus {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .lg\:focus\:gap-y-180:focus {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .lg\:focus\:gap-y-200:focus {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .lg\:focus\:gap-y-220:focus {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .lg\:focus\:gap-y-230:focus {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .lg\:focus\:gap-y-235:focus {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .lg\:focus\:gap-y-240:focus {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .lg\:focus\:gap-y-250:focus {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .lg\:focus\:gap-y-300:focus {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .lg\:focus\:gap-y-320:focus {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .lg\:focus\:gap-y-350:focus {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .lg\:focus\:gap-y-375:focus {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .lg\:focus\:gap-y-400:focus {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .lg\:focus\:gap-y-450:focus {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .lg\:focus\:gap-y-700:focus {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .lg\:focus\:gap-y-px:focus {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:focus\:gap-y-1p:focus {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .lg\:focus\:gap-y-1\/12:focus {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .lg\:focus\:gap-y-2\/12:focus {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:focus\:gap-y-11p:focus {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .lg\:focus\:gap-y-20p:focus {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:focus\:gap-y-24p:focus {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .lg\:focus\:gap-y-25p:focus {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:focus\:gap-y-32p:focus {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .lg\:focus\:gap-y-35p:focus {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .lg\:focus\:gap-y-40p:focus {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:focus\:gap-y-49p:focus {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .lg\:focus\:gap-y-49-5p:focus {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .lg\:focus\:gap-y-80p:focus {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:focus\:gap-y-vh80:focus {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .lg\:focus\:gap-y-vh86:focus {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .lg\:focus\:gap-y-vh90:focus {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .lg\:focus\:gap-y-vw80:focus {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .lg\:focus\:gap-y-vw90:focus {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .lg\:focus\:gap-y-90p:focus {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .lg\:focus\:gap-y-92p:focus {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .lg\:focus\:gap-y-93p:focus {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .lg\:focus\:gap-y-94p:focus {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .lg\:focus\:gap-y-95p:focus {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .lg\:focus\:gap-y-96p:focus {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .lg\:focus\:gap-y-100p:focus {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:first\:gap-0:first-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .lg\:first\:gap-1:first-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:first\:gap-2:first-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:first\:gap-3:first-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .lg\:first\:gap-4:first-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .lg\:first\:gap-5:first-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:first\:gap-6:first-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .lg\:first\:gap-8:first-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .lg\:first\:gap-9:first-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .lg\:first\:gap-10:first-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:first\:gap-12:first-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .lg\:first\:gap-13:first-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .lg\:first\:gap-14:first-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:first\:gap-15:first-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .lg\:first\:gap-16:first-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:first\:gap-17:first-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .lg\:first\:gap-18:first-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .lg\:first\:gap-20:first-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:first\:gap-22:first-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .lg\:first\:gap-24:first-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:first\:gap-25:first-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .lg\:first\:gap-28:first-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .lg\:first\:gap-29:first-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .lg\:first\:gap-30:first-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:first\:gap-32:first-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .lg\:first\:gap-35:first-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .lg\:first\:gap-36:first-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .lg\:first\:gap-37:first-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .lg\:first\:gap-40:first-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .lg\:first\:gap-45:first-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .lg\:first\:gap-48:first-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:first\:gap-50:first-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .lg\:first\:gap-55:first-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .lg\:first\:gap-56:first-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .lg\:first\:gap-60:first-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:first\:gap-62:first-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .lg\:first\:gap-64:first-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .lg\:first\:gap-65:first-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .lg\:first\:gap-70:first-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .lg\:first\:gap-75:first-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .lg\:first\:gap-80:first-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .lg\:first\:gap-85:first-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .lg\:first\:gap-90:first-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .lg\:first\:gap-95:first-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:first\:gap-96:first-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .lg\:first\:gap-100:first-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .lg\:first\:gap-110:first-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .lg\:first\:gap-115:first-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .lg\:first\:gap-120:first-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:first\:gap-128:first-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .lg\:first\:gap-135:first-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .lg\:first\:gap-140:first-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .lg\:first\:gap-145:first-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .lg\:first\:gap-150:first-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .lg\:first\:gap-160:first-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .lg\:first\:gap-165:first-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .lg\:first\:gap-168:first-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .lg\:first\:gap-170:first-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .lg\:first\:gap-180:first-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .lg\:first\:gap-200:first-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .lg\:first\:gap-220:first-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .lg\:first\:gap-230:first-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .lg\:first\:gap-235:first-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .lg\:first\:gap-240:first-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .lg\:first\:gap-250:first-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .lg\:first\:gap-300:first-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .lg\:first\:gap-320:first-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .lg\:first\:gap-350:first-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .lg\:first\:gap-375:first-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .lg\:first\:gap-400:first-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .lg\:first\:gap-450:first-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .lg\:first\:gap-700:first-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .lg\:first\:gap-px:first-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:first\:gap-1p:first-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .lg\:first\:gap-1\/12:first-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .lg\:first\:gap-2\/12:first-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:first\:gap-11p:first-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .lg\:first\:gap-20p:first-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:first\:gap-24p:first-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .lg\:first\:gap-25p:first-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:first\:gap-32p:first-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .lg\:first\:gap-35p:first-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .lg\:first\:gap-40p:first-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:first\:gap-49p:first-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .lg\:first\:gap-49-5p:first-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .lg\:first\:gap-80p:first-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:first\:gap-vh80:first-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .lg\:first\:gap-vh86:first-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .lg\:first\:gap-vh90:first-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .lg\:first\:gap-vw80:first-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .lg\:first\:gap-vw90:first-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .lg\:first\:gap-90p:first-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .lg\:first\:gap-92p:first-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .lg\:first\:gap-93p:first-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .lg\:first\:gap-94p:first-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .lg\:first\:gap-95p:first-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .lg\:first\:gap-96p:first-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .lg\:first\:gap-100p:first-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:first\:gap-x-0:first-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:first\:gap-x-1:first-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:first\:gap-x-2:first-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:first\:gap-x-3:first-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:first\:gap-x-4:first-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:first\:gap-x-5:first-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:first\:gap-x-6:first-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:first\:gap-x-8:first-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:first\:gap-x-9:first-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .lg\:first\:gap-x-10:first-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:first\:gap-x-12:first-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:first\:gap-x-13:first-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:first\:gap-x-14:first-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:first\:gap-x-15:first-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:first\:gap-x-16:first-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:first\:gap-x-17:first-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .lg\:first\:gap-x-18:first-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:first\:gap-x-20:first-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:first\:gap-x-22:first-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:first\:gap-x-24:first-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:first\:gap-x-25:first-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .lg\:first\:gap-x-28:first-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:first\:gap-x-29:first-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:first\:gap-x-30:first-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:first\:gap-x-32:first-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:first\:gap-x-35:first-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:first\:gap-x-36:first-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:first\:gap-x-37:first-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:first\:gap-x-40:first-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:first\:gap-x-45:first-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:first\:gap-x-48:first-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:first\:gap-x-50:first-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:first\:gap-x-55:first-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:first\:gap-x-56:first-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:first\:gap-x-60:first-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:first\:gap-x-62:first-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .lg\:first\:gap-x-64:first-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:first\:gap-x-65:first-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:first\:gap-x-70:first-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:first\:gap-x-75:first-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:first\:gap-x-80:first-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:first\:gap-x-85:first-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .lg\:first\:gap-x-90:first-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:first\:gap-x-95:first-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:first\:gap-x-96:first-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:first\:gap-x-100:first-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:first\:gap-x-110:first-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:first\:gap-x-115:first-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .lg\:first\:gap-x-120:first-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:first\:gap-x-128:first-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:first\:gap-x-135:first-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:first\:gap-x-140:first-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:first\:gap-x-145:first-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:first\:gap-x-150:first-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:first\:gap-x-160:first-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:first\:gap-x-165:first-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .lg\:first\:gap-x-168:first-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .lg\:first\:gap-x-170:first-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .lg\:first\:gap-x-180:first-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:first\:gap-x-200:first-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:first\:gap-x-220:first-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .lg\:first\:gap-x-230:first-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .lg\:first\:gap-x-235:first-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .lg\:first\:gap-x-240:first-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .lg\:first\:gap-x-250:first-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:first\:gap-x-300:first-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:first\:gap-x-320:first-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:first\:gap-x-350:first-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .lg\:first\:gap-x-375:first-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .lg\:first\:gap-x-400:first-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .lg\:first\:gap-x-450:first-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .lg\:first\:gap-x-700:first-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .lg\:first\:gap-x-px:first-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:first\:gap-x-1p:first-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:first\:gap-x-1\/12:first-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .lg\:first\:gap-x-2\/12:first-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:first\:gap-x-11p:first-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .lg\:first\:gap-x-20p:first-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:first\:gap-x-24p:first-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .lg\:first\:gap-x-25p:first-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:first\:gap-x-32p:first-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .lg\:first\:gap-x-35p:first-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:first\:gap-x-40p:first-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:first\:gap-x-49p:first-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:first\:gap-x-49-5p:first-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .lg\:first\:gap-x-80p:first-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:first\:gap-x-vh80:first-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:first\:gap-x-vh86:first-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .lg\:first\:gap-x-vh90:first-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:first\:gap-x-vw80:first-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .lg\:first\:gap-x-vw90:first-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .lg\:first\:gap-x-90p:first-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:first\:gap-x-92p:first-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .lg\:first\:gap-x-93p:first-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .lg\:first\:gap-x-94p:first-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .lg\:first\:gap-x-95p:first-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:first\:gap-x-96p:first-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:first\:gap-x-100p:first-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:first\:gap-y-0:first-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .lg\:first\:gap-y-1:first-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:first\:gap-y-2:first-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:first\:gap-y-3:first-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .lg\:first\:gap-y-4:first-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .lg\:first\:gap-y-5:first-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:first\:gap-y-6:first-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .lg\:first\:gap-y-8:first-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .lg\:first\:gap-y-9:first-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .lg\:first\:gap-y-10:first-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:first\:gap-y-12:first-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .lg\:first\:gap-y-13:first-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .lg\:first\:gap-y-14:first-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:first\:gap-y-15:first-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .lg\:first\:gap-y-16:first-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:first\:gap-y-17:first-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .lg\:first\:gap-y-18:first-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .lg\:first\:gap-y-20:first-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:first\:gap-y-22:first-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .lg\:first\:gap-y-24:first-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:first\:gap-y-25:first-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .lg\:first\:gap-y-28:first-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .lg\:first\:gap-y-29:first-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .lg\:first\:gap-y-30:first-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:first\:gap-y-32:first-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .lg\:first\:gap-y-35:first-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .lg\:first\:gap-y-36:first-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .lg\:first\:gap-y-37:first-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .lg\:first\:gap-y-40:first-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .lg\:first\:gap-y-45:first-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .lg\:first\:gap-y-48:first-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:first\:gap-y-50:first-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .lg\:first\:gap-y-55:first-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .lg\:first\:gap-y-56:first-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .lg\:first\:gap-y-60:first-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:first\:gap-y-62:first-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .lg\:first\:gap-y-64:first-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .lg\:first\:gap-y-65:first-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .lg\:first\:gap-y-70:first-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .lg\:first\:gap-y-75:first-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .lg\:first\:gap-y-80:first-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .lg\:first\:gap-y-85:first-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .lg\:first\:gap-y-90:first-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .lg\:first\:gap-y-95:first-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:first\:gap-y-96:first-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .lg\:first\:gap-y-100:first-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .lg\:first\:gap-y-110:first-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .lg\:first\:gap-y-115:first-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .lg\:first\:gap-y-120:first-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:first\:gap-y-128:first-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .lg\:first\:gap-y-135:first-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .lg\:first\:gap-y-140:first-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .lg\:first\:gap-y-145:first-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .lg\:first\:gap-y-150:first-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .lg\:first\:gap-y-160:first-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .lg\:first\:gap-y-165:first-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .lg\:first\:gap-y-168:first-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .lg\:first\:gap-y-170:first-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .lg\:first\:gap-y-180:first-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .lg\:first\:gap-y-200:first-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .lg\:first\:gap-y-220:first-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .lg\:first\:gap-y-230:first-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .lg\:first\:gap-y-235:first-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .lg\:first\:gap-y-240:first-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .lg\:first\:gap-y-250:first-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .lg\:first\:gap-y-300:first-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .lg\:first\:gap-y-320:first-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .lg\:first\:gap-y-350:first-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .lg\:first\:gap-y-375:first-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .lg\:first\:gap-y-400:first-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .lg\:first\:gap-y-450:first-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .lg\:first\:gap-y-700:first-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .lg\:first\:gap-y-px:first-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:first\:gap-y-1p:first-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .lg\:first\:gap-y-1\/12:first-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .lg\:first\:gap-y-2\/12:first-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:first\:gap-y-11p:first-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .lg\:first\:gap-y-20p:first-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:first\:gap-y-24p:first-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .lg\:first\:gap-y-25p:first-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:first\:gap-y-32p:first-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .lg\:first\:gap-y-35p:first-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .lg\:first\:gap-y-40p:first-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:first\:gap-y-49p:first-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .lg\:first\:gap-y-49-5p:first-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .lg\:first\:gap-y-80p:first-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:first\:gap-y-vh80:first-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .lg\:first\:gap-y-vh86:first-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .lg\:first\:gap-y-vh90:first-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .lg\:first\:gap-y-vw80:first-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .lg\:first\:gap-y-vw90:first-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .lg\:first\:gap-y-90p:first-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .lg\:first\:gap-y-92p:first-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .lg\:first\:gap-y-93p:first-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .lg\:first\:gap-y-94p:first-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .lg\:first\:gap-y-95p:first-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .lg\:first\:gap-y-96p:first-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .lg\:first\:gap-y-100p:first-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:last\:gap-0:last-child {
    grid-gap: 0px;
    gap: 0px;
  }

  .lg\:last\:gap-1:last-child {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:last\:gap-2:last-child {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:last\:gap-3:last-child {
    grid-gap: 3px;
    gap: 3px;
  }

  .lg\:last\:gap-4:last-child {
    grid-gap: 4px;
    gap: 4px;
  }

  .lg\:last\:gap-5:last-child {
    grid-gap: 5px;
    gap: 5px;
  }

  .lg\:last\:gap-6:last-child {
    grid-gap: 6px;
    gap: 6px;
  }

  .lg\:last\:gap-8:last-child {
    grid-gap: 8px;
    gap: 8px;
  }

  .lg\:last\:gap-9:last-child {
    grid-gap: 9px;
    gap: 9px;
  }

  .lg\:last\:gap-10:last-child {
    grid-gap: 10px;
    gap: 10px;
  }

  .lg\:last\:gap-12:last-child {
    grid-gap: 12px;
    gap: 12px;
  }

  .lg\:last\:gap-13:last-child {
    grid-gap: 13px;
    gap: 13px;
  }

  .lg\:last\:gap-14:last-child {
    grid-gap: 14px;
    gap: 14px;
  }

  .lg\:last\:gap-15:last-child {
    grid-gap: 15px;
    gap: 15px;
  }

  .lg\:last\:gap-16:last-child {
    grid-gap: 16px;
    gap: 16px;
  }

  .lg\:last\:gap-17:last-child {
    grid-gap: 17px;
    gap: 17px;
  }

  .lg\:last\:gap-18:last-child {
    grid-gap: 18px;
    gap: 18px;
  }

  .lg\:last\:gap-20:last-child {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:last\:gap-22:last-child {
    grid-gap: 22px;
    gap: 22px;
  }

  .lg\:last\:gap-24:last-child {
    grid-gap: 24px;
    gap: 24px;
  }

  .lg\:last\:gap-25:last-child {
    grid-gap: 25px;
    gap: 25px;
  }

  .lg\:last\:gap-28:last-child {
    grid-gap: 28px;
    gap: 28px;
  }

  .lg\:last\:gap-29:last-child {
    grid-gap: 29px;
    gap: 29px;
  }

  .lg\:last\:gap-30:last-child {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:last\:gap-32:last-child {
    grid-gap: 32px;
    gap: 32px;
  }

  .lg\:last\:gap-35:last-child {
    grid-gap: 35px;
    gap: 35px;
  }

  .lg\:last\:gap-36:last-child {
    grid-gap: 36px;
    gap: 36px;
  }

  .lg\:last\:gap-37:last-child {
    grid-gap: 37px;
    gap: 37px;
  }

  .lg\:last\:gap-40:last-child {
    grid-gap: 40px;
    gap: 40px;
  }

  .lg\:last\:gap-45:last-child {
    grid-gap: 45px;
    gap: 45px;
  }

  .lg\:last\:gap-48:last-child {
    grid-gap: 48px;
    gap: 48px;
  }

  .lg\:last\:gap-50:last-child {
    grid-gap: 50px;
    gap: 50px;
  }

  .lg\:last\:gap-55:last-child {
    grid-gap: 55px;
    gap: 55px;
  }

  .lg\:last\:gap-56:last-child {
    grid-gap: 56px;
    gap: 56px;
  }

  .lg\:last\:gap-60:last-child {
    grid-gap: 60px;
    gap: 60px;
  }

  .lg\:last\:gap-62:last-child {
    grid-gap: 62px;
    gap: 62px;
  }

  .lg\:last\:gap-64:last-child {
    grid-gap: 64px;
    gap: 64px;
  }

  .lg\:last\:gap-65:last-child {
    grid-gap: 65px;
    gap: 65px;
  }

  .lg\:last\:gap-70:last-child {
    grid-gap: 70px;
    gap: 70px;
  }

  .lg\:last\:gap-75:last-child {
    grid-gap: 75px;
    gap: 75px;
  }

  .lg\:last\:gap-80:last-child {
    grid-gap: 80px;
    gap: 80px;
  }

  .lg\:last\:gap-85:last-child {
    grid-gap: 85px;
    gap: 85px;
  }

  .lg\:last\:gap-90:last-child {
    grid-gap: 90px;
    gap: 90px;
  }

  .lg\:last\:gap-95:last-child {
    grid-gap: 95px;
    gap: 95px;
  }

  .lg\:last\:gap-96:last-child {
    grid-gap: 96px;
    gap: 96px;
  }

  .lg\:last\:gap-100:last-child {
    grid-gap: 100px;
    gap: 100px;
  }

  .lg\:last\:gap-110:last-child {
    grid-gap: 110px;
    gap: 110px;
  }

  .lg\:last\:gap-115:last-child {
    grid-gap: 115px;
    gap: 115px;
  }

  .lg\:last\:gap-120:last-child {
    grid-gap: 120px;
    gap: 120px;
  }

  .lg\:last\:gap-128:last-child {
    grid-gap: 128px;
    gap: 128px;
  }

  .lg\:last\:gap-135:last-child {
    grid-gap: 135px;
    gap: 135px;
  }

  .lg\:last\:gap-140:last-child {
    grid-gap: 140px;
    gap: 140px;
  }

  .lg\:last\:gap-145:last-child {
    grid-gap: 145px;
    gap: 145px;
  }

  .lg\:last\:gap-150:last-child {
    grid-gap: 150px;
    gap: 150px;
  }

  .lg\:last\:gap-160:last-child {
    grid-gap: 160px;
    gap: 160px;
  }

  .lg\:last\:gap-165:last-child {
    grid-gap: 165px;
    gap: 165px;
  }

  .lg\:last\:gap-168:last-child {
    grid-gap: 168px;
    gap: 168px;
  }

  .lg\:last\:gap-170:last-child {
    grid-gap: 170px;
    gap: 170px;
  }

  .lg\:last\:gap-180:last-child {
    grid-gap: 180px;
    gap: 180px;
  }

  .lg\:last\:gap-200:last-child {
    grid-gap: 200px;
    gap: 200px;
  }

  .lg\:last\:gap-220:last-child {
    grid-gap: 220px;
    gap: 220px;
  }

  .lg\:last\:gap-230:last-child {
    grid-gap: 230px;
    gap: 230px;
  }

  .lg\:last\:gap-235:last-child {
    grid-gap: 235px;
    gap: 235px;
  }

  .lg\:last\:gap-240:last-child {
    grid-gap: 240px;
    gap: 240px;
  }

  .lg\:last\:gap-250:last-child {
    grid-gap: 250px;
    gap: 250px;
  }

  .lg\:last\:gap-300:last-child {
    grid-gap: 300px;
    gap: 300px;
  }

  .lg\:last\:gap-320:last-child {
    grid-gap: 320px;
    gap: 320px;
  }

  .lg\:last\:gap-350:last-child {
    grid-gap: 350px;
    gap: 350px;
  }

  .lg\:last\:gap-375:last-child {
    grid-gap: 375px;
    gap: 375px;
  }

  .lg\:last\:gap-400:last-child {
    grid-gap: 400px;
    gap: 400px;
  }

  .lg\:last\:gap-450:last-child {
    grid-gap: 450px;
    gap: 450px;
  }

  .lg\:last\:gap-700:last-child {
    grid-gap: 700px;
    gap: 700px;
  }

  .lg\:last\:gap-px:last-child {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:last\:gap-1p:last-child {
    grid-gap: 1%;
    gap: 1%;
  }

  .lg\:last\:gap-1\/12:last-child {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .lg\:last\:gap-2\/12:last-child {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:last\:gap-11p:last-child {
    grid-gap: 11%;
    gap: 11%;
  }

  .lg\:last\:gap-20p:last-child {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:last\:gap-24p:last-child {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .lg\:last\:gap-25p:last-child {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:last\:gap-32p:last-child {
    grid-gap: 32%;
    gap: 32%;
  }

  .lg\:last\:gap-35p:last-child {
    grid-gap: 35%;
    gap: 35%;
  }

  .lg\:last\:gap-40p:last-child {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:last\:gap-49p:last-child {
    grid-gap: 49%;
    gap: 49%;
  }

  .lg\:last\:gap-49-5p:last-child {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .lg\:last\:gap-80p:last-child {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:last\:gap-vh80:last-child {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .lg\:last\:gap-vh86:last-child {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .lg\:last\:gap-vh90:last-child {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .lg\:last\:gap-vw80:last-child {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .lg\:last\:gap-vw90:last-child {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .lg\:last\:gap-90p:last-child {
    grid-gap: 90%;
    gap: 90%;
  }

  .lg\:last\:gap-92p:last-child {
    grid-gap: 92%;
    gap: 92%;
  }

  .lg\:last\:gap-93p:last-child {
    grid-gap: 93%;
    gap: 93%;
  }

  .lg\:last\:gap-94p:last-child {
    grid-gap: 94%;
    gap: 94%;
  }

  .lg\:last\:gap-95p:last-child {
    grid-gap: 95%;
    gap: 95%;
  }

  .lg\:last\:gap-96p:last-child {
    grid-gap: 96%;
    gap: 96%;
  }

  .lg\:last\:gap-100p:last-child {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:last\:gap-x-0:last-child {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:last\:gap-x-1:last-child {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:last\:gap-x-2:last-child {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:last\:gap-x-3:last-child {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .lg\:last\:gap-x-4:last-child {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .lg\:last\:gap-x-5:last-child {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .lg\:last\:gap-x-6:last-child {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .lg\:last\:gap-x-8:last-child {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:last\:gap-x-9:last-child {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .lg\:last\:gap-x-10:last-child {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:last\:gap-x-12:last-child {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:last\:gap-x-13:last-child {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .lg\:last\:gap-x-14:last-child {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .lg\:last\:gap-x-15:last-child {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:last\:gap-x-16:last-child {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .lg\:last\:gap-x-17:last-child {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .lg\:last\:gap-x-18:last-child {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .lg\:last\:gap-x-20:last-child {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:last\:gap-x-22:last-child {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .lg\:last\:gap-x-24:last-child {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .lg\:last\:gap-x-25:last-child {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .lg\:last\:gap-x-28:last-child {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .lg\:last\:gap-x-29:last-child {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:last\:gap-x-30:last-child {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:last\:gap-x-32:last-child {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:last\:gap-x-35:last-child {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .lg\:last\:gap-x-36:last-child {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:last\:gap-x-37:last-child {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .lg\:last\:gap-x-40:last-child {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:last\:gap-x-45:last-child {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:last\:gap-x-48:last-child {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .lg\:last\:gap-x-50:last-child {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:last\:gap-x-55:last-child {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .lg\:last\:gap-x-56:last-child {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:last\:gap-x-60:last-child {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .lg\:last\:gap-x-62:last-child {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .lg\:last\:gap-x-64:last-child {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .lg\:last\:gap-x-65:last-child {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .lg\:last\:gap-x-70:last-child {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .lg\:last\:gap-x-75:last-child {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:last\:gap-x-80:last-child {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .lg\:last\:gap-x-85:last-child {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .lg\:last\:gap-x-90:last-child {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:last\:gap-x-95:last-child {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .lg\:last\:gap-x-96:last-child {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:last\:gap-x-100:last-child {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:last\:gap-x-110:last-child {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .lg\:last\:gap-x-115:last-child {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .lg\:last\:gap-x-120:last-child {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:last\:gap-x-128:last-child {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .lg\:last\:gap-x-135:last-child {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .lg\:last\:gap-x-140:last-child {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:last\:gap-x-145:last-child {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .lg\:last\:gap-x-150:last-child {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .lg\:last\:gap-x-160:last-child {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .lg\:last\:gap-x-165:last-child {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .lg\:last\:gap-x-168:last-child {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .lg\:last\:gap-x-170:last-child {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .lg\:last\:gap-x-180:last-child {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .lg\:last\:gap-x-200:last-child {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .lg\:last\:gap-x-220:last-child {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .lg\:last\:gap-x-230:last-child {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .lg\:last\:gap-x-235:last-child {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .lg\:last\:gap-x-240:last-child {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .lg\:last\:gap-x-250:last-child {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:last\:gap-x-300:last-child {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:last\:gap-x-320:last-child {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .lg\:last\:gap-x-350:last-child {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .lg\:last\:gap-x-375:last-child {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .lg\:last\:gap-x-400:last-child {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .lg\:last\:gap-x-450:last-child {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .lg\:last\:gap-x-700:last-child {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .lg\:last\:gap-x-px:last-child {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:last\:gap-x-1p:last-child {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:last\:gap-x-1\/12:last-child {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .lg\:last\:gap-x-2\/12:last-child {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:last\:gap-x-11p:last-child {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .lg\:last\:gap-x-20p:last-child {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:last\:gap-x-24p:last-child {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .lg\:last\:gap-x-25p:last-child {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:last\:gap-x-32p:last-child {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .lg\:last\:gap-x-35p:last-child {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .lg\:last\:gap-x-40p:last-child {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:last\:gap-x-49p:last-child {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .lg\:last\:gap-x-49-5p:last-child {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .lg\:last\:gap-x-80p:last-child {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:last\:gap-x-vh80:last-child {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:last\:gap-x-vh86:last-child {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .lg\:last\:gap-x-vh90:last-child {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:last\:gap-x-vw80:last-child {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .lg\:last\:gap-x-vw90:last-child {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .lg\:last\:gap-x-90p:last-child {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:last\:gap-x-92p:last-child {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .lg\:last\:gap-x-93p:last-child {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .lg\:last\:gap-x-94p:last-child {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .lg\:last\:gap-x-95p:last-child {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:last\:gap-x-96p:last-child {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:last\:gap-x-100p:last-child {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:last\:gap-y-0:last-child {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .lg\:last\:gap-y-1:last-child {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:last\:gap-y-2:last-child {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:last\:gap-y-3:last-child {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .lg\:last\:gap-y-4:last-child {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .lg\:last\:gap-y-5:last-child {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .lg\:last\:gap-y-6:last-child {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .lg\:last\:gap-y-8:last-child {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .lg\:last\:gap-y-9:last-child {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .lg\:last\:gap-y-10:last-child {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .lg\:last\:gap-y-12:last-child {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .lg\:last\:gap-y-13:last-child {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .lg\:last\:gap-y-14:last-child {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .lg\:last\:gap-y-15:last-child {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .lg\:last\:gap-y-16:last-child {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .lg\:last\:gap-y-17:last-child {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .lg\:last\:gap-y-18:last-child {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .lg\:last\:gap-y-20:last-child {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:last\:gap-y-22:last-child {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .lg\:last\:gap-y-24:last-child {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .lg\:last\:gap-y-25:last-child {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .lg\:last\:gap-y-28:last-child {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .lg\:last\:gap-y-29:last-child {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .lg\:last\:gap-y-30:last-child {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:last\:gap-y-32:last-child {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .lg\:last\:gap-y-35:last-child {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .lg\:last\:gap-y-36:last-child {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .lg\:last\:gap-y-37:last-child {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .lg\:last\:gap-y-40:last-child {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .lg\:last\:gap-y-45:last-child {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .lg\:last\:gap-y-48:last-child {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .lg\:last\:gap-y-50:last-child {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .lg\:last\:gap-y-55:last-child {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .lg\:last\:gap-y-56:last-child {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .lg\:last\:gap-y-60:last-child {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .lg\:last\:gap-y-62:last-child {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .lg\:last\:gap-y-64:last-child {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .lg\:last\:gap-y-65:last-child {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .lg\:last\:gap-y-70:last-child {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .lg\:last\:gap-y-75:last-child {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .lg\:last\:gap-y-80:last-child {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .lg\:last\:gap-y-85:last-child {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .lg\:last\:gap-y-90:last-child {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .lg\:last\:gap-y-95:last-child {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .lg\:last\:gap-y-96:last-child {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .lg\:last\:gap-y-100:last-child {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .lg\:last\:gap-y-110:last-child {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .lg\:last\:gap-y-115:last-child {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .lg\:last\:gap-y-120:last-child {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .lg\:last\:gap-y-128:last-child {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .lg\:last\:gap-y-135:last-child {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .lg\:last\:gap-y-140:last-child {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .lg\:last\:gap-y-145:last-child {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .lg\:last\:gap-y-150:last-child {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .lg\:last\:gap-y-160:last-child {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .lg\:last\:gap-y-165:last-child {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .lg\:last\:gap-y-168:last-child {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .lg\:last\:gap-y-170:last-child {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .lg\:last\:gap-y-180:last-child {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .lg\:last\:gap-y-200:last-child {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .lg\:last\:gap-y-220:last-child {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .lg\:last\:gap-y-230:last-child {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .lg\:last\:gap-y-235:last-child {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .lg\:last\:gap-y-240:last-child {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .lg\:last\:gap-y-250:last-child {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .lg\:last\:gap-y-300:last-child {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .lg\:last\:gap-y-320:last-child {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .lg\:last\:gap-y-350:last-child {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .lg\:last\:gap-y-375:last-child {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .lg\:last\:gap-y-400:last-child {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .lg\:last\:gap-y-450:last-child {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .lg\:last\:gap-y-700:last-child {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .lg\:last\:gap-y-px:last-child {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:last\:gap-y-1p:last-child {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .lg\:last\:gap-y-1\/12:last-child {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .lg\:last\:gap-y-2\/12:last-child {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:last\:gap-y-11p:last-child {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .lg\:last\:gap-y-20p:last-child {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:last\:gap-y-24p:last-child {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .lg\:last\:gap-y-25p:last-child {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:last\:gap-y-32p:last-child {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .lg\:last\:gap-y-35p:last-child {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .lg\:last\:gap-y-40p:last-child {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:last\:gap-y-49p:last-child {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .lg\:last\:gap-y-49-5p:last-child {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .lg\:last\:gap-y-80p:last-child {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:last\:gap-y-vh80:last-child {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .lg\:last\:gap-y-vh86:last-child {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .lg\:last\:gap-y-vh90:last-child {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .lg\:last\:gap-y-vw80:last-child {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .lg\:last\:gap-y-vw90:last-child {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .lg\:last\:gap-y-90p:last-child {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .lg\:last\:gap-y-92p:last-child {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .lg\:last\:gap-y-93p:last-child {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .lg\:last\:gap-y-94p:last-child {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .lg\:last\:gap-y-95p:last-child {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .lg\:last\:gap-y-96p:last-child {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .lg\:last\:gap-y-100p:last-child {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .group:hover .lg\:group-hover\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-3 {
    grid-gap: 3px;
    gap: 3px;
  }

  .group:hover .lg\:group-hover\:gap-4 {
    grid-gap: 4px;
    gap: 4px;
  }

  .group:hover .lg\:group-hover\:gap-5 {
    grid-gap: 5px;
    gap: 5px;
  }

  .group:hover .lg\:group-hover\:gap-6 {
    grid-gap: 6px;
    gap: 6px;
  }

  .group:hover .lg\:group-hover\:gap-8 {
    grid-gap: 8px;
    gap: 8px;
  }

  .group:hover .lg\:group-hover\:gap-9 {
    grid-gap: 9px;
    gap: 9px;
  }

  .group:hover .lg\:group-hover\:gap-10 {
    grid-gap: 10px;
    gap: 10px;
  }

  .group:hover .lg\:group-hover\:gap-12 {
    grid-gap: 12px;
    gap: 12px;
  }

  .group:hover .lg\:group-hover\:gap-13 {
    grid-gap: 13px;
    gap: 13px;
  }

  .group:hover .lg\:group-hover\:gap-14 {
    grid-gap: 14px;
    gap: 14px;
  }

  .group:hover .lg\:group-hover\:gap-15 {
    grid-gap: 15px;
    gap: 15px;
  }

  .group:hover .lg\:group-hover\:gap-16 {
    grid-gap: 16px;
    gap: 16px;
  }

  .group:hover .lg\:group-hover\:gap-17 {
    grid-gap: 17px;
    gap: 17px;
  }

  .group:hover .lg\:group-hover\:gap-18 {
    grid-gap: 18px;
    gap: 18px;
  }

  .group:hover .lg\:group-hover\:gap-20 {
    grid-gap: 20px;
    gap: 20px;
  }

  .group:hover .lg\:group-hover\:gap-22 {
    grid-gap: 22px;
    gap: 22px;
  }

  .group:hover .lg\:group-hover\:gap-24 {
    grid-gap: 24px;
    gap: 24px;
  }

  .group:hover .lg\:group-hover\:gap-25 {
    grid-gap: 25px;
    gap: 25px;
  }

  .group:hover .lg\:group-hover\:gap-28 {
    grid-gap: 28px;
    gap: 28px;
  }

  .group:hover .lg\:group-hover\:gap-29 {
    grid-gap: 29px;
    gap: 29px;
  }

  .group:hover .lg\:group-hover\:gap-30 {
    grid-gap: 30px;
    gap: 30px;
  }

  .group:hover .lg\:group-hover\:gap-32 {
    grid-gap: 32px;
    gap: 32px;
  }

  .group:hover .lg\:group-hover\:gap-35 {
    grid-gap: 35px;
    gap: 35px;
  }

  .group:hover .lg\:group-hover\:gap-36 {
    grid-gap: 36px;
    gap: 36px;
  }

  .group:hover .lg\:group-hover\:gap-37 {
    grid-gap: 37px;
    gap: 37px;
  }

  .group:hover .lg\:group-hover\:gap-40 {
    grid-gap: 40px;
    gap: 40px;
  }

  .group:hover .lg\:group-hover\:gap-45 {
    grid-gap: 45px;
    gap: 45px;
  }

  .group:hover .lg\:group-hover\:gap-48 {
    grid-gap: 48px;
    gap: 48px;
  }

  .group:hover .lg\:group-hover\:gap-50 {
    grid-gap: 50px;
    gap: 50px;
  }

  .group:hover .lg\:group-hover\:gap-55 {
    grid-gap: 55px;
    gap: 55px;
  }

  .group:hover .lg\:group-hover\:gap-56 {
    grid-gap: 56px;
    gap: 56px;
  }

  .group:hover .lg\:group-hover\:gap-60 {
    grid-gap: 60px;
    gap: 60px;
  }

  .group:hover .lg\:group-hover\:gap-62 {
    grid-gap: 62px;
    gap: 62px;
  }

  .group:hover .lg\:group-hover\:gap-64 {
    grid-gap: 64px;
    gap: 64px;
  }

  .group:hover .lg\:group-hover\:gap-65 {
    grid-gap: 65px;
    gap: 65px;
  }

  .group:hover .lg\:group-hover\:gap-70 {
    grid-gap: 70px;
    gap: 70px;
  }

  .group:hover .lg\:group-hover\:gap-75 {
    grid-gap: 75px;
    gap: 75px;
  }

  .group:hover .lg\:group-hover\:gap-80 {
    grid-gap: 80px;
    gap: 80px;
  }

  .group:hover .lg\:group-hover\:gap-85 {
    grid-gap: 85px;
    gap: 85px;
  }

  .group:hover .lg\:group-hover\:gap-90 {
    grid-gap: 90px;
    gap: 90px;
  }

  .group:hover .lg\:group-hover\:gap-95 {
    grid-gap: 95px;
    gap: 95px;
  }

  .group:hover .lg\:group-hover\:gap-96 {
    grid-gap: 96px;
    gap: 96px;
  }

  .group:hover .lg\:group-hover\:gap-100 {
    grid-gap: 100px;
    gap: 100px;
  }

  .group:hover .lg\:group-hover\:gap-110 {
    grid-gap: 110px;
    gap: 110px;
  }

  .group:hover .lg\:group-hover\:gap-115 {
    grid-gap: 115px;
    gap: 115px;
  }

  .group:hover .lg\:group-hover\:gap-120 {
    grid-gap: 120px;
    gap: 120px;
  }

  .group:hover .lg\:group-hover\:gap-128 {
    grid-gap: 128px;
    gap: 128px;
  }

  .group:hover .lg\:group-hover\:gap-135 {
    grid-gap: 135px;
    gap: 135px;
  }

  .group:hover .lg\:group-hover\:gap-140 {
    grid-gap: 140px;
    gap: 140px;
  }

  .group:hover .lg\:group-hover\:gap-145 {
    grid-gap: 145px;
    gap: 145px;
  }

  .group:hover .lg\:group-hover\:gap-150 {
    grid-gap: 150px;
    gap: 150px;
  }

  .group:hover .lg\:group-hover\:gap-160 {
    grid-gap: 160px;
    gap: 160px;
  }

  .group:hover .lg\:group-hover\:gap-165 {
    grid-gap: 165px;
    gap: 165px;
  }

  .group:hover .lg\:group-hover\:gap-168 {
    grid-gap: 168px;
    gap: 168px;
  }

  .group:hover .lg\:group-hover\:gap-170 {
    grid-gap: 170px;
    gap: 170px;
  }

  .group:hover .lg\:group-hover\:gap-180 {
    grid-gap: 180px;
    gap: 180px;
  }

  .group:hover .lg\:group-hover\:gap-200 {
    grid-gap: 200px;
    gap: 200px;
  }

  .group:hover .lg\:group-hover\:gap-220 {
    grid-gap: 220px;
    gap: 220px;
  }

  .group:hover .lg\:group-hover\:gap-230 {
    grid-gap: 230px;
    gap: 230px;
  }

  .group:hover .lg\:group-hover\:gap-235 {
    grid-gap: 235px;
    gap: 235px;
  }

  .group:hover .lg\:group-hover\:gap-240 {
    grid-gap: 240px;
    gap: 240px;
  }

  .group:hover .lg\:group-hover\:gap-250 {
    grid-gap: 250px;
    gap: 250px;
  }

  .group:hover .lg\:group-hover\:gap-300 {
    grid-gap: 300px;
    gap: 300px;
  }

  .group:hover .lg\:group-hover\:gap-320 {
    grid-gap: 320px;
    gap: 320px;
  }

  .group:hover .lg\:group-hover\:gap-350 {
    grid-gap: 350px;
    gap: 350px;
  }

  .group:hover .lg\:group-hover\:gap-375 {
    grid-gap: 375px;
    gap: 375px;
  }

  .group:hover .lg\:group-hover\:gap-400 {
    grid-gap: 400px;
    gap: 400px;
  }

  .group:hover .lg\:group-hover\:gap-450 {
    grid-gap: 450px;
    gap: 450px;
  }

  .group:hover .lg\:group-hover\:gap-700 {
    grid-gap: 700px;
    gap: 700px;
  }

  .group:hover .lg\:group-hover\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-1p {
    grid-gap: 1%;
    gap: 1%;
  }

  .group:hover .lg\:group-hover\:gap-1\/12 {
    grid-gap: 8.3333%;
    gap: 8.3333%;
  }

  .group:hover .lg\:group-hover\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .group:hover .lg\:group-hover\:gap-11p {
    grid-gap: 11%;
    gap: 11%;
  }

  .group:hover .lg\:group-hover\:gap-20p {
    grid-gap: 20%;
    gap: 20%;
  }

  .group:hover .lg\:group-hover\:gap-24p {
    grid-gap: 24.25%;
    gap: 24.25%;
  }

  .group:hover .lg\:group-hover\:gap-25p {
    grid-gap: 25%;
    gap: 25%;
  }

  .group:hover .lg\:group-hover\:gap-32p {
    grid-gap: 32%;
    gap: 32%;
  }

  .group:hover .lg\:group-hover\:gap-35p {
    grid-gap: 35%;
    gap: 35%;
  }

  .group:hover .lg\:group-hover\:gap-40p {
    grid-gap: 40%;
    gap: 40%;
  }

  .group:hover .lg\:group-hover\:gap-49p {
    grid-gap: 49%;
    gap: 49%;
  }

  .group:hover .lg\:group-hover\:gap-49-5p {
    grid-gap: 49.5%;
    gap: 49.5%;
  }

  .group:hover .lg\:group-hover\:gap-80p {
    grid-gap: 80%;
    gap: 80%;
  }

  .group:hover .lg\:group-hover\:gap-vh80 {
    grid-gap: 80vh;
    gap: 80vh;
  }

  .group:hover .lg\:group-hover\:gap-vh86 {
    grid-gap: 86vh;
    gap: 86vh;
  }

  .group:hover .lg\:group-hover\:gap-vh90 {
    grid-gap: 90vh;
    gap: 90vh;
  }

  .group:hover .lg\:group-hover\:gap-vw80 {
    grid-gap: 80vw;
    gap: 80vw;
  }

  .group:hover .lg\:group-hover\:gap-vw90 {
    grid-gap: 90vw;
    gap: 90vw;
  }

  .group:hover .lg\:group-hover\:gap-90p {
    grid-gap: 90%;
    gap: 90%;
  }

  .group:hover .lg\:group-hover\:gap-92p {
    grid-gap: 92%;
    gap: 92%;
  }

  .group:hover .lg\:group-hover\:gap-93p {
    grid-gap: 93%;
    gap: 93%;
  }

  .group:hover .lg\:group-hover\:gap-94p {
    grid-gap: 94%;
    gap: 94%;
  }

  .group:hover .lg\:group-hover\:gap-95p {
    grid-gap: 95%;
    gap: 95%;
  }

  .group:hover .lg\:group-hover\:gap-96p {
    grid-gap: 96%;
    gap: 96%;
  }

  .group:hover .lg\:group-hover\:gap-100p {
    grid-gap: 100%;
    gap: 100%;
  }

  .group:hover .lg\:group-hover\:gap-x-0 {
    grid-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-3 {
    grid-column-gap: 3px;
    -moz-column-gap: 3px;
         column-gap: 3px;
  }

  .group:hover .lg\:group-hover\:gap-x-4 {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .group:hover .lg\:group-hover\:gap-x-5 {
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }

  .group:hover .lg\:group-hover\:gap-x-6 {
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .group:hover .lg\:group-hover\:gap-x-8 {
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .group:hover .lg\:group-hover\:gap-x-9 {
    grid-column-gap: 9px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .group:hover .lg\:group-hover\:gap-x-10 {
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .group:hover .lg\:group-hover\:gap-x-12 {
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .group:hover .lg\:group-hover\:gap-x-13 {
    grid-column-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .group:hover .lg\:group-hover\:gap-x-14 {
    grid-column-gap: 14px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }

  .group:hover .lg\:group-hover\:gap-x-15 {
    grid-column-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .group:hover .lg\:group-hover\:gap-x-16 {
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .group:hover .lg\:group-hover\:gap-x-17 {
    grid-column-gap: 17px;
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .group:hover .lg\:group-hover\:gap-x-18 {
    grid-column-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .group:hover .lg\:group-hover\:gap-x-20 {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .group:hover .lg\:group-hover\:gap-x-22 {
    grid-column-gap: 22px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .group:hover .lg\:group-hover\:gap-x-24 {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .group:hover .lg\:group-hover\:gap-x-25 {
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .group:hover .lg\:group-hover\:gap-x-28 {
    grid-column-gap: 28px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .group:hover .lg\:group-hover\:gap-x-29 {
    grid-column-gap: 29px;
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .group:hover .lg\:group-hover\:gap-x-30 {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .group:hover .lg\:group-hover\:gap-x-32 {
    grid-column-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .group:hover .lg\:group-hover\:gap-x-35 {
    grid-column-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .group:hover .lg\:group-hover\:gap-x-36 {
    grid-column-gap: 36px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .group:hover .lg\:group-hover\:gap-x-37 {
    grid-column-gap: 37px;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .group:hover .lg\:group-hover\:gap-x-40 {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .group:hover .lg\:group-hover\:gap-x-45 {
    grid-column-gap: 45px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .group:hover .lg\:group-hover\:gap-x-48 {
    grid-column-gap: 48px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .group:hover .lg\:group-hover\:gap-x-50 {
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .group:hover .lg\:group-hover\:gap-x-55 {
    grid-column-gap: 55px;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

  .group:hover .lg\:group-hover\:gap-x-56 {
    grid-column-gap: 56px;
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .group:hover .lg\:group-hover\:gap-x-60 {
    grid-column-gap: 60px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .group:hover .lg\:group-hover\:gap-x-62 {
    grid-column-gap: 62px;
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .group:hover .lg\:group-hover\:gap-x-64 {
    grid-column-gap: 64px;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .group:hover .lg\:group-hover\:gap-x-65 {
    grid-column-gap: 65px;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .group:hover .lg\:group-hover\:gap-x-70 {
    grid-column-gap: 70px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .group:hover .lg\:group-hover\:gap-x-75 {
    grid-column-gap: 75px;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .group:hover .lg\:group-hover\:gap-x-80 {
    grid-column-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .group:hover .lg\:group-hover\:gap-x-85 {
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }

  .group:hover .lg\:group-hover\:gap-x-90 {
    grid-column-gap: 90px;
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .group:hover .lg\:group-hover\:gap-x-95 {
    grid-column-gap: 95px;
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .group:hover .lg\:group-hover\:gap-x-96 {
    grid-column-gap: 96px;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .group:hover .lg\:group-hover\:gap-x-100 {
    grid-column-gap: 100px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .group:hover .lg\:group-hover\:gap-x-110 {
    grid-column-gap: 110px;
    -moz-column-gap: 110px;
         column-gap: 110px;
  }

  .group:hover .lg\:group-hover\:gap-x-115 {
    grid-column-gap: 115px;
    -moz-column-gap: 115px;
         column-gap: 115px;
  }

  .group:hover .lg\:group-hover\:gap-x-120 {
    grid-column-gap: 120px;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .group:hover .lg\:group-hover\:gap-x-128 {
    grid-column-gap: 128px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

  .group:hover .lg\:group-hover\:gap-x-135 {
    grid-column-gap: 135px;
    -moz-column-gap: 135px;
         column-gap: 135px;
  }

  .group:hover .lg\:group-hover\:gap-x-140 {
    grid-column-gap: 140px;
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .group:hover .lg\:group-hover\:gap-x-145 {
    grid-column-gap: 145px;
    -moz-column-gap: 145px;
         column-gap: 145px;
  }

  .group:hover .lg\:group-hover\:gap-x-150 {
    grid-column-gap: 150px;
    -moz-column-gap: 150px;
         column-gap: 150px;
  }

  .group:hover .lg\:group-hover\:gap-x-160 {
    grid-column-gap: 160px;
    -moz-column-gap: 160px;
         column-gap: 160px;
  }

  .group:hover .lg\:group-hover\:gap-x-165 {
    grid-column-gap: 165px;
    -moz-column-gap: 165px;
         column-gap: 165px;
  }

  .group:hover .lg\:group-hover\:gap-x-168 {
    grid-column-gap: 168px;
    -moz-column-gap: 168px;
         column-gap: 168px;
  }

  .group:hover .lg\:group-hover\:gap-x-170 {
    grid-column-gap: 170px;
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .group:hover .lg\:group-hover\:gap-x-180 {
    grid-column-gap: 180px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }

  .group:hover .lg\:group-hover\:gap-x-200 {
    grid-column-gap: 200px;
    -moz-column-gap: 200px;
         column-gap: 200px;
  }

  .group:hover .lg\:group-hover\:gap-x-220 {
    grid-column-gap: 220px;
    -moz-column-gap: 220px;
         column-gap: 220px;
  }

  .group:hover .lg\:group-hover\:gap-x-230 {
    grid-column-gap: 230px;
    -moz-column-gap: 230px;
         column-gap: 230px;
  }

  .group:hover .lg\:group-hover\:gap-x-235 {
    grid-column-gap: 235px;
    -moz-column-gap: 235px;
         column-gap: 235px;
  }

  .group:hover .lg\:group-hover\:gap-x-240 {
    grid-column-gap: 240px;
    -moz-column-gap: 240px;
         column-gap: 240px;
  }

  .group:hover .lg\:group-hover\:gap-x-250 {
    grid-column-gap: 250px;
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .group:hover .lg\:group-hover\:gap-x-300 {
    grid-column-gap: 300px;
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .group:hover .lg\:group-hover\:gap-x-320 {
    grid-column-gap: 320px;
    -moz-column-gap: 320px;
         column-gap: 320px;
  }

  .group:hover .lg\:group-hover\:gap-x-350 {
    grid-column-gap: 350px;
    -moz-column-gap: 350px;
         column-gap: 350px;
  }

  .group:hover .lg\:group-hover\:gap-x-375 {
    grid-column-gap: 375px;
    -moz-column-gap: 375px;
         column-gap: 375px;
  }

  .group:hover .lg\:group-hover\:gap-x-400 {
    grid-column-gap: 400px;
    -moz-column-gap: 400px;
         column-gap: 400px;
  }

  .group:hover .lg\:group-hover\:gap-x-450 {
    grid-column-gap: 450px;
    -moz-column-gap: 450px;
         column-gap: 450px;
  }

  .group:hover .lg\:group-hover\:gap-x-700 {
    grid-column-gap: 700px;
    -moz-column-gap: 700px;
         column-gap: 700px;
  }

  .group:hover .lg\:group-hover\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-x-1p {
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .group:hover .lg\:group-hover\:gap-x-1\/12 {
    grid-column-gap: 8.3333%;
    -moz-column-gap: 8.3333%;
         column-gap: 8.3333%;
  }

  .group:hover .lg\:group-hover\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .group:hover .lg\:group-hover\:gap-x-11p {
    grid-column-gap: 11%;
    -moz-column-gap: 11%;
         column-gap: 11%;
  }

  .group:hover .lg\:group-hover\:gap-x-20p {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .group:hover .lg\:group-hover\:gap-x-24p {
    grid-column-gap: 24.25%;
    -moz-column-gap: 24.25%;
         column-gap: 24.25%;
  }

  .group:hover .lg\:group-hover\:gap-x-25p {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .group:hover .lg\:group-hover\:gap-x-32p {
    grid-column-gap: 32%;
    -moz-column-gap: 32%;
         column-gap: 32%;
  }

  .group:hover .lg\:group-hover\:gap-x-35p {
    grid-column-gap: 35%;
    -moz-column-gap: 35%;
         column-gap: 35%;
  }

  .group:hover .lg\:group-hover\:gap-x-40p {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .group:hover .lg\:group-hover\:gap-x-49p {
    grid-column-gap: 49%;
    -moz-column-gap: 49%;
         column-gap: 49%;
  }

  .group:hover .lg\:group-hover\:gap-x-49-5p {
    grid-column-gap: 49.5%;
    -moz-column-gap: 49.5%;
         column-gap: 49.5%;
  }

  .group:hover .lg\:group-hover\:gap-x-80p {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .group:hover .lg\:group-hover\:gap-x-vh80 {
    grid-column-gap: 80vh;
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .group:hover .lg\:group-hover\:gap-x-vh86 {
    grid-column-gap: 86vh;
    -moz-column-gap: 86vh;
         column-gap: 86vh;
  }

  .group:hover .lg\:group-hover\:gap-x-vh90 {
    grid-column-gap: 90vh;
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .group:hover .lg\:group-hover\:gap-x-vw80 {
    grid-column-gap: 80vw;
    -moz-column-gap: 80vw;
         column-gap: 80vw;
  }

  .group:hover .lg\:group-hover\:gap-x-vw90 {
    grid-column-gap: 90vw;
    -moz-column-gap: 90vw;
         column-gap: 90vw;
  }

  .group:hover .lg\:group-hover\:gap-x-90p {
    grid-column-gap: 90%;
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .group:hover .lg\:group-hover\:gap-x-92p {
    grid-column-gap: 92%;
    -moz-column-gap: 92%;
         column-gap: 92%;
  }

  .group:hover .lg\:group-hover\:gap-x-93p {
    grid-column-gap: 93%;
    -moz-column-gap: 93%;
         column-gap: 93%;
  }

  .group:hover .lg\:group-hover\:gap-x-94p {
    grid-column-gap: 94%;
    -moz-column-gap: 94%;
         column-gap: 94%;
  }

  .group:hover .lg\:group-hover\:gap-x-95p {
    grid-column-gap: 95%;
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .group:hover .lg\:group-hover\:gap-x-96p {
    grid-column-gap: 96%;
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .group:hover .lg\:group-hover\:gap-x-100p {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .group:hover .lg\:group-hover\:gap-y-0 {
    grid-row-gap: 0px;
    row-gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-3 {
    grid-row-gap: 3px;
    row-gap: 3px;
  }

  .group:hover .lg\:group-hover\:gap-y-4 {
    grid-row-gap: 4px;
    row-gap: 4px;
  }

  .group:hover .lg\:group-hover\:gap-y-5 {
    grid-row-gap: 5px;
    row-gap: 5px;
  }

  .group:hover .lg\:group-hover\:gap-y-6 {
    grid-row-gap: 6px;
    row-gap: 6px;
  }

  .group:hover .lg\:group-hover\:gap-y-8 {
    grid-row-gap: 8px;
    row-gap: 8px;
  }

  .group:hover .lg\:group-hover\:gap-y-9 {
    grid-row-gap: 9px;
    row-gap: 9px;
  }

  .group:hover .lg\:group-hover\:gap-y-10 {
    grid-row-gap: 10px;
    row-gap: 10px;
  }

  .group:hover .lg\:group-hover\:gap-y-12 {
    grid-row-gap: 12px;
    row-gap: 12px;
  }

  .group:hover .lg\:group-hover\:gap-y-13 {
    grid-row-gap: 13px;
    row-gap: 13px;
  }

  .group:hover .lg\:group-hover\:gap-y-14 {
    grid-row-gap: 14px;
    row-gap: 14px;
  }

  .group:hover .lg\:group-hover\:gap-y-15 {
    grid-row-gap: 15px;
    row-gap: 15px;
  }

  .group:hover .lg\:group-hover\:gap-y-16 {
    grid-row-gap: 16px;
    row-gap: 16px;
  }

  .group:hover .lg\:group-hover\:gap-y-17 {
    grid-row-gap: 17px;
    row-gap: 17px;
  }

  .group:hover .lg\:group-hover\:gap-y-18 {
    grid-row-gap: 18px;
    row-gap: 18px;
  }

  .group:hover .lg\:group-hover\:gap-y-20 {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .group:hover .lg\:group-hover\:gap-y-22 {
    grid-row-gap: 22px;
    row-gap: 22px;
  }

  .group:hover .lg\:group-hover\:gap-y-24 {
    grid-row-gap: 24px;
    row-gap: 24px;
  }

  .group:hover .lg\:group-hover\:gap-y-25 {
    grid-row-gap: 25px;
    row-gap: 25px;
  }

  .group:hover .lg\:group-hover\:gap-y-28 {
    grid-row-gap: 28px;
    row-gap: 28px;
  }

  .group:hover .lg\:group-hover\:gap-y-29 {
    grid-row-gap: 29px;
    row-gap: 29px;
  }

  .group:hover .lg\:group-hover\:gap-y-30 {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .group:hover .lg\:group-hover\:gap-y-32 {
    grid-row-gap: 32px;
    row-gap: 32px;
  }

  .group:hover .lg\:group-hover\:gap-y-35 {
    grid-row-gap: 35px;
    row-gap: 35px;
  }

  .group:hover .lg\:group-hover\:gap-y-36 {
    grid-row-gap: 36px;
    row-gap: 36px;
  }

  .group:hover .lg\:group-hover\:gap-y-37 {
    grid-row-gap: 37px;
    row-gap: 37px;
  }

  .group:hover .lg\:group-hover\:gap-y-40 {
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .group:hover .lg\:group-hover\:gap-y-45 {
    grid-row-gap: 45px;
    row-gap: 45px;
  }

  .group:hover .lg\:group-hover\:gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px;
  }

  .group:hover .lg\:group-hover\:gap-y-50 {
    grid-row-gap: 50px;
    row-gap: 50px;
  }

  .group:hover .lg\:group-hover\:gap-y-55 {
    grid-row-gap: 55px;
    row-gap: 55px;
  }

  .group:hover .lg\:group-hover\:gap-y-56 {
    grid-row-gap: 56px;
    row-gap: 56px;
  }

  .group:hover .lg\:group-hover\:gap-y-60 {
    grid-row-gap: 60px;
    row-gap: 60px;
  }

  .group:hover .lg\:group-hover\:gap-y-62 {
    grid-row-gap: 62px;
    row-gap: 62px;
  }

  .group:hover .lg\:group-hover\:gap-y-64 {
    grid-row-gap: 64px;
    row-gap: 64px;
  }

  .group:hover .lg\:group-hover\:gap-y-65 {
    grid-row-gap: 65px;
    row-gap: 65px;
  }

  .group:hover .lg\:group-hover\:gap-y-70 {
    grid-row-gap: 70px;
    row-gap: 70px;
  }

  .group:hover .lg\:group-hover\:gap-y-75 {
    grid-row-gap: 75px;
    row-gap: 75px;
  }

  .group:hover .lg\:group-hover\:gap-y-80 {
    grid-row-gap: 80px;
    row-gap: 80px;
  }

  .group:hover .lg\:group-hover\:gap-y-85 {
    grid-row-gap: 85px;
    row-gap: 85px;
  }

  .group:hover .lg\:group-hover\:gap-y-90 {
    grid-row-gap: 90px;
    row-gap: 90px;
  }

  .group:hover .lg\:group-hover\:gap-y-95 {
    grid-row-gap: 95px;
    row-gap: 95px;
  }

  .group:hover .lg\:group-hover\:gap-y-96 {
    grid-row-gap: 96px;
    row-gap: 96px;
  }

  .group:hover .lg\:group-hover\:gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px;
  }

  .group:hover .lg\:group-hover\:gap-y-110 {
    grid-row-gap: 110px;
    row-gap: 110px;
  }

  .group:hover .lg\:group-hover\:gap-y-115 {
    grid-row-gap: 115px;
    row-gap: 115px;
  }

  .group:hover .lg\:group-hover\:gap-y-120 {
    grid-row-gap: 120px;
    row-gap: 120px;
  }

  .group:hover .lg\:group-hover\:gap-y-128 {
    grid-row-gap: 128px;
    row-gap: 128px;
  }

  .group:hover .lg\:group-hover\:gap-y-135 {
    grid-row-gap: 135px;
    row-gap: 135px;
  }

  .group:hover .lg\:group-hover\:gap-y-140 {
    grid-row-gap: 140px;
    row-gap: 140px;
  }

  .group:hover .lg\:group-hover\:gap-y-145 {
    grid-row-gap: 145px;
    row-gap: 145px;
  }

  .group:hover .lg\:group-hover\:gap-y-150 {
    grid-row-gap: 150px;
    row-gap: 150px;
  }

  .group:hover .lg\:group-hover\:gap-y-160 {
    grid-row-gap: 160px;
    row-gap: 160px;
  }

  .group:hover .lg\:group-hover\:gap-y-165 {
    grid-row-gap: 165px;
    row-gap: 165px;
  }

  .group:hover .lg\:group-hover\:gap-y-168 {
    grid-row-gap: 168px;
    row-gap: 168px;
  }

  .group:hover .lg\:group-hover\:gap-y-170 {
    grid-row-gap: 170px;
    row-gap: 170px;
  }

  .group:hover .lg\:group-hover\:gap-y-180 {
    grid-row-gap: 180px;
    row-gap: 180px;
  }

  .group:hover .lg\:group-hover\:gap-y-200 {
    grid-row-gap: 200px;
    row-gap: 200px;
  }

  .group:hover .lg\:group-hover\:gap-y-220 {
    grid-row-gap: 220px;
    row-gap: 220px;
  }

  .group:hover .lg\:group-hover\:gap-y-230 {
    grid-row-gap: 230px;
    row-gap: 230px;
  }

  .group:hover .lg\:group-hover\:gap-y-235 {
    grid-row-gap: 235px;
    row-gap: 235px;
  }

  .group:hover .lg\:group-hover\:gap-y-240 {
    grid-row-gap: 240px;
    row-gap: 240px;
  }

  .group:hover .lg\:group-hover\:gap-y-250 {
    grid-row-gap: 250px;
    row-gap: 250px;
  }

  .group:hover .lg\:group-hover\:gap-y-300 {
    grid-row-gap: 300px;
    row-gap: 300px;
  }

  .group:hover .lg\:group-hover\:gap-y-320 {
    grid-row-gap: 320px;
    row-gap: 320px;
  }

  .group:hover .lg\:group-hover\:gap-y-350 {
    grid-row-gap: 350px;
    row-gap: 350px;
  }

  .group:hover .lg\:group-hover\:gap-y-375 {
    grid-row-gap: 375px;
    row-gap: 375px;
  }

  .group:hover .lg\:group-hover\:gap-y-400 {
    grid-row-gap: 400px;
    row-gap: 400px;
  }

  .group:hover .lg\:group-hover\:gap-y-450 {
    grid-row-gap: 450px;
    row-gap: 450px;
  }

  .group:hover .lg\:group-hover\:gap-y-700 {
    grid-row-gap: 700px;
    row-gap: 700px;
  }

  .group:hover .lg\:group-hover\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-y-1p {
    grid-row-gap: 1%;
    row-gap: 1%;
  }

  .group:hover .lg\:group-hover\:gap-y-1\/12 {
    grid-row-gap: 8.3333%;
    row-gap: 8.3333%;
  }

  .group:hover .lg\:group-hover\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .group:hover .lg\:group-hover\:gap-y-11p {
    grid-row-gap: 11%;
    row-gap: 11%;
  }

  .group:hover .lg\:group-hover\:gap-y-20p {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .group:hover .lg\:group-hover\:gap-y-24p {
    grid-row-gap: 24.25%;
    row-gap: 24.25%;
  }

  .group:hover .lg\:group-hover\:gap-y-25p {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .group:hover .lg\:group-hover\:gap-y-32p {
    grid-row-gap: 32%;
    row-gap: 32%;
  }

  .group:hover .lg\:group-hover\:gap-y-35p {
    grid-row-gap: 35%;
    row-gap: 35%;
  }

  .group:hover .lg\:group-hover\:gap-y-40p {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .group:hover .lg\:group-hover\:gap-y-49p {
    grid-row-gap: 49%;
    row-gap: 49%;
  }

  .group:hover .lg\:group-hover\:gap-y-49-5p {
    grid-row-gap: 49.5%;
    row-gap: 49.5%;
  }

  .group:hover .lg\:group-hover\:gap-y-80p {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .group:hover .lg\:group-hover\:gap-y-vh80 {
    grid-row-gap: 80vh;
    row-gap: 80vh;
  }

  .group:hover .lg\:group-hover\:gap-y-vh86 {
    grid-row-gap: 86vh;
    row-gap: 86vh;
  }

  .group:hover .lg\:group-hover\:gap-y-vh90 {
    grid-row-gap: 90vh;
    row-gap: 90vh;
  }

  .group:hover .lg\:group-hover\:gap-y-vw80 {
    grid-row-gap: 80vw;
    row-gap: 80vw;
  }

  .group:hover .lg\:group-hover\:gap-y-vw90 {
    grid-row-gap: 90vw;
    row-gap: 90vw;
  }

  .group:hover .lg\:group-hover\:gap-y-90p {
    grid-row-gap: 90%;
    row-gap: 90%;
  }

  .group:hover .lg\:group-hover\:gap-y-92p {
    grid-row-gap: 92%;
    row-gap: 92%;
  }

  .group:hover .lg\:group-hover\:gap-y-93p {
    grid-row-gap: 93%;
    row-gap: 93%;
  }

  .group:hover .lg\:group-hover\:gap-y-94p {
    grid-row-gap: 94%;
    row-gap: 94%;
  }

  .group:hover .lg\:group-hover\:gap-y-95p {
    grid-row-gap: 95%;
    row-gap: 95%;
  }

  .group:hover .lg\:group-hover\:gap-y-96p {
    grid-row-gap: 96%;
    row-gap: 96%;
  }

  .group:hover .lg\:group-hover\:gap-y-100p {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .lg\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .lg\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .lg\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .lg\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .lg\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .lg\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .lg\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .lg\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .lg\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .lg\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .lg\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .lg\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .lg\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .lg\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .lg\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .group:hover .lg\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .lg\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .lg\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .lg\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .lg\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .lg\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .lg\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .group:hover .lg\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .lg\:hover\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }

  .lg\:hover\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }

  .lg\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .lg\:focus\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }

  .lg\:focus\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }

  .lg\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .lg\:first\:auto-cols-min:first-child {
    grid-auto-columns: min-content;
  }

  .lg\:first\:auto-cols-max:first-child {
    grid-auto-columns: max-content;
  }

  .lg\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .lg\:last\:auto-cols-min:last-child {
    grid-auto-columns: min-content;
  }

  .lg\:last\:auto-cols-max:last-child {
    grid-auto-columns: max-content;
  }

  .lg\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .lg\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .lg\:group-hover\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .group:hover .lg\:group-hover\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .group:hover .lg\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .lg\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .lg\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .lg\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .lg\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .lg\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .lg\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .lg\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .lg\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .lg\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .lg\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .lg\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .lg\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .lg\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .lg\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .lg\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .lg\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .lg\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .lg\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .lg\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .lg\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .lg\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .lg\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .lg\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .lg\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .lg\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .lg\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .lg\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .lg\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .lg\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .lg\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .lg\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .lg\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .lg\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .lg\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .lg\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .lg\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .lg\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .lg\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .lg\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .lg\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .lg\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .lg\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .lg\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .lg\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .lg\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .lg\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .lg\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .lg\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .lg\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .lg\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .lg\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .lg\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .lg\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .lg\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .lg\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .group:hover .lg\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .lg\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .lg\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .lg\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .lg\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .lg\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .lg\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .lg\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .lg\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .lg\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .lg\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .lg\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .lg\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .lg\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .lg\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .lg\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .lg\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .lg\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .lg\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .lg\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .lg\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .lg\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .lg\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .lg\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .lg\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .lg\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .lg\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .lg\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .lg\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .lg\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .lg\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .lg\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .lg\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .lg\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .lg\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .lg\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .lg\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .lg\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .lg\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .lg\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .lg\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .lg\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .lg\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .lg\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .lg\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .lg\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .lg\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .lg\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .lg\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .lg\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .lg\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .lg\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .lg\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .lg\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .lg\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .lg\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .lg\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .lg\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .lg\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .lg\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .lg\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .lg\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .lg\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .lg\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .lg\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .lg\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .lg\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .lg\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .lg\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .group:hover .lg\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .lg\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .lg\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .lg\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .lg\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .lg\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .lg\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .lg\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .lg\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .lg\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .lg\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .lg\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .lg\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .lg\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .lg\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .lg\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .lg\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .lg\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .lg\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .lg\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .lg\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .lg\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .lg\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .lg\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .lg\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .lg\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .lg\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .lg\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .lg\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .lg\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .lg\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .lg\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .lg\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .lg\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .lg\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .lg\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .lg\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .lg\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .lg\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .lg\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .lg\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .lg\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .lg\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .lg\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .lg\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .lg\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .lg\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .lg\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .lg\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .lg\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .lg\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .lg\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .lg\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .lg\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .lg\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .lg\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .lg\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .lg\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .lg\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .lg\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .lg\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .lg\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .lg\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .lg\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .lg\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .lg\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .lg\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .lg\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .lg\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .group:hover .lg\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .lg\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .lg\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .lg\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .lg\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .lg\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .lg\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .lg\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .lg\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .lg\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .lg\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .lg\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .lg\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .lg\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .lg\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .lg\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .lg\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .group:hover .lg\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .lg\:hover\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }

  .lg\:hover\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }

  .lg\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .lg\:focus\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }

  .lg\:focus\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }

  .lg\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .lg\:first\:auto-rows-min:first-child {
    grid-auto-rows: min-content;
  }

  .lg\:first\:auto-rows-max:first-child {
    grid-auto-rows: max-content;
  }

  .lg\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .lg\:last\:auto-rows-min:last-child {
    grid-auto-rows: min-content;
  }

  .lg\:last\:auto-rows-max:last-child {
    grid-auto-rows: max-content;
  }

  .lg\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .lg\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .lg\:group-hover\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .group:hover .lg\:group-hover\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .group:hover .lg\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .lg\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .lg\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .lg\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .lg\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .lg\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .lg\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .lg\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .lg\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .lg\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .lg\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .lg\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .lg\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .lg\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .lg\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .lg\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .lg\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .lg\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .lg\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .lg\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .lg\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .lg\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .lg\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .lg\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .lg\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .lg\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .lg\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .lg\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .lg\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .lg\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .lg\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .lg\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .group:hover .lg\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .lg\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .lg\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .lg\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .lg\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .lg\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .lg\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .lg\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .lg\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .lg\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .lg\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .lg\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .lg\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .lg\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .lg\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .lg\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .lg\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .lg\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .lg\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .lg\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .lg\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .lg\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .lg\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .lg\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .lg\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .lg\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .lg\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .lg\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .lg\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .lg\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .lg\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .lg\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .lg\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .lg\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .lg\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .lg\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .lg\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .lg\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .lg\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .group:hover .lg\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .lg\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .lg\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .lg\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .lg\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .lg\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .lg\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .lg\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .lg\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .lg\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .lg\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .lg\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .lg\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .lg\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .lg\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .lg\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .lg\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .lg\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .lg\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .lg\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .lg\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .lg\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .lg\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .lg\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .lg\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .lg\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .lg\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .lg\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .lg\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .lg\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .lg\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .lg\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .lg\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .lg\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .lg\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .lg\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .lg\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .lg\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .lg\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .group:hover .lg\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .lg\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .lg\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .lg\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .lg\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .lg\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .lg\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .lg\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:hover\:transform:hover {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:hover\:transform-none:hover {
    transform: none;
  }

  .lg\:focus\:transform:focus {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:focus\:transform-none:focus {
    transform: none;
  }

  .lg\:first\:transform:first-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:first\:transform-none:first-child {
    transform: none;
  }

  .lg\:last\:transform:last-child {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:last\:transform-none:last-child {
    transform: none;
  }

  .group:hover .lg\:group-hover\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .group:hover .lg\:group-hover\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .lg\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .lg\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .lg\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .lg\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .lg\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .lg\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .lg\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .lg\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .lg\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .lg\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .lg\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .lg\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .lg\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .lg\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .lg\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .lg\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .lg\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .lg\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .lg\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .lg\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .lg\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .lg\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .lg\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .lg\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .lg\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .lg\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .lg\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .lg\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .lg\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .lg\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .lg\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .lg\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .lg\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .lg\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .lg\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .group:hover .lg\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .lg\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .lg\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .lg\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .lg\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .lg\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .lg\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .lg\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .lg\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:first\:scale-0:first-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:first\:scale-50:first-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:first\:scale-75:first-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:first\:scale-90:first-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:first\:scale-95:first-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:first\:scale-100:first-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:first\:scale-105:first-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:first\:scale-110:first-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:first\:scale-125:first-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:first\:scale-150:first-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:first\:scale-x-0:first-child {
    --transform-scale-x: 0;
  }

  .lg\:first\:scale-x-50:first-child {
    --transform-scale-x: .5;
  }

  .lg\:first\:scale-x-75:first-child {
    --transform-scale-x: .75;
  }

  .lg\:first\:scale-x-90:first-child {
    --transform-scale-x: .9;
  }

  .lg\:first\:scale-x-95:first-child {
    --transform-scale-x: .95;
  }

  .lg\:first\:scale-x-100:first-child {
    --transform-scale-x: 1;
  }

  .lg\:first\:scale-x-105:first-child {
    --transform-scale-x: 1.05;
  }

  .lg\:first\:scale-x-110:first-child {
    --transform-scale-x: 1.1;
  }

  .lg\:first\:scale-x-125:first-child {
    --transform-scale-x: 1.25;
  }

  .lg\:first\:scale-x-150:first-child {
    --transform-scale-x: 1.5;
  }

  .lg\:first\:scale-y-0:first-child {
    --transform-scale-y: 0;
  }

  .lg\:first\:scale-y-50:first-child {
    --transform-scale-y: .5;
  }

  .lg\:first\:scale-y-75:first-child {
    --transform-scale-y: .75;
  }

  .lg\:first\:scale-y-90:first-child {
    --transform-scale-y: .9;
  }

  .lg\:first\:scale-y-95:first-child {
    --transform-scale-y: .95;
  }

  .lg\:first\:scale-y-100:first-child {
    --transform-scale-y: 1;
  }

  .lg\:first\:scale-y-105:first-child {
    --transform-scale-y: 1.05;
  }

  .lg\:first\:scale-y-110:first-child {
    --transform-scale-y: 1.1;
  }

  .lg\:first\:scale-y-125:first-child {
    --transform-scale-y: 1.25;
  }

  .lg\:first\:scale-y-150:first-child {
    --transform-scale-y: 1.5;
  }

  .lg\:last\:scale-0:last-child {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:last\:scale-50:last-child {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:last\:scale-75:last-child {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:last\:scale-90:last-child {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:last\:scale-95:last-child {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:last\:scale-100:last-child {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:last\:scale-105:last-child {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:last\:scale-110:last-child {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:last\:scale-125:last-child {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:last\:scale-150:last-child {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:last\:scale-x-0:last-child {
    --transform-scale-x: 0;
  }

  .lg\:last\:scale-x-50:last-child {
    --transform-scale-x: .5;
  }

  .lg\:last\:scale-x-75:last-child {
    --transform-scale-x: .75;
  }

  .lg\:last\:scale-x-90:last-child {
    --transform-scale-x: .9;
  }

  .lg\:last\:scale-x-95:last-child {
    --transform-scale-x: .95;
  }

  .lg\:last\:scale-x-100:last-child {
    --transform-scale-x: 1;
  }

  .lg\:last\:scale-x-105:last-child {
    --transform-scale-x: 1.05;
  }

  .lg\:last\:scale-x-110:last-child {
    --transform-scale-x: 1.1;
  }

  .lg\:last\:scale-x-125:last-child {
    --transform-scale-x: 1.25;
  }

  .lg\:last\:scale-x-150:last-child {
    --transform-scale-x: 1.5;
  }

  .lg\:last\:scale-y-0:last-child {
    --transform-scale-y: 0;
  }

  .lg\:last\:scale-y-50:last-child {
    --transform-scale-y: .5;
  }

  .lg\:last\:scale-y-75:last-child {
    --transform-scale-y: .75;
  }

  .lg\:last\:scale-y-90:last-child {
    --transform-scale-y: .9;
  }

  .lg\:last\:scale-y-95:last-child {
    --transform-scale-y: .95;
  }

  .lg\:last\:scale-y-100:last-child {
    --transform-scale-y: 1;
  }

  .lg\:last\:scale-y-105:last-child {
    --transform-scale-y: 1.05;
  }

  .lg\:last\:scale-y-110:last-child {
    --transform-scale-y: 1.1;
  }

  .lg\:last\:scale-y-125:last-child {
    --transform-scale-y: 1.25;
  }

  .lg\:last\:scale-y-150:last-child {
    --transform-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .group:hover .lg\:group-hover\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .group:hover .lg\:group-hover\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .group:hover .lg\:group-hover\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .group:hover .lg\:group-hover\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .group:hover .lg\:group-hover\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .group:hover .lg\:group-hover\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .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\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }

  .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\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }

  .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\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }

  .lg\:first\:rotate-0:first-child {
    --transform-rotate: 0;
  }

  .lg\:first\:rotate-1:first-child {
    --transform-rotate: 1deg;
  }

  .lg\:first\:rotate-2:first-child {
    --transform-rotate: 2deg;
  }

  .lg\:first\:rotate-3:first-child {
    --transform-rotate: 3deg;
  }

  .lg\:first\:rotate-6:first-child {
    --transform-rotate: 6deg;
  }

  .lg\:first\:rotate-12:first-child {
    --transform-rotate: 12deg;
  }

  .lg\:first\:rotate-45:first-child {
    --transform-rotate: 45deg;
  }

  .lg\:first\:rotate-90:first-child {
    --transform-rotate: 90deg;
  }

  .lg\:first\:rotate-180:first-child {
    --transform-rotate: 180deg;
  }

  .lg\:first\:-rotate-180:first-child {
    --transform-rotate: -180deg;
  }

  .lg\:first\:-rotate-90:first-child {
    --transform-rotate: -90deg;
  }

  .lg\:first\:-rotate-45:first-child {
    --transform-rotate: -45deg;
  }

  .lg\:first\:-rotate-12:first-child {
    --transform-rotate: -12deg;
  }

  .lg\:first\:-rotate-6:first-child {
    --transform-rotate: -6deg;
  }

  .lg\:first\:-rotate-3:first-child {
    --transform-rotate: -3deg;
  }

  .lg\:first\:-rotate-2:first-child {
    --transform-rotate: -2deg;
  }

  .lg\:first\:-rotate-1:first-child {
    --transform-rotate: -1deg;
  }

  .lg\:last\:rotate-0:last-child {
    --transform-rotate: 0;
  }

  .lg\:last\:rotate-1:last-child {
    --transform-rotate: 1deg;
  }

  .lg\:last\:rotate-2:last-child {
    --transform-rotate: 2deg;
  }

  .lg\:last\:rotate-3:last-child {
    --transform-rotate: 3deg;
  }

  .lg\:last\:rotate-6:last-child {
    --transform-rotate: 6deg;
  }

  .lg\:last\:rotate-12:last-child {
    --transform-rotate: 12deg;
  }

  .lg\:last\:rotate-45:last-child {
    --transform-rotate: 45deg;
  }

  .lg\:last\:rotate-90:last-child {
    --transform-rotate: 90deg;
  }

  .lg\:last\:rotate-180:last-child {
    --transform-rotate: 180deg;
  }

  .lg\:last\:-rotate-180:last-child {
    --transform-rotate: -180deg;
  }

  .lg\:last\:-rotate-90:last-child {
    --transform-rotate: -90deg;
  }

  .lg\:last\:-rotate-45:last-child {
    --transform-rotate: -45deg;
  }

  .lg\:last\:-rotate-12:last-child {
    --transform-rotate: -12deg;
  }

  .lg\:last\:-rotate-6:last-child {
    --transform-rotate: -6deg;
  }

  .lg\:last\:-rotate-3:last-child {
    --transform-rotate: -3deg;
  }

  .lg\:last\:-rotate-2:last-child {
    --transform-rotate: -2deg;
  }

  .lg\:last\:-rotate-1:last-child {
    --transform-rotate: -1deg;
  }

  .group:hover .lg\:group-hover\:rotate-0 {
    --transform-rotate: 0;
  }

  .group:hover .lg\:group-hover\:rotate-1 {
    --transform-rotate: 1deg;
  }

  .group:hover .lg\:group-hover\:rotate-2 {
    --transform-rotate: 2deg;
  }

  .group:hover .lg\:group-hover\:rotate-3 {
    --transform-rotate: 3deg;
  }

  .group:hover .lg\:group-hover\:rotate-6 {
    --transform-rotate: 6deg;
  }

  .group:hover .lg\:group-hover\:rotate-12 {
    --transform-rotate: 12deg;
  }

  .group:hover .lg\:group-hover\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .group:hover .lg\:group-hover\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .group:hover .lg\:group-hover\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .group:hover .lg\:group-hover\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .group:hover .lg\:group-hover\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .group:hover .lg\:group-hover\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .group:hover .lg\:group-hover\:-rotate-12 {
    --transform-rotate: -12deg;
  }

  .group:hover .lg\:group-hover\:-rotate-6 {
    --transform-rotate: -6deg;
  }

  .group:hover .lg\:group-hover\:-rotate-3 {
    --transform-rotate: -3deg;
  }

  .group:hover .lg\:group-hover\:-rotate-2 {
    --transform-rotate: -2deg;
  }

  .group:hover .lg\:group-hover\:-rotate-1 {
    --transform-rotate: -1deg;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .lg\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .lg\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .lg\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .lg\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .lg\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .lg\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .lg\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .lg\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .lg\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .lg\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .lg\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .lg\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .lg\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .lg\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .lg\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .lg\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .lg\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .lg\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .lg\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .lg\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .lg\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .lg\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .lg\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .lg\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .lg\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .lg\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .lg\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .lg\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .lg\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .lg\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .lg\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .lg\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .lg\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .lg\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .lg\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .lg\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .lg\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .lg\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .lg\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .lg\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .lg\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .lg\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .lg\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .lg\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .lg\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .lg\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .lg\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .lg\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .lg\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .lg\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .lg\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .lg\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .lg\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .lg\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .lg\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .lg\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .lg\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .lg\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .lg\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .lg\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .lg\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .lg\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .lg\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .lg\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .lg\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .lg\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .lg\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .lg\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .lg\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .lg\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .lg\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .lg\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .lg\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .lg\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .lg\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .lg\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .lg\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .lg\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .lg\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .lg\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .lg\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .lg\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .lg\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .lg\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .lg\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .lg\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .lg\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .lg\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .lg\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .lg\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .lg\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .lg\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .lg\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .lg\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .lg\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .lg\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .lg\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .lg\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .lg\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .lg\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .lg\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .lg\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .lg\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .lg\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .lg\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .lg\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .lg\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .lg\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .lg\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .lg\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .lg\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .lg\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .lg\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .lg\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .lg\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .lg\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .lg\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .lg\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .lg\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .lg\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .lg\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .lg\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .lg\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .lg\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .lg\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .lg\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .lg\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .lg\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .lg\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .lg\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .lg\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .lg\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .lg\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .lg\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .lg\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .lg\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .lg\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .lg\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .lg\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .lg\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .lg\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .lg\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .lg\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .lg\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .lg\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .lg\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .lg\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .lg\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .lg\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .lg\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .lg\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .lg\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .lg\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .lg\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .lg\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .lg\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .lg\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .lg\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .lg\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .lg\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .lg\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .lg\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .lg\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .lg\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .lg\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .lg\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .lg\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .lg\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .lg\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .lg\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .lg\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .lg\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .lg\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .lg\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .lg\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .lg\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .lg\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .lg\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .lg\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .lg\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .lg\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .lg\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .lg\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .lg\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .lg\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .lg\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .lg\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .lg\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .lg\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .lg\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .lg\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .lg\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .lg\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .lg\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .lg\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .lg\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .lg\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .lg\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .lg\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .lg\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .lg\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .lg\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .lg\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .lg\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .lg\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .lg\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .lg\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .lg\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .lg\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .lg\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .lg\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .lg\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .lg\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .lg\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .lg\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .lg\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .lg\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .lg\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .lg\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .lg\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .lg\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .lg\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .lg\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .lg\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .lg\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .lg\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .lg\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .lg\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .lg\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .lg\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .lg\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .lg\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .lg\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .lg\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .lg\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .lg\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .lg\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .lg\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .lg\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .lg\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .lg\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .lg\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .lg\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .lg\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .lg\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .lg\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .lg\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .lg\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .lg\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .lg\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .lg\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .lg\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .lg\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .lg\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .lg\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .lg\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .lg\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .lg\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .lg\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .lg\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .lg\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .lg\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .lg\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .lg\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .lg\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .lg\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .lg\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .lg\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .lg\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .lg\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .lg\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .lg\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .lg\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .lg\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .lg\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .lg\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .lg\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .lg\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .lg\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .lg\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .lg\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .lg\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .lg\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .lg\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .lg\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .lg\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .lg\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .lg\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .lg\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .lg\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .lg\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .lg\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .lg\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .lg\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .lg\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .lg\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .lg\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .lg\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .lg\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .lg\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .lg\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .lg\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .lg\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .lg\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .lg\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .lg\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 3px;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 4px;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 5px;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 6px;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 8px;
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 9px;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 10px;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 12px;
  }

  .lg\:hover\:translate-x-13:hover {
    --transform-translate-x: 13px;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 14px;
  }

  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 15px;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 16px;
  }

  .lg\:hover\:translate-x-17:hover {
    --transform-translate-x: 17px;
  }

  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 18px;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 20px;
  }

  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 22px;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 24px;
  }

  .lg\:hover\:translate-x-25:hover {
    --transform-translate-x: 25px;
  }

  .lg\:hover\:translate-x-28:hover {
    --transform-translate-x: 28px;
  }

  .lg\:hover\:translate-x-29:hover {
    --transform-translate-x: 29px;
  }

  .lg\:hover\:translate-x-30:hover {
    --transform-translate-x: 30px;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 32px;
  }

  .lg\:hover\:translate-x-35:hover {
    --transform-translate-x: 35px;
  }

  .lg\:hover\:translate-x-36:hover {
    --transform-translate-x: 36px;
  }

  .lg\:hover\:translate-x-37:hover {
    --transform-translate-x: 37px;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 40px;
  }

  .lg\:hover\:translate-x-45:hover {
    --transform-translate-x: 45px;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 48px;
  }

  .lg\:hover\:translate-x-50:hover {
    --transform-translate-x: 50px;
  }

  .lg\:hover\:translate-x-55:hover {
    --transform-translate-x: 55px;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 56px;
  }

  .lg\:hover\:translate-x-60:hover {
    --transform-translate-x: 60px;
  }

  .lg\:hover\:translate-x-62:hover {
    --transform-translate-x: 62px;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 64px;
  }

  .lg\:hover\:translate-x-65:hover {
    --transform-translate-x: 65px;
  }

  .lg\:hover\:translate-x-70:hover {
    --transform-translate-x: 70px;
  }

  .lg\:hover\:translate-x-75:hover {
    --transform-translate-x: 75px;
  }

  .lg\:hover\:translate-x-80:hover {
    --transform-translate-x: 80px;
  }

  .lg\:hover\:translate-x-85:hover {
    --transform-translate-x: 85px;
  }

  .lg\:hover\:translate-x-90:hover {
    --transform-translate-x: 90px;
  }

  .lg\:hover\:translate-x-95:hover {
    --transform-translate-x: 95px;
  }

  .lg\:hover\:translate-x-96:hover {
    --transform-translate-x: 96px;
  }

  .lg\:hover\:translate-x-100:hover {
    --transform-translate-x: 100px;
  }

  .lg\:hover\:translate-x-110:hover {
    --transform-translate-x: 110px;
  }

  .lg\:hover\:translate-x-115:hover {
    --transform-translate-x: 115px;
  }

  .lg\:hover\:translate-x-120:hover {
    --transform-translate-x: 120px;
  }

  .lg\:hover\:translate-x-128:hover {
    --transform-translate-x: 128px;
  }

  .lg\:hover\:translate-x-135:hover {
    --transform-translate-x: 135px;
  }

  .lg\:hover\:translate-x-140:hover {
    --transform-translate-x: 140px;
  }

  .lg\:hover\:translate-x-145:hover {
    --transform-translate-x: 145px;
  }

  .lg\:hover\:translate-x-150:hover {
    --transform-translate-x: 150px;
  }

  .lg\:hover\:translate-x-160:hover {
    --transform-translate-x: 160px;
  }

  .lg\:hover\:translate-x-165:hover {
    --transform-translate-x: 165px;
  }

  .lg\:hover\:translate-x-168:hover {
    --transform-translate-x: 168px;
  }

  .lg\:hover\:translate-x-170:hover {
    --transform-translate-x: 170px;
  }

  .lg\:hover\:translate-x-180:hover {
    --transform-translate-x: 180px;
  }

  .lg\:hover\:translate-x-200:hover {
    --transform-translate-x: 200px;
  }

  .lg\:hover\:translate-x-220:hover {
    --transform-translate-x: 220px;
  }

  .lg\:hover\:translate-x-230:hover {
    --transform-translate-x: 230px;
  }

  .lg\:hover\:translate-x-235:hover {
    --transform-translate-x: 235px;
  }

  .lg\:hover\:translate-x-240:hover {
    --transform-translate-x: 240px;
  }

  .lg\:hover\:translate-x-250:hover {
    --transform-translate-x: 250px;
  }

  .lg\:hover\:translate-x-300:hover {
    --transform-translate-x: 300px;
  }

  .lg\:hover\:translate-x-320:hover {
    --transform-translate-x: 320px;
  }

  .lg\:hover\:translate-x-350:hover {
    --transform-translate-x: 350px;
  }

  .lg\:hover\:translate-x-375:hover {
    --transform-translate-x: 375px;
  }

  .lg\:hover\:translate-x-400:hover {
    --transform-translate-x: 400px;
  }

  .lg\:hover\:translate-x-450:hover {
    --transform-translate-x: 450px;
  }

  .lg\:hover\:translate-x-700:hover {
    --transform-translate-x: 700px;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:translate-x-1p:hover {
    --transform-translate-x: 1%;
  }

  .lg\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.3333%;
  }

  .lg\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .lg\:hover\:translate-x-11p:hover {
    --transform-translate-x: 11%;
  }

  .lg\:hover\:translate-x-20p:hover {
    --transform-translate-x: 20%;
  }

  .lg\:hover\:translate-x-24p:hover {
    --transform-translate-x: 24.25%;
  }

  .lg\:hover\:translate-x-25p:hover {
    --transform-translate-x: 25%;
  }

  .lg\:hover\:translate-x-32p:hover {
    --transform-translate-x: 32%;
  }

  .lg\:hover\:translate-x-35p:hover {
    --transform-translate-x: 35%;
  }

  .lg\:hover\:translate-x-40p:hover {
    --transform-translate-x: 40%;
  }

  .lg\:hover\:translate-x-49p:hover {
    --transform-translate-x: 49%;
  }

  .lg\:hover\:translate-x-49-5p:hover {
    --transform-translate-x: 49.5%;
  }

  .lg\:hover\:translate-x-80p:hover {
    --transform-translate-x: 80%;
  }

  .lg\:hover\:translate-x-vh80:hover {
    --transform-translate-x: 80vh;
  }

  .lg\:hover\:translate-x-vh86:hover {
    --transform-translate-x: 86vh;
  }

  .lg\:hover\:translate-x-vh90:hover {
    --transform-translate-x: 90vh;
  }

  .lg\:hover\:translate-x-vw80:hover {
    --transform-translate-x: 80vw;
  }

  .lg\:hover\:translate-x-vw90:hover {
    --transform-translate-x: 90vw;
  }

  .lg\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90%;
  }

  .lg\:hover\:translate-x-92p:hover {
    --transform-translate-x: 92%;
  }

  .lg\:hover\:translate-x-93p:hover {
    --transform-translate-x: 93%;
  }

  .lg\:hover\:translate-x-94p:hover {
    --transform-translate-x: 94%;
  }

  .lg\:hover\:translate-x-95p:hover {
    --transform-translate-x: 95%;
  }

  .lg\:hover\:translate-x-96p:hover {
    --transform-translate-x: 96%;
  }

  .lg\:hover\:translate-x-100p:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-0:hover {
    --transform-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -3px;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -4px;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -5px;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -6px;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -8px;
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -9px;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -12px;
  }

  .lg\:hover\:-translate-x-13:hover {
    --transform-translate-x: -13px;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -14px;
  }

  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -15px;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -16px;
  }

  .lg\:hover\:-translate-x-17:hover {
    --transform-translate-x: -17px;
  }

  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -18px;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -22px;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -24px;
  }

  .lg\:hover\:-translate-x-25:hover {
    --transform-translate-x: -25px;
  }

  .lg\:hover\:-translate-x-28:hover {
    --transform-translate-x: -28px;
  }

  .lg\:hover\:-translate-x-29:hover {
    --transform-translate-x: -29px;
  }

  .lg\:hover\:-translate-x-30:hover {
    --transform-translate-x: -30px;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -32px;
  }

  .lg\:hover\:-translate-x-35:hover {
    --transform-translate-x: -35px;
  }

  .lg\:hover\:-translate-x-36:hover {
    --transform-translate-x: -36px;
  }

  .lg\:hover\:-translate-x-37:hover {
    --transform-translate-x: -37px;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -40px;
  }

  .lg\:hover\:-translate-x-45:hover {
    --transform-translate-x: -45px;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -48px;
  }

  .lg\:hover\:-translate-x-50:hover {
    --transform-translate-x: -50px;
  }

  .lg\:hover\:-translate-x-55:hover {
    --transform-translate-x: -55px;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -56px;
  }

  .lg\:hover\:-translate-x-60:hover {
    --transform-translate-x: -60px;
  }

  .lg\:hover\:-translate-x-62:hover {
    --transform-translate-x: -62px;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -64px;
  }

  .lg\:hover\:-translate-x-65:hover {
    --transform-translate-x: -65px;
  }

  .lg\:hover\:-translate-x-70:hover {
    --transform-translate-x: -70px;
  }

  .lg\:hover\:-translate-x-75:hover {
    --transform-translate-x: -75px;
  }

  .lg\:hover\:-translate-x-80:hover {
    --transform-translate-x: -80px;
  }

  .lg\:hover\:-translate-x-85:hover {
    --transform-translate-x: -85px;
  }

  .lg\:hover\:-translate-x-90:hover {
    --transform-translate-x: -90px;
  }

  .lg\:hover\:-translate-x-95:hover {
    --transform-translate-x: -95px;
  }

  .lg\:hover\:-translate-x-96:hover {
    --transform-translate-x: -96px;
  }

  .lg\:hover\:-translate-x-100:hover {
    --transform-translate-x: -100px;
  }

  .lg\:hover\:-translate-x-110:hover {
    --transform-translate-x: -110px;
  }

  .lg\:hover\:-translate-x-115:hover {
    --transform-translate-x: -115px;
  }

  .lg\:hover\:-translate-x-120:hover {
    --transform-translate-x: -120px;
  }

  .lg\:hover\:-translate-x-128:hover {
    --transform-translate-x: -128px;
  }

  .lg\:hover\:-translate-x-135:hover {
    --transform-translate-x: -135px;
  }

  .lg\:hover\:-translate-x-140:hover {
    --transform-translate-x: -140px;
  }

  .lg\:hover\:-translate-x-145:hover {
    --transform-translate-x: -145px;
  }

  .lg\:hover\:-translate-x-150:hover {
    --transform-translate-x: -150px;
  }

  .lg\:hover\:-translate-x-160:hover {
    --transform-translate-x: -160px;
  }

  .lg\:hover\:-translate-x-165:hover {
    --transform-translate-x: -165px;
  }

  .lg\:hover\:-translate-x-168:hover {
    --transform-translate-x: -168px;
  }

  .lg\:hover\:-translate-x-170:hover {
    --transform-translate-x: -170px;
  }

  .lg\:hover\:-translate-x-180:hover {
    --transform-translate-x: -180px;
  }

  .lg\:hover\:-translate-x-200:hover {
    --transform-translate-x: -200px;
  }

  .lg\:hover\:-translate-x-220:hover {
    --transform-translate-x: -220px;
  }

  .lg\:hover\:-translate-x-230:hover {
    --transform-translate-x: -230px;
  }

  .lg\:hover\:-translate-x-235:hover {
    --transform-translate-x: -235px;
  }

  .lg\:hover\:-translate-x-240:hover {
    --transform-translate-x: -240px;
  }

  .lg\:hover\:-translate-x-250:hover {
    --transform-translate-x: -250px;
  }

  .lg\:hover\:-translate-x-300:hover {
    --transform-translate-x: -300px;
  }

  .lg\:hover\:-translate-x-320:hover {
    --transform-translate-x: -320px;
  }

  .lg\:hover\:-translate-x-350:hover {
    --transform-translate-x: -350px;
  }

  .lg\:hover\:-translate-x-375:hover {
    --transform-translate-x: -375px;
  }

  .lg\:hover\:-translate-x-400:hover {
    --transform-translate-x: -400px;
  }

  .lg\:hover\:-translate-x-450:hover {
    --transform-translate-x: -450px;
  }

  .lg\:hover\:-translate-x-700:hover {
    --transform-translate-x: -700px;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-1p:hover {
    --transform-translate-x: -1%;
  }

  .lg\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.3333%;
  }

  .lg\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .lg\:hover\:-translate-x-11p:hover {
    --transform-translate-x: -11%;
  }

  .lg\:hover\:-translate-x-20p:hover {
    --transform-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-24p:hover {
    --transform-translate-x: -24.25%;
  }

  .lg\:hover\:-translate-x-25p:hover {
    --transform-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-32p:hover {
    --transform-translate-x: -32%;
  }

  .lg\:hover\:-translate-x-35p:hover {
    --transform-translate-x: -35%;
  }

  .lg\:hover\:-translate-x-40p:hover {
    --transform-translate-x: -40%;
  }

  .lg\:hover\:-translate-x-49p:hover {
    --transform-translate-x: -49%;
  }

  .lg\:hover\:-translate-x-49-5p:hover {
    --transform-translate-x: -49.5%;
  }

  .lg\:hover\:-translate-x-80p:hover {
    --transform-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-vh80:hover {
    --transform-translate-x: -80vh;
  }

  .lg\:hover\:-translate-x-vh86:hover {
    --transform-translate-x: -86vh;
  }

  .lg\:hover\:-translate-x-vh90:hover {
    --transform-translate-x: -90vh;
  }

  .lg\:hover\:-translate-x-vw80:hover {
    --transform-translate-x: -80vw;
  }

  .lg\:hover\:-translate-x-vw90:hover {
    --transform-translate-x: -90vw;
  }

  .lg\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90%;
  }

  .lg\:hover\:-translate-x-92p:hover {
    --transform-translate-x: -92%;
  }

  .lg\:hover\:-translate-x-93p:hover {
    --transform-translate-x: -93%;
  }

  .lg\:hover\:-translate-x-94p:hover {
    --transform-translate-x: -94%;
  }

  .lg\:hover\:-translate-x-95p:hover {
    --transform-translate-x: -95%;
  }

  .lg\:hover\:-translate-x-96p:hover {
    --transform-translate-x: -96%;
  }

  .lg\:hover\:-translate-x-100p:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 3px;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 4px;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 5px;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 6px;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 8px;
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 9px;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 10px;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 12px;
  }

  .lg\:hover\:translate-y-13:hover {
    --transform-translate-y: 13px;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 14px;
  }

  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 15px;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 16px;
  }

  .lg\:hover\:translate-y-17:hover {
    --transform-translate-y: 17px;
  }

  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 18px;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 20px;
  }

  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 22px;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 24px;
  }

  .lg\:hover\:translate-y-25:hover {
    --transform-translate-y: 25px;
  }

  .lg\:hover\:translate-y-28:hover {
    --transform-translate-y: 28px;
  }

  .lg\:hover\:translate-y-29:hover {
    --transform-translate-y: 29px;
  }

  .lg\:hover\:translate-y-30:hover {
    --transform-translate-y: 30px;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 32px;
  }

  .lg\:hover\:translate-y-35:hover {
    --transform-translate-y: 35px;
  }

  .lg\:hover\:translate-y-36:hover {
    --transform-translate-y: 36px;
  }

  .lg\:hover\:translate-y-37:hover {
    --transform-translate-y: 37px;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 40px;
  }

  .lg\:hover\:translate-y-45:hover {
    --transform-translate-y: 45px;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 48px;
  }

  .lg\:hover\:translate-y-50:hover {
    --transform-translate-y: 50px;
  }

  .lg\:hover\:translate-y-55:hover {
    --transform-translate-y: 55px;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 56px;
  }

  .lg\:hover\:translate-y-60:hover {
    --transform-translate-y: 60px;
  }

  .lg\:hover\:translate-y-62:hover {
    --transform-translate-y: 62px;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 64px;
  }

  .lg\:hover\:translate-y-65:hover {
    --transform-translate-y: 65px;
  }

  .lg\:hover\:translate-y-70:hover {
    --transform-translate-y: 70px;
  }

  .lg\:hover\:translate-y-75:hover {
    --transform-translate-y: 75px;
  }

  .lg\:hover\:translate-y-80:hover {
    --transform-translate-y: 80px;
  }

  .lg\:hover\:translate-y-85:hover {
    --transform-translate-y: 85px;
  }

  .lg\:hover\:translate-y-90:hover {
    --transform-translate-y: 90px;
  }

  .lg\:hover\:translate-y-95:hover {
    --transform-translate-y: 95px;
  }

  .lg\:hover\:translate-y-96:hover {
    --transform-translate-y: 96px;
  }

  .lg\:hover\:translate-y-100:hover {
    --transform-translate-y: 100px;
  }

  .lg\:hover\:translate-y-110:hover {
    --transform-translate-y: 110px;
  }

  .lg\:hover\:translate-y-115:hover {
    --transform-translate-y: 115px;
  }

  .lg\:hover\:translate-y-120:hover {
    --transform-translate-y: 120px;
  }

  .lg\:hover\:translate-y-128:hover {
    --transform-translate-y: 128px;
  }

  .lg\:hover\:translate-y-135:hover {
    --transform-translate-y: 135px;
  }

  .lg\:hover\:translate-y-140:hover {
    --transform-translate-y: 140px;
  }

  .lg\:hover\:translate-y-145:hover {
    --transform-translate-y: 145px;
  }

  .lg\:hover\:translate-y-150:hover {
    --transform-translate-y: 150px;
  }

  .lg\:hover\:translate-y-160:hover {
    --transform-translate-y: 160px;
  }

  .lg\:hover\:translate-y-165:hover {
    --transform-translate-y: 165px;
  }

  .lg\:hover\:translate-y-168:hover {
    --transform-translate-y: 168px;
  }

  .lg\:hover\:translate-y-170:hover {
    --transform-translate-y: 170px;
  }

  .lg\:hover\:translate-y-180:hover {
    --transform-translate-y: 180px;
  }

  .lg\:hover\:translate-y-200:hover {
    --transform-translate-y: 200px;
  }

  .lg\:hover\:translate-y-220:hover {
    --transform-translate-y: 220px;
  }

  .lg\:hover\:translate-y-230:hover {
    --transform-translate-y: 230px;
  }

  .lg\:hover\:translate-y-235:hover {
    --transform-translate-y: 235px;
  }

  .lg\:hover\:translate-y-240:hover {
    --transform-translate-y: 240px;
  }

  .lg\:hover\:translate-y-250:hover {
    --transform-translate-y: 250px;
  }

  .lg\:hover\:translate-y-300:hover {
    --transform-translate-y: 300px;
  }

  .lg\:hover\:translate-y-320:hover {
    --transform-translate-y: 320px;
  }

  .lg\:hover\:translate-y-350:hover {
    --transform-translate-y: 350px;
  }

  .lg\:hover\:translate-y-375:hover {
    --transform-translate-y: 375px;
  }

  .lg\:hover\:translate-y-400:hover {
    --transform-translate-y: 400px;
  }

  .lg\:hover\:translate-y-450:hover {
    --transform-translate-y: 450px;
  }

  .lg\:hover\:translate-y-700:hover {
    --transform-translate-y: 700px;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:translate-y-1p:hover {
    --transform-translate-y: 1%;
  }

  .lg\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.3333%;
  }

  .lg\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .lg\:hover\:translate-y-11p:hover {
    --transform-translate-y: 11%;
  }

  .lg\:hover\:translate-y-20p:hover {
    --transform-translate-y: 20%;
  }

  .lg\:hover\:translate-y-24p:hover {
    --transform-translate-y: 24.25%;
  }

  .lg\:hover\:translate-y-25p:hover {
    --transform-translate-y: 25%;
  }

  .lg\:hover\:translate-y-32p:hover {
    --transform-translate-y: 32%;
  }

  .lg\:hover\:translate-y-35p:hover {
    --transform-translate-y: 35%;
  }

  .lg\:hover\:translate-y-40p:hover {
    --transform-translate-y: 40%;
  }

  .lg\:hover\:translate-y-49p:hover {
    --transform-translate-y: 49%;
  }

  .lg\:hover\:translate-y-49-5p:hover {
    --transform-translate-y: 49.5%;
  }

  .lg\:hover\:translate-y-80p:hover {
    --transform-translate-y: 80%;
  }

  .lg\:hover\:translate-y-vh80:hover {
    --transform-translate-y: 80vh;
  }

  .lg\:hover\:translate-y-vh86:hover {
    --transform-translate-y: 86vh;
  }

  .lg\:hover\:translate-y-vh90:hover {
    --transform-translate-y: 90vh;
  }

  .lg\:hover\:translate-y-vw80:hover {
    --transform-translate-y: 80vw;
  }

  .lg\:hover\:translate-y-vw90:hover {
    --transform-translate-y: 90vw;
  }

  .lg\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90%;
  }

  .lg\:hover\:translate-y-92p:hover {
    --transform-translate-y: 92%;
  }

  .lg\:hover\:translate-y-93p:hover {
    --transform-translate-y: 93%;
  }

  .lg\:hover\:translate-y-94p:hover {
    --transform-translate-y: 94%;
  }

  .lg\:hover\:translate-y-95p:hover {
    --transform-translate-y: 95%;
  }

  .lg\:hover\:translate-y-96p:hover {
    --transform-translate-y: 96%;
  }

  .lg\:hover\:translate-y-100p:hover {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-0:hover {
    --transform-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -3px;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -4px;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -5px;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -6px;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -8px;
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -9px;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -12px;
  }

  .lg\:hover\:-translate-y-13:hover {
    --transform-translate-y: -13px;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -14px;
  }

  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -15px;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -16px;
  }

  .lg\:hover\:-translate-y-17:hover {
    --transform-translate-y: -17px;
  }

  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -18px;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -22px;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -24px;
  }

  .lg\:hover\:-translate-y-25:hover {
    --transform-translate-y: -25px;
  }

  .lg\:hover\:-translate-y-28:hover {
    --transform-translate-y: -28px;
  }

  .lg\:hover\:-translate-y-29:hover {
    --transform-translate-y: -29px;
  }

  .lg\:hover\:-translate-y-30:hover {
    --transform-translate-y: -30px;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -32px;
  }

  .lg\:hover\:-translate-y-35:hover {
    --transform-translate-y: -35px;
  }

  .lg\:hover\:-translate-y-36:hover {
    --transform-translate-y: -36px;
  }

  .lg\:hover\:-translate-y-37:hover {
    --transform-translate-y: -37px;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -40px;
  }

  .lg\:hover\:-translate-y-45:hover {
    --transform-translate-y: -45px;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -48px;
  }

  .lg\:hover\:-translate-y-50:hover {
    --transform-translate-y: -50px;
  }

  .lg\:hover\:-translate-y-55:hover {
    --transform-translate-y: -55px;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -56px;
  }

  .lg\:hover\:-translate-y-60:hover {
    --transform-translate-y: -60px;
  }

  .lg\:hover\:-translate-y-62:hover {
    --transform-translate-y: -62px;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -64px;
  }

  .lg\:hover\:-translate-y-65:hover {
    --transform-translate-y: -65px;
  }

  .lg\:hover\:-translate-y-70:hover {
    --transform-translate-y: -70px;
  }

  .lg\:hover\:-translate-y-75:hover {
    --transform-translate-y: -75px;
  }

  .lg\:hover\:-translate-y-80:hover {
    --transform-translate-y: -80px;
  }

  .lg\:hover\:-translate-y-85:hover {
    --transform-translate-y: -85px;
  }

  .lg\:hover\:-translate-y-90:hover {
    --transform-translate-y: -90px;
  }

  .lg\:hover\:-translate-y-95:hover {
    --transform-translate-y: -95px;
  }

  .lg\:hover\:-translate-y-96:hover {
    --transform-translate-y: -96px;
  }

  .lg\:hover\:-translate-y-100:hover {
    --transform-translate-y: -100px;
  }

  .lg\:hover\:-translate-y-110:hover {
    --transform-translate-y: -110px;
  }

  .lg\:hover\:-translate-y-115:hover {
    --transform-translate-y: -115px;
  }

  .lg\:hover\:-translate-y-120:hover {
    --transform-translate-y: -120px;
  }

  .lg\:hover\:-translate-y-128:hover {
    --transform-translate-y: -128px;
  }

  .lg\:hover\:-translate-y-135:hover {
    --transform-translate-y: -135px;
  }

  .lg\:hover\:-translate-y-140:hover {
    --transform-translate-y: -140px;
  }

  .lg\:hover\:-translate-y-145:hover {
    --transform-translate-y: -145px;
  }

  .lg\:hover\:-translate-y-150:hover {
    --transform-translate-y: -150px;
  }

  .lg\:hover\:-translate-y-160:hover {
    --transform-translate-y: -160px;
  }

  .lg\:hover\:-translate-y-165:hover {
    --transform-translate-y: -165px;
  }

  .lg\:hover\:-translate-y-168:hover {
    --transform-translate-y: -168px;
  }

  .lg\:hover\:-translate-y-170:hover {
    --transform-translate-y: -170px;
  }

  .lg\:hover\:-translate-y-180:hover {
    --transform-translate-y: -180px;
  }

  .lg\:hover\:-translate-y-200:hover {
    --transform-translate-y: -200px;
  }

  .lg\:hover\:-translate-y-220:hover {
    --transform-translate-y: -220px;
  }

  .lg\:hover\:-translate-y-230:hover {
    --transform-translate-y: -230px;
  }

  .lg\:hover\:-translate-y-235:hover {
    --transform-translate-y: -235px;
  }

  .lg\:hover\:-translate-y-240:hover {
    --transform-translate-y: -240px;
  }

  .lg\:hover\:-translate-y-250:hover {
    --transform-translate-y: -250px;
  }

  .lg\:hover\:-translate-y-300:hover {
    --transform-translate-y: -300px;
  }

  .lg\:hover\:-translate-y-320:hover {
    --transform-translate-y: -320px;
  }

  .lg\:hover\:-translate-y-350:hover {
    --transform-translate-y: -350px;
  }

  .lg\:hover\:-translate-y-375:hover {
    --transform-translate-y: -375px;
  }

  .lg\:hover\:-translate-y-400:hover {
    --transform-translate-y: -400px;
  }

  .lg\:hover\:-translate-y-450:hover {
    --transform-translate-y: -450px;
  }

  .lg\:hover\:-translate-y-700:hover {
    --transform-translate-y: -700px;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-1p:hover {
    --transform-translate-y: -1%;
  }

  .lg\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.3333%;
  }

  .lg\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .lg\:hover\:-translate-y-11p:hover {
    --transform-translate-y: -11%;
  }

  .lg\:hover\:-translate-y-20p:hover {
    --transform-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-24p:hover {
    --transform-translate-y: -24.25%;
  }

  .lg\:hover\:-translate-y-25p:hover {
    --transform-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-32p:hover {
    --transform-translate-y: -32%;
  }

  .lg\:hover\:-translate-y-35p:hover {
    --transform-translate-y: -35%;
  }

  .lg\:hover\:-translate-y-40p:hover {
    --transform-translate-y: -40%;
  }

  .lg\:hover\:-translate-y-49p:hover {
    --transform-translate-y: -49%;
  }

  .lg\:hover\:-translate-y-49-5p:hover {
    --transform-translate-y: -49.5%;
  }

  .lg\:hover\:-translate-y-80p:hover {
    --transform-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-vh80:hover {
    --transform-translate-y: -80vh;
  }

  .lg\:hover\:-translate-y-vh86:hover {
    --transform-translate-y: -86vh;
  }

  .lg\:hover\:-translate-y-vh90:hover {
    --transform-translate-y: -90vh;
  }

  .lg\:hover\:-translate-y-vw80:hover {
    --transform-translate-y: -80vw;
  }

  .lg\:hover\:-translate-y-vw90:hover {
    --transform-translate-y: -90vw;
  }

  .lg\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90%;
  }

  .lg\:hover\:-translate-y-92p:hover {
    --transform-translate-y: -92%;
  }

  .lg\:hover\:-translate-y-93p:hover {
    --transform-translate-y: -93%;
  }

  .lg\:hover\:-translate-y-94p:hover {
    --transform-translate-y: -94%;
  }

  .lg\:hover\:-translate-y-95p:hover {
    --transform-translate-y: -95%;
  }

  .lg\:hover\:-translate-y-96p:hover {
    --transform-translate-y: -96%;
  }

  .lg\:hover\:-translate-y-100p:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 3px;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 4px;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 5px;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 6px;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 8px;
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 9px;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 10px;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 12px;
  }

  .lg\:focus\:translate-x-13:focus {
    --transform-translate-x: 13px;
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 14px;
  }

  .lg\:focus\:translate-x-15:focus {
    --transform-translate-x: 15px;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 16px;
  }

  .lg\:focus\:translate-x-17:focus {
    --transform-translate-x: 17px;
  }

  .lg\:focus\:translate-x-18:focus {
    --transform-translate-x: 18px;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 20px;
  }

  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 22px;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 24px;
  }

  .lg\:focus\:translate-x-25:focus {
    --transform-translate-x: 25px;
  }

  .lg\:focus\:translate-x-28:focus {
    --transform-translate-x: 28px;
  }

  .lg\:focus\:translate-x-29:focus {
    --transform-translate-x: 29px;
  }

  .lg\:focus\:translate-x-30:focus {
    --transform-translate-x: 30px;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 32px;
  }

  .lg\:focus\:translate-x-35:focus {
    --transform-translate-x: 35px;
  }

  .lg\:focus\:translate-x-36:focus {
    --transform-translate-x: 36px;
  }

  .lg\:focus\:translate-x-37:focus {
    --transform-translate-x: 37px;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 40px;
  }

  .lg\:focus\:translate-x-45:focus {
    --transform-translate-x: 45px;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 48px;
  }

  .lg\:focus\:translate-x-50:focus {
    --transform-translate-x: 50px;
  }

  .lg\:focus\:translate-x-55:focus {
    --transform-translate-x: 55px;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 56px;
  }

  .lg\:focus\:translate-x-60:focus {
    --transform-translate-x: 60px;
  }

  .lg\:focus\:translate-x-62:focus {
    --transform-translate-x: 62px;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 64px;
  }

  .lg\:focus\:translate-x-65:focus {
    --transform-translate-x: 65px;
  }

  .lg\:focus\:translate-x-70:focus {
    --transform-translate-x: 70px;
  }

  .lg\:focus\:translate-x-75:focus {
    --transform-translate-x: 75px;
  }

  .lg\:focus\:translate-x-80:focus {
    --transform-translate-x: 80px;
  }

  .lg\:focus\:translate-x-85:focus {
    --transform-translate-x: 85px;
  }

  .lg\:focus\:translate-x-90:focus {
    --transform-translate-x: 90px;
  }

  .lg\:focus\:translate-x-95:focus {
    --transform-translate-x: 95px;
  }

  .lg\:focus\:translate-x-96:focus {
    --transform-translate-x: 96px;
  }

  .lg\:focus\:translate-x-100:focus {
    --transform-translate-x: 100px;
  }

  .lg\:focus\:translate-x-110:focus {
    --transform-translate-x: 110px;
  }

  .lg\:focus\:translate-x-115:focus {
    --transform-translate-x: 115px;
  }

  .lg\:focus\:translate-x-120:focus {
    --transform-translate-x: 120px;
  }

  .lg\:focus\:translate-x-128:focus {
    --transform-translate-x: 128px;
  }

  .lg\:focus\:translate-x-135:focus {
    --transform-translate-x: 135px;
  }

  .lg\:focus\:translate-x-140:focus {
    --transform-translate-x: 140px;
  }

  .lg\:focus\:translate-x-145:focus {
    --transform-translate-x: 145px;
  }

  .lg\:focus\:translate-x-150:focus {
    --transform-translate-x: 150px;
  }

  .lg\:focus\:translate-x-160:focus {
    --transform-translate-x: 160px;
  }

  .lg\:focus\:translate-x-165:focus {
    --transform-translate-x: 165px;
  }

  .lg\:focus\:translate-x-168:focus {
    --transform-translate-x: 168px;
  }

  .lg\:focus\:translate-x-170:focus {
    --transform-translate-x: 170px;
  }

  .lg\:focus\:translate-x-180:focus {
    --transform-translate-x: 180px;
  }

  .lg\:focus\:translate-x-200:focus {
    --transform-translate-x: 200px;
  }

  .lg\:focus\:translate-x-220:focus {
    --transform-translate-x: 220px;
  }

  .lg\:focus\:translate-x-230:focus {
    --transform-translate-x: 230px;
  }

  .lg\:focus\:translate-x-235:focus {
    --transform-translate-x: 235px;
  }

  .lg\:focus\:translate-x-240:focus {
    --transform-translate-x: 240px;
  }

  .lg\:focus\:translate-x-250:focus {
    --transform-translate-x: 250px;
  }

  .lg\:focus\:translate-x-300:focus {
    --transform-translate-x: 300px;
  }

  .lg\:focus\:translate-x-320:focus {
    --transform-translate-x: 320px;
  }

  .lg\:focus\:translate-x-350:focus {
    --transform-translate-x: 350px;
  }

  .lg\:focus\:translate-x-375:focus {
    --transform-translate-x: 375px;
  }

  .lg\:focus\:translate-x-400:focus {
    --transform-translate-x: 400px;
  }

  .lg\:focus\:translate-x-450:focus {
    --transform-translate-x: 450px;
  }

  .lg\:focus\:translate-x-700:focus {
    --transform-translate-x: 700px;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .lg\:focus\:translate-x-1p:focus {
    --transform-translate-x: 1%;
  }

  .lg\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.3333%;
  }

  .lg\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .lg\:focus\:translate-x-11p:focus {
    --transform-translate-x: 11%;
  }

  .lg\:focus\:translate-x-20p:focus {
    --transform-translate-x: 20%;
  }

  .lg\:focus\:translate-x-24p:focus {
    --transform-translate-x: 24.25%;
  }

  .lg\:focus\:translate-x-25p:focus {
    --transform-translate-x: 25%;
  }

  .lg\:focus\:translate-x-32p:focus {
    --transform-translate-x: 32%;
  }

  .lg\:focus\:translate-x-35p:focus {
    --transform-translate-x: 35%;
  }

  .lg\:focus\:translate-x-40p:focus {
    --transform-translate-x: 40%;
  }

  .lg\:focus\:translate-x-49p:focus {
    --transform-translate-x: 49%;
  }

  .lg\:focus\:translate-x-49-5p:focus {
    --transform-translate-x: 49.5%;
  }

  .lg\:focus\:translate-x-80p:focus {
    --transform-translate-x: 80%;
  }

  .lg\:focus\:translate-x-vh80:focus {
    --transform-translate-x: 80vh;
  }

  .lg\:focus\:translate-x-vh86:focus {
    --transform-translate-x: 86vh;
  }

  .lg\:focus\:translate-x-vh90:focus {
    --transform-translate-x: 90vh;
  }

  .lg\:focus\:translate-x-vw80:focus {
    --transform-translate-x: 80vw;
  }

  .lg\:focus\:translate-x-vw90:focus {
    --transform-translate-x: 90vw;
  }

  .lg\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90%;
  }

  .lg\:focus\:translate-x-92p:focus {
    --transform-translate-x: 92%;
  }

  .lg\:focus\:translate-x-93p:focus {
    --transform-translate-x: 93%;
  }

  .lg\:focus\:translate-x-94p:focus {
    --transform-translate-x: 94%;
  }

  .lg\:focus\:translate-x-95p:focus {
    --transform-translate-x: 95%;
  }

  .lg\:focus\:translate-x-96p:focus {
    --transform-translate-x: 96%;
  }

  .lg\:focus\:translate-x-100p:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-0:focus {
    --transform-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -3px;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -4px;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -5px;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -6px;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -8px;
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -9px;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -12px;
  }

  .lg\:focus\:-translate-x-13:focus {
    --transform-translate-x: -13px;
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -14px;
  }

  .lg\:focus\:-translate-x-15:focus {
    --transform-translate-x: -15px;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -16px;
  }

  .lg\:focus\:-translate-x-17:focus {
    --transform-translate-x: -17px;
  }

  .lg\:focus\:-translate-x-18:focus {
    --transform-translate-x: -18px;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -22px;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -24px;
  }

  .lg\:focus\:-translate-x-25:focus {
    --transform-translate-x: -25px;
  }

  .lg\:focus\:-translate-x-28:focus {
    --transform-translate-x: -28px;
  }

  .lg\:focus\:-translate-x-29:focus {
    --transform-translate-x: -29px;
  }

  .lg\:focus\:-translate-x-30:focus {
    --transform-translate-x: -30px;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -32px;
  }

  .lg\:focus\:-translate-x-35:focus {
    --transform-translate-x: -35px;
  }

  .lg\:focus\:-translate-x-36:focus {
    --transform-translate-x: -36px;
  }

  .lg\:focus\:-translate-x-37:focus {
    --transform-translate-x: -37px;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -40px;
  }

  .lg\:focus\:-translate-x-45:focus {
    --transform-translate-x: -45px;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -48px;
  }

  .lg\:focus\:-translate-x-50:focus {
    --transform-translate-x: -50px;
  }

  .lg\:focus\:-translate-x-55:focus {
    --transform-translate-x: -55px;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -56px;
  }

  .lg\:focus\:-translate-x-60:focus {
    --transform-translate-x: -60px;
  }

  .lg\:focus\:-translate-x-62:focus {
    --transform-translate-x: -62px;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -64px;
  }

  .lg\:focus\:-translate-x-65:focus {
    --transform-translate-x: -65px;
  }

  .lg\:focus\:-translate-x-70:focus {
    --transform-translate-x: -70px;
  }

  .lg\:focus\:-translate-x-75:focus {
    --transform-translate-x: -75px;
  }

  .lg\:focus\:-translate-x-80:focus {
    --transform-translate-x: -80px;
  }

  .lg\:focus\:-translate-x-85:focus {
    --transform-translate-x: -85px;
  }

  .lg\:focus\:-translate-x-90:focus {
    --transform-translate-x: -90px;
  }

  .lg\:focus\:-translate-x-95:focus {
    --transform-translate-x: -95px;
  }

  .lg\:focus\:-translate-x-96:focus {
    --transform-translate-x: -96px;
  }

  .lg\:focus\:-translate-x-100:focus {
    --transform-translate-x: -100px;
  }

  .lg\:focus\:-translate-x-110:focus {
    --transform-translate-x: -110px;
  }

  .lg\:focus\:-translate-x-115:focus {
    --transform-translate-x: -115px;
  }

  .lg\:focus\:-translate-x-120:focus {
    --transform-translate-x: -120px;
  }

  .lg\:focus\:-translate-x-128:focus {
    --transform-translate-x: -128px;
  }

  .lg\:focus\:-translate-x-135:focus {
    --transform-translate-x: -135px;
  }

  .lg\:focus\:-translate-x-140:focus {
    --transform-translate-x: -140px;
  }

  .lg\:focus\:-translate-x-145:focus {
    --transform-translate-x: -145px;
  }

  .lg\:focus\:-translate-x-150:focus {
    --transform-translate-x: -150px;
  }

  .lg\:focus\:-translate-x-160:focus {
    --transform-translate-x: -160px;
  }

  .lg\:focus\:-translate-x-165:focus {
    --transform-translate-x: -165px;
  }

  .lg\:focus\:-translate-x-168:focus {
    --transform-translate-x: -168px;
  }

  .lg\:focus\:-translate-x-170:focus {
    --transform-translate-x: -170px;
  }

  .lg\:focus\:-translate-x-180:focus {
    --transform-translate-x: -180px;
  }

  .lg\:focus\:-translate-x-200:focus {
    --transform-translate-x: -200px;
  }

  .lg\:focus\:-translate-x-220:focus {
    --transform-translate-x: -220px;
  }

  .lg\:focus\:-translate-x-230:focus {
    --transform-translate-x: -230px;
  }

  .lg\:focus\:-translate-x-235:focus {
    --transform-translate-x: -235px;
  }

  .lg\:focus\:-translate-x-240:focus {
    --transform-translate-x: -240px;
  }

  .lg\:focus\:-translate-x-250:focus {
    --transform-translate-x: -250px;
  }

  .lg\:focus\:-translate-x-300:focus {
    --transform-translate-x: -300px;
  }

  .lg\:focus\:-translate-x-320:focus {
    --transform-translate-x: -320px;
  }

  .lg\:focus\:-translate-x-350:focus {
    --transform-translate-x: -350px;
  }

  .lg\:focus\:-translate-x-375:focus {
    --transform-translate-x: -375px;
  }

  .lg\:focus\:-translate-x-400:focus {
    --transform-translate-x: -400px;
  }

  .lg\:focus\:-translate-x-450:focus {
    --transform-translate-x: -450px;
  }

  .lg\:focus\:-translate-x-700:focus {
    --transform-translate-x: -700px;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-1p:focus {
    --transform-translate-x: -1%;
  }

  .lg\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.3333%;
  }

  .lg\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .lg\:focus\:-translate-x-11p:focus {
    --transform-translate-x: -11%;
  }

  .lg\:focus\:-translate-x-20p:focus {
    --transform-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-24p:focus {
    --transform-translate-x: -24.25%;
  }

  .lg\:focus\:-translate-x-25p:focus {
    --transform-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-32p:focus {
    --transform-translate-x: -32%;
  }

  .lg\:focus\:-translate-x-35p:focus {
    --transform-translate-x: -35%;
  }

  .lg\:focus\:-translate-x-40p:focus {
    --transform-translate-x: -40%;
  }

  .lg\:focus\:-translate-x-49p:focus {
    --transform-translate-x: -49%;
  }

  .lg\:focus\:-translate-x-49-5p:focus {
    --transform-translate-x: -49.5%;
  }

  .lg\:focus\:-translate-x-80p:focus {
    --transform-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-vh80:focus {
    --transform-translate-x: -80vh;
  }

  .lg\:focus\:-translate-x-vh86:focus {
    --transform-translate-x: -86vh;
  }

  .lg\:focus\:-translate-x-vh90:focus {
    --transform-translate-x: -90vh;
  }

  .lg\:focus\:-translate-x-vw80:focus {
    --transform-translate-x: -80vw;
  }

  .lg\:focus\:-translate-x-vw90:focus {
    --transform-translate-x: -90vw;
  }

  .lg\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90%;
  }

  .lg\:focus\:-translate-x-92p:focus {
    --transform-translate-x: -92%;
  }

  .lg\:focus\:-translate-x-93p:focus {
    --transform-translate-x: -93%;
  }

  .lg\:focus\:-translate-x-94p:focus {
    --transform-translate-x: -94%;
  }

  .lg\:focus\:-translate-x-95p:focus {
    --transform-translate-x: -95%;
  }

  .lg\:focus\:-translate-x-96p:focus {
    --transform-translate-x: -96%;
  }

  .lg\:focus\:-translate-x-100p:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 3px;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 4px;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 5px;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 6px;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 8px;
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 9px;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 10px;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 12px;
  }

  .lg\:focus\:translate-y-13:focus {
    --transform-translate-y: 13px;
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 14px;
  }

  .lg\:focus\:translate-y-15:focus {
    --transform-translate-y: 15px;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 16px;
  }

  .lg\:focus\:translate-y-17:focus {
    --transform-translate-y: 17px;
  }

  .lg\:focus\:translate-y-18:focus {
    --transform-translate-y: 18px;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 20px;
  }

  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 22px;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 24px;
  }

  .lg\:focus\:translate-y-25:focus {
    --transform-translate-y: 25px;
  }

  .lg\:focus\:translate-y-28:focus {
    --transform-translate-y: 28px;
  }

  .lg\:focus\:translate-y-29:focus {
    --transform-translate-y: 29px;
  }

  .lg\:focus\:translate-y-30:focus {
    --transform-translate-y: 30px;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 32px;
  }

  .lg\:focus\:translate-y-35:focus {
    --transform-translate-y: 35px;
  }

  .lg\:focus\:translate-y-36:focus {
    --transform-translate-y: 36px;
  }

  .lg\:focus\:translate-y-37:focus {
    --transform-translate-y: 37px;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 40px;
  }

  .lg\:focus\:translate-y-45:focus {
    --transform-translate-y: 45px;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 48px;
  }

  .lg\:focus\:translate-y-50:focus {
    --transform-translate-y: 50px;
  }

  .lg\:focus\:translate-y-55:focus {
    --transform-translate-y: 55px;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 56px;
  }

  .lg\:focus\:translate-y-60:focus {
    --transform-translate-y: 60px;
  }

  .lg\:focus\:translate-y-62:focus {
    --transform-translate-y: 62px;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 64px;
  }

  .lg\:focus\:translate-y-65:focus {
    --transform-translate-y: 65px;
  }

  .lg\:focus\:translate-y-70:focus {
    --transform-translate-y: 70px;
  }

  .lg\:focus\:translate-y-75:focus {
    --transform-translate-y: 75px;
  }

  .lg\:focus\:translate-y-80:focus {
    --transform-translate-y: 80px;
  }

  .lg\:focus\:translate-y-85:focus {
    --transform-translate-y: 85px;
  }

  .lg\:focus\:translate-y-90:focus {
    --transform-translate-y: 90px;
  }

  .lg\:focus\:translate-y-95:focus {
    --transform-translate-y: 95px;
  }

  .lg\:focus\:translate-y-96:focus {
    --transform-translate-y: 96px;
  }

  .lg\:focus\:translate-y-100:focus {
    --transform-translate-y: 100px;
  }

  .lg\:focus\:translate-y-110:focus {
    --transform-translate-y: 110px;
  }

  .lg\:focus\:translate-y-115:focus {
    --transform-translate-y: 115px;
  }

  .lg\:focus\:translate-y-120:focus {
    --transform-translate-y: 120px;
  }

  .lg\:focus\:translate-y-128:focus {
    --transform-translate-y: 128px;
  }

  .lg\:focus\:translate-y-135:focus {
    --transform-translate-y: 135px;
  }

  .lg\:focus\:translate-y-140:focus {
    --transform-translate-y: 140px;
  }

  .lg\:focus\:translate-y-145:focus {
    --transform-translate-y: 145px;
  }

  .lg\:focus\:translate-y-150:focus {
    --transform-translate-y: 150px;
  }

  .lg\:focus\:translate-y-160:focus {
    --transform-translate-y: 160px;
  }

  .lg\:focus\:translate-y-165:focus {
    --transform-translate-y: 165px;
  }

  .lg\:focus\:translate-y-168:focus {
    --transform-translate-y: 168px;
  }

  .lg\:focus\:translate-y-170:focus {
    --transform-translate-y: 170px;
  }

  .lg\:focus\:translate-y-180:focus {
    --transform-translate-y: 180px;
  }

  .lg\:focus\:translate-y-200:focus {
    --transform-translate-y: 200px;
  }

  .lg\:focus\:translate-y-220:focus {
    --transform-translate-y: 220px;
  }

  .lg\:focus\:translate-y-230:focus {
    --transform-translate-y: 230px;
  }

  .lg\:focus\:translate-y-235:focus {
    --transform-translate-y: 235px;
  }

  .lg\:focus\:translate-y-240:focus {
    --transform-translate-y: 240px;
  }

  .lg\:focus\:translate-y-250:focus {
    --transform-translate-y: 250px;
  }

  .lg\:focus\:translate-y-300:focus {
    --transform-translate-y: 300px;
  }

  .lg\:focus\:translate-y-320:focus {
    --transform-translate-y: 320px;
  }

  .lg\:focus\:translate-y-350:focus {
    --transform-translate-y: 350px;
  }

  .lg\:focus\:translate-y-375:focus {
    --transform-translate-y: 375px;
  }

  .lg\:focus\:translate-y-400:focus {
    --transform-translate-y: 400px;
  }

  .lg\:focus\:translate-y-450:focus {
    --transform-translate-y: 450px;
  }

  .lg\:focus\:translate-y-700:focus {
    --transform-translate-y: 700px;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .lg\:focus\:translate-y-1p:focus {
    --transform-translate-y: 1%;
  }

  .lg\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.3333%;
  }

  .lg\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .lg\:focus\:translate-y-11p:focus {
    --transform-translate-y: 11%;
  }

  .lg\:focus\:translate-y-20p:focus {
    --transform-translate-y: 20%;
  }

  .lg\:focus\:translate-y-24p:focus {
    --transform-translate-y: 24.25%;
  }

  .lg\:focus\:translate-y-25p:focus {
    --transform-translate-y: 25%;
  }

  .lg\:focus\:translate-y-32p:focus {
    --transform-translate-y: 32%;
  }

  .lg\:focus\:translate-y-35p:focus {
    --transform-translate-y: 35%;
  }

  .lg\:focus\:translate-y-40p:focus {
    --transform-translate-y: 40%;
  }

  .lg\:focus\:translate-y-49p:focus {
    --transform-translate-y: 49%;
  }

  .lg\:focus\:translate-y-49-5p:focus {
    --transform-translate-y: 49.5%;
  }

  .lg\:focus\:translate-y-80p:focus {
    --transform-translate-y: 80%;
  }

  .lg\:focus\:translate-y-vh80:focus {
    --transform-translate-y: 80vh;
  }

  .lg\:focus\:translate-y-vh86:focus {
    --transform-translate-y: 86vh;
  }

  .lg\:focus\:translate-y-vh90:focus {
    --transform-translate-y: 90vh;
  }

  .lg\:focus\:translate-y-vw80:focus {
    --transform-translate-y: 80vw;
  }

  .lg\:focus\:translate-y-vw90:focus {
    --transform-translate-y: 90vw;
  }

  .lg\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90%;
  }

  .lg\:focus\:translate-y-92p:focus {
    --transform-translate-y: 92%;
  }

  .lg\:focus\:translate-y-93p:focus {
    --transform-translate-y: 93%;
  }

  .lg\:focus\:translate-y-94p:focus {
    --transform-translate-y: 94%;
  }

  .lg\:focus\:translate-y-95p:focus {
    --transform-translate-y: 95%;
  }

  .lg\:focus\:translate-y-96p:focus {
    --transform-translate-y: 96%;
  }

  .lg\:focus\:translate-y-100p:focus {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-0:focus {
    --transform-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -3px;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -4px;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -5px;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -6px;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -8px;
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -9px;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -12px;
  }

  .lg\:focus\:-translate-y-13:focus {
    --transform-translate-y: -13px;
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -14px;
  }

  .lg\:focus\:-translate-y-15:focus {
    --transform-translate-y: -15px;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -16px;
  }

  .lg\:focus\:-translate-y-17:focus {
    --transform-translate-y: -17px;
  }

  .lg\:focus\:-translate-y-18:focus {
    --transform-translate-y: -18px;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -22px;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -24px;
  }

  .lg\:focus\:-translate-y-25:focus {
    --transform-translate-y: -25px;
  }

  .lg\:focus\:-translate-y-28:focus {
    --transform-translate-y: -28px;
  }

  .lg\:focus\:-translate-y-29:focus {
    --transform-translate-y: -29px;
  }

  .lg\:focus\:-translate-y-30:focus {
    --transform-translate-y: -30px;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -32px;
  }

  .lg\:focus\:-translate-y-35:focus {
    --transform-translate-y: -35px;
  }

  .lg\:focus\:-translate-y-36:focus {
    --transform-translate-y: -36px;
  }

  .lg\:focus\:-translate-y-37:focus {
    --transform-translate-y: -37px;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -40px;
  }

  .lg\:focus\:-translate-y-45:focus {
    --transform-translate-y: -45px;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -48px;
  }

  .lg\:focus\:-translate-y-50:focus {
    --transform-translate-y: -50px;
  }

  .lg\:focus\:-translate-y-55:focus {
    --transform-translate-y: -55px;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -56px;
  }

  .lg\:focus\:-translate-y-60:focus {
    --transform-translate-y: -60px;
  }

  .lg\:focus\:-translate-y-62:focus {
    --transform-translate-y: -62px;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -64px;
  }

  .lg\:focus\:-translate-y-65:focus {
    --transform-translate-y: -65px;
  }

  .lg\:focus\:-translate-y-70:focus {
    --transform-translate-y: -70px;
  }

  .lg\:focus\:-translate-y-75:focus {
    --transform-translate-y: -75px;
  }

  .lg\:focus\:-translate-y-80:focus {
    --transform-translate-y: -80px;
  }

  .lg\:focus\:-translate-y-85:focus {
    --transform-translate-y: -85px;
  }

  .lg\:focus\:-translate-y-90:focus {
    --transform-translate-y: -90px;
  }

  .lg\:focus\:-translate-y-95:focus {
    --transform-translate-y: -95px;
  }

  .lg\:focus\:-translate-y-96:focus {
    --transform-translate-y: -96px;
  }

  .lg\:focus\:-translate-y-100:focus {
    --transform-translate-y: -100px;
  }

  .lg\:focus\:-translate-y-110:focus {
    --transform-translate-y: -110px;
  }

  .lg\:focus\:-translate-y-115:focus {
    --transform-translate-y: -115px;
  }

  .lg\:focus\:-translate-y-120:focus {
    --transform-translate-y: -120px;
  }

  .lg\:focus\:-translate-y-128:focus {
    --transform-translate-y: -128px;
  }

  .lg\:focus\:-translate-y-135:focus {
    --transform-translate-y: -135px;
  }

  .lg\:focus\:-translate-y-140:focus {
    --transform-translate-y: -140px;
  }

  .lg\:focus\:-translate-y-145:focus {
    --transform-translate-y: -145px;
  }

  .lg\:focus\:-translate-y-150:focus {
    --transform-translate-y: -150px;
  }

  .lg\:focus\:-translate-y-160:focus {
    --transform-translate-y: -160px;
  }

  .lg\:focus\:-translate-y-165:focus {
    --transform-translate-y: -165px;
  }

  .lg\:focus\:-translate-y-168:focus {
    --transform-translate-y: -168px;
  }

  .lg\:focus\:-translate-y-170:focus {
    --transform-translate-y: -170px;
  }

  .lg\:focus\:-translate-y-180:focus {
    --transform-translate-y: -180px;
  }

  .lg\:focus\:-translate-y-200:focus {
    --transform-translate-y: -200px;
  }

  .lg\:focus\:-translate-y-220:focus {
    --transform-translate-y: -220px;
  }

  .lg\:focus\:-translate-y-230:focus {
    --transform-translate-y: -230px;
  }

  .lg\:focus\:-translate-y-235:focus {
    --transform-translate-y: -235px;
  }

  .lg\:focus\:-translate-y-240:focus {
    --transform-translate-y: -240px;
  }

  .lg\:focus\:-translate-y-250:focus {
    --transform-translate-y: -250px;
  }

  .lg\:focus\:-translate-y-300:focus {
    --transform-translate-y: -300px;
  }

  .lg\:focus\:-translate-y-320:focus {
    --transform-translate-y: -320px;
  }

  .lg\:focus\:-translate-y-350:focus {
    --transform-translate-y: -350px;
  }

  .lg\:focus\:-translate-y-375:focus {
    --transform-translate-y: -375px;
  }

  .lg\:focus\:-translate-y-400:focus {
    --transform-translate-y: -400px;
  }

  .lg\:focus\:-translate-y-450:focus {
    --transform-translate-y: -450px;
  }

  .lg\:focus\:-translate-y-700:focus {
    --transform-translate-y: -700px;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-1p:focus {
    --transform-translate-y: -1%;
  }

  .lg\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.3333%;
  }

  .lg\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .lg\:focus\:-translate-y-11p:focus {
    --transform-translate-y: -11%;
  }

  .lg\:focus\:-translate-y-20p:focus {
    --transform-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-24p:focus {
    --transform-translate-y: -24.25%;
  }

  .lg\:focus\:-translate-y-25p:focus {
    --transform-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-32p:focus {
    --transform-translate-y: -32%;
  }

  .lg\:focus\:-translate-y-35p:focus {
    --transform-translate-y: -35%;
  }

  .lg\:focus\:-translate-y-40p:focus {
    --transform-translate-y: -40%;
  }

  .lg\:focus\:-translate-y-49p:focus {
    --transform-translate-y: -49%;
  }

  .lg\:focus\:-translate-y-49-5p:focus {
    --transform-translate-y: -49.5%;
  }

  .lg\:focus\:-translate-y-80p:focus {
    --transform-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-vh80:focus {
    --transform-translate-y: -80vh;
  }

  .lg\:focus\:-translate-y-vh86:focus {
    --transform-translate-y: -86vh;
  }

  .lg\:focus\:-translate-y-vh90:focus {
    --transform-translate-y: -90vh;
  }

  .lg\:focus\:-translate-y-vw80:focus {
    --transform-translate-y: -80vw;
  }

  .lg\:focus\:-translate-y-vw90:focus {
    --transform-translate-y: -90vw;
  }

  .lg\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90%;
  }

  .lg\:focus\:-translate-y-92p:focus {
    --transform-translate-y: -92%;
  }

  .lg\:focus\:-translate-y-93p:focus {
    --transform-translate-y: -93%;
  }

  .lg\:focus\:-translate-y-94p:focus {
    --transform-translate-y: -94%;
  }

  .lg\:focus\:-translate-y-95p:focus {
    --transform-translate-y: -95%;
  }

  .lg\:focus\:-translate-y-96p:focus {
    --transform-translate-y: -96%;
  }

  .lg\:focus\:-translate-y-100p:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .lg\:first\:translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .lg\:first\:translate-x-1:first-child {
    --transform-translate-x: 0.25rem;
  }

  .lg\:first\:translate-x-2:first-child {
    --transform-translate-x: 0.5rem;
  }

  .lg\:first\:translate-x-3:first-child {
    --transform-translate-x: 3px;
  }

  .lg\:first\:translate-x-4:first-child {
    --transform-translate-x: 4px;
  }

  .lg\:first\:translate-x-5:first-child {
    --transform-translate-x: 5px;
  }

  .lg\:first\:translate-x-6:first-child {
    --transform-translate-x: 6px;
  }

  .lg\:first\:translate-x-8:first-child {
    --transform-translate-x: 8px;
  }

  .lg\:first\:translate-x-9:first-child {
    --transform-translate-x: 9px;
  }

  .lg\:first\:translate-x-10:first-child {
    --transform-translate-x: 10px;
  }

  .lg\:first\:translate-x-12:first-child {
    --transform-translate-x: 12px;
  }

  .lg\:first\:translate-x-13:first-child {
    --transform-translate-x: 13px;
  }

  .lg\:first\:translate-x-14:first-child {
    --transform-translate-x: 14px;
  }

  .lg\:first\:translate-x-15:first-child {
    --transform-translate-x: 15px;
  }

  .lg\:first\:translate-x-16:first-child {
    --transform-translate-x: 16px;
  }

  .lg\:first\:translate-x-17:first-child {
    --transform-translate-x: 17px;
  }

  .lg\:first\:translate-x-18:first-child {
    --transform-translate-x: 18px;
  }

  .lg\:first\:translate-x-20:first-child {
    --transform-translate-x: 20px;
  }

  .lg\:first\:translate-x-22:first-child {
    --transform-translate-x: 22px;
  }

  .lg\:first\:translate-x-24:first-child {
    --transform-translate-x: 24px;
  }

  .lg\:first\:translate-x-25:first-child {
    --transform-translate-x: 25px;
  }

  .lg\:first\:translate-x-28:first-child {
    --transform-translate-x: 28px;
  }

  .lg\:first\:translate-x-29:first-child {
    --transform-translate-x: 29px;
  }

  .lg\:first\:translate-x-30:first-child {
    --transform-translate-x: 30px;
  }

  .lg\:first\:translate-x-32:first-child {
    --transform-translate-x: 32px;
  }

  .lg\:first\:translate-x-35:first-child {
    --transform-translate-x: 35px;
  }

  .lg\:first\:translate-x-36:first-child {
    --transform-translate-x: 36px;
  }

  .lg\:first\:translate-x-37:first-child {
    --transform-translate-x: 37px;
  }

  .lg\:first\:translate-x-40:first-child {
    --transform-translate-x: 40px;
  }

  .lg\:first\:translate-x-45:first-child {
    --transform-translate-x: 45px;
  }

  .lg\:first\:translate-x-48:first-child {
    --transform-translate-x: 48px;
  }

  .lg\:first\:translate-x-50:first-child {
    --transform-translate-x: 50px;
  }

  .lg\:first\:translate-x-55:first-child {
    --transform-translate-x: 55px;
  }

  .lg\:first\:translate-x-56:first-child {
    --transform-translate-x: 56px;
  }

  .lg\:first\:translate-x-60:first-child {
    --transform-translate-x: 60px;
  }

  .lg\:first\:translate-x-62:first-child {
    --transform-translate-x: 62px;
  }

  .lg\:first\:translate-x-64:first-child {
    --transform-translate-x: 64px;
  }

  .lg\:first\:translate-x-65:first-child {
    --transform-translate-x: 65px;
  }

  .lg\:first\:translate-x-70:first-child {
    --transform-translate-x: 70px;
  }

  .lg\:first\:translate-x-75:first-child {
    --transform-translate-x: 75px;
  }

  .lg\:first\:translate-x-80:first-child {
    --transform-translate-x: 80px;
  }

  .lg\:first\:translate-x-85:first-child {
    --transform-translate-x: 85px;
  }

  .lg\:first\:translate-x-90:first-child {
    --transform-translate-x: 90px;
  }

  .lg\:first\:translate-x-95:first-child {
    --transform-translate-x: 95px;
  }

  .lg\:first\:translate-x-96:first-child {
    --transform-translate-x: 96px;
  }

  .lg\:first\:translate-x-100:first-child {
    --transform-translate-x: 100px;
  }

  .lg\:first\:translate-x-110:first-child {
    --transform-translate-x: 110px;
  }

  .lg\:first\:translate-x-115:first-child {
    --transform-translate-x: 115px;
  }

  .lg\:first\:translate-x-120:first-child {
    --transform-translate-x: 120px;
  }

  .lg\:first\:translate-x-128:first-child {
    --transform-translate-x: 128px;
  }

  .lg\:first\:translate-x-135:first-child {
    --transform-translate-x: 135px;
  }

  .lg\:first\:translate-x-140:first-child {
    --transform-translate-x: 140px;
  }

  .lg\:first\:translate-x-145:first-child {
    --transform-translate-x: 145px;
  }

  .lg\:first\:translate-x-150:first-child {
    --transform-translate-x: 150px;
  }

  .lg\:first\:translate-x-160:first-child {
    --transform-translate-x: 160px;
  }

  .lg\:first\:translate-x-165:first-child {
    --transform-translate-x: 165px;
  }

  .lg\:first\:translate-x-168:first-child {
    --transform-translate-x: 168px;
  }

  .lg\:first\:translate-x-170:first-child {
    --transform-translate-x: 170px;
  }

  .lg\:first\:translate-x-180:first-child {
    --transform-translate-x: 180px;
  }

  .lg\:first\:translate-x-200:first-child {
    --transform-translate-x: 200px;
  }

  .lg\:first\:translate-x-220:first-child {
    --transform-translate-x: 220px;
  }

  .lg\:first\:translate-x-230:first-child {
    --transform-translate-x: 230px;
  }

  .lg\:first\:translate-x-235:first-child {
    --transform-translate-x: 235px;
  }

  .lg\:first\:translate-x-240:first-child {
    --transform-translate-x: 240px;
  }

  .lg\:first\:translate-x-250:first-child {
    --transform-translate-x: 250px;
  }

  .lg\:first\:translate-x-300:first-child {
    --transform-translate-x: 300px;
  }

  .lg\:first\:translate-x-320:first-child {
    --transform-translate-x: 320px;
  }

  .lg\:first\:translate-x-350:first-child {
    --transform-translate-x: 350px;
  }

  .lg\:first\:translate-x-375:first-child {
    --transform-translate-x: 375px;
  }

  .lg\:first\:translate-x-400:first-child {
    --transform-translate-x: 400px;
  }

  .lg\:first\:translate-x-450:first-child {
    --transform-translate-x: 450px;
  }

  .lg\:first\:translate-x-700:first-child {
    --transform-translate-x: 700px;
  }

  .lg\:first\:translate-x-px:first-child {
    --transform-translate-x: 1px;
  }

  .lg\:first\:translate-x-1p:first-child {
    --transform-translate-x: 1%;
  }

  .lg\:first\:translate-x-1\/12:first-child {
    --transform-translate-x: 8.3333%;
  }

  .lg\:first\:translate-x-2\/12:first-child {
    --transform-translate-x: 16.666667%;
  }

  .lg\:first\:translate-x-11p:first-child {
    --transform-translate-x: 11%;
  }

  .lg\:first\:translate-x-20p:first-child {
    --transform-translate-x: 20%;
  }

  .lg\:first\:translate-x-24p:first-child {
    --transform-translate-x: 24.25%;
  }

  .lg\:first\:translate-x-25p:first-child {
    --transform-translate-x: 25%;
  }

  .lg\:first\:translate-x-32p:first-child {
    --transform-translate-x: 32%;
  }

  .lg\:first\:translate-x-35p:first-child {
    --transform-translate-x: 35%;
  }

  .lg\:first\:translate-x-40p:first-child {
    --transform-translate-x: 40%;
  }

  .lg\:first\:translate-x-49p:first-child {
    --transform-translate-x: 49%;
  }

  .lg\:first\:translate-x-49-5p:first-child {
    --transform-translate-x: 49.5%;
  }

  .lg\:first\:translate-x-80p:first-child {
    --transform-translate-x: 80%;
  }

  .lg\:first\:translate-x-vh80:first-child {
    --transform-translate-x: 80vh;
  }

  .lg\:first\:translate-x-vh86:first-child {
    --transform-translate-x: 86vh;
  }

  .lg\:first\:translate-x-vh90:first-child {
    --transform-translate-x: 90vh;
  }

  .lg\:first\:translate-x-vw80:first-child {
    --transform-translate-x: 80vw;
  }

  .lg\:first\:translate-x-vw90:first-child {
    --transform-translate-x: 90vw;
  }

  .lg\:first\:translate-x-90p:first-child {
    --transform-translate-x: 90%;
  }

  .lg\:first\:translate-x-92p:first-child {
    --transform-translate-x: 92%;
  }

  .lg\:first\:translate-x-93p:first-child {
    --transform-translate-x: 93%;
  }

  .lg\:first\:translate-x-94p:first-child {
    --transform-translate-x: 94%;
  }

  .lg\:first\:translate-x-95p:first-child {
    --transform-translate-x: 95%;
  }

  .lg\:first\:translate-x-96p:first-child {
    --transform-translate-x: 96%;
  }

  .lg\:first\:translate-x-100p:first-child {
    --transform-translate-x: 100%;
  }

  .lg\:first\:-translate-x-0:first-child {
    --transform-translate-x: 0px;
  }

  .lg\:first\:-translate-x-1:first-child {
    --transform-translate-x: -0.25rem;
  }

  .lg\:first\:-translate-x-2:first-child {
    --transform-translate-x: -0.5rem;
  }

  .lg\:first\:-translate-x-3:first-child {
    --transform-translate-x: -3px;
  }

  .lg\:first\:-translate-x-4:first-child {
    --transform-translate-x: -4px;
  }

  .lg\:first\:-translate-x-5:first-child {
    --transform-translate-x: -5px;
  }

  .lg\:first\:-translate-x-6:first-child {
    --transform-translate-x: -6px;
  }

  .lg\:first\:-translate-x-8:first-child {
    --transform-translate-x: -8px;
  }

  .lg\:first\:-translate-x-9:first-child {
    --transform-translate-x: -9px;
  }

  .lg\:first\:-translate-x-10:first-child {
    --transform-translate-x: -10px;
  }

  .lg\:first\:-translate-x-12:first-child {
    --transform-translate-x: -12px;
  }

  .lg\:first\:-translate-x-13:first-child {
    --transform-translate-x: -13px;
  }

  .lg\:first\:-translate-x-14:first-child {
    --transform-translate-x: -14px;
  }

  .lg\:first\:-translate-x-15:first-child {
    --transform-translate-x: -15px;
  }

  .lg\:first\:-translate-x-16:first-child {
    --transform-translate-x: -16px;
  }

  .lg\:first\:-translate-x-17:first-child {
    --transform-translate-x: -17px;
  }

  .lg\:first\:-translate-x-18:first-child {
    --transform-translate-x: -18px;
  }

  .lg\:first\:-translate-x-20:first-child {
    --transform-translate-x: -20px;
  }

  .lg\:first\:-translate-x-22:first-child {
    --transform-translate-x: -22px;
  }

  .lg\:first\:-translate-x-24:first-child {
    --transform-translate-x: -24px;
  }

  .lg\:first\:-translate-x-25:first-child {
    --transform-translate-x: -25px;
  }

  .lg\:first\:-translate-x-28:first-child {
    --transform-translate-x: -28px;
  }

  .lg\:first\:-translate-x-29:first-child {
    --transform-translate-x: -29px;
  }

  .lg\:first\:-translate-x-30:first-child {
    --transform-translate-x: -30px;
  }

  .lg\:first\:-translate-x-32:first-child {
    --transform-translate-x: -32px;
  }

  .lg\:first\:-translate-x-35:first-child {
    --transform-translate-x: -35px;
  }

  .lg\:first\:-translate-x-36:first-child {
    --transform-translate-x: -36px;
  }

  .lg\:first\:-translate-x-37:first-child {
    --transform-translate-x: -37px;
  }

  .lg\:first\:-translate-x-40:first-child {
    --transform-translate-x: -40px;
  }

  .lg\:first\:-translate-x-45:first-child {
    --transform-translate-x: -45px;
  }

  .lg\:first\:-translate-x-48:first-child {
    --transform-translate-x: -48px;
  }

  .lg\:first\:-translate-x-50:first-child {
    --transform-translate-x: -50px;
  }

  .lg\:first\:-translate-x-55:first-child {
    --transform-translate-x: -55px;
  }

  .lg\:first\:-translate-x-56:first-child {
    --transform-translate-x: -56px;
  }

  .lg\:first\:-translate-x-60:first-child {
    --transform-translate-x: -60px;
  }

  .lg\:first\:-translate-x-62:first-child {
    --transform-translate-x: -62px;
  }

  .lg\:first\:-translate-x-64:first-child {
    --transform-translate-x: -64px;
  }

  .lg\:first\:-translate-x-65:first-child {
    --transform-translate-x: -65px;
  }

  .lg\:first\:-translate-x-70:first-child {
    --transform-translate-x: -70px;
  }

  .lg\:first\:-translate-x-75:first-child {
    --transform-translate-x: -75px;
  }

  .lg\:first\:-translate-x-80:first-child {
    --transform-translate-x: -80px;
  }

  .lg\:first\:-translate-x-85:first-child {
    --transform-translate-x: -85px;
  }

  .lg\:first\:-translate-x-90:first-child {
    --transform-translate-x: -90px;
  }

  .lg\:first\:-translate-x-95:first-child {
    --transform-translate-x: -95px;
  }

  .lg\:first\:-translate-x-96:first-child {
    --transform-translate-x: -96px;
  }

  .lg\:first\:-translate-x-100:first-child {
    --transform-translate-x: -100px;
  }

  .lg\:first\:-translate-x-110:first-child {
    --transform-translate-x: -110px;
  }

  .lg\:first\:-translate-x-115:first-child {
    --transform-translate-x: -115px;
  }

  .lg\:first\:-translate-x-120:first-child {
    --transform-translate-x: -120px;
  }

  .lg\:first\:-translate-x-128:first-child {
    --transform-translate-x: -128px;
  }

  .lg\:first\:-translate-x-135:first-child {
    --transform-translate-x: -135px;
  }

  .lg\:first\:-translate-x-140:first-child {
    --transform-translate-x: -140px;
  }

  .lg\:first\:-translate-x-145:first-child {
    --transform-translate-x: -145px;
  }

  .lg\:first\:-translate-x-150:first-child {
    --transform-translate-x: -150px;
  }

  .lg\:first\:-translate-x-160:first-child {
    --transform-translate-x: -160px;
  }

  .lg\:first\:-translate-x-165:first-child {
    --transform-translate-x: -165px;
  }

  .lg\:first\:-translate-x-168:first-child {
    --transform-translate-x: -168px;
  }

  .lg\:first\:-translate-x-170:first-child {
    --transform-translate-x: -170px;
  }

  .lg\:first\:-translate-x-180:first-child {
    --transform-translate-x: -180px;
  }

  .lg\:first\:-translate-x-200:first-child {
    --transform-translate-x: -200px;
  }

  .lg\:first\:-translate-x-220:first-child {
    --transform-translate-x: -220px;
  }

  .lg\:first\:-translate-x-230:first-child {
    --transform-translate-x: -230px;
  }

  .lg\:first\:-translate-x-235:first-child {
    --transform-translate-x: -235px;
  }

  .lg\:first\:-translate-x-240:first-child {
    --transform-translate-x: -240px;
  }

  .lg\:first\:-translate-x-250:first-child {
    --transform-translate-x: -250px;
  }

  .lg\:first\:-translate-x-300:first-child {
    --transform-translate-x: -300px;
  }

  .lg\:first\:-translate-x-320:first-child {
    --transform-translate-x: -320px;
  }

  .lg\:first\:-translate-x-350:first-child {
    --transform-translate-x: -350px;
  }

  .lg\:first\:-translate-x-375:first-child {
    --transform-translate-x: -375px;
  }

  .lg\:first\:-translate-x-400:first-child {
    --transform-translate-x: -400px;
  }

  .lg\:first\:-translate-x-450:first-child {
    --transform-translate-x: -450px;
  }

  .lg\:first\:-translate-x-700:first-child {
    --transform-translate-x: -700px;
  }

  .lg\:first\:-translate-x-px:first-child {
    --transform-translate-x: -1px;
  }

  .lg\:first\:-translate-x-1p:first-child {
    --transform-translate-x: -1%;
  }

  .lg\:first\:-translate-x-1\/12:first-child {
    --transform-translate-x: -8.3333%;
  }

  .lg\:first\:-translate-x-2\/12:first-child {
    --transform-translate-x: -16.66667%;
  }

  .lg\:first\:-translate-x-11p:first-child {
    --transform-translate-x: -11%;
  }

  .lg\:first\:-translate-x-20p:first-child {
    --transform-translate-x: -20%;
  }

  .lg\:first\:-translate-x-24p:first-child {
    --transform-translate-x: -24.25%;
  }

  .lg\:first\:-translate-x-25p:first-child {
    --transform-translate-x: -25%;
  }

  .lg\:first\:-translate-x-32p:first-child {
    --transform-translate-x: -32%;
  }

  .lg\:first\:-translate-x-35p:first-child {
    --transform-translate-x: -35%;
  }

  .lg\:first\:-translate-x-40p:first-child {
    --transform-translate-x: -40%;
  }

  .lg\:first\:-translate-x-49p:first-child {
    --transform-translate-x: -49%;
  }

  .lg\:first\:-translate-x-49-5p:first-child {
    --transform-translate-x: -49.5%;
  }

  .lg\:first\:-translate-x-80p:first-child {
    --transform-translate-x: -80%;
  }

  .lg\:first\:-translate-x-vh80:first-child {
    --transform-translate-x: -80vh;
  }

  .lg\:first\:-translate-x-vh86:first-child {
    --transform-translate-x: -86vh;
  }

  .lg\:first\:-translate-x-vh90:first-child {
    --transform-translate-x: -90vh;
  }

  .lg\:first\:-translate-x-vw80:first-child {
    --transform-translate-x: -80vw;
  }

  .lg\:first\:-translate-x-vw90:first-child {
    --transform-translate-x: -90vw;
  }

  .lg\:first\:-translate-x-90p:first-child {
    --transform-translate-x: -90%;
  }

  .lg\:first\:-translate-x-92p:first-child {
    --transform-translate-x: -92%;
  }

  .lg\:first\:-translate-x-93p:first-child {
    --transform-translate-x: -93%;
  }

  .lg\:first\:-translate-x-94p:first-child {
    --transform-translate-x: -94%;
  }

  .lg\:first\:-translate-x-95p:first-child {
    --transform-translate-x: -95%;
  }

  .lg\:first\:-translate-x-96p:first-child {
    --transform-translate-x: -96%;
  }

  .lg\:first\:-translate-x-100p:first-child {
    --transform-translate-x: -100%;
  }

  .lg\:first\:-translate-x-full:first-child {
    --transform-translate-x: -100%;
  }

  .lg\:first\:-translate-x-1\/2:first-child {
    --transform-translate-x: -50%;
  }

  .lg\:first\:translate-x-1\/2:first-child {
    --transform-translate-x: 50%;
  }

  .lg\:first\:translate-x-full:first-child {
    --transform-translate-x: 100%;
  }

  .lg\:first\:translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .lg\:first\:translate-y-1:first-child {
    --transform-translate-y: 0.25rem;
  }

  .lg\:first\:translate-y-2:first-child {
    --transform-translate-y: 0.5rem;
  }

  .lg\:first\:translate-y-3:first-child {
    --transform-translate-y: 3px;
  }

  .lg\:first\:translate-y-4:first-child {
    --transform-translate-y: 4px;
  }

  .lg\:first\:translate-y-5:first-child {
    --transform-translate-y: 5px;
  }

  .lg\:first\:translate-y-6:first-child {
    --transform-translate-y: 6px;
  }

  .lg\:first\:translate-y-8:first-child {
    --transform-translate-y: 8px;
  }

  .lg\:first\:translate-y-9:first-child {
    --transform-translate-y: 9px;
  }

  .lg\:first\:translate-y-10:first-child {
    --transform-translate-y: 10px;
  }

  .lg\:first\:translate-y-12:first-child {
    --transform-translate-y: 12px;
  }

  .lg\:first\:translate-y-13:first-child {
    --transform-translate-y: 13px;
  }

  .lg\:first\:translate-y-14:first-child {
    --transform-translate-y: 14px;
  }

  .lg\:first\:translate-y-15:first-child {
    --transform-translate-y: 15px;
  }

  .lg\:first\:translate-y-16:first-child {
    --transform-translate-y: 16px;
  }

  .lg\:first\:translate-y-17:first-child {
    --transform-translate-y: 17px;
  }

  .lg\:first\:translate-y-18:first-child {
    --transform-translate-y: 18px;
  }

  .lg\:first\:translate-y-20:first-child {
    --transform-translate-y: 20px;
  }

  .lg\:first\:translate-y-22:first-child {
    --transform-translate-y: 22px;
  }

  .lg\:first\:translate-y-24:first-child {
    --transform-translate-y: 24px;
  }

  .lg\:first\:translate-y-25:first-child {
    --transform-translate-y: 25px;
  }

  .lg\:first\:translate-y-28:first-child {
    --transform-translate-y: 28px;
  }

  .lg\:first\:translate-y-29:first-child {
    --transform-translate-y: 29px;
  }

  .lg\:first\:translate-y-30:first-child {
    --transform-translate-y: 30px;
  }

  .lg\:first\:translate-y-32:first-child {
    --transform-translate-y: 32px;
  }

  .lg\:first\:translate-y-35:first-child {
    --transform-translate-y: 35px;
  }

  .lg\:first\:translate-y-36:first-child {
    --transform-translate-y: 36px;
  }

  .lg\:first\:translate-y-37:first-child {
    --transform-translate-y: 37px;
  }

  .lg\:first\:translate-y-40:first-child {
    --transform-translate-y: 40px;
  }

  .lg\:first\:translate-y-45:first-child {
    --transform-translate-y: 45px;
  }

  .lg\:first\:translate-y-48:first-child {
    --transform-translate-y: 48px;
  }

  .lg\:first\:translate-y-50:first-child {
    --transform-translate-y: 50px;
  }

  .lg\:first\:translate-y-55:first-child {
    --transform-translate-y: 55px;
  }

  .lg\:first\:translate-y-56:first-child {
    --transform-translate-y: 56px;
  }

  .lg\:first\:translate-y-60:first-child {
    --transform-translate-y: 60px;
  }

  .lg\:first\:translate-y-62:first-child {
    --transform-translate-y: 62px;
  }

  .lg\:first\:translate-y-64:first-child {
    --transform-translate-y: 64px;
  }

  .lg\:first\:translate-y-65:first-child {
    --transform-translate-y: 65px;
  }

  .lg\:first\:translate-y-70:first-child {
    --transform-translate-y: 70px;
  }

  .lg\:first\:translate-y-75:first-child {
    --transform-translate-y: 75px;
  }

  .lg\:first\:translate-y-80:first-child {
    --transform-translate-y: 80px;
  }

  .lg\:first\:translate-y-85:first-child {
    --transform-translate-y: 85px;
  }

  .lg\:first\:translate-y-90:first-child {
    --transform-translate-y: 90px;
  }

  .lg\:first\:translate-y-95:first-child {
    --transform-translate-y: 95px;
  }

  .lg\:first\:translate-y-96:first-child {
    --transform-translate-y: 96px;
  }

  .lg\:first\:translate-y-100:first-child {
    --transform-translate-y: 100px;
  }

  .lg\:first\:translate-y-110:first-child {
    --transform-translate-y: 110px;
  }

  .lg\:first\:translate-y-115:first-child {
    --transform-translate-y: 115px;
  }

  .lg\:first\:translate-y-120:first-child {
    --transform-translate-y: 120px;
  }

  .lg\:first\:translate-y-128:first-child {
    --transform-translate-y: 128px;
  }

  .lg\:first\:translate-y-135:first-child {
    --transform-translate-y: 135px;
  }

  .lg\:first\:translate-y-140:first-child {
    --transform-translate-y: 140px;
  }

  .lg\:first\:translate-y-145:first-child {
    --transform-translate-y: 145px;
  }

  .lg\:first\:translate-y-150:first-child {
    --transform-translate-y: 150px;
  }

  .lg\:first\:translate-y-160:first-child {
    --transform-translate-y: 160px;
  }

  .lg\:first\:translate-y-165:first-child {
    --transform-translate-y: 165px;
  }

  .lg\:first\:translate-y-168:first-child {
    --transform-translate-y: 168px;
  }

  .lg\:first\:translate-y-170:first-child {
    --transform-translate-y: 170px;
  }

  .lg\:first\:translate-y-180:first-child {
    --transform-translate-y: 180px;
  }

  .lg\:first\:translate-y-200:first-child {
    --transform-translate-y: 200px;
  }

  .lg\:first\:translate-y-220:first-child {
    --transform-translate-y: 220px;
  }

  .lg\:first\:translate-y-230:first-child {
    --transform-translate-y: 230px;
  }

  .lg\:first\:translate-y-235:first-child {
    --transform-translate-y: 235px;
  }

  .lg\:first\:translate-y-240:first-child {
    --transform-translate-y: 240px;
  }

  .lg\:first\:translate-y-250:first-child {
    --transform-translate-y: 250px;
  }

  .lg\:first\:translate-y-300:first-child {
    --transform-translate-y: 300px;
  }

  .lg\:first\:translate-y-320:first-child {
    --transform-translate-y: 320px;
  }

  .lg\:first\:translate-y-350:first-child {
    --transform-translate-y: 350px;
  }

  .lg\:first\:translate-y-375:first-child {
    --transform-translate-y: 375px;
  }

  .lg\:first\:translate-y-400:first-child {
    --transform-translate-y: 400px;
  }

  .lg\:first\:translate-y-450:first-child {
    --transform-translate-y: 450px;
  }

  .lg\:first\:translate-y-700:first-child {
    --transform-translate-y: 700px;
  }

  .lg\:first\:translate-y-px:first-child {
    --transform-translate-y: 1px;
  }

  .lg\:first\:translate-y-1p:first-child {
    --transform-translate-y: 1%;
  }

  .lg\:first\:translate-y-1\/12:first-child {
    --transform-translate-y: 8.3333%;
  }

  .lg\:first\:translate-y-2\/12:first-child {
    --transform-translate-y: 16.666667%;
  }

  .lg\:first\:translate-y-11p:first-child {
    --transform-translate-y: 11%;
  }

  .lg\:first\:translate-y-20p:first-child {
    --transform-translate-y: 20%;
  }

  .lg\:first\:translate-y-24p:first-child {
    --transform-translate-y: 24.25%;
  }

  .lg\:first\:translate-y-25p:first-child {
    --transform-translate-y: 25%;
  }

  .lg\:first\:translate-y-32p:first-child {
    --transform-translate-y: 32%;
  }

  .lg\:first\:translate-y-35p:first-child {
    --transform-translate-y: 35%;
  }

  .lg\:first\:translate-y-40p:first-child {
    --transform-translate-y: 40%;
  }

  .lg\:first\:translate-y-49p:first-child {
    --transform-translate-y: 49%;
  }

  .lg\:first\:translate-y-49-5p:first-child {
    --transform-translate-y: 49.5%;
  }

  .lg\:first\:translate-y-80p:first-child {
    --transform-translate-y: 80%;
  }

  .lg\:first\:translate-y-vh80:first-child {
    --transform-translate-y: 80vh;
  }

  .lg\:first\:translate-y-vh86:first-child {
    --transform-translate-y: 86vh;
  }

  .lg\:first\:translate-y-vh90:first-child {
    --transform-translate-y: 90vh;
  }

  .lg\:first\:translate-y-vw80:first-child {
    --transform-translate-y: 80vw;
  }

  .lg\:first\:translate-y-vw90:first-child {
    --transform-translate-y: 90vw;
  }

  .lg\:first\:translate-y-90p:first-child {
    --transform-translate-y: 90%;
  }

  .lg\:first\:translate-y-92p:first-child {
    --transform-translate-y: 92%;
  }

  .lg\:first\:translate-y-93p:first-child {
    --transform-translate-y: 93%;
  }

  .lg\:first\:translate-y-94p:first-child {
    --transform-translate-y: 94%;
  }

  .lg\:first\:translate-y-95p:first-child {
    --transform-translate-y: 95%;
  }

  .lg\:first\:translate-y-96p:first-child {
    --transform-translate-y: 96%;
  }

  .lg\:first\:translate-y-100p:first-child {
    --transform-translate-y: 100%;
  }

  .lg\:first\:-translate-y-0:first-child {
    --transform-translate-y: 0px;
  }

  .lg\:first\:-translate-y-1:first-child {
    --transform-translate-y: -0.25rem;
  }

  .lg\:first\:-translate-y-2:first-child {
    --transform-translate-y: -0.5rem;
  }

  .lg\:first\:-translate-y-3:first-child {
    --transform-translate-y: -3px;
  }

  .lg\:first\:-translate-y-4:first-child {
    --transform-translate-y: -4px;
  }

  .lg\:first\:-translate-y-5:first-child {
    --transform-translate-y: -5px;
  }

  .lg\:first\:-translate-y-6:first-child {
    --transform-translate-y: -6px;
  }

  .lg\:first\:-translate-y-8:first-child {
    --transform-translate-y: -8px;
  }

  .lg\:first\:-translate-y-9:first-child {
    --transform-translate-y: -9px;
  }

  .lg\:first\:-translate-y-10:first-child {
    --transform-translate-y: -10px;
  }

  .lg\:first\:-translate-y-12:first-child {
    --transform-translate-y: -12px;
  }

  .lg\:first\:-translate-y-13:first-child {
    --transform-translate-y: -13px;
  }

  .lg\:first\:-translate-y-14:first-child {
    --transform-translate-y: -14px;
  }

  .lg\:first\:-translate-y-15:first-child {
    --transform-translate-y: -15px;
  }

  .lg\:first\:-translate-y-16:first-child {
    --transform-translate-y: -16px;
  }

  .lg\:first\:-translate-y-17:first-child {
    --transform-translate-y: -17px;
  }

  .lg\:first\:-translate-y-18:first-child {
    --transform-translate-y: -18px;
  }

  .lg\:first\:-translate-y-20:first-child {
    --transform-translate-y: -20px;
  }

  .lg\:first\:-translate-y-22:first-child {
    --transform-translate-y: -22px;
  }

  .lg\:first\:-translate-y-24:first-child {
    --transform-translate-y: -24px;
  }

  .lg\:first\:-translate-y-25:first-child {
    --transform-translate-y: -25px;
  }

  .lg\:first\:-translate-y-28:first-child {
    --transform-translate-y: -28px;
  }

  .lg\:first\:-translate-y-29:first-child {
    --transform-translate-y: -29px;
  }

  .lg\:first\:-translate-y-30:first-child {
    --transform-translate-y: -30px;
  }

  .lg\:first\:-translate-y-32:first-child {
    --transform-translate-y: -32px;
  }

  .lg\:first\:-translate-y-35:first-child {
    --transform-translate-y: -35px;
  }

  .lg\:first\:-translate-y-36:first-child {
    --transform-translate-y: -36px;
  }

  .lg\:first\:-translate-y-37:first-child {
    --transform-translate-y: -37px;
  }

  .lg\:first\:-translate-y-40:first-child {
    --transform-translate-y: -40px;
  }

  .lg\:first\:-translate-y-45:first-child {
    --transform-translate-y: -45px;
  }

  .lg\:first\:-translate-y-48:first-child {
    --transform-translate-y: -48px;
  }

  .lg\:first\:-translate-y-50:first-child {
    --transform-translate-y: -50px;
  }

  .lg\:first\:-translate-y-55:first-child {
    --transform-translate-y: -55px;
  }

  .lg\:first\:-translate-y-56:first-child {
    --transform-translate-y: -56px;
  }

  .lg\:first\:-translate-y-60:first-child {
    --transform-translate-y: -60px;
  }

  .lg\:first\:-translate-y-62:first-child {
    --transform-translate-y: -62px;
  }

  .lg\:first\:-translate-y-64:first-child {
    --transform-translate-y: -64px;
  }

  .lg\:first\:-translate-y-65:first-child {
    --transform-translate-y: -65px;
  }

  .lg\:first\:-translate-y-70:first-child {
    --transform-translate-y: -70px;
  }

  .lg\:first\:-translate-y-75:first-child {
    --transform-translate-y: -75px;
  }

  .lg\:first\:-translate-y-80:first-child {
    --transform-translate-y: -80px;
  }

  .lg\:first\:-translate-y-85:first-child {
    --transform-translate-y: -85px;
  }

  .lg\:first\:-translate-y-90:first-child {
    --transform-translate-y: -90px;
  }

  .lg\:first\:-translate-y-95:first-child {
    --transform-translate-y: -95px;
  }

  .lg\:first\:-translate-y-96:first-child {
    --transform-translate-y: -96px;
  }

  .lg\:first\:-translate-y-100:first-child {
    --transform-translate-y: -100px;
  }

  .lg\:first\:-translate-y-110:first-child {
    --transform-translate-y: -110px;
  }

  .lg\:first\:-translate-y-115:first-child {
    --transform-translate-y: -115px;
  }

  .lg\:first\:-translate-y-120:first-child {
    --transform-translate-y: -120px;
  }

  .lg\:first\:-translate-y-128:first-child {
    --transform-translate-y: -128px;
  }

  .lg\:first\:-translate-y-135:first-child {
    --transform-translate-y: -135px;
  }

  .lg\:first\:-translate-y-140:first-child {
    --transform-translate-y: -140px;
  }

  .lg\:first\:-translate-y-145:first-child {
    --transform-translate-y: -145px;
  }

  .lg\:first\:-translate-y-150:first-child {
    --transform-translate-y: -150px;
  }

  .lg\:first\:-translate-y-160:first-child {
    --transform-translate-y: -160px;
  }

  .lg\:first\:-translate-y-165:first-child {
    --transform-translate-y: -165px;
  }

  .lg\:first\:-translate-y-168:first-child {
    --transform-translate-y: -168px;
  }

  .lg\:first\:-translate-y-170:first-child {
    --transform-translate-y: -170px;
  }

  .lg\:first\:-translate-y-180:first-child {
    --transform-translate-y: -180px;
  }

  .lg\:first\:-translate-y-200:first-child {
    --transform-translate-y: -200px;
  }

  .lg\:first\:-translate-y-220:first-child {
    --transform-translate-y: -220px;
  }

  .lg\:first\:-translate-y-230:first-child {
    --transform-translate-y: -230px;
  }

  .lg\:first\:-translate-y-235:first-child {
    --transform-translate-y: -235px;
  }

  .lg\:first\:-translate-y-240:first-child {
    --transform-translate-y: -240px;
  }

  .lg\:first\:-translate-y-250:first-child {
    --transform-translate-y: -250px;
  }

  .lg\:first\:-translate-y-300:first-child {
    --transform-translate-y: -300px;
  }

  .lg\:first\:-translate-y-320:first-child {
    --transform-translate-y: -320px;
  }

  .lg\:first\:-translate-y-350:first-child {
    --transform-translate-y: -350px;
  }

  .lg\:first\:-translate-y-375:first-child {
    --transform-translate-y: -375px;
  }

  .lg\:first\:-translate-y-400:first-child {
    --transform-translate-y: -400px;
  }

  .lg\:first\:-translate-y-450:first-child {
    --transform-translate-y: -450px;
  }

  .lg\:first\:-translate-y-700:first-child {
    --transform-translate-y: -700px;
  }

  .lg\:first\:-translate-y-px:first-child {
    --transform-translate-y: -1px;
  }

  .lg\:first\:-translate-y-1p:first-child {
    --transform-translate-y: -1%;
  }

  .lg\:first\:-translate-y-1\/12:first-child {
    --transform-translate-y: -8.3333%;
  }

  .lg\:first\:-translate-y-2\/12:first-child {
    --transform-translate-y: -16.66667%;
  }

  .lg\:first\:-translate-y-11p:first-child {
    --transform-translate-y: -11%;
  }

  .lg\:first\:-translate-y-20p:first-child {
    --transform-translate-y: -20%;
  }

  .lg\:first\:-translate-y-24p:first-child {
    --transform-translate-y: -24.25%;
  }

  .lg\:first\:-translate-y-25p:first-child {
    --transform-translate-y: -25%;
  }

  .lg\:first\:-translate-y-32p:first-child {
    --transform-translate-y: -32%;
  }

  .lg\:first\:-translate-y-35p:first-child {
    --transform-translate-y: -35%;
  }

  .lg\:first\:-translate-y-40p:first-child {
    --transform-translate-y: -40%;
  }

  .lg\:first\:-translate-y-49p:first-child {
    --transform-translate-y: -49%;
  }

  .lg\:first\:-translate-y-49-5p:first-child {
    --transform-translate-y: -49.5%;
  }

  .lg\:first\:-translate-y-80p:first-child {
    --transform-translate-y: -80%;
  }

  .lg\:first\:-translate-y-vh80:first-child {
    --transform-translate-y: -80vh;
  }

  .lg\:first\:-translate-y-vh86:first-child {
    --transform-translate-y: -86vh;
  }

  .lg\:first\:-translate-y-vh90:first-child {
    --transform-translate-y: -90vh;
  }

  .lg\:first\:-translate-y-vw80:first-child {
    --transform-translate-y: -80vw;
  }

  .lg\:first\:-translate-y-vw90:first-child {
    --transform-translate-y: -90vw;
  }

  .lg\:first\:-translate-y-90p:first-child {
    --transform-translate-y: -90%;
  }

  .lg\:first\:-translate-y-92p:first-child {
    --transform-translate-y: -92%;
  }

  .lg\:first\:-translate-y-93p:first-child {
    --transform-translate-y: -93%;
  }

  .lg\:first\:-translate-y-94p:first-child {
    --transform-translate-y: -94%;
  }

  .lg\:first\:-translate-y-95p:first-child {
    --transform-translate-y: -95%;
  }

  .lg\:first\:-translate-y-96p:first-child {
    --transform-translate-y: -96%;
  }

  .lg\:first\:-translate-y-100p:first-child {
    --transform-translate-y: -100%;
  }

  .lg\:first\:-translate-y-full:first-child {
    --transform-translate-y: -100%;
  }

  .lg\:first\:-translate-y-1\/2:first-child {
    --transform-translate-y: -50%;
  }

  .lg\:first\:translate-y-1\/2:first-child {
    --transform-translate-y: 50%;
  }

  .lg\:first\:translate-y-full:first-child {
    --transform-translate-y: 100%;
  }

  .lg\:last\:translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .lg\:last\:translate-x-1:last-child {
    --transform-translate-x: 0.25rem;
  }

  .lg\:last\:translate-x-2:last-child {
    --transform-translate-x: 0.5rem;
  }

  .lg\:last\:translate-x-3:last-child {
    --transform-translate-x: 3px;
  }

  .lg\:last\:translate-x-4:last-child {
    --transform-translate-x: 4px;
  }

  .lg\:last\:translate-x-5:last-child {
    --transform-translate-x: 5px;
  }

  .lg\:last\:translate-x-6:last-child {
    --transform-translate-x: 6px;
  }

  .lg\:last\:translate-x-8:last-child {
    --transform-translate-x: 8px;
  }

  .lg\:last\:translate-x-9:last-child {
    --transform-translate-x: 9px;
  }

  .lg\:last\:translate-x-10:last-child {
    --transform-translate-x: 10px;
  }

  .lg\:last\:translate-x-12:last-child {
    --transform-translate-x: 12px;
  }

  .lg\:last\:translate-x-13:last-child {
    --transform-translate-x: 13px;
  }

  .lg\:last\:translate-x-14:last-child {
    --transform-translate-x: 14px;
  }

  .lg\:last\:translate-x-15:last-child {
    --transform-translate-x: 15px;
  }

  .lg\:last\:translate-x-16:last-child {
    --transform-translate-x: 16px;
  }

  .lg\:last\:translate-x-17:last-child {
    --transform-translate-x: 17px;
  }

  .lg\:last\:translate-x-18:last-child {
    --transform-translate-x: 18px;
  }

  .lg\:last\:translate-x-20:last-child {
    --transform-translate-x: 20px;
  }

  .lg\:last\:translate-x-22:last-child {
    --transform-translate-x: 22px;
  }

  .lg\:last\:translate-x-24:last-child {
    --transform-translate-x: 24px;
  }

  .lg\:last\:translate-x-25:last-child {
    --transform-translate-x: 25px;
  }

  .lg\:last\:translate-x-28:last-child {
    --transform-translate-x: 28px;
  }

  .lg\:last\:translate-x-29:last-child {
    --transform-translate-x: 29px;
  }

  .lg\:last\:translate-x-30:last-child {
    --transform-translate-x: 30px;
  }

  .lg\:last\:translate-x-32:last-child {
    --transform-translate-x: 32px;
  }

  .lg\:last\:translate-x-35:last-child {
    --transform-translate-x: 35px;
  }

  .lg\:last\:translate-x-36:last-child {
    --transform-translate-x: 36px;
  }

  .lg\:last\:translate-x-37:last-child {
    --transform-translate-x: 37px;
  }

  .lg\:last\:translate-x-40:last-child {
    --transform-translate-x: 40px;
  }

  .lg\:last\:translate-x-45:last-child {
    --transform-translate-x: 45px;
  }

  .lg\:last\:translate-x-48:last-child {
    --transform-translate-x: 48px;
  }

  .lg\:last\:translate-x-50:last-child {
    --transform-translate-x: 50px;
  }

  .lg\:last\:translate-x-55:last-child {
    --transform-translate-x: 55px;
  }

  .lg\:last\:translate-x-56:last-child {
    --transform-translate-x: 56px;
  }

  .lg\:last\:translate-x-60:last-child {
    --transform-translate-x: 60px;
  }

  .lg\:last\:translate-x-62:last-child {
    --transform-translate-x: 62px;
  }

  .lg\:last\:translate-x-64:last-child {
    --transform-translate-x: 64px;
  }

  .lg\:last\:translate-x-65:last-child {
    --transform-translate-x: 65px;
  }

  .lg\:last\:translate-x-70:last-child {
    --transform-translate-x: 70px;
  }

  .lg\:last\:translate-x-75:last-child {
    --transform-translate-x: 75px;
  }

  .lg\:last\:translate-x-80:last-child {
    --transform-translate-x: 80px;
  }

  .lg\:last\:translate-x-85:last-child {
    --transform-translate-x: 85px;
  }

  .lg\:last\:translate-x-90:last-child {
    --transform-translate-x: 90px;
  }

  .lg\:last\:translate-x-95:last-child {
    --transform-translate-x: 95px;
  }

  .lg\:last\:translate-x-96:last-child {
    --transform-translate-x: 96px;
  }

  .lg\:last\:translate-x-100:last-child {
    --transform-translate-x: 100px;
  }

  .lg\:last\:translate-x-110:last-child {
    --transform-translate-x: 110px;
  }

  .lg\:last\:translate-x-115:last-child {
    --transform-translate-x: 115px;
  }

  .lg\:last\:translate-x-120:last-child {
    --transform-translate-x: 120px;
  }

  .lg\:last\:translate-x-128:last-child {
    --transform-translate-x: 128px;
  }

  .lg\:last\:translate-x-135:last-child {
    --transform-translate-x: 135px;
  }

  .lg\:last\:translate-x-140:last-child {
    --transform-translate-x: 140px;
  }

  .lg\:last\:translate-x-145:last-child {
    --transform-translate-x: 145px;
  }

  .lg\:last\:translate-x-150:last-child {
    --transform-translate-x: 150px;
  }

  .lg\:last\:translate-x-160:last-child {
    --transform-translate-x: 160px;
  }

  .lg\:last\:translate-x-165:last-child {
    --transform-translate-x: 165px;
  }

  .lg\:last\:translate-x-168:last-child {
    --transform-translate-x: 168px;
  }

  .lg\:last\:translate-x-170:last-child {
    --transform-translate-x: 170px;
  }

  .lg\:last\:translate-x-180:last-child {
    --transform-translate-x: 180px;
  }

  .lg\:last\:translate-x-200:last-child {
    --transform-translate-x: 200px;
  }

  .lg\:last\:translate-x-220:last-child {
    --transform-translate-x: 220px;
  }

  .lg\:last\:translate-x-230:last-child {
    --transform-translate-x: 230px;
  }

  .lg\:last\:translate-x-235:last-child {
    --transform-translate-x: 235px;
  }

  .lg\:last\:translate-x-240:last-child {
    --transform-translate-x: 240px;
  }

  .lg\:last\:translate-x-250:last-child {
    --transform-translate-x: 250px;
  }

  .lg\:last\:translate-x-300:last-child {
    --transform-translate-x: 300px;
  }

  .lg\:last\:translate-x-320:last-child {
    --transform-translate-x: 320px;
  }

  .lg\:last\:translate-x-350:last-child {
    --transform-translate-x: 350px;
  }

  .lg\:last\:translate-x-375:last-child {
    --transform-translate-x: 375px;
  }

  .lg\:last\:translate-x-400:last-child {
    --transform-translate-x: 400px;
  }

  .lg\:last\:translate-x-450:last-child {
    --transform-translate-x: 450px;
  }

  .lg\:last\:translate-x-700:last-child {
    --transform-translate-x: 700px;
  }

  .lg\:last\:translate-x-px:last-child {
    --transform-translate-x: 1px;
  }

  .lg\:last\:translate-x-1p:last-child {
    --transform-translate-x: 1%;
  }

  .lg\:last\:translate-x-1\/12:last-child {
    --transform-translate-x: 8.3333%;
  }

  .lg\:last\:translate-x-2\/12:last-child {
    --transform-translate-x: 16.666667%;
  }

  .lg\:last\:translate-x-11p:last-child {
    --transform-translate-x: 11%;
  }

  .lg\:last\:translate-x-20p:last-child {
    --transform-translate-x: 20%;
  }

  .lg\:last\:translate-x-24p:last-child {
    --transform-translate-x: 24.25%;
  }

  .lg\:last\:translate-x-25p:last-child {
    --transform-translate-x: 25%;
  }

  .lg\:last\:translate-x-32p:last-child {
    --transform-translate-x: 32%;
  }

  .lg\:last\:translate-x-35p:last-child {
    --transform-translate-x: 35%;
  }

  .lg\:last\:translate-x-40p:last-child {
    --transform-translate-x: 40%;
  }

  .lg\:last\:translate-x-49p:last-child {
    --transform-translate-x: 49%;
  }

  .lg\:last\:translate-x-49-5p:last-child {
    --transform-translate-x: 49.5%;
  }

  .lg\:last\:translate-x-80p:last-child {
    --transform-translate-x: 80%;
  }

  .lg\:last\:translate-x-vh80:last-child {
    --transform-translate-x: 80vh;
  }

  .lg\:last\:translate-x-vh86:last-child {
    --transform-translate-x: 86vh;
  }

  .lg\:last\:translate-x-vh90:last-child {
    --transform-translate-x: 90vh;
  }

  .lg\:last\:translate-x-vw80:last-child {
    --transform-translate-x: 80vw;
  }

  .lg\:last\:translate-x-vw90:last-child {
    --transform-translate-x: 90vw;
  }

  .lg\:last\:translate-x-90p:last-child {
    --transform-translate-x: 90%;
  }

  .lg\:last\:translate-x-92p:last-child {
    --transform-translate-x: 92%;
  }

  .lg\:last\:translate-x-93p:last-child {
    --transform-translate-x: 93%;
  }

  .lg\:last\:translate-x-94p:last-child {
    --transform-translate-x: 94%;
  }

  .lg\:last\:translate-x-95p:last-child {
    --transform-translate-x: 95%;
  }

  .lg\:last\:translate-x-96p:last-child {
    --transform-translate-x: 96%;
  }

  .lg\:last\:translate-x-100p:last-child {
    --transform-translate-x: 100%;
  }

  .lg\:last\:-translate-x-0:last-child {
    --transform-translate-x: 0px;
  }

  .lg\:last\:-translate-x-1:last-child {
    --transform-translate-x: -0.25rem;
  }

  .lg\:last\:-translate-x-2:last-child {
    --transform-translate-x: -0.5rem;
  }

  .lg\:last\:-translate-x-3:last-child {
    --transform-translate-x: -3px;
  }

  .lg\:last\:-translate-x-4:last-child {
    --transform-translate-x: -4px;
  }

  .lg\:last\:-translate-x-5:last-child {
    --transform-translate-x: -5px;
  }

  .lg\:last\:-translate-x-6:last-child {
    --transform-translate-x: -6px;
  }

  .lg\:last\:-translate-x-8:last-child {
    --transform-translate-x: -8px;
  }

  .lg\:last\:-translate-x-9:last-child {
    --transform-translate-x: -9px;
  }

  .lg\:last\:-translate-x-10:last-child {
    --transform-translate-x: -10px;
  }

  .lg\:last\:-translate-x-12:last-child {
    --transform-translate-x: -12px;
  }

  .lg\:last\:-translate-x-13:last-child {
    --transform-translate-x: -13px;
  }

  .lg\:last\:-translate-x-14:last-child {
    --transform-translate-x: -14px;
  }

  .lg\:last\:-translate-x-15:last-child {
    --transform-translate-x: -15px;
  }

  .lg\:last\:-translate-x-16:last-child {
    --transform-translate-x: -16px;
  }

  .lg\:last\:-translate-x-17:last-child {
    --transform-translate-x: -17px;
  }

  .lg\:last\:-translate-x-18:last-child {
    --transform-translate-x: -18px;
  }

  .lg\:last\:-translate-x-20:last-child {
    --transform-translate-x: -20px;
  }

  .lg\:last\:-translate-x-22:last-child {
    --transform-translate-x: -22px;
  }

  .lg\:last\:-translate-x-24:last-child {
    --transform-translate-x: -24px;
  }

  .lg\:last\:-translate-x-25:last-child {
    --transform-translate-x: -25px;
  }

  .lg\:last\:-translate-x-28:last-child {
    --transform-translate-x: -28px;
  }

  .lg\:last\:-translate-x-29:last-child {
    --transform-translate-x: -29px;
  }

  .lg\:last\:-translate-x-30:last-child {
    --transform-translate-x: -30px;
  }

  .lg\:last\:-translate-x-32:last-child {
    --transform-translate-x: -32px;
  }

  .lg\:last\:-translate-x-35:last-child {
    --transform-translate-x: -35px;
  }

  .lg\:last\:-translate-x-36:last-child {
    --transform-translate-x: -36px;
  }

  .lg\:last\:-translate-x-37:last-child {
    --transform-translate-x: -37px;
  }

  .lg\:last\:-translate-x-40:last-child {
    --transform-translate-x: -40px;
  }

  .lg\:last\:-translate-x-45:last-child {
    --transform-translate-x: -45px;
  }

  .lg\:last\:-translate-x-48:last-child {
    --transform-translate-x: -48px;
  }

  .lg\:last\:-translate-x-50:last-child {
    --transform-translate-x: -50px;
  }

  .lg\:last\:-translate-x-55:last-child {
    --transform-translate-x: -55px;
  }

  .lg\:last\:-translate-x-56:last-child {
    --transform-translate-x: -56px;
  }

  .lg\:last\:-translate-x-60:last-child {
    --transform-translate-x: -60px;
  }

  .lg\:last\:-translate-x-62:last-child {
    --transform-translate-x: -62px;
  }

  .lg\:last\:-translate-x-64:last-child {
    --transform-translate-x: -64px;
  }

  .lg\:last\:-translate-x-65:last-child {
    --transform-translate-x: -65px;
  }

  .lg\:last\:-translate-x-70:last-child {
    --transform-translate-x: -70px;
  }

  .lg\:last\:-translate-x-75:last-child {
    --transform-translate-x: -75px;
  }

  .lg\:last\:-translate-x-80:last-child {
    --transform-translate-x: -80px;
  }

  .lg\:last\:-translate-x-85:last-child {
    --transform-translate-x: -85px;
  }

  .lg\:last\:-translate-x-90:last-child {
    --transform-translate-x: -90px;
  }

  .lg\:last\:-translate-x-95:last-child {
    --transform-translate-x: -95px;
  }

  .lg\:last\:-translate-x-96:last-child {
    --transform-translate-x: -96px;
  }

  .lg\:last\:-translate-x-100:last-child {
    --transform-translate-x: -100px;
  }

  .lg\:last\:-translate-x-110:last-child {
    --transform-translate-x: -110px;
  }

  .lg\:last\:-translate-x-115:last-child {
    --transform-translate-x: -115px;
  }

  .lg\:last\:-translate-x-120:last-child {
    --transform-translate-x: -120px;
  }

  .lg\:last\:-translate-x-128:last-child {
    --transform-translate-x: -128px;
  }

  .lg\:last\:-translate-x-135:last-child {
    --transform-translate-x: -135px;
  }

  .lg\:last\:-translate-x-140:last-child {
    --transform-translate-x: -140px;
  }

  .lg\:last\:-translate-x-145:last-child {
    --transform-translate-x: -145px;
  }

  .lg\:last\:-translate-x-150:last-child {
    --transform-translate-x: -150px;
  }

  .lg\:last\:-translate-x-160:last-child {
    --transform-translate-x: -160px;
  }

  .lg\:last\:-translate-x-165:last-child {
    --transform-translate-x: -165px;
  }

  .lg\:last\:-translate-x-168:last-child {
    --transform-translate-x: -168px;
  }

  .lg\:last\:-translate-x-170:last-child {
    --transform-translate-x: -170px;
  }

  .lg\:last\:-translate-x-180:last-child {
    --transform-translate-x: -180px;
  }

  .lg\:last\:-translate-x-200:last-child {
    --transform-translate-x: -200px;
  }

  .lg\:last\:-translate-x-220:last-child {
    --transform-translate-x: -220px;
  }

  .lg\:last\:-translate-x-230:last-child {
    --transform-translate-x: -230px;
  }

  .lg\:last\:-translate-x-235:last-child {
    --transform-translate-x: -235px;
  }

  .lg\:last\:-translate-x-240:last-child {
    --transform-translate-x: -240px;
  }

  .lg\:last\:-translate-x-250:last-child {
    --transform-translate-x: -250px;
  }

  .lg\:last\:-translate-x-300:last-child {
    --transform-translate-x: -300px;
  }

  .lg\:last\:-translate-x-320:last-child {
    --transform-translate-x: -320px;
  }

  .lg\:last\:-translate-x-350:last-child {
    --transform-translate-x: -350px;
  }

  .lg\:last\:-translate-x-375:last-child {
    --transform-translate-x: -375px;
  }

  .lg\:last\:-translate-x-400:last-child {
    --transform-translate-x: -400px;
  }

  .lg\:last\:-translate-x-450:last-child {
    --transform-translate-x: -450px;
  }

  .lg\:last\:-translate-x-700:last-child {
    --transform-translate-x: -700px;
  }

  .lg\:last\:-translate-x-px:last-child {
    --transform-translate-x: -1px;
  }

  .lg\:last\:-translate-x-1p:last-child {
    --transform-translate-x: -1%;
  }

  .lg\:last\:-translate-x-1\/12:last-child {
    --transform-translate-x: -8.3333%;
  }

  .lg\:last\:-translate-x-2\/12:last-child {
    --transform-translate-x: -16.66667%;
  }

  .lg\:last\:-translate-x-11p:last-child {
    --transform-translate-x: -11%;
  }

  .lg\:last\:-translate-x-20p:last-child {
    --transform-translate-x: -20%;
  }

  .lg\:last\:-translate-x-24p:last-child {
    --transform-translate-x: -24.25%;
  }

  .lg\:last\:-translate-x-25p:last-child {
    --transform-translate-x: -25%;
  }

  .lg\:last\:-translate-x-32p:last-child {
    --transform-translate-x: -32%;
  }

  .lg\:last\:-translate-x-35p:last-child {
    --transform-translate-x: -35%;
  }

  .lg\:last\:-translate-x-40p:last-child {
    --transform-translate-x: -40%;
  }

  .lg\:last\:-translate-x-49p:last-child {
    --transform-translate-x: -49%;
  }

  .lg\:last\:-translate-x-49-5p:last-child {
    --transform-translate-x: -49.5%;
  }

  .lg\:last\:-translate-x-80p:last-child {
    --transform-translate-x: -80%;
  }

  .lg\:last\:-translate-x-vh80:last-child {
    --transform-translate-x: -80vh;
  }

  .lg\:last\:-translate-x-vh86:last-child {
    --transform-translate-x: -86vh;
  }

  .lg\:last\:-translate-x-vh90:last-child {
    --transform-translate-x: -90vh;
  }

  .lg\:last\:-translate-x-vw80:last-child {
    --transform-translate-x: -80vw;
  }

  .lg\:last\:-translate-x-vw90:last-child {
    --transform-translate-x: -90vw;
  }

  .lg\:last\:-translate-x-90p:last-child {
    --transform-translate-x: -90%;
  }

  .lg\:last\:-translate-x-92p:last-child {
    --transform-translate-x: -92%;
  }

  .lg\:last\:-translate-x-93p:last-child {
    --transform-translate-x: -93%;
  }

  .lg\:last\:-translate-x-94p:last-child {
    --transform-translate-x: -94%;
  }

  .lg\:last\:-translate-x-95p:last-child {
    --transform-translate-x: -95%;
  }

  .lg\:last\:-translate-x-96p:last-child {
    --transform-translate-x: -96%;
  }

  .lg\:last\:-translate-x-100p:last-child {
    --transform-translate-x: -100%;
  }

  .lg\:last\:-translate-x-full:last-child {
    --transform-translate-x: -100%;
  }

  .lg\:last\:-translate-x-1\/2:last-child {
    --transform-translate-x: -50%;
  }

  .lg\:last\:translate-x-1\/2:last-child {
    --transform-translate-x: 50%;
  }

  .lg\:last\:translate-x-full:last-child {
    --transform-translate-x: 100%;
  }

  .lg\:last\:translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .lg\:last\:translate-y-1:last-child {
    --transform-translate-y: 0.25rem;
  }

  .lg\:last\:translate-y-2:last-child {
    --transform-translate-y: 0.5rem;
  }

  .lg\:last\:translate-y-3:last-child {
    --transform-translate-y: 3px;
  }

  .lg\:last\:translate-y-4:last-child {
    --transform-translate-y: 4px;
  }

  .lg\:last\:translate-y-5:last-child {
    --transform-translate-y: 5px;
  }

  .lg\:last\:translate-y-6:last-child {
    --transform-translate-y: 6px;
  }

  .lg\:last\:translate-y-8:last-child {
    --transform-translate-y: 8px;
  }

  .lg\:last\:translate-y-9:last-child {
    --transform-translate-y: 9px;
  }

  .lg\:last\:translate-y-10:last-child {
    --transform-translate-y: 10px;
  }

  .lg\:last\:translate-y-12:last-child {
    --transform-translate-y: 12px;
  }

  .lg\:last\:translate-y-13:last-child {
    --transform-translate-y: 13px;
  }

  .lg\:last\:translate-y-14:last-child {
    --transform-translate-y: 14px;
  }

  .lg\:last\:translate-y-15:last-child {
    --transform-translate-y: 15px;
  }

  .lg\:last\:translate-y-16:last-child {
    --transform-translate-y: 16px;
  }

  .lg\:last\:translate-y-17:last-child {
    --transform-translate-y: 17px;
  }

  .lg\:last\:translate-y-18:last-child {
    --transform-translate-y: 18px;
  }

  .lg\:last\:translate-y-20:last-child {
    --transform-translate-y: 20px;
  }

  .lg\:last\:translate-y-22:last-child {
    --transform-translate-y: 22px;
  }

  .lg\:last\:translate-y-24:last-child {
    --transform-translate-y: 24px;
  }

  .lg\:last\:translate-y-25:last-child {
    --transform-translate-y: 25px;
  }

  .lg\:last\:translate-y-28:last-child {
    --transform-translate-y: 28px;
  }

  .lg\:last\:translate-y-29:last-child {
    --transform-translate-y: 29px;
  }

  .lg\:last\:translate-y-30:last-child {
    --transform-translate-y: 30px;
  }

  .lg\:last\:translate-y-32:last-child {
    --transform-translate-y: 32px;
  }

  .lg\:last\:translate-y-35:last-child {
    --transform-translate-y: 35px;
  }

  .lg\:last\:translate-y-36:last-child {
    --transform-translate-y: 36px;
  }

  .lg\:last\:translate-y-37:last-child {
    --transform-translate-y: 37px;
  }

  .lg\:last\:translate-y-40:last-child {
    --transform-translate-y: 40px;
  }

  .lg\:last\:translate-y-45:last-child {
    --transform-translate-y: 45px;
  }

  .lg\:last\:translate-y-48:last-child {
    --transform-translate-y: 48px;
  }

  .lg\:last\:translate-y-50:last-child {
    --transform-translate-y: 50px;
  }

  .lg\:last\:translate-y-55:last-child {
    --transform-translate-y: 55px;
  }

  .lg\:last\:translate-y-56:last-child {
    --transform-translate-y: 56px;
  }

  .lg\:last\:translate-y-60:last-child {
    --transform-translate-y: 60px;
  }

  .lg\:last\:translate-y-62:last-child {
    --transform-translate-y: 62px;
  }

  .lg\:last\:translate-y-64:last-child {
    --transform-translate-y: 64px;
  }

  .lg\:last\:translate-y-65:last-child {
    --transform-translate-y: 65px;
  }

  .lg\:last\:translate-y-70:last-child {
    --transform-translate-y: 70px;
  }

  .lg\:last\:translate-y-75:last-child {
    --transform-translate-y: 75px;
  }

  .lg\:last\:translate-y-80:last-child {
    --transform-translate-y: 80px;
  }

  .lg\:last\:translate-y-85:last-child {
    --transform-translate-y: 85px;
  }

  .lg\:last\:translate-y-90:last-child {
    --transform-translate-y: 90px;
  }

  .lg\:last\:translate-y-95:last-child {
    --transform-translate-y: 95px;
  }

  .lg\:last\:translate-y-96:last-child {
    --transform-translate-y: 96px;
  }

  .lg\:last\:translate-y-100:last-child {
    --transform-translate-y: 100px;
  }

  .lg\:last\:translate-y-110:last-child {
    --transform-translate-y: 110px;
  }

  .lg\:last\:translate-y-115:last-child {
    --transform-translate-y: 115px;
  }

  .lg\:last\:translate-y-120:last-child {
    --transform-translate-y: 120px;
  }

  .lg\:last\:translate-y-128:last-child {
    --transform-translate-y: 128px;
  }

  .lg\:last\:translate-y-135:last-child {
    --transform-translate-y: 135px;
  }

  .lg\:last\:translate-y-140:last-child {
    --transform-translate-y: 140px;
  }

  .lg\:last\:translate-y-145:last-child {
    --transform-translate-y: 145px;
  }

  .lg\:last\:translate-y-150:last-child {
    --transform-translate-y: 150px;
  }

  .lg\:last\:translate-y-160:last-child {
    --transform-translate-y: 160px;
  }

  .lg\:last\:translate-y-165:last-child {
    --transform-translate-y: 165px;
  }

  .lg\:last\:translate-y-168:last-child {
    --transform-translate-y: 168px;
  }

  .lg\:last\:translate-y-170:last-child {
    --transform-translate-y: 170px;
  }

  .lg\:last\:translate-y-180:last-child {
    --transform-translate-y: 180px;
  }

  .lg\:last\:translate-y-200:last-child {
    --transform-translate-y: 200px;
  }

  .lg\:last\:translate-y-220:last-child {
    --transform-translate-y: 220px;
  }

  .lg\:last\:translate-y-230:last-child {
    --transform-translate-y: 230px;
  }

  .lg\:last\:translate-y-235:last-child {
    --transform-translate-y: 235px;
  }

  .lg\:last\:translate-y-240:last-child {
    --transform-translate-y: 240px;
  }

  .lg\:last\:translate-y-250:last-child {
    --transform-translate-y: 250px;
  }

  .lg\:last\:translate-y-300:last-child {
    --transform-translate-y: 300px;
  }

  .lg\:last\:translate-y-320:last-child {
    --transform-translate-y: 320px;
  }

  .lg\:last\:translate-y-350:last-child {
    --transform-translate-y: 350px;
  }

  .lg\:last\:translate-y-375:last-child {
    --transform-translate-y: 375px;
  }

  .lg\:last\:translate-y-400:last-child {
    --transform-translate-y: 400px;
  }

  .lg\:last\:translate-y-450:last-child {
    --transform-translate-y: 450px;
  }

  .lg\:last\:translate-y-700:last-child {
    --transform-translate-y: 700px;
  }

  .lg\:last\:translate-y-px:last-child {
    --transform-translate-y: 1px;
  }

  .lg\:last\:translate-y-1p:last-child {
    --transform-translate-y: 1%;
  }

  .lg\:last\:translate-y-1\/12:last-child {
    --transform-translate-y: 8.3333%;
  }

  .lg\:last\:translate-y-2\/12:last-child {
    --transform-translate-y: 16.666667%;
  }

  .lg\:last\:translate-y-11p:last-child {
    --transform-translate-y: 11%;
  }

  .lg\:last\:translate-y-20p:last-child {
    --transform-translate-y: 20%;
  }

  .lg\:last\:translate-y-24p:last-child {
    --transform-translate-y: 24.25%;
  }

  .lg\:last\:translate-y-25p:last-child {
    --transform-translate-y: 25%;
  }

  .lg\:last\:translate-y-32p:last-child {
    --transform-translate-y: 32%;
  }

  .lg\:last\:translate-y-35p:last-child {
    --transform-translate-y: 35%;
  }

  .lg\:last\:translate-y-40p:last-child {
    --transform-translate-y: 40%;
  }

  .lg\:last\:translate-y-49p:last-child {
    --transform-translate-y: 49%;
  }

  .lg\:last\:translate-y-49-5p:last-child {
    --transform-translate-y: 49.5%;
  }

  .lg\:last\:translate-y-80p:last-child {
    --transform-translate-y: 80%;
  }

  .lg\:last\:translate-y-vh80:last-child {
    --transform-translate-y: 80vh;
  }

  .lg\:last\:translate-y-vh86:last-child {
    --transform-translate-y: 86vh;
  }

  .lg\:last\:translate-y-vh90:last-child {
    --transform-translate-y: 90vh;
  }

  .lg\:last\:translate-y-vw80:last-child {
    --transform-translate-y: 80vw;
  }

  .lg\:last\:translate-y-vw90:last-child {
    --transform-translate-y: 90vw;
  }

  .lg\:last\:translate-y-90p:last-child {
    --transform-translate-y: 90%;
  }

  .lg\:last\:translate-y-92p:last-child {
    --transform-translate-y: 92%;
  }

  .lg\:last\:translate-y-93p:last-child {
    --transform-translate-y: 93%;
  }

  .lg\:last\:translate-y-94p:last-child {
    --transform-translate-y: 94%;
  }

  .lg\:last\:translate-y-95p:last-child {
    --transform-translate-y: 95%;
  }

  .lg\:last\:translate-y-96p:last-child {
    --transform-translate-y: 96%;
  }

  .lg\:last\:translate-y-100p:last-child {
    --transform-translate-y: 100%;
  }

  .lg\:last\:-translate-y-0:last-child {
    --transform-translate-y: 0px;
  }

  .lg\:last\:-translate-y-1:last-child {
    --transform-translate-y: -0.25rem;
  }

  .lg\:last\:-translate-y-2:last-child {
    --transform-translate-y: -0.5rem;
  }

  .lg\:last\:-translate-y-3:last-child {
    --transform-translate-y: -3px;
  }

  .lg\:last\:-translate-y-4:last-child {
    --transform-translate-y: -4px;
  }

  .lg\:last\:-translate-y-5:last-child {
    --transform-translate-y: -5px;
  }

  .lg\:last\:-translate-y-6:last-child {
    --transform-translate-y: -6px;
  }

  .lg\:last\:-translate-y-8:last-child {
    --transform-translate-y: -8px;
  }

  .lg\:last\:-translate-y-9:last-child {
    --transform-translate-y: -9px;
  }

  .lg\:last\:-translate-y-10:last-child {
    --transform-translate-y: -10px;
  }

  .lg\:last\:-translate-y-12:last-child {
    --transform-translate-y: -12px;
  }

  .lg\:last\:-translate-y-13:last-child {
    --transform-translate-y: -13px;
  }

  .lg\:last\:-translate-y-14:last-child {
    --transform-translate-y: -14px;
  }

  .lg\:last\:-translate-y-15:last-child {
    --transform-translate-y: -15px;
  }

  .lg\:last\:-translate-y-16:last-child {
    --transform-translate-y: -16px;
  }

  .lg\:last\:-translate-y-17:last-child {
    --transform-translate-y: -17px;
  }

  .lg\:last\:-translate-y-18:last-child {
    --transform-translate-y: -18px;
  }

  .lg\:last\:-translate-y-20:last-child {
    --transform-translate-y: -20px;
  }

  .lg\:last\:-translate-y-22:last-child {
    --transform-translate-y: -22px;
  }

  .lg\:last\:-translate-y-24:last-child {
    --transform-translate-y: -24px;
  }

  .lg\:last\:-translate-y-25:last-child {
    --transform-translate-y: -25px;
  }

  .lg\:last\:-translate-y-28:last-child {
    --transform-translate-y: -28px;
  }

  .lg\:last\:-translate-y-29:last-child {
    --transform-translate-y: -29px;
  }

  .lg\:last\:-translate-y-30:last-child {
    --transform-translate-y: -30px;
  }

  .lg\:last\:-translate-y-32:last-child {
    --transform-translate-y: -32px;
  }

  .lg\:last\:-translate-y-35:last-child {
    --transform-translate-y: -35px;
  }

  .lg\:last\:-translate-y-36:last-child {
    --transform-translate-y: -36px;
  }

  .lg\:last\:-translate-y-37:last-child {
    --transform-translate-y: -37px;
  }

  .lg\:last\:-translate-y-40:last-child {
    --transform-translate-y: -40px;
  }

  .lg\:last\:-translate-y-45:last-child {
    --transform-translate-y: -45px;
  }

  .lg\:last\:-translate-y-48:last-child {
    --transform-translate-y: -48px;
  }

  .lg\:last\:-translate-y-50:last-child {
    --transform-translate-y: -50px;
  }

  .lg\:last\:-translate-y-55:last-child {
    --transform-translate-y: -55px;
  }

  .lg\:last\:-translate-y-56:last-child {
    --transform-translate-y: -56px;
  }

  .lg\:last\:-translate-y-60:last-child {
    --transform-translate-y: -60px;
  }

  .lg\:last\:-translate-y-62:last-child {
    --transform-translate-y: -62px;
  }

  .lg\:last\:-translate-y-64:last-child {
    --transform-translate-y: -64px;
  }

  .lg\:last\:-translate-y-65:last-child {
    --transform-translate-y: -65px;
  }

  .lg\:last\:-translate-y-70:last-child {
    --transform-translate-y: -70px;
  }

  .lg\:last\:-translate-y-75:last-child {
    --transform-translate-y: -75px;
  }

  .lg\:last\:-translate-y-80:last-child {
    --transform-translate-y: -80px;
  }

  .lg\:last\:-translate-y-85:last-child {
    --transform-translate-y: -85px;
  }

  .lg\:last\:-translate-y-90:last-child {
    --transform-translate-y: -90px;
  }

  .lg\:last\:-translate-y-95:last-child {
    --transform-translate-y: -95px;
  }

  .lg\:last\:-translate-y-96:last-child {
    --transform-translate-y: -96px;
  }

  .lg\:last\:-translate-y-100:last-child {
    --transform-translate-y: -100px;
  }

  .lg\:last\:-translate-y-110:last-child {
    --transform-translate-y: -110px;
  }

  .lg\:last\:-translate-y-115:last-child {
    --transform-translate-y: -115px;
  }

  .lg\:last\:-translate-y-120:last-child {
    --transform-translate-y: -120px;
  }

  .lg\:last\:-translate-y-128:last-child {
    --transform-translate-y: -128px;
  }

  .lg\:last\:-translate-y-135:last-child {
    --transform-translate-y: -135px;
  }

  .lg\:last\:-translate-y-140:last-child {
    --transform-translate-y: -140px;
  }

  .lg\:last\:-translate-y-145:last-child {
    --transform-translate-y: -145px;
  }

  .lg\:last\:-translate-y-150:last-child {
    --transform-translate-y: -150px;
  }

  .lg\:last\:-translate-y-160:last-child {
    --transform-translate-y: -160px;
  }

  .lg\:last\:-translate-y-165:last-child {
    --transform-translate-y: -165px;
  }

  .lg\:last\:-translate-y-168:last-child {
    --transform-translate-y: -168px;
  }

  .lg\:last\:-translate-y-170:last-child {
    --transform-translate-y: -170px;
  }

  .lg\:last\:-translate-y-180:last-child {
    --transform-translate-y: -180px;
  }

  .lg\:last\:-translate-y-200:last-child {
    --transform-translate-y: -200px;
  }

  .lg\:last\:-translate-y-220:last-child {
    --transform-translate-y: -220px;
  }

  .lg\:last\:-translate-y-230:last-child {
    --transform-translate-y: -230px;
  }

  .lg\:last\:-translate-y-235:last-child {
    --transform-translate-y: -235px;
  }

  .lg\:last\:-translate-y-240:last-child {
    --transform-translate-y: -240px;
  }

  .lg\:last\:-translate-y-250:last-child {
    --transform-translate-y: -250px;
  }

  .lg\:last\:-translate-y-300:last-child {
    --transform-translate-y: -300px;
  }

  .lg\:last\:-translate-y-320:last-child {
    --transform-translate-y: -320px;
  }

  .lg\:last\:-translate-y-350:last-child {
    --transform-translate-y: -350px;
  }

  .lg\:last\:-translate-y-375:last-child {
    --transform-translate-y: -375px;
  }

  .lg\:last\:-translate-y-400:last-child {
    --transform-translate-y: -400px;
  }

  .lg\:last\:-translate-y-450:last-child {
    --transform-translate-y: -450px;
  }

  .lg\:last\:-translate-y-700:last-child {
    --transform-translate-y: -700px;
  }

  .lg\:last\:-translate-y-px:last-child {
    --transform-translate-y: -1px;
  }

  .lg\:last\:-translate-y-1p:last-child {
    --transform-translate-y: -1%;
  }

  .lg\:last\:-translate-y-1\/12:last-child {
    --transform-translate-y: -8.3333%;
  }

  .lg\:last\:-translate-y-2\/12:last-child {
    --transform-translate-y: -16.66667%;
  }

  .lg\:last\:-translate-y-11p:last-child {
    --transform-translate-y: -11%;
  }

  .lg\:last\:-translate-y-20p:last-child {
    --transform-translate-y: -20%;
  }

  .lg\:last\:-translate-y-24p:last-child {
    --transform-translate-y: -24.25%;
  }

  .lg\:last\:-translate-y-25p:last-child {
    --transform-translate-y: -25%;
  }

  .lg\:last\:-translate-y-32p:last-child {
    --transform-translate-y: -32%;
  }

  .lg\:last\:-translate-y-35p:last-child {
    --transform-translate-y: -35%;
  }

  .lg\:last\:-translate-y-40p:last-child {
    --transform-translate-y: -40%;
  }

  .lg\:last\:-translate-y-49p:last-child {
    --transform-translate-y: -49%;
  }

  .lg\:last\:-translate-y-49-5p:last-child {
    --transform-translate-y: -49.5%;
  }

  .lg\:last\:-translate-y-80p:last-child {
    --transform-translate-y: -80%;
  }

  .lg\:last\:-translate-y-vh80:last-child {
    --transform-translate-y: -80vh;
  }

  .lg\:last\:-translate-y-vh86:last-child {
    --transform-translate-y: -86vh;
  }

  .lg\:last\:-translate-y-vh90:last-child {
    --transform-translate-y: -90vh;
  }

  .lg\:last\:-translate-y-vw80:last-child {
    --transform-translate-y: -80vw;
  }

  .lg\:last\:-translate-y-vw90:last-child {
    --transform-translate-y: -90vw;
  }

  .lg\:last\:-translate-y-90p:last-child {
    --transform-translate-y: -90%;
  }

  .lg\:last\:-translate-y-92p:last-child {
    --transform-translate-y: -92%;
  }

  .lg\:last\:-translate-y-93p:last-child {
    --transform-translate-y: -93%;
  }

  .lg\:last\:-translate-y-94p:last-child {
    --transform-translate-y: -94%;
  }

  .lg\:last\:-translate-y-95p:last-child {
    --transform-translate-y: -95%;
  }

  .lg\:last\:-translate-y-96p:last-child {
    --transform-translate-y: -96%;
  }

  .lg\:last\:-translate-y-100p:last-child {
    --transform-translate-y: -100%;
  }

  .lg\:last\:-translate-y-full:last-child {
    --transform-translate-y: -100%;
  }

  .lg\:last\:-translate-y-1\/2:last-child {
    --transform-translate-y: -50%;
  }

  .lg\:last\:translate-y-1\/2:last-child {
    --transform-translate-y: 50%;
  }

  .lg\:last\:translate-y-full:last-child {
    --transform-translate-y: 100%;
  }

  .group:hover .lg\:group-hover\:translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .lg\:group-hover\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .group:hover .lg\:group-hover\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-3 {
    --transform-translate-x: 3px;
  }

  .group:hover .lg\:group-hover\:translate-x-4 {
    --transform-translate-x: 4px;
  }

  .group:hover .lg\:group-hover\:translate-x-5 {
    --transform-translate-x: 5px;
  }

  .group:hover .lg\:group-hover\:translate-x-6 {
    --transform-translate-x: 6px;
  }

  .group:hover .lg\:group-hover\:translate-x-8 {
    --transform-translate-x: 8px;
  }

  .group:hover .lg\:group-hover\:translate-x-9 {
    --transform-translate-x: 9px;
  }

  .group:hover .lg\:group-hover\:translate-x-10 {
    --transform-translate-x: 10px;
  }

  .group:hover .lg\:group-hover\:translate-x-12 {
    --transform-translate-x: 12px;
  }

  .group:hover .lg\:group-hover\:translate-x-13 {
    --transform-translate-x: 13px;
  }

  .group:hover .lg\:group-hover\:translate-x-14 {
    --transform-translate-x: 14px;
  }

  .group:hover .lg\:group-hover\:translate-x-15 {
    --transform-translate-x: 15px;
  }

  .group:hover .lg\:group-hover\:translate-x-16 {
    --transform-translate-x: 16px;
  }

  .group:hover .lg\:group-hover\:translate-x-17 {
    --transform-translate-x: 17px;
  }

  .group:hover .lg\:group-hover\:translate-x-18 {
    --transform-translate-x: 18px;
  }

  .group:hover .lg\:group-hover\:translate-x-20 {
    --transform-translate-x: 20px;
  }

  .group:hover .lg\:group-hover\:translate-x-22 {
    --transform-translate-x: 22px;
  }

  .group:hover .lg\:group-hover\:translate-x-24 {
    --transform-translate-x: 24px;
  }

  .group:hover .lg\:group-hover\:translate-x-25 {
    --transform-translate-x: 25px;
  }

  .group:hover .lg\:group-hover\:translate-x-28 {
    --transform-translate-x: 28px;
  }

  .group:hover .lg\:group-hover\:translate-x-29 {
    --transform-translate-x: 29px;
  }

  .group:hover .lg\:group-hover\:translate-x-30 {
    --transform-translate-x: 30px;
  }

  .group:hover .lg\:group-hover\:translate-x-32 {
    --transform-translate-x: 32px;
  }

  .group:hover .lg\:group-hover\:translate-x-35 {
    --transform-translate-x: 35px;
  }

  .group:hover .lg\:group-hover\:translate-x-36 {
    --transform-translate-x: 36px;
  }

  .group:hover .lg\:group-hover\:translate-x-37 {
    --transform-translate-x: 37px;
  }

  .group:hover .lg\:group-hover\:translate-x-40 {
    --transform-translate-x: 40px;
  }

  .group:hover .lg\:group-hover\:translate-x-45 {
    --transform-translate-x: 45px;
  }

  .group:hover .lg\:group-hover\:translate-x-48 {
    --transform-translate-x: 48px;
  }

  .group:hover .lg\:group-hover\:translate-x-50 {
    --transform-translate-x: 50px;
  }

  .group:hover .lg\:group-hover\:translate-x-55 {
    --transform-translate-x: 55px;
  }

  .group:hover .lg\:group-hover\:translate-x-56 {
    --transform-translate-x: 56px;
  }

  .group:hover .lg\:group-hover\:translate-x-60 {
    --transform-translate-x: 60px;
  }

  .group:hover .lg\:group-hover\:translate-x-62 {
    --transform-translate-x: 62px;
  }

  .group:hover .lg\:group-hover\:translate-x-64 {
    --transform-translate-x: 64px;
  }

  .group:hover .lg\:group-hover\:translate-x-65 {
    --transform-translate-x: 65px;
  }

  .group:hover .lg\:group-hover\:translate-x-70 {
    --transform-translate-x: 70px;
  }

  .group:hover .lg\:group-hover\:translate-x-75 {
    --transform-translate-x: 75px;
  }

  .group:hover .lg\:group-hover\:translate-x-80 {
    --transform-translate-x: 80px;
  }

  .group:hover .lg\:group-hover\:translate-x-85 {
    --transform-translate-x: 85px;
  }

  .group:hover .lg\:group-hover\:translate-x-90 {
    --transform-translate-x: 90px;
  }

  .group:hover .lg\:group-hover\:translate-x-95 {
    --transform-translate-x: 95px;
  }

  .group:hover .lg\:group-hover\:translate-x-96 {
    --transform-translate-x: 96px;
  }

  .group:hover .lg\:group-hover\:translate-x-100 {
    --transform-translate-x: 100px;
  }

  .group:hover .lg\:group-hover\:translate-x-110 {
    --transform-translate-x: 110px;
  }

  .group:hover .lg\:group-hover\:translate-x-115 {
    --transform-translate-x: 115px;
  }

  .group:hover .lg\:group-hover\:translate-x-120 {
    --transform-translate-x: 120px;
  }

  .group:hover .lg\:group-hover\:translate-x-128 {
    --transform-translate-x: 128px;
  }

  .group:hover .lg\:group-hover\:translate-x-135 {
    --transform-translate-x: 135px;
  }

  .group:hover .lg\:group-hover\:translate-x-140 {
    --transform-translate-x: 140px;
  }

  .group:hover .lg\:group-hover\:translate-x-145 {
    --transform-translate-x: 145px;
  }

  .group:hover .lg\:group-hover\:translate-x-150 {
    --transform-translate-x: 150px;
  }

  .group:hover .lg\:group-hover\:translate-x-160 {
    --transform-translate-x: 160px;
  }

  .group:hover .lg\:group-hover\:translate-x-165 {
    --transform-translate-x: 165px;
  }

  .group:hover .lg\:group-hover\:translate-x-168 {
    --transform-translate-x: 168px;
  }

  .group:hover .lg\:group-hover\:translate-x-170 {
    --transform-translate-x: 170px;
  }

  .group:hover .lg\:group-hover\:translate-x-180 {
    --transform-translate-x: 180px;
  }

  .group:hover .lg\:group-hover\:translate-x-200 {
    --transform-translate-x: 200px;
  }

  .group:hover .lg\:group-hover\:translate-x-220 {
    --transform-translate-x: 220px;
  }

  .group:hover .lg\:group-hover\:translate-x-230 {
    --transform-translate-x: 230px;
  }

  .group:hover .lg\:group-hover\:translate-x-235 {
    --transform-translate-x: 235px;
  }

  .group:hover .lg\:group-hover\:translate-x-240 {
    --transform-translate-x: 240px;
  }

  .group:hover .lg\:group-hover\:translate-x-250 {
    --transform-translate-x: 250px;
  }

  .group:hover .lg\:group-hover\:translate-x-300 {
    --transform-translate-x: 300px;
  }

  .group:hover .lg\:group-hover\:translate-x-320 {
    --transform-translate-x: 320px;
  }

  .group:hover .lg\:group-hover\:translate-x-350 {
    --transform-translate-x: 350px;
  }

  .group:hover .lg\:group-hover\:translate-x-375 {
    --transform-translate-x: 375px;
  }

  .group:hover .lg\:group-hover\:translate-x-400 {
    --transform-translate-x: 400px;
  }

  .group:hover .lg\:group-hover\:translate-x-450 {
    --transform-translate-x: 450px;
  }

  .group:hover .lg\:group-hover\:translate-x-700 {
    --transform-translate-x: 700px;
  }

  .group:hover .lg\:group-hover\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .group:hover .lg\:group-hover\:translate-x-1p {
    --transform-translate-x: 1%;
  }

  .group:hover .lg\:group-hover\:translate-x-1\/12 {
    --transform-translate-x: 8.3333%;
  }

  .group:hover .lg\:group-hover\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .group:hover .lg\:group-hover\:translate-x-11p {
    --transform-translate-x: 11%;
  }

  .group:hover .lg\:group-hover\:translate-x-20p {
    --transform-translate-x: 20%;
  }

  .group:hover .lg\:group-hover\:translate-x-24p {
    --transform-translate-x: 24.25%;
  }

  .group:hover .lg\:group-hover\:translate-x-25p {
    --transform-translate-x: 25%;
  }

  .group:hover .lg\:group-hover\:translate-x-32p {
    --transform-translate-x: 32%;
  }

  .group:hover .lg\:group-hover\:translate-x-35p {
    --transform-translate-x: 35%;
  }

  .group:hover .lg\:group-hover\:translate-x-40p {
    --transform-translate-x: 40%;
  }

  .group:hover .lg\:group-hover\:translate-x-49p {
    --transform-translate-x: 49%;
  }

  .group:hover .lg\:group-hover\:translate-x-49-5p {
    --transform-translate-x: 49.5%;
  }

  .group:hover .lg\:group-hover\:translate-x-80p {
    --transform-translate-x: 80%;
  }

  .group:hover .lg\:group-hover\:translate-x-vh80 {
    --transform-translate-x: 80vh;
  }

  .group:hover .lg\:group-hover\:translate-x-vh86 {
    --transform-translate-x: 86vh;
  }

  .group:hover .lg\:group-hover\:translate-x-vh90 {
    --transform-translate-x: 90vh;
  }

  .group:hover .lg\:group-hover\:translate-x-vw80 {
    --transform-translate-x: 80vw;
  }

  .group:hover .lg\:group-hover\:translate-x-vw90 {
    --transform-translate-x: 90vw;
  }

  .group:hover .lg\:group-hover\:translate-x-90p {
    --transform-translate-x: 90%;
  }

  .group:hover .lg\:group-hover\:translate-x-92p {
    --transform-translate-x: 92%;
  }

  .group:hover .lg\:group-hover\:translate-x-93p {
    --transform-translate-x: 93%;
  }

  .group:hover .lg\:group-hover\:translate-x-94p {
    --transform-translate-x: 94%;
  }

  .group:hover .lg\:group-hover\:translate-x-95p {
    --transform-translate-x: 95%;
  }

  .group:hover .lg\:group-hover\:translate-x-96p {
    --transform-translate-x: 96%;
  }

  .group:hover .lg\:group-hover\:translate-x-100p {
    --transform-translate-x: 100%;
  }

  .group:hover .lg\:group-hover\:-translate-x-0 {
    --transform-translate-x: 0px;
  }

  .group:hover .lg\:group-hover\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-3 {
    --transform-translate-x: -3px;
  }

  .group:hover .lg\:group-hover\:-translate-x-4 {
    --transform-translate-x: -4px;
  }

  .group:hover .lg\:group-hover\:-translate-x-5 {
    --transform-translate-x: -5px;
  }

  .group:hover .lg\:group-hover\:-translate-x-6 {
    --transform-translate-x: -6px;
  }

  .group:hover .lg\:group-hover\:-translate-x-8 {
    --transform-translate-x: -8px;
  }

  .group:hover .lg\:group-hover\:-translate-x-9 {
    --transform-translate-x: -9px;
  }

  .group:hover .lg\:group-hover\:-translate-x-10 {
    --transform-translate-x: -10px;
  }

  .group:hover .lg\:group-hover\:-translate-x-12 {
    --transform-translate-x: -12px;
  }

  .group:hover .lg\:group-hover\:-translate-x-13 {
    --transform-translate-x: -13px;
  }

  .group:hover .lg\:group-hover\:-translate-x-14 {
    --transform-translate-x: -14px;
  }

  .group:hover .lg\:group-hover\:-translate-x-15 {
    --transform-translate-x: -15px;
  }

  .group:hover .lg\:group-hover\:-translate-x-16 {
    --transform-translate-x: -16px;
  }

  .group:hover .lg\:group-hover\:-translate-x-17 {
    --transform-translate-x: -17px;
  }

  .group:hover .lg\:group-hover\:-translate-x-18 {
    --transform-translate-x: -18px;
  }

  .group:hover .lg\:group-hover\:-translate-x-20 {
    --transform-translate-x: -20px;
  }

  .group:hover .lg\:group-hover\:-translate-x-22 {
    --transform-translate-x: -22px;
  }

  .group:hover .lg\:group-hover\:-translate-x-24 {
    --transform-translate-x: -24px;
  }

  .group:hover .lg\:group-hover\:-translate-x-25 {
    --transform-translate-x: -25px;
  }

  .group:hover .lg\:group-hover\:-translate-x-28 {
    --transform-translate-x: -28px;
  }

  .group:hover .lg\:group-hover\:-translate-x-29 {
    --transform-translate-x: -29px;
  }

  .group:hover .lg\:group-hover\:-translate-x-30 {
    --transform-translate-x: -30px;
  }

  .group:hover .lg\:group-hover\:-translate-x-32 {
    --transform-translate-x: -32px;
  }

  .group:hover .lg\:group-hover\:-translate-x-35 {
    --transform-translate-x: -35px;
  }

  .group:hover .lg\:group-hover\:-translate-x-36 {
    --transform-translate-x: -36px;
  }

  .group:hover .lg\:group-hover\:-translate-x-37 {
    --transform-translate-x: -37px;
  }

  .group:hover .lg\:group-hover\:-translate-x-40 {
    --transform-translate-x: -40px;
  }

  .group:hover .lg\:group-hover\:-translate-x-45 {
    --transform-translate-x: -45px;
  }

  .group:hover .lg\:group-hover\:-translate-x-48 {
    --transform-translate-x: -48px;
  }

  .group:hover .lg\:group-hover\:-translate-x-50 {
    --transform-translate-x: -50px;
  }

  .group:hover .lg\:group-hover\:-translate-x-55 {
    --transform-translate-x: -55px;
  }

  .group:hover .lg\:group-hover\:-translate-x-56 {
    --transform-translate-x: -56px;
  }

  .group:hover .lg\:group-hover\:-translate-x-60 {
    --transform-translate-x: -60px;
  }

  .group:hover .lg\:group-hover\:-translate-x-62 {
    --transform-translate-x: -62px;
  }

  .group:hover .lg\:group-hover\:-translate-x-64 {
    --transform-translate-x: -64px;
  }

  .group:hover .lg\:group-hover\:-translate-x-65 {
    --transform-translate-x: -65px;
  }

  .group:hover .lg\:group-hover\:-translate-x-70 {
    --transform-translate-x: -70px;
  }

  .group:hover .lg\:group-hover\:-translate-x-75 {
    --transform-translate-x: -75px;
  }

  .group:hover .lg\:group-hover\:-translate-x-80 {
    --transform-translate-x: -80px;
  }

  .group:hover .lg\:group-hover\:-translate-x-85 {
    --transform-translate-x: -85px;
  }

  .group:hover .lg\:group-hover\:-translate-x-90 {
    --transform-translate-x: -90px;
  }

  .group:hover .lg\:group-hover\:-translate-x-95 {
    --transform-translate-x: -95px;
  }

  .group:hover .lg\:group-hover\:-translate-x-96 {
    --transform-translate-x: -96px;
  }

  .group:hover .lg\:group-hover\:-translate-x-100 {
    --transform-translate-x: -100px;
  }

  .group:hover .lg\:group-hover\:-translate-x-110 {
    --transform-translate-x: -110px;
  }

  .group:hover .lg\:group-hover\:-translate-x-115 {
    --transform-translate-x: -115px;
  }

  .group:hover .lg\:group-hover\:-translate-x-120 {
    --transform-translate-x: -120px;
  }

  .group:hover .lg\:group-hover\:-translate-x-128 {
    --transform-translate-x: -128px;
  }

  .group:hover .lg\:group-hover\:-translate-x-135 {
    --transform-translate-x: -135px;
  }

  .group:hover .lg\:group-hover\:-translate-x-140 {
    --transform-translate-x: -140px;
  }

  .group:hover .lg\:group-hover\:-translate-x-145 {
    --transform-translate-x: -145px;
  }

  .group:hover .lg\:group-hover\:-translate-x-150 {
    --transform-translate-x: -150px;
  }

  .group:hover .lg\:group-hover\:-translate-x-160 {
    --transform-translate-x: -160px;
  }

  .group:hover .lg\:group-hover\:-translate-x-165 {
    --transform-translate-x: -165px;
  }

  .group:hover .lg\:group-hover\:-translate-x-168 {
    --transform-translate-x: -168px;
  }

  .group:hover .lg\:group-hover\:-translate-x-170 {
    --transform-translate-x: -170px;
  }

  .group:hover .lg\:group-hover\:-translate-x-180 {
    --transform-translate-x: -180px;
  }

  .group:hover .lg\:group-hover\:-translate-x-200 {
    --transform-translate-x: -200px;
  }

  .group:hover .lg\:group-hover\:-translate-x-220 {
    --transform-translate-x: -220px;
  }

  .group:hover .lg\:group-hover\:-translate-x-230 {
    --transform-translate-x: -230px;
  }

  .group:hover .lg\:group-hover\:-translate-x-235 {
    --transform-translate-x: -235px;
  }

  .group:hover .lg\:group-hover\:-translate-x-240 {
    --transform-translate-x: -240px;
  }

  .group:hover .lg\:group-hover\:-translate-x-250 {
    --transform-translate-x: -250px;
  }

  .group:hover .lg\:group-hover\:-translate-x-300 {
    --transform-translate-x: -300px;
  }

  .group:hover .lg\:group-hover\:-translate-x-320 {
    --transform-translate-x: -320px;
  }

  .group:hover .lg\:group-hover\:-translate-x-350 {
    --transform-translate-x: -350px;
  }

  .group:hover .lg\:group-hover\:-translate-x-375 {
    --transform-translate-x: -375px;
  }

  .group:hover .lg\:group-hover\:-translate-x-400 {
    --transform-translate-x: -400px;
  }

  .group:hover .lg\:group-hover\:-translate-x-450 {
    --transform-translate-x: -450px;
  }

  .group:hover .lg\:group-hover\:-translate-x-700 {
    --transform-translate-x: -700px;
  }

  .group:hover .lg\:group-hover\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .group:hover .lg\:group-hover\:-translate-x-1p {
    --transform-translate-x: -1%;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\/12 {
    --transform-translate-x: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-translate-x-11p {
    --transform-translate-x: -11%;
  }

  .group:hover .lg\:group-hover\:-translate-x-20p {
    --transform-translate-x: -20%;
  }

  .group:hover .lg\:group-hover\:-translate-x-24p {
    --transform-translate-x: -24.25%;
  }

  .group:hover .lg\:group-hover\:-translate-x-25p {
    --transform-translate-x: -25%;
  }

  .group:hover .lg\:group-hover\:-translate-x-32p {
    --transform-translate-x: -32%;
  }

  .group:hover .lg\:group-hover\:-translate-x-35p {
    --transform-translate-x: -35%;
  }

  .group:hover .lg\:group-hover\:-translate-x-40p {
    --transform-translate-x: -40%;
  }

  .group:hover .lg\:group-hover\:-translate-x-49p {
    --transform-translate-x: -49%;
  }

  .group:hover .lg\:group-hover\:-translate-x-49-5p {
    --transform-translate-x: -49.5%;
  }

  .group:hover .lg\:group-hover\:-translate-x-80p {
    --transform-translate-x: -80%;
  }

  .group:hover .lg\:group-hover\:-translate-x-vh80 {
    --transform-translate-x: -80vh;
  }

  .group:hover .lg\:group-hover\:-translate-x-vh86 {
    --transform-translate-x: -86vh;
  }

  .group:hover .lg\:group-hover\:-translate-x-vh90 {
    --transform-translate-x: -90vh;
  }

  .group:hover .lg\:group-hover\:-translate-x-vw80 {
    --transform-translate-x: -80vw;
  }

  .group:hover .lg\:group-hover\:-translate-x-vw90 {
    --transform-translate-x: -90vw;
  }

  .group:hover .lg\:group-hover\:-translate-x-90p {
    --transform-translate-x: -90%;
  }

  .group:hover .lg\:group-hover\:-translate-x-92p {
    --transform-translate-x: -92%;
  }

  .group:hover .lg\:group-hover\:-translate-x-93p {
    --transform-translate-x: -93%;
  }

  .group:hover .lg\:group-hover\:-translate-x-94p {
    --transform-translate-x: -94%;
  }

  .group:hover .lg\:group-hover\:-translate-x-95p {
    --transform-translate-x: -95%;
  }

  .group:hover .lg\:group-hover\:-translate-x-96p {
    --transform-translate-x: -96%;
  }

  .group:hover .lg\:group-hover\:-translate-x-100p {
    --transform-translate-x: -100%;
  }

  .group:hover .lg\:group-hover\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .group:hover .lg\:group-hover\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .group:hover .lg\:group-hover\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .group:hover .lg\:group-hover\:translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .lg\:group-hover\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .group:hover .lg\:group-hover\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-3 {
    --transform-translate-y: 3px;
  }

  .group:hover .lg\:group-hover\:translate-y-4 {
    --transform-translate-y: 4px;
  }

  .group:hover .lg\:group-hover\:translate-y-5 {
    --transform-translate-y: 5px;
  }

  .group:hover .lg\:group-hover\:translate-y-6 {
    --transform-translate-y: 6px;
  }

  .group:hover .lg\:group-hover\:translate-y-8 {
    --transform-translate-y: 8px;
  }

  .group:hover .lg\:group-hover\:translate-y-9 {
    --transform-translate-y: 9px;
  }

  .group:hover .lg\:group-hover\:translate-y-10 {
    --transform-translate-y: 10px;
  }

  .group:hover .lg\:group-hover\:translate-y-12 {
    --transform-translate-y: 12px;
  }

  .group:hover .lg\:group-hover\:translate-y-13 {
    --transform-translate-y: 13px;
  }

  .group:hover .lg\:group-hover\:translate-y-14 {
    --transform-translate-y: 14px;
  }

  .group:hover .lg\:group-hover\:translate-y-15 {
    --transform-translate-y: 15px;
  }

  .group:hover .lg\:group-hover\:translate-y-16 {
    --transform-translate-y: 16px;
  }

  .group:hover .lg\:group-hover\:translate-y-17 {
    --transform-translate-y: 17px;
  }

  .group:hover .lg\:group-hover\:translate-y-18 {
    --transform-translate-y: 18px;
  }

  .group:hover .lg\:group-hover\:translate-y-20 {
    --transform-translate-y: 20px;
  }

  .group:hover .lg\:group-hover\:translate-y-22 {
    --transform-translate-y: 22px;
  }

  .group:hover .lg\:group-hover\:translate-y-24 {
    --transform-translate-y: 24px;
  }

  .group:hover .lg\:group-hover\:translate-y-25 {
    --transform-translate-y: 25px;
  }

  .group:hover .lg\:group-hover\:translate-y-28 {
    --transform-translate-y: 28px;
  }

  .group:hover .lg\:group-hover\:translate-y-29 {
    --transform-translate-y: 29px;
  }

  .group:hover .lg\:group-hover\:translate-y-30 {
    --transform-translate-y: 30px;
  }

  .group:hover .lg\:group-hover\:translate-y-32 {
    --transform-translate-y: 32px;
  }

  .group:hover .lg\:group-hover\:translate-y-35 {
    --transform-translate-y: 35px;
  }

  .group:hover .lg\:group-hover\:translate-y-36 {
    --transform-translate-y: 36px;
  }

  .group:hover .lg\:group-hover\:translate-y-37 {
    --transform-translate-y: 37px;
  }

  .group:hover .lg\:group-hover\:translate-y-40 {
    --transform-translate-y: 40px;
  }

  .group:hover .lg\:group-hover\:translate-y-45 {
    --transform-translate-y: 45px;
  }

  .group:hover .lg\:group-hover\:translate-y-48 {
    --transform-translate-y: 48px;
  }

  .group:hover .lg\:group-hover\:translate-y-50 {
    --transform-translate-y: 50px;
  }

  .group:hover .lg\:group-hover\:translate-y-55 {
    --transform-translate-y: 55px;
  }

  .group:hover .lg\:group-hover\:translate-y-56 {
    --transform-translate-y: 56px;
  }

  .group:hover .lg\:group-hover\:translate-y-60 {
    --transform-translate-y: 60px;
  }

  .group:hover .lg\:group-hover\:translate-y-62 {
    --transform-translate-y: 62px;
  }

  .group:hover .lg\:group-hover\:translate-y-64 {
    --transform-translate-y: 64px;
  }

  .group:hover .lg\:group-hover\:translate-y-65 {
    --transform-translate-y: 65px;
  }

  .group:hover .lg\:group-hover\:translate-y-70 {
    --transform-translate-y: 70px;
  }

  .group:hover .lg\:group-hover\:translate-y-75 {
    --transform-translate-y: 75px;
  }

  .group:hover .lg\:group-hover\:translate-y-80 {
    --transform-translate-y: 80px;
  }

  .group:hover .lg\:group-hover\:translate-y-85 {
    --transform-translate-y: 85px;
  }

  .group:hover .lg\:group-hover\:translate-y-90 {
    --transform-translate-y: 90px;
  }

  .group:hover .lg\:group-hover\:translate-y-95 {
    --transform-translate-y: 95px;
  }

  .group:hover .lg\:group-hover\:translate-y-96 {
    --transform-translate-y: 96px;
  }

  .group:hover .lg\:group-hover\:translate-y-100 {
    --transform-translate-y: 100px;
  }

  .group:hover .lg\:group-hover\:translate-y-110 {
    --transform-translate-y: 110px;
  }

  .group:hover .lg\:group-hover\:translate-y-115 {
    --transform-translate-y: 115px;
  }

  .group:hover .lg\:group-hover\:translate-y-120 {
    --transform-translate-y: 120px;
  }

  .group:hover .lg\:group-hover\:translate-y-128 {
    --transform-translate-y: 128px;
  }

  .group:hover .lg\:group-hover\:translate-y-135 {
    --transform-translate-y: 135px;
  }

  .group:hover .lg\:group-hover\:translate-y-140 {
    --transform-translate-y: 140px;
  }

  .group:hover .lg\:group-hover\:translate-y-145 {
    --transform-translate-y: 145px;
  }

  .group:hover .lg\:group-hover\:translate-y-150 {
    --transform-translate-y: 150px;
  }

  .group:hover .lg\:group-hover\:translate-y-160 {
    --transform-translate-y: 160px;
  }

  .group:hover .lg\:group-hover\:translate-y-165 {
    --transform-translate-y: 165px;
  }

  .group:hover .lg\:group-hover\:translate-y-168 {
    --transform-translate-y: 168px;
  }

  .group:hover .lg\:group-hover\:translate-y-170 {
    --transform-translate-y: 170px;
  }

  .group:hover .lg\:group-hover\:translate-y-180 {
    --transform-translate-y: 180px;
  }

  .group:hover .lg\:group-hover\:translate-y-200 {
    --transform-translate-y: 200px;
  }

  .group:hover .lg\:group-hover\:translate-y-220 {
    --transform-translate-y: 220px;
  }

  .group:hover .lg\:group-hover\:translate-y-230 {
    --transform-translate-y: 230px;
  }

  .group:hover .lg\:group-hover\:translate-y-235 {
    --transform-translate-y: 235px;
  }

  .group:hover .lg\:group-hover\:translate-y-240 {
    --transform-translate-y: 240px;
  }

  .group:hover .lg\:group-hover\:translate-y-250 {
    --transform-translate-y: 250px;
  }

  .group:hover .lg\:group-hover\:translate-y-300 {
    --transform-translate-y: 300px;
  }

  .group:hover .lg\:group-hover\:translate-y-320 {
    --transform-translate-y: 320px;
  }

  .group:hover .lg\:group-hover\:translate-y-350 {
    --transform-translate-y: 350px;
  }

  .group:hover .lg\:group-hover\:translate-y-375 {
    --transform-translate-y: 375px;
  }

  .group:hover .lg\:group-hover\:translate-y-400 {
    --transform-translate-y: 400px;
  }

  .group:hover .lg\:group-hover\:translate-y-450 {
    --transform-translate-y: 450px;
  }

  .group:hover .lg\:group-hover\:translate-y-700 {
    --transform-translate-y: 700px;
  }

  .group:hover .lg\:group-hover\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .group:hover .lg\:group-hover\:translate-y-1p {
    --transform-translate-y: 1%;
  }

  .group:hover .lg\:group-hover\:translate-y-1\/12 {
    --transform-translate-y: 8.3333%;
  }

  .group:hover .lg\:group-hover\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .group:hover .lg\:group-hover\:translate-y-11p {
    --transform-translate-y: 11%;
  }

  .group:hover .lg\:group-hover\:translate-y-20p {
    --transform-translate-y: 20%;
  }

  .group:hover .lg\:group-hover\:translate-y-24p {
    --transform-translate-y: 24.25%;
  }

  .group:hover .lg\:group-hover\:translate-y-25p {
    --transform-translate-y: 25%;
  }

  .group:hover .lg\:group-hover\:translate-y-32p {
    --transform-translate-y: 32%;
  }

  .group:hover .lg\:group-hover\:translate-y-35p {
    --transform-translate-y: 35%;
  }

  .group:hover .lg\:group-hover\:translate-y-40p {
    --transform-translate-y: 40%;
  }

  .group:hover .lg\:group-hover\:translate-y-49p {
    --transform-translate-y: 49%;
  }

  .group:hover .lg\:group-hover\:translate-y-49-5p {
    --transform-translate-y: 49.5%;
  }

  .group:hover .lg\:group-hover\:translate-y-80p {
    --transform-translate-y: 80%;
  }

  .group:hover .lg\:group-hover\:translate-y-vh80 {
    --transform-translate-y: 80vh;
  }

  .group:hover .lg\:group-hover\:translate-y-vh86 {
    --transform-translate-y: 86vh;
  }

  .group:hover .lg\:group-hover\:translate-y-vh90 {
    --transform-translate-y: 90vh;
  }

  .group:hover .lg\:group-hover\:translate-y-vw80 {
    --transform-translate-y: 80vw;
  }

  .group:hover .lg\:group-hover\:translate-y-vw90 {
    --transform-translate-y: 90vw;
  }

  .group:hover .lg\:group-hover\:translate-y-90p {
    --transform-translate-y: 90%;
  }

  .group:hover .lg\:group-hover\:translate-y-92p {
    --transform-translate-y: 92%;
  }

  .group:hover .lg\:group-hover\:translate-y-93p {
    --transform-translate-y: 93%;
  }

  .group:hover .lg\:group-hover\:translate-y-94p {
    --transform-translate-y: 94%;
  }

  .group:hover .lg\:group-hover\:translate-y-95p {
    --transform-translate-y: 95%;
  }

  .group:hover .lg\:group-hover\:translate-y-96p {
    --transform-translate-y: 96%;
  }

  .group:hover .lg\:group-hover\:translate-y-100p {
    --transform-translate-y: 100%;
  }

  .group:hover .lg\:group-hover\:-translate-y-0 {
    --transform-translate-y: 0px;
  }

  .group:hover .lg\:group-hover\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-3 {
    --transform-translate-y: -3px;
  }

  .group:hover .lg\:group-hover\:-translate-y-4 {
    --transform-translate-y: -4px;
  }

  .group:hover .lg\:group-hover\:-translate-y-5 {
    --transform-translate-y: -5px;
  }

  .group:hover .lg\:group-hover\:-translate-y-6 {
    --transform-translate-y: -6px;
  }

  .group:hover .lg\:group-hover\:-translate-y-8 {
    --transform-translate-y: -8px;
  }

  .group:hover .lg\:group-hover\:-translate-y-9 {
    --transform-translate-y: -9px;
  }

  .group:hover .lg\:group-hover\:-translate-y-10 {
    --transform-translate-y: -10px;
  }

  .group:hover .lg\:group-hover\:-translate-y-12 {
    --transform-translate-y: -12px;
  }

  .group:hover .lg\:group-hover\:-translate-y-13 {
    --transform-translate-y: -13px;
  }

  .group:hover .lg\:group-hover\:-translate-y-14 {
    --transform-translate-y: -14px;
  }

  .group:hover .lg\:group-hover\:-translate-y-15 {
    --transform-translate-y: -15px;
  }

  .group:hover .lg\:group-hover\:-translate-y-16 {
    --transform-translate-y: -16px;
  }

  .group:hover .lg\:group-hover\:-translate-y-17 {
    --transform-translate-y: -17px;
  }

  .group:hover .lg\:group-hover\:-translate-y-18 {
    --transform-translate-y: -18px;
  }

  .group:hover .lg\:group-hover\:-translate-y-20 {
    --transform-translate-y: -20px;
  }

  .group:hover .lg\:group-hover\:-translate-y-22 {
    --transform-translate-y: -22px;
  }

  .group:hover .lg\:group-hover\:-translate-y-24 {
    --transform-translate-y: -24px;
  }

  .group:hover .lg\:group-hover\:-translate-y-25 {
    --transform-translate-y: -25px;
  }

  .group:hover .lg\:group-hover\:-translate-y-28 {
    --transform-translate-y: -28px;
  }

  .group:hover .lg\:group-hover\:-translate-y-29 {
    --transform-translate-y: -29px;
  }

  .group:hover .lg\:group-hover\:-translate-y-30 {
    --transform-translate-y: -30px;
  }

  .group:hover .lg\:group-hover\:-translate-y-32 {
    --transform-translate-y: -32px;
  }

  .group:hover .lg\:group-hover\:-translate-y-35 {
    --transform-translate-y: -35px;
  }

  .group:hover .lg\:group-hover\:-translate-y-36 {
    --transform-translate-y: -36px;
  }

  .group:hover .lg\:group-hover\:-translate-y-37 {
    --transform-translate-y: -37px;
  }

  .group:hover .lg\:group-hover\:-translate-y-40 {
    --transform-translate-y: -40px;
  }

  .group:hover .lg\:group-hover\:-translate-y-45 {
    --transform-translate-y: -45px;
  }

  .group:hover .lg\:group-hover\:-translate-y-48 {
    --transform-translate-y: -48px;
  }

  .group:hover .lg\:group-hover\:-translate-y-50 {
    --transform-translate-y: -50px;
  }

  .group:hover .lg\:group-hover\:-translate-y-55 {
    --transform-translate-y: -55px;
  }

  .group:hover .lg\:group-hover\:-translate-y-56 {
    --transform-translate-y: -56px;
  }

  .group:hover .lg\:group-hover\:-translate-y-60 {
    --transform-translate-y: -60px;
  }

  .group:hover .lg\:group-hover\:-translate-y-62 {
    --transform-translate-y: -62px;
  }

  .group:hover .lg\:group-hover\:-translate-y-64 {
    --transform-translate-y: -64px;
  }

  .group:hover .lg\:group-hover\:-translate-y-65 {
    --transform-translate-y: -65px;
  }

  .group:hover .lg\:group-hover\:-translate-y-70 {
    --transform-translate-y: -70px;
  }

  .group:hover .lg\:group-hover\:-translate-y-75 {
    --transform-translate-y: -75px;
  }

  .group:hover .lg\:group-hover\:-translate-y-80 {
    --transform-translate-y: -80px;
  }

  .group:hover .lg\:group-hover\:-translate-y-85 {
    --transform-translate-y: -85px;
  }

  .group:hover .lg\:group-hover\:-translate-y-90 {
    --transform-translate-y: -90px;
  }

  .group:hover .lg\:group-hover\:-translate-y-95 {
    --transform-translate-y: -95px;
  }

  .group:hover .lg\:group-hover\:-translate-y-96 {
    --transform-translate-y: -96px;
  }

  .group:hover .lg\:group-hover\:-translate-y-100 {
    --transform-translate-y: -100px;
  }

  .group:hover .lg\:group-hover\:-translate-y-110 {
    --transform-translate-y: -110px;
  }

  .group:hover .lg\:group-hover\:-translate-y-115 {
    --transform-translate-y: -115px;
  }

  .group:hover .lg\:group-hover\:-translate-y-120 {
    --transform-translate-y: -120px;
  }

  .group:hover .lg\:group-hover\:-translate-y-128 {
    --transform-translate-y: -128px;
  }

  .group:hover .lg\:group-hover\:-translate-y-135 {
    --transform-translate-y: -135px;
  }

  .group:hover .lg\:group-hover\:-translate-y-140 {
    --transform-translate-y: -140px;
  }

  .group:hover .lg\:group-hover\:-translate-y-145 {
    --transform-translate-y: -145px;
  }

  .group:hover .lg\:group-hover\:-translate-y-150 {
    --transform-translate-y: -150px;
  }

  .group:hover .lg\:group-hover\:-translate-y-160 {
    --transform-translate-y: -160px;
  }

  .group:hover .lg\:group-hover\:-translate-y-165 {
    --transform-translate-y: -165px;
  }

  .group:hover .lg\:group-hover\:-translate-y-168 {
    --transform-translate-y: -168px;
  }

  .group:hover .lg\:group-hover\:-translate-y-170 {
    --transform-translate-y: -170px;
  }

  .group:hover .lg\:group-hover\:-translate-y-180 {
    --transform-translate-y: -180px;
  }

  .group:hover .lg\:group-hover\:-translate-y-200 {
    --transform-translate-y: -200px;
  }

  .group:hover .lg\:group-hover\:-translate-y-220 {
    --transform-translate-y: -220px;
  }

  .group:hover .lg\:group-hover\:-translate-y-230 {
    --transform-translate-y: -230px;
  }

  .group:hover .lg\:group-hover\:-translate-y-235 {
    --transform-translate-y: -235px;
  }

  .group:hover .lg\:group-hover\:-translate-y-240 {
    --transform-translate-y: -240px;
  }

  .group:hover .lg\:group-hover\:-translate-y-250 {
    --transform-translate-y: -250px;
  }

  .group:hover .lg\:group-hover\:-translate-y-300 {
    --transform-translate-y: -300px;
  }

  .group:hover .lg\:group-hover\:-translate-y-320 {
    --transform-translate-y: -320px;
  }

  .group:hover .lg\:group-hover\:-translate-y-350 {
    --transform-translate-y: -350px;
  }

  .group:hover .lg\:group-hover\:-translate-y-375 {
    --transform-translate-y: -375px;
  }

  .group:hover .lg\:group-hover\:-translate-y-400 {
    --transform-translate-y: -400px;
  }

  .group:hover .lg\:group-hover\:-translate-y-450 {
    --transform-translate-y: -450px;
  }

  .group:hover .lg\:group-hover\:-translate-y-700 {
    --transform-translate-y: -700px;
  }

  .group:hover .lg\:group-hover\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .group:hover .lg\:group-hover\:-translate-y-1p {
    --transform-translate-y: -1%;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\/12 {
    --transform-translate-y: -8.3333%;
  }

  .group:hover .lg\:group-hover\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .group:hover .lg\:group-hover\:-translate-y-11p {
    --transform-translate-y: -11%;
  }

  .group:hover .lg\:group-hover\:-translate-y-20p {
    --transform-translate-y: -20%;
  }

  .group:hover .lg\:group-hover\:-translate-y-24p {
    --transform-translate-y: -24.25%;
  }

  .group:hover .lg\:group-hover\:-translate-y-25p {
    --transform-translate-y: -25%;
  }

  .group:hover .lg\:group-hover\:-translate-y-32p {
    --transform-translate-y: -32%;
  }

  .group:hover .lg\:group-hover\:-translate-y-35p {
    --transform-translate-y: -35%;
  }

  .group:hover .lg\:group-hover\:-translate-y-40p {
    --transform-translate-y: -40%;
  }

  .group:hover .lg\:group-hover\:-translate-y-49p {
    --transform-translate-y: -49%;
  }

  .group:hover .lg\:group-hover\:-translate-y-49-5p {
    --transform-translate-y: -49.5%;
  }

  .group:hover .lg\:group-hover\:-translate-y-80p {
    --transform-translate-y: -80%;
  }

  .group:hover .lg\:group-hover\:-translate-y-vh80 {
    --transform-translate-y: -80vh;
  }

  .group:hover .lg\:group-hover\:-translate-y-vh86 {
    --transform-translate-y: -86vh;
  }

  .group:hover .lg\:group-hover\:-translate-y-vh90 {
    --transform-translate-y: -90vh;
  }

  .group:hover .lg\:group-hover\:-translate-y-vw80 {
    --transform-translate-y: -80vw;
  }

  .group:hover .lg\:group-hover\:-translate-y-vw90 {
    --transform-translate-y: -90vw;
  }

  .group:hover .lg\:group-hover\:-translate-y-90p {
    --transform-translate-y: -90%;
  }

  .group:hover .lg\:group-hover\:-translate-y-92p {
    --transform-translate-y: -92%;
  }

  .group:hover .lg\:group-hover\:-translate-y-93p {
    --transform-translate-y: -93%;
  }

  .group:hover .lg\:group-hover\:-translate-y-94p {
    --transform-translate-y: -94%;
  }

  .group:hover .lg\:group-hover\:-translate-y-95p {
    --transform-translate-y: -95%;
  }

  .group:hover .lg\:group-hover\:-translate-y-96p {
    --transform-translate-y: -96%;
  }

  .group:hover .lg\:group-hover\:-translate-y-100p {
    --transform-translate-y: -100%;
  }

  .group:hover .lg\:group-hover\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .group:hover .lg\:group-hover\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .group:hover .lg\:group-hover\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .lg\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .lg\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }

  .lg\:first\:skew-x-0:first-child {
    --transform-skew-x: 0;
  }

  .lg\:first\:skew-x-1:first-child {
    --transform-skew-x: 1deg;
  }

  .lg\:first\:skew-x-2:first-child {
    --transform-skew-x: 2deg;
  }

  .lg\:first\:skew-x-3:first-child {
    --transform-skew-x: 3deg;
  }

  .lg\:first\:skew-x-6:first-child {
    --transform-skew-x: 6deg;
  }

  .lg\:first\:skew-x-12:first-child {
    --transform-skew-x: 12deg;
  }

  .lg\:first\:-skew-x-12:first-child {
    --transform-skew-x: -12deg;
  }

  .lg\:first\:-skew-x-6:first-child {
    --transform-skew-x: -6deg;
  }

  .lg\:first\:-skew-x-3:first-child {
    --transform-skew-x: -3deg;
  }

  .lg\:first\:-skew-x-2:first-child {
    --transform-skew-x: -2deg;
  }

  .lg\:first\:-skew-x-1:first-child {
    --transform-skew-x: -1deg;
  }

  .lg\:first\:skew-y-0:first-child {
    --transform-skew-y: 0;
  }

  .lg\:first\:skew-y-1:first-child {
    --transform-skew-y: 1deg;
  }

  .lg\:first\:skew-y-2:first-child {
    --transform-skew-y: 2deg;
  }

  .lg\:first\:skew-y-3:first-child {
    --transform-skew-y: 3deg;
  }

  .lg\:first\:skew-y-6:first-child {
    --transform-skew-y: 6deg;
  }

  .lg\:first\:skew-y-12:first-child {
    --transform-skew-y: 12deg;
  }

  .lg\:first\:-skew-y-12:first-child {
    --transform-skew-y: -12deg;
  }

  .lg\:first\:-skew-y-6:first-child {
    --transform-skew-y: -6deg;
  }

  .lg\:first\:-skew-y-3:first-child {
    --transform-skew-y: -3deg;
  }

  .lg\:first\:-skew-y-2:first-child {
    --transform-skew-y: -2deg;
  }

  .lg\:first\:-skew-y-1:first-child {
    --transform-skew-y: -1deg;
  }

  .lg\:last\:skew-x-0:last-child {
    --transform-skew-x: 0;
  }

  .lg\:last\:skew-x-1:last-child {
    --transform-skew-x: 1deg;
  }

  .lg\:last\:skew-x-2:last-child {
    --transform-skew-x: 2deg;
  }

  .lg\:last\:skew-x-3:last-child {
    --transform-skew-x: 3deg;
  }

  .lg\:last\:skew-x-6:last-child {
    --transform-skew-x: 6deg;
  }

  .lg\:last\:skew-x-12:last-child {
    --transform-skew-x: 12deg;
  }

  .lg\:last\:-skew-x-12:last-child {
    --transform-skew-x: -12deg;
  }

  .lg\:last\:-skew-x-6:last-child {
    --transform-skew-x: -6deg;
  }

  .lg\:last\:-skew-x-3:last-child {
    --transform-skew-x: -3deg;
  }

  .lg\:last\:-skew-x-2:last-child {
    --transform-skew-x: -2deg;
  }

  .lg\:last\:-skew-x-1:last-child {
    --transform-skew-x: -1deg;
  }

  .lg\:last\:skew-y-0:last-child {
    --transform-skew-y: 0;
  }

  .lg\:last\:skew-y-1:last-child {
    --transform-skew-y: 1deg;
  }

  .lg\:last\:skew-y-2:last-child {
    --transform-skew-y: 2deg;
  }

  .lg\:last\:skew-y-3:last-child {
    --transform-skew-y: 3deg;
  }

  .lg\:last\:skew-y-6:last-child {
    --transform-skew-y: 6deg;
  }

  .lg\:last\:skew-y-12:last-child {
    --transform-skew-y: 12deg;
  }

  .lg\:last\:-skew-y-12:last-child {
    --transform-skew-y: -12deg;
  }

  .lg\:last\:-skew-y-6:last-child {
    --transform-skew-y: -6deg;
  }

  .lg\:last\:-skew-y-3:last-child {
    --transform-skew-y: -3deg;
  }

  .lg\:last\:-skew-y-2:last-child {
    --transform-skew-y: -2deg;
  }

  .lg\:last\:-skew-y-1:last-child {
    --transform-skew-y: -1deg;
  }

  .group:hover .lg\:group-hover\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .group:hover .lg\:group-hover\:skew-x-1 {
    --transform-skew-x: 1deg;
  }

  .group:hover .lg\:group-hover\:skew-x-2 {
    --transform-skew-x: 2deg;
  }

  .group:hover .lg\:group-hover\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .group:hover .lg\:group-hover\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .group:hover .lg\:group-hover\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }

  .group:hover .lg\:group-hover\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .group:hover .lg\:group-hover\:skew-y-1 {
    --transform-skew-y: 1deg;
  }

  .group:hover .lg\:group-hover\:skew-y-2 {
    --transform-skew-y: 2deg;
  }

  .group:hover .lg\:group-hover\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .group:hover .lg\:group-hover\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .group:hover .lg\:group-hover\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }

  .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\:hover\:transition-none:hover {
    transition-property: none;
  }

  .lg\:hover\:transition-all:hover {
    transition-property: all;
  }

  .lg\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:hover\:transition-opacity:hover {
    transition-property: opacity;
  }

  .lg\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
  }

  .lg\:hover\:transition-transform:hover {
    transition-property: transform;
  }

  .lg\:focus\:transition-none:focus {
    transition-property: none;
  }

  .lg\:focus\:transition-all:focus {
    transition-property: all;
  }

  .lg\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:focus\:transition-opacity:focus {
    transition-property: opacity;
  }

  .lg\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
  }

  .lg\:focus\:transition-transform:focus {
    transition-property: transform;
  }

  .lg\:first\:transition-none:first-child {
    transition-property: none;
  }

  .lg\:first\:transition-all:first-child {
    transition-property: all;
  }

  .lg\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:first\:transition-opacity:first-child {
    transition-property: opacity;
  }

  .lg\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
  }

  .lg\:first\:transition-transform:first-child {
    transition-property: transform;
  }

  .lg\:last\:transition-none:last-child {
    transition-property: none;
  }

  .lg\:last\:transition-all:last-child {
    transition-property: all;
  }

  .lg\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:last\:transition-opacity:last-child {
    transition-property: opacity;
  }

  .lg\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
  }

  .lg\:last\:transition-transform:last-child {
    transition-property: transform;
  }

  .group:hover .lg\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .lg\:group-hover\:transition-all {
    transition-property: all;
  }

  .group:hover .lg\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .group:hover .lg\:group-hover\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .group:hover .lg\:group-hover\:transition-opacity {
    transition-property: opacity;
  }

  .group:hover .lg\:group-hover\:transition-shadow {
    transition-property: box-shadow;
  }

  .group:hover .lg\:group-hover\: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\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .lg\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .lg\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .lg\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .lg\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .lg\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .lg\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .lg\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .lg\:group-hover\: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\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .lg\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .lg\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .lg\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .lg\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .lg\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .lg\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .lg\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .lg\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .lg\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .lg\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .lg\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .lg\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .lg\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .lg\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .lg\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .lg\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .lg\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .lg\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .lg\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .lg\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .lg\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .lg\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .lg\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .lg\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .lg\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .lg\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .lg\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .lg\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .lg\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .lg\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .lg\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .group:hover .lg\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .lg\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .lg\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .lg\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .lg\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .lg\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .lg\:group-hover\: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\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .lg\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .lg\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .lg\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .lg\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .lg\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .lg\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .lg\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .lg\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .lg\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .lg\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .lg\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .lg\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .lg\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .lg\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .lg\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .lg\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .lg\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .lg\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .lg\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .lg\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .lg\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .lg\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .lg\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .lg\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .lg\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .lg\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .lg\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .lg\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .lg\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .lg\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .lg\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .group:hover .lg\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .lg\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .lg\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .lg\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .lg\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .lg\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .lg\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .lg\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg\:hover\:animate-none:hover {
    animation: none;
  }

  .lg\:hover\:animate-spin:hover {
    animation: spin 1s linear infinite;
  }

  .lg\:hover\:animate-ping:hover {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:hover\:animate-pulse:hover {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:hover\:animate-bounce:hover {
    animation: bounce 1s infinite;
  }

  .lg\:focus\:animate-none:focus {
    animation: none;
  }

  .lg\:focus\:animate-spin:focus {
    animation: spin 1s linear infinite;
  }

  .lg\:focus\:animate-ping:focus {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:focus\:animate-pulse:focus {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:focus\:animate-bounce:focus {
    animation: bounce 1s infinite;
  }

  .lg\:first\:animate-none:first-child {
    animation: none;
  }

  .lg\:first\:animate-spin:first-child {
    animation: spin 1s linear infinite;
  }

  .lg\:first\:animate-ping:first-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:first\:animate-pulse:first-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:first\:animate-bounce:first-child {
    animation: bounce 1s infinite;
  }

  .lg\:last\:animate-none:last-child {
    animation: none;
  }

  .lg\:last\:animate-spin:last-child {
    animation: spin 1s linear infinite;
  }

  .lg\:last\:animate-ping:last-child {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:last\:animate-pulse:last-child {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:last\:animate-bounce:last-child {
    animation: bounce 1s infinite;
  }

  .group:hover .lg\:group-hover\:animate-none {
    animation: none;
  }

  .group:hover .lg\:group-hover\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .group:hover .lg\:group-hover\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .lg\:group-hover\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .lg\:group-hover\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
